diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 9ab76069ea..5c4d12530b 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, no-legacy-javascript, new-holders), the Dart to JavaScript compiler version: 2.15.0-116.0.dev. +// Generated by dart2js (NullSafetyMode.unsound, trust primitives, omit checks, lax runtime type, no-legacy-javascript, csp), the Dart to JavaScript compiler version: 2.16.0-134.1.beta. // The code supports the following hooks: // dartPrint(message): // if this function is defined it is called instead of the Dart [print] @@ -28,7 +28,7 @@ to[key] = from[key]; } } - function mixinProperties(from, to) { + function mixinPropertiesHard(from, to) { var keys = Object.keys(from); for (var i = 0; i < keys.length; i++) { var key = keys[i]; @@ -36,6 +36,9 @@ to[key] = from[key]; } } + function mixinPropertiesEasy(from, to) { + Object.assign(to, from); + } var supportsDirectProtoAccess = function() { var cls = function() { }; @@ -89,8 +92,12 @@ for (var i = 0; i < classes.length; i++) inherit(classes[i], sup); } - function mixin(cls, mixin) { - mixinProperties(mixin.prototype, cls.prototype); + function mixinEasy(cls, mixin) { + mixinPropertiesEasy(mixin.prototype, cls.prototype); + cls.prototype.constructor = cls; + } + function mixinHard(cls, mixin) { + mixinPropertiesHard(mixin.prototype, cls.prototype); cls.prototype.constructor = cls; } function lazyOld(holder, name, getterName, initializer) { @@ -140,10 +147,11 @@ A.throwLateFieldADI(name); holder[name] = value; } + var finalValue = holder[name]; holder[getterName] = function() { - return this[name]; + return finalValue; }; - return holder[name]; + return finalValue; }; } function makeConstList(list) { @@ -164,11 +172,16 @@ } var functionCounter = 0; function instanceTearOffGetter(isIntercepted, parameters) { - var name = parameters.fs[0]; - if (isIntercepted) - return new Function("parameters, createTearOffClass, cache", "return function tearOff_" + name + functionCounter++ + "(receiver) {" + "if (cache === null) cache = createTearOffClass(parameters);" + "return new cache(receiver, this);" + "}")(parameters, A.closureFromTearOff, null); - else - return new Function("parameters, createTearOffClass, cache", "return function tearOff_" + name + functionCounter++ + "() {" + "if (cache === null) cache = createTearOffClass(parameters);" + "return new cache(this, null);" + "}")(parameters, A.closureFromTearOff, null); + var cache = null; + return isIntercepted ? function(receiver) { + if (cache === null) + cache = A.closureFromTearOff(parameters); + return new cache(receiver, this); + } : function() { + if (cache === null) + cache = A.closureFromTearOff(parameters); + return new cache(this, null); + }; } function staticTearOffGetter(parameters) { var cache = null; @@ -232,58 +245,13 @@ return installStaticTearOff(container, getterName, requiredParameterCount, optionalParameterDefaultValues, callNames, [name], funType, applyIndex); }; }; - return {inherit: inherit, inheritMany: inheritMany, mixin: mixin, installStaticTearOff: installStaticTearOff, installInstanceTearOff: installInstanceTearOff, _instance_0u: mkInstance(0, 0, null, ["call$0"], 0), _instance_1u: mkInstance(0, 1, null, ["call$1"], 0), _instance_2u: mkInstance(0, 2, null, ["call$2"], 0), _instance_0i: mkInstance(1, 0, null, ["call$0"], 0), _instance_1i: mkInstance(1, 1, null, ["call$1"], 0), _instance_2i: mkInstance(1, 2, null, ["call$2"], 0), _static_0: mkStatic(0, null, ["call$0"], 0), _static_1: mkStatic(1, null, ["call$1"], 0), _static_2: mkStatic(2, null, ["call$2"], 0), makeConstList: makeConstList, lazy: lazy, lazyFinal: lazyFinal, lazyOld: lazyOld, updateHolder: updateHolder, convertToFastObject: convertToFastObject, setFunctionNamesIfNecessary: setFunctionNamesIfNecessary, updateTypes: updateTypes, setOrUpdateInterceptorsByTag: setOrUpdateInterceptorsByTag, setOrUpdateLeafTags: setOrUpdateLeafTags}; + return {inherit: inherit, inheritMany: inheritMany, mixin: mixinEasy, mixinHard: mixinHard, installStaticTearOff: installStaticTearOff, installInstanceTearOff: installInstanceTearOff, _instance_0u: mkInstance(0, 0, null, ["call$0"], 0), _instance_1u: mkInstance(0, 1, null, ["call$1"], 0), _instance_2u: mkInstance(0, 2, null, ["call$2"], 0), _instance_0i: mkInstance(1, 0, null, ["call$0"], 0), _instance_1i: mkInstance(1, 1, null, ["call$1"], 0), _instance_2i: mkInstance(1, 2, null, ["call$2"], 0), _static_0: mkStatic(0, null, ["call$0"], 0), _static_1: mkStatic(1, null, ["call$1"], 0), _static_2: mkStatic(2, null, ["call$2"], 0), makeConstList: makeConstList, lazy: lazy, lazyFinal: lazyFinal, lazyOld: lazyOld, updateHolder: updateHolder, convertToFastObject: convertToFastObject, setFunctionNamesIfNecessary: setFunctionNamesIfNecessary, updateTypes: updateTypes, setOrUpdateInterceptorsByTag: setOrUpdateInterceptorsByTag, setOrUpdateLeafTags: setOrUpdateLeafTags}; }(); function initializeDeferredHunk(hunk) { typesOffset = init.types.length; hunk(hunkHelpers, init, holders, $); } var A = { - registerHotRestartListener(listener) { - $._hotRestartListeners.push(listener); - }, - initializeEngine() { - var t1 = {}; - if ($._engineInitialized) - return; - A._addUrlStrategyListener(); - A.registerExtension("ext.flutter.disassemble", new A.initializeEngine_closure()); - $._engineInitialized = true; - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - if ($.WebExperiments_instance == null) - $.WebExperiments_instance = A.WebExperiments$_(); - t1.waitingForAnimation = false; - $.scheduleFrameCallback = new A.initializeEngine_closure0(t1); - if ($.Keyboard__instance == null) - $.Keyboard__instance = A.Keyboard$_(); - if ($.MouseCursor__instance == null) - $.MouseCursor__instance = new A.MouseCursor(); - }, - _addUrlStrategyListener() { - 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; - }, detectBrowserEngineByVendorAgent(vendor, agent) { var exp; if (vendor === "Google Inc.") { @@ -305,57 +273,60 @@ return B.BrowserEngine_6; }, detectOperatingSystem() { - var platform, userAgent, maxTouchPoints, - t1 = window.navigator; - t1 = t1.platform; + var userAgent, maxTouchPoints, + t1 = window.navigator.platform; t1.toString; - platform = t1; - t1 = window.navigator; - userAgent = t1.userAgent; - if (B.JSString_methods.startsWith$1(platform, "Mac")) { - t1 = window.navigator; - maxTouchPoints = t1.maxTouchPoints; + userAgent = window.navigator.userAgent; + if (B.JSString_methods.startsWith$1(t1, "Mac")) { + maxTouchPoints = window.navigator.maxTouchPoints; if ((maxTouchPoints == null ? 0 : maxTouchPoints) > 2) return B.OperatingSystem_0; return B.OperatingSystem_4; - } 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")) + } 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")) return B.OperatingSystem_0; else if (J.contains$1$asx(userAgent, "Android")) return B.OperatingSystem_1; - else if (B.JSString_methods.startsWith$1(platform, "Linux")) + else if (B.JSString_methods.startsWith$1(t1, "Linux")) return B.OperatingSystem_2; - else if (B.JSString_methods.startsWith$1(platform, "Win")) + else if (B.JSString_methods.startsWith$1(t1, "Win")) return B.OperatingSystem_3; else return B.OperatingSystem_5; }, - isMacOrIOS() { + isIOS15() { var t1 = $.$get$_operatingSystem(); - if (t1 !== B.OperatingSystem_0) - t1 = t1 === B.OperatingSystem_4; - else - t1 = true; - return t1; + return t1 === B.OperatingSystem_0 && J.contains$1$asx(window.navigator.userAgent, "OS 15_"); }, _detectWebGLVersion() { - var canvas = A.CanvasElement_CanvasElement(1, 1); - if (B.CanvasElement_methods.getContext$1(canvas, "webgl2") != null) + var t1, + canvas = A.CanvasElement_CanvasElement(1, 1); + if (B.CanvasElement_methods.getContext$1(canvas, "webgl2") != null) { + t1 = $.$get$_operatingSystem(); + if (t1 === B.OperatingSystem_0) + return 1; return 2; + } if (B.CanvasElement_methods.getContext$1(canvas, "webgl") != null) return 1; return -1; }, - toSkFilterMode(filterQuality) { - return 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())); + canvasKit() { + return $.__canvasKit._readField$0(); }, - toSkMipmapMode(filterQuality) { - return 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())); + toSkM44FromFloat32(matrix4) { + var r, t1, c, + skM44 = new Float32Array(16); + for (r = 0; r < 4; ++r) + for (t1 = r * 4, c = 0; c < 4; ++c) + skM44[c * 4 + r] = matrix4[t1 + c]; + return skM44; }, toSkMatrixFromFloat32(matrix4) { var i, matrix4Index, skMatrix = new Float32Array(9); for (i = 0; i < 9; ++i) { matrix4Index = B.List_yXZ[i]; + matrix4.toString; if (matrix4Index < 16) skMatrix[i] = matrix4[matrix4Index]; else @@ -448,6 +419,16 @@ t1.ProductionCollector$0(); return t1; }, + patchCanvasKitModule(canvasKitScript) { + var _s14_ = "defineProperty", + t1 = $.$get$_context(), + objectConstructor = type$.JsFunction._as(t1.$index(0, "Object")); + if (t1.$index(0, "exports") == null) + 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); + }, ManagedSkColorFilter$(ckColorFilter) { var t1 = new A.ManagedSkColorFilter(ckColorFilter); t1.ManagedSkiaObject$1(null); @@ -458,17 +439,19 @@ return new A.Mutator(B.MutatorType_3, _null, _null, _null, matrix, _null); }, diffViewList(active, next) { - var i, t1, t2, _null = null, - index = B.JSArray_methods.indexOf$1(active, B.JSArray_methods.get$first(next)); + var index, i, t1, t2, _null = null; + 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_empty19, true, B.JSArray_methods.get$first(next)); + return new A.ViewListDiffResult(B.JSArray_methods.sublist$1(active, i + 1), B.List_empty21, true, B.JSArray_methods.get$first(next)); else - return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(active, 0, index), B.List_empty19, false, _null); + return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(active, 0, index), B.List_empty21, 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); } @@ -739,39 +722,75 @@ J.getGlyphBounds$3$x(new self.window.flutterCanvasKit.Font(typeface), A._setArrayType([0], type$.JSArray_int), null, null); return new A.RegisteredFont(family, bytes, typeface); }, + skiaInstantiateImageCodec(list, targetWidth, targetHeight) { + var t1 = A.CkAnimatedImage$decodeFromBytes(list, "encoded image bytes"); + return t1; + }, ImageCodecException$(_message) { return new A.ImageCodecException(_message); }, skiaInstantiateWebImageCodec(url, chunkCallback) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), + $async$returnValue, t1, $async$temp1; + var $async$skiaInstantiateWebImageCodec = 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$temp1 = A; + $async$goto = 3; + return A._asyncAwait(A.fetchImage(url, chunkCallback), $async$skiaInstantiateWebImageCodec); + case 3: + // returning from await. + t1 = $async$temp1.CkAnimatedImage$decodeFromBytes($async$result, url); + $async$returnValue = t1; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$skiaInstantiateWebImageCodec, $async$completer); + }, + fetchImage(url, chunkCallback) { var t2, - t1 = new A._Future($.Zone__current, type$._Future_Codec), - completer = new A._AsyncCompleter(t1, type$._AsyncCompleter_Codec), + 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); request.responseType = "arraybuffer"; t2 = type$.legacy_ProgressEvent; - A._EventStreamSubscription$(request, "progress", new A.skiaInstantiateWebImageCodec_closure(chunkCallback), false, t2); - A._EventStreamSubscription$(request, "error", new A.skiaInstantiateWebImageCodec_closure0(completer, url), false, t2); - A._EventStreamSubscription$(request, "load", new A.skiaInstantiateWebImageCodec_closure1(request, completer, url), false, t2); + 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(); return t1; }, + CkImage$(skImage, videoFrame) { + var t1 = new A.CkImage($, videoFrame); + t1.CkImage$2$videoFrame(skImage, videoFrame); + return t1; + }, + CkImage$cloneOf(box) { + ++A._lateReadCheck(box, "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); + return bytes == null ? null : A.NativeByteData_NativeByteData$view(bytes.buffer, 0, bytes.length); + }, CkAnimatedImage$decodeFromBytes(_bytes, src) { var t1 = new A.CkAnimatedImage(src, _bytes); t1.ManagedSkiaObject$1(null); return t1; }, - CkImage$(skImage) { - var t1 = new A.CkImage($); - t1.CkImage$1(skImage); - return t1; - }, - 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), alphaType: alphaType, colorSpace: colorSpace, colorType: colorType}) : t2.encodeToBytes$0(skImage); - return bytes == null ? null : A.NativeByteData_NativeByteData$view(bytes.buffer, 0, bytes.length); - }, _detectRenderer() { if (self.window.flutterWebRenderer != null) { var t1 = self.window.flutterWebRenderer; @@ -779,7 +798,7 @@ return J.$eq$(t1, "canvaskit"); } t1 = $.$get$_operatingSystem(); - return J.containsKey$1$x(B.Set_m536._collection$_map, t1); + return J.containsKey$1$x(B.Set_69tl2._collection$_map, t1); }, initializeCanvasKit() { var t2, @@ -788,48 +807,46 @@ if (self.window.flutterCanvasKit != null) { t2 = self.window.flutterCanvasKit; t2.toString; - $.canvasKit.__late_helper$_value = t2; + $.__canvasKit.__late_helper$_value = t2; canvasKitCompleter.complete$0(0); } else { A._startDownloadingCanvasKit(null); $._canvasKitLoaded.then$1$1(0, new A.initializeCanvasKit_closure(canvasKitCompleter), type$.Null); } $.skiaSceneHost = A._ElementFactoryProvider_createElement_tag("flt-scene", null); - t2 = $._domRenderer; + t2 = $._flutterViewEmbedder; if (t2 == null) - t2 = $._domRenderer = A.DomRenderer$(); + t2 = $._flutterViewEmbedder = A.FlutterViewEmbedder$(); t2.renderScene$1($.skiaSceneHost); return t1; }, _startDownloadingCanvasKit(canvasKitBase) { - var t1, t2, loadSubscription, t3, objectConstructor, - _s14_ = "defineProperty"; - $._currentCanvasKitBase = "https://unpkg.com/canvaskit-wasm@0.28.1/bin/profiling/"; + var canvasKitJavaScriptUrl, loadSubscription, t2, + t1 = $._configuration; + if (t1 == null) + t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); + canvasKitJavaScriptUrl = t1.get$canvasKitBaseUrl(t1) + "profiling/canvaskit.js"; + t1 = $._configuration; + if (t1 == null) + t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); + t1 = t1.get$canvasKitBaseUrl(t1) + "profiling/"; + $._currentCanvasKitBase = t1; if (self.window.flutterCanvasKit == null) { t1 = $._canvasKitScript; if (t1 != null) B.ScriptElement_methods.remove$0(t1); - t1 = document; - t2 = t1.createElement("script"); - $._canvasKitScript = t2; - t2.src = "https://unpkg.com/canvaskit-wasm@0.28.1/bin/profiling/canvaskit.js"; - t2 = new A._Future($.Zone__current, type$._Future_void); - $._canvasKitLoaded = t2; + t1 = document.createElement("script"); + $._canvasKitScript = t1; + t1.src = canvasKitJavaScriptUrl; + t1 = new A._Future($.Zone__current, type$._Future_void); + $._canvasKitLoaded = t1; loadSubscription = A._Cell$named("loadSubscription"); - t3 = $._canvasKitScript; - t3.toString; - loadSubscription.__late_helper$_value = A._EventStreamSubscription$(t3, "load", new A._startDownloadingCanvasKit_closure(loadSubscription, new A._AsyncCompleter(t2, type$._AsyncCompleter_void)), false, type$._ElementEventStreamImpl_legacy_Event._precomputed1); - t2 = $.$get$_context(); - objectConstructor = type$.JsFunction._as(t2.$index(0, "Object")); - if (t2.$index(0, "exports") == null) - objectConstructor.callMethod$2(_s14_, [t2, "exports", A.JsObject_JsObject$jsify(A.LinkedHashMap_LinkedHashMap$_literal(["get", A.allowInterop(new A._startDownloadingCanvasKit_closure0(objectConstructor)), "set", A.allowInterop(new A._startDownloadingCanvasKit_closure1()), "configurable", true], type$.String, type$.dynamic))]); - if (t2.$index(0, "module") == null) - objectConstructor.callMethod$2(_s14_, [t2, "module", A.JsObject_JsObject$jsify(A.LinkedHashMap_LinkedHashMap$_literal(["get", A.allowInterop(new A._startDownloadingCanvasKit_closure2(objectConstructor)), "set", A.allowInterop(new A._startDownloadingCanvasKit_closure3()), "configurable", true], type$.String, type$.dynamic))]); - t1 = t1.head; - t1.toString; t2 = $._canvasKitScript; t2.toString; - t1.appendChild(t2); + loadSubscription.__late_helper$_value = A._EventStreamSubscription$(t2, "load", new A._startDownloadingCanvasKit_closure(loadSubscription, new A._AsyncCompleter(t1, type$._AsyncCompleter_void)), false, type$._ElementEventStreamImpl_legacy_Event._precomputed1); + t1 = $._canvasKitScript; + t1.toString; + A.patchCanvasKitModule(t1); } }, IntervalTree_IntervalTree$createFromRanges(rangesMap, $T) { @@ -887,8 +904,23 @@ $.SkiaObjects_cachesToResize[i].resize$0(0); B.JSArray_methods.set$length($.SkiaObjects_cachesToResize, 0); }, - Surface$() { - return new A.Surface(A._ElementFactoryProvider_createElement_tag("flt-canvas-container", null)); + SurfaceFactory_instance() { + var t2, t3, t4, t5, + _s20_ = "flt-canvas-container", + t1 = $.SurfaceFactory__instance; + if (t1 == null) { + t1 = $._configuration; + 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); + } + return t1; }, CkTextStyle_CkTextStyle(background, color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, leadingDistribution, letterSpacing, locale, shadows, textBaseline, wordSpacing) { return new A.CkTextStyle(color, decoration, decorationColor, decorationStyle, decorationThickness, fontWeight, fontStyle, textBaseline, fontFamily, fontFamilyFallback, fontSize, letterSpacing, wordSpacing, height, leadingDistribution, locale, background, foreground, shadows, fontFeatures); @@ -907,7 +939,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 = J.MakeFromFontProvider$2$x(J.get$ParagraphBuilder$x($.__canvasKit._readField$0()), style.skParagraphStyle, $._skiaFontCollection.fontProvider); t5 = style._fontFamily; t6 = style.__engine$_fontSize; t7 = style.__engine$_height; @@ -965,7 +997,7 @@ 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), + tonalColors = J.computeTonalColors$1$x($.__canvasKit._readField$0(), inTonalColors), t1 = path.get$skiaObject(), t2 = new Float32Array(3); t2[2] = devicePixelRatio * elevation; @@ -980,43 +1012,14 @@ var t1 = $.$get$_browserEngine(); return t1 === B.BrowserEngine_2 || window.navigator.clipboard == null ? new A.ExecCommandPasteStrategy() : new A.ClipboardAPIPasteStrategy(); }, - DomRenderer$() { + FlutterViewEmbedder$() { var t1 = document.body; t1.toString; - t1 = new A.DomRenderer(t1); + t1 = new A.FlutterViewEmbedder(t1); t1.reset$0(0); return t1; }, - DomRenderer_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); - }, - DomRenderer_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); - }, - DomRenderer_ellipse(context, centerX, centerY, radiusX, radiusY, rotation, startAngle, endAngle, antiClockwise) { - var t1 = $.DomRenderer__ellipseFeatureDetected; - if (t1 == null ? $.DomRenderer__ellipseFeatureDetected = context.ellipse != null : t1) - 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); - context.restore(); - } - }, - DomRenderer__deviceOrientationToLockType(deviceOrientation) { + FlutterViewEmbedder__deviceOrientationToLockType(deviceOrientation) { switch (deviceOrientation) { case "DeviceOrientation.portraitUp": return "portrait-primary"; @@ -1063,9 +1066,9 @@ 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); }, - ensureDomRendererInitialized() { - var t1 = $._domRenderer; - return t1 == null ? $._domRenderer = A.DomRenderer$() : t1; + ensureFlutterViewEmbedderInitialized() { + var t1 = $._flutterViewEmbedder; + return t1 == null ? $._flutterViewEmbedder = A.FlutterViewEmbedder$() : t1; }, transformWithOffset(transform, offset) { var effectiveTransform; @@ -1132,85 +1135,146 @@ BitmapCanvas__onEvictElement(element) { (element && B.ImageElement_methods).remove$0(element); }, - stringForBlendMode(blendMode) { + blendModeToCssMixBlendMode(blendMode) { if (blendMode == null) return null; - switch (blendMode) { - case B.BlendMode_3: + switch (blendMode.index) { + case 3: return "source-over"; - case B.BlendMode_5: + case 5: return "source-in"; - case B.BlendMode_7: + case 7: return "source-out"; - case B.BlendMode_9: + case 9: return "source-atop"; - case B.BlendMode_4: + case 4: return "destination-over"; - case B.BlendMode_6: + case 6: return "destination-in"; - case B.BlendMode_8: + case 8: return "destination-out"; - case B.BlendMode_10: + case 10: return "destination-atop"; - case B.BlendMode_12: + case 12: return "lighten"; - case B.BlendMode_1: + case 1: return "copy"; - case B.BlendMode_11: + case 11: return "xor"; - case B.BlendMode_24: - case B.BlendMode_13: + case 24: + case 13: return "multiply"; - case B.BlendMode_14: + case 14: return "screen"; - case B.BlendMode_15: + case 15: return "overlay"; - case B.BlendMode_16: + case 16: return "darken"; - case B.BlendMode_17: + case 17: return "lighten"; - case B.BlendMode_18: + case 18: return "color-dodge"; - case B.BlendMode_19: + case 19: return "color-burn"; - case B.BlendMode_20: + case 20: return "hard-light"; - case B.BlendMode_21: + case 21: return "soft-light"; - case B.BlendMode_22: + case 22: return "difference"; - case B.BlendMode_23: + case 23: return "exclusion"; - case B.BlendMode_25: + case 25: return "hue"; - case B.BlendMode_26: + case 26: return "saturation"; - case B.BlendMode_27: + case 27: return "color"; - case B.BlendMode_28: + case 28: return "luminosity"; default: throw A.wrapException(A.UnimplementedError$("Flutter Web does not support the blend mode: " + blendMode.toString$0(0))); } }, + blendModeToSvgEnum(blendMode) { + switch (blendMode.index) { + case 0: + return B.SvgBlendMode_0; + case 3: + return B.SvgBlendMode_00; + case 5: + return B.SvgBlendMode_01; + case 7: + return B.SvgBlendMode_02; + case 9: + return B.SvgBlendMode_03; + case 4: + return B.SvgBlendMode_04; + case 6: + return B.SvgBlendMode_05; + case 8: + return B.SvgBlendMode_06; + case 10: + return B.SvgBlendMode_07; + case 12: + return B.SvgBlendMode_08; + case 1: + return B.SvgBlendMode_09; + case 11: + return B.SvgBlendMode_010; + case 24: + case 13: + return B.SvgBlendMode_2; + case 14: + return B.SvgBlendMode_3; + case 15: + return B.SvgBlendMode_6; + case 16: + return B.SvgBlendMode_4; + case 17: + return B.SvgBlendMode_5; + case 18: + return B.SvgBlendMode_7; + case 19: + return B.SvgBlendMode_8; + case 20: + return B.SvgBlendMode_9; + case 21: + return B.SvgBlendMode_10; + case 22: + return B.SvgBlendMode_11; + case 23: + return B.SvgBlendMode_12; + case 25: + return B.SvgBlendMode_13; + case 26: + return B.SvgBlendMode_14; + case 27: + return B.SvgBlendMode_15; + case 28: + return B.SvgBlendMode_16; + default: + return B.SvgBlendMode_1; + } + }, stringForStrokeCap(strokeCap) { - switch (strokeCap) { - case B.StrokeCap_0: + switch (strokeCap.index) { + case 0: return "butt"; - case B.StrokeCap_1: + case 1: return "round"; - case B.StrokeCap_2: + case 2: default: return "square"; } }, stringForStrokeJoin(strokeJoin) { - switch (strokeJoin) { - case B.StrokeJoin_1: + switch (strokeJoin.index) { + case 1: return "round"; - case B.StrokeJoin_2: + case 2: return "bevel"; - case B.StrokeJoin_0: + case 0: default: return "miter"; } @@ -1239,11 +1303,8 @@ } if (root == null) root = newElement; - else { - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); + else curElement.appendChild(newElement); - } rect = entry.rect; newClipTransform = entry.currentTransform; t3 = newClipTransform.__engine$_m4storage; @@ -1332,7 +1393,7 @@ t5.setProperty(t3, value, ""); t3 = B.CssStyleDeclaration_methods._browserPropertyName$1(t5, _s16_); t5.setProperty(t3, "0 0 0", ""); - clipDefs.push(A.Element_Element$html(A.createSvgClipDef(newElement, t4), new A.NullTreeSanitizer(), null)); + clipDefs.push(A.createSvgClipDef(newElement, t4)); } } } @@ -1365,8 +1426,6 @@ } t2 = root.style; t2.position = _s8_; - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); curElement.appendChild($content); A.setElementTransform($content, A.transformWithOffset(currentTransform, offset).__engine$_m4storage); t1 = A._setArrayType([root], t1); @@ -1388,7 +1447,7 @@ t1 = pathBounds.right, t2 = pathBounds.bottom, svgClipPath = A.pathToSvgClipPath(clipPath, 0, 0, 1 / t1, 1 / t2); - A.DomRenderer_setClipPath(element, "url(#svgClip" + $._clipIdCounter + ")"); + A.setClipPath(element, "url(#svgClip" + $._clipIdCounter + ")"); t3 = element.style; t1 = A.S(t1) + "px"; t3.width = t1; @@ -1396,91 +1455,111 @@ t3.height = t1; return svgClipPath; }, - _blendColorFilterToSvg(color, feBlend, swapLayers) { - var t1 = $.filterIdCounter + 1; - $.filterIdCounter = t1; - t1 = string$.x3csvg_w + t1 + string$.x22x20filt + A.S(A.colorToCssString(color)) + '" flood-opacity="1" result="flood">'; - return t1 + (swapLayers ? '' : '') + ""; + 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"))), + 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%"; + return new A.SvgFilterBuilder(t3, t1, t2); + }, + _blendColorFilterToSvg(color, svgBlendMode, swapLayers) { + var _s5_ = "flood", + _s13_ = "SourceGraphic", + builder = A.SvgFilterBuilder$(), + t1 = A.colorToCssString(color); + builder.setFeFlood$3$floodColor$floodOpacity$result(t1 == null ? "" : t1, "1", _s5_); + if (swapLayers) + 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); }, buildDrawRectElement(rect, paint, tagName, transform) { - var t2, left, right, $top, bottom, effectiveTransform, translated, style, cssColor, sigma, - t1 = $._domRenderer, - rectangle = type$.HtmlElement._as((t1 == null ? $._domRenderer = A.DomRenderer$() : t1).createElement$1(0, tagName)), - isStroke = paint.style === B.PaintingStyle_1, - strokeWidth = paint.strokeWidth; + var isStroke, strokeWidth, t2, t3, left, right, $top, bottom, effectiveTransform, translated, style, cssColor, sigma, + t1 = document.createElement(tagName); + type$.HtmlElement._as(t1); + isStroke = paint.style === B.PaintingStyle_1; + strokeWidth = paint.strokeWidth; if (strokeWidth == null) strokeWidth = 0; - 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)); + 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)); if (transform.isIdentity$0(0)) if (isStroke) { - t1 = strokeWidth / 2; - effectiveTransform = "translate(" + A.S(left - t1) + "px, " + A.S($top - t1) + "px)"; + t2 = strokeWidth / 2; + effectiveTransform = "translate(" + A.S(left - t2) + "px, " + A.S($top - t2) + "px)"; } else effectiveTransform = "translate(" + A.S(left) + "px, " + A.S($top) + "px)"; else { - t1 = new Float32Array(16); - translated = new A.Matrix40(t1); + t2 = new Float32Array(16); + translated = new A.Matrix40(t2); translated.setFrom$1(transform); if (isStroke) { - t2 = strokeWidth / 2; - translated.translate$2(0, left - t2, $top - t2); + t3 = strokeWidth / 2; + translated.translate$2(0, left - t3, $top - t3); } else translated.translate$2(0, left, $top); - effectiveTransform = A.float64ListToCssTransform(t1); + effectiveTransform = A.float64ListToCssTransform(t2); } - style = rectangle.style; + 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 = paint.color; - if (t1 == null) + t2 = paint.color; + if (t2 == null) cssColor = "#000000"; else { - t1 = A.colorToCssString(t1); - t1.toString; - cssColor = t1; + t2 = A.colorToCssString(t2); + t2.toString; + cssColor = t2; } - t1 = paint.maskFilter; - if (t1 != null) { - sigma = t1._sigma; - t1 = $.$get$_browserEngine(); - if (t1 === B.BrowserEngine_1 && !isStroke) { - t1 = "0px 0px " + A.S(sigma * 2) + "px " + cssColor; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "box-shadow"), t1, ""); - t1 = paint.color; - if (t1 == null) - t1 = B.Color_4278190080; - t1 = A.colorToCssString(new A.Color(((B.JSNumber_methods.round$0((1 - Math.min(Math.sqrt(sigma) / 6.283185307179586, 1)) * (t1.get$value(t1) >>> 24 & 255)) & 255) << 24 | t1.get$value(t1) & 16777215) >>> 0)); - t1.toString; - cssColor = t1; + t2 = paint.maskFilter; + if (t2 != null) { + sigma = t2._sigma; + t2 = $.$get$_browserEngine(); + if (t2 === B.BrowserEngine_1 && !isStroke) { + t2 = "0px 0px " + A.S(sigma * 2) + "px " + cssColor; + B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "box-shadow"), t2, ""); + t2 = paint.color; + if (t2 == null) + t2 = B.Color_4278190080; + t2 = A.colorToCssString(new A.Color(((B.JSNumber_methods.round$0((1 - Math.min(Math.sqrt(sigma) / 6.283185307179586, 1)) * (t2.get$value(t2) >>> 24 & 255)) & 255) << 24 | t2.get$value(t2) & 16777215) >>> 0)); + t2.toString; + cssColor = t2; } else { - t1 = "blur(" + A.S(sigma) + "px)"; - B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "filter"), t1, ""); + t2 = "blur(" + A.S(sigma) + "px)"; + B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "filter"), t2, ""); } } - t1 = right - left; + t2 = right - left; if (isStroke) { - t1 = A.S(t1 - strokeWidth) + "px"; - style.width = t1; - t1 = A.S(bottom - $top - strokeWidth) + "px"; - style.height = t1; - t1 = A._borderStrokeToCssUnit(strokeWidth) + " solid " + cssColor; - style.border = t1; + t2 = A.S(t2 - strokeWidth) + "px"; + style.width = t2; + t2 = A.S(bottom - $top - strokeWidth) + "px"; + style.height = t2; + t2 = A._borderStrokeToCssUnit(strokeWidth) + " solid " + cssColor; + style.border = t2; } else { - t1 = A.S(t1) + "px"; - style.width = t1; - t1 = A.S(bottom - $top) + "px"; - style.height = t1; + t2 = A.S(t2) + "px"; + style.width = t2; + t2 = A.S(bottom - $top) + "px"; + style.height = t2; style.backgroundColor = cssColor; } - return rectangle; + return t1; }, applyRRectBorderRadius(style, rrect) { var t3, t4, @@ -1515,44 +1594,43 @@ return B.JSNumber_methods.toStringAsFixed$1(value === 0 ? 1 : value, 3) + "px"; }, pathToSvgElement(path, paint, width, height) { - var color, t2, t3, - sb = new A.StringBuffer(""), - t1 = ''; - sb._contents = t1; - t1 = sb._contents = t1 + "'; - t1 = sb._contents = t1 + ""; - return A.Element_Element$html(t1.charCodeAt(0) == 0 ? t1 : t1, new A.NullTreeSanitizer(), null); + 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; }, Conic__subdivide(src, level, pointList) { var dst, t1, t2, startY, endY, midY, t3; @@ -1783,24 +1861,25 @@ } return dest; }, - pathToSvg(pathRef, sb, offsetX, offsetY) { + pathToSvg(pathRef, offsetX, offsetY) { var outPts, verb, w, points, len, i, t1, t2, + buffer = new A.StringBuffer(""), iter = new A.PathRefIterator(pathRef); iter.PathRefIterator$1(pathRef); outPts = new Float32Array(8); for (; verb = iter.next$1(0, outPts), verb !== 6;) switch (verb) { case 0: - sb._contents += "M " + A.S(outPts[0] + offsetX) + " " + A.S(outPts[1] + offsetY); + buffer._contents += "M " + A.S(outPts[0] + offsetX) + " " + A.S(outPts[1] + offsetY); break; case 1: - sb._contents += "L " + A.S(outPts[2] + offsetX) + " " + A.S(outPts[3] + offsetY); + buffer._contents += "L " + A.S(outPts[2] + offsetX) + " " + A.S(outPts[3] + offsetY); break; case 4: - sb._contents += "C " + A.S(outPts[2] + offsetX) + " " + A.S(outPts[3] + offsetY) + " " + A.S(outPts[4] + offsetX) + " " + A.S(outPts[5] + offsetY) + " " + A.S(outPts[6] + offsetX) + " " + A.S(outPts[7] + offsetY); + buffer._contents += "C " + A.S(outPts[2] + offsetX) + " " + A.S(outPts[3] + offsetY) + " " + A.S(outPts[4] + offsetX) + " " + A.S(outPts[5] + offsetY) + " " + A.S(outPts[6] + offsetX) + " " + A.S(outPts[7] + offsetY); break; case 2: - sb._contents += "Q " + A.S(outPts[2] + offsetX) + " " + A.S(outPts[3] + offsetY) + " " + A.S(outPts[4] + offsetX) + " " + A.S(outPts[5] + offsetY); + buffer._contents += "Q " + A.S(outPts[2] + offsetX) + " " + A.S(outPts[3] + offsetY) + " " + A.S(outPts[4] + offsetX) + " " + A.S(outPts[5] + offsetY); break; case 3: w = pathRef._conicWeights[iter._conicWeightIndex]; @@ -1809,15 +1888,17 @@ for (i = 1; i < len; i += 2) { t1 = points[i]; t2 = points[i + 1]; - sb._contents += "Q " + A.S(t1._dx + offsetX) + " " + A.S(t1._dy + offsetY) + " " + A.S(t2._dx + offsetX) + " " + A.S(t2._dy + offsetY); + buffer._contents += "Q " + A.S(t1._dx + offsetX) + " " + A.S(t1._dy + offsetY) + " " + A.S(t2._dx + offsetX) + " " + A.S(t2._dy + offsetY); } break; case 5: - sb._contents += "Z"; + buffer._contents += "Z"; break; default: throw A.wrapException(A.UnimplementedError$("Unknown path verb " + verb)); } + t1 = buffer._contents; + return t1.charCodeAt(0) == 0 ? t1 : t1; }, SPath_between(a, b, c) { return (a - b) * (c - b) <= 0; @@ -2054,27 +2135,28 @@ } }, pathToSvgClipPath(path, offsetX, offsetY, scaleX, scaleY) { - var sb, clipId, - _s58_ = '', - t1 = $._clipIdCounter + 1; - $._clipIdCounter = t1; - sb = new A.StringBuffer(""); - sb._contents = ''; - sb._contents = _s58_; - clipId = "svgClip" + t1; + var root, t1, t2, defs, clipId, 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); + clipId = "svgClip" + $._clipIdCounter; + clipPath = type$.ClipPathElement._as(t2._as(B.HtmlDocument_methods.createElementNS$2(t1, _s26_, "clipPath"))); + defs.appendChild(clipPath); + clipPath.id = clipId; + 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) { - t1 = _s58_ + (""); - sb._contents = t1; - sb._contents = t1 + ''); - sb._contents = t1; - sb._contents = t1 + (' maxEnd) + return new A.LineBreakResult(maxEnd, Math.min(maxEnd, unsafeResult.indexWithoutTrailingNewlines), Math.min(maxEnd, unsafeResult.indexWithoutTrailingSpaces), B.LineBreakType_1); + return unsafeResult; + }, + _unsafeNextLineBreak(text, index, maxEnd) { var t1, t2, t3, t4, lastNonNewlineIndex, lastNonSpaceIndex, prev1, regionalIndicatorCount, t5, t6, t7, t8, curr0, isCurrZWJ0, t9, t10, codePoint = A.getCodePoint(text, index), curr = A.ensureLineLookupInitialized().findForChar$1(codePoint), @@ -2771,8 +2928,8 @@ if (curr === B.LineCharProperty_0 || isCurrZWJ) curr = B.LineCharProperty_8; for (t1 = text.length, t2 = type$.LineCharProperty, t3 = type$.int, t4 = type$.UnicodePropertyLookup_LineCharProperty, lastNonNewlineIndex = index, lastNonSpaceIndex = lastNonNewlineIndex, prev1 = null, regionalIndicatorCount = 0; index < t1; isCurrZWJ = isCurrZWJ0, prev1 = curr, curr = curr0) { - if (index === maxEnd) - return new A.LineBreakResult(index, lastNonNewlineIndex, lastNonSpaceIndex, B.LineBreakType_1); + if (index > maxEnd) + return new A.LineBreakResult(maxEnd, Math.min(maxEnd, lastNonNewlineIndex), Math.min(maxEnd, lastNonSpaceIndex), B.LineBreakType_1); t5 = curr === B.LineCharProperty_35; regionalIndicatorCount = t5 ? regionalIndicatorCount + 1 : 0; index = (codePoint != null && codePoint > 65535 ? index + 1 : index) + 1; @@ -2782,7 +2939,7 @@ baseOfSpaceSequence = null; codePoint = A.getCodePoint(text, index); t8 = $._lineLookup; - curr0 = (t8 == null ? $._lineLookup = new A.UnicodePropertyLookup(A._unpackProperties(string$.x3000000, 937, B.List_zPV, t2), B.LineCharProperty_8, A.LinkedHashMap_LinkedHashMap$_empty(t3, t2), t4) : t8).findForChar$1(codePoint); + curr0 = (t8 == null ? $._lineLookup = new A.UnicodePropertyLookup(A._unpackProperties(string$.x3000000, 937, B.List_UVg, t2), B.LineCharProperty_8, A.LinkedHashMap_LinkedHashMap$_empty(t3, t2), t4) : t8).findForChar$1(codePoint); isCurrZWJ0 = curr0 === B.LineCharProperty_26; if (curr === B.LineCharProperty_2 || curr === B.LineCharProperty_3) return new A.LineBreakResult(index, lastNonNewlineIndex, lastNonSpaceIndex, B.LineBreakType_2); @@ -2836,16 +2993,20 @@ lastNonNewlineIndex = index; continue; } - if (curr0 === B.LineCharProperty_17 || curr0 === B.LineCharProperty_12 || curr0 === B.LineCharProperty_6 || curr0 === B.LineCharProperty_13 || curr0 === B.LineCharProperty_15) { + if (t7) + t5 = curr0 === B.LineCharProperty_17 || curr0 === B.LineCharProperty_12 || curr0 === B.LineCharProperty_6 || curr0 === B.LineCharProperty_13 || curr0 === B.LineCharProperty_15; + else + t5 = false; + if (t5) { lastNonNewlineIndex = index; continue; } - if (curr === B.LineCharProperty_11 || baseOfSpaceSequence === B.LineCharProperty_11) { + if (curr === B.LineCharProperty_11) { lastNonNewlineIndex = index; continue; } - t5 = curr !== B.LineCharProperty_7; - if ((!t5 || baseOfSpaceSequence === B.LineCharProperty_7) && curr0 === B.LineCharProperty_11) { + t5 = curr === B.LineCharProperty_7; + if (t5 && curr0 === B.LineCharProperty_11) { lastNonNewlineIndex = index; continue; } @@ -2860,7 +3021,7 @@ } if (t6) return new A.LineBreakResult(index, index, lastNonSpaceIndex, B.LineBreakType_0); - if (!t5 || curr0 === B.LineCharProperty_7) { + if (t5 || curr0 === B.LineCharProperty_7) { lastNonNewlineIndex = index; continue; } @@ -3070,6 +3231,24 @@ letterSpacing = 0; return B.JSNumber_methods.round$0((letterSpacing !== 0 ? width + letterSpacing * (end - start) : width) * 100) / 100; }, + _calculateJustifyPerSpaceBox(paragraph, line, lastLine, lastBox) { + var t1, spaceBoxesToJustify; + if (!line.$eq(0, lastLine)) { + t1 = paragraph.get$_layoutService().width; + t1.toString; + t1 = isFinite(t1) && paragraph.paragraphStyle.textAlign === B.TextAlign_3; + } else + t1 = false; + if (t1) { + t1 = paragraph.get$_layoutService().width; + spaceBoxesToJustify = line.spaceBoxCount; + if (lastBox instanceof A.SpanBox && lastBox.isSpaceOnly) + --spaceBoxesToJustify; + if (spaceBoxesToJustify > 0) + return (t1 - line.width) / spaceBoxesToJustify; + } + return 0; + }, EngineTextStyle$only(background, color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, letterSpacing, locale, shadows, textBaseline, wordSpacing) { var t1 = fontFamily == null, t2 = t1 ? "" : fontFamily; @@ -3123,7 +3302,6 @@ }, _shadowListToCss(shadows) { var i, t1, shadow, t2; - shadows.toString; for (i = 0, t1 = ""; i < 1; ++i, t1 = t2) { shadow = shadows[i]; t2 = shadow.offset; @@ -3138,16 +3316,16 @@ return t1.charCodeAt(0) == 0 ? t1 : t1; }, _decorationStyleToCssString(decorationStyle) { - switch (decorationStyle) { - case B.TextDecorationStyle_3: + switch (decorationStyle.index) { + case 3: return "dashed"; - case B.TextDecorationStyle_2: + case 2: return "dotted"; - case B.TextDecorationStyle_1: + case 1: return "double"; - case B.TextDecorationStyle_0: + case 0: return "solid"; - case B.TextDecorationStyle_4: + case 4: return "wavy"; default: return null; @@ -3179,19 +3357,19 @@ case B.TextAlign_3: return "justify"; case B.TextAlign_5: - switch (textDirection) { - case B.TextDirection_1: + switch (textDirection.index) { + case 1: return "end"; - case B.TextDirection_0: + case 0: return "left"; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } case B.TextAlign_4: - switch (textDirection) { - case B.TextDirection_1: + switch (textDirection.index) { + case 1: return ""; - case B.TextDirection_0: + case 0: return "right"; default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -3704,6 +3882,18 @@ else return "rgba(" + r + "," + g + "," + b + "," + B.JSNumber_methods.toStringAsFixed$1(a / 255, 2) + ")"; }, + _fallbackFontFamily() { + if (A.isIOS15()) + return "BlinkMacSystemFont"; + var t1 = $.$get$_operatingSystem(); + if (t1 !== B.OperatingSystem_0) + t1 = t1 === B.OperatingSystem_4; + else + t1 = true; + if (t1) + return "-apple-system, BlinkMacSystemFont"; + return "Arial"; + }, canonicalizeFontFamily(fontFamily) { var t1; if (J.containsKey$1$x(B.Set_wIvsi._collection$_map, fontFamily)) @@ -3715,8 +3905,8 @@ t1 = true; if (t1) if (fontFamily === ".SF Pro Text" || fontFamily === ".SF Pro Display" || fontFamily === ".SF UI Text" || fontFamily === ".SF UI Display") - return $.$get$_fallbackFontFamily(); - return '"' + A.S(fontFamily) + '", ' + $.$get$_fallbackFontFamily() + ", sans-serif"; + return A._fallbackFontFamily(); + return '"' + A.S(fontFamily) + '", ' + A._fallbackFontFamily() + ", sans-serif"; }, clampInt(value, min, max) { if (value < min) @@ -3765,6 +3955,43 @@ }); return A._asyncStartSync($async$httpFetch, $async$completer); }, + 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); + }, + 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); + else { + context.save(); + context.translate(centerX, centerY); + context.rotate(rotation); + context.scale(radiusX, radiusY); + context.arc(0, 0, 1, startAngle, endAngle, antiClockwise); + context.restore(); + } + }, + removeAllChildren(node) { + var t1, t2; + for (; t1 = node.lastChild, t1 != null;) { + t2 = t1.parentNode; + if (t2 != null) + t2.removeChild(t1); + } + }, Matrix4_tryInvert0(other) { var r = new A.Matrix40(new Float32Array(16)); if (r.copyInverse$1(other) === 0) @@ -3789,30 +4016,15 @@ t1[2] = z; return new A.Vector30(t1); }, - WebExperiments$_() { - var t1 = new A.WebExperiments(); - t1.WebExperiments$_$0(); + 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); return t1; }, - initializeEngine_closure: function initializeEngine_closure() { - }, - initializeEngine_closure0: function initializeEngine_closure0(t0) { - this._box_0 = t0; - }, - initializeEngine__closure: function initializeEngine__closure(t0) { - this._box_0 = t0; - }, - _addUrlStrategyListener_closure: function _addUrlStrategyListener_closure() { - }, - _addUrlStrategyListener_closure0: function _addUrlStrategyListener_closure0() { - }, - NullTreeSanitizer: function NullTreeSanitizer() { - }, AlarmClock: function AlarmClock(t0) { var _ = this; _._timestampFunction = t0; - _._datetime = _.__engine$_timer = null; - _.__AlarmClock_callback = $; + _.callback = _._datetime = _.__engine$_timer = null; }, AssetManager: function AssetManager() { }, @@ -3824,11 +4036,13 @@ this.url = t0; this.httpStatus = t1; }, - BrowserEngine: function BrowserEngine(t0) { - this.__engine$_name = t0; + BrowserEngine: function BrowserEngine(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - OperatingSystem: function OperatingSystem(t0) { - this.__engine$_name = t0; + OperatingSystem: function OperatingSystem(t0, t1) { + this.index = t0; + this._core$_name = t1; }, CanvasPool: function CanvasPool(t0, t1, t2, t3, t4) { var _ = this; @@ -4056,10 +4270,6 @@ }, SkStrokeJoin: function SkStrokeJoin() { }, - SkFilterQualityEnum: function SkFilterQualityEnum() { - }, - SkFilterQuality: function SkFilterQuality() { - }, SkTileModeEnum: function SkTileModeEnum() { }, SkTileMode: function SkTileMode() { @@ -4092,6 +4302,12 @@ }, SkPaint: function SkPaint() { }, + CkFilterOptions: function CkFilterOptions() { + }, + _CkCubicFilterOptions: function _CkCubicFilterOptions() { + }, + _CkTransformFilterOptions: function _CkTransformFilterOptions() { + }, SkMaskFilter: function SkMaskFilter() { }, SkColorFilterNamespace: function SkColorFilterNamespace() { @@ -4176,6 +4392,8 @@ }, TypefaceFontProviderNamespace: function TypefaceFontProviderNamespace() { }, + SkTypefaceFactory: function SkTypefaceFactory() { + }, ProductionCollector: function ProductionCollector(t0) { this.__ProductionCollector__skObjectFinalizationRegistry = $; this._skiaObjectCollectionQueue = t0; @@ -4201,6 +4419,20 @@ }, SkImageInfo: function SkImageInfo() { }, + SkPartialImageInfo: function SkPartialImageInfo() { + }, + patchCanvasKitModule_closure: function patchCanvasKitModule_closure(t0, t1) { + this.canvasKitScript = t0; + this.objectConstructor = t1; + }, + patchCanvasKitModule_closure0: function patchCanvasKitModule_closure0() { + }, + patchCanvasKitModule_closure1: function patchCanvasKitModule_closure1(t0, t1) { + this.canvasKitScript = t0; + this.objectConstructor = t1; + }, + patchCanvasKitModule_closure2: function patchCanvasKitModule_closure2() { + }, CanvasKitCanvas: function CanvasKitCanvas(t0) { this.__engine$_canvas = t0; }, @@ -4230,6 +4462,7 @@ _._overlays = t5; _._viewsToRecomposite = t6; _._compositionOrder = t7; + _._visibleViewCount = 0; _._activeCompositionOrder = t8; _._frameSize = t9; _._clipPathCount = 0; @@ -4245,9 +4478,15 @@ }, HtmlViewEmbedder__applyMutators_closure0: function HtmlViewEmbedder__applyMutators_closure0() { }, - HtmlViewEmbedder_submitFrame_closure: function HtmlViewEmbedder_submitFrame_closure(t0) { + 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__updateOverlays_closure: function HtmlViewEmbedder__updateOverlays_closure() { + }, ViewClipChain: function ViewClipChain(t0, t1) { this.__engine$_root = t0; this.__engine$_slot = t1; @@ -4258,8 +4497,9 @@ this.size = t1; this.mutators = t2; }, - MutatorType: function MutatorType(t0) { - this.__engine$_name = t0; + MutatorType: function MutatorType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Mutator: function Mutator(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -4372,18 +4612,34 @@ }, httpRequestFactory_closure: function httpRequestFactory_closure() { }, - skiaInstantiateWebImageCodec_closure: function skiaInstantiateWebImageCodec_closure(t0) { + fetchImage_closure: function fetchImage_closure(t0) { this.chunkCallback = t0; }, - skiaInstantiateWebImageCodec_closure0: function skiaInstantiateWebImageCodec_closure0(t0, t1) { + fetchImage_closure0: function fetchImage_closure0(t0, t1) { this.completer = t0; this.url = t1; }, - skiaInstantiateWebImageCodec_closure1: function skiaInstantiateWebImageCodec_closure1(t0, t1, t2) { + fetchImage_closure1: function fetchImage_closure1(t0, t1, t2) { this.request = t0; this.completer = t1; this.url = t2; }, + CkImage: function CkImage(t0, t1) { + var _ = this; + _._debugStackTrace = null; + _.__CkImage_box = t0; + _.videoFrame = t1; + _._disposed = false; + }, + CkImage_closure: function CkImage_closure(t0, t1, t2) { + this.originalWidth = t0; + this.originalHeight = t1; + this.originalBytes = t2; + }, + AnimatedImageFrameInfo: function AnimatedImageFrameInfo(t0, t1) { + this.__engine$_duration = t0; + this.__engine$_image = t1; + }, CkAnimatedImage: function CkAnimatedImage(t0, t1) { var _ = this; _.src = t0; @@ -4394,20 +4650,6 @@ _._disposed = false; _.rawSkiaObject = null; }, - CkImage: function CkImage(t0) { - this._debugStackTrace = null; - this.__CkImage_box = t0; - this._disposed = false; - }, - CkImage_closure: function CkImage_closure(t0, t1, t2) { - this.originalWidth = t0; - this.originalHeight = t1; - this.originalBytes = t2; - }, - AnimatedImageFrameInfo: function AnimatedImageFrameInfo(t0, t1) { - this.__engine$_duration = t0; - this.__engine$_image = t1; - }, initializeCanvasKit_closure: function initializeCanvasKit_closure(t0) { this.canvasKitCompleter = t0; }, @@ -4420,16 +4662,6 @@ this.loadSubscription = t0; this.canvasKitLoadCompleter = t1; }, - _startDownloadingCanvasKit_closure0: function _startDownloadingCanvasKit_closure0(t0) { - this.objectConstructor = t0; - }, - _startDownloadingCanvasKit_closure1: function _startDownloadingCanvasKit_closure1() { - }, - _startDownloadingCanvasKit_closure2: function _startDownloadingCanvasKit_closure2(t0) { - this.objectConstructor = t0; - }, - _startDownloadingCanvasKit_closure3: function _startDownloadingCanvasKit_closure3() { - }, IntervalTree: function IntervalTree(t0, t1) { this.root = t0; this.$ti = t1; @@ -4643,7 +4875,7 @@ }, SkiaObjectBox: function SkiaObjectBox(t0, t1, t2) { var _ = this; - _.__engine$_refCount = 1; + _._refCount = 1; _.debugReferrers = t0; _._skDeletable = _.rawSkiaObject = null; _._resurrector = t1; @@ -4671,7 +4903,7 @@ this.$this = t0; }, CkSurface: function CkSurface(t0, t1) { - this.__engine$_surface = t0; + this.surface = t0; this._glContext = t1; this._isDisposed = false; }, @@ -4681,7 +4913,7 @@ _.backupSurface = t1; _.maximumSurfaces = t2; _._liveSurfaces = t3; - _._cache = t4; + _.__engine$_cache = t4; }, CkParagraphStyle: function CkParagraphStyle(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -4744,6 +4976,9 @@ _.__engine$_width = _._minIntrinsicWidth = _._maxIntrinsicWidth = _._longestLine = _._ideographicBaseline = _.__engine$_height = 0; _._boxesForPlaceholders = null; }, + CkLineMetrics: function CkLineMetrics(t0) { + this.skLineMetrics = t0; + }, CkParagraphBuilder: function CkParagraphBuilder(t0, t1, t2, t3, t4) { var _ = this; _._paragraphBuilder = t0; @@ -4759,8 +4994,9 @@ _.style = t2; _.placeholderStyle = t3; }, - _ParagraphCommandType: function _ParagraphCommandType(t0) { - this.__engine$_name = t0; + _ParagraphCommandType: function _ParagraphCommandType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _getEffectiveFontFamilies_closure: function _getEffectiveFontFamilies_closure(t0) { this.fontFamily = t0; @@ -4798,20 +5034,25 @@ }, ExecCommandPasteStrategy: function ExecCommandPasteStrategy() { }, - DomRenderer: function DomRenderer(t0) { + FlutterConfiguration: function FlutterConfiguration(t0) { + this._js = t0; + }, + JsFlutterConfiguration: function JsFlutterConfiguration() { + }, + FlutterViewEmbedder: function FlutterViewEmbedder(t0) { var _ = this; _._glassPaneShadow = _._glassPaneElement = _._staleHotRestartState = _._sceneElement = _._semanticsHostElement = _._resourcesHost = _._sceneHostElement = _._viewportMeta = _._styleElement = _._localeSubscription = _._resizeSubscription = null; _.rootElement = t0; }, - DomRenderer_reset_closure: function DomRenderer_reset_closure(t0, t1, t2) { + FlutterViewEmbedder_reset_closure: function FlutterViewEmbedder_reset_closure(t0, t1, t2) { this._box_0 = t0; this.$this = t1; this.initialInnerWidth = t2; }, - DomRenderer_setPreferredOrientation_closure: function DomRenderer_setPreferredOrientation_closure(t0) { + FlutterViewEmbedder_setPreferredOrientation_closure: function FlutterViewEmbedder_setPreferredOrientation_closure(t0) { this.completer = t0; }, - DomRenderer_setPreferredOrientation_closure0: function DomRenderer_setPreferredOrientation_closure0(t0) { + FlutterViewEmbedder_setPreferredOrientation_closure0: function FlutterViewEmbedder_setPreferredOrientation_closure0(t0) { this.completer = t0; }, EngineCanvas: function EngineCanvas() { @@ -4842,7 +5083,7 @@ this.$ti = t1; }, CrossFrameCache: function CrossFrameCache(t0) { - this._reusablePool = this._cache = null; + this._reusablePool = this.__engine$_cache = null; this.$ti = t0; }, _CrossFrameCacheItem: function _CrossFrameCacheItem(t0, t1, t2) { @@ -4873,6 +5114,9 @@ _._density = t7; _._renderStrategy = t8; }, + SvgBlendMode: function SvgBlendMode(t0) { + this.blendMode = t0; + }, SurfaceCanvas: function SurfaceCanvas(t0) { this.__engine$_canvas = t0; }, @@ -4927,6 +5171,15 @@ _.__engine$_state = t4; _.localClipBounds = _.projectedClip = _.transform = _.parent = _.rootElement = null; }, + SvgFilterBuilder: function SvgFilterBuilder(t0, t1, t2) { + this.id = t0; + this.root = t1; + this.filter = t2; + }, + SvgFilter: function SvgFilter(t0, t1) { + this.id = t0; + this.element = t1; + }, DomCanvas: function DomCanvas(t0, t1, t2, t3) { var _ = this; _.rootElement = t0; @@ -4934,12 +5187,6 @@ _.SaveElementStackTracking__elementStack = t2; _.SaveElementStackTracking__currentTransform = t3; }, - OffScreenCanvas: function OffScreenCanvas(t0, t1) { - var _ = this; - _.canvasElement = _.offScreenCanvas = null; - _.width = t0; - _.height = t1; - }, PersistedOffset: function PersistedOffset(t0, t1, t2, t3, t4) { var _ = this; _.dx = t0; @@ -5325,18 +5572,11 @@ this.dataType = t1; this.storage = t2; }, - GlProgram: function GlProgram(t0) { - this.program = t0; - }, - GlContext: function GlContext(t0) { - var _ = this; - _.glContext = t0; - _._heightInPixels = _._widthInPixels = _.__engine$_canvas = _._kUnsignedShort = _._kUnsignedByte = _._kLinkStatus = _._kTriangles = _._kColorBufferBit = _._kFloat = _._kStaticDraw = _._kElementArrayBuffer = _._kArrayBuffer = _._kCompileStatus = null; - }, commitScene_closure: function commitScene_closure() { }, - PersistedSurfaceState: function PersistedSurfaceState(t0) { - this.__engine$_name = t0; + PersistedSurfaceState: function PersistedSurfaceState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, PersistedSurface: function PersistedSurface() { }, @@ -5403,6 +5643,18 @@ _.width = t1; _.height = t2; }, + initializeEngine_closure: function initializeEngine_closure() { + }, + initializeEngine_closure0: function initializeEngine_closure0(t0) { + this._box_0 = t0; + }, + initializeEngine__closure: function initializeEngine__closure(t0) { + this._box_0 = t0; + }, + _addUrlStrategyListener_closure: function _addUrlStrategyListener_closure() { + }, + _addUrlStrategyListener_closure0: function _addUrlStrategyListener_closure0() { + }, Keyboard: function Keyboard(t0) { var _ = this; _._keydownTimers = t0; @@ -5463,8 +5715,9 @@ }, KeyboardConverter: function KeyboardConverter(t0, t1, t2, t3) { var _ = this; - _.dispatchKeyData = t0; + _.performDispatchKeyData = t0; _.onMacOs = t1; + _._dispatchKeyData = null; _._disposed = false; _._pressingRecords = t2; _._keyGuards = t3; @@ -5490,32 +5743,36 @@ this.$this = t0; this.physicalKey = t1; }, - KeyboardConverter_handleEvent_closure: function KeyboardConverter_handleEvent_closure(t0, t1, t2, t3) { + KeyboardConverter__handleEvent_closure: function KeyboardConverter__handleEvent_closure(t0, t1, t2, t3) { var _ = this; _.event = t0; _.character = t1; _.eventKey = t2; _.physicalKey = t3; }, - KeyboardConverter_handleEvent_closure0: function KeyboardConverter_handleEvent_closure0(t0, t1, t2) { + KeyboardConverter__handleEvent_closure0: function KeyboardConverter__handleEvent_closure0(t0, t1, t2) { this.timeStamp = t0; this.physicalKey = t1; this.logicalKey = t2; }, - KeyboardConverter_handleEvent_closure1: function KeyboardConverter_handleEvent_closure1(t0, t1) { + KeyboardConverter__handleEvent_closure1: function KeyboardConverter__handleEvent_closure1(t0, t1) { this.$this = t0; this.physicalKey = t1; }, - KeyboardConverter_handleEvent_closure2: function KeyboardConverter_handleEvent_closure2(t0, t1, t2) { + KeyboardConverter__handleEvent_closure2: function KeyboardConverter__handleEvent_closure2(t0, t1, t2) { this.$this = t0; this.event = t1; this.timeStamp = t2; }, - KeyboardConverter_handleEvent__closure: function KeyboardConverter_handleEvent__closure(t0, t1, t2) { + KeyboardConverter__handleEvent__closure: function KeyboardConverter__handleEvent__closure(t0, t1, t2) { this.$this = t0; this.logicalKey = t1; this.timeStamp = t2; }, + KeyboardConverter_handleEvent_closure: function KeyboardConverter_handleEvent_closure(t0, t1) { + this._box_0 = t0; + this.$this = t1; + }, MouseCursor: function MouseCursor() { }, BrowserHistory: function BrowserHistory() { @@ -5524,7 +5781,7 @@ var _ = this; _.urlStrategy = t0; _.__BrowserHistory__unsubscribe = _.__MultiEntriesBrowserHistory__lastSeenSerialCount = $; - _._isDisposed = false; + _._isDisposed = _._isTornDown = false; }, MultiEntriesBrowserHistory_onPopState_closure: function MultiEntriesBrowserHistory_onPopState_closure() { }, @@ -5534,7 +5791,7 @@ _._flutterState = t1; _._userProvidedRouteName = null; _.__BrowserHistory__unsubscribe = $; - _._isDisposed = false; + _._isDisposed = _._isTornDown = false; }, SingleEntryBrowserHistory_onPopState_closure: function SingleEntryBrowserHistory_onPopState_closure() { }, @@ -5632,9 +5889,12 @@ _.arg2 = t2; _.arg3 = t3; }, - PlatformViewManager: function PlatformViewManager(t0, t1) { - this._factories = t0; - this.__engine$_contents = t1; + PlatformViewManager: function PlatformViewManager(t0, t1, t2, t3) { + var _ = this; + _._factories = t0; + _.__engine$_contents = t1; + _._invisibleViews = t2; + _._viewIdToType = t3; }, PlatformViewManager_renderContent_closure: function PlatformViewManager_renderContent_closure(t0, t1, t2, t3, t4) { var _ = this; @@ -5746,7 +6006,7 @@ this.$this = t0; }, _PointerState: function _PointerState(t0, t1) { - this._pointer = null; + this.__engine$_pointer = null; this.x = t0; this.y = t1; }, @@ -5760,6 +6020,36 @@ }, Profiler: function Profiler() { }, + JsPromise: function JsPromise() { + }, + ImageDecoder: function ImageDecoder() { + }, + ImageDecoderOptions: function ImageDecoderOptions() { + }, + DecodeResult: function DecodeResult() { + }, + DecodeOptions: function DecodeOptions() { + }, + VideoFrame: function VideoFrame() { + }, + ImageTrackList: function ImageTrackList() { + }, + ImageTrack: function ImageTrack() { + }, + GlProgram: function GlProgram(t0) { + this.program = t0; + }, + GlContext: function GlContext(t0) { + var _ = this; + _.glContext = t0; + _._heightInPixels = _._widthInPixels = _.__engine$_canvas = _._kUnsignedShort = _._kUnsignedByte = _._kLinkStatus = _._kTriangles = _._kColorBufferBit = _._kFloat = _._kStaticDraw = _._kElementArrayBuffer = _._kArrayBuffer = _._kCompileStatus = null; + }, + OffScreenCanvas: function OffScreenCanvas(t0, t1) { + var _ = this; + _.canvasElement = _.offScreenCanvas = null; + _.width = t0; + _.height = t1; + }, AccessibilityAnnouncements: function AccessibilityAnnouncements() { this.__engine$_element = this._removeElementTimer = null; }, @@ -5769,8 +6059,9 @@ AccessibilityAnnouncements_handleMessage_closure: function AccessibilityAnnouncements_handleMessage_closure(t0) { this.$this = t0; }, - _CheckableKind: function _CheckableKind(t0) { - this.__engine$_name = t0; + _CheckableKind: function _CheckableKind(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Checkable: function Checkable(t0, t1) { this.__engine$_kind = t0; @@ -5820,7 +6111,7 @@ 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) { + 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) { var _ = this; _.id = t0; _.flags = t1; @@ -5843,15 +6134,17 @@ _.increasedValueAttributes = t18; _.decreasedValue = t19; _.decreasedValueAttributes = t20; - _.textDirection = t21; - _.transform = t22; - _.childrenInTraversalOrder = t23; - _.childrenInHitTestOrder = t24; - _.additionalActions = t25; - _.thickness = t26; + _.tooltip = t21; + _.textDirection = t22; + _.transform = t23; + _.childrenInTraversalOrder = t24; + _.childrenInHitTestOrder = t25; + _.additionalActions = t26; + _.thickness = t27; }, - Role: function Role(t0) { - this.__engine$_name = t0; + Role: function Role(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _roleFactories_closure: function _roleFactories_closure() { }, @@ -5874,7 +6167,7 @@ SemanticsObject: function SemanticsObject(t0, t1, t2, t3) { var _ = this; _.__engine$_flags = 0; - _._additionalActions = _._childrenInHitTestOrder = _.__engine$_childrenInTraversalOrder = _.__engine$_transform = _.__engine$_textDirection = _._decreasedValueAttributes = _._decreasedValue = _._increasedValueAttributes = _._increasedValue = _._valueAttributes = _.__engine$_value = _._hintAttributes = _.__engine$_hint = _._labelAttributes = _.__engine$_label = _.__engine$_rect = _.__engine$_scrollExtentMin = _.__engine$_scrollExtentMax = _.__engine$_scrollPosition = _.__engine$_scrollIndex = _._scrollChildren = _._textSelectionExtent = _._textSelectionBase = _.__engine$_actions = null; + _._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; _.id = t0; _.owner = t1; _.element = t2; @@ -5884,11 +6177,13 @@ _.horizontalContainerAdjustment = _.verticalContainerAdjustment = 0; _._previousChildrenInTraversalOrder = null; }, - AccessibilityMode: function AccessibilityMode(t0) { - this.__engine$_name = t0; + AccessibilityMode: function AccessibilityMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - GestureMode: function GestureMode(t0) { - this.__engine$_name = t0; + GestureMode: function GestureMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, EngineSemanticsOwner: function EngineSemanticsOwner(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -5912,8 +6207,9 @@ EngineSemanticsOwner__getGestureModeClock_closure: function EngineSemanticsOwner__getGestureModeClock_closure(t0) { this.$this = t0; }, - EnabledState: function EnabledState(t0) { - this.__engine$_name = t0; + EnabledState: function EnabledState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, SemanticsHelper: function SemanticsHelper(t0) { this._semanticsEnabler = t0; @@ -6126,10 +6422,13 @@ _.start = t5; _.lineNumber = t6; _.accumulatedHeight = t7; - _.end = t8; + _.__engine$_end = t8; _.descent = _.ascent = _.widthIncludingSpace = _.width = 0; + _.isBreakable = false; + _._spaceBoxCount = 0; _.__LineBuilder__currentContentDirection = _.__LineBuilder__currentBoxDirection = $; _._currentBoxStartOffset = 0; + _._cachedNextBreak = null; }, Spanometer: function Spanometer(t0, t1) { var _ = this; @@ -6138,11 +6437,13 @@ _._cssFontString = ""; _._currentSpan = _._currentRuler = null; }, - LineCharProperty: function LineCharProperty(t0) { - this.__engine$_name = t0; + LineCharProperty: function LineCharProperty(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - LineBreakType: function LineBreakType(t0) { - this.__engine$_name = t0; + LineBreakType: function LineBreakType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, LineBreakResult: function LineBreakResult(t0, t1, t2, t3) { var _ = this; @@ -6157,22 +6458,23 @@ TextPaintService: function TextPaintService(t0) { this.paragraph = t0; }, - EngineLineMetrics: function EngineLineMetrics(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + EngineLineMetrics: function EngineLineMetrics(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; _.ellipsis = t0; _.startIndex = t1; _.endIndex = t2; _.endIndexWithoutNewlines = t3; _.boxes = t4; - _.hardBreak = t5; - _.ascent = t6; - _.descent = t7; - _.height = t8; - _.width = t9; - _.widthWithTrailingSpaces = t10; - _.left = t11; - _.baseline = t12; - _.lineNumber = t13; + _.spaceBoxCount = t5; + _.hardBreak = t6; + _.ascent = t7; + _.descent = t8; + _.height = t9; + _.width = t10; + _.widthWithTrailingSpaces = t11; + _.left = t12; + _.baseline = t13; + _.lineNumber = t14; }, EngineParagraphStyle: function EngineParagraphStyle(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; @@ -6251,8 +6553,9 @@ this.textDirection = t1; this.isSpaceOnly = t2; }, - _ComparisonResult: function _ComparisonResult(t0) { - this.__engine$_name = t0; + _ComparisonResult: function _ComparisonResult(t0, t1) { + this.index = t0; + this._core$_name = t1; }, UnicodeRange: function UnicodeRange(t0, t1, t2, t3) { var _ = this; @@ -6265,11 +6568,12 @@ var _ = this; _.ranges = t0; _.defaultProperty = t1; - _._cache = t2; + _.__engine$_cache = t2; _.$ti = t3; }, - WordCharProperty: function WordCharProperty(t0) { - this.__engine$_name = t0; + WordCharProperty: function WordCharProperty(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _FindBreakDirection: function _FindBreakDirection(t0) { this.step = t0; @@ -6295,8 +6599,9 @@ }, MultilineInputType: function MultilineInputType() { }, - TextCapitalization: function TextCapitalization(t0) { - this.__engine$_name = t0; + TextCapitalization: function TextCapitalization(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextCapitalizationConfig: function TextCapitalizationConfig(t0) { this.textCapitalization = t0; @@ -6496,8 +6801,9 @@ this.height = t1; this.globalTransform = t2; }, - TransformKind: function TransformKind(t0) { - this.__engine$_name = t0; + TransformKind: function TransformKind(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Matrix40: function Matrix40(t0) { this.__engine$_m4storage = t0; @@ -6505,12 +6811,11 @@ Vector30: function Vector30(t0) { this.__engine$_v3storage = t0; }, - WebExperiments: function WebExperiments() { - }, - WebExperiments$__closure: function WebExperiments$__closure() { - }, EngineFlutterWindow: function EngineFlutterWindow() { }, + EngineFlutterWindow_closure: function EngineFlutterWindow_closure(t0) { + this.$this = t0; + }, EngineFlutterWindow_handleNavigationMessage_closure: function EngineFlutterWindow_handleNavigationMessage_closure(t0, t1) { this.$this = t0; this.data = t1; @@ -6550,13 +6855,21 @@ return new A.HttpException(message, uri); }, _HeaderValue__isToken(token) { - var i, codeUnit, + var i, codeUnit, t2, t1 = token.length; if (t1 === 0) return false; for (i = 0; i < t1; ++i) { codeUnit = B.JSString_methods._codeUnitAt$1(token, i); - if (codeUnit <= 32 || codeUnit >= 127 || B.JSString_methods.indexOf$1('"(),/:;<=>?@[]{}', token[i]) >= 0) + if (codeUnit > 32) + if (codeUnit < 127) { + t2 = token[i]; + t2 = A.stringContainsUnchecked('"(),/:;<=>?@[]{}', t2, 0); + } else + t2 = true; + else + t2 = true; + if (t2) return false; } return true; @@ -6703,17 +7016,22 @@ return new A.MappedIterable(iterable, $function, $S._eval$1("@<0>")._bind$1($T)._eval$1("MappedIterable<1,2>")); }, TakeIterable_TakeIterable(iterable, takeCount, $E) { - A.RangeError_checkNotNegative(takeCount, "takeCount"); + var _s9_ = "takeCount"; + A.ArgumentError_checkNotNull(takeCount, _s9_); + A.RangeError_checkNotNegative(takeCount, _s9_); if (type$.EfficientLengthIterable_dynamic._is(iterable)) return new A.EfficientLengthTakeIterable(iterable, takeCount, $E._eval$1("EfficientLengthTakeIterable<0>")); return new A.TakeIterable(iterable, takeCount, $E._eval$1("TakeIterable<0>")); }, SkipIterable_SkipIterable(iterable, count, $E) { + var _s5_ = "count"; if (type$.EfficientLengthIterable_dynamic._is(iterable)) { - A.RangeError_checkNotNegative(count, "count"); + A.ArgumentError_checkNotNull(count, _s5_); + A.RangeError_checkNotNegative(count, _s5_); return new A.EfficientLengthSkipIterable(iterable, count, $E._eval$1("EfficientLengthSkipIterable<0>")); } - A.RangeError_checkNotNegative(count, "count"); + A.ArgumentError_checkNotNull(count, _s5_); + A.RangeError_checkNotNegative(count, _s5_); return new A.SkipIterable(iterable, count, $E._eval$1("SkipIterable<0>")); }, FollowedByIterable_FollowedByIterable$firstEfficient(first, second, $E) { @@ -7200,7 +7518,7 @@ return type$.JavaScriptIndexingBehavior_dynamic._is(object); }, S(value) { - var res; + var result; if (typeof value == "string") return value; if (typeof value == "number") { @@ -7212,16 +7530,22 @@ return "false"; else if (value == null) return "null"; - res = J.toString$0$(value); - if (typeof res != "string") - throw A.wrapException(A.argumentErrorValue(value)); - return res; + result = J.toString$0$(value); + if (typeof result != "string") + throw A.wrapException(A.ArgumentError$value(value, "object", "toString method returned 'null'")); + return result; }, Primitives_objectHashCode(object) { - var hash = object.$identityHash; + var hash, + property = $.Primitives__identityHashCodeProperty; + if (property == null) { + property = Symbol("identityHashCode"); + $.Primitives__identityHashCodeProperty = property; + } + hash = object[property]; if (hash == null) { hash = Math.random() * 0x3fffffff | 0; - object.$identityHash = hash; + object[property] = hash; } return hash; }, @@ -7831,12 +8155,10 @@ $constructor = function static_tear_off() { this.$initialize(); }; - else { - t2 = $.Closure_functionCounter; - $.Closure_functionCounter = t2 + 1; - t2 = new Function("a,b" + t2, "this.$initialize(a,b" + t2 + ")"); - $constructor = t2; - } + else + $constructor = function tear_off(a, b) { + this.$initialize(a, b); + }; $prototype.constructor = $constructor; $constructor.prototype = $prototype; $prototype.$_name = $name; @@ -7934,29 +8256,12 @@ } }, Closure_forwardCallTo(stubName, $function, isIntercepted, needsDirectAccess) { - var arity, t1, selfName, t2, $arguments, - _s8_ = "receiver"; + var arity, t1; if (isIntercepted) return A.Closure_forwardInterceptedCallTo(stubName, $function, needsDirectAccess); arity = $function.length; - t1 = needsDirectAccess || arity >= 27; - if (t1) - return A.Closure_cspForwardCall(arity, needsDirectAccess, stubName, $function); - if (arity === 0) { - t1 = $.Closure_functionCounter; - $.Closure_functionCounter = t1 + 1; - selfName = "self" + A.S(t1); - t1 = "return function(){var " + selfName + " = this."; - t2 = $.BoundClosure__receiverFieldNameCache; - return new Function(t1 + (t2 == null ? $.BoundClosure__receiverFieldNameCache = A.BoundClosure__computeFieldNamed(_s8_) : t2) + ";return " + selfName + "." + A.S(stubName) + "();}")(); - } - $arguments = "abcdefghijklmnopqrstuvwxyz".split("").splice(0, arity).join(","); - t1 = $.Closure_functionCounter; - $.Closure_functionCounter = t1 + 1; - $arguments += A.S(t1); - t1 = "return function(" + $arguments + "){return this."; - t2 = $.BoundClosure__receiverFieldNameCache; - return new Function(t1 + (t2 == null ? $.BoundClosure__receiverFieldNameCache = A.BoundClosure__computeFieldNamed(_s8_) : t2) + "." + A.S(stubName) + "(" + $arguments + ");}")(); + t1 = A.Closure_cspForwardCall(arity, needsDirectAccess, stubName, $function); + return t1; }, Closure_cspForwardInterceptedCall(arity, needsDirectAccess, stubName, $function) { var getReceiver = A.BoundClosure_receiverOf, @@ -8011,28 +8316,14 @@ } }, Closure_forwardInterceptedCallTo(stubName, $function, needsDirectAccess) { - var receiverField, arity, t1, t2, $arguments, + var receiverField, arity, t1, interceptorField = $.BoundClosure__interceptorFieldNameCache; - if (interceptorField == null) - interceptorField = $.BoundClosure__interceptorFieldNameCache = A.BoundClosure__computeFieldNamed("interceptor"); + interceptorField == null ? $.BoundClosure__interceptorFieldNameCache = A.BoundClosure__computeFieldNamed("interceptor") : interceptorField; receiverField = $.BoundClosure__receiverFieldNameCache; - if (receiverField == null) - receiverField = $.BoundClosure__receiverFieldNameCache = A.BoundClosure__computeFieldNamed("receiver"); + receiverField == null ? $.BoundClosure__receiverFieldNameCache = A.BoundClosure__computeFieldNamed("receiver") : receiverField; arity = $function.length; - t1 = needsDirectAccess || arity >= 28; - if (t1) - return A.Closure_cspForwardInterceptedCall(arity, needsDirectAccess, stubName, $function); - if (arity === 1) { - t1 = "return function(){return this." + interceptorField + "." + A.S(stubName) + "(this." + receiverField + ");"; - t2 = $.Closure_functionCounter; - $.Closure_functionCounter = t2 + 1; - return new Function(t1 + A.S(t2) + "}")(); - } - $arguments = "abcdefghijklmnopqrstuvwxyz".split("").splice(0, arity - 1).join(","); - t1 = "return function(" + $arguments + "){return this." + interceptorField + "." + A.S(stubName) + "(this." + receiverField + ", " + $arguments + ");"; - t2 = $.Closure_functionCounter; - $.Closure_functionCounter = t2 + 1; - return new Function(t1 + A.S(t2) + "}")(); + t1 = A.Closure_cspForwardInterceptedCall(arity, needsDirectAccess, stubName, $function); + return t1; }, closureFromTearOff(parameters) { return A.Closure_fromTearOff(parameters); @@ -8057,18 +8348,12 @@ } throw A.wrapException(A.ArgumentError$("Field name " + fieldName + " not found.", null)); }, - assertThrow(message) { - throw A.wrapException(new A._AssertionError(message)); - }, throwCyclicInit(staticName) { throw A.wrapException(new A.CyclicInitializationError(staticName)); }, getIsolateAffinityTag($name) { return init.getIsolateTag($name); }, - assertUnreachable() { - throw A.wrapException(new A._UnreachableError(null)); - }, defineProperty(obj, property, value) { Object.defineProperty(obj, property, {value: value, enumerable: false, writable: true, configurable: true}); }, @@ -8286,65 +8571,21 @@ return receiver.split(pattern).join(replacement); return receiver.replace(new RegExp(A.quoteStringForRegExp(pattern), "g"), A.escapeReplacement(replacement)); }, - _matchString(match) { - var t1 = match.$index(0, 0); - t1.toString; - return t1; - }, _stringIdentity(string) { return string; }, stringReplaceAllFuncUnchecked(receiver, pattern, onMatch, onNonMatch) { - var t1, startIndex, t2, match; - if (onMatch == null) - onMatch = A._js_helper___matchString$closure(); - if (onNonMatch == null) - onNonMatch = A._js_helper___stringIdentity$closure(); - if (typeof pattern == "string") - return A.stringReplaceAllStringFuncUnchecked(receiver, pattern, onMatch, onNonMatch); + var t1, startIndex, t2, match, t3, t4; if (!type$.Pattern._is(pattern)) throw A.wrapException(A.ArgumentError$value(pattern, "pattern", "is not a Pattern")); - for (t1 = J.allMatches$1$s(pattern, receiver), t1 = t1.get$iterator(t1), startIndex = 0, t2 = ""; t1.moveNext$0();) { - match = t1.get$current(t1); - t2 = t2 + A.S(onNonMatch.call$1(B.JSString_methods.substring$2(receiver, startIndex, match.get$start(match)))) + A.S(onMatch.call$1(match)); - startIndex = match.get$end(match); + for (t1 = pattern.allMatches$1(0, receiver), t1 = new A._AllMatchesIterator(t1._re, t1._string, t1.__js_helper$_start), startIndex = 0, t2 = ""; t1.moveNext$0();) { + match = t1.__js_helper$_current; + t3 = match._match; + t4 = t3.index; + t2 = t2 + A.S(A._stringIdentity(B.JSString_methods.substring$2(receiver, startIndex, t4))) + A.S(onMatch.call$1(match)); + startIndex = t4 + t3[0].length; } - t1 = t2 + A.S(onNonMatch.call$1(B.JSString_methods.substring$1(receiver, startIndex))); - return t1.charCodeAt(0) == 0 ? t1 : t1; - }, - stringReplaceAllEmptyFuncUnchecked(receiver, onMatch, onNonMatch) { - var i, i0, - $length = receiver.length, - t1 = A.S(onNonMatch.call$1("")); - for (i = 0; i < $length;) { - t1 += A.S(onMatch.call$1(new A.StringMatch(i, ""))); - if ((B.JSString_methods._codeUnitAt$1(receiver, i) & 4294966272) === 55296 && $length > i + 1) - if ((B.JSString_methods._codeUnitAt$1(receiver, i + 1) & 4294966272) === 56320) { - i0 = i + 2; - t1 += A.S(onNonMatch.call$1(B.JSString_methods.substring$2(receiver, i, i0))); - i = i0; - continue; - } - t1 += A.S(onNonMatch.call$1(receiver[i])); - ++i; - } - t1 = t1 + A.S(onMatch.call$1(new A.StringMatch(i, ""))) + A.S(onNonMatch.call$1("")); - return t1.charCodeAt(0) == 0 ? t1 : t1; - }, - stringReplaceAllStringFuncUnchecked(receiver, pattern, onMatch, onNonMatch) { - var $length, startIndex, t1, position, - patternLength = pattern.length; - if (patternLength === 0) - return A.stringReplaceAllEmptyFuncUnchecked(receiver, onMatch, onNonMatch); - $length = receiver.length; - for (startIndex = 0, t1 = ""; startIndex < $length;) { - position = receiver.indexOf(pattern, startIndex); - if (position === -1) - break; - t1 = t1 + A.S(onNonMatch.call$1(B.JSString_methods.substring$2(receiver, startIndex, position))) + A.S(onMatch.call$1(new A.StringMatch(position, pattern))); - startIndex = position + patternLength; - } - t1 += A.S(onNonMatch.call$1(B.JSString_methods.substring$1(receiver, startIndex))); + t1 = t2 + A.S(A._stringIdentity(B.JSString_methods.substring$1(receiver, startIndex))); return t1.charCodeAt(0) == 0 ? t1 : t1; }, stringReplaceFirstUnchecked(receiver, pattern, replacement, startIndex) { @@ -8474,12 +8715,6 @@ RuntimeError: function RuntimeError(t0) { this.message = t0; }, - _AssertionError: function _AssertionError(t0) { - this.message = t0; - }, - _UnreachableError: function _UnreachableError(t0) { - this.message = t0; - }, _Required: function _Required() { }, JsLinkedHashMap: function JsLinkedHashMap(t0) { @@ -8644,6 +8879,8 @@ return new Uint16Array(A._ensureNativeList(list)); }, NativeUint8List_NativeUint8List($length) { + if (!A._isInt($length)) + A.throwExpression(A.ArgumentError$("Invalid length " + A.S($length), null)); return new Uint8Array($length); }, NativeUint8List_NativeUint8List$fromList(elements) { @@ -10623,9 +10860,6 @@ future.then$1$2$onError(0, new A.Stream_Stream$fromFuture_closure(controller, $T), new A.Stream_Stream$fromFuture_closure0(controller), type$.Null); return new A._ControllerStream(controller, t1._eval$1("_ControllerStream<1>")); }, - Stream_Stream$fromIterable(elements, $T) { - return new A._GeneratedStreamImpl(new A.Stream_Stream$fromIterable_closure(elements, $T), $T._eval$1("_GeneratedStreamImpl<0>")); - }, StreamIterator_StreamIterator(stream, $T) { return new A._StreamIterator(A.checkNotNullable(stream, "stream", type$.Object), $T._eval$1("_StreamIterator<0>")); }, @@ -10652,6 +10886,12 @@ t2 = cancelOnError ? 1 : 0; return new A._ControllerSubscription(_controller, A._BufferingStreamSubscription__registerDataHandler(t1, onData, $T), A._BufferingStreamSubscription__registerErrorHandler(t1, onError), A._BufferingStreamSubscription__registerDoneHandler(t1, onDone), t1, t2, $T._eval$1("_ControllerSubscription<0>")); }, + _AddStreamState$(controller, source, cancelOnError, $T) { + var t1 = $.Zone__current, + t2 = controller.get$_async$_add(controller), + t3 = controller.get$_addError(); + return new A._AddStreamState(new A._Future(t1, type$._Future_dynamic), source.listen$4$cancelOnError$onDone$onError(0, t2, false, controller.get$_async$_close(), t3), $T._eval$1("_AddStreamState<0>")); + }, _AddStreamState_makeErrorHandler(controller) { return new A._AddStreamState_makeErrorHandler_closure(controller); }, @@ -10830,7 +11070,7 @@ return A.Timer__createPeriodicTimer(duration, B.C__RootZone !== zone ? zone.bindUnaryCallback$2$1(callback, type$.void, type$.Timer) : callback); }, _rootPrint($self, $parent, zone, line) { - A.printString(A.S(line)); + A.printString(line); }, _printToZone(line) { $.Zone__current.print$1(0, line); @@ -11136,10 +11376,6 @@ Stream_Stream$fromFuture_closure0: function Stream_Stream$fromFuture_closure0(t0) { this.controller = t0; }, - Stream_Stream$fromIterable_closure: function Stream_Stream$fromIterable_closure(t0, t1) { - this.elements = t0; - this.T = t1; - }, Stream_pipe_closure: function Stream_pipe_closure(t0) { this.streamConsumer = t0; }, @@ -11262,7 +11498,10 @@ _._pending = _._cancelFuture = null; _.$ti = t6; }, - _AddStreamState: function _AddStreamState() { + _AddStreamState: function _AddStreamState(t0, t1, t2) { + this.addStreamFuture = t0; + this.addSubscription = t1; + this.$ti = t2; }, _AddStreamState_makeErrorHandler_closure: function _AddStreamState_makeErrorHandler_closure(t0) { this.controller = t0; @@ -11297,16 +11536,6 @@ }, _StreamImpl: function _StreamImpl() { }, - _GeneratedStreamImpl: function _GeneratedStreamImpl(t0, t1) { - this._pending = t0; - this._isUsed = false; - this.$ti = t1; - }, - _IterablePendingEvents: function _IterablePendingEvents(t0, t1) { - this._async$_iterator = t0; - this._state = 0; - this.$ti = t1; - }, _DelayedEvent: function _DelayedEvent() { }, _DelayedData: function _DelayedData(t0, t1) { @@ -11803,6 +12032,11 @@ J.forEach$1$ax(other, new A.LinkedHashMap_LinkedHashMap$from_closure(result, $K, $V)); return result; }, + LinkedHashMap_LinkedHashMap$of(other, $K, $V) { + var t1 = A.LinkedHashMap_LinkedHashMap(null, null, null, $K, $V); + t1.addAll$1(0, other); + return t1; + }, LinkedHashMap_LinkedHashMap$fromIterable(iterable, key, value, $K, $V) { var map = A.LinkedHashMap_LinkedHashMap(null, null, null, $K, $V); A.MapBase__fillMapWithMappedIterable(map, iterable, key, value); @@ -11851,6 +12085,21 @@ map.$indexSet(0, key.call$1(element), value.call$1(element)); } }, + MapBase__fillMapWithIterables(map, keys, values) { + var keyIterator = keys.get$iterator(keys), + valueIterator = values.get$iterator(values), + hasNextKey = keyIterator.moveNext$0(), + hasNextValue = valueIterator.moveNext$0(); + while (true) { + if (!(hasNextKey && hasNextValue)) + break; + map.$indexSet(0, keyIterator.get$current(keyIterator), valueIterator.get$current(valueIterator)); + hasNextKey = keyIterator.moveNext$0(); + hasNextValue = valueIterator.moveNext$0(); + } + if (hasNextKey || hasNextValue) + throw A.wrapException(A.ArgumentError$("Iterables do not have same length.", null)); + }, DoubleLinkedQueue$($E) { var t1 = new A._DoubleLinkedQueueSentinel($E._eval$1("_DoubleLinkedQueueSentinel<0>")); t1._previousLink = t1; @@ -12501,7 +12750,7 @@ LineSplitter_split($async$lines) { return A._makeSyncStarIterable(function() { var lines = $async$lines; - var $async$goto = 0, $async$handler = 1, $async$currentError, t1, sliceStart, char, i, char0, end; + var $async$goto = 0, $async$handler = 1, $async$currentError, sliceStart, char, i, char0, end; return function $async$LineSplitter_split($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -12512,7 +12761,7 @@ case 0: // Function start end = A.RangeError_checkValidRange(0, null, lines.length, null, null); - t1 = J.getInterceptor$s(lines), sliceStart = 0, char = 0, i = 0; + sliceStart = 0, char = 0, i = 0; case 2: // for condition if (!(i < end)) { @@ -12520,7 +12769,7 @@ $async$goto = 4; break; } - char0 = t1._codeUnitAt$1(lines, i); + char0 = B.JSString_methods._codeUnitAt$1(lines, i); if (char0 !== 13) { if (char0 !== 10) { // goto for update @@ -12552,7 +12801,7 @@ case 6: // then $async$goto = 8; - return t1.substring$2(lines, sliceStart, end); + return B.JSString_methods.substring$2(lines, sliceStart, end); case 8: // after yield case 7: @@ -12758,6 +13007,12 @@ return object.toString$0(0); return "Instance of '" + A.S(A.Primitives_objectTypeName(object)) + "'"; }, + Error__throw(error, stackTrace) { + error = A.wrapException(error); + error.stack = J.toString$0$(stackTrace); + throw error; + throw A.wrapException("unreachable"); + }, DateTime$fromMillisecondsSinceEpoch(millisecondsSinceEpoch, isUtc) { var t1; if (Math.abs(millisecondsSinceEpoch) <= 864e13) @@ -12787,14 +13042,11 @@ return J.JSArray_markFixedList(list); }, List_List$of(elements, growable, $E) { - if (growable === true) + var t1; + if (growable) return A.List_List$_of(elements, $E); - if (growable === false) - return J.JSArray_markFixedList(A.List_List$_of(elements, $E)); - if (growable == null) - A.assertThrow("boolean expression must not be null"); - A.assertUnreachable(); - A.throwExpression(A.ReachabilityError$(string$.x60null_t)); + t1 = J.JSArray_markFixedList(A.List_List$_of(elements, $E)); + return t1; }, List_List$_of(elements, $E) { var list, t1; @@ -12942,16 +13194,16 @@ return (codeUnit | 32) - 97 + 10; }, _BigIntImpl__parseHex(source, startPos, isNegative) { - var t3, i, chunk, j, i0, digitValue, digitIndex, digitIndex0, + var i, chunk, j, i0, digitValue, digitIndex, digitIndex0, t1 = source.length, sourceLength = t1 - startPos, chunkCount = B.JSNumber_methods.ceil$0(sourceLength / 4), digits = new Uint16Array(chunkCount), t2 = chunkCount - 1, lastDigitLength = sourceLength - t2 * 4; - for (t3 = J.getInterceptor$s(source), i = startPos, chunk = 0, j = 0; j < lastDigitLength; ++j, i = i0) { + for (i = startPos, chunk = 0, j = 0; j < lastDigitLength; ++j, i = i0) { i0 = i + 1; - digitValue = A._BigIntImpl__codeUnitToRadixValue(t3._codeUnitAt$1(source, i)); + digitValue = A._BigIntImpl__codeUnitToRadixValue(B.JSString_methods._codeUnitAt$1(source, i)); if (digitValue >= 16) return null; chunk = chunk * 16 + digitValue; @@ -13267,6 +13519,12 @@ return JSON.stringify(object); return A.Error__objectToString(object); }, + Error_throwWithStackTrace(error, stackTrace) { + A.checkNotNullable(error, "error", type$.Object); + A.checkNotNullable(stackTrace, "stackTrace", type$.StackTrace); + A.Error__throw(error, stackTrace); + A.ReachabilityError$(string$.x60null_t); + }, AssertionError$(message) { return new A.AssertionError(message); }, @@ -13279,6 +13537,11 @@ ArgumentError$notNull($name) { return new A.ArgumentError(false, null, $name, "Must not be null"); }, + ArgumentError_checkNotNull(argument, $name) { + if (argument == null) + throw A.wrapException(A.ArgumentError$notNull($name)); + return argument; + }, RangeError$(message) { var _null = null; return new A.RangeError(_null, _null, false, _null, _null, message); @@ -13346,15 +13609,47 @@ Map_castFrom(source, $K, $V, K2, V2) { return new A.CastMap(source, $K._eval$1("@<0>")._bind$1($V)._bind$1(K2)._bind$1(V2)._eval$1("CastMap<1,2,3,4>")); }, - Object_hash(object1, object2) { - var t1 = A.SystemHash_hash2(J.get$hashCode$(object1), J.get$hashCode$(object2), $.$get$_hashSeed()); - return t1; + Object_hash(object1, object2, object3, object4, object5, object6) { + var t1; + if (B.C_SentinelValue === object3) + return A.SystemHash_hash2(J.get$hashCode$(object1), J.get$hashCode$(object2), $.$get$_hashSeed()); + if (B.C_SentinelValue === object4) { + t1 = J.get$hashCode$(object1); + object2 = J.get$hashCode$(object2); + object3 = J.get$hashCode$(object3); + return A.SystemHash_finish(A.SystemHash_combine(A.SystemHash_combine(A.SystemHash_combine($.$get$_hashSeed(), t1), object2), object3)); + } + if (B.C_SentinelValue === object5) + return A.SystemHash_hash4(J.get$hashCode$(object1), J.get$hashCode$(object2), J.get$hashCode$(object3), J.get$hashCode$(object4), $.$get$_hashSeed()); + if (B.C_SentinelValue === object6) { + t1 = J.get$hashCode$(object1); + object2 = J.get$hashCode$(object2); + object3 = J.get$hashCode$(object3); + object4 = J.get$hashCode$(object4); + object5 = object5.get$hashCode(object5); + return A.SystemHash_finish(A.SystemHash_combine(A.SystemHash_combine(A.SystemHash_combine(A.SystemHash_combine(A.SystemHash_combine($.$get$_hashSeed(), t1), object2), object3), object4), object5)); + } + t1 = J.get$hashCode$(object1); + object2 = J.get$hashCode$(object2); + object3 = J.get$hashCode$(object3); + object4 = J.get$hashCode$(object4); + object5 = object5.get$hashCode(object5); + object6 = object6.get$hashCode(object6); + object6 = A.SystemHash_finish(A.SystemHash_combine(A.SystemHash_combine(A.SystemHash_combine(A.SystemHash_combine(A.SystemHash_combine(A.SystemHash_combine($.$get$_hashSeed(), t1), object2), object3), object4), object5), object6)); + return object6; + }, + Object_hashAll(objects) { + var t1, + hash = $.$get$_hashSeed(); + for (t1 = J.get$iterator$ax(objects); t1.moveNext$0();) + hash = A.SystemHash_combine(hash, J.get$hashCode$(t1.get$current(t1))); + return A.SystemHash_finish(hash); }, print(object) { - var line = J.toString$0$(object), + var line = A.S(object), toZone = $.printToZone; if (toZone == null) - A.printString(A.S(line)); + A.printString(line); else toZone.call$1(line); }, @@ -13370,7 +13665,7 @@ end = uri.length; t1 = start + 5; if (end >= t1) { - delta = ((J._codeUnitAt$1$s(uri, start + 4) ^ 58) * 3 | B.JSString_methods._codeUnitAt$1(uri, start) ^ 100 | B.JSString_methods._codeUnitAt$1(uri, start + 1) ^ 97 | B.JSString_methods._codeUnitAt$1(uri, start + 2) ^ 116 | B.JSString_methods._codeUnitAt$1(uri, start + 3) ^ 97) >>> 0; + delta = ((B.JSString_methods._codeUnitAt$1(uri, start + 4) ^ 58) * 3 | B.JSString_methods._codeUnitAt$1(uri, start) ^ 100 | B.JSString_methods._codeUnitAt$1(uri, start + 1) ^ 97 | B.JSString_methods._codeUnitAt$1(uri, start + 2) ^ 116 | B.JSString_methods._codeUnitAt$1(uri, start + 3) ^ 97) >>> 0; if (delta === 0) return A.UriData__parse(start > 0 || end < end ? B.JSString_methods.substring$2(uri, start, end) : uri, 5, _null).get$uri(); else if (delta === 32) @@ -13416,8 +13711,8 @@ scheme = _null; isSimple = false; } else { - if (!(queryStart < end && queryStart === pathStart + 2 && J.startsWith$2$s(uri, "..", pathStart))) - t3 = queryStart > pathStart + 2 && J.startsWith$2$s(uri, "/..", queryStart - 3); + if (!(queryStart < end && queryStart === pathStart + 2 && B.JSString_methods.startsWith$2(uri, "..", pathStart))) + t3 = queryStart > pathStart + 2 && B.JSString_methods.startsWith$2(uri, "/..", queryStart - 3); else t3 = true; if (t3) { @@ -13425,7 +13720,7 @@ isSimple = false; } else { if (schemeEnd === start + 4) - if (J.startsWith$2$s(uri, "file", start)) { + if (B.JSString_methods.startsWith$2(uri, "file", start)) { if (hostStart <= start) { if (!B.JSString_methods.startsWith$2(uri, "/", pathStart)) { schemeAuth = "file:///"; @@ -13486,18 +13781,16 @@ scheme = "http"; } else scheme = _null; - else if (schemeEnd === t1 && J.startsWith$2$s(uri, "https", start)) { - if (t2 && portStart + 4 === pathStart && J.startsWith$2$s(uri, "443", portStart + 1)) { - t1 = start === 0 && true; - t2 = J.getInterceptor$s(uri); - if (t1) { - uri = t2.replaceRange$3(uri, portStart, pathStart, ""); + else if (schemeEnd === t1 && B.JSString_methods.startsWith$2(uri, "https", start)) { + if (t2 && portStart + 4 === pathStart && B.JSString_methods.startsWith$2(uri, "443", portStart + 1)) + if (start === 0 && true) { + uri = B.JSString_methods.replaceRange$3(uri, portStart, pathStart, ""); pathStart -= 4; queryStart -= 4; fragmentStart -= 4; end -= 3; } else { - uri = t2.substring$2(uri, start, portStart) + B.JSString_methods.substring$2(uri, pathStart, end); + uri = B.JSString_methods.substring$2(uri, start, portStart) + B.JSString_methods.substring$2(uri, pathStart, end); schemeEnd -= start; hostStart -= start; portStart -= start; @@ -13508,7 +13801,6 @@ end = uri.length; start = 0; } - } scheme = "https"; } else scheme = _null; @@ -13520,7 +13812,7 @@ scheme = _null; if (isSimple) { if (start > 0 || end < uri.length) { - uri = J.substring$2$s(uri, start, end); + uri = B.JSString_methods.substring$2(uri, start, end); schemeEnd -= start; hostStart -= start; portStart -= start; @@ -13546,7 +13838,7 @@ host = A._Uri__makeHost(uri, hostStart, portStart, false); t1 = portStart + 1; if (t1 < pathStart) { - portNumber = A.Primitives_parseInt(J.substring$2$s(uri, t1, pathStart), _null); + portNumber = A.Primitives_parseInt(B.JSString_methods.substring$2(uri, t1, pathStart), _null); port = A._Uri__makePort(portNumber == null ? A.throwExpression(A.FormatException$("Invalid port", uri, t1)) : portNumber, scheme); } else port = _null; @@ -13606,11 +13898,11 @@ return result; }, Uri_parseIPv6Address(host, start, end) { - var parts, i, partStart, wildcardSeen, seenDot, char, atEnd, t1, last, bytes, wildCardLength, index, value, j, + var parts, i, partStart, wildcardSeen, seenDot, char, atEnd, t1, last, bytes, wildCardLength, index, value, j, _null = null, error = new A.Uri_parseIPv6Address_error(host), parseHex = new A.Uri_parseIPv6Address_parseHex(error, host); if (host.length < 2) - error.call$1("address is too short"); + error.call$2("address is too short", _null); parts = A._setArrayType([], type$.JSArray_int); for (i = start, partStart = i, wildcardSeen = false, seenDot = false; i < end; ++i) { char = B.JSString_methods.codeUnitAt$1(host, i); @@ -13633,7 +13925,7 @@ seenDot = true; } if (parts.length === 0) - error.call$1("too few parts"); + error.call$2("too few parts", _null); atEnd = partStart === end; t1 = B.JSArray_methods.get$last(parts); if (atEnd && t1 !== -1) @@ -13648,9 +13940,9 @@ } if (wildcardSeen) { if (parts.length > 7) - error.call$1("an address with a wildcard must have less than 7 parts"); + error.call$2("an address with a wildcard must have less than 7 parts", _null); } else if (parts.length !== 8) - error.call$1("an address without a wildcard must contain exactly 8 parts"); + error.call$2("an address without a wildcard must contain exactly 8 parts", _null); bytes = new Uint8Array(16); for (t1 = parts.length, wildCardLength = 9 - t1, i = 0, index = 0; i < t1; ++i) { value = parts[i]; @@ -14210,7 +14502,7 @@ _Uri__escapeScheme(path) { var i, char, t1 = path.length; - if (t1 >= 2 && A._Uri__isAlphabeticCharacter(J._codeUnitAt$1$s(path, 0))) + if (t1 >= 2 && A._Uri__isAlphabeticCharacter(B.JSString_methods._codeUnitAt$1(path, 0))) for (i = 1; i < t1; ++i) { char = B.JSString_methods._codeUnitAt$1(path, i); if (char === 58) @@ -14562,6 +14854,8 @@ Duration: function Duration(t0) { this._duration = t0; }, + _Enum: function _Enum() { + }, Error: function Error() { }, AssertionError: function AssertionError(t0) { @@ -14642,6 +14936,8 @@ this._generator = t1; this.$ti = t2; }, + BidirectionalIterator: function BidirectionalIterator() { + }, Iterator: function Iterator() { }, MapEntry: function MapEntry(t0, t1, t2) { @@ -14745,26 +15041,34 @@ return t1; }, ServiceExtensionResponse$result(result) { + A.ArgumentError_checkNotNull(result, "result"); return new A.ServiceExtensionResponse(); }, ServiceExtensionResponse__validateErrorCode(errorCode) { + var _s9_ = "errorCode"; + A.ArgumentError_checkNotNull(errorCode, _s9_); if (errorCode === -32602) return; if (errorCode >= -32016 && errorCode <= -32000) return; - throw A.wrapException(A.ArgumentError$value(errorCode, "errorCode", "Out of range")); + throw A.wrapException(A.ArgumentError$value(errorCode, _s9_, "Out of range")); }, registerExtension(method, handler) { + A.ArgumentError_checkNotNull(method, "method"); 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"); $._extensions.$indexSet(0, method, handler); }, postEvent(eventKind, eventData) { + A.ArgumentError_checkNotNull(eventKind, "eventKind"); + A.ArgumentError_checkNotNull(eventData, "eventData"); B.C_JsonCodec.encode$1(eventData); }, Timeline_startSync($name, $arguments, flow) { + A.ArgumentError_checkNotNull($name, "name"); $.Timeline__stack.push(null); return; }, @@ -14784,6 +15088,7 @@ } }, Timeline_instantSync($name, $arguments) { + A.ArgumentError_checkNotNull($name, "name"); return; }, Timeline_timeSync($name, $function, flow) { @@ -14807,13 +15112,9 @@ }, TimelineTask: function TimelineTask(t0, t1, t2) { this._developer$_parent = t0; - this._taskId = t1; + this._developer$_taskId = t1; this._stack = t2; }, - _AsyncBlock: function _AsyncBlock(t0, t1) { - this.name = t0; - this._taskId = t1; - }, window() { return window; }, @@ -14916,17 +15217,6 @@ } return e; }, - _JenkinsSmiHash_combine(hash, value) { - hash = hash + value & 536870911; - hash = hash + ((hash & 524287) << 10) & 536870911; - return hash ^ hash >>> 6; - }, - _JenkinsSmiHash_hash4(a, b, c, d) { - var t1 = A._JenkinsSmiHash_combine(A._JenkinsSmiHash_combine(A._JenkinsSmiHash_combine(A._JenkinsSmiHash_combine(0, a), b), c), d), - hash = t1 + ((t1 & 67108863) << 3) & 536870911; - hash ^= hash >>> 11; - return hash + ((hash & 16383) << 15) & 536870911; - }, _EventStreamSubscription$(_target, _eventType, onData, _useCapture, $T) { var t1 = onData == null ? null : A._wrapZone(new A._EventStreamSubscription_closure(onData), type$.Event); t1 = new A._EventStreamSubscription(_target, _eventType, t1, false, $T._eval$1("_EventStreamSubscription<0>")); @@ -15179,8 +15469,6 @@ }, MapElement: function MapElement() { }, - MediaElement: function MediaElement() { - }, MediaKeySession: function MediaKeySession() { }, MediaList: function MediaList() { @@ -15264,7 +15552,7 @@ }, PluginArray: function PluginArray() { }, - PointerEvent: function PointerEvent() { + PointerEvent0: function PointerEvent0() { }, PresentationAvailability: function PresentationAvailability() { }, @@ -15356,8 +15644,6 @@ }, Url: function Url() { }, - VideoElement: function VideoElement() { - }, VideoTrack: function VideoTrack() { }, VideoTrackList: function VideoTrackList() { @@ -15507,83 +15793,83 @@ _ValidatingTreeSanitizer_sanitizeTree_walk: function _ValidatingTreeSanitizer_sanitizeTree_walk(t0) { this.$this = t0; }, - _CssStyleDeclaration_Interceptor_CssStyleDeclarationBase: function _CssStyleDeclaration_Interceptor_CssStyleDeclarationBase() { + _CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase: function _CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase() { }, - _DomRectList_Interceptor_ListMixin: function _DomRectList_Interceptor_ListMixin() { + _DomRectList_JavaScriptObject_ListMixin: function _DomRectList_JavaScriptObject_ListMixin() { }, - _DomRectList_Interceptor_ListMixin_ImmutableListMixin: function _DomRectList_Interceptor_ListMixin_ImmutableListMixin() { + _DomRectList_JavaScriptObject_ListMixin_ImmutableListMixin: function _DomRectList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _DomStringList_Interceptor_ListMixin: function _DomStringList_Interceptor_ListMixin() { + _DomStringList_JavaScriptObject_ListMixin: function _DomStringList_JavaScriptObject_ListMixin() { }, - _DomStringList_Interceptor_ListMixin_ImmutableListMixin: function _DomStringList_Interceptor_ListMixin_ImmutableListMixin() { + _DomStringList_JavaScriptObject_ListMixin_ImmutableListMixin: function _DomStringList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _FileList_Interceptor_ListMixin: function _FileList_Interceptor_ListMixin() { + _FileList_JavaScriptObject_ListMixin: function _FileList_JavaScriptObject_ListMixin() { }, - _FileList_Interceptor_ListMixin_ImmutableListMixin: function _FileList_Interceptor_ListMixin_ImmutableListMixin() { + _FileList_JavaScriptObject_ListMixin_ImmutableListMixin: function _FileList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _HtmlCollection_Interceptor_ListMixin: function _HtmlCollection_Interceptor_ListMixin() { + _HtmlCollection_JavaScriptObject_ListMixin: function _HtmlCollection_JavaScriptObject_ListMixin() { }, - _HtmlCollection_Interceptor_ListMixin_ImmutableListMixin: function _HtmlCollection_Interceptor_ListMixin_ImmutableListMixin() { + _HtmlCollection_JavaScriptObject_ListMixin_ImmutableListMixin: function _HtmlCollection_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _MidiInputMap_Interceptor_MapMixin: function _MidiInputMap_Interceptor_MapMixin() { + _MidiInputMap_JavaScriptObject_MapMixin: function _MidiInputMap_JavaScriptObject_MapMixin() { }, - _MidiOutputMap_Interceptor_MapMixin: function _MidiOutputMap_Interceptor_MapMixin() { + _MidiOutputMap_JavaScriptObject_MapMixin: function _MidiOutputMap_JavaScriptObject_MapMixin() { }, - _MimeTypeArray_Interceptor_ListMixin: function _MimeTypeArray_Interceptor_ListMixin() { + _MimeTypeArray_JavaScriptObject_ListMixin: function _MimeTypeArray_JavaScriptObject_ListMixin() { }, - _MimeTypeArray_Interceptor_ListMixin_ImmutableListMixin: function _MimeTypeArray_Interceptor_ListMixin_ImmutableListMixin() { + _MimeTypeArray_JavaScriptObject_ListMixin_ImmutableListMixin: function _MimeTypeArray_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _NodeList_Interceptor_ListMixin: function _NodeList_Interceptor_ListMixin() { + _NodeList_JavaScriptObject_ListMixin: function _NodeList_JavaScriptObject_ListMixin() { }, - _NodeList_Interceptor_ListMixin_ImmutableListMixin: function _NodeList_Interceptor_ListMixin_ImmutableListMixin() { + _NodeList_JavaScriptObject_ListMixin_ImmutableListMixin: function _NodeList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _PluginArray_Interceptor_ListMixin: function _PluginArray_Interceptor_ListMixin() { + _PluginArray_JavaScriptObject_ListMixin: function _PluginArray_JavaScriptObject_ListMixin() { }, - _PluginArray_Interceptor_ListMixin_ImmutableListMixin: function _PluginArray_Interceptor_ListMixin_ImmutableListMixin() { + _PluginArray_JavaScriptObject_ListMixin_ImmutableListMixin: function _PluginArray_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _RtcStatsReport_Interceptor_MapMixin: function _RtcStatsReport_Interceptor_MapMixin() { + _RtcStatsReport_JavaScriptObject_MapMixin: function _RtcStatsReport_JavaScriptObject_MapMixin() { }, _SourceBufferList_EventTarget_ListMixin: function _SourceBufferList_EventTarget_ListMixin() { }, _SourceBufferList_EventTarget_ListMixin_ImmutableListMixin: function _SourceBufferList_EventTarget_ListMixin_ImmutableListMixin() { }, - _SpeechGrammarList_Interceptor_ListMixin: function _SpeechGrammarList_Interceptor_ListMixin() { + _SpeechGrammarList_JavaScriptObject_ListMixin: function _SpeechGrammarList_JavaScriptObject_ListMixin() { }, - _SpeechGrammarList_Interceptor_ListMixin_ImmutableListMixin: function _SpeechGrammarList_Interceptor_ListMixin_ImmutableListMixin() { + _SpeechGrammarList_JavaScriptObject_ListMixin_ImmutableListMixin: function _SpeechGrammarList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _Storage_Interceptor_MapMixin: function _Storage_Interceptor_MapMixin() { + _Storage_JavaScriptObject_MapMixin: function _Storage_JavaScriptObject_MapMixin() { }, - _TextTrackCueList_Interceptor_ListMixin: function _TextTrackCueList_Interceptor_ListMixin() { + _TextTrackCueList_JavaScriptObject_ListMixin: function _TextTrackCueList_JavaScriptObject_ListMixin() { }, - _TextTrackCueList_Interceptor_ListMixin_ImmutableListMixin: function _TextTrackCueList_Interceptor_ListMixin_ImmutableListMixin() { + _TextTrackCueList_JavaScriptObject_ListMixin_ImmutableListMixin: function _TextTrackCueList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, _TextTrackList_EventTarget_ListMixin: function _TextTrackList_EventTarget_ListMixin() { }, _TextTrackList_EventTarget_ListMixin_ImmutableListMixin: function _TextTrackList_EventTarget_ListMixin_ImmutableListMixin() { }, - _TouchList_Interceptor_ListMixin: function _TouchList_Interceptor_ListMixin() { + _TouchList_JavaScriptObject_ListMixin: function _TouchList_JavaScriptObject_ListMixin() { }, - _TouchList_Interceptor_ListMixin_ImmutableListMixin: function _TouchList_Interceptor_ListMixin_ImmutableListMixin() { + _TouchList_JavaScriptObject_ListMixin_ImmutableListMixin: function _TouchList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - __CssRuleList_Interceptor_ListMixin: function __CssRuleList_Interceptor_ListMixin() { + __CssRuleList_JavaScriptObject_ListMixin: function __CssRuleList_JavaScriptObject_ListMixin() { }, - __CssRuleList_Interceptor_ListMixin_ImmutableListMixin: function __CssRuleList_Interceptor_ListMixin_ImmutableListMixin() { + __CssRuleList_JavaScriptObject_ListMixin_ImmutableListMixin: function __CssRuleList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - __GamepadList_Interceptor_ListMixin: function __GamepadList_Interceptor_ListMixin() { + __GamepadList_JavaScriptObject_ListMixin: function __GamepadList_JavaScriptObject_ListMixin() { }, - __GamepadList_Interceptor_ListMixin_ImmutableListMixin: function __GamepadList_Interceptor_ListMixin_ImmutableListMixin() { + __GamepadList_JavaScriptObject_ListMixin_ImmutableListMixin: function __GamepadList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - __NamedNodeMap_Interceptor_ListMixin: function __NamedNodeMap_Interceptor_ListMixin() { + __NamedNodeMap_JavaScriptObject_ListMixin: function __NamedNodeMap_JavaScriptObject_ListMixin() { }, - __NamedNodeMap_Interceptor_ListMixin_ImmutableListMixin: function __NamedNodeMap_Interceptor_ListMixin_ImmutableListMixin() { + __NamedNodeMap_JavaScriptObject_ListMixin_ImmutableListMixin: function __NamedNodeMap_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - __SpeechRecognitionResultList_Interceptor_ListMixin: function __SpeechRecognitionResultList_Interceptor_ListMixin() { + __SpeechRecognitionResultList_JavaScriptObject_ListMixin: function __SpeechRecognitionResultList_JavaScriptObject_ListMixin() { }, - __SpeechRecognitionResultList_Interceptor_ListMixin_ImmutableListMixin: function __SpeechRecognitionResultList_Interceptor_ListMixin_ImmutableListMixin() { + __SpeechRecognitionResultList_JavaScriptObject_ListMixin_ImmutableListMixin: function __SpeechRecognitionResultList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - __StyleSheetList_Interceptor_ListMixin: function __StyleSheetList_Interceptor_ListMixin() { + __StyleSheetList_JavaScriptObject_ListMixin: function __StyleSheetList_JavaScriptObject_ListMixin() { }, - __StyleSheetList_Interceptor_ListMixin_ImmutableListMixin: function __StyleSheetList_Interceptor_ListMixin_ImmutableListMixin() { + __StyleSheetList_JavaScriptObject_ListMixin_ImmutableListMixin: function __StyleSheetList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, _convertNativeToDart_Value(value) { var values, i; @@ -15768,16 +16054,18 @@ } }, Directory_Directory(path) { + var t1; A.IOOverrides_current(); - if (path == null) - A.throwExpression(A.ArgumentError$notNull("path")); - return new A._Directory(path, A.FileSystemEntity__toNullTerminatedUtf8Array(B.C_Utf8Encoder.convert$1(path))); + A.ArgumentError_checkNotNull(path, "path"); + t1 = A.FileSystemEntity__toNullTerminatedUtf8Array(B.C_Utf8Encoder.convert$1(path)); + return new A._Directory(path, t1); }, File_File(path) { + var t1; A.IOOverrides_current(); - if (path == null) - A.throwExpression(A.ArgumentError$notNull("path")); - return new A._File(path, A.FileSystemEntity__toNullTerminatedUtf8Array(B.C_Utf8Encoder.convert$1(path))); + A.ArgumentError_checkNotNull(path, "path"); + t1 = A.FileSystemEntity__toNullTerminatedUtf8Array(B.C_Utf8Encoder.convert$1(path)); + return new A._File(path, t1); }, _File__namespacePointer() { return A._Namespace__namespacePointer(); @@ -15786,10 +16074,13 @@ data[0] = A._File__namespacePointer(); }, FileSystemEntity__toNullTerminatedUtf8Array(l) { - var t1, tmp; - l.toString; - if (!B.NativeUint8List_methods.get$isEmpty(l) && !J.$eq$(B.NativeUint8List_methods.get$last(l), 0)) { + var t2, tmp, t1 = l.length; + if (t1 !== 0) + t2 = !B.NativeUint8List_methods.get$isEmpty(l) && !J.$eq$(B.NativeUint8List_methods.get$last(l), 0); + else + t2 = true; + if (t2) { tmp = new Uint8Array(t1 + 1); B.NativeUint8List_methods.setRange$3(tmp, 0, t1, l); return tmp; @@ -15844,14 +16135,9 @@ t1.toString; return t1; }, - stdin() { - var t1 = A._StdIOUtils__getStdioInputStream(0); - $._stdin = t1; - return t1; - }, stdout() { - var t1 = A._StdIOUtils__getStdioOutputStream(1); - $._stdout = t1; + A.IOOverrides_current(); + var t1 = $.$get$_stdout(); return t1; }, OSError: function OSError(t0, t1) { @@ -16094,12 +16380,18 @@ 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](); }, + _callMethodUnchecked1(o, method, arg1) { + return o[method](arg1); + }, 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>")); @@ -16167,8 +16459,29 @@ _.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() { @@ -16179,9 +16492,9 @@ }, NumberList: function NumberList() { }, - PointList: function PointList() { + PathElement: function PathElement() { }, - Rect0: function Rect0() { + PointList: function PointList() { }, ScriptElement0: function ScriptElement0() { }, @@ -16195,21 +16508,21 @@ }, TransformList: function TransformList() { }, - _LengthList_Interceptor_ListMixin: function _LengthList_Interceptor_ListMixin() { + _LengthList_JavaScriptObject_ListMixin: function _LengthList_JavaScriptObject_ListMixin() { }, - _LengthList_Interceptor_ListMixin_ImmutableListMixin: function _LengthList_Interceptor_ListMixin_ImmutableListMixin() { + _LengthList_JavaScriptObject_ListMixin_ImmutableListMixin: function _LengthList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _NumberList_Interceptor_ListMixin: function _NumberList_Interceptor_ListMixin() { + _NumberList_JavaScriptObject_ListMixin: function _NumberList_JavaScriptObject_ListMixin() { }, - _NumberList_Interceptor_ListMixin_ImmutableListMixin: function _NumberList_Interceptor_ListMixin_ImmutableListMixin() { + _NumberList_JavaScriptObject_ListMixin_ImmutableListMixin: function _NumberList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _StringList_Interceptor_ListMixin: function _StringList_Interceptor_ListMixin() { + _StringList_JavaScriptObject_ListMixin: function _StringList_JavaScriptObject_ListMixin() { }, - _StringList_Interceptor_ListMixin_ImmutableListMixin: function _StringList_Interceptor_ListMixin_ImmutableListMixin() { + _StringList_JavaScriptObject_ListMixin_ImmutableListMixin: function _StringList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, - _TransformList_Interceptor_ListMixin: function _TransformList_Interceptor_ListMixin() { + _TransformList_JavaScriptObject_ListMixin: function _TransformList_JavaScriptObject_ListMixin() { }, - _TransformList_Interceptor_ListMixin_ImmutableListMixin: function _TransformList_Interceptor_ListMixin_ImmutableListMixin() { + _TransformList_JavaScriptObject_ListMixin_ImmutableListMixin: function _TransformList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, Endian: function Endian() { }, @@ -16339,27 +16652,28 @@ } }, RRect$fromRectAndRadius(rect, radius) { - var t1 = radius.x, - t2 = radius.y, - t3 = rect.bottom, - t4 = rect.left, - t5 = rect.right; - return new A.RRect(t4, rect.top, t5, t3, t1, t2, t1, t2, t1, t2, t1, t2, t1 === t2); + var t1 = rect.top, + t2 = rect.left, + t3 = rect.right, + 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); }, RRect$fromRectAndCorners(rect, bottomLeft, bottomRight, topLeft, topRight) { - var t1 = bottomLeft.x, - t2 = bottomLeft.y, - t3 = rect.bottom, - t4 = bottomRight.x, - t5 = bottomRight.y, - t6 = rect.left, - t7 = rect.right, - t8 = topLeft.x, - t9 = topLeft.y, - t10 = rect.top, - t11 = topRight.x, - t12 = topRight.y; - return new A.RRect(t6, t10, t7, t3, t8, t9, t11, t12, t4, t5, t1, t2, t8 === t9 && t8 === t11 && t8 === t12 && t8 === t1 && t8 === t2 && t8 === t4 && t8 === t5); + var t1 = rect.top, + t2 = rect.left, + t3 = rect.right, + t4 = rect.bottom, + t5 = topLeft.x, + t6 = topLeft.y, + t7 = topRight.x, + t8 = topRight.y, + t9 = bottomLeft.x, + 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); }, _Jenkins_combine(hash, o) { hash = hash + J.get$hashCode$(o) & 536870911; @@ -16565,12 +16879,12 @@ return A._asyncStartSync($async$webOnlySetAssetManager, $async$completer); }, KeyData__typeToString(type) { - switch (type) { - case B.KeyEventType_1: + switch (type.index) { + case 1: return "up"; - case B.KeyEventType_0: + case 0: return "down"; - case B.KeyEventType_2: + case 2: return "repeat"; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -16602,6 +16916,9 @@ _scaleAlpha(a, factor) { return A.Color$fromARGB(A.clampInt(B.JSNumber_methods.round$0((a.get$value(a) >>> 24 & 255) * factor), 0, 255), a.get$value(a) >>> 16 & 255, a.get$value(a) >>> 8 & 255, a.get$value(a) & 255); }, + Color$(value) { + return new A.Color(value >>> 0); + }, Color$fromARGB(a, r, g, b) { return new A.Color(((a & 255) << 24 | (r & 255) << 16 | (g & 255) << 8 | b & 255) >>> 0); }, @@ -16658,7 +16975,7 @@ // Function start t1 = A._detectRenderer(); if (t1) { - $async$returnValue = A.CkAnimatedImage$decodeFromBytes(list, "encoded image bytes"); + $async$returnValue = A.skiaInstantiateImageCodec(list, targetWidth, targetHeight); // goto return $async$goto = 1; break; @@ -16779,7 +17096,7 @@ skTextStyle.heightMultiplier = height; skTextStyle.fontFamilies = A._getEffectiveFontFamilies(fontFamily, _null); properties.textStyle = skTextStyle; - t2 = J.ParagraphStyle$1$x($.canvasKit._readField$0(), properties); + 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); } else @@ -16814,11 +17131,11 @@ }, ClipOp: function ClipOp(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, PathFillType: function PathFillType(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, _ChannelCallbackRecord: function _ChannelCallbackRecord(t0, t1) { this._callback = t0; @@ -16885,8 +17202,9 @@ }, webOnlyInitializePlatform_closure: function webOnlyInitializePlatform_closure() { }, - KeyEventType: function KeyEventType(t0) { - this._ui$_name = t0; + KeyEventType: function KeyEventType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, KeyData: function KeyData(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -16907,26 +17225,27 @@ }, StrokeCap: function StrokeCap(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, StrokeJoin: function StrokeJoin(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, PaintingStyle: function PaintingStyle(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, BlendMode: function BlendMode(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, - Clip: function Clip(t0) { - this._ui$_name = t0; + Clip: function Clip(t0, t1) { + this.index = t0; + this._core$_name = t1; }, BlurStyle: function BlurStyle(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, MaskFilter: function MaskFilter(t0, t1) { this._ui$_style = t0; @@ -16934,10 +17253,11 @@ }, FilterQuality: function FilterQuality(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, - ImageByteFormat: function ImageByteFormat(t0) { - this._ui$_name = t0; + ImageByteFormat: function ImageByteFormat(t0, t1) { + this.index = t0; + this._core$_name = t1; }, webOnlyInstantiateImageCodecFromUrl_closure: function webOnlyInstantiateImageCodecFromUrl_closure(t0, t1) { this.uri = t0; @@ -16962,21 +17282,25 @@ FrameTiming: function FrameTiming(t0) { this._ui$_data = t0; }, - AppLifecycleState: function AppLifecycleState(t0) { - this._ui$_name = t0; + AppLifecycleState: function AppLifecycleState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Locale: function Locale(t0, t1) { this._languageCode = t0; this._countryCode = t1; }, - PointerChange: function PointerChange(t0) { - this._ui$_name = t0; + PointerChange: function PointerChange(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - PointerDeviceKind: function PointerDeviceKind(t0) { - this._ui$_name = t0; + PointerDeviceKind: function PointerDeviceKind(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - PointerSignalKind: function PointerSignalKind(t0) { - this._ui$_name = t0; + PointerSignalKind: function PointerSignalKind(t0, t1) { + this.index = t0; + this._core$_name = t1; }, PointerData: function PointerData(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; @@ -17023,10 +17347,11 @@ }, FontStyle: function FontStyle(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, - PlaceholderAlignment: function PlaceholderAlignment(t0) { - this._ui$_name = t0; + PlaceholderAlignment: function PlaceholderAlignment(t0, t1) { + this.index = t0; + this._core$_name = t1; }, FontWeight: function FontWeight(t0) { this.index = t0; @@ -17035,25 +17360,26 @@ }, TextAlign: function TextAlign(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, TextBaseline: function TextBaseline(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, TextDecoration: function TextDecoration(t0) { this._mask = t0; }, TextDecorationStyle: function TextDecorationStyle(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, - TextLeadingDistribution: function TextLeadingDistribution(t0) { - this._ui$_name = t0; + TextLeadingDistribution: function TextLeadingDistribution(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextDirection: function TextDirection(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, TextBox: function TextBox(t0, t1, t2, t3, t4) { var _ = this; @@ -17063,8 +17389,9 @@ _.bottom = t3; _.direction = t4; }, - TextAffinity: function TextAffinity(t0) { - this._ui$_name = t0; + TextAffinity: function TextAffinity(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextPosition: function TextPosition(t0, t1) { this.offset = t0; @@ -17079,13 +17406,15 @@ }, BoxHeightStyle: function BoxHeightStyle(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, - BoxWidthStyle: function BoxWidthStyle() { + BoxWidthStyle: function BoxWidthStyle(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TileMode: function TileMode(t0, t1) { this.index = t0; - this._ui$_name = t1; + this._core$_name = t1; }, FlutterView: function FlutterView() { }, @@ -17095,8 +17424,9 @@ }, AccessibilityFeatures: function AccessibilityFeatures() { }, - Brightness: function Brightness(t0) { - this._ui$_name = t0; + Brightness: function Brightness(t0, t1) { + this.index = t0; + this._core$_name = t1; }, CallbackHandle: function CallbackHandle(t0) { this._ui$_handle = t0; @@ -17129,16 +17459,10 @@ }, OfflineAudioContext: function OfflineAudioContext() { }, - _AudioParamMap_Interceptor_MapMixin: function _AudioParamMap_Interceptor_MapMixin() { + _AudioParamMap_JavaScriptObject_MapMixin: function _AudioParamMap_JavaScriptObject_MapMixin() { }, ActiveInfo: function ActiveInfo() { }, - SqlResultSetRowList: function SqlResultSetRowList() { - }, - _SqlResultSetRowList_Interceptor_ListMixin: function _SqlResultSetRowList_Interceptor_ListMixin() { - }, - _SqlResultSetRowList_Interceptor_ListMixin_ImmutableListMixin: function _SqlResultSetRowList_Interceptor_ListMixin_ImmutableListMixin() { - }, GZipEncoder: function GZipEncoder() { }, ArchiveException$(message) { @@ -17176,7 +17500,7 @@ OutputStreamBase: function OutputStreamBase() { }, OutputStream: function OutputStream(t0) { - this._output_stream$_length = 0; + this.length = 0; this._output_stream$_buffer = t0; }, Deflate__smaller(tree, n, m, depth) { @@ -17291,6 +17615,147 @@ _._fixedLiteralLengthTable = t2; _._fixedDistanceTable = t3; }, + getPaint(color) { + var t1 = A._detectRenderer(); + t1 = t1 ? 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) { + var _null = null, + t1 = new A.CloseWindowButton_closure(), + t2 = new A.CloseWindowButton_closure0(), + t3 = new A.CloseWindowButton(t1, false, t2, _null); + t3.WindowButton$7$animate$builder$colors$iconBuilder$key$onPressed$padding(false, _null, colors, t1, _null, t2, _null); + return t3; + }, + 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() { + }, + CloseWindowButton_closure0: function CloseWindowButton_closure0() { + }, + _MoveWindow: function _MoveWindow(t0, t1) { + this.child = t0; + this.key = t1; + }, + _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); }, @@ -17849,7 +18314,7 @@ DeserializationError_DeserializationError(json, type, error) { var limitedJson = J.toString$0$(json), t1 = limitedJson.length; - return new A.DeserializationError(t1 > 80 ? J.replaceRange$3$s(limitedJson, 77, t1, "...") : limitedJson, type, error); + return new A.DeserializationError(t1 > 80 ? B.JSString_methods.replaceRange$3(limitedJson, 77, t1, "...") : limitedJson, type, error); }, Serializers_Serializers_closure: function Serializers_Serializers_closure() { }, @@ -18030,8 +18495,9 @@ loadAsyncHtmlImage_closure: function loadAsyncHtmlImage_closure(t0) { this.chunkEvents = t0; }, - ImageRenderMethodForWeb: function ImageRenderMethodForWeb(t0) { - this._cached_network_image_provider$_name = t0; + ImageRenderMethodForWeb: function ImageRenderMethodForWeb(t0, t1) { + this.index = t0; + this._core$_name = t1; }, MultiImageStreamCompleter$(chunkEvents, codec, informationCollector, scale) { var t1 = new A.MultiImageStreamCompleter(scale, informationCollector, A._setArrayType([], type$.JSArray_ImageStreamListener), A._setArrayType([], type$.JSArray_of_void_Function)); @@ -18067,15 +18533,15 @@ }, StringCharacterRange_StringCharacterRange$at(string, startIndex, endIndex) { A.RangeError_checkValidRange(startIndex, endIndex, string.length, "startIndex", "endIndex"); - return A.StringCharacterRange__expandRange(string, startIndex, endIndex == null ? startIndex : endIndex); + return A.StringCharacterRange__expandRange(string, startIndex, endIndex); }, StringCharacterRange__expandRange(string, start, end) { var t1 = string.length; start = A.previousBreak(string, 0, t1, start); - return new A.StringCharacterRange(string, start, end !== start ? A.nextBreak(string, 0, t1, end) : end); + return new A.StringCharacterRange(string, start, end != start ? A.nextBreak(string, 0, t1, end) : end); }, _indexOf(source, pattern, start, end) { - var realEnd, t1, index, t2, + var realEnd, index, t1, patternLength = pattern.length; if (patternLength === 0) return start; @@ -18083,15 +18549,14 @@ if (realEnd < start) return -1; if (source.length - realEnd <= (realEnd - start) * 2) { - t1 = J.getInterceptor$asx(source); index = 0; while (true) { if (start < realEnd) { - index = t1.indexOf$2(source, pattern, start); - t2 = index >= 0; + index = B.JSString_methods.indexOf$2(source, pattern, start); + t1 = index >= 0; } else - t2 = false; - if (!t2) + t1 = false; + if (!t1) break; if (index > realEnd) return -1; @@ -18136,9 +18601,9 @@ throw A.wrapException(A.StateError$("Unexpected state: " + B.JSInt_methods.toRadixString$1(state, 16))); }, lookAheadRegional(base, start, cursor) { - var t1, index, count, index0, tail, lead; - for (t1 = J.getInterceptor$s(base), index = cursor, count = 0; index0 = index - 2, index0 >= start; index = index0) { - tail = t1.codeUnitAt$1(base, index - 1); + var index, count, index0, tail, lead; + for (index = cursor, count = 0; index0 = index - 2, index0 >= start; index = index0) { + tail = B.JSString_methods.codeUnitAt$1(base, index - 1); if ((tail & 64512) !== 56320) break; lead = B.JSString_methods.codeUnitAt$1(base, index0); @@ -18154,22 +18619,22 @@ return 144; }, lookAheadPictorgraphicExtend(base, start, cursor) { - var t1, index, char, category, prevChar, t2; - for (t1 = J.getInterceptor$s(base), index = cursor; index > start;) { + var index, char, category, prevChar, t1; + for (index = cursor; index > start;) { --index; - char = t1.codeUnitAt$1(base, index); + char = B.JSString_methods.codeUnitAt$1(base, index); if ((char & 64512) !== 56320) category = A.low(char); else { if (index > start) { --index; prevChar = B.JSString_methods.codeUnitAt$1(base, index); - t2 = (prevChar & 64512) === 55296; + t1 = (prevChar & 64512) === 55296; } else { prevChar = 0; - t2 = false; + t1 = false; } - if (t2) + if (t1) category = A.high(prevChar, char); else break; @@ -18511,19 +18976,20 @@ }, BaseBarRendererConfig: function BaseBarRendererConfig() { }, - BarGroupingType: function BarGroupingType(t0) { - this._base_bar_renderer_config$_name = t0; + BarGroupingType: function BarGroupingType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, BaseBarRendererElement: function BaseBarRendererElement() { }, BaseAnimatedBar: function BaseAnimatedBar() { }, NumericAxis$() { - var t1 = A.LinearScale$(), + var t1 = new A.NumericTickProvider(), formatter = A.NumericTickFormatter__getFormatter(A.NumberFormat_NumberFormat$decimalPattern(null)), t2 = new A.NumericTickFormatter(formatter), - t3 = new A.NumericTickProvider(); - return new A.NumericAxis(t1, t1, t3, t3, t2, t2, A.LinkedHashMap_LinkedHashMap$_empty(type$.num, type$.String), A._setArrayType([], type$.JSArray_AxisTicks_num)); + t3 = A.LinearScale$(); + return new A.NumericAxis(t3, t3, t1, t1, t2, t2, A.LinkedHashMap_LinkedHashMap$_empty(type$.num, type$.String), A._setArrayType([], type$.JSArray_AxisTicks_num)); }, OrdinalAxis$() { var t1, t2; @@ -18532,8 +18998,9 @@ t2 = new A.SimpleOrdinalScale(new A.StepSizeConfig(), new A.OrdinalScaleDomainInfo(A.HashMap_HashMap(null, null, null, t1, type$.int), A._setArrayType([], type$.JSArray_String)), new A.ScaleOutputExtent(0, 1), 1, 0, new A.RangeBandConfig(B.RangeBandType_4, 0.65)); return new A.OrdinalAxis(t2, t2, B.C_OrdinalTickProvider, B.C_OrdinalTickProvider, B.C_OrdinalTickFormatter, B.C_OrdinalTickFormatter, A.LinkedHashMap_LinkedHashMap$_empty(t1, t1), A._setArrayType([], type$.JSArray_AxisTicks_String)); }, - AxisOrientation: function AxisOrientation(t0) { - this._axis$_name = t0; + AxisOrientation: function AxisOrientation(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ImmutableAxis: function ImmutableAxis() { }, @@ -18591,10 +19058,8 @@ _.graphicsFactory = null; }, AxisTicks$(tick, $D) { - var t1 = tick.locationPx, - t2 = tick.labelOffsetPx, - t3 = tick.textElement; - return new A.AxisTicks(t1, tick.value, t3, t1, t2, $D._eval$1("AxisTicks<0>")); + var t1 = tick.locationPx; + return new A.AxisTicks(t1, tick.value, tick.textElement, t1, tick.labelOffsetPx, $D._eval$1("AxisTicks<0>")); }, AxisTicks: function AxisTicks(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -18640,8 +19105,9 @@ }, BaseTickDrawStrategy_getLabelWidth_closure: function BaseTickDrawStrategy_getLabelWidth_closure() { }, - _PixelVerticalDirection: function _PixelVerticalDirection(t0) { - this._base_tick_draw_strategy$_name = t0; + _PixelVerticalDirection: function _PixelVerticalDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, GridlineRendererSpec$(labelRotation, labelStyle, lineStyle, $D) { var _null = null; @@ -18838,15 +19304,17 @@ this.start = t0; this.end = t1; }, - RangeBandType: function RangeBandType(t0) { - this._scale0$_name = t0; + RangeBandType: function RangeBandType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RangeBandConfig: function RangeBandConfig(t0, t1) { this.type = t0; this.size = t1; }, - StepSizeType: function StepSizeType(t0) { - this._scale0$_name = t0; + StepSizeType: function StepSizeType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, StepSizeConfig: function StepSizeConfig() { }, @@ -18873,10 +19341,13 @@ LineStyleSpec: function LineStyleSpec(t0) { this.color = t0; }, - TickLabelAnchor: function TickLabelAnchor(t0) { - this._axis_spec$_name = t0; + TickLabelAnchor: function TickLabelAnchor(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - TickLabelJustification: function TickLabelJustification() { + TickLabelJustification: function TickLabelJustification(t0, t1) { + this.index = t0; + this._core$_name = t1; }, DateTimeAxisSpec$(renderSpec) { var _null = null; @@ -18956,7 +19427,7 @@ }, DateTimeAxis$(dateTimeFactory) { var map, _null = null, - t1 = new A.DateTimeScale(dateTimeFactory, A.LinearScale$()), + 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)), 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), @@ -18966,8 +19437,8 @@ 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); - t3 = 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)); - return new A.DateTimeAxis(t1, t1, t3, t3, t2, t2, A.LinkedHashMap_LinkedHashMap$_empty(type$.DateTime, type$.String), A._setArrayType([], type$.JSArray_AxisTicks_DateTime)); + t3 = new A.DateTimeScale(dateTimeFactory, A.LinearScale$()); + return new A.DateTimeAxis(t3, t3, t1, t1, t2, t2, A.LinkedHashMap_LinkedHashMap$_empty(type$.DateTime, type$.String), A._setArrayType([], type$.JSArray_AxisTicks_DateTime)); }, DateTimeAxis: function DateTimeAxis(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -19056,8 +19527,9 @@ this._transitionFormat = t1; this.transitionField = t2; }, - CalendarField: function CalendarField(t0) { - this._time_tick_formatter_impl$_name = t0; + CalendarField: function CalendarField(t0, t1) { + this.index = t0; + this._core$_name = t1; }, YearTimeStepper: function YearTimeStepper(t0, t1) { this._year_time_stepper$_allowedTickIncrements = t0; @@ -19187,14 +19659,17 @@ _.onAxisConfigured = t3; _.$ti = t4; }, - BehaviorPosition: function BehaviorPosition(t0) { - this._chart_behavior0$_name = t0; + BehaviorPosition: function BehaviorPosition(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - OutsideJustification: function OutsideJustification(t0) { - this._chart_behavior0$_name = t0; + OutsideJustification: function OutsideJustification(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - InsideJustification: function InsideJustification(t0) { - this._chart_behavior0$_name = t0; + InsideJustification: function InsideJustification(t0, t1) { + this.index = t0; + this._core$_name = t1; }, DomainHighlighter0: function DomainHighlighter0(t0, t1) { var _ = this; @@ -19218,8 +19693,9 @@ this._selectionModel = null; this.$ti = t0; }, - LegendTapHandling: function LegendTapHandling(t0) { - this._legend$_name = t0; + LegendTapHandling: function LegendTapHandling(t0, t1) { + this.index = t0; + this._core$_name = t1; }, LegendEntryBase: function LegendEntryBase() { }, @@ -19233,8 +19709,9 @@ _.textStyle = t3; _.$ti = t4; }, - LegendDefaultMeasure: function LegendDefaultMeasure(t0) { - this._legend_entry_generator$_name = t0; + LegendDefaultMeasure: function LegendDefaultMeasure(t0, t1) { + this.index = t0; + this._core$_name = t1; }, PerSeriesLegendEntryGenerator: function PerSeriesLegendEntryGenerator(t0) { var _ = this; @@ -19348,8 +19825,9 @@ _.animatingOut = false; _.$ti = t1; }, - LinePointHighlighterFollowLineType: function LinePointHighlighterFollowLineType(t0) { - this._line_point_highlighter$_name = t0; + LinePointHighlighterFollowLineType: function LinePointHighlighterFollowLineType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, SelectNearest0: function SelectNearest0(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -19372,11 +19850,13 @@ SelectNearest__extractSeriesFromNearestSelection_closure: function SelectNearest__extractSeriesFromNearestSelection_closure(t0) { this.$this = t0; }, - SelectionMode: function SelectionMode(t0) { - this._select_nearest$_name = t0; + SelectionMode: function SelectionMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - SelectionTrigger: function SelectionTrigger(t0) { - this._selection_trigger$_name = t0; + SelectionTrigger: function SelectionTrigger(t0, t1) { + this.index = t0; + this._core$_name = t1; }, CanvasBarStack_CanvasBarStack(segments, radius, roundBottomLeft, roundBottomRight, roundTopLeft, roundTopRight, stackedBarPadding) { var barIndex, bounds, t2, t3, t4, @@ -19431,8 +19911,9 @@ t1 = previous.a; return new A.Color0(r, g, b, B.JSNumber_methods.round$0((t2 - t1) * animationPercent + t1), null, null); }, - FillPatternType: function FillPatternType(t0) { - this._chart_canvas0$_name = t0; + FillPatternType: function FillPatternType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, DatumDetails$(areaColor, bounds, chartPosition, chartPositionLower, chartPositionUpper, color, dashPattern, datum, domain, domainDistance, domainFormatter, domainLowerBound, domainUpperBound, fillColor, fillPattern, index, measure, measureDistance, measureFormatter, measureLowerBound, measureOffset, measureUpperBound, radiusPx, rawMeasure, rawMeasureLowerBound, rawMeasureUpperBound, relativeDistance, series, strokeWidthPx, symbolRenderer, $D) { return new A.DatumDetails(datum, index, domain, domainLowerBound, domainUpperBound, measure, measureLowerBound, measureUpperBound, measureOffset, rawMeasure, rawMeasureLowerBound, rawMeasureUpperBound, series, color, fillColor, fillPattern, areaColor, dashPattern, chartPosition, chartPositionLower, chartPositionUpper, bounds, domainDistance, measureDistance, relativeDistance, radiusPx, symbolRenderer, strokeWidthPx, domainFormatter, measureFormatter, $D._eval$1("DatumDetails<0>")); @@ -19576,7 +20057,9 @@ this.$this = t0; this.copyOfSelectionModel = t1; }, - SelectionModelType: function SelectionModelType() { + SelectionModelType: function SelectionModelType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, SeriesDatum: function SeriesDatum(t0, t1, t2) { var _ = this; @@ -19758,8 +20241,9 @@ ViewMeasuredSizes$(preferredHeight, preferredWidth) { return new A.ViewMeasuredSizes(preferredWidth, preferredHeight, 0, 0); }, - LayoutPosition: function LayoutPosition(t0) { - this._layout_view$_name = t0; + LayoutPosition: function LayoutPosition(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ViewMargin: function ViewMargin() { }, @@ -19996,7 +20480,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_empty14; + t3 = B.List_empty15; 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) { @@ -20285,10 +20769,13 @@ CircleSymbolRenderer: function CircleSymbolRenderer(t0) { this.isSolid = t0; }, - TextDirection0: function TextDirection0(t0) { - this._text_element0$_name = t0; + TextDirection0: function TextDirection0(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - MaxWidthStrategy: function MaxWidthStrategy() { + MaxWidthStrategy: function MaxWidthStrategy(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextMeasurement: function TextMeasurement(t0, t1) { this.horizontalSliceWidth = t0; @@ -20405,7 +20892,7 @@ BaseChart_getDesiredGestures_closure0: function BaseChart_getDesiredGestures_closure0(t0) { this.types = t0; }, - BaseChartState: function BaseChartState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + BaseChartState: function BaseChartState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.__BaseChartState__animationController = $; _._animationValue = 0; @@ -20418,10 +20905,11 @@ _.addedSelectionUpdatedListenersByType = t4; _._behaviorAnimationControllers = t5; _.TickerProviderStateMixin__tickers = t6; + _.TickerProviderStateMixin__tickerModeNotifier = t7; _._widget = null; - _._debugLifecycleState = t7; + _._debugLifecycleState = t8; _._framework$_element = null; - _.$ti = t8; + _.$ti = t9; }, BaseChartState_requestRebuild_closure: function BaseChartState_requestRebuild_closure() { }, @@ -20439,8 +20927,9 @@ }, ChartBehavior: function ChartBehavior() { }, - GestureType: function GestureType(t0) { - this._chart_behavior$_name = t0; + GestureType: function GestureType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, DomainHighlighter: function DomainHighlighter(t0, t1) { this.desiredGestures = t0; @@ -20712,7 +21201,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; @@ -20784,7 +21273,7 @@ _._painterReady = false; _._text_element$_textStyle = null; _._text_element$_textDirection = t2; - _._maxWidthStrategy = _._maxWidth = null; + _._maxWidthStrategy = _._text_element$_maxWidth = null; _.__TextElement__measurement = _.__TextElement__textPainter = $; _._text_element$_opacity = null; }, @@ -20828,8 +21317,9 @@ _.idAndBehavior = t2; _._debugChildrenNeedingLayout = _._idToChild = null; }, - _HorizontalJustification: function _HorizontalJustification(t0) { - this._widget_layout_delegate$_name = t0; + _HorizontalJustification: function _HorizontalJustification(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Clock: function Clock() { }, @@ -21217,18 +21707,18 @@ FileSystem0: function FileSystem0() { }, FilePickerWeb__fileType(type, allowedExtensions) { - switch (type) { - case B.FileType_0: + switch (type.index) { + case 0: return ""; - case B.FileType_4: + case 4: return "audio/*"; - case B.FileType_2: + case 2: return "image/*"; - case B.FileType_3: + case 3: return "video/*"; - case B.FileType_1: + case 1: return "video/*|image/*"; - case B.FileType_5: + case 5: return B.JSArray_methods.fold$1$2(allowedExtensions, "", new A.FilePickerWeb__fileType_closure(), type$.String); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -21287,8 +21777,9 @@ else throw A.wrapException(A.UnimplementedError$('The current platform "' + A.S($.$get$Platform__operatingSystem()) + '" is not supported by this plugin.')); }, - FileType: function FileType(t0) { - this._file_picker$_name = t0; + FileType: function FileType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, FilePicker: function FilePicker() { }, @@ -21602,15 +22093,16 @@ this._m = t1; this._h = t2; }, - AnimationStatus: function AnimationStatus(t0) { - this._animation$_name = t0; + AnimationStatus: function AnimationStatus(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Animation0: function Animation0() { }, - AnimationController$(debugLabel, duration, lowerBound, reverseDuration, upperBound, value, vsync) { - var t1 = new A.AnimationController(lowerBound, upperBound, debugLabel, B.AnimationBehavior_0, duration, reverseDuration, B._AnimationDirection_0, B.AnimationStatus_0, 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)); + AnimationController$(debugLabel, duration, reverseDuration, upperBound, value, vsync) { + var t1 = new A.AnimationController(0, upperBound, debugLabel, B.AnimationBehavior_0, duration, reverseDuration, B._AnimationDirection_0, B.AnimationStatus_0, 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)); t1._ticker = vsync.createTicker$1(t1.get$_animation_controller$_tick()); - t1._internalSetValue$1(value == null ? lowerBound : value); + t1._internalSetValue$1(value == null ? 0 : value); return t1; }, AnimationController$unbounded(debugLabel, value, vsync) { @@ -21619,11 +22111,13 @@ t1._internalSetValue$1(value); return t1; }, - _AnimationDirection: function _AnimationDirection(t0) { - this._animation_controller$_name = t0; + _AnimationDirection: function _AnimationDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - AnimationBehavior: function AnimationBehavior(t0) { - this._animation_controller$_name = t0; + AnimationBehavior: function AnimationBehavior(t0, t1) { + this.index = t0; + this._core$_name = t1; }, AnimationController: function AnimationController(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; @@ -21735,8 +22229,9 @@ _.reverseCurve = t2; _._curveDirection = null; }, - _TrainHoppingMode: function _TrainHoppingMode(t0) { - this._animations$_name = t0; + _TrainHoppingMode: function _TrainHoppingMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TrainHoppingAnimation: function TrainHoppingAnimation(t0, t1, t2, t3, t4) { var _ = this; @@ -21896,28 +22391,6 @@ this.start = t0; this.end = t1; }, - CupertinoActivityIndicator: function CupertinoActivityIndicator(t0) { - this.key = t0; - }, - _CupertinoActivityIndicatorState: function _CupertinoActivityIndicatorState(t0, t1) { - var _ = this; - _.___CupertinoActivityIndicatorState__controller = $; - _.SingleTickerProviderStateMixin__ticker = t0; - _._widget = null; - _._debugLifecycleState = t1; - _._framework$_element = null; - }, - _CupertinoActivityIndicatorPainter: function _CupertinoActivityIndicatorPainter(t0, t1, t2, t3, t4, t5) { - var _ = this; - _.position = t0; - _.activeColor = t1; - _.radius = t2; - _.progress = t3; - _.tickFundamentalRRect = t4; - _._repaint = t5; - }, - __CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin: function __CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin() { - }, CupertinoDynamicColor_maybeResolve(resolvable, context) { if (resolvable == null) return null; @@ -21952,13 +22425,6 @@ }, _CupertinoIconThemeData_IconThemeData_Diagnosticable: function _CupertinoIconThemeData_IconThemeData_Diagnosticable() { }, - CupertinoUserInterfaceLevel_maybeOf(context) { - context.dependOnInheritedWidgetOfExactType$1$0(type$.CupertinoUserInterfaceLevel); - return null; - }, - CupertinoUserInterfaceLevelData: function CupertinoUserInterfaceLevelData(t0) { - this._interface_level$_name = t0; - }, _CupertinoLocalizationsDelegate: function _CupertinoLocalizationsDelegate() { }, DefaultCupertinoLocalizations: function DefaultCupertinoLocalizations() { @@ -22111,7 +22577,7 @@ _.scrollbarOrientation = t12; _.key = t13; }, - _CupertinoScrollbarState: function _CupertinoScrollbarState(t0, t1, t2) { + _CupertinoScrollbarState: function _CupertinoScrollbarState(t0, t1, t2, t3) { var _ = this; _.___CupertinoScrollbarState__thicknessAnimationController = $; _._pressStartAxisPosition = 0; @@ -22121,8 +22587,9 @@ _._hoverIsActive = false; _.__RawScrollbarState_scrollbarPainter = $; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _CupertinoScrollbarState_initState_closure: function _CupertinoScrollbarState_initState_closure(t0) { @@ -22139,13 +22606,14 @@ _.dragStartBehavior = t4; _.key = t5; }, - _CupertinoSwitchState: function _CupertinoSwitchState(t0, t1) { + _CupertinoSwitchState: function _CupertinoSwitchState(t0, t1, t2) { var _ = this; _.___CupertinoSwitchState__reaction = _.___CupertinoSwitchState__reactionController = _.___CupertinoSwitchState_position = _.___CupertinoSwitchState__positionController = _.___CupertinoSwitchState__drag = _.___CupertinoSwitchState__tap = $; _.needsPositionAnimation = false; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _CupertinoSwitchState__handleDragEnd_closure: function _CupertinoSwitchState__handleDragEnd_closure(t0) { @@ -22164,13 +22632,13 @@ }, _RenderCupertinoSwitch: function _RenderCupertinoSwitch(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; - _._switch0$_state = t0; - _._switch0$_value = t1; - _._switch0$_activeColor = t2; - _._switch0$_trackColor = t3; + _._switch$_state = t0; + _._switch$_value = t1; + _._activeColor = t2; + _._switch$_trackColor = t3; _._thumbPainter = t4; _._onChanged = t5; - _._switch0$_textDirection = t6; + _._switch$_textDirection = t6; _._clipRRectLayer = t7; _._additionalConstraints = t8; _.RenderObjectWithChildMixin__child = t9; @@ -22186,7 +22654,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; @@ -22353,8 +22821,8 @@ return stackTrace; }, FlutterError_dumpErrorToConsole(details, forceReport) { - var t1; - if (!!details.silent && true) + var t1 = details.silent; + if (t1 && true) return; if ($.FlutterError__errorCount === 0 || false) { t1 = details.stack; @@ -22443,7 +22911,7 @@ }, DiagnosticsStackTrace$($name, stack, stackFilter) { var t1 = A.DiagnosticsStackTrace__applyStackFilter(stack, stackFilter); - return new A.DiagnosticsStackTrace(B.List_empty0, 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) { if (stack == null) @@ -22574,17 +23042,18 @@ }, debugPrintStack_closure: function debugPrintStack_closure() { }, - DiagnosticsStackTrace: function DiagnosticsStackTrace(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + DiagnosticsStackTrace: function DiagnosticsStackTrace(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _._diagnostics$_children = t0; _._properties = t1; - _.value = t2; - _.allowTruncate = t3; - _.name = t4; - _.showSeparator = t5; - _.showName = t6; - _.linePrefix = t7; - _.style = t8; + _._description = t2; + _.value = t3; + _.allowTruncate = t4; + _.name = t5; + _.showSeparator = t6; + _.showName = t7; + _.linePrefix = t8; + _.style = t9; }, _FlutterErrorDetailsNode: function _FlutterErrorDetailsNode(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -22672,162 +23141,71 @@ return new A.TextTreeConfiguration(prefixLineOne, suffixLineOne, prefixOtherLines, prefixLastChildLineOne, prefixOtherLinesRootNode, propertyPrefixIfChildren, propertyPrefixNoChildren, linkCharacter, B.JSString_methods.$mul(" ", linkCharacter.length), lineBreak, lineBreakProperties, beforeName, afterName, afterDescriptionIfBody, beforeProperties, afterProperties, propertySeparator, bodyIndent, showChildren, addBlankLineIfNoChildren, isNameOnOwnLine, footer, mandatoryFooter, isBlankLineBetweenPropertiesAndChildren); }, _PrefixedStringBuilder__wordWrapLine(message, wrapRanges, width, otherLineOffset, startOffset) { - return A._PrefixedStringBuilder__wordWrapLine$body(message, wrapRanges, width, otherLineOffset, startOffset); - }, - _PrefixedStringBuilder__wordWrapLine$body($async$message, $async$wrapRanges, $async$width, $async$otherLineOffset, $async$startOffset) { - return A._makeSyncStarIterable(function() { - var message = $async$message, - wrapRanges = $async$wrapRanges, - width = $async$width, - otherLineOffset = $async$otherLineOffset, - startOffset = $async$startOffset; - var $async$goto = 0, $async$handler = 2, $async$currentError, startForLengthCalculations, lastWordStart, noWrap, t2, addPrefix, index, mode, lastWordEnd, start, t3, _box_0, t1; - return function $async$_PrefixedStringBuilder__wordWrapLine($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 - _box_0 = {}; - t1 = message.length; - $async$goto = t1 + startOffset < width ? 3 : 4; + var wrappedLine, startForLengthCalculations, lastWordStart, noWrap, t2, addPrefix, index, mode, lastWordEnd, start, t3, _box_0 = {}, + t1 = message.length; + if (t1 + startOffset < width) + return A._setArrayType([message], type$.JSArray_String); + wrappedLine = A._setArrayType([], type$.JSArray_String); + startForLengthCalculations = -startOffset; + lastWordStart = A._Cell$named("lastWordStart"); + _box_0.currentChunk = 0; + noWrap = new A._PrefixedStringBuilder__wordWrapLine_noWrap(_box_0, wrapRanges); + for (t2 = lastWordStart.__late_helper$_name, addPrefix = false, index = 0, mode = B._WordWrapParseMode_0, lastWordEnd = null, start = 0; true;) + switch (mode.index) { + case 0: + while (true) { + if (!(index < t1 && message[index] === " ")) break; - case 3: - // then - $async$goto = 5; - return message; - case 5: - // after yield - // goto return - $async$goto = 1; + ++index; + } + lastWordStart.__late_helper$_value = index; + mode = B._WordWrapParseMode_1; + break; + case 1: + while (true) { + if (index < t1) + t3 = message[index] !== " " || noWrap.call$1(index); + else + t3 = false; + if (!t3) break; - case 4: - // join - startForLengthCalculations = -startOffset; - lastWordStart = A._Cell$named("lastWordStart"); - _box_0.currentChunk = 0; - noWrap = new A._PrefixedStringBuilder__wordWrapLine_noWrap(_box_0, wrapRanges); - t2 = lastWordStart.__late_helper$_name, addPrefix = false, index = 0, mode = B._WordWrapParseMode_0, lastWordEnd = null, start = 0; - case 6: - // for condition - // trivial condition - case 8: - // switch - switch (mode) { - case B._WordWrapParseMode_0: - // goto case - $async$goto = 10; - break; - case B._WordWrapParseMode_1: - // goto case - $async$goto = 11; - break; - case B._WordWrapParseMode_2: - // goto case - $async$goto = 12; - break; - default: - // goto default - $async$goto = 13; - break; - } - break; - case 10: - // case + ++index; + } + mode = B._WordWrapParseMode_2; + break; + case 2: + t3 = index - startForLengthCalculations; + if (t3 > width || index === t1) { + if (t3 <= width || lastWordEnd == null) + lastWordEnd = index; + wrappedLine.push(B.JSString_methods.substring$2(message, start, lastWordEnd)); + if (lastWordEnd >= t1) + return wrappedLine; + if (lastWordEnd === index) { while (true) { if (!(index < t1 && message[index] === " ")) break; ++index; } - lastWordStart.__late_helper$_value = index; + start = index; mode = B._WordWrapParseMode_1; - // goto after switch - $async$goto = 9; - break; - case 11: - // case - while (true) { - if (index < t1) - t3 = message[index] !== " " || noWrap.call$1(index); - else - t3 = false; - if (!t3) - break; - ++index; - } + } else { + start = lastWordStart.__late_helper$_value; + if (start === lastWordStart) + A.throwExpression(A.LateError$localNI(t2)); mode = B._WordWrapParseMode_2; - // goto after switch - $async$goto = 9; - break; - case 12: - // case - t3 = index - startForLengthCalculations; - $async$goto = t3 > width || index === t1 ? 14 : 16; - break; - case 14: - // then - if (t3 <= width || lastWordEnd == null) - lastWordEnd = index; - $async$goto = 17; - return B.JSString_methods.substring$2(message, start, lastWordEnd); - case 17: - // after yield - if (lastWordEnd >= t1) { - // goto return - $async$goto = 1; - break; - } - if (lastWordEnd === index) { - while (true) { - if (!(index < t1 && message[index] === " ")) - break; - ++index; - } - start = index; - mode = B._WordWrapParseMode_1; - } else { - start = lastWordStart.__late_helper$_value; - if (start === lastWordStart) - A.throwExpression(A.LateError$localNI(t2)); - mode = B._WordWrapParseMode_2; - } - startForLengthCalculations = start - otherLineOffset; - addPrefix = true; - lastWordEnd = null; - // goto join - $async$goto = 15; - break; - case 16: - // else - lastWordEnd = index; - mode = B._WordWrapParseMode_0; - case 15: - // join - // goto after switch - $async$goto = 9; - break; - case 13: - // default - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - case 9: - // after switch - // goto for condition - $async$goto = 6; - break; - case 7: - // after for - case 1: - // return - return A._IterationMarker_endOfIteration(); - case 2: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); + } + startForLengthCalculations = start - otherLineOffset; + addPrefix = true; + lastWordEnd = null; + } else { + lastWordEnd = index; + mode = B._WordWrapParseMode_0; } - }; - }, type$.String); + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } }, DiagnosticsNode_DiagnosticsNode$message(message, allowWrap, style) { var _null = null; @@ -22850,15 +23228,19 @@ return B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(t1 & 1048575, 16), 5, "0"); }, describeEnum(enumEntry) { - var description = J.toString$0$(enumEntry); + var description; + if (type$.Enum._is(enumEntry)) + return enumEntry._core$_name; + description = J.toString$0$(enumEntry); return B.JSString_methods.substring$1(description, J.indexOf$1$asx(description, ".") + 1); }, DiagnosticLevel: function DiagnosticLevel(t0, t1) { this.index = t0; - this._diagnostics$_name = t1; + this._core$_name = t1; }, - DiagnosticsTreeStyle: function DiagnosticsTreeStyle(t0) { - this._diagnostics$_name = t0; + DiagnosticsTreeStyle: function DiagnosticsTreeStyle(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextTreeConfiguration: function TextTreeConfiguration(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; @@ -22887,8 +23269,9 @@ _.mandatoryFooter = t22; _.isBlankLineBetweenPropertiesAndChildren = t23; }, - _WordWrapParseMode: function _WordWrapParseMode(t0) { - this._diagnostics$_name = t0; + _WordWrapParseMode: function _WordWrapParseMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _PrefixedStringBuilder: function _PrefixedStringBuilder(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -22984,59 +23367,11 @@ this.$ti = t0; }, LicenseRegistry_licenses() { - var $async$LicenseRegistry_licenses = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - switch ($async$errorCode) { - case 2: - $async$next = $async$nextWhenCanceled; - $async$goto = $async$next.pop(); - break; - case 1: - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $.LicenseRegistry__collectors; - if (t1 == null) { - // goto return - $async$goto = 1; - break; - } - t2 = t1.length, _i = 0; - case 3: - // for condition - if (!(_i < t1.length)) { - // goto after for - $async$goto = 5; - break; - } - $async$goto = 6; - $async$nextWhenCanceled = [1]; - return A._asyncStarHelper(A._IterationMarker_yieldStar(t1[_i].call$0()), $async$LicenseRegistry_licenses, $async$controller); - case 6: - // after yield - case 4: - // for update - t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i; - // goto for condition - $async$goto = 3; - break; - case 5: - // after for - case 1: - // return - return A._asyncStarHelper(null, 0, $async$controller); - case 2: - // rethrow - return A._asyncStarHelper($async$currentError, 1, $async$controller); - } - }); - var $async$goto = 0, - $async$controller = A._makeAsyncStarStreamController($async$LicenseRegistry_licenses, type$.LicenseEntry), - $async$nextWhenCanceled, $async$handler = 2, $async$currentError, $async$next = [], t2, _i, t1; - return A._streamOfController($async$controller); + if ($.LicenseRegistry__collectors == null) + return B.C__EmptyStream; + var controller = A._Cell$named("controller"); + controller.set$finalLocalValue(A.StreamController_StreamController(null, new A.LicenseRegistry_licenses_closure(controller), null, false, type$.LicenseEntry)); + return J.get$stream$z(controller._readLocal$0()); }, LicenseParagraph: function LicenseParagraph(t0, t1) { this.text = t0; @@ -23044,8 +23379,9 @@ }, LicenseEntry: function LicenseEntry() { }, - _LicenseEntryWithLineBreaksParserState: function _LicenseEntryWithLineBreaksParserState(t0) { - this._licenses$_name = t0; + _LicenseEntryWithLineBreaksParserState: function _LicenseEntryWithLineBreaksParserState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, LicenseEntryWithLineBreaks: function LicenseEntryWithLineBreaks(t0, t1) { this.packages = t0; @@ -23060,6 +23396,9 @@ this._box_0 = t0; this.lines = t1; }, + LicenseRegistry_licenses_closure: function LicenseRegistry_licenses_closure(t0) { + this.controller = t0; + }, AbstractNode: function AbstractNode() { }, ObserverList$($T) { @@ -23076,8 +23415,9 @@ this._observer_list$_map = t0; this.$ti = t1; }, - TargetPlatform: function TargetPlatform(t0) { - this._platform$_name = t0; + TargetPlatform: function TargetPlatform(t0, t1) { + this.index = t0; + this._core$_name = t1; }, WriteBuffer$() { var t1 = A.Uint8Buffer$(), @@ -23194,14 +23534,15 @@ SynchronousFuture_whenComplete_closure: function SynchronousFuture_whenComplete_closure(t0) { this.$this = t0; }, - GestureDisposition: function GestureDisposition(t0) { - this._arena$_name = t0; + GestureDisposition: function GestureDisposition(t0, t1) { + this.index = t0; + this._core$_name = t1; }, GestureArenaMember: function GestureArenaMember() { }, GestureArenaEntry: function GestureArenaEntry(t0, t1, t2) { this._arena = t0; - this._arena$_pointer = t1; + this._pointer = t1; this._member = t2; }, _GestureArena: function _GestureArena(t0) { @@ -23260,6 +23601,29 @@ _.informationCollector = t4; _.silent = t5; }, + _synthesiseDownButtons(buttons, kind) { + switch (kind.index) { + case 1: + return buttons; + case 0: + case 2: + case 3: + return buttons === 0 ? 1 : buttons; + case 4: + return buttons === 0 ? 1 : buttons; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + }, + PointerEventConverter_expand(data, devicePixelRatio) { + var t1 = A._arrayInstanceType(data); + return new A.MappedIterable(new A.WhereIterable(data, new A.PointerEventConverter_expand_closure(), t1._eval$1("WhereIterable<1>")), new A.PointerEventConverter_expand_closure0(devicePixelRatio), t1._eval$1("MappedIterable<1,PointerEvent>")); + }, + PointerEventConverter_expand_closure: function PointerEventConverter_expand_closure() { + }, + PointerEventConverter_expand_closure0: function PointerEventConverter_expand_closure0(t0) { + this.devicePixelRatio = t0; + }, Drag: function Drag() { }, DragDownDetails: function DragDownDetails(t0) { @@ -23349,45 +23713,45 @@ 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); }, computeHitSlop(kind, settings) { - switch (kind) { - case B.PointerDeviceKind_1: + switch (kind.index) { + case 1: return 1; - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: - case B.PointerDeviceKind_4: - case B.PointerDeviceKind_0: + case 2: + case 3: + case 4: + case 0: return 18; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, computePanSlop(kind, settings) { - switch (kind) { - case B.PointerDeviceKind_1: + switch (kind.index) { + case 1: return 2; - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: - case B.PointerDeviceKind_4: - case B.PointerDeviceKind_0: + case 2: + case 3: + case 4: + case 0: return 36; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, computeScaleSlop(kind) { - switch (kind) { - case B.PointerDeviceKind_1: + switch (kind.index) { + case 1: return 1; - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: - case B.PointerDeviceKind_4: - case B.PointerDeviceKind_0: + case 2: + case 3: + case 4: + case 0: return 18; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - PointerEvent0: function PointerEvent0() { + PointerEvent: function PointerEvent() { }, _PointerEventDescription: function _PointerEventDescription() { }, @@ -23843,8 +24207,9 @@ var value = (t - min) / (max - min); return !isNaN(value) ? B.JSNumber_methods.clamp$2(value, 0, 1) : value; }, - _ForceState: function _ForceState(t0) { - this._force_press$_name = t0; + _ForceState: function _ForceState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ForcePressDetails: function ForcePressDetails(t0) { this.globalPosition = t0; @@ -23973,15 +24338,19 @@ t2 = A.HashSet_HashSet(t1); return new A.VerticalDragGestureRecognizer(B.DragStartBehavior_1, A.monodrag_DragGestureRecognizer__defaultBuilder$closure(), B._DragState_0, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.VelocityTracker), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, debugOwner, supportedDevices, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - HorizontalDragGestureRecognizer$(debugOwner, kind, supportedDevices) { + HorizontalDragGestureRecognizer$(debugOwner, supportedDevices) { var t1 = type$.int, - t2 = A.HashSet_HashSet(t1), - t3 = type$.PointerDeviceKind, - t4 = kind == null ? supportedDevices : A.LinkedHashSet_LinkedHashSet$_literal([kind], t3); - return new A.HorizontalDragGestureRecognizer(B.DragStartBehavior_1, A.monodrag_DragGestureRecognizer__defaultBuilder$closure(), B._DragState_0, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.VelocityTracker), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, debugOwner, t4, A.LinkedHashMap_LinkedHashMap$_empty(t1, t3)); + t2 = A.HashSet_HashSet(t1); + return new A.HorizontalDragGestureRecognizer(B.DragStartBehavior_1, A.monodrag_DragGestureRecognizer__defaultBuilder$closure(), B._DragState_0, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.VelocityTracker), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, debugOwner, supportedDevices, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - _DragState: function _DragState(t0) { - this._monodrag$_name = t0; + PanGestureRecognizer$(debugOwner, supportedDevices) { + var t1 = type$.int, + t2 = A.HashSet_HashSet(t1); + return new A.PanGestureRecognizer(B.DragStartBehavior_1, A.monodrag_DragGestureRecognizer__defaultBuilder$closure(), B._DragState_0, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.VelocityTracker), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, debugOwner, supportedDevices, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); + }, + _DragState: function _DragState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, DragGestureRecognizer: function DragGestureRecognizer() { }, @@ -24149,15 +24518,17 @@ PointerSignalResolver: function PointerSignalResolver() { this._currentEvent = this._firstRegisteredCallback = null; }, - DragStartBehavior: function DragStartBehavior(t0) { - this._recognizer$_name = t0; + DragStartBehavior: function DragStartBehavior(t0, t1) { + this.index = t0; + this._core$_name = t1; }, GestureRecognizer: function GestureRecognizer() { }, OneSequenceGestureRecognizer: function OneSequenceGestureRecognizer() { }, - GestureRecognizerState: function GestureRecognizerState(t0) { - this._recognizer$_name = t0; + GestureRecognizerState: function GestureRecognizerState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, PrimaryPointerGestureRecognizer: function PrimaryPointerGestureRecognizer() { }, @@ -24178,7 +24549,7 @@ }, _ScaleState: function _ScaleState(t0, t1) { this.index = t0; - this._scale$_name = t1; + this._core$_name = t1; }, ScaleStartDetails: function ScaleStartDetails(t0, t1, t2) { this.focalPoint = t0; @@ -24211,7 +24582,7 @@ _.dragStartBehavior = t0; _.onEnd = _.onUpdate = _.onStart = null; _._scale$_state = t1; - _._scale$_lastTransform = null; + _._lastTransform = null; _.__ScaleGestureRecognizer__initialFocalPoint = $; _._currentFocalPoint = null; _.__ScaleGestureRecognizer__localFocalPoint = _.__ScaleGestureRecognizer__currentVerticalSpan = _.__ScaleGestureRecognizer__initialVerticalSpan = _.__ScaleGestureRecognizer__currentHorizontalSpan = _.__ScaleGestureRecognizer__initialHorizontalSpan = _.__ScaleGestureRecognizer__currentSpan = _.__ScaleGestureRecognizer__initialSpan = $; @@ -24482,14 +24853,17 @@ _.theme = t2; _.key = t3; }, - _ActionLevel: function _ActionLevel(t0) { - this._about$_name = t0; + _ActionLevel: function _ActionLevel(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - _LayoutMode: function _LayoutMode(t0) { - this._about$_name = t0; + _LayoutMode: function _LayoutMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - _Focus: function _Focus(t0) { - this._about$_name = t0; + _Focus: function _Focus(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _MasterDetailFlow: function _MasterDetailFlow(t0, t1, t2, t3, t4) { var _ = this; @@ -24610,8 +24984,9 @@ MaterialApp_createMaterialHeroController() { return new A.HeroController(new A.MaterialApp_createMaterialHeroController_closure(), A.LinkedHashMap_LinkedHashMap$_empty(type$.Object, type$._HeroFlight)); }, - ThemeMode: function ThemeMode(t0) { - this._app0$_name = t0; + ThemeMode: function ThemeMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, MaterialApp: function MaterialApp(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; @@ -24620,14 +24995,14 @@ _.routes = t2; _.onGenerateRoute = t3; _.navigatorObservers = t4; - _.title = t5; - _.theme = t6; - _.locale = t7; - _.localizationsDelegates = t8; - _.supportedLocales = t9; - _.debugShowCheckedModeBanner = t10; - _.scrollBehavior = t11; - _.useInheritedMediaQuery = t12; + _.builder = t5; + _.title = t6; + _.theme = t7; + _.locale = t8; + _.localizationsDelegates = t9; + _.supportedLocales = t10; + _.debugShowCheckedModeBanner = t11; + _.scrollBehavior = t12; _.key = t13; }, MaterialApp_createMaterialHeroController_closure: function MaterialApp_createMaterialHeroController_closure() { @@ -24641,6 +25016,10 @@ _._debugLifecycleState = t0; _._framework$_element = null; }, + _MaterialAppState__materialBuilder_closure: function _MaterialAppState__materialBuilder_closure(t0, t1) { + this.$this = t0; + this.child = t1; + }, _MaterialAppState__buildWidgetApp_closure: function _MaterialAppState__buildWidgetApp_closure() { }, _MaterialAppState_build_closure: function _MaterialAppState_build_closure() { @@ -24760,12 +25139,13 @@ _.pinned = t3; _.key = t4; }, - _SliverAppBarState: function _SliverAppBarState(t0, t1) { + _SliverAppBarState: function _SliverAppBarState(t0, t1, t2) { var _ = this; _._showOnScreenConfiguration = _._stretchConfiguration = _._snapConfiguration = null; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _AppBarTitleBox: function _AppBarTitleBox(t0, t1) { @@ -24790,7 +25170,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -24852,8 +25232,9 @@ this.$this = t0; this.distanceFromAtoB = t1; }, - _CornerId: function _CornerId(t0) { - this._arc$_name = t0; + _CornerId: function _CornerId(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _Diagonal: function _Diagonal(t0, t1) { this.beginId = t0; @@ -24895,12 +25276,13 @@ this.$this = t0; this.context = t1; }, - MaterialBannerThemeData: function MaterialBannerThemeData(t0, t1, t2, t3) { + MaterialBannerThemeData: function MaterialBannerThemeData(t0, t1, t2, t3, t4) { var _ = this; _.backgroundColor = t0; _.contentTextStyle = t1; - _.padding = t2; - _.leadingPadding = t3; + _.elevation = t2; + _.padding = t3; + _.leadingPadding = t4; }, _MaterialBannerThemeData_Object_Diagnosticable: function _MaterialBannerThemeData_Object_Diagnosticable() { }, @@ -25055,7 +25437,7 @@ }, _RenderInputPadding: function _RenderInputPadding(t0, t1, t2) { var _ = this; - _._button$_minSize = t0; + _._minSize = t0; _.RenderObjectWithChildMixin__child = t1; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; @@ -25069,7 +25451,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -25212,7 +25594,7 @@ ButtonStyle__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>")); + return new A._LerpProperties(a, b, t, lerpFunction, $T._eval$1("_LerpProperties<0>")); }, ButtonStyle__lerpSides(a, b, t) { if (a == null && b == null) @@ -25246,7 +25628,7 @@ _.alignment = t17; _.splashFactory = t18; }, - _LerpProperties3: function _LerpProperties3(t0, t1, t2, t3, t4) { + _LerpProperties: function _LerpProperties(t0, t1, t2, t3, t4) { var _ = this; _.a = t0; _.b = t1; @@ -25283,13 +25665,14 @@ }, ButtonStyleButton: function ButtonStyleButton() { }, - _ButtonStyleState: function _ButtonStyleState(t0, t1, t2) { + _ButtonStyleState: function _ButtonStyleState(t0, t1, t2, t3) { var _ = this; _._backgroundColor = _._button_style_button$_elevation = _._button_style_button$_controller = null; _.TickerProviderStateMixin__tickers = t0; - _.MaterialStateMixin_materialStates = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t1; + _.MaterialStateMixin_materialStates = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _ButtonStyleState_build_effectiveValue: function _ButtonStyleState_build_effectiveValue(t0, t1, t2) { @@ -25381,7 +25764,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -25425,10 +25808,13 @@ ButtonThemeData$(alignedDropdown, buttonColor, colorScheme, disabledColor, focusColor, height, highlightColor, hoverColor, layoutBehavior, materialTapTargetSize, minWidth, padding, shape, splashColor, textTheme) { return new A.ButtonThemeData(minWidth, height, textTheme, layoutBehavior, padding, shape, false, buttonColor, disabledColor, focusColor, hoverColor, highlightColor, splashColor, colorScheme, materialTapTargetSize); }, - ButtonTextTheme: function ButtonTextTheme(t0) { - this._button_theme$_name = t0; + ButtonTextTheme: function ButtonTextTheme(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - ButtonBarLayoutBehavior: function ButtonBarLayoutBehavior() { + ButtonBarLayoutBehavior: function ButtonBarLayoutBehavior(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ButtonTheme: function ButtonTheme(t0, t1, t2) { this.data = t0; @@ -25503,12 +25889,13 @@ _.onTitlePressed = t2; _.key = t3; }, - _DatePickerModeToggleButtonState: function _DatePickerModeToggleButtonState(t0, t1) { + _DatePickerModeToggleButtonState: function _DatePickerModeToggleButtonState(t0, t1, t2) { var _ = this; _.___DatePickerModeToggleButtonState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _MonthPicker: function _MonthPicker(t0, t1, t2, t3, t4, t5, t6, t7, t8) { @@ -25627,10 +26014,10 @@ }, _CardTheme_Object_Diagnosticable: function _CardTheme_Object_Diagnosticable() { }, - Checkbox$(activeColor, autofocus, checkColor, materialTapTargetSize, onChanged, tristate, value) { - return new A.Checkbox(value, onChanged, activeColor, checkColor, tristate, materialTapTargetSize, false, null); + Checkbox$(activeColor, autofocus, checkColor, materialTapTargetSize, onChanged, side, tristate, value) { + return new A.Checkbox(value, onChanged, activeColor, checkColor, tristate, materialTapTargetSize, false, side, null); }, - Checkbox: function Checkbox(t0, t1, t2, t3, t4, t5, t6, t7) { + Checkbox: function Checkbox(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.value = t0; _.onChanged = t1; @@ -25639,9 +26026,10 @@ _.tristate = t4; _.materialTapTargetSize = t5; _.autofocus = t6; - _.key = t7; + _.side = t7; + _.key = t8; }, - _CheckboxState: function _CheckboxState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + _CheckboxState: function _CheckboxState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; _._checkbox$_painter = t0; _._previousValue = null; @@ -25658,8 +26046,9 @@ _.ToggleableStateMixin__focused = t11; _.ToggleableStateMixin__hovering = t12; _.TickerProviderStateMixin__tickers = t13; + _.TickerProviderStateMixin__tickerModeNotifier = t14; _._widget = null; - _._debugLifecycleState = t14; + _._debugLifecycleState = t15; _._framework$_element = null; }, _CheckboxState__widgetFillColor_closure: function _CheckboxState__widgetFillColor_closure(t0) { @@ -25674,7 +26063,7 @@ }, _CheckboxPainter: function _CheckboxPainter(t0) { var _ = this; - _._isHovered = _._isFocused = _._downPosition = _._splashRadius = _._toggleable$_focusColor = _._toggleable$_hoverColor = _._reactionColor = _._inactiveReactionColor = _._inactiveColor = _._activeColor = _._reactionHoverFade = _._reactionFocusFade = _._reaction = _._toggleable$_position = _._side = _._checkbox$_shape = _._previousValue = _._checkbox$_value = _._checkColor = null; + _._isHovered = _._toggleable$_isFocused = _._downPosition = _._splashRadius = _._toggleable$_focusColor = _._toggleable$_hoverColor = _._reactionColor = _._inactiveReactionColor = _._inactiveColor = _._toggleable$_activeColor = _._reactionHoverFade = _._reactionFocusFade = _._reaction = _._toggleable$_position = _._side = _._checkbox$_shape = _._previousValue = _._checkbox$_value = _._checkColor = null; _.ChangeNotifier__count = 0; _.ChangeNotifier__listeners = t0; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; @@ -25701,7 +26090,7 @@ CheckboxThemeData__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>")); + return new A._LerpProperties4(a, b, t, lerpFunction, $T._eval$1("_LerpProperties4<0>")); }, CheckboxThemeData__lerpSides(a, b, t) { if (a == null && b == null) @@ -25722,7 +26111,7 @@ _.shape = t7; _.side = t8; }, - _LerpProperties1: function _LerpProperties1(t0, t1, t2, t3, t4) { + _LerpProperties4: function _LerpProperties4(t0, t1, t2, t3, t4) { var _ = this; _.a = t0; _.b = t1; @@ -25732,24 +26121,6 @@ }, _CheckboxThemeData_Object_Diagnosticable: function _CheckboxThemeData_Object_Diagnosticable() { }, - ChipThemeData$(backgroundColor, brightness, checkmarkColor, deleteIconColor, disabledColor, elevation, labelPadding, labelStyle, padding, pressElevation, secondaryLabelStyle, secondarySelectedColor, selectedColor, selectedShadowColor, shadowColor, shape, side) { - return new A.ChipThemeData(backgroundColor, deleteIconColor, disabledColor, selectedColor, secondarySelectedColor, shadowColor, selectedShadowColor, checkmarkColor, labelPadding, padding, side, shape, labelStyle, secondaryLabelStyle, brightness, elevation, pressElevation); - }, - ChipThemeData_ChipThemeData$fromDefaults(brightness, labelStyle, secondaryColor) { - var backgroundColor, deleteIconColor, disabledColor, selectedColor, secondarySelectedColor, secondaryLabelStyle, _null = null, - primaryColor = brightness === B.Brightness_1 ? B.Color_4278190080 : B.Color_4294967295, - t1 = primaryColor.value, - t2 = t1 >>> 16 & 255, - t3 = t1 >>> 8 & 255; - t1 &= 255; - backgroundColor = A.Color$fromARGB(31, t2, t3, t1); - deleteIconColor = A.Color$fromARGB(222, t2, t3, t1); - disabledColor = A.Color$fromARGB(12, t2, t3, t1); - selectedColor = A.Color$fromARGB(61, t2, t3, t1); - secondarySelectedColor = A.Color$fromARGB(61, secondaryColor.get$value(secondaryColor) >>> 16 & 255, secondaryColor.get$value(secondaryColor) >>> 8 & 255, secondaryColor.get$value(secondaryColor) & 255); - secondaryLabelStyle = labelStyle.copyWith$1$color(A.Color$fromARGB(222, secondaryColor.get$value(secondaryColor) >>> 16 & 255, secondaryColor.get$value(secondaryColor) >>> 8 & 255, secondaryColor.get$value(secondaryColor) & 255)); - return A.ChipThemeData$(backgroundColor, brightness, _null, deleteIconColor, disabledColor, _null, _null, labelStyle.copyWith$1$color(A.Color$fromARGB(222, t2, t3, t1)), B.EdgeInsets_4_4_4_4, _null, secondaryLabelStyle, secondarySelectedColor, selectedColor, _null, _null, _null, _null); - }, 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, t1 = a == null; @@ -25758,18 +26129,14 @@ t2 = t1 ? _null : a.backgroundColor; t3 = b == null; t2 = A.Color_lerp(t2, t3 ? _null : b.backgroundColor, t); - t2.toString; t4 = t1 ? _null : a.deleteIconColor; t4 = A.Color_lerp(t4, t3 ? _null : b.deleteIconColor, t); t5 = t1 ? _null : a.disabledColor; t5 = A.Color_lerp(t5, t3 ? _null : b.disabledColor, t); - t5.toString; t6 = t1 ? _null : a.selectedColor; t6 = A.Color_lerp(t6, t3 ? _null : b.selectedColor, t); - t6.toString; t7 = t1 ? _null : a.secondarySelectedColor; t7 = A.Color_lerp(t7, t3 ? _null : b.secondarySelectedColor, t); - t7.toString; t8 = t1 ? _null : a.shadowColor; t8 = A.Color_lerp(t8, t3 ? _null : b.shadowColor, t); t9 = t1 ? _null : a.selectedShadowColor; @@ -25780,17 +26147,14 @@ 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); - t12.toString; 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); - t15.toString; t16 = t1 ? _null : a.secondaryLabelStyle; t16 = A.TextStyle_lerp(t16, t3 ? _null : b.secondaryLabelStyle, t); - t16.toString; if (t < 0.5) { t17 = t1 ? _null : a.brightness; if (t17 == null) @@ -25803,7 +26167,7 @@ t18 = t1 ? _null : a.elevation; t18 = A.lerpDouble(t18, t3 ? _null : b.elevation, t); t1 = t1 ? _null : a.pressElevation; - return A.ChipThemeData$(t2, t17, t10, t4, t5, t18, t11, t15, t12, A.lerpDouble(t1, t3 ? _null : b.pressElevation, t), t16, t7, t6, t9, t8, t14, t13); + 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)); }, ChipThemeData__lerpSides(a, b, t) { var t1 = a == null; @@ -25846,8 +26210,11 @@ }, _ChipThemeData_Object_Diagnosticable: function _ChipThemeData_Object_Diagnosticable() { }, + ColorScheme$(background, brightness, error, errorContainer, inversePrimary, inverseSurface, onBackground, onError, onErrorContainer, onInverseSurface, onPrimary, onPrimaryContainer, onSecondary, onSecondaryContainer, onSurface, onSurfaceVariant, onTertiary, onTertiaryContainer, outline, primary, primaryContainer, primaryVariant, secondary, secondaryContainer, secondaryVariant, shadow, surface, surfaceVariant, tertiary, tertiaryContainer) { + return new A.ColorScheme(brightness, primary, onPrimary, primaryContainer, onPrimaryContainer, secondary, onSecondary, secondaryContainer, onSecondaryContainer, tertiary, onTertiary, tertiaryContainer, onTertiaryContainer, error, onError, errorContainer, onErrorContainer, background, onBackground, surface, onSurface, surfaceVariant, onSurfaceVariant, outline, shadow, inverseSurface, onInverseSurface, inversePrimary, primaryVariant, secondaryVariant); + }, ColorScheme_ColorScheme$fromSwatch(accentColor, backgroundColor, brightness, cardColor, errorColor, primaryColorDark, primarySwatch) { - var t1, secondary, t2, t3, t4, t5, t6, t7, t8, t9, + var t1, secondary, t2, t3, t4, t5, t6, t7, t8, t9, _null = null, isDark = brightness === B.Brightness_0, primaryIsDark = A.ThemeData_estimateBrightnessForColor(primarySwatch) === B.Brightness_0; if (accentColor == null) @@ -25894,29 +26261,49 @@ } else t5 = backgroundColor; - t6 = B.Map_JNc9P.$index(0, 700); - t6.toString; + if (errorColor == null) { + t6 = B.Map_JNc9P.$index(0, 700); + t6.toString; + } else + t6 = errorColor; t7 = primaryIsDark ? B.Color_4294967295 : B.Color_4278190080; t1 = t1 === B.Brightness_0 ? B.Color_4294967295 : B.Color_4278190080; t8 = isDark ? B.Color_4294967295 : B.Color_4278190080; t9 = primaryIsDark ? B.Color_4294967295 : B.Color_4278190080; - return new A.ColorScheme(primarySwatch, t2, secondary, t3, t4, t5, t6, t7, t1, t8, t9, isDark ? B.Color_4278190080 : B.Color_4294967295, brightness); + return A.ColorScheme$(t5, brightness, t6, _null, _null, _null, t9, isDark ? B.Color_4278190080 : B.Color_4294967295, _null, _null, t7, _null, t1, _null, t8, _null, _null, _null, _null, primarySwatch, _null, t2, secondary, _null, t3, _null, t4, _null, _null, _null); }, - ColorScheme: function ColorScheme(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + ColorScheme: function ColorScheme(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; - _.primary = t0; - _.primaryVariant = t1; - _.secondary = t2; - _.secondaryVariant = t3; - _.surface = t4; - _.background = t5; - _.error = t6; - _.onPrimary = t7; - _.onSecondary = t8; - _.onSurface = t9; - _.onBackground = t10; - _.onError = t11; - _.brightness = t12; + _.brightness = t0; + _.primary = t1; + _.onPrimary = t2; + _._primaryContainer = t3; + _._onPrimaryContainer = t4; + _.secondary = t5; + _.onSecondary = t6; + _._secondaryContainer = t7; + _._onSecondaryContainer = t8; + _._tertiary = t9; + _._onTertiary = t10; + _._tertiaryContainer = t11; + _._onTertiaryContainer = t12; + _.error = t13; + _.onError = t14; + _._errorContainer = t15; + _._onErrorContainer = t16; + _.background = t17; + _.onBackground = t18; + _.surface = t19; + _.onSurface = t20; + _._surfaceVariant = t21; + _._onSurfaceVariant = t22; + _._outline = t23; + _._shadow = t24; + _._inverseSurface = t25; + _._onInverseSurface = t26; + _._inversePrimary = t27; + _._primaryVariant = t28; + _._secondaryVariant = t29; }, _ColorScheme_Object_Diagnosticable: function _ColorScheme_Object_Diagnosticable() { }, @@ -25950,9 +26337,9 @@ } return result; }, - TableRowInkWell$(child, onTap, overlayColor) { + TableRowInkWell$(child, onLongPress, onTap, overlayColor) { var _null = null; - return new A.TableRowInkWell(child, onTap, _null, _null, _null, _null, _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, onLongPress, _null, _null, _null, true, B.BoxShape_0, _null, _null, _null, _null, _null, _null, overlayColor, _null, _null, true, false, _null, false, _null, true, _null); }, DataColumn: function DataColumn(t0, t1, t2) { this.label = t0; @@ -26054,21 +26441,22 @@ _.duration = t2; _.key = t3; }, - _SortArrowState: function _SortArrowState(t0, t1) { + _SortArrowState: function _SortArrowState(t0, t1, t2) { var _ = this; _.___SortArrowState__orientationAnimation = _.___SortArrowState__orientationController = _.___SortArrowState__opacityAnimation = _.___SortArrowState__opacityController = $; _._orientationOffset = 0; _._data_table$_up = null; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _SortArrowState__rebuild_closure: function _SortArrowState__rebuild_closure() { }, _NullTableColumnWidth: function _NullTableColumnWidth() { }, - _NullWidget0: function _NullWidget0(t0) { + _NullWidget: function _NullWidget(t0) { this.key = t0; }, __SortArrowState_State_TickerProviderStateMixin: function __SortArrowState_State_TickerProviderStateMixin() { @@ -26078,7 +26466,7 @@ DataTableThemeData__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>")); + return new A._LerpProperties3(a, b, t, lerpFunction, $T._eval$1("_LerpProperties3<0>")); }, DataTableThemeData: function DataTableThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; @@ -26094,7 +26482,7 @@ _.dividerThickness = t9; _.checkboxHorizontalMargin = t10; }, - _LerpProperties2: function _LerpProperties2(t0, t1, t2, t3, t4) { + _LerpProperties3: function _LerpProperties3(t0, t1, t2, t3, t4) { var _ = this; _.a = t0; _.b = t1; @@ -26141,10 +26529,11 @@ }, DatePickerEntryMode: function DatePickerEntryMode(t0, t1) { this.index = t0; - this._date$_name = t1; + this._core$_name = t1; }, - DatePickerMode: function DatePickerMode(t0) { - this._date$_name = t0; + DatePickerMode: function DatePickerMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, showDatePicker(context, firstDate, initialDate, lastDate) { return A.showDatePicker$body(context, firstDate, initialDate, lastDate); @@ -26224,7 +26613,7 @@ _DatePickerDialogState: function _DatePickerDialogState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.___DatePickerDialogState__entryMode = _.___DatePickerDialogState__selectedDate = $; - _._autoValidate = t0; + _._autovalidateMode = t0; _._calendarPickerKey = t1; _._formKey = t2; _.RestorationMixin__bucket = t3; @@ -26271,6 +26660,17 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, + _RestorableAutovalidateMode: function _RestorableAutovalidateMode(t0, t1) { + var _ = this; + _._date_picker0$_defaultValue = t0; + _._restoration_properties$_value = null; + _._restoration0$_disposed = false; + _._restoration0$_owner = _._restoration0$_restorationId = null; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t1; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, _DatePickerHeader: function _DatePickerHeader(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.helpText = t0; @@ -26370,6 +26770,7 @@ _.__ModalRoute__modalScope = $; _.LocalHistoryRoute__localHistory = t11; _._transitionCompleter = t12; + _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; _._secondaryAnimation = t13; _._trainHoppingListenerRemover = _._routes$_result = null; @@ -26423,8 +26824,8 @@ DividerTheme_of(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.DividerTheme); - t1 = A.Theme_of(context); - return t1.dividerTheme; + t1 = A.Theme_of(context).dividerTheme; + return t1; }, DividerThemeData: function DividerThemeData(t0, t1, t2, t3, t4) { var _ = this; @@ -26439,8 +26840,9 @@ Drawer$(child) { return new A.Drawer(child, null); }, - DrawerAlignment: function DrawerAlignment(t0) { - this._drawer$_name = t0; + DrawerAlignment: function DrawerAlignment(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Drawer: function Drawer(t0, t1) { this.child = t0; @@ -26458,18 +26860,19 @@ _.isDrawerOpen = t7; _.key = t8; }, - DrawerControllerState: function DrawerControllerState(t0, t1, t2, t3, t4) { + DrawerControllerState: function DrawerControllerState(t0, t1, t2, t3, t4, t5) { var _ = this; _._historyEntry = null; _._drawer$_focusScopeNode = t0; _.__DrawerControllerState__controller = $; - _._drawerKey = t1; + _._drawer$_drawerKey = t1; _._previouslyOpened = false; _.__DrawerControllerState__scrimColorTween = $; _._drawer$_gestureDetectorKey = t2; _.SingleTickerProviderStateMixin__ticker = t3; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t4; _._widget = null; - _._debugLifecycleState = t4; + _._debugLifecycleState = t5; _._framework$_element = null; }, DrawerControllerState__animationChanged_closure: function DrawerControllerState__animationChanged_closure() { @@ -26494,8 +26897,8 @@ DrawerTheme_of(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.DrawerTheme); - t1 = A.Theme_of(context); - return t1.drawerTheme; + t1 = A.Theme_of(context).drawerTheme; + return t1; }, DrawerThemeData: function DrawerThemeData(t0, t1, t2, t3) { var _ = this; @@ -26514,7 +26917,7 @@ }, DropdownButtonFormField$(isExpanded, items, onChanged, selectedItemBuilder, validator, value, $T) { var _null = null; - A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return new A.DropdownButtonFormField(onChanged, _null, validator, new A.DropdownButtonFormField_closure($T, _null, _null, items, onChanged, _null, _null, selectedItemBuilder, _null, 8, _null, _null, _null, _null, 24, true, true, _null, _null, false, _null, _null, _null, B.AlignmentDirectional_m1_0), value, true, B.AutovalidateMode_0, _null, _null, $T._eval$1("DropdownButtonFormField<0>")); }, _DropdownMenuPainter: function _DropdownMenuPainter(t0, t1, t2, t3, t4, t5, t6, t7) { @@ -26615,6 +27018,7 @@ _.__ModalRoute__modalScope = $; _.LocalHistoryRoute__localHistory = t19; _._transitionCompleter = t20; + _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; _._secondaryAnimation = t21; _._trainHoppingListenerRemover = _._routes$_result = null; @@ -26675,7 +27079,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -26735,7 +27139,7 @@ _DropdownButtonState: function _DropdownButtonState(t0, t1) { var _ = this; _._dropdown$_internalNode = _._lastOrientation = _._dropdownRoute = _._selectedIndex = null; - _._dropdown$_hasPrimaryFocus = false; + _._hasPrimaryFocus = false; _.___DropdownButtonState__focusHighlightMode = _.___DropdownButtonState__actionMap = $; _._widget = null; _._debugLifecycleState = t0; @@ -26867,9 +27271,10 @@ __DropdownButtonState_State_WidgetsBindingObserver: function __DropdownButtonState_State_WidgetsBindingObserver() { }, ElevatedButton$(child, onPressed, style) { - return new A.ElevatedButton(onPressed, null, style, B.Clip_0, null, false, child, null); + var _null = null; + return new A.ElevatedButton(onPressed, _null, _null, _null, style, B.Clip_0, _null, false, child, _null); }, - ElevatedButton_styleFrom(alignment, animationDuration, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, maximumSize, minimumSize, onPrimary, onSurface, padding, primary, shadowColor, shape, side, splashFactory, tapTargetSize, textStyle, visualDensity) { + ElevatedButton_styleFrom(alignment, animationDuration, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, maximumSize, minimumSize, onPrimary, onSurface, padding, primary, shadowColor, shape, splashFactory, tapTargetSize, textStyle, visualDensity) { var t2, t3, t4, _null = null, t1 = onSurface == null, backgroundColor = t1 && primary == null ? _null : new A._ElevatedButtonDefaultBackground(primary, onSurface), @@ -26882,16 +27287,18 @@ t4 = maximumSize == null ? _null : new A._MaterialStatePropertyAll(maximumSize, type$._MaterialStatePropertyAll_Size); return A.ButtonStyle$(alignment, animationDuration, backgroundColor, new A._ElevatedButtonDefaultElevation(elevation), enableFeedback, _null, foregroundColor, t4, t3, mouseCursor, overlayColor, t2, t1, new A._MaterialStatePropertyAll(shape, type$._MaterialStatePropertyAll_OutlinedBorder), _null, splashFactory, tapTargetSize, new A._MaterialStatePropertyAll(textStyle, type$._MaterialStatePropertyAll_nullable_TextStyle), visualDensity); }, - ElevatedButton: function ElevatedButton(t0, t1, t2, t3, t4, t5, t6, t7) { + ElevatedButton: function ElevatedButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.onPressed = t0; _.onLongPress = t1; - _.style = t2; - _.clipBehavior = t3; - _.focusNode = t4; - _.autofocus = t5; - _.child = t6; - _.key = t7; + _.onHover = t2; + _.onFocusChange = t3; + _.style = t4; + _.clipBehavior = t5; + _.focusNode = t6; + _.autofocus = t7; + _.child = t8; + _.key = t9; }, _ElevatedButtonDefaultBackground: function _ElevatedButtonDefaultBackground(t0, t1) { this.primary = t0; @@ -26940,12 +27347,13 @@ _.padding = t2; _.key = t3; }, - _ExpandIconState: function _ExpandIconState(t0, t1) { + _ExpandIconState: function _ExpandIconState(t0, t1, t2) { var _ = this; _.___ExpandIconState__iconTurns = _.___ExpandIconState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, __ExpandIconState_State_SingleTickerProviderStateMixin: function __ExpandIconState_State_SingleTickerProviderStateMixin() { @@ -27055,8 +27463,9 @@ }, _DefaultHeroTag: function _DefaultHeroTag() { }, - _FloatingActionButtonType: function _FloatingActionButtonType(t0) { - this._floating_action_button$_name = t0; + _FloatingActionButtonType: function _FloatingActionButtonType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, FloatingActionButton: function FloatingActionButton(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -27090,7 +27499,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -27439,8 +27848,9 @@ _.debugCheckContext = t28; _.key = t29; }, - _HighlightType: function _HighlightType(t0) { - this._ink_well$_name = t0; + _HighlightType: function _HighlightType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _InkResponseState: function _InkResponseState(t0, t1, t2, t3) { var _ = this; @@ -27544,11 +27954,18 @@ _InputDatePickerFormFieldState_didUpdateWidget__closure: function _InputDatePickerFormFieldState_didUpdateWidget__closure(t0) { this.$this = t0; }, + FloatingLabelAlignment__stringify(x) { + if (x === -1) + return "FloatingLabelAlignment.start"; + if (x === 0) + return "FloatingLabelAlignment.center"; + return "FloatingLabelAlignment(x: " + B.JSInt_methods.toStringAsFixed$1(x, 1) + ")"; + }, InputDecorator$(baseStyle, child, decoration, expands, isEmpty, isFocused, isHovering, textAlign, textAlignVertical) { return new A.InputDecorator(decoration, baseStyle, textAlign, textAlignVertical, isFocused, isHovering, expands, isEmpty, child, null); }, - InputDecoration$(alignLabelWithHint, border, constraints, contentPadding, counter, counterStyle, counterText, disabledBorder, enabled, enabledBorder, errorBorder, errorMaxLines, errorStyle, errorText, fillColor, filled, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, helperText, hintMaxLines, hintStyle, hintText, hintTextDirection, hoverColor, icon, isCollapsed, isDense, label, labelStyle, labelText, prefix, prefixIcon, prefixIconConstraints, prefixStyle, prefixText, semanticCounterText, suffix, suffixIcon, suffixIconConstraints, suffixStyle, suffixText) { - return new A.InputDecoration(icon, label, labelText, labelStyle, floatingLabelStyle, helperText, helperStyle, helperMaxLines, hintText, hintStyle, hintTextDirection, hintMaxLines, errorText, errorStyle, errorMaxLines, floatingLabelBehavior, isDense, contentPadding, false, prefixIcon, prefixIconConstraints, prefix, prefixText, prefixStyle, suffixIcon, suffix, suffixText, suffixStyle, suffixIconConstraints, counterText, counter, counterStyle, filled, fillColor, focusColor, hoverColor, errorBorder, focusedBorder, focusedErrorBorder, disabledBorder, enabledBorder, border, enabled, semanticCounterText, alignLabelWithHint, constraints); + InputDecoration$(alignLabelWithHint, border, constraints, contentPadding, counter, counterStyle, counterText, disabledBorder, enabled, enabledBorder, errorBorder, errorMaxLines, errorStyle, errorText, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, helperText, hintMaxLines, hintStyle, hintText, hintTextDirection, hoverColor, icon, iconColor, isCollapsed, isDense, label, labelStyle, labelText, prefix, prefixIcon, prefixIconColor, prefixIconConstraints, prefixStyle, prefixText, semanticCounterText, suffix, suffixIcon, suffixIconColor, suffixIconConstraints, suffixStyle, suffixText) { + return new A.InputDecoration(icon, iconColor, label, labelText, labelStyle, floatingLabelStyle, helperText, helperStyle, helperMaxLines, hintText, hintStyle, hintTextDirection, hintMaxLines, errorText, errorStyle, errorMaxLines, floatingLabelBehavior, floatingLabelAlignment, isDense, contentPadding, false, prefixIcon, prefixIconConstraints, prefix, prefixText, prefixStyle, prefixIconColor, suffixIcon, suffix, suffixText, suffixStyle, suffixIconColor, suffixIconConstraints, counterText, counter, counterStyle, filled, fillColor, focusColor, hoverColor, errorBorder, focusedBorder, focusedErrorBorder, disabledBorder, enabledBorder, border, enabled, semanticCounterText, alignLabelWithHint, constraints); }, _InputBorderGap: function _InputBorderGap(t0) { var _ = this; @@ -27584,12 +28001,13 @@ _.isHovering = t5; _.key = t6; }, - _BorderContainerState: function _BorderContainerState(t0, t1) { + _BorderContainerState: function _BorderContainerState(t0, t1, t2) { var _ = this; _.___BorderContainerState__hoverColorTween = _.___BorderContainerState__hoverAnimation = _.___BorderContainerState__border = _.___BorderContainerState__borderAnimation = _.___BorderContainerState__hoverColorController = _.___BorderContainerState__controller = $; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _Shaker: function _Shaker(t0, t1, t2) { @@ -27608,22 +28026,27 @@ _.errorMaxLines = t6; _.key = t7; }, - _HelperErrorState: function _HelperErrorState(t0, t1) { + _HelperErrorState: function _HelperErrorState(t0, t1, t2) { var _ = this; _.___HelperErrorState__controller = $; _._error = _._helper = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _HelperErrorState__handleChange_closure: function _HelperErrorState__handleChange_closure() { }, - FloatingLabelBehavior: function FloatingLabelBehavior(t0) { - this._input_decorator$_name = t0; + FloatingLabelBehavior: function FloatingLabelBehavior(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - _DecorationSlot: function _DecorationSlot(t0) { - this._input_decorator$_name = t0; + FloatingLabelAlignment: function FloatingLabelAlignment() { + }, + _DecorationSlot: function _DecorationSlot(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _Decoration: function _Decoration(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) { var _ = this; @@ -27631,23 +28054,23 @@ _.isCollapsed = t1; _.floatingLabelHeight = t2; _.floatingLabelProgress = t3; - _.border = t4; - _.borderGap = t5; - _.alignLabelWithHint = t6; - _.isDense = t7; - _.visualDensity = t8; - _.icon = t9; - _.input = t10; - _.label = t11; - _.hint = t12; - _.prefix = t13; - _.suffix = t14; - _.prefixIcon = t15; - _.suffixIcon = t16; - _.helperError = t17; - _.counter = t18; - _.container = t19; - _.fixTextFieldOutlineLabel = t20; + _.floatingLabelAlignment = t4; + _.border = t5; + _.borderGap = t6; + _.alignLabelWithHint = t7; + _.isDense = t8; + _.visualDensity = t9; + _.icon = t10; + _.input = t11; + _.label = t12; + _.hint = t13; + _.prefix = t14; + _.suffix = t15; + _.prefixIcon = t16; + _.suffixIcon = t17; + _.helperError = t18; + _.counter = t19; + _.container = t20; }, _RenderDecorationLayout: function _RenderDecorationLayout(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -27660,15 +28083,15 @@ }, _RenderDecoration: function _RenderDecoration(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; - _.children = t0; - _._input_decorator$_container = _._counter = _._helperError = _._suffixIcon = _._prefixIcon = _._suffix = _._prefix = _._hint = _._input_decorator$_label = _._input_decorator$_input = _._icon = null; - _._input_decorator$_decoration = t1; - _._input_decorator$_textDirection = t2; - _._input_decorator$_textBaseline = t3; - _._textAlignVertical = t4; - _._input_decorator$_isFocused = t5; - _._expands = t6; - _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = _._labelTransform = null; + _._input_decorator$_decoration = t0; + _._input_decorator$_textDirection = t1; + _._input_decorator$_textBaseline = t2; + _._textAlignVertical = t3; + _._isFocused = t4; + _._input_decorator$_expands = t5; + _._labelTransform = null; + _.SlottedContainerRenderObjectMixin__slotToChild = t6; + _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; _._debugActivePointers = 0; @@ -27680,7 +28103,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t7; _._needsCompositingBitsUpdate = false; @@ -27692,9 +28115,6 @@ _._depth = 0; _._node$_parent = _._node$_owner = null; }, - _RenderDecoration_debugDescribeChildren_add: function _RenderDecoration_debugDescribeChildren_add(t0) { - this.value = t0; - }, _RenderDecoration_performLayout_centerLayout: function _RenderDecoration_performLayout_centerLayout(t0) { this._box_0 = t0; }, @@ -27711,22 +28131,6 @@ this.offset = t1; this.child = t2; }, - _DecorationElement: function _DecorationElement(t0, t1, t2, t3, t4) { - var _ = this; - _.slotToChild = t0; - _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _._cachedHash = t1; - _._slot = null; - _.__Element__depth = $; - _._widget = t2; - _._owner = null; - _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; - _._dependencies = _._inheritedWidgets = null; - _._hadUnsatisfiedDependencies = false; - _._dirty = true; - _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; - }, _Decorator: function _Decorator(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.decoration = t0; @@ -27750,66 +28154,78 @@ _.child = t8; _.key = t9; }, - _InputDecoratorState: function _InputDecoratorState(t0, t1, t2) { + _InputDecoratorState: function _InputDecoratorState(t0, t1, t2, t3) { var _ = this; _.___InputDecoratorState__shakingLabelController = _.___InputDecoratorState__floatingLabelController = $; _._borderGap = t0; _._effectiveDecoration = null; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _InputDecoratorState__handleChange_closure: function _InputDecoratorState__handleChange_closure() { }, - InputDecoration: function InputDecoration(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45) { + _InputDecoratorState__getIconColor__resolveIconColor: function _InputDecoratorState__getIconColor__resolveIconColor(t0) { + this.themeData = t0; + }, + _InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle: function _InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle(t0, t1) { + this.$this = t0; + this.themeData = t1; + }, + InputDecoration: function InputDecoration(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49) { var _ = this; _.icon = t0; - _.label = t1; - _.labelText = t2; - _.labelStyle = t3; - _.floatingLabelStyle = t4; - _.helperText = t5; - _.helperStyle = t6; - _.helperMaxLines = t7; - _.hintText = t8; - _.hintStyle = t9; - _.hintTextDirection = t10; - _.hintMaxLines = t11; - _.errorText = t12; - _.errorStyle = t13; - _.errorMaxLines = t14; - _.floatingLabelBehavior = t15; - _.isDense = t16; - _.contentPadding = t17; - _.isCollapsed = t18; - _.prefixIcon = t19; - _.prefixIconConstraints = t20; - _.prefix = t21; - _.prefixText = t22; - _.prefixStyle = t23; - _.suffixIcon = t24; - _.suffix = t25; - _.suffixText = t26; - _.suffixStyle = t27; - _.suffixIconConstraints = t28; - _.counterText = t29; - _.counter = t30; - _.counterStyle = t31; - _.filled = t32; - _.fillColor = t33; - _.focusColor = t34; - _.hoverColor = t35; - _.errorBorder = t36; - _.focusedBorder = t37; - _.focusedErrorBorder = t38; - _.disabledBorder = t39; - _.enabledBorder = t40; - _.border = t41; - _.enabled = t42; - _.semanticCounterText = t43; - _.alignLabelWithHint = t44; - _.constraints = t45; + _.iconColor = t1; + _.label = t2; + _.labelText = t3; + _.labelStyle = t4; + _.floatingLabelStyle = t5; + _.helperText = t6; + _.helperStyle = t7; + _.helperMaxLines = t8; + _.hintText = t9; + _.hintStyle = t10; + _.hintTextDirection = t11; + _.hintMaxLines = t12; + _.errorText = t13; + _.errorStyle = t14; + _.errorMaxLines = t15; + _.floatingLabelBehavior = t16; + _.floatingLabelAlignment = t17; + _.isDense = t18; + _.contentPadding = t19; + _.isCollapsed = t20; + _.prefixIcon = t21; + _.prefixIconConstraints = t22; + _.prefix = t23; + _.prefixText = t24; + _.prefixStyle = t25; + _.prefixIconColor = t26; + _.suffixIcon = t27; + _.suffix = t28; + _.suffixText = t29; + _.suffixStyle = t30; + _.suffixIconColor = t31; + _.suffixIconConstraints = t32; + _.counterText = t33; + _.counter = t34; + _.counterStyle = t35; + _.filled = t36; + _.fillColor = t37; + _.focusColor = t38; + _.hoverColor = t39; + _.errorBorder = t40; + _.focusedBorder = t41; + _.focusedErrorBorder = t42; + _.disabledBorder = t43; + _.enabledBorder = t44; + _.border = t45; + _.enabled = t46; + _.semanticCounterText = t47; + _.alignLabelWithHint = t48; + _.constraints = t49; }, InputDecorationTheme: function InputDecorationTheme() { }, @@ -27817,23 +28233,69 @@ }, __BorderContainerState_State_TickerProviderStateMixin: function __BorderContainerState_State_TickerProviderStateMixin() { }, + __Decorator_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin: function __Decorator_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin() { + }, __HelperErrorState_State_SingleTickerProviderStateMixin: function __HelperErrorState_State_SingleTickerProviderStateMixin() { }, __InputDecoratorState_State_TickerProviderStateMixin: function __InputDecoratorState_State_TickerProviderStateMixin() { }, - ListTileTheme$(child, contentPadding, dense, enableFeedback, horizontalTitleGap, iconColor, key, minLeadingWidth, minVerticalPadding, selectedColor, selectedTileColor, shape, style, textColor, tileColor) { - return new A.ListTileTheme(false, shape, style, selectedColor, iconColor, textColor, contentPadding, tileColor, selectedTileColor, horizontalTitleGap, minVerticalPadding, minLeadingWidth, enableFeedback, child, key); + __RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin: function __RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin() { + }, + ListTileThemeData_lerp(a, b, t) { + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _null = null, + t1 = a == null; + if (t1 && b == null) + return _null; + t2 = t < 0.5; + if (t2) + t3 = t1 ? _null : a.dense; + else + t3 = b == null ? _null : b.dense; + t4 = t1 ? _null : a.shape; + t5 = b == null; + t4 = A.ShapeBorder_lerp(t4, t5 ? _null : b.shape, t); + if (t2) + t6 = t1 ? _null : a.style; + else + t6 = t5 ? _null : b.style; + t7 = t1 ? _null : a.selectedColor; + t7 = A.Color_lerp(t7, t5 ? _null : b.selectedColor, t); + t8 = t1 ? _null : a.iconColor; + t8 = A.Color_lerp(t8, t5 ? _null : b.iconColor, t); + t9 = t1 ? _null : a.textColor; + t9 = A.Color_lerp(t9, t5 ? _null : b.textColor, t); + t10 = t1 ? _null : a.contentPadding; + t10 = A.EdgeInsetsGeometry_lerp(t10, t5 ? _null : b.contentPadding, t); + t11 = t1 ? _null : a.tileColor; + t11 = A.Color_lerp(t11, t5 ? _null : b.tileColor, t); + t12 = t1 ? _null : a.selectedTileColor; + t12 = A.Color_lerp(t12, t5 ? _null : b.selectedTileColor, t); + t13 = t1 ? _null : a.horizontalTitleGap; + t13 = A.lerpDouble(t13, t5 ? _null : b.horizontalTitleGap, t); + t14 = t1 ? _null : a.minVerticalPadding; + t14 = A.lerpDouble(t14, t5 ? _null : b.minVerticalPadding, t); + t15 = t1 ? _null : a.minLeadingWidth; + t15 = A.lerpDouble(t15, t5 ? _null : b.minLeadingWidth, t); + if (t2) + t1 = t1 ? _null : a.enableFeedback; + else + t1 = t5 ? _null : b.enableFeedback; + return new A.ListTileThemeData(t3, t4, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t1); + }, + ListTileTheme$(child, data, key, style) { + return new A.ListTileTheme(data, style, 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) { 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); }, - ListTileTheme_of(context) { - var result = context.dependOnInheritedWidgetOfExactType$1$0(type$.ListTileTheme); - return result == null ? B.ListTileTheme_Drw : result; - }, - ListTile$(autofocus, contentPadding, dense, enableFeedback, enabled, focusNode, isThreeLine, key, leading, onLongPress, onTap, selected, selectedTileColor, shape, subtitle, tileColor, title, trailing, visualDensity) { - return new A.ListTile(leading, title, subtitle, trailing, isThreeLine, dense, visualDensity, shape, contentPadding, enabled, onTap, onLongPress, selected, focusNode, false, tileColor, selectedTileColor, enableFeedback, key); + ListTile$(autofocus, contentPadding, dense, enableFeedback, enabled, focusNode, hoverColor, isThreeLine, key, leading, onLongPress, onTap, selected, selectedTileColor, shape, subtitle, tileColor, title, trailing, visualDensity) { + return new A.ListTile(leading, title, subtitle, trailing, isThreeLine, dense, visualDensity, shape, contentPadding, enabled, onTap, onLongPress, selected, hoverColor, focusNode, false, tileColor, selectedTileColor, enableFeedback, key); }, _RenderListTile__layoutBox(box, constraints) { var t1; @@ -27844,10 +28306,15 @@ t1.toString; return t1; }, - ListTileStyle: function ListTileStyle(t0) { - this._list_tile$_name = t0; + ListTileStyle: function ListTileStyle(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - ListTileTheme: function ListTileTheme(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + ListTileControlAffinity: function ListTileControlAffinity(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + ListTileThemeData: function ListTileThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _.dense = t0; _.shape = t1; @@ -27862,8 +28329,13 @@ _.minVerticalPadding = t10; _.minLeadingWidth = t11; _.enableFeedback = t12; - _.child = t13; - _.key = t14; + }, + ListTileTheme: function ListTileTheme(t0, t1, t2, t3) { + var _ = this; + _._list_tile$_data = t0; + _._list_tile$_style = t1; + _.child = t2; + _.key = t3; }, ListTileTheme_merge_closure: function ListTileTheme_merge_closure(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; @@ -27883,10 +28355,7 @@ _.minLeadingWidth = t13; _.child = t14; }, - ListTileControlAffinity: function ListTileControlAffinity(t0) { - this._list_tile$_name = t0; - }, - ListTile: function ListTile(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { + ListTile: function ListTile(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { var _ = this; _.leading = t0; _.title = t1; @@ -27901,15 +28370,17 @@ _.onTap = t10; _.onLongPress = t11; _.selected = t12; - _.focusNode = t13; - _.autofocus = t14; - _.tileColor = t15; - _.selectedTileColor = t16; - _.enableFeedback = t17; - _.key = t18; + _.hoverColor = t13; + _.focusNode = t14; + _.autofocus = t15; + _.tileColor = t16; + _.selectedTileColor = t17; + _.enableFeedback = t18; + _.key = t19; }, - _ListTileSlot: function _ListTileSlot(t0) { - this._list_tile$_name = t0; + _ListTileSlot: function _ListTileSlot(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _ListTile: function _ListTile(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; @@ -27928,35 +28399,18 @@ _.minLeadingWidth = t12; _.key = t13; }, - _ListTileElement: function _ListTileElement(t0, t1, t2, t3, t4) { - var _ = this; - _.slotToChild = t0; - _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; - _._cachedHash = t1; - _._slot = null; - _.__Element__depth = $; - _._widget = t2; - _._owner = null; - _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; - _._dependencies = _._inheritedWidgets = null; - _._hadUnsatisfiedDependencies = false; - _._dirty = true; - _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; - }, _RenderListTile: function _RenderListTile(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; - _.children = t0; - _._trailing = _._subtitle = _._title = _._list_tile$_leading = null; - _._isDense = t1; - _._visualDensity = t2; - _._isThreeLine = t3; - _._list_tile$_textDirection = t4; - _._titleBaselineType = t5; - _._subtitleBaselineType = t6; - _._horizontalTitleGap = t7; - _._minVerticalPadding = t8; - _._minLeadingWidth = t9; + _._isDense = t0; + _._visualDensity = t1; + _._isThreeLine = t2; + _._list_tile$_textDirection = t3; + _._titleBaselineType = t4; + _._subtitleBaselineType = t5; + _._horizontalTitleGap = t6; + _._minVerticalPadding = t7; + _._minLeadingWidth = t8; + _.SlottedContainerRenderObjectMixin__slotToChild = t9; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; @@ -27969,7 +28423,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; @@ -27981,9 +28435,6 @@ _._depth = 0; _._node$_parent = _._node$_owner = null; }, - _RenderListTile_debugDescribeChildren_add: function _RenderListTile_debugDescribeChildren_add(t0) { - this.value = t0; - }, _RenderListTile_paint_doPaint: function _RenderListTile_paint_doPaint(t0, t1) { this.context = t0; this.offset = t1; @@ -27993,6 +28444,12 @@ this.parentData = t1; this.child = t2; }, + _ListTileThemeData_Object_Diagnosticable: function _ListTileThemeData_Object_Diagnosticable() { + }, + __ListTile_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin: function __ListTile_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin() { + }, + __RenderListTile_RenderBox_SlottedContainerRenderObjectMixin: function __RenderListTile_RenderBox_SlottedContainerRenderObjectMixin() { + }, Material$(animationDuration, borderOnForeground, borderRadius, child, clipBehavior, color, elevation, key, shadowColor, shape, textStyle, type) { return new A.Material(child, type, elevation, color, shadowColor, textStyle, shape, true, clipBehavior, animationDuration, borderRadius, key); }, @@ -28002,8 +28459,9 @@ return child; return A.ClipPath$(child, clipBehavior, new A.ShapeBorderClipper(shape, A.Directionality_maybeOf(context), null)); }, - MaterialType: function MaterialType(t0) { - this._material$_name = t0; + MaterialType: function MaterialType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Material: function Material(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; @@ -28020,12 +28478,13 @@ _.borderRadius = t10; _.key = t11; }, - _MaterialState: function _MaterialState(t0, t1, t2) { + _MaterialState: function _MaterialState(t0, t1, t2, t3) { var _ = this; _._inkFeatureRenderer = t0; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _MaterialState_build_closure: function _MaterialState_build_closure(t0) { @@ -28050,7 +28509,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -28090,13 +28549,14 @@ _.onEnd = t9; _.key = t10; }, - _MaterialInteriorState: function _MaterialInteriorState(t0, t1) { + _MaterialInteriorState: function _MaterialInteriorState(t0, t1, t2) { var _ = this; _._border = _._shadowColor = _._elevation = null; _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _MaterialInteriorState_forEachTween_closure: function _MaterialInteriorState_forEachTween_closure() { @@ -28131,8 +28591,9 @@ return value.resolve$1(states); return value; }, - MaterialState: function MaterialState(t0) { - this._material_state$_name = t0; + MaterialState: function MaterialState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, MaterialStateColor: function MaterialStateColor() { }, @@ -28194,13 +28655,14 @@ _.gapAnimation = t3; _.gapStart = 0; }, - _MergeableMaterialState: function _MergeableMaterialState(t0, t1, t2) { + _MergeableMaterialState: function _MergeableMaterialState(t0, t1, t2, t3) { var _ = this; _.___MergeableMaterialState__children = $; _._animationTuples = t0; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _MergeableMaterialState__handleTick_closure: function _MergeableMaterialState__handleTick_closure() { @@ -28222,7 +28684,7 @@ _RenderMergeableMaterialListBody: function _RenderMergeableMaterialListBody(t0, t1, t2, t3, t4, t5) { var _ = this; _._mergeable_material$_elevation = t0; - _._list_body$_axisDirection = t1; + _._axisDirection = t1; _.ContainerRenderObjectMixin__childCount = t2; _.ContainerRenderObjectMixin__firstChild = t3; _.ContainerRenderObjectMixin__lastChild = t4; @@ -28238,7 +28700,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; @@ -28252,8 +28714,56 @@ }, __MergeableMaterialState_State_TickerProviderStateMixin: function __MergeableMaterialState_State_TickerProviderStateMixin() { }, + NavigationBarThemeData_lerp(a, b, t) { + var t2, t3, t4, t5, t6, t7, t8, _null = null, + t1 = a == null; + if (t1 && b == null) + return _null; + t2 = t1 ? _null : a.height; + t3 = b == null; + 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.indicatorColor; + t5 = A.Color_lerp(t5, t3 ? _null : b.indicatorColor, t); + t6 = t1 ? _null : a.labelTextStyle; + t7 = t3 ? _null : b.labelTextStyle; + t7 = A.NavigationBarThemeData__lerpProperties(t6, t7, t, A.text_style_TextStyle_lerp$closure(), type$.nullable_TextStyle); + t6 = t1 ? _null : a.iconTheme; + t8 = t3 ? _null : b.iconTheme; + t8 = A.NavigationBarThemeData__lerpProperties(t6, t8, 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, t7, t8, 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) { + var _ = this; + _.height = t0; + _.backgroundColor = t1; + _.indicatorColor = t2; + _.labelTextStyle = t3; + _.iconTheme = t4; + _.labelBehavior = t5; + }, + _LerpProperties2: function _LerpProperties2(t0, t1, t2, t3, t4) { + var _ = this; + _.a = t0; + _.b = t1; + _.t = t2; + _.lerpFunction = t3; + _.$ti = t4; + }, + _NavigationBarThemeData_Object_Diagnosticable: function _NavigationBarThemeData_Object_Diagnosticable() { + }, NavigationRailThemeData_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; @@ -28272,13 +28782,19 @@ t8 = A.IconThemeData_lerp(t8, t3 ? _null : b.selectedIconTheme, t); t9 = t1 ? _null : a.groupAlignment; t9 = A.lerpDouble(t9, t3 ? _null : b.groupAlignment, t); - if (t < 0.5) - t1 = t1 ? _null : a.labelType; + t10 = t < 0.5; + if (t10) + t11 = t1 ? _null : a.labelType; else - t1 = t3 ? _null : b.labelType; - return new A.NavigationRailThemeData(t2, t4, t5, t6, t7, t8, t9, t1); + t11 = t3 ? _null : b.labelType; + if (t10) + t10 = t1 ? _null : a.useIndicator; + else + t10 = t3 ? _null : b.useIndicator; + t1 = t1 ? _null : a.indicatorColor; + return new A.NavigationRailThemeData(t2, t4, t5, t6, t7, t8, t9, t11, t10, A.Color_lerp(t1, t3 ? _null : b.indicatorColor, t)); }, - NavigationRailThemeData: function NavigationRailThemeData(t0, t1, t2, t3, t4, t5, t6, t7) { + NavigationRailThemeData: function NavigationRailThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.backgroundColor = t0; _.elevation = t1; @@ -28288,11 +28804,14 @@ _.selectedIconTheme = t5; _.groupAlignment = t6; _.labelType = t7; + _.useIndicator = t8; + _.indicatorColor = t9; }, _NavigationRailThemeData_Object_Diagnosticable: function _NavigationRailThemeData_Object_Diagnosticable() { }, OutlinedButton$(child, onPressed, style) { - return new A.OutlinedButton(onPressed, null, style, B.Clip_0, null, false, child, null); + var _null = null; + return new A.OutlinedButton(onPressed, _null, _null, _null, style, B.Clip_0, _null, false, 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, @@ -28315,16 +28834,18 @@ 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, tapTargetSize, t1, visualDensity); }, - OutlinedButton: function OutlinedButton(t0, t1, t2, t3, t4, t5, t6, t7) { + OutlinedButton: function OutlinedButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.onPressed = t0; _.onLongPress = t1; - _.style = t2; - _.clipBehavior = t3; - _.focusNode = t4; - _.autofocus = t5; - _.child = t6; - _.key = t7; + _.onHover = t2; + _.onFocusChange = t3; + _.style = t4; + _.clipBehavior = t5; + _.focusNode = t6; + _.autofocus = t7; + _.child = t8; + _.key = t9; }, _OutlinedButtonDefaultForeground: function _OutlinedButtonDefaultForeground(t0, t1) { this.primary = t0; @@ -28382,6 +28903,7 @@ _.__ModalRoute__modalScope = $; _.LocalHistoryRoute__localHistory = t7; _._transitionCompleter = t8; + _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; _._secondaryAnimation = t9; _._trainHoppingListenerRemover = _._routes$_result = null; @@ -28543,7 +29065,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -28620,6 +29142,7 @@ _.__ModalRoute__modalScope = $; _.LocalHistoryRoute__localHistory = t15; _._transitionCompleter = t16; + _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; _._secondaryAnimation = t17; _._trainHoppingListenerRemover = _._routes$_result = null; @@ -28684,8 +29207,8 @@ PopupMenuTheme_of(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.PopupMenuTheme); - t1 = A.Theme_of(context); - return t1.popupMenuTheme; + t1 = A.Theme_of(context).popupMenuTheme; + return t1; }, PopupMenuThemeData: function PopupMenuThemeData(t0, t1, t2, t3, t4) { var _ = this; @@ -28709,8 +29232,9 @@ CircularProgressIndicator$(backgroundColor, color, key, semanticsLabel, semanticsValue, strokeWidth, value, valueColor) { return new A.CircularProgressIndicator(strokeWidth, value, backgroundColor, color, valueColor, semanticsLabel, semanticsValue, key); }, - _ActivityIndicatorType: function _ActivityIndicatorType(t0) { - this._progress_indicator$_name = t0; + _ActivityIndicatorType: function _ActivityIndicatorType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ProgressIndicator: function ProgressIndicator() { }, @@ -28740,12 +29264,13 @@ _.semanticsValue = t5; _.key = t6; }, - _LinearProgressIndicatorState: function _LinearProgressIndicatorState(t0, t1) { + _LinearProgressIndicatorState: function _LinearProgressIndicatorState(t0, t1, t2) { var _ = this; _.___LinearProgressIndicatorState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _LinearProgressIndicatorState_build_closure: function _LinearProgressIndicatorState_build_closure(t0, t1) { @@ -28777,12 +29302,13 @@ _.semanticsValue = t6; _.key = t7; }, - _CircularProgressIndicatorState: function _CircularProgressIndicatorState(t0, t1) { + _CircularProgressIndicatorState: function _CircularProgressIndicatorState(t0, t1, t2) { var _ = this; _.___CircularProgressIndicatorState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _CircularProgressIndicatorState__buildAnimation_closure: function _CircularProgressIndicatorState__buildAnimation_closure(t0) { @@ -28814,14 +29340,15 @@ _.semanticsValue = t6; _.key = t7; }, - _RefreshProgressIndicatorState: function _RefreshProgressIndicatorState(t0, t1) { + _RefreshProgressIndicatorState: function _RefreshProgressIndicatorState(t0, t1, t2) { var _ = this; _.___RefreshProgressIndicatorState__additionalRotationTween = _.___RefreshProgressIndicatorState__convertTween = $; _._progress_indicator$_lastValue = null; _.___CircularProgressIndicatorState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _RefreshProgressIndicatorState__buildAnimation_closure: function _RefreshProgressIndicatorState__buildAnimation_closure(t0) { @@ -28851,8 +29378,8 @@ ProgressIndicatorTheme_of(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.ProgressIndicatorTheme); - t1 = A.Theme_of(context); - return t1.progressIndicatorTheme; + t1 = A.Theme_of(context).progressIndicatorTheme; + return t1; }, ProgressIndicatorThemeData: function ProgressIndicatorThemeData(t0, t1, t2, t3, t4) { var _ = this; @@ -28879,7 +29406,7 @@ _.key = t7; _.$ti = t8; }, - _RadioState: function _RadioState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { + _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; @@ -28895,10 +29422,11 @@ _.ToggleableStateMixin__focused = t11; _.ToggleableStateMixin__hovering = t12; _.TickerProviderStateMixin__tickers = t13; + _.TickerProviderStateMixin__tickerModeNotifier = t14; _._widget = null; - _._debugLifecycleState = t14; + _._debugLifecycleState = t15; _._framework$_element = null; - _.$ti = t15; + _.$ti = t16; }, _RadioState__widgetFillColor_closure: function _RadioState__widgetFillColor_closure(t0) { this.$this = t0; @@ -28912,7 +29440,7 @@ }, _RadioPainter: function _RadioPainter(t0) { var _ = this; - _._isHovered = _._isFocused = _._downPosition = _._splashRadius = _._toggleable$_focusColor = _._toggleable$_hoverColor = _._reactionColor = _._inactiveReactionColor = _._inactiveColor = _._activeColor = _._reactionHoverFade = _._reactionFocusFade = _._reaction = _._toggleable$_position = null; + _._isHovered = _._toggleable$_isFocused = _._downPosition = _._splashRadius = _._toggleable$_focusColor = _._toggleable$_hoverColor = _._reactionColor = _._inactiveReactionColor = _._inactiveColor = _._toggleable$_activeColor = _._reactionHoverFade = _._reactionFocusFade = _._reaction = _._toggleable$_position = null; _.ChangeNotifier__count = 0; _.ChangeNotifier__listeners = t0; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; @@ -28941,7 +29469,7 @@ RadioThemeData__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>")); + return new A._LerpProperties1(a, b, t, lerpFunction, $T._eval$1("_LerpProperties1<0>")); }, RadioThemeData: function RadioThemeData(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -28952,7 +29480,7 @@ _.materialTapTargetSize = t4; _.visualDensity = t5; }, - _LerpProperties0: function _LerpProperties0(t0, t1, t2, t3, t4) { + _LerpProperties1: function _LerpProperties1(t0, t1, t2, t3, t4) { var _ = this; _.a = t0; _.b = t1; @@ -28965,24 +29493,27 @@ RefreshIndicator$(child, onRefresh) { return new A.RefreshIndicator(child, onRefresh, null); }, - _RefreshIndicatorMode: function _RefreshIndicatorMode(t0) { - this._refresh_indicator$_name = t0; + _RefreshIndicatorMode: function _RefreshIndicatorMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - RefreshIndicatorTriggerMode: function RefreshIndicatorTriggerMode(t0) { - this._refresh_indicator$_name = t0; + RefreshIndicatorTriggerMode: function RefreshIndicatorTriggerMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RefreshIndicator: function RefreshIndicator(t0, t1, t2) { this.child = t0; this.onRefresh = t1; this.key = t2; }, - RefreshIndicatorState: function RefreshIndicatorState(t0, t1) { + RefreshIndicatorState: function RefreshIndicatorState(t0, t1, t2) { var _ = this; _.__RefreshIndicatorState__valueColor = _.__RefreshIndicatorState__value = _.__RefreshIndicatorState__scaleFactor = _.__RefreshIndicatorState__positionFactor = _.__RefreshIndicatorState__scaleController = _.__RefreshIndicatorState__positionController = $; _._dragOffset = _._isIndicatorAtTop = _._refresh_indicator$_mode = null; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, RefreshIndicatorState__handleScrollNotification_closure: function RefreshIndicatorState__handleScrollNotification_closure(t0) { @@ -29071,22 +29602,24 @@ return result; throw A.wrapException(A.FlutterError$fromParts(A._setArrayType([A.ErrorSummary$("Scaffold.of() called with a context that does not contain a Scaffold."), A.ErrorDescription$("No Scaffold ancestor could be found starting from the context that was passed to Scaffold.of(). 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.of().\nA less elegant but more expedient solution is assign a GlobalKey to the Scaffold, then use the key.currentState property to obtain the ScaffoldState rather than using the Scaffold.of() function."), context.describeElement$1("The context used was")], type$.JSArray_DiagnosticsNode))); }, - _ScaffoldSlot: function _ScaffoldSlot(t0) { - this._scaffold$_name = t0; + _ScaffoldSlot: function _ScaffoldSlot(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ScaffoldMessenger: function ScaffoldMessenger(t0, t1) { this.child = t0; this.key = t1; }, - ScaffoldMessengerState: function ScaffoldMessengerState(t0, t1, t2, t3, t4) { + ScaffoldMessengerState: function ScaffoldMessengerState(t0, t1, t2, t3, t4, t5) { var _ = this; _._scaffolds = t0; _._materialBanners = t1; _._snackBars = t2; _._accessibleNavigation = _._snackBarTimer = null; _.TickerProviderStateMixin__tickers = t3; + _.TickerProviderStateMixin__tickerModeNotifier = t4; _._widget = null; - _._debugLifecycleState = t4; + _._debugLifecycleState = t5; _._framework$_element = null; }, ScaffoldMessengerState_hideCurrentSnackBar_closure: function ScaffoldMessengerState_hideCurrentSnackBar_closure(t0, t1, t2) { @@ -29132,14 +29665,15 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - _BodyBoxConstraints: function _BodyBoxConstraints(t0, t1, t2, t3, t4, t5) { + _BodyBoxConstraints: function _BodyBoxConstraints(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.bottomWidgetsHeight = t0; _.appBarHeight = t1; - _.minWidth = t2; - _.maxWidth = t3; - _.minHeight = t4; - _.maxHeight = t5; + _.materialBannerHeight = t2; + _.minWidth = t3; + _.maxWidth = t4; + _.minHeight = t5; + _.maxHeight = t6; }, _BodyBuilder: function _BodyBuilder(t0, t1, t2, t3) { var _ = this; @@ -29148,7 +29682,7 @@ _.extendBodyBehindAppBar = t2; _.key = t3; }, - _ScaffoldLayout: function _ScaffoldLayout(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + _ScaffoldLayout: function _ScaffoldLayout(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _.extendBody = t0; _.extendBodyBehindAppBar = t1; @@ -29162,6 +29696,7 @@ _.floatingActionButtonMotionAnimator = t9; _.isSnackBarFloating = t10; _.snackBarWidth = t11; + _.extendBodyBehindMaterialBanner = t12; _._debugChildrenNeedingLayout = _._idToChild = null; }, _FloatingActionButtonTransition: function _FloatingActionButtonTransition(t0, t1, t2, t3, t4, t5) { @@ -29173,13 +29708,14 @@ _.currentController = t4; _.key = t5; }, - _FloatingActionButtonTransitionState: function _FloatingActionButtonTransitionState(t0, t1) { + _FloatingActionButtonTransitionState: function _FloatingActionButtonTransitionState(t0, t1, t2) { var _ = this; _.___FloatingActionButtonTransitionState__currentRotationAnimation = _.___FloatingActionButtonTransitionState__extendedCurrentScaleAnimation = _.___FloatingActionButtonTransitionState__currentScaleAnimation = _.___FloatingActionButtonTransitionState__previousRotationAnimation = _.___FloatingActionButtonTransitionState__previousScaleAnimation = _.___FloatingActionButtonTransitionState__previousController = $; _._previousChild = null; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure: function _FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure(t0, t1) { @@ -29198,9 +29734,9 @@ _.bottomNavigationBar = t7; _.key = t8; }, - ScaffoldState: function ScaffoldState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + ScaffoldState: function ScaffoldState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; - _._scaffold$_drawerKey = t0; + _._drawerKey = t0; _._endDrawerKey = t1; _._appBarMaxHeight = null; _._drawerOpened = t2; @@ -29222,8 +29758,9 @@ _.RestorationMixin__firstRestorePending = t11; _.RestorationMixin__currentParent = t12; _.TickerProviderStateMixin__tickers = t13; + _.TickerProviderStateMixin__tickerModeNotifier = t14; _._widget = null; - _._debugLifecycleState = t14; + _._debugLifecycleState = t15; _._framework$_element = null; }, ScaffoldState__drawerOpenedCallback_closure: function ScaffoldState__drawerOpenedCallback_closure(t0, t1) { @@ -29259,9 +29796,12 @@ ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure: function ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure(t0) { this.$this = t0; }, - ScaffoldState__buildBottomSheet_closure: function ScaffoldState__buildBottomSheet_closure(t0, t1) { - this._box_0 = t0; - this._removeCurrentBottomSheet = t1; + ScaffoldState__buildBottomSheet_closure: function ScaffoldState__buildBottomSheet_closure(t0, t1, t2, t3) { + var _ = this; + _._box_0 = t0; + _.$this = t1; + _.bottomSheet = t2; + _._removeCurrentBottomSheet = t3; }, ScaffoldState__buildBottomSheet_closure0: function ScaffoldState__buildBottomSheet_closure0(t0, t1, t2, t3, t4) { var _ = this; @@ -29283,7 +29823,7 @@ this.shouldDisposeAnimationController = t0; this.animationController = t1; }, - ScaffoldState_showBottomSheet_closure: function ScaffoldState_showBottomSheet_closure(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + ScaffoldState_showBottomSheet_closure: function ScaffoldState_showBottomSheet_closure(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.$this = t0; _.builder = t1; @@ -29293,8 +29833,9 @@ _.shape = t5; _.clipBehavior = t6; _.constraints = t7; - _.transitionAnimationController = t8; - _.T = t9; + _.enableDrag = t8; + _.transitionAnimationController = t9; + _.T = t10; }, ScaffoldState__moveFloatingActionButton_closure: function ScaffoldState__moveFloatingActionButton_closure(t0, t1, t2) { this._box_0 = t0; @@ -29383,24 +29924,25 @@ _.showTrackOnHover = t3; _.key = t4; }, - _MaterialScrollbar: function _MaterialScrollbar(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + _MaterialScrollbar: function _MaterialScrollbar(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; - _.showTrackOnHover = t0; - _.hoverThickness = t1; - _.child = t2; - _.controller = t3; - _.isAlwaysShown = t4; - _.radius = t5; - _.thickness = t6; - _.fadeDuration = t7; - _.timeToFade = t8; - _.pressDuration = t9; - _.notificationPredicate = t10; - _.interactive = t11; - _.scrollbarOrientation = t12; - _.key = t13; + _.trackVisibility = t0; + _.showTrackOnHover = t1; + _.hoverThickness = t2; + _.child = t3; + _.controller = t4; + _.isAlwaysShown = t5; + _.radius = t6; + _.thickness = t7; + _.fadeDuration = t8; + _.timeToFade = t9; + _.pressDuration = t10; + _.notificationPredicate = t11; + _.interactive = t12; + _.scrollbarOrientation = t13; + _.key = t14; }, - _MaterialScrollbarState: function _MaterialScrollbarState(t0, t1, t2) { + _MaterialScrollbarState: function _MaterialScrollbarState(t0, t1, t2, t3) { var _ = this; _.___MaterialScrollbarState__hoverAnimationController = $; _._scrollbar0$_hoverIsActive = _._dragIsActive = false; @@ -29411,10 +29953,14 @@ _._hoverIsActive = false; _.__RawScrollbarState_scrollbarPainter = $; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, + _MaterialScrollbarState__trackVisibility_closure: function _MaterialScrollbarState__trackVisibility_closure(t0) { + this.$this = t0; + }, _MaterialScrollbarState__thumbColor_closure: function _MaterialScrollbarState__thumbColor_closure(t0, t1, t2, t3) { var _ = this; _.$this = t0; @@ -29456,23 +30002,27 @@ ScrollbarThemeData__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>")); + return new A._LerpProperties5(a, b, t, lerpFunction, $T._eval$1("_LerpProperties5<0>")); }, - ScrollbarThemeData: function ScrollbarThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + _lerpBool(a, b, t) { + return t < 0.5 ? a : b; + }, + ScrollbarThemeData: function ScrollbarThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.thickness = t0; - _.showTrackOnHover = t1; - _.isAlwaysShown = t2; - _.interactive = t3; - _.radius = t4; - _.thumbColor = t5; - _.trackColor = t6; - _.trackBorderColor = t7; - _.crossAxisMargin = t8; - _.mainAxisMargin = t9; - _.minThumbLength = t10; + _.trackVisibility = t1; + _.showTrackOnHover = t2; + _.isAlwaysShown = t3; + _.interactive = t4; + _.radius = t5; + _.thumbColor = t6; + _.trackColor = t7; + _.trackBorderColor = t8; + _.crossAxisMargin = t9; + _.mainAxisMargin = t10; + _.minThumbLength = t11; }, - _LerpProperties4: function _LerpProperties4(t0, t1, t2, t3, t4) { + _LerpProperties5: function _LerpProperties5(t0, t1, t2, t3, t4) { var _ = this; _.a = t0; _.b = t1; @@ -29484,7 +30034,7 @@ }, _TextSpanEditingController$(textSpan) { var t1 = textSpan.toPlainText$1$includeSemanticsLabels(false); - return new A._TextSpanEditingController(textSpan, new A.TextEditingValue(t1, B.TextSelection_TbC, B.TextRange_m1_m1), A.List_List$filled(0, null, false, type$.nullable_void_Function)); + return new A._TextSpanEditingController(textSpan, new A.TextEditingValue(t1, B.TextSelection_ke5, B.TextRange_m1_m1), A.List_List$filled(0, null, false, type$.nullable_void_Function)); }, SelectableText$(data, style) { return new A.SelectableText(data, style, B.ToolbarOptions_true_false_false, null); @@ -29504,6 +30054,7 @@ _.delegate = t1; _._shouldShowSelectionToolbar = true; _._dragStartViewportOffset = 0; + _._isShiftTapping = false; }, SelectableText: function SelectableText(t0, t1, t2, t3) { var _ = this; @@ -29512,17 +30063,15 @@ _.toolbarOptions = t2; _.key = t3; }, - _SelectableTextState: function _SelectableTextState(t0, t1, t2) { + _SelectableTextState: function _SelectableTextState(t0, t1) { var _ = this; _.___SelectableTextState__controller = $; _._selectable_text$_focusNode = null; _._selectable_text$_showSelectionHandles = false; _.___SelectableTextState_forcePressEnabled = _.___SelectableTextState__selectionGestureDetectorBuilder = $; _.editableTextKey = t0; - _._lastSeenTextSelection = null; - _.AutomaticKeepAliveClientMixin__keepAliveHandle = t1; - _._widget = null; - _._debugLifecycleState = t2; + _._widget = _._lastSeenTextSelection = null; + _._debugLifecycleState = t1; _._framework$_element = null; }, _SelectableTextState__onControllerChanged_closure: function _SelectableTextState__onControllerChanged_closure(t0, t1) { @@ -29536,8 +30085,6 @@ _SelectableTextState_build_closure: function _SelectableTextState_build_closure(t0) { this.$this = t0; }, - __SelectableTextState_State_AutomaticKeepAliveClientMixin: function __SelectableTextState_State_AutomaticKeepAliveClientMixin() { - }, SliderThemeData: function SliderThemeData(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) { var _ = this; _.trackHeight = t0; @@ -29570,8 +30117,9 @@ }, _SliderThemeData_Object_Diagnosticable: function _SliderThemeData_Object_Diagnosticable() { }, - SnackBarClosedReason: function SnackBarClosedReason(t0) { - this._snack_bar$_name = t0; + SnackBarClosedReason: function SnackBarClosedReason(t0, t1) { + this.index = t0; + this._core$_name = t1; }, SnackBarThemeData: function SnackBarThemeData(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -29588,8 +30136,9 @@ Switch$(activeColor, activeThumbImage, activeTrackColor, autofocus, inactiveThumbColor, inactiveThumbImage, inactiveTrackColor, materialTapTargetSize, onChanged, value) { return new A.Switch(value, onChanged, activeColor, activeTrackColor, inactiveThumbColor, inactiveTrackColor, activeThumbImage, inactiveThumbImage, materialTapTargetSize, B._SwitchType_0, false, null); }, - _SwitchType: function _SwitchType(t0) { - this._switch$_name = t0; + _SwitchType: function _SwitchType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Switch: function Switch(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; @@ -29631,9 +30180,9 @@ _.size = t20; _.key = t21; }, - _MaterialSwitchState: function _MaterialSwitchState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + _MaterialSwitchState: function _MaterialSwitchState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; - _._switch$_painter = t0; + _._switch0$_painter = t0; _._needsPositionAnimation = false; _.ToggleableStateMixin___ToggleableStateMixin__positionController = t1; _.ToggleableStateMixin___ToggleableStateMixin__position = t2; @@ -29648,8 +30197,9 @@ _.ToggleableStateMixin__focused = t11; _.ToggleableStateMixin__hovering = t12; _.TickerProviderStateMixin__tickers = t13; + _.TickerProviderStateMixin__tickerModeNotifier = t14; _._widget = null; - _._debugLifecycleState = t14; + _._debugLifecycleState = t15; _._framework$_element = null; }, _MaterialSwitchState__widgetThumbColor_closure: function _MaterialSwitchState__widgetThumbColor_closure(t0) { @@ -29675,9 +30225,9 @@ }, _SwitchPainter: function _SwitchPainter(t0) { var _ = this; - _._cachedThumbPainter = _._cachedThumbErrorListener = _._cachedThumbImage = _._cachedThumbColor = _._trackInnerLength = _._isInteractive = _._surfaceColor = _._switch$_textDirection = _._switch$_configuration = _._inactiveTrackColor = _._activeTrackColor = _._onInactiveThumbImageError = _._inactiveThumbImage = _._onActiveThumbImageError = _._activeThumbImage = null; + _._cachedThumbPainter = _._cachedThumbErrorListener = _._cachedThumbImage = _._cachedThumbColor = _._trackInnerLength = _._isInteractive = _._surfaceColor = _._switch0$_textDirection = _._switch0$_configuration = _._inactiveTrackColor = _._activeTrackColor = _._onInactiveThumbImageError = _._inactiveThumbImage = _._onActiveThumbImageError = _._activeThumbImage = null; _._isPainting = false; - _._isHovered = _._isFocused = _._downPosition = _._splashRadius = _._toggleable$_focusColor = _._toggleable$_hoverColor = _._reactionColor = _._inactiveReactionColor = _._inactiveColor = _._activeColor = _._reactionHoverFade = _._reactionFocusFade = _._reaction = _._toggleable$_position = null; + _._isHovered = _._toggleable$_isFocused = _._downPosition = _._splashRadius = _._toggleable$_focusColor = _._toggleable$_hoverColor = _._reactionColor = _._inactiveReactionColor = _._inactiveColor = _._toggleable$_activeColor = _._reactionHoverFade = _._reactionFocusFade = _._reaction = _._toggleable$_position = null; _.ChangeNotifier__count = 0; _.ChangeNotifier__listeners = t0; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; @@ -29690,8 +30240,9 @@ SwitchListTile$(activeColor, dense, onChanged, secondary, subtitle, title, value) { return new A.SwitchListTile(value, onChanged, activeColor, title, subtitle, secondary, dense, null); }, - _SwitchListTileType: function _SwitchListTileType(t0) { - this._switch_list_tile$_name = t0; + _SwitchListTileType: function _SwitchListTileType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, SwitchListTile: function SwitchListTile(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -29710,7 +30261,7 @@ SwitchThemeData__lerpProperties(a, b, t, lerpFunction, $T) { if (a == null && b == null) return null; - return new A._LerpProperties(a, b, t, lerpFunction, $T._eval$1("_LerpProperties<0>")); + return new A._LerpProperties0(a, b, t, lerpFunction, $T._eval$1("_LerpProperties0<0>")); }, SwitchThemeData: function SwitchThemeData(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -29721,7 +30272,7 @@ _.overlayColor = t4; _.splashRadius = t5; }, - _LerpProperties: function _LerpProperties(t0, t1, t2, t3, t4) { + _LerpProperties0: function _LerpProperties0(t0, t1, t2, t3, t4) { var _ = this; _.a = t0; _.b = t1; @@ -29743,8 +30294,8 @@ }, _TabBarTheme_Object_Diagnosticable: function _TabBarTheme_Object_Diagnosticable() { }, - TabController$(initialIndex, $length, vsync) { - return new A.TabController(A.AnimationController$unbounded(null, initialIndex, vsync), $length, initialIndex, initialIndex, A.List_List$filled(0, null, false, type$.nullable_void_Function)); + TabController$(animationDuration, initialIndex, $length, vsync) { + return new A.TabController(A.AnimationController$unbounded(null, initialIndex, vsync), B.Duration_300000, $length, initialIndex, initialIndex, A.List_List$filled(0, null, false, type$.nullable_void_Function)); }, DefaultTabController$(child, $length) { return new A.DefaultTabController($length, child, null); @@ -29753,14 +30304,15 @@ var scope = context.dependOnInheritedWidgetOfExactType$1$0(type$._TabControllerScope); return scope == null ? null : scope.controller; }, - TabController: function TabController(t0, t1, t2, t3, t4) { + TabController: function TabController(t0, t1, t2, t3, t4, t5) { var _ = this; _._tab_controller$_animationController = t0; - _.length = t1; - _._tab_controller$_index = t2; - _._previousIndex = t3; + _._animationDuration = t1; + _.length = t2; + _._tab_controller$_index = t3; + _._previousIndex = t4; _.ChangeNotifier__count = _._indexIsChangingCount = 0; - _.ChangeNotifier__listeners = t4; + _.ChangeNotifier__listeners = t5; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, @@ -29779,12 +30331,13 @@ this.child = t1; this.key = t2; }, - _DefaultTabControllerState: function _DefaultTabControllerState(t0, t1) { + _DefaultTabControllerState: function _DefaultTabControllerState(t0, t1, t2) { var _ = this; _.___DefaultTabControllerState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, __DefaultTabControllerState_State_SingleTickerProviderStateMixin: function __DefaultTabControllerState_State_SingleTickerProviderStateMixin() { @@ -29809,7 +30362,7 @@ currentIndex = controller._tab_controller$_index; if (controller._indexIsChangingCount === 0) return B.JSNumber_methods.clamp$2(Math.abs(currentIndex - t1), 0, 1); - return Math.abs(B.JSNumber_methods.$sub(t1, currentIndex)) / Math.abs(currentIndex - previousIndex); + return Math.abs(t1 - currentIndex) / Math.abs(currentIndex - previousIndex); }, TabBar$(controller, indicatorColor, isScrollable, key, onTap, tabs) { return new A.TabBar(tabs, controller, isScrollable, indicatorColor, onTap, key); @@ -29839,11 +30392,11 @@ _._flex$_direction = t1; _._mainAxisAlignment = t2; _._mainAxisSize = t3; - _._flex$_crossAxisAlignment = t4; + _._crossAxisAlignment = t4; _._flex$_textDirection = t5; - _._flex$_verticalDirection = t6; + _._verticalDirection = t6; _._flex$_textBaseline = t7; - _._overflow = 0; + _._flex$_overflow = 0; _._flex$_clipBehavior = t8; _._flex$_clipRectLayer = t9; _.DebugOverflowIndicatorMixin__indicatorLabel = t10; @@ -29863,7 +30416,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t15; _._needsCompositingBitsUpdate = false; @@ -30002,9 +30555,10 @@ __DragAnimation_Animation_AnimationWithParentMixin: function __DragAnimation_Animation_AnimationWithParentMixin() { }, TextButton$(autofocus, child, onLongPress, onPressed, style) { - return new A.TextButton(onPressed, onLongPress, style, B.Clip_0, null, autofocus, child, null); + var _null = null; + return new A.TextButton(onPressed, onLongPress, _null, _null, style, B.Clip_0, _null, autofocus, child, _null); }, - TextButton_styleFrom(alignment, animationDuration, backgroundColor, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, maximumSize, minimumSize, onSurface, padding, primary, shadowColor, shape, side, splashFactory, tapTargetSize, textStyle, visualDensity) { + 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); @@ -30024,16 +30578,18 @@ 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, tapTargetSize, t1, visualDensity); }, - TextButton: function TextButton(t0, t1, t2, t3, t4, t5, t6, t7) { + TextButton: function TextButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.onPressed = t0; _.onLongPress = t1; - _.style = t2; - _.clipBehavior = t3; - _.focusNode = t4; - _.autofocus = t5; - _.child = t6; - _.key = t7; + _.onHover = t2; + _.onFocusChange = t3; + _.style = t4; + _.clipBehavior = t5; + _.focusNode = t6; + _.autofocus = t7; + _.child = t8; + _.key = t9; }, _TextButtonDefaultForeground: function _TextButtonDefaultForeground(t0, t1) { this.primary = t0; @@ -30083,6 +30639,7 @@ _.delegate = t1; _._shouldShowSelectionToolbar = true; _._dragStartViewportOffset = 0; + _._isShiftTapping = false; }, TextField: function TextField(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) { var _ = this; @@ -30163,18 +30720,21 @@ _TextFieldState_build_closure: function _TextFieldState_build_closure(t0) { this.$this = t0; }, - _TextFieldState_build_closure0: function _TextFieldState_build_closure0(t0, t1, t2) { + _TextFieldState_build_closure0: function _TextFieldState_build_closure0(t0) { + this.$this = t0; + }, + _TextFieldState_build_closure1: function _TextFieldState_build_closure1(t0, t1, t2) { this.$this = t0; this.focusNode = t1; this.controller = t2; }, - _TextFieldState_build_closure1: function _TextFieldState_build_closure1(t0) { + _TextFieldState_build_closure3: function _TextFieldState_build_closure3(t0) { this.$this = t0; }, - _TextFieldState_build_closure2: function _TextFieldState_build_closure2(t0) { + _TextFieldState_build_closure4: function _TextFieldState_build_closure4(t0) { this.$this = t0; }, - _TextFieldState_build_closure3: function _TextFieldState_build_closure3(t0, t1) { + _TextFieldState_build_closure2: function _TextFieldState_build_closure2(t0, t1) { this._box_0 = t0; this.$this = t1; }, @@ -30186,17 +30746,17 @@ __TextFieldState_State_RestorationMixin: function __TextFieldState_State_RestorationMixin() { }, TextFormField$(autocorrect, autofillHints, autofocus, autovalidateMode, controller, decoration, enabled, expands, focusNode, initialValue, inputFormatters, key, keyboardType, maxLines, minLines, obscureText, onChanged, onEditingComplete, onFieldSubmitted, onSaved, readOnly, restorationId, style, textAlign, textInputAction, validator) { - var t2, t3, _null = null, - t1 = autovalidateMode == null ? B.AutovalidateMode_0 : autovalidateMode; + var t1, t2, t3, _null = null; + if (controller != null) + t1 = controller._change_notifier$_value.text; + else + t1 = initialValue == null ? "" : initialValue; if (enabled == null) t2 = decoration == null ? _null : decoration.enabled; else t2 = enabled; - if (controller != null) - t3 = controller._change_notifier$_value.text; - else - t3 = initialValue == null ? "" : initialValue; - return new A.TextFormField(controller, onSaved, validator, new A.TextFormField_closure(decoration, onChanged, restorationId, focusNode, keyboardType, textInputAction, style, _null, textAlign, _null, _null, B.TextCapitalization_30, autofocus, _null, readOnly, _null, "\u2022", obscureText, autocorrect, _null, _null, true, true, _null, maxLines, minLines, expands, _null, _null, onEditingComplete, onFieldSubmitted, inputFormatters, enabled, 2, _null, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, true, _null, _null, autofillHints, _null, true), t3, t2 !== false, t1, restorationId, key); + 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, _null, _null, B.TextCapitalization_30, autofocus, _null, readOnly, _null, "\u2022", obscureText, autocorrect, _null, _null, true, true, _null, maxLines, minLines, expands, _null, _null, onEditingComplete, onFieldSubmitted, inputFormatters, enabled, 2, _null, _null, _null, B.EdgeInsets_20_20_20_20, _null, _null, true, _null, _null, autofillHints, _null, true), t1, t2 !== false, t3, restorationId, key); }, TextFormField: function TextFormField(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -30300,8 +30860,8 @@ TextSelectionTheme_of(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.TextSelectionTheme); - t1 = A.Theme_of(context); - return t1.textSelectionTheme; + t1 = A.Theme_of(context).textSelectionTheme; + return t1; }, TextSelectionThemeData: function TextSelectionThemeData(t0, t1, t2) { this.cursorColor = t0; @@ -30310,52 +30870,74 @@ }, _TextSelectionThemeData_Object_Diagnosticable: function _TextSelectionThemeData_Object_Diagnosticable() { }, - TextTheme_lerp(a, b, t) { - var t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, _null = null, - t1 = a == null, - t2 = t1 ? _null : a.headline1, - t3 = b == null; - t2 = A.TextStyle_lerp(t2, t3 ? _null : b.headline1, t); - t4 = t1 ? _null : a.headline2; - t4 = A.TextStyle_lerp(t4, t3 ? _null : b.headline2, t); - t5 = t1 ? _null : a.headline3; - t5 = A.TextStyle_lerp(t5, t3 ? _null : b.headline3, t); - t6 = t1 ? _null : a.headline4; - t6 = A.TextStyle_lerp(t6, t3 ? _null : b.headline4, t); - t7 = t1 ? _null : a.headline5; - t7 = A.TextStyle_lerp(t7, t3 ? _null : b.headline5, t); - t8 = t1 ? _null : a.headline6; - t8 = A.TextStyle_lerp(t8, t3 ? _null : b.headline6, t); - t9 = t1 ? _null : a.subtitle1; - t9 = A.TextStyle_lerp(t9, t3 ? _null : b.subtitle1, t); - t10 = t1 ? _null : a.subtitle2; - t10 = A.TextStyle_lerp(t10, t3 ? _null : b.subtitle2, t); - t11 = t1 ? _null : a.bodyText1; - t11 = A.TextStyle_lerp(t11, t3 ? _null : b.bodyText1, t); - t12 = t1 ? _null : a.bodyText2; - t12 = A.TextStyle_lerp(t12, t3 ? _null : b.bodyText2, t); - t13 = t1 ? _null : a.caption; - t13 = A.TextStyle_lerp(t13, t3 ? _null : b.caption, t); - t14 = t1 ? _null : a.button; - t14 = A.TextStyle_lerp(t14, t3 ? _null : b.button, t); - t1 = t1 ? _null : a.overline; - return new A.TextTheme(t2, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, A.TextStyle_lerp(t1, t3 ? _null : b.overline, t)); + TextTheme$(bodyLarge, bodyMedium, bodySmall, displayLarge, displayMedium, displaySmall, headlineLarge, headlineMedium, headlineSmall, labelLarge, labelMedium, labelSmall, titleLarge, titleMedium, titleSmall) { + var _null = null, + t1 = displayLarge == null ? _null : displayLarge, + t2 = displayMedium == null ? _null : displayMedium, + t3 = displaySmall == null ? _null : displaySmall, + t4 = headlineMedium == null ? _null : headlineMedium, + t5 = headlineSmall == null ? _null : headlineSmall, + t6 = titleLarge == null ? _null : titleLarge, + t7 = titleMedium == null ? _null : titleMedium, + t8 = titleSmall == null ? _null : titleSmall, + t9 = bodyLarge == null ? _null : bodyLarge, + t10 = bodyMedium == null ? _null : bodyMedium, + t11 = bodySmall == null ? _null : bodySmall, + t12 = labelLarge == null ? _null : labelLarge; + return new A.TextTheme(t1, t2, t3, headlineLarge, t4, t5, t6, t7, t8, t9, t10, t11, t12, labelMedium, labelSmall == null ? _null : labelSmall); }, - TextTheme: function TextTheme(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + TextTheme_lerp(a, b, t) { + var t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, _null = null, + t1 = a == null, + t2 = t1 ? _null : a.displayLarge, + t3 = b == null; + t2 = A.TextStyle_lerp(t2, t3 ? _null : b.displayLarge, t); + t4 = t1 ? _null : a.displayMedium; + t4 = A.TextStyle_lerp(t4, t3 ? _null : b.displayMedium, t); + t5 = t1 ? _null : a.displaySmall; + t5 = A.TextStyle_lerp(t5, t3 ? _null : b.displaySmall, t); + t6 = t1 ? _null : a.headlineLarge; + t6 = A.TextStyle_lerp(t6, t3 ? _null : b.headlineLarge, t); + t7 = t1 ? _null : a.headlineMedium; + t7 = A.TextStyle_lerp(t7, t3 ? _null : b.headlineMedium, t); + t8 = t1 ? _null : a.headlineSmall; + t8 = A.TextStyle_lerp(t8, t3 ? _null : b.headlineSmall, t); + t9 = t1 ? _null : a.titleLarge; + t9 = A.TextStyle_lerp(t9, t3 ? _null : b.titleLarge, t); + t10 = t1 ? _null : a.titleMedium; + t10 = A.TextStyle_lerp(t10, t3 ? _null : b.titleMedium, t); + t11 = t1 ? _null : a.titleSmall; + t11 = A.TextStyle_lerp(t11, t3 ? _null : b.titleSmall, t); + t12 = t1 ? _null : a.bodyLarge; + t12 = A.TextStyle_lerp(t12, t3 ? _null : b.bodyLarge, t); + t13 = t1 ? _null : a.bodyMedium; + t13 = A.TextStyle_lerp(t13, t3 ? _null : b.bodyMedium, t); + t14 = t1 ? _null : a.bodySmall; + t14 = A.TextStyle_lerp(t14, t3 ? _null : b.bodySmall, t); + t15 = t1 ? _null : a.labelLarge; + t15 = A.TextStyle_lerp(t15, t3 ? _null : b.labelLarge, t); + t16 = t1 ? _null : a.labelMedium; + t16 = A.TextStyle_lerp(t16, t3 ? _null : b.labelMedium, t); + t1 = t1 ? _null : a.labelSmall; + return A.TextTheme$(t12, t13, t14, t2, t4, t5, t6, t7, t8, t15, t16, A.TextStyle_lerp(t1, t3 ? _null : b.labelSmall, t), t9, t10, t11); + }, + TextTheme: function TextTheme(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; - _.headline1 = t0; - _.headline2 = t1; - _.headline3 = t2; - _.headline4 = t3; - _.headline5 = t4; - _.headline6 = t5; - _.subtitle1 = t6; - _.subtitle2 = t7; - _.bodyText1 = t8; - _.bodyText2 = t9; - _.caption = t10; - _.button = t11; - _.overline = t12; + _.displayLarge = t0; + _.displayMedium = t1; + _.displaySmall = t2; + _.headlineLarge = t3; + _.headlineMedium = t4; + _.headlineSmall = t5; + _.titleLarge = t6; + _.titleMedium = t7; + _.titleSmall = t8; + _.bodyLarge = t9; + _.bodyMedium = t10; + _.bodySmall = t11; + _.labelLarge = t12; + _.labelMedium = t13; + _.labelSmall = t14; }, _TextTheme_Object_Diagnosticable: function _TextTheme_Object_Diagnosticable() { }, @@ -30394,19 +30976,38 @@ _.onEnd = t4; _.key = t5; }, - _AnimatedThemeState: function _AnimatedThemeState(t0, t1) { + _AnimatedThemeState: function _AnimatedThemeState(t0, t1, t2) { var _ = this; _._theme$_data = null; _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _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 t1, _brightness, isDark, visualDensity, primaryColorBrightness, primaryIsDark, toggleableActiveColor, accentColor, accentColorBrightness, accentIsDark, dividerColor, selectedRowColor, secondaryHeaderColor, textSelectionColor, textSelectionHandleColor, dialogBackgroundColor, hintColor, errorColor, primaryIconTheme, accentIconTheme, platform, typography, defaultTextTheme, defaultPrimaryTextTheme, defaultAccentTextTheme, textTheme, primaryTextTheme, accentTextTheme, materialTapTargetSize, buttonColor, focusColor, hoverColor, buttonTheme, disabledColor, highlightColor, splashColor, t2, chipTheme, _null = null; + var materialTapTargetSize, visualDensity, t1, _brightness, isDark, _primaryColorBrightness, primaryIsDark, toggleableActiveColor, accentColor, accentColorBrightness, accentIsDark, focusColor, hoverColor, dividerColor, t2, secondaryHeaderColor, dialogBackgroundColor, hintColor, t3, buttonTheme, disabledColor, highlightColor, splashColor, typography, defaultTextTheme, defaultPrimaryTextTheme, defaultAccentTextTheme, textTheme, primaryTextTheme, primaryIconTheme, textSelectionColor, textSelectionHandleColor, accentTextTheme, accentIconTheme, buttonColor, _null = null, + platform = A.defaultTargetPlatform(); + switch (platform) { + case B.TargetPlatform_0: + case B.TargetPlatform_1: + case B.TargetPlatform_2: + materialTapTargetSize = B.MaterialTapTargetSize_0; + break; + case B.TargetPlatform_3: + case B.TargetPlatform_4: + case B.TargetPlatform_5: + materialTapTargetSize = B.MaterialTapTargetSize_1; + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + if (pageTransitionsTheme == null) + pageTransitionsTheme = B.PageTransitionsTheme_Map_3hES6; + visualDensity = A.VisualDensity_adaptivePlatformDensity(); if (brightness == null) { t1 = colorScheme == null ? _null : colorScheme.brightness; _brightness = t1; @@ -30415,7 +31016,6 @@ if (_brightness == null) _brightness = B.Brightness_1; isDark = _brightness === B.Brightness_0; - visualDensity = A.VisualDensity_adaptivePlatformDensity(); if (primaryColor == null) if (isDark) { t1 = B.Map_HFpTk.$index(0, 900); @@ -30423,7 +31023,7 @@ primaryColor = t1; } else primaryColor = B.MaterialColor_Map_JNwaj_4280391411; - primaryColorBrightness = A.ThemeData_estimateBrightnessForColor(primaryColor); + _primaryColorBrightness = A.ThemeData_estimateBrightnessForColor(primaryColor); if (primaryColorLight == null) if (isDark) { t1 = B.Map_HFpTk.$index(0, 500); @@ -30442,7 +31042,7 @@ t1.toString; primaryColorDark = t1; } - primaryIsDark = primaryColorBrightness === B.Brightness_0; + primaryIsDark = _primaryColorBrightness === B.Brightness_0; if (isDark) { t1 = B.Map_iTYZn.$index(0, 200); t1.toString; @@ -30463,6 +31063,8 @@ } accentColorBrightness = A.ThemeData_estimateBrightnessForColor(accentColor); 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); if (canvasColor == null) if (isDark) { t1 = B.Map_HFpTk.$index(0, 850); @@ -30494,63 +31096,49 @@ colorScheme = A.ColorScheme_ColorScheme$fromSwatch(accentColor, backgroundColor, _brightness, cardColor, _null, primaryColorDark, B.MaterialColor_Map_JNwaj_4280391411); t1 = B.Map_HFpTk.$index(0, 100); t1.toString; - selectedRowColor = t1; if (unselectedWidgetColor == null) unselectedWidgetColor = isDark ? B.Color_3019898879 : B.Color_2315255808; if (isDark) { - t1 = B.Map_HFpTk.$index(0, 700); - t1.toString; - secondaryHeaderColor = t1; + t2 = B.Map_HFpTk.$index(0, 700); + t2.toString; + secondaryHeaderColor = t2; } else { - t1 = B.Map_JNwaj.$index(0, 50); - t1.toString; - secondaryHeaderColor = t1; - } - if (isDark) - textSelectionColor = accentColor; - else { - t1 = B.Map_JNwaj.$index(0, 200); - t1.toString; - textSelectionColor = t1; - } - if (isDark) { - t1 = B.Map_iTYZn.$index(0, 400); - t1.toString; - textSelectionHandleColor = t1; - } else { - t1 = B.Map_JNwaj.$index(0, 300); - t1.toString; - textSelectionHandleColor = t1; + t2 = B.Map_JNwaj.$index(0, 50); + t2.toString; + secondaryHeaderColor = t2; } if (backgroundColor == null) if (isDark) { - t1 = B.Map_HFpTk.$index(0, 700); - t1.toString; - backgroundColor = t1; + t2 = B.Map_HFpTk.$index(0, 700); + t2.toString; + backgroundColor = t2; } else { - t1 = B.Map_JNwaj.$index(0, 200); - t1.toString; - backgroundColor = t1; + t2 = B.Map_JNwaj.$index(0, 200); + t2.toString; + backgroundColor = t2; } if (isDark) { - t1 = B.Map_HFpTk.$index(0, 800); - t1.toString; - dialogBackgroundColor = t1; + t2 = B.Map_HFpTk.$index(0, 800); + t2.toString; + dialogBackgroundColor = t2; } else dialogBackgroundColor = B.Color_4294967295; if (indicatorColor == null) indicatorColor = accentColor.$eq(0, primaryColor) ? B.Color_4294967295 : accentColor; hintColor = isDark ? B.Color_2583691263 : A.Color$fromARGB(153, 0, 0, 0); - t1 = B.Map_JNc9P.$index(0, 700); - t1.toString; - errorColor = t1; - if (pageTransitionsTheme == null) - pageTransitionsTheme = B.PageTransitionsTheme_Map_23gMT; - primaryIconTheme = primaryIsDark ? B.IconThemeData_Color_4294967295_null_null : B.IconThemeData_Color_4278190080_null_null; - accentIconTheme = accentIsDark ? B.IconThemeData_Color_4294967295_null_null : B.IconThemeData_Color_4278190080_null_null; - if (iconTheme == null) - iconTheme = isDark ? B.IconThemeData_Color_4294967295_null_null : B.IconThemeData_Color_3707764736_null_null; - platform = A.defaultTargetPlatform(); + t2 = B.Map_JNc9P.$index(0, 700); + t2.toString; + if (isDark) { + t3 = B.Map_JNwaj.$index(0, 600); + t3.toString; + } else { + t3 = B.Map_HFpTk.$index(0, 300); + t3.toString; + } + buttonTheme = A.ButtonThemeData$(false, t3, colorScheme, _null, focusColor, 36, _null, hoverColor, B.ButtonBarLayoutBehavior_1, materialTapTargetSize, 88, _null, _null, _null, B.ButtonTextTheme_0); + disabledColor = isDark ? B.Color_1660944383 : B.Color_1627389952; + highlightColor = isDark ? B.Color_1087163596 : B.Color_1723645116; + splashColor = isDark ? B.Color_1087163596 : B.Color_1724434632; typography = A.Typography_Typography$material2014(platform); defaultTextTheme = isDark ? typography.white : typography.black; defaultPrimaryTextTheme = primaryIsDark ? typography.white : typography.black; @@ -30562,58 +31150,50 @@ } textTheme = defaultTextTheme.merge$1(_null); primaryTextTheme = defaultPrimaryTextTheme.merge$1(_null); - accentTextTheme = defaultAccentTextTheme.merge$1(_null); - switch (platform) { - case B.TargetPlatform_0: - case B.TargetPlatform_1: - case B.TargetPlatform_2: - materialTapTargetSize = B.MaterialTapTargetSize_0; - break; - case B.TargetPlatform_3: - case B.TargetPlatform_4: - case B.TargetPlatform_5: - materialTapTargetSize = B.MaterialTapTargetSize_1; - break; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } - if (isDark) { - t1 = B.Map_JNwaj.$index(0, 600); - t1.toString; - buttonColor = t1; - } else { - t1 = B.Map_HFpTk.$index(0, 300); - t1.toString; - buttonColor = t1; - } - 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); - buttonTheme = A.ButtonThemeData$(false, buttonColor, colorScheme, _null, focusColor, 36, _null, hoverColor, B.ButtonBarLayoutBehavior_1, materialTapTargetSize, 88, _null, _null, _null, B.ButtonTextTheme_0); - disabledColor = isDark ? B.Color_1660944383 : B.Color_1627389952; - highlightColor = isDark ? B.Color_1087163596 : B.Color_1723645116; - splashColor = isDark ? B.Color_1087163596 : B.Color_1724434632; - if (tabBarTheme == null) - tabBarTheme = B.TabBarTheme_Srx; + if (iconTheme == null) + iconTheme = isDark ? B.IconThemeData_Color_4294967295_null_null : B.IconThemeData_Color_3707764736_null_null; + primaryIconTheme = primaryIsDark ? B.IconThemeData_Color_4294967295_null_null : B.IconThemeData_Color_4278190080_null_null; if (appBarTheme == null) appBarTheme = B.AppBarTheme_6cf; - if (isDark) { - t1 = B.Map_iTYZn.$index(0, 200); - t1.toString; - } else - t1 = primaryColor; - t2 = textTheme.bodyText1; - t2.toString; - chipTheme = A.ChipThemeData_ChipThemeData$fromDefaults(colorScheme.brightness, t2, t1); - if (textButtonTheme == null) - textButtonTheme = B.TextButtonThemeData_null; if (outlinedButtonTheme == null) outlinedButtonTheme = B.OutlinedButtonThemeData_null; + if (tabBarTheme == null) + tabBarTheme = B.TabBarTheme_Srx; + if (textButtonTheme == null) + textButtonTheme = B.TextButtonThemeData_null; if (textSelectionTheme == null) textSelectionTheme = B.TextSelectionThemeData_null_null_null; - return A.ThemeData$raw(accentColor, accentColorBrightness, accentIconTheme, accentTextTheme, _null, appBarTheme, false, backgroundColor, B.MaterialBannerThemeData_null_null_null_null, bottomAppBarColor, B.BottomAppBarTheme_null_null_null, B.BottomNavigationBarThemeData_aBG, B.BottomSheetThemeData_OEE, B.ButtonBarThemeData_A0t, buttonColor, buttonTheme, canvasColor, cardColor, B.CardTheme_hKX, B.CheckboxThemeData_EkK, chipTheme, colorScheme, _null, B.Color_4282549748, B.DataTableThemeData_SL9, dialogBackgroundColor, B.DialogTheme_zPV, disabledColor, dividerColor, B.DividerThemeData_Tnu, B.DrawerThemeData_null_null_null_null, B.ElevatedButtonThemeData_null, errorColor, true, B.FloatingActionButtonThemeData_ebz, focusColor, highlightColor, hintColor, hoverColor, iconTheme, indicatorColor, B.C_InputDecorationTheme, materialTapTargetSize, B.NavigationRailThemeData_U06, outlinedButtonTheme, pageTransitionsTheme, platform, B.PopupMenuThemeData_XJe, primaryColor, primaryColorBrightness, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, B.ProgressIndicatorThemeData_Z49, B.RadioThemeData_gDe, scaffoldBackgroundColor, B.ScrollbarThemeData_I7P, secondaryHeaderColor, selectedRowColor, B.Color_4278190080, B.SliderThemeData_Q5Z, 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, true, visualDensity); + if (isDark) + textSelectionColor = accentColor; + else { + t3 = B.Map_JNwaj.$index(0, 200); + t3.toString; + textSelectionColor = t3; + } + if (isDark) { + t3 = B.Map_iTYZn.$index(0, 400); + t3.toString; + textSelectionHandleColor = t3; + } else { + t3 = B.Map_JNwaj.$index(0, 300); + t3.toString; + textSelectionHandleColor = t3; + } + accentTextTheme = defaultAccentTextTheme.merge$1(_null); + accentIconTheme = accentIsDark ? B.IconThemeData_Color_4294967295_null_null : B.IconThemeData_Color_4278190080_null_null; + if (isDark) { + t3 = B.Map_JNwaj.$index(0, 600); + t3.toString; + buttonColor = t3; + } else { + t3 = B.Map_HFpTk.$index(0, 300); + t3.toString; + buttonColor = t3; + } + return A.ThemeData$raw(accentColor, accentColorBrightness, accentIconTheme, accentTextTheme, _null, appBarTheme, false, backgroundColor, B.MaterialBannerThemeData_6JY, bottomAppBarColor, B.BottomAppBarTheme_null_null_null, B.BottomNavigationBarThemeData_aBG, B.BottomSheetThemeData_OEE, B.ButtonBarThemeData_A0t, buttonColor, buttonTheme, canvasColor, cardColor, B.CardTheme_hKX, 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_null_null_null_null, B.ElevatedButtonThemeData_null, t2, true, B.FloatingActionButtonThemeData_ebz, focusColor, highlightColor, hintColor, hoverColor, iconTheme, indicatorColor, B.C_InputDecorationTheme, B.ListTileThemeData_b9P, materialTapTargetSize, B.NavigationBarThemeData_Jeh, B.NavigationRailThemeData_Tlj, outlinedButtonTheme, pageTransitionsTheme, platform, B.PopupMenuThemeData_XJe, primaryColor, _primaryColorBrightness, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, B.ProgressIndicatorThemeData_Z49, B.RadioThemeData_gDe, scaffoldBackgroundColor, B.ScrollbarThemeData_NUU, secondaryHeaderColor, t1, B.Color_4278190080, B.SliderThemeData_Q5Z, 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); }, - 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, fixTextFieldOutlineLabel, floatingActionButtonTheme, focusColor, highlightColor, hintColor, hoverColor, iconTheme, indicatorColor, inputDecorationTheme, materialTapTargetSize, 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, useTextSelectionTheme, visualDensity) { - return new A.ThemeData(visualDensity, primaryColor, primaryColorBrightness, primaryColorLight, primaryColorDark, canvasColor, shadowColor, accentColor, accentColorBrightness, scaffoldBackgroundColor, bottomAppBarColor, cardColor, dividerColor, focusColor, hoverColor, highlightColor, splashColor, splashFactory, selectedRowColor, unselectedWidgetColor, disabledColor, buttonTheme, toggleButtonsTheme, buttonColor, secondaryHeaderColor, textSelectionColor, cursorColor, textSelectionHandleColor, backgroundColor, dialogBackgroundColor, indicatorColor, hintColor, errorColor, toggleableActiveColor, textTheme, primaryTextTheme, accentTextTheme, inputDecorationTheme, iconTheme, primaryIconTheme, accentIconTheme, sliderTheme, tabBarTheme, tooltipTheme, cardTheme, chipTheme, platform, materialTapTargetSize, false, pageTransitionsTheme, appBarTheme, scrollbarTheme, bottomAppBarTheme, colorScheme, snackBarTheme, dialogTheme, floatingActionButtonTheme, navigationRailTheme, typography, cupertinoOverrideTheme, bottomSheetTheme, popupMenuTheme, bannerTheme, dividerTheme, buttonBarTheme, bottomNavigationBarTheme, timePickerTheme, textButtonTheme, elevatedButtonTheme, outlinedButtonTheme, textSelectionTheme, dataTableTheme, checkboxTheme, radioTheme, switchTheme, progressIndicatorTheme, drawerTheme, true, true, androidOverscrollIndicator); + 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, 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, 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, true, textSelectionColor, cursorColor, textSelectionHandleColor, accentColor, accentColorBrightness, accentTextTheme, accentIconTheme, buttonColor, true, primaryColorBrightness); }, ThemeData_ThemeData$fallback() { var _null = null; @@ -30646,91 +31226,95 @@ } return B.VisualDensity_0_0; }, - MaterialTapTargetSize: function MaterialTapTargetSize(t0) { - this._theme_data$_name = t0; + MaterialTapTargetSize: function MaterialTapTargetSize(t0, t1) { + 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) { + 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) { var _ = this; - _.visualDensity = t0; - _.primaryColor = t1; - _.primaryColorBrightness = t2; - _.primaryColorLight = t3; - _.primaryColorDark = t4; - _.canvasColor = t5; - _.shadowColor = t6; - _.accentColor = t7; - _.accentColorBrightness = t8; - _.scaffoldBackgroundColor = t9; - _.bottomAppBarColor = t10; - _.cardColor = t11; - _.dividerColor = t12; - _.focusColor = t13; - _.hoverColor = t14; - _.highlightColor = t15; - _.splashColor = t16; - _.splashFactory = t17; - _.selectedRowColor = t18; - _.unselectedWidgetColor = t19; - _.disabledColor = t20; - _.buttonTheme = t21; - _.toggleButtonsTheme = t22; - _.buttonColor = t23; - _.secondaryHeaderColor = t24; - _.textSelectionColor = t25; - _.cursorColor = t26; - _.textSelectionHandleColor = t27; - _.backgroundColor = t28; - _.dialogBackgroundColor = t29; - _.indicatorColor = t30; - _.hintColor = t31; - _.errorColor = t32; - _.toggleableActiveColor = t33; - _.textTheme = t34; - _.primaryTextTheme = t35; - _.accentTextTheme = t36; - _.inputDecorationTheme = t37; + _.androidOverscrollIndicator = t0; + _.applyElevationOverlayColor = t1; + _.cupertinoOverrideTheme = t2; + _.inputDecorationTheme = t3; + _.materialTapTargetSize = t4; + _.pageTransitionsTheme = t5; + _.platform = t6; + _.scrollbarTheme = t7; + _.splashFactory = t8; + _.visualDensity = t9; + _.useMaterial3 = t10; + _.colorScheme = t11; + _.primaryColor = t12; + _.primaryColorLight = t13; + _.primaryColorDark = t14; + _.focusColor = t15; + _.hoverColor = t16; + _.shadowColor = t17; + _.canvasColor = t18; + _.scaffoldBackgroundColor = t19; + _.bottomAppBarColor = t20; + _.cardColor = t21; + _.dividerColor = t22; + _.highlightColor = t23; + _.splashColor = t24; + _.selectedRowColor = t25; + _.unselectedWidgetColor = t26; + _.disabledColor = t27; + _.secondaryHeaderColor = t28; + _.backgroundColor = t29; + _.dialogBackgroundColor = t30; + _.indicatorColor = t31; + _.hintColor = t32; + _.errorColor = t33; + _.toggleableActiveColor = t34; + _.typography = t35; + _.textTheme = t36; + _.primaryTextTheme = t37; _.iconTheme = t38; _.primaryIconTheme = t39; - _.accentIconTheme = t40; - _.sliderTheme = t41; - _.tabBarTheme = t42; - _.tooltipTheme = t43; - _.cardTheme = t44; - _.chipTheme = t45; - _.platform = t46; - _.materialTapTargetSize = t47; - _.applyElevationOverlayColor = t48; - _.pageTransitionsTheme = t49; - _.appBarTheme = t50; - _.scrollbarTheme = t51; - _.bottomAppBarTheme = t52; - _.colorScheme = t53; - _.snackBarTheme = t54; - _.dialogTheme = t55; - _.floatingActionButtonTheme = t56; - _.navigationRailTheme = t57; - _.typography = t58; - _.cupertinoOverrideTheme = t59; - _.bottomSheetTheme = t60; - _.popupMenuTheme = t61; - _.bannerTheme = t62; - _.dividerTheme = t63; - _.buttonBarTheme = t64; - _.bottomNavigationBarTheme = t65; - _.timePickerTheme = t66; + _.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; + _.floatingActionButtonTheme = t55; + _.listTileTheme = t56; + _.navigationBarTheme = t57; + _.navigationRailTheme = t58; + _.outlinedButtonTheme = t59; + _.popupMenuTheme = t60; + _.progressIndicatorTheme = t61; + _.radioTheme = t62; + _.sliderTheme = t63; + _.snackBarTheme = t64; + _.switchTheme = t65; + _.tabBarTheme = t66; _.textButtonTheme = t67; - _.elevatedButtonTheme = t68; - _.outlinedButtonTheme = t69; - _.textSelectionTheme = t70; - _.dataTableTheme = t71; - _.checkboxTheme = t72; - _.radioTheme = t73; - _.switchTheme = t74; - _.progressIndicatorTheme = t75; - _.drawerTheme = t76; - _.fixTextFieldOutlineLabel = t77; - _.useTextSelectionTheme = t78; - _.androidOverscrollIndicator = t79; + _.textSelectionTheme = t68; + _.timePickerTheme = t69; + _.toggleButtonsTheme = t70; + _.tooltipTheme = t71; + _.useTextSelectionTheme = t72; + _.textSelectionColor = t73; + _.cursorColor = t74; + _.textSelectionHandleColor = t75; + _.accentColor = t76; + _.accentColorBrightness = t77; + _.accentTextTheme = t78; + _.accentIconTheme = t79; + _.buttonColor = t80; + _.fixTextFieldOutlineLabel = t81; + _.primaryColorBrightness = t82; }, ThemeData_localize_closure: function ThemeData_localize_closure(t0, t1) { this.baseTheme = t0; @@ -30753,7 +31337,7 @@ this.localTextGeometry = t1; }, _FifoCache: function _FifoCache(t0, t1, t2) { - this._theme_data$_cache = t0; + this._cache = t0; this._maximumSize = t1; this.$ti = t2; }, @@ -30766,22 +31350,23 @@ _VisualDensity_Object_Diagnosticable: function _VisualDensity_Object_Diagnosticable() { }, hourFormat(of) { - switch (of) { - case B.TimeOfDayFormat_4: - case B.TimeOfDayFormat_5: + switch (of.index) { + case 4: + case 5: return B.HourFormat_2; - case B.TimeOfDayFormat_3: + case 3: return B.HourFormat_1; - case B.TimeOfDayFormat_1: - case B.TimeOfDayFormat_0: - case B.TimeOfDayFormat_2: + case 1: + case 0: + case 2: return B.HourFormat_0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - DayPeriod: function DayPeriod(t0) { - this._time$_name = t0; + DayPeriod: function DayPeriod(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TimeOfDay: function TimeOfDay(t0, t1) { this.hour = t0; @@ -30800,11 +31385,13 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - TimeOfDayFormat: function TimeOfDayFormat(t0) { - this._time$_name = t0; + TimeOfDayFormat: function TimeOfDayFormat(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - HourFormat: function HourFormat(t0) { - this._time$_name = t0; + HourFormat: function HourFormat(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _DayPeriodInputPadding$(child, minSize, orientation) { return new A._DayPeriodInputPadding(minSize, orientation, child, null); @@ -30839,11 +31426,11 @@ }, _TimePickerMode: function _TimePickerMode(t0, t1) { this.index = t0; - this._time_picker0$_name = t1; + this._core$_name = t1; }, TimePickerEntryMode: function TimePickerEntryMode(t0, t1) { this.index = t0; - this._time_picker0$_name = t1; + this._core$_name = t1; }, _TimePickerFragmentContext: function _TimePickerFragmentContext(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -30952,7 +31539,7 @@ _RenderInputPadding1: function _RenderInputPadding1(t0, t1, t2, t3) { var _ = this; _.orientation = t0; - _._minSize = t1; + _._time_picker0$_minSize = t1; _.RenderObjectWithChildMixin__child = t2; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; @@ -30966,7 +31553,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -31014,14 +31601,15 @@ _.onHourSelected = t4; _.key = t5; }, - _DialState: function _DialState(t0, t1) { + _DialState: function _DialState(t0, t1, t2) { var _ = this; _.___DialState__thetaController = _.___DialState__theta = _.___DialState__thetaTween = _.___DialState_media = _.___DialState_localizations = _.___DialState_themeData = $; _._time_picker0$_dragging = false; _._time_picker0$_center = _._time_picker0$_position = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _DialState_initState_closure: function _DialState_initState_closure(t0) { @@ -31173,6 +31761,17 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, + _RestorableAutovalidateMode0: function _RestorableAutovalidateMode0(t0, t1) { + var _ = this; + _._time_picker0$_defaultValue = t0; + _._restoration_properties$_value = null; + _._restoration0$_disposed = false; + _._restoration0$_owner = _._restoration0$_restorationId = null; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t1; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, _RestorableTimePickerModeN: function _RestorableTimePickerModeN(t0, t1) { var _ = this; _._time_picker0$_defaultValue = t0; @@ -31190,7 +31789,7 @@ _.___TimePickerDialogState__entryMode = $; _._time_picker0$_mode = t1; _._lastModeAnnounced = t2; - _._time_picker0$_autoValidate = t3; + _._time_picker0$_autovalidateMode = t3; _._autofocusHour = t4; _._autofocusMinute = t5; _._announcedInitialTime = t6; @@ -31250,8 +31849,8 @@ TimePickerTheme_of(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.TimePickerTheme); - t1 = A.Theme_of(context); - return t1.timePickerTheme; + t1 = A.Theme_of(context).timePickerTheme; + return t1; }, TimePickerThemeData: function TimePickerThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { var _ = this; @@ -31347,7 +31946,7 @@ _SelectToggleButtonRenderObject: function _SelectToggleButtonRenderObject(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _._toggle_buttons$_direction = t0; - _._verticalDirection = t1; + _._toggle_buttons$_verticalDirection = t1; _._leadingBorderSide = t2; _._borderSide = t3; _._trailingBorderSide = t4; @@ -31368,7 +31967,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; @@ -31380,6 +31979,46 @@ _._depth = 0; _._node$_parent = _._node$_owner = null; }, + _InputPadding1: function _InputPadding1(t0, t1, t2, t3) { + var _ = this; + _.minSize = t0; + _.direction = t1; + _.child = t2; + _.key = t3; + }, + _RenderInputPadding2: function _RenderInputPadding2(t0, t1, t2, t3) { + var _ = this; + _._toggle_buttons$_minSize = t0; + _._toggle_buttons$_direction = 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; + _._object$_constraints = null; + _._debugDoingThisPaint = false; + _._layerHandle = t3; + _._needsCompositingBitsUpdate = false; + _.__RenderObject__needsCompositing = $; + _._needsPaint = true; + _._cachedSemanticsConfiguration = null; + _._needsSemanticsUpdate = true; + _._semantics = null; + _._depth = 0; + _._node$_parent = _._node$_owner = null; + }, + _RenderInputPadding_hitTest_closure2: function _RenderInputPadding_hitTest_closure2(t0, t1) { + this._box_0 = t0; + this.$this = t1; + }, __DefaultFillColor_MaterialStateProperty_Diagnosticable: function __DefaultFillColor_MaterialStateProperty_Diagnosticable() { }, __ResolveFillColor_MaterialStateProperty_Diagnosticable: function __ResolveFillColor_MaterialStateProperty_Diagnosticable() { @@ -31424,8 +32063,8 @@ ToggleButtonsTheme_of(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.ToggleButtonsTheme); - t1 = A.Theme_of(context); - return t1.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; @@ -31469,12 +32108,24 @@ Tooltip$(child, message) { return new A.Tooltip(message, child, null); }, + Tooltip__concealOtherTooltips(current) { + var openedTooltips, t1, _i, state; + if ($.Tooltip__openedTooltips.length !== 0) { + openedTooltips = A._setArrayType($.Tooltip__openedTooltips.slice(0), A._arrayInstanceType($.Tooltip__openedTooltips)); + for (t1 = openedTooltips.length, _i = 0; _i < openedTooltips.length; openedTooltips.length === t1 || (0, A.throwConcurrentModificationError)(openedTooltips), ++_i) { + state = openedTooltips[_i]; + if (J.$eq$(state, current)) + continue; + state._concealTooltip$0(); + } + } + }, Tooltip_dismissAllToolTips() { - var openedToolTips, t1, _i; - if ($.Tooltip__openedToolTips._collection$_length !== 0) { - openedToolTips = A.List_List$from($.Tooltip__openedToolTips, true, type$._TooltipState); - for (t1 = openedToolTips.length, _i = 0; _i < t1; ++_i) - openedToolTips[_i]._hideTooltip$1$immediately(true); + var openedTooltips, t1, _i; + if ($.Tooltip__openedTooltips.length !== 0) { + openedTooltips = A._setArrayType($.Tooltip__openedTooltips.slice(0), A._arrayInstanceType($.Tooltip__openedTooltips)); + for (t1 = openedTooltips.length, _i = 0; _i < openedTooltips.length; openedTooltips.length === t1 || (0, A.throwConcurrentModificationError)(openedTooltips), ++_i) + openedTooltips[_i]._dismissTooltip$1$immediately(true); return true; } return false; @@ -31484,16 +32135,17 @@ this.child = t1; this.key = t2; }, - _TooltipState: function _TooltipState(t0, t1) { + _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 = $; - _._showTimer = _._hideTimer = _._tooltip$_entry = null; + _._showTimer = _._dismissTimer = _._tooltip$_entry = null; _.___TooltipState__mouseIsConnected = _.___TooltipState_waitDuration = _.___TooltipState_hoverShowDuration = _.___TooltipState_showDuration = $; _._pressActivated = false; - _.___TooltipState_enableFeedback = _.___TooltipState_triggerMode = $; + _.___TooltipState__visible = _.___TooltipState__forceRemoval = _.___TooltipState__isConcealed = _.___TooltipState_enableFeedback = _.___TooltipState_triggerMode = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _TooltipState__handleMouseTrackerChange_closure: function _TooltipState__handleMouseTrackerChange_closure(t0, t1) { @@ -31522,7 +32174,7 @@ }, _TooltipOverlay: function _TooltipOverlay(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; - _.message = t0; + _.richMessage = t0; _.height = t1; _.padding = t2; _.margin = t3; @@ -31577,36 +32229,37 @@ _.decoration = t6; _.textStyle = t7; }, - TooltipTriggerMode: function TooltipTriggerMode(t0) { - this._tooltip_theme$_name = t0; + TooltipTriggerMode: function TooltipTriggerMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _TooltipThemeData_Object_Diagnosticable: function _TooltipThemeData_Object_Diagnosticable() { }, Typography_Typography$material2014(platform) { - return A.Typography_Typography$_withPlatform(platform, null, null, B.TextTheme_wEV, B.TextTheme_aEa, B.TextTheme_QQp); + return A.Typography_Typography$_withPlatform(platform, null, null, B.TextTheme_gSp, B.TextTheme_jnH, B.TextTheme_uww); }, Typography_Typography$_withPlatform(platform, black, white, englishLike, dense, tall) { switch (platform) { case B.TargetPlatform_2: - black = B.TextTheme_c9P; - white = B.TextTheme_8aB; + black = B.TextTheme_QJO; + white = B.TextTheme_vru; break; case B.TargetPlatform_0: case B.TargetPlatform_1: - black = B.TextTheme_CCL; - white = B.TextTheme_lBF; + black = B.TextTheme_WrZ; + white = B.TextTheme_8I8; break; case B.TargetPlatform_5: - black = B.TextTheme_7FR; - white = B.TextTheme_G7H; + black = B.TextTheme_pEW; + white = B.TextTheme_3nh; break; case B.TargetPlatform_4: - black = B.TextTheme_NkP; - white = B.TextTheme_IdR; + black = B.TextTheme_6bg; + white = B.TextTheme_uDC; break; case B.TargetPlatform_3: - black = B.TextTheme_OaX; - white = B.TextTheme_4eO; + black = B.TextTheme_AZd; + white = B.TextTheme_Zy0; break; case null: break; @@ -31617,8 +32270,9 @@ white.toString; return new A.Typography(black, white, englishLike, dense, tall); }, - ScriptCategory: function ScriptCategory(t0) { - this._typography$_name = t0; + ScriptCategory: function ScriptCategory(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Typography: function Typography(t0, t1, t2, t3, t4) { var _ = this; @@ -31743,22 +32397,22 @@ this.y = t0; }, flipAxis(direction) { - switch (direction) { - case B.Axis_0: + switch (direction.index) { + case 0: return B.Axis_1; - case B.Axis_1: + case 1: return B.Axis_0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, axisDirectionToAxis(axisDirection) { - switch (axisDirection) { - case B.AxisDirection_0: - case B.AxisDirection_2: + switch (axisDirection.index) { + case 0: + case 2: return B.Axis_1; - case B.AxisDirection_3: - case B.AxisDirection_1: + case 3: + case 1: return B.Axis_0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -31775,26 +32429,26 @@ } }, flipAxisDirection(axisDirection) { - switch (axisDirection) { - case B.AxisDirection_0: + switch (axisDirection.index) { + case 0: return B.AxisDirection_2; - case B.AxisDirection_1: + case 1: return B.AxisDirection_3; - case B.AxisDirection_2: + case 2: return B.AxisDirection_0; - case B.AxisDirection_3: + case 3: return B.AxisDirection_1; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, axisDirectionIsReversed(axisDirection) { - switch (axisDirection) { - case B.AxisDirection_0: - case B.AxisDirection_3: + switch (axisDirection.index) { + case 0: + case 3: return true; - case B.AxisDirection_2: - case B.AxisDirection_1: + case 2: + case 1: return false; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -31802,16 +32456,19 @@ }, RenderComparison: function RenderComparison(t0, t1) { this.index = t0; - this._basic_types$_name = t1; + this._core$_name = t1; }, - Axis0: function Axis0(t0) { - this._basic_types$_name = t0; + Axis0: function Axis0(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - VerticalDirection: function VerticalDirection(t0) { - this._basic_types$_name = t0; + VerticalDirection: function VerticalDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - AxisDirection: function AxisDirection(t0) { - this._basic_types$_name = t0; + AxisDirection: function AxisDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, PaintingBinding: function PaintingBinding() { }, @@ -31877,7 +32534,7 @@ aIsNone = t1 === B.BorderStyle_0 && a.width === 0, bIsNone = b.style === B.BorderStyle_0 && b.width === 0; if (aIsNone && bIsNone) - return B.BorderSide_m7u; + return B.BorderSide_0CF; if (aIsNone) return b; if (bIsNone) @@ -31905,7 +32562,7 @@ t1 = A.lerpDouble(a.width, b.width, t); t1.toString; if (t1 < 0) - return B.BorderSide_m7u; + return B.BorderSide_0CF; t2 = a.style; t3 = b.style; if (t2 === t3) { @@ -31913,22 +32570,22 @@ t3.toString; return new A.BorderSide(t3, t1, t2); } - switch (t2) { - case B.BorderStyle_1: + switch (t2.index) { + case 1: colorA = a.color; break; - case B.BorderStyle_0: + 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); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - switch (t3) { - case B.BorderStyle_1: + switch (t3.index) { + case 1: colorB = b.color; break; - case B.BorderStyle_0: + 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); break; @@ -31983,8 +32640,8 @@ paint = t1 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); paint.set$strokeWidth(0); path = A.Path_Path(); - switch ($top.style) { - case B.BorderStyle_1: + switch ($top.style.index) { + case 1: paint.set$color(0, $top.color); path.reset$0(0); t1 = rect.left; @@ -32003,13 +32660,13 @@ } canvas.drawPath$2(0, path, paint); break; - case B.BorderStyle_0: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - switch (right.style) { - case B.BorderStyle_1: + switch (right.style.index) { + case 1: paint.set$color(0, right.color); path.reset$0(0); t1 = rect.right; @@ -32028,13 +32685,13 @@ } canvas.drawPath$2(0, path, paint); break; - case B.BorderStyle_0: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - switch (bottom.style) { - case B.BorderStyle_1: + switch (bottom.style.index) { + case 1: paint.set$color(0, bottom.color); path.reset$0(0); t1 = rect.right; @@ -32053,13 +32710,13 @@ } canvas.drawPath$2(0, path, paint); break; - case B.BorderStyle_0: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - switch (left.style) { - case B.BorderStyle_1: + switch (left.style.index) { + case 1: paint.set$color(0, left.color); path.reset$0(0); t1 = rect.left; @@ -32078,14 +32735,15 @@ } canvas.drawPath$2(0, path, paint); break; - case B.BorderStyle_0: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } }, - BorderStyle: function BorderStyle(t0) { - this._borders$_name = t0; + BorderStyle: function BorderStyle(t0, t1) { + this.index = t0; + this._core$_name = t1; }, BorderSide: function BorderSide(t0, t1, t2) { this.color = t0; @@ -32122,17 +32780,17 @@ } if (a instanceof A.Border && b instanceof A.BorderDirectional) { t1 = b.start; - if (J.$eq$(t1, B.BorderSide_m7u) && J.$eq$(b.end, B.BorderSide_m7u)) - return new A.Border(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(a.right, B.BorderSide_m7u, t), A.BorderSide_lerp(a.bottom, b.bottom, t), A.BorderSide_lerp(a.left, B.BorderSide_m7u, t)); + 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)); t2 = a.left; - if (J.$eq$(t2, B.BorderSide_m7u) && J.$eq$(a.right, B.BorderSide_m7u)) - return new A.BorderDirectional(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(B.BorderSide_m7u, t1, t), A.BorderSide_lerp(B.BorderSide_m7u, b.end, t), A.BorderSide_lerp(a.bottom, b.bottom, t)); + 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 (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_m7u, t1), A.BorderSide_lerp(a.bottom, b.bottom, t), A.BorderSide_lerp(t2, B.BorderSide_m7u, t1)); + 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)); } t2 = (t - 0.5) * 2; - return new A.BorderDirectional(A.BorderSide_lerp(a.top, b.top, t), A.BorderSide_lerp(B.BorderSide_m7u, t1, t2), A.BorderSide_lerp(B.BorderSide_m7u, 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_0CF, t1, t2), A.BorderSide_lerp(B.BorderSide_0CF, 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))); }, @@ -32189,8 +32847,9 @@ t3 = A.BorderSide_lerp(a.bottom, b.bottom, t); return new A.BorderDirectional(t1, A.BorderSide_lerp(a.start, b.start, t), t2, t3); }, - BoxShape: function BoxShape(t0) { - this._box_border$_name = t0; + BoxShape: function BoxShape(t0, t1) { + this.index = t0; + this._core$_name = t1; }, BoxBorder: function BoxBorder() { }, @@ -32244,26 +32903,26 @@ t1 = inputSize._dy; if (t1 <= 0 || inputSize._dx <= 0 || outputSize._dy <= 0 || outputSize._dx <= 0) return B.FittedSizes_46c; - switch (fit) { - case B.BoxFit_0: + switch (fit.index) { + case 0: destinationSize = outputSize; sourceSize = inputSize; break; - case B.BoxFit_1: + case 1: t2 = outputSize._dx; t3 = outputSize._dy; t4 = inputSize._dx; destinationSize = t2 / t3 > t4 / t1 ? new A.Size(t4 * t3 / t1, t3) : new A.Size(t2, t1 * t2 / t4); sourceSize = inputSize; break; - case B.BoxFit_2: + case 2: t2 = outputSize._dx; t3 = outputSize._dy; t4 = inputSize._dx; sourceSize = t2 / t3 > t4 / t1 ? new A.Size(t4, t4 * t3 / t2) : new A.Size(t1 * t2 / t3, t1); destinationSize = outputSize; break; - case B.BoxFit_3: + case 3: t1 = inputSize._dx; t2 = outputSize._dy; t3 = outputSize._dx; @@ -32271,20 +32930,20 @@ sourceSize = new A.Size(t1, t2); destinationSize = new A.Size(t3, t2 * t3 / t1); break; - case B.BoxFit_4: + case 4: t2 = outputSize._dx; t3 = outputSize._dy; t2 = t1 * t2 / t3; sourceSize = new A.Size(t2, t1); destinationSize = new A.Size(t2 * t3 / t1, t3); break; - case B.BoxFit_5: + case 5: t2 = inputSize._dx; t3 = outputSize._dx; sourceSize = new A.Size(Math.min(A.checkNum(t2), A.checkNum(t3)), Math.min(t1, A.checkNum(outputSize._dy))); destinationSize = sourceSize; break; - case B.BoxFit_6: + case 6: aspectRatio = inputSize._dx / t1; t2 = outputSize._dy; destinationSize = t1 > t2 ? new A.Size(t2 * aspectRatio, t2) : inputSize; @@ -32298,8 +32957,9 @@ } return new A.FittedSizes(sourceSize, destinationSize); }, - BoxFit: function BoxFit(t0) { - this._box_fit$_name = t0; + BoxFit: function BoxFit(t0, t1) { + this.index = t0; + this._core$_name = t1; }, FittedSizes: function FittedSizes(t0, t1) { this.source = t0; @@ -32433,7 +33093,7 @@ _Decoration_Object_Diagnosticable: function _Decoration_Object_Diagnosticable() { }, paintImage(alignment, canvas, centerSlice, colorFilter, debugImageLabel, filterQuality, fit, flipHorizontally, image, invertColors, isAntiAlias, opacity, rect, repeat, scale) { - var t1, t2, t3, t4, outputSize, t5, t6, fittedSizes, sourceSize, destinationSize, t7, paint, halfWidthDelta, t8, halfHeightDelta, destinationRect, sizeInfo, existingSizeInfo, needSave, dx, sourceRect; + var t1, t2, t3, t4, outputSize, t5, t6, fittedSizes, sourceSize, destinationSize, t7, paint, halfWidthDelta, t8, halfHeightDelta, destinationRect, sizeInfo, existingSizeInfo, needSave, dx, sourceRect, _i; if (rect.get$isEmpty(rect)) return; t1 = rect.right; @@ -32501,94 +33161,43 @@ if (t3) canvas.drawImageRect$4(image, sourceRect, destinationRect, paint); else - for (t1 = A._generateImageTileRects(rect, destinationRect, repeat), t1 = new A._SyncStarIterator(t1._outerHelper(), t1.$ti._eval$1("_SyncStarIterator<1>")); t1.moveNext$0();) - canvas.drawImageRect$4(image, sourceRect, t1.get$current(t1), paint); + for (t1 = A._generateImageTileRects(rect, destinationRect, repeat), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + canvas.drawImageRect$4(image, sourceRect, t1[_i], paint); if (needSave) canvas.restore$0(0); }, - _generateImageTileRects($async$outputRect, $async$fundamentalRect, $async$repeat) { - return A._makeSyncStarIterable(function() { - var outputRect = $async$outputRect, - fundamentalRect = $async$fundamentalRect, - repeat = $async$repeat; - var $async$goto = 0, $async$handler = 1, $async$currentError, startX, stopX, startY, stopY, i, j, t1, t2, strideX, t3, t4, strideY, t5; - return function $async$_generateImageTileRects($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = fundamentalRect.right; - t2 = fundamentalRect.left; - strideX = t1 - t2; - t3 = fundamentalRect.bottom; - t4 = fundamentalRect.top; - strideY = t3 - t4; - t5 = repeat !== B.ImageRepeat_0; - if (!t5 || repeat === B.ImageRepeat_1) { - startX = B.JSNumber_methods.floor$0((outputRect.left - t2) / strideX); - stopX = B.JSNumber_methods.ceil$0((outputRect.right - t1) / strideX); - } else { - startX = 0; - stopX = 0; - } - if (!t5 || repeat === B.ImageRepeat_2) { - startY = B.JSNumber_methods.floor$0((outputRect.top - t4) / strideY); - stopY = B.JSNumber_methods.ceil$0((outputRect.bottom - t3) / strideY); - } else { - startY = 0; - stopY = 0; - } - i = startX; - case 2: - // for condition - if (!(i <= stopX)) { - // goto after for - $async$goto = 4; - break; - } - t1 = i * strideX, j = startY; - case 5: - // for condition - if (!(j <= stopY)) { - // goto after for - $async$goto = 7; - break; - } - $async$goto = 8; - return fundamentalRect.shift$1(new A.Offset(t1, j * strideY)); - case 8: - // after yield - case 6: - // for update - ++j; - // goto for condition - $async$goto = 5; - break; - case 7: - // after for - case 3: - // for update - ++i; - // goto for condition - $async$goto = 2; - break; - case 4: - // after for - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.Rect); + _generateImageTileRects(outputRect, fundamentalRect, repeat) { + var startX, stopX, startY, stopY, i, j, + t1 = fundamentalRect.right, + t2 = fundamentalRect.left, + strideX = t1 - t2, + t3 = fundamentalRect.bottom, + t4 = fundamentalRect.top, + strideY = t3 - t4, + t5 = repeat !== B.ImageRepeat_0; + if (!t5 || repeat === B.ImageRepeat_1) { + startX = B.JSNumber_methods.floor$0((outputRect.left - t2) / strideX); + stopX = B.JSNumber_methods.ceil$0((outputRect.right - t1) / strideX); + } else { + startX = 0; + stopX = 0; + } + if (!t5 || repeat === B.ImageRepeat_2) { + startY = B.JSNumber_methods.floor$0((outputRect.top - t4) / strideY); + stopY = B.JSNumber_methods.ceil$0((outputRect.bottom - t3) / strideY); + } else { + startY = 0; + stopY = 0; + } + t1 = A._setArrayType([], type$.JSArray_Rect); + for (i = startX; i <= stopX; ++i) + for (t2 = i * strideX, j = startY; j <= stopY; ++j) + t1.push(fundamentalRect.shift$1(new A.Offset(t2, j * strideY))); + return t1; }, - ImageRepeat: function ImageRepeat(t0) { - this._decoration_image$_name = t0; + ImageRepeat: function ImageRepeat(t0, t1) { + this.index = t0; + this._core$_name = t1; }, DecorationImagePainter: function DecorationImagePainter(t0, t1) { var _ = this; @@ -32871,8 +33480,8 @@ }, MultiFrameImageStreamCompleter: function MultiFrameImageStreamCompleter(t0, t1, t2, t3) { var _ = this; - _._codec = null; - _._scale = t0; + _._codec = _._chunkSubscription = null; + _._image_stream$_scale = t0; _._informationCollector = t1; _._nextFrame = null; _.__MultiFrameImageStreamCompleter__shownTimestamp = $; @@ -32974,19 +33583,19 @@ }, ShapeDecoration_ShapeDecoration$fromBoxDecoration(source) { var t1, shape, t2; - switch (source.shape) { - case B.BoxShape_1: + switch (source.shape.index) { + case 1: t1 = source.border; - shape = t1 != null ? new A.CircleBorder(t1.get$top(t1)) : B.CircleBorder_61T; + shape = t1 != null ? new A.CircleBorder(t1.get$top(t1)) : B.CircleBorder_IVQ; break; - case B.BoxShape_0: + 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_m7u : t2); + shape = new A.RoundedRectangleBorder(t1, t2 == null ? B.BorderSide_0CF : t2); } else if (shape == null) - shape = B.Border_A43; + shape = B.Border_27z; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -33059,15 +33668,17 @@ TextPainter$(ellipsis, locale, maxLines, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { return new A.TextPainter(text, textAlign, textDirection, textScaleFactor, ellipsis, locale, maxLines, strutStyle, textWidthBasis, textHeightBehavior); }, - TextOverflow: function TextOverflow(t0) { - this._text_painter$_name = t0; + TextOverflow: function TextOverflow(t0, t1) { + this.index = t0; + this._core$_name = t1; }, PlaceholderDimensions: function PlaceholderDimensions(t0, t1) { this.size = t0; this.baseline = t1; }, - TextWidthBasis: function TextWidthBasis(t0) { - this._text_painter$_name = t0; + TextWidthBasis: function TextWidthBasis(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _CaretMetrics: function _CaretMetrics(t0, t1) { this.offset = t0; @@ -33089,7 +33700,7 @@ _._text_painter$_textHeightBehavior = t9; _._lastMaxWidth = _._lastMinWidth = _._layoutTemplate = _._placeholderDimensions = _._inlinePlaceholderScales = _._inlinePlaceholderBoxes = null; _.__TextPainter__caretMetrics = $; - _._previousCaretPrototype = _._previousCaretPosition = null; + _._lineMetricsCache = _._previousCaretPrototype = _._previousCaretPosition = null; }, TextSpan$(children, recognizer, style, text) { var t1 = recognizer == null ? B.C__DeferringMouseCursor : B.SystemMouseCursor_click; @@ -33109,7 +33720,7 @@ 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_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, t25, _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, _null = null, t1 = a == null; if (t1 && b == null) return _null; @@ -33118,52 +33729,54 @@ t2 = A.Color_lerp(_null, b.color, t); t3 = A.Color_lerp(_null, b.backgroundColor, t); t4 = t < 0.5; - t5 = t4 ? _null : b.fontFamily; - t6 = t4 ? _null : b.get$fontFamilyFallback(); - t7 = t4 ? _null : b.fontSize; - t8 = A.FontWeight_lerp(_null, b.fontWeight, t); - t9 = t4 ? _null : b.fontStyle; - t10 = t4 ? _null : b.letterSpacing; - t11 = t4 ? _null : b.wordSpacing; - t12 = t4 ? _null : b.textBaseline; - t13 = t4 ? _null : b.height; - t14 = t4 ? _null : b.leadingDistribution; - t15 = t4 ? _null : b.locale; - t16 = t4 ? _null : b.foreground; - t17 = t4 ? _null : b.background; + t5 = t4 ? _null : b.fontSize; + t6 = A.FontWeight_lerp(_null, b.fontWeight, t); + t7 = t4 ? _null : b.fontStyle; + t8 = t4 ? _null : b.letterSpacing; + t9 = t4 ? _null : b.wordSpacing; + t10 = t4 ? _null : b.textBaseline; + t11 = t4 ? _null : b.height; + t12 = t4 ? _null : b.leadingDistribution; + t13 = t4 ? _null : b.locale; + t14 = t4 ? _null : b.foreground; + t15 = t4 ? _null : b.background; + t16 = t4 ? _null : b.shadows; + t17 = t4 ? _null : b.fontFeatures; t18 = t4 ? _null : b.decoration; - t19 = t4 ? _null : b.shadows; - t20 = t4 ? _null : b.fontFeatures; - t21 = A.Color_lerp(_null, b.decorationColor, t); - t22 = t4 ? _null : b.decorationStyle; - t23 = t4 ? _null : b.decorationThickness; - return A.TextStyle$(t17, t3, t2, _null, t18, t21, t22, t23, t5, t6, t20, t7, t9, t8, t16, t13, t1, t14, t10, t15, t4 ? _null : b.overflow, _null, t19, t12, t11); + 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); } if (b == null) { t1 = a.inherit; t2 = A.Color_lerp(a.color, _null, t); t3 = A.Color_lerp(_null, a.backgroundColor, t); t4 = t < 0.5; - t5 = t4 ? a.fontFamily : _null; - t6 = t4 ? a.get$fontFamilyFallback() : _null; - t7 = t4 ? a.fontSize : _null; - t8 = A.FontWeight_lerp(a.fontWeight, _null, t); - t9 = t4 ? a.fontStyle : _null; - t10 = t4 ? a.letterSpacing : _null; - t11 = t4 ? a.wordSpacing : _null; - t12 = t4 ? a.textBaseline : _null; - t13 = t4 ? a.height : _null; - t14 = t4 ? a.leadingDistribution : _null; - t15 = t4 ? a.locale : _null; - t16 = t4 ? a.foreground : _null; - t17 = t4 ? a.background : _null; - t18 = t4 ? a.shadows : _null; - t19 = t4 ? a.fontFeatures : _null; - t20 = t4 ? a.decoration : _null; - t21 = A.Color_lerp(a.decorationColor, _null, t); - t22 = t4 ? a.decorationStyle : _null; - t23 = t4 ? a.decorationThickness : _null; - return A.TextStyle$(t17, t3, t2, _null, t20, t21, t22, t23, t5, t6, t19, t7, t9, t8, t16, t13, t1, t14, t10, t15, t4 ? a.overflow : _null, _null, t18, t12, t11); + t5 = t4 ? a.fontSize : _null; + t6 = A.FontWeight_lerp(a.fontWeight, _null, t); + t7 = t4 ? a.fontStyle : _null; + t8 = t4 ? a.letterSpacing : _null; + t9 = t4 ? a.wordSpacing : _null; + t10 = t4 ? a.textBaseline : _null; + t11 = t4 ? a.height : _null; + t12 = t4 ? a.leadingDistribution : _null; + t13 = t4 ? a.locale : _null; + t14 = t4 ? a.foreground : _null; + 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); } t1 = b.inherit; t2 = a.foreground; @@ -33172,32 +33785,30 @@ t5 = a.background; t6 = t5 == null; t7 = t6 && b.background == null ? A.Color_lerp(a.backgroundColor, b.backgroundColor, t) : _null; - t8 = t < 0.5; - t9 = t8 ? a.fontFamily : b.fontFamily; - t10 = t8 ? a.get$fontFamilyFallback() : b.get$fontFamilyFallback(); - t11 = a.fontSize; - t12 = t11 == null ? b.fontSize : t11; - t13 = b.fontSize; - t11 = A.lerpDouble(t12, t13 == null ? t11 : t13, t); - t12 = A.FontWeight_lerp(a.fontWeight, b.fontWeight, t); - t13 = t8 ? a.fontStyle : b.fontStyle; - t14 = a.letterSpacing; - t15 = t14 == null ? b.letterSpacing : t14; - t16 = b.letterSpacing; - t14 = A.lerpDouble(t15, t16 == null ? t14 : t16, t); - t15 = a.wordSpacing; - t16 = t15 == null ? b.wordSpacing : t15; - t17 = b.wordSpacing; + t8 = a.fontSize; + t9 = t8 == null ? b.fontSize : t8; + t10 = b.fontSize; + t8 = A.lerpDouble(t9, t10 == null ? t8 : t10, t); + t9 = A.FontWeight_lerp(a.fontWeight, b.fontWeight, t); + t10 = t < 0.5; + t11 = t10 ? a.fontStyle : b.fontStyle; + t12 = a.letterSpacing; + t13 = t12 == null ? b.letterSpacing : t12; + t14 = b.letterSpacing; + t12 = A.lerpDouble(t13, t14 == null ? t12 : t14, t); + t13 = a.wordSpacing; + t14 = t13 == null ? b.wordSpacing : t13; + t15 = b.wordSpacing; + t13 = A.lerpDouble(t14, t15 == null ? t13 : t15, t); + t14 = t10 ? a.textBaseline : b.textBaseline; + t15 = a.height; + t16 = t15 == null ? b.height : t15; + t17 = b.height; t15 = A.lerpDouble(t16, t17 == null ? t15 : t17, t); - t16 = t8 ? a.textBaseline : b.textBaseline; - t17 = a.height; - t18 = t17 == null ? b.height : t17; - t19 = b.height; - t17 = A.lerpDouble(t18, t19 == null ? t17 : t19, t); - t18 = t8 ? a.leadingDistribution : b.leadingDistribution; - t19 = t8 ? a.locale : b.locale; + t16 = t10 ? a.leadingDistribution : b.leadingDistribution; + t17 = t10 ? a.locale : b.locale; if (!t3 || b.foreground != null) - if (t8) { + if (t10) { if (t3) { t2 = A._detectRenderer(); t2 = t2 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); @@ -33218,7 +33829,7 @@ else t2 = _null; if (!t6 || b.background != null) - if (t8) + if (t10) if (t6) { t3 = A._detectRenderer(); t3 = t3 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); @@ -33239,16 +33850,19 @@ } else t3 = _null; - t5 = t8 ? a.shadows : b.shadows; - t6 = t8 ? a.fontFeatures : b.fontFeatures; - t20 = t8 ? a.decoration : b.decoration; - t21 = A.Color_lerp(a.decorationColor, b.decorationColor, t); - t22 = t8 ? a.decorationStyle : b.decorationStyle; - t23 = a.decorationThickness; - t24 = t23 == null ? b.decorationThickness : t23; - t25 = b.decorationThickness; - t23 = A.lerpDouble(t24, t25 == null ? t23 : t25, t); - return A.TextStyle$(t3, t7, t4, _null, t20, t21, t22, t23, t9, t10, t6, t11, t13, t12, t2, t17, t1, t18, t14, t19, t8 ? a.overflow : b.overflow, _null, t5, t16, t15); + 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); }, 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) { var _ = this; @@ -33324,8 +33938,9 @@ this.stiffness = t1; this.damping = t2; }, - SpringType: function SpringType(t0) { - this._spring_simulation$_name = t0; + SpringType: function SpringType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, SpringSimulation: function SpringSimulation(t0, t1, t2) { this._endPosition = t0; @@ -33370,8 +33985,9 @@ t1.RenderAnimatedSize$8$alignment$child$clipBehavior$curve$duration$reverseDuration$textDirection$vsync(alignment, _null, clipBehavior, curve, duration, reverseDuration, textDirection, vsync); return t1; }, - RenderAnimatedSizeState: function RenderAnimatedSizeState(t0) { - this._animated_size$_name = t0; + RenderAnimatedSizeState: function RenderAnimatedSizeState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RenderAnimatedSize: function RenderAnimatedSize(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -33382,7 +33998,7 @@ _._animated_size$_state = t1; _._animated_size$_clipBehavior = t2; _._vsync = t3; - _._animated_size$_clipRectLayer = t4; + _._clipRectLayer = t4; _._shifted_box$_resolvedAlignment = null; _._shifted_box$_alignment = t5; _._shifted_box$_textDirection = t6; @@ -33399,7 +34015,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t8; _._needsCompositingBitsUpdate = false; @@ -33517,8 +34133,9 @@ }, ContainerBoxParentData: function ContainerBoxParentData() { }, - _IntrinsicDimension: function _IntrinsicDimension(t0) { - this._box$_name = t0; + _IntrinsicDimension: function _IntrinsicDimension(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _IntrinsicDimensionsCacheEntry: function _IntrinsicDimensionsCacheEntry(t0, t1) { this.dimension = t0; @@ -33574,7 +34191,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -33602,9 +34219,9 @@ var t1, newChildrenBottom, t2, oldChildrenBottom, newChildren, newChildrenTop, oldChildrenTop, oldChild, newSemantics, haveOldChildren, newChild, oldKeyedChildren, t3, _box_0 = {}; _box_0.newChildSemantics = newChildSemantics; if (oldSemantics == null) - oldSemantics = B.List_empty17; + oldSemantics = B.List_empty18; if (newChildSemantics == null) - newChildSemantics = B.List_empty18; + newChildSemantics = B.List_empty19; _box_0.newChildSemantics = newChildSemantics; t1 = J.getInterceptor$asx(newChildSemantics); newChildrenBottom = t1.get$length(newChildSemantics) - 1; @@ -33782,7 +34399,7 @@ t1 = properties.onDismiss; if (t1 != null) config.set$onDismiss(t1); - newChild.updateWith$2$childrenInInversePaintOrder$config(0, B.List_empty17, config); + newChild.updateWith$2$childrenInInversePaintOrder$config(0, B.List_empty18, config); newChild.set$rect(0, newSemantics.rect); newChild.set$transform(0, null); newChild.tags = null; @@ -33815,7 +34432,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; @@ -33844,6 +34461,16 @@ this.point = t0; this.direction = t1; }, + VerticalCaretMovementRun: function VerticalCaretMovementRun(t0, t1, t2, t3, t4, t5) { + var _ = this; + _._currentOffset = t0; + _._editable$_currentLine = t1; + _._currentTextPosition = t2; + _._lineMetrics = t3; + _._editable = t4; + _._isValid = true; + _._positionCache = t5; + }, 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; @@ -33862,15 +34489,15 @@ _._selectionStartInViewport = t8; _._selectionEndInViewport = t9; _._cachedPlainText = null; - _._textPainter = t10; - _._cachedCombinedSemanticsInfos = _._cachedAttributedValue = null; + _._editable$_textPainter = t10; + _._editable$_cachedCombinedSemanticsInfos = _._cachedAttributedValue = null; _._showCursor = t11; _._editable$_hasFocus = t12; _._forceLine = t13; _._readOnly = t14; _._editable$_maxLines = t15; _._minLines = t16; - _._editable$_expands = t17; + _._expands = t17; _._selection = t18; _._editable$_offset = t19; _._cursorWidth = t20; @@ -33907,7 +34534,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t32; _._needsCompositingBitsUpdate = false; @@ -33949,7 +34576,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; @@ -34019,7 +34646,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; @@ -34033,8 +34660,8 @@ }, _startIsTopLeft(direction, textDirection, verticalDirection) { var _s80_ = string$.x60null_c; - switch (direction) { - case B.Axis_0: + switch (direction.index) { + case 0: switch (textDirection) { case B.TextDirection_1: return true; @@ -34045,7 +34672,7 @@ default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - case B.Axis_1: + case 1: switch (verticalDirection) { case B.VerticalDirection_1: return true; @@ -34069,8 +34696,9 @@ t1.addAll$1(0, children); return t1; }, - FlexFit: function FlexFit(t0) { - this._flex$_name = t0; + FlexFit: function FlexFit(t0, t1) { + this.index = t0; + this._core$_name = t1; }, FlexParentData: function FlexParentData(t0, t1, t2) { var _ = this; @@ -34079,25 +34707,28 @@ _.ContainerParentDataMixin_nextSibling = t1; _.offset = t2; }, - MainAxisSize: function MainAxisSize(t0) { - this._flex$_name = t0; + MainAxisSize: function MainAxisSize(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - MainAxisAlignment: function MainAxisAlignment(t0) { - this._flex$_name = t0; + MainAxisAlignment: function MainAxisAlignment(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - CrossAxisAlignment: function CrossAxisAlignment(t0) { - this._flex$_name = t0; + CrossAxisAlignment: function CrossAxisAlignment(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RenderFlex: function RenderFlex(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; _._flex$_direction = t0; _._mainAxisAlignment = t1; _._mainAxisSize = t2; - _._flex$_crossAxisAlignment = t3; + _._crossAxisAlignment = t3; _._flex$_textDirection = t4; - _._flex$_verticalDirection = t5; + _._verticalDirection = t5; _._flex$_textBaseline = t6; - _._overflow = 0; + _._flex$_overflow = 0; _._flex$_clipBehavior = t7; _._flex$_clipRectLayer = t8; _.DebugOverflowIndicatorMixin__indicatorLabel = t9; @@ -34117,7 +34748,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t14; _._needsCompositingBitsUpdate = false; @@ -34155,7 +34786,7 @@ _.debugImageLabel = t1; _._image$_width = t2; _._image$_height = t3; - _._image$_scale = t4; + _._scale = t4; _._colorFilter = null; _._image$_color = t5; _._image$_opacity = t6; @@ -34181,7 +34812,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t17; _._needsCompositingBitsUpdate = false; @@ -34256,7 +34887,7 @@ _._picture = null; _._layer$_debugDisposed = _._willChangeHint = _._isComplexHint = false; _._parentHandle = t1; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34268,7 +34899,7 @@ _.viewId = t1; _._layer$_debugDisposed = false; _._parentHandle = t2; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34283,7 +34914,7 @@ _.checkerboardOffscreenLayers = t4; _._layer$_debugDisposed = false; _._parentHandle = t5; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34297,7 +34928,7 @@ _._lastChild = _._firstChild = null; _._layer$_debugDisposed = false; _._parentHandle = t1; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34310,7 +34941,7 @@ _._lastChild = _._firstChild = null; _._layer$_debugDisposed = false; _._parentHandle = t1; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34323,7 +34954,7 @@ _._lastChild = _._firstChild = null; _._layer$_debugDisposed = false; _._parentHandle = t1; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34336,7 +34967,7 @@ _._lastChild = _._firstChild = null; _._layer$_debugDisposed = false; _._parentHandle = t1; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34351,7 +34982,7 @@ _._lastChild = _._firstChild = null; _._layer$_debugDisposed = false; _._parentHandle = t2; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34364,7 +34995,7 @@ _._lastChild = _._firstChild = null; _._layer$_debugDisposed = false; _._parentHandle = t1; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34377,23 +35008,28 @@ _._lastChild = _._firstChild = _._layer$_shadowColor = _._layer$_color = _._layer$_elevation = null; _._layer$_debugDisposed = false; _._parentHandle = t1; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; _._node$_parent = _._node$_owner = null; }, LayerLink: function LayerLink() { - this.leaderSize = this._leader = null; + this._leader = null; + this._connectedFollowers = 0; + this.leaderSize = null; + }, + _LayerLinkHandle: function _LayerLinkHandle(t0) { + this._layer$_link = t0; }, LeaderLayer: function LeaderLayer(t0, t1, t2) { var _ = this; _._layer$_link = t0; - _.offset = t1; + _._layer$_offset = t1; _._lastChild = _._firstChild = _._lastOffset = null; _._layer$_debugDisposed = false; _._parentHandle = t2; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34405,12 +35041,12 @@ _.showWhenUnlinked = t1; _.unlinkedOffset = t2; _.linkedOffset = t3; - _._invertedTransform = _._lastTransform = _._lastOffset = null; + _._invertedTransform = _._layer$_lastTransform = _._lastOffset = _._leaderHandle = null; _._inverseDirty = true; _._lastChild = _._firstChild = null; _._layer$_debugDisposed = false; _._parentHandle = t4; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34424,7 +35060,7 @@ _._lastChild = _._firstChild = null; _._layer$_debugDisposed = false; _._parentHandle = t3; - _._refCount = 0; + _._layer$_refCount = 0; _._needsAddToScene = true; _.debugCreator = _._previousSibling = _._nextSibling = _._engineLayer = null; _._depth = 0; @@ -34448,7 +35084,7 @@ }, RenderListBody: function RenderListBody(t0, t1, t2, t3, t4) { var _ = this; - _._list_body$_axisDirection = t0; + _._axisDirection = t0; _.ContainerRenderObjectMixin__childCount = t1; _.ContainerRenderObjectMixin__firstChild = t2; _.ContainerRenderObjectMixin__lastChild = t3; @@ -34464,7 +35100,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -34682,10 +35318,6 @@ return a; return a.intersect$1(b); }, - DiagnosticsDebugCreator$(value) { - var _null = null; - return new A.DiagnosticsDebugCreator(_null, false, true, _null, _null, _null, false, value, true, B.C__NoDefaultValue, B.DiagnosticLevel_0, _null, "debugCreator", true, true, _null, B.DiagnosticsTreeStyle_8); - }, ParentData: function ParentData() { }, PaintingContext: function PaintingContext(t0, t1) { @@ -34806,27 +35438,6 @@ _.___SemanticsGeometry__rect = _.___SemanticsGeometry__transform = $; _._markAsHidden = false; }, - DiagnosticsDebugCreator: function DiagnosticsDebugCreator(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { - var _ = this; - _._description = t0; - _.expandableValue = t1; - _.allowWrap = t2; - _.ifNull = t3; - _.ifEmpty = t4; - _.tooltip = t5; - _.missingIfNull = t6; - _._diagnostics$_value = t7; - _._valueComputed = t8; - _._diagnostics$_exception = null; - _.defaultValue = t9; - _._defaultLevel = t10; - _._computeValue = t11; - _.name = t12; - _.showSeparator = t13; - _.showName = t14; - _.linePrefix = t15; - _.style = t16; - }, _RenderObject_AbstractNode_DiagnosticableTreeMixin: function _RenderObject_AbstractNode_DiagnosticableTreeMixin() { }, TextParentData: function TextParentData(t0, t1, t2) { @@ -34838,11 +35449,11 @@ }, RenderParagraph: function RenderParagraph(t0, t1, t2, t3, t4, t5, t6) { var _ = this; - _._paragraph$_textPainter = t0; - _._paragraph$_cachedCombinedSemanticsInfos = _._cachedAttributedLabel = null; + _._textPainter = t0; + _._cachedCombinedSemanticsInfos = _._cachedAttributedLabel = null; _.__RenderParagraph__placeholderSpans = $; _._softWrap = t1; - _._paragraph$_overflow = t2; + _._overflow = t2; _._needsClipping = false; _._paragraph$_cachedChildNodes = _._semanticsInfo = _._paragraph$_placeholderDimensions = _._overflowShader = null; _.ContainerRenderObjectMixin__childCount = t3; @@ -34860,7 +35471,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; @@ -34909,7 +35520,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -34939,8 +35550,9 @@ t1._PlatformViewGestureRecognizer$3$supportedDevices(handlePointerEvent, gestureRecognizerFactories, null); return t1; }, - PlatformViewHitTestBehavior: function PlatformViewHitTestBehavior(t0) { - this._platform_view0$_name = t0; + PlatformViewHitTestBehavior: function PlatformViewHitTestBehavior(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _factoriesTypeSet_closure: function _factoriesTypeSet_closure(t0) { this.T = t0; @@ -34980,7 +35592,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -35013,8 +35625,9 @@ }, RenderProxyBoxMixin: function RenderProxyBoxMixin() { }, - HitTestBehavior: function HitTestBehavior(t0) { - this._proxy_box$_name = t0; + HitTestBehavior: function HitTestBehavior(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RenderProxyBoxWithHitTestBehavior: function RenderProxyBoxWithHitTestBehavior() { }, @@ -35034,7 +35647,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -35048,7 +35661,7 @@ }, RenderLimitedBox: function RenderLimitedBox(t0, t1, t2, t3) { var _ = this; - _._proxy_box$_maxWidth = t0; + _._maxWidth = t0; _._maxHeight = t1; _.RenderObjectWithChildMixin__child = t2; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -35063,7 +35676,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -35091,7 +35704,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -35120,7 +35733,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -35147,7 +35760,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; @@ -35177,7 +35790,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -35210,7 +35823,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; @@ -35235,7 +35848,7 @@ var _ = this; _._clipper = t0; _._clip = null; - _._clipBehavior = t1; + _._proxy_box$_clipBehavior = t1; _._debugText = _._debugPaint = null; _.RenderObjectWithChildMixin__child = t2; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -35250,7 +35863,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -35267,7 +35880,7 @@ _._proxy_box$_borderRadius = t0; _._clipper = t1; _._clip = null; - _._clipBehavior = t2; + _._proxy_box$_clipBehavior = t2; _._debugText = _._debugPaint = null; _.RenderObjectWithChildMixin__child = t3; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -35282,7 +35895,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -35300,7 +35913,7 @@ _.__RenderClipOval__cachedPath = $; _._clipper = t0; _._clip = null; - _._clipBehavior = t1; + _._proxy_box$_clipBehavior = t1; _._debugText = _._debugPaint = null; _.RenderObjectWithChildMixin__child = t2; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -35315,7 +35928,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -35331,7 +35944,7 @@ var _ = this; _._clipper = t0; _._clip = null; - _._clipBehavior = t1; + _._proxy_box$_clipBehavior = t1; _._debugText = _._debugPaint = null; _.RenderObjectWithChildMixin__child = t2; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -35346,7 +35959,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -35369,7 +35982,7 @@ _._proxy_box$_color = t4; _._clipper = t5; _._clip = null; - _._clipBehavior = t6; + _._proxy_box$_clipBehavior = t6; _._debugText = _._debugPaint = null; _.RenderObjectWithChildMixin__child = t7; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -35384,7 +35997,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t8; _._needsCompositingBitsUpdate = false; @@ -35403,7 +36016,7 @@ _._proxy_box$_color = t2; _._clipper = t3; _._clip = null; - _._clipBehavior = t4; + _._proxy_box$_clipBehavior = t4; _._debugText = _._debugPaint = null; _.RenderObjectWithChildMixin__child = t5; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -35418,7 +36031,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; @@ -35430,8 +36043,9 @@ _._depth = 0; _._node$_parent = _._node$_owner = null; }, - DecorationPosition: function DecorationPosition(t0) { - this._proxy_box$_name = t0; + DecorationPosition: function DecorationPosition(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RenderDecoratedBox: function RenderDecoratedBox(t0, t1, t2, t3, t4) { var _ = this; @@ -35452,7 +36066,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -35466,7 +36080,7 @@ }, RenderTransform: function RenderTransform(t0, t1, t2) { var _ = this; - _._proxy_box$_textDirection = _._alignment = _._origin = null; + _._proxy_box$_textDirection = _._proxy_box$_alignment = _._origin = null; _.transformHitTests = t0; _._proxy_box$_filterQuality = _._proxy_box$_transform = null; _.RenderObjectWithChildMixin__child = t1; @@ -35482,7 +36096,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -35499,12 +36113,12 @@ }, RenderFittedBox: function RenderFittedBox(t0, t1, t2, t3, t4, t5) { var _ = this; - _._resolvedAlignment = null; - _._fit = t0; - _._alignment = t1; + _._proxy_box$_resolvedAlignment = null; + _._proxy_box$_fit = t0; + _._proxy_box$_alignment = t1; _._proxy_box$_textDirection = t2; _._proxy_box$_transform = _._hasVisualOverflow = null; - _._clipBehavior = t3; + _._proxy_box$_clipBehavior = t3; _.RenderObjectWithChildMixin__child = t4; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; @@ -35518,7 +36132,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; @@ -35550,7 +36164,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -35587,7 +36201,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t8; _._needsCompositingBitsUpdate = false; @@ -35620,7 +36234,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; @@ -35648,7 +36262,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; @@ -35677,7 +36291,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -35705,7 +36319,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -35734,7 +36348,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -35763,7 +36377,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -35846,7 +36460,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t57; _._needsCompositingBitsUpdate = false; @@ -35874,7 +36488,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -35901,7 +36515,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t1; _._needsCompositingBitsUpdate = false; @@ -35929,7 +36543,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -35957,7 +36571,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -35986,7 +36600,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -36018,7 +36632,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; @@ -36050,7 +36664,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -36080,7 +36694,7 @@ }, RenderPadding: function RenderPadding(t0, t1, t2, t3) { var _ = this; - _._shifted_box$_resolvedPadding = null; + _._resolvedPadding = null; _._shifted_box$_padding = t0; _._shifted_box$_textDirection = t1; _.RenderObjectWithChildMixin__child = t2; @@ -36096,7 +36710,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -36130,7 +36744,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; @@ -36162,7 +36776,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; @@ -36192,7 +36806,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -36207,20 +36821,20 @@ _RenderShiftedBox_RenderBox_RenderObjectWithChildMixin: function _RenderShiftedBox_RenderBox_RenderObjectWithChildMixin() { }, applyGrowthDirectionToAxisDirection(axisDirection, growthDirection) { - switch (growthDirection) { - case B.GrowthDirection_0: + switch (growthDirection.index) { + case 0: return axisDirection; - case B.GrowthDirection_1: + case 1: return A.flipAxisDirection(axisDirection); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, applyGrowthDirectionToScrollDirection(scrollDirection, growthDirection) { - switch (growthDirection) { - case B.GrowthDirection_0: + switch (growthDirection.index) { + case 0: return scrollDirection; - case B.GrowthDirection_1: + case 1: return A.flipScrollDirection(scrollDirection); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -36234,8 +36848,9 @@ t3 = paintExtent; return new A.SliverGeometry(scrollExtent, paintOrigin, paintExtent, t1, maxPaintExtent, maxScrollObstructionExtent, t2, paintExtent > 0, hasVisualOverflow, scrollOffsetCorrection, t3); }, - GrowthDirection: function GrowthDirection(t0) { - this._sliver0$_name = t0; + GrowthDirection: function GrowthDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, SliverConstraints: function SliverConstraints(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; @@ -36326,7 +36941,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; @@ -36395,7 +37010,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; @@ -36425,7 +37040,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; @@ -36482,7 +37097,7 @@ }, RenderSliverPadding: function RenderSliverPadding(t0, t1, t2, t3) { var _ = this; - _._resolvedPadding = null; + _._sliver_padding$_resolvedPadding = null; _._sliver_padding$_padding = t0; _._sliver_padding$_textDirection = t1; _.RenderObjectWithChildMixin__child = t2; @@ -36495,7 +37110,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -36622,19 +37237,21 @@ _.ContainerParentDataMixin_nextSibling = t1; _.offset = t2; }, - StackFit: function StackFit(t0) { - this._stack$_name = t0; + StackFit: function StackFit(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - Overflow: function Overflow(t0) { - this._stack$_name = t0; + Overflow: function Overflow(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RenderStack: function RenderStack(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _._stack$_hasVisualOverflow = false; _._stack$_resolvedAlignment = null; - _._stack$_alignment = t0; + _._alignment = t0; _._stack$_textDirection = t1; - _._stack$_fit = t2; + _._fit = t2; _._stack$_clipBehavior = t3; _._stack$_clipRectLayer = t4; _.ContainerRenderObjectMixin__childCount = t5; @@ -36652,7 +37269,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t8; _._needsCompositingBitsUpdate = false; @@ -36681,9 +37298,9 @@ _._stack$_index = t0; _._stack$_hasVisualOverflow = false; _._stack$_resolvedAlignment = null; - _._stack$_alignment = t1; + _._alignment = t1; _._stack$_textDirection = t2; - _._stack$_fit = t3; + _._fit = t3; _._stack$_clipBehavior = t4; _._stack$_clipRectLayer = t5; _.ContainerRenderObjectMixin__childCount = t6; @@ -36701,7 +37318,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t9; _._needsCompositingBitsUpdate = false; @@ -36737,8 +37354,9 @@ FlexColumnWidth: function FlexColumnWidth(t0) { this.value = t0; }, - TableCellVerticalAlignment: function TableCellVerticalAlignment(t0) { - this._table$_name = t0; + TableCellVerticalAlignment: function TableCellVerticalAlignment(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RenderTable: function RenderTable(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; @@ -36767,7 +37385,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t11; _._needsCompositingBitsUpdate = false; @@ -36810,7 +37428,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -36859,8 +37477,9 @@ offset.moveTo$3$curve$duration(0, targetOffset.offset, curve, duration); return targetOffset.rect; }, - CacheExtentStyle: function CacheExtentStyle(t0) { - this._viewport$_name = t0; + CacheExtentStyle: function CacheExtentStyle(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RevealedOffset: function RevealedOffset(t0, t1) { this.offset = t0; @@ -36906,7 +37525,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t11; _._needsCompositingBitsUpdate = false; @@ -36945,7 +37564,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; @@ -36960,27 +37579,30 @@ _RenderViewportBase_RenderBox_ContainerRenderObjectMixin: function _RenderViewportBase_RenderBox_ContainerRenderObjectMixin() { }, flipScrollDirection(direction) { - switch (direction) { - case B.ScrollDirection_0: + switch (direction.index) { + case 0: return B.ScrollDirection_0; - case B.ScrollDirection_1: + case 1: return B.ScrollDirection_2; - case B.ScrollDirection_2: + case 2: return B.ScrollDirection_1; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - ScrollDirection: function ScrollDirection(t0) { - this._viewport_offset$_name = t0; + ScrollDirection: function ScrollDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ViewportOffset: function ViewportOffset() { }, - WrapAlignment: function WrapAlignment(t0) { - this._wrap$_name = t0; + WrapAlignment: function WrapAlignment(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - WrapCrossAlignment: function WrapCrossAlignment(t0) { - this._wrap$_name = t0; + WrapCrossAlignment: function WrapCrossAlignment(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _RunMetrics: function _RunMetrics(t0, t1, t2) { this.mainAxisExtent = t0; @@ -36998,15 +37620,15 @@ var _ = this; _._wrap$_direction = t0; _._wrap$_alignment = t1; - _._spacing = t2; + _._wrap$_spacing = t2; _._runAlignment = t3; _._runSpacing = t4; - _._crossAxisAlignment = t5; + _._wrap$_crossAxisAlignment = t5; _._wrap$_textDirection = t6; _._wrap$_verticalDirection = t7; _._wrap$_clipBehavior = t8; _._wrap$_hasVisualOverflow = false; - _._clipRectLayer = t9; + _._wrap$_clipRectLayer = t9; _.ContainerRenderObjectMixin__childCount = t10; _.ContainerRenderObjectMixin__firstChild = t11; _.ContainerRenderObjectMixin__lastChild = t12; @@ -37022,7 +37644,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t13; _._needsCompositingBitsUpdate = false; @@ -37075,7 +37697,7 @@ }, SchedulerPhase: function SchedulerPhase(t0, t1) { this.index = t0; - this._binding$_name = t1; + this._core$_name = t1; }, SchedulerBinding: function SchedulerBinding() { }, @@ -37164,8 +37786,8 @@ t6 = t1._flags, t7 = t1._semantics$_attributedLabel, t8 = t1._semantics$_attributedValue, - t9 = t1._semantics$_attributedDecreasedValue, - t10 = t1._semantics$_attributedIncreasedValue, + t9 = t1._semantics$_attributedIncreasedValue, + t10 = t1._semantics$_attributedDecreasedValue, t11 = t1._semantics$_attributedHint, t12 = t1._semantics$_elevation, t13 = t1._semantics$_thickness; @@ -37221,11 +37843,11 @@ if (otherAttributedString.string.length === 0) return thisAttributedString; if (thisTextDirection != otherTextDirection && otherTextDirection != null) - switch (otherTextDirection) { - case B.TextDirection_0: + switch (otherTextDirection.index) { + case 0: otherAttributedString = new A.AttributedString("\u202b", B.List_empty3).$add(0, otherAttributedString).$add(0, new A.AttributedString("\u202c", B.List_empty3)); break; - case B.TextDirection_1: + case 1: otherAttributedString = new A.AttributedString("\u202a", B.List_empty3).$add(0, otherAttributedString).$add(0, new A.AttributedString("\u202c", B.List_empty3)); break; default: @@ -37367,8 +37989,8 @@ _._flags = t8; _._semantics$_attributedLabel = t9; _._semantics$_attributedValue = t10; - _._semantics$_attributedDecreasedValue = t11; - _._semantics$_attributedIncreasedValue = t12; + _._semantics$_attributedIncreasedValue = t11; + _._semantics$_attributedDecreasedValue = t12; _._semantics$_attributedHint = t13; _._semantics$_elevation = t14; _._semantics$_thickness = t15; @@ -37450,8 +38072,8 @@ _._semantics$_customSemanticsActions = t1; _._semantics$_attributedLabel = t2; _._semantics$_attributedValue = t3; - _._semantics$_attributedDecreasedValue = t4; - _._semantics$_attributedIncreasedValue = t5; + _._semantics$_attributedIncreasedValue = t4; + _._semantics$_attributedDecreasedValue = t5; _._semantics$_attributedHint = t6; _._semantics$_hintOverrides = null; _._semantics$_thickness = _._semantics$_elevation = 0; @@ -37479,8 +38101,9 @@ SemanticsConfiguration_onSetText_closure: function SemanticsConfiguration_onSetText_closure(t0) { this.value = t0; }, - DebugSemanticsDumpOrder: function DebugSemanticsDumpOrder(t0) { - this._semantics$_name = t0; + DebugSemanticsDumpOrder: function DebugSemanticsDumpOrder(t0, t1) { + this.index = t0; + this._core$_name = t1; }, SemanticsSortKey: function SemanticsSortKey() { }, @@ -37595,11 +38218,7 @@ ServicesBinding: function ServicesBinding() { }, ServicesBinding__addLicenses_closure: function ServicesBinding__addLicenses_closure(t0) { - this.rawLicenses = t0; - }, - ServicesBinding__addLicenses_closure0: function ServicesBinding__addLicenses_closure0(t0, t1) { - this.parsedLicenses = t0; - this.rawLicenses = t1; + this.controller = t0; }, _DefaultBinaryMessenger: function _DefaultBinaryMessenger() { }, @@ -37668,7 +38287,7 @@ KeyEventManager__eventFromData(keyData) { var logicalKey, timeStamp, t1 = keyData.physical, - physicalKey = B.Map_kxyHF.$index(0, t1); + physicalKey = B.Map_Q5S3m.$index(0, t1); if (physicalKey == null) physicalKey = new A.PhysicalKeyboardKey(t1); t1 = keyData.logical; @@ -37676,12 +38295,12 @@ if (logicalKey == null) logicalKey = new A.LogicalKeyboardKey(t1); timeStamp = keyData.timeStamp; - switch (keyData.type) { - case B.KeyEventType_0: + switch (keyData.type.index) { + case 0: return new A.KeyDownEvent(physicalKey, logicalKey, keyData.character, timeStamp, keyData.synthesized); - case B.KeyEventType_1: + case 1: return new A.KeyUpEvent(physicalKey, logicalKey, null, timeStamp, keyData.synthesized); - case B.KeyEventType_2: + case 2: return new A.KeyRepeatEvent(physicalKey, logicalKey, keyData.character, timeStamp, false); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -37724,11 +38343,9 @@ _._duringDispatch = false; _._modifiedHandlers = null; }, - HardwareKeyboard__dispatchKeyEvent_closure: function HardwareKeyboard__dispatchKeyEvent_closure(t0) { - this.$this = t0; - }, - KeyDataTransitMode: function KeyDataTransitMode(t0) { - this._hardware_keyboard$_name = t0; + KeyDataTransitMode: function KeyDataTransitMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, KeyMessage: function KeyMessage(t0, t1) { this.events = t0; @@ -37864,24 +38481,28 @@ PlatformViewController: function PlatformViewController() { }, RawKeyEvent_RawKeyEvent$fromMessage(message) { - var data, type, _box_0 = {}; + var data, t1, _box_0 = {}; _box_0.character = null; data = new A.RawKeyEvent_RawKeyEvent$fromMessage__dataFromWeb(_box_0, message).call$0(); - type = A._asStringS(J.$index$asx(message, "type")); - switch (type) { + t1 = J.$index$asx(message, "type"); + t1.toString; + A._asStringS(t1); + switch (t1) { case "keydown": return new A.RawKeyDownEvent(_box_0.character, data); case "keyup": return new A.RawKeyUpEvent(null, data); default: - throw A.wrapException(A.FlutterError_FlutterError("Unknown key event type: " + A.S(type))); + throw A.wrapException(A.FlutterError_FlutterError("Unknown key event type: " + t1)); } }, - KeyboardSide: function KeyboardSide(t0) { - this._raw_keyboard$_name = t0; + KeyboardSide: function KeyboardSide(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - ModifierKey: function ModifierKey(t0) { - this._raw_keyboard$_name = t0; + ModifierKey: function ModifierKey(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RawKeyEventData: function RawKeyEventData() { }, @@ -37917,6 +38538,8 @@ }, RawKeyEventDataFuchsia: function RawKeyEventDataFuchsia() { }, + RawKeyEventDataLinux: function RawKeyEventDataLinux() { + }, RawKeyEventDataMacOs: function RawKeyEventDataMacOs() { }, RawKeyEventDataWeb: function RawKeyEventDataWeb(t0, t1, t2, t3) { @@ -37995,14 +38618,16 @@ this.label = t0; this.primaryColor = t1; }, - SystemUiOverlayStyle: function SystemUiOverlayStyle(t0, t1, t2, t3, t4, t5) { + SystemUiOverlayStyle: function SystemUiOverlayStyle(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.systemNavigationBarColor = t0; _.systemNavigationBarDividerColor = t1; _.systemNavigationBarIconBrightness = t2; - _.statusBarColor = t3; - _.statusBarBrightness = t4; - _.statusBarIconBrightness = t5; + _.systemNavigationBarContrastEnforced = t3; + _.statusBarColor = t4; + _.statusBarBrightness = t5; + _.statusBarIconBrightness = t6; + _.systemStatusBarContrastEnforced = t7; }, SystemChrome_setSystemUIOverlayStyle_closure: function SystemChrome_setSystemUIOverlayStyle_closure() { }, @@ -38017,7 +38642,7 @@ case 0: // Function start $async$goto = 2; - return A._asyncAwait(B.OptionalMethodChannel_0.invokeMethod$1$2("SystemSound.play", type._system_sound$_name, type$.void), $async$SystemSound_play); + return A._asyncAwait(B.OptionalMethodChannel_0.invokeMethod$1$2("SystemSound.play", "SystemSoundType." + type._core$_name, type$.void), $async$SystemSound_play); case 2: // returning from await. // implicit return @@ -38026,13 +38651,14 @@ }); return A._asyncStartSync($async$SystemSound_play, $async$completer); }, - SystemSoundType: function SystemSoundType(t0) { - this._system_sound$_name = t0; + SystemSoundType: function SystemSoundType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextSelection$(affinity, baseOffset, extentOffset, isDirectional) { var t1 = baseOffset < extentOffset, - t2 = t1 ? extentOffset : baseOffset; - return new A.TextSelection(baseOffset, extentOffset, affinity, isDirectional, t1 ? baseOffset : extentOffset, t2); + t2 = t1 ? baseOffset : extentOffset; + return new A.TextSelection(baseOffset, extentOffset, affinity, isDirectional, t2, t1 ? extentOffset : baseOffset); }, TextSelection$collapsed(affinity, offset) { return new A.TextSelection(offset, offset, affinity, false, offset, offset); @@ -38060,7 +38686,7 @@ return null; }, TextEditingDelta_TextEditingDelta$fromJSON(encoded) { - var t2, t3, t4, textStart, textEnd, newText, isDeletingByReplacingWithEmpty, isReplacedByShorter, isReplacedBySame, isInsertingInsideComposingRegion, isDeletingInsideComposingRegion, t5, t6, t7, newComposingText, originalComposingText, isReplaced, + var t2, t3, t4, textStart, textEnd, newText, isDeletingByReplacingWithEmpty, isReplacedByShorter, isReplacedBySame, isInsertingInsideComposingRegion, isDeletingInsideComposingRegion, t5, newComposingText, originalComposingText, isReplaced, t1 = J.getInterceptor$asx(encoded), oldText = A._asStringS(t1.$index(encoded, "oldText")), replacementDestinationStart = A._asIntS(t1.$index(encoded, "deltaStart")), @@ -38085,7 +38711,7 @@ return new A.TextEditingDeltaNonTextUpdate(); textStart = J.substring$2$s(oldText, 0, replacementDestinationStart); textEnd = B.JSString_methods.substring$2(oldText, replacementDestinationEnd, oldText.length); - newText = B.JSString_methods.$add(textStart, replacementSource) + textEnd; + newText = textStart + replacementSource + textEnd; t1 = replacementDestinationEnd - replacementDestinationStart; t2 = replacementSourceEnd - 0; if (replacementSourceEnd === 0) @@ -38099,13 +38725,11 @@ t4 = !isReplacedByShorter; isDeletingInsideComposingRegion = t4 && !isDeletingByReplacingWithEmpty && t3 < replacementDestinationEnd; t5 = !isDeletingByReplacingWithEmpty; - t6 = !t5 || isDeletingInsideComposingRegion || isReplacedByShorter; - t7 = J.getInterceptor$s(replacementSource); - if (t6) { - newComposingText = t7.substring$2(replacementSource, 0, replacementSourceEnd); + if (!t5 || isDeletingInsideComposingRegion || isReplacedByShorter) { + newComposingText = B.JSString_methods.substring$2(replacementSource, 0, replacementSourceEnd); originalComposingText = B.JSString_methods.substring$2(oldText, replacementDestinationStart, t3); } else { - newComposingText = t7.substring$2(replacementSource, 0, t1); + newComposingText = B.JSString_methods.substring$2(replacementSource, 0, t1); originalComposingText = B.JSString_methods.substring$2(oldText, replacementDestinationStart, replacementDestinationEnd); } t3 = originalComposingText === newComposingText; @@ -38115,7 +38739,7 @@ else if ((!t5 || isDeletingInsideComposingRegion) && t3) return new A.TextEditingDeltaDeletion(); else if ((replacementDestinationStart === replacementDestinationEnd || isInsertingInsideComposingRegion) && t3) { - t7.substring$2(replacementSource, t1, t1 + (replacementSourceEnd - t1)); + B.JSString_methods.substring$2(replacementSource, t1, t1 + (replacementSourceEnd - t1)); return new A.TextEditingDeltaInsertion(); } else if (isReplaced) return new A.TextEditingDeltaReplacement(); @@ -38150,23 +38774,33 @@ t3 = t3.end; return new A.TextEditingValue(truncated, t1, t4 != t3 && t2 > t4 ? new A.TextRange(t4, Math.min(A.checkNum(t3), t2)) : B.TextRange_m1_m1); }, - MaxLengthEnforcement: function MaxLengthEnforcement(t0) { - this._text_formatter$_name = t0; + MaxLengthEnforcement: function MaxLengthEnforcement(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextInputFormatter: function TextInputFormatter() { }, - FilteringTextInputFormatter: function FilteringTextInputFormatter(t0, t1) { + _MutableTextRange: function _MutableTextRange(t0, t1) { + this.base = t0; + this.extent = t1; + }, + _TextEditingValueAccumulator: function _TextEditingValueAccumulator(t0, t1, t2, t3) { + var _ = this; + _.inputValue = t0; + _.stringBuffer = t1; + _.selection = t2; + _.composingRegion = t3; + _.debugFinalized = false; + }, + FilteringTextInputFormatter: function FilteringTextInputFormatter(t0, t1, t2) { this.filterPattern = t0; this.allow = t1; + this.replacementString = t2; }, - FilteringTextInputFormatter_formatEditUpdate_closure: function FilteringTextInputFormatter_formatEditUpdate_closure(t0) { - this.$this = t0; - }, - FilteringTextInputFormatter_formatEditUpdate__closure: function FilteringTextInputFormatter_formatEditUpdate__closure(t0) { - this.$this = t0; - }, - FilteringTextInputFormatter_formatEditUpdate__closure0: function FilteringTextInputFormatter_formatEditUpdate__closure0(t0) { - this.$this = t0; + FilteringTextInputFormatter__processRegion_adjustIndex: function FilteringTextInputFormatter__processRegion_adjustIndex(t0, t1, t2) { + this.regionStart = t0; + this.regionEnd = t1; + this.replacementString = t2; }, LengthLimitingTextInputFormatter: function LengthLimitingTextInputFormatter(t0, t1) { this.maxLength = t0; @@ -38254,21 +38888,24 @@ }, SmartDashesType: function SmartDashesType(t0, t1) { this.index = t0; - this._text_input$_name = t1; + this._core$_name = t1; }, SmartQuotesType: function SmartQuotesType(t0, t1) { this.index = t0; - this._text_input$_name = t1; + this._core$_name = t1; }, TextInputType: function TextInputType(t0, t1, t2) { this.index = t0; this.signed = t1; this.decimal = t2; }, - TextInputAction: function TextInputAction(t0) { - this._text_input$_name = t0; + TextInputAction: function TextInputAction(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - TextCapitalization0: function TextCapitalization0() { + TextCapitalization0: function TextCapitalization0(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextInputConfiguration: function TextInputConfiguration(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; @@ -38287,16 +38924,22 @@ _.enableIMEPersonalizedLearning = t12; _.enableDeltaModel = t13; }, - FloatingCursorDragState: function FloatingCursorDragState(t0) { - this._text_input$_name = t0; + FloatingCursorDragState: function FloatingCursorDragState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextEditingValue: function TextEditingValue(t0, t1, t2) { this.text = t0; this.selection = t1; this.composing = t2; }, - SelectionChangedCause: function SelectionChangedCause(t0) { - this._text_input$_name = t0; + TextEditingValue_replaced_adjustIndex: function TextEditingValue_replaced_adjustIndex(t0, t1) { + this.replacementRange = t0; + this.replacementString = t1; + }, + SelectionChangedCause: function SelectionChangedCause(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextSelectionDelegate: function TextSelectionDelegate() { }, @@ -38321,6 +38964,9 @@ context.visitAncestorElements$1(new A._getParent_closure($parent)); return $parent._readLocal$0(); }, + Actions$(actions, child) { + return new A.Actions(actions, child, null); + }, Actions__visitActionsAncestors(context, visitor) { var t2, ancestor, t1 = type$._ActionsMarker, @@ -38347,6 +38993,13 @@ A.Actions__visitActionsAncestors(context, new A.Actions_maybeFind_closure(t1, intent, context, $T)); return t1.action; }, + Actions__maybeFindWithoutDependingOn(context, $T) { + var t1 = {}; + t1.action = null; + A.createRuntimeType($T); + A.Actions__visitActionsAncestors(context, new A.Actions__maybeFindWithoutDependingOn_closure(t1, null, $T)); + return t1.action; + }, Actions__castAction(actionsMarker, intent, $T) { var t1 = actionsMarker.actions, t2 = intent == null ? null : A.getRuntimeType(intent), @@ -38356,12 +39009,24 @@ else return null; }, + Actions_invoke(context, intent, $T) { + var t1 = {}; + t1.returnValue = null; + A.Actions__visitActionsAncestors(context, new A.Actions_invoke_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; }, @@ -38372,9 +39037,11 @@ ContextAction: function ContextAction() { }, CallbackAction: function CallbackAction(t0, t1, t2) { - this.onInvoke = t0; - this._listeners = t1; - this.$ti = t2; + var _ = this; + _.onInvoke = t0; + _._actions$_listeners = t1; + _._currentCallingAction = null; + _.$ti = t2; }, ActionDispatcher: function ActionDispatcher() { }, @@ -38393,6 +39060,18 @@ _.context = t2; _.T = t3; }, + Actions__maybeFindWithoutDependingOn_closure: function Actions__maybeFindWithoutDependingOn_closure(t0, t1, t2) { + this._box_0 = t0; + this.intent = t1; + this.T = t2; + }, + Actions_invoke_closure: function Actions_invoke_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; @@ -38466,7 +39145,8 @@ }, DoNothingAction: function DoNothingAction(t0, t1) { this._consumesKey = t0; - this._listeners = t1; + this._actions$_listeners = t1; + this._currentCallingAction = null; }, ActivateIntent: function ActivateIntent() { }, @@ -38479,8 +39159,44 @@ PrioritizedIntents: function PrioritizedIntents() { }, PrioritizedAction: function PrioritizedAction(t0) { - this.__PrioritizedAction__selectedIntent = this.__PrioritizedAction__selectedAction = $; - this._listeners = t0; + var _ = this; + _.__PrioritizedAction__selectedIntent = _.__PrioritizedAction__selectedAction = $; + _._actions$_listeners = t0; + _._currentCallingAction = null; + }, + _OverridableActionMixin: function _OverridableActionMixin() { + }, + _OverridableAction: function _OverridableAction(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _.defaultAction = t0; + _.lookupContext = t1; + _._OverridableActionMixin_debugAssertMutuallyRecursive = t2; + _._OverridableActionMixin_debugAssertIsActionEnabledMutuallyRecursive = t3; + _._OverridableActionMixin_debugAssertIsEnabledMutuallyRecursive = t4; + _._OverridableActionMixin_debugAssertConsumeKeyMutuallyRecursive = t5; + _._actions$_listeners = t6; + _._currentCallingAction = null; + _.$ti = t7; + }, + _OverridableContextAction: function _OverridableContextAction(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _.defaultAction = t0; + _.lookupContext = t1; + _._OverridableActionMixin_debugAssertMutuallyRecursive = t2; + _._OverridableActionMixin_debugAssertIsActionEnabledMutuallyRecursive = t3; + _._OverridableActionMixin_debugAssertIsEnabledMutuallyRecursive = t4; + _._OverridableActionMixin_debugAssertConsumeKeyMutuallyRecursive = t5; + _._actions$_listeners = t6; + _._currentCallingAction = null; + _.$ti = t7; + }, + _ContextActionToActionAdapter: function _ContextActionToActionAdapter(t0, t1, t2, t3) { + var _ = this; + _.invokeContext = t0; + _.action = t1; + _._actions$_listeners = t2; + _._currentCallingAction = null; + _.$ti = t3; }, _Action_Object_Diagnosticable: function _Action_Object_Diagnosticable() { }, @@ -38488,12 +39204,17 @@ }, _Intent_Object_Diagnosticable: function _Intent_Object_Diagnosticable() { }, + __OverridableAction_ContextAction__OverridableActionMixin: function __OverridableAction_ContextAction__OverridableActionMixin() { + }, + __OverridableContextAction_ContextAction__OverridableActionMixin: function __OverridableContextAction_ContextAction__OverridableActionMixin() { + }, AnimatedCrossFade_defaultLayoutBuilder(topChild, topChildKey, bottomChild, bottomChildKey) { var _null = null; return A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([A.Positioned$(_null, bottomChild, _null, bottomChildKey, 0, 0, 0, _null), A.Positioned$(_null, topChild, _null, topChildKey, _null, _null, _null, _null)], type$.JSArray_Widget), B.Clip_0, B.StackFit_0, _null, _null); }, - CrossFadeState: function CrossFadeState(t0) { - this._animated_cross_fade$_name = t0; + CrossFadeState: function CrossFadeState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, AnimatedCrossFade: function AnimatedCrossFade(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -38506,13 +39227,13 @@ _.sizeCurve = t6; _.key = t7; }, - _AnimatedCrossFadeState: function _AnimatedCrossFadeState(t0, t1) { + _AnimatedCrossFadeState: function _AnimatedCrossFadeState(t0, t1, t2) { var _ = this; - _._animated_cross_fade$_controller = null; - _.___AnimatedCrossFadeState__secondAnimation = _.___AnimatedCrossFadeState__firstAnimation = $; + _.___AnimatedCrossFadeState__secondAnimation = _.___AnimatedCrossFadeState__firstAnimation = _.___AnimatedCrossFadeState__controller = $; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _AnimatedCrossFadeState_initState_closure: function _AnimatedCrossFadeState_initState_closure(t0) { @@ -38534,11 +39255,12 @@ _.reverseDuration = t4; _.key = t5; }, - _AnimatedSizeState: function _AnimatedSizeState(t0, t1) { + _AnimatedSizeState: function _AnimatedSizeState(t0, t1, t2) { var _ = this; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _AnimatedSize: function _AnimatedSize(t0, t1, t2, t3, t4, t5, t6, t7) { @@ -38580,15 +39302,16 @@ _.transitionBuilder = t2; _.key = t3; }, - _AnimatedSwitcherState: function _AnimatedSwitcherState(t0, t1, t2, t3) { + _AnimatedSwitcherState: function _AnimatedSwitcherState(t0, t1, t2, t3, t4) { var _ = this; _._currentEntry = null; _._outgoingEntries = t0; _._outgoingWidgets = t1; _._childNumber = 0; _.TickerProviderStateMixin__tickers = t2; + _.TickerProviderStateMixin__tickerModeNotifier = t3; _._widget = null; - _._debugLifecycleState = t3; + _._debugLifecycleState = t4; _._framework$_element = null; }, _AnimatedSwitcherState__newEntry_closure: function _AnimatedSwitcherState__newEntry_closure(t0, t1, t2) { @@ -38708,7 +39431,7 @@ return resolvedLocale == null ? B.JSArray_methods.get$first(supportedLocales) : resolvedLocale; }, WidgetsApp_defaultShortcuts() { - return B.Map_zPPLf; + 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) { var _ = this; @@ -38807,8 +39530,9 @@ _StreamBuilderBaseState__subscribe__closure0: function _StreamBuilderBaseState__subscribe__closure0(t0) { this.$this = t0; }, - ConnectionState: function ConnectionState(t0) { - this._async0$_name = t0; + ConnectionState: function ConnectionState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, AsyncSnapshot: function AsyncSnapshot(t0, t1, t2, t3, t4) { var _ = this; @@ -38917,7 +39641,8 @@ var _ = this; _.enabled = true; _.onInvoke = t0; - _._listeners = t1; + _._actions$_listeners = t1; + _._currentCallingAction = null; _.$ti = t2; }, AutocompletePreviousOptionIntent: function AutocompletePreviousOptionIntent() { @@ -38933,8 +39658,9 @@ var scope = context.dependOnInheritedWidgetOfExactType$1$0(type$._AutofillScope); return scope == null ? null : scope._scope; }, - AutofillContextAction: function AutofillContextAction(t0) { - this._autofill$_name = t0; + AutofillContextAction: function AutofillContextAction(t0, t1) { + this.index = t0; + this._core$_name = t1; }, AutofillGroup: function AutofillGroup(t0, t1) { this.child = t0; @@ -39003,7 +39729,7 @@ }, AutomaticKeepAliveClientMixin: function AutomaticKeepAliveClientMixin() { }, - _NullWidget1: function _NullWidget1(t0) { + _NullWidget0: function _NullWidget0(t0) { this.key = t0; }, Directionality$(child, textDirection) { @@ -39069,13 +39795,13 @@ }, getAxisDirectionFromAxisReverseAndDirectionality(context, axis, reverse) { var t1, axisDirection; - switch (axis) { - case B.Axis_0: + switch (axis.index) { + case 0: t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; axisDirection = A.textDirectionToAxisDirection(t1.textDirection); return reverse ? A.flipAxisDirection(axisDirection) : axisDirection; - case B.Axis_1: + case 1: return reverse ? B.AxisDirection_0 : B.AxisDirection_2; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -39121,6 +39847,9 @@ Expanded$(child, flex) { return new A.Expanded(flex, B.FlexFit_0, child, null); }, + Wrap$(alignment, children, crossAxisAlignment) { + return new A.Wrap(alignment, crossAxisAlignment, children, null); + }, RichText$(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), null); }, @@ -39134,6 +39863,9 @@ Listener$(behavior, child, onPointerCancel, onPointerDown, onPointerMove, onPointerSignal, onPointerUp) { return new A.Listener(onPointerDown, onPointerMove, onPointerUp, onPointerCancel, onPointerSignal, behavior, child, null); }, + MouseRegion$(child, cursor, key, onEnter, onExit, onHover) { + return new A.MouseRegion(onEnter, onHover, onExit, cursor, child, key); + }, AbsorbPointer$(absorbing, child) { return new A.AbsorbPointer(absorbing, child, null); }, @@ -39322,7 +40054,7 @@ this.child = t1; this.key = t2; }, - _OffstageElement: function _OffstageElement(t0, t1, t2, t3) { + _OffstageElement: function _OffstageElement(t0, t1, t2) { var _ = this; _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; _._cachedHash = t0; @@ -39331,7 +40063,6 @@ _._widget = t1; _._owner = null; _._lifecycleState = t2; - _._debugForgottenChildrenWithGlobalKey = t3; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -39450,10 +40181,12 @@ _.child = t2; _.key = t3; }, - Wrap: function Wrap(t0, t1, t2) { - this.crossAxisAlignment = t0; - this.children = t1; - this.key = t2; + Wrap: function Wrap(t0, t1, t2, t3) { + var _ = this; + _.alignment = t0; + _.crossAxisAlignment = t1; + _.children = t2; + _.key = t3; }, RichText: function RichText(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; @@ -39506,15 +40239,14 @@ _.child = t6; _.key = t7; }, - MouseRegion: function MouseRegion(t0, t1, t2, t3, t4, t5, t6) { + MouseRegion: function MouseRegion(t0, t1, t2, t3, t4, t5) { var _ = this; _.onEnter = t0; _.onHover = t1; _.onExit = t2; _.cursor = t3; - _.opaque = t4; - _.child = t5; - _.key = t6; + _.child = t4; + _.key = t5; }, _MouseRegionState: function _MouseRegionState(t0) { this._widget = null; @@ -39599,7 +40331,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -39622,19 +40354,23 @@ RenderObjectToWidgetElement$(widget, $T) { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A.RenderObjectToWidgetElement(t1, widget, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2), $T._eval$1("RenderObjectToWidgetElement<0>")); + return new A.RenderObjectToWidgetElement(t1, widget, B._ElementLifecycle_0, $T._eval$1("RenderObjectToWidgetElement<0>")); }, WidgetsFlutterBinding$() { - var _null = null, + var t9, _null = null, t1 = A._setArrayType([], type$.JSArray_WidgetsBindingObserver), t2 = $.Zone__current, t3 = A._setArrayType([], type$.JSArray_of_void_Function_List_FrameTiming), t4 = A.List_List$filled(7, _null, false, type$.nullable__TaskEntry_dynamic), t5 = type$.int, - t6 = type$.JSArray_of_void_Function_Duration; - t5 = new A.WidgetsFlutterBinding(_null, t1, true, new A._AsyncCompleter(new A._Future(t2, type$._Future_void), type$._AsyncCompleter_void), false, _null, false, false, _null, $, _null, false, 0, false, $, _null, new A._SystemFontsNotifier(A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function)), $, $, $, $, _null, t3, _null, A.binding__defaultSchedulingStrategy$closure(), new A.HeapPriorityQueue(A.binding_SchedulerBinding__taskSorter$closure(), t4, type$.HeapPriorityQueue__TaskEntry_dynamic), false, 0, A.LinkedHashMap_LinkedHashMap$_empty(t5, type$._FrameCallbackEntry), A.HashSet_HashSet(t5), A._setArrayType([], t6), A._setArrayType([], t6), _null, false, B.SchedulerPhase_0, true, false, _null, B.Duration_0, B.Duration_0, _null, 0, _null, false, _null, _null, 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); - t5.BindingBase$0(); - return t5; + t6 = A.HashSet_HashSet(t5), + t7 = type$.JSArray_of_void_Function_Duration, + 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, $, _null, new A._SystemFontsNotifier(A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function)), $, $, $, $, _null, t3, _null, A.binding__defaultSchedulingStrategy$closure(), new A.HeapPriorityQueue(A.binding_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.BindingBase$0(); + return t1; }, _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure() { }, @@ -39642,6 +40378,14 @@ }, _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1() { }, + _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2() { + }, + _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3() { + }, + _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4() { + }, + _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5() { + }, _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure(t0, t1, t2) { this.$this = t0; this.hitTestResult = t1; @@ -39700,7 +40444,7 @@ RenderObjectToWidgetAdapter_attachToRenderTree_closure0: function RenderObjectToWidgetAdapter_attachToRenderTree_closure0(t0) { this._box_0 = t0; }, - RenderObjectToWidgetElement: function RenderObjectToWidgetElement(t0, t1, t2, t3, t4) { + RenderObjectToWidgetElement: function RenderObjectToWidgetElement(t0, t1, t2, t3) { var _ = this; _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._newWidget = _._child = null; _._cachedHash = t0; @@ -39709,14 +40453,13 @@ _._widget = t1; _._owner = null; _._lifecycleState = t2; - _._debugForgottenChildrenWithGlobalKey = t3; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; - _.$ti = t4; + _.$ti = t3; }, - 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) { + 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) { var _ = this; _.WidgetsBinding__buildOwner = t0; _.WidgetsBinding__observers = t1; @@ -39763,15 +40506,14 @@ _.SchedulerBinding__debugBanner = t42; _.SchedulerBinding__rescheduleAfterWarmUpFrame = t43; _.SchedulerBinding__frameTimelineTask = t44; - _.SchedulerBinding__animateTimelineTask = t45; - _.GestureBinding__pendingPointerEvents = t46; - _.GestureBinding_pointerRouter = t47; - _.GestureBinding_gestureArena = t48; - _.GestureBinding_pointerSignalResolver = t49; - _.GestureBinding__hitTests = t50; - _.GestureBinding___GestureBinding__resampler = t51; - _.GestureBinding_resamplingEnabled = t52; - _.GestureBinding_samplingOffset = t53; + _.GestureBinding__pendingPointerEvents = t45; + _.GestureBinding_pointerRouter = t46; + _.GestureBinding_gestureArena = t47; + _.GestureBinding_pointerSignalResolver = t48; + _.GestureBinding__hitTests = t49; + _.GestureBinding___GestureBinding__resampler = t50; + _.GestureBinding_resamplingEnabled = t51; + _.GestureBinding_samplingOffset = t52; _._lockCount = 0; }, _WidgetsFlutterBinding_BindingBase_GestureBinding: function _WidgetsFlutterBinding_BindingBase_GestureBinding() { @@ -39828,118 +40570,9 @@ this.decoration = t1; this._reclip = t2; }, - DefaultTextEditingActions: function DefaultTextEditingActions(t0, t1, t2) { - this.actions = t0; - this.child = t1; - this.key = t2; - }, - _DoNothingAndStopPropagationTextAction: function _DoNothingAndStopPropagationTextAction(t0) { - this._listeners = t0; - }, - _DeleteTextAction: function _DeleteTextAction(t0) { - this._listeners = t0; - }, - _DeleteByWordTextAction: function _DeleteByWordTextAction(t0) { - this._listeners = t0; - }, - _DeleteByLineTextAction: function _DeleteByLineTextAction(t0) { - this._listeners = t0; - }, - _DeleteForwardTextAction: function _DeleteForwardTextAction(t0) { - this._listeners = t0; - }, - _DeleteForwardByWordTextAction: function _DeleteForwardByWordTextAction(t0) { - this._listeners = t0; - }, - _DeleteForwardByLineTextAction: function _DeleteForwardByLineTextAction(t0) { - this._listeners = t0; - }, - _ExpandSelectionLeftByLineTextAction: function _ExpandSelectionLeftByLineTextAction(t0) { - this._listeners = t0; - }, - _ExpandSelectionRightByLineTextAction: function _ExpandSelectionRightByLineTextAction(t0) { - this._listeners = t0; - }, - _ExpandSelectionToEndTextAction: function _ExpandSelectionToEndTextAction(t0) { - this._listeners = t0; - }, - _ExpandSelectionToStartTextAction: function _ExpandSelectionToStartTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionDownTextAction: function _ExtendSelectionDownTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionLeftByLineTextAction: function _ExtendSelectionLeftByLineTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionLeftByWordAndStopAtReversalTextAction: function _ExtendSelectionLeftByWordAndStopAtReversalTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionLeftByWordTextAction: function _ExtendSelectionLeftByWordTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionLeftTextAction: function _ExtendSelectionLeftTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionRightByLineTextAction: function _ExtendSelectionRightByLineTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionRightByWordAndStopAtReversalTextAction: function _ExtendSelectionRightByWordAndStopAtReversalTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionRightByWordTextAction: function _ExtendSelectionRightByWordTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionRightTextAction: function _ExtendSelectionRightTextAction(t0) { - this._listeners = t0; - }, - _ExtendSelectionUpTextAction: function _ExtendSelectionUpTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionDownTextAction: function _MoveSelectionDownTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionLeftTextAction: function _MoveSelectionLeftTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionRightTextAction: function _MoveSelectionRightTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionUpTextAction: function _MoveSelectionUpTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionLeftByLineTextAction: function _MoveSelectionLeftByLineTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionLeftByWordTextAction: function _MoveSelectionLeftByWordTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionRightByLineTextAction: function _MoveSelectionRightByLineTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionRightByWordTextAction: function _MoveSelectionRightByWordTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionToEndTextAction: function _MoveSelectionToEndTextAction(t0) { - this._listeners = t0; - }, - _MoveSelectionToStartTextAction: function _MoveSelectionToStartTextAction(t0) { - this._listeners = t0; - }, - _SelectAllTextAction: function _SelectAllTextAction(t0) { - this._listeners = t0; - }, - _CopySelectionTextAction: function _CopySelectionTextAction(t0) { - this._listeners = t0; - }, - _CutSelectionTextAction: function _CutSelectionTextAction(t0) { - this._listeners = t0; - }, - _PasteTextAction: function _PasteTextAction(t0) { - this._listeners = t0; - }, DefaultTextEditingShortcuts__shortcuts() { - return B.Map_eV4SE; + var t1 = $.$get$DefaultTextEditingShortcuts__webShortcuts(); + return t1; }, DefaultTextEditingShortcuts: function DefaultTextEditingShortcuts(t0, t1, t2, t3) { var _ = this; @@ -39952,6 +40585,11 @@ this._disposable_build_context$_state = t0; this.$ti = t1; }, + _DraggableSheetExtent$(currentSize, hasDragged, initialSize, maxSize, minSize, onSizeChanged, snap, snapSizes) { + var t1 = currentSize == null ? new A.ValueNotifier(initialSize, A.List_List$filled(0, null, false, type$.nullable_void_Function), type$.ValueNotifier_double) : currentSize; + t1.addListener$1(0, onSizeChanged); + return new A._DraggableSheetExtent(minSize, maxSize, false, snapSizes, initialSize, t1, onSizeChanged, 1 / 0, hasDragged === true); + }, _InheritedResetNotifier_shouldReset(context) { var t1, wasCalled, widget = context.dependOnInheritedWidgetOfExactType$1$0(type$._InheritedResetNotifier); @@ -39962,14 +40600,13 @@ t1._wasCalled = false; return wasCalled; }, - DraggableScrollableSheet: function DraggableScrollableSheet(t0, t1, t2, t3, t4, t5) { + DraggableScrollableSheet: function DraggableScrollableSheet(t0, t1, t2, t3, t4) { var _ = this; _.initialChildSize = t0; _.minChildSize = t1; - _.maxChildSize = t2; - _.expand = t3; - _.builder = t4; - _.key = t5; + _.expand = t2; + _.builder = t3; + _.key = t4; }, DraggableScrollableNotification: function DraggableScrollableNotification(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -39980,16 +40617,18 @@ _.context = t4; _.ViewportNotificationMixin__depth = t5; }, - _DraggableSheetExtent: function _DraggableSheetExtent(t0, t1, t2, t3, t4, t5, t6) { + _DraggableSheetExtent: function _DraggableSheetExtent(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _.minExtent = t0; - _.maxExtent = t1; + _._cancelActivity = null; + _.minSize = t0; + _.maxSize = t1; _.snap = t2; _.snapSizes = t3; - _.initialExtent = t4; - _._currentExtent = t5; - _.availablePixels = t6; - _.hasChanged = false; + _.initialSize = t4; + _._currentSize = t5; + _.onSizeChanged = t6; + _.availablePixels = t7; + _.hasDragged = t8; }, _DraggableScrollableSheetState: function _DraggableScrollableSheetState(t0) { var _ = this; @@ -40014,10 +40653,13 @@ _.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) { var _ = this; _._ballisticCancelCallback = _._dragCancelCallback = null; - _.extent = t0; + _.getExtent = t0; _._heldPreviousVelocity = 0; _._userScrollDirection = t1; _._currentDrag = null; @@ -40070,14 +40712,14 @@ _._framework$_element = null; }, TextEditingController$(text) { - var t1 = text == null ? B.TextEditingValue_QOg : new A.TextEditingValue(text, B.TextSelection_TbC, B.TextRange_m1_m1); + var t1 = text == null ? B.TextEditingValue_li8 : new A.TextEditingValue(text, B.TextSelection_ke5, B.TextRange_m1_m1); return new A.TextEditingController(t1, A.List_List$filled(0, null, false, type$.nullable_void_Function)); }, TextEditingController$fromValue(value) { - var t1 = value == null ? B.TextEditingValue_QOg : value; + var t1 = value == null ? B.TextEditingValue_li8 : value; return new A.TextEditingController(t1, A.List_List$filled(0, null, false, type$.nullable_void_Function)); }, - EditableText$(autocorrect, autocorrectionTextRectColor, autofillClient, autofillHints, autofocus, backgroundCursorColor, controller, cursorColor, cursorHeight, cursorOffset, cursorOpacityAnimates, cursorRadius, cursorWidth, dragStartBehavior, enableIMEPersonalizedLearning, enableInteractiveSelection, enableSuggestions, expands, focusNode, forceLine, inputFormatters, key, keyboardAppearance, keyboardType, maxLines, minLines, mouseCursor, obscureText, obscuringCharacter, onAppPrivateCommand, onChanged, onEditingComplete, onSelectionChanged, onSelectionHandleTapped, onSubmitted, paintCursorAboveText, readOnly, rendererIgnoresPointer, restorationId, scrollController, scrollPadding, scrollPhysics, selectionColor, selectionControls, selectionHeightStyle, selectionWidthStyle, showCursor, showSelectionHandles, smartDashesType, smartQuotesType, strutStyle, style, textAlign, textCapitalization, textDirection, textHeightBehavior, textInputAction, textScaleFactor, textWidthBasis, toolbarOptions) { + EditableText$(autocorrect, autocorrectionTextRectColor, autofillClient, autofillHints, autofocus, backgroundCursorColor, clipBehavior, controller, cursorColor, cursorHeight, cursorOffset, cursorOpacityAnimates, cursorRadius, cursorWidth, dragStartBehavior, enableIMEPersonalizedLearning, enableInteractiveSelection, enableSuggestions, expands, focusNode, forceLine, inputFormatters, key, keyboardAppearance, keyboardType, maxLines, minLines, mouseCursor, obscureText, obscuringCharacter, onAppPrivateCommand, onChanged, onEditingComplete, onSelectionChanged, onSelectionHandleTapped, onSubmitted, paintCursorAboveText, readOnly, rendererIgnoresPointer, restorationId, scrollController, scrollPadding, scrollPhysics, selectionColor, selectionControls, selectionHeightStyle, selectionWidthStyle, showCursor, showSelectionHandles, smartDashesType, smartQuotesType, strutStyle, style, textAlign, textCapitalization, textDirection, textHeightBehavior, textInputAction, textScaleFactor, textWidthBasis, toolbarOptions) { var t1, t2, t3, t4; if (smartDashesType == null) t1 = obscureText ? B.SmartDashesType_0 : B.SmartDashesType_1; @@ -40093,7 +40735,7 @@ B.JSArray_methods.addAll$1(t4, inputFormatters == null ? B.C_EmptyIterable : inputFormatters); } else t4 = inputFormatters; - return new A.EditableText(controller, focusNode, obscuringCharacter, obscureText, textHeightBehavior, textWidthBasis, readOnly, forceLine, toolbarOptions, showSelectionHandles, showCursor == null ? !readOnly : showCursor, autocorrect, t1, t2, true, style, strutStyle, textAlign, textDirection, textCapitalization, textScaleFactor, cursorColor, autocorrectionTextRectColor, backgroundCursorColor, maxLines, minLines, expands, autofocus, selectionColor, selectionControls, t3, textInputAction, onChanged, onEditingComplete, onSubmitted, onAppPrivateCommand, onSelectionChanged, onSelectionHandleTapped, t4, mouseCursor, true, cursorWidth, cursorHeight, cursorRadius, cursorOpacityAnimates, cursorOffset, paintCursorAboveText, selectionHeightStyle, selectionWidthStyle, keyboardAppearance, scrollPadding, true, dragStartBehavior, scrollController, scrollPhysics, autofillHints, autofillClient, restorationId, true, key); + return new A.EditableText(controller, focusNode, obscuringCharacter, obscureText, textHeightBehavior, textWidthBasis, readOnly, forceLine, toolbarOptions, showSelectionHandles, showCursor == null ? !readOnly : showCursor, autocorrect, t1, t2, true, style, strutStyle, textAlign, textDirection, textCapitalization, textScaleFactor, cursorColor, autocorrectionTextRectColor, backgroundCursorColor, maxLines, minLines, expands, autofocus, selectionColor, selectionControls, t3, textInputAction, onChanged, onEditingComplete, onSubmitted, onAppPrivateCommand, onSelectionChanged, onSelectionHandleTapped, t4, mouseCursor, true, cursorWidth, cursorHeight, cursorRadius, cursorOpacityAnimates, cursorOffset, paintCursorAboveText, selectionHeightStyle, selectionWidthStyle, keyboardAppearance, scrollPadding, true, dragStartBehavior, scrollController, scrollPhysics, autofillHints, autofillClient, clipBehavior, restorationId, true, key); }, EditableText__inferKeyboardType(autofillHints, maxLines) { return maxLines === 1 ? B.TextInputType_0_null_null : B.TextInputType_1_null_null; @@ -40103,6 +40745,9 @@ 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>")); + }, TextEditingController: function TextEditingController(t0, t1) { var _ = this; _._change_notifier$_value = t0; @@ -40116,7 +40761,7 @@ this.cut = t1; this.paste = 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) { + 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) { var _ = this; _.controller = t0; _.focusNode = t1; @@ -40175,37 +40820,40 @@ _.scrollPhysics = t54; _.autofillHints = t55; _.autofillClient = t56; - _.restorationId = t57; - _.enableIMEPersonalizedLearning = t58; - _.key = t59; + _.clipBehavior = t57; + _.restorationId = t58; + _.enableIMEPersonalizedLearning = t59; + _.key = t60; }, - EditableTextState: function EditableTextState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + EditableTextState: function EditableTextState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _._cursorTimer = null; _._targetCursorVisibility = false; _._cursorVisibilityNotifier = t0; _._editableKey = t1; - _._internalScrollController = _._selectionOverlay = _._textInputConnection = null; - _.__EditableTextState__cursorBlinkOpacityController = $; + _._cursorBlinkOpacityController = _._internalScrollController = _._selectionOverlay = _._textInputConnection = null; _._toolbarLayerLink = t2; _._startHandleLayerLink = t3; _._endHandleLayerLink = t4; _._didAutoFocus = false; - _._currentAutofillScope = _._editable_text$_focusAttachment = null; - _.__EditableTextState__floatingCursorResetController = $; + _._floatingCursorResetController = _._currentAutofillScope = null; + _._tickersEnabled = true; _._lastBoundedOffset = _._pointOffsetOrigin = _._lastTextPosition = _._startCaretRect = _._lastKnownRemoteTextEditingValue = null; _._batchEditDepth = 0; + _._restartConnectionScheduled = false; _._currentCaretRect = null; _._showCaretOnScreenScheduled = false; _.__EditableTextState__lastBottomViewInset = $; _._obscureShowCharTicksPending = 0; - _._currentPromptRectRange = _._obscureLatestCharIndex = null; - _.TextEditingActionTarget__cursorResetLocation = t5; - _.TextEditingActionTarget__wasSelectingVerticallyWithKeyboard = t6; - _.TickerProviderStateMixin__tickers = t7; - _.AutomaticKeepAliveClientMixin__keepAliveHandle = t8; + _._obscureLatestCharIndex = null; + _._cursorActive = false; + _._currentPromptRectRange = null; + _.__EditableTextState__actions = _.__EditableTextState__adjacentLineAction = _.__EditableTextState__updateSelectionAction = _.__EditableTextState__replaceTextAction = $; + _.TickerProviderStateMixin__tickers = t5; + _.TickerProviderStateMixin__tickerModeNotifier = t6; + _.AutomaticKeepAliveClientMixin__keepAliveHandle = t7; _._widget = null; - _._debugLifecycleState = t9; + _._debugLifecycleState = t8; _._framework$_element = null; }, EditableTextState_didChangeDependencies_closure: function EditableTextState_didChangeDependencies_closure(t0) { @@ -40254,6 +40902,9 @@ this.$this = t0; this.controls = t1; }, + EditableTextState__actions_closure: function EditableTextState__actions_closure(t0) { + this.$this = t0; + }, EditableTextState_build_closure: function EditableTextState_build_closure(t0, t1) { this.$this = t0; this.controls = t1; @@ -40305,6 +40956,85 @@ _Editable__extractChildren_closure: function _Editable__extractChildren_closure(t0) { this.result = t0; }, + _TextBoundary: function _TextBoundary() { + }, + _CodeUnitBoundary: function _CodeUnitBoundary(t0) { + this.textEditingValue = t0; + }, + _WhitespaceBoundary: function _WhitespaceBoundary(t0) { + this.textEditingValue = t0; + }, + _CharacterBoundary: function _CharacterBoundary(t0) { + this.textEditingValue = t0; + }, + _WordBoundary: function _WordBoundary(t0, t1) { + this.textLayout = t0; + this.textEditingValue = t1; + }, + _LineBreak: function _LineBreak(t0, t1) { + this.textLayout = t0; + this.textEditingValue = t1; + }, + _DocumentBoundary: function _DocumentBoundary(t0) { + this.textEditingValue = t0; + }, + _ExpandedTextBoundary: function _ExpandedTextBoundary(t0, t1) { + this.innerTextBoundary = t0; + this.outerTextBoundary = t1; + }, + _CollapsedSelectionBoundary: function _CollapsedSelectionBoundary(t0, t1) { + this.innerTextBoundary = t0; + this.isForward = t1; + }, + _MixedBoundary: function _MixedBoundary(t0, t1) { + this.leadingTextBoundary = t0; + this.trailingTextBoundary = t1; + }, + _DeleteTextAction: function _DeleteTextAction(t0, t1, t2, t3) { + var _ = this; + _.state = t0; + _.getTextBoundariesForIntent = t1; + _._actions$_listeners = t2; + _._currentCallingAction = null; + _.$ti = t3; + }, + _UpdateTextSelectionAction: function _UpdateTextSelectionAction(t0, t1, t2, t3, t4) { + var _ = this; + _.state = t0; + _.ignoreNonCollapsedSelection = t1; + _.getTextBoundariesForIntent = t2; + _._actions$_listeners = t3; + _._currentCallingAction = null; + _.$ti = t4; + }, + _UpdateTextSelectionAction_invoke__collapse: function _UpdateTextSelectionAction_invoke__collapse(t0) { + this.intent = t0; + }, + _ExtendSelectionOrCaretPositionAction: function _ExtendSelectionOrCaretPositionAction(t0, t1, t2) { + var _ = this; + _.state = t0; + _.getTextBoundariesForIntent = t1; + _._actions$_listeners = t2; + _._currentCallingAction = null; + }, + _UpdateTextSelectionToAdjacentLineAction: function _UpdateTextSelectionToAdjacentLineAction(t0, t1, t2) { + var _ = this; + _.state = t0; + _._runSelection = _._verticalMovementRun = null; + _._actions$_listeners = t1; + _._currentCallingAction = null; + _.$ti = t2; + }, + _SelectAllAction: function _SelectAllAction(t0, t1) { + this.state = t0; + this._actions$_listeners = t1; + this._currentCallingAction = null; + }, + _CopySelectionAction: function _CopySelectionAction(t0, t1) { + this.state = t0; + this._actions$_listeners = t1; + this._currentCallingAction = null; + }, _EditableTextState_State_AutomaticKeepAliveClientMixin: function _EditableTextState_State_AutomaticKeepAliveClientMixin() { }, _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver: function _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver() { @@ -40313,8 +41043,6 @@ }, _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate: function _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate() { }, - _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextEditingActionTarget: function _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextEditingActionTarget() { - }, combineKeyEventResults(results) { var t1, hasSkipRemainingHandlers, _i; for (t1 = results.length, hasSkipRemainingHandlers = false, _i = 0; _i < t1; ++_i) @@ -40324,8 +41052,10 @@ case B.KeyEventResult_2: hasSkipRemainingHandlers = true; break; - default: + case B.KeyEventResult_1: break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } return hasSkipRemainingHandlers ? B.KeyEventResult_2 : B.KeyEventResult_1; }, @@ -40353,8 +41083,9 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - KeyEventResult: function KeyEventResult(t0) { - this._focus_manager$_name = t0; + KeyEventResult: function KeyEventResult(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _Autofocus: function _Autofocus(t0, t1) { this.scope = t0; @@ -40363,8 +41094,9 @@ FocusAttachment: function FocusAttachment(t0) { this._focus_manager$_node = t0; }, - UnfocusDisposition: function UnfocusDisposition(t0) { - this._focus_manager$_name = t0; + UnfocusDisposition: function UnfocusDisposition(t0, t1) { + this.index = t0; + this._core$_name = t1; }, FocusNode: function FocusNode(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -40410,11 +41142,13 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - FocusHighlightMode: function FocusHighlightMode(t0) { - this._focus_manager$_name = t0; + FocusHighlightMode: function FocusHighlightMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - FocusHighlightStrategy: function FocusHighlightStrategy(t0) { - this._focus_manager$_name = t0; + FocusHighlightStrategy: function FocusHighlightStrategy(t0, t1) { + this.index = t0; + this._core$_name = t1; }, FocusManager: function FocusManager(t0, t1, t2, t3, t4) { var _ = this; @@ -40440,7 +41174,7 @@ _FocusNode_Object_DiagnosticableTreeMixin_ChangeNotifier: function _FocusNode_Object_DiagnosticableTreeMixin_ChangeNotifier() { }, Focus$(autofocus, canRequestFocus, child, debugLabel, descendantsAreFocusable, focusNode, includeSemantics, key, onFocusChange, onKey, onKeyEvent, skipTraversal) { - return new A.Focus(debugLabel, child, onKeyEvent, onKey, onFocusChange, autofocus, focusNode, skipTraversal, includeSemantics, canRequestFocus, descendantsAreFocusable, key); + return new A.Focus(child, focusNode, autofocus, onFocusChange, onKeyEvent, onKey, canRequestFocus, skipTraversal, descendantsAreFocusable, includeSemantics, debugLabel, key); }, Focus_maybeOf(context, scopeOk) { var marker = context.dependOnInheritedWidgetOfExactType$1$0(type$._FocusMarker), @@ -40449,9 +41183,12 @@ return null; return node; }, + _FocusState$() { + return new A._FocusState(B._StateLifecycle_0); + }, FocusScope$(autofocus, child, key, node) { var _null = null; - return new A.FocusScope(_null, child, _null, _null, _null, autofocus, node, _null, true, _null, true, key); + return new A.FocusScope(child, node, autofocus, _null, _null, _null, _null, _null, _null, true, _null, key); }, FocusScope_of(context) { var t1, @@ -40469,22 +41206,23 @@ }, Focus: function Focus(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; - _.debugLabel = t0; - _.child = t1; - _.onKeyEvent = t2; - _.onKey = t3; - _.onFocusChange = t4; - _.autofocus = t5; - _.focusNode = t6; - _.skipTraversal = t7; - _.includeSemantics = t8; - _.canRequestFocus = t9; - _.descendantsAreFocusable = t10; + _.child = t0; + _.focusNode = t1; + _.autofocus = t2; + _.onFocusChange = t3; + _._onKeyEvent = t4; + _._onKey = t5; + _._canRequestFocus = t6; + _._focus_scope$_skipTraversal = t7; + _._focus_scope$_descendantsAreFocusable = t8; + _.includeSemantics = t9; + _._focus_scope$_debugLabel = t10; _.key = t11; }, _FocusState: function _FocusState(t0) { var _ = this; - _._focus_scope$_descendantsAreFocusable = _._canRequestFocus = _._hasPrimaryFocus = _._internalNode = null; + _._internalNode = null; + _.___FocusState__descendantsWereFocusable = _.___FocusState__couldRequestFocus = _.___FocusState__hadPrimaryFocus = $; _._didAutofocus = false; _._widget = _._focusAttachment = null; _._debugLifecycleState = t0; @@ -40504,22 +41242,23 @@ }, FocusScope: function FocusScope(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; - _.debugLabel = t0; - _.child = t1; - _.onKeyEvent = t2; - _.onKey = t3; - _.onFocusChange = t4; - _.autofocus = t5; - _.focusNode = t6; - _.skipTraversal = t7; - _.includeSemantics = t8; - _.canRequestFocus = t9; - _.descendantsAreFocusable = t10; + _.child = t0; + _.focusNode = t1; + _.autofocus = t2; + _.onFocusChange = t3; + _._onKeyEvent = t4; + _._onKey = t5; + _._canRequestFocus = t6; + _._focus_scope$_skipTraversal = t7; + _._focus_scope$_descendantsAreFocusable = t8; + _.includeSemantics = t9; + _._focus_scope$_debugLabel = t10; _.key = t11; }, _FocusScopeState: function _FocusScopeState(t0) { var _ = this; - _._focus_scope$_descendantsAreFocusable = _._canRequestFocus = _._hasPrimaryFocus = _._internalNode = null; + _._internalNode = null; + _.___FocusState__descendantsWereFocusable = _.___FocusState__couldRequestFocus = _.___FocusState__hadPrimaryFocus = $; _._didAutofocus = false; _._widget = _._focusAttachment = null; _._debugLifecycleState = t0; @@ -40584,8 +41323,9 @@ this.policy = t0; this.members = t1; }, - TraversalDirection: function TraversalDirection(t0) { - this._focus_traversal$_name = t0; + TraversalDirection: function TraversalDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, FocusTraversalPolicy: function FocusTraversalPolicy() { }, @@ -40702,23 +41442,28 @@ _.key = t3; }, RequestFocusAction: function RequestFocusAction(t0) { - this._listeners = t0; + this._actions$_listeners = t0; + this._currentCallingAction = null; }, NextFocusIntent: function NextFocusIntent() { }, NextFocusAction: function NextFocusAction(t0) { - this._listeners = t0; + this._actions$_listeners = t0; + this._currentCallingAction = null; }, PreviousFocusIntent: function PreviousFocusIntent() { }, PreviousFocusAction: function PreviousFocusAction(t0) { - this._listeners = t0; + this._actions$_listeners = t0; + this._currentCallingAction = null; }, DirectionalFocusIntent: function DirectionalFocusIntent(t0) { this.direction = t0; }, - DirectionalFocusAction: function DirectionalFocusAction(t0) { - this._listeners = t0; + DirectionalFocusAction: function DirectionalFocusAction(t0, t1) { + this._isForTextField = t0; + this._actions$_listeners = t1; + this._currentCallingAction = null; }, _FocusTraversalPolicy_Object_Diagnosticable: function _FocusTraversalPolicy_Object_Diagnosticable() { }, @@ -40728,9 +41473,8 @@ }, __ReadingOrderSortData_Object_Diagnosticable: function __ReadingOrderSortData_Object_Diagnosticable() { }, - Form$(autovalidate, child, key) { - var t1 = autovalidate ? B.AutovalidateMode_1 : B.AutovalidateMode_0; - return new A.Form(child, t1, key); + Form$(autovalidateMode, child, key) { + return new A.Form(child, autovalidateMode == null ? B.AutovalidateMode_0 : autovalidateMode, key); }, Form_of(context) { var scope = context.dependOnInheritedWidgetOfExactType$1$0(type$._FormScope); @@ -40790,8 +41534,9 @@ this.$this = t0; this.value = t1; }, - AutovalidateMode: function AutovalidateMode(t0) { - this._form$_name = t0; + AutovalidateMode: function AutovalidateMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _FormFieldState_State_RestorationMixin_dispose_closure: function _FormFieldState_State_RestorationMixin_dispose_closure() { }, @@ -40809,9 +41554,9 @@ }, Element__sort(a, b) { var t1, _s6_ = "_depth"; - if (B.JSInt_methods.$lt(A._lateReadCheck(a.__Element__depth, _s6_), A._lateReadCheck(b.__Element__depth, _s6_))) + if (A._lateReadCheck(a.__Element__depth, _s6_) < A._lateReadCheck(b.__Element__depth, _s6_)) return -1; - if (B.JSInt_methods.$lt(A._lateReadCheck(b.__Element__depth, _s6_), A._lateReadCheck(a.__Element__depth, _s6_))) + if (A._lateReadCheck(b.__Element__depth, _s6_) < A._lateReadCheck(a.__Element__depth, _s6_)) return 1; t1 = b._dirty; if (t1 && !a._dirty) @@ -40836,29 +41581,27 @@ var t1 = widget.createState$0(), t2 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t2; - t2 = new A.StatefulElement(t1, t2, widget, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2)); + t2 = new A.StatefulElement(t1, t2, widget, B._ElementLifecycle_0); t1._framework$_element = t2; t1._widget = widget; return t2; }, InheritedElement$(widget) { - var t1 = type$.Element_2, - t2 = A.HashMap_HashMap(null, null, null, t1, type$.nullable_Object), - t3 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t3; - return new A.InheritedElement(t2, t3, widget, B._ElementLifecycle_0, A.HashSet_HashSet(t1)); + var t1 = A.HashMap_HashMap(null, null, null, type$.Element_2, type$.nullable_Object), + t2 = ($.Element__nextHashCode + 1) % 16777215; + $.Element__nextHashCode = t2; + return new A.InheritedElement(t1, t2, widget, B._ElementLifecycle_0); }, SingleChildRenderObjectElement$(widget) { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A.SingleChildRenderObjectElement(t1, widget, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2)); + return new A.SingleChildRenderObjectElement(t1, widget, B._ElementLifecycle_0); }, MultiChildRenderObjectElement$(widget) { - var t1 = type$.Element_2, - t2 = A.HashSet_HashSet(t1), - t3 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t3; - return new A.MultiChildRenderObjectElement(t2, t3, widget, B._ElementLifecycle_0, A.HashSet_HashSet(t1)); + var t1 = A.HashSet_HashSet(type$.Element_2), + t2 = ($.Element__nextHashCode + 1) % 16777215; + $.Element__nextHashCode = t2; + return new A.MultiChildRenderObjectElement(t1, t2, widget, B._ElementLifecycle_0); }, _debugReportException(context, exception, stack, informationCollector) { var details = new A.FlutterErrorDetails(exception, stack, "widgets library", context, informationCollector, false); @@ -40898,8 +41641,9 @@ }, StatefulWidget: function StatefulWidget() { }, - _StateLifecycle: function _StateLifecycle(t0) { - this._framework$_name = t0; + _StateLifecycle: function _StateLifecycle(t0, t1) { + this.index = t0; + this._core$_name = t1; }, State: function State() { }, @@ -40917,8 +41661,9 @@ }, MultiChildRenderObjectWidget: function MultiChildRenderObjectWidget() { }, - _ElementLifecycle: function _ElementLifecycle(t0) { - this._framework$_name = t0; + _ElementLifecycle: function _ElementLifecycle(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _InactiveElements: function _InactiveElements(t0) { this._locked = false; @@ -40928,7 +41673,7 @@ this.$this = t0; this.element = t1; }, - BuildOwner: function BuildOwner(t0, t1, t2, t3, t4, t5) { + BuildOwner: function BuildOwner(t0, t1, t2, t3) { var _ = this; _.onBuildScheduled = null; _._inactiveElements = t0; @@ -40940,15 +41685,11 @@ _._debugBuilding = false; _._debugElementsThatWillNeedToBeRebuiltDueToGlobalKeyShenanigans = _._debugCurrentBuildTarget = null; _._globalKeyRegistry = t3; - _._debugIllFatedElements = t4; - _._debugGlobalKeyReservations = t5; }, - BuildOwner_buildScope_closure: function BuildOwner_buildScope_closure(t0, t1) { - this._box_0 = t0; + BuildOwner_buildScope_closure: function BuildOwner_buildScope_closure(t0, t1, t2) { + this._box_1 = t0; this.$this = t1; - }, - BuildOwner_finalizeTree_closure: function BuildOwner_finalizeTree_closure(t0) { - this.$this = t0; + this.element = t2; }, Element0: function Element0() { }, @@ -40996,7 +41737,7 @@ ComponentElement_performRebuild_closure0: function ComponentElement_performRebuild_closure0(t0) { this.$this = t0; }, - StatelessElement: function StatelessElement(t0, t1, t2, t3) { + StatelessElement: function StatelessElement(t0, t1, t2) { var _ = this; _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; _._cachedHash = t0; @@ -41005,13 +41746,12 @@ _._widget = t1; _._owner = null; _._lifecycleState = t2; - _._debugForgottenChildrenWithGlobalKey = t3; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; }, - StatefulElement: function StatefulElement(t0, t1, t2, t3, t4) { + StatefulElement: function StatefulElement(t0, t1, t2, t3) { var _ = this; _._framework$_state = t0; _._didChangeDependencies = false; @@ -41022,7 +41762,6 @@ _._widget = t2; _._owner = null; _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -41030,7 +41769,7 @@ }, ProxyElement: function ProxyElement() { }, - ParentDataElement: function ParentDataElement(t0, t1, t2, t3, t4) { + ParentDataElement: function ParentDataElement(t0, t1, t2, t3) { var _ = this; _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; _._cachedHash = t0; @@ -41039,17 +41778,16 @@ _._widget = t1; _._owner = null; _._lifecycleState = t2; - _._debugForgottenChildrenWithGlobalKey = t3; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; - _.$ti = t4; + _.$ti = t3; }, ParentDataElement__applyParentData_applyParentDataToChild: function ParentDataElement__applyParentData_applyParentDataToChild(t0) { this.widget = t0; }, - InheritedElement: function InheritedElement(t0, t1, t2, t3, t4) { + InheritedElement: function InheritedElement(t0, t1, t2, t3) { var _ = this; _._dependents = t0; _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; @@ -41059,7 +41797,6 @@ _._widget = t2; _._owner = null; _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -41075,7 +41812,7 @@ }, RootRenderObjectElement: function RootRenderObjectElement() { }, - LeafRenderObjectElement: function LeafRenderObjectElement(t0, t1, t2, t3) { + LeafRenderObjectElement: function LeafRenderObjectElement(t0, t1, t2) { var _ = this; _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _._cachedHash = t0; @@ -41084,13 +41821,12 @@ _._widget = t1; _._owner = null; _._lifecycleState = t2; - _._debugForgottenChildrenWithGlobalKey = t3; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; }, - SingleChildRenderObjectElement: function SingleChildRenderObjectElement(t0, t1, t2, t3) { + SingleChildRenderObjectElement: function SingleChildRenderObjectElement(t0, t1, t2) { var _ = this; _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; _._cachedHash = t0; @@ -41099,13 +41835,12 @@ _._widget = t1; _._owner = null; _._lifecycleState = t2; - _._debugForgottenChildrenWithGlobalKey = t3; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; }, - MultiChildRenderObjectElement: function MultiChildRenderObjectElement(t0, t1, t2, t3, t4) { + MultiChildRenderObjectElement: function MultiChildRenderObjectElement(t0, t1, t2, t3) { var _ = this; _.__MultiChildRenderObjectElement__children = $; _._forgottenChildren = t0; @@ -41116,7 +41851,6 @@ _._widget = t2; _._owner = null; _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -41125,15 +41859,12 @@ MultiChildRenderObjectElement_children_closure: function MultiChildRenderObjectElement_children_closure(t0) { this.$this = t0; }, - DebugCreator: function DebugCreator(t0) { - this.element = t0; - }, IndexedSlot: function IndexedSlot(t0, t1, t2) { this.value = t0; this.index = t1; this.$ti = t2; }, - _NullElement: function _NullElement(t0, t1, t2, t3) { + _NullElement: function _NullElement(t0, t1, t2) { var _ = this; _._debugReassembleConfig = _._framework$_parent = null; _._cachedHash = t0; @@ -41142,13 +41873,12 @@ _._widget = t1; _._owner = null; _._lifecycleState = t2; - _._debugForgottenChildrenWithGlobalKey = t3; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; }, - _NullWidget: function _NullWidget(t0) { + _NullWidget1: function _NullWidget1(t0) { this.key = t0; }, _State_Object_Diagnosticable: function _State_Object_Diagnosticable() { @@ -41305,8 +42035,9 @@ t1 = t1._box$_size; return A.MatrixUtils_transformRect(t2, new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy)); }, - HeroFlightDirection: function HeroFlightDirection(t0) { - this._heroes$_name = t0; + HeroFlightDirection: function HeroFlightDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Hero: function Hero(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -41412,6 +42143,24 @@ IconTheme_merge(child, data) { return new A.Builder(new A.IconTheme_merge_closure(null, data, child), null); }, + IconTheme_of(context) { + var t3, + iconThemeData = A.IconTheme__getInheritedIconThemeData(context).resolve$1(context), + t1 = iconThemeData.color, + t2 = t1 == null; + if (!t2 && iconThemeData.get$opacity(iconThemeData) != null && iconThemeData.size != null) + t1 = iconThemeData; + else { + t3 = iconThemeData.size; + if (t3 == null) + t3 = 24; + if (t2) + t1 = B.Color_4278190080; + t2 = iconThemeData.get$opacity(iconThemeData); + t1 = iconThemeData.copyWith$3$color$opacity$size(t1, t2 == null ? B.IconThemeData_Color_4278190080_1_24.get$opacity(B.IconThemeData_Color_4278190080_1_24) : t2, t3); + } + return t1; + }, IconTheme__getInheritedIconThemeData(context) { var iconTheme = context.dependOnInheritedWidgetOfExactType$1$0(type$.IconTheme), t1 = iconTheme == null ? null : iconTheme.data; @@ -41592,13 +42341,14 @@ _.onEnd = t7; _.key = t8; }, - _AnimatedContainerState: function _AnimatedContainerState(t0, t1) { + _AnimatedContainerState: function _AnimatedContainerState(t0, t1, t2) { var _ = this; - _._transformAlignment = _._implicit_animations$_transform = _._margin = _._implicit_animations$_constraints = _._foregroundDecoration = _._implicit_animations$_decoration = _._implicit_animations$_padding = _._implicit_animations$_alignment = null; + _._transformAlignment = _._implicit_animations$_transform = _._margin = _._constraints = _._foregroundDecoration = _._implicit_animations$_decoration = _._implicit_animations$_padding = _._implicit_animations$_alignment = null; _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _AnimatedContainerState_forEachTween_closure: function _AnimatedContainerState_forEachTween_closure() { @@ -41626,13 +42376,14 @@ _.onEnd = t4; _.key = t5; }, - _AnimatedPaddingState: function _AnimatedPaddingState(t0, t1) { + _AnimatedPaddingState: function _AnimatedPaddingState(t0, t1, t2) { var _ = this; _._implicit_animations$_padding = null; _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _AnimatedPaddingState_forEachTween_closure: function _AnimatedPaddingState_forEachTween_closure() { @@ -41647,13 +42398,14 @@ _.onEnd = t5; _.key = t6; }, - _AnimatedOpacityState: function _AnimatedOpacityState(t0, t1) { + _AnimatedOpacityState: function _AnimatedOpacityState(t0, t1, t2) { var _ = this; _._implicit_animations$_opacity = null; _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = _.___AnimatedOpacityState__opacityAnimation = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _AnimatedOpacityState_forEachTween_closure: function _AnimatedOpacityState_forEachTween_closure() { @@ -41668,39 +42420,40 @@ _.onEnd = t5; _.key = t6; }, - _AnimatedDefaultTextStyleState: function _AnimatedDefaultTextStyleState(t0, t1) { + _AnimatedDefaultTextStyleState: function _AnimatedDefaultTextStyleState(t0, t1, t2) { var _ = this; _._implicit_animations$_style = null; _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _AnimatedDefaultTextStyleState_forEachTween_closure: function _AnimatedDefaultTextStyleState_forEachTween_closure() { }, - AnimatedPhysicalModel: function AnimatedPhysicalModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + AnimatedPhysicalModel: function AnimatedPhysicalModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.child = t0; _.shape = t1; _.clipBehavior = t2; - _.borderRadius = t3; - _.elevation = t4; - _.color = t5; - _.animateColor = t6; - _.shadowColor = t7; - _.curve = t8; - _.duration = t9; - _.onEnd = t10; - _.key = t11; + _.elevation = t3; + _.color = t4; + _.animateColor = t5; + _.shadowColor = t6; + _.curve = t7; + _.duration = t8; + _.onEnd = t9; + _.key = t10; }, - _AnimatedPhysicalModelState: function _AnimatedPhysicalModelState(t0, t1) { + _AnimatedPhysicalModelState: function _AnimatedPhysicalModelState(t0, t1, t2) { var _ = this; _._implicit_animations$_shadowColor = _._implicit_animations$_color = _._implicit_animations$_elevation = _._borderRadius = null; _.__ImplicitlyAnimatedWidgetState__animation = _.__ImplicitlyAnimatedWidgetState__controller = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _AnimatedPhysicalModelState_forEachTween_closure: function _AnimatedPhysicalModelState_forEachTween_closure() { @@ -41713,9 +42466,27 @@ }, _ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin: function _ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin() { }, + InheritedModel: function InheritedModel() { + }, + InheritedModelElement: function InheritedModelElement(t0, t1, t2, t3, t4) { + var _ = this; + _._dependents = t0; + _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._cachedHash = t1; + _._slot = null; + _.__Element__depth = $; + _._widget = t2; + _._owner = null; + _._lifecycleState = t3; + _._dependencies = _._inheritedWidgets = null; + _._hadUnsatisfiedDependencies = false; + _._dirty = true; + _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; + _.$ti = t4; + }, InheritedNotifier: function InheritedNotifier() { }, - _InheritedNotifierElement: function _InheritedNotifierElement(t0, t1, t2, t3, t4, t5) { + _InheritedNotifierElement: function _InheritedNotifierElement(t0, t1, t2, t3, t4) { var _ = this; _._inherited_notifier$_dirty = false; _._dependents = t0; @@ -41726,12 +42497,11 @@ _._widget = t2; _._owner = null; _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; - _.$ti = t5; + _.$ti = t4; }, InheritedTheme_capture(from, to) { var themes; @@ -41765,7 +42535,7 @@ }, ConstrainedLayoutBuilder: function ConstrainedLayoutBuilder() { }, - _LayoutBuilderElement: function _LayoutBuilderElement(t0, t1, t2, t3, t4) { + _LayoutBuilderElement: function _LayoutBuilderElement(t0, t1, t2, t3) { var _ = this; _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._layout_builder$_child = null; _._cachedHash = t0; @@ -41774,12 +42544,11 @@ _._widget = t1; _._owner = null; _._lifecycleState = t2; - _._debugForgottenChildrenWithGlobalKey = t3; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; - _.$ti = t4; + _.$ti = t3; }, _LayoutBuilderElement__layout_layoutCallback: function _LayoutBuilderElement__layout_layoutCallback(t0, t1) { this.$this = t0; @@ -41815,7 +42584,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -41869,7 +42638,7 @@ return A.Future_wait(new A.MappedListIterable(t1, new A._loadAll_closure0(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,Future<@>>")), t2).then$1$1(0, new A._loadAll_closure1(_box_1, output), type$.Map_Type_dynamic); }, Localizations_Localizations$override(child, context, locale) { - var mergedDelegates = A.List_List$from(context.dependOnInheritedWidgetOfExactType$1$0(type$._LocalizationsScope).localizationsState._widget.delegates, true, type$.LocalizationsDelegate_dynamic); + var mergedDelegates = A.List_List$of(context.dependOnInheritedWidgetOfExactType$1$0(type$._LocalizationsScope).localizationsState._widget.delegates, true, type$.LocalizationsDelegate_dynamic); return new A.Localizations(locale, mergedDelegates, child, null); }, Localizations_maybeLocaleOf(context) { @@ -41933,8 +42702,8 @@ this.value = t1; this.locale = t2; }, - MediaQueryData$(accessibleNavigation, alwaysUse24HourFormat, boldText, devicePixelRatio, disableAnimations, 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); + 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, @@ -41958,7 +42727,8 @@ t7 = $window._debugDevicePixelRatio; t7 = A.EdgeInsets$fromWindowPadding(B.WindowPadding_0_0_0_0, t7 == null ? A.EnginePlatformDispatcher_browserDevicePixelRatio() : t7); $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)); + $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); }, 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); @@ -41977,10 +42747,11 @@ t1 = t1 == null ? null : t1.boldText; return t1 === true; }, - Orientation: function Orientation(t0) { - this._media_query$_name = t0; + Orientation: function Orientation(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - MediaQueryData: function MediaQueryData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { + MediaQueryData: function MediaQueryData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { var _ = this; _.size = t0; _.devicePixelRatio = t1; @@ -41998,14 +42769,16 @@ _.boldText = t13; _.navigationMode = t14; _.gestureSettings = t15; + _.displayFeatures = t16; }, MediaQuery: function MediaQuery(t0, t1, t2) { this.data = t0; this.child = t1; this.key = t2; }, - NavigationMode: function NavigationMode(t0) { - this._media_query$_name = t0; + NavigationMode: function NavigationMode(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _MediaQueryFromWindow: function _MediaQueryFromWindow(t0, t1) { this.child = t0; @@ -42022,6 +42795,9 @@ }, __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) { var _ = this; _.color = t0; @@ -42030,12 +42806,9 @@ _.semanticsLabel = t3; _.key = t4; }, - ModalBarrier_build_handleDismiss: function ModalBarrier_build_handleDismiss(t0) { - this.context = t0; - }, - ModalBarrier_build_closure: function ModalBarrier_build_closure(t0, t1) { + ModalBarrier_build_handleDismiss: function ModalBarrier_build_handleDismiss(t0, t1) { this.$this = t0; - this.handleDismiss = t1; + this.context = t1; }, AnimatedModalBarrier: function AnimatedModalBarrier(t0, t1, t2, t3, t4) { var _ = this; @@ -42083,8 +42856,9 @@ _.middleSpacing = t4; _.key = t5; }, - _ToolbarSlot: function _ToolbarSlot(t0) { - this._navigation_toolbar$_name = t0; + _ToolbarSlot: function _ToolbarSlot(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _ToolbarLayout: function _ToolbarLayout(t0, t1, t2) { var _ = this; @@ -42163,7 +42937,7 @@ }, _RouteEntry_suitableForTransitionAnimationPredicate(entry) { var t1 = entry.currentState.index; - return t1 <= 9 && t1 >= 3; + return t1 <= 10 && t1 >= 3; }, _RouteEntry_willBePresentPredicate(entry) { var t1 = entry.currentState.index; @@ -42178,8 +42952,8 @@ t1 = J.getInterceptor$asx(data); t2 = t1.$index(data, 0); t2.toString; - switch (B.List_ato[A._asIntS(t2)]) { - case B._RouteRestorationType_0: + switch (B.List_MYz[A._asIntS(t2)].index) { + case 0: t1 = t1.sublist$1(data, 1); t2 = t1[0]; t2.toString; @@ -42188,7 +42962,7 @@ t3.toString; A._asStringS(t3); return new A._NamedRestorationInformation(t2, t3, t1.length > 2 ? t1[2] : null, B._RouteRestorationType_0); - case B._RouteRestorationType_1: + case 1: t1 = t1.sublist$1(data, 1)[1]; t1.toString; type$.Route_dynamic_Function_2_BuildContext_and_nullable_Object._as(A.PluginUtilities_getCallbackFromHandle(new A.CallbackHandle(A._asIntS(t1)))); @@ -42197,8 +42971,9 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - RoutePopDisposition: function RoutePopDisposition(t0) { - this._navigator$_name = t0; + RoutePopDisposition: function RoutePopDisposition(t0, t1) { + this.index = t0; + this._core$_name = t1; }, Route: function Route() { }, @@ -42254,7 +43029,7 @@ }, _RouteLifecycle: function _RouteLifecycle(t0, t1) { this.index = t0; - this._navigator$_name = t1; + this._core$_name = t1; }, _NotAnnounced: function _NotAnnounced(t0, t1, t2) { var _ = this; @@ -42271,7 +43046,7 @@ _.lastAnnouncedPreviousRoute = t3; _.lastAnnouncedPoppedNextRoute = t4; _.lastAnnouncedNextRoute = t5; - _.doingPop = false; + _.pendingResult = null; _._reportRemovalToObserver = true; _._isWaitingForExitingDecision = false; }, @@ -42309,7 +43084,7 @@ this.primaryRoute = t0; this.secondaryRoute = t1; }, - NavigatorState: function NavigatorState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + NavigatorState: function NavigatorState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; _.__NavigatorState__overlayKey = $; _._history = t0; @@ -42322,7 +43097,7 @@ _.__NavigatorState__effectiveObservers = $; _._rawNextPagelessRestorationScopeId = t5; _._lastAnnouncedRouteName = null; - _._debugUpdatingPage = false; + _._flushingHistory = _._debugUpdatingPage = false; _._userGesturesInProgressCount = 0; _.userGestureInProgressNotifier = t6; _._activePointers = t7; @@ -42332,8 +43107,9 @@ _.RestorationMixin__firstRestorePending = t11; _.RestorationMixin__currentParent = t12; _.TickerProviderStateMixin__tickers = t13; + _.TickerProviderStateMixin__tickerModeNotifier = t14; _._widget = null; - _._debugLifecycleState = t14; + _._debugLifecycleState = t15; _._framework$_element = null; }, NavigatorState_restoreState_closure: function NavigatorState_restoreState_closure(t0) { @@ -42362,7 +43138,7 @@ }, _RouteRestorationType: function _RouteRestorationType(t0, t1) { this.index = t0; - this._navigator$_name = t1; + this._core$_name = t1; }, _RestorationInformation: function _RestorationInformation() { }, @@ -42414,8 +43190,9 @@ OverflowBar$(alignment, children, overflowAlignment, overflowDirection, overflowSpacing, spacing) { return new A.OverflowBar(spacing, alignment, overflowSpacing, overflowAlignment, overflowDirection, children, null); }, - OverflowBarAlignment: function OverflowBarAlignment(t0) { - this._overflow_bar$_name = t0; + OverflowBarAlignment: function OverflowBarAlignment(t0, t1) { + this.index = t0; + this._core$_name = t1; }, OverflowBar: function OverflowBar(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -42434,7 +43211,7 @@ }, _RenderOverflowBar: function _RenderOverflowBar(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; - _._overflow_bar$_spacing = t0; + _._spacing = t0; _._overflow_bar$_alignment = t1; _._overflowSpacing = t2; _._overflowAlignment = t3; @@ -42456,7 +43233,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t10; _._needsCompositingBitsUpdate = false; @@ -42511,12 +43288,13 @@ this.initialEntries = t0; this.key = t1; }, - OverlayState: function OverlayState(t0, t1, t2) { + OverlayState: function OverlayState(t0, t1, t2, t3) { var _ = this; _._entries = t0; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, OverlayState_insert_closure: function OverlayState_insert_closure(t0, t1, t2, t3) { @@ -42552,7 +43330,7 @@ _.children = t2; _.key = t3; }, - _TheatreElement: function _TheatreElement(t0, t1, t2, t3, t4) { + _TheatreElement: function _TheatreElement(t0, t1, t2, t3) { var _ = this; _.__MultiChildRenderObjectElement__children = $; _._forgottenChildren = t0; @@ -42563,7 +43341,6 @@ _._widget = t2; _._owner = null; _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -42572,10 +43349,10 @@ _RenderTheatre: function _RenderTheatre(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _._overlay$_hasVisualOverflow = false; - _._overlay$_resolvedAlignment = null; + _._resolvedAlignment = null; _._overlay$_textDirection = t0; _._overlay$_skipCount = t1; - _._overlay$_clipBehavior = t2; + _._clipBehavior = t2; _._overlay$_clipRectLayer = t3; _.ContainerRenderObjectMixin__childCount = t4; _.ContainerRenderObjectMixin__firstChild = t5; @@ -42592,7 +43369,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t7; _._needsCompositingBitsUpdate = false; @@ -42632,7 +43409,7 @@ 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, A.List_List$filled(0, _null, false, type$.nullable_void_Function)), - t5 = A.AnimationController$(_null, _null, 0, _null, 1, _null, vsync); + 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; @@ -42655,24 +43432,26 @@ _.child = t2; _.key = t3; }, - _GlowingOverscrollIndicatorState: function _GlowingOverscrollIndicatorState(t0, t1, t2) { + _GlowingOverscrollIndicatorState: function _GlowingOverscrollIndicatorState(t0, t1, t2, t3) { var _ = this; _._lastNotificationType = _._leadingAndTrailingListener = _._trailingController = _._leadingController = null; _._accepted = t0; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, - _GlowState: function _GlowState(t0) { - this._overscroll_indicator$_name = t0; + _GlowState: function _GlowState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _GlowController: function _GlowController(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _._overscroll_indicator$_state = t0; _.___GlowController__glowController = $; _._pullRecedeTimer = null; - _._paintOffsetScrollPixels = _._overscroll_indicator$_paintOffset = 0; + _._paintOffsetScrollPixels = _._paintOffset = 0; _._glowOpacityTween = t1; _.___GlowController__glowOpacity = $; _._glowSizeTween = t2; @@ -42703,21 +43482,25 @@ this.child = t1; this.key = t2; }, - _StretchingOverscrollIndicatorState: function _StretchingOverscrollIndicatorState(t0, t1) { + _StretchingOverscrollIndicatorState: function _StretchingOverscrollIndicatorState(t0, t1, t2) { var _ = this; _.___StretchingOverscrollIndicatorState__stretchController = $; _._lastOverscrollNotification = _._lastNotification = null; _._accepted = true; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, - _StretchingOverscrollIndicatorState_build_closure: function _StretchingOverscrollIndicatorState_build_closure(t0) { - this.$this = t0; + _StretchingOverscrollIndicatorState_build_closure: function _StretchingOverscrollIndicatorState_build_closure(t0, t1, t2) { + this._box_0 = t0; + this.$this = t1; + this.size = t2; }, - _StretchState: function _StretchState(t0) { - this._overscroll_indicator$_name = t0; + _StretchState: function _StretchState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _StretchController: function _StretchController(t0, t1, t2) { var _ = this; @@ -42931,40 +43714,40 @@ return A.MatrixUtils_transformPoint(type$.RenderBox._as(t1).getTransformTo$1(0, null), B.Offset_0_0); }, _sizeExtent(size, scrollDirection) { - switch (scrollDirection) { - case B.Axis_0: + switch (scrollDirection.index) { + case 0: return size._dx; - case B.Axis_1: + case 1: return size._dy; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _offsetExtent(offset, scrollDirection) { - switch (scrollDirection) { - case B.Axis_0: + switch (scrollDirection.index) { + case 0: return offset._dx; - case B.Axis_1: + case 1: return offset._dy; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _extentOffset(extent, scrollDirection) { - switch (scrollDirection) { - case B.Axis_0: + switch (scrollDirection.index) { + case 0: return new A.Offset(extent, 0); - case B.Axis_1: + case 1: return new A.Offset(0, extent); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _restrictAxis(offset, scrollDirection) { - switch (scrollDirection) { - case B.Axis_0: + switch (scrollDirection.index) { + case 0: return new A.Offset(offset._dx, 0); - case B.Axis_1: + case 1: return new A.Offset(0, offset._dy); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -42980,23 +43763,24 @@ _.prototypeItem = t5; _.key = t6; }, - SliverReorderableListState: function SliverReorderableListState(t0, t1, t2) { + SliverReorderableListState: function SliverReorderableListState(t0, t1, t2, t3) { var _ = this; _._reorderable_list$_items = t0; - _._recognizer = _._finalDropPosition = _._insertIndex = _._dragInfo = _._dragIndex = _._overlayEntry = null; + _._recognizerPointer = _._recognizer = _._finalDropPosition = _._insertIndex = _._dragInfo = _._dragIndex = _._overlayEntry = null; _._dragStartTransitionComplete = _._autoScrolling = false; _.__SliverReorderableListState__scrollable = $; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, SliverReorderableListState_startItemDragReorder_closure: function SliverReorderableListState_startItemDragReorder_closure(t0, t1, t2, t3) { var _ = this; _.$this = t0; - _.index = t1; - _.recognizer = t2; - _.event = t3; + _.event = t1; + _.index = t2; + _.recognizer = t3; }, SliverReorderableListState__dragStart_closure: function SliverReorderableListState__dragStart_closure(t0) { this.$this = t0; @@ -43295,7 +44079,8 @@ }, _DismissModalAction: function _DismissModalAction(t0, t1) { this.context = t0; - this._listeners = t1; + this._actions$_listeners = t1; + this._currentCallingAction = null; }, _ModalScopeStatus: function _ModalScopeStatus(t0, t1, t2, t3, t4) { var _ = this; @@ -43379,7 +44164,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -43409,7 +44194,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -43495,8 +44280,9 @@ t1 = configuration == null ? null : configuration.behavior; return t1 == null ? B.ScrollBehavior_null : t1; }, - AndroidOverscrollIndicator: function AndroidOverscrollIndicator(t0) { - this._scroll_configuration$_name = t0; + AndroidOverscrollIndicator: function AndroidOverscrollIndicator(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ScrollBehavior: function ScrollBehavior(t0) { this._androidOverscrollIndicator = t0; @@ -43505,14 +44291,15 @@ }, ScrollBehavior_velocityTrackerBuilder_closure0: function ScrollBehavior_velocityTrackerBuilder_closure0() { }, - _WrappedScrollBehavior: function _WrappedScrollBehavior(t0, t1, t2, t3, t4, t5) { + _WrappedScrollBehavior: function _WrappedScrollBehavior(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.delegate = t0; - _.scrollbar = t1; - _.overscrollIndicator = t2; + _.scrollbars = t1; + _.overscroll = t2; _.physics = t3; _.platform = t4; _._dragDevices = t5; + _._androidOverscrollIndicator = t6; }, ScrollConfiguration: function ScrollConfiguration(t0, t1, t2) { this.behavior = t0; @@ -43654,8 +44441,9 @@ NeverScrollableScrollPhysics: function NeverScrollableScrollPhysics(t0) { this.parent = t0; }, - ScrollPositionAlignmentPolicy: function ScrollPositionAlignmentPolicy(t0) { - this._scroll_position$_name = t0; + ScrollPositionAlignmentPolicy: function ScrollPositionAlignmentPolicy(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ScrollPosition: function ScrollPosition() { }, @@ -43789,8 +44577,9 @@ 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); }, - ScrollViewKeyboardDismissBehavior: function ScrollViewKeyboardDismissBehavior(t0) { - this._scroll_view$_name = t0; + ScrollViewKeyboardDismissBehavior: function ScrollViewKeyboardDismissBehavior(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ScrollView: function ScrollView() { }, @@ -43931,7 +44720,7 @@ _.child = t2; _.key = t3; }, - ScrollableState: function ScrollableState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + ScrollableState: function ScrollableState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _._scrollable$_position = null; _._persistedScrollOffset = t0; @@ -43949,8 +44738,9 @@ _.RestorationMixin__firstRestorePending = t8; _.RestorationMixin__currentParent = t9; _.TickerProviderStateMixin__tickers = t10; + _.TickerProviderStateMixin__tickerModeNotifier = t11; _._widget = null; - _._debugLifecycleState = t11; + _._debugLifecycleState = t12; _._framework$_element = null; }, ScrollableState_setCanDrag_closure: function ScrollableState_setCanDrag_closure(t0) { @@ -43996,7 +44786,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -44008,15 +44798,17 @@ _._depth = 0; _._node$_parent = _._node$_owner = null; }, - ScrollIncrementType: function ScrollIncrementType(t0) { - this._scrollable$_name = t0; + ScrollIncrementType: function ScrollIncrementType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ScrollIntent: function ScrollIntent(t0, t1) { this.direction = t0; this.type = t1; }, ScrollAction: function ScrollAction(t0) { - this._listeners = t0; + this._actions$_listeners = t0; + this._currentCallingAction = null; }, _RestorableScrollOffset: function _RestorableScrollOffset(t0) { var _ = this; @@ -44036,36 +44828,38 @@ return new A.RawScrollbar(child, controller, isAlwaysShown, radius, thickness, fadeDuration, timeToFade, pressDuration, notificationPredicate, interactive, scrollbarOrientation, key); }, RawScrollbarState$($T) { - return new A.RawScrollbarState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, B._StateLifecycle_0, $T._eval$1("RawScrollbarState<0>")); + return new A.RawScrollbarState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0, $T._eval$1("RawScrollbarState<0>")); }, _getLocalOffset(scrollbarPainterKey, position) { var t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, scrollbarPainterKey).get$renderObject(); t1.toString; return type$.RenderBox._as(t1).globalToLocal$1(position); }, - ScrollbarOrientation: function ScrollbarOrientation(t0) { - this._scrollbar$_name = t0; + ScrollbarOrientation: function ScrollbarOrientation(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - ScrollbarPainter: function ScrollbarPainter(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + ScrollbarPainter: function ScrollbarPainter(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; _._scrollbar$_color = t0; - _._scrollbar$_trackColor = t1; - _._scrollbar$_trackBorderColor = t2; + _._trackColor = t1; + _._trackBorderColor = t2; _._scrollbar$_textDirection = null; _._thickness = t3; _.fadeoutOpacityAnimation = t4; _._mainAxisMargin = t5; _._crossAxisMargin = t6; - _._scrollbar$_radius = null; - _._scrollbar$_shape = t7; - _._scrollbar$_padding = t8; - _._minLength = t9; - _._minOverscrollLength = t10; - _._scrollbarOrientation = t11; + _._scrollbar$_radius = t7; + _._scrollbar$_shape = t8; + _._scrollbar$_padding = t9; + _._minLength = t10; + _._minOverscrollLength = t11; + _._scrollbarOrientation = t12; + _._ignorePointer = false; _._trackRect = _._thumbRect = _._lastAxisDirection = _._lastMetrics = null; _.__ScrollbarPainter__thumbOffset = $; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t12; + _.ChangeNotifier__listeners = t13; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, @@ -44086,7 +44880,7 @@ _.scrollbarOrientation = t10; _.key = t11; }, - RawScrollbarState: function RawScrollbarState(t0, t1, t2, t3) { + RawScrollbarState: function RawScrollbarState(t0, t1, t2, t3, t4) { var _ = this; _._fadeoutTimer = _._currentController = _._dragScrollbarAxisOffset = null; _.__RawScrollbarState__fadeoutOpacityAnimation = _.__RawScrollbarState__fadeoutAnimationController = $; @@ -44094,10 +44888,11 @@ _._hoverIsActive = false; _.__RawScrollbarState_scrollbarPainter = $; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; - _.$ti = t3; + _.$ti = t4; }, RawScrollbarState__maybeStartFadeoutTimer_closure: function RawScrollbarState__maybeStartFadeoutTimer_closure(t0) { this.$this = t0; @@ -44123,10 +44918,10 @@ RawScrollbarState__gestures_closure2: function RawScrollbarState__gestures_closure2(t0) { this.$this = t0; }, - RawScrollbarState_build_closure0: function RawScrollbarState_build_closure0(t0) { + RawScrollbarState_build_closure: function RawScrollbarState_build_closure(t0) { this.$this = t0; }, - RawScrollbarState_build_closure: function RawScrollbarState_build_closure(t0) { + RawScrollbarState_build_closure0: function RawScrollbarState_build_closure0(t0) { this.$this = t0; }, _ThumbPressGestureRecognizer: function _ThumbPressGestureRecognizer(t0, t1, t2, t3, t4, t5, t6, t7, t8) { @@ -44168,6 +44963,22 @@ }, _RawScrollbarState_State_TickerProviderStateMixin: function _RawScrollbarState_State_TickerProviderStateMixin() { }, + SharedAppData: function SharedAppData(t0, t1) { + this.child = t0; + this.key = t1; + }, + _SharedAppDataState: function _SharedAppDataState(t0) { + var _ = this; + _.___SharedAppDataState_data = $; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, + _SharedAppModel: function _SharedAppModel(t0, t1, t2) { + this.data = t0; + this.child = t1; + this.key = t2; + }, KeySet__computeHashCode(keys) { var h1, h2, sortedHashes, $length = keys._collection$_length, @@ -44200,6 +45011,9 @@ t2.KeySet$4(key1, null, null, null, {}, t1); return t2; }, + SingleActivator$(trigger, alt, control, meta, shift) { + return new A.SingleActivator(trigger, control, shift, alt, meta); + }, ShortcutManager$() { return new A.ShortcutManager(B.Map_empty1, A.List_List$filled(0, null, false, type$.nullable_void_Function)); }, @@ -44301,7 +45115,7 @@ }, _RenderSingleChildViewport: function _RenderSingleChildViewport(t0, t1, t2, t3, t4, t5) { var _ = this; - _._axisDirection = t0; + _._single_child_scroll_view$_axisDirection = t0; _._single_child_scroll_view$_offset = t1; _._single_child_scroll_view$_clipBehavior = t2; _._single_child_scroll_view$_clipRectLayer = t3; @@ -44318,7 +45132,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t5; _._needsCompositingBitsUpdate = false; @@ -44353,7 +45167,7 @@ var t1 = A.SplayTreeMap$(type$.int, type$.nullable_Element), t2 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t2; - return new A.SliverMultiBoxAdaptorElement(replaceMovedChildren, t1, t2, widget, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2)); + return new A.SliverMultiBoxAdaptorElement(replaceMovedChildren, t1, t2, widget, B._ElementLifecycle_0); }, SliverMultiBoxAdaptorElement__extrapolateMaxScrollOffset(firstIndex, lastIndex, leadingScrollOffset, trailingScrollOffset, childCount) { if (lastIndex === childCount - 1) @@ -44398,7 +45212,7 @@ this.delegate = t1; this.key = t2; }, - SliverMultiBoxAdaptorElement: function SliverMultiBoxAdaptorElement(t0, t1, t2, t3, t4, t5) { + SliverMultiBoxAdaptorElement: function SliverMultiBoxAdaptorElement(t0, t1, t2, t3, t4) { var _ = this; _._replaceMovedChildren = t0; _._sliver$_childElements = t1; @@ -44411,7 +45225,6 @@ _._widget = t3; _._owner = null; _._lifecycleState = t4; - _._debugForgottenChildrenWithGlobalKey = t5; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -44476,7 +45289,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t2; _._needsCompositingBitsUpdate = false; @@ -44507,7 +45320,7 @@ _._debugLifecycleState = t0; _._framework$_element = null; }, - _SliverPersistentHeaderElement: function _SliverPersistentHeaderElement(t0, t1, t2, t3, t4) { + _SliverPersistentHeaderElement: function _SliverPersistentHeaderElement(t0, t1, t2, t3) { var _ = this; _.floating = t0; _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _.child = null; @@ -44517,7 +45330,6 @@ _._widget = t2; _._owner = null; _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -44555,7 +45367,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t3; _._needsCompositingBitsUpdate = false; @@ -44569,17 +45381,37 @@ }, __RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin: function __RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin() { }, + SlottedMultiChildRenderObjectWidgetMixin: function SlottedMultiChildRenderObjectWidgetMixin() { + }, + SlottedContainerRenderObjectMixin: function SlottedContainerRenderObjectMixin() { + }, + SlottedRenderObjectElement: function SlottedRenderObjectElement(t0, t1, t2, t3, t4) { + var _ = this; + _._slotToChild = t0; + _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._debugPreviousSlots = null; + _._cachedHash = t1; + _._slot = null; + _.__Element__depth = $; + _._widget = t2; + _._owner = null; + _._lifecycleState = t3; + _._dependencies = _._inheritedWidgets = null; + _._hadUnsatisfiedDependencies = false; + _._dirty = true; + _._debugAllowIgnoredCallsToMarkNeedsBuild = _._debugBuiltOnce = _._inDirtyList = false; + _.$ti = t4; + }, Spacer: function Spacer(t0) { this.key = t0; }, - Table$(children, columnWidths, defaultColumnWidth, defaultVerticalAlignment, key) { + Table$(border, children, columnWidths, defaultColumnWidth, defaultVerticalAlignment, key) { var t1; if (B.JSArray_methods.any$1(children, new A.Table_closure())) { t1 = A._arrayInstanceType(children)._eval$1("MappedListIterable<1,Decoration?>"); t1 = A.List_List$of(new A.MappedListIterable(children, new A.Table_closure0(), t1), false, t1._eval$1("ListIterable.E")); } else t1 = null; - return new A.Table(children, columnWidths, defaultColumnWidth, defaultVerticalAlignment, t1, key); + return new A.Table(children, columnWidths, defaultColumnWidth, border, defaultVerticalAlignment, t1, key); }, TableCell$(child, verticalAlignment) { return new A.TableCell(verticalAlignment, child, null); @@ -44593,20 +45425,21 @@ this.key = t0; this.children = t1; }, - Table: function Table(t0, t1, t2, t3, t4, t5) { + Table: function Table(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.children = t0; _.columnWidths = t1; _.defaultColumnWidth = t2; - _.defaultVerticalAlignment = t3; - _._rowDecorations = t4; - _.key = t5; + _.border = t3; + _.defaultVerticalAlignment = t4; + _._rowDecorations = t5; + _.key = t6; }, Table_closure: function Table_closure() { }, Table_closure0: function Table_closure0() { }, - _TableElement: function _TableElement(t0, t1, t2, t3, t4, t5) { + _TableElement: function _TableElement(t0, t1, t2, t3, t4) { var _ = this; _._table0$_children = t0; _._doingMountOrUpdate = false; @@ -44618,7 +45451,6 @@ _._widget = t3; _._owner = null; _._lifecycleState = t4; - _._debugForgottenChildrenWithGlobalKey = t5; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -44663,7 +45495,7 @@ return t1 == null ? null : t1.get$textHeightBehavior(t1); }, Text$(data, key, maxLines, overflow, semanticsLabel, softWrap, style, textAlign, textDirection, textScaleFactor) { - return new A.Text(data, style, textAlign, textDirection, softWrap, overflow, textScaleFactor, maxLines, semanticsLabel, key); + return new A.Text(data, null, style, textAlign, textDirection, softWrap, overflow, textScaleFactor, maxLines, semanticsLabel, key); }, DefaultTextStyle: function DefaultTextStyle(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -44680,73 +45512,41 @@ _NullWidget2: function _NullWidget2(t0) { this.key = t0; }, - Text: function Text(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + Text: function Text(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.data = t0; - _.style = t1; - _.textAlign = t2; - _.textDirection = t3; - _.softWrap = t4; - _.overflow = t5; - _.textScaleFactor = t6; - _.maxLines = t7; - _.semanticsLabel = t8; - _.key = t9; - }, - TextEditingAction: function TextEditingAction() { - }, - TextEditingActionTarget_nextCharacter(index, string, includeWhitespace) { - var range, - t1 = string.length; - if (index === t1) - return t1; - range = A.StringCharacterRange_StringCharacterRange$at(string, 0, index); - if (range.get$current(range).length !== index) - return range.get$current(range).length; - range._advanceEnd$2(1, range._characters_impl$_start); - if (!includeWhitespace) - range.expandWhile$1(new A.TextEditingActionTarget_nextCharacter_closure()); - return range.get$current(range).length; - }, - TextEditingActionTarget_previousCharacter(index, string, includeWhitespace) { - var range, t1, t2, t3, t4; - if (index === 0) - return 0; - range = A.StringCharacterRange_StringCharacterRange$at(string, 0, index); - if (range.get$current(range).length !== index) { - range.dropLast$0(); - return range.get$current(range).length; - } - range.dropLast$0(); - if (!includeWhitespace) { - t1 = range._characters_impl$_string; - t2 = J.getInterceptor$s(t1); - while (true) { - t3 = range._currentCache; - if ((t3 == null ? range._currentCache = t2.substring$2(t1, range._characters_impl$_start, range._characters_impl$_end) : t3).length !== 0) { - t3 = t2.substring$1(t1, range._characters_impl$_end); - t4 = t3.length; - t3 = A.TextLayoutMetrics_isWhitespace(B.JSString_methods._codeUnitAt$1(t4 === 0 ? A.throwExpression(A.StateError$("No element")) : B.JSString_methods.substring$2(t3, 0, new A.Breaks(t3, t4, 0, 176).nextBreak$0()), 0)); - } else - t3 = false; - if (!t3) - break; - range.dropLast$0(); - } - } - return range.get$current(range).length; - }, - TextEditingActionTarget: function TextEditingActionTarget() { - }, - TextEditingActionTarget_nextCharacter_closure: function TextEditingActionTarget_nextCharacter_closure() { + _.textSpan = t1; + _.style = t2; + _.textAlign = t3; + _.textDirection = t4; + _.softWrap = t5; + _.overflow = t6; + _.textScaleFactor = t7; + _.maxLines = t8; + _.semanticsLabel = t9; + _.key = t10; }, DoNothingAndStopPropagationTextIntent: function DoNothingAndStopPropagationTextIntent() { }, - TextSelectionHandleType: function TextSelectionHandleType(t0) { - this._text_selection$_name = t0; + ReplaceTextIntent: function ReplaceTextIntent(t0, t1, t2, t3) { + var _ = this; + _.currentTextEditingValue = t0; + _.replacementText = t1; + _.replacementRange = t2; + _.cause = t3; }, - _TextSelectionHandlePosition: function _TextSelectionHandlePosition(t0) { - this._text_selection$_name = t0; + UpdateSelectionIntent: function UpdateSelectionIntent(t0, t1, t2) { + this.currentTextEditingValue = t0; + this.newSelection = t1; + this.cause = t2; + }, + TextSelectionHandleType: function TextSelectionHandleType(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + _TextSelectionHandlePosition: function _TextSelectionHandlePosition(t0, t1) { + this.index = t0; + this._core$_name = t1; }, TextSelectionControls: function TextSelectionControls() { }, @@ -44792,12 +45592,13 @@ _.selectionDelegate = t9; _.key = t10; }, - _TextSelectionHandleOverlayState: function _TextSelectionHandleOverlayState(t0, t1) { + _TextSelectionHandleOverlayState: function _TextSelectionHandleOverlayState(t0, t1, t2) { var _ = this; _.___TextSelectionHandleOverlayState__controller = _.___TextSelectionHandleOverlayState__dragPosition = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, TextSelectionGestureDetectorBuilder: function TextSelectionGestureDetectorBuilder() { @@ -44861,15 +45662,32 @@ t1 = widget == null ? null : widget.enabled; return t1 !== false; }, + TickerMode_getNotifier(context) { + var t1 = context.getElementForInheritedWidgetOfExactType$1$0(type$._EffectiveTickerMode); + t1 = t1 == null ? null : t1.get$widget(); + type$.nullable__EffectiveTickerMode._as(t1); + t1 = t1 == null ? null : t1.notifier; + return t1 == null ? new A.ValueNotifier(true, A.List_List$filled(0, null, false, type$.nullable_void_Function), type$.ValueNotifier_bool) : t1; + }, TickerMode: function TickerMode(t0, t1, t2) { this.enabled = t0; this.child = t1; this.key = t2; }, - _EffectiveTickerMode: function _EffectiveTickerMode(t0, t1, t2) { - this.enabled = t0; - this.child = t1; - this.key = t2; + _TickerModeState: function _TickerModeState(t0, t1) { + var _ = this; + _._ancestorTicketMode = true; + _._effectiveMode = t0; + _._widget = null; + _._debugLifecycleState = t1; + _._framework$_element = null; + }, + _EffectiveTickerMode: function _EffectiveTickerMode(t0, t1, t2, t3) { + var _ = this; + _.enabled = t0; + _.notifier = t1; + _.child = t2; + _.key = t3; }, SingleTickerProviderStateMixin: function SingleTickerProviderStateMixin() { }, @@ -44997,18 +45815,18 @@ }, Viewport_getDefaultCrossAxisDirection(context, axisDirection) { var t1; - switch (axisDirection) { - case B.AxisDirection_0: + switch (axisDirection.index) { + case 0: t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; return A.textDirectionToAxisDirection(t1.textDirection); - case B.AxisDirection_1: + case 1: return B.AxisDirection_2; - case B.AxisDirection_2: + case 2: t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; return A.textDirectionToAxisDirection(t1.textDirection); - case B.AxisDirection_3: + case 3: return B.AxisDirection_2; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -45026,7 +45844,7 @@ _.children = t7; _.key = t8; }, - _ViewportElement: function _ViewportElement(t0, t1, t2, t3, t4) { + _ViewportElement: function _ViewportElement(t0, t1, t2, t3) { var _ = this; _.__MultiChildRenderObjectElement__children = $; _._forgottenChildren = t0; @@ -45037,7 +45855,6 @@ _._widget = t2; _._owner = null; _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -47442,14 +48259,14 @@ _._twoDigitZeroPaddedFormat = t7; }, _get24HourVersionOf(original) { - switch (original) { - case B.TimeOfDayFormat_0: - case B.TimeOfDayFormat_1: - case B.TimeOfDayFormat_2: - case B.TimeOfDayFormat_3: + switch (original.index) { + case 0: + case 1: + case 2: + case 3: return original; - case B.TimeOfDayFormat_4: - case B.TimeOfDayFormat_5: + case 4: + case 5: return B.TimeOfDayFormat_0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -47624,11 +48441,13 @@ return 0; } }, - ActionPaneType: function ActionPaneType(t0) { - this._controller$_name = t0; + ActionPaneType: function ActionPaneType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - GestureDirection: function GestureDirection(t0) { - this._controller$_name = t0; + GestureDirection: function GestureDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, EndGesture: function EndGesture() { }, @@ -47668,13 +48487,14 @@ _.controller = t2; _.key = t3; }, - _SlidableDismissalState: function _SlidableDismissalState(t0, t1) { + _SlidableDismissalState: function _SlidableDismissalState(t0, t1, t2) { var _ = this; _.resized = false; _.___SlidableDismissalState_resizeAnimation = _.___SlidableDismissalState_animationController = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _SlidableDismissalState_handleResizeRequestChanged_closure: function _SlidableDismissalState_handleResizeRequestChanged_closure(t0) { @@ -47721,7 +48541,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t6; _._needsCompositingBitsUpdate = false; @@ -47853,13 +48673,14 @@ _.child = t2; _.key = t3; }, - _SlidableState: function _SlidableState(t0, t1, t2) { + _SlidableState: function _SlidableState(t0, t1, t2, t3) { var _ = this; _.___SlidableState_keepPanesOrder = _.___SlidableState_moveAnimation = _.___SlidableState_controller = $; _.AutomaticKeepAliveClientMixin__keepAliveHandle = t0; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _SlidableState_handleActionPanelTypeChanged_closure: function _SlidableState_handleActionPanelTypeChanged_closure(t0) { @@ -47907,7 +48728,7 @@ borderRadius = t1 == null ? _null : t1.borderRadius; if (borderRadius == null) borderRadius = A.BorderRadius$circular(5); - shapeBorder = new A.RoundedRectangleBorder(borderRadius, B.BorderSide_m7u); + shapeBorder = new A.RoundedRectangleBorder(borderRadius, B.BorderSide_0CF); textDirection = t1 == null ? _null : t1.textDirection; if (textDirection == null) textDirection = B.TextDirection_1; @@ -48022,14 +48843,15 @@ _.onInitState = t16; _.key = t17; }, - StyledToastWidgetState: function StyledToastWidgetState(t0, t1) { + 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 = $; _.opacity = 1; _._toastTimer = null; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, StyledToastWidgetState_initState_closure: function StyledToastWidgetState_initState_closure(t0) { @@ -48046,8 +48868,9 @@ }, StyledToastPosition: function StyledToastPosition() { }, - StyledToastAnimation: function StyledToastAnimation(t0) { - this._styled_toast_enum$_name = t0; + StyledToastAnimation: function StyledToastAnimation(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ToastFuture$create(duration, _entry, _onDismiss, _containerKey) { var t1 = new A.ToastFuture(_entry, _onDismiss, _containerKey); @@ -48171,7 +48994,9 @@ }, MethodChannelGoogleSignIn_getTokens_closure: function MethodChannelGoogleSignIn_getTokens_closure() { }, - SignInOption: function SignInOption() { + SignInOption: function SignInOption(t0, t1) { + this.index = t0; + this._core$_name = t1; }, GoogleSignInUserData: function GoogleSignInUserData(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -48264,14 +49089,12 @@ this.gapiLoadCompleter = t0; }, injectJSLibraries(libraries) { - var targetElement, - loading = A._setArrayType([], type$.JSArray_Future_void), + var loading = A._setArrayType([], type$.JSArray_Future_void), tags = A._setArrayType([], type$.JSArray_HtmlElement), t1 = document.querySelector("head"); t1.toString; - targetElement = t1; B.JSArray_methods.forEach$1(libraries, new A.injectJSLibraries_closure(loading, tags)); - J.get$children$x(targetElement).addAll$1(0, tags); + J.get$children$x(t1).addAll$1(0, tags); return A.Future_wait(loading, type$.void); }, gapiUserToPluginUserData(currentUser) { @@ -48560,9 +49383,11 @@ }, CameraDevice: function CameraDevice(t0, t1) { this.index = t0; - this._camera_device$_name = t1; + this._core$_name = t1; }, - ImageSource: function ImageSource() { + ImageSource: function ImageSource(t0, t1) { + 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) { return new A.DateSymbols(NAME, ERAS, ERANAMES, NARROWMONTHS, STANDALONENARROWMONTHS, MONTHS, STANDALONEMONTHS, SHORTMONTHS, STANDALONESHORTMONTHS, WEEKDAYS, STANDALONEWEEKDAYS, SHORTWEEKDAYS, STANDALONESHORTWEEKDAYS, NARROWWEEKDAYS, STANDALONENARROWWEEKDAYS, SHORTQUARTERS, QUARTERS, AMPMS, FIRSTDAYOFWEEK, ZERODIGIT); @@ -48631,8 +49456,10 @@ this.map = t0; }, Intl_pluralLogic(howMany, few, locale, many, one, other, two, zero) { - var t1, - truncated = B.JSInt_methods.toInt$0(howMany); + var truncated, t1; + A.ArgumentError_checkNotNull(other, "other"); + A.ArgumentError_checkNotNull(howMany, "howMany"); + truncated = B.JSInt_methods.toInt$0(howMany); if (truncated === howMany) howMany = truncated; if (howMany === 0 && zero != null) @@ -48809,7 +49636,7 @@ if (pattern === "''") return "'"; else { - t1 = J.substring$2$s(pattern, 1, pattern.length - 1); + t1 = B.JSString_methods.substring$2(pattern, 1, pattern.length - 1); t2 = $.$get$_DateFormatQuotedField__twoEscapedQuotes(); return A.stringReplaceAllUnchecked(t1, t2, "'"); } @@ -49523,8 +50350,9 @@ localeHasPluralRules(locale) { return $.pluralRules.containsKey$1(0, locale); }, - PluralCase: function PluralCase(t0) { - this._plural_rules$_name = t0; + PluralCase: function PluralCase(t0, t1) { + this.index = t0; + this._core$_name = t1; }, InvoiceStatusColors: function InvoiceStatusColors(t0) { this._colors0$_colorTheme = t0; @@ -49996,6 +50824,7 @@ UserCompanyEntity__initializeBuilder(builder) { var t1 = builder.get$settings(), t2 = A.UserSettingsEntity_UserSettingsEntity(); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; builder.get$notifications().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String).rebuild$1(new A.UserCompanyEntity__initializeBuilder_closure())); builder.get$_company_model$_$this()._permissionsUpdatedAt = 0; @@ -50796,7 +51625,7 @@ LoginResponseBuilder: function LoginResponseBuilder() { this._static = this._userCompanies = this._entities$_$v = null; }, - _$ActivityEntity: function _$ActivityEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { + _$ActivityEntity: function _$ActivityEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) { var _ = this; _.notes = t0; _.key = t1; @@ -50805,24 +51634,25 @@ _.userId = t4; _.invoiceId = t5; _.recurringInvoiceId = t6; - _.quoteId = t7; - _.paymentId = t8; - _.creditId = t9; - _.updatedAt = t10; - _.expenseId = t11; - _.isSystem = t12; - _.ip = t13; - _.contactId = t14; - _.taskId = t15; - _.projectId = t16; - _.vendorId = t17; - _.tokenId = t18; - _.history = t19; + _.recurringExpenseId = t7; + _.quoteId = t8; + _.paymentId = t9; + _.creditId = t10; + _.updatedAt = t11; + _.expenseId = t12; + _.isSystem = t13; + _.ip = t14; + _.contactId = t15; + _.taskId = t16; + _.projectId = t17; + _.vendorId = t18; + _.tokenId = t19; + _.history = t20; _._entities$__hashCode = null; }, ActivityEntityBuilder: function ActivityEntityBuilder() { var _ = this; - _._entities$_history = _._tokenId = _._entities$_vendorId = _._entities$_projectId = _._entities$_taskId = _._entities$_contactId = _._ip = _._entities$_isSystem = _._entities$_expenseId = _._entities$_updatedAt = _._entities$_creditId = _._paymentId = _._quoteId = _._recurringInvoiceId = _._entities$_invoiceId = _._entities$_userId = _._entities$_clientId = _._activityTypeId = _._entities$_key = _._entities$_notes = _._entities$_$v = null; + _._entities$_history = _._tokenId = _._entities$_vendorId = _._entities$_projectId = _._entities$_taskId = _._entities$_contactId = _._ip = _._entities$_isSystem = _._entities$_expenseId = _._entities$_updatedAt = _._entities$_creditId = _._paymentId = _._quoteId = _._recurringExpenseId = _._recurringInvoiceId = _._entities$_invoiceId = _._entities$_userId = _._entities$_clientId = _._activityTypeId = _._entities$_key = _._entities$_notes = _._entities$_$v = null; }, _$LedgerEntity: function _$LedgerEntity(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -51737,7 +52567,7 @@ }, InvoiceItemEntityBuilder: function InvoiceItemEntityBuilder() { var _ = this; - _._invoice_model$_createdAt = _._expenseId = _._invoice_model$_taskId = _._discount = _._invoice_model$_customValue4 = _._invoice_model$_customValue3 = _._invoice_model$_customValue2 = _._invoice_model$_customValue1 = _._invoice_model$_typeId = _._taxRate3 = _._taxName3 = _._taxRate2 = _._taxName2 = _._taxRate1 = _._taxName1 = _._invoice_model$_quantity = _._productCost = _._invoice_model$_cost = _._invoice_model$_notes = _._invoice_model$_productKey = _._invoice_model$_$v = null; + _._invoice_model$_createdAt = _._expenseId = _._taskId = _._discount = _._invoice_model$_customValue4 = _._invoice_model$_customValue3 = _._invoice_model$_customValue2 = _._invoice_model$_customValue1 = _._invoice_model$_typeId = _._taxRate3 = _._taxName3 = _._taxRate2 = _._taxName2 = _._taxRate1 = _._taxName1 = _._invoice_model$_quantity = _._productCost = _._invoice_model$_cost = _._invoice_model$_notes = _._invoice_model$_productKey = _._invoice_model$_$v = null; }, _$InvitationEntity: function _$InvitationEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; @@ -53309,6 +54139,9 @@ }, _LanguageEntity_Object_SelectableEntity: function _LanguageEntity_Object_SelectableEntity() { }, + _$PaymentTypeEntity$_(id, $name) { + return new A._$PaymentTypeEntity($name, id); + }, PaymentTypeListResponse: function PaymentTypeListResponse() { }, PaymentTypeItemResponse: function PaymentTypeItemResponse() { @@ -54344,7 +55177,7 @@ if (B.JSString_methods.startsWith$1(url, "https://invoicing.co")) secret = ""; t1 = type$.legacy_String; - headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT-VERSION", "5.0.68", "X-API-SECRET", secret, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t1, t1); + headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT-VERSION", "5.0.72", "X-API-SECRET", secret, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t1, t1); if (token.length !== 0) headers.$indexSet(0, "X-API-Token", token); if ((idToken == null ? "" : idToken).length !== 0) @@ -54356,9 +55189,9 @@ return headers; }, _checkResponse(response) { - var t1, serverVersion, minClientVersion, t2; - A.print("Response: " + A.formatSize(A.encodingForCharset(J.$index$asx(A._contentTypeForHeaders(response.headers).parameters._collection$_map, "charset")).decode$1(0, response.bodyBytes).length)); - t1 = response.headers; + var serverVersion, minClientVersion, t2, + t1 = response.headers; + A.print("Response: " + A.formatSize(A.encodingForCharset(J.$index$asx(A._contentTypeForHeaders(t1).parameters._collection$_map, "charset")).decode$1(0, response.bodyBytes).length)); serverVersion = t1.$index(0, "x-app-version"); minClientVersion = t1.$index(0, "x-minimum-client-version"); t1 = response.statusCode; @@ -54367,9 +55200,9 @@ else if (serverVersion == null) throw A.wrapException("Error: please check that Invoice Ninja v5 is installed on the server"); else { - t2 = A.Version__compare(A.Version_parse("5.0.68"), A.Version_parse(minClientVersion)); + t2 = A.Version__compare(A.Version_parse("5.0.72"), A.Version_parse(minClientVersion)); if (t2 < 0) - throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.68 < Minimum v" + A.S(minClientVersion) + "]"); + throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.72 < Minimum v" + A.S(minClientVersion) + "]"); else { t2 = A.Version__compare(A.Version_parse(serverVersion), A.Version_parse("5.0.4")); if (t2 < 0) @@ -54458,7 +55291,7 @@ main() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - t1, t2, t3, userLogout, userLogoutAll, loginRequest, oauthLoginRequest, signUpRequest, oauthSignUpRequest, refreshRequest, recoverRequest, addCompany, deleteCompany, setDefaultCompany, purgeData, resendConfirmation, t4, viewDocumentList, viewDocument, editDocument, loadDocuments, loadDocument, archiveDocument, deleteDocument, restoreDocument, viewDashboard, viewProductList, viewProduct, editProduct, loadProducts, loadProduct, saveProduct, archiveProduct, deleteProduct, restoreProduct, saveDocument, viewClientList, viewClient, editClient, showPdfClient, loadClients, loadClient, saveClient, archiveClient, deleteClient, restoreClient, viewInvoiceList, viewInvoice, editInvoice, showEmailInvoice, showPdfInvoice, loadInvoices, loadInvoice, saveInvoice, archiveInvoice, deleteInvoice, restoreInvoice, emailInvoice, bulkEmailInvoices, markInvoiceSent, markInvoicePaid, reverseInvoices, 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, 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, convertQuote, loadQuotes, loadQuote, saveQuote, archiveQuote, deleteQuote, restoreQuote, emailQuote, bulkEmailQuotes, markSentQuote, downloadQuotes, viewSettings, saveCompany, saveAuthUser, connectOAuthUser, connectGmailUser, saveSettings, uploadLogo, disableTwoFactor, viewReports, 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, 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, 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, userLogout, userLogoutAll, loginRequest, oauthLoginRequest, signUpRequest, oauthSignUpRequest, refreshRequest, recoverRequest, addCompany, deleteCompany, setDefaultCompany, purgeData, resendConfirmation, t4, viewDocumentList, viewDocument, editDocument, loadDocuments, loadDocument, archiveDocument, deleteDocument, restoreDocument, viewDashboard, viewProductList, viewProduct, editProduct, loadProducts, loadProduct, saveProduct, archiveProduct, deleteProduct, restoreProduct, saveDocument, viewClientList, viewClient, editClient, showPdfClient, loadClients, loadClient, saveClient, archiveClient, deleteClient, restoreClient, viewInvoiceList, viewInvoice, editInvoice, showEmailInvoice, showPdfInvoice, loadInvoices, loadInvoice, saveInvoice, archiveInvoice, deleteInvoice, restoreInvoice, emailInvoice, bulkEmailInvoices, markInvoiceSent, markInvoicePaid, reverseInvoices, 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, 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, convertQuote, loadQuotes, loadQuote, saveQuote, archiveQuote, deleteQuote, restoreQuote, emailQuote, bulkEmailQuotes, markSentQuote, downloadQuotes, viewSettings, saveCompany, saveAuthUser, connectOAuthUser, connectGmailUser, saveSettings, uploadLogo, disableTwoFactor, viewReports, 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, 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$main = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -54743,10 +55576,11 @@ restoreCredit = A._restoreCredit(B.C_CreditRepository); emailCredit = A._emailCredit(B.C_CreditRepository); bulkEmailCredits = A._bulkEmailCredits(B.C_CreditRepository); + markPaidCredit = A._markPaidCredit(B.C_CreditRepository); markSentCredit = A._markSentCredit(B.C_CreditRepository); downloadCredits = A._downloadCredits(B.C_CreditRepository); saveDocument = A._saveDocument10(B.C_CreditRepository); - B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.TypedMiddleware(viewCreditList, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ViewCreditList).get$$call(), new A.TypedMiddleware(viewCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ViewCredit).get$$call(), new A.TypedMiddleware(editCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_EditCredit).get$$call(), new A.TypedMiddleware(showEmailCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ShowEmailCredit).get$$call(), new A.TypedMiddleware(showPdfCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ShowPdfCredit).get$$call(), new A.TypedMiddleware(loadCredits, type$.TypedMiddleware_of_legacy_AppState_and_legacy_LoadCredits).get$$call(), new A.TypedMiddleware(loadCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_LoadCredit).get$$call(), new A.TypedMiddleware(saveCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_SaveCreditRequest).get$$call(), new A.TypedMiddleware(archiveCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ArchiveCreditsRequest).get$$call(), new A.TypedMiddleware(deleteCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_DeleteCreditsRequest).get$$call(), new A.TypedMiddleware(restoreCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_RestoreCreditsRequest).get$$call(), new A.TypedMiddleware(emailCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_EmailCreditRequest).get$$call(), new A.TypedMiddleware(bulkEmailCredits, type$.TypedMiddleware_of_legacy_AppState_and_legacy_BulkEmailCreditsRequest).get$$call(), new A.TypedMiddleware(markSentCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_MarkSentCreditRequest).get$$call(), new A.TypedMiddleware(downloadCredits, type$.TypedMiddleware_of_legacy_AppState_and_legacy_DownloadCreditsRequest).get$$call(), new A.TypedMiddleware(saveDocument, type$.TypedMiddleware_of_legacy_AppState_and_legacy_SaveCreditDocumentRequest).get$$call()], t2)); + B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.TypedMiddleware(viewCreditList, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ViewCreditList).get$$call(), new A.TypedMiddleware(viewCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ViewCredit).get$$call(), new A.TypedMiddleware(editCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_EditCredit).get$$call(), new A.TypedMiddleware(showEmailCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ShowEmailCredit).get$$call(), new A.TypedMiddleware(showPdfCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ShowPdfCredit).get$$call(), new A.TypedMiddleware(loadCredits, type$.TypedMiddleware_of_legacy_AppState_and_legacy_LoadCredits).get$$call(), new A.TypedMiddleware(loadCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_LoadCredit).get$$call(), new A.TypedMiddleware(saveCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_SaveCreditRequest).get$$call(), new A.TypedMiddleware(archiveCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_ArchiveCreditsRequest).get$$call(), new A.TypedMiddleware(deleteCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_DeleteCreditsRequest).get$$call(), new A.TypedMiddleware(restoreCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_RestoreCreditsRequest).get$$call(), new A.TypedMiddleware(emailCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_EmailCreditRequest).get$$call(), new A.TypedMiddleware(bulkEmailCredits, type$.TypedMiddleware_of_legacy_AppState_and_legacy_BulkEmailCreditsRequest).get$$call(), new A.TypedMiddleware(markSentCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_MarkSentCreditRequest).get$$call(), new A.TypedMiddleware(markPaidCredit, type$.TypedMiddleware_of_legacy_AppState_and_legacy_MarkCreditsPaidRequest).get$$call(), new A.TypedMiddleware(downloadCredits, type$.TypedMiddleware_of_legacy_AppState_and_legacy_DownloadCreditsRequest).get$$call(), new A.TypedMiddleware(saveDocument, type$.TypedMiddleware_of_legacy_AppState_and_legacy_SaveCreditDocumentRequest).get$$call()], t2)); viewUserList = A._viewUserList(); viewUser = A._viewUser(); editUser = A._editUser(); @@ -54811,6 +55645,13 @@ A._lateWriteOnceCheck(store.__Store__dispatchers, "_dispatchers"); store.__Store__dispatchers = t1; A.runApp(new A.InvoiceNinjaApp(store, null)); + if (A.isMacOS() || A.isWindows() || A.isLinux()) { + if ($._platformInstanceNeedsInit) { + A.initPlatformInstance(); + $._platformInstanceNeedsInit = false; + } + $.$get$BitsdojoWindowPlatform__instance().doWhenWindowReady$1(new A.main_closure()); + } // implicit return return A._asyncReturn(null, $async$completer); } @@ -54846,8 +55687,8 @@ e = A.unwrapException(exception); A.print("Failed to load prefs: " + A.S(e)); } - t1 = prefState; - if (t1.appLayout === B.AppLayout_desktop) { + t1 = prefState.appLayout; + if (t1 === B.AppLayout_desktop) { browserRoute = J.replaceFirst$2$s(window.location.hash, "#", ""); t1 = browserRoute.length; if (t1 !== 0 && t1 > 4) { @@ -54879,6 +55720,8 @@ }); return A._asyncStartSync($async$_initialState, $async$completer); }, + main_closure: function main_closure() { + }, _initialState_closure: function _initialState_closure() { }, InvoiceNinjaApp: function InvoiceNinjaApp(t0, t1) { @@ -54905,6 +55748,9 @@ InvoiceNinjaAppState_build_closure: function InvoiceNinjaAppState_build_closure(t0) { this.$this = t0; }, + InvoiceNinjaAppState_build__closure106: function InvoiceNinjaAppState_build__closure106(t0) { + this.state = t0; + }, InvoiceNinjaAppState_build__closure: function InvoiceNinjaAppState_build__closure() { }, InvoiceNinjaAppState_build__closure0: function InvoiceNinjaAppState_build__closure0() { @@ -55120,8 +55966,6 @@ }, InvoiceNinjaAppState_build__closure105: function InvoiceNinjaAppState_build__closure105() { }, - InvoiceNinjaAppState_build__closure106: function InvoiceNinjaAppState_build__closure106() { - }, MyCustomScrollBehavior: function MyCustomScrollBehavior(t0) { this._androidOverscrollIndicator = t0; }, @@ -56965,6 +57809,7 @@ var t1; state.toString; t1 = new A.ClientUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._client_state$_$v = state; new A.clientUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -57424,6 +58269,7 @@ return A.UserCompanyState_UserCompanyState(false); state.toString; t1 = new A.UserCompanyStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._company_state$_$v = state; new A.companyReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -58166,6 +59012,7 @@ var t1; state.toString; t1 = new A.CompanyGatewayUIStateBuilder(); + 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); @@ -58571,34 +59418,42 @@ // goto case $async$goto = 15; break; - case B.EntityAction_applyCredit: + case B.EntityAction_markPaid: // goto case $async$goto = 16; break; - case B.EntityAction_bulkDownload: + case B.EntityAction_applyCredit: // goto case $async$goto = 17; break; - case B.EntityAction_restore: + case B.EntityAction_download: // goto case $async$goto = 18; break; - case B.EntityAction_archive: + case B.EntityAction_bulkDownload: // goto case $async$goto = 19; break; - case B.EntityAction_delete: + case B.EntityAction_restore: // goto case $async$goto = 20; break; - case B.EntityAction_toggleMultiselect: + case B.EntityAction_archive: // goto case $async$goto = 21; break; - case B.EntityAction_more: + case B.EntityAction_delete: // goto case $async$goto = 22; break; + case B.EntityAction_toggleMultiselect: + // goto case + $async$goto = 23; + break; + case B.EntityAction_more: + // goto case + $async$goto = 24; + break; default: // goto after switch $async$goto = 4; @@ -58620,19 +59475,19 @@ case 7: // case t1 = credit.invitations._list; - $async$goto = 25; + $async$goto = 27; return A._asyncAwait(A.canLaunch(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "?silent=true"), $async$handleCreditAction); - case 25: + case 27: // returning from await. - $async$goto = $async$result ? 23 : 24; + $async$goto = $async$result ? 25 : 26; break; - case 23: + case 25: // then - $async$goto = 26; + $async$goto = 28; return A._asyncAwait(A.launch(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "?silent=true", false, false), $async$handleCreditAction); - case 26: + case 28: // returning from await. - case 24: + case 26: // join // goto after switch $async$goto = 4; @@ -58710,6 +59565,22 @@ $async$goto = 4; break; case 16: + // case + if (t2.get$length(credits) === 1) { + t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "marked_credit_as_paid"); + if (t1 == null) + t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), "marked_credit_as_paid"); + } else { + t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "marked_credits_as_paid"); + if (t1 == null) + t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), "marked_credits_as_paid"); + } + t1 = A.snackBarCompleter(context, t1, false, type$.Null); + store.get$_dispatchers()[0].call$1(new A.MarkCreditsPaidRequest(t1, creditIds)); + // goto after switch + $async$goto = 4; + break; + case 17: // case t1 = A.PaymentEntity_PaymentEntity(null, null, state).rebuild$1(new A.handleCreditAction_closure5(credit, credits)); t2 = state.userCompanyStates; @@ -58720,14 +59591,21 @@ // goto after switch $async$goto = 4; break; - case 17: + case 18: + // case + t1 = credit.invitations._list; + A.launch(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "/download?t=" + Date.now(), null, false); + // goto after switch + $async$goto = 4; + break; + case 19: // case t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); store.get$_dispatchers()[0].call$1(new A.DownloadCreditsRequest(t1, creditIds)); // goto after switch $async$goto = 4; break; - case 18: + case 20: // case if (creditIds.length > 1) { t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "restored_credits"); @@ -58743,7 +59621,7 @@ // goto after switch $async$goto = 4; break; - case 19: + case 21: // case if (creditIds.length > 1) { t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "archived_credits"); @@ -58759,7 +59637,7 @@ // goto after switch $async$goto = 4; break; - case 20: + case 22: // case if (creditIds.length > 1) { t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "deleted_credits"); @@ -58775,7 +59653,7 @@ // goto after switch $async$goto = 4; break; - case 21: + case 23: // case if (A._lateReadCheck(store.__Store__state, "_state").uiState.creditUIState.listUIState.selectedIds == null) store.get$_dispatchers()[0].call$1(new A.StartCreditMultiselect()); @@ -58794,7 +59672,7 @@ // goto after switch $async$goto = 4; break; - case 22: + case 24: // case A.showEntityActionsDialog(null, A._setArrayType([credit], type$.JSArray_legacy_BaseEntity), false); // goto after switch @@ -58924,6 +59802,14 @@ }, BulkEmailCreditsFailure: function BulkEmailCreditsFailure() { }, + MarkCreditsPaidRequest: function MarkCreditsPaidRequest(t0, t1) { + this.completer = t0; + this.invoiceIds = t1; + }, + MarkCreditsPaidSuccess: function MarkCreditsPaidSuccess() { + }, + MarkCreditsPaidFailure: function MarkCreditsPaidFailure() { + }, ArchiveCreditsRequest: function ArchiveCreditsRequest(t0, t1) { this.completer = t0; this.creditIds = t1; @@ -59054,6 +59940,9 @@ _markSentCredit(repository) { return new A._markSentCredit_closure(repository); }, + _markPaidCredit(repository) { + return new A._markPaidCredit_closure(repository); + }, _emailCredit(repository) { return new A._emailCredit_closure(repository); }, @@ -59143,6 +60032,17 @@ this.store = t0; this.action = t1; }, + _markPaidCredit_closure: function _markPaidCredit_closure(t0) { + this.repository = t0; + }, + _markPaidCredit__closure: function _markPaidCredit__closure(t0, t1) { + this.store = t0; + this.action = t1; + }, + _markPaidCredit__closure0: function _markPaidCredit__closure0(t0, t1) { + this.store = t0; + this.action = t1; + }, _emailCredit_closure: function _emailCredit_closure(t0) { this.repository = t0; }, @@ -59229,6 +60129,7 @@ var t1; state.toString; t1 = new A.CreditUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._credit_state$_$v = state; new A.creditUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -59738,6 +60639,7 @@ var t1; state.toString; t1 = new A.DashboardUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._dashboard_state$_$v = state; new A.dashboardUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -59955,11 +60857,11 @@ var t3, t4, loggedData, t5, pendingData, t6, invoicedData, paidData, date, t7, _s6_ = "logged", _s7_ = "pending", _s8_ = "invoiced", - _s4_ = "paid", + _s12_ = "invoice_paid", t1 = type$.legacy_String, - counts = A.LinkedHashMap_LinkedHashMap$_literal(["logged", 0, "pending", 0, "invoiced", 0, "paid", 0], t1, type$.legacy_int), + counts = A.LinkedHashMap_LinkedHashMap$_literal(["logged", 0, "pending", 0, "invoiced", 0, "invoice_paid", 0], t1, type$.legacy_int), t2 = type$.legacy_double, - totals = A.LinkedHashMap_LinkedHashMap$_literal(["logged", A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), "pending", A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), "invoiced", A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), "paid", A.LinkedHashMap_LinkedHashMap$_empty(t1, t2)], t1, type$.legacy_Map_of_legacy_String_and_legacy_double); + totals = A.LinkedHashMap_LinkedHashMap$_literal(["logged", A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), "pending", A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), "invoiced", A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), "invoice_paid", A.LinkedHashMap_LinkedHashMap$_empty(t1, t2)], t1, type$.legacy_Map_of_legacy_String_and_legacy_double); t2 = type$.JSArray_legacy_ChartMoneyData; t3 = A._setArrayType([], t2); t4 = type$.legacy_List_legacy_String; @@ -59969,7 +60871,7 @@ t6 = A._setArrayType([], t2); invoicedData = new A.ChartDataGroup(_s8_, t6, A.LinkedHashMap_LinkedHashMap$_empty(t1, t4)); t2 = A._setArrayType([], t2); - paidData = new A.ChartDataGroup(_s4_, t2, A.LinkedHashMap_LinkedHashMap$_empty(t1, t4)); + paidData = new A.ChartDataGroup(_s12_, t2, A.LinkedHashMap_LinkedHashMap$_empty(t1, t4)); expenseMap._map$_map.forEach$1(0, new A.chartExpenses_closure(settings, company, totals, loggedData, pendingData, invoicedData, paidData, currencyMap, invoiceMap, counts)); date = A.convertSqlDateToDateTime(settings.startDate$1(company)); for (t1 = A.convertSqlDateToDateTime(settings.endDate$1(company))._value; t4 = date._value, t4 <= t1;) { @@ -59981,8 +60883,8 @@ pendingData.total = pendingData.total + totals.$index(0, _s7_).$index(0, t7); t6.push(new A.ChartMoneyData(date, totals.$index(0, _s8_).$index(0, t7))); invoicedData.total = invoicedData.total + totals.$index(0, _s8_).$index(0, t7); - t2.push(new A.ChartMoneyData(date, totals.$index(0, _s4_).$index(0, t7))); - paidData.total = paidData.total + totals.$index(0, _s4_).$index(0, t7); + t2.push(new A.ChartMoneyData(date, totals.$index(0, _s12_).$index(0, t7))); + paidData.total = paidData.total + totals.$index(0, _s12_).$index(0, t7); } else { t3.push(new A.ChartMoneyData(date, 0)); t5.push(new A.ChartMoneyData(date, 0)); @@ -60000,8 +60902,8 @@ pendingData.average = (t1 == null ? 0 : t1) > 0 ? A.round(pendingData.total / counts.$index(0, _s7_), 2) : 0; t1 = counts.$index(0, _s8_); invoicedData.average = (t1 == null ? 0 : t1) > 0 ? A.round(invoicedData.total / counts.$index(0, _s8_), 2) : 0; - t1 = counts.$index(0, _s4_); - paidData.average = (t1 == null ? 0 : t1) > 0 ? A.round(paidData.total / counts.$index(0, _s4_), 2) : 0; + t1 = counts.$index(0, _s12_); + paidData.average = (t1 == null ? 0 : t1) > 0 ? A.round(paidData.total / counts.$index(0, _s12_), 2) : 0; return A._setArrayType([loggedData, pendingData, invoicedData, paidData], type$.JSArray_legacy_ChartDataGroup); }, ChartDataGroup: function ChartDataGroup(t0, t1, t2) { @@ -60615,6 +61517,7 @@ var t1; state.toString; t1 = new A.DesignUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._design_state$_$v = state; new A.designUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -61151,6 +62054,7 @@ var t1; state.toString; t1 = new A.DocumentUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._document_state$_$v = state; new A.documentUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -61749,6 +62653,7 @@ var t1; state.toString; t1 = new A.ExpenseUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._expense_state$_$v = state; new A.expenseUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -62462,6 +63367,7 @@ var t1; state.toString; t1 = new A.ExpenseCategoryUIStateBuilder(); + 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); @@ -63061,6 +63967,7 @@ var t1; state.toString; t1 = new A.GroupUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._group_state$_$v = state; new A.groupUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -64203,6 +65110,7 @@ var t1; state.toString; t1 = new A.InvoiceUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._invoice_state$_$v = state; new A.invoiceUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -65142,6 +66050,7 @@ var t1; state.toString; t1 = new A.PaymentUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._payment_state$_$v = state; new A.paymentUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -65380,13 +66289,13 @@ t1 = new A.MappedListIterable(t1, new A.paymentsByCreditSelector_closure(paymentMap), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PaymentEntity*>")).super$Iterable$where(0, new A.paymentsByCreditSelector_closure0(creditId)); return A.List_List$of(t1, true, t1.$ti._eval$1("Iterable.E")); }, - filteredPaymentsSelector(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentListState) { + filteredPaymentsSelector(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState) { var filterEntityId = selectionState.filterEntityId, filterEntityType = selectionState.filterEntityType, t1 = paymentList._list, t2 = A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"), list = A.List_List$of(new A.WhereIterable(t1, new A.filteredPaymentsSelector_closure(paymentMap, paymentListState, clientMap, selectionState, filterEntityType, filterEntityId), t2), true, t2._eval$1("Iterable.E")); - B.JSArray_methods.sort$1(list, new A.filteredPaymentsSelector_closure0(paymentMap, paymentListState, invoiceMap, clientMap, userMap)); + B.JSArray_methods.sort$1(list, new A.filteredPaymentsSelector_closure0(paymentMap, paymentListState, invoiceMap, clientMap, userMap, paymentTypeMap)); return list; }, paymentStatsForClient(clientId, paymentMap, invoiceMap) { @@ -65428,13 +66337,14 @@ }, filteredPaymentsSelector__closure: function filteredPaymentsSelector__closure() { }, - filteredPaymentsSelector_closure0: function filteredPaymentsSelector_closure0(t0, t1, t2, t3, t4) { + filteredPaymentsSelector_closure0: function filteredPaymentsSelector_closure0(t0, t1, t2, t3, t4, t5) { var _ = this; _.paymentMap = t0; _.paymentListState = t1; _.invoiceMap = t2; _.clientMap = t3; _.userMap = t4; + _.paymentTypeMap = t5; }, memoizedPaymentStatsForClient_closure: function memoizedPaymentStatsForClient_closure() { }, @@ -65788,6 +66698,7 @@ var t1; state.toString; t1 = new A.PaymentTermUIStateBuilder(); + 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); @@ -66419,6 +67330,7 @@ var t1; state.toString; t1 = new A.ProductUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._product_state$_$v = state; new A.productUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -67129,6 +68041,7 @@ var t1; state.toString; t1 = new A.ProjectUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._project_state$_$v = state; new A.projectUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -67395,7 +68308,7 @@ } for (t1 = !hasShownNotes, i = 0; i < tasks.length; ++i) { t2 = {}; - item = A.convertTaskToInvoiceItem(context, tasks[i]); + item = A.convertTaskToInvoiceItem(context, false, tasks[i]); if (i === 0) { notes = t2.notes = "## " + project.name + "\n\n"; t3 = project.publicNotes; @@ -67626,30 +68539,34 @@ // goto case $async$goto = 16; break; - case B.EntityAction_bulkDownload: + case B.EntityAction_download: // goto case $async$goto = 17; break; - case B.EntityAction_restore: + case B.EntityAction_bulkDownload: // goto case $async$goto = 18; break; - case B.EntityAction_archive: + case B.EntityAction_restore: // goto case $async$goto = 19; break; - case B.EntityAction_delete: + case B.EntityAction_archive: // goto case $async$goto = 20; break; - case B.EntityAction_toggleMultiselect: + case B.EntityAction_delete: // goto case $async$goto = 21; break; - case B.EntityAction_more: + case B.EntityAction_toggleMultiselect: // goto case $async$goto = 22; break; + case B.EntityAction_more: + // goto case + $async$goto = 23; + break; default: // goto after switch $async$goto = 4; @@ -67671,19 +68588,19 @@ case 7: // case t1 = quote.invitations._list; - $async$goto = 25; - return A._asyncAwait(A.canLaunch(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "?silent=true"), $async$handleQuoteAction); - case 25: - // returning from await. - $async$goto = $async$result ? 23 : 24; - break; - case 23: - // then $async$goto = 26; - return A._asyncAwait(A.launch(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "?silent=true", false, false), $async$handleQuoteAction); + return A._asyncAwait(A.canLaunch(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "?silent=true"), $async$handleQuoteAction); case 26: // returning from await. + $async$goto = $async$result ? 24 : 25; + break; case 24: + // then + $async$goto = 27; + return A._asyncAwait(A.launch(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "?silent=true", false, false), $async$handleQuoteAction); + case 27: + // returning from await. + case 25: // join // goto after switch $async$goto = 4; @@ -67771,13 +68688,20 @@ $async$goto = 4; break; case 17: + // case + t1 = quote.invitations._list; + A.launch(t1.length === 0 ? "" : B.JSArray_methods.get$first(t1).link + "/download?t=" + Date.now(), null, false); + // goto after switch + $async$goto = 4; + break; + case 18: // case t1 = A.snackBarCompleter(context, t1.get$exportedData(), false, type$.Null); store.get$_dispatchers()[0].call$1(new A.DownloadQuotesRequest(t1, quoteIds)); // goto after switch $async$goto = 4; break; - case 18: + case 19: // case if (quoteIds.length > 1) { t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "restored_quotes"); @@ -67793,7 +68717,7 @@ // goto after switch $async$goto = 4; break; - case 19: + case 20: // case if (quoteIds.length > 1) { t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "archived_quotes"); @@ -67809,7 +68733,7 @@ // goto after switch $async$goto = 4; break; - case 20: + case 21: // case if (quoteIds.length > 1) { t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "deleted_quotes"); @@ -67825,7 +68749,7 @@ // goto after switch $async$goto = 4; break; - case 21: + case 22: // case if (A._lateReadCheck(store.__Store__state, "_state").uiState.quoteUIState.listUIState.selectedIds == null) store.get$_dispatchers()[0].call$1(new A.StartQuoteMultiselect()); @@ -67844,7 +68768,7 @@ // goto after switch $async$goto = 4; break; - case 22: + case 23: // case A.showEntityActionsDialog(null, A._setArrayType([quote], type$.JSArray_legacy_BaseEntity), false); // goto after switch @@ -68300,6 +69224,7 @@ var t1; state.toString; t1 = new A.QuoteUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._quote_state$_$v = state; new A.quoteUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -69138,6 +70063,7 @@ var t1; state.toString; t1 = new A.RecurringExpenseUIStateBuilder(); + 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); @@ -70109,6 +71035,7 @@ var t1; state.toString; t1 = new A.RecurringInvoiceUIStateBuilder(); + 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); @@ -70960,6 +71887,7 @@ var data = action.data, t1 = A.StaticState_StaticState(), t2 = new A.StaticStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._static_state$_$v = t1; new A.staticLoadedReducer_closure(data).call$1(t2); return t2.build$0(0); @@ -71484,6 +72412,7 @@ var t1; state.toString; t1 = new A.SubscriptionUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._subscription_state$_$v = state; new A.subscriptionUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -71784,17 +72713,21 @@ break; case B.EntityAction_invoiceTask: t1.sort$1(tasks, new A.handleTaskAction_closure2()); - t2 = t1.where$1(tasks, new A.handleTaskAction_closure3()); - t3 = t2.$ti._eval$1("MappedIterable<1,InvoiceItemEntity*>"); - items = A.List_List$of(new A.MappedIterable(t2, new A.handleTaskAction_closure4(context), t3), true, t3._eval$1("Iterable.E")); _box_0.projectId = ""; - for (t1 = t1.get$iterator(tasks); t1.moveNext$0();) { - t2 = t4._as(t1.get$current(t1)).projectId; - if (t2.length !== 0) { - _box_0.projectId = t2; - break; + _box_0.hasMultipleProjects = false; + for (t2 = t1.get$iterator(tasks); t2.moveNext$0();) { + t3 = t4._as(t2.get$current(t2)).projectId; + if (t3.length !== 0) { + t5 = _box_0.projectId; + if (t5.length === 0) + _box_0.projectId = t3; + else if (t3 !== t5) + _box_0.hasMultipleProjects = true; } } + items = A._setArrayType([], type$.JSArray_legacy_InvoiceItemEntity); + _box_0.lastTask = null; + t1.where$1(tasks, new A.handleTaskAction_closure3()).forEach$1(0, new A.handleTaskAction_closure4(_box_0, items, context)); if (items.length !== 0) A.createEntity(_null, _null, context, A.InvoiceEntity_InvoiceEntity(client, _null, _null, state, _null).rebuild$1(new A.handleTaskAction_closure5(_box_0, items)), _null, false); break; @@ -72001,8 +72934,10 @@ }, handleTaskAction_closure3: function handleTaskAction_closure3() { }, - handleTaskAction_closure4: function handleTaskAction_closure4(t0) { - this.context = t0; + handleTaskAction_closure4: function handleTaskAction_closure4(t0, t1, t2) { + this._box_0 = t0; + this.items = t1; + this.context = t2; }, handleTaskAction_closure5: function handleTaskAction_closure5(t0, t1) { this._box_0 = t0; @@ -72173,6 +73108,7 @@ var t1; state.toString; t1 = new A.TaskUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._task_state$_$v = state; new A.taskUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -72414,8 +73350,8 @@ _setLoadedTask_closure: function _setLoadedTask_closure(t0) { this.action = t0; }, - convertTaskToInvoiceItem(context, task) { - var t4, t5, project, client, group, notes, dates, t1 = {}, + convertTaskToInvoiceItem(context, includeProjectHeader, task) { + var t4, t5, project, client, group, dates, notes, t1 = {}, state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), t2 = state.userCompanyStates, t3 = state.uiState.selectedCompanyIndex; @@ -72425,8 +73361,10 @@ project = t4._map$_map.$index(0, t5); client = t2[t3].clientState.$get$1(0, task.clientId); group = t2[t3].groupState.$get$1(0, client.groupId); - notes = t1.notes = task.description; + t5 = t1.notes = ""; dates = A.LinkedHashSet_LinkedHashSet$_empty(type$.legacy_String); + t4 = !project.get$isNew() && includeProjectHeader ? t1.notes = "## " + project.name + "\n" : t5; + notes = t1.notes = t4 + task.description; t4 = t2[t3].userCompany.company; if (t4.invoiceTaskDatelog || t4.invoiceTaskTimelog) { if (B.JSString_methods.trim$0(notes).length !== 0) @@ -72953,6 +73891,7 @@ var t1; state.toString; t1 = new A.TaskStatusUIStateBuilder(); + 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); @@ -73567,6 +74506,7 @@ var t1; state.toString; t1 = new A.TaxRateUIStateBuilder(); + 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); @@ -74101,6 +75041,7 @@ var t1; state.toString; t1 = new A.TokenUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._token_state$_$v = state; new A.tokenUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -74423,6 +75364,7 @@ if (sortField == null) sortField = A._$PrefStateSortField$_(field !== "number", field); t1 = new A.PrefStateSortFieldBuilder(); + 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))); @@ -74436,6 +75378,7 @@ } else t2 = state; t3 = new A.CompanyPrefStateBuilder(); + A.ArgumentError_checkNotNull(t2, "other"); t3._pref_state$_$v = t2; new A.companyPrefReducer_closure(t1, action).call$1(t3); return t3.build$0(0); @@ -75509,6 +76452,7 @@ var t1; state.toString; t1 = new A.UserUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._user_state$_$v = state; new A.userUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -76216,6 +77160,7 @@ var t1; state.toString; t1 = new A.VendorUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._vendor_state$_$v = state; new A.vendorUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -76884,6 +77829,7 @@ var t1; state.toString; t1 = new A.WebhookUIStateBuilder(); + A.ArgumentError_checkNotNull(state, "other"); t1._webhook_state$_$v = state; new A.webhookUIReducer_closure(state, action).call$1(t1); return t1.build$0(0); @@ -77159,10 +78105,6 @@ this.localization = t1; this.textColor = t2; }, - FieldGrid_build__closure: function FieldGrid_build__closure(t0, t1) { - this.value = t0; - this.localization = t1; - }, FieldGrid_build_closure0: function FieldGrid_build_closure0(t0) { this.fieldWidgets = t0; }, @@ -77497,6 +78439,9 @@ _AppScrollbarState_build__closure: function _AppScrollbarState_build__closure(t0) { this.$this = t0; }, + AppTitleBar: function AppTitleBar(t0) { + this.key = t0; + }, AppWebView: function AppWebView(t0, t1) { this.html = t0; this.key = t1; @@ -77618,6 +78563,15 @@ ConfirmEmailVM_fromStore__closure: function ConfirmEmailVM_fromStore__closure(t0) { this.email = t0; }, + CopyToClipboard: function CopyToClipboard(t0, t1, t2) { + this.child = t0; + this.value = t1; + this.key = t2; + }, + CopyToClipboard_build_closure: function CopyToClipboard_build_closure(t0, t1) { + this.$this = t0; + this.localization = t1; + }, DesktopSessionTimeout: function DesktopSessionTimeout(t0, t1) { this.child = t0; this.key = t1; @@ -78051,22 +79005,22 @@ this.$this = t0; this.context = t1; }, - _EntityListTileState_build_closure1: function _EntityListTileState_build_closure1(t0) { + _EntityListTileState_build_closure3: function _EntityListTileState_build_closure3(t0) { this.$this = t0; }, _EntityListTileState_build__closure0: function _EntityListTileState_build__closure0(t0) { this.$this = t0; }, - _EntityListTileState_build_closure2: function _EntityListTileState_build_closure2(t0) { + _EntityListTileState_build_closure4: function _EntityListTileState_build_closure4(t0) { this.$this = t0; }, _EntityListTileState_build__closure: function _EntityListTileState_build__closure(t0) { this.$this = t0; }, - _EntityListTileState_build_closure4: function _EntityListTileState_build_closure4(t0) { + _EntityListTileState_build_closure2: function _EntityListTileState_build_closure2(t0) { this.$this = t0; }, - _EntityListTileState_build_closure3: function _EntityListTileState_build_closure3(t0) { + _EntityListTileState_build_closure1: function _EntityListTileState_build_closure1(t0) { this.$this = t0; }, EntitiesListTile: function EntitiesListTile(t0, t1, t2, t3, t4, t5, t6) { @@ -78086,13 +79040,13 @@ _._debugLifecycleState = t0; _._framework$_element = null; }, - _EntitiesListTileState_build_closure0: function _EntitiesListTileState_build_closure0(t0) { + _EntitiesListTileState_build_closure2: function _EntitiesListTileState_build_closure2(t0) { this.$this = t0; }, _EntitiesListTileState_build__closure0: function _EntitiesListTileState_build__closure0(t0) { this.$this = t0; }, - _EntitiesListTileState_build_closure1: function _EntitiesListTileState_build_closure1(t0) { + _EntitiesListTileState_build_closure3: function _EntitiesListTileState_build_closure3(t0) { this.$this = t0; }, _EntitiesListTileState_build__closure: function _EntitiesListTileState_build__closure(t0) { @@ -78102,9 +79056,9 @@ this.$this = t0; this.context = t1; }, - _EntitiesListTileState_build_closure3: function _EntitiesListTileState_build_closure3() { + _EntitiesListTileState_build_closure1: function _EntitiesListTileState_build_closure1() { }, - _EntitiesListTileState_build_closure2: function _EntitiesListTileState_build_closure2(t0, t1) { + _EntitiesListTileState_build_closure0: function _EntitiesListTileState_build_closure0(t0, t1) { this.$this = t0; this.context = t1; }, @@ -78192,15 +79146,25 @@ this.theme = t1; this.state = t2; }, - _EntityDropdownState_build__closure2: function _EntityDropdownState_build__closure2(t0, t1, t2, t3, t4) { + _EntityDropdownState_build__closure2: function _EntityDropdownState_build__closure2(t0, t1, t2, t3) { var _ = this; _.$this = t0; - _.highlightedIndex = t1; + _.state = t1; + _.onSelected = t2; + _.options = t3; + }, + _EntityDropdownState_build___closure: function _EntityDropdownState_build___closure(t0, t1, t2, t3, t4) { + var _ = this; + _.$this = t0; + _.index = t1; _.state = t2; _.onSelected = t3; _.options = t4; }, - _EntityDropdownState_build___closure: function _EntityDropdownState_build___closure(t0) { + _EntityDropdownState_build____closure: function _EntityDropdownState_build____closure(t0) { + this.context = t0; + }, + _EntityDropdownState_build____closure0: function _EntityDropdownState_build____closure0(t0) { this.onSelected = t0; }, _EntityDropdownState_build_closure6: function _EntityDropdownState_build_closure6(t0) { @@ -78318,12 +79282,12 @@ this.context = t0; this.filterEntity = t1; }, - EntityTopFilter_build_closure2: function EntityTopFilter_build_closure2(t0, t1, t2) { + EntityTopFilter_build_closure3: function EntityTopFilter_build_closure3(t0, t1, t2) { this.relatedTypes = t0; this.i = t1; this.filterEntity = t2; }, - EntityTopFilter_build_closure3: function EntityTopFilter_build_closure3(t0, t1, t2) { + EntityTopFilter_build_closure2: function EntityTopFilter_build_closure2(t0, t1, t2) { this.filterEntity = t0; this.relatedTypes = t1; this.i = t2; @@ -78802,14 +79766,15 @@ _NotificationSelector_build_closure: function _NotificationSelector_build_closure(t0) { this.$this = t0; }, - PasswordFormField: function PasswordFormField(t0, t1, t2, t3, t4, t5) { + PasswordFormField: function PasswordFormField(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.controller = t0; _.onSavePressed = t1; _.autoValidate = t2; _.newPassword = t3; - _.labelText = t4; - _.key = t5; + _.validate = t4; + _.labelText = t5; + _.key = t6; }, _PasswordFormFieldState: function _PasswordFormFieldState(t0) { var _ = this; @@ -78991,7 +79956,7 @@ this.viewModel = t0; this.key = t1; }, - _InvoiceEmailViewState: function _InvoiceEmailViewState(t0, t1, t2, t3, t4, t5) { + _InvoiceEmailViewState: function _InvoiceEmailViewState(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.selectedTemplate = null; _._invoice_email_view$_subjectPreview = _._invoice_email_view$_bodyPreview = ""; @@ -79002,8 +79967,9 @@ _._invoice_email_view$_controller = null; _._invoice_email_view$_controllers = t3; _.SingleTickerProviderStateMixin__ticker = t4; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t5; _._widget = null; - _._debugLifecycleState = t5; + _._debugLifecycleState = t6; _._framework$_element = null; }, _InvoiceEmailViewState_dispose_closure: function _InvoiceEmailViewState_dispose_closure() { @@ -79363,7 +80329,7 @@ _showAbout(context) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - state, t1, appLegalese, apppIcon, t2, t3, t4; + store, state, t1, appLegalese, apppIcon, t2, t3, t4; var $async$_showAbout = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -79371,7 +80337,8 @@ switch ($async$goto) { case 0: // Function start - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); + 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); appLegalese = "\xa9 " + A.Primitives_getYear(new A.DateTime(Date.now(), false)) + " Invoice Ninja"; apppIcon = A.Image$asset("assets/images/icon.png", 40, 40); @@ -79379,7 +80346,7 @@ t3 = state.userCompanyStates; t4 = state.uiState.selectedCompanyIndex; t4 = t3._list[t4].userCompany.company.createdAt; - A.showDialog(true, new A._showAbout_closure(t1, apppIcon, appLegalese, state, B.JSInt_methods._tdivFast$1(A.Duration$(0, 0, 0, t2 - A.DateTime$fromMillisecondsSinceEpoch(t4 * 1000, false)._value, 0, 0)._duration, 864e8)), context, null, true, type$.Null); + A.showDialog(true, new A._showAbout_closure(t1, apppIcon, appLegalese, state, store, B.JSInt_methods._tdivFast$1(A.Duration$(0, 0, 0, t2 - A.DateTime$fromMillisecondsSinceEpoch(t4 * 1000, false)._value, 0, 0)._duration, 864e8)), context, null, true, type$.Null); // implicit return return A._asyncReturn(null, $async$completer); } @@ -79573,13 +80540,14 @@ }, _showConnectStripe_closure: function _showConnectStripe_closure() { }, - _showAbout_closure: function _showAbout_closure(t0, t1, t2, t3, t4) { + _showAbout_closure: function _showAbout_closure(t0, t1, t2, t3, t4, t5) { var _ = this; _.localization = t0; _.apppIcon = t1; _.appLegalese = t2; _.state = t3; - _.daysActive = t4; + _.store = t4; + _.daysActive = t5; }, _showAbout__closure: function _showAbout__closure(t0, t1, t2, t3) { var _ = this; @@ -79595,8 +80563,13 @@ this.state = t0; this.localization = t1; }, - _showAbout__closure1: function _showAbout__closure1(t0) { + _showAbout__closure1: function _showAbout__closure1(t0, t1, t2) { this.context = t0; + this.localization = t1; + this.store = t2; + }, + _showAbout___closure1: function _showAbout___closure1(t0) { + this.store = t0; }, _showAbout__closure3: function _showAbout__closure3(t0, t1) { this.context = t0; @@ -79955,14 +80928,15 @@ _.duration = t2; _.key = t3; }, - _SortArrowState0: function _SortArrowState0(t0, t1) { + _SortArrowState0: function _SortArrowState0(t0, t1, t2) { var _ = this; _._orientationAnimation = _._orientationController = _._app_data_table$_opacityAnimation = _._opacityController = null; _._app_data_table$_orientationOffset = 0; _._app_data_table$_down = null; _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _SortArrowState__rebuild_closure0: function _SortArrowState__rebuild_closure0() { @@ -80231,12 +81205,13 @@ this.showInvoiceAsQuote = t0; this.key = t1; }, - _VariablesHelpState: function _VariablesHelpState(t0, t1) { + _VariablesHelpState: function _VariablesHelpState(t0, t1, t2) { var _ = this; _._variables$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _VariablesHelpState_build_closure: function _VariablesHelpState_build_closure() { @@ -80646,12 +81621,12 @@ t9 = t3[t5]; t7 = t9.clientState.map; t4 = t4.filter; - t9 = t9.userCompany.settings.getTableColumns$1(B.EntityType_client); - if (t9 == null) { + 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); - } else - t1 = t9; + } 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)); }, ClientListBuilder: function ClientListBuilder(t0) { @@ -80693,9 +81668,10 @@ _ClientPdfViewState: function _ClientPdfViewState(t0, t1) { var _ = this; _._client_pdf$_isLoading = true; - _._pdfController = _._client_pdf$_response = _._client_pdf$_pdfString = null; + _._pdfController = _._client_pdf$_response = null; _._pageCount = _._pageNumber = 1; _._client_pdf$_dateRange = t0; + _._client_pdf$_status = "all"; _._showAging = _._showPayments = true; _._widget = null; _._debugLifecycleState = t1; @@ -80723,23 +81699,59 @@ _ClientPdfViewState_build_closure1: function _ClientPdfViewState_build_closure1(t0) { this.$this = t0; }, - _ClientPdfViewState_build__closure0: function _ClientPdfViewState_build__closure0(t0) { + _ClientPdfViewState_build__closure4: function _ClientPdfViewState_build__closure4(t0) { this.$this = t0; }, _ClientPdfViewState_build_closure2: function _ClientPdfViewState_build_closure2(t0) { this.$this = t0; }, - _ClientPdfViewState_build__closure: function _ClientPdfViewState_build__closure(t0) { + _ClientPdfViewState_build__closure3: function _ClientPdfViewState_build__closure3(t0) { this.$this = t0; }, - _ClientPdfViewState_build_closure3: function _ClientPdfViewState_build_closure3(t0, t1, t2) { + _ClientPdfViewState_build_closure5: function _ClientPdfViewState_build_closure5(t0) { + this.$this = t0; + }, + _ClientPdfViewState_build__closure2: function _ClientPdfViewState_build__closure2(t0, t1) { + this.$this = t0; + this.value = t1; + }, + _ClientPdfViewState_build_closure3: function _ClientPdfViewState_build_closure3() { + }, + _ClientPdfViewState_build_closure4: function _ClientPdfViewState_build_closure4(t0) { + this.localization = t0; + }, + _ClientPdfViewState_build_closure6: function _ClientPdfViewState_build_closure6(t0) { + this.$this = t0; + }, + _ClientPdfViewState_build__closure1: function _ClientPdfViewState_build__closure1(t0, t1) { + this.$this = t0; + this.value = t1; + }, + _ClientPdfViewState_build_closure7: function _ClientPdfViewState_build_closure7(t0) { + this.localization = t0; + }, + _ClientPdfViewState_build_closure8: function _ClientPdfViewState_build_closure8(t0, t1, t2) { this.$this = t0; this.localization = t1; this.client = t2; }, - _ClientPdfViewState_build_closure4: function _ClientPdfViewState_build_closure4(t0) { + _ClientPdfViewState_build_closure9: function _ClientPdfViewState_build_closure9(t0) { this.client = t0; }, + _ClientPdfViewState_build_closure10: function _ClientPdfViewState_build_closure10(t0) { + this.$this = t0; + }, + _ClientPdfViewState_build__closure0: function _ClientPdfViewState_build__closure0(t0, t1) { + this.$this = t0; + this.document = t1; + }, + _ClientPdfViewState_build_closure11: function _ClientPdfViewState_build_closure11(t0) { + this.$this = t0; + }, + _ClientPdfViewState_build__closure: function _ClientPdfViewState_build__closure(t0, t1) { + this.$this = t0; + this.page = t1; + }, ClientPdfScreen: function ClientPdfScreen(t0) { this.key = t0; }, @@ -80827,12 +81839,13 @@ this.viewModel = t0; this.key = t1; }, - _ClientEditState: function _ClientEditState(t0, t1) { + _ClientEditState: function _ClientEditState(t0, t1, t2) { var _ = this; _._client_edit$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _ClientEditState_build_closure: function _ClientEditState_build_closure(t0) { @@ -81395,12 +82408,13 @@ _.tabIndex = t2; _.key = t3; }, - _ClientViewState: function _ClientViewState(t0, t1) { + _ClientViewState: function _ClientViewState(t0, t1, t2) { var _ = this; _._client_view$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _ClientViewState_build_closure0: function _ClientViewState_build_closure0(t0, t1, t2) { @@ -81895,14 +82909,15 @@ this.viewModel = t0; this.key = t1; }, - _CompanyGatewayEditState: function _CompanyGatewayEditState(t0, t1, t2) { + _CompanyGatewayEditState: function _CompanyGatewayEditState(t0, t1, t2, t3) { var _ = this; _._company_gateway_edit$_focusNode = t0; _._company_gateway_edit$_controller = null; _._company_gateway_edit$_gatewayTypeId = "1"; _.SingleTickerProviderStateMixin__ticker = t1; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _CompanyGatewayEditState_didChangeDependencies_closure: function _CompanyGatewayEditState_didChangeDependencies_closure(t0) { @@ -82064,17 +83079,12 @@ _.onChanged = t4; _.key = t5; }, - _GatewayConfigFieldState: function _GatewayConfigFieldState(t0, t1) { + _GatewayConfigFieldState: function _GatewayConfigFieldState(t0) { var _ = this; - _._company_gateway_edit$_textController = null; - _._company_gateway_edit$_debouncer = t0; - _._widget = null; - _._debugLifecycleState = t1; + _._widget = _._company_gateway_edit$_textController = null; + _._debugLifecycleState = t0; _._framework$_element = null; }, - _GatewayConfigFieldState__onChanged_closure: function _GatewayConfigFieldState__onChanged_closure(t0) { - this.$this = t0; - }, _GatewayConfigFieldState__obscureText_closure: function _GatewayConfigFieldState__obscureText_closure(t0, t1) { this._box_0 = t0; this.field = t1; @@ -82311,12 +83321,13 @@ this.isFilter = t1; this.key = t2; }, - _CompanyGatewayViewState: function _CompanyGatewayViewState(t0, t1) { + _CompanyGatewayViewState: function _CompanyGatewayViewState(t0, t1, t2) { var _ = this; _._company_gateway_view$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _CompanyGatewayViewState_build_closure1: function _CompanyGatewayViewState_build_closure1(t0) { @@ -82563,12 +83574,12 @@ t7 = t9.creditState.map; t8 = t9.clientState.map; t4 = t4.filter; - t9 = t9.userCompany.settings.getTableColumns$1(B.EntityType_credit); - if (t9 == null) { + t9 = t9.userCompany.settings; + t1 = t9 == null ? null : t9.getTableColumns$1(B.EntityType_credit); + if (t1 == null) { t3[t5].toString; - t1 = A._setArrayType(["status", "number", "client", "amount", "date", "balance"], type$.JSArray_legacy_String); - } else - t1 = t9; + t1 = A._setArrayType(["status", "number", "client", "amount", "date", "remaining"], type$.JSArray_legacy_String); + } return new A.CreditListVM(state, t6, t7, t8, 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)); }, CreditListBuilder: function CreditListBuilder(t0) { @@ -82690,12 +83701,13 @@ this.viewModel = t0; this.key = t1; }, - _CreditEditState: function _CreditEditState(t0, t1) { + _CreditEditState: function _CreditEditState(t0, t1, t2) { var _ = this; _._credit_edit$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _CreditEditState_build_closure1: function _CreditEditState_build_closure1(t0) { @@ -83151,39 +84163,24 @@ _.$this = t0; _.localization = t1; _.settings = t2; - _.hasMultipleCurrencies = t3; - _.company = t4; - _.clientMap = t5; - _.groupMap = t6; - _.state = t7; + _.company = t3; + _.state = t4; + _.hasMultipleCurrencies = t5; + _.clientMap = t6; + _.groupMap = t7; }, DashboardPanels__header__closure: function DashboardPanels__header__closure(t0, t1, t2) { this.$this = t0; this.isWide = t1; this.context = t2; }, - DashboardPanels__header__closure0: function DashboardPanels__header__closure0(t0, t1) { - this.$this = t0; - this.localization = t1; - }, - DashboardPanels__header__closure1: function DashboardPanels__header__closure1(t0, t1, t2) { - this.$this = t0; - this.isWide = t1; - this.context = t2; - }, - DashboardPanels__header__closure2: function DashboardPanels__header__closure2(t0) { - this.$this = t0; - }, - DashboardPanels__header__closure3: function DashboardPanels__header__closure3(t0) { - this.$this = t0; - }, - DashboardPanels__header__closure4: function DashboardPanels__header__closure4(t0) { + DashboardPanels__header__closure0: function DashboardPanels__header__closure0(t0) { this.localization = t0; }, DashboardPanels__header___closure1: function DashboardPanels__header___closure1(t0) { this.localization = t0; }, - DashboardPanels__header__closure5: function DashboardPanels__header__closure5(t0, t1, t2) { + DashboardPanels__header__closure1: function DashboardPanels__header__closure1(t0, t1, t2) { this.$this = t0; this.state = t1; this.context = t2; @@ -83192,6 +84189,21 @@ this.$this = t0; this.context = t1; }, + DashboardPanels__header__closure2: function DashboardPanels__header__closure2(t0, t1) { + this.$this = t0; + this.localization = t1; + }, + DashboardPanels__header__closure3: function DashboardPanels__header__closure3(t0, t1, t2) { + this.$this = t0; + this.isWide = t1; + this.context = t2; + }, + DashboardPanels__header__closure4: function DashboardPanels__header__closure4(t0) { + this.$this = t0; + }, + DashboardPanels__header__closure5: function DashboardPanels__header__closure5(t0) { + this.$this = t0; + }, DashboardPanels__header__closure6: function DashboardPanels__header__closure6(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _._box_0 = t0; @@ -83314,13 +84326,14 @@ this.viewModel = t0; this.key = t1; }, - _DashboardScreenState: function _DashboardScreenState(t0, t1, t2) { + _DashboardScreenState: function _DashboardScreenState(t0, t1, t2, t3) { var _ = this; _._dashboard_screen$_scrollController = _._sideTabController = _._mainTabController = null; _._tabs = t0; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _DashboardScreenState_initState_closure: function _DashboardScreenState_initState_closure(t0, t1) { @@ -83688,7 +84701,7 @@ this.viewModel = t0; this.key = t1; }, - _DesignEditState: function _DesignEditState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + _DesignEditState: function _DesignEditState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _._design_edit$_debouncer = t0; _._htmlDebouncer = t1; @@ -83705,8 +84718,9 @@ _._isDraftMode = _._design_edit$_isLoading = false; _._design_edit$_controllers = null; _.SingleTickerProviderStateMixin__ticker = t10; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t11; _._widget = null; - _._debugLifecycleState = t11; + _._debugLifecycleState = t12; _._framework$_element = null; }, _DesignEditState_didChangeDependencies_closure: function _DesignEditState_didChangeDependencies_closure(t0) { @@ -83812,7 +84826,8 @@ this.textController = t1; }, InsertTabAction: function InsertTabAction(t0) { - this._listeners = t0; + this._actions$_listeners = t0; + this._currentCallingAction = null; }, __DesignEditState_State_SingleTickerProviderStateMixin: function __DesignEditState_State_SingleTickerProviderStateMixin() { }, @@ -84162,12 +85177,13 @@ this.viewModel = t0; this.key = t1; }, - _ExpenseEditState: function _ExpenseEditState(t0, t1) { + _ExpenseEditState: function _ExpenseEditState(t0, t1, t2) { var _ = this; _._expense_edit$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _ExpenseEditState__onSavePressed_closure: function _ExpenseEditState__onSavePressed_closure(t0, t1, t2) { @@ -84685,7 +85701,8 @@ t6 = t1[t3]; t5 = t6.expenseState.map; t2 = t2.filter; - t6 = t6.userCompany.settings.getTableColumns$1(B.EntityType_expense); + 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); @@ -84813,12 +85830,13 @@ _.tabIndex = t2; _.key = t3; }, - _ExpenseViewState: function _ExpenseViewState(t0, t1) { + _ExpenseViewState: function _ExpenseViewState(t0, t1, t2) { var _ = this; _._expense_view$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _ExpenseViewState_build_closure: function _ExpenseViewState_build_closure(t0, t1, t2) { @@ -84946,7 +85964,7 @@ _ExpenseCategoryEditState: function _ExpenseCategoryEditState(t0, t1, t2, t3) { var _ = this; _._expense_category_edit$_debouncer = t0; - _._expense_category_edit$_autoValidate = false; + _._autoValidate = false; _._nameController = t1; _._expense_category_edit$_controllers = t2; _._widget = null; @@ -85088,7 +86106,8 @@ t5 = t1[t3]; t4 = t5.expenseCategoryState.map; t2 = t2.filter; - t5 = t5.userCompany.settings.getTableColumns$1(B.EntityType_expenseCategory); + 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); @@ -85472,12 +86491,13 @@ this.isFilter = t1; this.key = t2; }, - _GroupViewState: function _GroupViewState(t0, t1) { + _GroupViewState: function _GroupViewState(t0, t1, t2) { var _ = this; _._group_view$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _GroupViewState_build_closure2: function _GroupViewState_build_closure2(t0) { @@ -85564,12 +86584,13 @@ this.viewModel = t0; this.key = t1; }, - _InvoiceEditState: function _InvoiceEditState(t0, t1) { + _InvoiceEditState: function _InvoiceEditState(t0, t1, t2) { var _ = this; _._invoice_edit$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _InvoiceEditState__onSavePressed_closure: function _InvoiceEditState__onSavePressed_closure(t0, t1) { @@ -85637,6 +86658,10 @@ }, _ContactListTile_build_closure: function _ContactListTile_build_closure() { }, + _ContactListTile_build_closure0: function _ContactListTile_build_closure0(t0, t1) { + this.$this = t0; + this.localization = t1; + }, InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, entityType) { var t2, entity, t3, t4, t5, t1 = {}, state = A._lateReadCheck(store.__Store__state, "_state"); @@ -85704,7 +86729,7 @@ this.entityViewModel = t1; this.key = t2; }, - InvoiceEditDesktopState: function InvoiceEditDesktopState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { + InvoiceEditDesktopState: function InvoiceEditDesktopState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) { var _ = this; _._tableTabController = _._optionTabController = null; _._invoice_edit_desktop$_showTasksTable = false; @@ -85729,8 +86754,9 @@ _._invoice_edit_desktop$_controllers = t16; _._invoice_edit_desktop$_debouncer = t17; _.TickerProviderStateMixin__tickers = t18; + _.TickerProviderStateMixin__tickerModeNotifier = t19; _._widget = null; - _._debugLifecycleState = t19; + _._debugLifecycleState = t20; _._framework$_element = null; }, InvoiceEditDesktopState_didChangeDependencies_closure: function InvoiceEditDesktopState_didChangeDependencies_closure(t0) { @@ -86838,14 +87864,15 @@ _.showTasksAndExpenses = t3; _.key = t4; }, - _InvoiceItemSelectorState: function _InvoiceItemSelectorState(t0, t1, t2, t3) { + _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; _._invoice_item_selector$_textController = t1; _.SingleTickerProviderStateMixin__ticker = t2; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; _._widget = null; - _._debugLifecycleState = t3; + _._debugLifecycleState = t4; _._framework$_element = null; }, _InvoiceItemSelectorState__onItemsSelected_closure: function _InvoiceItemSelectorState__onItemsSelected_closure(t0, t1, t2, t3, t4, t5) { @@ -87072,12 +88099,12 @@ t9 = t10.invoiceState.map; t7 = t10.clientState.map; t4 = t4.filter; - t10 = t10.userCompany.settings.getTableColumns$1(B.EntityType_invoice); - if (t10 == null) { + t10 = t10.userCompany.settings; + t1 = t10 == null ? null : t10.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); - } else - t1 = t10; + } return new A.InvoiceListVM(state, t6, t9, t7, 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)); }, InvoiceListBuilder: function InvoiceListBuilder(t0) { @@ -87342,12 +88369,13 @@ _.tabIndex = t2; _.key = t3; }, - _InvoiceViewState: function _InvoiceViewState(t0, t1) { + _InvoiceViewState: function _InvoiceViewState(t0, t1, t2) { var _ = this; _._invoice_view$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _InvoiceViewState_build_closure: function _InvoiceViewState_build_closure(t0, t1, t2, t3) { @@ -87946,7 +88974,7 @@ PaymentListItem_build__closure3: function PaymentListItem_build__closure3() { }, PaymentListVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, t11, + var t4, t5, t6, t7, t8, t9, t10, t11, t12, state = A._lateReadCheck(store.__Store__state, "_state"), t1 = state.userCompanyStates, t2 = state.uiState, @@ -87962,19 +88990,21 @@ t10 = t7.invoiceState.map; t11 = t7.clientState.map; t7 = t7.userState.map; + t12 = state.staticState.paymentTypeMap; t2 = t2.paymentUIState.listUIState; - t7 = t5.call$7(t6, t9, t8, t10, t11, t7, t2); - t11 = t1[t3]; - t11.paymentState.toString; - t11.clientState.toString; + t12 = t5.call$8(t6, t9, t8, t10, t11, t7, t12, t2); + t7 = t1[t3]; + t7.paymentState.toString; + t7.clientState.toString; t2 = t2.filter; - t11 = t11.userCompany.settings.getTableColumns$1(B.EntityType_payment); - if (t11 == null) { + 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); } else - t1 = t11; - return new A.PaymentListVM(state, t4, t7, 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)); + 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)); }, PaymentListBuilder: function PaymentListBuilder(t0) { this.key = t0; @@ -88054,7 +89084,7 @@ this.context = t0; }, PaymentScreenVM_fromStore(store) { - var t4, t5, t6, t7, t8, t9, t10, + var t4, t5, t6, t7, t8, t9, t10, t11, state = A._lateReadCheck(store.__Store__state, "_state"), t1 = state.userCompanyStates, t2 = state.uiState, @@ -88070,11 +89100,12 @@ t9 = t6.invoiceState.map; t10 = t6.clientState.map; t6 = t6.userState.map; + t11 = state.staticState.paymentTypeMap; t2 = t2.paymentUIState.listUIState; - t6 = t4.call$7(t5, t8, t7, t9, t10, t6, t2); + t11 = t4.call$8(t5, t8, t7, t9, t10, t6, t11, t2); t1[t3].toString; t2.toString; - return new A.PaymentScreenVM(t6); + return new A.PaymentScreenVM(t11); }, PaymentScreenBuilder: function PaymentScreenBuilder(t0) { this.key = t0; @@ -88822,8 +89853,10 @@ t7 = t3[t5]; t8 = t7.productState.map; t4 = t4.filter; - t7 = t7.userCompany.settings.getTableColumns$1(B.EntityType_product); - t1 = t7 == null ? A.ProductPresenter_getDefaultTableFields(t3[t5].userCompany) : t7; + 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)); }, ProductListBuilder: function ProductListBuilder(t0) { @@ -88942,12 +89975,13 @@ _.tabIndex = t2; _.key = t3; }, - _ProductViewState: function _ProductViewState(t0, t1) { + _ProductViewState: function _ProductViewState(t0, t1, t2) { var _ = this; _._product_view$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _ProductViewState_build_closure: function _ProductViewState_build_closure(t0, t1, t2) { @@ -89267,12 +90301,13 @@ t4 = t7.projectState.map; t7.clientState.toString; t2 = t2.filter; - t7 = t7.userCompany.settings.getTableColumns$1(B.EntityType_project); - if (t7 == null) { + 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); } else - t1 = t7; + 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)); }, ProjectListBuilder: function ProjectListBuilder(t0) { @@ -89381,12 +90416,13 @@ _.tabIndex = t2; _.key = t3; }, - _ProjectViewState: function _ProjectViewState(t0, t1) { + _ProjectViewState: function _ProjectViewState(t0, t1, t2) { var _ = this; _._project_view$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _ProjectViewState_build_closure0: function _ProjectViewState_build_closure0(t0, t1, t2) { @@ -89721,12 +90757,13 @@ this.viewModel = t0; this.key = t1; }, - _QuoteEditState: function _QuoteEditState(t0, t1) { + _QuoteEditState: function _QuoteEditState(t0, t1, t2) { var _ = this; _._quote_edit$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _QuoteEditState_build_closure1: function _QuoteEditState_build_closure1(t0) { @@ -89871,12 +90908,12 @@ t7 = t9.quoteState.map; t8 = t9.clientState.map; t4 = t4.filter; - t9 = t9.userCompany.settings.getTableColumns$1(B.EntityType_quote); - if (t9 == null) { + t9 = t9.userCompany.settings; + t1 = t9 == null ? null : t9.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); - } else - t1 = t9; + } return new A.QuoteListVM(state, t6, t7, t8, 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)); }, QuoteListBuilder: function QuoteListBuilder(t0) { @@ -90100,7 +91137,7 @@ 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, null, null); + 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)); }, RecurringExpenseEditScreen: function RecurringExpenseEditScreen(t0) { this.key = t0; @@ -90122,6 +91159,24 @@ RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure(t0) { this.store = t0; }, + RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2(t0) { + this.store = t0; + }, + RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1(t0) { + this.store = t0; + }, + RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2(t0) { + this.store = t0; + }, + RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3(t0) { + this.store = t0; + }, + RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure(t0) { + this.store = t0; + }, + RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0(t0) { + this.store = t0; + }, RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1(t0, t1) { this.state = t0; this.store = t1; @@ -90130,7 +91185,7 @@ this.store = t0; this.state = t1; }, - RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure(t0, t1, t2, t3) { + RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3: function RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3(t0, t1, t2, t3) { var _ = this; _.store = t0; _.context = t1; @@ -90213,7 +91268,8 @@ t5 = t1[t3]; t4 = t5.recurringExpenseState.map; t2 = t2.filter; - t5 = t5.userCompany.settings.getTableColumns$1(B.EntityType_recurringExpense); + 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); @@ -90385,12 +91441,13 @@ this.viewModel = t0; this.key = t1; }, - _RecurringInvoiceEditState: function _RecurringInvoiceEditState(t0, t1) { + _RecurringInvoiceEditState: function _RecurringInvoiceEditState(t0, t1, t2) { var _ = this; _._recurring_invoice_edit$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _RecurringInvoiceEditState_build_closure1: function _RecurringInvoiceEditState_build_closure1(t0) { @@ -90689,12 +91746,13 @@ t7 = t1[t3]; t5 = t7.recurringInvoiceState.map; t2 = t2.filter; - t7 = t7.userCompany.settings.getTableColumns$1(B.EntityType_recurringInvoice); - if (t7 == null) { + 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", "number", "client", "amount", "remaining_cycles", "next_send_date", "frequency", "due_date_days", "auto_bill"], type$.JSArray_legacy_String); } else - t1 = t7; + 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)); }, RecurringInvoiceListBuilder: function RecurringInvoiceListBuilder(t0) { @@ -91163,10 +92221,11 @@ B.JSArray_methods.sort$1(data, new A.clientReport_closure2(clientReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_ClientReportFields_and_legacy_String; t3 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_0, new A.clientReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.clientReport_closure4(), t1), true, t3), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_2No, new A.clientReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.clientReport_closure4(), t1), true, t3), data, true); }, - ClientReportFields: function ClientReportFields(t0) { - this._client_report$_name = t0; + ClientReportFields: function ClientReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedClientReport_closure: function memoizedClientReport_closure() { }, @@ -91441,10 +92500,11 @@ B.JSArray_methods.sort$1(data, new A.contactReport_closure2(clientReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_ContactReportFields_and_legacy_String; t3 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_HB4, new A.contactReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.contactReport_closure4(), t1), true, t3), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_APm, new A.contactReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.contactReport_closure4(), t1), true, t3), data, true); }, - ContactReportFields: function ContactReportFields(t0) { - this._contact_report$_name = t0; + ContactReportFields: function ContactReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedContactReport_closure: function memoizedContactReport_closure() { }, @@ -91463,7 +92523,7 @@ contactReport_closure4: function contactReport_closure4() { }, creditReport(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState) { - var columns, t4, t5, t6, t7, t8, credit, t9, client, value, row, t10, t11, t12, value0, value1, value2, value3, value4, value5, value6, value7, value8, value9, t13, value10, value11, value12, t14, value13, value14, value15, value16, value17, value18, value19, value20, value21, value22, value23, value24, value25, value26, value27, value28, t15, value29, value30, value31, value32, value33, value34, value35, value36, t16, skip, t17, value37, t18, t19, currencyId, selectedColumns, _null = null, + var columns, t4, t5, t6, t7, t8, credit, t9, client, value, row, t10, t11, t12, t13, t14, value0, value1, value2, value3, value4, value5, value6, value7, value8, value9, t15, value10, value11, value12, t16, value13, value14, value15, value16, value17, value18, value19, value20, value21, value22, value23, value24, value25, value26, value27, value28, t17, value29, value30, value31, value32, value33, value34, value35, value36, t18, skip, t19, value37, t20, t21, t22, t23, currencyId, selectedColumns, _null = null, data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), reportSettings = userCompany.settings.reportSettings, creditReportSettings = reportSettings != null && reportSettings._map$_map.containsKey$1(0, "credit") ? reportSettings._map$_map.$index(0, "credit") : A.ReportSettingsEntity_ReportSettingsEntity(_null, _null), @@ -91488,9 +92548,9 @@ if (!t6.reportIncludeDrafts && credit.statusId === "1") continue; row = A._setArrayType([], t7); - for (t9 = new J.ArrayIterator(t3, t3.length, t5), t10 = credit.id, t11 = credit.entityType, t12 = client.settings, value0 = client.city, value1 = credit.privateNotes, value2 = credit.publicNotes, value3 = credit.taxRate1, value4 = credit.taxName1, value5 = credit.taxRate2, value6 = credit.taxName2, value7 = client.vatNumber, value8 = client.postalCode, value9 = credit.exchangeRate, t13 = client.countryId, value10 = credit.amount, value11 = credit.taxAmount, value12 = value10 - value11, t14 = credit.createdAt, value13 = credit.customSurcharge4, value14 = credit.customSurcharge3, value15 = credit.customSurcharge2, value16 = credit.customSurcharge1, value17 = credit.customValue4, value18 = credit.customValue3, value19 = credit.customValue2, value20 = credit.customValue1, value21 = credit.autoBill, value22 = credit.partialDueDate, value23 = credit.partial, value24 = credit.dueDate, value25 = credit.date, value26 = credit.poNumber, value27 = credit.discount, value28 = credit.number, t15 = credit.statusId, value29 = client.shippingAddress2, value30 = client.shippingAddress1, value31 = client.address2, value32 = client.address1, value33 = client.balance, value34 = credit.balance, value35 = value34 / value9, value36 = value10 / value9, t14 *= 1000, t16 = t6.settings, skip = false; t9.moveNext$0();) { - t17 = t9.__interceptors$_current; - switch (t17) { + for (t9 = new J.ArrayIterator(t3, t3.length, t5), t10 = credit.id, t11 = credit.entityType, t12 = credit.createdUserId, t13 = credit.assignedUserId, t14 = client.settings, value0 = client.city, value1 = credit.privateNotes, value2 = credit.publicNotes, value3 = credit.taxRate1, value4 = credit.taxName1, value5 = credit.taxRate2, value6 = credit.taxName2, value7 = client.vatNumber, value8 = client.postalCode, value9 = credit.exchangeRate, t15 = client.countryId, value10 = credit.amount, value11 = credit.taxAmount, value12 = value10 - value11, t16 = credit.createdAt, value13 = credit.customSurcharge4, value14 = credit.customSurcharge3, value15 = credit.customSurcharge2, value16 = credit.customSurcharge1, value17 = credit.customValue4, value18 = credit.customValue3, value19 = credit.customValue2, value20 = credit.customValue1, value21 = credit.autoBill, value22 = credit.partialDueDate, value23 = credit.partial, value24 = credit.dueDate, value25 = credit.date, value26 = credit.poNumber, value27 = credit.discount, value28 = credit.number, t17 = credit.statusId, value29 = client.shippingAddress2, value30 = client.shippingAddress1, value31 = client.address2, value32 = client.address1, value33 = client.balance, value34 = credit.balance, value35 = value34 / value9, value36 = value10 / value9, t16 *= 1000, t18 = t6.settings, skip = false; t9.moveNext$0();) { + t19 = t9.__interceptors$_current; + switch (t19) { case B.CreditReportFields_0: value37 = value10; break; @@ -91522,7 +92582,7 @@ value37 = value29; break; case B.CreditReportFields_11: - value37 = B.Map_qBa3g.$index(0, t15); + value37 = B.Map_qBa3g.$index(0, t17); if (value37 == null) value37 = ""; break; @@ -91575,14 +92635,14 @@ value37 = value13; break; case B.CreditReportFields_28: - t18 = new A.DateTime(t14, false); - t18.DateTime$_withValue$2$isUtc(t14, false); - value37 = t18.toIso8601String$0(); + t20 = new A.DateTime(t16, false); + t20.DateTime$_withValue$2$isUtc(t16, false); + value37 = t20.toIso8601String$0(); break; case B.CreditReportFields_29: - t18 = new A.DateTime(t14, false); - t18.DateTime$_withValue$2$isUtc(t14, false); - value37 = t18.toIso8601String$0(); + t20 = new A.DateTime(t16, false); + t20.DateTime$_withValue$2$isUtc(t16, false); + value37 = t20.toIso8601String$0(); break; case B.CreditReportFields_30: value37 = value; @@ -91597,8 +92657,8 @@ value37 = credit.get$netBalance(); break; case B.CreditReportFields_10: - t18 = staticState.countryMap._map$_map.$index(0, t13); - value37 = t18 == null ? _null : t18.name; + t20 = staticState.countryMap._map$_map.$index(0, t15); + value37 = t20 == null ? _null : t20.name; if (value37 == null) value37 = ""; break; @@ -91639,25 +92699,56 @@ value37 = value0; break; case B.CreditReportFields_46: - t18 = staticState.currencyMap; - t19 = t12.currencyId; - t19 = t18._map$_map.$index(0, t19); - value37 = t19 == null ? _null : t19.name; + t20 = staticState.currencyMap; + t21 = t14.currencyId; + t21 = t20._map$_map.$index(0, t21); + value37 = t21 == null ? _null : t21.name; + if (value37 == null) + value37 = ""; + break; + case B.CreditReportFields_47: + value37 = credit.get$isViewed(); + break; + case B.CreditReportFields_48: + t20 = userMap._map$_map.$index(0, t13); + if (t20 == null) + value37 = _null; + else { + t21 = t20.firstName; + t22 = t21 + " "; + t23 = t20.lastName; + t20 = B.JSString_methods.trim$0(t22 + t23).length !== 0 ? B.JSString_methods.trim$0(t21 + " " + t23) : t20.email; + value37 = t20; + } + if (value37 == null) + value37 = ""; + break; + case B.CreditReportFields_49: + t20 = userMap._map$_map.$index(0, t12); + if (t20 == null) + value37 = _null; + else { + t21 = t20.firstName; + t22 = t21 + " "; + t23 = t20.lastName; + t20 = B.JSString_methods.trim$0(t22 + t23).length !== 0 ? B.JSString_methods.trim$0(t21 + " " + t23) : t20.email; + value37 = t20; + } if (value37 == null) value37 = ""; break; default: value37 = ""; } - if (!A.ReportResult_matchField(A.EnumUtils_parse(t17), _null, reportsUIState, userCompany, value37)) + if (!A.ReportResult_matchField(A.EnumUtils_parse(t19), _null, reportsUIState, userCompany, value37)) skip = true; - t18 = J.getInterceptor$(value37); - if (t18.get$runtimeType(value37) === B.Type_bool_lhE) + t20 = J.getInterceptor$(value37); + if (t20.get$runtimeType(value37) === B.Type_bool_lhE) row.push(new A.ReportBoolValue(value37, t11, t10)); - else if (t18.get$runtimeType(value37) === B.Type_double_K1J || t18.get$runtimeType(value37) === B.Type_int_tHn) { - currencyId = t12.currencyId; - if (B.JSArray_methods.contains$1(A._setArrayType([B.CreditReportFields_2, B.CreditReportFields_3], t1), t17)) { - currencyId = t16.currencyId; + else if (t20.get$runtimeType(value37) === B.Type_double_K1J || t20.get$runtimeType(value37) === B.Type_int_tHn) { + currencyId = t14.currencyId; + if (B.JSArray_methods.contains$1(A._setArrayType([B.CreditReportFields_2, B.CreditReportFields_3], t1), t19)) { + currencyId = t18.currencyId; if (currencyId == null) currencyId = "1"; } @@ -91673,10 +92764,11 @@ B.JSArray_methods.sort$1(data, new A.creditReport_closure2(creditReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_CreditReportFields_and_legacy_String; t3 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_MEg, new A.creditReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.creditReport_closure4(), t1), true, t3), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_rFM, new A.creditReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.creditReport_closure4(), t1), true, t3), data, true); }, - CreditReportFields: function CreditReportFields(t0) { - this._credit_report$_name = t0; + CreditReportFields: function CreditReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedCreditReport_closure: function memoizedCreditReport_closure() { }, @@ -91722,10 +92814,11 @@ B.JSArray_methods.sort$1(data, new A.documentReport_closure6(documentReportSettings, selectedColumns)); t2 = type$.MappedListIterable_of_legacy_DocumentReportFields_and_legacy_String; t1 = t2._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_usR, new A.documentReport_closure7(), t2), true, t1), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.documentReport_closure8(), t2), true, t1), data, false); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_lqi, new A.documentReport_closure7(), t2), true, t1), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.documentReport_closure8(), t2), true, t1), data, false); }, - DocumentReportFields: function DocumentReportFields(t0) { - this._document_report$_name = t0; + DocumentReportFields: function DocumentReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedDocumentReport_closure: function memoizedDocumentReport_closure() { }, @@ -91788,11 +92881,11 @@ documentReport_closure8: function documentReport_closure8() { }, expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { - var columns, t3, t4, t5, t6, expense, t7, client, invoice, vendor, row, t8, t9, t10, value, value0, value1, value2, value3, value4, value5, t11, value6, value7, t12, value8, value9, t13, skip, t14, value10, t15, selectedColumns, _null = null, + var columns, t3, t4, t5, t6, expense, t7, client, invoice, vendor, row, t8, t9, t10, t11, t12, value, value0, value1, value2, value3, t13, value4, value5, value6, t14, value7, value8, t15, value9, value10, t16, t17, skip, t18, value11, t19, t20, t21, t22, selectedColumns, _null = null, data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), reportSettings = userCompany.settings.reportSettings, expenseReportSettings = reportSettings != null && reportSettings._map$_map.containsKey$1(0, "expense") ? reportSettings._map$_map.$index(0, "expense") : A.ReportSettingsEntity_ReportSettingsEntity(_null, _null), - defaultColumns = A._setArrayType([B.ExpenseReportFields_0, B.ExpenseReportFields_3, B.ExpenseReportFields_11, B.ExpenseReportFields_17, B.ExpenseReportFields_19, B.ExpenseReportFields_24], type$.JSArray_legacy_ExpenseReportFields), + defaultColumns = A._setArrayType([B.ExpenseReportFields_0, B.ExpenseReportFields_3, B.ExpenseReportFields_11, B.ExpenseReportFields_17, B.ExpenseReportFields_20, B.ExpenseReportFields_25], type$.JSArray_legacy_ExpenseReportFields), t1 = expenseReportSettings.columns._list, t2 = type$.legacy_ExpenseReportFields; if (t1.length !== 0) { @@ -91817,102 +92910,138 @@ if (expense.isDeleted) continue; row = A._setArrayType([], t5); - for (t7 = new J.ArrayIterator(t2, t2.length, t4), t8 = expense.id, t9 = expense.entityType, t10 = expense.categoryId, value = expense.customValue4, value0 = expense.customValue3, value1 = expense.customValue2, value2 = expense.customValue1, value3 = expense.taxRate3, value4 = expense.taxRate2, value5 = expense.taxRate1, t11 = expense.paymentTypeId, value6 = expense.paymentDate, value7 = expense.date, t12 = expense.currencyId, value8 = expense.transactionReference, value9 = expense.amount, t13 = expense.usesInclusiveTaxes, skip = false; t7.moveNext$0();) { - t14 = t7.__interceptors$_current; - switch (t14) { + for (t7 = new J.ArrayIterator(t2, t2.length, t4), t8 = expense.id, t9 = expense.entityType, t10 = expense.createdUserId, t11 = expense.assignedUserId, t12 = expense.categoryId, value = expense.customValue4, value0 = expense.customValue3, value1 = expense.customValue2, value2 = expense.customValue1, value3 = invoice.date, t13 = invoice.id, value4 = expense.taxRate3, value5 = expense.taxRate2, value6 = expense.taxRate1, t14 = expense.paymentTypeId, value7 = expense.paymentDate, value8 = expense.date, t15 = expense.currencyId, value9 = expense.transactionReference, value10 = expense.amount, t16 = expense.usesInclusiveTaxes, t17 = t13.length !== 0, skip = false; t7.moveNext$0();) { + t18 = t7.__interceptors$_current; + switch (t18) { case B.ExpenseReportFields_0: - value10 = t13 ? value9 : value9 + expense.get$taxAmount(); + value11 = t16 ? value10 : value10 + expense.get$taxAmount(); break; case B.ExpenseReportFields_1: - value10 = t13 ? value9 - expense.get$taxAmount() : value9; + value11 = t16 ? value10 - expense.get$taxAmount() : value10; break; case B.ExpenseReportFields_2: - value10 = expense.get$taxAmount(); + value11 = expense.get$taxAmount(); break; case B.ExpenseReportFields_3: - value10 = value8; + value11 = value9; break; case B.ExpenseReportFields_4: - value10 = staticState.currencyMap._map$_map.$index(0, t12); + value11 = staticState.currencyMap._map$_map.$index(0, t15); break; case B.ExpenseReportFields_5: - value10 = value7; + value11 = value8; break; case B.ExpenseReportFields_6: - value10 = value6; + value11 = value7; break; case B.ExpenseReportFields_7: - t15 = staticState.paymentTypeMap._map$_map.$index(0, t11); - value10 = t15 == null ? _null : t15.name; - if (value10 == null) - value10 = ""; + t19 = staticState.paymentTypeMap._map$_map.$index(0, t14); + value11 = t19 == null ? _null : t19.name; + if (value11 == null) + value11 = ""; break; case B.ExpenseReportFields_8: - value10 = value5; + value11 = value6; break; case B.ExpenseReportFields_9: - value10 = value4; + value11 = value5; break; case B.ExpenseReportFields_10: - value10 = value3; + value11 = value4; break; case B.ExpenseReportFields_11: - value10 = client.displayName; + value11 = client.displayName; break; case B.ExpenseReportFields_12: - value10 = client.balance; + value11 = client.balance; break; case B.ExpenseReportFields_13: - value10 = client.address1; + value11 = client.address1; break; case B.ExpenseReportFields_14: - value10 = client.address2; + value11 = client.address2; break; case B.ExpenseReportFields_15: - value10 = client.shippingAddress1; + value11 = client.shippingAddress1; break; case B.ExpenseReportFields_16: - value10 = client.shippingAddress2; + value11 = client.shippingAddress2; break; case B.ExpenseReportFields_17: - value10 = invoice.number; + value11 = invoice.number; break; case B.ExpenseReportFields_18: - value10 = invoice.amount; + value11 = invoice.amount; break; case B.ExpenseReportFields_19: - value10 = vendor.name; + if (t17) { + t19 = A.Primitives_parseInt(t13, _null); + t19 = (t19 == null ? 0 : t19) < 0; + } else + t19 = true; + value11 = t19 ? "" : value3; break; case B.ExpenseReportFields_20: - value10 = value2; + value11 = vendor.name; break; case B.ExpenseReportFields_21: - value10 = value1; + value11 = value2; break; case B.ExpenseReportFields_22: - value10 = value0; + value11 = value1; break; case B.ExpenseReportFields_23: - value10 = value; + value11 = value0; break; case B.ExpenseReportFields_24: - t15 = expenseCategoryMap._map$_map.$index(0, t10); - value10 = t15 == null ? _null : t15.name; - if (value10 == null) - value10 = ""; + value11 = value; + break; + case B.ExpenseReportFields_25: + t19 = expenseCategoryMap._map$_map.$index(0, t12); + value11 = t19 == null ? _null : t19.name; + if (value11 == null) + value11 = ""; + break; + case B.ExpenseReportFields_26: + t19 = userMap._map$_map.$index(0, t11); + if (t19 == null) + value11 = _null; + else { + t20 = t19.firstName; + t21 = t20 + " "; + t22 = t19.lastName; + t19 = B.JSString_methods.trim$0(t21 + t22).length !== 0 ? B.JSString_methods.trim$0(t20 + " " + t22) : t19.email; + value11 = t19; + } + if (value11 == null) + value11 = ""; + break; + case B.ExpenseReportFields_27: + t19 = userMap._map$_map.$index(0, t10); + if (t19 == null) + value11 = _null; + else { + t20 = t19.firstName; + t21 = t20 + " "; + t22 = t19.lastName; + t19 = B.JSString_methods.trim$0(t21 + t22).length !== 0 ? B.JSString_methods.trim$0(t20 + " " + t22) : t19.email; + value11 = t19; + } + if (value11 == null) + value11 = ""; break; default: - value10 = ""; + value11 = ""; } - if (!A.ReportResult_matchField(A.EnumUtils_parse(t14), _null, reportsUIState, userCompany, value10)) + if (!A.ReportResult_matchField(A.EnumUtils_parse(t18), _null, reportsUIState, userCompany, value11)) skip = true; - t14 = J.getInterceptor$(value10); - if (t14.get$runtimeType(value10) === B.Type_bool_lhE) - row.push(new A.ReportBoolValue(value10, t9, t8)); - else if (t14.get$runtimeType(value10) === B.Type_double_K1J || t14.get$runtimeType(value10) === B.Type_int_tHn) - row.push(new A.ReportNumberValue(value10, _null, t12, _null, t9, t8)); + t18 = J.getInterceptor$(value11); + if (t18.get$runtimeType(value11) === B.Type_bool_lhE) + row.push(new A.ReportBoolValue(value11, t9, t8)); + else if (t18.get$runtimeType(value11) === B.Type_double_K1J || t18.get$runtimeType(value11) === B.Type_int_tHn) + row.push(new A.ReportNumberValue(value11, _null, t15, _null, t9, t8)); else - row.push(new A.ReportStringValue(value10, t9, t8)); + row.push(new A.ReportStringValue(value11, t9, t8)); } if (!skip) data.push(row); @@ -91922,10 +93051,11 @@ B.JSArray_methods.sort$1(data, new A.expenseReport_closure2(expenseReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_ExpenseReportFields_and_legacy_String; t2 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_aVE, new A.expenseReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.expenseReport_closure4(), t1), true, t2), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_QcJ, new A.expenseReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.expenseReport_closure4(), t1), true, t2), data, true); }, - ExpenseReportFields: function ExpenseReportFields(t0) { - this._expense_report$_name = t0; + ExpenseReportFields: function ExpenseReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedExpenseReport_closure: function memoizedExpenseReport_closure() { }, @@ -92083,10 +93213,11 @@ B.JSArray_methods.sort$1(data, new A.lineItemReport_closure8(lineItemReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_InvoiceItemReportFields_and_legacy_String; t3 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_hN6, new A.lineItemReport_closure9(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.lineItemReport_closure10(), t1), true, t3), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_Wii, new A.lineItemReport_closure9(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.lineItemReport_closure10(), t1), true, t3), data, true); }, - InvoiceItemReportFields: function InvoiceItemReportFields(t0) { - this._invoice_item_report$_name = t0; + InvoiceItemReportFields: function InvoiceItemReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedInvoiceItemReport_closure: function memoizedInvoiceItemReport_closure() { }, @@ -92105,7 +93236,7 @@ lineItemReport_closure10: function lineItemReport_closure10() { }, invoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, staticState) { - var columns, t4, t5, t6, t7, t8, invoice, t9, client, value, row, t10, t11, t12, value0, value1, value2, value3, value4, value5, value6, value7, value8, t13, value9, value10, value11, value12, t14, value13, value14, value15, value16, value17, value18, value19, value20, value21, value22, value23, value24, t15, value25, value26, value27, value28, value29, value30, value31, value32, t16, value33, value34, value35, value36, value37, value38, t17, value39, value40, t18, skip, t19, value41, t20, dueDate, ageInDays, t21, currencyId, selectedColumns, _null = null, + var columns, t4, t5, t6, t7, t8, invoice, t9, client, value, row, t10, t11, t12, t13, t14, value0, value1, value2, value3, value4, value5, value6, value7, value8, t15, value9, value10, value11, value12, t16, value13, value14, value15, value16, value17, value18, value19, value20, value21, value22, value23, value24, t17, value25, value26, value27, value28, value29, value30, value31, value32, t18, value33, value34, value35, value36, value37, value38, t19, value39, value40, t20, skip, t21, value41, t22, dueDate, ageInDays, t23, t24, t25, currencyId, selectedColumns, _null = null, data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), reportSettings = userCompany.settings.reportSettings, invoiceReportSettings = reportSettings != null && reportSettings._map$_map.containsKey$1(0, "invoice") ? reportSettings._map$_map.$index(0, "invoice") : A.ReportSettingsEntity_ReportSettingsEntity(_null, _null), @@ -92130,20 +93261,20 @@ if (!t6.reportIncludeDrafts && invoice.statusId === "1") continue; row = A._setArrayType([], t7); - for (t9 = new J.ArrayIterator(t3, t3.length, t5), t10 = invoice.id, t11 = invoice.entityType, t12 = client.settings, value0 = client.city, value1 = invoice.privateNotes, value2 = invoice.publicNotes, value3 = invoice.taxRate1, value4 = invoice.taxName1, value5 = invoice.taxRate2, value6 = invoice.taxName2, value7 = client.vatNumber, value8 = client.postalCode, t13 = client.countryId, value9 = invoice.exchangeRate, value10 = invoice.amount, value11 = invoice.taxAmount, value12 = value10 - value11, t14 = invoice.createdAt, value13 = invoice.customSurcharge4, value14 = invoice.customSurcharge3, value15 = invoice.customSurcharge2, value16 = invoice.customSurcharge1, value17 = invoice.customValue4, value18 = invoice.customValue3, value19 = invoice.customValue2, value20 = invoice.customValue1, value21 = invoice.autoBill, value22 = invoice.partialDueDate, value23 = invoice.partial, value24 = invoice.dueDate, t15 = value22.length === 0, value25 = invoice.reminderLastSent, value26 = invoice.reminder3Sent, value27 = invoice.reminder2Sent, value28 = invoice.reminder1Sent, value29 = invoice.date, value30 = invoice.poNumber, value31 = invoice.discount, value32 = invoice.number, t16 = invoice.statusId, value33 = client.shippingAddress2, value34 = client.shippingAddress1, value35 = client.address2, value36 = client.address1, value37 = client.balance, value38 = client.displayName, t17 = t16 !== "1", value39 = invoice.balance, value40 = value10 / value9, t14 *= 1000, t18 = t6.settings, skip = false; t9.moveNext$0();) { - t19 = t9.__interceptors$_current; - switch (t19) { + for (t9 = new J.ArrayIterator(t3, t3.length, t5), t10 = invoice.id, t11 = invoice.entityType, t12 = invoice.createdUserId, t13 = invoice.assignedUserId, t14 = client.settings, value0 = client.city, value1 = invoice.privateNotes, value2 = invoice.publicNotes, value3 = invoice.taxRate1, value4 = invoice.taxName1, value5 = invoice.taxRate2, value6 = invoice.taxName2, value7 = client.vatNumber, value8 = client.postalCode, t15 = client.countryId, value9 = invoice.exchangeRate, value10 = invoice.amount, value11 = invoice.taxAmount, value12 = value10 - value11, t16 = invoice.createdAt, value13 = invoice.customSurcharge4, value14 = invoice.customSurcharge3, value15 = invoice.customSurcharge2, value16 = invoice.customSurcharge1, value17 = invoice.customValue4, value18 = invoice.customValue3, value19 = invoice.customValue2, value20 = invoice.customValue1, value21 = invoice.autoBill, value22 = invoice.partialDueDate, value23 = invoice.partial, value24 = invoice.dueDate, t17 = value22.length === 0, value25 = invoice.reminderLastSent, value26 = invoice.reminder3Sent, value27 = invoice.reminder2Sent, value28 = invoice.reminder1Sent, value29 = invoice.date, value30 = invoice.poNumber, value31 = invoice.discount, value32 = invoice.number, t18 = invoice.statusId, value33 = client.shippingAddress2, value34 = client.shippingAddress1, value35 = client.address2, value36 = client.address1, value37 = client.balance, value38 = client.displayName, t19 = t18 !== "1", value39 = invoice.balance, value40 = value10 / value9, t16 *= 1000, t20 = t6.settings, skip = false; t9.moveNext$0();) { + t21 = t9.__interceptors$_current; + switch (t21) { case B.InvoiceReportFields_0: value41 = value10; break; case B.InvoiceReportFields_1: - value41 = t17 ? value39 : value10; + value41 = t19 ? value39 : value10; break; case B.InvoiceReportFields_2: value41 = value40; break; case B.InvoiceReportFields_3: - value41 = (t17 ? value39 : value10) / value9; + value41 = (t19 ? value39 : value10) / value9; break; case B.InvoiceReportFields_4: value41 = value38; @@ -92164,7 +93295,7 @@ value41 = value33; break; case B.InvoiceReportFields_11: - value41 = B.Map_j34mP.$index(0, t16); + value41 = B.Map_j34mP.$index(0, t18); if (value41 == null) value41 = ""; break; @@ -92194,9 +93325,9 @@ break; case B.InvoiceReportFields_17: if (invoice.get$isPastDue()) { - t20 = Date.now(); - dueDate = A.DateTime_tryParse(t15 ? value24 : value22); - ageInDays = dueDate != null ? B.JSInt_methods._tdivFast$1(1000 * (t20 - dueDate._value), 864e8) : 0; + t22 = Date.now(); + dueDate = A.DateTime_tryParse(t17 ? value24 : value22); + ageInDays = dueDate != null ? B.JSInt_methods._tdivFast$1(1000 * (t22 - dueDate._value), 864e8) : 0; } else ageInDays = 0; value41 = ageInDays; @@ -92244,14 +93375,14 @@ value41 = value13; break; case B.InvoiceReportFields_31: - t20 = new A.DateTime(t14, false); - t20.DateTime$_withValue$2$isUtc(t14, false); - value41 = t20.toIso8601String$0(); + t22 = new A.DateTime(t16, false); + t22.DateTime$_withValue$2$isUtc(t16, false); + value41 = t22.toIso8601String$0(); break; case B.InvoiceReportFields_32: - t20 = new A.DateTime(t14, false); - t20.DateTime$_withValue$2$isUtc(t14, false); - value41 = t20.toIso8601String$0(); + t22 = new A.DateTime(t16, false); + t22.DateTime$_withValue$2$isUtc(t16, false); + value41 = t22.toIso8601String$0(); break; case B.InvoiceReportFields_33: value41 = value; @@ -92269,8 +93400,8 @@ value41 = value9; break; case B.InvoiceReportFields_10: - t20 = staticState.countryMap._map$_map.$index(0, t13); - value41 = t20 == null ? _null : t20.name; + t22 = staticState.countryMap._map$_map.$index(0, t15); + value41 = t22 == null ? _null : t22.name; if (value41 == null) value41 = ""; break; @@ -92308,27 +93439,58 @@ value41 = value0; break; case B.InvoiceReportFields_53: - t20 = staticState.currencyMap; - t21 = t12.currencyId; - t21 = t20._map$_map.$index(0, t21); - value41 = t21 == null ? _null : t21.name; + t22 = staticState.currencyMap; + t23 = t14.currencyId; + t23 = t22._map$_map.$index(0, t23); + value41 = t23 == null ? _null : t23.name; + if (value41 == null) + value41 = ""; + break; + case B.InvoiceReportFields_54: + value41 = invoice.get$isViewed(); + break; + case B.InvoiceReportFields_55: + t22 = userMap._map$_map.$index(0, t13); + if (t22 == null) + value41 = _null; + else { + t23 = t22.firstName; + t24 = t23 + " "; + t25 = t22.lastName; + t22 = B.JSString_methods.trim$0(t24 + t25).length !== 0 ? B.JSString_methods.trim$0(t23 + " " + t25) : t22.email; + value41 = t22; + } + if (value41 == null) + value41 = ""; + break; + case B.InvoiceReportFields_56: + t22 = userMap._map$_map.$index(0, t12); + if (t22 == null) + value41 = _null; + else { + t23 = t22.firstName; + t24 = t23 + " "; + t25 = t22.lastName; + t22 = B.JSString_methods.trim$0(t24 + t25).length !== 0 ? B.JSString_methods.trim$0(t23 + " " + t25) : t22.email; + value41 = t22; + } if (value41 == null) value41 = ""; break; default: value41 = ""; } - if (!A.ReportResult_matchField(A.EnumUtils_parse(t19), _null, reportsUIState, userCompany, value41)) + if (!A.ReportResult_matchField(A.EnumUtils_parse(t21), _null, reportsUIState, userCompany, value41)) skip = true; - t20 = J.getInterceptor$(value41); - if (t20.get$runtimeType(value41) === B.Type_bool_lhE) + t22 = J.getInterceptor$(value41); + if (t22.get$runtimeType(value41) === B.Type_bool_lhE) row.push(new A.ReportBoolValue(value41, t11, t10)); - else if (t19 === B.InvoiceReportFields_17) - row.push(new A.ReportAgeValue(value41, t12.currencyId, t11, t10)); - else if (t20.get$runtimeType(value41) === B.Type_double_K1J || t20.get$runtimeType(value41) === B.Type_int_tHn) { - currencyId = t12.currencyId; - if (B.JSArray_methods.contains$1(A._setArrayType([B.InvoiceReportFields_2, B.InvoiceReportFields_3], t1), t19)) { - currencyId = t18.currencyId; + else if (t21 === B.InvoiceReportFields_17) + row.push(new A.ReportAgeValue(value41, t14.currencyId, t11, t10)); + else if (t22.get$runtimeType(value41) === B.Type_double_K1J || t22.get$runtimeType(value41) === B.Type_int_tHn) { + currencyId = t14.currencyId; + if (B.JSArray_methods.contains$1(A._setArrayType([B.InvoiceReportFields_2, B.InvoiceReportFields_3], t1), t21)) { + currencyId = t20.currencyId; if (currencyId == null) currencyId = "1"; } @@ -92344,10 +93506,11 @@ B.JSArray_methods.sort$1(data, new A.invoiceReport_closure2(invoiceReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_InvoiceReportFields_and_legacy_String; t3 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_kfn, new A.invoiceReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.invoiceReport_closure4(), t1), true, t3), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_gc60, new A.invoiceReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.invoiceReport_closure4(), t1), true, t3), data, true); }, - InvoiceReportFields: function InvoiceReportFields(t0) { - this._invoice_report$_name = t0; + InvoiceReportFields: function InvoiceReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedInvoiceReport_closure: function memoizedInvoiceReport_closure() { }, @@ -92399,8 +93562,6 @@ row = A._setArrayType([], t7); taxName = J.$index$asx(taxes.$index(0, t13), "name"); taxRate = J.$index$asx(taxes.$index(0, t13), "rate"); - if (taxRate == null || taxRate === 0) - continue; for (t14 = new J.ArrayIterator(t4, t4.length, t6), skip = false; t14.moveNext$0();) { t15 = t14.__interceptors$_current; switch (t15) { @@ -92474,8 +93635,6 @@ row = A._setArrayType([], t7); taxName = J.$index$asx(taxes.$index(0, t12), "name"); taxRate = J.$index$asx(taxes.$index(0, t12), "rate"); - if (taxRate == null || taxRate === 0) - continue; for (t13 = new J.ArrayIterator(t4, t4.length, t6), skip = false; t13.moveNext$0();) { t14 = t13.__interceptors$_current; switch (t14) { @@ -92536,11 +93695,12 @@ 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_dyC, new A.taxReport_closure3(), t3), true, t5); + t6 = A.List_List$of(new A.MappedListIterable(B.List_San, 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, true); }, - TaxRateReportFields0: function TaxRateReportFields0(t0) { - this._invoice_tax_report$_name = t0; + TaxRateReportFields0: function TaxRateReportFields0(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedInvoiceTaxReport_closure: function memoizedInvoiceTaxReport_closure() { }, @@ -92663,10 +93823,11 @@ B.JSArray_methods.sort$1(data, new A.paymentReport_closure2(paymentReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_PaymentReportFields_and_legacy_String; t2 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_Fb0, new A.paymentReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.paymentReport_closure4(), t1), true, t2), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_yzJ, new A.paymentReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.paymentReport_closure4(), t1), true, t2), data, true); }, - PaymentReportFields: function PaymentReportFields(t0) { - this._payment_report$_name = t0; + PaymentReportFields: function PaymentReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedPaymentReport_closure: function memoizedPaymentReport_closure() { }, @@ -92733,8 +93894,6 @@ row = A._setArrayType([], t6); taxName = J.$index$asx(taxes.$index(0, t15), "name"); taxRate = J.$index$asx(taxes.$index(0, t15), "rate"); - if (taxRate == null || taxRate === 0) - continue; for (t16 = new J.ArrayIterator(t3, t3.length, t5), skip = false; t16.moveNext$0();) { t17 = t16.__interceptors$_current; switch (t17) { @@ -92803,11 +93962,12 @@ B.JSArray_methods.sort$1(data, new A.paymentTaxReport_closure1(taxRateReportSettings, A.List_List$of(new A.MappedListIterable(t3, new A.paymentTaxReport_closure2(), t1), true, t2))); t4 = type$.MappedListIterable_of_legacy_TaxRateReportFields_and_legacy_String_2; t5 = t4._eval$1("ListIterable.E"); - t6 = A.List_List$of(new A.MappedListIterable(B.List_QsP, new A.paymentTaxReport_closure3(), t4), true, t5); + t6 = A.List_List$of(new A.MappedListIterable(B.List_4mv, new A.paymentTaxReport_closure3(), t4), true, t5); return new A.ReportResult(A.List_List$of(new A.MappedListIterable(t3, new A.paymentTaxReport_closure4(), t1), true, t2), t6, A.List_List$of(new A.MappedListIterable(defaultColumns, new A.paymentTaxReport_closure5(), t4), true, t5), data, true); }, - TaxRateReportFields: function TaxRateReportFields(t0) { - this._payment_tax_report$_name = t0; + TaxRateReportFields: function TaxRateReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedPaymentTaxReport_closure: function memoizedPaymentTaxReport_closure() { }, @@ -92913,10 +94073,11 @@ B.JSArray_methods.sort$1(data, new A.productReport_closure2(productReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_ProductReportFields_and_legacy_String; t2 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_IwX, new A.productReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.productReport_closure4(), t1), true, t2), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_ubB, new A.productReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.productReport_closure4(), t1), true, t2), data, true); }, - ProductReportFields: function ProductReportFields(t0) { - this._product_report$_name = t0; + ProductReportFields: function ProductReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedProductReport_closure: function memoizedProductReport_closure() { }, @@ -93139,11 +94300,12 @@ B.JSArray_methods.sort$1(data, new A.profitAndLossReport_closure1(profitAndLossReportSettings, A.List_List$of(new A.MappedListIterable(t2, new A.profitAndLossReport_closure2(), t1), true, t3))); t4 = type$.MappedListIterable_of_legacy_ProfitAndLossReportFields_and_legacy_String; t5 = t4._eval$1("ListIterable.E"); - t6 = A.List_List$of(new A.MappedListIterable(B.List_EKR, new A.profitAndLossReport_closure3(), t4), true, t5); + t6 = A.List_List$of(new A.MappedListIterable(B.List_KLa, new A.profitAndLossReport_closure3(), t4), true, t5); return new A.ReportResult(A.List_List$of(new A.MappedListIterable(t2, new A.profitAndLossReport_closure4(), t1), true, t3), t6, A.List_List$of(new A.MappedListIterable(defaultColumns, new A.profitAndLossReport_closure5(), t4), true, t5), data, true); }, - ProfitAndLossReportFields: function ProfitAndLossReportFields(t0) { - this._profit_loss_report$_name = t0; + ProfitAndLossReportFields: function ProfitAndLossReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedProfitAndLossReport_closure: function memoizedProfitAndLossReport_closure() { }, @@ -93301,10 +94463,11 @@ B.JSArray_methods.sort$1(data, new A.lineItemReport_closure2(lineItemReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_QuoteItemReportFields_and_legacy_String; t3 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_dWA, new A.lineItemReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.lineItemReport_closure4(), t1), true, t3), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_gqs, new A.lineItemReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.lineItemReport_closure4(), t1), true, t3), data, true); }, - QuoteItemReportFields: function QuoteItemReportFields(t0) { - this._quote_item_report$_name = t0; + QuoteItemReportFields: function QuoteItemReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedQuoteItemReport_closure: function memoizedQuoteItemReport_closure() { }, @@ -93323,7 +94486,7 @@ lineItemReport_closure4: function lineItemReport_closure4() { }, quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { - var columns, t4, t5, t6, t7, t8, t9, quote, t10, client, value, row, t11, t12, t13, value0, value1, value2, value3, value4, value5, value6, value7, value8, t14, value9, value10, value11, value12, t15, value13, value14, value15, value16, value17, value18, value19, value20, value21, value22, value23, value24, value25, value26, value27, value28, value29, value30, value31, value32, value33, value34, value35, value36, value37, t16, skip, t17, value38, t18, t19, currencyId, selectedColumns, _null = null, + var columns, t4, t5, t6, t7, t8, t9, quote, t10, client, value, row, t11, t12, t13, t14, t15, value0, value1, value2, value3, value4, value5, value6, value7, value8, t16, value9, value10, value11, value12, t17, value13, value14, value15, value16, value17, value18, value19, value20, value21, value22, value23, value24, value25, value26, value27, value28, value29, value30, value31, value32, value33, value34, value35, value36, value37, t18, skip, t19, value38, t20, t21, t22, t23, currencyId, selectedColumns, _null = null, data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), reportSettings = userCompany.settings.reportSettings, quoteReportSettings = reportSettings != null && reportSettings._map$_map.containsKey$1(0, "quote") ? reportSettings._map$_map.$index(0, "quote") : A.ReportSettingsEntity_ReportSettingsEntity(_null, _null), @@ -93348,9 +94511,9 @@ if (!t7.reportIncludeDrafts && quote.statusId === "1") continue; row = A._setArrayType([], t8); - for (t10 = new J.ArrayIterator(t3, t3.length, t5), t11 = quote.id, t12 = quote.entityType, t13 = client.settings, value0 = client.city, value1 = quote.privateNotes, value2 = quote.publicNotes, value3 = quote.taxRate1, value4 = quote.taxName1, value5 = quote.taxRate2, value6 = quote.taxName2, value7 = client.vatNumber, value8 = client.postalCode, t14 = client.countryId, value9 = quote.exchangeRate, value10 = quote.amount, value11 = quote.taxAmount, value12 = value10 - value11, t15 = quote.statusId, value13 = quote.archivedAt, value14 = quote.updatedAt, value15 = quote.customSurcharge4, value16 = quote.customSurcharge3, value17 = quote.customSurcharge2, value18 = quote.customSurcharge1, value19 = quote.customValue4, value20 = quote.customValue3, value21 = quote.customValue2, value22 = quote.customValue1, value23 = quote.autoBill, value24 = quote.partial, value25 = quote.dueDate, value26 = quote.date, value27 = quote.partialDueDate, value28 = quote.poNumber, value29 = quote.discount, value30 = client.shippingAddress2, value31 = client.shippingAddress1, value32 = client.address2, value33 = client.address1, value34 = client.balance, value35 = client.displayName, value36 = quote.number, value37 = value10 / value9, t16 = t7.settings, skip = false; t10.moveNext$0();) { - t17 = t10.__interceptors$_current; - switch (t17) { + for (t10 = new J.ArrayIterator(t3, t3.length, t5), t11 = quote.id, t12 = quote.entityType, t13 = quote.createdUserId, t14 = quote.assignedUserId, t15 = client.settings, value0 = client.city, value1 = quote.privateNotes, value2 = quote.publicNotes, value3 = quote.taxRate1, value4 = quote.taxName1, value5 = quote.taxRate2, value6 = quote.taxName2, value7 = client.vatNumber, value8 = client.postalCode, t16 = client.countryId, value9 = quote.exchangeRate, value10 = quote.amount, value11 = quote.taxAmount, value12 = value10 - value11, t17 = quote.statusId, value13 = quote.archivedAt, value14 = quote.updatedAt, value15 = quote.customSurcharge4, value16 = quote.customSurcharge3, value17 = quote.customSurcharge2, value18 = quote.customSurcharge1, value19 = quote.customValue4, value20 = quote.customValue3, value21 = quote.customValue2, value22 = quote.customValue1, value23 = quote.autoBill, value24 = quote.partial, value25 = quote.dueDate, value26 = quote.date, value27 = quote.partialDueDate, value28 = quote.poNumber, value29 = quote.discount, value30 = client.shippingAddress2, value31 = client.shippingAddress1, value32 = client.address2, value33 = client.address1, value34 = client.balance, value35 = client.displayName, value36 = quote.number, value37 = value10 / value9, t18 = t7.settings, skip = false; t10.moveNext$0();) { + t19 = t10.__interceptors$_current; + switch (t19) { case B.QuoteReportFields_0: value38 = value10; break; @@ -93379,7 +94542,7 @@ value38 = value30; break; case B.QuoteReportFields_9: - value38 = B.Map_IF4bq.$index(0, t15); + value38 = B.Map_IF4bq.$index(0, t17); if (value38 == null) value38 = ""; break; @@ -93438,7 +94601,7 @@ value38 = value; break; case B.QuoteReportFields_29: - value38 = B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], t6), t15); + value38 = B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], t6), t17); break; case B.QuoteReportFields_30: value38 = value11; @@ -93450,8 +94613,8 @@ value38 = value9; break; case B.QuoteReportFields_8: - t18 = staticState.countryMap._map$_map.$index(0, t14); - value38 = t18 == null ? _null : t18.name; + t20 = staticState.countryMap._map$_map.$index(0, t16); + value38 = t20 == null ? _null : t20.name; if (value38 == null) value38 = ""; break; @@ -93489,25 +94652,56 @@ value38 = value0; break; case B.QuoteReportFields_44: - t18 = staticState.currencyMap; - t19 = t13.currencyId; - t19 = t18._map$_map.$index(0, t19); - value38 = t19 == null ? _null : t19.name; + t20 = staticState.currencyMap; + t21 = t15.currencyId; + t21 = t20._map$_map.$index(0, t21); + value38 = t21 == null ? _null : t21.name; + if (value38 == null) + value38 = ""; + break; + case B.QuoteReportFields_45: + value38 = quote.get$isViewed(); + break; + case B.QuoteReportFields_46: + t20 = userMap._map$_map.$index(0, t14); + if (t20 == null) + value38 = _null; + else { + t21 = t20.firstName; + t22 = t21 + " "; + t23 = t20.lastName; + t20 = B.JSString_methods.trim$0(t22 + t23).length !== 0 ? B.JSString_methods.trim$0(t21 + " " + t23) : t20.email; + value38 = t20; + } + if (value38 == null) + value38 = ""; + break; + case B.QuoteReportFields_47: + t20 = userMap._map$_map.$index(0, t13); + if (t20 == null) + value38 = _null; + else { + t21 = t20.firstName; + t22 = t21 + " "; + t23 = t20.lastName; + t20 = B.JSString_methods.trim$0(t22 + t23).length !== 0 ? B.JSString_methods.trim$0(t21 + " " + t23) : t20.email; + value38 = t20; + } if (value38 == null) value38 = ""; break; default: value38 = ""; } - if (!A.ReportResult_matchField(A.EnumUtils_parse(t17), _null, reportsUIState, userCompany, value38)) + if (!A.ReportResult_matchField(A.EnumUtils_parse(t19), _null, reportsUIState, userCompany, value38)) skip = true; - t18 = J.getInterceptor$(value38); - if (t18.get$runtimeType(value38) === B.Type_bool_lhE) + t20 = J.getInterceptor$(value38); + if (t20.get$runtimeType(value38) === B.Type_bool_lhE) row.push(new A.ReportBoolValue(value38, t12, t11)); - else if (t18.get$runtimeType(value38) === B.Type_double_K1J || t18.get$runtimeType(value38) === B.Type_int_tHn) { - currencyId = t13.currencyId; - if (B.JSArray_methods.contains$1(A._setArrayType([B.QuoteReportFields_1], t1), t17)) { - currencyId = t16.currencyId; + else if (t20.get$runtimeType(value38) === B.Type_double_K1J || t20.get$runtimeType(value38) === B.Type_int_tHn) { + currencyId = t15.currencyId; + if (B.JSArray_methods.contains$1(A._setArrayType([B.QuoteReportFields_1], t1), t19)) { + currencyId = t18.currencyId; if (currencyId == null) currencyId = "1"; } @@ -93523,10 +94717,11 @@ B.JSArray_methods.sort$1(data, new A.quoteReport_closure2(quoteReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_QuoteReportFields_and_legacy_String; t3 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_T3Q, new A.quoteReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.quoteReport_closure4(), t1), true, t3), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_Fcu, new A.quoteReport_closure3(), t1), true, t3), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.quoteReport_closure4(), t1), true, t3), data, true); }, - QuoteReportFields: function QuoteReportFields(t0) { - this._quote_report$_name = t0; + QuoteReportFields: function QuoteReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedQuoteReport_closure: function memoizedQuoteReport_closure() { }, @@ -93864,8 +95059,9 @@ TotalsDataTable_build_closure: function TotalsDataTable_build_closure(t0) { this.$this = t0; }, - ReportColumnType: function ReportColumnType(t0) { - this._reports_screen$_name = t0; + ReportColumnType: function ReportColumnType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, getReportColumnType_convertCustomFieldType: function getReportColumnType_convertCustomFieldType() { }, @@ -94382,7 +95578,7 @@ _.reportSettings = t4; }, taskReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { - var columns, t3, t4, t5, t6, t7, task, t8, t9, client, t10, invoice, t11, project, group, row, t12, t13, t14, value, value0, value1, value2, value3, value4, value5, value6, value7, value8, value9, value10, value11, value12, t15, skip, t16, value13, timestamp, t17, t18, t19, selectedColumns, _null = null, + var columns, t3, t4, t5, t6, t7, task, t8, t9, client, t10, invoice, t11, project, group, row, t12, t13, t14, t15, t16, value, value0, value1, value2, value3, value4, value5, value6, value7, value8, t17, value9, value10, value11, t18, t19, skip, t20, value12, timestamp, t21, t22, t23, t24, selectedColumns, _null = null, data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), reportSettings = userCompany.settings.reportSettings, taskReportSettings = reportSettings != null && reportSettings._map$_map.containsKey$1(0, "task") ? reportSettings._map$_map.$index(0, "task") : A.ReportSettingsEntity_ReportSettingsEntity(_null, _null), @@ -94416,117 +95612,155 @@ if (task.isDeleted || client.isDeleted) continue; row = A._setArrayType([], t6); - for (t12 = new J.ArrayIterator(t2, t2.length, t4), t13 = task.id, t14 = task.statusId, value = task.customValue4, value0 = task.customValue3, value1 = task.customValue2, value2 = task.customValue1, value3 = client.shippingAddress2, value4 = client.shippingAddress1, value5 = client.address2, value6 = client.address1, value7 = client.balance, value8 = invoice.dueDate, value9 = invoice.date, value10 = invoice.amount, value11 = task.description, value12 = task.rate, t15 = client.settings, skip = false; t12.moveNext$0();) { - t16 = t12.__interceptors$_current; - switch (t16) { + for (t12 = new J.ArrayIterator(t2, t2.length, t4), t13 = task.id, t14 = task.createdUserId, t15 = task.assignedUserId, t16 = task.statusId, value = task.customValue4, value0 = task.customValue3, value1 = task.customValue2, value2 = task.customValue1, value3 = client.shippingAddress2, value4 = client.shippingAddress1, value5 = client.address2, value6 = client.address1, value7 = client.balance, value8 = invoice.dueDate, t17 = invoice.id, value9 = invoice.date, value10 = task.description, value11 = task.rate, t18 = client.settings, t19 = t17.length !== 0, skip = false; t12.moveNext$0();) { + t20 = t12.__interceptors$_current; + switch (t20) { case B.TaskReportFields_0: - value13 = value12; + value12 = value11; break; case B.TaskReportFields_1: - value13 = A.taskRateSelector(client, t5, group, project, task); + value12 = A.taskRateSelector(client, t5, group, project, task); break; case B.TaskReportFields_2: timestamp = task.get$startTimestamp(); - t17 = timestamp == null; - if ((t17 ? 0 : timestamp) > 0) { - t18 = (t17 ? 0 : timestamp) * 1000; - t19 = new A.DateTime(t18, false); - t19.DateTime$_withValue$2$isUtc(t18, false); - value13 = t19.toIso8601String$0(); + t21 = timestamp == null; + if ((t21 ? 0 : timestamp) > 0) { + t22 = (t21 ? 0 : timestamp) * 1000; + t23 = new A.DateTime(t22, false); + t23.DateTime$_withValue$2$isUtc(t22, false); + value12 = t23.toIso8601String$0(); } else - value13 = ""; + value12 = ""; break; case B.TaskReportFields_3: timestamp = task.get$endTimestamp(); - t17 = timestamp == null; - if ((t17 ? 0 : timestamp) > 0) { - t18 = (t17 ? 0 : timestamp) * 1000; - t19 = new A.DateTime(t18, false); - t19.DateTime$_withValue$2$isUtc(t18, false); - value13 = t19.toIso8601String$0(); + t21 = timestamp == null; + if ((t21 ? 0 : timestamp) > 0) { + t22 = (t21 ? 0 : timestamp) * 1000; + t23 = new A.DateTime(t22, false); + t23.DateTime$_withValue$2$isUtc(t22, false); + value12 = t23.toIso8601String$0(); } else - value13 = ""; + value12 = ""; break; case B.TaskReportFields_5: - value13 = value11; + value12 = value10; break; case B.TaskReportFields_6: - t17 = invoice.number; - value13 = t17; + t21 = invoice.number; + value12 = t21; break; case B.TaskReportFields_7: - value13 = value10; + value12 = invoice.amount; break; case B.TaskReportFields_8: - value13 = value9; + if (t19) { + t21 = A.Primitives_parseInt(t17, _null); + t21 = (t21 == null ? 0 : t21) < 0; + } else + t21 = true; + value12 = t21 ? "" : value9; break; case B.TaskReportFields_9: - value13 = value8; + if (t19) { + t21 = A.Primitives_parseInt(t17, _null); + t21 = (t21 == null ? 0 : t21) < 0; + } else + t21 = true; + value12 = t21 ? "" : value8; break; case B.TaskReportFields_4: - value13 = B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); + value12 = B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); break; case B.TaskReportFields_10: - t17 = t11.$index(0, t10); - value13 = t17 == null ? _null : t17.name; - if (value13 == null) - value13 = ""; + t21 = t11.$index(0, t10); + value12 = t21 == null ? _null : t21.name; + if (value12 == null) + value12 = ""; break; case B.TaskReportFields_11: - t17 = t9.$index(0, t8); - value13 = t17 == null ? _null : t17.displayName; - if (value13 == null) - value13 = ""; + t21 = t9.$index(0, t8); + value12 = t21 == null ? _null : t21.displayName; + if (value12 == null) + value12 = ""; break; case B.TaskReportFields_12: - value13 = value7; + value12 = value7; break; case B.TaskReportFields_13: - value13 = value6; + value12 = value6; break; case B.TaskReportFields_14: - value13 = value5; + value12 = value5; break; case B.TaskReportFields_15: - value13 = value4; + value12 = value4; break; case B.TaskReportFields_16: - value13 = value3; + value12 = value3; break; case B.TaskReportFields_17: - value13 = value2; + value12 = value2; break; case B.TaskReportFields_18: - value13 = value1; + value12 = value1; break; case B.TaskReportFields_19: - value13 = value0; + value12 = value0; break; case B.TaskReportFields_20: - value13 = value; + value12 = value; break; case B.TaskReportFields_21: - t17 = taskStatusMap._map$_map.$index(0, t14); - value13 = t17 == null ? _null : t17.name; - if (value13 == null) - value13 = ""; + t21 = taskStatusMap._map$_map.$index(0, t16); + value12 = t21 == null ? _null : t21.name; + if (value12 == null) + value12 = ""; + break; + case B.TaskReportFields_22: + t21 = userMap._map$_map.$index(0, t15); + if (t21 == null) + value12 = _null; + else { + t22 = t21.firstName; + t23 = t22 + " "; + t24 = t21.lastName; + t21 = B.JSString_methods.trim$0(t23 + t24).length !== 0 ? B.JSString_methods.trim$0(t22 + " " + t24) : t21.email; + value12 = t21; + } + if (value12 == null) + value12 = ""; + break; + case B.TaskReportFields_23: + t21 = userMap._map$_map.$index(0, t14); + if (t21 == null) + value12 = _null; + else { + t22 = t21.firstName; + t23 = t22 + " "; + t24 = t21.lastName; + t21 = B.JSString_methods.trim$0(t23 + t24).length !== 0 ? B.JSString_methods.trim$0(t22 + " " + t24) : t21.email; + value12 = t21; + } + if (value12 == null) + value12 = ""; break; default: - value13 = ""; + value12 = ""; } - if (!A.ReportResult_matchField(A.EnumUtils_parse(t16), _null, reportsUIState, userCompany, value13)) + if (!A.ReportResult_matchField(A.EnumUtils_parse(t20), _null, reportsUIState, userCompany, value12)) skip = true; - if (t16 === B.TaskReportFields_4) { - t16 = t15.currencyId; - row.push(new A.ReportDurationValue(value13, t16, task.get$entityType(), t13)); + if (t20 === B.TaskReportFields_4) { + t20 = t18.currencyId; + row.push(new A.ReportDurationValue(value12, t20, task.get$entityType(), t13)); } else { - t16 = J.getInterceptor$(value13); - if (t16.get$runtimeType(value13) === B.Type_bool_lhE) - row.push(new A.ReportBoolValue(value13, task.get$entityType(), t13)); - else if (t16.get$runtimeType(value13) === B.Type_double_K1J || t16.get$runtimeType(value13) === B.Type_int_tHn) - row.push(new A.ReportNumberValue(value13, _null, t15.currencyId, _null, task.get$entityType(), t13)); + t20 = J.getInterceptor$(value12); + if (t20.get$runtimeType(value12) === B.Type_bool_lhE) + row.push(new A.ReportBoolValue(value12, task.get$entityType(), t13)); + else if (t20.get$runtimeType(value12) === B.Type_double_K1J || t20.get$runtimeType(value12) === B.Type_int_tHn) + row.push(new A.ReportNumberValue(value12, _null, t18.currencyId, _null, task.get$entityType(), t13)); else - row.push(new A.ReportStringValue(value13, task.get$entityType(), t13)); + row.push(new A.ReportStringValue(value12, task.get$entityType(), t13)); } } if (!skip) @@ -94537,10 +95771,11 @@ B.JSArray_methods.sort$1(data, new A.taskReport_closure2(taskReportSettings, selectedColumns)); t1 = type$.MappedListIterable_of_legacy_TaskReportFields_and_legacy_String; t2 = t1._eval$1("ListIterable.E"); - return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_7BT, new A.taskReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.taskReport_closure4(), t1), true, t2), data, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_MMm, new A.taskReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.taskReport_closure4(), t1), true, t2), data, true); }, - TaskReportFields: function TaskReportFields(t0) { - this._task_report$_name = t0; + TaskReportFields: function TaskReportFields(t0, t1) { + this.index = t0; + this._core$_name = t1; }, memoizedTaskReport_closure: function memoizedTaskReport_closure() { }, @@ -94562,15 +95797,16 @@ this.viewModel = t0; this.key = t1; }, - _AccountManagementState: function _AccountManagementState(t0, t1, t2, t3, t4) { + _AccountManagementState: function _AccountManagementState(t0, t1, t2, t3, t4, t5) { var _ = this; _._account_management$_controller = _._account_management$_focusNode = null; _._account_management$_debouncer = t0; _._trackingIdController = t1; _._account_management$_controllers = t2; _.SingleTickerProviderStateMixin__ticker = t3; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t4; _._widget = null; - _._debugLifecycleState = t4; + _._debugLifecycleState = t5; _._framework$_element = null; }, _AccountManagementState_didChangeDependencies_closure: function _AccountManagementState_didChangeDependencies_closure(t0) { @@ -94784,47 +96020,11 @@ AccountManagementVM_fromStore_closure0: function AccountManagementVM_fromStore_closure0(t0) { this.store = t0; }, - BuyNowButtons: function BuyNowButtons(t0) { - this.key = t0; - }, - _BuyNowButtonsState: function _BuyNowButtonsState(t0, t1, t2) { - var _ = this; - _._buy_now_buttons$_firstNameController = t0; - _._buy_now_buttons$_controllers = t1; - _._widget = null; - _._debugLifecycleState = t2; - _._framework$_element = null; - }, - _BuyNowButtonsState_dispose_closure: function _BuyNowButtonsState_dispose_closure(t0) { - this.$this = t0; - }, - _BuyNowButtonsState_didChangeDependencies_closure: function _BuyNowButtonsState_didChangeDependencies_closure(t0) { - this.$this = t0; - }, - _BuyNowButtonsState_didChangeDependencies_closure0: function _BuyNowButtonsState_didChangeDependencies_closure0(t0) { - this.$this = t0; - }, - _BuyNowButtonsState_build_closure0: function _BuyNowButtonsState_build_closure0() { - }, - _BuyNowButtonsState_build_closure: function _BuyNowButtonsState_build_closure(t0) { - this.localization = t0; - }, - BuyNowButtonsVM_fromStore(store) { - return new A.BuyNowButtonsVM(A._lateReadCheck(store.__Store__state, "_state")); - }, - BuyNowButtonsScreen: function BuyNowButtonsScreen(t0) { - this.key = t0; - }, - BuyNowButtonsScreen_build_closure: function BuyNowButtonsScreen_build_closure() { - }, - BuyNowButtonsVM: function BuyNowButtonsVM(t0) { - this.state = t0; - }, ClientPortal: function ClientPortal(t0, t1) { this.viewModel = t0; this.key = t1; }, - _ClientPortalState: function _ClientPortalState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { + _ClientPortalState: function _ClientPortalState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { var _ = this; _._client_portal$_focusNode = t0; _._client_portal$_controller = null; @@ -94847,8 +96047,9 @@ _._privacyController = t14; _._client_portal$_controllers = t15; _.SingleTickerProviderStateMixin__ticker = t16; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t17; _._widget = null; - _._debugLifecycleState = t17; + _._debugLifecycleState = t18; _._framework$_element = null; }, _ClientPortalState__validateSubdomain_closure: function _ClientPortalState__validateSubdomain_closure(t0) { @@ -95066,7 +96267,7 @@ this.viewModel = t0; this.key = t1; }, - _CompanyDetailsState: function _CompanyDetailsState(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) { + _CompanyDetailsState: function _CompanyDetailsState(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) { var _ = this; _._company_details$_focusNode = t0; _._company_details$_controller = null; @@ -95094,8 +96295,9 @@ _._creditFooterController = t22; _._company_details$_controllers = t23; _.SingleTickerProviderStateMixin__ticker = t24; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t25; _._widget = null; - _._debugLifecycleState = t25; + _._debugLifecycleState = t26; _._framework$_element = null; }, _CompanyDetailsState_dispose_closure: function _CompanyDetailsState_dispose_closure(t0) { @@ -95321,14 +96523,15 @@ CreditCardsAndBanks: function CreditCardsAndBanks(t0) { this.key = t0; }, - _CreditCardsAndBanksState: function _CreditCardsAndBanksState(t0, t1, t2, t3) { + _CreditCardsAndBanksState: function _CreditCardsAndBanksState(t0, t1, t2, t3, t4) { var _ = this; _._credit_cards_and_banks$_controller = null; _._credit_cards_and_banks$_nameController = t0; _._credit_cards_and_banks$_controllers = t1; _.SingleTickerProviderStateMixin__ticker = t2; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; _._widget = null; - _._debugLifecycleState = t3; + _._debugLifecycleState = t4; _._framework$_element = null; }, _CreditCardsAndBanksState_dispose_closure: function _CreditCardsAndBanksState_dispose_closure(t0) { @@ -95357,12 +96560,13 @@ this.viewModel = t0; this.key = t1; }, - _CustomFieldsState: function _CustomFieldsState(t0, t1) { + _CustomFieldsState: function _CustomFieldsState(t0, t1, t2) { var _ = this; _._custom_fields$_controller = _._custom_fields$_focusNode = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _CustomFieldsState_initState_closure: function _CustomFieldsState_initState_closure(t0, t1) { @@ -95542,13 +96746,14 @@ this.viewModel = t0; this.key = t1; }, - _DeviceSettingsState: function _DeviceSettingsState(t0, t1, t2) { + _DeviceSettingsState: function _DeviceSettingsState(t0, t1, t2, t3) { var _ = this; _._device_settings$_formKey = t0; _._device_settings$_focusNode = _._device_settings$_controller = null; _.SingleTickerProviderStateMixin__ticker = t1; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _DeviceSettingsState_build_closure: function _DeviceSettingsState_build_closure(t0, t1) { @@ -95956,15 +97161,16 @@ this.viewModel = t0; this.key = t1; }, - _GeneratedNumbersState: function _GeneratedNumbersState(t0, t1, t2, t3, t4) { + _GeneratedNumbersState: function _GeneratedNumbersState(t0, t1, t2, t3, t4, t5) { var _ = this; _._generated_numbers$_controller = _._generated_numbers$_focusNode = null; _._recurringPrefixController = t0; _._generated_numbers$_controllers = t1; _._generated_numbers$_debouncer = t2; _.SingleTickerProviderStateMixin__ticker = t3; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t4; _._widget = null; - _._debugLifecycleState = t4; + _._debugLifecycleState = t5; _._framework$_element = null; }, _GeneratedNumbersState_initState_closure: function _GeneratedNumbersState_initState_closure(t0, t1) { @@ -96456,13 +97662,14 @@ this.viewModel = t0; this.key = t1; }, - _InvoiceDesignState: function _InvoiceDesignState(t0, t1) { + _InvoiceDesignState: function _InvoiceDesignState(t0, t1, t2) { var _ = this; _._invoice_design$_focusNode = _._invoice_design$_controller = null; _._updateAllCreditDesigns = _._updateAllQuoteDesigns = _._updateAllInvoiceDesigns = _._wasCreditDesignChanged = _._wasQuoteDesignChanged = _._wasInvoiceDesignChanged = false; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _InvoiceDesignState_build_closure49: function _InvoiceDesignState_build_closure49(t0, t1) { @@ -96728,14 +97935,15 @@ this.viewModel = t0; this.key = t1; }, - _LocalizationSettingsState: function _LocalizationSettingsState(t0, t1, t2, t3) { + _LocalizationSettingsState: function _LocalizationSettingsState(t0, t1, t2, t3, t4) { var _ = this; _._localization_settings$_firstNameController = t0; _._localization_settings$_focusNode = _._localization_settings$_controller = null; _._localization_settings$_controllers = t1; _.SingleTickerProviderStateMixin__ticker = t2; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; _._widget = null; - _._debugLifecycleState = t3; + _._debugLifecycleState = t4; _._framework$_element = null; }, _LocalizationSettingsState_dispose_closure: function _LocalizationSettingsState_dispose_closure(t0) { @@ -97520,7 +98728,7 @@ this.viewModel = t0; this.key = t1; }, - _TemplatesAndRemindersState: function _TemplatesAndRemindersState(t0, t1, t2, t3, t4, t5) { + _TemplatesAndRemindersState: function _TemplatesAndRemindersState(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _._templates_and_reminders$_debouncer = t0; _._lastBody = _._lastSubject = null; @@ -97531,8 +98739,9 @@ _._templates_and_reminders$_bodyController = t2; _._templates_and_reminders$_controllers = t3; _.SingleTickerProviderStateMixin__ticker = t4; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t5; _._widget = null; - _._debugLifecycleState = t5; + _._debugLifecycleState = t6; _._framework$_element = null; }, _TemplatesAndRemindersState_dispose_closure: function _TemplatesAndRemindersState_dispose_closure(t0) { @@ -97763,7 +98972,7 @@ this.viewModel = t0; this.key = t1; }, - _UserDetailsState: function _UserDetailsState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + _UserDetailsState: function _UserDetailsState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _._user_details$_focusNode = t0; _._user_details$_controller = null; @@ -97776,8 +98985,9 @@ _._user_details$_controllers = t6; _._user_details$_debouncer = t7; _.SingleTickerProviderStateMixin__ticker = t8; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t9; _._widget = null; - _._debugLifecycleState = t9; + _._debugLifecycleState = t10; _._framework$_element = null; }, _UserDetailsState_dispose_closure: function _UserDetailsState_dispose_closure(t0) { @@ -98046,12 +99256,13 @@ this.viewModel = t0; this.key = t1; }, - _WorkflowSettingsState: function _WorkflowSettingsState(t0, t1) { + _WorkflowSettingsState: function _WorkflowSettingsState(t0, t1, t2) { var _ = this; _._workflow_settings$_controller = _._workflow_settings$_focusNode = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _WorkflowSettingsState_build_closure: function _WorkflowSettingsState_build_closure(t0, t1) { @@ -98124,7 +99335,7 @@ this.viewModel = t0; this.key = t1; }, - _SubscriptionEditState: function _SubscriptionEditState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + _SubscriptionEditState: function _SubscriptionEditState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _._subscription_edit$_debouncer = t0; _._subscription_edit$_controller = _._subscription_edit$_focusNode = null; @@ -98138,8 +99349,9 @@ _._postPurchaseUrlController = t8; _._subscription_edit$_controllers = t9; _.SingleTickerProviderStateMixin__ticker = t10; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t11; _._widget = null; - _._debugLifecycleState = t11; + _._debugLifecycleState = t12; _._framework$_element = null; }, _SubscriptionEditState_didChangeDependencies_closure: function _SubscriptionEditState_didChangeDependencies_closure(t0) { @@ -98448,7 +99660,8 @@ t5 = t1[t3]; t4 = t5.subscriptionState.map; t2 = t2.filter; - t5 = t5.userCompany.settings.getTableColumns$1(B.EntityType_subscription); + 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); @@ -98612,8 +99825,9 @@ UpdateDialog: function UpdateDialog(t0) { this.key = t0; }, - UpdateState: function UpdateState(t0) { - this._update_dialog$_name = t0; + UpdateState: function UpdateState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, _UpdateDialogState: function _UpdateDialogState(t0, t1) { var _ = this; @@ -98668,41 +99882,52 @@ this.viewModel = t0; this.key = t1; }, - _TaskEditState: function _TaskEditState(t0, t1) { + _TaskEditState: function _TaskEditState(t0, t1, t2) { var _ = this; - _._task_edit$_controller = _._task_edit$_timer = null; + _._task_edit$_controller = null; _._task_edit$_updatedAt = 0; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, - _TaskEditState_initState_closure: function _TaskEditState_initState_closure(t0) { - this.$this = t0; - }, - _TaskEditState_initState__closure: function _TaskEditState_initState__closure() { - }, - _TaskEditState_build_closure2: function _TaskEditState_build_closure2(t0) { + _TaskEditState_build_closure0: function _TaskEditState_build_closure0(t0) { this.viewModel = t0; }, - _TaskEditState_build_closure3: function _TaskEditState_build_closure3(t0) { + _TaskEditState_build_closure1: function _TaskEditState_build_closure1(t0) { this.viewModel = t0; }, - _TaskEditState_build_closure: function _TaskEditState_build_closure(t0) { - this.store = t0; - }, - _TaskEditState_build_closure0: function _TaskEditState_build_closure0(t0, t1, t2) { - this.localization = t0; - this.task = t1; - this.context = t2; - }, - _TaskEditState_build_closure1: function _TaskEditState_build_closure1(t0, t1) { + _TaskEditState_build_closure: function _TaskEditState_build_closure(t0, t1) { this.$this = t0; this.viewModel = t1; }, _TaskEditState_build__closure: function _TaskEditState_build__closure(t0) { this.$this = t0; }, + _BottomBar: function _BottomBar(t0, t1) { + this.task = t0; + this.key = t1; + }, + _BottomBarState: function _BottomBarState(t0) { + var _ = this; + _._widget = _._task_edit$_timer = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, + _BottomBarState_initState_closure: function _BottomBarState_initState_closure(t0) { + this.$this = t0; + }, + _BottomBarState_initState__closure: function _BottomBarState_initState__closure() { + }, + _BottomBarState_build_closure: function _BottomBarState_build_closure(t0) { + this.store = t0; + }, + _BottomBarState_build_closure0: function _BottomBarState_build_closure0(t0, t1, t2) { + this.$this = t0; + this.localization = t1; + this.context = t2; + }, __TaskEditState_State_SingleTickerProviderStateMixin: function __TaskEditState_State_SingleTickerProviderStateMixin() { }, TaskEditDesktop: function TaskEditDesktop(t0, t1) { @@ -99226,11 +100451,11 @@ _KanbanTaskCardState_build___closure: function _KanbanTaskCardState_build___closure(t0) { this.$this = t0; }, - _KanbanTaskCardState_build_closure8: function _KanbanTaskCardState_build_closure8(t0, t1) { + _KanbanTaskCardState_build_closure10: function _KanbanTaskCardState_build_closure10(t0, t1) { this.$this = t0; this.state = t1; }, - _KanbanTaskCardState_build__closure1: function _KanbanTaskCardState_build__closure1(t0) { + _KanbanTaskCardState_build__closure: function _KanbanTaskCardState_build__closure(t0) { this.$this = t0; }, _KanbanTaskCardState_build_closure9: function _KanbanTaskCardState_build_closure9(t0) { @@ -99269,10 +100494,10 @@ _.localization = t2; _.context = t3; }, - _KanbanTaskCardState_build_closure10: function _KanbanTaskCardState_build_closure10(t0) { + _KanbanTaskCardState_build_closure8: function _KanbanTaskCardState_build_closure8(t0) { this.$this = t0; }, - _KanbanTaskCardState_build__closure: function _KanbanTaskCardState_build__closure(t0) { + _KanbanTaskCardState_build__closure1: function _KanbanTaskCardState_build__closure1(t0) { this.$this = t0; }, KanbanStatusCard: function KanbanStatusCard(t0, t1, t2, t3, t4) { @@ -99594,12 +100819,13 @@ t6 = t7.taskState.map; t7.clientState.toString; t2 = t2.filter; - t7 = t7.userCompany.settings.getTableColumns$1(B.EntityType_task); - if (t7 == null) { + 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); } else - t1 = t7; + 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)); }, TaskListBuilder: function TaskListBuilder(t0) { @@ -99741,10 +100967,13 @@ _.taskTime = t2; _.key = t3; }, - TaskTimeListTile_build_closure: function TaskTimeListTile_build_closure(t0, t1) { + TaskTimeListTile_build_closure0: function TaskTimeListTile_build_closure0(t0, t1) { this.$this = t0; this.context = t1; }, + TaskTimeListTile_build_closure: function TaskTimeListTile_build_closure(t0) { + this.$this = t0; + }, TaskView: function TaskView(t0, t1, t2, t3) { var _ = this; _.viewModel = t0; @@ -99752,12 +100981,13 @@ _.tabIndex = t2; _.key = t3; }, - _TaskViewState: function _TaskViewState(t0, t1) { + _TaskViewState: function _TaskViewState(t0, t1, t2) { var _ = this; _._task_view$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _TaskViewState_build_closure: function _TaskViewState_build_closure(t0, t1, t2) { @@ -100072,7 +101302,8 @@ t5 = t1[t3]; t4 = t5.taskStatusState.map; t2 = t2.filter; - t5 = t5.userCompany.settings.getTableColumns$1(B.EntityType_taskStatus); + 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); @@ -100629,7 +101860,8 @@ t5 = t1[t3]; t4 = t5.tokenState.map; t2 = t2.filter; - t5 = t5.userCompany.settings.getTableColumns$1(B.EntityType_token); + 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); @@ -100794,7 +102026,7 @@ this.viewModel = t0; this.key = t1; }, - _UserEditState: function _UserEditState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + _UserEditState: function _UserEditState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; _._user_edit$_debouncer = t0; _._user_edit$_focusNode = t1; @@ -100810,8 +102042,9 @@ _._custom4Controller = t9; _._user_edit$_controllers = t10; _.SingleTickerProviderStateMixin__ticker = t11; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t12; _._widget = null; - _._debugLifecycleState = t12; + _._debugLifecycleState = t13; _._framework$_element = null; }, _UserEditState_didChangeDependencies_closure: function _UserEditState_didChangeDependencies_closure(t0) { @@ -101201,12 +102434,13 @@ this.viewModel = t0; this.key = t1; }, - _VendorEditState: function _VendorEditState(t0, t1) { + _VendorEditState: function _VendorEditState(t0, t1, t2) { var _ = this; _._vendor_edit$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _VendorEditState_build_closure: function _VendorEditState_build_closure(t0) { @@ -101617,12 +102851,13 @@ t7 = t5[t1]; t4 = t7.vendorState.map; t2 = t2.filter; - t7 = t7.userCompany.settings.getTableColumns$1(B.EntityType_vendor); - if (t7 == null) { + 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); } else - t1 = t7; + 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)); }, VendorListBuilder: function VendorListBuilder(t0) { @@ -101733,12 +102968,13 @@ _.tabIndex = t2; _.key = t3; }, - _VendorViewState: function _VendorViewState(t0, t1) { + _VendorViewState: function _VendorViewState(t0, t1, t2) { var _ = this; _._vendor_view$_controller = null; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _VendorViewState_build_closure0: function _VendorViewState_build_closure0(t0, t1, t2) { @@ -102167,7 +103403,8 @@ t5 = t1[t3]; t4 = t5.webhookState.map; t2 = t2.filter; - t5 = t5.userCompany.settings.getTableColumns$1(B.EntityType_webhook); + 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); @@ -102690,21 +103927,21 @@ } $.$get$numberFormatSymbols().$indexSet(0, _s6_, A.NumberSymbols$("", "", decimalSeparator, "", "", thousandSeparator, "", "-", _s6_, "", "", "", "", "+", "", "0")); if (formatNumberType === B.FormatNumberType_2) - return A.NumberFormat_NumberFormat("#,##0", _s6_).format$1(value); + return A.NumberFormat_NumberFormat("#,##0", _s6_).format$1(0, value); else if (formatNumberType === B.FormatNumberType_3) - return A.NumberFormat_NumberFormat(_s11_, _s6_).format$1(value); + return A.NumberFormat_NumberFormat(_s11_, _s6_).format$1(0, value); else if (formatNumberType === B.FormatNumberType_5) - return A.NumberFormat_NumberFormat("#.#####", _s6_).format$1(value); + return A.NumberFormat_NumberFormat("#.#####", _s6_).format$1(0, value); else if (formatNumberType === B.FormatNumberType_4) { t1 = currency.precision; if (t1 === 0) - return A.NumberFormat_NumberFormat("#.#####", _s6_).format$1(value); + return A.NumberFormat_NumberFormat("#.#####", _s6_).format$1(0, value); else if (t1 === 1) - return A.NumberFormat_NumberFormat("#.0####", _s6_).format$1(value); + return A.NumberFormat_NumberFormat("#.0####", _s6_).format$1(0, value); else if (t1 === 2) - return A.NumberFormat_NumberFormat("#.00###", _s6_).format$1(value); + return A.NumberFormat_NumberFormat("#.00###", _s6_).format$1(0, value); else if (t1 === 3) - return A.NumberFormat_NumberFormat("#.000##", _s6_).format$1(value); + return A.NumberFormat_NumberFormat("#.000##", _s6_).format$1(0, value); formatted = _null; } else { if (formatNumberType === B.FormatNumberType_1) @@ -102720,7 +103957,11 @@ else formatter = t1 === 3 ? A.NumberFormat_NumberFormat("#,##0.000##", _s6_) : _null; } - formatted = formatter.format$1(value < 0 ? value * -1 : value); + formatted = formatter.format$1(0, value < 0 ? value * -1 : value); + if (formatted === "-0.00") + formatted = "0.00"; + else if (formatted === "-0,00") + formatted = "0,00"; } prefix = value < 0 ? "-" : ""; if (formatNumberType === B.FormatNumberType_1) @@ -102845,13 +104086,13 @@ } formatter = A.DateFormat$(format, A.localeSelector(state)); parsed = A.DateTime_tryParse(value); - return parsed == null ? "" : formatter.format$1(parsed.toLocal$0()); + 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)); parsed = A.DateTime_tryParse(value); - return parsed == null ? "" : formatter.format$1(parsed); + return parsed == null ? "" : formatter.format$1(0, parsed); } }, formatApiUrl(url) { @@ -102877,8 +104118,9 @@ return value; } }, - FormatNumberType: function FormatNumberType(t0) { - this._formatting$_name = t0; + FormatNumberType: function FormatNumberType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, LocaleCodeAware: function LocaleCodeAware() { }, @@ -102886,7 +104128,7 @@ }, AppLocalization_createLocale(locale) { var parts, t1; - if (!B.JSArray_methods.contains$1(B.List_Hn1, locale)) + if (!B.JSArray_methods.contains$1(B.List_Avr, locale)) return new A.Locale("en", null); parts = locale.split("_"); t1 = parts[0]; @@ -103175,7 +104417,7 @@ }, WebUtils_registerWebView(html) { $.$get$platformViewRegistry().toString; - $.$get$platformViewManager().registerFactory$2(html, new A.WebUtils_registerWebView_closure(html)); + $.$get$platformViewManager().registerFactory$3$isVisible(html, new A.WebUtils_registerWebView_closure(html), true); }, WebUtils_warnChanges(store) { B.C__BeforeUnloadEventStreamProvider.forTarget$1(window).listen$1(0, new A.WebUtils_warnChanges_closure(store)); @@ -103722,15 +104964,16 @@ _.onDocumentLoaded = t2; _.key = t3; }, - _PdfViewState: function _PdfViewState(t0, t1, t2) { + _PdfViewState: function _PdfViewState(t0, t1, t2, t3) { var _ = this; _._native_pdf_view$_pages = t0; _.___PdfViewState__loadingState = $; _._loadingError = null; _.___PdfViewState__currentIndex = $; _.SingleTickerProviderStateMixin__ticker = t1; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, _PdfViewState__getPageImage_closure: function _PdfViewState__getPageImage_closure(t0, t1) { @@ -103752,8 +104995,9 @@ }, _PdfViewState_build_closure: function _PdfViewState_build_closure() { }, - _PdfViewLoadingState: function _PdfViewLoadingState(t0) { - this._native_pdf_view$_name = t0; + _PdfViewLoadingState: function _PdfViewLoadingState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, __PdfViewState_State_SingleTickerProviderStateMixin: function __PdfViewState_State_SingleTickerProviderStateMixin() { }, @@ -103765,8 +105009,9 @@ PdfPageImageProvider_load_closure: function PdfPageImageProvider_load_closure(t0) { this.$this = t0; }, - AnimationDirection: function AnimationDirection(t0) { - this._fade_widget$_name = t0; + AnimationDirection: function AnimationDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; }, FadeWidget: function FadeWidget(t0, t1, t2, t3, t4) { var _ = this; @@ -103776,12 +105021,13 @@ _.curve = t3; _.key = t4; }, - _FadeWidgetState: function _FadeWidgetState(t0, t1) { + _FadeWidgetState: function _FadeWidgetState(t0, t1, t2) { var _ = this; _.___FadeWidgetState_hideWidget = _.___FadeWidgetState_controller = _.___FadeWidgetState_opacity = $; _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t2; _._framework$_element = null; }, _FadeWidgetState_animationStatusChange_closure: function _FadeWidgetState_animationStatusChange_closure(t0, t1) { @@ -103827,8 +105073,9 @@ t1.__ImageHandler__placeholderType = t1._definePlaceholderType$0(); return t1; }, - _PlaceholderType: function _PlaceholderType(t0) { - this._image_handler$_name = t0; + _PlaceholderType: function _PlaceholderType(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ImageHandler: function ImageHandler(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { var _ = this; @@ -103861,8 +105108,9 @@ _.ContainerParentDataMixin_nextSibling = t1; _.offset = t2; }, - OverflowViewLayoutBehavior: function OverflowViewLayoutBehavior(t0) { - this._overflow_view$_name = t0; + OverflowViewLayoutBehavior: function OverflowViewLayoutBehavior(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RenderOverflowView: function RenderOverflowView(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -103886,7 +105134,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t7; _._needsCompositingBitsUpdate = false; @@ -103948,7 +105196,7 @@ OverflowView$_all_closure: function OverflowView$_all_closure(t0) { this.builder = t0; }, - _OverflowViewElement: function _OverflowViewElement(t0, t1, t2, t3, t4) { + _OverflowViewElement: function _OverflowViewElement(t0, t1, t2, t3) { var _ = this; _.__MultiChildRenderObjectElement__children = $; _._forgottenChildren = t0; @@ -103959,7 +105207,6 @@ _._widget = t2; _._owner = null; _._lifecycleState = t3; - _._debugForgottenChildrenWithGlobalKey = t4; _._dependencies = _._inheritedWidgets = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; @@ -104139,8 +105386,12 @@ }, PermissionHandlerPlatform: function PermissionHandlerPlatform() { }, - PermissionStatus0: function PermissionStatus0(t0) { - this._permission_handler_platform_interface$_name = t0; + PermissionStatus0: function PermissionStatus0(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + PermissionWithService: function PermissionWithService(t0) { + this.value = t0; }, Permission: function Permission(t0) { this.value = t0; @@ -104148,6 +105399,17 @@ MethodChannelPermissionHandler: function MethodChannelPermissionHandler(t0) { this._instanceToken = t0; }, + decodePermissionRequestResult(value) { + return value.map$2$1(value, new A.decodePermissionRequestResult_closure(), type$.Permission, type$.PermissionStatus); + }, + encodePermissions(permissions) { + var t1 = A._arrayInstanceType(permissions)._eval$1("MappedListIterable<1,int>"); + return A.List_List$of(new A.MappedListIterable(permissions, new A.encodePermissions_closure(), t1), true, t1._eval$1("ListIterable.E")); + }, + decodePermissionRequestResult_closure: function decodePermissionRequestResult_closure() { + }, + encodePermissions_closure: function encodePermissions_closure() { + }, defaultScaleStateCycle(actual) { switch (actual) { case B.PhotoViewScaleState_0: @@ -104291,7 +105553,7 @@ _.filterQuality = t17; _.key = t18; }, - PhotoViewCoreState: function PhotoViewCoreState(t0, t1, t2, t3) { + PhotoViewCoreState: function PhotoViewCoreState(t0, t1, t2, t3, t4) { var _ = this; _._rotationBefore = _._scaleBefore = _._normalizedPosition = null; _.__PhotoViewCoreState__scaleAnimationController = $; @@ -104304,8 +105566,9 @@ _.PhotoViewControllerDelegate__animateScale = t0; _.PhotoViewControllerDelegate_markNeedsScaleRecalc = t1; _.TickerProviderStateMixin__tickers = t2; + _.TickerProviderStateMixin__tickerModeNotifier = t3; _._widget = null; - _._debugLifecycleState = t3; + _._debugLifecycleState = t4; _._framework$_element = null; }, PhotoViewCoreState_build_closure: function PhotoViewCoreState_build_closure(t0) { @@ -104363,7 +105626,7 @@ _.dragStartBehavior = t3; _.onEnd = _.onUpdate = _.onStart = null; _._scale$_state = t4; - _._scale$_lastTransform = null; + _._lastTransform = null; _.__ScaleGestureRecognizer__initialFocalPoint = $; _._currentFocalPoint = null; _.__ScaleGestureRecognizer__localFocalPoint = _.__ScaleGestureRecognizer__currentVerticalSpan = _.__ScaleGestureRecognizer__initialVerticalSpan = _.__ScaleGestureRecognizer__currentHorizontalSpan = _.__ScaleGestureRecognizer__initialHorizontalSpan = _.__ScaleGestureRecognizer__currentSpan = _.__ScaleGestureRecognizer__initialSpan = $; @@ -104401,8 +105664,9 @@ this.event = t0; this.key = t1; }, - PhotoViewScaleState: function PhotoViewScaleState(t0) { - this._photo_view_scale_state$_name = t0; + PhotoViewScaleState: function PhotoViewScaleState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ImageWrapper: function ImageWrapper(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; @@ -104524,7 +105788,7 @@ _registerFactory(debug) { var viewType = debug ? "__webPointerInterceptorViewType__debug__" : "__webPointerInterceptorViewType__"; $.$get$platformViewRegistry().toString; - $.$get$platformViewManager().registerFactory$2(viewType, new A._registerFactory_closure(debug)); + $.$get$platformViewManager().registerFactory$3$isVisible(viewType, new A._registerFactory_closure(debug), true); }, PointerInterceptor$(child) { if (!$.PointerInterceptor__registered) { @@ -104889,15 +106153,21 @@ _.gapSize = t2; _.___PaintMetrics__inset = _.___PaintMetrics__innerContentSize = _.___PaintMetrics__pixelSize = $; }, - QrCodeElement: function QrCodeElement(t0) { - this._types$_name = t0; + QrCodeElement: function QrCodeElement(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - FinderPatternPosition: function FinderPatternPosition(t0) { - this._types$_name = t0; + FinderPatternPosition: function FinderPatternPosition(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - QrEyeShape: function QrEyeShape() { + QrEyeShape: function QrEyeShape(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - QrDataModuleShape: function QrDataModuleShape() { + QrDataModuleShape: function QrDataModuleShape(t0, t1) { + this.index = t0; + this._core$_name = t1; }, QrEyeStyle: function QrEyeStyle() { }, @@ -104941,11 +106211,12 @@ this.qrCode = t1; this.error = t2; }, - QrValidationStatus: function QrValidationStatus(t0) { - this._validator$_name = t0; + QrValidationStatus: function QrValidationStatus(t0, t1) { + this.index = t0; + this._core$_name = t1; }, - hashObjects1(objects) { - return A._finish0(J.fold$1$2$ax(objects, 0, new A.hashObjects_closure1(), type$.int)); + hashObjects0(objects) { + return A._finish0(J.fold$1$2$ax(objects, 0, new A.hashObjects_closure0(), type$.int)); }, _combine0(hash, value) { hash = hash + value & 536870911; @@ -104957,7 +106228,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - hashObjects_closure1: function hashObjects_closure1() { + hashObjects_closure0: function hashObjects_closure0() { }, MiddlewareClass: function MiddlewareClass() { }, @@ -105007,8 +106278,9 @@ this.store = t1; this.action = t2; }, - ButtonState: function ButtonState(t0) { - this._rounded_loading_button$_name = t0; + ButtonState: function ButtonState(t0, t1) { + this.index = t0; + this._core$_name = t1; }, RoundedLoadingButton: function RoundedLoadingButton(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -105021,13 +106293,14 @@ _.borderRadius = t6; _.key = t7; }, - RoundedLoadingButtonState: function RoundedLoadingButtonState(t0, t1, t2) { + RoundedLoadingButtonState: function RoundedLoadingButtonState(t0, t1, t2, t3) { var _ = this; _.__RoundedLoadingButtonState__borderAnimation = _.__RoundedLoadingButtonState__bounceAnimation = _.__RoundedLoadingButtonState__squeezeAnimation = _.__RoundedLoadingButtonState__checkButtonControler = _.__RoundedLoadingButtonState__borderController = _.__RoundedLoadingButtonState__buttonController = $; _._rounded_loading_button$_state = t0; _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t2; + _._debugLifecycleState = t3; _._framework$_element = null; }, RoundedLoadingButtonState_build_closure: function RoundedLoadingButtonState_build_closure(t0, t1) { @@ -105069,8 +106342,9 @@ this._isReusable = t1; this.$ti = t2; }, - _MissingCase: function _MissingCase(t0) { - this._value_stream$_name = t0; + _MissingCase: function _MissingCase(t0, t1) { + this.index = t0; + this._core$_name = t1; }, ValueStreamError: function ValueStreamError(t0) { this._missingCase = t0; @@ -105105,6 +106379,22 @@ }, Subject: function Subject() { }, + Subject_addStream_closure: function Subject_addStream_closure(t0, t1, t2) { + this._box_0 = t0; + this.$this = t1; + this.completer = t2; + }, + Subject_addStream_closure0: function Subject_addStream_closure0(t0) { + this.$this = t0; + }, + Subject_addStream_closure2: function Subject_addStream_closure2(t0, t1, t2) { + this.$this = t0; + this.cancelOnError = t1; + this.complete = t2; + }, + Subject_addStream_closure1: function Subject_addStream_closure1(t0) { + this.complete = t0; + }, _StartWithStreamSink: function _StartWithStreamSink(t0, t1) { this._startValue = t0; this._forwarding_sink$_sink = null; @@ -105246,7 +106536,7 @@ }, SentryNavigatorObserver: function SentryNavigatorObserver(t0, t1) { this._hub = t0; - this._routes$_listeners = t1; + this._listeners = t1; this._navigator$_navigator = null; }, RouteObserverBreadcrumb: function RouteObserverBreadcrumb(t0, t1, t2, t3, t4, t5) { @@ -105828,7 +107118,7 @@ _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; - _._constraints = null; + _._object$_constraints = null; _._debugDoingThisPaint = false; _._layerHandle = t4; _._needsCompositingBitsUpdate = false; @@ -105845,14 +107135,6 @@ }, __RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder: function __RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder() { }, - hashObjects0(objects) { - var t1 = J.fold$1$2$ax(objects, 0, new A.hashObjects_closure0(), type$.int), - hash = t1 + ((t1 & 67108863) << 3) & 536870911; - hash ^= hash >>> 11; - return hash + ((hash & 16383) << 15) & 536870911; - }, - hashObjects_closure0: function hashObjects_closure0() { - }, Matrix4_tryInvert(other) { var r = new A.Matrix4(new Float64Array(16)); if (r.copyInverse$1(other) === 0) @@ -106041,6 +107323,10 @@ _.build = t3; _._preRelease = t4; }, + CupertinoUserInterfaceLevel_maybeOf(context) { + context.dependOnInheritedWidgetOfExactType$1$0(type$.CupertinoUserInterfaceLevel); + return null; + }, LinkViewController__viewFactory(viewId) { return $.LinkViewController__instances.$index(0, viewId).get$_element(); }, @@ -106099,16 +107385,22 @@ } while (true); return (crc ^ 4294967295) >>> 0; }, + initPlatformInstance() { + var t1 = $.$get$BitsdojoWindowPlatform__token(), + t2 = new A.BitsdojoWindowPlatformNotImplemented(t1); + A.PlatformInterface_verifyToken(t2, t1); + $.BitsdojoWindowPlatform__instance = t2; + }, low(codeUnit) { var index = B.JSString_methods._codeUnitAt$1(string$.u0e3b_____, codeUnit >>> 6) + (codeUnit & 63), bit = index & 1, - pair = B.JSString_methods._codeUnitAt$1(string$.x22x22____, index >>> 1); + pair = B.JSString_methods._codeUnitAt$1(string$.x22_____, index >>> 1); return pair >>> 4 & -bit | pair & 15 & bit - 1; }, high(lead, tail) { var index = B.JSString_methods._codeUnitAt$1(string$.u0e3b_____, 1024 + (lead & 1023)) + (tail & 1023), bit = index & 1, - pair = B.JSString_methods._codeUnitAt$1(string$.x22x22____, index >>> 1); + pair = B.JSString_methods._codeUnitAt$1(string$.x22_____, index >>> 1); return pair >>> 4 & -bit | pair & 15 & bit - 1; }, PointPainter_draw(canvas, fill, paint, point, radius, stroke, strokeWidthPx) { @@ -106723,7 +108015,6 @@ break; line = $.$get$_debugPrintBuffer().removeFirst$0(); $._debugPrintedCharacters = $._debugPrintedCharacters + line.length; - line = J.toString$0$(line); toZone = $.printToZone; if (toZone == null) A.printString(line); @@ -106745,287 +108036,29 @@ $._debugPrintCompleter = null; } }, - _synthesiseDownButtons(buttons, kind) { - switch (kind) { - case B.PointerDeviceKind_1: - return buttons; - case B.PointerDeviceKind_0: - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: - return buttons === 0 ? 1 : buttons; - case B.PointerDeviceKind_4: - return buttons === 0 ? 1 : buttons; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } - }, - PointerEventConverter_expand($async$data, $async$devicePixelRatio) { - return A._makeSyncStarIterable(function() { - var data = $async$data, - devicePixelRatio = $async$devicePixelRatio; - var $async$goto = 0, $async$handler = 1, $async$currentError, t1, _i, datum, position, delta, radiusMinor, radiusMajor, radiusMin, radiusMax, timeStamp, kind, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11; - return function $async$PointerEventConverter_expand($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = data.length, _i = 0; - case 2: - // for condition - if (!(_i < data.length)) { - // goto after for - $async$goto = 4; - break; - } - datum = data[_i]; - position = new A.Offset(datum.physicalX / devicePixelRatio, datum.physicalY / devicePixelRatio); - delta = new A.Offset(datum.physicalDeltaX / devicePixelRatio, datum.physicalDeltaY / devicePixelRatio); - radiusMinor = datum.radiusMinor / devicePixelRatio; - radiusMajor = datum.radiusMajor / devicePixelRatio; - radiusMin = datum.radiusMin / devicePixelRatio; - radiusMax = datum.radiusMax / devicePixelRatio; - timeStamp = datum.timeStamp; - kind = datum.kind; - t2 = datum.signalKind; - $async$goto = t2 == null || t2 === B.PointerSignalKind_0 ? 5 : 7; - break; - case 5: - // then - case 8: - // switch - switch (datum.change) { - case B.PointerChange_1: - // goto case - $async$goto = 10; - break; - case B.PointerChange_3: - // goto case - $async$goto = 11; - break; - case B.PointerChange_4: - // goto case - $async$goto = 12; - break; - case B.PointerChange_5: - // goto case - $async$goto = 13; - break; - case B.PointerChange_6: - // goto case - $async$goto = 14; - break; - case B.PointerChange_0: - // goto case - $async$goto = 15; - break; - case B.PointerChange_2: - // goto case - $async$goto = 16; - break; - default: - // goto default - $async$goto = 17; - break; - } - break; - case 10: - // case - t2 = datum.device; - t3 = datum.pressureMin; - t4 = datum.pressureMax; - $async$goto = 18; - return A.PointerAddedEvent$(t2, datum.distance, datum.distanceMax, 0, kind, false, datum.orientation, position, t4, t3, radiusMax, radiusMin, datum.tilt, timeStamp); - case 18: - // after yield - // goto after switch - $async$goto = 9; - break; - case 11: - // case - t2 = datum.device; - t3 = datum.buttons; - t4 = datum.pressureMin; - t5 = datum.pressureMax; - t6 = datum.distance; - t7 = datum.distanceMax; - t8 = datum.size; - t9 = datum.orientation; - t10 = datum.tilt; - $async$goto = 19; - return A.PointerHoverEvent$(t3, delta, t2, t6, t7, 0, kind, false, t9, position, t5, t4, radiusMajor, radiusMax, radiusMin, radiusMinor, t8, datum.synthesized, t10, timeStamp); - case 19: - // after yield - // goto after switch - $async$goto = 9; - break; - case 12: - // case - t2 = datum.pointerIdentifier; - t3 = datum.device; - t4 = A._synthesiseDownButtons(datum.buttons, kind); - t5 = datum.pressure; - t6 = datum.pressureMin; - t7 = datum.pressureMax; - t8 = datum.distanceMax; - t9 = datum.size; - $async$goto = 20; - return A.PointerDownEvent$(t4, t3, t8, 0, kind, false, datum.orientation, t2, position, t5, t7, t6, radiusMajor, radiusMax, radiusMin, radiusMinor, t9, datum.tilt, timeStamp); - case 20: - // after yield - // goto after switch - $async$goto = 9; - break; - case 13: - // case - t2 = datum.pointerIdentifier; - t3 = datum.device; - t4 = A._synthesiseDownButtons(datum.buttons, kind); - t5 = datum.pressure; - t6 = datum.pressureMin; - t7 = datum.pressureMax; - t8 = datum.distanceMax; - t9 = datum.size; - t10 = datum.orientation; - t11 = datum.tilt; - $async$goto = 21; - return A.PointerMoveEvent$(t4, delta, t3, t8, 0, kind, false, t10, datum.platformData, t2, position, t5, t7, t6, radiusMajor, radiusMax, radiusMin, radiusMinor, t9, datum.synthesized, t11, timeStamp); - case 21: - // after yield - // goto after switch - $async$goto = 9; - break; - case 14: - // case - t2 = datum.pointerIdentifier; - t3 = datum.device; - t4 = datum.buttons; - t5 = datum.pressure; - t6 = datum.pressureMin; - t7 = datum.pressureMax; - t8 = datum.distance; - t9 = datum.distanceMax; - t10 = datum.size; - $async$goto = 22; - return A.PointerUpEvent$(t4, t3, t8, t9, 0, kind, false, datum.orientation, t2, position, t5, t7, t6, radiusMajor, radiusMax, radiusMin, radiusMinor, t10, datum.tilt, timeStamp); - case 22: - // after yield - // goto after switch - $async$goto = 9; - break; - case 15: - // case - t2 = datum.pointerIdentifier; - t3 = datum.device; - t4 = datum.buttons; - t5 = datum.pressureMin; - t6 = datum.pressureMax; - t7 = datum.distance; - t8 = datum.distanceMax; - t9 = datum.size; - $async$goto = 23; - return A.PointerCancelEvent$(t4, t3, t7, t8, 0, kind, false, datum.orientation, t2, position, t6, t5, radiusMajor, radiusMax, radiusMin, radiusMinor, t9, datum.tilt, timeStamp); - case 23: - // after yield - // goto after switch - $async$goto = 9; - break; - case 16: - // case - t2 = datum.device; - t3 = datum.pressureMin; - t4 = datum.pressureMax; - $async$goto = 24; - return A.PointerRemovedEvent$(t2, datum.distanceMax, 0, kind, false, position, t4, t3, radiusMax, radiusMin, timeStamp); - case 24: - // after yield - // goto after switch - $async$goto = 9; - break; - case 17: - // default - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - case 9: - // after switch - // goto join - $async$goto = 6; - break; - case 7: - // else - t2.toString; - case 25: - // switch - switch (t2) { - case B.PointerSignalKind_1: - // goto case - $async$goto = 27; - break; - case B.PointerSignalKind_0: - // goto case - $async$goto = 28; - break; - case B.PointerSignalKind_2: - // goto case - $async$goto = 29; - break; - default: - // goto default - $async$goto = 30; - break; - } - break; - case 27: - // case - t2 = datum.scrollDeltaX; - t3 = datum.scrollDeltaY; - $async$goto = 31; - return A.PointerScrollEvent$(datum.device, 0, kind, position, new A.Offset(t2 / devicePixelRatio, t3 / devicePixelRatio), timeStamp); - case 31: - // after yield - // goto after switch - $async$goto = 26; - break; - case 28: - // case - // goto after switch - $async$goto = 26; - break; - case 29: - // case - // goto after switch - $async$goto = 26; - break; - case 30: - // default - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - case 26: - // after switch - case 6: - // join - case 3: - // for update - data.length === t1 || (0, A.throwConcurrentModificationError)(data), ++_i; - // goto for condition - $async$goto = 2; - break; - case 4: - // after for - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.PointerEvent_2); - }, ElevationOverlay_applyOverlay(context, color, elevation) { - var theme = A.Theme_of(context); + var t1, t2, + theme = A.Theme_of(context); if (elevation > 0) - theme.toString; + if (theme.applyElevationOverlayColor) { + t1 = theme.colorScheme; + if (t1.brightness === B.Brightness_0) { + t2 = A.Color$fromARGB(255, color.get$value(color) >>> 16 & 255, color.get$value(color) >>> 8 & 255, color.get$value(color) & 255); + t1 = t1.surface.value; + t1 = t2.$eq(0, A.Color$fromARGB(255, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255)); + } else + t1 = false; + } else + t1 = false; + else + t1 = false; + if (t1) { + t1 = theme.colorScheme.onSurface; + t2 = Math.log(elevation + 1); + t1.toString; + t1 = t1.value; + return A.Color_alphaBlend(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((4.5 * t2 + 2) / 100)), t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), color); + } return color; }, PlatformAdaptiveIcons__isCupertino() { @@ -107228,14 +108261,16 @@ return A.MatrixUtils_transformRect(transform0, rect); }, MatrixUtils_forceToPoint(offset) { - var t2, + var t2, t3, t1 = new A.Matrix4(new Float64Array(16)); t1.setIdentity$0(); + t2 = offset._dx; + t3 = new A.Vector4(new Float64Array(4)); + t3.setValues$4(0, 0, 0, t2); + t1.setRow$2(0, t3); + t3 = offset._dy; t2 = new A.Vector4(new Float64Array(4)); - t2.setValues$4(0, 0, 0, offset._dx); - t1.setRow$2(0, t2); - t2 = new A.Vector4(new Float64Array(4)); - t2.setValues$4(0, 0, 0, offset._dy); + t2.setValues$4(0, 0, 0, t3); t1.setRow$2(1, t2); return t1; }, @@ -107870,8 +108905,6 @@ return B._MdiIconData_IAW; case "client_portal": return B._MdiIconData_Qa6; - case "buy_now_buttons": - return B._MdiIconData_FFB; case "email_settings": return B.IconData_58307_MaterialIcons_null_false; case "templates_and_reminders": @@ -108091,6 +109124,35 @@ return true; return B.JSString_methods.codeUnitAt$1(path, t2) === 47; }, + PermissionActions_request(_this) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.PermissionStatus), + $async$returnValue, t1, permissionStatus, $async$temp1; + var $async$PermissionActions_request = 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 = A._setArrayType([_this], type$.JSArray_Permission); + $async$temp1 = J; + $async$goto = 3; + return A._asyncAwait($.$get$PermissionHandlerPlatform__instance().requestPermissions$1(t1), $async$PermissionActions_request); + case 3: + // returning from await. + permissionStatus = $async$temp1.$index$asx($async$result, _this); + $async$returnValue = permissionStatus == null ? B.PermissionStatus_0 : permissionStatus; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$PermissionActions_request, $async$completer); + }, glog(n) { if (n < 1) throw A.wrapException(A.ArgumentError$("glog(" + n + ")", null)); @@ -108329,7 +109391,7 @@ A.PlatformInterface_verifyToken(t4, t3); $.UrlLauncherPlatform__instance = t4; $.$get$platformViewRegistry().toString; - $.$get$platformViewManager().registerFactory$2("__url_launcher::link", A.link_LinkViewController__viewFactory$closure()); + $.$get$platformViewManager().registerFactory$3$isVisible("__url_launcher::link", A.link_LinkViewController__viewFactory$closure(), true); $.pluginMessageCallHandler = t1.get$handleFrameworkMessage(); $async$goto = 2; return A._asyncAwait(A.webOnlyInitializePlatform(), $async$main0); @@ -108619,9 +109681,6 @@ return J.UnknownJavaScriptObject.prototype; return receiver; }, - set$height$x(receiver, value) { - return J.getInterceptor$x(receiver).set$height(receiver, value); - }, set$length$asx(receiver, value) { return J.getInterceptor$asx(receiver).set$length(receiver, value); }, @@ -108634,9 +109693,6 @@ set$textDirection$x(receiver, value) { return J.getInterceptor$x(receiver).set$textDirection(receiver, value); }, - set$width$x(receiver, value) { - return J.getInterceptor$x(receiver).set$width(receiver, value); - }, get$All$x(receiver) { return J.getInterceptor$x(receiver).get$All(receiver); }, @@ -108760,9 +109816,6 @@ get$FilterMode$x(receiver) { return J.getInterceptor$x(receiver).get$FilterMode(receiver); }, - get$FontMgr$x(receiver) { - return J.getInterceptor$x(receiver).get$FontMgr(receiver); - }, get$FontSlant$x(receiver) { return J.getInterceptor$x(receiver).get$FontSlant(receiver); }, @@ -108973,6 +110026,9 @@ get$TileMode$x(receiver) { return J.getInterceptor$x(receiver).get$TileMode(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); }, @@ -108994,15 +110050,27 @@ get$access_token$x(receiver) { return J.getInterceptor$x(receiver).get$access_token(receiver); }, + get$add$ax(receiver) { + return J.getInterceptor$ax(receiver).get$add(receiver); + }, get$attributes$x(receiver) { return J.getInterceptor$x(receiver).get$attributes(receiver); }, - get$baseline$z(receiver) { - return J.getInterceptor$z(receiver).get$baseline(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$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); }, @@ -109012,12 +110080,15 @@ get$credentials$z(receiver) { return J.getInterceptor$z(receiver).get$credentials(receiver); }, - get$current$z(receiver) { - return J.getInterceptor$z(receiver).get$current(receiver); - }, get$currentUser$x(receiver) { return J.getInterceptor$x(receiver).get$currentUser(receiver); }, + get$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); }, @@ -109069,6 +110140,9 @@ get$length$asx(receiver) { return J.getInterceptor$asx(receiver).get$length(receiver); }, + get$lineNumber$x(receiver) { + return J.getInterceptor$x(receiver).get$lineNumber(receiver); + }, get$message$z(receiver) { return J.getInterceptor$z(receiver).get$message(receiver); }, @@ -109119,6 +110193,9 @@ get$stop$z(receiver) { return J.getInterceptor$z(receiver).get$stop(receiver); }, + get$stream$z(receiver) { + return J.getInterceptor$z(receiver).get$stream(receiver); + }, get$target$x(receiver) { return J.getInterceptor$x(receiver).get$target(receiver); }, @@ -109200,6 +110277,9 @@ 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); }, @@ -109224,15 +110304,9 @@ MakeSWCanvasSurface$1$x(receiver, a0) { return J.getInterceptor$x(receiver).MakeSWCanvasSurface$1(receiver, a0); }, - MakeTypefaceFromData$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).MakeTypefaceFromData$1(receiver, a0); - }, ParagraphStyle$1$x(receiver, a0) { return J.getInterceptor$x(receiver).ParagraphStyle$1(receiver, a0); }, - RefDefault$0$x(receiver) { - return J.getInterceptor$x(receiver).RefDefault$0(receiver); - }, TextStyle$1$x(receiver, a0) { return J.getInterceptor$x(receiver).TextStyle$1(receiver, a0); }, @@ -109248,11 +110322,6 @@ _replaceChild$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver)._replaceChild$2(receiver, a0, a1); }, - abs$0$in(receiver) { - if (typeof receiver === "number") - return Math.abs(receiver); - return J.getInterceptor$in(receiver).abs$0(receiver); - }, add$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).add$1(receiver, a0); }, @@ -109283,6 +110352,9 @@ 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); }, @@ -109421,6 +110493,12 @@ 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); }, @@ -109463,6 +110541,9 @@ forEach$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).forEach$1(receiver, a0); }, + 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); }, @@ -109478,6 +110559,9 @@ 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); }, @@ -109574,6 +110658,9 @@ isSignedIn$0$x(receiver) { return J.getInterceptor$x(receiver).isSignedIn$0(receiver); }, + join$0$ax(receiver) { + return J.getInterceptor$ax(receiver).join$0(receiver); + }, join$1$ax(receiver, a0) { return J.getInterceptor$ax(receiver).join$1(receiver, a0); }, @@ -109646,9 +110733,6 @@ quadTo$4$x(receiver, a0, a1, a2, a3) { return J.getInterceptor$x(receiver).quadTo$4(receiver, a0, a1, a2, a3); }, - rMoveTo$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).rMoveTo$2(receiver, a0, a1); - }, register$2$x(receiver, a0, a1) { return J.getInterceptor$x(receiver).register$2(receiver, a0, a1); }, @@ -109745,9 +110829,6 @@ setColorInt$1$x(receiver, a0) { return J.getInterceptor$x(receiver).setColorInt$1(receiver, a0); }, - setCurrentContext$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).setCurrentContext$1(receiver, a0); - }, setFillType$1$x(receiver, a0) { return J.getInterceptor$x(receiver).setFillType$1(receiver, a0); }, @@ -109793,9 +110874,6 @@ startsWith$1$s(receiver, a0) { return J.getInterceptor$s(receiver).startsWith$1(receiver, a0); }, - startsWith$2$s(receiver, a0, a1) { - return J.getInterceptor$s(receiver).startsWith$2(receiver, a0, a1); - }, stopPropagation$0$x(receiver) { return J.getInterceptor$x(receiver).stopPropagation$0(receiver); }, @@ -109900,6 +110978,8 @@ }, JavaScriptObject: function JavaScriptObject() { }, + LegacyJavaScriptObject: function LegacyJavaScriptObject() { + }, PlainJavaScriptObject: function PlainJavaScriptObject() { }, UnknownJavaScriptObject: function UnknownJavaScriptObject() { @@ -109933,66 +111013,7 @@ var holders = [A, J, B]; hunkHelpers.setFunctionNamesIfNecessary(holders); var $ = {}; - A.initializeEngine_closure.prototype = { - call$2(_, __) { - var t1, _i; - for (t1 = $._hotRestartListeners.length, _i = 0; _i < $._hotRestartListeners.length; $._hotRestartListeners.length === t1 || (0, A.throwConcurrentModificationError)($._hotRestartListeners), ++_i) - $._hotRestartListeners[_i].call$0(); - return A.Future_Future$value(A.ServiceExtensionResponse$result("OK"), type$.ServiceExtensionResponse); - }, - $signature: 571 - }; - A.initializeEngine_closure0.prototype = { - call$0() { - var t1 = this._box_0; - if (!t1.waitingForAnimation) { - t1.waitingForAnimation = true; - B.Window_methods.requestAnimationFrame$1(window, new A.initializeEngine__closure(t1)); - } - }, - $signature: 0 - }; - A.initializeEngine__closure.prototype = { - call$1(highResTime) { - var highResTimeMicroseconds, t1, t2, t3; - A.frameTimingsOnVsync(); - this._box_0.waitingForAnimation = false; - highResTimeMicroseconds = B.JSNumber_methods.toInt$0(1000 * highResTime); - A.frameTimingsOnBuildStart(); - t1 = $.$get$EnginePlatformDispatcher__instance(); - t2 = t1._onBeginFrame; - if (t2 != null) { - t3 = A.Duration$(0, 0, highResTimeMicroseconds, 0, 0, 0); - A.invoke1(t2, t1._onBeginFrameZone, t3, type$.Duration); - } - t2 = t1._onDrawFrame; - if (t2 != null) - A.invoke(t2, t1._onDrawFrameZone); - }, - $signature: 455 - }; - A._addUrlStrategyListener_closure.prototype = { - call$1(jsStrategy) { - var t1 = jsStrategy == null ? null : new A.CustomUrlStrategy(jsStrategy); - $._isUrlStrategySet = true; - $._customUrlStrategy = t1; - }, - $signature: 1299 - }; - A._addUrlStrategyListener_closure0.prototype = { - call$0() { - self._flutter_web_set_location_strategy = null; - }, - $signature: 0 - }; - A.NullTreeSanitizer.prototype = { - sanitizeTree$1(node) { - } - }; A.AlarmClock.prototype = { - get$callback(_) { - return A._lateReadCheck(this.__AlarmClock_callback, "callback"); - }, set$datetime(value) { var now, t1, t2, _this = this; if (J.$eq$(value, _this._datetime)) @@ -110033,12 +111054,11 @@ t1 = t1._value; if (t2 >= t1) { _this.__engine$_timer = null; - _this.callback$0(0); + t1 = _this.callback; + if (t1 != null) + t1.call$0(); } else _this.__engine$_timer = A.Timer_Timer(A.Duration$(0, 0, 0, t1 - t2, 0, 0), _this.get$_timerDidFire()); - }, - callback$0($receiver) { - return this.get$callback(this).call$0(); } }; A.AssetManager.prototype = { @@ -110139,7 +111159,7 @@ call$1(e) { return J.$eq$(J.get$name$x(e), "assetBase"); }, - $signature: 106 + $signature: 110 }; A.AssetManager__baseUrl_closure0.prototype = { call$0() { @@ -110155,12 +111175,12 @@ }; A.BrowserEngine.prototype = { toString$0(_) { - return this.__engine$_name; + return "BrowserEngine." + this._core$_name; } }; A.OperatingSystem.prototype = { toString$0(_) { - return this.__engine$_name; + return "OperatingSystem." + this._core$_name; } }; A.CanvasPool.prototype = { @@ -110261,19 +111281,8 @@ _this._replayClipStack$0(); }, _allocCanvas$2(width, height) { - var t1, exception, - canvas = document.createElement("CANVAS"); - if (canvas != null) { - try { - t1 = this._density; - J.set$width$x(canvas, B.JSNumber_methods.ceil$0(width * t1)); - J.set$height$x(canvas, B.JSNumber_methods.ceil$0(height * t1)); - } catch (exception) { - return null; - } - return type$.CanvasElement._as(canvas); - } - return null; + var t1 = this._density; + return A.tryCreateCanvasElement(B.JSNumber_methods.ceil$0(width * t1), B.JSNumber_methods.ceil$0(height * t1)); }, clear$0(_) { var ctx, e, exception, t1, t2, _this = this; @@ -110578,7 +111587,7 @@ t1 = paint.blendMode; if (t1 != _this._currentBlendMode) { _this._currentBlendMode = t1; - t1 = A.stringForBlendMode(t1); + t1 = A.blendModeToCssMixBlendMode(t1); if (t1 == null) t1 = "source-over"; _this.context.globalCompositeOperation = t1; @@ -110790,13 +111799,19 @@ J.drawDRRect$3$x(this.skCanvas, A.toSkRRect(outer), A.toSkRRect(inner), paint.get$skiaObject()); }, drawImageRect$4(image, src, dst, paint) { - var filterQuality = paint.__engine$_filterQuality, - t1 = this.skCanvas, - t2 = J.getInterceptor$x(t1); + var t2, t3, t4, t5, t6, + filterQuality = paint.__engine$_filterQuality, + t1 = this.skCanvas; if (filterQuality === B.FilterQuality_3) - t2.drawImageRectCubic$6(t1, A._lateReadCheck(image.__CkImage_box, "box").get$skiaObject(), A.toSkRect(src), A.toSkRect(dst), 0.3333333333333333, 0.3333333333333333, paint.get$skiaObject()); - else - t2.drawImageRectOptions$6(t1, A._lateReadCheck(image.__CkImage_box, "box").get$skiaObject(), A.toSkRect(src), A.toSkRect(dst), A.toSkFilterMode(filterQuality), A.toSkMipmapMode(filterQuality), paint.get$skiaObject()); + 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(); + 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()); + } }, drawLine$3(_, p1, p2, paint) { J.drawLine$5$x(this.skCanvas, p1._dx, p1._dy, p2._dx, p2._dy, paint.get$skiaObject()); @@ -110849,7 +111864,7 @@ J.scale$2$x(this.skCanvas, sx, sy); }, transform$1(_, matrix4) { - J.concat$1$x(this.skCanvas, A.toSkMatrixFromFloat32(matrix4)); + J.concat$1$x(this.skCanvas, A.toSkM44FromFloat32(matrix4)); }, translate$2(_, dx, dy) { J.translate$2$x(this.skCanvas, dx, dy); @@ -110888,12 +111903,8 @@ this.pictureSnapshot._commands.push(new A.CkDrawDRRectCommand(outer, inner, paint)); }, drawImageRect$4(image, src, dst, paint) { - var t1, t2; this.super$CkCanvas$drawImageRect(image, src, dst, paint); - t1 = A._lateReadCheck(image.__CkImage_box, "box"); - t2 = new A.CkImage(t1); - t2.CkImage$cloneOf$1(t1); - this.pictureSnapshot._commands.push(new A.CkDrawImageRectCommand(t2, src, dst, paint)); + this.pictureSnapshot._commands.push(new A.CkDrawImageRectCommand(A.CkImage$cloneOf(A._lateReadCheck(image.__CkImage_box, "box")), src, dst, paint)); }, drawLine$3(_, p1, p2, paint) { this.super$CkCanvas$drawLine(0, p1, p2, paint); @@ -111022,7 +112033,7 @@ }; A.CkTransformCommand.prototype = { apply$1(canvas) { - J.concat$1$x(canvas, A.toSkMatrixFromFloat32(this.matrix4)); + J.concat$1$x(canvas, A.toSkM44FromFloat32(this.matrix4)); } }; A.CkClipRectCommand.prototype = { @@ -111095,17 +112106,22 @@ }; A.CkDrawImageRectCommand.prototype = { apply$1(canvas) { - var _this = this, + var t5, t6, _this = this, t1 = _this.paint, filterQuality = t1.__engine$_filterQuality, - t2 = J.getInterceptor$x(canvas), - t3 = _this.src, - t4 = _this.dst, - t5 = _this.image.__CkImage_box; + t2 = _this.src, + t3 = _this.dst, + t4 = _this.image.__CkImage_box; if (filterQuality === B.FilterQuality_3) - t2.drawImageRectCubic$6(canvas, A._lateReadCheck(t5, "box").get$skiaObject(), A.toSkRect(t3), A.toSkRect(t4), 0.3333333333333333, 0.3333333333333333, t1.get$skiaObject()); - else - t2.drawImageRectOptions$6(canvas, A._lateReadCheck(t5, "box").get$skiaObject(), A.toSkRect(t3), A.toSkRect(t4), A.toSkFilterMode(filterQuality), A.toSkMipmapMode(filterQuality), t1.get$skiaObject()); + 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(); + 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()); + } }, dispose$0(_) { var t1 = this.image; @@ -111180,8 +112196,6 @@ A.SkBlendMode.prototype = {}; A.SkStrokeJoinEnum.prototype = {}; A.SkStrokeJoin.prototype = {}; - A.SkFilterQualityEnum.prototype = {}; - A.SkFilterQuality.prototype = {}; A.SkTileModeEnum.prototype = {}; A.SkTileMode.prototype = {}; A.SkFilterModeEnum.prototype = {}; @@ -111198,6 +112212,9 @@ A.SkShader.prototype = {}; A.SkMaskFilterNamespace.prototype = {}; A.SkPaint.prototype = {}; + A.CkFilterOptions.prototype = {}; + A._CkCubicFilterOptions.prototype = {}; + A._CkTransformFilterOptions.prototype = {}; A.SkMaskFilter.prototype = {}; A.SkColorFilterNamespace.prototype = {}; A.SkColorFilter.prototype = {}; @@ -111240,6 +112257,7 @@ A.SkTonalColors.prototype = {}; A.SkFontMgrNamespace.prototype = {}; A.TypefaceFontProviderNamespace.prototype = {}; + A.SkTypefaceFactory.prototype = {}; A.ProductionCollector.prototype = { ProductionCollector$0() { var t1 = new self.window.FinalizationRegistry(A.allowInterop(new A.ProductionCollector_closure(this))); @@ -111290,7 +112308,7 @@ if (!J.isDeleted$0$x(deletable)) this.$this.collect$1(deletable); }, - $signature: 1158 + $signature: 1405 }; A.ProductionCollector_collect_closure.prototype = { call$0() { @@ -111314,6 +112332,41 @@ A.SkObjectFinalizationRegistry.prototype = {}; A.SkData.prototype = {}; A.SkImageInfo.prototype = {}; + A.SkPartialImageInfo.prototype = {}; + A.patchCanvasKitModule_closure.prototype = { + call$0() { + var t1 = document.currentScript, + t2 = this.canvasKitScript; + if (t1 == null ? t2 == null : t1 === t2) + return A.JsObject_JsObject(this.objectConstructor); + else + return $.$get$_context().$index(0, "_flutterWebCachedExports"); + }, + $signature: 9 + }; + A.patchCanvasKitModule_closure0.prototype = { + call$1(value) { + $.$get$_context().$indexSet(0, "_flutterWebCachedExports", value); + }, + $signature: 8 + }; + A.patchCanvasKitModule_closure1.prototype = { + call$0() { + var t1 = document.currentScript, + t2 = this.canvasKitScript; + if (t1 == null ? t2 == null : t1 === t2) + return A.JsObject_JsObject(this.objectConstructor); + else + return $.$get$_context().$index(0, "_flutterWebCachedModule"); + }, + $signature: 9 + }; + A.patchCanvasKitModule_closure2.prototype = { + call$1(value) { + $.$get$_context().$indexSet(0, "_flutterWebCachedModule", value); + }, + $signature: 8 + }; A.CanvasKitCanvas.prototype = { save$0(_) { this.__engine$_canvas.save$0(0); @@ -111424,11 +112477,11 @@ var float32Matrix, i, matrix = this.matrix; if (type$.Float32List._is(matrix)) - return J.MakeMatrix$1$x(J.get$ColorFilter$x($.canvasKit._readField$0()), 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 J.MakeMatrix$1$x(J.get$ColorFilter$x($.__canvasKit._readField$0()), float32Matrix); }, get$hashCode(_) { return A.hashList(this.matrix); @@ -111444,7 +112497,7 @@ }; A.CkComposeColorFilter.prototype = { _initRawColorFilter$0() { - var t1 = J.get$ColorFilter$x($.canvasKit._readField$0()), + var t1 = J.get$ColorFilter$x($.__canvasKit._readField$0()), t2 = this.outer; t2 = t2 == null ? null : t2.get$skiaObject(); return J.MakeCompose$2$x(t1, t2, this.inner.get$skiaObject()); @@ -111457,7 +112510,7 @@ return J.$eq$(other.outer, this.outer) && J.$eq$(other.inner, this.inner); }, get$hashCode(_) { - return A.Object_hash(this.outer, this.inner); + return A.Object_hash(this.outer, this.inner, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { return "ColorFilter.compose(" + A.S(this.outer) + ", " + A.S(this.inner) + ")"; @@ -111465,9 +112518,16 @@ }; A.HtmlViewEmbedder.prototype = { getOverlayCanvases$0() { - var 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")); + 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_empty20; + 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; @@ -111478,21 +112538,27 @@ }, 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 >= $.$get$SurfaceFactory_instance().maximumSurfaces - 2 && true) { - if (_this._backupPictureRecorder == null) { + 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(); - t1 = _this._frameSize; - pictureRecorder.beginRecording$1(0, new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy)); + 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); - _this._backupPictureRecorder = pictureRecorder; + t1.push(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); } t1 = _this._currentCompositionParams; if (J.$eq$(t1.$index(0, viewId), params)) { @@ -111504,31 +112570,43 @@ _this._viewsToRecomposite.add$1(0, viewId); }, compositeEmbeddedView$1(viewId) { - var t2, t3, _this = this, - t1 = _this._compositionOrder, - compositedViewCount = t1.length; - t1.push(viewId); - t1 = _this._pictureRecordersCreatedDuringPreroll; - t2 = _this._pictureRecorders; - if (compositedViewCount < t1.length) - t2.$indexSet(0, viewId, t1[compositedViewCount]); - else { - _this._viewsUsingBackupSurface.add$1(0, viewId); - t1 = _this._backupPictureRecorder; - t1.toString; - t2.$indexSet(0, viewId, t1); + 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)) { - t1 = t2.$index(0, viewId); - return t1._recordingCanvas; - } - t3 = _this._currentCompositionParams.$index(0, viewId); - t3.toString; - _this._compositeWithParams$2(viewId, t3); + 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); - t1 = t2.$index(0, viewId); - return t1._recordingCanvas; + if (needOverlay) + return _this._pictureRecorders.$index(0, viewId)._recordingCanvas; + else + return null; }, _compositeWithParams$2(viewId, params) { var currentClippingCount, _this = this, @@ -111617,13 +112695,12 @@ } }, _applyMutators$3(mutators, embeddedView, viewId) { - var t2, t3, t4, head, embeddedOpacity, t5, t6, headTransform0, value, clipView, t7, path, clipId, t8, scale, inverseScale, _this = this, + var t2, t3, t4, t5, head, embeddedOpacity, t6, t7, headTransform0, value, clipView, t8, path, clipId, temp, temp0, scale, inverseScale, _this = this, _s16_ = "transform-origin", _s8_ = "absolute", _s9_ = "transform", _s9_0 = "clip-path", _s13_ = "#sk_path_defs", - _s20_ = '">', headTransform = A.Matrix4$identity(), t1 = embeddedView.style; t1.toString; @@ -111631,105 +112708,115 @@ t1 = embeddedView.style; t1.position = _s8_; _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 = type$.SvgElement, t3 = type$.SvgSvgElement, t4 = _this._svgClipDefs, head = embeddedView, embeddedOpacity = 1; t2.moveNext$0();) { - t5 = t2.__internal$_current; - switch (t5.type) { - case B.MutatorType_3: - t5 = t5.matrix; - t5.toString; - t6 = new Float32Array(16); - headTransform0 = new A.Matrix40(t6); - headTransform0.setFrom$1(t5); - headTransform0.multiply$1(0, headTransform); - t5 = head.style; - value = A.float64ListToCssTransform(t6); - t5.toString; - t6 = B.CssStyleDeclaration_methods._browserPropertyName$1(t5, _s9_); - t5.setProperty(t6, value, ""); - headTransform = headTransform0; - break; - case B.MutatorType_0: - case B.MutatorType_1: - case B.MutatorType_2: - clipView = head.parentElement; - t6 = clipView.style; - t6.clip = ""; - t6 = clipView.style; + 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) { + case 3: + t6 = t6.matrix; t6.toString; - t7 = B.CssStyleDeclaration_methods._browserPropertyName$1(t6, _s9_0); - t6.setProperty(t7, "", ""); - headTransform = new A.Matrix40(new Float32Array(16)); - headTransform.Matrix4$identity$0(); - t6 = clipView.style; + t7 = new Float32Array(16); + headTransform0 = new A.Matrix40(t7); + headTransform0.setFrom$1(t6); + 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, "", ""); - t6 = t5.rect; - if (t6 != null) { - t5 = clipView.style; - t6 = "rect(" + A.S(t6.top) + "px, " + A.S(t6.right) + "px, " + A.S(t6.bottom) + "px, " + A.S(t6.left) + "px)"; - t5.clip = t6; + t6.setProperty(t7, value, ""); + 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, "", ""); + 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; + t7 = "rect(" + A.S(t7.top) + "px, " + A.S(t7.right) + "px, " + A.S(t7.bottom) + "px, " + A.S(t7.left) + "px)"; + t6.clip = t7; } else { - t6 = t5.rrect; - if (t6 != null) { + t7 = t6.rrect; + if (t7 != null) { path = new A.CkPath(B.PathFillType_0); path.ManagedSkiaObject$1(null); - t5 = path.rawSkiaObject; - if (t5 == null) - t5 = path._doResurrect$0(); - J.addRRect$2$x(t5, A.toSkRRect(t6), false); + t6 = path.rawSkiaObject; + if (t6 == null) + t6 = path._doResurrect$0(); + J.addRRect$2$x(t6, A.toSkRRect(t7), false); _this._ensureSvgPathDefs$0(); - t6 = _this._svgPathDefs.querySelector(_s13_); - t6.toString; + t7 = _this._svgPathDefs.querySelector(_s13_); + t7.toString; clipId = "svgClip" + ++_this._clipPathCount; - t5 = '', new A.NullTreeSanitizer(), null); + t1 = type$.SvgSvgElement._as($.$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.id = "sk_path_defs"; + t1.appendChild(t2); t2 = $.skiaSceneHost; t2.toString; + t1 = this._svgPathDefs; t1.toString; t2.appendChild(t1); }, submitFrame$0(_) { - var t2, t3, t4, t5, _didPaintBackupSurface, i, viewId, backupFrame, t6, t7, t8, frame, unusedViews, elementToInsertBefore, _i, platformViewRoot, overlay, _this = this, - t1 = _this._activeCompositionOrder, - diffResult = t1.length === 0 || _this._compositionOrder.length === 0 || false ? null : A.diffViewList(t1, _this._compositionOrder), - insertBeforeMap = _this._updateOverlays$1(diffResult); - for (t2 = _this._compositionOrder, t3 = _this._overlays, t4 = _this._pictureRecorders, t5 = _this._viewsUsingBackupSurface, _didPaintBackupSurface = false, i = 0; i < t2.length; ++i) { - viewId = t2[i]; - if (t5.contains$1(0, viewId)) { - if (!_didPaintBackupSurface) { - backupFrame = $.$get$SurfaceFactory_instance().backupSurface.acquireFrame$1(_this._frameSize); - t6 = J.getCanvas$0$x(backupFrame.skiaSurface.__engine$_surface); - t7 = _this._backupPictureRecorder.endRecording$0(); - t8 = t7.rawSkiaObject; - J.drawPicture$1$x(t6, t8 == null ? t7._doResurrect$0() : t8); - _this._backupPictureRecorder = null; - backupFrame.submit$0(0); - _didPaintBackupSurface = true; - } - } else { - frame = t3.$index(0, viewId).acquireFrame$1(_this._frameSize); - t6 = J.getCanvas$0$x(frame.skiaSurface.__engine$_surface); - t7 = t4.$index(0, viewId).endRecording$0(); - t8 = t7.rawSkiaObject; - J.drawPicture$1$x(t6, t8 == null ? t7._doResurrect$0() : t8); - frame.submit$0(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); + } + } + else + _didPaintBackupSurface = false; B.JSArray_methods.set$length(_this._pictureRecordersCreatedDuringPreroll, 0); t2 = _this._pictureRecorders; t2.clear$0(0); @@ -111797,6 +112931,7 @@ t3 = _this._compositionOrder; if (A.listEquals(t3, t1)) { B.JSArray_methods.set$length(t3, 0); + _this._visibleViewCount = 0; return; } unusedViews = A.LinkedHashSet_LinkedHashSet$from(t1, type$.int); @@ -111812,7 +112947,7 @@ t4.toString; elementToInsertBefore = _this._viewClipChains.$index(0, t4).__engine$_root; } else - elementToInsertBefore = null; + 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) { viewId = t4[_i]; if (t1) { @@ -111830,15 +112965,15 @@ } } if (insertBeforeMap != null) - insertBeforeMap.forEach$1(0, new A.HtmlViewEmbedder_submitFrame_closure(_this)); + insertBeforeMap.forEach$1(0, new A.HtmlViewEmbedder_submitFrame_closure1(_this)); if (_didPaintBackupSurface) { t1 = $.skiaSceneHost; t1.toString; - t1.appendChild($.$get$SurfaceFactory_instance().backupSurface.htmlElement); + t1.appendChild(A.SurfaceFactory_instance().backupSurface.htmlElement); } } else { - t4 = $.$get$SurfaceFactory_instance(); - B.JSArray_methods.forEach$1(t4._cache, t4.get$_removeFromDom()); + 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]; @@ -111848,14 +112983,16 @@ if (overlay != null) $.skiaSceneHost.appendChild(overlay.htmlElement); t1.push(viewId); + unusedViews.remove$1(0, viewId); } if (_didPaintBackupSurface) { t1 = $.skiaSceneHost; t1.toString; - t1.appendChild($.$get$SurfaceFactory_instance().backupSurface.htmlElement); + t1.appendChild(A.SurfaceFactory_instance().backupSurface.htmlElement); } } B.JSArray_methods.set$length(t3, 0); + _this._visibleViewCount = 0; _this.disposeViews$1(unusedViews); t2.clear$0(0); }, @@ -111882,72 +113019,109 @@ if (t1.$index(0, viewId) != null) { t2 = t1.$index(0, viewId); t2.toString; - $.$get$SurfaceFactory_instance().releaseSurface$1(t2); + A.SurfaceFactory_instance().releaseSurface$1(t2); t1.remove$1(0, viewId); } }, _updateOverlays$1(diffResult) { - var t1, t2, t3, numOverlays, i, viewId, overlay, availableOverlays, viewsToDispose, index, index0, t4, t5, overlaysToAssign, lastOriginalIndex, insertBeforeMap, _this = this; - if (_this._viewsUsingBackupSurface._collection$_length === 0) { - t1 = $.$get$SurfaceFactory_instance(); - t1.releaseSurface$1(t1.backupSurface); - } + 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; if (!t1 && diffResult.viewsToAdd.length === 0 && diffResult.viewsToRemove.length === 0) - return null; + return _null; if (t1) { - t1 = $.$get$SurfaceFactory_instance(); - t2 = t1._cache; - t3 = t1._liveSurfaces; - B.JSArray_methods.addAll$1(t2, t3); - B.JSArray_methods.set$length(t3, 0); - t3 = _this._overlays; - t3.clear$0(0); - t2 = _this._compositionOrder; - numOverlays = Math.min(t1.maximumSurfaces - 2, t2.length); - for (i = 0; i < numOverlays; ++i) { - viewId = t2[i]; - overlay = t1.getOverlay$0(); - overlay.createOrUpdateSurfaces$1(_this._frameSize); - t3.$indexSet(0, viewId, overlay); + 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; + return _null; } else { t1 = diffResult.viewsToRemove; B.JSArray_methods.forEach$1(t1, _this.get$_releaseOverlay()); - t2 = $.$get$SurfaceFactory_instance(); - t3 = t2.maximumSurfaces - 2; - availableOverlays = t3 - t2._liveSurfaces.length; + t2 = A.SurfaceFactory_instance(); + availableOverlays = t2.maximumSurfaces - 2 - t2._liveSurfaces.length; if (diffResult.addToBeginning) { t1 = diffResult.viewsToAdd; - t2 = t1.length; - if (t2 > availableOverlays) { - viewsToDispose = t2 - availableOverlays; - index = t3 - t2; - for (t2 = _this._overlays, t3 = _this._activeCompositionOrder; viewsToDispose > 0; index = index0) { + 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; - t4 = t3[index]; - if (t2.$index(0, t4) != null) { - t5 = t2.$index(0, t4); - t5.toString; - $.$get$SurfaceFactory_instance().releaseSurface$1(t5); - t2.remove$1(0, t4); + 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 = $.$get$SurfaceFactory_instance(); + t3 = A.SurfaceFactory_instance(); overlaysToAssign = Math.min(t2, t3.maximumSurfaces - 2 - t3._liveSurfaces.length); - for (t2 = _this._overlays, i = 0; i < overlaysToAssign; ++i) { + for (t2 = _this._overlays, t3 = type$.JSArray_Surface, i = 0; i < overlaysToAssign; ++i) { t4 = t1[i]; - overlay = t3.getOverlay$0(); - overlay.createOrUpdateSurfaces$1(_this._frameSize); + 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; + return _null; } else { t2 = _this._compositionOrder; overlaysToAssign = Math.min(t2.length, availableOverlays); @@ -111955,20 +113129,40 @@ 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)) { - overlay = $.$get$SurfaceFactory_instance().getOverlay$0(); - overlay.createOrUpdateSurfaces$1(_this._frameSize); + 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) { - t3 = index + 1; - if (t3 < t2.length) - insertBeforeMap.$indexSet(0, viewId, t2[t3]); + t4 = index + 1; + if (t4 < t2.length) + insertBeforeMap.$indexSet(0, viewId, t2[t4]); else insertBeforeMap.$indexSet(0, viewId, -1); } @@ -111989,28 +113183,40 @@ t1.toString; return t1; }, - $signature: 1688 + $signature: 926 }; A.HtmlViewEmbedder__compositeWithParams_closure.prototype = { call$0() { var t1 = A.createPlatformViewSlot(this.viewId); return new A.ViewClipChain(t1, t1); }, - $signature: 897 + $signature: 1240 }; A.HtmlViewEmbedder__applyMutators_closure.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 382 + $signature: 393 }; A.HtmlViewEmbedder__applyMutators_closure0.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 382 + $signature: 393 }; A.HtmlViewEmbedder_submitFrame_closure.prototype = { + call$1(viewId) { + return !$.$get$platformViewManager().isInvisible$1(viewId); + }, + $signature: 220 + }; + A.HtmlViewEmbedder_submitFrame_closure0.prototype = { + call$1(viewId) { + return !$.$get$platformViewManager().isInvisible$1(viewId); + }, + $signature: 220 + }; + A.HtmlViewEmbedder_submitFrame_closure1.prototype = { call$2(viewId, viewIdToInsertBefore) { var nextSibling, t1 = this.$this, @@ -112021,7 +113227,13 @@ } else $.skiaSceneHost.appendChild(overlay); }, - $signature: 270 + $signature: 313 + }; + A.HtmlViewEmbedder__updateOverlays_closure.prototype = { + call$1(viewId) { + return !$.$get$platformViewManager().isInvisible$1(viewId); + }, + $signature: 220 }; A.ViewClipChain.prototype = {}; A.EmbeddedViewParams.prototype = { @@ -112039,7 +113251,7 @@ }; A.MutatorType.prototype = { toString$0(_) { - return this.__engine$_name; + return "MutatorType." + this._core$_name; } }; A.Mutator.prototype = { @@ -112054,16 +113266,16 @@ t1 = _this.type; if (t1 !== other.type) return false; - switch (t1) { - case B.MutatorType_0: + switch (t1.index) { + case 0: return J.$eq$(_this.rect, other.rect); - case B.MutatorType_1: + case 1: return J.$eq$(_this.rrect, other.rrect); - case B.MutatorType_2: + case 2: return _this.path == other.path; - case B.MutatorType_3: + case 3: return _this.matrix == other.matrix; - case B.MutatorType_4: + case 4: return _this.alpha == other.alpha; default: return false; @@ -112213,7 +113425,7 @@ }, registerFallbackFont$2(family, bytes) { var t1, t2, t3, countedFamily, _this = this, - typeface = J.MakeTypefaceFromData$1$x(J.RefDefault$0$x(J.get$FontMgr$x($.canvasKit._readField$0())), bytes); + typeface = J.MakeFreeTypeFaceFromData$1$x(J.get$Typeface$x($.__canvasKit._readField$0()), bytes.buffer); if (typeface == null) { $.$get$printWarning().call$1("Failed to parse fallback font " + family + " as a font."); return; @@ -112241,25 +113453,25 @@ call$0() { return A._setArrayType([], type$.JSArray_CodeunitRange); }, - $signature: 506 + $signature: 719 }; A.FontFallbackData_ensureFontsSupportText_closure.prototype = { call$1(x) { return !x; }, - $signature: 2088 + $signature: 2178 }; A.FontFallbackData_registerFallbackFont_closure.prototype = { call$0() { return 0; }, - $signature: 244 + $signature: 246 }; A._makeResolvedNotoFontFromCss_closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_CodeunitRange); }, - $signature: 506 + $signature: 719 }; A._registerSymbolsAndEmoji_extractUrlFromCss.prototype = { call$1(css) { @@ -112278,19 +113490,19 @@ $.$get$printWarning().call$1("Unable to determine URL for Noto font"); return null; }, - $signature: 953 + $signature: 962 }; A.findMinimumFontsForCodeUnits_closure.prototype = { call$1(font) { return B.JSArray_methods.contains$1($.$get$_cjkFonts(), font); }, - $signature: 1102 + $signature: 1080 }; A.findMinimumFontsForCodeUnits_closure0.prototype = { call$1(codeUnit) { return this._box_0.bestFont.resolvedFont.tree.root.containsDeep$1(codeUnit); }, - $signature: 565 + $signature: 220 }; A.NotoFont.prototype = { ensureResolved$0() { @@ -112547,7 +113759,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 104 + $signature: 90 }; A.NotoDownloader.prototype = { downloadAsBytes$2$debugDescription(url, debugDescription) { @@ -112563,26 +113775,26 @@ call$1(fetchResult) { return A.promiseToFuture(fetchResult.arrayBuffer(), type$.dynamic).then$1$1(0, new A.NotoDownloader_downloadAsBytes__closure(), type$.ByteBuffer); }, - $signature: 497 + $signature: 717 }; A.NotoDownloader_downloadAsBytes__closure.prototype = { call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 542 + $signature: 703 }; 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: 870 + $signature: 2179 }; A.NotoDownloader_downloadAsString__closure.prototype = { call$1(x) { return A._asStringS(x); }, - $signature: 587 + $signature: 700 }; A.SkiaFontCollection.prototype = { ensureFontsLoaded$0() { @@ -112605,7 +113817,7 @@ J.delete$0$x(t1); $async$self.fontProvider = null; } - $async$self.fontProvider = J.Make$0$x(J.get$TypefaceFontProvider$x($.canvasKit._readField$0())); + $async$self.fontProvider = J.Make$0$x(J.get$TypefaceFontProvider$x($.__canvasKit._readField$0())); t1 = $async$self.familyToFontMap; t1.clear$0(0); for (t2 = $async$self._registeredFonts, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { @@ -112805,7 +114017,7 @@ t1 = buffer; t1.toString; bytes = A.NativeUint8List_NativeUint8List$view(t1, 0, null); - typeface = J.MakeTypefaceFromData$1$x(J.RefDefault$0$x(J.get$FontMgr$x($.canvasKit._readField$0())), bytes); + typeface = J.MakeFreeTypeFaceFromData$1$x(J.get$Typeface$x($.__canvasKit._readField$0()), bytes.buffer); if (typeface != null) { $async$returnValue = A.RegisteredFont$(bytes, family, typeface); // goto return @@ -112837,19 +114049,19 @@ call$0() { return A._setArrayType([], type$.JSArray_SkFont); }, - $signature: 676 + $signature: 694 }; A.SkiaFontCollection_ensureFontsLoaded_closure0.prototype = { call$0() { return A._setArrayType([], type$.JSArray_SkFont); }, - $signature: 676 + $signature: 694 }; A.SkiaFontCollection__getArrayBuffer_closure.prototype = { call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 542 + $signature: 703 }; A.RegisteredFont.prototype = {}; A.ImageCodecException.prototype = { @@ -112862,9 +114074,9 @@ call$0() { return new XMLHttpRequest(); }, - $signature: 986 + $signature: 965 }; - A.skiaInstantiateWebImageCodec_closure.prototype = { + A.fetchImage_closure.prototype = { call$1($event) { var t2, t1 = $event.loaded; @@ -112873,17 +114085,17 @@ t2.toString; this.chunkCallback.call$2(t1, t2); }, - $signature: 159 + $signature: 178 }; - A.skiaInstantiateWebImageCodec_closure0.prototype = { + 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: 159 + $signature: 178 }; - A.skiaInstantiateWebImageCodec_closure1.prototype = { + A.fetchImage_closure1.prototype = { call$1($event) { - var list, codec, error, stackTrace, accepted, unknownRedirect, exception, _this = this, + var accepted, unknownRedirect, _this = this, t1 = _this.request, t2 = t1.status; t2.toString; @@ -112893,24 +114105,101 @@ _this.completer.completeError$1(new A.ImageCodecException(string$.Failed + _this.url + "\nServer response code: " + t2)); return; } - try { - t1 = type$.ByteBuffer._as(A._convertNativeToDart_XHR_Response(t1.response)); - t1.toString; - list = A.NativeUint8List_NativeUint8List$view(t1, 0, null); - codec = A.CkAnimatedImage$decodeFromBytes(list, _this.url); - _this.completer.complete$1(0, codec); - } catch (exception) { - error = A.unwrapException(exception); - stackTrace = A.getTraceFromException(exception); - _this.completer.completeError$2(error, stackTrace); + t1 = type$.ByteBuffer._as(A._convertNativeToDart_XHR_Response(t1.response)); + t1.toString; + _this.completer.complete$1(0, A.NativeUint8List_NativeUint8List$view(t1, 0, null)); + }, + $signature: 178 + }; + 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.__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; + } 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())); + 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.__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; } }, - $signature: 159 + dispose$0(_) { + var t1, t2; + this._disposed = true; + t1 = A._lateReadCheck(this.__CkImage_box, "box"); + if (--t1._refCount === 0) { + t2 = t1._skDeletable; + if (t2 != null) + if ($.$get$browserSupportsFinalizationRegistry()) + $.$get$Collector__instance().collect$1(t2); + else { + t1.delete$0(0); + t1.didDelete$0(); + } + t1._resurrector = t1._skDeletable = t1.rawSkiaObject = null; + t1._isDeletedPermanently = true; + } + }, + clone$0(_) { + var t1 = A._lateReadCheck(this.__CkImage_box, "box"); + ++A._lateReadCheck(t1, "box")._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()); + }, + get$width(_) { + return J.width$0$x(A._lateReadCheck(this.__CkImage_box, "box").get$skiaObject()); + }, + get$height(_) { + return J.height$0$x(A._lateReadCheck(this.__CkImage_box, "box").get$skiaObject()); + }, + 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())) + "]"; + } + }; + 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}, A.NativeUint8List_NativeUint8List$view(this.originalBytes.buffer, 0, null), 4 * t3); + if (skImage == null) + throw A.wrapException(A.ImageCodecException$("Failed to resurrect image from pixels.")); + return skImage; + }, + $signature: 1111 + }; + A.AnimatedImageFrameInfo.prototype = { + get$duration(_) { + return this.__engine$_duration; + }, + get$image(_) { + return this.__engine$_image; + }, + $isFrameInfo: 1 }; A.CkAnimatedImage.prototype = { createDefault$0() { var t1, i, _this = this, - animatedImage = J.MakeAnimatedImageFromEncoded$1$x($.canvasKit._readField$0(), _this._bytes); + animatedImage = J.MakeAnimatedImageFromEncoded$1$x($.__canvasKit._readField$0(), _this._bytes); if (animatedImage == null) throw A.wrapException(A.ImageCodecException$("Failed to decode image data.\nImage source: " + _this.src)); t1 = J.getInterceptor$x(animatedImage); @@ -112935,112 +114224,26 @@ 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, duration = A.Duration$(0, 0, 0, J.decodeNextFrame$0$x(_this.get$skiaObject()), 0, 0), - image = A.CkImage$(J.makeImageAtCurrentFrame$0$x(_this.get$skiaObject())); + image = A.CkImage$(J.makeImageAtCurrentFrame$0$x(_this.get$skiaObject()), null); _this._nextFrameIndex = B.JSInt_methods.$mod(_this._nextFrameIndex + 1, _this._frameCount); return A.Future_Future$value(new A.AnimatedImageFrameInfo(duration, image), type$.FrameInfo); }, $isCodec: 1 }; - A.CkImage.prototype = { - CkImage$1(skImage) { - 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.__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; - } 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())); - 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.__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; - } - }, - CkImage$cloneOf$1(box) { - ++A._lateReadCheck(this.__CkImage_box, "box").__engine$_refCount; - }, - dispose$0(_) { - var t1, t2; - this._disposed = true; - t1 = A._lateReadCheck(this.__CkImage_box, "box"); - if (--t1.__engine$_refCount === 0) { - t2 = t1._skDeletable; - if (t2 != null) - if ($.$get$browserSupportsFinalizationRegistry()) - $.$get$Collector__instance().collect$1(t2); - else { - t1.delete$0(0); - t1.didDelete$0(); - } - t1._resurrector = t1._skDeletable = t1.rawSkiaObject = null; - t1._isDeletedPermanently = true; - } - }, - clone$0(_) { - var t1 = A._lateReadCheck(this.__CkImage_box, "box"); - ++A._lateReadCheck(t1, "box").__engine$_refCount; - return new A.CkImage(t1); - }, - 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()); - }, - get$width(_) { - return J.width$0$x(A._lateReadCheck(this.__CkImage_box, "box").get$skiaObject()); - }, - get$height(_) { - return J.height$0$x(A._lateReadCheck(this.__CkImage_box, "box").get$skiaObject()); - }, - 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())) + "]"; - } - }; - A.CkImage_closure.prototype = { - call$0() { - var 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 = this.originalWidth; - return J.MakeImage$3$x(t1, {width: t4, height: this.originalHeight, alphaType: t2, colorSpace: self.window.flutterCanvasKit.ColorSpace.SRGB, colorType: t3}, A.NativeUint8List_NativeUint8List$view(this.originalBytes.buffer, 0, null), 4 * t4); - }, - $signature: 1132 - }; - A.AnimatedImageFrameInfo.prototype = { - get$duration(_) { - return this.__engine$_duration; - }, - get$image(_) { - return this.__engine$_image; - }, - $isFrameInfo: 1 - }; A.initializeCanvasKit_closure.prototype = { call$1(_) { J.then$1$x(self.window.CanvasKitInit({locateFile: A.allowInterop(new A.initializeCanvasKit__closure())}), A.allowInterop(new A.initializeCanvasKit__closure0(this.canvasKitCompleter))); }, - $signature: 67 + $signature: 65 }; A.initializeCanvasKit__closure.prototype = { call$2(file, unusedBase) { @@ -113048,15 +114251,15 @@ t1.toString; return B.JSString_methods.$add(t1, file); }, - $signature: 481 + $signature: 691 }; A.initializeCanvasKit__closure0.prototype = { call$1(ck) { - $.canvasKit.__late_helper$_value = ck; - self.window.flutterCanvasKit = $.canvasKit._readField$0(); + $.__canvasKit.__late_helper$_value = ck; + self.window.flutterCanvasKit = $.__canvasKit._readField$0(); this.canvasKitCompleter.complete$0(0); }, - $signature: 1195 + $signature: 1241 }; A._startDownloadingCanvasKit_closure.prototype = { call$1(_) { @@ -113065,40 +114268,6 @@ }, $signature: 66 }; - A._startDownloadingCanvasKit_closure0.prototype = { - call$0() { - var t1 = document.currentScript, - t2 = $._canvasKitScript; - if (t1 == null ? t2 == null : t1 === t2) - return A.JsObject_JsObject(this.objectConstructor); - else - return $.$get$_context().$index(0, "_flutterWebCachedExports"); - }, - $signature: 9 - }; - A._startDownloadingCanvasKit_closure1.prototype = { - call$1(value) { - $.$get$_context().$indexSet(0, "_flutterWebCachedExports", value); - }, - $signature: 8 - }; - A._startDownloadingCanvasKit_closure2.prototype = { - call$0() { - var t1 = document.currentScript, - t2 = $._canvasKitScript; - if (t1 == null ? t2 == null : t1 === t2) - return A.JsObject_JsObject(this.objectConstructor); - else - return $.$get$_context().$index(0, "_flutterWebCachedModule"); - }, - $signature: 9 - }; - A._startDownloadingCanvasKit_closure3.prototype = { - call$1(value) { - $.$get$_context().$indexSet(0, "_flutterWebCachedModule", value); - }, - $signature: 8 - }; A.IntervalTree.prototype = {}; A.IntervalTree_IntervalTree$createFromRanges_closure.prototype = { call$2(key, rangeList) { @@ -113430,18 +114599,18 @@ paintContext.leafNodesCanvas.drawPath$2(0, _this.__engine$_path, paint); t3 = paintContext.internalNodesCanvas; saveCount = t3.save$0(0); - switch (t1) { - case B.Clip_1: + switch (t1.index) { + case 1: t3.clipPath$2(0, _this.__engine$_path, false); break; - case B.Clip_2: + case 2: t3.clipPath$2(0, _this.__engine$_path, true); break; - case B.Clip_3: + case 3: t3.clipPath$2(0, _this.__engine$_path, true); t3.saveLayer$2(0, _this.paintBounds, null); break; - case B.Clip_0: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -113600,7 +114769,7 @@ 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 = J.MakeBlur$3$x(J.get$MaskFilter$x($.__canvasKit._readField$0()), $.$get$_skBlurStyles()[this._blurStyle.index], this.__engine$_sigma, true); t1.toString; return t1; }, @@ -113670,12 +114839,18 @@ this._blendMode = value; J.setBlendMode$1$x(this.get$skiaObject(), $.$get$_skBlendModes()[value.index]); }, + get$style(_) { + return this._style; + }, set$style(_, value) { if (this._style === value) return; this._style = value; J.setStyle$1$x(this.get$skiaObject(), $.$get$_skPaintStyles()[value.index]); }, + get$strokeWidth() { + return this._strokeWidth; + }, set$strokeWidth(value) { if (this._strokeWidth == value) return; @@ -113865,9 +115040,6 @@ quadraticBezierTo$4(x1, y1, x2, y2) { J.quadTo$4$x(this.get$skiaObject(), x1, y1, x2, y2); }, - relativeMoveTo$2(dx, dy) { - J.rMoveTo$2$x(this.get$skiaObject(), dx, dy); - }, reset$0(_) { this._fillType = B.PathFillType_0; J.reset$0$x(this.get$skiaObject()); @@ -113898,7 +115070,7 @@ }, resurrect$0() { var path, - t1 = J.get$Path$x($.canvasKit._readField$0()), + t1 = J.get$Path$x($.__canvasKit._readField$0()), t2 = this._cachedCommands; t2.toString; path = J.MakeFromCmds$1$x(t1, t2); @@ -113971,18 +115143,18 @@ t1 = layerTree.frameSize; if (t1.get$isEmpty(t1)) return; - t2 = $.$get$SurfaceFactory_instance().baseSurface; - frame = t2.acquireFrame$1(t1); + frame = A.SurfaceFactory_instance().baseSurface.acquireFrame$1(t1); $.$get$HtmlViewEmbedder_instance()._frameSize = t1; - canvas = new A.CkCanvas(J.getCanvas$0$x(frame.skiaSurface.__engine$_surface)); + canvas = new A.CkCanvas(J.getCanvas$0$x(frame.skiaSurface.surface)); compositorFrame = new A.Frame(canvas, null, $.$get$HtmlViewEmbedder_instance()); compositorFrame.raster$2$ignoreRasterCache(layerTree, true); - if (!t2._addedToScene) { - t1 = $.skiaSceneHost; - t1.toString; - J.get$children$x(t1).insert$2(0, 0, t2.htmlElement); + t1 = A.SurfaceFactory_instance().baseSurface; + if (!t1._addedToScene) { + t2 = $.skiaSceneHost; + t2.toString; + J.get$children$x(t2).insert$2(0, 0, t1.htmlElement); } - t2._addedToScene = true; + t1._addedToScene = true; J.submit$0$z(frame); $.$get$HtmlViewEmbedder_instance().submitFrame$0(0); } finally { @@ -114008,7 +115180,7 @@ A.CkGradientLinear.prototype = { createDefault$0() { var _this = this, - t1 = J.get$Shader$x($.canvasKit._readField$0()), + t1 = J.get$Shader$x($.__canvasKit._readField$0()), t2 = A.toSkPoint(_this.from), t3 = A.toSkPoint(_this.to), t4 = A.toFlatColors(_this.colors), @@ -114166,7 +115338,7 @@ }, unref$1(debugReferrer) { var t1, _this = this; - if (--_this.__engine$_refCount === 0) { + if (--_this._refCount === 0) { t1 = _this._skDeletable; if (t1 != null) if ($.$get$browserSupportsFinalizationRegistry()) @@ -114182,7 +115354,7 @@ }; A.SurfaceFrame.prototype = { submit$0(_) { - return this.submitCallback.call$2(this, new A.CkCanvas(J.getCanvas$0$x(this.skiaSurface.__engine$_surface))); + return this.submitCallback.call$2(this, new A.CkCanvas(J.getCanvas$0$x(this.skiaSurface.surface))); } }; A.Surface.prototype = { @@ -114196,14 +115368,10 @@ } }, acquireFrame$1(size) { - var surface = this.createOrUpdateSurfaces$1(size), - t1 = surface._glContext; - if (t1 != null) - J.setCurrentContext$1$x($.canvasKit._readField$0(), t1); - return new A.SurfaceFrame(surface, new A.Surface_acquireFrame_closure(this)); + return new A.SurfaceFrame(this.createOrUpdateSurface$1(size), new A.Surface_acquireFrame_closure(this)); }, - createOrUpdateSurfaces$1(size) { - var previousSurfaceSize, t1, t2, previousCanvasSize, newSize, t3, htmlCanvas, glContext, surfaceHeight, _this = this, + createOrUpdateSurface$1(size) { + var previousSurfaceSize, t1, t2, previousCanvasSize, newSize, htmlCanvas, t3, glContext, surfaceHeight, _this = this, _s20_ = "webglcontextrestored", _s16_ = "webglcontextlost"; if (size.get$isEmpty(size)) @@ -114225,13 +115393,6 @@ previousCanvasSize = _this._currentCanvasPhysicalSize; if (_this._forceNewContext || previousCanvasSize == null || size._dx > previousCanvasSize._dx || size._dy > previousCanvasSize._dy) { newSize = previousCanvasSize == null ? size : size.$mul(0, 1.4); - t2 = _this._glContext; - if (t2 != null && t2 !== 0) { - t2 = $.canvasKit._readField$0(); - t3 = _this._glContext; - t3.toString; - J.setCurrentContext$1$x(t2, t3); - } t2 = _this.__engine$_surface; if (t2 != null) t2.dispose$0(0); @@ -114269,14 +115430,20 @@ 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 ? true : t2) { - t2 = $.canvasKit._readField$0(); + 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); + } + 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); + t2 = J.MakeGrContext$1$x($.__canvasKit._readField$0(), glContext); _this._grContext = t2; if (t2 == null) A.throwExpression(A.CanvasKitError$("Failed to initialize CanvasKit. CanvasKit.MakeGrContext returned null.")); @@ -114325,7 +115492,7 @@ }, _contextLostListener$1($event) { var _this = this, - factory = $.$get$SurfaceFactory_instance(); + factory = A.SurfaceFactory_instance(); _this._contextLost = true; if (factory.isLive$1(_this)) { _this._forceNewContext = true; @@ -114340,25 +115507,30 @@ t1 = _this.htmlCanvas; t1.toString; return _this._makeSoftwareCanvasSurface$2(t1, "WebGL support not detected"); - } else if (_this._glContext === 0) { - t1 = _this.htmlCanvas; - t1.toString; - return _this._makeSoftwareCanvasSurface$2(t1, "Failed to initialize WebGL context"); } else { - t1 = $.canvasKit._readField$0(); - t2 = _this._glContext; - t2.toString; - J.setCurrentContext$1$x(t1, t2); - t2 = $.canvasKit._readField$0(); - t1 = _this._grContext; - t1.toString; - skSurface = J.MakeOnScreenGLSurface$4$x(t2, t1, J.ceil$0$n(size._dx), J.ceil$0$n(size._dy), self.window.flutterCanvasKit.ColorSpace.SRGB); - if (skSurface == null) { + t1 = $._configuration; + if (t1 == null) + t1 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); + if (t1.get$canvasKitForceCpuOnly(t1)) { t1 = _this.htmlCanvas; t1.toString; - return _this._makeSoftwareCanvasSurface$2(t1, "Failed to initialize WebGL surface"); + return _this._makeSoftwareCanvasSurface$2(t1, "CPU rendering forced by application"); + } else if (_this._glContext === 0) { + t1 = _this.htmlCanvas; + t1.toString; + return _this._makeSoftwareCanvasSurface$2(t1, "Failed to initialize WebGL context"); + } else { + 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) { + 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(skSurface, _this._glContext); } }, _makeSoftwareCanvasSurface$2(htmlCanvas, reason) { @@ -114366,7 +115538,7 @@ $.$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(J.MakeSWCanvasSurface$1$x($.__canvasKit._readField$0(), htmlCanvas), null); }, dispose$0(_) { var _this = this, @@ -114385,31 +115557,23 @@ }; A.Surface_acquireFrame_closure.prototype = { call$2(surfaceFrame, canvas) { - var t2, t3, - t1 = this.$this; - if (t1.__engine$_surface._glContext != null) { - t2 = $.canvasKit._readField$0(); - t3 = t1.__engine$_surface._glContext; - t3.toString; - J.setCurrentContext$1$x(t2, t3); - } - J.flush$0$x(t1.__engine$_surface.__engine$_surface); + J.flush$0$x(this.$this.__engine$_surface.surface); return true; }, - $signature: 2144 + $signature: 1440 }; A.CkSurface.prototype = { dispose$0(_) { if (this._isDisposed) return; - J.dispose$0$x(this.__engine$_surface); + J.dispose$0$x(this.surface); this._isDisposed = true; } }; A.SurfaceFactory.prototype = { getOverlay$0() { var surface, _this = this, - t1 = _this._cache, + t1 = _this.__engine$_cache, t2 = t1.length; if (t2 !== 0) { surface = t1.pop(); @@ -114435,7 +115599,7 @@ } J.remove$0$ax(surface.htmlElement); B.JSArray_methods.remove$1(this._liveSurfaces, surface); - this._cache.push(surface); + this.__engine$_cache.push(surface); }, isLive$1(surface) { if (surface === this.baseSurface || surface === this.backupSurface || B.JSArray_methods.contains$1(this._liveSurfaces, surface)) @@ -114482,13 +115646,13 @@ if (color != null) properties.color = A.makeFreshSkColor(color); if (decoration != null) { - decorationValue = J.get$NoDecoration$x($.canvasKit._readField$0()); + decorationValue = J.get$NoDecoration$x($.__canvasKit._readField$0()); t2 = decoration._mask; if ((t2 | 1) === t2) - decorationValue = (decorationValue | J.get$UnderlineDecoration$x($.canvasKit._readField$0())) >>> 0; + decorationValue = (decorationValue | J.get$UnderlineDecoration$x($.__canvasKit._readField$0())) >>> 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 | J.get$OverlineDecoration$x($.__canvasKit._readField$0())) >>> 0; + properties.decoration = (t2 | 4) === t2 ? (decorationValue | J.get$LineThroughDecoration$x($.__canvasKit._readField$0())) >>> 0 : decorationValue; } if (decorationThickness != null) properties.decorationThickness = decorationThickness; @@ -114556,9 +115720,9 @@ } properties.fontFeatures = skFontFeatures; } - return J.TextStyle$1$x($.canvasKit._readField$0(), properties); + return J.TextStyle$1$x($.__canvasKit._readField$0(), properties); }, - $signature: 2156 + $signature: 2141 }; A.CkStrutStyle.prototype = { $eq(_, other) { @@ -114595,21 +115759,21 @@ 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) { command = t1[_i]; - switch (command.type) { - case B._ParagraphCommandType_0: + switch (command.type.index) { + case 0: t6 = command.text; t6.toString; builder.addText$1(0, t6); break; - case B._ParagraphCommandType_1: + case 1: builder.pop$0(0); break; - case B._ParagraphCommandType_2: + case 2: t6 = command.style; t6.toString; builder.pushStyle$1(0, t6); break; - case B._ParagraphCommandType_3: + case 3: t6 = command.placeholderStyle; t6.toString; t3.push(new A._ParagraphCommand(B._ParagraphCommandType_3, null, null, t6)); @@ -114640,8 +115804,7 @@ _this._boxesForPlaceholders = _this.skRectsToTextBoxes$1(J.getRectsForPlaceholders$0$x(paragraph)); } catch (exception) { e = A.unwrapException(exception); - t1 = $.$get$printWarning(); - t1.call$1('CanvasKit threw an exception while laying out the paragraph. The font was "' + A.S(_this._paragraphStyle._fontFamily) + '". Exception:\n' + A.S(e)); + $.$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)); throw exception; } } @@ -114685,15 +115848,16 @@ return t1; }, getBoxesForRange$4$boxHeightStyle$boxWidthStyle(start, end, boxHeightStyle, boxWidthStyle) { - var t1, paragraph, t2; + var t1, paragraph, index, t2; if (start < 0 || end < 0) - return B.List_empty6; + return B.List_empty8; 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[0])); + return this.skRectsToTextBoxes$1(J.getRectsForRange$4$x(paragraph, start, end, t1, t2[index < 2 ? index : 0])); }, getBoxesForRange$3$boxHeightStyle(start, end, boxHeightStyle) { return this.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(start, end, boxHeightStyle, B.BoxWidthStyle_0); @@ -114745,8 +115909,30 @@ return new A.TextRange(t3.get$startIndex(t2), t3.get$endIndex(t2)); } return B.TextRange_m1_m1; + }, + computeLineMetrics$0() { + var skLineMetrics, result, + t1 = this._lastLayoutConstraints; + t1.toString; + skLineMetrics = J.getLineMetrics$0$x(this._ensureInitialized$1(t1)); + result = A._setArrayType([], type$.JSArray_LineMetrics); + for (t1 = J.get$iterator$ax(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$baseline(_) { + return J.get$baseline$x(this.skLineMetrics); + }, + get$lineNumber(_) { + return J.get$lineNumber$x(this.skLineMetrics); + }, + $isLineMetrics: 1 + }; A.CkParagraphBuilder.prototype = { addText$1(_, text) { var fontFamilies = A._setArrayType([], type$.JSArray_String), @@ -114778,7 +115964,7 @@ var t1 = this._styleStack; if (t1.length <= 1) return; - this._commands.push(B._ParagraphCommand_rx2); + this._commands.push(B._ParagraphCommand_6TA); t1.pop(); J.pop$0$x(this._paragraphBuilder); }, @@ -114866,14 +116052,14 @@ A._ParagraphCommand.prototype = {}; A._ParagraphCommandType.prototype = { toString$0(_) { - return this.__engine$_name; + return "_ParagraphCommandType." + this._core$_name; } }; A._getEffectiveFontFamilies_closure.prototype = { call$1(font) { return this.fontFamily == font; }, - $signature: 60 + $signature: 71 }; A.CanvasKitError.prototype = { toString$0(_) { @@ -114902,7 +116088,7 @@ this._box_0.errorEnvelopeEncoded = true; } }, - $signature: 383 + $signature: 389 }; A.ClipboardMessageHandler_setDataMethodCall_closure0.prototype = { call$1(_) { @@ -114922,7 +116108,7 @@ t1.toString; t1.call$1(B.C_JSONMessageCodec.encodeMessage$1([map])); }, - $signature: 905 + $signature: 2210 }; A.ClipboardMessageHandler_getDataMethodCall_closure0.prototype = { call$1(error) { @@ -114944,7 +116130,7 @@ if (t1 != null) t1.call$1(null); }, - $signature: 67 + $signature: 65 }; A.ClipboardAPICopyStrategy.prototype = { setData$1(_, text) { @@ -115077,7 +116263,30 @@ return A.Future_Future$error(new A.UnimplementedError("Paste is not implemented for this browser."), null, type$.String); } }; - A.DomRenderer.prototype = { + A.FlutterConfiguration.prototype = { + get$canvasKitBaseUrl(_) { + var t1 = this._js; + t1 = t1 == null ? null : J.get$canvasKitBaseUrl$x(t1); + return t1 == null ? "https://unpkg.com/canvaskit-wasm@0.31.0/bin/" : t1; + }, + get$canvasKitForceCpuOnly(_) { + var t1 = this._js; + t1 = t1 == null ? null : J.get$canvasKitForceCpuOnly$x(t1); + return t1 == null ? false : t1; + }, + get$canvasKitMaximumSurfaces(_) { + 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; + } + }; + A.JsFlutterConfiguration.prototype = {}; + A.FlutterViewEmbedder.prototype = { renderScene$1(sceneElement) { var t1 = this._sceneElement; if (sceneElement == null ? t1 != null : sceneElement !== t1) { @@ -115090,10 +116299,6 @@ t1.appendChild(sceneElement); } }, - createElement$1(_, tagName) { - var element = document.createElement(tagName); - return element; - }, reset$0(_) { var t3, t4, t5, glassPaneElement, glassPaneElementHostNode, semanticsHostElement, _accessibilityPlaceholder, _this = this, _s1_ = "0", _s4_ = "none", _s8_ = "absolute", @@ -115124,21 +116329,21 @@ t1 = A._detectRenderer(); t4.setAttribute("flt-renderer", (t1 ? "canvaskit" : "html") + " (auto-selected)"); t4.setAttribute("flt-build-mode", "profile"); - A.DomRenderer_setElementStyle(t4, "position", "fixed"); - A.DomRenderer_setElementStyle(t4, "top", _s1_); - A.DomRenderer_setElementStyle(t4, "right", _s1_); - A.DomRenderer_setElementStyle(t4, "bottom", _s1_); - A.DomRenderer_setElementStyle(t4, "left", _s1_); - A.DomRenderer_setElementStyle(t4, "overflow", "hidden"); - A.DomRenderer_setElementStyle(t4, "padding", _s1_); - A.DomRenderer_setElementStyle(t4, "margin", _s1_); - A.DomRenderer_setElementStyle(t4, "user-select", _s4_); - A.DomRenderer_setElementStyle(t4, "-webkit-user-select", _s4_); - A.DomRenderer_setElementStyle(t4, "-ms-user-select", _s4_); - A.DomRenderer_setElementStyle(t4, "-moz-user-select", _s4_); - A.DomRenderer_setElementStyle(t4, "touch-action", _s4_); - A.DomRenderer_setElementStyle(t4, "font", "normal normal 14px sans-serif"); - A.DomRenderer_setElementStyle(t4, "color", "red"); + 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; @@ -115158,7 +116363,8 @@ t1 = _this._glassPaneElement; if (t1 != null) J.remove$0$ax(t1); - glassPaneElement = _this._glassPaneElement = _this.createElement$1(0, "flt-glass-pane"); + glassPaneElement = t2.createElement("flt-glass-pane"); + _this._glassPaneElement = glassPaneElement; t1 = glassPaneElement.style; t1.position = _s8_; t1.top = _s1_; @@ -115167,12 +116373,12 @@ t1.left = _s1_; t4.appendChild(glassPaneElement); glassPaneElementHostNode = _this._glassPaneShadow = _this._createHostNode$1(glassPaneElement); - t1 = _this.createElement$1(0, "flt-scene-host"); - t2 = t1.style; - t2.toString; - B.CssStyleDeclaration_methods._setPropertyHelper$3(t2, B.CssStyleDeclaration_methods._browserPropertyName$1(t2, "pointer-events"), _s4_, ""); + t1 = t2.createElement("flt-scene-host"); + t3 = t1.style; + t3.toString; + B.CssStyleDeclaration_methods._setPropertyHelper$3(t3, B.CssStyleDeclaration_methods._browserPropertyName$1(t3, "pointer-events"), _s4_, ""); _this._sceneHostElement = t1; - semanticsHostElement = _this.createElement$1(0, "flt-semantics-host"); + semanticsHostElement = t2.createElement("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", ""); @@ -115184,6 +116390,14 @@ t2 = _this._sceneHostElement; t2.toString; t1.addAll$1(0, A._setArrayType([semanticsHostElement, _accessibilityPlaceholder, t2], type$.JSArray_Node)); + 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 ($.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(); @@ -115199,7 +116413,7 @@ t1 = window.innerWidth; t1.toString; _box_0.checkCount = 0; - A.Timer_Timer$periodic(B.Duration_100000, new A.DomRenderer_reset_closure(_box_0, _this, t1)); + A.Timer_Timer$periodic(B.Duration_100000, new A.FlutterViewEmbedder_reset_closure(_box_0, _this, t1)); } t1 = _this.get$_metricsDidChange(); t2 = type$.legacy_Event; @@ -115217,8 +116431,7 @@ var t1, t2, shadowRootStyleElement, t3, t4; if (root.attachShadow != null) { t1 = new A.ShadowDomHostNode(); - t2 = type$.String; - t2 = root.attachShadow(A.convertDartToNative_Dictionary(A.LinkedHashMap_LinkedHashMap$_literal(["mode", "open", "delegatesFocus", "true"], t2, t2))); + 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); @@ -115253,7 +116466,7 @@ var t1; this.updateSemanticsScreenProperties$0(); t1 = $.$get$_operatingSystem(); - if (!J.containsKey$1$x(B.Set_m536._collection$_map, t1) && !$.$get$window().isRotation$0() && $.$get$textEditing().isEditing) { + if (!J.containsKey$1$x(B.Set_69tl2._collection$_map, t1) && !$.$get$window().isRotation$0() && $.$get$textEditing().isEditing) { $.$get$window().computeOnScreenKeyboardInsets$1(true); $.$get$EnginePlatformDispatcher__instance().invokeOnMetricsChanged$0(); } else { @@ -115270,14 +116483,6 @@ if (t1 != null) t1.call$0(); }, - clearDom$1(node) { - var t1, t2; - for (; t1 = node.lastChild, t1 != null;) { - t2 = t1.parentNode; - if (t2 != null) - t2.removeChild(t1); - } - }, setPreferredOrientation$1(orientations) { var lockType, completer, t1, exception, screenOrientation = window.screen.orientation; @@ -115289,11 +116494,11 @@ J.unlock$0$x(t1); return A.Future_Future$value(true, type$.bool); } else { - lockType = A.DomRenderer__deviceOrientationToLockType(A._asStringQ(t1.get$first(orientations))); + lockType = A.FlutterViewEmbedder__deviceOrientationToLockType(A._asStringQ(t1.get$first(orientations))); if (lockType != null) { completer = new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_bool), type$._AsyncCompleter_bool); try { - A.promiseToFuture(screenOrientation.lock(lockType), type$.dynamic).then$1$1(0, new A.DomRenderer_setPreferredOrientation_closure(completer), type$.Null).catchError$1(new A.DomRenderer_setPreferredOrientation_closure0(completer)); + A.promiseToFuture(screenOrientation.lock(lockType), type$.dynamic).then$1$1(0, new A.FlutterViewEmbedder_setPreferredOrientation_closure(completer), type$.Null).catchError$1(new A.FlutterViewEmbedder_setPreferredOrientation_closure0(completer)); } catch (exception) { t1 = A.Future_Future$value(false, type$.bool); return t1; @@ -115305,7 +116510,7 @@ return A.Future_Future$value(false, type$.bool); } }; - A.DomRenderer_reset_closure.prototype = { + A.FlutterViewEmbedder_reset_closure.prototype = { call$1(t) { var t1 = ++this._box_0.checkCount; if (this.initialInnerWidth != window.innerWidth) { @@ -115314,15 +116519,15 @@ } else if (t1 > 5) t.cancel$0(0); }, - $signature: 361 + $signature: 401 }; - A.DomRenderer_setPreferredOrientation_closure.prototype = { + A.FlutterViewEmbedder_setPreferredOrientation_closure.prototype = { call$1(_) { this.completer.complete$1(0, true); }, $signature: 8 }; - A.DomRenderer_setPreferredOrientation_closure0.prototype = { + A.FlutterViewEmbedder_setPreferredOrientation_closure0.prototype = { call$1(error) { this.completer.complete$1(0, false); }, @@ -115385,12 +116590,12 @@ $._fontChangeScheduled = false; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/system", $.$get$_fontChangeMessage(), new A.sendFontChangeMessage__closure()); }, - $signature: 455 + $signature: 678 }; A.sendFontChangeMessage__closure.prototype = { call$1(_) { }, - $signature: 113 + $signature: 120 }; A.FrameReference.prototype = { get$value(receiver) { @@ -115407,14 +116612,14 @@ t3 = t2.get$current(t2); t3.evictCallback.call$1(t3.value); } - _this._reusablePool = _this._cache; - _this._cache = null; + _this._reusablePool = _this.__engine$_cache; + _this.__engine$_cache = null; }, _addToCache$2(key, item) { var t2, _this = this, - t1 = _this._cache; + t1 = _this.__engine$_cache; if (t1 == null) - t1 = _this._cache = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, _this.$ti._eval$1("List<_CrossFrameCacheItem<1>>")); + t1 = _this.__engine$_cache = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, _this.$ti._eval$1("List<_CrossFrameCacheItem<1>>")); t2 = t1.$index(0, key); if (t2 == null) { t2 = A._setArrayType([], _this.$ti._eval$1("JSArray<_CrossFrameCacheItem<1>>")); @@ -115692,7 +116897,7 @@ blendMode = paint.blendMode; if (blendMode != null) { t1 = element.style; - t2 = A.stringForBlendMode(blendMode); + t2 = A.blendModeToCssMixBlendMode(blendMode); if (t2 == null) t2 = ""; t1.toString; @@ -115743,16 +116948,16 @@ t2.moveTo(left + trRadiusX, $top); t3 = right - trRadiusX; t2.lineTo(t3, $top); - A.DomRenderer_ellipse(t2, t3, $top + trRadiusY, trRadiusX, trRadiusY, 0, 4.71238898038469, 6.283185307179586, false); + A.drawEllipse(t2, t3, $top + trRadiusY, trRadiusX, trRadiusY, 0, 4.71238898038469, 6.283185307179586, false); t3 = bottom - brRadiusY; t2.lineTo(right, t3); - A.DomRenderer_ellipse(t2, right - brRadiusX, t3, brRadiusX, brRadiusY, 0, 0, 1.5707963267948966, false); + A.drawEllipse(t2, right - brRadiusX, t3, brRadiusX, brRadiusY, 0, 0, 1.5707963267948966, false); t3 = left + blRadiusX; t2.lineTo(t3, bottom); - A.DomRenderer_ellipse(t2, t3, bottom - blRadiusY, blRadiusX, blRadiusY, 0, 1.5707963267948966, 3.141592653589793, false); + A.drawEllipse(t2, t3, bottom - blRadiusY, blRadiusX, blRadiusY, 0, 1.5707963267948966, 3.141592653589793, false); t3 = $top + tlRadiusY; t2.lineTo(left, t3); - A.DomRenderer_ellipse(t2, left + tlRadiusX, t3, tlRadiusX, tlRadiusY, 0, 3.141592653589793, 4.71238898038469, false); + A.drawEllipse(t2, left + tlRadiusX, t3, tlRadiusX, tlRadiusY, 0, 3.141592653589793, 4.71238898038469, false); t5.get$contextHandle().paint$1(t1); t5.get$contextHandle().tearDownPaint$0(); } @@ -115776,7 +116981,7 @@ t3 = shaderBounds == null; cx = t3 ? c._dx : c._dx - shaderBounds.left; cy = t3 ? c._dy : c._dy - shaderBounds.top; - A.DomRenderer_ellipse(t2.get$context(t2), cx, cy, radius, radius, 0, 0, 6.283185307179586, false); + A.drawEllipse(t2.get$context(t2), cx, cy, radius, radius, 0, 0, 6.283185307179586, false); t2.get$contextHandle().paint$1(t1); t2.get$contextHandle().tearDownPaint$0(); } @@ -115915,7 +117120,7 @@ else imgElement = _this._reuseOrCreateImage$1(image); t1 = imgElement.style; - t2 = A.stringForBlendMode(blendMode); + t2 = A.blendModeToCssMixBlendMode(blendMode); if (t2 == null) t2 = ""; t1.toString; @@ -115947,100 +117152,118 @@ return imgElement; }, _createImageElementWithBlend$4(image, color, blendMode, paint) { - var t1, svgFilter, r, b, g, filterElement, imgElement, t2, style, + var builder, svgFilter, r, b, g, imgElement, t2, style, + _s9_ = "destalpha", + _s5_ = "flood", _s4_ = "comp", + _s13_ = "SourceGraphic", _s8_ = "absolute", - _s68_ = string$.x3csvg_w, - _s97_ = string$.x22x20filt; - switch (blendMode) { - case B.BlendMode_19: - case B.BlendMode_18: - case B.BlendMode_25: - case B.BlendMode_13: - case B.BlendMode_15: - case B.BlendMode_12: - case B.BlendMode_5: - case B.BlendMode_9: - case B.BlendMode_7: - case B.BlendMode_26: - case B.BlendMode_27: - case B.BlendMode_28: - case B.BlendMode_11: - case B.BlendMode_10: - switch (blendMode) { - case B.BlendMode_5: - case B.BlendMode_9: - t1 = $.filterIdCounter + 1; - $.filterIdCounter = t1; - svgFilter = _s68_ + t1 + '" color-interpolation-filters="sRGB" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">>'; + t1 = blendMode.index; + switch (t1) { + case 19: + case 18: + case 25: + case 13: + case 15: + case 12: + case 5: + case 9: + case 7: + case 26: + case 27: + case 28: + case 11: + case 10: + switch (t1) { + case 5: + case 9: + builder = A.SvgFilterBuilder$(); + builder.filter.setAttribute("color-interpolation-filters", "sRGB"); + builder.setFeColorMatrix$2$result(B.List_ek3, _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); break; - case B.BlendMode_7: - t1 = $.filterIdCounter + 1; - $.filterIdCounter = t1; - svgFilter = _s68_ + t1 + _s97_ + A.S(A.colorToCssString(color)) + '" flood-opacity="1" result="flood">'; + 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); break; - case B.BlendMode_10: - t1 = $.filterIdCounter + 1; - $.filterIdCounter = t1; - svgFilter = _s68_ + t1 + _s97_ + A.S(A.colorToCssString(color)) + '" flood-opacity="1" result="flood">'; + 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); break; - case B.BlendMode_11: - t1 = $.filterIdCounter + 1; - $.filterIdCounter = t1; - svgFilter = _s68_ + t1 + _s97_ + A.S(A.colorToCssString(color)) + '" flood-opacity="1" result="flood">'; + 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); break; - case B.BlendMode_12: - t1 = $.filterIdCounter + 1; - $.filterIdCounter = t1; - svgFilter = _s68_ + t1 + _s97_ + A.S(A.colorToCssString(color)) + '" flood-opacity="1" result="flood">'; + 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); break; - case B.BlendMode_13: - color.toString; - $.filterIdCounter = $.filterIdCounter + 1; + case 13: r = color.get$red().$div(0, 255); b = color.get$blue().$div(0, 255); g = color.get$green().$div(0, 255); - svgFilter = _s68_ + $.filterIdCounter + '" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">'; + 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); break; - case B.BlendMode_15: - svgFilter = A._blendColorFilterToSvg(color, "hard-light", true); + case 15: + t1 = A.blendModeToSvgEnum(B.BlendMode_20); + t1.toString; + svgFilter = A._blendColorFilterToSvg(color, t1, true); break; - case B.BlendMode_26: - case B.BlendMode_18: - case B.BlendMode_19: - case B.BlendMode_25: - case B.BlendMode_27: - case B.BlendMode_28: - case B.BlendMode_24: - case B.BlendMode_14: - case B.BlendMode_16: - case B.BlendMode_17: - case B.BlendMode_20: - case B.BlendMode_21: - case B.BlendMode_22: - case B.BlendMode_23: - t1 = A.stringForBlendMode(blendMode); + case 26: + case 18: + case 19: + case 25: + case 27: + case 28: + case 24: + case 14: + case 16: + case 17: + case 20: + case 21: + case 22: + case 23: + t1 = A.blendModeToSvgEnum(blendMode); t1.toString; svgFilter = A._blendColorFilterToSvg(color, t1, false); break; - case B.BlendMode_1: - case B.BlendMode_2: - case B.BlendMode_6: - case B.BlendMode_8: - case B.BlendMode_4: - case B.BlendMode_0: - case B.BlendMode_3: + case 1: + case 2: + case 6: + case 8: + case 4: + case 0: + case 3: + A.throwExpression(A.UnimplementedError$("Blend mode not supported in HTML renderer: " + blendMode.toString$0(0))); svgFilter = null; break; default: A.throwExpression(A.ReachabilityError$(string$.x60null_c)); svgFilter = null; } - filterElement = A.Element_Element$html(svgFilter, new A.NullTreeSanitizer(), null); - this.rootElement.appendChild(filterElement); - this.__engine$_children.push(filterElement); + t1 = svgFilter.element; + this.rootElement.appendChild(t1); + this.__engine$_children.push(t1); imgElement = this._reuseOrCreateImage$1(image); t1 = imgElement.style; - t2 = "url(#_fcf" + $.filterIdCounter + ")"; + t2 = "url(#" + svgFilter.id + ")"; t1.toString; B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "filter"), t2, ""); if (blendMode === B.BlendMode_26) { @@ -116053,19 +117276,19 @@ default: imgElement = document.createElement("div"); style = imgElement.style; - switch (blendMode) { - case B.BlendMode_0: - case B.BlendMode_8: + switch (t1) { + case 0: + case 8: style.position = _s8_; break; - case B.BlendMode_1: - case B.BlendMode_3: + case 1: + case 3: style.position = _s8_; t1 = A.colorToCssString(color); style.backgroundColor = t1 == null ? "" : t1; break; - case B.BlendMode_2: - case B.BlendMode_6: + case 2: + case 6: style.position = _s8_; t1 = "url('" + A.S(image.imgElement.src) + "')"; style.backgroundImage = t1; @@ -116074,7 +117297,7 @@ style.position = _s8_; t1 = "url('" + A.S(image.imgElement.src) + "')"; style.backgroundImage = t1; - t1 = A.stringForBlendMode(blendMode); + t1 = A.blendModeToCssMixBlendMode(blendMode); if (t1 == null) t1 = ""; B.CssStyleDeclaration_methods._setPropertyHelper$3(style, B.CssStyleDeclaration_methods._browserPropertyName$1(style, "background-blend-mode"), t1, ""); @@ -116154,29 +117377,35 @@ this._childOverdraw = true; this._cachedLastCssFont = null; }, - fillText$4$shadows(_, text, x, y, shadows) { - var _i, shadow, + drawText$5$shadows$style(text, x, y, shadows, style) { + var _i, shadow, t2, t1 = this._canvasPool, ctx = t1.get$context(t1); if (shadows != null) { ctx.save(); - for (_i = 0; _i < 1; ++_i) { + for (t1 = style === B.PaintingStyle_1, _i = 0; _i < 1; ++_i) { shadow = shadows[_i]; - t1 = A.colorToCssString(shadow.color); - t1.toString; - ctx.shadowColor = t1; + t2 = A.colorToCssString(shadow.color); + t2.toString; + ctx.shadowColor = t2; ctx.shadowBlur = shadow.blurRadius; - t1 = shadow.offset; - ctx.shadowOffsetX = t1._dx; - ctx.shadowOffsetY = t1._dy; - ctx.fillText(text, x, y); + t2 = shadow.offset; + ctx.shadowOffsetX = t2._dx; + ctx.shadowOffsetY = t2._dy; + if (t1) + ctx.strokeText(text, x, y); + else + ctx.fillText(text, x, y); } ctx.restore(); } - (ctx && B.CanvasRenderingContext2D_methods).fillText$3(ctx, text, x, y); + if (style === B.PaintingStyle_1) + ctx.strokeText(text, x, y); + else + (ctx && B.CanvasRenderingContext2D_methods).fillText$3(ctx, text, x, y); }, - fillText$3($receiver, text, x, y) { - return this.fillText$4$shadows($receiver, text, x, y, null); + drawText$4$style(text, x, y, style) { + return this.drawText$5$shadows$style(text, x, y, null, style); }, drawParagraph$2(_, paragraph, offset) { var value, paragraphElement, t1, t2, clipElements, t3, _i, clipElement, _this = this; @@ -116240,6 +117469,7 @@ } } }; + A.SvgBlendMode.prototype = {}; A.SurfaceCanvas.prototype = { save$0(_) { var t1 = this.__engine$_canvas; @@ -116336,11 +117566,11 @@ 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); - switch (clipOp) { - case B.ClipOp_1: + switch (clipOp.index) { + case 1: t1._paintBounds.clipRect$2(0, rect, command); break; - case B.ClipOp_0: + case 0: break; default: A.throwExpression(A.ReachabilityError$(string$.x60null_c)); @@ -116622,11 +117852,11 @@ _this.super$_PersistedPhysicalShape_PersistedContainerSurface__DomClip$discard(); t1 = _this._clipElement; if (t1 != null) - J.remove$0$ax(t1); + B.SvgSvgElement_methods.remove$0(t1); _this._clipElement = null; t1 = _this._svgElement; if (t1 != null) - J.remove$0$ax(t1); + B.SvgSvgElement_methods.remove$0(t1); _this._svgElement = null; }, apply$0() { @@ -116742,22 +117972,16 @@ } t8 = _this._clipElement; if (t8 != null) - J.remove$0$ax(t8); + B.SvgSvgElement_methods.remove$0(t8); t8 = _this._svgElement; if (t8 != null) - J.remove$0$ax(t8); - _this._clipElement = A.Element_Element$html(svgClipPath, new A.NullTreeSanitizer(), null); - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - t8 = _this.rootElement; - t8.toString; - t9 = _this._clipElement; - t9.toString; - t8.appendChild(t9); + B.SvgSvgElement_methods.remove$0(t8); + _this._clipElement = svgClipPath; + _this.rootElement.appendChild(svgClipPath); if (t4) { t1 = _this.rootElement; t1.toString; - A.DomRenderer_setClipPath(t1, "url(#svgClip" + $._clipIdCounter + ")"); + A.setClipPath(t1, "url(#svgClip" + $._clipIdCounter + ")"); rootElementStyle = _this.rootElement.style; rootElementStyle.overflow = ""; t1 = t5.left; @@ -116780,7 +118004,7 @@ } t4 = _this._DomClip__childContainer; t4.toString; - A.DomRenderer_setClipPath(t4, "url(#svgClip" + $._clipIdCounter + ")"); + A.setClipPath(t4, "url(#svgClip" + $._clipIdCounter + ")"); rootElementStyle = _this.rootElement.style; rootElementStyle.overflow = ""; t4 = t5.left; @@ -116809,10 +118033,7 @@ t4.color = t2; t4 = A.pathToSvgElement(t1, t4, A.S(pathBounds2.right), A.S(pathBounds2.bottom)); _this._svgElement = t4; - t1 = _this.rootElement; - t1.toString; - t4.toString; - t1.insertBefore(t4, _this._DomClip__childContainer); + _this.rootElement.insertBefore(t4, _this._DomClip__childContainer); t3 = A.computeShadow(t5, t3); t3.toString; boxShadowColor = A.toShadowColor(_this.shadowColor); @@ -116837,35 +118058,28 @@ t2 = oldSurface._clipElement; if (t1) { if (t2 != null) - J.remove$0$ax(t2); + B.SvgSvgElement_methods.remove$0(t2); oldSurface._clipElement = null; t1 = oldSurface._svgElement; if (t1 != null) - J.remove$0$ax(t1); + B.SvgSvgElement_methods.remove$0(t1); oldSurface._svgElement = null; t1 = _this._clipElement; if (t1 != null) - J.remove$0$ax(t1); + B.SvgSvgElement_methods.remove$0(t1); _this._clipElement = null; t1 = _this._svgElement; if (t1 != null) - J.remove$0$ax(t1); + B.SvgSvgElement_methods.remove$0(t1); _this._svgElement = null; t1 = _this.rootElement; t1.toString; - A.DomRenderer_setClipPath(t1, ""); + A.setClipPath(t1, ""); _this._applyShape$0(); } else { _this._clipElement = t2; - if (t2 != null) { - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - t1 = _this.rootElement; - t1.toString; - t2 = _this._clipElement; - t2.toString; - t1.appendChild(t2); - } + if (t2 != null) + _this.rootElement.appendChild(t2); oldSurface._clipElement = null; t1 = _this._svgElement = oldSurface._svgElement; if (t1 != null) @@ -116889,20 +118103,15 @@ _this.localClipBounds = null; }, apply$0() { - var t2, _this = this, + var _this = this, t1 = _this._clipElement; if (t1 != null) - J.remove$0$ax(t1); + B.SvgSvgElement_methods.remove$0(t1); t1 = _this.rootElement; t1.toString; - _this._clipElement = A.Element_Element$html(A.createSvgClipDef(type$.HtmlElement._as(t1), _this.clipPath), new A.NullTreeSanitizer(), null); - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - t1 = _this.rootElement; - t1.toString; - t2 = _this._clipElement; - t2.toString; - t1.appendChild(t2); + t1 = A.createSvgClipDef(type$.HtmlElement._as(t1), _this.clipPath); + _this._clipElement = t1; + _this.rootElement.appendChild(t1); }, update$1(_, oldSurface) { var t1, _this = this; @@ -116911,7 +118120,7 @@ _this.localClipBounds = null; t1 = oldSurface._clipElement; if (t1 != null) - J.remove$0$ax(t1); + B.SvgSvgElement_methods.remove$0(t1); _this.apply$0(); } else _this._clipElement = oldSurface._clipElement; @@ -116920,20 +118129,78 @@ discard$0() { var t1 = this._clipElement; if (t1 != null) - J.remove$0$ax(t1); + B.SvgSvgElement_methods.remove$0(t1); this._clipElement = null; this.super$PersistedContainerSurface$discard(); }, $isClipPathEngineLayer0: 1 }; + 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); + } + this.filter.appendChild(element); + }, + 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); + }, + 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); + }, + 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); + }, + 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(_) { + var t1 = this.root; + t1.appendChild(this.filter); + return new A.SvgFilter(this.id, t1); + }, + get$id(receiver) { + return this.id; + } + }; + A.SvgFilter.prototype = { + get$id(receiver) { + return this.id; + } + }; A.DomCanvas.prototype = { clear$0(_) { - var t1; this.super$SaveElementStackTracking$clear(0); - t1 = $._domRenderer; - if (t1 == null) - t1 = $._domRenderer = A.DomRenderer$(); - t1.clearDom$1(this.rootElement); + A.removeAllChildren(this.rootElement); }, clipRect$2(_, rect, clipOp) { throw A.wrapException(A.UnimplementedError$(null)); @@ -116979,17 +118246,6 @@ endOfPaint$0() { } }; - A.OffScreenCanvas.prototype = { - dispose$0(_) { - this.canvasElement = this.offScreenCanvas = null; - }, - set$width(receiver, val) { - return this.width = val; - }, - set$height(receiver, val) { - return this.height = val; - } - }; A.PersistedOffset.prototype = { recomputeTransformAndClip$0() { var t2, t3, _this = this, @@ -117017,21 +118273,20 @@ }, createElement$0(_) { var element = document.createElement("flt-offset"); - A.DomRenderer_setElementStyle(element, "position", "absolute"); - A.DomRenderer_setElementStyle(element, "transform-origin", "0 0 0"); + A.setElementStyle(element, "position", "absolute"); + A.setElementStyle(element, "transform-origin", "0 0 0"); return element; }, apply$0() { - var t2, - t1 = this.rootElement; + var t1 = this.rootElement.style, + t2 = "translate(" + A.S(this.dx) + "px, " + A.S(this.dy) + "px)"; t1.toString; - t2 = "translate(" + A.S(this.dx) + "px, " + A.S(this.dy) + "px)"; - t1.style.transform = t2; + B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), t2, ""); }, update$1(_, oldSurface) { var _this = this; _this.super$PersistedContainerSurface$update(0, oldSurface); - if (oldSurface.dx !== _this.dx || oldSurface.dy !== _this.dy) + if (oldSurface.dx != _this.dx || oldSurface.dy != _this.dy) _this.apply$0(); }, $isOffsetEngineLayer0: 1 @@ -117066,20 +118321,21 @@ return t1; }, createElement$0(_) { - var t1 = $._domRenderer, - element = (t1 == null ? $._domRenderer = A.DomRenderer$() : t1).createElement$1(0, "flt-opacity"); - A.DomRenderer_setElementStyle(element, "position", "absolute"); - A.DomRenderer_setElementStyle(element, "transform-origin", "0 0 0"); + var element = document.createElement("flt-opacity"); + A.setElementStyle(element, "position", "absolute"); + A.setElementStyle(element, "transform-origin", "0 0 0"); return element; }, apply$0() { var t2, t1 = this.rootElement; t1.toString; - A.DomRenderer_setElementStyle(t1, "opacity", A.S(this.alpha / 255)); + A.setElementStyle(t1, "opacity", A.S(this.alpha / 255)); + t1 = t1.style; t2 = this.offset; t2 = "translate(" + A.S(t2._dx) + "px, " + A.S(t2._dy) + "px)"; - t1.style.transform = t2; + t1.toString; + B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), t2, ""); }, update$1(_, oldSurface) { var _this = this; @@ -117098,6 +118354,10 @@ } _this._paintData.blendMode = value; }, + get$style(_) { + var t1 = this._paintData.style; + return t1 == null ? B.PaintingStyle_0 : t1; + }, set$style(_, value) { var _this = this; if (_this._frozen) { @@ -117106,6 +118366,10 @@ } _this._paintData.style = value; }, + get$strokeWidth() { + var t1 = this._paintData.strokeWidth; + return t1 == null ? 0 : t1; + }, set$strokeWidth(value) { var _this = this; if (_this._frozen) { @@ -117449,18 +118713,6 @@ _this.pathRef.setPoint$3(pointIndex, x, y); _this._firstDirection = _this._convexityType = -1; }, - relativeMoveTo$2(dx, dy) { - var pointIndex, - t1 = this.pathRef, - pointCount = t1._fPointsLength; - if (pointCount === 0) - this.moveTo$2(0, dx, dy); - else { - pointIndex = (pointCount - 1) * 2; - t1 = t1.fPoints; - this.moveTo$2(0, t1[pointIndex] + dx, t1[pointIndex + 1] + dy); - } - }, _injectMoveToIfNeeded$0() { var t2, x, y, pointIndex, t1 = this.fLastMoveToIndex; @@ -118661,7 +119913,7 @@ t1 = newLength + 10; _this._fPointsCapacity = t1; newPoints = new Float32Array(t1 * 2); - newPoints.set(_this.fPoints); + B.NativeFloat32List_methods.setAll$2(newPoints, 0, _this.fPoints); _this.fPoints = newPoints; } _this._fPointsLength = newLength; @@ -118672,7 +119924,7 @@ t1 = newLength + 8; _this._fVerbsCapacity = t1; newVerbs = new Uint8Array(t1); - newVerbs.set(_this._fVerbs); + B.NativeUint8List_methods.setAll$2(newVerbs, 0, _this._fVerbs); _this._fVerbs = newVerbs; } _this._fVerbsLength = newLength; @@ -118685,7 +119937,7 @@ newWeights = new Float32Array(t1); t1 = _this._conicWeights; if (t1 != null) - newWeights.set(t1); + B.NativeFloat32List_methods.setAll$2(newWeights, 0, t1); _this._conicWeights = newWeights; } _this._conicWeightsLength = newLength; @@ -119299,14 +120551,9 @@ A._recycleCanvas(oldCanvas); if (!t1) oldSurface.__engine$_canvas = null; - if (_this.rootElement != null) { - t1 = $._domRenderer; - if (t1 == null) - t1 = $._domRenderer = A.DomRenderer$(); - t2 = _this.rootElement; - t2.toString; - t1.clearDom$1(t2); - } + t1 = _this.rootElement; + if (t1 != null) + A.removeAllChildren(t1); t1 = _this.__engine$_canvas; if (t1 != null && t1 !== oldCanvas) A._recycleCanvas(t1); @@ -119320,15 +120567,12 @@ 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()); - t1 = $._domRenderer; - if (t1 == null) - t1 = $._domRenderer = A.DomRenderer$(); - t3 = _this.rootElement; - t3.toString; - t1.clearDom$1(t3); - t3 = _this._optimalLocalCullRect; - t3.toString; - t2.applyCommands$2(domCanvas, t3); + t1 = _this.rootElement; + t1.toString; + A.removeAllChildren(t1); + t1 = _this._optimalLocalCullRect; + t1.toString; + t2.applyCommands$2(domCanvas, t1); domCanvas.endOfPaint$0(); } }, @@ -119492,25 +120736,22 @@ }; A.PersistedPicture__applyBitmapPaint_closure.prototype = { call$0() { - var bitmapCanvas, t3, + var bitmapCanvas, t1 = this.$this, t2 = t1._optimalLocalCullRect; t2.toString; bitmapCanvas = t1.__engine$_canvas = t1._findOrCreateCanvas$1(t2); bitmapCanvas._elementCache = t1._elementCache; - t2 = $._domRenderer; - if (t2 == null) - t2 = $._domRenderer = A.DomRenderer$(); - t3 = t1.rootElement; - t3.toString; - t2.clearDom$1(t3); + t2 = t1.rootElement; + t2.toString; + A.removeAllChildren(t2); t1.rootElement.appendChild(bitmapCanvas.rootElement); bitmapCanvas.clear$0(0); - t3 = t1.picture.recordingCanvas; - t3.toString; + t2 = t1.picture.recordingCanvas; + t2.toString; t1 = t1._optimalLocalCullRect; t1.toString; - t3.applyCommands$2(bitmapCanvas, t1); + t2.applyCommands$2(bitmapCanvas, t1); bitmapCanvas.endOfPaint$0(); }, $signature: 0 @@ -120085,6 +121326,11 @@ A._WebGlRenderer.prototype = { drawRectToGl$6(targetRect, gl, glProgram, gradient, widthInPixels, heightInPixels) { var t1, t2, t3, colorsBuffer, colors, indexBuffer, t4, + _s9_ = "uniform4f", + _s10_ = "bindBuffer", + _s10_0 = "bufferData", + _s19_ = "vertexAttribPointer", + _s23_ = "enableVertexAttribArray", left = targetRect.left, $top = targetRect.top, right = targetRect.right, @@ -120100,41 +121346,41 @@ vertices[7] = bottom; t1 = glProgram.program; t2 = gl.glContext; - t2.uniformMatrix4fv.apply(t2, [gl.getUniformLocation$2(0, t1, "u_ctransform"), false, A.Matrix4$identity().__engine$_m4storage]); - t2.uniform4f.apply(t2, [gl.getUniformLocation$2(0, t1, "u_scale"), 2 / widthInPixels, -2 / heightInPixels, 1, 1]); - t2.uniform4f.apply(t2, [gl.getUniformLocation$2(0, t1, "u_shift"), -1, 1, 0, 0]); + A.callMethod(t2, "uniformMatrix4fv", [gl.getUniformLocation$2(0, t1, "u_ctransform"), false, A.Matrix4$identity().__engine$_m4storage]); + A.callMethod(t2, _s9_, [gl.getUniformLocation$2(0, t1, "u_scale"), 2 / widthInPixels, -2 / heightInPixels, 1, 1]); + A.callMethod(t2, _s9_, [gl.getUniformLocation$2(0, t1, "u_shift"), -1, 1, 0, 0]); t3 = t2.createBuffer(); t3.toString; - t2.bindBuffer.apply(t2, [gl.get$kArrayBuffer(), t3]); + A.callMethod(t2, _s10_, [gl.get$kArrayBuffer(), t3]); t3 = gl.get$kStaticDraw(); - t2.bufferData.apply(t2, [gl.get$kArrayBuffer(), vertices, t3]); + A.callMethod(t2, _s10_0, [gl.get$kArrayBuffer(), vertices, t3]); t3 = gl._kFloat; - t2.vertexAttribPointer.apply(t2, [0, 2, t3 == null ? gl._kFloat = t2.FLOAT : t3, false, 0, 0]); - t2.enableVertexAttribArray.apply(t2, [0]); + A.callMethod(t2, _s19_, [0, 2, t3 == null ? gl._kFloat = t2.FLOAT : t3, false, 0, 0]); + A.callMethod(t2, _s23_, [0]); colorsBuffer = t2.createBuffer(); - t2.bindBuffer.apply(t2, [gl.get$kArrayBuffer(), colorsBuffer]); + A.callMethod(t2, _s10_, [gl.get$kArrayBuffer(), colorsBuffer]); colors = new Int32Array(A._ensureNativeList(A._setArrayType([4278255360, 4278190335, 4294967040, 4278255615], type$.JSArray_int))); t3 = gl.get$kStaticDraw(); - t2.bufferData.apply(t2, [gl.get$kArrayBuffer(), colors, t3]); + A.callMethod(t2, _s10_0, [gl.get$kArrayBuffer(), colors, t3]); t3 = gl._kUnsignedByte; - t2.vertexAttribPointer.apply(t2, [1, 4, t3 == null ? gl._kUnsignedByte = t2.UNSIGNED_BYTE : t3, true, 0, 0]); - t2.enableVertexAttribArray.apply(t2, [1]); + A.callMethod(t2, _s19_, [1, 4, t3 == null ? gl._kUnsignedByte = t2.UNSIGNED_BYTE : t3, true, 0, 0]); + A.callMethod(t2, _s23_, [1]); indexBuffer = t2.createBuffer(); - t2.bindBuffer.apply(t2, [gl.get$kElementArrayBuffer(), indexBuffer]); + A.callMethod(t2, _s10_, [gl.get$kElementArrayBuffer(), indexBuffer]); t3 = $.$get$VertexShaders_vertexIndicesForRect(); t4 = gl.get$kStaticDraw(); - t2.bufferData.apply(t2, [gl.get$kElementArrayBuffer(), t3, t4]); - if (t2.getUniformLocation.apply(t2, [t1, "u_resolution"]) != null) - t2.uniform2f.apply(t2, [gl.getUniformLocation$2(0, t1, "u_resolution"), widthInPixels, heightInPixels]); + A.callMethod(t2, _s10_0, [gl.get$kElementArrayBuffer(), t3, t4]); + if (A.callMethod(t2, "getUniformLocation", [t1, "u_resolution"]) != null) + A.callMethod(t2, "uniform2f", [gl.getUniformLocation$2(0, t1, "u_resolution"), widthInPixels, heightInPixels]); t1 = gl._kColorBufferBit; - t2.clear.apply(t2, [t1 == null ? gl._kColorBufferBit = t2.COLOR_BUFFER_BIT : t1]); + A.callMethod(t2, "clear", [t1 == null ? gl._kColorBufferBit = t2.COLOR_BUFFER_BIT : t1]); t2.viewport(0, 0, widthInPixels, heightInPixels); t1 = gl._kTriangles; if (t1 == null) t1 = gl._kTriangles = t2.TRIANGLES; t3 = t3.length; t4 = gl._kUnsignedShort; - t2.drawElements.apply(t2, [t1, t3, t4 == null ? gl._kUnsignedShort = t2.UNSIGNED_SHORT : t4, 0]); + A.callMethod(t2, "drawElements", [t1, t3, t4 == null ? gl._kUnsignedShort = t2.UNSIGNED_SHORT : t4, 0]); } }; A.SurfaceScene.prototype = { @@ -120329,7 +121575,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: 989 + $signature: 969 }; A.NormalizedGradient.prototype = { setupUniforms$2(gl, glProgram) { @@ -120408,6 +121654,8 @@ _s18_ = "premultipliedAlpha", _s12_ = "u_resolution", _s10_ = "m_gradient", + _s12_0 = "attachShader", + _s10_0 = "bindBuffer", t1 = shaderBounds.right, t2 = shaderBounds.left; t1 -= t2; @@ -120443,9 +121691,9 @@ t7 = B.OffscreenCanvas_methods.getContext$2(t5, "webgl2", A.LinkedHashMap_LinkedHashMap$_literal([_s18_, false], t6, type$.dynamic)); t7.toString; gl = new A.GlContext(t7); - $.GlContext__programCache.__late_helper$_value = A.LinkedHashMap_LinkedHashMap$_empty(t6, type$.nullable_GlProgram); + $.GlContext____programCache.__late_helper$_value = A.LinkedHashMap_LinkedHashMap$_empty(t6, type$.nullable_GlProgram); gl.__engine$_canvas = t5; - t5 = $.GlContext__programCache; + t5 = $.GlContext____programCache; } else { t6.toString; t5 = $._cachedWebGLVersion; @@ -120454,9 +121702,9 @@ t5 = B.CanvasElement_methods.getContext$2(t6, t5, A.LinkedHashMap_LinkedHashMap$_literal([_s18_, false], t7, type$.dynamic)); t5.toString; gl = new A.GlContext(t5); - $.GlContext__programCache.__late_helper$_value = A.LinkedHashMap_LinkedHashMap$_empty(t7, type$.nullable_GlProgram); + $.GlContext____programCache.__late_helper$_value = A.LinkedHashMap_LinkedHashMap$_empty(t7, type$.nullable_GlProgram); gl.__engine$_canvas = t6; - t5 = $.GlContext__programCache; + t5 = $.GlContext____programCache; } gl._widthInPixels = widthInPixels; gl._heightInPixels = heightInPixels; @@ -120510,18 +121758,18 @@ fragmentShader = gl.compileShader$2(0, "FRAGMENT_SHADER", shader); t6 = gl.glContext; program = t6.createProgram(); - t6.attachShader.apply(t6, [program, vertexShader]); - t6.attachShader.apply(t6, [program, fragmentShader]); - t6.linkProgram.apply(t6, [program]); + A.callMethod(t6, _s12_0, [program, vertexShader]); + A.callMethod(t6, _s12_0, [program, fragmentShader]); + A.callMethod(t6, "linkProgram", [program]); t8 = gl._kLinkStatus; - if (!A._asBoolS(t6.getProgramParameter.apply(t6, [program, t8 == null ? gl._kLinkStatus = t6.LINK_STATUS : t8]))) - A.throwExpression(A.Exception_Exception(A._asStringQ(A.callMethod(t6, "getProgramInfoLog", [program])))); + if (!A.callMethod(t6, "getProgramParameter", [program, t8 == null ? gl._kLinkStatus = t6.LINK_STATUS : t8])) + A.throwExpression(A.Exception_Exception(A.callMethod(t6, "getProgramInfoLog", [program]))); cachedProgram = new A.GlProgram(program); J.$indexSet$ax(t5._readField$0(), cacheKey, cachedProgram); } t5 = gl.glContext; t6 = cachedProgram.program; - t5.useProgram.apply(t5, [t6]); + A.callMethod(t5, "useProgram", [t6]); t8 = _this.from; fromX = t8._dx; fromY = t8._dy; @@ -120562,13 +121810,12 @@ gradientTransform.multiply$1(0, rotationZ); gradientTransform.multiply$1(0, originTranslation); normalizedGradient.setupUniforms$2(gl, cachedProgram); - t5.uniformMatrix4fv.apply(t5, [gl.getUniformLocation$2(0, t6, _s10_), false, gradientTransform.__engine$_m4storage]); - t5.uniform2f.apply(t5, [gl.getUniformLocation$2(0, t6, _s12_), widthInPixels, heightInPixels]); - t2 = $.glRenderer; - t2.drawRectToGl$6(new A.Rect(0, 0, 0 + t1, 0 + t3), gl, cachedProgram, normalizedGradient, widthInPixels, heightInPixels); + 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]); + $.glRenderer.drawRectToGl$6(new A.Rect(0, 0, 0 + t1, 0 + t3), gl, cachedProgram, normalizedGradient, widthInPixels, heightInPixels); image = gl.readPatternData$0(); - t5.bindBuffer.apply(t5, [gl.get$kArrayBuffer(), null]); - t5.bindBuffer.apply(t5, [gl.get$kElementArrayBuffer(), null]); + A.callMethod(t5, _s10_0, [gl.get$kArrayBuffer(), null]); + A.callMethod(t5, _s10_0, [gl.get$kElementArrayBuffer(), null]); image.toString; return image; } @@ -120658,65 +121905,6 @@ return this.name; } }; - A.GlProgram.prototype = {}; - A.GlContext.prototype = { - drawImage$3(_, context, left, $top) { - var t1 = this.__engine$_canvas, - t2 = this._widthInPixels, - t3 = this._heightInPixels; - context.drawImage.apply(context, [t1, 0, 0, t2, t3, left, $top, t2, t3]); - }, - compileShader$2(_, shaderType, source) { - var t2, - t1 = this.glContext, - shader = t1.createShader(t1[shaderType]); - if (shader == null) - throw A.wrapException(A.Exception_Exception(A._callMethodUnchecked0(t1, "getError"))); - t1.shaderSource.apply(t1, [shader, source]); - t1.compileShader.apply(t1, [shader]); - t2 = this._kCompileStatus; - if (!A._asBoolS(t1.getShaderParameter.apply(t1, [shader, t2 == null ? this._kCompileStatus = t1.COMPILE_STATUS : t2]))) - throw A.wrapException(A.Exception_Exception("Shader compilation failed: " + A.S(A.callMethod(t1, "getShaderInfoLog", [shader])))); - return shader; - }, - dispose$0(_) { - this.glContext.getExtension("WEBGL_lose_context").loseContext(); - }, - get$kArrayBuffer() { - var t1 = this._kArrayBuffer; - return t1 == null ? this._kArrayBuffer = this.glContext.ARRAY_BUFFER : t1; - }, - get$kElementArrayBuffer() { - var t1 = this._kElementArrayBuffer; - return t1 == null ? this._kElementArrayBuffer = this.glContext.ELEMENT_ARRAY_BUFFER : t1; - }, - get$kStaticDraw() { - var t1 = this._kStaticDraw; - return t1 == null ? this._kStaticDraw = this.glContext.STATIC_DRAW : t1; - }, - getUniformLocation$2(_, program, uniformName) { - var t1 = this.glContext, - res = t1.getUniformLocation.apply(t1, [program, uniformName]); - if (res == null) - throw A.wrapException(A.Exception_Exception(uniformName + " not found")); - else - return res; - }, - readPatternData$0() { - var canvas, _this = this, - t1 = _this.__engine$_canvas, - t2 = "transferToImageBitmap" in t1; - if (t2) { - 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); - return canvas; - } - } - }; A.commitScene_closure.prototype = { call$2(a, b) { var bSize, @@ -120726,11 +121914,11 @@ bSize = t1._dy * t1._dx; return J.compareTo$1$ns(bSize, aSize); }, - $signature: 993 + $signature: 1072 }; A.PersistedSurfaceState.prototype = { toString$0(_) { - return this.__engine$_name; + return "PersistedSurfaceState." + this._core$_name; } }; A.PersistedSurface.prototype = { @@ -121086,7 +122274,7 @@ call$2(m1, m2) { return B.JSNumber_methods.compareTo$1(m1.matchQuality, m2.matchQuality); }, - $signature: 1063 + $signature: 1079 }; A._PersistedSurfaceMatch.prototype = { toString$0(_) { @@ -121112,10 +122300,9 @@ return t1 == null ? this._localTransformInverse = A.Matrix4_tryInvert0(this.get$matrix4()) : t1; }, createElement$0(_) { - var t1 = $._domRenderer, - element = (t1 == null ? $._domRenderer = A.DomRenderer$() : t1).createElement$1(0, "flt-transform"); - A.DomRenderer_setElementStyle(element, "position", "absolute"); - A.DomRenderer_setElementStyle(element, "transform-origin", "0 0 0"); + var element = document.createElement("flt-transform"); + A.setElementStyle(element, "position", "absolute"); + A.setElementStyle(element, "transform-origin", "0 0 0"); return element; }, apply$0() { @@ -121125,7 +122312,7 @@ B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, "transform"), t2, ""); }, update$1(_, oldSurface) { - var t1, t2, matrixChanged, i, _this = this; + var t1, t2, i, matrixChanged, _this = this; _this.super$PersistedContainerSurface$update(0, oldSurface); t1 = oldSurface._matrixStorage; t2 = _this._matrixStorage; @@ -121134,7 +122321,7 @@ _this._localTransformInverse = oldSurface._localTransformInverse; return; } - t2.length; + t2.toString; i = 0; while (true) { if (!(i < 16)) { @@ -121160,10 +122347,10 @@ $isTransformEngineLayer0: 1 }; A.HtmlCodec.prototype = { - get$frameCount() { + get$frameCount(_) { return 1; }, - get$repetitionCount() { + get$repetitionCount(_) { return 0; }, getNextFrame$0() { @@ -121316,6 +122503,58 @@ return this.height; } }; + A.initializeEngine_closure.prototype = { + call$2(_, __) { + var t1, _i; + for (t1 = $._hotRestartListeners.length, _i = 0; _i < $._hotRestartListeners.length; $._hotRestartListeners.length === t1 || (0, A.throwConcurrentModificationError)($._hotRestartListeners), ++_i) + $._hotRestartListeners[_i].call$0(); + return A.Future_Future$value(A.ServiceExtensionResponse$result("OK"), type$.ServiceExtensionResponse); + }, + $signature: 676 + }; + A.initializeEngine_closure0.prototype = { + call$0() { + var t1 = this._box_0; + if (!t1.waitingForAnimation) { + t1.waitingForAnimation = true; + B.Window_methods.requestAnimationFrame$1(window, new A.initializeEngine__closure(t1)); + } + }, + $signature: 0 + }; + A.initializeEngine__closure.prototype = { + call$1(highResTime) { + var highResTimeMicroseconds, t1, t2, t3; + A.frameTimingsOnVsync(); + this._box_0.waitingForAnimation = false; + highResTimeMicroseconds = B.JSNumber_methods.toInt$0(1000 * highResTime); + A.frameTimingsOnBuildStart(); + t1 = $.$get$EnginePlatformDispatcher__instance(); + t2 = t1._onBeginFrame; + if (t2 != null) { + t3 = A.Duration$(0, 0, highResTimeMicroseconds, 0, 0, 0); + A.invoke1(t2, t1._onBeginFrameZone, t3, type$.Duration); + } + t2 = t1._onDrawFrame; + if (t2 != null) + A.invoke(t2, t1._onDrawFrameZone); + }, + $signature: 678 + }; + A._addUrlStrategyListener_closure.prototype = { + call$1(jsStrategy) { + var t1 = jsStrategy == null ? null : new A.CustomUrlStrategy(jsStrategy); + $._isUrlStrategySet = true; + $._customUrlStrategy = t1; + }, + $signature: 1081 + }; + A._addUrlStrategyListener_closure0.prototype = { + call$0() { + self._flutter_web_set_location_strategy = null; + }, + $signature: 0 + }; A.Keyboard.prototype = { Keyboard$_$0() { var _this = this, @@ -121389,13 +122628,13 @@ call$1($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 71 + $signature: 74 }; A.Keyboard$__closure0.prototype = { call$1($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 71 + $signature: 74 }; A.Keyboard$__closure1.prototype = { call$0() { @@ -121421,7 +122660,7 @@ if (A._asBoolS(J.$index$asx(type$.Map_String_dynamic._as(B.C_JSONMessageCodec.decodeMessage$1(data)), "handled"))) this.event.preventDefault(); }, - $signature: 113 + $signature: 120 }; A._kLogicalKeyToModifierGetter_closure.prototype = { call$1($event) { @@ -121501,7 +122740,7 @@ return this.handler.call$1($event); return null; }, - $signature: 199 + $signature: 186 }; A.KeyboardBinding__onKeyData_closure.prototype = { call$1(handled) { @@ -121543,7 +122782,7 @@ t2.call$0(); t1.$indexSet(0, physicalKey, cancelingCallback); }, - handleEvent$1($event) { + __engine$_handleEvent$1($event) { var ms, timeStamp, t3, physicalKey, logicalKeyIsCharacter, character, logicalKey, isPhysicalDown, lastLogicalRecord, type, nextLogicalRecord, _this = this, t1 = $event._event, t2 = t1.timeStamp; @@ -121567,7 +122806,7 @@ character = t2; else character = null; - logicalKey = new A.KeyboardConverter_handleEvent_closure($event, character, t2, physicalKey).call$0(); + logicalKey = new A.KeyboardConverter__handleEvent_closure($event, character, t2, physicalKey).call$0(); if (t1.type !== "keydown") if (_this.onMacOs) { t2 = t1.code; @@ -121587,13 +122826,12 @@ } else t3 = false; if (t3) { - _this._scheduleAsyncEvent$3(B.Duration_0, new A.KeyboardConverter_handleEvent_closure0(timeStamp, physicalKey, logicalKey), new A.KeyboardConverter_handleEvent_closure1(_this, physicalKey)); + _this._scheduleAsyncEvent$3(B.Duration_0, new A.KeyboardConverter__handleEvent_closure0(timeStamp, physicalKey, logicalKey), new A.KeyboardConverter__handleEvent_closure1(_this, physicalKey)); type = B.KeyEventType_0; } else if (isPhysicalDown) if (lastLogicalRecord != null) { t3 = t1.repeat; if (t3 !== true) { - _this.dispatchKeyData.call$1(B.KeyData_wEs); t1.preventDefault(); return; } @@ -121602,20 +122840,19 @@ type = B.KeyEventType_0; else { if (lastLogicalRecord == null) { - _this.dispatchKeyData.call$1(B.KeyData_wEs); t1.preventDefault(); return; } type = B.KeyEventType_1; } - switch (type) { - case B.KeyEventType_0: + switch (type.index) { + case 0: nextLogicalRecord = logicalKey; break; - case B.KeyEventType_1: + case 1: nextLogicalRecord = null; break; - case B.KeyEventType_2: + case 2: nextLogicalRecord = lastLogicalRecord; break; default: @@ -121626,7 +122863,7 @@ t2.remove$1(0, physicalKey); else t2.$indexSet(0, physicalKey, nextLogicalRecord); - $.$get$_kLogicalKeyToModifierGetter().forEach$1(0, new A.KeyboardConverter_handleEvent_closure2(_this, $event, timeStamp)); + $.$get$_kLogicalKeyToModifierGetter().forEach$1(0, new A.KeyboardConverter__handleEvent_closure2(_this, $event, timeStamp)); if (logicalKeyIsCharacter) if (!t3) _this._startGuardingKey$3(physicalKey, logicalKey, timeStamp); @@ -121637,8 +122874,20 @@ } t2 = lastLogicalRecord == null ? logicalKey : lastLogicalRecord; t3 = type === B.KeyEventType_1 ? null : character; - if (_this.dispatchKeyData.call$1(new A.KeyData(timeStamp, type, physicalKey, t2, t3, false))) + if (_this._dispatchKeyData.call$1(new A.KeyData(timeStamp, type, physicalKey, t2, t3, false))) t1.preventDefault(); + }, + handleEvent$1($event) { + var _this = this, t1 = {}; + t1.sentAnyEvents = false; + _this._dispatchKeyData = new A.KeyboardConverter_handleEvent_closure(t1, _this); + try { + _this.__engine$_handleEvent$1($event); + } finally { + if (!t1.sentAnyEvents) + _this._dispatchKeyData.call$1(B.KeyData_cgD); + _this._dispatchKeyData = null; + } } }; A.KeyboardConverter__scheduleAsyncEvent_closure.prototype = { @@ -121646,10 +122895,10 @@ var _this = this; if (!_this._box_0.canceled && !_this.$this._disposed) { _this.callback.call$0(); - _this.$this.dispatchKeyData.call$1(_this.getData.call$0()); + _this.$this.performDispatchKeyData.call$1(_this.getData.call$0()); } }, - $signature: 67 + $signature: 65 }; A.KeyboardConverter__scheduleAsyncEvent_closure0.prototype = { call$0() { @@ -121663,7 +122912,7 @@ t1 = _this.$this.onMacOs ? B.Duration_2000000 : B.Duration_1000000; return new A.KeyData(new A.Duration(_this.currentTimeStamp._duration + t1._duration), B.KeyEventType_1, _this.physicalKey, _this.logicalKey, null, true); }, - $signature: 492 + $signature: 664 }; A.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0() { @@ -121671,7 +122920,7 @@ }, $signature: 0 }; - A.KeyboardConverter_handleEvent_closure.prototype = { + A.KeyboardConverter__handleEvent_closure.prototype = { call$0() { var result, altDown, ctrlDown, shiftDown, metaDown, t3, t4, _this = this, t1 = _this.event._event, @@ -121713,38 +122962,45 @@ t1 = B.Map_0mogo.$index(0, t2); return t1 == null ? J.get$hashCode$(t2) + 98784247808 : t1; }, - $signature: 244 + $signature: 246 }; - A.KeyboardConverter_handleEvent_closure0.prototype = { + A.KeyboardConverter__handleEvent_closure0.prototype = { call$0() { return new A.KeyData(this.timeStamp, B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 492 + $signature: 664 }; - A.KeyboardConverter_handleEvent_closure1.prototype = { + A.KeyboardConverter__handleEvent_closure1.prototype = { call$0() { this.$this._pressingRecords.remove$1(0, this.physicalKey); }, $signature: 0 }; - A.KeyboardConverter_handleEvent_closure2.prototype = { + A.KeyboardConverter__handleEvent_closure2.prototype = { call$2(logicalKey, getModifier) { var t1 = this.$this, t2 = t1._pressingRecords; if (t2.containsValue$1(0, logicalKey) && !getModifier.call$1(this.event)) - t2.removeWhere$1(t2, new A.KeyboardConverter_handleEvent__closure(t1, logicalKey, this.timeStamp)); + t2.removeWhere$1(t2, new A.KeyboardConverter__handleEvent__closure(t1, logicalKey, this.timeStamp)); }, - $signature: 1396 + $signature: 1445 }; - A.KeyboardConverter_handleEvent__closure.prototype = { + A.KeyboardConverter__handleEvent__closure.prototype = { call$2(physicalKey, logicalRecord) { var t1 = this.logicalKey; if (logicalRecord != t1) return false; - this.$this.dispatchKeyData.call$1(new A.KeyData(this.timeStamp, B.KeyEventType_1, physicalKey, t1, null, true)); + this.$this._dispatchKeyData.call$1(new A.KeyData(this.timeStamp, B.KeyEventType_1, physicalKey, t1, null, true)); return true; }, - $signature: 1404 + $signature: 1723 + }; + A.KeyboardConverter_handleEvent_closure.prototype = { + call$1(data) { + this._box_0.sentAnyEvents = true; + return this.$this.performDispatchKeyData.call$1(data); + }, + $signature: 419 }; A.MouseCursor.prototype = {}; A.BrowserHistory.prototype = { @@ -121754,6 +123010,13 @@ _setupStrategy$1(strategy) { this.__BrowserHistory__unsubscribe = strategy.addPopStateListener$1(0, type$.dynamic_Function_Event._as(this.get$onPopState(this))); }, + dispose$0(_) { + var _this = this; + if (_this._isDisposed || _this.get$urlStrategy() == null) + return; + _this._isDisposed = true; + _this._unsubscribe$0(); + }, exit$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), @@ -121834,7 +123097,7 @@ routeName.toString; t1.replaceState$3(0, t2, "flutter", routeName); } else { - t3 = B.JSInt_methods.$add(A._lateReadCheck(t3, _s20_), 1); + t3 = A._lateReadCheck(t3, _s20_) + 1; this.__MultiEntriesBrowserHistory__lastSeenSerialCount = t3; t2 = A.LinkedHashMap_LinkedHashMap$_literal(["serialCount", A._lateReadCheck(t3, _s20_), "state", state], t2, t2); routeName.toString; @@ -121852,7 +123115,7 @@ 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", B.JSInt_methods.$add(A._lateReadCheck(_this.__MultiEntriesBrowserHistory__lastSeenSerialCount, "_lastSeenSerialCount"), 1), "state", t2], t3, t3), "flutter", _this.get$currentPath()); + t1.replaceState$3(0, A.LinkedHashMap_LinkedHashMap$_literal(["serialCount", A._lateReadCheck(_this.__MultiEntriesBrowserHistory__lastSeenSerialCount, "_lastSeenSerialCount") + 1, "state", t2], t3, t3), "flutter", _this.get$currentPath()); } _this.__MultiEntriesBrowserHistory__lastSeenSerialCount = _this.get$_currentSerialCount(); t1 = $.$get$EnginePlatformDispatcher__instance(); @@ -121873,13 +123136,13 @@ switch ($async$goto) { case 0: // Function start - if ($async$self._isDisposed || $async$self.urlStrategy == null) { + $async$self.dispose$0(0); + if ($async$self._isTornDown || $async$self.urlStrategy == null) { // goto return $async$goto = 1; break; } - $async$self._isDisposed = true; - $async$self._unsubscribe$0(); + $async$self._isTornDown = true; backCount = $async$self.get$_currentSerialCount(); $async$goto = backCount > 0 ? 3 : 4; break; @@ -121911,7 +123174,7 @@ A.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 113 + $signature: 120 }; A.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy(urlStrategy) { @@ -121976,13 +123239,13 @@ switch ($async$goto) { case 0: // Function start - if ($async$self._isDisposed || $async$self.urlStrategy == null) { + $async$self.dispose$0(0); + if ($async$self._isTornDown || $async$self.urlStrategy == null) { // goto return $async$goto = 1; break; } - $async$self._isDisposed = true; - $async$self._unsubscribe$0(); + $async$self._isTornDown = true; t1 = $async$self.urlStrategy; $async$goto = 3; return A._asyncAwait(t1.go$1(0, -1), $async$tearDown$0); @@ -122005,12 +123268,12 @@ A.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 113 + $signature: 120 }; A.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1(_) { }, - $signature: 113 + $signature: 120 }; A.JsUrlStrategy.prototype = {}; A.UrlStrategy.prototype = {}; @@ -122078,7 +123341,7 @@ this.unsubscribe._readLocal$0().call$0(); this.completer.complete$0(0); }, - $signature: 71 + $signature: 74 }; A.CustomUrlStrategy.prototype = { addPopStateListener$1(_, fn) { @@ -122220,7 +123483,7 @@ $.$get$channelBuffers().push$3($name, data, callback); }, _sendPlatformMessage$3($name, data, callback) { - var decoded, t1, cacheSizeInBytes, url, type, $navigator, $arguments, label, primaryColor, theme, e, t2, _this = this; + var decoded, t1, cacheSizeInBytes, url, $navigator, $arguments, label, primaryColor, theme, e, t2, _this = this; switch ($name) { case "flutter/skia": decoded = B.C_JSONMethodCodec.decodeMethodCall$1(data); @@ -122230,7 +123493,7 @@ if (t1) { cacheSizeInBytes = A._asIntS(decoded.$arguments); _this.get$rasterizer().toString; - t1 = $.$get$SurfaceFactory_instance().baseSurface; + t1 = A.SurfaceFactory_instance().baseSurface; t1._skiaCacheBytes = cacheSizeInBytes; t1._syncCacheBytes$0(); } @@ -122249,10 +123512,7 @@ _this._windows.$index(0, 0).get$browserHistory().exit$0().then$1$1(0, new A.EnginePlatformDispatcher__sendPlatformMessage_closure1(_this, callback), type$.Null); return; case "HapticFeedback.vibrate": - type = A._asStringQ(decoded.$arguments); - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - t1 = _this._getHapticFeedbackDuration$1(type); + t1 = _this._getHapticFeedbackDuration$1(A._asStringQ(decoded.$arguments)); $navigator = window.navigator; if ("vibrate" in $navigator) $navigator.vibrate(t1); @@ -122267,12 +123527,8 @@ primaryColor = A._asIntQ(t1.$index($arguments, "primaryColor")); if (primaryColor == null) primaryColor = 4278190080; - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); t1 = document; t1.title = label; - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); theme = type$.nullable_MetaElement._as(t1.querySelector("#flutterweb-theme")); if (theme == null) { theme = t1.createElement("meta"); @@ -122287,8 +123543,8 @@ return; case "SystemChrome.setPreferredOrientations": $arguments = type$.List_dynamic._as(decoded.$arguments); - t1 = $._domRenderer; - (t1 == null ? $._domRenderer = A.DomRenderer$() : t1).setPreferredOrientation$1($arguments).then$1$1(0, new A.EnginePlatformDispatcher__sendPlatformMessage_closure2(_this, callback), type$.Null); + t1 = $._flutterViewEmbedder; + (t1 == null ? $._flutterViewEmbedder = A.FlutterViewEmbedder$() : t1).setPreferredOrientation$1($arguments).then$1$1(0, new A.EnginePlatformDispatcher__sendPlatformMessage_closure2(_this, callback), type$.Null); return; case "SystemSound.play": _this.replyToPlatformMessage$2(callback, B.C_JSONMessageCodec.encodeMessage$1([true])); @@ -122320,11 +123576,11 @@ case "activateSystemCursor": $.MouseCursor__instance.toString; t1 = A._asStringQ(J.$index$asx($arguments, "kind")); - t2 = $._domRenderer; - t2 = (t2 == null ? $._domRenderer = A.DomRenderer$() : t2)._glassPaneElement; + t2 = $._flutterViewEmbedder; + t2 = (t2 == null ? $._flutterViewEmbedder = A.FlutterViewEmbedder$() : t2)._glassPaneElement; t2.toString; t1 = B.Map_gFKQ1.$index(0, t1); - A.DomRenderer_setElementStyle(t2, "cursor", t1 == null ? "default" : t1); + A.setElementStyle(t2, "cursor", t1 == null ? "default" : t1); break; } return; @@ -122385,9 +123641,9 @@ t1.draw$1(scene.layerTree); } else { type$.SurfaceScene._as(scene); - t1 = $._domRenderer; + t1 = $._flutterViewEmbedder; if (t1 == null) - t1 = $._domRenderer = A.DomRenderer$(); + t1 = $._flutterViewEmbedder = A.FlutterViewEmbedder$(); t1.renderScene$1(scene.webOnlyRootElement); } A.frameTimingsOnRasterFinish(); @@ -122437,13 +123693,13 @@ call$1(data) { this.registrationZone.runUnaryGuarded$1$2(this.callback, data, type$.nullable_ByteData); }, - $signature: 113 + $signature: 120 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1(assetData) { this.$this.replyToPlatformMessage$2(this.callback, assetData); }, - $signature: 1689 + $signature: 1748 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure0.prototype = { call$1(error) { @@ -122456,20 +123712,20 @@ call$1(_) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([true])); }, - $signature: 67 + $signature: 65 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure2.prototype = { call$1(success) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([success])); }, - $signature: 383 + $signature: 389 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure3.prototype = { call$1($content) { - var t1 = $._domRenderer; - (t1 == null ? $._domRenderer = A.DomRenderer$() : t1)._glassPaneElement.appendChild($content); + var t1 = $._flutterViewEmbedder; + (t1 == null ? $._flutterViewEmbedder = A.FlutterViewEmbedder$() : t1)._glassPaneElement.appendChild($content); }, - $signature: 1708 + $signature: 1777 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure4.prototype = { call$1(handled) { @@ -122479,7 +123735,7 @@ else if (t1 != null) t1.call$1(null); }, - $signature: 383 + $signature: 389 }; A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure.prototype = { call$1($event) { @@ -122488,7 +123744,7 @@ t1 = t1 ? B.Brightness_0 : B.Brightness_1; this.$this._updatePlatformBrightness$1(t1); }, - $signature: 71 + $signature: 74 }; A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0.prototype = { call$0() { @@ -122505,7 +123761,7 @@ if (t1 != null) t1.call$1(this.data); }, - $signature: 67 + $signature: 65 }; A.invoke2_closure.prototype = { call$0() { @@ -122521,7 +123777,7 @@ $signature: 0 }; A.PlatformViewManager.prototype = { - registerFactory$2(viewType, factoryFunction) { + registerFactory$3$isVisible(viewType, factoryFunction, isVisible) { var t1 = this._factories; if (t1.containsKey$1(0, viewType)) return false; @@ -122529,7 +123785,9 @@ return true; }, renderContent$3(viewType, viewId, params) { - return this.__engine$_contents.putIfAbsent$2(0, viewId, new A.PlatformViewManager_renderContent_closure(this, "flt-pv-slot-" + A.S(viewId), viewType, viewId, params)); + var slotName = "flt-pv-slot-" + A.S(viewId); + this._viewIdToType.$indexSet(0, viewId, viewType); + return this.__engine$_contents.putIfAbsent$2(0, viewId, new A.PlatformViewManager_renderContent_closure(this, slotName, viewType, viewId, params)); }, _safelyRemoveSlottedElement$1(element) { var t1, tombstoneName, slot; @@ -122545,11 +123803,15 @@ t1 = slot.style; t1.display = "none"; slot.setAttribute("name", tombstoneName); - t1 = $._domRenderer; - (t1 == null ? $._domRenderer = A.DomRenderer$() : t1)._glassPaneShadow.append$1(0, slot); + t1 = $._flutterViewEmbedder; + (t1 == null ? $._flutterViewEmbedder = A.FlutterViewEmbedder$() : t1)._glassPaneShadow.append$1(0, slot); element.setAttribute("slot", tombstoneName); J.remove$0$ax(element); J.remove$0$ax(slot); + }, + isInvisible$1(viewId) { + var viewType = this._viewIdToType.$index(0, viewId); + return viewType != null && this._invisibleViews.contains$1(0, viewType); } }; A.PlatformViewManager_renderContent_closure.prototype = { @@ -122580,7 +123842,7 @@ wrapper.appendChild($content._readLocal$0()); return wrapper; }, - $signature: 1709 + $signature: 1784 }; A.PlatformViewMessageHandler.prototype = { _createPlatformView$2(methodCall, callback) { @@ -122667,16 +123929,14 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) this.handler.call$1($event); }, - $signature: 199 + $signature: 186 }; A._WheelEventListenerMixin.prototype = { _addWheelEventListener$1(handler) { - var t1, eventOptions = {}, + 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); - eventOptions.passive = false; - t1 = this.glassPaneElement; - t1.addEventListener.apply(t1, ["wheel", jsHandler, eventOptions]); + A.callMethod(this.glassPaneElement, "addEventListener", ["wheel", jsHandler, eventOptions]); }, _handleWheelEvent$1(e) { var deltaX, deltaY, t1, probe, t2, fontSize, res, data, t3, t4, t5, t6; @@ -122693,7 +123953,7 @@ t2.fontSize = "initial"; t2.display = "none"; t1.body.appendChild(probe); - fontSize = window.getComputedStyle(probe, "").fontSize; + fontSize = B.DivElement_methods.getComputedStyle$0(probe).fontSize; if (B.JSString_methods.contains$1(fontSize, "px")) res = A.Primitives_parseDouble(A.stringReplaceAllUnchecked(fontSize, "px", "")); else @@ -122751,7 +124011,7 @@ call$1($event) { return this.handler.call$1($event); }, - $signature: 199 + $signature: 186 }; A._SanitizedDetails.prototype = { toString$0(_) { @@ -122884,13 +124144,13 @@ call$0() { return new A._ButtonSanitizer(); }, - $signature: 2010 + $signature: 2133 }; A._PointerAdapter__addPointerEventListener_closure.prototype = { call$1($event) { return this.handler.call$1(type$.PointerEvent._as($event)); }, - $signature: 199 + $signature: 186 }; A._PointerAdapter_setup_closure.prototype = { call$1($event) { @@ -122910,7 +124170,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, sanitizer.sanitizeDownEvent$2$button$buttons(t2, t3), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 274 + $signature: 245 }; A._PointerAdapter_setup_closure0.prototype = { call$1($event) { @@ -122931,7 +124191,7 @@ } t1.__engine$_callback.call$1(pointerData); }, - $signature: 274 + $signature: 245 }; A._PointerAdapter_setup_closure1.prototype = { call$1($event) { @@ -122948,7 +124208,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 274 + $signature: 245 }; A._PointerAdapter_setup_closure2.prototype = { call$1($event) { @@ -122962,13 +124222,13 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, new A._SanitizedDetails(B.PointerChange_0, 0), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 274 + $signature: 245 }; A._PointerAdapter_setup_closure3.prototype = { call$1($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 71 + $signature: 74 }; A._TouchAdapter.prototype = { _addTouchEventListener$2(eventName, handler) { @@ -123004,7 +124264,7 @@ call$1($event) { return this.handler.call$1(type$.TouchEvent._as($event)); }, - $signature: 199 + $signature: 186 }; A._TouchAdapter_setup_closure.prototype = { call$1($event) { @@ -123026,7 +124286,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 312 + $signature: 251 }; A._TouchAdapter_setup_closure0.prototype = { call$1($event) { @@ -123045,7 +124305,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 312 + $signature: 251 }; A._TouchAdapter_setup_closure1.prototype = { call$1($event) { @@ -123068,7 +124328,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 312 + $signature: 251 }; A._TouchAdapter_setup_closure2.prototype = { call$1($event) { @@ -123090,7 +124350,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 312 + $signature: 251 }; A._MouseAdapter.prototype = { _addMouseEventListener$3$acceptOutsideGlasspane(eventName, handler, acceptOutsideGlasspane) { @@ -123131,7 +124391,7 @@ call$1($event) { return this.handler.call$1(type$.MouseEvent._as($event)); }, - $signature: 199 + $signature: 186 }; A._MouseAdapter_setup_closure.prototype = { call$1($event) { @@ -123150,7 +124410,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeDownEvent$2$button$buttons(t3, t4), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 426 + $signature: 442 }; A._MouseAdapter_setup_closure0.prototype = { call$1($event) { @@ -123168,7 +124428,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeMoveEvent$1$buttons(t3), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 426 + $signature: 442 }; A._MouseAdapter_setup_closure1.prototype = { call$1($event) { @@ -123180,13 +124440,13 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 426 + $signature: 442 }; A._MouseAdapter_setup_closure2.prototype = { call$1($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 71 + $signature: 74 }; A._PointerState.prototype = {}; A.PointerDataConverter.prototype = { @@ -123201,7 +124461,7 @@ t3 = t1.y; t1.x = physicalX; t1.y = physicalY; - t1 = t1._pointer; + t1 = t1.__engine$_pointer; if (t1 == null) t1 = 0; return A.PointerData$(buttons, change, device, distance, distanceMax, kind, false, orientation, physicalX - t2, physicalY - t3, physicalX, physicalY, platformData, t1, pressure, pressureMax, pressureMin, radiusMajor, radiusMax, radiusMin, radiusMinor, scrollDeltaX, scrollDeltaY, signalKind, size, false, tilt, timeStamp); @@ -123219,7 +124479,7 @@ t3 = t1.y; t1.x = physicalX; t1.y = physicalY; - t1 = t1._pointer; + t1 = t1.__engine$_pointer; if (t1 == null) t1 = 0; return A.PointerData$(buttons, change, device, distance, distanceMax, kind, false, orientation, physicalX - t2, physicalY - t3, physicalX, physicalY, platformData, t1, pressure, pressureMax, pressureMin, radiusMajor, radiusMax, radiusMin, radiusMinor, scrollDeltaX, scrollDeltaY, B.PointerSignalKind_0, size, true, tilt, timeStamp); @@ -123228,12 +124488,12 @@ var alreadyAdded, state, t1, t2, _this = this, _s80_ = string$.x60null_c; if (signalKind === B.PointerSignalKind_0) - switch (change) { - case B.PointerChange_1: + switch (change.index) { + case 1: _this._ensureStateForPointer$3(device, physicalX, physicalY); result.push(_this._generateCompletePointerData$24$buttons$change$device$distance$distanceMax$kind$obscured$orientation$physicalX$physicalY$platformData$pressure$pressureMax$pressureMin$radiusMajor$radiusMax$radiusMin$radiusMinor$scrollDeltaX$scrollDeltaY$signalKind$size$tilt$timeStamp(buttons, change, device, 0, 0, kind, false, 0, physicalX, physicalY, 0, pressure, pressureMax, pressureMin, 0, 0, 0, 0, scrollDeltaX, scrollDeltaY, signalKind, 0, tilt, timeStamp)); break; - case B.PointerChange_3: + case 3: alreadyAdded = _this._pointers.containsKey$1(0, device); _this._ensureStateForPointer$3(device, physicalX, physicalY); if (!alreadyAdded) @@ -123241,11 +124501,11 @@ result.push(_this._generateCompletePointerData$24$buttons$change$device$distance$distanceMax$kind$obscured$orientation$physicalX$physicalY$platformData$pressure$pressureMax$pressureMin$radiusMajor$radiusMax$radiusMin$radiusMinor$scrollDeltaX$scrollDeltaY$signalKind$size$tilt$timeStamp(buttons, change, device, 0, 0, kind, false, 0, physicalX, physicalY, 0, pressure, pressureMax, pressureMin, 0, 0, 0, 0, scrollDeltaX, scrollDeltaY, signalKind, 0, tilt, timeStamp)); _this._activeButtons = buttons; break; - case B.PointerChange_4: + case 4: alreadyAdded = _this._pointers.containsKey$1(0, device); state = _this._ensureStateForPointer$3(device, physicalX, physicalY); state.toString; - state._pointer = $._PointerState__pointerCount = $._PointerState__pointerCount + 1; + state.__engine$_pointer = $._PointerState__pointerCount = $._PointerState__pointerCount + 1; if (!alreadyAdded) result.push(_this._synthesizePointerData$23$buttons$change$device$distance$distanceMax$kind$obscured$orientation$physicalX$physicalY$platformData$pressure$pressureMax$pressureMin$radiusMajor$radiusMax$radiusMin$radiusMinor$scrollDeltaX$scrollDeltaY$size$tilt$timeStamp(buttons, B.PointerChange_1, device, 0, 0, kind, false, 0, physicalX, physicalY, 0, pressure, pressureMax, pressureMin, 0, 0, 0, 0, scrollDeltaX, scrollDeltaY, 0, tilt, timeStamp)); if (_this._locationHasChanged$3(device, physicalX, physicalY)) @@ -123253,12 +124513,12 @@ result.push(_this._generateCompletePointerData$24$buttons$change$device$distance$distanceMax$kind$obscured$orientation$physicalX$physicalY$platformData$pressure$pressureMax$pressureMin$radiusMajor$radiusMax$radiusMin$radiusMinor$scrollDeltaX$scrollDeltaY$signalKind$size$tilt$timeStamp(buttons, change, device, 0, 0, kind, false, 0, physicalX, physicalY, 0, pressure, pressureMax, pressureMin, 0, 0, 0, 0, scrollDeltaX, scrollDeltaY, signalKind, 0, tilt, timeStamp)); _this._activeButtons = buttons; break; - case B.PointerChange_5: + case 5: result.push(_this._generateCompletePointerData$24$buttons$change$device$distance$distanceMax$kind$obscured$orientation$physicalX$physicalY$platformData$pressure$pressureMax$pressureMin$radiusMajor$radiusMax$radiusMin$radiusMinor$scrollDeltaX$scrollDeltaY$signalKind$size$tilt$timeStamp(buttons, change, device, 0, 0, kind, false, 0, physicalX, physicalY, 0, pressure, pressureMax, pressureMin, 0, 0, 0, 0, scrollDeltaX, scrollDeltaY, signalKind, 0, tilt, timeStamp)); _this._activeButtons = buttons; break; - case B.PointerChange_6: - case B.PointerChange_0: + case 6: + case 0: t1 = _this._pointers; t2 = t1.$index(0, device); t2.toString; @@ -123274,7 +124534,7 @@ t1.remove$1(0, device); } break; - case B.PointerChange_2: + case 2: t1 = _this._pointers; t2 = t1.$index(0, device); t2.toString; @@ -123285,8 +124545,8 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } else - switch (signalKind) { - case B.PointerSignalKind_1: + switch (signalKind.index) { + case 1: alreadyAdded = _this._pointers.containsKey$1(0, device); _this._ensureStateForPointer$3(device, physicalX, physicalY); if (!alreadyAdded) @@ -123298,9 +124558,9 @@ result.push(_this._synthesizePointerData$23$buttons$change$device$distance$distanceMax$kind$obscured$orientation$physicalX$physicalY$platformData$pressure$pressureMax$pressureMin$radiusMajor$radiusMax$radiusMin$radiusMinor$scrollDeltaX$scrollDeltaY$size$tilt$timeStamp(buttons, B.PointerChange_3, device, 0, 0, kind, false, 0, physicalX, physicalY, 0, pressure, pressureMax, pressureMin, 0, 0, 0, 0, scrollDeltaX, scrollDeltaY, 0, tilt, timeStamp)); result.push(_this._generateCompletePointerData$24$buttons$change$device$distance$distanceMax$kind$obscured$orientation$physicalX$physicalY$platformData$pressure$pressureMax$pressureMin$radiusMajor$radiusMax$radiusMin$radiusMinor$scrollDeltaX$scrollDeltaY$signalKind$size$tilt$timeStamp(buttons, change, device, 0, 0, kind, false, 0, physicalX, physicalY, 0, pressure, pressureMax, pressureMin, 0, 0, 0, 0, scrollDeltaX, scrollDeltaY, signalKind, 0, tilt, timeStamp)); break; - case B.PointerSignalKind_0: + case 0: break; - case B.PointerSignalKind_2: + case 2: break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -123320,9 +124580,82 @@ call$0() { return new A._PointerState(this.x, this.y); }, - $signature: 2155 + $signature: 2182 }; A.Profiler.prototype = {}; + A.JsPromise.prototype = {}; + A.ImageDecoder.prototype = {}; + A.ImageDecoderOptions.prototype = {}; + A.DecodeResult.prototype = {}; + A.DecodeOptions.prototype = {}; + A.VideoFrame.prototype = {}; + A.ImageTrackList.prototype = {}; + A.ImageTrack.prototype = {}; + A.GlProgram.prototype = {}; + A.GlContext.prototype = { + drawImage$3(_, context, left, $top) { + var t1 = this.__engine$_canvas, + t2 = this._widthInPixels, + t3 = this._heightInPixels; + A.callMethod(context, "drawImage", [t1, 0, 0, t2, t3, left, $top, t2, t3]); + }, + compileShader$2(_, shaderType, source) { + var t2, + t1 = this.glContext, + shader = t1.createShader(t1[shaderType]); + if (shader == null) + throw A.wrapException(A.Exception_Exception(A._callMethodUnchecked0(t1, "getError"))); + A.callMethod(t1, "shaderSource", [shader, source]); + A.callMethod(t1, "compileShader", [shader]); + t2 = this._kCompileStatus; + if (!A.callMethod(t1, "getShaderParameter", [shader, t2 == null ? this._kCompileStatus = t1.COMPILE_STATUS : t2])) + throw A.wrapException(A.Exception_Exception("Shader compilation failed: " + A.S(A.callMethod(t1, "getShaderInfoLog", [shader])))); + return shader; + }, + dispose$0(_) { + var loseContextExtension = this.glContext.getExtension("WEBGL_lose_context"); + if (loseContextExtension != null) + loseContextExtension.loseContext(); + }, + get$kArrayBuffer() { + var t1 = this._kArrayBuffer; + return t1 == null ? this._kArrayBuffer = this.glContext.ARRAY_BUFFER : t1; + }, + get$kElementArrayBuffer() { + var t1 = this._kElementArrayBuffer; + return t1 == null ? this._kElementArrayBuffer = this.glContext.ELEMENT_ARRAY_BUFFER : t1; + }, + get$kStaticDraw() { + var t1 = this._kStaticDraw; + return t1 == null ? this._kStaticDraw = this.glContext.STATIC_DRAW : t1; + }, + getUniformLocation$2(_, program, uniformName) { + var res = A.callMethod(this.glContext, "getUniformLocation", [program, uniformName]); + if (res == null) + throw A.wrapException(A.Exception_Exception(uniformName + " not found")); + else + return res; + }, + readPatternData$0() { + var canvas, _this = this, + t1 = _this.__engine$_canvas, + t2 = "transferToImageBitmap" in t1; + if (t2) { + 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); + return canvas; + } + } + }; + A.OffScreenCanvas.prototype = { + dispose$0(_) { + this.canvasElement = this.offScreenCanvas = null; + } + }; A.AccessibilityAnnouncements.prototype = { AccessibilityAnnouncements$_$0() { $._hotRestartListeners.push(new A.AccessibilityAnnouncements$__closure(this)); @@ -123376,7 +124709,7 @@ }; A._CheckableKind.prototype = { toString$0(_) { - return this.__engine$_name; + return "_CheckableKind." + this._core$_name; } }; A.Checkable.prototype = { @@ -123384,14 +124717,14 @@ var element, t2, _s4_ = "true", t1 = this.semanticsObject; if ((t1._dirtyFields & 1) !== 0) { - switch (this.__engine$_kind) { - case B._CheckableKind_0: + switch (this.__engine$_kind.index) { + case 0: t1.setAriaRole$2("checkbox", true); break; - case B._CheckableKind_1: + case 1: t1.setAriaRole$2("radio", true); break; - case B._CheckableKind_2: + case 2: t1.setAriaRole$2("switch", true); break; default: @@ -123410,14 +124743,14 @@ }, dispose$0(_) { var _this = this; - switch (_this.__engine$_kind) { - case B._CheckableKind_0: + switch (_this.__engine$_kind.index) { + case 0: _this.semanticsObject.setAriaRole$2("checkbox", false); break; - case B._CheckableKind_1: + case 1: _this.semanticsObject.setAriaRole$2("radio", false); break; - case B._CheckableKind_2: + case 2: _this.semanticsObject.setAriaRole$2("switch", false); break; default: @@ -123512,12 +124845,12 @@ }, update$0(_) { var _this = this; - switch (_this.semanticsObject.owner._gestureMode) { - case B.GestureMode_1: + switch (_this.semanticsObject.owner._gestureMode.index) { + case 1: _this._enableBrowserGestureHandling$0(); _this._updateInputValues$0(); break; - case B.GestureMode_0: + case 0: _this._disableBrowserGestureHandling$0(); break; default: @@ -123598,13 +124931,13 @@ A.invoke3(t1._onSemanticsAction, t1._onSemanticsActionZone, this.semanticsObject.id, B.SemanticsAction_128, null); } }, - $signature: 71 + $signature: 74 }; A.Incrementable_closure0.prototype = { call$1(mode) { this.$this.update$0(0); }, - $signature: 697 + $signature: 650 }; A.LabelAndValue.prototype = { update$0(_) { @@ -123620,7 +124953,7 @@ shouldDisplayValue = !((t3 & 64) !== 0 || (t3 & 128) !== 0); } else shouldDisplayValue = false; - if (!hasLabel && !shouldDisplayValue) { + if (!hasLabel && !shouldDisplayValue && true) { _this._cleanUpDom$0(); return; } @@ -123653,7 +124986,11 @@ t4.height = t1; } t1 = _this._auxiliaryValueElement.style; - t1.fontSize = "6px"; + t4 = $._configuration; + if (t4 == null) + t4 = $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration); + t4 = t4.get$debugShowSemanticsNodes(t4) ? "12px" : "6px"; + t1.fontSize = t4; t1 = _this._auxiliaryValueElement; t1.toString; t3.appendChild(t1); @@ -123776,8 +125113,8 @@ _s10_0 = "overflow-x", t1 = this.semanticsObject, element = t1.element; - switch (t1.owner._gestureMode) { - case B.GestureMode_1: + switch (t1.owner._gestureMode.index) { + case 1: t1 = t1.__engine$_actions; t1.toString; if ((t1 & 32) !== 0 || (t1 & 16) !== 0) { @@ -123790,7 +125127,7 @@ B.CssStyleDeclaration_methods._setPropertyHelper$3(t1, B.CssStyleDeclaration_methods._browserPropertyName$1(t1, _s10_0), "scroll", ""); } break; - case B.GestureMode_0: + case 0: t1 = t1.__engine$_actions; t1.toString; if ((t1 & 32) !== 0 || (t1 & 16) !== 0) { @@ -123832,13 +125169,13 @@ call$1(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 697 + $signature: 650 }; A.Scrollable_update_closure1.prototype = { call$1(_) { this.$this._recomputeScrollPosition$0(); }, - $signature: 71 + $signature: 74 }; A.SemanticsUpdate.prototype = { dispose$0(_) { @@ -123854,32 +125191,32 @@ }; A.Role.prototype = { toString$0(_) { - return this.__engine$_name; + return "Role." + this._core$_name; } }; A._roleFactories_closure.prototype = { call$1(object) { return A.Incrementable$(object); }, - $signature: 2190 + $signature: 2233 }; A._roleFactories_closure0.prototype = { call$1(object) { return new A.Scrollable0(object); }, - $signature: 2201 + $signature: 2275 }; A._roleFactories_closure1.prototype = { call$1(object) { return new A.LabelAndValue(object); }, - $signature: 2252 + $signature: 2386 }; A._roleFactories_closure2.prototype = { call$1(object) { return new A.Tappable(object); }, - $signature: 2286 + $signature: 2485 }; A._roleFactories_closure3.prototype = { call$1(object) { @@ -123923,25 +125260,25 @@ } return t1; }, - $signature: 2447 + $signature: 2520 }; A._roleFactories_closure4.prototype = { call$1(object) { return new A.Checkable(A._checkableKindFromSemanticsFlag(object), object); }, - $signature: 2457 + $signature: 2925 }; A._roleFactories_closure5.prototype = { call$1(object) { return new A.ImageRoleManager(object); }, - $signature: 2484 + $signature: 752 }; A._roleFactories_closure6.prototype = { call$1(object) { return new A.LiveRegion(object); }, - $signature: 741 + $signature: 900 }; A.RoleManager.prototype = {}; A.SemanticsObject.prototype = { @@ -123949,12 +125286,26 @@ var t1 = this.element, t2 = t1.style; t2.position = "absolute"; - if (this.id === 0 && true) { + 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.color = "rgba(0,0,0,0)"; + t1.outline = "1px solid green"; } }, get$value(_) { @@ -124194,12 +125545,12 @@ }; A.AccessibilityMode.prototype = { toString$0(_) { - return this.__engine$_name; + return "AccessibilityMode." + this._core$_name; } }; A.GestureMode.prototype = { toString$0(_) { - return this.__engine$_name; + return "GestureMode." + this._core$_name; } }; A.EngineSemanticsOwner.prototype = { @@ -124251,7 +125602,7 @@ t1 = _this._gestureModeClock; if (t1 == null) { t1 = _this._gestureModeClock = new A.AlarmClock(_this._now); - t1.__AlarmClock_callback = new A.EngineSemanticsOwner__getGestureModeClock_closure(_this); + t1.callback = new A.EngineSemanticsOwner__getGestureModeClock_closure(_this); } return t1; }, @@ -124371,8 +125722,8 @@ object._dirtyFields = (object._dirtyFields | 256) >>> 0; } t7 = nodeUpdate.hint; - if (object.__engine$_hint != t7) { - object.__engine$_hint = t7; + if (object._hint != t7) { + object._hint = t7; object._dirtyFields = (object._dirtyFields | 2048) >>> 0; } t7 = nodeUpdate.hintAttributes; @@ -124426,7 +125777,10 @@ t7 = object.__engine$_label; if (!(t7 != null && t7.length !== 0)) { t7 = object.__engine$_value; - t7 = t7 != null && t7.length !== 0; + if (!(t7 != null && t7.length !== 0)) + t7 = false; + else + t7 = true; } else t7 = true; if (t7) { @@ -124474,8 +125828,8 @@ if (_this._rootSemanticsElement == null) { t1 = t3.$index(0, 0).element; _this._rootSemanticsElement = t1; - t2 = $._domRenderer; - (t2 == null ? $._domRenderer = A.DomRenderer$() : t2)._semanticsHostElement.appendChild(t1); + t2 = $._flutterViewEmbedder; + (t2 == null ? $._flutterViewEmbedder = A.FlutterViewEmbedder$() : t2)._semanticsHostElement.appendChild(t1); } _this._finalizeTree$0(); } @@ -124492,7 +125846,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 718 + $signature: 647 }; A.EngineSemanticsOwner__getGestureModeClock_closure.prototype = { call$0() { @@ -124506,7 +125860,7 @@ }; A.EnabledState.prototype = { toString$0(_) { - return this.__engine$_name; + return "EnabledState." + this._core$_name; } }; A.SemanticsHelper.prototype = { @@ -124572,7 +125926,7 @@ call$1($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 71 + $signature: 74 }; A.MobileSemanticsEnabler.prototype = { get$isWaitingToEnableSemantics() { @@ -124677,7 +126031,7 @@ call$1($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 71 + $signature: 74 }; A.Tappable.prototype = { update$0(_) { @@ -124725,7 +126079,7 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); A.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, B.SemanticsAction_1, null); }, - $signature: 71 + $signature: 74 }; A.SemanticsTextEditingStrategy.prototype = { enable$3$onAction$onChange(_, inputConfig, onAction, onChange) { @@ -124905,7 +126259,7 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); A.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, B.SemanticsAction_1, null); }, - $signature: 71 + $signature: 74 }; A.TextField__initializeForWebkit_closure.prototype = { call$1($event) { @@ -124924,7 +126278,7 @@ B.JSNumber_methods.round$0(t2.clientX); t1.lastTouchStartOffsetY = B.JSNumber_methods.round$0(t2.clientY); }, - $signature: 71 + $signature: 74 }; A.TextField__initializeForWebkit_closure0.prototype = { call$1($event) { @@ -124949,7 +126303,7 @@ } t1.lastTouchStartOffsetY = t1.lastTouchStartOffsetX = null; }, - $signature: 71 + $signature: 74 }; A.TextField_update_closure.prototype = { call$0() { @@ -125355,7 +126709,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 121 + $signature: 113 }; A.StandardMethodCodec.prototype = { decodeMethodCall$1(methodCall) { @@ -125493,206 +126847,209 @@ return type$.HtmlElement._as(domElement.cloneNode(true)); }, _createDomElement$0() { - var cssStyle, t3, t4, lines, element, span, i, element0, line, boxes, j, j0, box, color, background, t5, updateDecoration, t6, value, textDecoration, decorationColor, fontFeatures, style, ellipsis, _this = this, _null = null, - t1 = $._domRenderer, - t2 = type$.HtmlElement, - rootElement = t2._as((t1 == null ? $._domRenderer = A.DomRenderer$() : t1).createElement$1(0, "p")); - t1 = _this.paragraphStyle; - cssStyle = rootElement.style; - t3 = t1.textAlign; - t4 = t1.textDirection; - t3 = A.textAlignToCssValue(t3, t4 == null ? B.TextDirection_1 : t4); - cssStyle.textAlign = t3; - if (t1.get$lineHeight(t1) != null) { - t3 = A.S(t1.get$lineHeight(t1)); - cssStyle.lineHeight = t3; + var t4, cssStyle, t5, t6, lines, element, span, i, line, boxes, j, j0, box, t7, t8, color, strokeWidth, adaptedWidth, ratio, value, background, fontSize, updateDecoration, shadows, t9, textDecoration, decorationColor, fontFeatures, style, ellipsis, _this = this, _null = null, + t1 = document, + t2 = t1.createElement("p"), + t3 = type$.HtmlElement; + t3._as(t2); + t4 = _this.paragraphStyle; + cssStyle = t2.style; + t5 = t4.textAlign; + t6 = t4.textDirection; + t5 = A.textAlignToCssValue(t5, t6 == null ? B.TextDirection_1 : t6); + cssStyle.textAlign = t5; + if (t4.get$lineHeight(t4) != null) { + t5 = A.S(t4.get$lineHeight(t4)); + cssStyle.lineHeight = t5; } - if (t4 != null) { - t3 = A.textDirectionToCss(t4); + if (t6 != null) { + t5 = A.textDirectionToCss(t6); cssStyle.toString; - cssStyle.direction = t3 == null ? "" : t3; + cssStyle.direction = t5 == null ? "" : t5; } - A._applySpanStylesToParagraph(rootElement, _this.spans); - cssStyle = rootElement.style; + A._applySpanStylesToParagraph(t2, _this.spans); + cssStyle = t2.style; cssStyle.position = "absolute"; cssStyle.whiteSpace = "pre"; if (_this.get$_layoutService().width > _this.get$longestLine()) { - t3 = A.S(_this.get$_layoutService().width) + "px"; - cssStyle.width = t3; + t5 = A.S(_this.get$_layoutService().width) + "px"; + cssStyle.width = t5; } - if (t1.maxLines != null || t1.ellipsis != null) { + if (t4.maxLines != null || t4.ellipsis != null) { B.CssStyleDeclaration_methods._setPropertyHelper$3(cssStyle, B.CssStyleDeclaration_methods._browserPropertyName$1(cssStyle, "overflow-y"), "hidden", ""); - t1 = A.S(_this.get$_layoutService().height) + "px"; - cssStyle.height = t1; + t4 = A.S(_this.get$_layoutService().height) + "px"; + cssStyle.height = t4; } lines = _this.get$_layoutService().lines; - for (element = rootElement, span = _null, i = 0; i < lines.length; ++i) { + for (element = t2, span = _null, i = 0; i < lines.length; ++i) { if (i > 0) { - t1 = $._domRenderer; - t1 == null ? $._domRenderer = A.DomRenderer$() : t1; - element0 = document.createElement("br"); - element.appendChild(element0); + t4 = t1.createElement("br"); + element.appendChild(t4); } line = lines[i]; boxes = line.boxes; - for (j = 0, t1 = ""; j < boxes.length; j = j0) { + for (j = 0, t4 = ""; j < boxes.length; j = j0) { j0 = j + 1; box = boxes[j]; - t3 = box instanceof A.SpanBox; - if (t3 && box.span == span) { - t1 += B.JSString_methods.substring$2(box.spanometer.paragraph.plainText, box.start.index, box.end.indexWithoutTrailingNewlines); + t5 = box instanceof A.SpanBox; + if (t5 && box.span == span) { + t4 += B.JSString_methods.substring$2(box.spanometer.paragraph.plainText, box.start.index, box.end.indexWithoutTrailingNewlines); continue; } - if (t1.length !== 0) { - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - element.appendChild(document.createTextNode(t1.charCodeAt(0) == 0 ? t1 : t1)); - t1 = ""; + if (t4.length !== 0) { + element.appendChild(t1.createTextNode(t4.charCodeAt(0) == 0 ? t4 : t4)); t4 = ""; + t6 = ""; } else - t4 = t1; - if (t3) { + t6 = t4; + if (t5) { span = box.span; - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - element = document.createElement("span"); - t2._as(element); - t3 = span.style; - cssStyle = element.style; - t4 = t3.foreground; - color = t4 == null ? _null : t4.get$color(t4); + t5 = t1.createElement("span"); + t3._as(t5); + t6 = span.style; + cssStyle = t5.style; + t7 = t6.foreground; + t8 = t7 == null; + color = t8 ? _null : t7.get$color(t7); if (color == null) - color = t3.color; - if (color != null) { - t4 = A.colorToCssString(color); + color = t6.color; + if ((t8 ? _null : t7.get$style(t7)) === B.PaintingStyle_1) { + cssStyle.color = "transparent"; + strokeWidth = t8 ? _null : t7.get$strokeWidth(); + if (strokeWidth != null && strokeWidth > 0) + adaptedWidth = strokeWidth; + else { + t7 = $.$get$window()._debugDevicePixelRatio; + if (t7 == null) { + ratio = window.devicePixelRatio; + t7 = ratio == null || ratio === 0 ? 1 : ratio; + } + adaptedWidth = 1 / t7; + } + value = A.S(adaptedWidth) + "px " + A.S(A.colorToCssString(color)); + t7 = B.CssStyleDeclaration_methods._browserPropertyName$1(cssStyle, "text-stroke"); + cssStyle.setProperty(t7, value, ""); + } else if (color != null) { + t7 = A.colorToCssString(color); cssStyle.toString; - cssStyle.color = t4 == null ? "" : t4; + cssStyle.color = t7 == null ? "" : t7; } - t4 = t3.background; - background = t4 == null ? _null : t4.get$color(t4); + t7 = t6.background; + background = t7 == null ? _null : t7.get$color(t7); if (background != null) { - t4 = A.colorToCssString(background); + t7 = A.colorToCssString(background); cssStyle.toString; - cssStyle.backgroundColor = t4 == null ? "" : t4; + cssStyle.backgroundColor = t7 == null ? "" : t7; } - t4 = t3.height; - if (t4 != null) { - t4 = A.S(t4); - cssStyle.lineHeight = t4; + t7 = t6.height; + if (t7 != null) { + t7 = A.S(t7); + cssStyle.lineHeight = t7; } - t4 = t3.fontSize; - if (t4 != null) { - t4 = "" + B.JSNumber_methods.floor$0(t4) + "px"; - cssStyle.fontSize = t4; + fontSize = t6.fontSize; + if (fontSize != null) { + t7 = "" + B.JSNumber_methods.floor$0(fontSize) + "px"; + cssStyle.fontSize = t7; } - t4 = t3.fontWeight; - if (t4 != null) { - t4 = A.fontWeightToCss(t4); + t7 = t6.fontWeight; + if (t7 != null) { + t7 = A.fontWeightToCss(t7); cssStyle.toString; - cssStyle.fontWeight = t4 == null ? "" : t4; + cssStyle.fontWeight = t7 == null ? "" : t7; } - t4 = t3.fontStyle; - if (t4 != null) { - t4 = t4 === B.FontStyle_0 ? "normal" : "italic"; - cssStyle.fontStyle = t4; + t7 = t6.fontStyle; + if (t7 != null) { + t7 = t7 === B.FontStyle_0 ? "normal" : "italic"; + cssStyle.fontStyle = t7; } - t4 = A.canonicalizeFontFamily(t3.fontFamily); + t7 = A.canonicalizeFontFamily(t6.fontFamily); cssStyle.toString; - cssStyle.fontFamily = t4 == null ? "" : t4; - t4 = t3.letterSpacing; - if (t4 != null) { - t4 = A.S(t4) + "px"; - cssStyle.letterSpacing = t4; + cssStyle.fontFamily = t7 == null ? "" : t7; + t7 = t6.letterSpacing; + if (t7 != null) { + t7 = A.S(t7) + "px"; + cssStyle.letterSpacing = t7; } - t4 = t3.wordSpacing; - if (t4 != null) { - t4 = A.S(t4) + "px"; - cssStyle.wordSpacing = t4; + t7 = t6.wordSpacing; + if (t7 != null) { + t7 = A.S(t7) + "px"; + cssStyle.wordSpacing = t7; } - t4 = t3.decoration; - t5 = t4 != null; - updateDecoration = t5 && true; - t6 = t3.shadows; - if (t6 != null) { - value = A._shadowListToCss(t6); - t6 = (cssStyle && B.CssStyleDeclaration_methods)._browserPropertyName$1(cssStyle, "text-shadow"); - cssStyle.setProperty(t6, value, ""); + t7 = t6.decoration; + t8 = t7 != null; + updateDecoration = t8 && true; + shadows = t6.shadows; + if (shadows != null) { + value = A._shadowListToCss(shadows); + t9 = B.CssStyleDeclaration_methods._browserPropertyName$1(cssStyle, "text-shadow"); + cssStyle.setProperty(t9, value, ""); } if (updateDecoration) - if (t5) { - t5 = t3.decorationStyle; - t4 = t4._mask; - t6 = (t4 | 1) === t4 ? "underline " : ""; - if ((t4 | 2) === t4) - t6 += "overline "; - t4 = (t4 | 4) === t4 ? t6 + "line-through " : t6; - if (t5 != null) - t4 += A.S(A._decorationStyleToCssString(t5)); - textDecoration = t4.length === 0 ? _null : t4.charCodeAt(0) == 0 ? t4 : t4; + if (t8) { + t8 = t6.decorationStyle; + t7 = t7._mask; + t9 = (t7 | 1) === t7 ? "underline " : ""; + if ((t7 | 2) === t7) + t9 += "overline "; + t7 = (t7 | 4) === t7 ? t9 + "line-through " : t9; + if (t8 != null) + t7 += A.S(A._decorationStyleToCssString(t8)); + textDecoration = t7.length === 0 ? _null : t7.charCodeAt(0) == 0 ? t7 : t7; if (textDecoration != null) { - t4 = $.$get$_browserEngine(); - if (t4 === B.BrowserEngine_1) { - t4 = element.style; - t4.toString; - t5 = B.CssStyleDeclaration_methods._browserPropertyName$1(t4, "-webkit-text-decoration"); - t4.setProperty(t5, textDecoration, ""); + t7 = $.$get$_browserEngine(); + if (t7 === B.BrowserEngine_1) { + t7 = t5.style; + t7.toString; + t8 = B.CssStyleDeclaration_methods._browserPropertyName$1(t7, "-webkit-text-decoration"); + t7.setProperty(t8, textDecoration, ""); } else cssStyle.textDecoration = textDecoration; - decorationColor = t3.decorationColor; + decorationColor = t6.decorationColor; if (decorationColor != null) { - t4 = A.colorToCssString(decorationColor); - t4.toString; - t5 = (cssStyle && B.CssStyleDeclaration_methods)._browserPropertyName$1(cssStyle, "text-decoration-color"); - cssStyle.setProperty(t5, t4, ""); + t7 = A.colorToCssString(decorationColor); + t7.toString; + t8 = B.CssStyleDeclaration_methods._browserPropertyName$1(cssStyle, "text-decoration-color"); + cssStyle.setProperty(t8, t7, ""); } } } - fontFeatures = t3.fontFeatures; + fontFeatures = t6.fontFeatures; if (fontFeatures != null && true) { value = A._fontFeatureListToCss(fontFeatures); - t3 = (cssStyle && B.CssStyleDeclaration_methods)._browserPropertyName$1(cssStyle, "font-feature-settings"); - cssStyle.setProperty(t3, value, ""); + t6 = B.CssStyleDeclaration_methods._browserPropertyName$1(cssStyle, "font-feature-settings"); + cssStyle.setProperty(t6, value, ""); } - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - rootElement.appendChild(element); - t1 += B.JSString_methods.substring$2(box.spanometer.paragraph.plainText, box.start.index, box.end.indexWithoutTrailingNewlines); - t3 = t1; + t2.appendChild(t5); + t4 += B.JSString_methods.substring$2(box.spanometer.paragraph.plainText, box.start.index, box.end.indexWithoutTrailingNewlines); + element = t5; + t5 = t4; } else { if (box instanceof A.PlaceholderBox) { - t3 = $._domRenderer; - t3 == null ? $._domRenderer = A.DomRenderer$() : t3; - t3 = box.placeholder; - element = document.createElement("span"); + t5 = box.placeholder; + element = t1.createElement("span"); style = element.style; style.display = "inline-block"; - t5 = A.S(t3.get$width(t3)) + "px"; - style.width = t5; - t5 = A.S(t3.get$height(t3)) + "px"; - style.height = t5; - t3 = A._placeholderAlignmentToCssVerticalAlign(t3); - style.verticalAlign = t3; - rootElement.appendChild(element); + t7 = A.S(t5.get$width(t5)) + "px"; + style.width = t7; + t7 = A.S(t5.get$height(t5)) + "px"; + style.height = t7; + t5 = A._placeholderAlignmentToCssVerticalAlign(t5); + style.verticalAlign = t5; + t2.appendChild(element); } else throw A.wrapException(A.UnimplementedError$("Unknown box type: " + A.getRuntimeType(box).toString$0(0))); - t3 = t4; - element = rootElement; + t5 = t6; + element = t2; span = _null; } } - if (t1.length !== 0) { - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - element.appendChild(document.createTextNode(t1.charCodeAt(0) == 0 ? t1 : t1)); - } + if (t4.length !== 0) + element.appendChild(t1.createTextNode(t4.charCodeAt(0) == 0 ? t4 : t4)); ellipsis = line.ellipsis; - if (ellipsis != null) { - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - element.appendChild(document.createTextNode(ellipsis)); - } + if (ellipsis != null) + element.appendChild(t1.createTextNode(ellipsis)); } - return rootElement; + return t2; }, getBoxesForPlaceholders$0() { return this.get$_layoutService().getBoxesForPlaceholders$0(); @@ -125723,6 +127080,9 @@ line = lines[i]; return new A.TextRange(line.startIndex, line.endIndex); }, + computeLineMetrics$0() { + return this.get$_layoutService().lines; + }, $isEngineParagraph: 1 }; A.FlatTextSpan.prototype = {$isParagraphSpan: 1}; @@ -126125,7 +127485,7 @@ call$1(_) { document.fonts.add(this.fontFace); }, - $signature: 898 + $signature: 931 }; A.FontManager__loadFontFace_closure0.prototype = { call$1(e) { @@ -126210,11 +127570,11 @@ call$1($name) { return A.S($name) + ": " + A.S(this.fontStyleMap.$index(0, $name)) + ";"; }, - $signature: 95 + $signature: 125 }; A.TextLayoutService.prototype = { performLayout$1(constraints) { - var t4, spanometer, currentLine, t5, spanIndex, span, nextBreak, t6, additionalWidth, t7, _i, line, longestLineWidth, breakToNextLine, widthOfLastSegment, _this = this, + var t4, spanometer, currentLine, t5, spanIndex, span, nextBreak, t6, additionalWidth, t7, revertedToSpan, _i, line, longestLineWidth, breakToNextLine, widthOfLastSegment, _this = this, t1 = _this.paragraph, t2 = t1.spans, spanCount = t2.length, @@ -126228,10 +127588,10 @@ if (spanCount === 0) return; spanometer = new A.Spanometer(t1, _this.context); - currentLine = A.LineBuilder$_(t1, spanometer, 0, 0, t3, B.LineBreakResult_8aB); + currentLine = A.LineBuilder$_(t1, spanometer, 0, 0, t3, B.LineBreakResult_vhn); for (t5 = t1.paragraphStyle, spanIndex = 0; true;) { if (spanIndex === spanCount) { - if (currentLine._segments.length !== 0 || currentLine.end.type !== B.LineBreakType_3) { + if (currentLine._segments.length !== 0 || currentLine.__engine$_end.type !== B.LineBreakType_3) { currentLine.extendToEndOfText$0(); t4.push(currentLine.build$0(0)); } @@ -126255,16 +127615,22 @@ currentLine.forceBreak$3$allowEmpty$ellipsis(nextBreak, true, t6); t4.push(currentLine.build$1$ellipsis(0, t6)); break; - } else if (currentLine._segments.length === 0) { + } else if (!currentLine.isBreakable) { currentLine.forceBreak$2$allowEmpty(nextBreak, false); t4.push(currentLine.build$0(0)); currentLine = currentLine.nextLine$0(); } else { + currentLine.revertToLastBreakOpportunity$0(); + revertedToSpan = B.JSArray_methods.get$last(currentLine._segments).span; + for (; span !== revertedToSpan;) { + --spanIndex; + span = t2[spanIndex]; + } t4.push(currentLine.build$0(0)); currentLine = currentLine.nextLine$0(); } } - if (currentLine.end.index >= span.end) { + if (currentLine.__engine$_end.index >= span.end) { currentLine.createBox$0(); ++spanIndex; } @@ -126286,14 +127652,14 @@ if (longestLineWidth < line.width) _this.longestLine = line; } - currentLine = A.LineBuilder$_(t1, spanometer, 0, 0, t3, B.LineBreakResult_8aB); + currentLine = A.LineBuilder$_(t1, spanometer, 0, 0, t3, B.LineBreakResult_vhn); for (spanIndex = 0; spanIndex < spanCount;) { span = t2[spanIndex]; spanometer.set$currentSpan(span); nextBreak = currentLine.findNextBreak$0(); currentLine.extendTo$1(nextBreak); breakToNextLine = nextBreak.lineBreak.type === B.LineBreakType_2 && true; - if (currentLine.end.index >= span.end) + if (currentLine.__engine$_end.index >= span.end) ++spanIndex; widthOfLastSegment = B.JSArray_methods.get$last(currentLine._segments).width; if (_this.minIntrinsicWidth < widthOfLastSegment) @@ -126318,8 +127684,8 @@ if (box instanceof A.PlaceholderBox) { t8 = box.paragraphDirection; t9 = t8 === B.TextDirection_1; - t10 = t9 ? A._lateReadCheck(box.__RangeBox_startOffset, _s11_) : B.JSNumber_methods.$sub(A._lateReadCheck(box.__RangeBox_lineWidth, _s9_), B.JSNumber_methods.$add(A._lateReadCheck(box.__RangeBox_startOffset, _s11_), box.width)); - t9 = t9 ? B.JSNumber_methods.$add(A._lateReadCheck(box.__RangeBox_startOffset, _s11_), box.width) : B.JSNumber_methods.$sub(A._lateReadCheck(box.__RangeBox_lineWidth, _s9_), A._lateReadCheck(box.__RangeBox_startOffset, _s11_)); + t10 = t9 ? A._lateReadCheck(box.__RangeBox_startOffset, _s11_) : A._lateReadCheck(box.__RangeBox_lineWidth, _s9_) - (A._lateReadCheck(box.__RangeBox_startOffset, _s11_) + box.width); + t9 = t9 ? A._lateReadCheck(box.__RangeBox_startOffset, _s11_) + box.width : A._lateReadCheck(box.__RangeBox_lineWidth, _s9_) - A._lateReadCheck(box.__RangeBox_startOffset, _s11_); t11 = box.placeholder; switch (t11.get$alignment()) { case B.PlaceholderAlignment_3: @@ -126384,8 +127750,8 @@ 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_) : B.JSNumber_methods.$sub(A._lateReadCheck(box.__RangeBox_lineWidth, _s9_), B.JSNumber_methods.$add(A._lateReadCheck(box.__RangeBox_startOffset, _s11_), box.width))) <= dx) { - t4 = dx <= (t3 ? B.JSNumber_methods.$add(A._lateReadCheck(box.__RangeBox_startOffset, _s11_), box.width) : B.JSNumber_methods.$sub(A._lateReadCheck(box.__RangeBox_lineWidth, _s9_), A._lateReadCheck(box.__RangeBox_startOffset, _s11_))); + if ((t3 ? A._lateReadCheck(box.__RangeBox_startOffset, _s11_) : A._lateReadCheck(box.__RangeBox_lineWidth, _s9_) - (A._lateReadCheck(box.__RangeBox_startOffset, _s11_) + box.width)) <= dx) { + t4 = dx <= (t3 ? A._lateReadCheck(box.__RangeBox_startOffset, _s11_) + box.width : A._lateReadCheck(box.__RangeBox_lineWidth, _s9_) - A._lateReadCheck(box.__RangeBox_startOffset, _s11_)); t3 = t4; } else t3 = false; @@ -126404,24 +127770,18 @@ y -= t3; } return B.JSArray_methods.get$last(t1); - }, - set$width(receiver, val) { - return this.width = val; - }, - set$height(receiver, val) { - return this.height = val; } }; A.RangeBox.prototype = { get$left(_) { var _this = this, _s11_ = "startOffset"; - return _this.paragraphDirection === B.TextDirection_1 ? A._lateReadCheck(_this.__RangeBox_startOffset, _s11_) : B.JSNumber_methods.$sub(A._lateReadCheck(_this.__RangeBox_lineWidth, "lineWidth"), B.JSNumber_methods.$add(A._lateReadCheck(_this.__RangeBox_startOffset, _s11_), _this.width)); + 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.width); }, get$right(_) { var _this = this, _s11_ = "startOffset"; - return _this.paragraphDirection === B.TextDirection_1 ? B.JSNumber_methods.$add(A._lateReadCheck(_this.__RangeBox_startOffset, _s11_), _this.width) : B.JSNumber_methods.$sub(A._lateReadCheck(_this.__RangeBox_lineWidth, "lineWidth"), A._lateReadCheck(_this.__RangeBox_startOffset, _s11_)); + return _this.paragraphDirection === B.TextDirection_1 ? A._lateReadCheck(_this.__RangeBox_startOffset, _s11_) + _this.width : A._lateReadCheck(_this.__RangeBox_lineWidth, "lineWidth") - A._lateReadCheck(_this.__RangeBox_startOffset, _s11_); } }; A.PlaceholderBox.prototype = {}; @@ -126475,6 +127835,11 @@ }; A.LineSegment.prototype = {}; A.LineBuilder.prototype = { + set$end(_, value) { + if (value.type !== B.LineBreakType_1) + this.isBreakable = true; + this.__engine$_end = value; + }, get$isEmpty(_) { return this._segments.length === 0; }, @@ -126482,15 +127847,15 @@ var emptySpace = this.maxWidth - this.width, t1 = this.paragraph.paragraphStyle, textAlign = t1.textAlign; - switch (textAlign) { - case B.TextAlign_2: + switch (textAlign.index) { + case 2: return emptySpace / 2; - case B.TextAlign_1: + case 1: return emptySpace; - case B.TextAlign_4: + case 4: t1 = t1.textDirection; return (t1 == null ? B.TextDirection_1 : t1) === B.TextDirection_0 ? emptySpace : 0; - case B.TextAlign_5: + case 5: t1 = t1.textDirection; return (t1 == null ? B.TextDirection_1 : t1) === B.TextDirection_0 ? 0 : emptySpace; default: @@ -126499,7 +127864,7 @@ }, getAdditionalWidthTo$1(newEnd) { var _this = this, - t1 = _this.end.index, + t1 = _this.__engine$_end.index, t2 = newEnd.indexWithoutTrailingSpaces; if (t1 === t2) return 0; @@ -126556,7 +127921,7 @@ }, extendToEndOfText$0() { var t1, endOfText, t2, t3, _this = this; - if (_this.end.type === B.LineBreakType_3) + if (_this.__engine$_end.type === B.LineBreakType_3) return; t1 = _this.paragraph.plainText.length; endOfText = new A.LineBreakResult(t1, t1, t1, B.LineBreakType_3); @@ -126572,11 +127937,11 @@ _this.descent = Math.max(t3, t2 - t1.get$alphabeticBaseline(t1)); _this._addSegment$1(_this._createSegment$1(endOfText)); } else - _this.end = endOfText; + _this.set$end(0, endOfText); }, _createSegment$1(segmentEnd) { var t3, - segmentStart = this.end, + segmentStart = this.__engine$_end, t1 = this.spanometer, t2 = t1._currentSpan; t2.toString; @@ -126592,18 +127957,18 @@ _this.width = t2 + (_this.widthIncludingSpace - t2 + t1); } _this.widthIncludingSpace = _this.widthIncludingSpace + segment.widthIncludingSpace; - _this.end = segment.end; + _this.set$end(0, segment.end); }, _popSegment$0() { - var t2, i, widthOfTrailingSpace, _this = this, + var t2, i, widthOfTrailingSpace, poppedBox, _this = this, t1 = _this._segments, poppedSegment = t1.pop(); if (t1.length === 0) { _this.widthIncludingSpace = _this.width = 0; - _this.end = _this.start; + _this.set$end(0, _this.start); } else { _this.widthIncludingSpace = _this.widthIncludingSpace - poppedSegment.widthIncludingSpace; - _this.end = B.JSArray_methods.get$last(t1).end; + _this.set$end(0, B.JSArray_methods.get$last(t1).end); t2 = poppedSegment.width; if (t2 !== 0) { _this.width -= t2; @@ -126623,6 +127988,12 @@ _this.width -= widthOfTrailingSpace; } } + if (_this.get$_currentBoxStart().index > poppedSegment.start.index) { + poppedBox = _this._boxes.pop(); + _this._currentBoxStartOffset = _this._currentBoxStartOffset - poppedBox.width; + if (poppedBox instanceof A.SpanBox && poppedBox.isSpaceOnly) + --_this._spaceBoxCount; + } return poppedSegment; }, forceBreak$3$allowEmpty$ellipsis(nextBreak, allowEmpty, ellipsis) { @@ -126630,7 +128001,7 @@ if (ellipsis == null) { t1 = _this.widthIncludingSpace; t2 = nextBreak.lineBreak.indexWithoutTrailingSpaces; - breakingPoint = _this.spanometer.forceBreak$4$allowEmpty$availableWidth(_this.end.index, t2, allowEmpty, _this.maxWidth - t1); + breakingPoint = _this.spanometer.forceBreak$4$allowEmpty$availableWidth(_this.__engine$_end.index, t2, allowEmpty, _this.maxWidth - t1); if (breakingPoint === t2) _this.extendTo$1(nextBreak); else @@ -126660,6 +128031,10 @@ forceBreak$2$allowEmpty(nextBreak, allowEmpty) { return this.forceBreak$3$allowEmpty$ellipsis(nextBreak, allowEmpty, null); }, + revertToLastBreakOpportunity$0() { + for (; this.__engine$_end.type === B.LineBreakType_1;) + this._popSegment$0(); + }, get$_currentBoxStart() { var t1 = this._boxes; if (t1.length === 0) @@ -126669,7 +128044,7 @@ createBox$1$isSpaceOnly(isSpaceOnly) { var t1, t2, t3, t4, t5, t6, t7, t8, t9, _this = this, boxStart = _this.get$_currentBoxStart(), - boxEnd = _this.end; + boxEnd = _this.__engine$_end; if (boxStart.index === boxEnd.index) return; t1 = _this.spanometer; @@ -126686,6 +128061,8 @@ t8 = t8.get$height(t8); t9 = t1._currentRuler; _this._boxes.push(new A.SpanBox(t1, t7, t6, isSpaceOnly, t8, t9.get$alphabeticBaseline(t9), boxStart, boxEnd, t2 - t3, t4, t5)); + if (isSpaceOnly) + ++_this._spaceBoxCount; _this._currentBoxStartOffset = _this.widthIncludingSpace; }, createBox$0() { @@ -126697,21 +128074,21 @@ _this._positionBoxes$0(); ellipsisWidth = ellipsis == null ? 0 : A.measureSubstring(_this.spanometer.context, ellipsis, 0, ellipsis.length, null); t1 = _this.start.index; - t2 = _this.end; + t2 = _this.__engine$_end; endIndexWithoutNewlines = Math.max(t1, t2.indexWithoutTrailingNewlines); if (t2.type !== B.LineBreakType_3 && _this.get$_isLastBoxAPlaceholder()) hardBreak = false; else { - t2 = _this.end.type; + t2 = _this.__engine$_end.type; hardBreak = t2 === B.LineBreakType_2 || t2 === B.LineBreakType_3; } - t2 = _this.end; + t2 = _this.__engine$_end; t3 = _this.width; t4 = _this.widthIncludingSpace; t5 = _this.get$alignOffset(); t6 = _this.ascent; t7 = _this.descent; - return new A.EngineLineMetrics(ellipsis, t1, t2.index, endIndexWithoutNewlines, _this._boxes, hardBreak, t6, t7, t6 + t7, t3 + ellipsisWidth, t4 + ellipsisWidth, t5, _this.accumulatedHeight + t6, _this.lineNumber); + return new A.EngineLineMetrics(ellipsis, t1, t2.index, endIndexWithoutNewlines, _this._boxes, _this._spaceBoxCount, hardBreak, t6, t7, t6 + t7, t3 + ellipsisWidth, t4 + ellipsisWidth, t5, _this.accumulatedHeight + t6, _this.lineNumber); }, build$0($receiver) { return this.build$1$ellipsis($receiver, null); @@ -126769,19 +128146,19 @@ return cumulativeWidth; }, findNextBreak$0() { - var _this = this, - text = _this.paragraph.plainText, - maxEnd = _this.spanometer._currentSpan.end, - result = A.nextLineBreak(text, _this.end.index, maxEnd); - return A.getDirectionalBlockEnd(text, _this.end, result); + var maxEnd, _this = this, + nextBreak = _this._cachedNextBreak, + text = _this.paragraph.plainText; + if (nextBreak == null || _this.__engine$_end.index >= nextBreak.index) { + maxEnd = _this.spanometer._currentSpan.end; + nextBreak = _this._cachedNextBreak = A.nextLineBreak(text, _this.__engine$_end.index, maxEnd); + } + return A.getDirectionalBlockEnd(text, _this.__engine$_end, nextBreak); }, nextLine$0() { var _this = this, - t1 = _this.end; + t1 = _this.__engine$_end; return A.LineBuilder$_(_this.paragraph, _this.spanometer, _this.accumulatedHeight + (_this.ascent + _this.descent), _this.lineNumber + 1, _this.maxWidth, t1); - }, - set$width(receiver, val) { - return this.width = val; } }; A.Spanometer.prototype = { @@ -126841,12 +128218,12 @@ }; A.LineCharProperty.prototype = { toString$0(_) { - return this.__engine$_name; + return "LineCharProperty." + this._core$_name; } }; A.LineBreakType.prototype = { toString$0(_) { - return this.__engine$_name; + return "LineBreakType." + this._core$_name; } }; A.LineBreakResult.prototype = { @@ -126876,76 +128253,102 @@ }; A.TextPaintService.prototype = { paint$2(canvas, offset) { - var t1, _i, line, t2, t3, _i0, - lines = this.paragraph.get$_layoutService().lines; - for (t1 = lines.length, _i = 0; _i < lines.length; lines.length === t1 || (0, A.throwConcurrentModificationError)(lines), ++_i) { + var lastLine, t2, t3, _i, line, t4, lastBox, justifyPerSpaceBox, t5, t6, justifiedOffset, _i0, box, background, t7, rect, + t1 = this.paragraph, + lines = t1.get$_layoutService().lines; + if (lines.length === 0) + return; + lastLine = B.JSArray_methods.get$last(lines); + for (t2 = lines.length, t3 = type$.nullable_SurfacePaint, _i = 0; _i < lines.length; lines.length === t2 || (0, A.throwConcurrentModificationError)(lines), ++_i) { line = lines[_i]; - for (t2 = line.boxes, t3 = t2.length, _i0 = 0; _i0 < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i0) - this.__engine$_paintBox$4(canvas, offset, line, t2[_i0]); + t4 = line.boxes; + if (t4.length === 0) + continue; + lastBox = B.JSArray_methods.get$last(t4); + justifyPerSpaceBox = A._calculateJustifyPerSpaceBox(t1, line, lastLine, lastBox); + for (t5 = t4.length, t6 = justifyPerSpaceBox !== 0, justifiedOffset = offset, _i0 = 0; _i0 < t4.length; t4.length === t5 || (0, A.throwConcurrentModificationError)(t4), ++_i0) { + box = t4[_i0]; + if (!(box === lastBox && box instanceof A.SpanBox && box.isSpaceOnly)) + if (box instanceof A.SpanBox) { + background = t3._as(box.span.style.background); + if (background != null) { + t7 = box.intersect$3(line, box.start.index, box.end.index); + rect = new A.Rect(t7.left, t7.top, t7.right, t7.bottom).shift$1(justifiedOffset); + if (box.isSpaceOnly) + rect = A.Rect$fromPoints(new A.Offset(rect.left, rect.top), new A.Offset(rect.right + justifyPerSpaceBox, rect.bottom + 0)); + background._frozen = true; + canvas.drawRect$2(0, rect, background._paintData); + } + } + this._paintText$4(canvas, justifiedOffset, line, box); + if (box instanceof A.SpanBox && box.isSpaceOnly && t6) + justifiedOffset = new A.Offset(justifiedOffset._dx + justifyPerSpaceBox, justifiedOffset._dy + 0); + } } }, - __engine$_paintBox$4(canvas, offset, line, box) { - var t1, background, t2, foreground, paint, t3, t4, x, y, text, letterSpacing, len, charX, i, char, ctx, ellipsis; + _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; if (box instanceof A.SpanBox) { t1 = box.span.style; - background = type$.nullable_SurfacePaint._as(t1.background); - if (background != null) { - t2 = box.intersect$3(line, box.start.index, box.end.index); - t2 = new A.Rect(t2.left, t2.top, t2.right, t2.bottom).shift$1(offset); - background._frozen = true; - canvas.drawRect$2(0, t2, background._paintData); - } foreground = t1.foreground; - if (foreground != null) { + t2 = foreground == null; + if (!t2) { type$.SurfacePaint._as(foreground); paint = foreground; } else { - t2 = A._detectRenderer(); - t2 = t2 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - t3 = t1.color; - t3.toString; - t2.set$color(0, t3); - type$.SurfacePaint._as(t2); - paint = t2; + t3 = A._detectRenderer(); + t3 = t3 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); + t4 = t1.color; + t4.toString; + t3.set$color(0, t4); + type$.SurfacePaint._as(t3); + paint = t3; } - t2 = t1.get$cssFontString(); - if (t2 !== canvas._cachedLastCssFont) { - t3 = canvas._canvasPool; - t3.get$context(t3).font = t2; - canvas._cachedLastCssFont = t2; + t3 = t1.get$cssFontString(); + if (t3 !== canvas._cachedLastCssFont) { + t4 = canvas._canvasPool; + t4.get$context(t4).font = t3; + canvas._cachedLastCssFont = t3; } - t2 = paint._frozen = true; - t3 = paint._paintData; - t4 = canvas._canvasPool; - t4.get$contextHandle().setUpPaint$2(t3, null); - t3 = offset._dx + line.left; - x = t3 + box.get$left(box); + t3 = paint._frozen = true; + 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; - text = B.JSString_methods.substring$2(this.paragraph.plainText, box.start.index, box.end.indexWithoutTrailingNewlines); - letterSpacing = t1.letterSpacing; - if (letterSpacing != null ? letterSpacing === 0 : t2) - canvas.fillText$4$shadows(0, text, x, y, t1.shadows); - else { - len = text.length; - for (t1 = t1.shadows, charX = x, i = 0; i < len; ++i) { - char = text[i]; - canvas.fillText$4$shadows(0, char, B.JSNumber_methods.roundToDouble$0(charX), y, t1); - ctx = t4.__engine$_context; - if (ctx == null) { - t4._createCanvas$0(); - t2 = t4.__engine$_context; - t2.toString; - ctx = t2; + if (!box.isSpaceOnly) { + text = B.JSString_methods.substring$2(this.paragraph.plainText, box.start.index, box.end.indexWithoutTrailingNewlines); + letterSpacing = t1.letterSpacing; + if (letterSpacing != null ? letterSpacing === 0 : t3) { + t3 = t2 ? _null : foreground.get$style(foreground); + canvas.drawText$5$shadows$style(text, x, y, t1.shadows, t3); + } else { + len = text.length; + for (t1 = t1.shadows, charX = x, i = 0; i < len; ++i) { + char = text[i]; + t3 = B.JSNumber_methods.roundToDouble$0(charX); + canvas.drawText$5$shadows$style(char, t3, y, t1, t2 ? _null : foreground.get$style(foreground)); + ctx = t5.__engine$_context; + if (ctx == null) { + t5._createCanvas$0(); + t3 = t5.__engine$_context; + t3.toString; + ctx = t3; + } + t3 = ctx.measureText(char).width; + t3.toString; + charX += letterSpacing + t3; } - t2 = ctx.measureText(char).width; - t2.toString; - charX += letterSpacing + t2; } } ellipsis = line.ellipsis; - if (ellipsis != null && box === B.JSArray_methods.get$last(line.boxes)) - canvas.fillText$3(0, ellipsis, t3 + box.get$right(box), y); - t4.get$contextHandle().tearDownPaint$0(); + 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); + } + t5.get$contextHandle().tearDownPaint$0(); } } }; @@ -126986,27 +128389,31 @@ toString$0(_) { var t1 = this.super$Object$toString(0); return t1; + }, + $isLineMetrics: 1, + get$descent(receiver) { + return this.descent; + }, + get$baseline(receiver) { + return this.baseline; + }, + get$lineNumber(receiver) { + return this.lineNumber; } }; A.EngineParagraphStyle.prototype = { get$lineHeight(_) { - var t2, - t1 = this.__engine$_strutStyle; - if (t1 != null) { - t2 = t1.__engine$_height; - t2 = t2 == null || t2 === 0; - } else - t2 = true; - if (t2) + var strutStyle = this.__engine$_strutStyle, + t1 = strutStyle == null, + strutHeight = t1 ? null : strutStyle.__engine$_height; + if (t1 || strutHeight == null || strutHeight === 0) return this.height; - if (t1._forceStrutHeight === true) - return t1.__engine$_height; - t1 = t1.__engine$_height; - t1.toString; - t2 = this.height; - if (t2 == null) - t2 = 0; - return Math.max(t1, t2); + if (strutStyle._forceStrutHeight === true) + return strutHeight; + t1 = this.height; + if (t1 == null) + t1 = 0; + return Math.max(A.checkNum(strutHeight), t1); }, $eq(_, other) { var _this = this; @@ -127211,7 +128618,7 @@ A.DirectionalPosition.prototype = {}; A._ComparisonResult.prototype = { toString$0(_) { - return this.__engine$_name; + return "_ComparisonResult." + this._core$_name; } }; A.UnicodeRange.prototype = { @@ -127232,7 +128639,7 @@ var t1, cacheHit, rangeIndex, result, _this = this; if (char == null) return _this.defaultProperty; - t1 = _this._cache; + t1 = _this.__engine$_cache; cacheHit = t1.$index(0, char); if (cacheHit != null) return cacheHit; @@ -127247,14 +128654,14 @@ max = t1.length; for (min = 0; min < max;) { mid = min + B.JSInt_methods._shrOtherPositive$1(max - min, 1); - switch (t1[mid].compare$1(value)) { - case B._ComparisonResult_1: + switch (t1[mid].compare$1(value).index) { + case 1: min = mid + 1; break; - case B._ComparisonResult_2: + case 2: max = mid; break; - case B._ComparisonResult_0: + case 0: return mid; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -127265,7 +128672,7 @@ }; A.WordCharProperty.prototype = { toString$0(_) { - return this.__engine$_name; + return "WordCharProperty." + this._core$_name; } }; A._FindBreakDirection.prototype = {}; @@ -127341,7 +128748,7 @@ }; A.TextCapitalization.prototype = { toString$0(_) { - return this.__engine$_name; + return "TextCapitalization." + this._core$_name; } }; A.TextCapitalizationConfig.prototype = { @@ -127349,18 +128756,18 @@ var t1, autocapitalize, _s9_ = "sentences", _s14_ = "autocapitalize"; - switch (this.textCapitalization) { - case B.TextCapitalization_0: + switch (this.textCapitalization.index) { + case 0: t1 = $.$get$_browserEngine(); autocapitalize = t1 === B.BrowserEngine_1 ? _s9_ : "words"; break; - case B.TextCapitalization_2: + case 2: autocapitalize = "characters"; break; - case B.TextCapitalization_1: + case 1: autocapitalize = _s9_; break; - case B.TextCapitalization_3: + case 3: default: autocapitalize = "off"; break; @@ -127384,7 +128791,7 @@ call$1(e) { J.preventDefault$0$x(e); }, - $signature: 71 + $signature: 74 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey.prototype = { call$1(key) { @@ -127393,7 +128800,7 @@ t2.toString; this.subscriptions.push(A._EventStreamSubscription$(t2, "input", new A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure(t1, key, t2), false, type$._ElementEventStreamImpl_legacy_Event._precomputed1)); }, - $signature: 90 + $signature: 87 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure.prototype = { call$1(e) { @@ -127571,8 +128978,8 @@ t1.applyToDomElement$1(t2); } if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup == null) { - t1 = $._domRenderer; - t1 = (t1 == null ? $._domRenderer = A.DomRenderer$() : t1)._glassPaneShadow; + t1 = $._flutterViewEmbedder; + t1 = (t1 == null ? $._flutterViewEmbedder = A.FlutterViewEmbedder$() : t1)._glassPaneShadow; t1.toString; t2 = _this.domElement; t2.toString; @@ -127698,8 +129105,8 @@ t2.toString; t1 = t1.formElement; t1.appendChild(t2); - t2 = $._domRenderer; - (t2 == null ? $._domRenderer = A.DomRenderer$() : t2)._glassPaneShadow.append$1(0, t1); + t2 = $._flutterViewEmbedder; + (t2 == null ? $._flutterViewEmbedder = A.FlutterViewEmbedder$() : t2)._glassPaneShadow.append$1(0, t1); this._appendedToForm = true; }, handleChange$1($event) { @@ -127757,19 +129164,19 @@ call$1(_) { _.preventDefault(); }, - $signature: 245 + $signature: 237 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 245 + $signature: 237 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 245 + $signature: 237 }; A.IOSTextEditingStrategy.prototype = { initializeTextEditing$3$onAction$onChange(inputConfig, onAction, onChange) { @@ -127859,11 +129266,8 @@ }; A.IOSTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1(_) { - var t1; - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - t1 = this.$this; - if (A._asBoolS(document.hasFocus())) + var t1 = this.$this; + if (document.hasFocus()) t1.domElement.focus(); else t1.owner.sendTextConnectionClosedToFrameworkIfAny$0(); @@ -127882,7 +129286,7 @@ t1._schedulePlacement$0(); } }, - $signature: 245 + $signature: 237 }; A.IOSTextEditingStrategy__schedulePlacement_closure.prototype = { call$0() { @@ -127903,8 +129307,8 @@ if (A._lateReadCheck(_this.__DefaultTextEditingStrategy_inputConfiguration, "inputConfiguration").autofillGroup != null) _this.placeForm$0(); else { - t1 = $._domRenderer; - t1 = (t1 == null ? $._domRenderer = A.DomRenderer$() : t1)._glassPaneShadow; + t1 = $._flutterViewEmbedder; + t1 = (t1 == null ? $._flutterViewEmbedder = A.FlutterViewEmbedder$() : t1)._glassPaneShadow; t1.toString; t2 = _this.domElement; t2.toString; @@ -127947,11 +129351,8 @@ }; A.AndroidTextEditingStrategy_addEventHandlers_closure.prototype = { call$1(_) { - var t1; - if ($._domRenderer == null) - $._domRenderer = A.DomRenderer$(); - t1 = this.$this; - if (A._asBoolS(document.hasFocus())) + var t1 = this.$this; + if (document.hasFocus()) t1.domElement.focus(); else t1.owner.sendTextConnectionClosedToFrameworkIfAny$0(); @@ -128014,7 +129415,7 @@ call$1($event) { this.$this.handleChange$1($event); }, - $signature: 966 + $signature: 1001 }; A.FirefoxTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1(_) { @@ -128109,7 +129510,7 @@ call$2(identifier, form) { type$.InputElement._as(J.get$first$ax(form.getElementsByClassName("submitBtn"))).click(); }, - $signature: 983 + $signature: 1030 }; A.TextEditingChannel.prototype = { handleTextInput$2(data, callback) { @@ -128144,7 +129545,7 @@ textDirectionIndex = A._asIntS(t2.$index(t1, "textDirectionIndex")); fontWeightIndex = A._asIntQ(t2.$index(t1, "fontWeightIndex")); fontWeight = fontWeightIndex != null ? A.fontWeightIndexToCss(fontWeightIndex) : "normal"; - command = new A.TextInputSetStyle(new A.EditableTextStyle(A._asDoubleQ(t2.$index(t1, "fontSize")), fontWeight, A._asStringQ(t2.$index(t1, "fontFamily")), B.List_WPl[textAlignIndex], B.List_TextDirection_0_TextDirection_1[textDirectionIndex])); + command = new A.TextInputSetStyle(new A.EditableTextStyle(A._asDoubleQ(t2.$index(t1, "fontSize")), fontWeight, A._asStringQ(t2.$index(t1, "fontFamily")), B.List_s2p[textAlignIndex], B.List_TextDirection_0_TextDirection_1[textDirectionIndex])); break; case "TextInput.clearClient": command = B.C_TextInputClearClient; @@ -128253,7 +129654,7 @@ t1 = t1.__engine$_clientId; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall0("TextInputClient.updateEditingState", [t1, editingState.toFlutter$0()])), A._engine___emptyCallback$closure()); }, - $signature: 984 + $signature: 1031 }; A.HybridTextEditing__startEditing_closure.prototype = { call$1(inputAction) { @@ -128262,7 +129663,7 @@ t1 = t1.__engine$_clientId; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall0("TextInputClient.performAction", [t1, inputAction])), A._engine___emptyCallback$closure()); }, - $signature: 213 + $signature: 219 }; A.EditableTextStyle.prototype = { applyToDomElement$1(domElement) { @@ -128287,7 +129688,7 @@ }; A.TransformKind.prototype = { toString$0(_) { - return this.__engine$_name; + return "TransformKind." + this._core$_name; } }; A.Matrix40.prototype = { @@ -128585,20 +129986,6 @@ return t2 * t2 + t3 * t3 + t1 * t1; } }; - A.WebExperiments.prototype = { - WebExperiments$_$0() { - $.$get$_context().$indexSet(0, "_flutter_internal_update_experiment", this.get$updateExperiment()); - $._hotRestartListeners.push(new A.WebExperiments$__closure()); - }, - updateExperiment$2($name, enabled) { - } - }; - A.WebExperiments$__closure.prototype = { - call$0() { - $.$get$_context().$indexSet(0, "_flutter_internal_update_experiment", null); - }, - $signature: 0 - }; A.EngineFlutterWindow.prototype = { EngineFlutterWindow$2(_windowId, platformDispatcher) { var _this = this, @@ -128608,6 +129995,7 @@ engineDispatcher._windowConfigurations.$indexSet(0, t1, B.C_ViewConfiguration); if ($._isUrlStrategySet) _this._browserHistory = A.createHistoryForExistingState($._customUrlStrategy); + $._hotRestartListeners.push(new A.EngineFlutterWindow_closure(_this)); }, get$browserHistory() { var urlStrategy, @@ -128892,6 +130280,14 @@ return false; } }; + A.EngineFlutterWindow_closure.prototype = { + call$0() { + var t1 = this.$this._browserHistory; + if (t1 != null) + t1.dispose$0(0); + }, + $signature: 0 + }; A.EngineFlutterWindow_handleNavigationMessage_closure.prototype = { call$0() { var $async$goto = 0, @@ -128991,7 +130387,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 250 + $signature: 181 }; A.EngineSingletonFlutterWindow.prototype = { get$devicePixelRatio(_) { @@ -129061,7 +130457,7 @@ sb = new A.StringBuffer(""); sb._contents = this.__http$_value; parameters = this._parameters; - if (parameters != null && parameters.get$length(parameters) > 0) + if (parameters != null && parameters.get$isNotEmpty(parameters)) parameters.forEach$1(0, new A._HeaderValue_toString_closure(sb)); t1 = sb._contents; return t1.charCodeAt(0) == 0 ? t1 : t1; @@ -129109,13 +130505,13 @@ } } }, - $signature: 528 + $signature: 645 }; A._HeaderValue__parse_done.prototype = { call$0() { return this._box_0.index === this.s.length; }, - $signature: 214 + $signature: 230 }; A._HeaderValue__parse_skipWS.prototype = { call$0() { @@ -129160,7 +130556,7 @@ throw A.wrapException(A.HttpException$("Failed to parse header value", null)); ++_this._box_0.index; }, - $signature: 90 + $signature: 87 }; A._HeaderValue__parse_maybeExpect.prototype = { call$1(expected) { @@ -129170,7 +130566,7 @@ ++_this._box_0.index; return true; }, - $signature: 60 + $signature: 71 }; A._HeaderValue__parse_parseParameters.prototype = { call$0() { @@ -129309,7 +130705,8 @@ }, $isNull: 1 }; - J.JavaScriptObject.prototype = { + J.JavaScriptObject.prototype = {}; + J.LegacyJavaScriptObject.prototype = { get$hashCode(receiver) { return 0; }, @@ -129461,12 +130858,12 @@ get$TextBaseline(obj) { return obj.TextBaseline; }, - get$FontMgr(obj) { - return obj.FontMgr; - }, get$TypefaceFontProvider(obj) { return obj.TypefaceFontProvider; }, + get$Typeface(obj) { + return obj.Typeface; + }, GetWebGLContext$2(receiver, p0, p1) { return receiver.GetWebGLContext(p0, p1); }, @@ -129479,9 +130876,6 @@ MakeSWCanvasSurface$1(receiver, p0) { return receiver.MakeSWCanvasSurface(p0); }, - setCurrentContext$1(receiver, p0) { - return receiver.setCurrentContext(p0); - }, MakeImage$3(receiver, p0, p1, p2) { return receiver.MakeImage(p0, p1, p2); }, @@ -129743,9 +131137,6 @@ get$Bevel(obj) { return obj.Bevel; }, - get$None(obj) { - return obj.None; - }, get$Clamp(obj) { return obj.Clamp; }, @@ -129764,6 +131155,9 @@ get$Linear(obj) { return obj.Linear; }, + get$None(obj) { + return obj.None; + }, get$Premul(obj) { return obj.Premul; }, @@ -129896,9 +131290,6 @@ quadTo$4(receiver, p0, p1, p2, p3) { return receiver.quadTo(p0, p1, p2, p3); }, - rMoveTo$2(receiver, p0, p1) { - return receiver.rMoveTo(p0, p1); - }, reset$0(receiver) { return receiver.reset(); }, @@ -130097,9 +131488,6 @@ getGlyphBounds$3(receiver, p0, p1, p2) { return receiver.getGlyphBounds(p0, p1, p2); }, - MakeTypefaceFromData$1(receiver, p0) { - return receiver.MakeTypefaceFromData(p0); - }, registerFont$2(receiver, p0, p1) { return receiver.registerFont(p0, p1); }, @@ -130109,6 +131497,15 @@ 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(); }, @@ -130178,12 +131575,12 @@ get$spot(obj) { return obj.spot; }, - RefDefault$0(receiver) { - return receiver.RefDefault(); - }, Make$0(receiver) { return receiver.Make(); }, + MakeFreeTypeFaceFromData$1(receiver, p0) { + return receiver.MakeFreeTypeFaceFromData(p0); + }, constructor$0(receiver) { return receiver.constructor(); }, @@ -130196,6 +131593,18 @@ 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); }, @@ -130214,6 +131623,24 @@ 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); + }, + get$duration(obj) { + return obj.duration; + }, + get$repetitionCount(obj) { + return obj.repetitionCount; + }, + get$frameCount(obj) { + return obj.frameCount; + }, get$error(obj) { return obj.error; }, @@ -130302,7 +131729,7 @@ toString$0(receiver) { var dartClosure = receiver[$.$get$DART_CLOSURE_PROPERTY_NAME()]; if (dartClosure == null) - return this.super$JavaScriptObject$toString(receiver); + return this.super$LegacyJavaScriptObject$toString(receiver); return "JavaScript function for " + A.S(J.toString$0$(dartClosure)); }, $isFunction: 1 @@ -130438,6 +131865,9 @@ list[i] = A.S(receiver[i]); return list.join(separator); }, + join$0($receiver) { + return this.join$1($receiver, ""); + }, take$1(receiver, n) { return A.SubListIterable$(receiver, 0, A.checkNotNullable(n, "count", type$.int), A._arrayInstanceType(receiver)._precomputed1); }, @@ -131019,16 +132449,6 @@ _shrBothPositive$1(receiver, other) { return other > 31 ? 0 : receiver >>> other; }, - $and(receiver, other) { - if (typeof other != "number") - throw A.wrapException(A.argumentErrorValue(other)); - return (receiver & other) >>> 0; - }, - $or(receiver, other) { - if (typeof other != "number") - throw A.wrapException(A.argumentErrorValue(other)); - return (receiver | other) >>> 0; - }, $lt(receiver, other) { if (typeof other != "number") throw A.wrapException(A.argumentErrorValue(other)); @@ -131039,11 +132459,6 @@ throw A.wrapException(A.argumentErrorValue(other)); return receiver > other; }, - $le(receiver, other) { - if (typeof other != "number") - throw A.wrapException(A.argumentErrorValue(other)); - return receiver <= other; - }, $ge(receiver, other) { if (typeof other != "number") throw A.wrapException(A.argumentErrorValue(other)); @@ -131171,6 +132586,8 @@ var e; if (typeof replacement != "string") A.throwExpression(A.argumentErrorValue(replacement)); + if (!A._isInt(start)) + A.throwExpression(A.argumentErrorValue(start)); e = A.RangeError_checkValidRange(start, end, receiver.length, null, null); if (!A._isInt(e)) A.throwExpression(A.argumentErrorValue(e)); @@ -131428,7 +132845,7 @@ t2 = newBuffer; } if (type$.Uint8List._is(bytes)) - (t2 && B.NativeUint8List_methods).setRange$3(t2, _this.__internal$_length, required, bytes); + B.NativeUint8List_methods.setRange$3(t2, _this.__internal$_length, required, bytes); else for (i = 0; i < byteCount; ++i) _this._buffer[_this.__internal$_length + i] = t1.$index(bytes, i); @@ -131732,7 +133149,7 @@ call$0() { return A.Future_Future$value(null, type$.Null); }, - $signature: 408 + $signature: 1209 }; A.SentinelValue.prototype = { get$id() { @@ -131741,7 +133158,7 @@ }; A.NotNullableError.prototype = { toString$0(_) { - return "Null is not a valid value for the parameter '" + this._name + "' of type '" + A.createRuntimeType(this.$ti._precomputed1).toString$0(0) + "'"; + return "Null is not a valid value for '" + this._name + "' of type '" + A.createRuntimeType(this.$ti._precomputed1).toString$0(0) + "'"; }, $isTypeError: 1 }; @@ -132108,6 +133525,7 @@ }; A.SkipIterable.prototype = { skip$1(_, count) { + A.ArgumentError_checkNotNull(count, "count"); A.RangeError_checkNotNegative(count, "count"); return new A.SkipIterable(this.__internal$_iterable, this._skipCount + count, A._instanceType(this)._eval$1("SkipIterable<1>")); }, @@ -132123,6 +133541,7 @@ return 0; }, skip$1(_, count) { + A.ArgumentError_checkNotNull(count, "count"); A.RangeError_checkNotNegative(count, "count"); return new A.EfficientLengthSkipIterable(this.__internal$_iterable, this._skipCount + count, this.$ti); }, @@ -132640,7 +134059,7 @@ return other instanceof A.Instantiation && J.$eq$(this._genericClosure, other._genericClosure) && A.getRuntimeType(this) === A.getRuntimeType(other); }, get$hashCode(_) { - return A.Object_hash(this._genericClosure, A.getRuntimeType(this)); + return A.Object_hash(this._genericClosure, A.getRuntimeType(this), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { var types = "<" + B.JSArray_methods.join$1([A.createRuntimeType(this.$ti._precomputed1)], ", ") + ">"; @@ -132699,7 +134118,7 @@ call$0() { return B.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 244 + $signature: 246 }; A.Primitives_functionNoSuchMethod_closure.prototype = { call$2($name, argument) { @@ -132709,7 +134128,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 115 + $signature: 119 }; A.TypeErrorDecoder.prototype = { matchTypeError$1(message) { @@ -132831,16 +134250,6 @@ return "RuntimeError: " + this.message; } }; - A._AssertionError.prototype = { - toString$0(_) { - return "Assertion failed: " + A.Error_safeToString(this.message); - } - }; - A._UnreachableError.prototype = { - toString$0(_) { - return "Assertion failed: Reached dead code"; - } - }; A._Required.prototype = {}; A.JsLinkedHashMap.prototype = { get$length(_) { @@ -132886,7 +134295,7 @@ return this.get$keys(this).any$1(0, new A.JsLinkedHashMap_containsValue_closure(this, value)); }, addAll$1(_, other) { - other.forEach$1(0, new A.JsLinkedHashMap_addAll_closure(this)); + J.forEach$1$ax(other, new A.JsLinkedHashMap_addAll_closure(this)); }, $index(_, key) { var strings, cell, t1, nums, _this = this, _null = null; @@ -133172,13 +134581,13 @@ call$2(o, tag) { return this.getUnknownTag(o, tag); }, - $signature: 1227 + $signature: 1262 }; A.initHooks_closure1.prototype = { call$1(tag) { return this.prototypeForTag(tag); }, - $signature: 1228 + $signature: 1309 }; A.JSSyntaxRegExp.prototype = { toString$0(_) { @@ -133216,7 +134625,10 @@ return null; }, allMatches$2(_, string, start) { - var t1 = string.length; + var t1; + if (typeof string != "string") + A.throwExpression(A.argumentErrorValue(string)); + t1 = string.length; if (start > t1) throw A.wrapException(A.RangeError$range(start, 0, t1, null, null)); return new A._AllMatchesIterable(this, string, start); @@ -133377,15 +134789,6 @@ } }; A._Cell.prototype = { - readField$1$0() { - var t1 = this.__late_helper$_value; - if (t1 === this) - A.throwExpression(A.LateError$fieldNI(this.__late_helper$_name)); - return t1; - }, - readField$0() { - return this.readField$1$0(type$.dynamic); - }, _readLocal$0() { var t1 = this.__late_helper$_value; if (t1 === this) @@ -133699,7 +135102,7 @@ t2 = this.span; t1.firstChild ? t1.removeChild(t2) : t1.appendChild(t2); }, - $signature: 1300 + $signature: 1424 }; A._AsyncRun__scheduleImmediateJsOverride_internalCallback.prototype = { call$0() { @@ -133802,19 +135205,19 @@ call$1(result) { return this.bodyFunction.call$2(0, result); }, - $signature: 88 + $signature: 86 }; A._awaitOnObject_closure0.prototype = { call$2(error, stackTrace) { this.bodyFunction.call$2(1, new A.ExceptionAndStackTrace(error, stackTrace)); }, - $signature: 368 + $signature: 364 }; A._wrapJsFunctionForAsync_closure.prototype = { call$2(errorCode, result) { this.$protected(errorCode, result); }, - $signature: 1437 + $signature: 1542 }; A._asyncStarHelper_closure.prototype = { call$0() { @@ -133882,7 +135285,7 @@ return t1.cancelationFuture; } }, - $signature: 1650 + $signature: 1663 }; A._AsyncStarStreamController__closure.prototype = { call$0() { @@ -134095,6 +135498,21 @@ _this._sendDone$0(); return doneFuture; }, + addStream$2$cancelOnError(_, stream, cancelOnError) { + var addStreamState, _this = this; + if (!_this.get$_mayAddEvent()) + throw A.wrapException(_this._addEventError$0()); + _this._state |= 8; + addStreamState = A._AddStreamState$(_this, stream, false, A._instanceType(_this)._precomputed1); + _this._addStreamState = addStreamState; + return addStreamState.addStreamFuture; + }, + addStream$1($receiver, stream) { + return this.addStream$2$cancelOnError($receiver, stream, null); + }, + _async$_add$1(_, data) { + this._sendData$1(data); + }, _addError$2(error, stackTrace) { this._sendError$2(error, stackTrace); }, @@ -134289,7 +135707,7 @@ } else if (t2 === 0 && !_this.eagerError) _this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0()); }, - $signature: 117 + $signature: 109 }; A.Future_wait_closure.prototype = { call$1(value) { @@ -134630,7 +136048,7 @@ call$2(error, stackTrace) { this.$this._completeError$2(error, stackTrace); }, - $signature: 131 + $signature: 116 }; A._Future__chainForeignFuture_closure1.prototype = { call$0() { @@ -134701,7 +136119,7 @@ call$1(_) { return this.originalSource; }, - $signature: 1710 + $signature: 1778 }; A._Future__propagateToListeners_handleValueCallback.prototype = { call$0() { @@ -134773,7 +136191,7 @@ this._future._completeError$2(e, s); } }, - $signature: 131 + $signature: 116 }; A._AsyncCallbackEntry.prototype = {}; A.Stream.prototype = { @@ -134839,21 +136257,13 @@ t1._addError$2(error, stackTrace); t1._closeUnchecked$0(); }, - $signature: 287 - }; - A.Stream_Stream$fromIterable_closure.prototype = { - call$0() { - return new A._IterablePendingEvents(J.get$iterator$ax(this.elements), this.T._eval$1("_IterablePendingEvents<0>")); - }, - $signature() { - return this.T._eval$1("_IterablePendingEvents<0>()"); - } + $signature: 310 }; A.Stream_pipe_closure.prototype = { call$1(_) { return this.streamConsumer.close$0(0); }, - $signature: 1879 + $signature: 1904 }; A.Stream_fold_closure.prototype = { call$0() { @@ -134911,7 +136321,7 @@ A.Stream_forEach__closure0.prototype = { call$1(_) { }, - $signature: 67 + $signature: 65 }; A.Stream_length_closure.prototype = { call$1(_) { @@ -135029,6 +136439,9 @@ _this._state |= 8; return t3; }, + addStream$1($receiver, source) { + return this.addStream$2$cancelOnError($receiver, source, null); + }, _ensureDoneFuture$0() { var t1 = this._doneFuture; if (t1 == null) @@ -135244,7 +136657,7 @@ t1._addError$2(e, s); t1._async$_close$0(); }, - $signature: 131 + $signature: 116 }; A._AddStreamState_cancel_closure.prototype = { call$0() { @@ -135520,44 +136933,6 @@ return A._BufferingStreamSubscription$(onData, onError, onDone, cancelOnError, A._instanceType(this)._precomputed1); } }; - A._GeneratedStreamImpl.prototype = { - _createSubscription$4(onData, onError, onDone, cancelOnError) { - var t1, _this = this; - if (_this._isUsed) - throw A.wrapException(A.StateError$("Stream has already been listened to.")); - _this._isUsed = true; - t1 = A._BufferingStreamSubscription$(onData, onError, onDone, cancelOnError, _this.$ti._precomputed1); - t1._setPendingEvents$1(_this._pending.call$0()); - return t1; - } - }; - A._IterablePendingEvents.prototype = { - get$isEmpty(_) { - return this._async$_iterator == null; - }, - handleNext$1(dispatch) { - var movedNext, e, s, exception, - iterator = this._async$_iterator; - if (iterator == null) - throw A.wrapException(A.StateError$("No events pending.")); - movedNext = false; - try { - if (iterator.moveNext$0()) { - movedNext = true; - dispatch._sendData$1(J.get$current$z(iterator)); - } else { - this._async$_iterator = null; - dispatch._sendDone$0(); - } - } catch (exception) { - e = A.unwrapException(exception); - s = A.getTraceFromException(exception); - if (!movedNext) - this._async$_iterator = B.C_EmptyIterator; - dispatch._sendError$2(e, s); - } - } - }; A._DelayedEvent.prototype = { get$next(receiver) { return this.next; @@ -135805,6 +137180,9 @@ if ((t1 & 1) !== 0) _this.get$_async$_subscription()._async$_close$0(); }, + get$stream(_) { + throw A.wrapException(A.UnsupportedError$("Not available")); + }, $isMultiStreamController: 1 }; A._cancelAndError_closure.prototype = { @@ -135817,7 +137195,7 @@ call$2(error, stackTrace) { A._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 117 + $signature: 109 }; A._cancelAndValue_closure.prototype = { call$0() { @@ -136336,9 +137714,8 @@ }; A._rootHandleError_closure.prototype = { call$0() { - var error = A.wrapException(this.error); - error.stack = J.toString$0$(this.stackTrace); - throw error; + A.Error_throwWithStackTrace(this.error, this.stackTrace); + A.ReachabilityError$(string$.x60null_t); }, $signature: 0 }; @@ -136502,7 +137879,7 @@ return A.Timer__createPeriodicTimer(duration, f); }, print$1(_, line) { - A.printString(A.S(line)); + A.printString(line); } }; A._RootZone_bindCallback_closure.prototype = { @@ -136824,7 +138201,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 106 + $signature: 110 }; A._HashMapKeyIterable.prototype = { get$length(_) { @@ -136926,7 +138303,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 106 + $signature: 110 }; A._HashSet.prototype = { _newSet$0() { @@ -137360,7 +138737,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 121 + $signature: 113 }; A.IterableMixin.prototype = { map$1$1(_, toElement, $T) { @@ -137453,7 +138830,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 121 + $signature: 113 }; A.LinkedList.prototype = { contains$1(_, entry) { @@ -137640,6 +139017,9 @@ t1 = A.StringBuffer__writeAll("", receiver, separator); return t1.charCodeAt(0) == 0 ? t1 : t1; }, + join$0($receiver) { + return this.join$1($receiver, ""); + }, where$1(receiver, test) { return new A.WhereIterable(receiver, test, A.instanceType(receiver)._eval$1("WhereIterable")); }, @@ -137859,7 +139239,7 @@ t1._contents = t2 + ": "; t1._contents += A.S(v); }, - $signature: 234 + $signature: 214 }; A.MapMixin.prototype = { cast$2$0(receiver, RK, RV) { @@ -138411,8 +139791,8 @@ }, containsAll$1(other) { var t1; - for (t1 = other._set$_set, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - if (!this.contains$1(0, t1._collection$_current)) + for (t1 = other.get$iterator(other); t1.moveNext$0();) + if (!this.contains$1(0, t1.get$current(t1))) return false; return true; }, @@ -138914,7 +140294,7 @@ call$1(a) { return this.K._is(a); }, - $signature: 106 + $signature: 110 }; A._SplayTreeIterator.prototype = { get$current(_) { @@ -139151,7 +140531,7 @@ call$1(v) { return this.E._is(v); }, - $signature: 106 + $signature: 110 }; A.SplayTreeSet__copyNode_copyChildren.prototype = { call$2(node, dest) { @@ -139314,7 +140694,7 @@ call$1(each) { return this.$this.$index(0, each); }, - $signature: 628 + $signature: 638 }; A._JsonMapKeyIterable.prototype = { get$length(_) { @@ -139381,11 +140761,11 @@ }; A._UnicodeSubsetEncoder.prototype = { convert$1(string) { - var t1, t2, i, codeUnit, + var t1, i, codeUnit, $length = A.RangeError_checkValidRange(0, null, string.length, null, null) - 0, result = new Uint8Array($length); - for (t1 = ~this._subsetMask, t2 = J.getInterceptor$s(string), i = 0; i < $length; ++i) { - codeUnit = t2._codeUnitAt$1(string, i); + for (t1 = ~this._subsetMask, i = 0; i < $length; ++i) { + codeUnit = B.JSString_methods._codeUnitAt$1(string, i); if ((codeUnit & t1) !== 0) throw A.wrapException(A.ArgumentError$value(string, "string", "Contains invalid characters.")); result[i] = codeUnit; @@ -139668,39 +141048,39 @@ }; A._JsonStringifier.prototype = { writeStringContent$1(s) { - var t1, offset, i, charCode, t2, t3, _this = this, + var offset, i, charCode, t1, t2, _this = this, $length = s.length; - for (t1 = J.getInterceptor$s(s), offset = 0, i = 0; i < $length; ++i) { - charCode = t1._codeUnitAt$1(s, i); + for (offset = 0, i = 0; i < $length; ++i) { + charCode = B.JSString_methods._codeUnitAt$1(s, i); if (charCode > 92) { if (charCode >= 55296) { - t2 = charCode & 64512; - if (t2 === 55296) { - t3 = i + 1; - t3 = !(t3 < $length && (B.JSString_methods._codeUnitAt$1(s, t3) & 64512) === 56320); + t1 = charCode & 64512; + if (t1 === 55296) { + t2 = i + 1; + t2 = !(t2 < $length && (B.JSString_methods._codeUnitAt$1(s, t2) & 64512) === 56320); } else - t3 = false; - if (!t3) - if (t2 === 56320) { - t2 = i - 1; - t2 = !(t2 >= 0 && (B.JSString_methods.codeUnitAt$1(s, t2) & 64512) === 55296); + t2 = false; + if (!t2) + if (t1 === 56320) { + t1 = i - 1; + t1 = !(t1 >= 0 && (B.JSString_methods.codeUnitAt$1(s, t1) & 64512) === 55296); } else - t2 = false; + t1 = false; else - t2 = true; - if (t2) { + t1 = true; + if (t1) { if (i > offset) _this.writeStringSlice$3(s, offset, i); offset = i + 1; _this.writeCharCode$1(92); _this.writeCharCode$1(117); _this.writeCharCode$1(100); - t2 = charCode >>> 8 & 15; - _this.writeCharCode$1(t2 < 10 ? 48 + t2 : 87 + t2); - t2 = charCode >>> 4 & 15; - _this.writeCharCode$1(t2 < 10 ? 48 + t2 : 87 + t2); - t2 = charCode & 15; - _this.writeCharCode$1(t2 < 10 ? 48 + t2 : 87 + t2); + t1 = charCode >>> 8 & 15; + _this.writeCharCode$1(t1 < 10 ? 48 + t1 : 87 + t1); + t1 = charCode >>> 4 & 15; + _this.writeCharCode$1(t1 < 10 ? 48 + t1 : 87 + t1); + t1 = charCode & 15; + _this.writeCharCode$1(t1 < 10 ? 48 + t1 : 87 + t1); } } continue; @@ -139730,10 +141110,10 @@ _this.writeCharCode$1(117); _this.writeCharCode$1(48); _this.writeCharCode$1(48); - t2 = charCode >>> 4 & 15; - _this.writeCharCode$1(t2 < 10 ? 48 + t2 : 87 + t2); - t2 = charCode & 15; - _this.writeCharCode$1(t2 < 10 ? 48 + t2 : 87 + t2); + t1 = charCode >>> 4 & 15; + _this.writeCharCode$1(t1 < 10 ? 48 + t1 : 87 + t1); + t1 = charCode & 15; + _this.writeCharCode$1(t1 < 10 ? 48 + t1 : 87 + t1); break; } } else if (charCode === 34 || charCode === 92) { @@ -139861,7 +141241,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 234 + $signature: 214 }; A._JsonPrettyPrintMixin.prototype = { writeList$1(list) { @@ -139926,7 +141306,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 234 + $signature: 214 }; A._JsonStringStringifier.prototype = { get$_partialResult() { @@ -139994,7 +141374,7 @@ t1 = new Uint8Array($length * 3); encoder = new A._Utf8Encoder(t1); if (encoder._fillBuffer$3(string, 0, end) !== end) { - J.codeUnitAt$1$s(string, end - 1); + B.JSString_methods.codeUnitAt$1(string, end - 1); encoder._writeReplacementCharacter$0(); } return B.NativeUint8List_methods.sublist$2(t1, 0, encoder._bufferIndex); @@ -140218,7 +141598,7 @@ call$2(key, value) { this.result.$indexSet(0, key._name, value); }, - $signature: 640 + $signature: 630 }; A.NoSuchMethodError_toString_closure.prototype = { call$2(key, value) { @@ -140231,7 +141611,7 @@ t1._contents += A.Error_safeToString(value); t2.comma = ", "; }, - $signature: 640 + $signature: 630 }; A._BigIntImpl.prototype = { $negate(_) { @@ -140388,8 +141768,8 @@ if (this._used < other._used) return $.$get$_BigIntImpl_zero(); this._divRem$1(other); - lastQuo_used = $._BigIntImpl__lastQuoRemUsed._readField$0() - $._BigIntImpl__lastRemUsed._readField$0(); - quo_digits = A._BigIntImpl__cloneDigits($._BigIntImpl__lastQuoRemDigits._readField$0(), $._BigIntImpl__lastRemUsed._readField$0(), $._BigIntImpl__lastQuoRemUsed._readField$0(), lastQuo_used); + lastQuo_used = $._BigIntImpl____lastQuoRemUsed._readField$0() - $._BigIntImpl____lastRemUsed._readField$0(); + quo_digits = A._BigIntImpl__cloneDigits($._BigIntImpl____lastQuoRemDigits._readField$0(), $._BigIntImpl____lastRemUsed._readField$0(), $._BigIntImpl____lastQuoRemUsed._readField$0(), lastQuo_used); t1 = A._BigIntImpl__normalize(lastQuo_used, quo_digits); quo = new A._BigIntImpl(false, quo_digits, t1); return this._isNegative !== other._isNegative && t1 > 0 ? quo.$negate(0) : quo; @@ -140399,11 +141779,11 @@ if (_this._used < other._used) return _this; _this._divRem$1(other); - remDigits = A._BigIntImpl__cloneDigits($._BigIntImpl__lastQuoRemDigits._readField$0(), 0, $._BigIntImpl__lastRemUsed._readField$0(), $._BigIntImpl__lastRemUsed._readField$0()); - t1 = A._BigIntImpl__normalize($._BigIntImpl__lastRemUsed._readField$0(), remDigits); + remDigits = A._BigIntImpl__cloneDigits($._BigIntImpl____lastQuoRemDigits._readField$0(), 0, $._BigIntImpl____lastRemUsed._readField$0(), $._BigIntImpl____lastRemUsed._readField$0()); + t1 = A._BigIntImpl__normalize($._BigIntImpl____lastRemUsed._readField$0(), remDigits); rem = new A._BigIntImpl(false, remDigits, t1); - if ($._BigIntImpl__lastRem_nsh._readField$0() > 0) - rem = rem.$shr(0, $._BigIntImpl__lastRem_nsh._readField$0()); + if ($._BigIntImpl____lastRem_nsh._readField$0() > 0) + rem = rem.$shr(0, $._BigIntImpl____lastRem_nsh._readField$0()); return _this._isNegative && rem._used > 0 ? rem.$negate(0) : rem; }, _divRem$1(other) { @@ -140455,10 +141835,10 @@ $._BigIntImpl__lastDividendUsed = resultUsed; $._BigIntImpl__lastDivisorDigits = yDigits; $._BigIntImpl__lastDivisorUsed = yUsed; - $._BigIntImpl__lastQuoRemDigits.__late_helper$_value = resultDigits; - $._BigIntImpl__lastQuoRemUsed.__late_helper$_value = resultUsed1; - $._BigIntImpl__lastRemUsed.__late_helper$_value = yUsed0; - $._BigIntImpl__lastRem_nsh.__late_helper$_value = nsh; + $._BigIntImpl____lastQuoRemDigits.__late_helper$_value = resultDigits; + $._BigIntImpl____lastQuoRemUsed.__late_helper$_value = resultUsed1; + $._BigIntImpl____lastRemUsed.__late_helper$_value = yUsed0; + $._BigIntImpl____lastRem_nsh.__late_helper$_value = nsh; }, get$hashCode(_) { var hash, t2, i, @@ -140585,7 +141965,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 423 + $signature: 368 }; A._BigIntImpl_hashCode_finish.prototype = { call$1(hash) { @@ -140593,7 +141973,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - $signature: 196 + $signature: 157 }; A._BigIntImpl_toDouble_readBits.prototype = { call$1(n) { @@ -140619,7 +141999,7 @@ t1.cachedBitsLength = t4; return result; }, - $signature: 196 + $signature: 157 }; A._BigIntImpl_toDouble_roundUp.prototype = { call$0() { @@ -140716,7 +142096,7 @@ return 0; return A.int_parse(matched, null); }, - $signature: 653 + $signature: 627 }; A.DateTime_parse_parseMilliAndMicroseconds.prototype = { call$1(matched) { @@ -140730,7 +142110,7 @@ } return result; }, - $signature: 653 + $signature: 627 }; A.Duration.prototype = { $add(_, other) { @@ -140790,6 +142170,7 @@ }, $isComparable: 1 }; + A._Enum.prototype = {$isEnum0: 1}; A.Error.prototype = { get$stackTrace() { return A.getTraceFromException(this.$thrownJsError); @@ -141029,9 +142410,13 @@ } }; A.IntegerDivisionByZeroException.prototype = { + get$stackTrace() { + return null; + }, toString$0(_) { return "IntegerDivisionByZeroException"; }, + $isError: 1, $isException: 1 }; A.Expando.prototype = { @@ -141212,6 +142597,7 @@ return this.length; } }; + A.BidirectionalIterator.prototype = {}; A.Iterator.prototype = {}; A.MapEntry.prototype = { toString$0(_) { @@ -141340,16 +142726,13 @@ call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv4 address, " + msg, this.host, position)); }, - $signature: 2157 + $signature: 2183 }; A.Uri_parseIPv6Address_error.prototype = { call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv6 address, " + msg, this.host, position)); }, - call$1(msg) { - return this.call$2(msg, null); - }, - $signature: 2160 + $signature: 2188 }; A.Uri_parseIPv6Address_parseHex.prototype = { call$2(start, end) { @@ -141361,7 +142744,7 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 423 + $signature: 368 }; A._Uri.prototype = { get$_text() { @@ -141641,7 +143024,7 @@ call$1(s) { return A._Uri__uriEncode(B.List_qg40, s, B.C_Utf8Codec, false); }, - $signature: 95 + $signature: 125 }; A._Uri__makeQuery_writeParameter.prototype = { call$2(key, value) { @@ -141655,7 +143038,7 @@ t1._contents += A.S(A._Uri__uriEncode(B.List_nxB, value, B.C_Utf8Codec, true)); } }, - $signature: 528 + $signature: 645 }; A._Uri__makeQuery_closure.prototype = { call$2(key, value) { @@ -141666,7 +143049,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 115 + $signature: 119 }; A.UriData.prototype = { get$uri() { @@ -141697,7 +143080,7 @@ B.NativeUint8List_methods.fillRange$3(t1, 0, 96, defaultTransition); return t1; }, - $signature: 2167 + $signature: 2197 }; A._createTables_setChars.prototype = { call$3(target, chars, transition) { @@ -141705,7 +143088,7 @@ for (t1 = chars.length, i = 0; i < t1; ++i) target[B.JSString_methods._codeUnitAt$1(chars, i) ^ 96] = transition; }, - $signature: 671 + $signature: 626 }; A._createTables_setRange.prototype = { call$3(target, range, transition) { @@ -141713,7 +143096,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: 671 + $signature: 626 }; A._SimpleUri.prototype = { get$hasScheme() { @@ -141974,19 +143357,9 @@ A.ServiceExtensionResponse.prototype = {}; A.TimelineTask.prototype = { start$2$arguments(_, $name, $arguments) { - var t1, map, key; - this._stack.push(new A._AsyncBlock($name, this._taskId)); - t1 = type$.nullable_Object; - map = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); - if ($arguments != null) - for (t1 = J.get$iterator$ax($arguments.get$keys($arguments)); t1.moveNext$0();) { - key = t1.get$current(t1); - map.$indexSet(0, key, $arguments.$index(0, key)); - } - t1 = this._developer$_parent; - if (t1 != null) - map.$indexSet(0, "parentId", B.JSInt_methods.toRadixString$1(t1._taskId, 16)); - A._argumentsAsJson(map); + A.ArgumentError_checkNotNull($name, "name"); + this._stack.push(null); + return; }, start$1($receiver, $name) { return this.start$2$arguments($receiver, $name, null); @@ -141995,18 +143368,14 @@ var t1 = this._stack; if (t1.length === 0) throw A.wrapException(A.StateError$("Uneven calls to start and finish")); - t1.pop(); + if (t1.pop() == null) + return; A._argumentsAsJson($arguments); }, finish$0($receiver) { return this.finish$1$arguments($receiver, null); } }; - A._AsyncBlock.prototype = { - get$name(receiver) { - return this.name; - } - }; A.HtmlElement.prototype = {$isHtmlElement: 1}; A.AccessibleNodeList.prototype = { get$length(receiver) { @@ -142067,12 +143436,6 @@ } }; A.CanvasElement.prototype = { - set$height(receiver, value) { - receiver.height = value; - }, - set$width(receiver, value) { - receiver.width = value; - }, getContext$2(receiver, contextId, attributes) { if (attributes != null) return receiver.getContext(contextId, A.convertDartToNative_Dictionary(attributes)); @@ -142098,7 +143461,7 @@ call$1(value) { this.completer.complete$1(0, value); }, - $signature: 2197 + $signature: 2217 }; A.CanvasRenderingContext2D.prototype = { fillText$3(receiver, text, x, y) { @@ -142196,14 +143559,7 @@ receiver.width = value; } }; - A.CssStyleDeclarationBase.prototype = { - set$height(receiver, value) { - this._setPropertyHelper$3(receiver, this._browserPropertyName$1(receiver, "height"), value, ""); - }, - set$width(receiver, value) { - this._setPropertyHelper$3(receiver, this._browserPropertyName$1(receiver, "width"), value, ""); - } - }; + A.CssStyleDeclarationBase.prototype = {}; A.CssStyleSheet.prototype = {$isCssStyleSheet: 1}; A.CssStyleValue.prototype = {}; A.CssTransformComponent.prototype = {}; @@ -142241,6 +143597,10 @@ var t1 = receiver.createElement(tagName); return t1; }, + createElementNS$2(receiver, namespaceURI, qualifiedName) { + var t1 = receiver.createElementNS(namespaceURI, qualifiedName); + return t1; + }, $isDocument0: 1 }; A.DomError.prototype = { @@ -142330,10 +143690,9 @@ var t2, t1 = receiver.left; t1.toString; - t1 = B.JSNumber_methods.get$hashCode(t1); t2 = receiver.top; t2.toString; - return A._JenkinsSmiHash_hash4(t1, B.JSNumber_methods.get$hashCode(t2), J.get$hashCode$(this.get$width(receiver)), J.get$hashCode$(this.get$height(receiver))); + return A.Object_hash(t1, t2, this.get$width(receiver), this.get$height(receiver), B.C_SentinelValue, B.C_SentinelValue); }, get$bottom(receiver) { var t1 = receiver.bottom; @@ -142516,7 +143875,7 @@ call$1(e) { return !this.test.call$1(e); }, - $signature: 2200 + $signature: 2232 }; A._FrozenElementList.prototype = { get$length(_) { @@ -142548,6 +143907,9 @@ get$children(receiver) { return new A._ChildrenElementList(receiver, receiver.children); }, + getComputedStyle$0(receiver) { + return window.getComputedStyle(receiver, ""); + }, toString$0(receiver) { return receiver.localName; }, @@ -142604,8 +143966,7 @@ if ("createContextualFragment" in window.Range.prototype && !B.JSArray_methods.contains$1(B.List_ego, receiver.tagName)) { $.Element__parseRange.selectNodeContents(contextElement); t1 = $.Element__parseRange; - t1.toString; - fragment = t1.createContextualFragment(html == null ? "null" : html); + fragment = t1.createContextualFragment(html); } else { contextElement.innerHTML = html; fragment = $.Element__parseDocument.createDocumentFragment(); @@ -142640,17 +144001,11 @@ call$1(e) { return type$.Element._is(e); }, - $signature: 674 + $signature: 625 }; A.EmbedElement.prototype = { - set$height(receiver, value) { - receiver.height = value; - }, get$name(receiver) { return receiver.name; - }, - set$width(receiver, value) { - receiver.width = value; } }; A.Entry.prototype = { @@ -142677,7 +144032,7 @@ call$1(error) { this.completer.completeError$1(error); }, - $signature: 2206 + $signature: 2237 }; A.Event.prototype = { get$target(receiver) { @@ -142915,44 +144270,24 @@ else t3.completeError$1(e); }, - $signature: 159 + $signature: 178 }; A.HttpRequestEventTarget.prototype = {}; A.IFrameElement.prototype = { - set$height(receiver, value) { - receiver.height = value; - }, get$name(receiver) { return receiver.name; }, - set$width(receiver, value) { - receiver.width = value; - }, $isIFrameElement: 1 }; A.ImageData.prototype = {$isImageData: 1}; - A.ImageElement.prototype = { - set$height(receiver, value) { - receiver.height = value; - }, - set$width(receiver, value) { - receiver.width = value; - }, - $isImageElement: 1 - }; + A.ImageElement.prototype = {$isImageElement: 1}; A.InputElement.prototype = { - set$height(receiver, value) { - receiver.height = value; - }, get$name(receiver) { return receiver.name; }, get$value(receiver) { return receiver.value; }, - set$width(receiver, value) { - receiver.width = value; - }, $isInputElement: 1, $isFileUploadInputElement: 1 }; @@ -142973,7 +144308,6 @@ return receiver.name; } }; - A.MediaElement.prototype = {}; A.MediaKeySession.prototype = { remove$0(receiver) { return A.promiseToFuture(receiver.remove(), type$.dynamic); @@ -143073,13 +144407,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 115 + $signature: 119 }; A.MidiInputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 115 + $signature: 119 }; A.MidiOutputMap.prototype = { containsKey$1(receiver, key) { @@ -143132,13 +144466,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 115 + $signature: 119 }; A.MidiOutputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 115 + $signature: 119 }; A.MidiPort.prototype = { get$id(receiver) { @@ -143406,23 +144740,11 @@ } }; A.ObjectElement.prototype = { - set$height(receiver, value) { - receiver.height = value; - }, get$name(receiver) { return receiver.name; - }, - set$width(receiver, value) { - receiver.width = value; } }; A.OffscreenCanvas.prototype = { - set$height(receiver, value) { - receiver.height = value; - }, - set$width(receiver, value) { - receiver.width = value; - }, getContext$2(receiver, contextType, attributes) { var t1 = receiver.getContext(contextType, A.convertDartToNative_Dictionary(attributes)); return t1; @@ -143519,7 +144841,7 @@ $isIterable: 1, $isList: 1 }; - A.PointerEvent.prototype = {$isPointerEvent: 1}; + A.PointerEvent0.prototype = {$isPointerEvent0: 1}; A.PresentationAvailability.prototype = { get$value(receiver) { return receiver.value; @@ -143602,13 +144924,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 115 + $signature: 119 }; A.RtcStatsReport_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 115 + $signature: 119 }; A.ScreenOrientation.prototype = { unlock$0(receiver) { @@ -143783,13 +145105,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 154 + $signature: 142 }; A.Storage_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 154 + $signature: 142 }; A.StyleElement.prototype = {}; A.StyleSheet.prototype = {$isStyleSheet: 1}; @@ -143991,14 +145313,6 @@ return String(receiver); } }; - A.VideoElement.prototype = { - set$height(receiver, value) { - receiver.height = value; - }, - set$width(receiver, value) { - receiver.width = value; - } - }; A.VideoTrack.prototype = { get$id(receiver) { return receiver.id; @@ -144012,9 +145326,6 @@ A.VttRegion.prototype = { get$id(receiver) { return receiver.id; - }, - set$width(receiver, value) { - receiver.width = value; } }; A.WheelEvent.prototype = { @@ -144101,7 +145412,7 @@ call$1($event) { this.controller.add$1(0, new A._BeforeUnloadEvent($event)); }, - $signature: 2255 + $signature: 2296 }; A.WorkerGlobalScope.prototype = {$isWorkerGlobalScope: 1}; A._Attr.prototype = { @@ -144197,16 +145508,13 @@ var t2, t3, t4, t1 = receiver.left; t1.toString; - t1 = B.JSNumber_methods.get$hashCode(t1); t2 = receiver.top; t2.toString; - t2 = B.JSNumber_methods.get$hashCode(t2); t3 = receiver.width; t3.toString; - t3 = B.JSNumber_methods.get$hashCode(t3); t4 = receiver.height; t4.toString; - return A._JenkinsSmiHash_hash4(t1, t2, t3, B.JSNumber_methods.get$hashCode(t4)); + return A.Object_hash(t1, t2, t3, t4, B.C_SentinelValue, B.C_SentinelValue); }, get$_height(receiver) { return receiver.height; @@ -144216,9 +145524,6 @@ t1.toString; return t1; }, - set$height(receiver, value) { - receiver.height = value; - }, get$_width(receiver) { return receiver.width; }, @@ -144226,9 +145531,6 @@ var t1 = receiver.width; t1.toString; return t1; - }, - set$width(receiver, value) { - receiver.width = value; } }; A._GamepadList.prototype = { @@ -144510,7 +145812,7 @@ for (t1 = segments.length, i = 1; i < t1; ++i) { segment = segments[i]; if (segment.length > 0) - segments[i] = segment[0].toUpperCase() + J.substring$1$s(segment, 1); + segments[i] = segment[0].toUpperCase() + B.JSString_methods.substring$1(segment, 1); } return B.JSArray_methods.join$1(segments, ""); }, @@ -144529,21 +145831,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: 154 + $signature: 142 }; 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: 154 + $signature: 142 }; A._DataAttributeMap_values_closure.prototype = { call$2(key, value) { if (J.startsWith$1$s(key, "data-")) this.values.push(value); }, - $signature: 154 + $signature: 142 }; A.EventStreamProvider.prototype = {}; A._EventStream.prototype = { @@ -144694,13 +145996,13 @@ call$1(v) { return v.allowsElement$1(this.element); }, - $signature: 695 + $signature: 624 }; A.NodeValidatorBuilder_allowsAttribute_closure.prototype = { call$1(v) { return v.allowsAttribute$3(this.element, this.attributeName, this.value); }, - $signature: 695 + $signature: 624 }; A._SimpleNodeValidator.prototype = { _SimpleNodeValidator$4$allowedAttributes$allowedElements$allowedUriAttributes(uriPolicy, allowedAttributes, allowedElements, allowedUriAttributes) { @@ -144743,13 +146045,13 @@ call$1(x) { return !B.JSArray_methods.contains$1(B.List_yrN, x); }, - $signature: 60 + $signature: 71 }; A._SimpleNodeValidator_closure0.prototype = { call$1(x) { return B.JSArray_methods.contains$1(B.List_yrN, x); }, - $signature: 60 + $signature: 71 }; A._TemplatingNodeValidator.prototype = { allowsAttribute$3(element, attributeName, value) { @@ -144766,7 +146068,7 @@ call$1(attr) { return "TEMPLATE::" + A.S(attr); }, - $signature: 95 + $signature: 125 }; A._SvgNodeValidator.prototype = { allowsElement$1(element) { @@ -144985,9 +146287,7 @@ t2 = child; ++t1.numTreeModifications; t3 = t2.parentNode; - t3 = node == null ? t3 != null : node !== t3; - if (t3) { - t3 = t2.parentNode; + if (node == null ? t3 != null : node !== t3) { if (t3 != null) t3.removeChild(t2); } else @@ -145000,47 +146300,47 @@ child = nextChild; } }, - $signature: 2295 + $signature: 2389 }; - A._CssStyleDeclaration_Interceptor_CssStyleDeclarationBase.prototype = {}; - A._DomRectList_Interceptor_ListMixin.prototype = {}; - A._DomRectList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._DomStringList_Interceptor_ListMixin.prototype = {}; - A._DomStringList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._FileList_Interceptor_ListMixin.prototype = {}; - A._FileList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._HtmlCollection_Interceptor_ListMixin.prototype = {}; - A._HtmlCollection_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._MidiInputMap_Interceptor_MapMixin.prototype = {}; - A._MidiOutputMap_Interceptor_MapMixin.prototype = {}; - A._MimeTypeArray_Interceptor_ListMixin.prototype = {}; - A._MimeTypeArray_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._NodeList_Interceptor_ListMixin.prototype = {}; - A._NodeList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._PluginArray_Interceptor_ListMixin.prototype = {}; - A._PluginArray_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._RtcStatsReport_Interceptor_MapMixin.prototype = {}; + A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase.prototype = {}; + A._DomRectList_JavaScriptObject_ListMixin.prototype = {}; + A._DomRectList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._DomStringList_JavaScriptObject_ListMixin.prototype = {}; + A._DomStringList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._FileList_JavaScriptObject_ListMixin.prototype = {}; + A._FileList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._HtmlCollection_JavaScriptObject_ListMixin.prototype = {}; + A._HtmlCollection_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._MidiInputMap_JavaScriptObject_MapMixin.prototype = {}; + A._MidiOutputMap_JavaScriptObject_MapMixin.prototype = {}; + A._MimeTypeArray_JavaScriptObject_ListMixin.prototype = {}; + A._MimeTypeArray_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._NodeList_JavaScriptObject_ListMixin.prototype = {}; + A._NodeList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._PluginArray_JavaScriptObject_ListMixin.prototype = {}; + A._PluginArray_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._RtcStatsReport_JavaScriptObject_MapMixin.prototype = {}; A._SourceBufferList_EventTarget_ListMixin.prototype = {}; A._SourceBufferList_EventTarget_ListMixin_ImmutableListMixin.prototype = {}; - A._SpeechGrammarList_Interceptor_ListMixin.prototype = {}; - A._SpeechGrammarList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._Storage_Interceptor_MapMixin.prototype = {}; - A._TextTrackCueList_Interceptor_ListMixin.prototype = {}; - A._TextTrackCueList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; + A._SpeechGrammarList_JavaScriptObject_ListMixin.prototype = {}; + A._SpeechGrammarList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._Storage_JavaScriptObject_MapMixin.prototype = {}; + A._TextTrackCueList_JavaScriptObject_ListMixin.prototype = {}; + A._TextTrackCueList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; A._TextTrackList_EventTarget_ListMixin.prototype = {}; A._TextTrackList_EventTarget_ListMixin_ImmutableListMixin.prototype = {}; - A._TouchList_Interceptor_ListMixin.prototype = {}; - A._TouchList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A.__CssRuleList_Interceptor_ListMixin.prototype = {}; - A.__CssRuleList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A.__GamepadList_Interceptor_ListMixin.prototype = {}; - A.__GamepadList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A.__NamedNodeMap_Interceptor_ListMixin.prototype = {}; - A.__NamedNodeMap_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A.__SpeechRecognitionResultList_Interceptor_ListMixin.prototype = {}; - A.__SpeechRecognitionResultList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A.__StyleSheetList_Interceptor_ListMixin.prototype = {}; - A.__StyleSheetList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; + A._TouchList_JavaScriptObject_ListMixin.prototype = {}; + A._TouchList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A.__CssRuleList_JavaScriptObject_ListMixin.prototype = {}; + A.__CssRuleList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A.__GamepadList_JavaScriptObject_ListMixin.prototype = {}; + A.__GamepadList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A.__NamedNodeMap_JavaScriptObject_ListMixin.prototype = {}; + A.__NamedNodeMap_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin.prototype = {}; + 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, @@ -145125,13 +146425,13 @@ call$2(key, value) { this._box_0.copy[key] = this.$this.walk$1(value); }, - $signature: 121 + $signature: 113 }; A._StructuredClone_walk_closure0.prototype = { call$2(key, value) { this._box_0.copy[key] = this.$this.walk$1(value); }, - $signature: 287 + $signature: 310 }; A._AcceptStructuredClone.prototype = { findSlot$1(value) { @@ -145203,19 +146503,19 @@ J.$indexSet$ax(t1, key, t2); return t2; }, - $signature: 2390 + $signature: 2428 }; A._convertDartToNative_Value_closure.prototype = { call$1(element) { this.array.push(A._convertDartToNative_Value(element)); }, - $signature: 88 + $signature: 86 }; A.convertDartToNative_Dictionary_closure.prototype = { call$2(key, value) { this.object[key] = A._convertDartToNative_Value(value); }, - $signature: 121 + $signature: 113 }; A._StructuredCloneDart2Js.prototype = { forEachObjectKey$2(object, action) { @@ -145332,19 +146632,19 @@ call$1(n) { return type$.Element._is(n); }, - $signature: 674 + $signature: 625 }; A.FilteredElementList__iterable_closure0.prototype = { call$1(n) { return type$.Element._as(n); }, - $signature: 2407 + $signature: 2436 }; A.FilteredElementList_removeRange_closure.prototype = { call$1(el) { return J.remove$0$ax(el); }, - $signature: 88 + $signature: 86 }; A.Cursor.prototype = {}; A.CursorWithValue.prototype = { @@ -145486,7 +146786,7 @@ t1._unsubscribed = true; return t1._closeFile$0(); }, - $signature: 2426 + $signature: 2476 }; A._FileStream__closeFile_done.prototype = { call$0() { @@ -145527,7 +146827,7 @@ if (t1._atEnd) t1._closeFile$0(); }, - $signature: 700 + $signature: 623 }; A._FileStream__readBlock_closure0.prototype = { call$2(e, s) { @@ -145538,7 +146838,7 @@ t1._unsubscribed = true; } }, - $signature: 287 + $signature: 310 }; A._FileStream__start_onReady.prototype = { call$1(file) { @@ -145547,7 +146847,7 @@ t1._readInProgress = false; t1._readBlock$0(); }, - $signature: 465 + $signature: 622 }; A._FileStream__start_onOpenFile.prototype = { call$1(file) { @@ -145559,7 +146859,7 @@ else t3.call$1(file); }, - $signature: 465 + $signature: 622 }; A._FileStream__start_onOpenFile_closure.prototype = { call$2(e, s) { @@ -145568,7 +146868,7 @@ t1._readInProgress = false; t1._closeFile$0(); }, - $signature: 287 + $signature: 310 }; A._FileStream__start_openFailed.prototype = { call$2(error, stackTrace) { @@ -145578,7 +146878,7 @@ A._lateReadCheck(t1.___FileStream__controller, _s11_).close$0(0); t1._closeCompleter.complete$0(0); }, - $signature: 121 + $signature: 113 }; A._File.prototype = { existsSync$0() { @@ -145613,7 +146913,7 @@ t1 = A._exceptionFromResponse(response, "Cannot open file", this.$this._path); throw A.wrapException(t1); }, - $signature: 2789 + $signature: 745 }; A._File_length_closure.prototype = { call$1(response) { @@ -145622,7 +146922,7 @@ t1 = A._exceptionFromResponse(response, "Cannot retrieve length of file", this.$this._path); throw A.wrapException(t1); }, - $signature: 2912 + $signature: 746 }; A._File_readAsBytes_readDataChunked.prototype = { call$1(file) { @@ -145631,7 +146931,7 @@ new A._File_readAsBytes_readDataChunked_read(file, new A._BytesBuilder(t1), new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 478 + $signature: 621 }; A._File_readAsBytes_readDataChunked_read.prototype = { call$0() { @@ -145650,13 +146950,13 @@ } else this.completer.complete$1(0, t1.takeBytes$0()); }, - $signature: 700 + $signature: 623 }; 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: 478 + $signature: 621 }; A._File_readAsBytes__closure.prototype = { call$1($length) { @@ -145664,7 +146964,7 @@ return this.readDataChunked.call$1(this.file); return this.file.read$1(0, $length); }, - $signature: 744 + $signature: 755 }; A.FileSystemEntityType.prototype = { toString$0(_) { @@ -145703,7 +147003,7 @@ } else return A._convertToJS(o); }, - $signature: 628 + $signature: 638 }; A._convertToJS_closure.prototype = { call$1(o) { @@ -145727,19 +147027,19 @@ call$1(o) { return new A.JsFunction(o); }, - $signature: 751 + $signature: 762 }; A._wrapToDart_closure0.prototype = { call$1(o) { return new A.JsArray(o, type$.JsArray_dynamic); }, - $signature: 864 + $signature: 873 }; A._wrapToDart_closure1.prototype = { call$1(o) { return new A.JsObject(o); }, - $signature: 869 + $signature: 878 }; A.JsObject.prototype = { $index(_, property) { @@ -145865,7 +147165,7 @@ call$1(r) { return this.completer.complete$1(0, r); }, - $signature: 88 + $signature: 86 }; A.promiseToFuture_closure0.prototype = { call$1(e) { @@ -145873,7 +147173,7 @@ return this.completer.completeError$1(new A.NullRejectionException(e === undefined)); return this.completer.completeError$1(e); }, - $signature: 88 + $signature: 86 }; A._JSRandom.prototype = { nextInt$1(max) { @@ -146072,6 +147372,14 @@ 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) { @@ -146151,19 +147459,12 @@ $isIterable: 1, $isList: 1 }; + A.PathElement.prototype = {$isPathElement: 1}; A.PointList.prototype = { get$length(receiver) { return receiver.length; } }; - A.Rect0.prototype = { - set$height(receiver, value) { - receiver.height = value; - }, - set$width(receiver, value) { - receiver.width = value; - } - }; A.ScriptElement0.prototype = {$isScriptElement0: 1}; A.StringList.prototype = { get$length(receiver) { @@ -146203,14 +147504,12 @@ return new A.FilteredElementList(receiver, new A._ChildNodeListLazy(receiver)); }, createFragment$3$treeSanitizer$validator(receiver, svg, treeSanitizer, validator) { - var t1, html, t2, fragment, svgFragment, root; - if (treeSanitizer == null) { + var html, 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.push(A._Html5NodeValidator$(null)); + t1.push(A._TemplatingNodeValidator$()); + t1.push(new A._SvgNodeValidator()); + treeSanitizer = new A._ValidatingTreeSanitizer(new A.NodeValidatorBuilder(t1)); html = '' + svg + ""; t1 = document; t2 = t1.body; @@ -146264,23 +147563,23 @@ $isIterable: 1, $isList: 1 }; - A._LengthList_Interceptor_ListMixin.prototype = {}; - A._LengthList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._NumberList_Interceptor_ListMixin.prototype = {}; - A._NumberList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._StringList_Interceptor_ListMixin.prototype = {}; - A._StringList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; - A._TransformList_Interceptor_ListMixin.prototype = {}; - A._TransformList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; + A._LengthList_JavaScriptObject_ListMixin.prototype = {}; + A._LengthList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._NumberList_JavaScriptObject_ListMixin.prototype = {}; + A._NumberList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._StringList_JavaScriptObject_ListMixin.prototype = {}; + A._StringList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; + A._TransformList_JavaScriptObject_ListMixin.prototype = {}; + A._TransformList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; A.Endian.prototype = {}; A.ClipOp.prototype = { toString$0(_) { - return this._ui$_name; + return "ClipOp." + this._core$_name; } }; A.PathFillType.prototype = { toString$0(_) { - return this._ui$_name; + return "PathFillType." + this._core$_name; } }; A._ChannelCallbackRecord.prototype = { @@ -146360,13 +147659,13 @@ call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 489 + $signature: 620 }; A.ChannelBuffers_setListener_closure.prototype = { call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 489 + $signature: 620 }; A.OffsetBase.prototype = { $lt(_, other) { @@ -146777,7 +148076,7 @@ }; A.KeyEventType.prototype = { toString$0(_) { - return this._ui$_name; + return "KeyEventType." + this._core$_name; } }; A.KeyData.prototype = { @@ -146836,7 +148135,7 @@ call$1(code) { return B.JSString_methods.padLeft$2(J.toRadixString$1$n(code, 16), 2, "0"); }, - $signature: 328 + $signature: 363 }; A.Color.prototype = { get$red() { @@ -146870,32 +148169,32 @@ }; A.StrokeCap.prototype = { toString$0(_) { - return this._ui$_name; + return "StrokeCap." + this._core$_name; } }; A.StrokeJoin.prototype = { toString$0(_) { - return this._ui$_name; + return "StrokeJoin." + this._core$_name; } }; A.PaintingStyle.prototype = { toString$0(_) { - return this._ui$_name; + return "PaintingStyle." + this._core$_name; } }; A.BlendMode.prototype = { toString$0(_) { - return this._ui$_name; + return "BlendMode." + this._core$_name; } }; A.Clip.prototype = { toString$0(_) { - return this._ui$_name; + return "Clip." + this._core$_name; } }; A.BlurStyle.prototype = { toString$0(_) { - return this._ui$_name; + return "BlurStyle." + this._core$_name; } }; A.MaskFilter.prototype = { @@ -146913,12 +148212,12 @@ }; A.FilterQuality.prototype = { toString$0(_) { - return this._ui$_name; + return "FilterQuality." + this._core$_name; } }; A.ImageByteFormat.prototype = { toString$0(_) { - return this._ui$_name; + return "ImageByteFormat." + this._core$_name; } }; A.webOnlyInstantiateImageCodecFromUrl_closure.prototype = { @@ -146926,7 +148225,7 @@ callback.call$1(new A.HtmlCodec(this.uri.toString$0(0), this.chunkCallback)); return null; }, - $signature: 892 + $signature: 902 }; A.Shadow.prototype = { $eq(_, other) { @@ -146976,7 +148275,7 @@ }; A.AppLifecycleState.prototype = { toString$0(_) { - return this._ui$_name; + return "AppLifecycleState." + this._core$_name; } }; A.Locale.prototype = { @@ -147021,17 +148320,17 @@ }; A.PointerChange.prototype = { toString$0(_) { - return this._ui$_name; + return "PointerChange." + this._core$_name; } }; A.PointerDeviceKind.prototype = { toString$0(_) { - return this._ui$_name; + return "PointerDeviceKind." + this._core$_name; } }; A.PointerSignalKind.prototype = { toString$0(_) { - return this._ui$_name; + return "PointerSignalKind." + this._core$_name; } }; A.PointerData.prototype = { @@ -147102,12 +148401,8 @@ return "SemanticsFlag.isSelected"; case 8: return "SemanticsFlag.isButton"; - case 4194304: - return "SemanticsFlag.isLink"; case 16: return "SemanticsFlag.isTextField"; - case 2097152: - return "SemanticsFlag.isFocusable"; case 32: return "SemanticsFlag.isFocused"; case 64: @@ -147140,6 +148435,12 @@ return "SemanticsFlag.isMultiline"; case 1048576: return "SemanticsFlag.isReadOnly"; + case 2097152: + return "SemanticsFlag.isFocusable"; + case 4194304: + return "SemanticsFlag.isLink"; + case 8388608: + return "SemanticsFlag.isSlider"; case 16777216: return "SemanticsFlag.isKeyboardKey"; } @@ -147149,12 +148450,12 @@ A.SemanticsUpdateBuilder.prototype = {}; A.FontStyle.prototype = { toString$0(_) { - return this._ui$_name; + return "FontStyle." + this._core$_name; } }; A.PlaceholderAlignment.prototype = { toString$0(_) { - return this._ui$_name; + return "PlaceholderAlignment." + this._core$_name; } }; A.FontWeight.prototype = { @@ -147189,12 +148490,12 @@ }; A.TextAlign.prototype = { toString$0(_) { - return this._ui$_name; + return "TextAlign." + this._core$_name; } }; A.TextBaseline.prototype = { toString$0(_) { - return this._ui$_name; + return "TextBaseline." + this._core$_name; } }; A.TextDecoration.prototype = { @@ -147225,17 +148526,17 @@ }; A.TextDecorationStyle.prototype = { toString$0(_) { - return this._ui$_name; + return "TextDecorationStyle." + this._core$_name; } }; A.TextLeadingDistribution.prototype = { toString$0(_) { - return this._ui$_name; + return "TextLeadingDistribution." + this._core$_name; } }; A.TextDirection.prototype = { toString$0(_) { - return this._ui$_name; + return "TextDirection." + this._core$_name; } }; A.TextBox.prototype = { @@ -147260,7 +148561,7 @@ }; A.TextAffinity.prototype = { toString$0(_) { - return this._ui$_name; + return "TextAffinity." + this._core$_name; } }; A.TextPosition.prototype = { @@ -147313,17 +148614,17 @@ }; A.BoxHeightStyle.prototype = { toString$0(_) { - return this._ui$_name; + return "BoxHeightStyle." + this._core$_name; } }; A.BoxWidthStyle.prototype = { toString$0(_) { - return "BoxWidthStyle.tight"; + return "BoxWidthStyle." + this._core$_name; } }; A.TileMode.prototype = { toString$0(_) { - return this._ui$_name; + return "TileMode." + this._core$_name; } }; A.FlutterView.prototype = {}; @@ -147347,7 +148648,7 @@ }; A.Brightness.prototype = { toString$0(_) { - return this._ui$_name; + return "Brightness." + this._core$_name; } }; A.CallbackHandle.prototype = { @@ -147454,13 +148755,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 115 + $signature: 119 }; A.AudioParamMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 115 + $signature: 119 }; A.AudioTrack.prototype = { get$id(receiver) { @@ -147478,50 +148779,12 @@ return receiver.length; } }; - A._AudioParamMap_Interceptor_MapMixin.prototype = {}; + A._AudioParamMap_JavaScriptObject_MapMixin.prototype = {}; A.ActiveInfo.prototype = { get$name(receiver) { return receiver.name; } }; - A.SqlResultSetRowList.prototype = { - get$length(receiver) { - return receiver.length; - }, - $index(receiver, index) { - var t1; - if (index >>> 0 !== index || index >= receiver.length) - throw A.wrapException(A.IndexError$(index, receiver, null, null, null)); - t1 = A.convertNativeToDart_Dictionary(receiver.item(index)); - t1.toString; - return t1; - }, - $indexSet(receiver, index, value) { - throw A.wrapException(A.UnsupportedError$("Cannot assign element of immutable List.")); - }, - set$length(receiver, value) { - throw A.wrapException(A.UnsupportedError$("Cannot resize immutable List.")); - }, - get$first(receiver) { - if (receiver.length > 0) - return receiver[0]; - throw A.wrapException(A.StateError$("No elements")); - }, - get$last(receiver) { - var len = receiver.length; - if (len > 0) - return receiver[len - 1]; - throw A.wrapException(A.StateError$("No elements")); - }, - elementAt$1(receiver, index) { - return this.$index(receiver, index); - }, - $isEfficientLengthIterable: 1, - $isIterable: 1, - $isList: 1 - }; - A._SqlResultSetRowList_Interceptor_ListMixin.prototype = {}; - A._SqlResultSetRowList_Interceptor_ListMixin_ImmutableListMixin.prototype = {}; A.GZipEncoder.prototype = { encode$1(data) { var fileModTime, t1, t2, t3, t4, t5, t6, t7, deflate, _null = null, @@ -147558,7 +148821,7 @@ } output_stream.writeUint32$1(deflate.crc32); output_stream.writeUint32$1(J.get$length$asx(data)); - t1 = A.NativeUint8List_NativeUint8List$view(output_stream._output_stream$_buffer.buffer, 0, output_stream._output_stream$_length); + t1 = A.NativeUint8List_NativeUint8List$view(output_stream._output_stream$_buffer.buffer, 0, output_stream.length); return t1; } }; @@ -147566,10 +148829,10 @@ A.InputStreamBase.prototype = {}; A.InputStream.prototype = { get$length(_) { - return B.JSInt_methods.$sub(A._lateReadCheck(this.__InputStream__length, "_length"), this.offset - this.start); + return A._lateReadCheck(this.__InputStream__length, "_length") - (this.offset - this.start); }, get$isEOS() { - return this.offset >= B.JSInt_methods.$add(this.start, A._lateReadCheck(this.__InputStream__length, "_length")); + return this.offset >= this.start + A._lateReadCheck(this.__InputStream__length, "_length"); }, $index(_, index) { return J.$index$asx(this.buffer, this.offset + index); @@ -147581,7 +148844,7 @@ var _this = this, t1 = _this.start, position = _this.offset - t1 + t1, - $length = count < 0 ? B.JSInt_methods.$sub(A._lateReadCheck(_this.__InputStream__length, "_length"), position - t1) : count, + $length = count < 0 ? A._lateReadCheck(_this.__InputStream__length, "_length") - (position - t1) : count, bytes = A.InputStream$(_this.buffer, _this.byteOrder, $length, position); _this.offset = _this.offset + bytes.get$length(bytes); return bytes; @@ -147591,15 +148854,14 @@ 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 < B.JSInt_methods.$add(t1, A._lateReadCheck(_this.__InputStream__length, "_length"));) { + 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++); - if (t4 === 0) { - t1 = new A.Utf8Decoder(false).convert$1(codes); - return t1; - } + if (t4 === 0) + break; codes.push(t4); } - throw A.wrapException(A.ArchiveException$("EOF reached without finding string terminator")); + t1 = new A.Utf8Decoder(false).convert$1(codes); + return t1; }, readUint16$0() { var _this = this, @@ -147643,34 +148905,31 @@ }; A.OutputStreamBase.prototype = {}; A.OutputStream.prototype = { - get$length(_) { - return this._output_stream$_length; - }, writeByte$1(value) { var _this = this; - if (_this._output_stream$_length === _this._output_stream$_buffer.length) + if (_this.length === _this._output_stream$_buffer.length) _this._expandBuffer$0(); - _this._output_stream$_buffer[_this._output_stream$_length++] = value & 255; + _this._output_stream$_buffer[_this.length++] = value & 255; }, writeBytes$2(bytes, len) { var t1, t2, t3, t4, _this = this; if (len == null) len = bytes.length; - for (; t1 = _this._output_stream$_length, t2 = t1 + len, t3 = _this._output_stream$_buffer, t4 = t3.length, t2 > t4;) + for (; t1 = _this.length, t2 = t1 + len, t3 = _this._output_stream$_buffer, t4 = t3.length, t2 > t4;) _this._expandBuffer$1(t2 - t4); B.NativeUint8List_methods.setRange$3(t3, t1, t2, bytes); - _this._output_stream$_length += len; + _this.length += len; }, writeBytes$1(bytes) { return this.writeBytes$2(bytes, null); }, writeInputStream$1(stream) { - var t1, t2, t3, t4, _this = this; - for (t1 = stream.start; t2 = _this._output_stream$_length, t3 = B.JSInt_methods.$sub(A._lateReadCheck(stream.__InputStream__length, "_length"), stream.offset - t1), t4 = _this._output_stream$_buffer, t2 + t3 > t4.length;) - _this._expandBuffer$1(_this._output_stream$_length + B.JSInt_methods.$sub(A._lateReadCheck(stream.__InputStream__length, "_length"), stream.offset - t1) - _this._output_stream$_buffer.length); - t1 = _this._output_stream$_length; - B.NativeUint8List_methods.setRange$4(t4, t1, t1 + stream.get$length(stream), stream.buffer, stream.offset); - _this._output_stream$_length = _this._output_stream$_length + stream.get$length(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); + _this.length = _this.length + stream.get$length(stream); }, writeUint16$1(value) { this.writeByte$1(value & 255); @@ -147686,11 +148945,11 @@ subset$2(start, end) { var _this = this; if (start < 0) - start = _this._output_stream$_length + start; + start = _this.length + start; if (end == null) - end = _this._output_stream$_length; + end = _this.length; else if (end < 0) - end = _this._output_stream$_length + end; + end = _this.length + end; return A.NativeUint8List_NativeUint8List$view(_this._output_stream$_buffer.buffer, start, end - start); }, subset$1(start) { @@ -147706,6 +148965,9 @@ }, _expandBuffer$0() { return this._expandBuffer$1(null); + }, + get$length(receiver) { + return this.length; } }; A.Deflate.prototype = { @@ -147718,21 +148980,21 @@ t1 = false; if (t1) throw A.wrapException(A.ArchiveException$("Invalid Deflate parameter")); - $.Deflate__config.__late_helper$_value = _this._getConfig$1(6); + $.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 = B.JSInt_methods.$sub(A._lateReadCheck(t1, _s11_), 1); + _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 = B.JSInt_methods.$sub(A._lateReadCheck(t1, _s9_0), 1); - _this.__Deflate__hashShift = B.JSInt_methods._tdivFast$1(B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__hashBits, _s9_), 3) - 1, 3); - t1 = B.JSInt_methods.$mul(A._lateReadCheck(_this.__Deflate__windowSize, _s11_), 2); - _this.__Deflate__window = new Uint8Array(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)); @@ -147742,11 +149004,11 @@ A.throwExpression(A.ArgumentError$("Invalid length " + A.S(t1), null)); _this.__Deflate__head = new Uint16Array(t1); _this.__Deflate__litBufferSize = 16384; - t1 = B.JSInt_methods.$mul(A._lateReadCheck(16384, _s14_), 4); - _this.__Deflate__pendingBuffer = new Uint8Array(t1); - _this.__Deflate__pendingBufferSize = B.JSInt_methods.$mul(A._lateReadCheck(_this.__Deflate__litBufferSize, _s14_), 4); + 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 = B.JSInt_methods.$mul(3, 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; _this._deflate$_status = 113; @@ -147779,7 +149041,7 @@ else t1 = true; if (t1) { - switch ($.Deflate__config._readField$0().$function) { + switch ($.Deflate____config._readField$0().$function) { case 0: bstate = _this._deflateStored$1(flush); break; @@ -147803,7 +149065,7 @@ _this._sendBits$2(2, 3); _this._sendCode$2(256, B.List_Xg4); _this.biFlush$0(); - if (B.JSInt_methods.$sub(B.JSInt_methods.$add(1, A._lateReadCheck(_this.__Deflate__lastEOBLen, "_lastEOBLen")) + 10, A._lateReadCheck(_this.__Deflate__numValidBits, "_numValidBits")) < 9) { + if (1 + A._lateReadCheck(_this.__Deflate__lastEOBLen, "_lastEOBLen") + 10 - A._lateReadCheck(_this.__Deflate__numValidBits, "_numValidBits") < 9) { _this._sendBits$2(2, 3); _this._sendCode$2(256, B.List_Xg4); _this.biFlush$0(); @@ -147812,7 +149074,7 @@ } else { _this._trStoredBlock$3(0, 0, false); if (flush === 3) - for (i = 0; B.JSInt_methods.$lt(i, A._lateReadCheck(_this.__Deflate__hashSize, "_hashSize")); ++i) + for (i = 0; i < A._lateReadCheck(_this.__Deflate__hashSize, "_hashSize"); ++i) A._lateReadCheck(_this.__Deflate__head, "_head")[i] = 0; } _this._flushPending$0(); @@ -147825,9 +149087,9 @@ _lmInit$0() { var i, _this = this, _s9_ = "_hashSize"; - _this.__Deflate__actualWindowSize = B.JSInt_methods.$mul(2, A._lateReadCheck(_this.__Deflate__windowSize, "_windowSize")); - A._lateReadCheck(_this.__Deflate__head, "_head")[B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__hashSize, _s9_), 1)] = 0; - for (i = 0; i < B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__hashSize, _s9_), 1); ++i) + _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; @@ -147851,8 +149113,8 @@ t1 = _this._heap, v = t1[k], j = k << 1 >>> 0; - for (t2 = _this._deflate$_depth; B.JSInt_methods.$le(j, A._lateReadCheck(_this.__Deflate__heapLen, _s8_)); k = j, j = j0) { - if (B.JSInt_methods.$lt(j, A._lateReadCheck(_this.__Deflate__heapLen, _s8_)) && A.Deflate__smaller(tree, t1[j + 1], t1[j], t2)) + 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; if (A.Deflate__smaller(tree, v, t1[j], t2)) break; @@ -147922,7 +149184,7 @@ for (max_blindex = 18; max_blindex >= 3; --max_blindex) if (A._lateReadCheck(_this.__Deflate__bitLengthTree, "_bitLengthTree")[B.List_uSC[max_blindex] * 2 + 1] !== 0) break; - _this.__Deflate__optimalLen = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__optimalLen, "_optimalLen"), 3 * (max_blindex + 1) + 5 + 5 + 4); + _this.__Deflate__optimalLen = A._lateReadCheck(_this.__Deflate__optimalLen, "_optimalLen") + (3 * (max_blindex + 1) + 5 + 5 + 4); return max_blindex; }, _sendAllTrees$3(lcodes, dcodes, blcodes) { @@ -147997,17 +149259,18 @@ } }, _putBytes$3(p, start, len) { - var _this = this, + var t1, _this = this, _s8_ = "_pending"; if (len === 0) return; - J.setRange$4$ax(A._lateReadCheck(_this.__Deflate__pendingBuffer, "_pendingBuffer"), A._lateReadCheck(_this.__Deflate__pending, _s8_), B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__pending, _s8_), len), p, start); - _this.__Deflate__pending = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__pending, _s8_), len); + t1 = A._lateReadCheck(_this.__Deflate__pendingBuffer, "_pendingBuffer"); + (t1 && B.NativeUint8List_methods).setRange$4(t1, 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; }, _putByte$1(c) { var t1 = A._lateReadCheck(this.__Deflate__pendingBuffer, "_pendingBuffer"), t2 = A._lateReadCheck(this.__Deflate__pending, "_pending"); - this.__Deflate__pending = B.JSInt_methods.$add(t2, 1); + this.__Deflate__pending = t2 + 1; t1[t2] = c; }, _sendCode$2(c, tree) { @@ -148018,38 +149281,38 @@ var _this = this, _s13_ = "_numValidBits", _s10_ = "_bitBuffer", - t1 = B.JSInt_methods.$gt(A._lateReadCheck(_this.__Deflate__numValidBits, _s13_), 16 - $length), + t1 = A._lateReadCheck(_this.__Deflate__numValidBits, _s13_), t2 = _this.__Deflate__bitBuffer; - if (t1) { - t1 = B.JSInt_methods.$or(A._lateReadCheck(t2, _s10_), B.JSInt_methods.$shl(value_Renamed, A._lateReadCheck(_this.__Deflate__numValidBits, _s13_)) & 65535); + 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_); _this._putByte$1(t1); _this._putByte$1(A._rshift(t1, 8)); - _this.__Deflate__bitBuffer = A._rshift(value_Renamed, B.JSInt_methods.$sub(16, A._lateReadCheck(_this.__Deflate__numValidBits, _s13_))); - _this.__Deflate__numValidBits = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__numValidBits, _s13_), $length - 16); + _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); } else { - _this.__Deflate__bitBuffer = B.JSInt_methods.$or(A._lateReadCheck(t2, _s10_), B.JSInt_methods.$shl(value_Renamed, A._lateReadCheck(_this.__Deflate__numValidBits, _s13_)) & 65535); - _this.__Deflate__numValidBits = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__numValidBits, _s13_), $length); + _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; } }, _trTally$2(dist, lc) { - var t1, t2, out_length, in_length, dcode, _this = this, + var t1, t2, out_length, dcode, _this = this, _s14_ = "_pendingBuffer", _s8_ = "_lastLit", _s18_ = "_dynamicLengthTree", _s8_0 = "_matches", _s16_ = "_dynamicDistTree"; - A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf"), B.JSInt_methods.$mul(A._lateReadCheck(_this.__Deflate__lastLit, _s8_), 2))] = A._rshift(dist, 8); - A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf"), B.JSInt_methods.$mul(A._lateReadCheck(_this.__Deflate__lastLit, _s8_), 2)) + 1] = dist; - A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__lbuf, "_lbuf"), A._lateReadCheck(_this.__Deflate__lastLit, _s8_))] = lc; - _this.__Deflate__lastLit = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__lastLit, _s8_), 1); + A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf") + A._lateReadCheck(_this.__Deflate__lastLit, _s8_) * 2] = A._rshift(dist, 8); + A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf") + A._lateReadCheck(_this.__Deflate__lastLit, _s8_) * 2 + 1] = dist; + 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; if (dist === 0) { t1 = A._lateReadCheck(_this.__Deflate__dynamicLengthTree, _s18_); t2 = lc * 2; t1[t2] = t1[t2] + 1; } else { - _this.__Deflate__matches = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__matches, _s8_0), 1); + _this.__Deflate__matches = A._lateReadCheck(_this.__Deflate__matches, _s8_0) + 1; t1 = A._lateReadCheck(_this.__Deflate__dynamicLengthTree, _s18_); t2 = (B.List_NUU[lc] + 256 + 1) * 2; t1[t2] = t1[t2] + 1; @@ -148057,16 +149320,17 @@ t1 = A._HuffmanTree__dCode(dist - 1) * 2; t2[t1] = t2[t1] + 1; } - if (B.JSInt_methods.$and(A._lateReadCheck(_this.__Deflate__lastLit, _s8_), 8191) === 0 && B.JSInt_methods.$gt(A._lateReadCheck(_this.__Deflate__level, "_level"), 2)) { - out_length = B.JSInt_methods.$mul(A._lateReadCheck(_this.__Deflate__lastLit, _s8_), 8); - in_length = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, "_strStart"), A._lateReadCheck(_this.__Deflate__blockStart, "_blockStart")); + 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 (B.JSInt_methods.$lt(A._lateReadCheck(_this.__Deflate__matches, _s8_0), B.JSInt_methods.$div(A._lateReadCheck(_this.__Deflate__lastLit, _s8_), 2)) && out_length < in_length / 2) + if (A._lateReadCheck(_this.__Deflate__matches, _s8_0) < A._lateReadCheck(_this.__Deflate__lastLit, _s8_) / 2 && out_length < (t1 - t2) / 2) return true; } - return A._lateReadCheck(_this.__Deflate__lastLit, _s8_) === B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__litBufferSize, "_litBufferSize"), 1); + return A._lateReadCheck(_this.__Deflate__lastLit, _s8_) === A._lateReadCheck(_this.__Deflate__litBufferSize, "_litBufferSize") - 1; }, _compressBlock$2(ltree, dtree) { var lx, code, extra, t1, dist, lc, _this = this, @@ -148078,8 +149342,8 @@ extra = null; do { t1 = lx * 2; - dist = A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf"), t1)] << 8 & 65280 | A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf"), t1) + 1] & 255; - lc = A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__lbuf, "_lbuf"), lx)] & 255; + dist = A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf") + t1] << 8 & 65280 | A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[A._lateReadCheck(_this.__Deflate__dbuf, "_dbuf") + t1 + 1] & 255; + lc = A._lateReadCheck(_this.__Deflate__pendingBuffer, _s14_)[A._lateReadCheck(_this.__Deflate__lbuf, "_lbuf") + lx] & 255; ++lx; if (dist === 0) _this._sendCode$2(lc, ltree); @@ -148096,7 +149360,7 @@ if (extra !== 0) _this._sendBits$2(dist - B.List_X3d0[code], extra); } - } while (B.JSInt_methods.$lt(lx, A._lateReadCheck(_this.__Deflate__lastLit, _s8_))); + } while (lx < A._lateReadCheck(_this.__Deflate__lastLit, _s8_)); } _this._sendCode$2(256, ltree); _this.__Deflate__lastEOBLen = ltree[513]; @@ -148127,21 +149391,21 @@ _this._putByte$1(t1); _this._putByte$1(A._rshift(t1, 8)); _this.__Deflate__numValidBits = _this.__Deflate__bitBuffer = 0; - } else if (B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__numValidBits, _s13_), 8)) { + } 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 = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__numValidBits, _s13_), 8); + _this.__Deflate__numValidBits = A._lateReadCheck(_this.__Deflate__numValidBits, _s13_) - 8; } }, _biWindup$0() { var t1, _this = this, _s13_ = "_numValidBits", _s10_ = "_bitBuffer"; - if (B.JSInt_methods.$gt(A._lateReadCheck(_this.__Deflate__numValidBits, _s13_), 8)) { + if (A._lateReadCheck(_this.__Deflate__numValidBits, _s13_) > 8) { t1 = A._lateReadCheck(_this.__Deflate__bitBuffer, _s10_); _this._putByte$1(t1); _this._putByte$1(A._rshift(t1, 8)); - } else if (B.JSInt_methods.$gt(A._lateReadCheck(_this.__Deflate__numValidBits, _s13_), 0)) + } 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; }, @@ -148149,16 +149413,16 @@ var max_blindex, optLenb, staticLenb, _this = this, _s11_ = "_blockStart", _s9_ = "_strStart", - t1 = B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__blockStart, _s11_), 0) ? A._lateReadCheck(_this.__Deflate__blockStart, _s11_) : -1, - t2 = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__blockStart, _s11_)); - if (B.JSInt_methods.$gt(A._lateReadCheck(_this.__Deflate__level, "_level"), 0)) { + 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) { 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(B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__optimalLen, "_optimalLen"), 3) + 7, 3); - staticLenb = A._rshift(B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__staticLen, "_staticLen"), 3) + 7, 3); + optLenb = A._rshift(A._lateReadCheck(_this.__Deflate__optimalLen, "_optimalLen") + 3 + 7, 3); + staticLenb = A._rshift(A._lateReadCheck(_this.__Deflate__staticLen, "_staticLen") + 3 + 7, 3); if (staticLenb <= optLenb) optLenb = staticLenb; } else { @@ -148173,7 +149437,7 @@ _this._compressBlock$2(B.List_Xg4, B.List_iYO); } else { _this._sendBits$2(4 + (eof ? 1 : 0), 3); - _this._sendAllTrees$3(B.JSInt_methods.$add(A._lateReadCheck(_this._lDesc.___HuffmanTree_maxCode, "maxCode"), 1), B.JSInt_methods.$add(A._lateReadCheck(_this._dDesc.___HuffmanTree_maxCode, "maxCode"), 1), max_blindex + 1); + _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")); } _this._initBlock$0(); @@ -148188,24 +149452,24 @@ _s10_ = "_lookAhead", _s9_ = "_strStart", _s11_ = "_blockStart", - maxBlockSize = 65535 > B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__pendingBufferSize, _s18_), 5) ? B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__pendingBufferSize, _s18_), 5) : 65535; + maxBlockSize = 65535 > A._lateReadCheck(_this.__Deflate__pendingBufferSize, _s18_) - 5 ? A._lateReadCheck(_this.__Deflate__pendingBufferSize, _s18_) - 5 : 65535; for (t1 = flush === 0; true;) { - if (B.JSInt_methods.$le(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 1)) { + if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) <= 1) { _this._fillWindow$0(); if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) === 0 && t1) return 0; if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) === 0) break; } - _this.__Deflate__strStart = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__lookAhead, _s10_)); + _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + A._lateReadCheck(_this.__Deflate__lookAhead, _s10_); _this.__Deflate__lookAhead = 0; - maxStart = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__blockStart, _s11_), maxBlockSize); - if (B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__strStart, _s9_), maxStart)) { - _this.__Deflate__lookAhead = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), maxStart); + 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; _this._flushBlockOnly$1(false); } - if (B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__blockStart, _s11_)) >= B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__windowSize, "_windowSize"), 262)) + if (A._lateReadCheck(_this.__Deflate__strStart, _s9_) - A._lateReadCheck(_this.__Deflate__blockStart, _s11_) >= A._lateReadCheck(_this.__Deflate__windowSize, "_windowSize") - 262) _this._flushBlockOnly$1(false); } t1 = flush === 4; @@ -148225,52 +149489,51 @@ _this._putBytes$3(A._lateReadCheck(_this.__Deflate__window, "_window"), buf, storedLen); }, _fillWindow$0() { - var more, p, n, t2, m, _this = this, + var more, t2, p, n, m, _this = this, _s10_ = "_lookAhead", _s9_ = "_strStart", _s11_ = "_windowSize", _s7_ = "_window", t1 = _this._deflate$_input; do { - more = B.JSInt_methods.$sub(B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__actualWindowSize, "_actualWindowSize"), A._lateReadCheck(_this.__Deflate__lookAhead, _s10_)), A._lateReadCheck(_this.__Deflate__strStart, _s9_)); + 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 (B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__strStart, _s9_), B.JSInt_methods.$add(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 = B.JSInt_methods.$sub(_this._matchStart, A._lateReadCheck(_this.__Deflate__windowSize, _s11_)); - _this.__Deflate__strStart = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__windowSize, _s11_)); - _this.__Deflate__blockStart = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__blockStart, "_blockStart"), 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) { + t2 = A._lateReadCheck(_this.__Deflate__window, _s7_); + (t2 && B.NativeUint8List_methods).setRange$4(t2, 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"); - p = B.JSInt_methods.$sub(p, 1); - m = t2[p] & 65535; - t2 = A._lateReadCheck(_this.__Deflate__head, "_head"); - t2[p] = B.JSInt_methods.$ge(m, A._lateReadCheck(_this.__Deflate__windowSize, _s11_)) ? B.JSInt_methods.$sub(m, A._lateReadCheck(_this.__Deflate__windowSize, _s11_)) : 0; - } while (n = B.JSInt_methods.$sub(n, 1), n !== 0); + 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"); - p = B.JSInt_methods.$sub(p, 1); - m = t2[p] & 65535; - t2 = A._lateReadCheck(_this.__Deflate__prev, "_prev"); - t2[p] = B.JSInt_methods.$ge(m, A._lateReadCheck(_this.__Deflate__windowSize, _s11_)) ? B.JSInt_methods.$sub(m, A._lateReadCheck(_this.__Deflate__windowSize, _s11_)) : 0; - } while (n = B.JSInt_methods.$sub(n, 1), n !== 0); - more = B.JSInt_methods.$add(more, A._lateReadCheck(_this.__Deflate__windowSize, _s11_)); + 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_); } if (t1.get$isEOS()) return; - n = _this._readBuf$3(A._lateReadCheck(_this.__Deflate__window, _s7_), B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__lookAhead, _s10_)), more); - t2 = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), n); + 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 (B.JSInt_methods.$ge(A._lateReadCheck(t2, _s10_), 3)) { + if (A._lateReadCheck(t2, _s10_) >= 3) { t2 = A._lateReadCheck(_this.__Deflate__window, _s7_)[A._lateReadCheck(_this.__Deflate__strStart, _s9_)] & 255; _this.__Deflate__insertHash = t2; - _this.__Deflate__insertHash = B.JSInt_methods.$and((B.JSInt_methods.$shl(A._lateReadCheck(t2, "_insertHash"), A._lateReadCheck(_this.__Deflate__hashShift, "_hashShift")) ^ A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1)] & 255) >>> 0, A._lateReadCheck(_this.__Deflate__hashMask, "_hashMask")); + _this.__Deflate__insertHash = ((B.JSInt_methods.$shl(A._lateReadCheck(t2, "_insertHash"), A._lateReadCheck(_this.__Deflate__hashShift, "_hashShift")) ^ A._lateReadCheck(_this.__Deflate__window, _s7_)[A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1] & 255) & A._lateReadCheck(_this.__Deflate__hashMask, "_hashMask")) >>> 0; } - } while (B.JSInt_methods.$lt(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 262) && !t1.get$isEOS()); + } while (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262 && !t1.get$isEOS()); }, _deflateFast$1(flush) { var t1, hash_head, bflush, t2, t3, _this = this, @@ -148284,50 +149547,50 @@ _s11_0 = "_windowMask", _s12_ = "_matchLength"; for (t1 = flush === 0, hash_head = 0; true;) { - if (B.JSInt_methods.$lt(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 262)) { + if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262) { _this._fillWindow$0(); - if (B.JSInt_methods.$lt(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 262) && t1) + if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262 && t1) return 0; if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) === 0) break; } - if (B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 3)) { - _this.__Deflate__insertHash = B.JSInt_methods.$and((B.JSInt_methods.$shl(A._lateReadCheck(_this.__Deflate__insertHash, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 2)] & 255) >>> 0, A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)); + 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)) ^ 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")[B.JSInt_methods.$and(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__windowMask, _s11_0))] = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)]; + 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 (hash_head !== 0 && (B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), hash_head) & 65535) <= B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__windowSize, "_windowSize"), 262)) + 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 (B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__matchLength, _s12_), 3)) { - bflush = _this._trTally$2(B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), _this._matchStart), B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__matchLength, _s12_), 3)); - _this.__Deflate__lookAhead = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), A._lateReadCheck(_this.__Deflate__matchLength, _s12_)); + 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) - A.throwExpression(A.LateError$fieldNI($.Deflate__config.__late_helper$_name)); - if (B.JSInt_methods.$le(t2, t3.maxLazy) && B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 3)) { - _this.__Deflate__matchLength = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__matchLength, _s12_), 1); + 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)); + if (t2 <= t3.maxLazy && A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) >= 3) { + _this.__Deflate__matchLength = A._lateReadCheck(_this.__Deflate__matchLength, _s12_) - 1; do { - _this.__Deflate__strStart = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1); - _this.__Deflate__insertHash = B.JSInt_methods.$and((B.JSInt_methods.$shl(A._lateReadCheck(_this.__Deflate__insertHash, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 2)] & 255) >>> 0, A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)); + _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)) ^ 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")[B.JSInt_methods.$and(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__windowMask, _s11_0))] = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)]; + 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 = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__matchLength, _s12_), 1), _this.__Deflate__matchLength = t2, t2 !== 0); - _this.__Deflate__strStart = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1); + } 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; } else { - _this.__Deflate__strStart = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__matchLength, _s12_)); + _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + A._lateReadCheck(_this.__Deflate__matchLength, _s12_); _this.__Deflate__matchLength = 0; t2 = A._lateReadCheck(_this.__Deflate__window, _s7_)[A._lateReadCheck(_this.__Deflate__strStart, _s9_)] & 255; _this.__Deflate__insertHash = t2; - _this.__Deflate__insertHash = B.JSInt_methods.$and((B.JSInt_methods.$shl(A._lateReadCheck(t2, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1)] & 255) >>> 0, A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)); + _this.__Deflate__insertHash = ((B.JSInt_methods.$shl(A._lateReadCheck(t2, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ A._lateReadCheck(_this.__Deflate__window, _s7_)[A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1] & 255) & A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)) >>> 0; } } else { bflush = _this._trTally$2(0, A._lateReadCheck(_this.__Deflate__window, _s7_)[A._lateReadCheck(_this.__Deflate__strStart, _s9_)] & 255); - _this.__Deflate__lookAhead = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 1); - _this.__Deflate__strStart = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1); + _this.__Deflate__lookAhead = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) - 1; + _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; } if (bflush) _this._flushBlockOnly$1(false); @@ -148351,17 +149614,17 @@ _s9_1 = "_strategy", _s15_ = "_matchAvailable"; for (t1 = flush === 0, hash_head = 0, bflush = null; true;) { - if (B.JSInt_methods.$lt(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 262)) { + if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262) { _this._fillWindow$0(); - if (B.JSInt_methods.$lt(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 262) && t1) + if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) < 262 && t1) return 0; if (A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) === 0) break; } - if (B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 3)) { - _this.__Deflate__insertHash = B.JSInt_methods.$and((B.JSInt_methods.$shl(A._lateReadCheck(_this.__Deflate__insertHash, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 2)] & 255) >>> 0, A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)); + 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)) ^ 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")[B.JSInt_methods.$and(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__windowMask, _s11_0))] = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)]; + 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_); } t2 = A._lateReadCheck(_this.__Deflate__matchLength, _s12_); @@ -148370,18 +149633,18 @@ _this.__Deflate__matchLength = 2; if (hash_head !== 0) { t2 = A._lateReadCheck(t2, _s11_1); - 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 = B.JSInt_methods.$lt(t2, t3.maxLazy) && (B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), hash_head) & 65535) <= B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__windowSize, "_windowSize"), 262); + 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; } else t2 = false; if (t2) { if (A._lateReadCheck(_this.__Deflate__strategy, _s9_1) !== 2) _this.__Deflate__matchLength = _this._longestMatch$1(hash_head); - if (B.JSInt_methods.$le(A._lateReadCheck(_this.__Deflate__matchLength, _s12_), 5)) + 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 && B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), _this._matchStart) > 4096; + t2 = A._lateReadCheck(_this.__Deflate__matchLength, _s12_) === 3 && A._lateReadCheck(_this.__Deflate__strStart, _s9_) - _this._matchStart > 4096; else t2 = true; else @@ -148389,40 +149652,40 @@ if (t2) _this.__Deflate__matchLength = 2; } - if (B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__prevLength, _s11_1), 3) && B.JSInt_methods.$le(A._lateReadCheck(_this.__Deflate__matchLength, _s12_), A._lateReadCheck(_this.__Deflate__prevLength, _s11_1))) { - max_insert = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__lookAhead, _s10_)) - 3; - bflush = _this._trTally$2(B.JSInt_methods.$sub(B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1), A._lateReadCheck(_this.__Deflate__prevMatch, "_prevMatch")), B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__prevLength, _s11_1), 3)); - _this.__Deflate__lookAhead = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__prevLength, _s11_1), 1)); - _this.__Deflate__prevLength = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__prevLength, _s11_1), 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; do { - t2 = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1); + t2 = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; _this.__Deflate__strStart = t2; if (t2 <= max_insert) { - _this.__Deflate__insertHash = B.JSInt_methods.$and((B.JSInt_methods.$shl(A._lateReadCheck(_this.__Deflate__insertHash, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 2)] & 255) >>> 0, A._lateReadCheck(_this.__Deflate__hashMask, _s9_0)); + _this.__Deflate__insertHash = ((B.JSInt_methods.$shl(A._lateReadCheck(_this.__Deflate__insertHash, _s11_), A._lateReadCheck(_this.__Deflate__hashShift, _s10_0)) ^ 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")[B.JSInt_methods.$and(A._lateReadCheck(_this.__Deflate__strStart, _s9_), A._lateReadCheck(_this.__Deflate__windowMask, _s11_0))] = A._lateReadCheck(_this.__Deflate__head, _s5_)[A._lateReadCheck(_this.__Deflate__insertHash, _s11_)]; + 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 = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__prevLength, _s11_1), 1), _this.__Deflate__prevLength = t2, t2 !== 0); + } 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 = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1); + _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; if (bflush) _this._flushBlockOnly$1(false); } else if (A._lateReadCheck(_this.__Deflate__matchAvailable, _s15_) !== 0) { - bflush = _this._trTally$2(0, A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1)] & 255); + bflush = _this._trTally$2(0, A._lateReadCheck(_this.__Deflate__window, _s7_)[A._lateReadCheck(_this.__Deflate__strStart, _s9_) - 1] & 255); if (bflush) _this._flushBlockOnly$1(false); - _this.__Deflate__strStart = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1); - _this.__Deflate__lookAhead = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 1); + _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 = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1); - _this.__Deflate__lookAhead = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__lookAhead, _s10_), 1); + _this.__Deflate__strStart = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 1; + _this.__Deflate__lookAhead = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_) - 1; } } if (A._lateReadCheck(_this.__Deflate__matchAvailable, _s15_) !== 0) { - _this._trTally$2(0, A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 1)] & 255); + _this._trTally$2(0, A._lateReadCheck(_this.__Deflate__window, _s7_)[A._lateReadCheck(_this.__Deflate__strStart, _s9_) - 1] & 255); _this.__Deflate__matchAvailable = 0; } t1 = flush === 4; @@ -148430,34 +149693,36 @@ return t1 ? 3 : 1; }, _longestMatch$1(cur_match) { - var scan0, len, match, t2, _this = this, + var scan0, len, match, _this = this, _s9_ = "_strStart", _s11_ = "_prevLength", _s11_0 = "_windowSize", _s7_ = "_window", _s10_ = "_lookAhead", - chain_length = $.Deflate__config._readField$0().maxChain, + chain_length = $.Deflate____config._readField$0().maxChain, scan = A._lateReadCheck(_this.__Deflate__strStart, _s9_), best_len = A._lateReadCheck(_this.__Deflate__prevLength, _s11_), - limit = B.JSInt_methods.$gt(A._lateReadCheck(_this.__Deflate__strStart, _s9_), B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__windowSize, _s11_0), 262)) ? B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__strStart, _s9_), B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__windowSize, _s11_0), 262)) : 0, - nice_match = $.Deflate__config._readField$0().niceLength, + 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 = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__strStart, _s9_), 258), - scan_end1 = A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(scan, best_len) - 1], - scan_end = A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(scan, best_len)]; - if (B.JSInt_methods.$ge(A._lateReadCheck(_this.__Deflate__prevLength, _s11_), $.Deflate__config._readField$0().goodLength)) + strend = A._lateReadCheck(_this.__Deflate__strStart, _s9_) + 258, + t2 = scan + best_len, + scan_end1 = A._lateReadCheck(_this.__Deflate__window, _s7_)[t2 - 1], + scan_end = 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 (B.JSInt_methods.$gt(nice_match, A._lateReadCheck(_this.__Deflate__lookAhead, _s10_))) + if (nice_match > A._lateReadCheck(_this.__Deflate__lookAhead, _s10_)) nice_match = A._lateReadCheck(_this.__Deflate__lookAhead, _s10_); scan0 = strend - 258; len = null; do { c$0: { - if (A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(cur_match, best_len)] === scan_end) - if (A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(cur_match, best_len) - 1] === scan_end1) + t2 = cur_match + best_len; + if (A._lateReadCheck(_this.__Deflate__window, _s7_)[t2] === scan_end) + if (A._lateReadCheck(_this.__Deflate__window, _s7_)[t2 - 1] === scan_end1) if (A._lateReadCheck(_this.__Deflate__window, _s7_)[cur_match] === A._lateReadCheck(_this.__Deflate__window, _s7_)[scan]) { match = cur_match + 1; - t2 = A._lateReadCheck(_this.__Deflate__window, _s7_)[match] !== A._lateReadCheck(_this.__Deflate__window, _s7_)[B.JSInt_methods.$add(scan, 1)]; + t2 = A._lateReadCheck(_this.__Deflate__window, _s7_)[match] !== A._lateReadCheck(_this.__Deflate__window, _s7_)[scan + 1]; } else { match = cur_match; t2 = true; @@ -148472,7 +149737,7 @@ } if (t2) break c$0; - scan = B.JSInt_methods.$add(scan, 2); + scan += 2; ++match; do { ++scan; @@ -148515,9 +149780,9 @@ t2 = false; } while (t2); len = 258 - (strend - scan); - if (B.JSInt_methods.$gt(len, best_len)) { + if (len > best_len) { _this._matchStart = cur_match; - if (B.JSInt_methods.$ge(len, nice_match)) { + if (len >= nice_match) { best_len = len; break; } @@ -148528,14 +149793,14 @@ } scan = scan0; } - cur_match = A._lateReadCheck(_this.__Deflate__prev, "_prev")[B.JSInt_methods.$and(cur_match, t1)] & 65535; + cur_match = A._lateReadCheck(_this.__Deflate__prev, "_prev")[cur_match & t1] & 65535; if (cur_match > limit) { --chain_length; t2 = chain_length !== 0; } else t2 = false; } while (t2); - if (B.JSInt_methods.$le(best_len, A._lateReadCheck(_this.__Deflate__lookAhead, _s10_))) + if (best_len <= A._lateReadCheck(_this.__Deflate__lookAhead, _s10_)) return best_len; return A._lateReadCheck(_this.__Deflate__lookAhead, _s10_); }, @@ -148561,8 +149826,8 @@ _s8_ = "_pending", t1 = A._lateReadCheck(_this.__Deflate__pending, _s8_); _this._output.writeBytes$2(A._lateReadCheck(_this.__Deflate__pendingBuffer, "_pendingBuffer"), t1); - _this.__Deflate__pendingOut = B.JSInt_methods.$add(A._lateReadCheck(_this.__Deflate__pendingOut, "_pendingOut"), t1); - t1 = B.JSInt_methods.$sub(A._lateReadCheck(_this.__Deflate__pending, _s8_), 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; @@ -148609,7 +149874,7 @@ t2[bits] = 0; t3 = s._heap; t1[t3[A._lateReadCheck(s.__Deflate__heapMax, _s8_)] * 2 + 1] = 0; - for (h = B.JSInt_methods.$add(A._lateReadCheck(s.__Deflate__heapMax, _s8_), 1), t4 = stree != null, xbits = null, f = null, overflow = 0; h < 573; ++h) { + for (h = A._lateReadCheck(s.__Deflate__heapMax, _s8_) + 1, t4 = stree != null, xbits = null, f = null, overflow = 0; h < 573; ++h) { n = t3[h]; t5 = n * 2; t6 = t5 + 1; @@ -148619,14 +149884,14 @@ bits = max_length; } t1[t6] = bits; - if (B.JSInt_methods.$gt(n, A._lateReadCheck(_this.___HuffmanTree_maxCode, "maxCode"))) + if (n > A._lateReadCheck(_this.___HuffmanTree_maxCode, "maxCode")) continue; t2[bits] = t2[bits] + 1; xbits = n >= base_Renamed ? extra[n - base_Renamed] : 0; f = t1[t5]; - s.__Deflate__optimalLen = B.JSInt_methods.$add(A._lateReadCheck(s.__Deflate__optimalLen, _s11_), f * (bits + xbits)); + s.__Deflate__optimalLen = A._lateReadCheck(s.__Deflate__optimalLen, _s11_) + f * (bits + xbits); if (t4) - s.__Deflate__staticLen = B.JSInt_methods.$add(A._lateReadCheck(s.__Deflate__staticLen, "_staticLen"), f * (stree[t6] + xbits)); + s.__Deflate__staticLen = A._lateReadCheck(s.__Deflate__staticLen, "_staticLen") + f * (stree[t6] + xbits); } if (overflow === 0) return; @@ -148645,12 +149910,12 @@ for (; n !== 0;) { --h; m = t3[h]; - if (B.JSInt_methods.$gt(m, A._lateReadCheck(_this.___HuffmanTree_maxCode, "maxCode"))) + if (m > A._lateReadCheck(_this.___HuffmanTree_maxCode, "maxCode")) continue; t4 = m * 2; t5 = t4 + 1; if (t1[t5] !== bits) { - s.__Deflate__optimalLen = B.JSInt_methods.$add(A._lateReadCheck(s.__Deflate__optimalLen, _s11_), (bits - t1[t5]) * t1[t4]); + s.__Deflate__optimalLen = A._lateReadCheck(s.__Deflate__optimalLen, _s11_) + (bits - t1[t5]) * t1[t4]; t1[t5] = bits; } --n; @@ -148670,7 +149935,7 @@ for (t2 = s._heap, t3 = s._deflate$_depth, n = 0, max_code = -1; n < elems; ++n) { t4 = n * 2; if (t1[t4] !== 0) { - t4 = B.JSInt_methods.$add(A._lateReadCheck(s.__Deflate__heapLen, _s8_), 1); + t4 = A._lateReadCheck(s.__Deflate__heapLen, _s8_) + 1; s.__Deflate__heapLen = t4; t2[t4] = n; t3[n] = 0; @@ -148678,8 +149943,8 @@ } else t1[t4 + 1] = 0; } - for (t4 = stree != null; B.JSInt_methods.$lt(A._lateReadCheck(s.__Deflate__heapLen, _s8_), 2);) { - t5 = B.JSInt_methods.$add(A._lateReadCheck(s.__Deflate__heapLen, _s8_), 1); + 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; @@ -148690,24 +149955,24 @@ t5 = node * 2; t1[t5] = 1; t3[node] = 0; - s.__Deflate__optimalLen = B.JSInt_methods.$sub(A._lateReadCheck(s.__Deflate__optimalLen, "_optimalLen"), 1); + s.__Deflate__optimalLen = A._lateReadCheck(s.__Deflate__optimalLen, "_optimalLen") - 1; if (t4) - s.__Deflate__staticLen = B.JSInt_methods.$sub(A._lateReadCheck(s.__Deflate__staticLen, "_staticLen"), stree[t5 + 1]); + s.__Deflate__staticLen = A._lateReadCheck(s.__Deflate__staticLen, "_staticLen") - stree[t5 + 1]; } _this.___HuffmanTree_maxCode = max_code; - for (n = B.JSInt_methods.$tdiv(A._lateReadCheck(s.__Deflate__heapLen, _s8_), 2); n >= 1; --n) + for (n = B.JSInt_methods._tdivFast$1(A._lateReadCheck(s.__Deflate__heapLen, _s8_), 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 = B.JSInt_methods.$sub(t4, 1); + s.__Deflate__heapLen = t4 - 1; t2[1] = t2[t4]; s._pqdownheap$2(t1, 1); m = t2[1]; - t4 = s.__Deflate__heapMax = B.JSInt_methods.$sub(A._lateReadCheck(s.__Deflate__heapMax, _s8_0), 1); + t4 = s.__Deflate__heapMax = A._lateReadCheck(s.__Deflate__heapMax, _s8_0) - 1; t2[t4] = n; - t4 = B.JSInt_methods.$sub(A._lateReadCheck(t4, _s8_0), 1); + t4 = A._lateReadCheck(t4, _s8_0) - 1; s.__Deflate__heapMax = t4; t2[t4] = m; t4 = n * 2; @@ -148721,13 +149986,13 @@ node0 = node + 1; t2[1] = node; s._pqdownheap$2(t1, 1); - if (B.JSInt_methods.$ge(A._lateReadCheck(s.__Deflate__heapLen, _s8_), 2)) { + if (A._lateReadCheck(s.__Deflate__heapLen, _s8_) >= 2) { node = node0; continue; } else break; } while (true); - t3 = B.JSInt_methods.$sub(A._lateReadCheck(s.__Deflate__heapMax, _s8_0), 1); + t3 = A._lateReadCheck(s.__Deflate__heapMax, _s8_0) - 1; s.__Deflate__heapMax = t3; t2[t3] = t2[1]; _this._genBitlen$1(s); @@ -148771,7 +150036,7 @@ _this._bitBufferLen = _this._bitBuffer = 0; if (!_this.inputSet) return; - for (t1 = _this.__Inflate_input; t2 = A._lateReadCheck(t1, "input"), t2.offset < B.JSInt_methods.$add(t2.start, A._lateReadCheck(t2.__InputStream__length, "_length"));) + for (t1 = _this.__Inflate_input; t2 = A._lateReadCheck(t1, "input"), t2.offset < t2.start + A._lateReadCheck(t2.__InputStream__length, "_length");) if (!_this._parseBlock$0()) break; }, @@ -148811,7 +150076,7 @@ return 0; for (t1 = _this.__Inflate_input; t2 = _this._bitBufferLen, t2 < $length;) { t2 = A._lateReadCheck(t1, "input"); - if (t2.offset >= B.JSInt_methods.$add(t2.start, A._lateReadCheck(t2.__InputStream__length, "_length"))) + if (t2.offset >= t2.start + A._lateReadCheck(t2.__InputStream__length, "_length")) throw A.wrapException(A.ArchiveException$("input buffer is broken")); t2 = A._lateReadCheck(t1, "input"); t2 = J.$index$asx(t2.buffer, t2.offset++); @@ -148832,7 +150097,7 @@ maxCodeLength = table.maxCodeLength; for (t2 = _this.__Inflate_input; _this._bitBufferLen < maxCodeLength;) { t3 = A._lateReadCheck(t2, "input"); - if (t3.offset >= B.JSInt_methods.$add(t3.start, A._lateReadCheck(t3.__InputStream__length, "_length"))) + if (t3.offset >= t3.start + A._lateReadCheck(t3.__InputStream__length, "_length")) break; t3 = A._lateReadCheck(t2, "input"); t3 = J.$index$asx(t3.buffer, t3.offset++); @@ -148939,23 +150204,200 @@ return lengths; } }; + A.CloseIcon.prototype = { + build$1(_, context) { + var _null = null, + t1 = this.color; + return new A.Align(B.Alignment_m1_m1, _null, _null, A.Stack$(B.AlignmentDirectional_m1_m1, 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), B.Clip_1, B.StackFit_0, _null, _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: 904 + }; + 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: 906 + }; + 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: 908 + }; + A.CloseWindowButton_closure0.prototype = { + call$0() { + if ($._platformInstanceNeedsInit) { + A.initPlatformInstance(); + $._platformInstanceNeedsInit = false; + } + return $.$get$BitsdojoWindowPlatform__instance().get$appWindow().close$0(0); + }, + $signature: 0 + }; + 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, 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: 99 + }; + 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); + } + }; + 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); } }; A.BoardItemState.prototype = { - set$height(_, value) { - this.__BoardItemState_height = value; - }, get$wantKeepAlive() { return true; }, onDropItem$2(listIndex, itemIndex) { var t1 = this._widget, t2 = t1.onDropItem; - t1 = t1.boardList; - t1 = t1._widget.boardView; + t1 = t1.boardList._widget.boardView; t2.call$5(listIndex, itemIndex, t1.startListIndex, t1.startItemIndex, this); t1 = this._widget.boardList._widget.boardView; t1.draggedListIndex = t1.draggedItemIndex = null; @@ -149018,8 +150460,6 @@ t1.toString; B.JSArray_methods.insert$2(t2, t1, _this); return A.GestureDetector$(_null, _this._widget.item, B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, new A.BoardItemState_build_closure0(_this, context), _null, _null, _null, _null, _null, _null, _null, new A.BoardItemState_build_closure1(_this), new A.BoardItemState_build_closure2(), new A.BoardItemState_build_closure3(_this, context), _null, _null, _null, _null); - }, - set$width() { } }; A.BoardItemState_onDropItem_closure.prototype = { @@ -149041,7 +150481,7 @@ call$1(_) { return this.$this.afterFirstLayout$1(this.context); }, - $signature: 29 + $signature: 28 }; A.BoardItemState_build_closure3.prototype = { call$1(otd) { @@ -149113,10 +150553,8 @@ }; A.BoardListState.prototype = { onDropList$1(listIndex) { - var t1 = this._widget, - t2 = t1.onDropList; - t1 = t1.boardView; - t2.call$2(listIndex, t1.startListIndex); + var t1 = this._widget; + t1.onDropList.call$2(listIndex, t1.boardView.startListIndex); t1 = this._widget.boardView; t1.draggedListIndex = null; if (t1._framework$_element != null) @@ -149249,7 +150687,7 @@ else return t1; }, - $signature: 136 + $signature: 126 }; A._BoardListState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { @@ -149754,7 +151192,7 @@ t4.toString; t5 = _this.draggedListIndex; t5.toString; - t2 = t3 < t4 - B.JSNumber_methods.$div(A._lateReadCheck(_this.listStates[t5].itemStates[t2].__BoardItemState_height, "height"), 2); + t2 = t3 < t4 - A._lateReadCheck(_this.listStates[t5].itemStates[t2].__BoardItemState_height, "height") / 2; } else t2 = false; if (t2) @@ -149795,7 +151233,7 @@ t1.toString; t4 = _this.bottomItemY; t4.toString; - t3 = t1 > t4 + B.JSNumber_methods.$div(A._lateReadCheck(_this.listStates[t2].itemStates[t3].__BoardItemState_height, "height"), 2); + t3 = t1 > t4 + A._lateReadCheck(_this.listStates[t2].itemStates[t3].__BoardItemState_height, "height") / 2; t1 = t3; } else t1 = false; @@ -149912,9 +151350,6 @@ if (_this._framework$_element != null) _this.setState$1(new A.BoardViewState_run_closure()); } - }, - set$height(receiver, val) { - return this.height = val; } }; A.BoardViewState_moveDown_closure.prototype = { @@ -150079,7 +151514,7 @@ if (_shown !== t1.shown) t1.setState$1(new A.BoardViewState_build__closure5(t1, _shown)); }, - $signature: 29 + $signature: 28 }; A.BoardViewState_build__closure5.prototype = { call$0() { @@ -150118,7 +151553,7 @@ else return temp; }, - $signature: 136 + $signature: 126 }; A.BoardViewState_build_closure1.prototype = { call$0() { @@ -150186,7 +151621,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure2()); }, - $signature: 29 + $signature: 28 }; A.BoardViewState_build__closure2.prototype = { call$0() { @@ -150207,7 +151642,7 @@ t1.setState$1(new A.BoardViewState_build__closure0()); } }, - $signature: 917 + $signature: 964 }; A.BoardViewState_build__closure0.prototype = { call$0() { @@ -150226,7 +151661,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure1()); }, - $signature: 206 + $signature: 232 }; A.BoardViewState_build__closure1.prototype = { call$0() { @@ -150256,7 +151691,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure()); }, - $signature: 928 + $signature: 968 }; A.BoardViewState_build__closure.prototype = { call$0() { @@ -150335,6 +151770,9 @@ join$1(_, separator) { return J.join$1$ax(this._copy_on_write_list$_list, separator); }, + join$0($receiver) { + return this.join$1($receiver, ""); + }, get$last(_) { return J.get$last$ax(this._copy_on_write_list$_list); }, @@ -150524,7 +151962,7 @@ call$2(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 514 + $signature: 619 }; A.BuiltList.prototype = { rebuild$1(updates) { @@ -151162,14 +152600,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 121 + $signature: 113 }; 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: 121 + $signature: 113 }; A.BuiltSet.prototype = { get$hashCode(_) { @@ -151550,7 +152988,7 @@ $._indentingBuiltValueToStringHelperIndent = $._indentingBuiltValueToStringHelperIndent + 2; return new A.IndentingBuiltValueToStringHelper(t1); }, - $signature: 954 + $signature: 973 }; A.IndentingBuiltValueToStringHelper.prototype = { add$2(_, field, value) { @@ -151684,34 +153122,34 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.Object); }, - $signature: 956 + $signature: 991 }; A.Serializers_Serializers_closure0.prototype = { call$0() { var t1 = type$.Object; return A.ListMultimapBuilder_ListMultimapBuilder(t1, t1); }, - $signature: 958 + $signature: 992 }; A.Serializers_Serializers_closure1.prototype = { call$0() { var t1 = type$.Object; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 960 + $signature: 994 }; A.Serializers_Serializers_closure2.prototype = { call$0() { return A.SetBuilder_SetBuilder(type$.Object); }, - $signature: 961 + $signature: 995 }; A.Serializers_Serializers_closure3.prototype = { call$0() { var t1 = type$.Object; return A.SetMultimapBuilder_SetMultimapBuilder(t1, t1); }, - $signature: 965 + $signature: 997 }; A.FullType.prototype = { $eq(_, other) { @@ -151810,10 +153248,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_empty8, 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_empty9, 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_empty8, false)); + return this.serialize$2$specifiedType(object, new A.FullType(J.get$first$ax(serializer.get$types(serializer)), B.List_empty9, false)); }, serializeWith$2(serializer, object) { return this.serializeWith$1$2(serializer, object, type$.dynamic); @@ -152107,13 +153545,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 153 + $signature: 151 }; A.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 615 + $signature: 618 }; A.BuiltListSerializer.prototype = { serialize$3$specifiedType(serializers, builtList, specifiedType) { @@ -152152,13 +153590,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 153 + $signature: 151 }; A.BuiltListSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 153 + $signature: 151 }; A.BuiltMapSerializer.prototype = { serialize$3$specifiedType(serializers, builtMap, specifiedType) { @@ -152290,13 +153728,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 153 + $signature: 151 }; A.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 153 + $signature: 151 }; A.BuiltSetSerializer.prototype = { serialize$3$specifiedType(serializers, builtSet, specifiedType) { @@ -152335,13 +153773,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 153 + $signature: 151 }; A.BuiltSetSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 153 + $signature: 151 }; A.DateTimeSerializer.prototype = { serialize$3$specifiedType(serializers, dateTime, specifiedType) { @@ -152746,7 +154184,7 @@ call$1(value) { return value == null; }, - $signature: 106 + $signature: 110 }; A.StandardJsonPlugin__toList_closure0.prototype = { call$2(key, value) { @@ -152761,13 +154199,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 121 + $signature: 113 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1(value) { return value == null; }, - $signature: 106 + $signature: 110 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2(key, value) { @@ -152784,7 +154222,7 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 121 + $signature: 113 }; A.CachedNetworkImage.prototype = { build$1(_, context) { @@ -152813,10 +154251,10 @@ }, __image_provider_web$_loadAsync$3(key, chunkEvents, decode) { var t1; - switch (this._imageRenderMethodForWeb) { - case B.ImageRenderMethodForWeb_1: + switch (this._imageRenderMethodForWeb.index) { + case 1: return this._loadAsyncHttpGet$3(key, chunkEvents, decode); - case B.ImageRenderMethodForWeb_0: + case 0: t1 = A.loadAsyncHtmlImage(key, chunkEvents, decode); return A.Stream_Stream$fromFuture(t1, t1.$ti._precomputed1); default: @@ -153005,11 +154443,11 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 270 + $signature: 313 }; A.ImageRenderMethodForWeb.prototype = { toString$0(_) { - return this._cached_network_image_provider$_name; + return "ImageRenderMethodForWeb." + this._core$_name; } }; A.MultiImageStreamCompleter.prototype = { @@ -153038,7 +154476,9 @@ t3 = _this._multi_image_stream_completer$_nextFrame; _this._multi_image_stream_completer$_frameDuration = t3.get$duration(t3); _this._multi_image_stream_completer$_nextFrame = null; - if (B.JSInt_methods.$mod(_this._multi_image_stream_completer$_framesEmitted, _this._multi_image_stream_completer$_codec.get$frameCount()) === 0 ? _this._nextImageCodec != null : t1) { + 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) { _this._multi_image_stream_completer$_framesEmitted = 0; _this._multi_image_stream_completer$_timer = null; t1 = _this._nextImageCodec; @@ -153048,8 +154488,16 @@ _this._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); _this._nextImageCodec = null; } else { - completedCycles = B.JSInt_methods.$tdiv(_this._multi_image_stream_completer$_framesEmitted, _this._multi_image_stream_completer$_codec.get$frameCount()); - if (_this._multi_image_stream_completer$_codec.get$repetitionCount() === -1 || completedCycles <= _this._multi_image_stream_completer$_codec.get$repetitionCount()) + 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) _this._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } return; @@ -153102,7 +154550,8 @@ break; case 6: // after finally - if ($async$self._multi_image_stream_completer$_codec.get$frameCount() === 1) { + t1 = $async$self._multi_image_stream_completer$_codec; + if (t1.get$frameCount(t1) === 1) { if ($async$self._image_stream$_listeners.length === 0) { // goto return $async$goto = 1; @@ -153165,19 +154614,19 @@ t1._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } }, - $signature: 731 + $signature: 612 }; 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: 368 + $signature: 364 }; 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: 368 + $signature: 364 }; A.StringCharacters.prototype = { get$iterator(_) { @@ -153326,11 +154775,11 @@ return this._advanceEnd$2(1, this._characters_impl$_end); }, _advanceEnd$2(count, newStart) { - var index, t1, t2, t3, state, char, nextIndex, category, nextChar, t4, _this = this; + var index, t1, t2, state, char, nextIndex, category, nextChar, t3, _this = this; if (count > 0) { index = _this._characters_impl$_end; - for (t1 = _this._characters_impl$_string, t2 = t1.length, t3 = J.getInterceptor$s(t1), state = 176; index < t2; index = nextIndex) { - char = t3.codeUnitAt$1(t1, index); + for (t1 = _this._characters_impl$_string, t2 = t1.length, state = 176; index < t2; index = nextIndex) { + char = B.JSString_methods.codeUnitAt$1(t1, index); nextIndex = index + 1; if ((char & 64512) !== 55296) category = A.low(char); @@ -153346,10 +154795,10 @@ state = B.JSString_methods._codeUnitAt$1(string$.x200_000, state & 240 | category); if ((state & 1) === 0) { --count; - t4 = count === 0; + t3 = count === 0; } else - t4 = false; - if (t4) { + t3 = false; + if (t3) { _this._characters_impl$_start = newStart; _this._characters_impl$_end = index; _this._currentCache = null; @@ -153366,35 +154815,8 @@ return true; } }, - dropLast$0() { - var t1, breaks, count, nextBreak, _this = this; - A.RangeError_checkNotNegative(1, "count"); - t1 = _this._characters_impl$_end; - breaks = new A.BackBreaks(_this._characters_impl$_string, _this._characters_impl$_start, t1, 176); - for (count = 1; count > 0;) { - nextBreak = breaks.nextBreak$0(); - if (nextBreak >= 0) { - _this._characters_impl$_end = nextBreak; - _this._currentCache = null; - --count; - } else - return false; - } - return true; - }, - expandWhile$1(test) { - var t2, next, _this = this, - t1 = _this._characters_impl$_string, - cursor = _this._characters_impl$_end, - breaks = new A.Breaks(t1, t1.length, cursor, 176); - for (t2 = J.getInterceptor$s(t1); next = breaks.nextBreak$0(), next >= 0; cursor = next) - if (!test.call$1(t2.substring$2(t1, cursor, next))) - break; - _this._characters_impl$_end = cursor; - _this._currentCache = null; - }, get$isEmpty(_) { - return this._characters_impl$_start === this._characters_impl$_end; + return this._characters_impl$_start == this._characters_impl$_end; }, replaceFirst$2(_, pattern, replacement) { var replaced, index, _this = this, @@ -153435,7 +154857,7 @@ nextChar = B.JSString_methods.codeUnitAt$1(t2, t5); if ((nextChar & 64512) === 56320) { category = A.high(char, nextChar); - ++_this.cursor; + _this.cursor = _this.cursor + 1; } else category = 2; } else @@ -153454,32 +154876,33 @@ }; A.BackBreaks.prototype = { nextBreak$0() { - var t1, t2, t3, t4, t5, char, prevChar, category, t6, _this = this, + var t1, t2, t3, t4, char, prevChar, category, t5, _this = this, _s208_ = string$.x10__0__; - for (t1 = _this.start, t2 = _this.base, t3 = J.getInterceptor$s(t2); t4 = _this.cursor, t4 > t1;) { - t5 = _this.cursor = t4 - 1; - char = t3.codeUnitAt$1(t2, t5); + for (t1 = _this.start, t2 = _this.base; t3 = _this.cursor, t3 > t1;) { + t4 = _this.cursor = t3 - 1; + char = B.JSString_methods.codeUnitAt$1(t2, t4); if ((char & 64512) !== 56320) { - t5 = _this.state = B.JSString_methods._codeUnitAt$1(_s208_, _this.state & 240 | A.low(char)); - if (((t5 >= 208 ? _this.state = A.lookAhead(t2, t1, _this.cursor, t5) : t5) & 1) === 0) - return t4; + t4 = _this.state = B.JSString_methods._codeUnitAt$1(_s208_, _this.state & 240 | A.low(char)); + if (((t4 >= 208 ? _this.state = A.lookAhead(t2, t1, _this.cursor, t4) : t4) & 1) === 0) + return t3; continue; } - if (t5 >= t1) { - prevChar = B.JSString_methods.codeUnitAt$1(t2, t5 - 1); + if (t4 >= t1) { + prevChar = B.JSString_methods.codeUnitAt$1(t2, t4 - 1); if ((prevChar & 64512) === 55296) { category = A.high(prevChar, char); - t5 = --_this.cursor; + t4 = _this.cursor - 1; + _this.cursor = t4; } else category = 2; } else category = 2; - t6 = _this.state = B.JSString_methods._codeUnitAt$1(_s208_, _this.state & 240 | category); - if (((t6 >= 208 ? _this.state = A.lookAhead(t2, t1, t5, t6) : t6) & 1) === 0) - return t4; + t5 = _this.state = B.JSString_methods._codeUnitAt$1(_s208_, _this.state & 240 | category); + if (((t5 >= 208 ? _this.state = A.lookAhead(t2, t1, t4, t5) : t5) & 1) === 0) + return t3; } - t3 = _this.state = B.JSString_methods._codeUnitAt$1(_s208_, _this.state & 240 | 15); - if (((t3 >= 208 ? _this.state = A.lookAhead(t2, t1, t4, t3) : t3) & 1) === 0) + t4 = _this.state = B.JSString_methods._codeUnitAt$1(_s208_, _this.state & 240 | 15); + if (((t4 >= 208 ? _this.state = A.lookAhead(t2, t1, t3, t4) : t4) & 1) === 0) return _this.cursor; return -1; } @@ -153496,7 +154919,7 @@ this.assignMissingColors$2$emptyCategoryUsesSinglePalette(this.getOrderedSeriesList$1$1(seriesList, this.$ti._eval$1("MutableSeries<1>")), true); }, addPositionToDetailsForSeriesDatum$2(details, seriesDatum) { - var previousBarGroupWeight, barGroupWeight, allBarGroupWeights, t4, t5, bounds, chartPosition, _this = this, + var previousBarGroupWeight, barGroupWeight, allBarGroupWeights, t4, t5, bounds, _this = this, t1 = details.series._attrs._registry, t2 = type$.nullable_Axis_Object, t3 = _this.$ti, @@ -153516,8 +154939,7 @@ A._lateReadCheck(_this.__BaseCartesianRenderer_chart, "chart").toString; t1 = bounds.top; t1.toString; - chartPosition = new A.NullablePoint(bounds.left + bounds.width / 2, t1); - return A.DatumDetails_DatumDetails$from(details, bounds, chartPosition, null, null, null, t3._precomputed1); + return A.DatumDetails_DatumDetails$from(details, bounds, new A.NullablePoint(bounds.left + bounds.width / 2, t1), null, null, null, t3._precomputed1); }, makeBarRendererElement$20$allBarGroupWeights$barGroupIndex$barGroupWeight$color$dashPattern$details$domainAxis$domainValue$domainWidth$fillColor$fillPattern$measureAxis$measureAxisPosition$measureIsNegative$measureIsNull$measureOffsetValue$measureValue$numBarGroups$previousBarGroupWeight$strokeWidthPx(allBarGroupWeights, barGroupIndex, barGroupWeight, color, dashPattern, details, domainAxis, domainValue, domainWidth, fillColor, fillPattern, measureAxis, measureAxisPosition, measureIsNegative, measureIsNull, measureOffsetValue, measureValue, numBarGroups, previousBarGroupWeight, strokeWidthPx) { var t1 = new A.BarRendererElement(this.$ti._eval$1("BarRendererElement<1>")); @@ -153937,13 +155359,13 @@ call$1(_) { return null; }, - $signature: 668 + $signature: 611 }; A.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0() { return A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.BaseBarRendererElement); }, - $signature: 1022 + $signature: 1096 }; A.BaseBarRenderer_preprocessSeries__closure2.prototype = { call$1(index) { @@ -153953,7 +155375,7 @@ t1.toString; return t1; }, - $signature: 1023 + $signature: 1101 }; A.BaseBarRenderer_preprocessSeries_closure0.prototype = { call$1(series) { @@ -153993,7 +155415,7 @@ call$2(a, b) { return a + b; }, - $signature: 296 + $signature: 312 }; A.BaseBarRenderer_update_closure.prototype = { call$1(series) { @@ -154094,7 +155516,7 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 382 + $signature: 393 }; A.BaseBarRenderer_update_closure0.prototype = { call$2(key, barStackList) { @@ -154203,7 +155625,7 @@ allKeys.addAll$1(0, keys); return allKeys; }, - $signature: 1064 + $signature: 1141 }; A.BaseBarRenderer__getSegmentsForDomainValue_closure0.prototype = { call$1(stackKey) { @@ -154211,7 +155633,7 @@ t1.toString; B.JSArray_methods.addAll$1(this.matchingSegments, J.where$1$ax(t1, this.where)); }, - $signature: 90 + $signature: 87 }; A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure.prototype = { call$1(bar) { @@ -154277,13 +155699,13 @@ call$0() { return A._setArrayType([], type$.JSArray_int); }, - $signature: 1071 + $signature: 1143 }; A._ReversedSeriesIterator_closure0.prototype = { call$2(_, indices) { return B.JSArray_methods.addAll$1(this.$this._visitIndex, J.get$reversed$ax(indices)); }, - $signature: 1072 + $signature: 1167 }; A.BaseBarRendererConfig.prototype = { $eq(_, other) { @@ -154312,7 +155734,7 @@ }; A.BarGroupingType.prototype = { toString$0(_) { - return this._base_bar_renderer_config$_name; + return "BarGroupingType." + this._core$_name; } }; A.BaseBarRendererElement.prototype = { @@ -154401,7 +155823,7 @@ }; A.AxisOrientation.prototype = { toString$0(_) { - return this._axis$_name; + return "AxisOrientation." + this._core$_name; } }; A.ImmutableAxis.prototype = {}; @@ -154481,7 +155903,7 @@ if (tick != null) { t3 = animatedTick.textElement; t4 = tick.textElement; - if (!(J.$eq$(t3._text_element$_textStyle, t4._text_element$_textStyle) && t3._maxWidth == t4._maxWidth && t3._maxWidthStrategy == t4._maxWidthStrategy && t3.text == t4.text && t3._text_element$_textDirection === t4._text_element$_textDirection)) + if (!(J.$eq$(t3._text_element$_textStyle, t4._text_element$_textStyle) && t3._text_element$_maxWidth == t4._text_element$_maxWidth && t3._maxWidthStrategy == t4._maxWidthStrategy && t3.text == t4.text && t3._text_element$_textDirection === t4._text_element$_textDirection)) animatedTick.textElement = tick.textElement; newTarget = scale.$index(0, tick.value); if (scale.isRangeValueWithinViewport$1(newTarget)) { @@ -154852,16 +156274,16 @@ textDirection = _this._normalizeHorizontalAnchor$4(t5, t9, tick === B.JSArray_methods.get$first(t2), tick === B.JSArray_methods.get$last(t2)); t9 = tickSize == null ? null : tickSize.horizontalSliceWidth; adjustedWidth = (t9 == null ? 0 : t9) + t4; - switch (textDirection) { - case B.TextDirection_00: + switch (textDirection.index) { + case 0: collides = previousEnd > t8; previousEnd = t8 + adjustedWidth; break; - case B.TextDirection_10: + case 1: collides = previousEnd > t8 - adjustedWidth; previousEnd = t8; break; - case B.TextDirection_2: + case 2: halfWidth = adjustedWidth / 2; collides = previousEnd > t8 - halfWidth; previousEnd = t8 + halfWidth; @@ -154936,14 +156358,14 @@ } direction = _this._normalizeHorizontalAnchor$4(collision && t12 ? B.TickLabelAnchor_2 : t5, isRtl, isFirst, isLast); J.set$textDirection$x(line, direction); - switch (direction) { - case B.TextDirection_10: + switch (direction.index) { + case 1: x = B.JSNumber_methods.toInt$0(locationPx + (collision && t12 ? t15 : t14) + 0); break; - case B.TextDirection_00: + case 0: x = B.JSNumber_methods.toInt$0(locationPx - (collision && t12 ? t15 : t14) - 0); break; - case B.TextDirection_2: + case 2: default: x = B.JSNumber_methods.toInt$0(locationPx - 0); break; @@ -154966,15 +156388,15 @@ x = A._instanceType(axisBounds)._precomputed1._as(axisBounds.left + axisBounds.width); J.set$textDirection$x(line, B.TextDirection_10); } - switch (_this.normalizeVerticalAnchor$3(collision && t12 ? B.TickLabelAnchor_2 : t5, isFirst, isLast)) { - case B._PixelVerticalDirection_0: + switch (_this.normalizeVerticalAnchor$3(collision && t12 ? B.TickLabelAnchor_2 : t5, isFirst, isLast).index) { + case 0: t17 = collision && t12 ? t15 : t14; y = B.JSNumber_methods.toInt$0(locationPx - (labelHeight - multiLineLabelOffset) - t17 - 0); break; - case B._PixelVerticalDirection_2: + case 2: y = B.JSNumber_methods.toInt$0(locationPx + (collision && t12 ? t15 : t14) + 0); break; - case B._PixelVerticalDirection_1: + case 1: default: y = B.JSNumber_methods.toInt$0(t4 + 0); break; @@ -155025,35 +156447,35 @@ } }, _normalizeHorizontalAnchor$4(anchor, isRtl, isFirst, isLast) { - switch (anchor) { - case B.TickLabelAnchor_0: + switch (anchor.index) { + case 0: return isRtl ? B.TextDirection_00 : B.TextDirection_10; - case B.TickLabelAnchor_2: + case 2: return isRtl ? B.TextDirection_10 : B.TextDirection_00; - case B.TickLabelAnchor_3: + case 3: if (isFirst) return B.TextDirection_00; if (isLast) return B.TextDirection_10; return B.TextDirection_2; - case B.TickLabelAnchor_1: + case 1: default: return B.TextDirection_2; } }, normalizeVerticalAnchor$3(anchor, isFirst, isLast) { - switch (anchor) { - case B.TickLabelAnchor_0: + switch (anchor.index) { + case 0: return B._PixelVerticalDirection_2; - case B.TickLabelAnchor_2: + case 2: return B._PixelVerticalDirection_0; - case B.TickLabelAnchor_3: + case 3: if (isFirst) return B._PixelVerticalDirection_0; if (isLast) return B._PixelVerticalDirection_2; return B._PixelVerticalDirection_1; - case B.TickLabelAnchor_1: + case 1: default: return B._PixelVerticalDirection_1; } @@ -155133,17 +156555,17 @@ t1.set$textStyle(0, this.wholeLabel._text_element$_textStyle); return t1; }, - $signature: 1087 + $signature: 1204 }; A.BaseTickDrawStrategy_getLabelWidth_closure.prototype = { call$1(line) { return line.get$measurement().horizontalSliceWidth; }, - $signature: 1092 + $signature: 1205 }; A._PixelVerticalDirection.prototype = { toString$0(_) { - return this._base_tick_draw_strategy$_name; + return "_PixelVerticalDirection." + this._core$_name; } }; A.GridlineRendererSpec.prototype = { @@ -155278,13 +156700,11 @@ }; A.SmallTickRendererSpec.prototype = { createDrawStrategy$2(context, graphicsFactory) { - var t5, t6, _this = this, + var t4, t5, t6, _this = this, t1 = _this.lineStyle, t2 = _this.labelRotation, - t3 = A._instanceType(_this), - t4 = $.$get$StyleFactory__styleFactory(); - t4.toString; - t4.toString; + t3 = A._instanceType(_this); + $.$get$StyleFactory__styleFactory().toString; graphicsFactory.toString; t4 = new A.LineStyle(); t5 = t1 == null ? null : t1.color; @@ -155543,29 +156963,29 @@ return 0.5; }, _calculateRangeBandSize$1(rangeBandConfig) { - switch (rangeBandConfig.type) { - case B.RangeBandType_2: + switch (rangeBandConfig.type.index) { + case 2: return rangeBandConfig.size * this.scalingFactor; - case B.RangeBandType_1: + case 1: return rangeBandConfig.size; - case B.RangeBandType_5: + case 5: return this.stepSizePixels - rangeBandConfig.size; - case B.RangeBandType_4: - case B.RangeBandType_3: + case 4: + case 3: return this.stepSizePixels * rangeBandConfig.size; - case B.RangeBandType_0: + case 0: return 0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _updateStepSizeAndScaleFactor$6(viewportSettings, domainInfo, rangeDiff, reservedRangePercentOfStep, rangeBandConfig, stepSizeConfig) { - var minimumDetectedDomainStep, totalDomainDiff, _this = this, + var minimumDetectedDomainStep, _this = this, t1 = domainInfo.get$extent(), domainDiff = t1.max - t1.min; if (rangeBandConfig.type !== B.RangeBandType_0) - switch (B.StepSizeType_0) { - case B.StepSizeType_0: + switch (0) { + case 0: minimumDetectedDomainStep = domainInfo._minimumDetectedDomainStep; if (isFinite(minimumDetectedDomainStep)) { t1 = viewportSettings.scalingFactor * (rangeDiff / (domainDiff + minimumDetectedDomainStep * reservedRangePercentOfStep)); @@ -155576,18 +156996,6 @@ _this.scalingFactor = 1; } return; - case B.StepSizeType_2: - _this.stepSizePixels = 0; - _this.scalingFactor = domainDiff === 0 ? 1 : viewportSettings.scalingFactor * (rangeDiff - 0 * reservedRangePercentOfStep) / domainDiff; - return; - case B.StepSizeType_1: - totalDomainDiff = domainDiff + 0 * reservedRangePercentOfStep; - t1 = totalDomainDiff === 0 ? 1 : viewportSettings.scalingFactor * (rangeDiff / totalDomainDiff); - _this.scalingFactor = t1; - _this.stepSizePixels = 0 * t1; - return; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } _this.stepSizePixels = 0; _this.scalingFactor = domainDiff === 0 ? 1 : viewportSettings.scalingFactor * rangeDiff / domainDiff; @@ -155631,20 +157039,20 @@ t3 = t2.min; _this.__NumericTickProvider__low = t3; _this.__NumericTickProvider__high = t2.max; - _this.__NumericTickProvider__low = B.JSNumber_methods.$gt(A._lateReadCheck(t3, _s4_), 0) ? 0 : A._lateReadCheck(_this.__NumericTickProvider__low, _s4_); - t2 = _this.__NumericTickProvider__high = B.JSNumber_methods.$lt(A._lateReadCheck(_this.__NumericTickProvider__high, _s5_), 0) ? 0 : A._lateReadCheck(_this.__NumericTickProvider__high, _s5_); + _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 = B.JSNumber_methods.$gt(A._lateReadCheck(_this.__NumericTickProvider__high, _s5_), 0); + t2 = A._lateReadCheck(_this.__NumericTickProvider__high, _s5_); t3 = _this.__NumericTickProvider__high; - if (t2) { - _this.__NumericTickProvider__high = B.JSNumber_methods.$mul(A._lateReadCheck(t3, _s5_), 1.05); - _this.__NumericTickProvider__low = B.JSNumber_methods.$mul(A._lateReadCheck(_this.__NumericTickProvider__low, _s4_), 0.95); + 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 = B.JSNumber_methods.$mul(A._lateReadCheck(t3, _s5_), 0.95); - _this.__NumericTickProvider__low = B.JSNumber_methods.$mul(A._lateReadCheck(_this.__NumericTickProvider__low, _s4_), 1.05); + _this.__NumericTickProvider__high = A._lateReadCheck(t3, _s5_) * 0.95; + _this.__NumericTickProvider__low = A._lateReadCheck(_this.__NumericTickProvider__low, _s4_) * 1.05; } } scale._configureScale$0(); @@ -155654,7 +157062,7 @@ t4 = A._lateReadCheck(_this.__NumericTickProvider__low, _s4_); t5 = t1.range; t5 = B.JSInt_methods.toInt$0(Math.abs(t5.end - t5.start)); - absoluteMinTicks = B.JSNumber_methods.$lt(t4, 0) && 0 < t3 ? 3 : 2; + absoluteMinTicks = t4 < 0 && 0 < t3 ? 3 : 2; tmpMaxNumMajorTicks = Math.max(absoluteMinTicks, B.JSNumber_methods.floor$0(t5 / 25)); if (tmpMaxNumMajorTicks !== _this._maxTickCount || absoluteMinTicks !== _this._minTickCount) { _this._maxTickCount = tmpMaxNumMajorTicks; @@ -155828,13 +157236,13 @@ }; A.RangeBandType.prototype = { toString$0(_) { - return this._scale0$_name; + return "RangeBandType." + this._core$_name; } }; A.RangeBandConfig.prototype = {}; A.StepSizeType.prototype = { toString$0(_) { - return this._scale0$_name; + return "StepSizeType." + this._core$_name; } }; A.StepSizeConfig.prototype = {}; @@ -155861,7 +157269,7 @@ _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") + B.JSNumber_methods.$mul(A._lateReadCheck(_this.__SimpleOrdinalScale__cachedStepSizePixels, "_cachedStepSizePixels"), t1); + return _this._viewportTranslatePx + _this._range.start + A._lateReadCheck(_this.__SimpleOrdinalScale__cachedRangeBandShift, "_cachedRangeBandShift") + A._lateReadCheck(_this.__SimpleOrdinalScale__cachedStepSizePixels, "_cachedStepSizePixels") * t1; return 0; }, reverse$1(_, pixelLocation) { @@ -155943,19 +157351,19 @@ 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; - switch (t1.type) { - case B.RangeBandType_1: + switch (t1.type.index) { + case 1: rangeBandPixels = t1.size; break; - case B.RangeBandType_5: + case 5: rangeBandPixels = Math.max(0, stepSizePixels - t1.size); break; - case B.RangeBandType_4: - case B.RangeBandType_3: + case 4: + case 3: rangeBandPixels = stepSizePixels * t1.size; break; - case B.RangeBandType_2: - case B.RangeBandType_0: + case 2: + case 0: throw A.wrapException(A.StateError$("RangeBandType must not be NONE or FIXED_DOMAIN")); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -155965,8 +157373,8 @@ _this.__SimpleOrdinalScale__cachedRangeBandShift = stepSizePixels / 2; t1 = _this._range; if (t1.start > t1.end) { - _this.__SimpleOrdinalScale__cachedStepSizePixels = B.JSNumber_methods.$mul(A._lateReadCheck(stepSizePixels, "_cachedStepSizePixels"), -1); - _this.__SimpleOrdinalScale__cachedRangeBandShift = B.JSNumber_methods.$mul(A._lateReadCheck(_this.__SimpleOrdinalScale__cachedRangeBandShift, "_cachedRangeBandShift"), -1); + _this.__SimpleOrdinalScale__cachedStepSizePixels = A._lateReadCheck(stepSizePixels, "_cachedStepSizePixels") * -1; + _this.__SimpleOrdinalScale__cachedRangeBandShift = A._lateReadCheck(_this.__SimpleOrdinalScale__cachedRangeBandShift, "_cachedRangeBandShift") * -1; } _this._scaleChanged = false; }, @@ -156049,12 +157457,12 @@ }; A.TickLabelAnchor.prototype = { toString$0(_) { - return this._axis_spec$_name; + return "TickLabelAnchor." + this._core$_name; } }; A.TickLabelJustification.prototype = { toString$0(_) { - return "TickLabelJustification.inside"; + return "TickLabelJustification." + this._core$_name; } }; A.DateTimeAxisSpec.prototype = { @@ -156126,7 +157534,7 @@ } }; A.SimpleTickFormatterBase.prototype = { - format$3$stepSize(tickValues, cache, stepSize) { + format$3$stepSize(_, tickValues, cache, stepSize) { var t1 = A._arrayInstanceType(tickValues)._eval$1("MappedListIterable<1,String>"); return A.List_List$of(new A.MappedListIterable(tickValues, new A.SimpleTickFormatterBase_format_closure(this, cache), t1), true, t1._eval$1("ListIterable.E")); } @@ -156173,16 +157581,16 @@ }; A.NumericTickFormatter__getFormatter_closure.prototype = { call$1(value) { - return value == null ? "" : this.numberFormat.format$1(value); + return value == null ? "" : this.numberFormat.format$1(0, value); }, - $signature: 673 + $signature: 610 }; A.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { var i, value, t2, t3, t1 = A._instanceType(this), ticks = A._setArrayType([], t1._eval$1("JSArray>")), - labels = formatter.format$3$stepSize(domainValues, formatterValueCache, stepSize); + labels = formatter.format$3$stepSize(0, domainValues, formatterValueCache, stepSize); for (t1 = t1._eval$1("Tick"), i = 0; i < domainValues.length; ++i) { value = domainValues[i]; t2 = new A.TextElement(labels[i], graphicsFactory.textScaleFactor, B.TextDirection_00); @@ -156334,7 +157742,7 @@ return; A.DateTimeTickFormatter__checkPositiveAndSorted(t1.get$keys(t1)); }, - format$3$stepSize(tickValues, cache, stepSize) { + format$3$stepSize(_, tickValues, cache, stepSize) { var t1, t2, t3, formatter, minTimeBetweenTicks, keys, formatterFound, tickValuesIt, tickValue, prevTickValue, tickLabels = A._setArrayType([], type$.JSArray_String); if (tickValues.length === 0) @@ -156370,11 +157778,11 @@ tickValuesIt.moveNext$0(); tickValue = tickValuesIt.__interceptors$_current; t1 = formatter._transitionFormat; - tickLabels.push(t1.format$1(tickValue)); + tickLabels.push(t1.format$1(0, tickValue)); for (prevTickValue = tickValue; tickValuesIt.moveNext$0(); prevTickValue = tickValue) { tickValue = tickValuesIt.__interceptors$_current; if (formatter.isTransition$2(tickValue, prevTickValue)) - tickLabels.push(t1.format$1(tickValue)); + tickLabels.push(t1.format$1(0, tickValue)); else tickLabels.push(formatter.formatSimpleTick$1(tickValue)); } @@ -156401,7 +157809,7 @@ A.HourTickFormatter.prototype = { formatSimpleTick$1(date) { date.toString; - return A.Primitives_getHours(date) === 12 ? A._lateReadCheck(this.__HourTickFormatter__noonFormat, "_noonFormat").format$1(date) : this.super$TimeTickFormatterImpl$formatSimpleTick(date); + return A.Primitives_getHours(date) === 12 ? A._lateReadCheck(this.__HourTickFormatter__noonFormat, "_noonFormat").format$1(0, date) : this.super$TimeTickFormatterImpl$formatSimpleTick(date); } }; A.HourTimeStepper.prototype = { @@ -156504,30 +157912,30 @@ A.TimeStepIteratorFactory.prototype = {}; A.TimeTickFormatterImpl.prototype = { formatSimpleTick$1(date) { - return this._simpleFormat.format$1(date); + return this._simpleFormat.format$1(0, date); }, isTransition$2(tickValue, prevTickValue) { var transitionField = this.transitionField; return this.getCalendarField$2(prevTickValue, transitionField) !== this.getCalendarField$2(tickValue, transitionField); }, getCalendarField$2(dateTime, field) { - switch (field) { - case B.CalendarField_0: + switch (field.index) { + case 0: dateTime.toString; return A.Primitives_getYear(dateTime); - case B.CalendarField_1: + case 1: dateTime.toString; return A.Primitives_getMonth(dateTime); - case B.CalendarField_2: + case 2: dateTime.toString; return A.Primitives_getDay(dateTime); - case B.CalendarField_3: + case 3: dateTime.toString; return A.Primitives_getHours(dateTime); - case B.CalendarField_4: + case 4: dateTime.toString; return A.Primitives_getMinutes(dateTime); - case B.CalendarField_5: + case 5: dateTime.toString; return A.Primitives_getSeconds(dateTime); default: @@ -156538,7 +157946,7 @@ }; A.CalendarField.prototype = { toString$0(_) { - return this._time_tick_formatter_impl$_name; + return "CalendarField." + this._core$_name; } }; A.YearTimeStepper.prototype = { @@ -156717,32 +158125,32 @@ axis.context = t1; axis.tickDrawStrategy = A.NoneDrawStrategy$(t1, this.graphicsFactory, type$.num); }, - $signature: 207 + $signature: 236 }; A.CartesianChart_makeSeries_closure.prototype = { call$1(_) { return 0; }, - $signature: 1134 + $signature: 1236 }; A.CartesianChart_preprocessSeries_closure.prototype = { call$2(axisId, axis) { this.$this.addView$1(axis); }, - $signature: 207 + $signature: 236 }; A.CartesianChart_preprocessSeries_closure0.prototype = { call$2(axisId, axis) { axis.resetDomains$0(); }, - $signature: 207 + $signature: 236 }; 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: 207 + $signature: 236 }; A.CartesianChart_preprocessSeries_closure2.prototype = { call$2(rendererId, seriesList) { @@ -156758,7 +158166,7 @@ call$2(axisId, axis) { axis.updateTicks$0(); }, - $signature: 207 + $signature: 236 }; A.BaseCartesianRenderer.prototype = { onAttach$1(chart) { @@ -157167,7 +158575,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 128 + $signature: 134 }; A.BaseChart_getSelectionModel_closure.prototype = { call$0() { @@ -157185,14 +158593,14 @@ call$1(rendererId) { return this.$this.getSeriesRenderer$1(rendererId)._drawAreaBounds.containsPoint$1(0, this.chartPosition); }, - $signature: 60 + $signature: 71 }; 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: 90 + $signature: 87 }; A.BaseChart_getNearestDatumDetailPerSeries_closure0.prototype = { call$2(a, b) { @@ -157318,7 +158726,7 @@ this.rendererToSeriesList.$indexSet(0, rendererId, t1); return t1; }, - $signature: 90 + $signature: 87 }; A.BaseChart_preprocessSeries_closure1.prototype = { call$2(rendererId, seriesList) { @@ -157345,7 +158753,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 128 + $signature: 134 }; A.BaseChart_fireOnDraw_closure.prototype = { call$1(listener) { @@ -157406,17 +158814,17 @@ A.LifecycleListener.prototype = {}; A.BehaviorPosition.prototype = { toString$0(_) { - return this._chart_behavior0$_name; + return "BehaviorPosition." + this._core$_name; } }; A.OutsideJustification.prototype = { toString$0(_) { - return this._chart_behavior0$_name; + return "OutsideJustification." + this._core$_name; } }; A.InsideJustification.prototype = { toString$0(_) { - return this._chart_behavior0$_name; + return "InsideJustification." + this._core$_name; } }; A.DomainHighlighter0.prototype = { @@ -157464,11 +158872,11 @@ else return origColor; }, - $signature: 170 + $signature: 177 }; A.Legend.prototype = { defaultLegendMeasureFormatter$1(value) { - return value == null ? "" : $.$get$Legend__decimalPattern().format$1(value); + return value == null ? "" : $.$get$Legend__decimalPattern().format$1(0, value); }, Legend$3$entryTextStyle$legendEntryGenerator$selectionModelType(entryTextStyle, legendEntryGenerator, selectionModelType, $D) { var t1, _this = this; @@ -157518,7 +158926,7 @@ t1._updateFromSeriesList$2(t3, t4); else t1._resetLegendEntryMeasures$1(t3); - type$.ChartContainerRenderObject_dynamic._as(A._lateReadCheck(A._lateReadCheck(_this.__Legend__chart, "_chart").__BaseChart_context, "context")).requestRebuild$0(); + A._lateReadCheck(A._lateReadCheck(_this.__Legend__chart, "_chart").__BaseChart_context, "context").requestRebuild$0(); }, _updateLegendEntries$0() { return this._updateLegendEntries$1$seriesList(null); @@ -157543,38 +158951,23 @@ var position, outsideJustification = this.config.outsideJustification, isRtl = A._lateReadCheck(A._lateReadCheck(this.__Legend__chart, "_chart").__BaseChart_context, "context")._chartContainerIsRtl; - switch (B.BehaviorPosition_3) { - case B.BehaviorPosition_1: - position = B.LayoutPosition_0; - break; - case B.BehaviorPosition_3: + switch (3) { + case 3: position = isRtl ? B.LayoutPosition_4 : B.LayoutPosition_6; break; - case B.BehaviorPosition_4: - position = B.LayoutPosition_8; - break; - case B.BehaviorPosition_2: - position = isRtl ? B.LayoutPosition_6 : B.LayoutPosition_4; - break; - case B.BehaviorPosition_0: - position = B.LayoutPosition_2; - break; - default: - A.throwExpression(A.ReachabilityError$(string$.x60null_c)); - position = null; } if (outsideJustification === B.OutsideJustification_1 || outsideJustification === B.OutsideJustification_3 || outsideJustification === B.OutsideJustification_5) - switch (position) { - case B.LayoutPosition_0: + switch (position.index) { + case 0: position = B.LayoutPosition_1; break; - case B.LayoutPosition_4: + case 4: position = B.LayoutPosition_5; break; - case B.LayoutPosition_2: + case 2: position = B.LayoutPosition_3; break; - case B.LayoutPosition_6: + case 6: position = B.LayoutPosition_7; break; default: @@ -157588,7 +158981,7 @@ layout$2(_, componentBounds, drawAreaBounds) { this._legend$_componentBounds = componentBounds; this._legend$_drawAreaBounds = drawAreaBounds; - type$.ChartContainerRenderObject_dynamic._as(A._lateReadCheck(A._lateReadCheck(this.__Legend__chart, "_chart").__BaseChart_context, "context")).requestRebuild$0(); + A._lateReadCheck(A._lateReadCheck(this.__Legend__chart, "_chart").__BaseChart_context, "context").requestRebuild$0(); }, paint$2(canvas, animationPercent) { }, @@ -157606,7 +158999,7 @@ A.LegendState.prototype = {}; A.LegendTapHandling.prototype = { toString$0(_) { - return this._legend$_name; + return "LegendTapHandling." + this._core$_name; } }; A.LegendEntryBase.prototype = {}; @@ -157617,7 +159010,7 @@ }; A.LegendDefaultMeasure.prototype = { toString$0(_) { - return this._legend_entry_generator$_name; + return "LegendDefaultMeasure." + this._core$_name; } }; A.PerSeriesLegendEntryGenerator.prototype = { @@ -157818,7 +159211,7 @@ call$1(id) { return !this.seriesIds.contains$1(0, id); }, - $signature: 60 + $signature: 71 }; A.SeriesLegend_preProcessSeriesList_closure.prototype = { call$1(series) { @@ -157832,7 +159225,7 @@ call$1(id) { return id === this.seriesId; }, - $signature: 60 + $signature: 71 }; A.LinePointHighlighter0.prototype = { attachTo$1(chart) { @@ -158112,7 +159505,7 @@ }; A.LinePointHighlighterFollowLineType.prototype = { toString$0(_) { - return this._line_point_highlighter$_name; + return "LinePointHighlighterFollowLineType." + this._core$_name; } }; A.SelectNearest0.prototype = { @@ -158145,8 +159538,7 @@ t1 = seriesList.length; if (t1 === 0) { B.JSArray_methods.get$first(details).toString; - t1 = B.JSArray_methods.get$first(details); - seriesList.push(t1.series); + seriesList.push(B.JSArray_methods.get$first(details).series); } } return _this._select_nearest$_chart.getSelectionModel$1(_this.selectionModelType).updateSelection$2(seriesDatumList, seriesList); @@ -158156,13 +159548,13 @@ }, _extractSeriesFromNearestSelection$1(details) { var t1, _this = this; - switch (_this.selectionMode) { - case B.SelectionMode_0: + switch (_this.selectionMode.index) { + case 0: return _this._expandToDomain$1(B.JSArray_methods.get$first(details)); - case B.SelectionMode_1: + case 1: t1 = A._arrayInstanceType(details)._eval$1("@<1>")._bind$1(_this.$ti._eval$1("SeriesDatum<1>"))._eval$1("MappedListIterable<1,2>"); return A.List_List$of(new A.MappedListIterable(details, new A.SelectNearest__extractSeriesFromNearestSelection_closure(_this), t1), true, t1._eval$1("ListIterable.E")); - case B.SelectionMode_2: + case 2: t1 = _this.$ti; return A._setArrayType([new A.SeriesDatum(B.JSArray_methods.get$first(details).series, B.JSArray_methods.get$first(details).datum, t1._eval$1("SeriesDatum<1>"))], t1._eval$1("JSArray>")); default: @@ -158240,17 +159632,17 @@ t1 = chart._gestureProxy; t1._proxy_gesture_listener$_listeners.push(A._lateReadCheck(_this.__SelectNearest__listener, "_listener")); B.JSArray_methods.set$length(t1._activeListeners, 0); - switch (_this.eventTrigger) { - case B.SelectionTrigger_1: - case B.SelectionTrigger_2: - case B.SelectionTrigger_3: - case B.SelectionTrigger_4: + 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) chart._behaviorTappableMap.$indexSet(0, role, _this); break; - case B.SelectionTrigger_0: + case 0: default: chart.unregisterTappable$1(_this); break; @@ -158300,19 +159692,19 @@ }; A.SelectionMode.prototype = { toString$0(_) { - return this._select_nearest$_name; + return "SelectionMode." + this._core$_name; } }; A.SelectionTrigger.prototype = { toString$0(_) { - return this._selection_trigger$_name; + return "SelectionTrigger." + this._core$_name; } }; A.CanvasRect.prototype = {}; A.CanvasBarStack.prototype = {}; A.FillPatternType.prototype = { toString$0(_) { - return this._chart_canvas0$_name; + return "FillPatternType." + this._core$_name; } }; A.DatumDetails.prototype = {}; @@ -158323,7 +159715,7 @@ for (t1 = _this.data; i < t1.length; ++i) { measure = _this.measureFn.call$1(i); if (measure != null) - _this.__MutableSeries_seriesMeasureTotal = B.JSNumber_methods.$add(A._lateReadCheck(_this.__MutableSeries_seriesMeasureTotal, "seriesMeasureTotal"), measure); + _this.__MutableSeries_seriesMeasureTotal = A._lateReadCheck(_this.__MutableSeries_seriesMeasureTotal, "seriesMeasureTotal") + measure; } t1 = series.labelAccessorFn; _this.labelAccessorFn = t1 == null ? new A.MutableSeries_closure(_this) : t1; @@ -158348,7 +159740,7 @@ call$1(i) { return J.toString$0$(this.$this.domainFn.call$1(i)); }, - $signature: 1226 + $signature: 1304 }; A.ImmutableSeries.prototype = {}; A.SelectionModel.prototype = { @@ -158413,7 +159805,7 @@ }; A.SelectionModelType.prototype = { toString$0(_) { - return "SelectionModelType.info"; + return "SelectionModelType." + this._core$_name; } }; A.SeriesDatum.prototype = { @@ -158528,7 +159920,7 @@ t1.toString; return t1; }, - $signature: 170 + $signature: 177 }; A.BaseSeriesRenderer_assignMissingColors_closure0.prototype = { call$1(series) { @@ -158546,8 +159938,7 @@ try { series.seriesColor = t1.call$1(0); } catch (exception) { - t1 = $.$get$StyleFactory__styleFactory(); - t1.toString; + $.$get$StyleFactory__styleFactory().toString; series.seriesColor = B.Color_ePM; } }, @@ -158559,7 +159950,7 @@ call$1(_) { return this.color; }, - $signature: 170 + $signature: 177 }; A.BaseSeriesRenderer_assignMissingColors_closure1.prototype = { call$1(category) { @@ -158570,7 +159961,7 @@ ++t2.index; _this.missingColorCountPerCategory.$indexSet(0, category, 0); }, - $signature: 90 + $signature: 87 }; A.BaseSeriesRenderer_assignMissingColors_closure2.prototype = { call$1(series) { @@ -158594,13 +159985,13 @@ call$1(_) { return this.color; }, - $signature: 170 + $signature: 177 }; A.BaseSeriesRenderer_assignMissingColors__closure1.prototype = { call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 170 + $signature: 177 }; A.BaseSeriesRenderer_assignMissingColors_closure3.prototype = { call$1(series) { @@ -158615,17 +160006,16 @@ call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 170 + $signature: 177 }; A.BaseSeriesRenderer_assignMissingColors_closure4.prototype = { call$1(series) { - var exception, t1; + var exception; if (series.seriesColor == null) try { series.seriesColor = series.colorFn.call$1(0); } catch (exception) { - t1 = $.$get$StyleFactory__styleFactory(); - t1.toString; + $.$get$StyleFactory__styleFactory().toString; series.seriesColor = B.Color_ePM; } }, @@ -158798,7 +160188,7 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 706 + $signature: 606 }; A.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2(v1, v2) { @@ -158809,13 +160199,13 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 706 + $signature: 606 }; A.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1(view) { return view.get$isSeriesRenderer(); }, - $signature: 710 + $signature: 605 }; A.LayoutManagerImpl_layout_closure.prototype = { call$1(view) { @@ -158823,7 +160213,7 @@ t1 = this.$this; return view.layout$2(0, A._lateReadCheck(t1.__LayoutManagerImpl__drawAreaBounds, _s15_), A._lateReadCheck(t1.__LayoutManagerImpl__drawAreaBounds, _s15_)); }, - $signature: 128 + $signature: 134 }; A.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1(view) { @@ -158835,7 +160225,7 @@ t1 = true; return t1; }, - $signature: 710 + $signature: 605 }; A._MeasuredSizes.prototype = {}; A.SizeList.prototype = { @@ -158905,7 +160295,7 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 128 + $signature: 134 }; A.LeftMarginLayoutStrategy.prototype = { layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -158928,7 +160318,7 @@ view.layout$2(0, A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 128 + $signature: 134 }; A.RightMarginLayoutStrategy.prototype = { layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -158951,7 +160341,7 @@ view.layout$2(0, A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 128 + $signature: 134 }; A.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width(_, views, fullWidth, maxHeight, width) { @@ -158982,7 +160372,7 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 128 + $signature: 134 }; A.TopMarginLayoutStrategy.prototype = { layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -159005,7 +160395,7 @@ view.layout$2(0, A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 128 + $signature: 134 }; A.BottomMarginLayoutStrategy.prototype = { layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -159028,11 +160418,11 @@ view.layout$2(0, A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 128 + $signature: 134 }; A.LayoutPosition.prototype = { toString$0(_) { - return this._layout_view$_name; + return "LayoutPosition." + this._core$_name; } }; A.ViewMargin.prototype = {}; @@ -159337,7 +160727,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: 1252 + $signature: 1369 }; A.LineRenderer_preprocessSeries_closure.prototype = { call$1(series) { @@ -159407,7 +160797,7 @@ call$1(_) { return null; }, - $signature: 668 + $signature: 611 }; A.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1(series) { @@ -159564,7 +160954,7 @@ animatingElements.allPoints = allPointList; _this.previousPointList[t3] = allPointList; }, - $signature: 1253 + $signature: 1376 }; A.LineRenderer_update___closure.prototype = { call$1(elements) { @@ -160290,79 +161680,79 @@ call$1(_) { return false; }, - $signature: 449 + $signature: 372 }; A.MaterialPalette__orderedPalettes_closure.prototype = { call$0() { return B.C_MaterialBlue; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure0.prototype = { call$0() { return B.C_MaterialRed; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure1.prototype = { call$0() { return B.C_MaterialYellow; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure2.prototype = { call$0() { return B.C_MaterialGreen; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure3.prototype = { call$0() { return B.C_MaterialPurple; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure4.prototype = { call$0() { return B.C_MaterialCyan; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure5.prototype = { call$0() { return B.C_MaterialDeepOrange; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure6.prototype = { call$0() { return B.C_MaterialLime; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure7.prototype = { call$0() { return B.C_MaterialIndigo; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure8.prototype = { call$0() { return B.C_MaterialPink; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure9.prototype = { call$0() { return B.C_MaterialTeal; }, - $signature: 108 + $signature: 106 }; A.MaterialPalette__orderedPalettes_closure10.prototype = { call$1(f) { return f.call$0(); }, - $signature: 1288 + $signature: 1410 }; A.MaterialBlue.prototype = { get$shadeDefault() { @@ -160471,12 +161861,12 @@ A.Performance_time_closure.prototype = { call$1(_) { }, - $signature: 90 + $signature: 87 }; A.Performance_timeEnd_closure.prototype = { call$1(_) { }, - $signature: 90 + $signature: 87 }; A.ProxyGestureListener.prototype = { onLongPress$1(localPosition) { @@ -160532,7 +161922,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 209 + $signature: 228 }; A.ProxyGestureListener_onTap_closure.prototype = { call$1(listener) { @@ -160540,7 +161930,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 209 + $signature: 228 }; A.ProxyGestureListener_onDragStart_closure.prototype = { call$1(listener) { @@ -160548,7 +161938,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 209 + $signature: 228 }; A.ProxyGestureListener_onDragUpdate_closure.prototype = { call$1(listener) { @@ -160556,7 +161946,7 @@ t1 = t1 == null ? null : t1.call$2(this.localPosition, this.scale); return t1 == null ? false : t1; }, - $signature: 209 + $signature: 228 }; A.ProxyGestureListener_onDragEnd_closure.prototype = { call$1(listener) { @@ -160564,14 +161954,14 @@ t1 = t1 == null ? null : t1.call$3(this.localPosition, this.scale, this.pixelsPerSecond); return t1 == null ? false : t1; }, - $signature: 209 + $signature: 228 }; A.ProxyGestureListener__cancel_closure.prototype = { call$1(listener) { if (!B.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 470 + $signature: 604 }; A.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1(listener) { @@ -160584,7 +161974,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 470 + $signature: 604 }; A.MaterialStyle.prototype = {}; A.StyleFactory.prototype = {}; @@ -160696,12 +162086,12 @@ }; A.TextDirection0.prototype = { toString$0(_) { - return this._text_element0$_name; + return "TextDirection." + this._core$_name; } }; A.MaxWidthStrategy.prototype = { toString$0(_) { - return "MaxWidthStrategy.ellipsize"; + return "MaxWidthStrategy." + this._core$_name; } }; A.TextMeasurement.prototype = {}; @@ -160735,14 +162125,14 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 1363 + $signature: 1441 }; A.Series_Series_closure1.prototype = { call$1(index) { index.toString; return this.colorFn.call$2(this.data[index], index); }, - $signature: 170 + $signature: 177 }; A.AttributeKey.prototype = {}; A.SeriesAttributes.prototype = {}; @@ -160777,7 +162167,7 @@ t2 = t1._eval$1("JSArray>"), t3 = type$.SelectionModelType, t4 = t1._eval$1("~(SelectionModel)"); - return new A.BaseChartState(A._setArrayType([], t2), A._setArrayType([], t2), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.ChartBehavior_dynamic), A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A.LinkedHashMap_LinkedHashMap$_empty(type$.ChartStateBehavior_ChartBehavior_dynamic, type$.AnimationController), null, B._StateLifecycle_0, t1._eval$1("BaseChartState")); + return new A.BaseChartState(A._setArrayType([], t2), A._setArrayType([], t2), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.ChartBehavior_dynamic), A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A.LinkedHashMap_LinkedHashMap$_empty(type$.ChartStateBehavior_ChartBehavior_dynamic, type$.AnimationController), null, null, B._StateLifecycle_0, t1._eval$1("BaseChartState")); }, updateCommonChart$3(chart, oldWidget, chartState) { var t1, t2, _this = this, @@ -160827,24 +162217,10 @@ }, addDefaultInteractions$1(behaviors) { var desiredGestures = A.LinkedHashSet_LinkedHashSet(type$.GestureType); - switch (B.SelectionTrigger_1) { - case B.SelectionTrigger_1: + switch (1) { + case 1: desiredGestures.add$1(0, B.GestureType_1); break; - case B.SelectionTrigger_2: - desiredGestures.add$1(0, B.GestureType_1); - desiredGestures.add$1(0, B.GestureType_3); - break; - case B.SelectionTrigger_3: - case B.SelectionTrigger_4: - desiredGestures.add$1(0, B.GestureType_1); - desiredGestures.add$1(0, B.GestureType_0); - desiredGestures.add$1(0, B.GestureType_3); - break; - case B.SelectionTrigger_0: - default: - desiredGestures.add$1(0, B.GestureType_2); - break; } behaviors.push(new A.SelectNearest(desiredGestures, B.SelectionModelType_0, B.SelectionTrigger_1, B.SelectionMode_0, true, null, A._instanceType(this)._eval$1("SelectNearest"))); }, @@ -160914,7 +162290,7 @@ var t1 = this.behavior; return userBehavior.get$role(userBehavior) === t1.get$role(t1); }, - $signature: 472 + $signature: 600 }; A.BaseChart__updateSelectionModel_closure.prototype = { call$1(model) { @@ -160948,25 +162324,25 @@ t2.toString; B.JSArray_methods.remove$1(t1._updatedListeners, t2); }, - $signature: 1397 + $signature: 1541 }; A.BaseChart_getDesiredGestures_closure.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 479 + $signature: 599 }; A.BaseChart_getDesiredGestures_closure0.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 479 + $signature: 599 }; A.BaseChartState.prototype = { initState$0() { var t1, t2, _this = this, _null = null; _this.super$State$initState(); - t1 = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); t1.didRegisterListener$0(); t2 = t1.AnimationLocalListenersMixin__listeners; t2._isDirty = true; @@ -161037,13 +162413,13 @@ this.chartWidgets.push(A.LayoutId$(behavior.build$1(0, this.context), id)); } }, - $signature: 1416 + $signature: 1549 }; A.BaseChartState_dispose_closure.prototype = { call$2(_, controller) { return controller.dispose$0(0); }, - $signature: 1432 + $signature: 1593 }; A.BaseChartState__animationTick_closure.prototype = { call$0() { @@ -161053,25 +162429,24 @@ $signature: 0 }; A._BaseChartState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.ChartBehavior.prototype = {}; A.GestureType.prototype = { toString$0(_) { - return this._chart_behavior$_name; + return "GestureType." + this._core$_name; } }; A.DomainHighlighter.prototype = { @@ -161107,42 +162482,40 @@ call$1(entry) { var symbolRendererBuilder, symbol, style, label, measure, _this = this, _null = null, t1 = _this.legend, - isHidden = t1._hiddenSeriesList.contains$1(0, entry.series.id), - t2 = _this.$this.legendEntryLayout, - t3 = _this.context, + t2 = entry.series, + isHidden = t1._hiddenSeriesList.contains$1(0, t2.id), + t3 = _this.$this.legendEntryLayout, + t4 = _this.context, rowChildren = A._setArrayType([], type$.JSArray_Widget), padding = new A.EdgeInsets(0, 0, 8, 0), entryColor = entry.color, color = entryColor == null ? _null : A.Color$fromARGB(entryColor.a, entryColor.r, entryColor.g, entryColor.b), - t4 = entry.series, - t5 = t4._attrs._registry, + t5 = t2._attrs._registry, t6 = type$.nullable_SeriesRenderer_Object; t6._as(t5.$index(0, B.AttributeKey_I4y)).toString; - t5 = t6._as(t5.$index(0, B.AttributeKey_I4y)); - t5 = t5.symbolRenderer; - t4 = t4.dashPatternFn; - if (t4 == null) - t4 = _null; + t5 = t6._as(t5.$index(0, B.AttributeKey_I4y)).symbolRenderer; + t2 = t2.dashPatternFn; + if (t2 == null) + t2 = _null; else - t4 = t4.call$1(0); - symbolRendererBuilder = new A.SymbolRendererCanvas(t5, t4); + t2 = t2.call$1(0); + symbolRendererBuilder = new A.SymbolRendererCanvas(t5, t2); if (color != null && isHidden) { - t4 = color.value; - color = A.Color$fromARGB(66, t4 >>> 16 & 255, t4 >>> 8 & 255, t4 & 255); + t2 = color.value; + color = A.Color$fromARGB(66, t2 >>> 16 & 255, t2 >>> 8 & 255, t2 & 255); } - symbol = A.GestureDetector$(_null, A.SizedBox$fromSize(A.CustomPaint$(_null, _null, _null, new A._SymbolCustomPaint(t3, symbolRendererBuilder.commonSymbolRenderer, color, symbolRendererBuilder.dashPattern, _null), B.Size_0_0), new A.Size(12, 12)), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2.makeTapUpCallback$3(t3, entry, t1), _null, _null, _null); + symbol = A.GestureDetector$(_null, A.SizedBox$fromSize(A.CustomPaint$(_null, _null, _null, new A._SymbolCustomPaint(t4, symbolRendererBuilder.commonSymbolRenderer, color, symbolRendererBuilder.dashPattern, _null), B.Size_0_0), new A.Size(12, 12)), B.DragStartBehavior_1, false, _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 (isHidden) { - t4 = A.Theme_of(t3); - color = t4.textTheme.bodyText2.color; + color = A.Theme_of(t4).textTheme.bodyMedium.color; 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); - 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, t2.makeTapUpCallback$3(t3, entry, t1), _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, t3.makeTapUpCallback$3(t4, entry, t1), _null, _null, _null); if (_this.showMeasures) { - t4 = entry.formattedValue; - t4.toString; - measure = A.GestureDetector$(_null, A.Text$(t4, _null, _null, _null, _null, _null, _null, _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, t2.makeTapUpCallback$3(t3, entry, t1), _null, _null, _null); + t2 = entry.formattedValue; + t2.toString; + measure = A.GestureDetector$(_null, A.Text$(t2, _null, _null, _null, _null, _null, _null, _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, t3.makeTapUpCallback$3(t4, entry, t1), _null, _null, _null); } else measure = _null; rowChildren.push(symbol); @@ -161154,7 +162527,7 @@ } return A.Row$(rowChildren, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 1433 + $signature: 1626 }; A.TabularLegendContentBuilder.prototype = { $eq(_, o) { @@ -161188,8 +162561,8 @@ call$1(d) { var seriesId, t1 = this.legend; - switch (B.LegendTapHandling_1) { - case B.LegendTapHandling_1: + switch (1) { + case 1: seriesId = this.legendEntry.series.id; if (t1._hiddenSeriesList.contains$1(0, seriesId)) t1.showSeries$1(seriesId); @@ -161197,12 +162570,9 @@ t1.hideSeries$1(seriesId); A._lateReadCheck(t1.__Legend__chart, "_chart").redraw$2$skipAnimation$skipLayout(false, true); break; - case B.LegendTapHandling_0: - default: - break; } }, - $signature: 151 + $signature: 155 }; A.TabularLegendLayout.prototype = { build$2(_, context, legendEntries) { @@ -161262,7 +162632,7 @@ if (padCount > 0) B.JSArray_methods.addAll$1(rowChildren, A.Iterable_Iterable$generate(padCount, new A.TabularLegendLayout__buildTableFromRows_closure1(padWidget), t1)); } - return A.Table$(rows, _null, new A.IntrinsicColumnWidth(_null), B.TableCellVerticalAlignment_0, _null); + return A.Table$(_null, rows, _null, new A.IntrinsicColumnWidth(_null), B.TableCellVerticalAlignment_0, _null); } }; A.TabularLegendLayout_build_closure.prototype = { @@ -161271,25 +162641,25 @@ t1.toString; return new A.Padding(t1, entry, null); }, - $signature: 1533 + $signature: 1689 }; A.TabularLegendLayout__buildTableFromRows_closure.prototype = { call$1(r) { return r.children.length; }, - $signature: 1534 + $signature: 1719 }; A.TabularLegendLayout__buildTableFromRows_closure0.prototype = { call$2(max, current) { return current > max ? current : max; }, - $signature: 423 + $signature: 368 }; A.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1(_) { return this.padWidget; }, - $signature: 1586 + $signature: 1721 }; A.SeriesLegend.prototype = { createCommonBehavior$0() { @@ -161403,23 +162773,23 @@ var t2, _this = this, _null = null, eventTrigger = _this.eventTrigger, t1 = new A.SelectNearest0(_this.selectionModelType, eventTrigger, _this.selectionMode, true, _this.maximumDomainDistancePx, _this.$ti._eval$1("SelectNearest0<1>")); - switch (eventTrigger) { - case B.SelectionTrigger_1: + switch (eventTrigger.index) { + case 1: t1.__SelectNearest__listener = A.GestureListener$(_null, _null, _null, _null, _null, t1.get$_onSelect(), t1.get$_onTapTest()); break; - case B.SelectionTrigger_2: + case 2: t2 = t1.get$_onSelect(); t1.__SelectNearest__listener = A.GestureListener$(_null, t2, t2, _null, _null, t2, t1.get$_onTapTest()); break; - case B.SelectionTrigger_3: + case 3: t2 = t1.get$_onSelect(); t1.__SelectNearest__listener = A.GestureListener$(t1.get$_onDeselectAll(), t2, t2, _null, t2, _null, t1.get$_onTapTest()); break; - case B.SelectionTrigger_4: + case 4: t2 = t1.get$_onSelect(); t1.__SelectNearest__listener = A.GestureListener$(t1.get$_onDeselectAll(), t2, t2, _null, t1.get$_onLongPressSelect(), _null, t1.get$_onTapTest()); break; - case B.SelectionTrigger_0: + case 0: default: t1.__SelectNearest__listener = A.GestureListener$(_null, _null, _null, t1.get$_onSelect(), _null, _null, _null); break; @@ -161427,7 +162797,7 @@ return t1; }, get$role(_) { - return "SelectNearest-SelectionModelType.info}"; + return "SelectNearest-" + ("SelectionModelType." + this.selectionModelType._core$_name) + "}"; }, $eq(_, other) { var t1; @@ -161531,7 +162901,6 @@ t2.set$style(0, B.PaintingStyle_0); if (t9 < t4) { t6.toString; - t4.toString; t2.set$shader(_this._createHintGradient$3(t6, t4, fill)); } t8 = fillRectBounds.left; @@ -161579,52 +162948,48 @@ t6 = roundTopRight ? cornerRadius : B.Radius_0_0; t7 = roundBottomLeft ? cornerRadius : B.Radius_0_0; t8 = roundBottomRight ? cornerRadius : B.Radius_0_0; - t9 = t7.x; - t7 = t7.y; - t10 = t8.x; - t8 = t8.y; - t11 = t5.x; + t9 = t5.x; t5 = t5.y; - t12 = t6.x; + t10 = t6.x; t6 = t6.y; - return new A.RRect(t1, t2, t4, t3, t11, t5, t12, t6, t10, t8, t9, t7, t11 === t5 && t11 === t12 && t11 === t6 && t11 === t9 && t11 === t7 && t11 === t10 && t11 === t8); + t11 = t7.x; + t7 = t7.y; + t12 = t8.x; + t8 = t8.y; + return new A.RRect(t1, t2, t4, t3, t9, t5, t10, t6, t12, t8, t11, t7, t9 === t5 && t9 === t10 && t9 === t6 && t9 === t11 && t9 === t7 && t9 === t12 && t9 === t8); }, _drawForwardHatchPattern$4$drawAreaBounds$fill(bounds, canvas, drawAreaBounds, fill) { - var t2, t3, t4, smallSide, smallSide0, size, x0, x1, y0, y1, isVertical, start, end, lineShader, i, modifier, _this = this, _null = null, - t1 = $.$get$StyleFactory__styleFactory(); - t1.toString; - if (fill == null) { - t1.toString; + var t1, t2, t3, t4, t5, smallSide, smallSide0, size, x0, x1, y0, y1, isVertical, start, end, lineShader, i, modifier, _this = this, _null = null; + $.$get$StyleFactory__styleFactory().toString; + if (fill == null) fill = B.Color_ww8; - } t1 = _this._chart_canvas$_paint; t1.set$color(0, A.Color$fromARGB(255, 255, 255, 255)); t1.set$style(0, B.PaintingStyle_0); t2 = bounds.top; t3 = drawAreaBounds.top; - if (t2 < t3) { - t4 = drawAreaBounds.left; - t4.toString; - t3.toString; - t1.set$shader(_this._createHintGradient$3(t4, t3, B.Color_toQ)); + t4 = t2 < t3; + if (t4) { + t5 = drawAreaBounds.left; + t5.toString; + t1.set$shader(_this._createHintGradient$3(t5, t3, B.Color_toQ)); } canvas.drawRect$2(0, _this._getRect$1(bounds), t1); smallSide = bounds.width; smallSide0 = bounds.height; size = Math.max(smallSide, smallSide0); - t4 = bounds.left; - x0 = t4 + size + 4; - x1 = t4 - 4; - t4 = bounds.$ti._precomputed1._as(t2 + smallSide0); - y0 = t4 - size - 4; - y1 = t4 + 4; + t5 = bounds.left; + x0 = t5 + size + 4; + x1 = t5 - 4; + t2 = bounds.$ti._precomputed1._as(t2 + smallSide0); + y0 = t2 - size - 4; + y1 = t2 + 4; isVertical = smallSide0 >= smallSide; start = -B.JSNumber_methods.round$0((isVertical ? smallSide : smallSide0) / 8) * 8; end = size + 8; - if (t2 < t3) { + if (t4) { t2 = drawAreaBounds.left; t2.toString; - t3.toString; lineShader = _this._createHintGradient$3(t2, t3, fill); } else lineShader = _null; @@ -161666,7 +163031,7 @@ _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_m7u : t4)); + t2.init$2(_this, new A.GraphicsFactory(t3, t4 == null ? B.DefaultTextStyle_40S : t4)); $.$get$Performance_timeEnd().call$1(_s12_); } $.$get$Performance_time().call$1(_s12_0); @@ -161778,13 +163143,13 @@ t3.forward$1$from(0, t2._duration === 0 ? 1 : 0); t1._animationValue = A._lateReadCheck(A._lateReadCheck(t1.__BaseChartState__animationController, _s20_).__AnimationController__value, "_value"); }, - $signature: 88 + $signature: 86 }; A.ChartContainerRenderObject_requestRebuild_doRebuild.prototype = { call$1(_) { A._lateReadCheck(this.$this.__ChartContainerRenderObject__chartState, "_chartState").requestRebuild$0(); }, - $signature: 88 + $signature: 86 }; A.ChartContainerCustomPaint.prototype = { paint$2(canvas, size) { @@ -161909,7 +163274,7 @@ t1.toString; return A.getChartContainerRenderObject(type$.RenderBox._as(t1)); }, - $signature: 1690 + $signature: 1749 }; A.ChartGestureDetector_onTapDown_closure.prototype = { call$0() { @@ -161973,9 +163338,9 @@ this._painterReady = false; }, set$maxWidth(_, value) { - if (this._maxWidth == value) + if (this._text_element$_maxWidth == value) return; - this._maxWidth = value; + this._text_element$_maxWidth = value; this._painterReady = false; }, set$maxWidthStrategy(maxWidthStrategy) { @@ -162019,7 +163384,7 @@ t1 = A._lateReadCheck(t1, _s12_); t1.set$textScaleFactor(_this.textScaleFactor); t1 = A._lateReadCheck(_this.__TextElement__textPainter, _s12_); - t2 = _this._maxWidth; + t2 = _this._text_element$_maxWidth; if (t2 == null) t2 = _null; t1.layout$1$maxWidth(0, t2 == null ? 1 / 0 : t2); @@ -162075,7 +163440,7 @@ call$1(child) { return child instanceof A.RenderSemanticsGestureHandler; }, - $signature: 486 + $signature: 593 }; A.WidgetLayoutDelegate.prototype = { performLayout$1(size) { @@ -162137,19 +163502,19 @@ outsideJustification = t2.outsideJustification; if (behaviorPosition === B.BehaviorPosition_0 || behaviorPosition === B.BehaviorPosition_1) { heightOffset = behaviorPosition === B.BehaviorPosition_1 ? availableHeight : 0; - switch (outsideJustification) { - case B.OutsideJustification_0: - case B.OutsideJustification_2: + switch (outsideJustification.index) { + case 0: + case 2: mappedJustification = isRTL ? B._HorizontalJustification_2 : B._HorizontalJustification_0; break; - case B.OutsideJustification_1: - case B.OutsideJustification_3: + case 1: + case 3: mappedJustification = isRTL ? B._HorizontalJustification_3 : B._HorizontalJustification_1; break; - case B.OutsideJustification_4: + case 4: mappedJustification = isRTL ? B._HorizontalJustification_0 : B._HorizontalJustification_2; break; - case B.OutsideJustification_5: + case 5: mappedJustification = isRTL ? B._HorizontalJustification_1 : B._HorizontalJustification_3; break; default: @@ -162183,22 +163548,22 @@ else t2 = true; widthOffset = t2 ? availableWidth : 0; - switch (outsideJustification) { - case B.OutsideJustification_0: - case B.OutsideJustification_2: + switch (outsideJustification.index) { + case 0: + case 2: t1 = t1._legend$_drawAreaBounds.top; t1.toString; behaviorOffset.__late_helper$_value = new A.Offset(widthOffset, t1); break; - case B.OutsideJustification_1: - case B.OutsideJustification_3: + case 1: + case 3: behaviorOffset.__late_helper$_value = new A.Offset(widthOffset, 0); break; - case B.OutsideJustification_4: + case 4: t1 = t1._legend$_drawAreaBounds; behaviorOffset.__late_helper$_value = new A.Offset(widthOffset, A._instanceType(t1)._precomputed1._as(t1.top + t1.height) - behaviorSize._dy); break; - case B.OutsideJustification_5: + case 5: behaviorOffset.__late_helper$_value = new A.Offset(widthOffset, availableHeight - behaviorSize._dy); break; default: @@ -162206,11 +163571,11 @@ } } else if (behaviorPosition === B.BehaviorPosition_4) { rightOffset = new A.Offset(availableWidth - behaviorSize._dx, 0); - switch (t2.insideJustification) { - case B.InsideJustification_0: + switch (t2.insideJustification.index) { + case 0: behaviorOffset.__late_helper$_value = isRTL ? rightOffset : B.Offset_0_0; break; - case B.InsideJustification_1: + case 1: behaviorOffset.__late_helper$_value = isRTL ? B.Offset_0_0 : rightOffset; break; default: @@ -162227,7 +163592,7 @@ }; A._HorizontalJustification.prototype = { toString$0(_) { - return this._widget_layout_delegate$_name; + return "_HorizontalJustification." + this._core$_name; } }; A.Clock.prototype = {}; @@ -162955,7 +164320,7 @@ return A.DirectoryNode$($parent); return null; }, - $signature: 1713 + $signature: 1846 }; A.MemoryDirectory_createTempSync_closure.prototype = { call$0() { @@ -163100,7 +164465,7 @@ return A.DirectoryNode$($parent); return null; }, - $signature: 1714 + $signature: 1885 }; A._FileSink.prototype = { get$isStreaming() { @@ -163159,7 +164524,7 @@ } return t1._readLocal$0(); }, - $signature: 1715 + $signature: 1892 }; A._FileSink_addStream_finish.prototype = { call$0() { @@ -163173,33 +164538,33 @@ call$1(data) { return this.$this._addData$1(data); }, - $signature: 496 + $signature: 588 }; A._FileSink_addStream_closure0.prototype = { call$2(error, stackTrace) { this.$this._memory_file$_completer.completeError$2(error, stackTrace); this.finish.call$0(); }, - $signature: 131 + $signature: 116 }; A._FileSink_close_closure.prototype = { call$1(_) { return this.$this._memory_file$_completer.complete$0(0); }, - $signature: 1877 + $signature: 1920 }; A._FileSink_close_closure0.prototype = { call$2(error, stackTrace) { return this.$this._memory_file$_completer.completeError$2(error, stackTrace); }, - $signature: 117 + $signature: 109 }; A._FileSink__addData_closure.prototype = { call$1(node) { node.write$1(0, this.data); return node; }, - $signature: 1878 + $signature: 1921 }; A.MemoryFileStat.prototype = {}; A._MemoryFileSystem.prototype = { @@ -163292,7 +164657,7 @@ call$3($parent, childName, child) { return this.segmentVisitor.call$5($parent, childName, child, this.i, this.finalSegment); }, - $signature: 499 + $signature: 587 }; A.MemoryFileSystemEntity.prototype = { get$backingOrNull() { @@ -163446,7 +164811,7 @@ } return child; }, - $signature: 1922 + $signature: 1978 }; A.Node0.prototype = { Node$1(_parent) { @@ -163556,44 +164921,44 @@ t2 = false; return t2 ? t1.call$3($parent, childName, child) : child; }, - $signature: 499 + $signature: 587 }; A.DirectoryAddOnsMixin.prototype = {}; A.ErrorCodes_EINVAL_closure.prototype = { call$1(codes) { return 22; }, - $signature: 188 + $signature: 185 }; A.ErrorCodes_EISDIR_closure.prototype = { call$1(codes) { return 21; }, - $signature: 188 + $signature: 185 }; A.ErrorCodes_ELOOP_closure.prototype = { call$1(codes) { return 40; }, - $signature: 188 + $signature: 185 }; A.ErrorCodes_ENOENT_closure.prototype = { call$1(codes) { return 2; }, - $signature: 188 + $signature: 185 }; A.ErrorCodes_ENOTDIR_closure.prototype = { call$1(codes) { return 20; }, - $signature: 188 + $signature: 185 }; A.ErrorCodes_ENOTEMPTY_closure.prototype = { call$1(codes) { return 39; }, - $signature: 188 + $signature: 185 }; A._LinuxCodes.prototype = {$is_Codes: 1}; A._MacOSCodes.prototype = {$is_Codes: 1}; @@ -163683,7 +165048,7 @@ reader.readAsArrayBuffer(file); } }, - $signature: 88 + $signature: 86 }; A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile.prototype = { call$4(file, bytes, path, readStream) { @@ -163693,26 +165058,26 @@ if (t1.length >= this.files.length) this.filesCompleter.complete$1(0, t1); }, - $signature: 1949 + $signature: 1995 }; 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: 159 + $signature: 178 }; 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: 159 + $signature: 178 }; 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: 88 + $signature: 86 }; A.FilePickerWeb_pickFiles_cancelledEventListener_closure.prototype = { call$1(value) { @@ -163728,11 +165093,11 @@ call$2(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + A.S(next); }, - $signature: 481 + $signature: 691 }; A.FileType.prototype = { toString$0(_) { - return this._file_picker$_name; + return "FileType." + this._core$_name; } }; A.FilePicker.prototype = {}; @@ -163952,18 +165317,18 @@ return A._asyncStartSync($async$_getPathToExecutable$0, $async$completer); }, fileTypeToFileFilter$2(type, allowedExtensions) { - switch (type) { - case B.FileType_0: + switch (type.index) { + case 0: return ""; - case B.FileType_4: + case 4: return "*.mp3 *.wav *.midi *.ogg *.aac"; - case B.FileType_5: + case 5: return "*." + B.JSArray_methods.join$1(allowedExtensions, " *."); - case B.FileType_2: + case 2: return "*.bmp *.gif *.jpg *.jpeg *.png"; - case B.FileType_1: + case 1: return "*.webm *.mpeg *.mkv *.mp4 *.avi *.mov *.flv *.jpg *.jpeg *.bmp *.gif *.png"; - case B.FileType_3: + case 3: return "*.webm *.mpeg *.mkv *.mp4 *.avi *.mov *.flv"; default: throw A.wrapException(A.Exception_Exception("unknown file type")); @@ -164030,18 +165395,18 @@ return A._asyncStartSync($async$pickFiles$5$allowCompression$allowMultiple$allowedExtensions$type$withData, $async$completer); }, fileTypeToFileFilter$2(type, allowedExtensions) { - switch (type) { - case B.FileType_0: + switch (type.index) { + case 0: return ""; - case B.FileType_4: + case 4: return '"", "mp3", "wav", "midi", "ogg", "aac"'; - case B.FileType_5: + case 5: return '"", "' + B.JSArray_methods.join$1(allowedExtensions, '", "') + '"'; - case B.FileType_2: + case 2: return '"", "jpg", "jpeg", "bmp", "gif", "png"'; - case B.FileType_1: + case 1: return '"", "webm", "mpeg", "mkv", "mp4", "avi", "mov", "flv", "jpg", "jpeg", "bmp", "gif", "png"'; - case B.FileType_3: + case 3: return '"", "webm", "mpeg", "mkv", "mp4", "avi", "mov", "flv"'; default: throw A.wrapException(A.Exception_Exception("unknown file type")); @@ -164061,13 +165426,13 @@ call$1(path) { return J.trim$0$s(path); }, - $signature: 95 + $signature: 125 }; A.FilePickerMacOS_resultStringToFilePaths_closure0.prototype = { call$1(path) { return path.length !== 0; }, - $signature: 60 + $signature: 71 }; A.FilePickerMacOS_resultStringToFilePaths_closure1.prototype = { call$1(path) { @@ -164078,13 +165443,13 @@ B.JSArray_methods.addAll$1(t1, B.JSArray_methods.sublist$1(pathElements, 1)); return B.JSArray_methods.join$1(t1, "/"); }, - $signature: 95 + $signature: 125 }; A.FilePickerMacOS_resultStringToFilePaths__closure.prototype = { call$1(e) { return e.length !== 0; }, - $signature: 60 + $signature: 71 }; A.FilePickerResult.prototype = { $eq(_, other) { @@ -164134,7 +165499,7 @@ call$1(filePath) { return filePath.length !== 0; }, - $signature: 60 + $signature: 71 }; A.filePathsToPlatformFiles_closure0.prototype = { call$1(filePath) { @@ -164175,7 +165540,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1978 + $signature: 2005 }; A.Int64.prototype = { $add(_, other) { @@ -164360,7 +165725,7 @@ }; A.AnimationStatus.prototype = { toString$0(_) { - return this._animation$_name; + return "AnimationStatus." + this._core$_name; } }; A.Animation0.prototype = { @@ -164384,12 +165749,12 @@ }; A._AnimationDirection.prototype = { toString$0(_) { - return this._animation_controller$_name; + return "_AnimationDirection." + this._core$_name; } }; A.AnimationBehavior.prototype = { toString$0(_) { - return this._animation_controller$_name; + return "AnimationBehavior." + this._core$_name; } }; A.AnimationController.prototype = { @@ -164511,7 +165876,7 @@ _this.stop$0(0); t1 = A._lateReadCheck(_this.__AnimationController__value, "_value"); t2 = period._duration / 1000000; - t1 = max === min ? 0 : B.JSNumber_methods.$div(t1, max - min) * t2; + t1 = max === min ? 0 : t1 / (max - min) * t2; return _this._startSimulation$1(new A._RepeatingSimulation(min, max, false, _this.get$_directionSetter(), t2, t1, B.Tolerance_Gdw)); }, _directionSetter$1(direction) { @@ -164526,11 +165891,14 @@ _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, B.JSNumber_methods.$sub(A._lateReadCheck(_this.__AnimationController__value, "_value"), target), velocity), B.Tolerance_Gdw); + simulation = new A.SpringSimulation(target, A._SpringSolution__SpringSolution(springDescription, A._lateReadCheck(_this.__AnimationController__value, "_value") - target, velocity), B.Tolerance_Gdw); simulation.tolerance = B.Tolerance_qbZ; _this.stop$0(0); return _this._startSimulation$1(simulation); }, + fling$0() { + return this.fling$1$velocity(1); + }, animateWith$1(simulation) { this.stop$0(0); this._direction = B._AnimationDirection_0; @@ -164895,7 +166263,7 @@ }; A._TrainHoppingMode.prototype = { toString$0(_) { - return this._animations$_name; + return "_TrainHoppingMode." + this._core$_name; } }; A.TrainHoppingAnimation.prototype = { @@ -164913,15 +166281,13 @@ var t2, hop, _this = this, t1 = _this._nextTrain; if (t1 != null) { - t2 = _this._mode; - t2.toString; - switch (t2) { - case B._TrainHoppingMode_0: + switch (_this._mode.index) { + case 0: t1 = t1.get$value(t1); t2 = _this._currentTrain; hop = t1 <= t2.get$value(t2); break; - case B._TrainHoppingMode_1: + case 1: t1 = t1.get$value(t1); t2 = _this._currentTrain; hop = t1 >= t2.get$value(t2); @@ -165179,7 +166545,7 @@ notifyListeners$0() { var listener, exception, stack, t2, _i, t3, exception0, rti, t4, t5, _this = this, t1 = _this.AnimationLocalListenersMixin__listeners, - localListeners = A.List_List$from(t1, true, type$.void_Function); + localListeners = A.List_List$of(t1, true, type$.void_Function); for (t2 = localListeners.length, _i = 0; _i < t2; ++_i) { t3 = {}; listener = localListeners[_i]; @@ -165215,7 +166581,7 @@ notifyStatusListeners$1($status) { var listener, exception, stack, t2, _i, exception0, rti, t3, t4, _this = this, t1 = _this.AnimationLocalStatusListenersMixin__statusListeners, - localListeners = A.List_List$from(t1, true, type$.void_Function_AnimationStatus); + localListeners = A.List_List$of(t1, true, type$.void_Function_AnimationStatus); for (t2 = localListeners.length, _i = 0; _i < t2; ++_i) { listener = localListeners[_i]; try { @@ -165369,75 +166735,6 @@ return "<" + A.S(this.start) + ", " + A.S(this.end) + ">"; } }; - A.CupertinoActivityIndicator.prototype = { - createState$0() { - return new A._CupertinoActivityIndicatorState(null, B._StateLifecycle_0); - } - }; - A._CupertinoActivityIndicatorState.prototype = { - initState$0() { - var t1, _this = this; - _this.super$State$initState(); - t1 = A.AnimationController$(null, B.Duration_1000000, 0, null, 1, null, _this); - _this.___CupertinoActivityIndicatorState__controller = t1; - _this._widget.toString; - t1 = A._lateReadCheck(t1, "_controller"); - t1.repeat$0(0); - }, - didUpdateWidget$1(oldWidget) { - this.super$State$didUpdateWidget(oldWidget); - this._widget.toString; - oldWidget.toString; - }, - dispose$0(_) { - A._lateReadCheck(this.___CupertinoActivityIndicatorState__controller, "_controller").dispose$0(0); - this.super$__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin$dispose(0); - }, - build$1(_, context) { - var t1, t2, _null = null; - this._widget.toString; - t1 = A._lateReadCheck(this.___CupertinoActivityIndicatorState__controller, "_controller"); - t2 = B.CupertinoDynamicColor_YNl.resolveFrom$1(context); - this._widget.toString; - return new A.SizedBox(20, 20, A.CustomPaint$(_null, _null, _null, new A._CupertinoActivityIndicatorPainter(t1, t2, 10, 1, new A.RRect(-1, -3.3333333333333335, 1, -10, 1, 1, 1, 1, 1, 1, 1, 1, true), t1), B.Size_0_0), _null); - } - }; - A._CupertinoActivityIndicatorPainter.prototype = { - paint$2(canvas, size) { - var activeTick, t2, t3, t4, i, t, t5, _this = this, - t1 = A._detectRenderer(), - paint = t1 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - canvas.save$0(0); - canvas.translate$2(0, size._dx / 2, size._dy / 2); - activeTick = B.JSNumber_methods.floor$0(8 * A._lateReadCheck(_this.position.__AnimationController__value, "_value")); - for (t1 = _this.progress, t2 = 8 * t1, t3 = _this.tickFundamentalRRect, t1 = t1 < 1, t4 = _this.activeColor, i = 0; i < t2; ++i) { - t = B.JSInt_methods.$mod(i - activeTick, 8); - t5 = t1 ? 147 : B.List_2Vk1[t]; - paint.set$color(0, A.Color$fromARGB(t5, t4.get$value(t4) >>> 16 & 255, t4.get$value(t4) >>> 8 & 255, t4.get$value(t4) & 255)); - canvas.drawRRect$2(0, t3, paint); - canvas.rotate$1(0, 0.7853981633974483); - } - canvas.restore$0(0); - }, - shouldRepaint$1(oldPainter) { - return oldPainter.position !== this.position || !oldPainter.activeColor.$eq(0, this.activeColor) || oldPainter.progress !== this.progress; - } - }; - A.__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); - }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); - } - }; A.CupertinoDynamicColor.prototype = { get$value(_) { return this._effectiveColor.value; @@ -165478,25 +166775,25 @@ isHighContrastEnabled = false; if (_this.get$_isInterfaceElevationDependent()) A.CupertinoUserInterfaceLevel_maybeOf(context); - switch (brightness) { - case B.Brightness_1: - switch (B.CupertinoUserInterfaceLevelData_0) { - case B.CupertinoUserInterfaceLevelData_0: + switch (brightness.index) { + case 1: + switch (0) { + case 0: resolved = isHighContrastEnabled ? _this.highContrastColor : _this.color; break; - case B.CupertinoUserInterfaceLevelData_1: + case 1: resolved = isHighContrastEnabled ? _this.highContrastElevatedColor : _this.elevatedColor; break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } break; - case B.Brightness_0: - switch (B.CupertinoUserInterfaceLevelData_0) { - case B.CupertinoUserInterfaceLevelData_0: + case 0: + switch (0) { + case 0: resolved = isHighContrastEnabled ? _this.darkHighContrastColor : _this.darkColor; break; - case B.CupertinoUserInterfaceLevelData_1: + case 1: resolved = isHighContrastEnabled ? _this.darkHighContrastElevatedColor : _this.darkElevatedColor; break; default: @@ -165550,7 +166847,7 @@ var marker = color.$eq(0, this.$this._effectiveColor) ? "*" : ""; return marker + $name + " = " + color.toString$0(0) + marker; }, - $signature: 2118 + $signature: 2167 }; A._CupertinoDynamicColor_Color_Diagnosticable.prototype = {}; A._CupertinoDesktopTextSelectionControls.prototype = { @@ -165584,11 +166881,6 @@ } }; A._CupertinoIconThemeData_IconThemeData_Diagnosticable.prototype = {}; - A.CupertinoUserInterfaceLevelData.prototype = { - toString$0(_) { - return this._interface_level$_name; - } - }; A._CupertinoLocalizationsDelegate.prototype = { isSupported$1(locale) { return locale.get$languageCode(locale) === "en"; @@ -165608,7 +166900,7 @@ call$0() { return A.CupertinoRouteTransitionMixin__isPopGestureEnabled(this.route); }, - $signature: 214 + $signature: 230 }; A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0.prototype = { call$0() { @@ -165649,7 +166941,7 @@ initState$0() { var t1, _this = this; _this.super$State$initState(); - t1 = A.HorizontalDragGestureRecognizer$(_this, null, null); + t1 = A.HorizontalDragGestureRecognizer$(_this, null); t1.onStart = _this.get$_route$_handleDragStart(); t1.onUpdate = _this.get$_route$_handleDragUpdate(); t1.onEnd = _this.get$_route$_handleDragEnd(); @@ -165674,7 +166966,7 @@ t3 = this._framework$_element; t3 = this._convertToLogical$1(t2 / t3.get$size(t3)._dx); t1 = t1.controller; - t1.set$value(0, B.JSNumber_methods.$sub(A._lateReadCheck(t1.__AnimationController__value, "_value"), t3)); + t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") - t3); }, _route$_handleDragEnd$1(details) { var t2, t3, _this = this, @@ -165719,7 +167011,7 @@ A._CupertinoBackGestureController.prototype = { dragEnd$1(velocity) { var t1, t2, animationStatusCallback, _this = this, _s6_ = "_value"; - if (Math.abs(velocity) >= 1 ? velocity <= 0 : B.JSNumber_methods.$gt(A._lateReadCheck(_this.controller.__AnimationController__value, _s6_), 0.5)) { + if (Math.abs(velocity) >= 1 ? velocity <= 0 : A._lateReadCheck(_this.controller.__AnimationController__value, _s6_) > 0.5) { t1 = _this.controller; t2 = A.lerpDouble(800, 0, A._lateReadCheck(t1.__AnimationController__value, _s6_)); t2.toString; @@ -165753,7 +167045,7 @@ t1.navigator.didStopUserGesture$0(); t1.controller.removeStatusListener$1(this.animationStatusCallback._readLocal$0()); }, - $signature: 35 + $signature: 36 }; A._CupertinoEdgeShadowDecoration.prototype = { lerpFrom$2(a, t) { @@ -165806,7 +167098,7 @@ t1.toString; return t1; }, - $signature: 418 + $signature: 379 }; A._CupertinoEdgeShadowDecoration_lerp_closure0.prototype = { call$1(color) { @@ -165814,11 +167106,11 @@ t1.toString; return t1; }, - $signature: 418 + $signature: 379 }; A._CupertinoEdgeShadowPainter.prototype = { paint$3(canvas, offset, configuration) { - var t1, t2, shadowWidth, shadowHeight, bandWidth, textDirection, start, shadowDirection, bandColorIndex, dx, paint, + var t1, t2, shadowWidth, shadowHeight, bandWidth, start, shadowDirection, bandColorIndex, dx, paint, colors = this._route$_decoration._colors; if (colors == null) return; @@ -165827,14 +167119,12 @@ shadowWidth = 0.05 * t2; shadowHeight = t1._dy; bandWidth = shadowWidth / (colors.length - 1); - textDirection = configuration.textDirection; - textDirection.toString; - switch (textDirection) { - case B.TextDirection_0: + switch (configuration.textDirection.index) { + case 0: start = offset._dx + t2; shadowDirection = 1; break; - case B.TextDirection_1: + case 1: start = offset._dx; shadowDirection = -1; break; @@ -165856,14 +167146,14 @@ }; A.CupertinoScrollbar.prototype = { createState$0() { - return new A._CupertinoScrollbarState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, B._StateLifecycle_0); + return new A._CupertinoScrollbarState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0); } }; A._CupertinoScrollbarState.prototype = { initState$0() { var t1, _this = this; _this.super$RawScrollbarState$initState(); - t1 = A.AnimationController$(null, B.Duration_100000, 0, null, 1, null, _this); + t1 = A.AnimationController$(null, B.Duration_100000, null, 1, null, _this); _this.___CupertinoScrollbarState__thicknessAnimationController = t1; t1 = A._lateReadCheck(t1, "_thicknessAnimationController"); t1.didRegisterListener$0(); @@ -165889,7 +167179,7 @@ t5 = t4.thicknessWhileDragging; t4 = t4.thickness; t4.toString; - t1.set$thickness(t2 + B.JSNumber_methods.$mul(t3, t5 - t4)); + t1.set$thickness(t2 + t3 * (t5 - t4)); t1.set$mainAxisMargin(3); t1.set$crossAxisMargin(3); t4 = _this._widget; @@ -165902,15 +167192,13 @@ t1.set$scrollbarOrientation(_this._widget.scrollbarOrientation); }, handleThumbPressStart$1(localPosition) { - var t1, _this = this; + var _this = this; _this.super$RawScrollbarState$handleThumbPressStart(localPosition); - t1 = _this.getScrollbarDirection$0(); - t1.toString; - switch (t1) { - case B.Axis_1: + switch (_this.getScrollbarDirection$0().index) { + case 1: _this._pressStartAxisPosition = localPosition._dy; break; - case B.Axis_0: + case 0: _this._pressStartAxisPosition = localPosition._dx; break; default: @@ -165930,12 +167218,12 @@ return; A._lateReadCheck(_this.___CupertinoScrollbarState__thicknessAnimationController, "_thicknessAnimationController").reverse$0(0); _this.super$RawScrollbarState$handleThumbPressEnd(localPosition, velocity); - switch (direction) { - case B.Axis_1: + switch (direction.index) { + case 1: if (Math.abs(velocity.pixelsPerSecond._dy) < 10 && Math.abs(localPosition._dy - _this._pressStartAxisPosition) > 0) A.HapticFeedback_mediumImpact(); break; - case B.Axis_0: + case 0: if (Math.abs(velocity.pixelsPerSecond._dx) < 10 && Math.abs(localPosition._dx - _this._pressStartAxisPosition) > 0) A.HapticFeedback_mediumImpact(); break; @@ -165958,11 +167246,11 @@ call$1(_) { return A.HapticFeedback_mediumImpact(); }, - $signature: 531 + $signature: 577 }; A.CupertinoSwitch.prototype = { createState$0() { - return new A._CupertinoSwitchState(null, B._StateLifecycle_0); + return new A._CupertinoSwitchState(null, null, B._StateLifecycle_0); }, get$value(receiver) { return this.value; @@ -165973,22 +167261,22 @@ var t1, t2, _this = this, _null = null; _this.super$State$initState(); t1 = A.TapGestureRecognizer$(_null); - t1.onTapDown = _this.get$_switch0$_handleTapDown(); - t1.onTapUp = _this.get$_switch0$_handleTapUp(); - t1.onTap = _this.get$_switch0$_handleTap(); - t1.onTapCancel = _this.get$_switch0$_handleTapCancel(); + t1.onTapDown = _this.get$_switch$_handleTapDown(); + t1.onTapUp = _this.get$_switch$_handleTapUp(); + t1.onTap = _this.get$_switch$_handleTap(); + t1.onTapCancel = _this.get$_switch$_handleTapCancel(); _this.___CupertinoSwitchState__tap = t1; - t1 = A.HorizontalDragGestureRecognizer$(_null, _null, _null); - t1.onStart = _this.get$_switch0$_handleDragStart(); - t1.onUpdate = _this.get$_switch0$_handleDragUpdate(); - t1.onEnd = _this.get$_switch0$_handleDragEnd(); + 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; - t1 = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, t2.value ? 1 : 0, _this); + 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); - t1 = A.AnimationController$(_null, B.Duration_300000, 0, _null, 1, _null, _this); + 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); }, @@ -166019,12 +167307,12 @@ _resumePositionAnimation$0() { return this._resumePositionAnimation$1$isLinear(true); }, - _switch0$_handleTapDown$1(details) { + _switch$_handleTapDown$1(details) { if (this._widget.onChanged != null) this.needsPositionAnimation = false; A._lateReadCheck(this.___CupertinoSwitchState__reactionController, "_reactionController").forward$0(0); }, - _switch0$_handleTap$0() { + _switch$_handleTap$0() { var t1 = this._widget, t2 = t1.onChanged; if (t2 != null) { @@ -166032,17 +167320,17 @@ this._emitVibration$0(); } }, - _switch0$_handleTapUp$1(details) { + _switch$_handleTapUp$1(details) { if (this._widget.onChanged != null) { this.needsPositionAnimation = false; A._lateReadCheck(this.___CupertinoSwitchState__reactionController, "_reactionController").reverse$0(0); } }, - _switch0$_handleTapCancel$0() { + _switch$_handleTapCancel$0() { if (this._widget.onChanged != null) A._lateReadCheck(this.___CupertinoSwitchState__reactionController, "_reactionController").reverse$0(0); }, - _switch0$_handleDragStart$1(details) { + _switch$_handleDragStart$1(details) { var _this = this; if (_this._widget.onChanged != null) { _this.needsPositionAnimation = false; @@ -166050,7 +167338,7 @@ _this._emitVibration$0(); } }, - _switch0$_handleDragUpdate$1(details) { + _switch$_handleDragUpdate$1(details) { var t1, delta, _this = this, _s19_ = "_positionController"; if (_this._widget.onChanged != null) { @@ -166064,18 +167352,18 @@ switch (t1.textDirection) { case B.TextDirection_0: t1 = A._lateReadCheck(_this.___CupertinoSwitchState__positionController, _s19_); - t1.set$value(0, B.JSNumber_methods.$sub(A._lateReadCheck(t1.__AnimationController__value, "_value"), delta)); + t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") - delta); break; case B.TextDirection_1: t1 = A._lateReadCheck(_this.___CupertinoSwitchState__positionController, _s19_); - t1.set$value(0, B.JSNumber_methods.$add(A._lateReadCheck(t1.__AnimationController__value, "_value"), delta)); + t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") + delta); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } } }, - _switch0$_handleDragEnd$1(details) { + _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"); @@ -166144,7 +167432,7 @@ createRenderObject$1(context) { var t3, _this = this, t1 = _this.state, - t2 = new A._RenderCupertinoSwitch(t1, _this.value, _this.activeColor, _this.trackColor, new A.CupertinoThumbPainter(_this.thumbColor, B.List_e1Q), _this.onChanged, _this.textDirection, A.LayerHandle$(type$.ClipRRectLayer), B.BoxConstraints_59_59_39_39, null, A.LayerHandle$(type$.ContainerLayer_2)); + t2 = new A._RenderCupertinoSwitch(t1, _this.value, _this.activeColor, _this.trackColor, new A.CupertinoThumbPainter(_this.thumbColor, B.List_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; @@ -166170,30 +167458,30 @@ }; A._RenderCupertinoSwitch.prototype = { get$value(_) { - return this._switch0$_value; + return this._switch$_value; }, set$value(_, value) { - if (value == this._switch0$_value) + if (value == this._switch$_value) return; - this._switch0$_value = value; + this._switch$_value = value; this.markNeedsSemanticsUpdate$0(); }, set$activeColor(value) { - if (value.$eq(0, this._switch0$_activeColor)) + if (value.$eq(0, this._activeColor)) return; - this._switch0$_activeColor = value; + this._activeColor = value; this.markNeedsPaint$0(); }, set$trackColor(value) { - if (value.$eq(0, this._switch0$_trackColor)) + if (value.$eq(0, this._switch$_trackColor)) return; - this._switch0$_trackColor = value; + this._switch$_trackColor = value; this.markNeedsPaint$0(); }, set$thumbColor(value) { if (value.$eq(0, this._thumbPainter.color)) return; - this._thumbPainter = new A.CupertinoThumbPainter(value, B.List_e1Q); + this._thumbPainter = new A.CupertinoThumbPainter(value, B.List_CQc); this.markNeedsPaint$0(); }, set$onChanged(value) { @@ -166208,9 +167496,9 @@ } }, set$textDirection(_, value) { - if (this._switch0$_textDirection == value) + if (this._switch$_textDirection == value) return; - this._switch0$_textDirection = value; + this._switch$_textDirection = value; this.markNeedsPaint$0(); }, hitTestSelf$1(position) { @@ -166219,7 +167507,7 @@ handleEvent$2($event, entry) { var t1; if (type$.PointerDownEvent._is($event) && this._onChanged != null) { - t1 = this._switch0$_state; + t1 = this._switch$_state; A._lateReadCheck(t1.___CupertinoSwitchState__drag, "_drag").addPointer$1($event); A._lateReadCheck(t1.___CupertinoSwitchState__tap, "_tap").addPointer$1($event); } @@ -166228,11 +167516,11 @@ var t1, _this = this; _this.super$RenderObject$describeSemanticsConfiguration(config); if (_this._onChanged != null) - config.set$onTap(_this._switch0$_state.get$_switch0$_handleTap()); + config.set$onTap(_this._switch$_state.get$_switch$_handleTap()); t1 = _this._onChanged; config._setFlag$2(B.SemanticsFlag_64, true); config._setFlag$2(B.SemanticsFlag_128, t1 != null); - t1 = _this._switch0$_value; + t1 = _this._switch$_value; config._setFlag$2(B.SemanticsFlag_65536, true); t1.toString; config._setFlag$2(B.SemanticsFlag_131072, t1); @@ -166240,12 +167528,12 @@ paint$2(context, offset) { var currentReactionValue, visualPosition, paint, t3, trackRRect, currentThumbExtension, t4, thumbCenterY, thumbBounds, _this = this, canvas = context.get$canvas(context), - t1 = _this._switch0$_state, + t1 = _this._switch$_state, t2 = A._lateReadCheck(t1.___CupertinoSwitchState_position, "position"), currentValue = t2.get$value(t2); t1 = A._lateReadCheck(t1.___CupertinoSwitchState__reaction, "_reaction"); currentReactionValue = t1.get$value(t1); - switch (_this._switch0$_textDirection) { + switch (_this._switch$_textDirection) { case B.TextDirection_0: visualPosition = 1 - currentValue; break; @@ -166257,7 +167545,7 @@ } t1 = A._detectRenderer(); paint = t1 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - t1 = A.Color_lerp(_this._switch0$_trackColor, _this._switch0$_activeColor, currentValue); + t1 = A.Color_lerp(_this._switch$_trackColor, _this._activeColor, currentValue); t1.toString; paint.set$color(0, t1); t1 = _this._box$_size; @@ -166287,22 +167575,21 @@ call$2(innerContext, offset) { this.$this._thumbPainter.paint$2(innerContext.get$canvas(innerContext), this.thumbBounds); }, - $signature: 84 + $signature: 85 }; A.__CupertinoSwitchState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._TextSelectionHandlePainter0.prototype = { @@ -166333,10 +167620,10 @@ if (endGlyphHeight == null) endGlyphHeight = textLineHeight; customPaint = A.CustomPaint$(_null, _null, _null, new A._TextSelectionHandlePainter0(A.CupertinoTheme_of(context).get$primaryColor(), _null), B.Size_0_0); - switch (type) { - case B.TextSelectionHandleType_0: + switch (type.index) { + case 0: return A.SizedBox$fromSize(customPaint, new A.Size(12, startGlyphHeight + 12 - 1.5)); - case B.TextSelectionHandleType_1: + case 1: t1 = endGlyphHeight + 12 - 1.5; handle = A.SizedBox$fromSize(customPaint, new A.Size(12, t1)); t2 = new A.Matrix4(new Float64Array(16)); @@ -166345,7 +167632,7 @@ t2.rotateZ$1(3.141592653589793); t2.translate$2(0, -6, -t1 / 2); return A.Transform$(_null, handle, t2, true); - case B.TextSelectionHandleType_2: + case 2: return B.SizedBox_null_null_null_null; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -166356,12 +167643,12 @@ startGlyphHeight = textLineHeight; if (endGlyphHeight == null) endGlyphHeight = textLineHeight; - switch (type) { - case B.TextSelectionHandleType_0: + switch (type.index) { + case 0: return new A.Offset(6, startGlyphHeight + 12 - 1.5); - case B.TextSelectionHandleType_1: + case 1: return new A.Offset(6, endGlyphHeight + 12 - 1.5 - 12 + 1.5); - case B.TextSelectionHandleType_2: + case 2: return new A.Offset(6, textLineHeight + (textLineHeight + 12 - 1.5 - textLineHeight) / 2); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -166438,7 +167725,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 539 + $signature: 573 }; A.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1(context) { @@ -166474,7 +167761,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 539 + $signature: 573 }; A._CupertinoThemeDefaults.prototype = { resolveFrom$2(context, resolveTextTheme) { @@ -166499,7 +167786,7 @@ call$1(color) { return color instanceof A.CupertinoDynamicColor ? color.resolveFrom$1(this.context) : color; }, - $signature: 418 + $signature: 379 }; A._CupertinoTextThemeDefaults.prototype = {}; A._DefaultCupertinoTextThemeData.prototype = {}; @@ -166535,7 +167822,7 @@ call$0() { return null; }, - $signature: 2168 + $signature: 2199 }; A._browserPlatform_closure.prototype = { call$0() { @@ -166555,7 +167842,7 @@ return B.TargetPlatform_3; return B.TargetPlatform_0; }, - $signature: 2172 + $signature: 2201 }; A._ErrorDiagnostic.prototype = { get$value(_) { @@ -166566,7 +167853,7 @@ valueToString$1$parentConfiguration(parentConfiguration) { var t1 = A.DiagnosticsProperty.prototype.get$value.call(this, this); t1.toString; - return J.join$1$ax(t1, ""); + return J.join$0$ax(t1); } }; A.ErrorDescription.prototype = {}; @@ -166699,7 +167986,7 @@ call$1(node) { return node.get$level(node) === B.DiagnosticLevel_6; }, - $signature: 2177 + $signature: 2203 }; A.FlutterErrorDetails_summary_closure0.prototype = { call$0() { @@ -166711,7 +167998,7 @@ call$1(frame) { return frame.packageScheme === "dart"; }, - $signature: 2178 + $signature: 2207 }; A.FlutterError.prototype = { get$message(_) { @@ -166731,31 +168018,31 @@ call$1(line) { return A.ErrorDescription$(line); }, - $signature: 2187 + $signature: 2208 }; A.FlutterError_defaultStackFilter_closure.prototype = { call$1(value) { return value + 1; }, - $signature: 196 + $signature: 157 }; A.FlutterError_defaultStackFilter_closure0.prototype = { call$1(value) { return value + 1; }, - $signature: 196 + $signature: 157 }; A.FlutterError_toString_closure.prototype = { call$1(node) { return B.JSString_methods.trimRight$0(this.renderer.render$1(0, node)); }, - $signature: 2189 + $signature: 2209 }; 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: 60 + $signature: 71 }; A.DiagnosticsStackTrace.prototype = { get$allowTruncate() { @@ -166772,21 +168059,20 @@ A._FlutterErrorDetails_Object_Diagnosticable.prototype = {}; A.BindingBase.prototype = { BindingBase$0() { - var t1, t2, t3, t4, t5, t6, _this = this, _null = null; + var t1, t2, t3, t4, t5, _this = this, _null = null; A.Timeline_startSync("Framework initialization", _null, _null); _this.super$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding$initInstances(); $.WidgetsBinding__instance = _this; t1 = type$.Element_2; t2 = A.HashSet_HashSet(t1); t3 = A._setArrayType([], type$.JSArray_Element_2); - t4 = A.HashSet_HashSet(t1); - t5 = A.LinkedHashMap_LinkedHashMap(_null, _null, _null, type$.void_Function_FocusHighlightMode, type$.int); - 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), A.List_List$filled(0, _null, false, type$.nullable_void_Function)); - t5 = $.ServicesBinding__instance; - A._lateReadCheck(t5.ServicesBinding___ServicesBinding__keyEventManager, "_keyEventManager").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), t4, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Map_of_Element_and_GlobalKey_State_StatefulWidget)); + t4 = A.LinkedHashMap_LinkedHashMap(_null, _null, _null, type$.void_Function_FocusHighlightMode, type$.int); + t5 = A.FocusScopeNode$(true, "Root Focus Scope", false); + t5 = t5._manager = new A.FocusManager(new A.HashedObserverList(t4, type$.HashedObserverList_of_void_Function_FocusHighlightMode), t5, A.LinkedHashSet_LinkedHashSet$_empty(type$.FocusNode), A._setArrayType([], type$.JSArray__Autofocus), A.List_List$filled(0, _null, false, type$.nullable_void_Function)); + t4 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyEventManager, "_keyEventManager"); + t4.keyMessageHandler = t5.get$_handleKeyMessage(); + $.GestureBinding__instance.GestureBinding_pointerRouter._globalRoutes.$indexSet(0, t5.get$_focus_manager$_handlePointerEvent(), _null); + t1 = new A.BuildOwner(new A._InactiveElements(t2), t3, t5, A.LinkedHashMap_LinkedHashMap$_empty(type$.GlobalKey_State_StatefulWidget, t1)); _this.WidgetsBinding__buildOwner = t1; t1.onBuildScheduled = _this.get$_handleBuildScheduled(); $.$get$window().platformDispatcher._onLocaleChanged = _this.get$handleLocaleChanged(); @@ -166804,7 +168090,7 @@ }, lockEvents$1(callback) { var future, - timelineTask = new A.TimelineTask(null, 0, A._setArrayType([], type$.JSArray__AsyncBlock)); + timelineTask = new A.TimelineTask(null, 0, A._setArrayType([], type$.JSArray_nullable__AsyncBlock)); timelineTask.start$1(0, "Lock events"); ++this._lockCount; future = callback.call$0(); @@ -166861,7 +168147,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 548 + $signature: 572 }; A.BindingBase_initServiceExtensions_closure0.prototype = { call$1(uri) { @@ -166884,7 +168170,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 549 + $signature: 571 }; A.BindingBase_initServiceExtensions_closure1.prototype = { call$0() { @@ -166910,7 +168196,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 548 + $signature: 572 }; A.BindingBase_initServiceExtensions_closure2.prototype = { call$1(serverAddress) { @@ -166933,7 +168219,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 549 + $signature: 571 }; A.BindingBase_lockEvents_closure.prototype = { call$0() { @@ -166995,7 +168281,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 215 + $signature: 224 }; A.BindingBase_registerNumericServiceExtension_closure.prototype = { call$1(parameters) { @@ -167052,7 +168338,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 215 + $signature: 224 }; A.BindingBase_registerStringServiceExtension_closure.prototype = { call$1(parameters) { @@ -167105,7 +168391,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 215 + $signature: 224 }; A.BindingBase_registerServiceExtension_closure.prototype = { call$2(method, parameters) { @@ -167114,7 +168400,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, caughtException, caughtStack, result, exception, stack, exception0, t1, $async$exception0, $async$temp1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, result, exception, stack, exception0, t1, $async$exception0, $async$temp1; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -167128,8 +168414,6 @@ return A._asyncAwait(A.debugInstrumentAction("Wait for outer event loop", new A.BindingBase_registerServiceExtension__closure(), type$.void), $async$call$2); case 3: // returning from await. - caughtException = null; - caughtStack = null; result = A._Cell$named("result"); $async$handler = 5; $async$temp1 = result; @@ -167148,8 +168432,16 @@ $async$exception0 = $async$currentError; exception = A.unwrapException($async$exception0); stack = A.getTraceFromException($async$exception0); - caughtException = exception; - caughtStack = stack; + t1 = A.ErrorDescription$('during a service extension callback for "' + A.S(method) + '"'); + A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "Flutter framework", t1, 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)); + A.ServiceExtensionResponse__validateErrorCode(-32000); + A.ArgumentError_checkNotNull(t1, "errorDetail"); + $async$returnValue = new A.ServiceExtensionResponse(); + // goto return + $async$goto = 1; + break; // goto after finally $async$goto = 7; break; @@ -167160,23 +168452,12 @@ break; case 7: // after finally - if (caughtException == null) { - J.$indexSet$ax(result._readLocal$0(), "type", "_extensionType"); - J.$indexSet$ax(result._readLocal$0(), "method", method); - $async$returnValue = A.ServiceExtensionResponse$result(B.C_JsonCodec.encode$1(result._readLocal$0())); - // goto return - $async$goto = 1; - break; - } else { - A.FlutterError_reportError(new A.FlutterErrorDetails(caughtException, caughtStack, "Flutter framework", A.ErrorDescription$('during a service extension callback for "' + A.S(method) + '"'), null, false)); - t1 = type$.String; - B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["exception", J.toString$0$(caughtException), "stack", J.toString$0$(caughtStack), "method", method], t1, t1)); - A.ServiceExtensionResponse__validateErrorCode(-32000); - $async$returnValue = new A.ServiceExtensionResponse(); - // goto return - $async$goto = 1; - break; - } + J.$indexSet$ax(result._readLocal$0(), "type", "_extensionType"); + J.$indexSet$ax(result._readLocal$0(), "method", method); + $async$returnValue = A.ServiceExtensionResponse$result(B.C_JsonCodec.encode$1(result._readLocal$0())); + // goto return + $async$goto = 1; + break; case 1: // return return A._asyncReturn($async$returnValue, $async$completer); @@ -167187,13 +168468,13 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 571 + $signature: 676 }; A.BindingBase_registerServiceExtension__closure.prototype = { call$0() { return A.Future_Future$delayed(B.Duration_0, null, type$.void); }, - $signature: 104 + $signature: 90 }; A.DebugReassembleConfig.prototype = {}; A.Listenable.prototype = {}; @@ -167306,33 +168587,11 @@ }; A.ChangeNotifier_notifyListeners_closure.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1; - return function $async$call$0($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.$this; - $async$goto = 2; - return 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); - case 2: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + var _null = null, + 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: 102 + $signature: 112 }; A._MergingListenable.prototype = { addListener$1(_, listener) { @@ -167371,18 +168630,18 @@ }; A.DiagnosticLevel.prototype = { toString$0(_) { - return this._diagnostics$_name; + return "DiagnosticLevel." + this._core$_name; } }; A.DiagnosticsTreeStyle.prototype = { toString$0(_) { - return this._diagnostics$_name; + return "DiagnosticsTreeStyle." + this._core$_name; } }; A.TextTreeConfiguration.prototype = {}; A._WordWrapParseMode.prototype = { toString$0(_) { - return this._diagnostics$_name; + return "_WordWrapParseMode." + this._core$_name; } }; A._PrefixedStringBuilder.prototype = { @@ -167415,7 +168674,7 @@ return t1; }, _finalizeLine$1(addTrailingLineBreak) { - var lines, $length, t3, i, t4, _this = this, + var lines, $length, i, _i, line, _this = this, firstLine = _this._diagnostics$_buffer._contents.length === 0, t1 = _this._currentLine, t2 = t1._contents, @@ -167428,11 +168687,11 @@ } t2 = firstLine ? _this.prefixLineOne.length : _this._prefixOtherLines.length; lines = A._PrefixedStringBuilder__wordWrapLine(text, t1, _this.wrapWidth, _this._prefixOtherLines.length, t2); - $length = lines.get$length(lines); - for (t2 = new A._SyncStarIterator(lines._outerHelper(), lines.$ti._eval$1("_SyncStarIterator<1>")), t3 = !addTrailingLineBreak, i = 0; t2.moveNext$0();) { - t4 = t2.get$current(t2); + $length = lines.length; + for (t2 = !addTrailingLineBreak, i = 0, _i = 0; _i < lines.length; lines.length === $length || (0, A.throwConcurrentModificationError)(lines), ++_i) { + line = lines[_i]; ++i; - _this._writeLine$3$firstLine$includeLineBreak(t4, firstLine, !t3 || i < $length); + _this._writeLine$3$firstLine$includeLineBreak(line, firstLine, !t2 || i < $length); } B.JSArray_methods.set$length(t1, 0); }, @@ -167522,7 +168781,7 @@ } return index < t2[t1.currentChunk]; }, - $signature: 565 + $signature: 220 }; A._NoDefaultValue.prototype = {}; A.TextTreeRenderer.prototype = { @@ -167621,10 +168880,7 @@ } else properties = A.List_List$of(propertiesIterable, true, propertiesIterable.$ti._eval$1("Iterable.E")); if (properties.length !== 0 || children.length !== 0 || node.get$emptyBodyDescription() != null) - if (!node.showSeparator) - t1 = (description == null ? null : description.length !== 0) === true; - else - t1 = true; + t1 = node.showSeparator || description.length !== 0; else t1 = false; if (t1) @@ -167655,7 +168911,7 @@ if (propertyLines.length === 1 && t1) builder.write$1(0, B.JSArray_methods.get$first(propertyLines)); else { - builder.write$2$allowWrap(0, propertyRender, false); + builder.write$1(0, propertyRender); if (!B.JSString_methods.endsWith$1(propertyRender, _s1_)) builder.write$1(0, _s1_); } @@ -167766,14 +169022,14 @@ ++t3.lines; } }, - $signature: 610 + $signature: 570 }; A.TextTreeRenderer__debugRender_closure.prototype = { call$1(n) { var t1 = n.get$level(n); return t1.index >= this.$this._minLevel.index; }, - $signature: 2207 + $signature: 2238 }; A.DiagnosticsNode.prototype = { get$level(_) { @@ -167798,32 +169054,30 @@ return this.toString$1$minLevel($receiver, B.DiagnosticLevel_3); }, get$textTreeConfiguration() { - var t1 = this.get$style(this); - t1.toString; - switch (t1) { - case B.DiagnosticsTreeStyle_0: + switch (this.get$style(this).index) { + case 0: return null; - case B.DiagnosticsTreeStyle_3: + case 3: return $.$get$denseTextConfiguration(); - case B.DiagnosticsTreeStyle_1: + case 1: return $.$get$sparseTextConfiguration(); - case B.DiagnosticsTreeStyle_2: + case 2: return $.$get$dashedTextConfiguration(); - case B.DiagnosticsTreeStyle_6: + case 6: return $.$get$whitespaceTextConfiguration(); - case B.DiagnosticsTreeStyle_4: + case 4: return $.$get$transitionTextConfiguration(); - case B.DiagnosticsTreeStyle_8: + case 8: return $.$get$singleLineTextConfiguration(); - case B.DiagnosticsTreeStyle_9: + case 9: return $.$get$errorPropertyTextConfiguration(); - case B.DiagnosticsTreeStyle_10: + case 10: return $.$get$shallowTextConfiguration(); - case B.DiagnosticsTreeStyle_5: + case 5: return $.$get$errorTextConfiguration(); - case B.DiagnosticsTreeStyle_11: + case 11: return $.$get$whitespaceTextConfiguration(); - case B.DiagnosticsTreeStyle_7: + case 7: return $.$get$flatTextConfiguration(); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -167890,8 +169144,12 @@ _this._diagnostics$_value = null; } }, + get$isInteresting() { + var t1 = this.defaultValue; + return J.$eq$(t1, B.C__NoDefaultValue) || !J.$eq$(this.get$value(this), t1); + }, get$level(_) { - var t2, _this = this, + var _this = this, t1 = _this._defaultLevel; if (t1 === B.DiagnosticLevel_0) return t1; @@ -167900,8 +169158,7 @@ return B.DiagnosticLevel_7; if (_this.get$value(_this) == null && _this.missingIfNull) return B.DiagnosticLevel_4; - t2 = _this.defaultValue; - if (!J.$eq$(t2, B.C__NoDefaultValue) && J.$eq$(_this.get$value(_this), t2)) + if (!_this.get$isInteresting()) return B.DiagnosticLevel_1; return t1; }, @@ -168008,7 +169265,7 @@ return this._properties; }, toDescription$1$parentConfiguration(parentConfiguration) { - return null; + return this._description; }, get$level() { return B.DiagnosticLevel_3; @@ -168052,77 +169309,36 @@ A.LicenseEntry.prototype = {}; A._LicenseEntryWithLineBreaksParserState.prototype = { toString$0(_) { - return this._licenses$_name; + return "_LicenseEntryWithLineBreaksParserState." + this._core$_name; } }; A.LicenseEntryWithLineBreaks.prototype = { get$paragraphs() { - return this.paragraphs$body$LicenseEntryWithLineBreaks(); - }, - paragraphs$body$LicenseEntryWithLineBreaks() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, lines, addLine, getParagraph, t1, t2, t3, lastLineIndent, currentLineIndent, state, t4, target, _box_0; - return function $async$get$paragraphs($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 - _box_0 = {}; - _box_0.currentPosition = _box_0.lineStart = 0; - _box_0.currentParagraphIndentation = null; - lines = A._setArrayType([], type$.JSArray_String); - addLine = new A.LicenseEntryWithLineBreaks_paragraphs_addLine(_box_0, $async$self, lines); - getParagraph = new A.LicenseEntryWithLineBreaks_paragraphs_getParagraph(_box_0, lines); - t1 = $async$self.text, t2 = t1.length, t3 = t2 - 1, lastLineIndent = 0, currentLineIndent = 0, state = B._LicenseEntryWithLineBreaksParserState_0, t4 = 0; - case 2: - // for condition - if (!(t4 < t2)) { - // goto after for - $async$goto = 3; - break; - } - switch (state) { - case B._LicenseEntryWithLineBreaksParserState_0: - target = 1; - break; - case B._LicenseEntryWithLineBreaksParserState_1: - target = 2; - break; - default: - target = 3; - break; - } - case 5: - // for condition - // trivial condition - case 7: - // switch - switch (target) { - case 1: - // goto case - $async$goto = 9; - break; - case 2: - // goto case - $async$goto = 10; - break; - case 3: - // goto case - $async$goto = 11; - break; - default: - // goto after switch - $async$goto = 8; - break; - } - break; - case 9: - // case + var lines, result, addLine, getParagraph, t1, t2, t3, lastLineIndent, currentLineIndent, state, t4, target, + _s80_ = string$.x60null_c, + _box_0 = {}; + _box_0.currentPosition = _box_0.lineStart = 0; + _box_0.currentParagraphIndentation = null; + lines = A._setArrayType([], type$.JSArray_String); + result = A._setArrayType([], type$.JSArray_LicenseParagraph); + addLine = new A.LicenseEntryWithLineBreaks_paragraphs_addLine(_box_0, this, lines); + getParagraph = new A.LicenseEntryWithLineBreaks_paragraphs_getParagraph(_box_0, lines); + for (t1 = this.text, t2 = t1.length, t3 = t2 - 1, lastLineIndent = 0, currentLineIndent = 0, state = B._LicenseEntryWithLineBreaksParserState_0, t4 = 0; t4 < t2;) { + switch (state.index) { + case 0: + target = 1; + break; + case 1: + target = 2; + break; + default: + target = 3; + break; + } + c$0: + for (; true;) + switch (target) { + case 1: switch (t1[t4]) { case " ": target = 1; @@ -168142,243 +169358,89 @@ target = 5; break; } - case 13: - // for condition - // trivial condition - case 15: - // switch - switch (target) { - case 1: - // goto case - $async$goto = 17; - break; - case 2: - // goto case - $async$goto = 18; - break; - case 3: - // goto case - $async$goto = 19; - break; - case 4: - // goto case - $async$goto = 20; - break; - case 5: - // goto case - $async$goto = 21; - break; - default: - // goto after switch - $async$goto = 16; - break; - } - break; - case 17: - // case - _box_0.lineStart = t4 + 1; - ++currentLineIndent; - state = B._LicenseEntryWithLineBreaksParserState_0; - // goto break c$1 - $async$goto = 12; - break; - case 18: - // case - _box_0.lineStart = t4 + 1; - currentLineIndent += 8; - state = B._LicenseEntryWithLineBreaksParserState_0; - // goto break c$1 - $async$goto = 12; - break; - case 19: - // case - $async$goto = lines.length !== 0 ? 22 : 23; - break; - case 22: - // then - $async$goto = 24; - return getParagraph.call$0(); - case 24: - // after yield - case 23: - // join - t4 = _box_0.currentPosition; - if (t1[t4] === "\r" && t4 < t3 && t1[t4 + 1] === "\n") - t4 = _box_0.currentPosition = t4 + 1; - _box_0.currentParagraphIndentation = null; - _box_0.lineStart = t4 + 1; - lastLineIndent = 0; - currentLineIndent = 0; - state = B._LicenseEntryWithLineBreaksParserState_0; - // goto break c$1 - $async$goto = 12; - break; - case 20: - // case - ++currentLineIndent; - target = 5; - // goto for condition - $async$goto = 13; - break; - case 21: - // case - $async$goto = lines.length !== 0 && currentLineIndent > lastLineIndent ? 25 : 26; - break; - case 25: - // then - $async$goto = 27; - return getParagraph.call$0(); - case 27: - // after yield - _box_0.currentParagraphIndentation = null; - case 26: - // join - if (_box_0.currentParagraphIndentation == null) - if (currentLineIndent > 10) - _box_0.currentParagraphIndentation = -1; - else - _box_0.currentParagraphIndentation = B.JSInt_methods._tdivFast$1(currentLineIndent, 3); - state = B._LicenseEntryWithLineBreaksParserState_1; - // goto break c$1 - $async$goto = 12; - break; - case 16: - // after switch - // goto for condition - $async$goto = 13; - break; - case 14: - // after for - case 12: - // break c$1 - // goto break c$0 - $async$goto = 4; - break; - case 10: - // case - case 28: - // switch + c$1: + for (; true;) + switch (target) { + case 1: + _box_0.lineStart = t4 + 1; + ++currentLineIndent; + state = B._LicenseEntryWithLineBreaksParserState_0; + break c$1; + case 2: + _box_0.lineStart = t4 + 1; + currentLineIndent += 8; + state = B._LicenseEntryWithLineBreaksParserState_0; + break c$1; + case 3: + if (lines.length !== 0) + result.push(getParagraph.call$0()); + t4 = _box_0.currentPosition; + if (t1[t4] === "\r" && t4 < t3 && t1[t4 + 1] === "\n") + t4 = _box_0.currentPosition = t4 + 1; + _box_0.currentParagraphIndentation = null; + _box_0.lineStart = t4 + 1; + lastLineIndent = 0; + currentLineIndent = 0; + state = B._LicenseEntryWithLineBreaksParserState_0; + break c$1; + case 4: + ++currentLineIndent; + target = 5; + continue c$1; + case 5: + if (lines.length !== 0 && currentLineIndent > lastLineIndent) { + result.push(getParagraph.call$0()); + _box_0.currentParagraphIndentation = null; + } + if (_box_0.currentParagraphIndentation == null) + if (currentLineIndent > 10) + _box_0.currentParagraphIndentation = -1; + else + _box_0.currentParagraphIndentation = B.JSInt_methods._tdivFast$1(currentLineIndent, 3); + state = B._LicenseEntryWithLineBreaksParserState_1; + break c$1; + } + break c$0; + case 2: switch (t1[t4]) { case "\n": - // goto case - $async$goto = 30; + addLine.call$0(); + _box_0.lineStart = _box_0.currentPosition + 1; + lastLineIndent = currentLineIndent; + currentLineIndent = 0; + state = B._LicenseEntryWithLineBreaksParserState_0; break; case "\f": - // goto case - $async$goto = 31; + addLine.call$0(); + result.push(getParagraph.call$0()); + _box_0.currentParagraphIndentation = null; + _box_0.lineStart = _box_0.currentPosition + 1; + lastLineIndent = 0; + currentLineIndent = 0; + state = B._LicenseEntryWithLineBreaksParserState_0; break; default: - // goto default - $async$goto = 32; - break; + state = B._LicenseEntryWithLineBreaksParserState_1; } - break; - case 30: - // case - addLine.call$0(); - _box_0.lineStart = _box_0.currentPosition + 1; - lastLineIndent = currentLineIndent; - currentLineIndent = 0; - state = B._LicenseEntryWithLineBreaksParserState_0; - // goto after switch - $async$goto = 29; - break; - case 31: - // case - addLine.call$0(); - $async$goto = 33; - return getParagraph.call$0(); - case 33: - // after yield - _box_0.currentParagraphIndentation = null; - _box_0.lineStart = _box_0.currentPosition + 1; - lastLineIndent = 0; - currentLineIndent = 0; - state = B._LicenseEntryWithLineBreaksParserState_0; - // goto after switch - $async$goto = 29; - break; - case 32: - // default - state = B._LicenseEntryWithLineBreaksParserState_1; - case 29: - // after switch - // goto break c$0 - $async$goto = 4; - break; - case 11: - // case - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - case 8: - // after switch - // goto for condition - $async$goto = 5; - break; - case 6: - // after for - case 4: - // break c$0 - t4 = ++_box_0.currentPosition; - // goto for condition - $async$goto = 2; - break; + break c$0; case 3: - // after for - case 34: - // switch - switch (state) { - case B._LicenseEntryWithLineBreaksParserState_0: - // goto case - $async$goto = 36; - break; - case B._LicenseEntryWithLineBreaksParserState_1: - // goto case - $async$goto = 37; - break; - default: - // goto default - $async$goto = 38; - break; - } - break; - case 36: - // case - $async$goto = lines.length !== 0 ? 39 : 40; - break; - case 39: - // then - $async$goto = 41; - return getParagraph.call$0(); - case 41: - // after yield - case 40: - // join - // goto after switch - $async$goto = 35; - break; - case 37: - // case - addLine.call$0(); - $async$goto = 42; - return getParagraph.call$0(); - case 42: - // after yield - // goto after switch - $async$goto = 35; - break; - case 38: - // default - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - case 35: - // after switch - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); + throw A.wrapException(A.ReachabilityError$(_s80_)); } - }; - }, type$.LicenseParagraph); + t4 = ++_box_0.currentPosition; + } + switch (state.index) { + case 0: + if (lines.length !== 0) + result.push(getParagraph.call$0()); + break; + case 1: + addLine.call$0(); + result.push(getParagraph.call$0()); + break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); + } + return result; } }; A.LicenseEntryWithLineBreaks_paragraphs_addLine.prototype = { @@ -168397,7 +169459,55 @@ B.JSArray_methods.set$length(t1, 0); return new A.LicenseParagraph(t2, t3); }, - $signature: 2216 + $signature: 2262 + }; + A.LicenseRegistry_licenses_closure.prototype = { + call$0() { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$self = this, t1, t2, t3, t4, _i, collector, t5; + var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + t1 = $.LicenseRegistry__collectors, t2 = t1.length, t3 = $async$self.controller, t4 = t3.__late_helper$_name, _i = 0; + case 2: + // for condition + if (!(_i < t1.length)) { + // goto after for + $async$goto = 4; + break; + } + collector = t1[_i]; + t5 = t3.__late_helper$_value; + if (t5 === t3) + A.throwExpression(A.LateError$localNI(t4)); + $async$goto = 5; + return A._asyncAwait(J.addStream$1$z(t5, collector.call$0()), $async$call$0); + case 5: + // returning from await. + case 3: + // for update + t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i; + // goto for condition + $async$goto = 2; + break; + case 4: + // after for + $async$goto = 6; + return A._asyncAwait(J.close$0$x(t3._readLocal$0()), $async$call$0); + case 6: + // returning from await. + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$call$0, $async$completer); + }, + $signature: 90 }; A.AbstractNode.prototype = { redepthChild$1(child) { @@ -168516,7 +169626,7 @@ }; A.TargetPlatform.prototype = { toString$0(_) { - return this._platform$_name; + return "TargetPlatform." + this._core$_name; } }; A.WriteBuffer.prototype = { @@ -168590,7 +169700,7 @@ call$1(line) { return line.length !== 0; }, - $signature: 60 + $signature: 71 }; A.SynchronousFuture.prototype = { catchError$2$test(onError, test) { @@ -168636,13 +169746,13 @@ }; A.GestureDisposition.prototype = { toString$0(_) { - return this._arena$_name; + return "GestureDisposition." + this._core$_name; } }; A.GestureArenaMember.prototype = {}; A.GestureArenaEntry.prototype = { resolve$1(disposition) { - this._arena._resolve$3(this._arena$_pointer, this._member, disposition); + this._arena._resolve$3(this._pointer, this._member, disposition); } }; A._GestureArena.prototype = { @@ -168665,7 +169775,7 @@ return A.S(member) + " (eager winner)"; return A.S(member); }, - $signature: 2222 + $signature: 2264 }; A.GestureArenaManager.prototype = { add$2(_, pointer, member) { @@ -168760,7 +169870,7 @@ call$0() { return new A._GestureArena(A._setArrayType([], type$.JSArray_GestureArenaMember)); }, - $signature: 2223 + $signature: 2272 }; A.GestureArenaManager__tryToResolveArena_closure.prototype = { call$0() { @@ -168878,68 +169988,121 @@ }; A.GestureBinding_dispatchEvent_closure.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError; - return function $async$call$0($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$goto = 2; - return A.DiagnosticsProperty$("Event", $async$self.event, true, B.C__NoDefaultValue, null, false, null, null, B.DiagnosticLevel_3, null, false, true, true, B.DiagnosticsTreeStyle_9, null, type$.PointerEvent_2); - case 2: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + 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); }, - $signature: 102 + $signature: 112 }; A.GestureBinding_dispatchEvent_closure0.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1; - return function $async$call$0($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$goto = 2; - return A.DiagnosticsProperty$("Event", $async$self.event, true, B.C__NoDefaultValue, null, false, null, null, B.DiagnosticLevel_3, null, false, true, true, B.DiagnosticsTreeStyle_9, null, type$.PointerEvent_2); - case 2: - // after yield - t1 = $async$self.entry; - $async$goto = 3; - return A.DiagnosticsProperty$("Target", t1.get$target(t1), true, B.C__NoDefaultValue, null, false, null, null, B.DiagnosticLevel_3, null, false, true, true, B.DiagnosticsTreeStyle_9, null, type$.HitTestTarget); - case 3: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + var _null = null, + t1 = this.entry; + 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", t1.get$target(t1), 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: 102 + $signature: 112 }; A.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; + A.PointerEventConverter_expand_closure.prototype = { + call$1(datum) { + return datum.signalKind !== B.PointerSignalKind_2; + }, + $signature: 2290 + }; + A.PointerEventConverter_expand_closure0.prototype = { + call$1(datum) { + var t3, t4, t5, t6, t7, t8, t9, t10, scrollDelta, + _s80_ = string$.x60null_c, + 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), + radiusMinor = datum.radiusMinor / t1, + radiusMajor = datum.radiusMajor / t1, + radiusMin = datum.radiusMin / t1, + radiusMax = datum.radiusMax / t1, + timeStamp = datum.timeStamp, + kind = datum.kind, + t2 = datum.signalKind; + switch ((t2 == null ? B.PointerSignalKind_0 : t2).index) { + case 0: + switch (datum.change.index) { + case 1: + t1 = datum.device; + t2 = datum.pressureMin; + t3 = datum.pressureMax; + return A.PointerAddedEvent$(t1, datum.distance, datum.distanceMax, 0, kind, false, datum.orientation, position, t3, t2, radiusMax, radiusMin, datum.tilt, timeStamp); + case 3: + t1 = datum.device; + t2 = datum.buttons; + t3 = datum.pressureMin; + t4 = datum.pressureMax; + t5 = datum.distance; + t6 = datum.distanceMax; + t7 = datum.size; + t8 = datum.orientation; + t9 = datum.tilt; + return A.PointerHoverEvent$(t2, delta, t1, t5, t6, 0, kind, false, t8, position, t4, t3, radiusMajor, radiusMax, radiusMin, radiusMinor, t7, datum.synthesized, t9, timeStamp); + case 4: + t1 = datum.pointerIdentifier; + t2 = datum.device; + t3 = A._synthesiseDownButtons(datum.buttons, kind); + t4 = datum.pressure; + t5 = datum.pressureMin; + t6 = datum.pressureMax; + t7 = datum.distanceMax; + t8 = datum.size; + return A.PointerDownEvent$(t3, t2, t7, 0, kind, false, datum.orientation, t1, position, t4, t6, t5, radiusMajor, radiusMax, radiusMin, radiusMinor, t8, datum.tilt, timeStamp); + case 5: + t1 = datum.pointerIdentifier; + t2 = datum.device; + t3 = A._synthesiseDownButtons(datum.buttons, kind); + t4 = datum.pressure; + t5 = datum.pressureMin; + t6 = datum.pressureMax; + t7 = datum.distanceMax; + t8 = datum.size; + t9 = datum.orientation; + t10 = datum.tilt; + return A.PointerMoveEvent$(t3, delta, t2, t7, 0, kind, false, t9, datum.platformData, t1, position, t4, t6, t5, radiusMajor, radiusMax, radiusMin, radiusMinor, t8, datum.synthesized, t10, timeStamp); + case 6: + t1 = datum.pointerIdentifier; + t2 = datum.device; + t3 = datum.buttons; + t4 = datum.pressure; + t5 = datum.pressureMin; + t6 = datum.pressureMax; + t7 = datum.distance; + t8 = datum.distanceMax; + t9 = datum.size; + return A.PointerUpEvent$(t3, t2, t7, t8, 0, kind, false, datum.orientation, t1, position, t4, t6, t5, radiusMajor, radiusMax, radiusMin, radiusMinor, t9, datum.tilt, timeStamp); + case 0: + t1 = datum.pointerIdentifier; + t2 = datum.device; + t3 = datum.buttons; + t4 = datum.pressureMin; + t5 = datum.pressureMax; + t6 = datum.distance; + t7 = datum.distanceMax; + t8 = datum.size; + return A.PointerCancelEvent$(t3, t2, t6, t7, 0, kind, false, datum.orientation, t1, position, t5, t4, radiusMajor, radiusMax, radiusMin, radiusMinor, t8, datum.tilt, timeStamp); + case 2: + t1 = datum.device; + t2 = datum.pressureMin; + t3 = datum.pressureMax; + return A.PointerRemovedEvent$(t1, datum.distanceMax, 0, kind, false, position, t3, t2, radiusMax, radiusMin, timeStamp); + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); + } + 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$("Unreachable")); + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); + } + }, + $signature: 2292 + }; A.Drag.prototype = { update$1(_, details) { }, @@ -168968,7 +170131,7 @@ return "DragEndDetails(" + this.velocity.toString$0(0) + ")"; } }; - A.PointerEvent0.prototype = { + A.PointerEvent.prototype = { get$localPosition() { return this.position; }, @@ -169045,8 +170208,8 @@ return this.transform; } }; - A._PointerEventDescription.prototype = {}; - A._AbstractPointerEvent.prototype = {$isPointerEvent0: 1}; + A._PointerEventDescription.prototype = {$isPointerEvent: 1}; + A._AbstractPointerEvent.prototype = {$isPointerEvent: 1}; A._TransformedPointerEvent.prototype = { get$timeStamp(_) { return this.get$original().timeStamp; @@ -169384,7 +170547,7 @@ A.__TransformedPointerUpEvent__TransformedPointerEvent__CopyPointerUpEvent.prototype = {}; A._ForceState.prototype = { toString$0(_) { - return this._force_press$_name; + return "_ForceState." + this._core$_name; } }; A.ForcePressDetails.prototype = {}; @@ -169861,7 +171024,7 @@ }; A._DragState.prototype = { toString$0(_) { - return this._monodrag$_name; + return "_DragState." + this._core$_name; } }; A.DragGestureRecognizer.prototype = { @@ -169934,7 +171097,7 @@ t1 = A._lateReadCheck(_this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved"); t2 = A.PointerEvent_transformDeltaViaPositions(localToGlobalTransform, null, movedLocally, $event.get$localPosition()).get$distance(); t3 = _this._getPrimaryValueFromOffset$1(movedLocally); - _this.__DragGestureRecognizer__globalDistanceMoved = B.JSNumber_methods.$add(t1, t2 * J.get$sign$in(t3 == null ? 1 : t3)); + _this.__DragGestureRecognizer__globalDistanceMoved = t1 + t2 * J.get$sign$in(t3 == null ? 1 : t3); t1 = $event.get$kind($event); if (_this._hasSufficientGlobalDistanceToAccept$2(t1, null)) _this.resolve$1(B.GestureDisposition_0); @@ -169953,12 +171116,12 @@ t2 = _this._lastPendingEventTimestamp; t2.toString; transform = _this._monodrag$_lastTransform; - switch (_this.dragStartBehavior) { - case B.DragStartBehavior_1: + switch (_this.dragStartBehavior.index) { + case 1: _this.__DragGestureRecognizer__initialPosition = A._lateReadCheck(_this.__DragGestureRecognizer__initialPosition, _s16_).$add(0, t1); localUpdateDelta = B.Offset_0_0; break; - case B.DragStartBehavior_0: + case 0: localUpdateDelta = _this._getDeltaForDetails$1(t1.local); break; default: @@ -169981,16 +171144,16 @@ }, didStopTrackingLastPointer$1(pointer) { var t1, _this = this; - switch (_this._monodrag$_state) { - case B._DragState_0: + switch (_this._monodrag$_state.index) { + case 0: break; - case B._DragState_1: + case 1: _this.resolve$1(B.GestureDisposition_1); t1 = _this.onCancel; if (t1 != null) _this.invokeCallback$2("onCancel", t1); break; - case B._DragState_2: + case 2: _this._checkEnd$1(pointer); break; default: @@ -170117,7 +171280,7 @@ return Math.abs(estimate.pixelsPerSecond._dy) > minVelocity && Math.abs(estimate.offset._dy) > minDistance; }, _hasSufficientGlobalDistanceToAccept$2(pointerDeviceKind, deviceTouchSlop) { - return J.abs$0$in(A._lateReadCheck(this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved")) > A.computeHitSlop(pointerDeviceKind, null); + return Math.abs(A._lateReadCheck(this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved")) > A.computeHitSlop(pointerDeviceKind, null); }, _getDeltaForDetails$1(delta) { return new A.Offset(0, delta._dy); @@ -170138,7 +171301,7 @@ return Math.abs(estimate.pixelsPerSecond._dx) > minVelocity && Math.abs(estimate.offset._dx) > minDistance; }, _hasSufficientGlobalDistanceToAccept$2(pointerDeviceKind, deviceTouchSlop) { - return J.abs$0$in(A._lateReadCheck(this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved")) > A.computeHitSlop(pointerDeviceKind, null); + return Math.abs(A._lateReadCheck(this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved")) > A.computeHitSlop(pointerDeviceKind, null); }, _getDeltaForDetails$1(delta) { return new A.Offset(delta._dx, 0); @@ -170159,7 +171322,7 @@ return estimate.pixelsPerSecond.get$distanceSquared() > minVelocity * minVelocity && estimate.offset.get$distanceSquared() > minDistance * minDistance; }, _hasSufficientGlobalDistanceToAccept$2(pointerDeviceKind, deviceTouchSlop) { - return J.abs$0$in(A._lateReadCheck(this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved")) > A.computePanSlop(pointerDeviceKind, null); + return Math.abs(A._lateReadCheck(this.__DragGestureRecognizer__globalDistanceMoved, "_globalDistanceMoved")) > A.computePanSlop(pointerDeviceKind, null); }, _getDeltaForDetails$1(delta) { return delta; @@ -170172,7 +171335,7 @@ dispose$0(_) { var t1 = this._arenaEntry; if (t1 != null) - t1._arena._resolve$3(t1._arena$_pointer, t1._member, B.GestureDisposition_1); + t1._arena._resolve$3(t1._pointer, t1._member, B.GestureDisposition_1); this._arenaEntry = null; } }; @@ -170281,20 +171444,20 @@ call$1(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 597 + $signature: 569 }; A.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0() { return this.$this.onStart.call$1(this.initialPosition); }, - $signature: 2263 + $signature: 2304 }; A._ImmediatePointerState.prototype = { checkForResolutionAfterMove$0() { var t1, _this = this; if (_this._pendingDelta.get$distance() > A.computeHitSlop(_this.kind, _this.gestureSettings)) { t1 = _this._arenaEntry; - t1._arena._resolve$3(t1._arena$_pointer, t1._member, B.GestureDisposition_0); + t1._arena._resolve$3(t1._pointer, t1._member, B.GestureDisposition_0); } }, accepted$1(starter) { @@ -170318,7 +171481,7 @@ _this._starter = null; } else { t1 = _this._arenaEntry; - t1._arena._resolve$3(t1._arena$_pointer, t1._member, B.GestureDisposition_0); + t1._arena._resolve$3(t1._pointer, t1._member, B.GestureDisposition_0); } }, _ensureTimerStopped$0() { @@ -170339,7 +171502,7 @@ return; if (_this._pendingDelta.get$distance() > A.computeHitSlop(_this.kind, _this.gestureSettings)) { t1 = _this._arenaEntry; - t1._arena._resolve$3(t1._arena$_pointer, t1._member, B.GestureDisposition_1); + t1._arena._resolve$3(t1._pointer, t1._member, B.GestureDisposition_1); _this._ensureTimerStopped$0(); } }, @@ -170438,9 +171601,9 @@ _this._firstTap = t2; } else { t3 = t3.entry; - t3._arena._resolve$3(t3._arena$_pointer, t3._member, B.GestureDisposition_0); + t3._arena._resolve$3(t3._pointer, t3._member, B.GestureDisposition_0); t3 = t2.entry; - t3._arena._resolve$3(t3._arena$_pointer, t3._member, B.GestureDisposition_0); + t3._arena._resolve$3(t3._pointer, t3._member, B.GestureDisposition_0); t2.stopTrackingPointer$1(_this.get$_handleEvent()); t1.remove$1(0, t2.pointer); t1 = _this.onDoubleTap; @@ -170474,7 +171637,7 @@ t1 = _this._trackers; t1.remove$1(0, tracker.pointer); t2 = tracker.entry; - t2._arena._resolve$3(t2._arena$_pointer, t2._member, B.GestureDisposition_1); + t2._arena._resolve$3(t2._pointer, t2._member, B.GestureDisposition_1); tracker.stopTrackingPointer$1(_this.get$_handleEvent()); t2 = _this._firstTap; if (t2 != null) @@ -170554,9 +171717,9 @@ t1 = _this._globalRoutes, t2 = type$.void_Function_PointerEvent, t3 = type$.nullable_Matrix4, - copiedGlobalRoutes = A.LinkedHashMap_LinkedHashMap$from(t1, t2, t3); + copiedGlobalRoutes = A.LinkedHashMap_LinkedHashMap$of(t1, t2, t3); if (routes != null) - _this._dispatchEventToRoutes$3($event, routes, A.LinkedHashMap_LinkedHashMap$from(routes, t2, t3)); + _this._dispatchEventToRoutes$3($event, routes, A.LinkedHashMap_LinkedHashMap$of(routes, t2, t3)); _this._dispatchEventToRoutes$3($event, t1, copiedGlobalRoutes); }, _dispatchEventToRoutes$3($event, referenceRoutes, copiedRoutes) { @@ -170567,14 +171730,14 @@ call$0() { return A.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4); }, - $signature: 2265 + $signature: 2308 }; 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: 2274 + $signature: 2378 }; A.PointerSignalResolver.prototype = { register$2(_, $event, callback) { @@ -170603,7 +171766,7 @@ }; A.DragStartBehavior.prototype = { toString$0(_) { - return this._recognizer$_name; + return "DragStartBehavior." + this._core$_name; } }; A.GestureRecognizer.prototype = { @@ -170659,7 +171822,7 @@ resolve$1(disposition) { var _i, t1 = this._recognizer$_entries, - localEntries = A.List_List$from(t1.get$values(t1), true, type$.GestureArenaEntry); + localEntries = A.List_List$of(t1.get$values(t1), true, type$.GestureArenaEntry); t1.clear$0(0); for (t1 = localEntries.length, _i = 0; _i < t1; ++_i) localEntries[_i].resolve$1(disposition); @@ -170710,7 +171873,7 @@ }; A.GestureRecognizerState.prototype = { toString$0(_) { - return this._recognizer$_name; + return "GestureRecognizerState." + this._core$_name; } }; A.PrimaryPointerGestureRecognizer.prototype = { @@ -170812,7 +171975,7 @@ A._GestureRecognizer_GestureArenaMember_DiagnosticableTreeMixin.prototype = {}; A._ScaleState.prototype = { toString$0(_) { - return this._scale$_name; + return "_ScaleState." + this._core$_name; } }; A.ScaleStartDetails.prototype = { @@ -170876,20 +172039,20 @@ 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._scale$_lastTransform = $event.get$transform($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._scale$_lastTransform = $event.get$transform($event); + _this._lastTransform = $event.get$transform($event); didChangeConfiguration = true; 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._scale$_lastTransform = $event.get$transform($event); + _this._lastTransform = $event.get$transform($event); didChangeConfiguration = true; } else didChangeConfiguration = false; @@ -170953,11 +172116,11 @@ t2 = t1 ? focalPoint.$div(0, count) : B.Offset_0_0; _this._currentFocalPoint = t2; if (previousFocalPoint == null) { - _this.__ScaleGestureRecognizer__localFocalPoint = A.PointerEvent_transformPosition(_this._scale$_lastTransform, t2); + _this.__ScaleGestureRecognizer__localFocalPoint = A.PointerEvent_transformPosition(_this._lastTransform, t2); _this.__ScaleGestureRecognizer__delta = B.Offset_0_0; } else { t2 = A._lateReadCheck(_this.__ScaleGestureRecognizer__localFocalPoint, _s16_); - t3 = _this._scale$_lastTransform; + t3 = _this._lastTransform; t4 = _this._currentFocalPoint; t4.toString; t4 = A.PointerEvent_transformPosition(t3, t4); @@ -171007,16 +172170,17 @@ return true; }, _advanceStateMachine$2(shouldStartIfAccepted, pointerDeviceKind) { - var t2, focalPointDelta, _this = this, + var t2, t3, 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 = B.JSNumber_methods.$sub(A._lateReadCheck(_this.__ScaleGestureRecognizer__currentSpan, "_currentSpan"), A._lateReadCheck(_this.__ScaleGestureRecognizer__initialSpan, "_initialSpan")); - t2 = _this._currentFocalPoint; - t2.toString; - focalPointDelta = t2.$sub(0, A._lateReadCheck(_this.__ScaleGestureRecognizer__initialFocalPoint, "_initialFocalPoint")).get$distance(); - if (Math.abs(t1) > A.computeScaleSlop(pointerDeviceKind) || focalPointDelta > A.computePanSlop(pointerDeviceKind, null)) + t1 = A._lateReadCheck(_this.__ScaleGestureRecognizer__currentSpan, "_currentSpan"); + t2 = A._lateReadCheck(_this.__ScaleGestureRecognizer__initialSpan, "_initialSpan"); + 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, null)) _this.resolve$1(B.GestureDisposition_0); } else if (t1.index >= 2) _this.resolve$1(B.GestureDisposition_0); @@ -171051,15 +172215,15 @@ this.stopTrackingPointer$1(pointer); }, didStopTrackingLastPointer$1(pointer) { - switch (this._scale$_state) { - case B._ScaleState_1: + switch (this._scale$_state.index) { + case 1: this.resolve$1(B.GestureDisposition_1); break; - case B._ScaleState_0: + case 0: break; - case B._ScaleState_2: + case 2: break; - case B._ScaleState_3: + case 3: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -171098,9 +172262,9 @@ t1 = this.$this, t2 = t1.onUpdate; t2.toString; - t3 = B.JSNumber_methods.$gt(A._lateReadCheck(t1.__ScaleGestureRecognizer__initialSpan, _s12_), 0) ? B.JSNumber_methods.$div(A._lateReadCheck(t1.__ScaleGestureRecognizer__currentSpan, "_currentSpan"), A._lateReadCheck(t1.__ScaleGestureRecognizer__initialSpan, _s12_)) : 1; - t4 = B.JSNumber_methods.$gt(A._lateReadCheck(t1.__ScaleGestureRecognizer__initialHorizontalSpan, _s22_), 0) ? B.JSNumber_methods.$div(A._lateReadCheck(t1.__ScaleGestureRecognizer__currentHorizontalSpan, "_currentHorizontalSpan"), A._lateReadCheck(t1.__ScaleGestureRecognizer__initialHorizontalSpan, _s22_)) : 1; - t5 = B.JSNumber_methods.$gt(A._lateReadCheck(t1.__ScaleGestureRecognizer__initialVerticalSpan, _s20_), 0) ? B.JSNumber_methods.$div(A._lateReadCheck(t1.__ScaleGestureRecognizer__currentVerticalSpan, "_currentVerticalSpan"), A._lateReadCheck(t1.__ScaleGestureRecognizer__initialVerticalSpan, _s20_)) : 1; + 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; t6 = t1._currentFocalPoint; t6.toString; t7 = A._lateReadCheck(t1.__ScaleGestureRecognizer__localFocalPoint, "_localFocalPoint"); @@ -171379,7 +172543,7 @@ member.rejectGesture$1(_this._team$_pointer); if (t1.length === 0) { t1 = _this._entry; - t1._arena._resolve$3(t1._arena$_pointer, t1._member, disposition); + t1._arena._resolve$3(t1._pointer, t1._member, disposition); } } else { if (_this._winner == null) { @@ -171387,7 +172551,7 @@ _this._winner = t1 == null ? member : t1; } t1 = _this._entry; - t1._arena._resolve$3(t1._arena$_pointer, t1._member, disposition); + t1._arena._resolve$3(t1._pointer, t1._member, disposition); } } }; @@ -171404,7 +172568,7 @@ call$0() { return new A._CombiningGestureArenaMember(this.$this, A._setArrayType([], type$.JSArray_GestureArenaMember), this.pointer); }, - $signature: 2280 + $signature: 2381 }; A.Velocity.prototype = { $sub(_, other) { @@ -171501,7 +172665,7 @@ 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), B.JSNumber_methods.$mul(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)); + 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)); } } return new A.VelocityEstimate(B.Offset_0_0, 1, new A.Duration(t2 - oldestSample.time._duration), newestSample.point.$sub(0, oldestSample.point)); @@ -171554,7 +172718,7 @@ var _this = this; return new A.LicensePage(_this.applicationName, _this.applicationVersion, _this.applicationIcon, _this.applicationLegalese, null); }, - $signature: 2282 + $signature: 2385 }; A.LicensePage.prototype = { createState$0() { @@ -171586,15 +172750,15 @@ 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.headline5, B.TextAlign_2, _null, _null)], type$.JSArray_Widget), + 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), t3 = _this.icon; if (t3 != null) t2.push(A.IconTheme$(t3, A.Theme_of(context).iconTheme, _null)); - t2.push(A.Text$(_this.version, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyText2, B.TextAlign_2, _null, _null)); + t2.push(A.Text$(_this.version, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyMedium, B.TextAlign_2, _null, _null)); t2.push(B.SizedBox_null_18_null_null); - t2.push(A.Text$(_this.legalese, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.caption, B.TextAlign_2, _null, _null)); + t2.push(A.Text$(_this.legalese, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodySmall, B.TextAlign_2, _null, _null)); 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.bodyText2, B.TextAlign_2, _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) { @@ -171637,38 +172801,42 @@ prev.addLicense$1(license); return prev; }, - $signature: 2298 + $signature: 2395 }; A._PackagesViewState_licenses_closure0.prototype = { call$1(licenseData) { licenseData.sortPackages$0(); return licenseData; }, - $signature: 2368 + $signature: 2400 }; 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: 2371 + $signature: 2403 }; A._PackagesViewState_build__closure.prototype = { call$2(context, constraints) { - var t3, _null = null, - t1 = this.snapshot, - t2 = this.$this; - switch (t1.connectionState) { - case B.ConnectionState_3: + var t2, t3, _null = null, + t1 = this.snapshot; + switch (t1.connectionState.index) { + case 3: + t2 = this.$this; t3 = t1.data; t3.toString; t2._initDefaultDetailPage$2(t3, context); return A.ValueListenableBuilder$(new A._PackagesViewState_build___closure(t2, t1), t2._widget.selectedId, type$.nullable_int); - default: + case 0: + case 2: + case 1: t1 = A.Theme_of(context).cardColor; - return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([t2._widget.about, B.Center_mtF], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t1, 0, _null, _null, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([this.$this._widget.about, B.Center_mtF], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t1, 0, _null, _null, _null, _null, B.MaterialType_0); + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2375 + $signature: 2414 }; A._PackagesViewState_build___closure.prototype = { call$3(context, selectedId, _) { @@ -171680,13 +172848,13 @@ t4.toString; return A.Center$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, t3._packagesList$4(context, selectedId, t4, t3._widget.isLateral), B.Clip_0, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, t1, 4, _null, _null, _null, _null, B.MaterialType_0), _null, _null); }, - $signature: 2376 + $signature: 2425 }; A._PackagesViewState__initDefaultDetailPage_closure.prototype = { call$1(i) { return this.data.licenses[i]; }, - $signature: 609 + $signature: 566 }; A._PackagesViewState__packagesList_closure.prototype = { call$1(entry) { @@ -171704,7 +172872,7 @@ t3 = false; return new A._PackageListTile(packageName, t3, t2.length, new A._PackagesViewState__packagesList__closure(_this.$this, index, _this.context, packageName, t2, t1), null); }, - $signature: 2397 + $signature: 2432 }; A._PackagesViewState__packagesList__closure.prototype = { call$0() { @@ -171722,7 +172890,7 @@ call$1(i) { return this.data.licenses[i]; }, - $signature: 609 + $signature: 566 }; A._PackageListTile.prototype = { build$1(_, context) { @@ -171732,7 +172900,7 @@ t3 = A.Text$(_this.packageName, _null, _null, _null, _null, _null, _null, _null, _null, _null), t4 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t4.toString; - return A.Ink$(A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, _null, _this.onTap, t1, _null, _null, A.Text$(t4.licensesPackageDetailText$1(_this.numberLicenses), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, _null, _null), t2, _null, _null); + return A.Ink$(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _this.onTap, t1, _null, _null, A.Text$(t4.licensesPackageDetailText$1(_this.numberLicenses), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, _null, _null), t2, _null, _null); } }; A._LicenseData.prototype = { @@ -171763,7 +172931,7 @@ return 1; return B.JSString_methods.compareTo$1(a.toLowerCase(), b.toLowerCase()); }, - $signature: 2400 + $signature: 2433 }; A._DetailArguments.prototype = { $eq(_, other) { @@ -171793,7 +172961,7 @@ _initLicenses$body$_PackageLicensePageState() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t1, t2, t3, _i, license, t4, t5, paragraphs; + $async$returnValue, $async$self = this, t1, t2, t3, _i, license, t4, paragraphs; var $async$_initLicenses$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -171817,9 +172985,8 @@ } t4 = $.SchedulerBinding__instance; t4.toString; - t5 = license.get$paragraphs(); $async$goto = 6; - return A._asyncAwait(t4.scheduleTask$1$3$debugLabel(t5.get$toList(t5), B.Priority_100000, "License", t3), $async$_initLicenses$0); + return A._asyncAwait(t4.scheduleTask$1$3$debugLabel(B.JSArray_methods.get$toList(license.get$paragraphs()), B.Priority_100000, "License", t3), $async$_initLicenses$0); case 6: // returning from await. paragraphs = $async$result; @@ -171870,7 +173037,7 @@ 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)], type$.JSArray_Widget)); } - t1 = theme.textTheme.caption; + t1 = theme.textTheme.bodySmall; t1.toString; return A.DefaultTextStyle$(page, _null, _null, B.TextOverflow_0, true, t1, _null, _null, B.TextWidthBasis_0); } @@ -171885,9 +173052,9 @@ t4 = t3.indent; t3 = t3.text; if (t4 === -1) - t1.push(new A.Padding(B.EdgeInsets_0_16_0_0, new A.Text(t3, 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_oqK, 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)); + 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)); } }, $signature: 0 @@ -171902,28 +173069,28 @@ call$2(context, index) { return A.Localizations_Localizations$override(this.listWidgets[index], context, B.Locale_en_US); }, - $signature: 2404 + $signature: 2435 }; A._PackageLicensePageTitle.prototype = { build$1(_, context) { var _null = null, t1 = this.theme; - return A.Column$(A._setArrayType([A.Text$(this.title, _null, _null, _null, _null, _null, t1.headline6, _null, _null, _null), A.Text$(this.subtitle, _null, _null, _null, _null, _null, t1.subtitle2, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1); + return A.Column$(A._setArrayType([A.Text$(this.title, _null, _null, _null, _null, _null, t1.titleLarge, _null, _null, _null), A.Text$(this.subtitle, _null, _null, _null, _null, _null, t1.titleSmall, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1); } }; A._ActionLevel.prototype = { toString$0(_) { - return this._about$_name; + return "_ActionLevel." + this._core$_name; } }; A._LayoutMode.prototype = { toString$0(_) { - return this._about$_name; + return "_LayoutMode." + this._core$_name; } }; A._Focus.prototype = { toString$0(_) { - return this._about$_name; + return "_Focus." + this._core$_name; } }; A._MasterDetailFlow.prototype = { @@ -171951,17 +173118,10 @@ this._cachedDetailArguments = $arguments; }, build$1(_, context) { - var _this = this; - _this._widget.toString; - switch (B._LayoutMode_0) { - case B._LayoutMode_2: - return _this._nestedUI$1(context); - case B._LayoutMode_1: - return _this._lateralUI$1(context); - case B._LayoutMode_0: - return new A.LayoutBuilder(new A._MasterDetailFlowState_build_closure(_this), null); - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + this._widget.toString; + switch (0) { + case 0: + return new A.LayoutBuilder(new A._MasterDetailFlowState_build_closure(this), null); } }, _nestedUI$1(context) { @@ -171994,7 +173154,7 @@ else return t1._nestedUI$1(context); }, - $signature: 259 + $signature: 248 }; A._MasterDetailFlowState__nestedUI_closure1.prototype = { call$0() { @@ -172023,21 +173183,21 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 250 + $signature: 181 }; A._MasterDetailFlowState__nestedUI_closure.prototype = { call$2($navigator, initialRoute) { var t1 = this.$this; - switch (t1.focus) { - case B._Focus_0: + switch (t1.focus.index) { + case 0: return A._setArrayType([this.masterPageRoute], type$.JSArray_Route_void); - case B._Focus_1: + case 1: return A._setArrayType([this.masterPageRoute, t1._detailPageRoute$1(t1._cachedDetailArguments)], type$.JSArray_Route_void); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2411 + $signature: 2439 }; A._MasterDetailFlowState__nestedUI_closure0.prototype = { call$1(settings) { @@ -172057,7 +173217,7 @@ throw A.wrapException(A.Exception_Exception("Unknown route " + A.S(t1))); } }, - $signature: 2415 + $signature: 2440 }; A._MasterDetailFlowState__masterPageRoute_closure.prototype = { call$1(c) { @@ -172073,7 +173233,7 @@ t1 = t2; return A.BlockSemantics$(t1); }, - $signature: 2418 + $signature: 2449 }; A._MasterDetailFlowState__masterPageRoute__closure.prototype = { call$0() { @@ -172086,7 +173246,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: 2422 + $signature: 2457 }; A._MasterDetailFlowState__detailPageRoute__closure.prototype = { call$0() { @@ -172113,13 +173273,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 250 + $signature: 181 }; A._MasterDetailFlowState__lateralUI_closure1.prototype = { call$2(_, __) { - return B.List_empty9; + return B.List_empty11; }, - $signature: 2423 + $signature: 2461 }; A._MasterDetailFlowState__lateralUI_closure0.prototype = { call$3(context, args, scrollController) { @@ -172130,18 +173290,18 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 598 + $signature: 568 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2(context, isLateral) { return this.$this._widget.masterViewBuilder$2(context, isLateral); }, - $signature: 607 + $signature: 567 }; A._MasterPage.prototype = { build$1(_, context) { var _this = this, _null = null; - return A.Scaffold$(A.AppBar$(B.List_empty9, _null, true, _null, _null, _null, 1, _null, _this.centerTitle, _null, false, _this.flexibleSpace, _null, _null, _this.leading, _null, true, _null, _null, _null, _null, _this.title, _null, _null, _null, 1, _null), _null, _this.masterViewBuilder.call$2(context, false), _null, _null, _null, _this.floatingActionButton, _this.floatingActionButtonLocation); + return A.Scaffold$(A.AppBar$(B.List_empty11, _null, true, _null, _null, _null, 1, _null, _this.centerTitle, _null, false, _this.flexibleSpace, _null, _null, _this.leading, _null, true, _null, _null, _null, _null, _this.title, _null, _null, _null, 1, _null), _null, _this.masterViewBuilder.call$2(context, false), _null, _null, _null, _this.floatingActionButton, _this.floatingActionButtonLocation); } }; A._MasterDetailScaffold.prototype = { @@ -172191,14 +173351,13 @@ t8 = type$.JSArray_Widget; t3 = A.AppBar$(t2, _null, true, _null, _null, new A.PreferredSize(A.Row$(A._setArrayType([new A.ConstrainedBox(t6, 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), t7, _null), _null)], t8), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Size_8aB, _null), 1, _null, t4, _null, false, _null, _null, _null, t5, _null, true, _null, _null, _null, _null, t3, _null, _null, _null, 1, _null); t5 = A._lateReadCheck(_this.___MasterDetailScaffoldState_masterViewWidth, _s15_); - t2 = _this._widget; - t2 = t2.masterViewBuilder$2(context, true); + t2 = _this._widget.masterViewBuilder$2(context, true); t1 = A.Scaffold$(t3, _null, new A.ConstrainedBox(new A.BoxConstraints(0, t5, 0, 1 / 0), t2, _null), _null, _null, _null, _this._widget.floatingActionButton, t1); - t2 = B.JSNumber_methods.$sub(A._lateReadCheck(_this.___MasterDetailScaffoldState_masterViewWidth, _s15_), 4); + t2 = A._lateReadCheck(_this.___MasterDetailScaffoldState_masterViewWidth, _s15_); _this._widget.toString; t3 = A._lateReadCheck(_this.___MasterDetailScaffoldState_detailPageFABlessGutterWidth, "detailPageFABlessGutterWidth"); t3 = t3; - return A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([t1, A.SafeArea$(true, new A.Padding(new A.EdgeInsetsDirectional(t2, 0, t3, 0), A.ValueListenableBuilder$(new A._MasterDetailScaffoldState_build_closure(_this), _this._detailArguments, type$.nullable_Object), _null), B.EdgeInsets_0_0_0_0, true)], t8), B.Clip_1, B.StackFit_0, _null, _null); + return A.Stack$(B.AlignmentDirectional_m1_m1, 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)], t8), B.Clip_1, B.StackFit_0, _null, _null); } }; A._MasterDetailScaffoldState_openDetailPage_closure.prototype = { @@ -172207,7 +173366,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 29 + $signature: 28 }; A._MasterDetailScaffoldState_setInitialDetailPage_closure.prototype = { call$1(_) { @@ -172215,7 +173374,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 29 + $signature: 28 }; A._MasterDetailScaffoldState_build_closure.prototype = { call$3(context, value, child) { @@ -172226,13 +173385,13 @@ t4 = t3.detailPageBuilder; return A.AnimatedSwitcher$(A.Container$(_null, new A._DetailView(t4, t1 ? t3.initialArguments : value, _null), B.Clip_0, _null, B.BoxConstraints_ALM, _null, _null, _null, new A.ValueKey(t2, type$.ValueKey_nullable_Object), _null, _null, _null, _null, _null), B.Duration_500000, new A._MasterDetailScaffoldState_build__closure()); }, - $signature: 2425 + $signature: 2466 }; A._MasterDetailScaffoldState_build__closure.prototype = { call$2(child, animation) { return A._FadeUpwardsPageTransition$(child, animation); }, - $signature: 619 + $signature: 565 }; A._DetailView.prototype = { build$1(_, context) { @@ -172241,7 +173400,7 @@ return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); screenHeight = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.size._dy; minHeight = (screenHeight - 56) / screenHeight; - return new A.DraggableScrollableSheet(minHeight, minHeight, 1, false, new A._DetailView_build_closure(this), _null); + return new A.DraggableScrollableSheet(minHeight, minHeight, false, new A._DetailView_build_closure(this), _null); } }; A._DetailView_build_closure.prototype = { @@ -172249,13 +173408,13 @@ var _null = null, t1 = A.Theme_of(context).cardColor, t2 = this.$this; - return new A.MouseRegion(_null, _null, _null, B.C__DeferringMouseCursor, true, 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_a512), _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_LkV2), B.C__DeferringMouseCursor, _null, _null, _null, _null); }, - $signature: 2429 + $signature: 2478 }; A.ThemeMode.prototype = { toString$0(_) { - return this._app0$_name; + return "ThemeMode." + this._core$_name; } }; A.MaterialApp.prototype = { @@ -172267,7 +173426,7 @@ call$2(begin, end) { return new A.MaterialRectArcTween(begin, end); }, - $signature: 2430 + $signature: 2479 }; A.MaterialScrollBehavior.prototype = { getPlatform$1(context) { @@ -172275,10 +173434,10 @@ }, buildScrollbar$3(context, child, details) { var _s80_ = string$.x60null_c; - switch (A.axisDirectionToAxis(details.direction)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(details.direction).index) { + case 0: return child; - case B.Axis_1: + case 1: switch (A.Theme_of(context).platform) { case B.TargetPlatform_3: case B.TargetPlatform_4: @@ -172297,9 +173456,8 @@ }, buildOverscrollIndicator$3(context, child, details) { var target, - _s80_ = string$.x60null_c, - t1 = A.Theme_of(context); - t1.toString; + _s80_ = string$.x60null_c; + A.Theme_of(context).toString; switch (A.Theme_of(context).platform) { case B.TargetPlatform_2: case B.TargetPlatform_3: @@ -172323,11 +173481,11 @@ case 1: return child; case 2: - switch (B.AndroidOverscrollIndicator_1) { - case B.AndroidOverscrollIndicator_0: + switch (1) { + case 0: target = 1; break; - case B.AndroidOverscrollIndicator_1: + case 1: target = 2; break; default: @@ -172359,38 +173517,11 @@ this.___MaterialAppState__heroController = A.MaterialApp_createMaterialHeroController(); }, get$_localizationsDelegates() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError; - return function $async$get$_localizationsDelegates($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$goto = 2; - return A._IterationMarker_yieldStar($async$self._widget.localizationsDelegates); - case 2: - // after yield - $async$goto = 3; - return B.C__MaterialLocalizationsDelegate0; - case 3: - // after yield - $async$goto = 4; - return B.C__CupertinoLocalizationsDelegate; - case 4: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.LocalizationsDelegate_dynamic); + var t1 = A._setArrayType([], type$.JSArray_LocalizationsDelegate_dynamic); + B.JSArray_methods.addAll$1(t1, this._widget.localizationsDelegates); + t1.push(B.C__MaterialLocalizationsDelegate0); + t1.push(B.C__CupertinoLocalizationsDelegate); + return t1; }, _inspectorSelectButtonBuilder$2(context, onPressed) { return A.FloatingActionButton$(null, B.Icon_OxR, B.C__DefaultHeroTag, true, onPressed, null); @@ -172413,11 +173544,8 @@ _this._widget.toString; if (highContrast) _this._widget.toString; - t1 = _this._widget; - theme = t1.theme; - t1.toString; - t1 = child == null ? B.SizedBox_0_0_null_null : child; - return new A.ScaffoldMessenger(new A.AnimatedTheme(theme, t1, B.C__Linear, B.Duration_200000, _null, _null), _null); + 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); }, _buildWidgetApp$1(context) { var materialColor, t3, t4, t5, _this = this, _null = null, @@ -172431,15 +173559,21 @@ 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_EZJ, materialColor, t1.locale, _this.get$_localizationsDelegates(), _null, _null, _this._widget.supportedLocales, false, false, false, false, _this.get$_inspectorSelectButtonBuilder(), false, _null, _null, _null, true, 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, 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)); }, build$1(_, context) { var _null = null, - result = A.Focus$(false, false, this._buildWidgetApp$1(context), _null, true, _null, true, _null, _null, new A._MaterialAppState_build_closure(), _null, _null), + result = A.Focus$(false, false, this._buildWidgetApp$1(context), _null, _null, _null, true, _null, _null, new A._MaterialAppState_build_closure(), _null, _null), t1 = this._widget.scrollBehavior; return A.ScrollConfiguration$(t1, new A.HeroControllerScope(A._lateReadCheck(this.___MaterialAppState__heroController, "_heroController"), result, _null)); } }; + A._MaterialAppState__materialBuilder_closure.prototype = { + call$1(context) { + return this.$this._widget.builder.call$2(context, this.child); + }, + $signature: 69 + }; A._MaterialAppState__buildWidgetApp_closure.prototype = { call$1$2(settings, builder, $T) { return A.MaterialPageRoute$(builder, settings, $T); @@ -172447,7 +173581,7 @@ call$2(settings, builder) { return this.call$1$2(settings, builder, type$.dynamic); }, - $signature: 2451 + $signature: 2493 }; A._MaterialAppState_build_closure.prototype = { call$2(node, $event) { @@ -172455,7 +173589,7 @@ return B.KeyEventResult_1; return A.Tooltip_dismissAllToolTips() ? B.KeyEventResult_0 : B.KeyEventResult_1; }, - $signature: 621 + $signature: 564 }; A._ToolbarContainerLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -172591,16 +173725,15 @@ actionsIconTheme = overallIconTheme; t1 = appBarTheme.toolbarTextStyle; if (t1 == null) { - t1 = theme.textTheme.bodyText2; + t1 = theme.textTheme.bodyMedium; t1 = t1 == null ? _null : t1.copyWith$1$color(foregroundColor); toolbarTextStyle = t1; } else toolbarTextStyle = t1; - t1 = _this._widget; - t1.toString; + _this._widget.toString; t1 = appBarTheme.titleTextStyle; if (t1 == null) { - t1 = theme.textTheme.headline6; + t1 = theme.textTheme.titleLarge; t1 = t1 == null ? _null : t1.copyWith$1$color(foregroundColor); titleTextStyle = t1; } else @@ -172709,10 +173842,9 @@ t3 = A.Material$(B.Duration_200000, true, _null, appBar, B.Clip_0, _null, 0, _null, _null, _null, _null, B.MaterialType_4); appBar = A.Stack$(B.AlignmentDirectional_m1_m1, 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), B.Clip_1, B.StackFit_2, _null, _null); } - t1 = _this._widget; - t1.toString; + _this._widget.toString; t1 = A.ThemeData_estimateBrightnessForColor(backgroundColor); - t1 = t1 === B.Brightness_0 ? B.SystemUiOverlayStyle_4EL : B.SystemUiOverlayStyle_yjH; + t1 = t1 === B.Brightness_0 ? B.SystemUiOverlayStyle_6UD : B.SystemUiOverlayStyle_qsc; overlayStyle = t1; t1 = _this._widget.elevation; if (t1 == null) @@ -172758,7 +173890,7 @@ }; A.SliverAppBar.prototype = { createState$0() { - return new A._SliverAppBarState(null, B._StateLifecycle_0); + return new A._SliverAppBarState(null, null, B._StateLifecycle_0); } }; A._SliverAppBarState.prototype = { @@ -172782,10 +173914,9 @@ oldWidget.toString; }, build$1(_, context) { - var t1, topPadding, collapsedHeight, t2, t3, t4, _this = this, _null = null; + var topPadding, t1, collapsedHeight, t2, t3, t4, _this = this, _null = null; _this._widget.toString; - t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery); - topPadding = t1.data.padding.top; + topPadding = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.padding.top; t1 = _this._widget; t1.toString; collapsedHeight = 56 + topPadding; @@ -172830,19 +173961,18 @@ } }; A.__SliverAppBarState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.AppBarTheme.prototype = { @@ -173035,18 +174165,18 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 403 + $signature: 381 }; A._CornerId.prototype = { toString$0(_) { - return this._arc$_name; + return "_CornerId." + this._core$_name; } }; A._Diagonal.prototype = {}; A.MaterialRectArcTween.prototype = { _initialize$0() { var t2, t3, _this = this, - diagonal = A._maxBy(B.List_yvP, new A.MaterialRectArcTween__initialize_closure(_this, _this.end.get$center().$sub(0, _this.begin.get$center()))), + diagonal = A._maxBy(B.List_oyU, new A.MaterialRectArcTween__initialize_closure(_this, _this.end.get$center().$sub(0, _this.begin.get$center()))), t1 = _this.begin; t1.toString; t2 = diagonal.beginId; @@ -173064,14 +174194,14 @@ _this._arc$_dirty = false; }, _cornerFor$2(rect, id) { - switch (id) { - case B._CornerId_0: + switch (id.index) { + case 0: return new A.Offset(rect.left, rect.top); - case B._CornerId_1: + case 1: return new A.Offset(rect.right, rect.top); - case B._CornerId_2: + case 2: return new A.Offset(rect.left, rect.bottom); - case B._CornerId_3: + case 3: return new A.Offset(rect.right, rect.bottom); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -173140,7 +174270,7 @@ $length = delta.get$distance(); return t2._dx * delta._dx / $length + t2._dy * delta._dy / $length; }, - $signature: 2533 + $signature: 3096 }; A.BackButtonIcon.prototype = { build$1(_, context) { @@ -173149,9 +174279,10 @@ }; A.BackButton.prototype = { build$1(_, context) { - var t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); + var _null = null, + t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - return A.IconButton$(B.Alignment_0_0, null, null, true, B.BackButtonIcon_null, 24, new A.BackButton_build_closure(this, context), B.EdgeInsets_8_8_8_8, t1.get$backButtonTooltip(), null); + return A.IconButton$(B.Alignment_0_0, _null, _null, true, B.BackButtonIcon_null, _null, new A.BackButton_build_closure(this, context), B.EdgeInsets_8_8_8_8, t1.get$backButtonTooltip(), _null); } }; A.BackButton_build_closure.prototype = { @@ -173167,7 +174298,7 @@ A.MaterialBannerThemeData.prototype = { get$hashCode(_) { var _this = this; - return A.hashValues(_this.backgroundColor, _this.contentTextStyle, _this.padding, _this.leadingPadding, 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.backgroundColor, _this.contentTextStyle, _this.elevation, _this.padding, _this.leadingPadding, 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); }, $eq(_, other) { var _this = this; @@ -173177,7 +174308,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.MaterialBannerThemeData && J.$eq$(other.backgroundColor, _this.backgroundColor) && J.$eq$(other.contentTextStyle, _this.contentTextStyle) && J.$eq$(other.padding, _this.padding) && J.$eq$(other.leadingPadding, _this.leadingPadding); + return other instanceof A.MaterialBannerThemeData && J.$eq$(other.backgroundColor, _this.backgroundColor) && J.$eq$(other.contentTextStyle, _this.contentTextStyle) && other.elevation == _this.elevation && J.$eq$(other.padding, _this.padding) && J.$eq$(other.leadingPadding, _this.leadingPadding); } }; A._MaterialBannerThemeData_Object_Diagnosticable.prototype = {}; @@ -173214,25 +174345,32 @@ } }; A._BottomAppBarClipper.prototype = { + get$bottomNavigationBarTop() { + var bottomNavigationBarTop, + t1 = this.geometry, + t2 = t1.geometry; + t1 = t1.floatingActionButtonScale; + t1.toString; + bottomNavigationBarTop = t2._scaleFloatingActionButton$1(t1).bottomNavigationBarTop; + if (bottomNavigationBarTop != null) + return bottomNavigationBarTop; + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this.materialKey); + t1 = t1 == null ? null : t1.get$renderObject(); + type$.nullable_RenderBox._as(t1); + t1 = t1 == null ? null : A.MatrixUtils_transformPoint(t1.getTransformTo$1(0, null), B.Offset_0_0)._dy; + return t1 == null ? 0 : t1; + }, getClip$1(size) { - var button, t3, _this = this, _null = null, + var button, t3, _this = this, t1 = _this.geometry, t2 = t1.geometry; t1 = t1.floatingActionButtonScale; t1.toString; t1 = t2._scaleFloatingActionButton$1(t1).floatingActionButtonArea; - if (t1 == null) - button = _null; - else { - t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this.materialKey); - t2 = t2 == null ? _null : t2.get$renderObject(); - type$.nullable_RenderBox._as(t2); - t2 = t2 == null ? _null : A.MatrixUtils_transformPoint(t2.getTransformTo$1(0, _null), B.Offset_0_0)._dy; - button = t1.translate$2(0, 0, (t2 == null ? 0 : t2) * -1); - } + button = t1 == null ? null : t1.translate$2(0, 0, _this.get$bottomNavigationBarTop() * -1); t1 = size._dx; t2 = size._dy; - t3 = button == null ? _null : button.inflate$1(_this.notchMargin); + t3 = button == null ? null : button.inflate$1(_this.notchMargin); return _this.shape.getOuterPath$2(new A.Rect(0, 0, 0 + t1, 0 + t2), t3); }, shouldReclip$1(oldClipper) { @@ -173328,7 +174466,7 @@ t2 = A._lateReadCheck(t1.__AnimationController__value, "_value"); t3 = details.primaryDelta; t3.toString; - t1.set$value(0, B.JSNumber_methods.$sub(t2, t3 / this.get$_childHeight())); + t1.set$value(0, t2 - t3 / this.get$_childHeight()); }, _bottom_sheet$_handleDragEnd$1(details) { var t1, flingVelocity, isClosing, _this = this, _s6_ = "_value"; @@ -173337,11 +174475,11 @@ t1 = details.velocity.pixelsPerSecond._dy; if (t1 > 700) { flingVelocity = -t1 / _this.get$_childHeight(); - if (B.JSNumber_methods.$gt(A._lateReadCheck(_this._widget.animationController.__AnimationController__value, _s6_), 0)) + if (A._lateReadCheck(_this._widget.animationController.__AnimationController__value, _s6_) > 0) _this._widget.animationController.fling$1$velocity(flingVelocity); isClosing = flingVelocity < 0 && true; - } else if (B.JSNumber_methods.$lt(A._lateReadCheck(_this._widget.animationController.__AnimationController__value, _s6_), 0.5)) { - if (B.JSNumber_methods.$gt(A._lateReadCheck(_this._widget.animationController.__AnimationController__value, _s6_), 0)) + } 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 { @@ -173368,7 +174506,6 @@ if (elevation == null) elevation = 0; shape = bottomSheetTheme.shape; - bottomSheetTheme.toString; bottomSheet = A.Material$(B.Duration_200000, true, _null, new A.NotificationListener(t1.builder$1(context), _this.get$extentChanged(), _null, type$.NotificationListener_DraggableScrollableNotification), B.Clip_0, color, elevation, _this._childKey, _null, shape, _null, B.MaterialType_0); if (constraints != null) bottomSheet = new A.Align(B.Alignment_0_1, _null, 1, new A.ConstrainedBox(constraints, bottomSheet, _null), _null); @@ -173484,11 +174621,11 @@ t17 = _this._widget; t18 = t17.onPressed; t7 = A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, t5, 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)), effectiveShape, true, t15, t9, t14, t12, _null, effectiveMouseCursor, _null, t10, t11, t16, _null, t18, _null, _null, _null, t13, _null), t8, t6, t3, _null, _null, effectiveShape, t4, t7); - switch (t17.materialTapTargetSize) { - case B.MaterialTapTargetSize_0: + switch (t17.materialTapTargetSize.index) { + case 0: minSize = new A.Size(48 + t1, 48 + t2); break; - case B.MaterialTapTargetSize_1: + case 1: minSize = B.Size_0_0; break; default: @@ -173513,9 +174650,9 @@ }; A._RenderInputPadding.prototype = { set$minSize(value) { - if (this._button$_minSize.$eq(0, value)) + if (this._minSize.$eq(0, value)) return; - this._button$_minSize = value; + this._minSize = value; this.markNeedsLayout$0(); }, computeMinIntrinsicWidth$1(height) { @@ -173523,7 +174660,7 @@ t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t1.get$computeMinIntrinsicWidth()); - t2 = this._button$_minSize; + t2 = this._minSize; return Math.max(A.checkNum(t1), A.checkNum(t2._dx)); } return 0; @@ -173533,7 +174670,7 @@ t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t1.get$computeMinIntrinsicHeight()); - t2 = this._button$_minSize; + t2 = this._minSize; return Math.max(A.checkNum(t1), A.checkNum(t2._dy)); } return 0; @@ -173543,7 +174680,7 @@ t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t1.get$computeMaxIntrinsicWidth()); - t2 = this._button$_minSize; + t2 = this._minSize; return Math.max(A.checkNum(t1), A.checkNum(t2._dx)); } return 0; @@ -173553,7 +174690,7 @@ t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_3, width, t1.get$computeMaxIntrinsicHeight()); - t2 = this._button$_minSize; + t2 = this._minSize; return Math.max(A.checkNum(t1), A.checkNum(t2._dy)); } return 0; @@ -173564,7 +174701,7 @@ if (t1 != null) { childSize = layoutChild.call$2(t1, constraints); t1 = childSize._dx; - t2 = this._button$_minSize; + t2 = this._minSize; return constraints.constrain$1(new A.Size(Math.max(A.checkNum(t1), A.checkNum(t2._dx)), Math.max(A.checkNum(childSize._dy), A.checkNum(t2._dy)))); } return B.Size_0_0; @@ -173598,7 +174735,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 85 + $signature: 58 }; A.__RawMaterialButtonState_State_MaterialStateMixin.prototype = {}; A.ButtonBarThemeData.prototype = { @@ -173647,7 +174784,7 @@ return other instanceof A.ButtonStyle && other.textStyle == _this.textStyle && other.backgroundColor == _this.backgroundColor && other.foregroundColor == _this.foregroundColor && other.overlayColor == _this.overlayColor && other.shadowColor == _this.shadowColor && other.elevation == _this.elevation && other.padding == _this.padding && other.minimumSize == _this.minimumSize && other.fixedSize == _this.fixedSize && other.maximumSize == _this.maximumSize && other.side == _this.side && other.shape == _this.shape && other.mouseCursor == _this.mouseCursor && J.$eq$(other.visualDensity, _this.visualDensity) && other.tapTargetSize == _this.tapTargetSize && J.$eq$(other.animationDuration, _this.animationDuration) && other.enableFeedback == _this.enableFeedback && J.$eq$(other.alignment, _this.alignment) && other.splashFactory == _this.splashFactory; } }; - A._LerpProperties3.prototype = { + A._LerpProperties.prototype = { resolve$1(states) { var resolvedB, _this = this, t1 = _this.a, @@ -173694,7 +174831,7 @@ A._ButtonStyle_Object_Diagnosticable.prototype = {}; A.ButtonStyleButton.prototype = { createState$0() { - return new A._ButtonStyleState(null, A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState), B._StateLifecycle_0); + return new A._ButtonStyleState(null, null, A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState), B._StateLifecycle_0); } }; A._ButtonStyleState.prototype = { @@ -173793,7 +174930,7 @@ t2 = _this._button_style_button$_controller; if (t2 != null) t2.dispose$0(0); - t2 = A.AnimationController$(_null, resolvedAnimationDuration, 0, _null, 1, _null, _this); + t2 = A.AnimationController$(_null, resolvedAnimationDuration, _null, 1, _null, _this); t2.addStatusListener$1(new A._ButtonStyleState_build_closure16(_this)); _this._button_style_button$_controller = t2; } @@ -173812,21 +174949,20 @@ t7 = t5.onPressed; t5 = t5.onLongPress; t8 = _this.updateMaterialState$1(B.MaterialState_2); - t9 = _this.updateMaterialState$1(B.MaterialState_0); + t9 = _this.updateMaterialState$2$onChanged(B.MaterialState_0, _this._widget.onHover); t10 = _this._widget; t11 = t10.focusNode; - t10 = t10.onPressed != null || t10.onLongPress != null; - t12 = _this.updateMaterialState$1(B.MaterialState_1); + t12 = t10.onPressed != null || t10.onLongPress != null; + t10 = _this.updateMaterialState$2$onChanged(B.MaterialState_1, t10.onFocusChange); t13 = _this._widget; t14 = t13.autofocus; resolvedAlignment.toString; - t4 = A.Material$(resolvedAnimationDuration, true, _null, A.InkWell$(t14, _null, t10, A.IconTheme_merge(new A.Padding(padding, new A.Align(resolvedAlignment, 1, 1, t13.child, _null), _null), new A.IconThemeData(resolvedForegroundColor, _null, _null)), resolvedShape, resolvedEnableFeedback, _null, t11, B.Color_0, _null, _null, new A._MouseCursor(new A._ButtonStyleState_build_closure17(effectiveValue)), _null, t12, t8, t9, t5, t7, _null, _null, new A._MaterialStatePropertyWith(new A._ButtonStyleState_build_closure18(effectiveValue), type$._MaterialStatePropertyWith_nullable_Color), _null, resolvedSplashFactory), t6, resolvedBackgroundColor, resolvedElevation, _null, resolvedShadowColor, t3, t2, t4); - resolvedTapTargetSize.toString; - switch (resolvedTapTargetSize) { - case B.MaterialTapTargetSize_0: + 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)), resolvedShape, resolvedEnableFeedback, _null, t11, B.Color_0, _null, _null, new A._MouseCursor(new A._ButtonStyleState_build_closure17(effectiveValue)), _null, t10, t8, t9, t5, t7, _null, _null, new A._MaterialStatePropertyWith(new A._ButtonStyleState_build_closure18(effectiveValue), type$._MaterialStatePropertyWith_nullable_Color), _null, resolvedSplashFactory), t6, resolvedBackgroundColor, resolvedElevation, _null, resolvedShadowColor, t3, t2, t4); + switch (resolvedTapTargetSize.index) { + case 0: minSize = new A.Size(48 + t1, 48 + dy); break; - case B.MaterialTapTargetSize_1: + case 1: minSize = B.Size_0_0; break; default: @@ -173847,7 +174983,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 737 + $signature: 747 }; A._ButtonStyleState_build_resolve.prototype = { call$1$1(getProperty, $T) { @@ -173856,7 +174992,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 738 + $signature: 748 }; A._ButtonStyleState_build_resolve_closure.prototype = { call$1(style) { @@ -173871,73 +175007,73 @@ call$1(style) { return style == null ? null : style.elevation; }, - $signature: 739 + $signature: 749 }; A._ButtonStyleState_build_closure0.prototype = { call$1(style) { return style == null ? null : style.textStyle; }, - $signature: 740 + $signature: 751 }; A._ButtonStyleState_build_closure1.prototype = { call$1(style) { return style == null ? null : style.backgroundColor; }, - $signature: 380 + $signature: 383 }; A._ButtonStyleState_build_closure2.prototype = { call$1(style) { return style == null ? null : style.foregroundColor; }, - $signature: 380 + $signature: 383 }; A._ButtonStyleState_build_closure3.prototype = { call$1(style) { return style == null ? null : style.shadowColor; }, - $signature: 380 + $signature: 383 }; A._ButtonStyleState_build_closure4.prototype = { call$1(style) { return style == null ? null : style.padding; }, - $signature: 743 + $signature: 754 }; A._ButtonStyleState_build_closure5.prototype = { call$1(style) { return style == null ? null : style.minimumSize; }, - $signature: 371 + $signature: 384 }; A._ButtonStyleState_build_closure6.prototype = { call$1(style) { return style == null ? null : style.fixedSize; }, - $signature: 371 + $signature: 384 }; A._ButtonStyleState_build_closure7.prototype = { call$1(style) { return style == null ? null : style.maximumSize; }, - $signature: 371 + $signature: 384 }; A._ButtonStyleState_build_closure8.prototype = { call$1(style) { return style == null ? null : style.side; }, - $signature: 746 + $signature: 757 }; A._ButtonStyleState_build_closure9.prototype = { call$1(style) { return style == null ? null : style.shape; }, - $signature: 747 + $signature: 758 }; A._ButtonStyleState_build_closure17.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure0(states), type$.MouseCursor); }, - $signature: 749 + $signature: 759 }; A._ButtonStyleState_build__closure0.prototype = { call$1(style) { @@ -173950,13 +175086,13 @@ } return t1; }, - $signature: 750 + $signature: 760 }; A._ButtonStyleState_build_closure18.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure(states), type$.Color); }, - $signature: 195 + $signature: 201 }; A._ButtonStyleState_build__closure.prototype = { call$1(style) { @@ -173969,50 +175105,50 @@ } return t1; }, - $signature: 752 + $signature: 794 }; A._ButtonStyleState_build_closure10.prototype = { call$1(style) { return style == null ? null : style.visualDensity; }, - $signature: 785 + $signature: 795 }; A._ButtonStyleState_build_closure11.prototype = { call$1(style) { return style == null ? null : style.tapTargetSize; }, - $signature: 786 + $signature: 868 }; A._ButtonStyleState_build_closure12.prototype = { call$1(style) { return style == null ? null : style.animationDuration; }, - $signature: 860 + $signature: 869 }; A._ButtonStyleState_build_closure13.prototype = { call$1(style) { return style == null ? null : style.enableFeedback; }, - $signature: 861 + $signature: 870 }; A._ButtonStyleState_build_closure14.prototype = { call$1(style) { return style == null ? null : style.alignment; }, - $signature: 862 + $signature: 871 }; A._ButtonStyleState_build_closure15.prototype = { call$1(style) { return style == null ? null : style.splashFactory; }, - $signature: 863 + $signature: 872 }; A._ButtonStyleState_build_closure16.prototype = { call$1($status) { if ($status === B.AnimationStatus_3) this.$this.setState$1(new A._ButtonStyleState_build__closure1()); }, - $signature: 35 + $signature: 36 }; A._ButtonStyleState_build__closure1.prototype = { call$0() { @@ -174129,33 +175265,32 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 85 + $signature: 58 }; A.__ButtonStyleState_State_MaterialStateMixin.prototype = {}; A.__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.ButtonTextTheme.prototype = { toString$0(_) { - return this._button_theme$_name; + return "ButtonTextTheme." + this._core$_name; } }; A.ButtonBarLayoutBehavior.prototype = { toString$0(_) { - return "ButtonBarLayoutBehavior.padded"; + return "ButtonBarLayoutBehavior." + this._core$_name; } }; A.ButtonTheme.prototype = { @@ -174171,11 +175306,11 @@ var t1 = this._padding; if (t1 != null) return t1; - switch (this.textTheme) { - case B.ButtonTextTheme_0: - case B.ButtonTextTheme_1: + switch (this.textTheme.index) { + case 0: + case 1: return B.EdgeInsets_16_0_16_0; - case B.ButtonTextTheme_2: + case 2: return B.EdgeInsets_24_0_24_0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -174185,12 +175320,12 @@ var t1 = this._shape; if (t1 != null) return t1; - switch (this.textTheme) { - case B.ButtonTextTheme_0: - case B.ButtonTextTheme_1: - return B.RoundedRectangleBorder_a51; - case B.ButtonTextTheme_2: - return B.RoundedRectangleBorder_a510; + switch (this.textTheme.index) { + case 0: + case 1: + return B.RoundedRectangleBorder_LkV; + case 2: + return B.RoundedRectangleBorder_LkV0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } @@ -174433,14 +175568,14 @@ }; A._DatePickerModeToggleButton.prototype = { createState$0() { - return new A._DatePickerModeToggleButtonState(null, B._StateLifecycle_0); + return new A._DatePickerModeToggleButtonState(null, null, B._StateLifecycle_0); } }; A._DatePickerModeToggleButtonState.prototype = { initState$0() { var _this = this; _this.super$State$initState(); - _this.___DatePickerModeToggleButtonState__controller = A.AnimationController$(null, B.Duration_200000, 0, null, 0.5, _this._widget.mode === B.DatePickerMode_1 ? 0.5 : 0, _this); + _this.___DatePickerModeToggleButtonState__controller = 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, @@ -174468,7 +175603,7 @@ t2 = this._widget; t3 = t2.onTitlePressed; t2 = t2.title; - t4 = textTheme.subtitle2; + 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"); t5 = type$.JSArray_Widget; @@ -174512,7 +175647,7 @@ A.throwExpression(A.argumentErrorValue(t1)); _this.___MonthPickerState__nextMonthDate = new A.DateTime(t1, false); _this.___MonthPickerState__pageController = A.PageController$(A.DateUtils_monthDelta(_this._widget.firstDate, A._lateReadCheck(_this.___MonthPickerState__currentMonth, _s13_)), 1); - _this._shortcutMap = B.Map_FL89n; + _this._shortcutMap = B.Map_FLUW6; t1 = type$.JSArray_of_void_Function_Action_Intent; t2 = 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([], t1), t2), type$.CallbackAction_NextFocusIntent), B.Type_PreviousFocusIntent_wsa, new A.CallbackAction(_this.get$_handleGridPreviousFocus(), new A.ObserverList(A._setArrayType([], t1), t2), type$.CallbackAction_PreviousFocusIntent), B.Type_DirectionalFocusIntent_evN, new A.CallbackAction(_this.get$_handleDirectionFocus(), new A.ObserverList(A._setArrayType([], t1), t2), type$.CallbackAction_DirectionalFocusIntent)], type$.Type, type$.Action_Intent); @@ -174646,7 +175781,7 @@ traversalDirection = B.TraversalDirection_1; else if (traversalDirection === B.TraversalDirection_1) traversalDirection = B.TraversalDirection_3; - t1 = B.Map_kCqFu.$index(0, traversalDirection); + t1 = B.Map_fHJmU.$index(0, traversalDirection); t1.toString; return t1; }, @@ -174697,10 +175832,10 @@ 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 : previousTooltipText; - t1 = A.IconButton$(B.Alignment_0_0, controlColor, _null, true, B.Icon_cKo, 24, _this.get$_isDisplayingFirstMonth() ? _null : _this.get$_handlePreviousMonth(), B.EdgeInsets_8_8_8_8, t1, _null); + 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, t1, _null); t2 = _this.get$_isDisplayingLastMonth() ? _null : nextTooltipText; 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, 24, _this.get$_isDisplayingLastMonth() ? _null : _this.get$_handleNextMonth(), B.EdgeInsets_8_8_8_8, 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); + 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, 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_); @@ -174716,7 +175851,7 @@ var t1 = this.$this; return t1._showMonth$2$jump(t1._widget.initialMonth, true); }, - $signature: 29 + $signature: 28 }; A._MonthPickerState__handleMonthPageChanged_closure.prototype = { call$0() { @@ -174848,7 +175983,7 @@ var i, _null = null, result = A._setArrayType([], type$.JSArray_Widget); for (i = localizations.get$firstDayOfWeekIndex(); true; i = B.JSInt_methods.$mod(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], headerStyle, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null)); + 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; } @@ -174859,7 +175994,7 @@ colorScheme = A.Theme_of(context).colorScheme, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - t2 = A.Theme_of(context).textTheme.caption; + t2 = A.Theme_of(context).textTheme.bodySmall; if (t2 == null) headerStyle = _null; else { @@ -174918,7 +176053,7 @@ dayColor = enabledDayColor; decoration = _null; } - dayWidget = A.Container$(_null, new A.Center(B.Alignment_0_0, _null, _null, new A.Text(t1.formatDecimal$1(day), t2.apply$1$color(dayColor), _null, _null, _null, _null, _null, _null, _null, _null), _null), B.Clip_0, _null, _null, decoration, _null, _null, _null, _null, _null, _null, _null, _null); + dayWidget = A.Container$(_null, new A.Center(B.Alignment_0_0, _null, _null, new A.Text(t1.formatDecimal$1(day), _null, t2.apply$1$color(dayColor), _null, _null, _null, _null, _null, _null, _null, _null), _null), B.Clip_0, _null, _null, decoration, _null, _null, _null, _null, _null, _null, _null, _null); if (isDisabled) dayWidget = new A.ExcludeSemantics(true, dayWidget, _null); else { @@ -175000,7 +176135,7 @@ t1 = colorScheme.onSurface.value; textColor = A.Color$fromARGB(222, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } - t1 = textTheme.bodyText1; + t1 = textTheme.bodyLarge; itemStyle = t1 == null ? _null : t1.apply$1$color(textColor); if (isSelected) decoration = new A.BoxDecoration(colorScheme.primary, _null, _null, A.BorderRadius$circular(18), _null, _null, B.BoxShape_0); @@ -175047,17 +176182,17 @@ }; A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.Card.prototype = { @@ -175088,7 +176223,7 @@ if (t6 == null) t6 = cardTheme.shape; if (t6 == null) - t6 = B.RoundedRectangleBorder_a510; + t6 = B.RoundedRectangleBorder_LkV0; t7 = _this.clipBehavior; if (t7 == null) t7 = cardTheme.clipBehavior; @@ -175121,7 +176256,8 @@ A._CardTheme_Object_Diagnosticable.prototype = {}; A.Checkbox.prototype = { createState$0() { - return new A._CheckboxState(new A._CheckboxPainter(A.List_List$filled(0, null, false, type$.nullable_void_Function)), $, $, $, $, $, $, $, $, $, null, false, false, null, B._StateLifecycle_0); + var _null = null; + return new A._CheckboxState(new A._CheckboxPainter(A.List_List$filled(0, _null, false, type$.nullable_void_Function)), $, $, $, $, $, $, $, $, $, _null, false, false, _null, _null, B._StateLifecycle_0); }, get$value(receiver) { return this.value; @@ -175168,19 +176304,19 @@ return null; }, build$1(_, context) { - var effectiveVisualDensity, size, activeStates, inactiveStates, effectiveActiveColor, effectiveInactiveColor, focusedStates, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedOverlayColor, effectiveInactivePressedOverlayColor, effectiveCheckColor, t2, t3, _this = this, _null = null, + var effectiveVisualDensity, size, activeStates, inactiveStates, t2, effectiveActiveColor, effectiveInactiveColor, focusedStates, t3, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedOverlayColor, effectiveInactivePressedOverlayColor, effectiveCheckColor, t4, _this = this, _null = null, themeData = A.Theme_of(context), t1 = _this._widget.materialTapTargetSize, effectiveMaterialTapTargetSize = t1 == null ? themeData.checkboxTheme.materialTapTargetSize : t1; if (effectiveMaterialTapTargetSize == null) effectiveMaterialTapTargetSize = themeData.materialTapTargetSize; - themeData.toString; + t1 = themeData.checkboxTheme; effectiveVisualDensity = themeData.visualDensity; - switch (effectiveMaterialTapTargetSize) { - case B.MaterialTapTargetSize_0: + switch (effectiveMaterialTapTargetSize.index) { + case 0: size = B.Size_48_48; break; - case B.MaterialTapTargetSize_1: + case 1: size = B.Size_40_40; break; default: @@ -175192,93 +176328,89 @@ inactiveStates = _this.get$states(); inactiveStates.remove$1(0, B.MaterialState_4); _this._widget.toString; - t1 = _this.get$_widgetFillColor()._material_state$_resolve.call$1(activeStates); - if (t1 == null) { - t1 = themeData.checkboxTheme.fillColor; - t1 = t1 == null ? _null : t1.resolve$1(activeStates); - effectiveActiveColor = t1; + t2 = _this.get$_widgetFillColor()._material_state$_resolve.call$1(activeStates); + if (t2 == null) { + t2 = t1.fillColor; + t2 = t2 == null ? _null : t2.resolve$1(activeStates); + effectiveActiveColor = t2; } else - effectiveActiveColor = t1; + effectiveActiveColor = t2; if (effectiveActiveColor == null) effectiveActiveColor = _this.get$_defaultFillColor()._material_state$_resolve.call$1(activeStates); _this._widget.toString; - t1 = _this.get$_widgetFillColor()._material_state$_resolve.call$1(inactiveStates); - if (t1 == null) { - t1 = themeData.checkboxTheme.fillColor; - t1 = t1 == null ? _null : t1.resolve$1(inactiveStates); - effectiveInactiveColor = t1; + t2 = _this.get$_widgetFillColor()._material_state$_resolve.call$1(inactiveStates); + if (t2 == null) { + t2 = t1.fillColor; + t2 = t2 == null ? _null : t2.resolve$1(inactiveStates); + effectiveInactiveColor = t2; } else - effectiveInactiveColor = t1; + effectiveInactiveColor = t2; if (effectiveInactiveColor == null) effectiveInactiveColor = _this.get$_defaultFillColor()._material_state$_resolve.call$1(inactiveStates); focusedStates = _this.get$states(); focusedStates.add$1(0, B.MaterialState_1); _this._widget.toString; - t1 = themeData.checkboxTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(focusedStates); - effectiveFocusOverlayColor = t1; + t2 = t1.overlayColor; + t3 = t2 == null ? _null : t2.resolve$1(focusedStates); + effectiveFocusOverlayColor = t3; if (effectiveFocusOverlayColor == null) effectiveFocusOverlayColor = themeData.focusColor; hoveredStates = _this.get$states(); hoveredStates.add$1(0, B.MaterialState_0); _this._widget.toString; - t1 = themeData.checkboxTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(hoveredStates); - effectiveHoverOverlayColor = t1; + t3 = t2 == null ? _null : t2.resolve$1(hoveredStates); + effectiveHoverOverlayColor = t3; if (effectiveHoverOverlayColor == null) effectiveHoverOverlayColor = themeData.hoverColor; activeStates.add$1(0, B.MaterialState_2); _this._widget.toString; - t1 = themeData.checkboxTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(activeStates); - effectiveActivePressedOverlayColor = t1; + t3 = t2 == null ? _null : t2.resolve$1(activeStates); + effectiveActivePressedOverlayColor = t3; if (effectiveActivePressedOverlayColor == null) effectiveActivePressedOverlayColor = A.Color$fromARGB(31, effectiveActiveColor.get$value(effectiveActiveColor) >>> 16 & 255, effectiveActiveColor.get$value(effectiveActiveColor) >>> 8 & 255, effectiveActiveColor.get$value(effectiveActiveColor) & 255); inactiveStates.add$1(0, B.MaterialState_2); _this._widget.toString; - t1 = themeData.checkboxTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(inactiveStates); - effectiveInactivePressedOverlayColor = t1; + t2 = t2 == null ? _null : t2.resolve$1(inactiveStates); + effectiveInactivePressedOverlayColor = t2; 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); - t1 = _this._widget.checkColor; - if (t1 == null) { - t1 = themeData.checkboxTheme.checkColor; - t1 = t1 == null ? _null : t1.resolve$1(_this.get$states()); - effectiveCheckColor = t1; + t2 = _this._widget.checkColor; + if (t2 == null) { + t2 = t1.checkColor; + t2 = t2 == null ? _null : t2.resolve$1(_this.get$states()); + effectiveCheckColor = t2; } else - effectiveCheckColor = t1; + effectiveCheckColor = t2; 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")); - t2.set$inactiveReactionColor(effectiveInactivePressedOverlayColor); - t2.set$reactionColor(effectiveActivePressedOverlayColor); - t2.set$hoverColor(effectiveHoverOverlayColor); - t2.set$focusColor(effectiveFocusOverlayColor); + t2 = _this._widget.value; + t3 = _this._checkbox$_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")); + t3.set$inactiveReactionColor(effectiveInactivePressedOverlayColor); + t3.set$reactionColor(effectiveActivePressedOverlayColor); + t3.set$hoverColor(effectiveHoverOverlayColor); + t3.set$focusColor(effectiveFocusOverlayColor); _this._widget.toString; - t3 = themeData.checkboxTheme.splashRadius; - t2.set$splashRadius(t3 == null ? 20 : t3); - t2.set$downPosition(_this.ToggleableStateMixin__downPosition); - t2.set$isFocused(_this.get$states().contains$1(0, B.MaterialState_1)); - t2.set$isHovered(_this.get$states().contains$1(0, B.MaterialState_0)); - t2.set$activeColor(effectiveActiveColor); - t2.set$inactiveColor(effectiveInactiveColor); - t2.set$checkColor(effectiveCheckColor); - t2.set$value(0, _this._widget.value); - t2.set$previousValue(_this._previousValue); + t4 = t1.splashRadius; + t3.set$splashRadius(t4 == null ? 20 : t4); + t3.set$downPosition(_this.ToggleableStateMixin__downPosition); + t3.set$isFocused(_this.get$states().contains$1(0, B.MaterialState_1)); + t3.set$isHovered(_this.get$states().contains$1(0, B.MaterialState_0)); + t3.set$activeColor(effectiveActiveColor); + t3.set$inactiveColor(effectiveInactiveColor); + t3.set$checkColor(effectiveCheckColor); + t3.set$value(0, _this._widget.value); + t3.set$previousValue(_this._previousValue); _this._widget.toString; - t3 = themeData.checkboxTheme.shape; - t2.set$shape(0, t3 == null ? B.RoundedRectangleBorder_a513 : t3); - _this._widget.toString; - t3 = _this._resolveSide$1(_null); - t2.set$side(t3 == null ? _this._resolveSide$1(themeData.checkboxTheme.side) : t3); - t2 = _this.buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(false, _null, new A._MaterialStatePropertyWith(new A._CheckboxState_build_closure(_this, themeData), 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); + t4 = t1.shape; + t3.set$shape(0, t4 == null ? B.RoundedRectangleBorder_LkV3 : t4); + t4 = _this._resolveSide$1(_this._widget.side); + t3.set$side(t4 == null ? _this._resolveSide$1(t1.side) : t4); + t1 = _this.buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(false, _null, new A._MaterialStatePropertyWith(new A._CheckboxState_build_closure(_this, themeData), type$._MaterialStatePropertyWith_MouseCursor), t3, size); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t2 === true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _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._CheckboxState__widgetFillColor_closure.prototype = { @@ -175289,7 +176421,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 195 + $signature: 201 }; A._CheckboxState__defaultFillColor_closure.prototype = { call$1(states) { @@ -175299,7 +176431,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 107 + $signature: 102 }; A._CheckboxState_build_closure.prototype = { call$1(states) { @@ -175312,7 +176444,7 @@ } return t1 == null ? B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(states) : t1; }, - $signature: 325 + $signature: 385 }; A._CheckboxPainter.prototype = { set$checkColor(value) { @@ -175357,7 +176489,7 @@ }, _colorAt$1(t) { var t2, - t1 = this._activeColor; + t1 = this._toggleable$_activeColor; if (t >= 0.25) t1.toString; else { @@ -175458,35 +176590,34 @@ } }; A.__CheckboxState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin.prototype = { initState$0() { var t1, _this = this, _null = null; _this.super$State$initState(); - t1 = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, _this._widget.value === false ? 0 : 1, _this); + 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); - t1 = A.AnimationController$(_null, B.Duration_100000, 0, _null, 1, _null, _this); + 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); - t1 = A.AnimationController$(_null, B.Duration_50000, 0, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); + 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); - t1 = A.AnimationController$(_null, B.Duration_50000, 0, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); + 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); }, @@ -175517,14 +176648,14 @@ build$1(_, context) { var trailing, leading, _this = this, _null = null, t1 = _this.activeColor, - control = A.Checkbox$(t1, false, _null, B.MaterialTapTargetSize_1, _this.onChanged, false, _this.value); - switch (_this.controlAffinity) { - case B.ListTileControlAffinity_0: + control = A.Checkbox$(t1, false, _null, B.MaterialTapTargetSize_1, _this.onChanged, _null, false, _this.value); + switch (_this.controlAffinity.index) { + case 0: trailing = _null; leading = control; break; - case B.ListTileControlAffinity_1: - case B.ListTileControlAffinity_2: + case 1: + case 2: trailing = control; leading = _null; break; @@ -175533,7 +176664,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, 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); }, get$value(receiver) { return this.value; @@ -175571,7 +176702,7 @@ return t1; } }; - A._LerpProperties1.prototype = { + A._LerpProperties4.prototype = { resolve$1(states) { var resolvedB, _this = this, t1 = _this.a, @@ -175596,16 +176727,84 @@ 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.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; } }; A._ChipThemeData_Object_Diagnosticable.prototype = {}; A.ColorScheme.prototype = { copyWith$3$brightness$primary$secondary(brightness, primary, secondary) { - var _this = this, + 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, _this = this, t1 = primary == null ? _this.primary : primary, - t2 = secondary == null ? _this.secondary : secondary; - return new A.ColorScheme(t1, _this.primaryVariant, t2, _this.secondaryVariant, _this.surface, _this.background, _this.error, _this.onPrimary, _this.onSecondary, _this.onSurface, _this.onBackground, _this.onError, _this.brightness); + t2 = _this.onPrimary, + t3 = _this._primaryContainer; + if (t3 == null) + t3 = _this.primary; + t4 = _this._onPrimaryContainer; + if (t4 == null) + t4 = t2; + t5 = secondary == null ? _this.secondary : secondary; + t6 = _this.onSecondary; + t7 = _this._secondaryContainer; + if (t7 == null) + t7 = _this.secondary; + t8 = _this._onSecondaryContainer; + if (t8 == null) + t8 = t6; + t9 = _this._tertiary; + t10 = t9 == null ? _this.secondary : t9; + t11 = _this._onTertiary; + t12 = t11 == null ? t6 : t11; + t13 = _this._tertiaryContainer; + if (t13 == null) { + if (t9 == null) + t9 = _this.secondary; + } else + t9 = t13; + t13 = _this._onTertiaryContainer; + if (t13 == null) { + if (t11 == null) + t11 = t6; + } else + t11 = t13; + t13 = _this.error; + t14 = _this.onError; + t15 = _this._errorContainer; + if (t15 == null) + t15 = t13; + t16 = _this._onErrorContainer; + if (t16 == null) + t16 = t14; + t17 = _this.onBackground; + t18 = _this.surface; + t19 = _this.onSurface; + t20 = _this._surfaceVariant; + if (t20 == null) + t20 = t18; + t21 = _this._onSurfaceVariant; + if (t21 == null) + t21 = t19; + t22 = _this._outline; + if (t22 == null) + t22 = t17; + t23 = _this._shadow; + if (t23 == null) + t23 = t17; + t24 = _this._inverseSurface; + if (t24 == null) + t24 = t19; + t25 = _this._onInverseSurface; + if (t25 == null) + t25 = t18; + t26 = _this._inversePrimary; + if (t26 == null) + t26 = t2; + t27 = _this._primaryVariant; + if (t27 == null) + t27 = _this.primary; + t28 = _this._secondaryVariant; + if (t28 == null) + t28 = _this.secondary; + return A.ColorScheme$(_this.background, _this.brightness, t13, t15, t26, t24, t17, t14, t16, t25, t2, t4, t6, t8, t19, t21, t12, t11, t22, t1, t3, t27, t5, t7, t28, t23, t18, t20, t10, t9); }, copyWith$2$primary$secondary(primary, secondary) { return this.copyWith$3$brightness$primary$secondary(null, primary, secondary); @@ -175617,18 +176816,281 @@ return this.copyWith$3$brightness$primary$secondary(brightness, null, null); }, $eq(_, other) { - var _this = this; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, _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.ColorScheme && J.$eq$(other.primary, _this.primary) && J.$eq$(other.primaryVariant, _this.primaryVariant) && J.$eq$(other.secondary, _this.secondary) && J.$eq$(other.secondaryVariant, _this.secondaryVariant) && J.$eq$(other.surface, _this.surface) && J.$eq$(other.background, _this.background) && J.$eq$(other.error, _this.error) && J.$eq$(other.onPrimary, _this.onPrimary) && J.$eq$(other.onSecondary, _this.onSecondary) && J.$eq$(other.onSurface, _this.onSurface) && J.$eq$(other.onBackground, _this.onBackground) && J.$eq$(other.onError, _this.onError) && other.brightness === _this.brightness; + if (other instanceof A.ColorScheme) + if (other.brightness === _this.brightness) { + t1 = other.primary; + t2 = _this.primary; + if (J.$eq$(t1, t2)) { + t3 = other.onPrimary; + t4 = _this.onPrimary; + if (J.$eq$(t3, t4)) { + t5 = other._primaryContainer; + if (t5 == null) + t5 = t1; + t6 = _this._primaryContainer; + if (J.$eq$(t5, t6 == null ? t2 : t6)) { + t5 = other._onPrimaryContainer; + if (t5 == null) + t5 = t3; + t6 = _this._onPrimaryContainer; + if (J.$eq$(t5, t6 == null ? t4 : t6)) { + t5 = other.secondary; + t6 = _this.secondary; + if (J.$eq$(t5, t6)) { + t7 = other.onSecondary; + t8 = _this.onSecondary; + if (J.$eq$(t7, t8)) { + t9 = other._secondaryContainer; + if (t9 == null) + t9 = t5; + t10 = _this._secondaryContainer; + if (J.$eq$(t9, t10 == null ? t6 : t10)) { + t9 = other._onSecondaryContainer; + if (t9 == null) + t9 = t7; + t10 = _this._onSecondaryContainer; + if (J.$eq$(t9, t10 == null ? t8 : t10)) { + t9 = other._tertiary; + t10 = t9 == null; + t11 = t10 ? t5 : t9; + t12 = _this._tertiary; + t13 = t12 == null; + if (J.$eq$(t11, t13 ? t6 : t12)) { + t11 = other._onTertiary; + t14 = t11 == null; + t15 = t14 ? t7 : t11; + t16 = _this._onTertiary; + t17 = t16 == null; + if (J.$eq$(t15, t17 ? t8 : t16)) { + t15 = other._tertiaryContainer; + if (t15 == null) { + if (t10) + t9 = t5; + } else + t9 = t15; + t10 = _this._tertiaryContainer; + if (t10 == null) + t10 = t13 ? t6 : t12; + if (J.$eq$(t9, t10)) { + t9 = other._onTertiaryContainer; + if (t9 == null) + t7 = t14 ? t7 : t11; + else + t7 = t9; + t9 = _this._onTertiaryContainer; + if (t9 == null) + t8 = t17 ? t8 : t16; + else + t8 = t9; + if (J.$eq$(t7, t8)) { + t7 = other.error; + t8 = _this.error; + if (J.$eq$(t7, t8)) { + t9 = other.onError; + t10 = _this.onError; + if (J.$eq$(t9, t10)) { + t11 = other._errorContainer; + t7 = t11 == null ? t7 : t11; + t11 = _this._errorContainer; + if (J.$eq$(t7, t11 == null ? t8 : t11)) { + t7 = other._onErrorContainer; + if (t7 == null) + t7 = t9; + t8 = _this._onErrorContainer; + if (J.$eq$(t7, t8 == null ? t10 : t8)) + if (J.$eq$(other.background, _this.background)) { + t7 = other.onBackground; + t8 = _this.onBackground; + if (J.$eq$(t7, t8)) { + t9 = other.surface; + t10 = _this.surface; + if (J.$eq$(t9, t10)) { + t11 = other.onSurface; + t12 = _this.onSurface; + if (J.$eq$(t11, t12)) { + t13 = other._surfaceVariant; + if (t13 == null) + t13 = t9; + t14 = _this._surfaceVariant; + if (J.$eq$(t13, t14 == null ? t10 : t14)) { + t13 = other._onSurfaceVariant; + if (t13 == null) + t13 = t11; + t14 = _this._onSurfaceVariant; + if (J.$eq$(t13, t14 == null ? t12 : t14)) { + t13 = other._outline; + if (t13 == null) + t13 = t7; + t14 = _this._outline; + if (J.$eq$(t13, t14 == null ? t8 : t14)) { + t13 = other._shadow; + t7 = t13 == null ? t7 : t13; + t13 = _this._shadow; + if (J.$eq$(t7, t13 == null ? t8 : t13)) { + t7 = other._inverseSurface; + if (t7 == null) + t7 = t11; + t8 = _this._inverseSurface; + if (J.$eq$(t7, t8 == null ? t12 : t8)) { + t7 = other._onInverseSurface; + if (t7 == null) + t7 = t9; + t8 = _this._onInverseSurface; + if (J.$eq$(t7, t8 == null ? t10 : t8)) { + t7 = other._inversePrimary; + t3 = t7 == null ? t3 : t7; + t7 = _this._inversePrimary; + if (J.$eq$(t3, t7 == null ? t4 : t7)) { + t3 = other._primaryVariant; + t1 = t3 == null ? t1 : t3; + t3 = _this._primaryVariant; + if (J.$eq$(t1, t3 == null ? t2 : t3)) { + t1 = other._secondaryVariant; + if (t1 == null) + t1 = t5; + t2 = _this._secondaryVariant; + t1 = J.$eq$(t1, t2 == null ? t6 : t2); + } 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; + } 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; }, get$hashCode(_) { - var _this = this; - return A.hashValues(_this.primary, _this.primaryVariant, _this.secondary, _this.secondaryVariant, _this.surface, _this.background, _this.error, _this.onPrimary, _this.onSecondary, _this.onSurface, _this.onBackground, _this.onError, _this.brightness, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + 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, _this = this, + t1 = _this.primary, + t2 = _this.onPrimary, + t3 = _this._primaryContainer; + if (t3 == null) + t3 = t1; + t4 = _this._onPrimaryContainer; + if (t4 == null) + t4 = t2; + t5 = _this.secondary; + t6 = _this.onSecondary; + t7 = _this._secondaryContainer; + if (t7 == null) + t7 = t5; + t8 = _this._onSecondaryContainer; + if (t8 == null) + t8 = t6; + t9 = _this._tertiary; + t10 = t9 == null; + t11 = t10 ? t5 : t9; + t12 = _this._onTertiary; + t13 = t12 == null; + t14 = t13 ? t6 : t12; + t15 = _this._tertiaryContainer; + if (t15 == null) { + if (t10) + t9 = t5; + } else + t9 = t15; + t10 = _this._onTertiaryContainer; + if (t10 == null) + t10 = t13 ? t6 : t12; + t12 = _this.error; + t13 = _this.onError; + t15 = _this._errorContainer; + if (t15 == null) + t15 = t12; + t16 = _this._onErrorContainer; + if (t16 == null) + t16 = t13; + t17 = _this.onBackground; + t18 = _this.surface; + t19 = _this.onSurface; + t20 = _this._surfaceVariant; + if (t20 == null) + t20 = t18; + t21 = _this._onSurfaceVariant; + if (t21 == null) + t21 = t19; + t22 = _this._outline; + if (t22 == null) + t22 = t17; + t23 = _this._shadow; + if (t23 == null) + t23 = t17; + t24 = _this._inverseSurface; + if (t24 == null) + t24 = t19; + t25 = _this._onInverseSurface; + if (t25 == null) + t25 = t18; + t26 = _this._inversePrimary; + if (t26 == null) + t26 = t2; + t27 = _this._primaryVariant; + if (t27 == null) + t27 = t1; + t28 = _this._secondaryVariant; + if (t28 == null) + t28 = t5; + return A.hashList([_this.brightness, t1, t2, t3, t4, t5, t6, t7, t8, t11, t14, t9, t10, t12, t13, t15, t16, _this.background, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28]); } }; A._ColorScheme_Object_Diagnosticable.prototype = {}; @@ -175646,63 +177108,60 @@ t1[_i].toString; }, _buildCheckbox$6$checked$context$onCheckboxChanged$onRowTap$overlayColor$tristate(checked, context, onCheckboxChanged, onRowTap, overlayColor, tristate) { - var effectiveCheckboxHorizontalMarginStart, effectiveCheckboxHorizontalMarginEnd, contents, _null = null, + var effectiveCheckboxHorizontalMarginStart, effectiveCheckboxHorizontalMarginStart0, effectiveCheckboxHorizontalMarginEnd, contents, _null = null, themeData = A.Theme_of(context), t1 = this.horizontalMargin, effectiveHorizontalMargin = t1 == null ? themeData.dataTableTheme.horizontalMargin : t1; if (effectiveHorizontalMargin == null) effectiveHorizontalMargin = 24; effectiveCheckboxHorizontalMarginStart = themeData.dataTableTheme.checkboxHorizontalMargin; - if (effectiveCheckboxHorizontalMarginStart == null) - effectiveCheckboxHorizontalMarginStart = effectiveHorizontalMargin; - effectiveCheckboxHorizontalMarginEnd = themeData.dataTableTheme.checkboxHorizontalMargin; - if (effectiveCheckboxHorizontalMarginEnd == null) - effectiveCheckboxHorizontalMarginEnd = effectiveHorizontalMargin / 2; + t1 = effectiveCheckboxHorizontalMarginStart == null; + effectiveCheckboxHorizontalMarginStart0 = t1 ? effectiveHorizontalMargin : effectiveCheckboxHorizontalMarginStart; + effectiveCheckboxHorizontalMarginEnd = t1 ? effectiveHorizontalMargin / 2 : effectiveCheckboxHorizontalMarginStart; t1 = themeData.colorScheme; - t1 = A.Center$(A.Checkbox$(t1.primary, false, t1.onPrimary, _null, onCheckboxChanged, 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(effectiveCheckboxHorizontalMarginStart, 0, effectiveCheckboxHorizontalMarginEnd, 0), t1, _null), _null); - return A.TableCell$(onRowTap != null ? A.TableRowInkWell$(contents, onRowTap, overlayColor) : contents, B.TableCellVerticalAlignment_4); + t1 = A.Center$(A.Checkbox$(t1.primary, false, t1.onPrimary, _null, onCheckboxChanged, _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); + return A.TableCell$(onRowTap != null ? A.TableRowInkWell$(contents, _null, onRowTap, overlayColor) : contents, B.TableCellVerticalAlignment_4); }, build$1(_, context) { - var effectiveHorizontalMargin, effectiveCheckboxHorizontalMarginStart, effectiveCheckboxHorizontalMarginEnd, effectiveColumnSpacing, t3, tableColumns, tableRows, t4, rowIndex, _i, row, displayCheckboxColumn, displayColumnIndex, t5, t6, t7, t8, paddingEnd, t9, paddingStart, dataColumnIndex, t10, column, t11, paddingStart0, padding, t12, t13, themeData, t14, t15, label, effectiveHeadingTextStyle, effectiveHeadingRowHeight, cell, effectiveDataTextStyle, effectiveDataRowHeight, _this = this, _null = null, + var effectiveHorizontalMargin, effectiveCheckboxHorizontalMarginStart, effectiveCheckboxHorizontalMarginStart0, effectiveCheckboxHorizontalMarginEnd, effectiveColumnSpacing, t4, tableColumns, tableRows, t5, rowIndex, _i, row, displayCheckboxColumn, displayColumnIndex, t6, t7, t8, t9, paddingEnd, t10, paddingStart, dataColumnIndex, t11, column, t12, paddingStart0, padding, t13, t14, themeData, t15, t16, label, effectiveHeadingTextStyle, effectiveHeadingRowHeight, cell, effectiveDataTextStyle, effectiveDataRowHeight, _this = this, _null = null, theme = A.Theme_of(context), - effectiveHeadingRowColor = theme.dataTableTheme.headingRowColor, - effectiveDataRowColor = theme.dataTableTheme.dataRowColor, - t1 = _this.rows, - anyRowSelectable = B.JSArray_methods.any$1(t1, new A.DataTable_build_closure()), - rowsWithCheckbox = anyRowSelectable ? new A.WhereIterable(t1, new A.DataTable_build_closure0(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")) : A._setArrayType([], type$.JSArray_DataRow), - t2 = J.getInterceptor$ax(rowsWithCheckbox), - rowsChecked = t2.where$1(rowsWithCheckbox, new A.DataTable_build_closure1()), - allChecked = anyRowSelectable && rowsChecked.get$length(rowsChecked) === t2.get$length(rowsWithCheckbox), + t1 = theme.dataTableTheme, + effectiveHeadingRowColor = t1.headingRowColor, + effectiveDataRowColor = t1.dataRowColor, + t2 = _this.rows, + anyRowSelectable = B.JSArray_methods.any$1(t2, new A.DataTable_build_closure()), + rowsWithCheckbox = anyRowSelectable ? new A.WhereIterable(t2, new A.DataTable_build_closure0(), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>")) : A._setArrayType([], type$.JSArray_DataRow), + t3 = J.getInterceptor$ax(rowsWithCheckbox), + rowsChecked = t3.where$1(rowsWithCheckbox, new A.DataTable_build_closure1()), + allChecked = anyRowSelectable && rowsChecked.get$length(rowsChecked) === t3.get$length(rowsWithCheckbox), someChecked = anyRowSelectable && !rowsChecked.get$isEmpty(rowsChecked) && !allChecked; - t2 = _this.horizontalMargin; - effectiveHorizontalMargin = t2 == null ? theme.dataTableTheme.horizontalMargin : t2; + t3 = _this.horizontalMargin; + effectiveHorizontalMargin = t3 == null ? t1.horizontalMargin : t3; if (effectiveHorizontalMargin == null) effectiveHorizontalMargin = 24; - effectiveCheckboxHorizontalMarginStart = theme.dataTableTheme.checkboxHorizontalMargin; - if (effectiveCheckboxHorizontalMarginStart == null) - effectiveCheckboxHorizontalMarginStart = effectiveHorizontalMargin; - effectiveCheckboxHorizontalMarginEnd = theme.dataTableTheme.checkboxHorizontalMargin; - if (effectiveCheckboxHorizontalMarginEnd == null) - effectiveCheckboxHorizontalMarginEnd = effectiveHorizontalMargin / 2; - t2 = _this.columnSpacing; - effectiveColumnSpacing = t2 == null ? theme.dataTableTheme.columnSpacing : t2; + effectiveCheckboxHorizontalMarginStart = t1.checkboxHorizontalMargin; + t3 = effectiveCheckboxHorizontalMarginStart == null; + effectiveCheckboxHorizontalMarginStart0 = t3 ? effectiveHorizontalMargin : effectiveCheckboxHorizontalMarginStart; + effectiveCheckboxHorizontalMarginEnd = t3 ? effectiveHorizontalMargin / 2 : effectiveCheckboxHorizontalMarginStart; + t3 = _this.columnSpacing; + effectiveColumnSpacing = t3 == null ? t1.columnSpacing : t3; if (effectiveColumnSpacing == null) effectiveColumnSpacing = 56; - t2 = _this.columns; - t3 = t2.length; - tableColumns = A.List_List$filled(t3 + (anyRowSelectable ? 1 : 0), B.C__NullTableColumnWidth, false, type$.TableColumnWidth); - tableRows = A.List_List$generate(t1.length + 1, new A.DataTable_build_closure2(_this, anyRowSelectable, effectiveDataRowColor, effectiveHeadingRowColor, context, theme, new A._MaterialStatePropertyWith(new A.DataTable_build_closure3(theme), type$._MaterialStatePropertyWith_nullable_Color), tableColumns), type$.TableRow); + t3 = _this.columns; + t4 = t3.length; + tableColumns = A.List_List$filled(t4 + (anyRowSelectable ? 1 : 0), B.C__NullTableColumnWidth, false, type$.TableColumnWidth); + tableRows = A.List_List$generate(t2.length + 1, new A.DataTable_build_closure2(_this, anyRowSelectable, effectiveDataRowColor, effectiveHeadingRowColor, context, theme, new A._MaterialStatePropertyWith(new A.DataTable_build_closure3(theme), type$._MaterialStatePropertyWith_nullable_Color), tableColumns), type$.TableRow); if (anyRowSelectable) { - tableColumns[0] = new A.FixedColumnWidth(effectiveCheckboxHorizontalMarginStart + 18 + effectiveCheckboxHorizontalMarginEnd); - t3 = tableRows[0]; - t4 = someChecked ? _null : allChecked; - t3.children[0] = _this._buildCheckbox$6$checked$context$onCheckboxChanged$onRowTap$overlayColor$tristate(t4, context, new A.DataTable_build_closure4(_this, someChecked), _null, _null, true); - for (t3 = t1.length, rowIndex = 1, _i = 0; _i < t1.length; t1.length === t3 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - row = t1[_i]; - t4 = tableRows[rowIndex]; + tableColumns[0] = new A.FixedColumnWidth(effectiveCheckboxHorizontalMarginStart0 + 18 + effectiveCheckboxHorizontalMarginEnd); + t4 = tableRows[0]; + t5 = someChecked ? _null : allChecked; + t4.children[0] = _this._buildCheckbox$6$checked$context$onCheckboxChanged$onRowTap$overlayColor$tristate(t5, context, new A.DataTable_build_closure4(_this, someChecked), _null, _null, true); + for (t4 = t2.length, rowIndex = 1, _i = 0; _i < t2.length; t2.length === t4 || (0, A.throwConcurrentModificationError)(t2), ++_i) { + row = t2[_i]; + t5 = tableRows[rowIndex]; row.toString; - t4.children[0] = _this._buildCheckbox$6$checked$context$onCheckboxChanged$onRowTap$overlayColor$tristate(false, context, _null, _null, effectiveDataRowColor, false); + t5.children[0] = _this._buildCheckbox$6$checked$context$onCheckboxChanged$onRowTap$overlayColor$tristate(false, context, _null, _null, effectiveDataRowColor, false); ++rowIndex; } displayCheckboxColumn = true; @@ -175711,73 +177170,74 @@ displayCheckboxColumn = anyRowSelectable; displayColumnIndex = 0; } - for (t3 = _this.dataRowHeight, t4 = _this.headingRowHeight, t5 = type$.JSArray_Widget, t6 = _this.sortColumnIndex, t7 = _this.sortAscending, t8 = _this._onlyTextColumn, paddingEnd = effectiveColumnSpacing / 2, t9 = !displayCheckboxColumn, paddingStart = effectiveHorizontalMargin / 2, dataColumnIndex = 0; t10 = t2.length, dataColumnIndex < t10; ++dataColumnIndex) { - column = t2[dataColumnIndex]; - t11 = dataColumnIndex === 0; - t11; - if (t11 && displayCheckboxColumn) + for (t4 = _this.dataRowHeight, t5 = _this.headingRowHeight, t6 = type$.JSArray_Widget, t7 = _this.sortColumnIndex, t8 = _this.sortAscending, t9 = _this._onlyTextColumn, paddingEnd = effectiveColumnSpacing / 2, t10 = !displayCheckboxColumn, paddingStart = effectiveHorizontalMargin / 2, dataColumnIndex = 0; t11 = t3.length, dataColumnIndex < t11; ++dataColumnIndex) { + column = t3[dataColumnIndex]; + t12 = dataColumnIndex === 0; + t12; + if (t12 && displayCheckboxColumn) paddingStart0 = paddingStart; else - paddingStart0 = t11 && t9 ? effectiveHorizontalMargin : paddingEnd; - padding = new A.EdgeInsetsDirectional(paddingStart0, 0, dataColumnIndex === t10 - 1 ? effectiveHorizontalMargin : paddingEnd, 0); - if (dataColumnIndex === t8) + paddingStart0 = t12 && t10 ? effectiveHorizontalMargin : paddingEnd; + padding = new A.EdgeInsetsDirectional(paddingStart0, 0, dataColumnIndex === t11 - 1 ? effectiveHorizontalMargin : paddingEnd, 0); + if (dataColumnIndex === t9) tableColumns[displayColumnIndex] = B.IntrinsicColumnWidth_1; else tableColumns[displayColumnIndex] = B.IntrinsicColumnWidth_null; - t10 = tableRows[0]; - t11 = column.numeric; - t12 = column.onSort != null ? new A.DataTable_build_closure5(_this, column, dataColumnIndex) : _null; - t13 = dataColumnIndex === t6; + t11 = tableRows[0]; + t12 = column.numeric; + t13 = column.onSort != null ? new A.DataTable_build_closure5(_this, column, dataColumnIndex) : _null; + t14 = dataColumnIndex === t7; themeData = A.Theme_of(context); - t14 = t11 ? B.TextDirection_0 : _null; - t15 = A._setArrayType([column.label], t5); - if (t12 != null) - B.JSArray_methods.addAll$1(t15, A._setArrayType([new A._SortArrow(t13, t13 ? t7 : _null, B.Duration_150000, _null), B.SizedBox_2_null_null_null], t5)); - label = A.Row$(t15, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, t14); - effectiveHeadingTextStyle = themeData.dataTableTheme.headingTextStyle; + t15 = t12 ? B.TextDirection_0 : _null; + t16 = A._setArrayType([column.label], t6); + if (t13 != null) + B.JSArray_methods.addAll$1(t16, A._setArrayType([new A._SortArrow(t14, t14 ? t8 : _null, B.Duration_150000, _null), B.SizedBox_2_null_null_null], t6)); + label = A.Row$(t16, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, t15); + t14 = themeData.dataTableTheme; + effectiveHeadingTextStyle = t14.headingTextStyle; if (effectiveHeadingTextStyle == null) { - t13 = themeData.textTheme.subtitle2; - t13.toString; - effectiveHeadingTextStyle = t13; + t15 = themeData.textTheme.titleSmall; + t15.toString; + effectiveHeadingTextStyle = t15; } - effectiveHeadingRowHeight = t4 == null ? themeData.dataTableTheme.headingRowHeight : t4; + effectiveHeadingRowHeight = t5 == null ? t14.headingRowHeight : t5; if (effectiveHeadingRowHeight == null) effectiveHeadingRowHeight = 56; - t13 = t11 ? B.Alignment_1_0 : B.AlignmentDirectional_m1_0; - label = A.Container$(t13, 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); - t10.children[displayColumnIndex] = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t12, _null, _null, effectiveHeadingRowColor, _null, _null); - for (t10 = t1.length, rowIndex = 1, _i = 0; _i < t1.length; t1.length === t10 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - cell = t1[_i].cells[dataColumnIndex]; - t12 = tableRows[rowIndex]; + 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); + for (t11 = t2.length, rowIndex = 1, _i = 0; _i < t2.length; t2.length === t11 || (0, A.throwConcurrentModificationError)(t2), ++_i) { + cell = t2[_i].cells[dataColumnIndex]; + t13 = tableRows[rowIndex]; label = cell.child; - t13 = cell.onTap; + t14 = cell.onTap; themeData = A.Theme_of(context); - effectiveDataTextStyle = themeData.dataTableTheme.dataTextStyle; + t15 = themeData.dataTableTheme; + effectiveDataTextStyle = t15.dataTextStyle; if (effectiveDataTextStyle == null) { - t14 = themeData.textTheme.bodyText2; - t14.toString; - effectiveDataTextStyle = t14; + t16 = themeData.textTheme.bodyMedium; + t16.toString; + effectiveDataTextStyle = t16; } - effectiveDataRowHeight = t3 == null ? themeData.dataTableTheme.dataRowHeight : t3; + effectiveDataRowHeight = t4 == null ? t15.dataRowHeight : t4; if (effectiveDataRowHeight == null) effectiveDataRowHeight = 48; - t14 = t11 ? B.Alignment_1_0 : B.AlignmentDirectional_m1_0; - label = A.Container$(t14, new A.DefaultTextStyle(effectiveDataTextStyle.copyWith$1$color(_null), _null, true, B.TextOverflow_0, _null, B.TextWidthBasis_0, _null, new A.DropdownButtonHideUnderline(label, _null), _null), B.Clip_0, _null, _null, _null, _null, effectiveDataRowHeight, _null, _null, padding, _null, _null, _null); - if (t13 == null) - t14 = false; + t15 = t12 ? B.Alignment_1_0 : B.AlignmentDirectional_m1_0; + label = A.Container$(t15, new A.DefaultTextStyle(effectiveDataTextStyle.copyWith$1$color(_null), _null, true, B.TextOverflow_0, _null, B.TextWidthBasis_0, _null, new A.DropdownButtonHideUnderline(label, _null), _null), B.Clip_0, _null, _null, _null, _null, effectiveDataRowHeight, _null, _null, padding, _null, _null, _null); + if (t14 == null) + t15 = false; else - t14 = true; - if (t14) - label = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, _null, _null, effectiveDataRowColor, _null, _null); - t12.children[displayColumnIndex] = label; + 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); + t13.children[displayColumnIndex] = label; ++rowIndex; } ++displayColumnIndex; } - t1 = _this.decoration; - if (t1 == null) - t1 = theme.dataTableTheme.decoration; - return A.Container$(_null, A.Material$(B.Duration_200000, true, _null, A.Table$(tableRows, new A.ListMapView(tableColumns, A._arrayInstanceType(tableColumns)._eval$1("ListMapView<1>")), B.FlexColumnWidth_1, B.TableCellVerticalAlignment_0, _null), B.Clip_0, _null, 0, _null, _null, _null, _null, B.MaterialType_4), B.Clip_0, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = _this.decoration; + t1 = t2 == null ? t1.decoration : t2; + return A.Container$(_null, A.Material$(B.Duration_200000, true, _null, A.Table$(_null, tableRows, new A.ListMapView(tableColumns, A._arrayInstanceType(tableColumns)._eval$1("ListMapView<1>")), B.FlexColumnWidth_1, B.TableCellVerticalAlignment_0, _null), B.Clip_0, _null, 0, _null, _null, _null, _null, B.MaterialType_4), B.Clip_0, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null); } }; A.DataTable_build_closure3.prototype = { @@ -175789,28 +177249,28 @@ } return null; }, - $signature: 195 + $signature: 201 }; A.DataTable_build_closure.prototype = { call$1(row) { row.toString; return false; }, - $signature: 326 + $signature: 387 }; A.DataTable_build_closure0.prototype = { call$1(row) { row.toString; return false; }, - $signature: 326 + $signature: 387 }; A.DataTable_build_closure1.prototype = { call$1(row) { row.toString; return false; }, - $signature: 326 + $signature: 387 }; A.DataTable_build_closure2.prototype = { call$1(index) { @@ -175845,20 +177305,20 @@ borderSide = A.Divider_createBorderSide(_this.context, _null, t1); t1 = _this.$this; if (t1.showBottomBorder) - border = new A.Border(B.BorderSide_m7u, B.BorderSide_m7u, borderSide, B.BorderSide_m7u); + border = new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, borderSide, B.BorderSide_0CF); else - border = index === 0 ? _null : new A.Border(borderSide, B.BorderSide_m7u, B.BorderSide_m7u, B.BorderSide_m7u); + border = index === 0 ? _null : new A.Border(borderSide, B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF); 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_null0, false, type$.Widget)); + 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: 894 + $signature: 903 }; A.DataTable_build_closure4.prototype = { call$1(checked) { return this.$this._handleSelectAll$2(checked, this.someChecked); }, - $signature: 454 + $signature: 388 }; A.DataTable_build_closure5.prototype = { call$0() { @@ -175908,18 +177368,18 @@ } return B.Rect_0_0_0_0; }, - $signature: 336 + $signature: 390 }; A._SortArrow.prototype = { createState$0() { - return new A._SortArrowState(null, B._StateLifecycle_0); + return new A._SortArrowState(null, null, B._StateLifecycle_0); } }; A._SortArrowState.prototype = { initState$0() { var t1, t2, t3, _this = this, _null = null; _this.super$State$initState(); - t1 = A.AnimationController$(_null, _this._widget.duration, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _this._widget.duration, _null, 1, _null, _this); _this.___SortArrowState__opacityController = t1; t1 = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t2 = _this.get$_data_table$_rebuild(); @@ -175927,7 +177387,7 @@ _this.___SortArrowState__opacityAnimation = t1; t1 = A._lateReadCheck(_this.___SortArrowState__opacityController, "_opacityController"); t1.set$value(0, _this._widget.visible ? 1 : 0); - t1 = A.AnimationController$(_null, _this._widget.duration, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _this._widget.duration, _null, 1, _null, _this); _this.___SortArrowState__orientationController = t1; t1 = A._lateReadCheck(t1, "_orientationController"); t3 = $.$get$_SortArrowState__turnTween(); @@ -175996,16 +177456,14 @@ this.super$__SortArrowState_State_TickerProviderStateMixin$dispose0(0); }, build$1(_, context) { - var t2, t3, t4, - t1 = A._lateReadCheck(this.___SortArrowState__opacityAnimation, "_opacityAnimation"); - t1 = t1.get$value(t1); - t2 = this._orientationOffset; - t3 = A._lateReadCheck(this.___SortArrowState__orientationAnimation, "_orientationAnimation"); - t4 = t3._evaluatable; + 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.Opacity$(false, A.Transform$(B.Alignment_0_0, B.Icon_CKg, t3, true), t1); + return A.FadeTransition$(false, A.Transform$(B.Alignment_0_0, B.Icon_CKg, t3, true), t1); } }; A._SortArrowState__rebuild_closure.prototype = { @@ -176021,25 +177479,24 @@ return A.throwExpression(A.UnimplementedError$(null)); } }; - A._NullWidget0.prototype = { + A._NullWidget.prototype = { createElement$0(_) { return A.throwExpression(A.UnimplementedError$(null)); } }; A.__SortArrowState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.DataTableSource.prototype = {}; @@ -176059,7 +177516,7 @@ 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._LerpProperties2.prototype = { + A._LerpProperties3.prototype = { resolve$1(states) { var resolvedB, _this = this, t1 = _this.a, @@ -176073,12 +177530,12 @@ A._DataTableThemeData_Object_Diagnosticable.prototype = {}; A.DatePickerEntryMode.prototype = { toString$0(_) { - return this._date$_name; + return "DatePickerEntryMode." + this._core$_name; } }; A.DatePickerMode.prototype = { toString$0(_) { - return this._date$_name; + return "DatePickerMode." + this._core$_name; } }; A.showDatePicker_closure.prototype = { @@ -176086,12 +177543,12 @@ var t1 = this._box_0.dialog; return t1; }, - $signature: 72 + $signature: 69 }; A.DatePickerDialog.prototype = { createState$0() { var _null = null; - return new A._DatePickerDialogState(A.RestorableBool$(false), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_FormState), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, B._StateLifecycle_0); + return new A._DatePickerDialogState(new A._RestorableAutovalidateMode(B.AutovalidateMode_0, A.List_List$filled(0, _null, false, type$.nullable_void_Function)), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_FormState), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, B._StateLifecycle_0); } }; A._DatePickerDialogState.prototype = { @@ -176124,7 +177581,7 @@ restoreState$2(oldBucket, initialRestore) { var _this = this; _this.registerForRestoration$2(_this.get$_selectedDate(), "selected_date"); - _this.registerForRestoration$2(_this._autoValidate, "autovalidate"); + _this.registerForRestoration$2(_this._autovalidateMode, "autovalidateMode"); _this.registerForRestoration$2(_this.get$_entryMode(), "calendar_entry_mode"); }, _handleOk$0() { @@ -176161,20 +177618,20 @@ switch (this.get$_entryMode()._restoration_properties$_value) { case B.DatePickerEntryMode_0: case B.DatePickerEntryMode_2: - switch (orientation) { - case B.Orientation_0: + switch (orientation.index) { + case 0: return B.Size_330_518; - case B.Orientation_1: + case 1: return B.Size_496_346; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } case B.DatePickerEntryMode_1: case B.DatePickerEntryMode_3: - switch (orientation) { - case B.Orientation_0: + switch (orientation.index) { + case 0: return B.Size_330_270; - case B.Orientation_1: + case 1: return B.Size_496_160; default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -176198,10 +177655,10 @@ onPrimarySurface = colorScheme.brightness === B.Brightness_1 ? colorScheme.onPrimary : colorScheme.onSurface; t3 = orientation === B.Orientation_1; if (t3) { - t4 = textTheme.headline5; + t4 = textTheme.headlineSmall; dateStyle = t4 == null ? _null : t4.copyWith$1$color(onPrimarySurface); } else { - t4 = textTheme.headline4; + t4 = textTheme.headlineMedium; dateStyle = t4 == null ? _null : t4.copyWith$1$color(onPrimarySurface); } _this._widget.toString; @@ -176216,7 +177673,7 @@ switch (_this.get$_entryMode()._restoration_properties$_value) { case B.DatePickerEntryMode_0: _box_0.picker = calendarDatePicker.call$0(); - entryModeButton = A.IconButton$(B.Alignment_0_0, onPrimarySurface, _null, true, B.Icon_NEt, 24, _this.get$_handleEntryModeToggle(), B.EdgeInsets_8_8_8_8, t1.get$inputDateModeButtonLabel(), _null); + entryModeButton = A.IconButton$(B.Alignment_0_0, onPrimarySurface, _null, true, B.Icon_NEt, _null, _this.get$_handleEntryModeToggle(), B.EdgeInsets_8_8_8_8, t1.get$inputDateModeButtonLabel(), _null); break; case B.DatePickerEntryMode_2: _box_0.picker = calendarDatePicker.call$0(); @@ -176224,7 +177681,7 @@ break; case B.DatePickerEntryMode_1: _box_0.picker = inputDatePicker.call$0(); - entryModeButton = A.IconButton$(B.Alignment_0_0, onPrimarySurface, _null, true, B.Icon_vjf, 24, _this.get$_handleEntryModeToggle(), B.EdgeInsets_8_8_8_8, t1.get$calendarModeButtonLabel(), _null); + entryModeButton = A.IconButton$(B.Alignment_0_0, onPrimarySurface, _null, true, B.Icon_vjf, _null, _this.get$_handleEntryModeToggle(), B.EdgeInsets_8_8_8_8, t1.get$calendarModeButtonLabel(), _null); break; case B.DatePickerEntryMode_3: _box_0.picker = inputDatePicker.call$0(); @@ -176241,8 +177698,8 @@ }; A._DatePickerDialogState__handleOk_closure.prototype = { call$0() { - this.$this._autoValidate.super$RestorableValue$value(0, true); - return true; + this.$this._autovalidateMode.set$value(0, B.AutovalidateMode_1); + return B.AutovalidateMode_1; }, $signature: 0 }; @@ -176251,7 +177708,7 @@ var t1 = this.$this; switch (t1.get$_entryMode()._restoration_properties$_value) { case B.DatePickerEntryMode_0: - t1._autoValidate.super$RestorableValue$value(0, false); + t1._autovalidateMode.set$value(0, B.AutovalidateMode_0); t1.get$_entryMode().set$value(0, B.DatePickerEntryMode_1); break; case B.DatePickerEntryMode_1: @@ -176298,13 +177755,13 @@ 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: 900 + $signature: 909 }; A._DatePickerDialogState_build_inputDatePicker.prototype = { call$0() { var _null = null, t1 = this.$this, - t2 = t1._autoValidate._restoration_properties$_value, + t2 = t1._autovalidateMode._restoration_properties$_value, t3 = this.orientation === B.Orientation_0 ? 98 : 108, t4 = t1.get$_selectedDate()._restoration_properties$_value, t5 = t1._widget, @@ -176331,22 +177788,22 @@ 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, 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); }, - $signature: 901 + $signature: 910 }; A._DatePickerDialogState_build_closure.prototype = { call$1(context) { var t1, _this = this, _null = null; - switch (_this.orientation) { - case B.Orientation_0: + switch (_this.orientation.index) { + case 0: return A.Column$(A._setArrayType([_this.header, A.Expanded$(_this._box_0.picker, 1), _this.actions], type$.JSArray_Widget), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); - case B.Orientation_1: + case 1: t1 = type$.JSArray_Widget; return A.Row$(A._setArrayType([_this.header, new A.Flexible(1, B.FlexFit_1, A.Column$(A._setArrayType([A.Expanded$(_this._box_0.picker, 1), _this.actions], t1), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null)], t1), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 902 + $signature: 911 }; A._RestorableDatePickerEntryMode.prototype = { createDefaultValue$0() { @@ -176357,7 +177814,22 @@ }, fromPrimitives$1(data) { data.toString; - return B.List_NI2[A._asIntS(data)]; + return B.List_YT6[A._asIntS(data)]; + }, + toPrimitives$0() { + return this._restoration_properties$_value.index; + } + }; + A._RestorableAutovalidateMode.prototype = { + createDefaultValue$0() { + return this._date_picker0$_defaultValue; + }, + didUpdateValue$1(oldValue) { + this.notifyListeners$0(); + }, + fromPrimitives$1(data) { + data.toString; + return B.List_wbZ[A._asIntS(data)]; }, toPrimitives$0() { return this._restoration_properties$_value.index; @@ -176372,22 +177844,22 @@ isDark = colorScheme.brightness === B.Brightness_0, primarySurfaceColor = isDark ? colorScheme.surface : colorScheme.primary, onPrimarySurfaceColor = isDark ? colorScheme.onSurface : colorScheme.onPrimary, - t1 = textTheme.overline, + t1 = textTheme.labelSmall, helpStyle = t1 == null ? _null : t1.copyWith$1$color(onPrimarySurfaceColor), help = A.Text$(_this.helpText, _null, 1, B.TextOverflow_2, _null, _null, helpStyle, _null, _null, _null); t1 = _this.titleText; t2 = _this.orientation; t3 = t2 === B.Orientation_0 ? 1 : 2; title = A.Text$(t1, _null, t3, B.TextOverflow_2, t1, _null, _this.titleStyle, _null, _null, _null); - switch (t2) { - case B.Orientation_0: + switch (t2.index) { + case 0: t1 = type$.JSArray_Widget; t2 = A._setArrayType([A.Expanded$(title, 1)], t1); t3 = _this.entryModeButton; if (t3 != null) t2.push(t3); - return new A.SizedBox(_null, 120, A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsetsDirectional_24_0_12_0, A.Column$(A._setArrayType([B.SizedBox_null_16_null_null, help, B.Flexible_alm, A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t1), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null), B.Clip_0, primarySurfaceColor, 0, _null, _null, _null, _null, B.MaterialType_0), _null); - case B.Orientation_1: + return new A.SizedBox(_null, 120, A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsetsDirectional_24_0_12_0, A.Column$(A._setArrayType([B.SizedBox_null_16_null_null, help, B.Flexible_swd, A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t1), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null), B.Clip_0, primarySurfaceColor, 0, _null, _null, _null, _null, B.MaterialType_0), _null); + case 1: t1 = _this.isShort ? 16 : 56; t1 = A._setArrayType([B.SizedBox_null_16_null_null, new A.Padding(B.EdgeInsets_16_0_16_0, help, _null), new A.SizedBox(_null, t1, _null, _null), A.Expanded$(new A.Padding(B.EdgeInsets_16_0_16_0, title, _null), 1)], type$.JSArray_Widget); t2 = _this.entryModeButton; @@ -176404,7 +177876,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -176475,18 +177947,19 @@ if (t5 == null) t5 = dialogTheme.shape; if (t5 == null) - t5 = B.RoundedRectangleBorder_a510; + t5 = B.RoundedRectangleBorder_LkV0; t5 = A.Material$(B.Duration_200000, true, _null, _this.child, _this.clipBehavior, t3, t4, _null, _null, t5, _null, B.MaterialType_1); return new A.AnimatedPadding(effectivePadding, new A.MediaQuery(context.dependOnInheritedWidgetOfExactType$1$0(t1).data.removeViewInsets$4$removeBottom$removeLeft$removeRight$removeTop(true, true, true, true), new A.Align(t2, _null, _null, new A.ConstrainedBox(B.BoxConstraints_mlX, t5, _null), _null), _null), B.C__DecelerateCurve, B.Duration_100000, _null, _null); } }; A.AlertDialog.prototype = { build$1(_, context) { - var t1, paddingScaleFactor, t2, t3, t4, t5, t6, titleWidget, effectiveContentPadding, contentWidget, actionsWidget, dialogChild, _this = this, _null = null, + var t2, paddingScaleFactor, t3, t4, t5, t6, t7, titleWidget, effectiveContentPadding, contentWidget, actionsWidget, dialogChild, _this = this, _null = null, theme = A.Theme_of(context), dialogTheme = A.Theme_of(context).dialogTheme, - label = _this.semanticLabel; - switch (theme.platform) { + label = _this.semanticLabel, + t1 = theme.platform; + switch (t1) { case B.TargetPlatform_2: case B.TargetPlatform_4: break; @@ -176495,9 +177968,9 @@ case B.TargetPlatform_3: case B.TargetPlatform_5: if (label == null) { - t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); - t1.toString; - label = t1.get$alertDialogLabel(); + t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); + t2.toString; + label = t2.get$alertDialogLabel(); } break; default: @@ -176505,42 +177978,43 @@ } paddingScaleFactor = A._paddingScaleFactor(context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.textScaleFactor); A.Directionality_maybeOf(context); - t1 = _this.title; - t2 = t1 == null; - t3 = !t2; - if (t3) { - t4 = _this.content == null ? 20 : 0; - t5 = 24 * paddingScaleFactor; - t6 = dialogTheme.titleTextStyle; - if (t6 == null) { - t6 = theme.textTheme.headline6; - t6.toString; + t2 = _this.title; + t3 = t2 == null; + t4 = !t3; + if (t4) { + t5 = _this.content == null ? 20 : 0; + t6 = 24 * paddingScaleFactor; + t7 = dialogTheme.titleTextStyle; + if (t7 == null) { + t7 = theme.textTheme.titleLarge; + t7.toString; } - titleWidget = new A.Padding(new A.EdgeInsets(t5, t5, t5, t4), 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, label == null, _null, _null, _null, _null, _null, _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, t6, _null, _null, B.TextWidthBasis_0), _null); + 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); } else titleWidget = _null; t1 = _this.content; - t4 = t1 != null; - if (t4) { + t2 = t1 != null; + if (t2) { effectiveContentPadding = _this.contentPadding; t5 = effectiveContentPadding.top; - t2 = t2 ? t5 * paddingScaleFactor : t5; + t3 = t3 ? t5 * paddingScaleFactor : t5; t5 = dialogTheme.contentTextStyle; if (t5 == null) { - t5 = theme.textTheme.subtitle1; + t5 = theme.textTheme.titleMedium; t5.toString; } - contentWidget = new A.Padding(new A.EdgeInsets(effectiveContentPadding.left * paddingScaleFactor, t2, 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), 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)); 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 (t3) { + if (t4) { titleWidget.toString; t1.push(titleWidget); } - if (t4) { + if (t2) { contentWidget.toString; t1.push(new A.Flexible(1, B.FlexFit_1, contentWidget, _null)); } @@ -176553,9 +178027,8 @@ }; A.SimpleDialog.prototype = { build$1(_, context) { - var label, t1, paddingScaleFactor, contentWidget, dialogChild, _null = null, - theme = A.Theme_of(context); - switch (theme.platform) { + var label, t1, paddingScaleFactor, contentWidget, dialogChild, _null = null; + switch (A.Theme_of(context).platform) { case B.TargetPlatform_4: case B.TargetPlatform_2: label = _null; @@ -176592,7 +178065,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 904 + $signature: 913 }; A.DialogTheme.prototype = { get$hashCode(_) { @@ -176628,7 +178101,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_m7u, B.BorderSide_m7u, A.Divider_createBorderSide(context, this.color, thickness), B.BorderSide_m7u), _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_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); } }; A.DividerThemeData.prototype = { @@ -176650,7 +178123,7 @@ A._DividerThemeData_Object_Diagnosticable.prototype = {}; A.DrawerAlignment.prototype = { toString$0(_) { - return this._drawer$_name; + return "DrawerAlignment." + this._core$_name; } }; A.Drawer.prototype = { @@ -176678,22 +178151,22 @@ if (t2 == null) t2 = 16; t3 = drawerTheme.shape; - t3 = A.Material$(B.Duration_200000, true, _null, this.child, B.Clip_0, t1, t2, _null, _null, t3, _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(B.BoxConstraints_0, t3, _null), _null); + t1 = A.Material$(B.Duration_200000, true, _null, this.child, B.Clip_0, t1, t2, _null, _null, t3, _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(B.BoxConstraints_0, t1, _null), _null); } }; A.DrawerController.prototype = { createState$0() { var _null = null, t1 = type$.LabeledGlobalKey_State_StatefulWidget; - return new A.DrawerControllerState(A.FocusScopeNode$(true, _null, false), new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), _null, B._StateLifecycle_0); + return new A.DrawerControllerState(A.FocusScopeNode$(true, _null, false), new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), _null, _null, B._StateLifecycle_0); } }; A.DrawerControllerState.prototype = { initState$0() { var t1, t2, _this = this; _this.super$State$initState(); - t1 = A.AnimationController$(null, B.Duration_246000, 0, null, 1, _this._widget.isDrawerOpen ? 1 : 0, _this); + 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.didRegisterListener$0(); @@ -176710,7 +178183,7 @@ this.super$_DrawerControllerState_State_SingleTickerProviderStateMixin$dispose(0); }, didChangeDependencies$0() { - this.super$_DrawerControllerState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + this.super$State$didChangeDependencies(); this.__DrawerControllerState__scrimColorTween = this._buildScrimColorTween$0(); }, didUpdateWidget$1(oldWidget) { @@ -176726,8 +178199,11 @@ t1 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); t1.set$value(0, _this._widget.isDrawerOpen ? 1 : 0); break; - default: + case B.AnimationStatus_1: + case B.AnimationStatus_2: break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _animationChanged$0() { @@ -176788,13 +178264,13 @@ t1 = true; if (t1) return; - if (B.JSNumber_methods.$lt(A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, "_value"), 0.5)) + if (A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, "_value") < 0.5) _this.close$0(0); else _this.open$0(0); }, get$_drawer$_width(_) { - var t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._drawerKey); + var t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._drawer$_drawerKey); t1 = t1 == null ? null : t1.get$renderObject(); type$.nullable_RenderBox._as(t1); if (t1 != null) @@ -176809,10 +178285,10 @@ t1 = details.primaryDelta; t1.toString; delta = t1 / _this.get$_drawer$_width(_this); - switch (_this._widget.alignment) { - case B.DrawerAlignment_0: + switch (_this._widget.alignment.index) { + case 0: break; - case B.DrawerAlignment_1: + case 1: delta = -delta; break; default: @@ -176823,16 +178299,16 @@ switch (t1.textDirection) { case B.TextDirection_0: t1 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); - t1.set$value(0, B.JSNumber_methods.$sub(A._lateReadCheck(t1.__AnimationController__value, _s6_), delta)); + t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, _s6_) - delta); break; case B.TextDirection_1: t1 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); - t1.set$value(0, B.JSNumber_methods.$add(A._lateReadCheck(t1.__AnimationController__value, _s6_), delta)); + t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, _s6_) + delta); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - opened = B.JSNumber_methods.$gt(A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, _s6_), 0.5); + opened = A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, _s6_) > 0.5; if (opened !== _this._previouslyOpened) { _this._widget.toString; t1 = true; @@ -176852,10 +178328,10 @@ t1 = details.velocity.pixelsPerSecond._dx; if (Math.abs(t1) >= 365) { visualVelocity = t1 / _this.get$_drawer$_width(_this); - switch (_this._widget.alignment) { - case B.DrawerAlignment_0: + switch (_this._widget.alignment.index) { + case 0: break; - case B.DrawerAlignment_1: + case 1: visualVelocity = -visualVelocity; break; default: @@ -176875,13 +178351,13 @@ default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - } else if (B.JSNumber_methods.$lt(A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, "_value"), 0.5)) + } else if (A._lateReadCheck(A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_).__AnimationController__value, "_value") < 0.5) _this.close$0(0); else _this.open$0(0); }, open$0(_) { - A._lateReadCheck(this.__DrawerControllerState__controller, "_controller").fling$1$velocity(1); + A._lateReadCheck(this.__DrawerControllerState__controller, "_controller").fling$0(); this._widget.drawerCallback.call$1(true); }, close$0(_) { @@ -176896,20 +178372,20 @@ return new A.ColorTween(B.Color_0, t1 == null ? B.Color_2315255808 : t1); }, get$_drawerOuterAlignment() { - switch (this._widget.alignment) { - case B.DrawerAlignment_0: + switch (this._widget.alignment.index) { + case 0: return B.AlignmentDirectional_m1_0; - case B.DrawerAlignment_1: + case 1: return B.AlignmentDirectional_1_0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, get$_drawerInnerAlignment() { - switch (this._widget.alignment) { - case B.DrawerAlignment_0: + switch (this._widget.alignment.index) { + case 0: return B.AlignmentDirectional_1_0; - case B.DrawerAlignment_1: + case 1: return B.AlignmentDirectional_m1_0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -176937,9 +178413,9 @@ 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; - t2 = t2.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); + 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); + return new A.Align(t1, _null, _null, t2, _null); } else { switch (A.Theme_of(context).platform) { case B.TargetPlatform_0: @@ -176961,13 +178437,12 @@ t2 = t2.get$modalBarrierDismissLabel(); t3 = A._lateReadCheck(_this.__DrawerControllerState__scrimColorTween, "_scrimColorTween"); t4 = A._lateReadCheck(_this.__DrawerControllerState__controller, _s11_); - t4 = A.Container$(_null, _null, B.Clip_0, t3.transform$1(0, t4.get$value(t4)), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return A.GestureDetector$(_null, new A.RepaintBoundary(A.Stack$(B.AlignmentDirectional_m1_m1, 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, new A.MouseRegion(_null, _null, _null, B.C__DeferringMouseCursor, true, t4, _null), _null), B.DragStartBehavior_1, false, _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._drawerKey, _this._drawer$_focusScopeNode), _null), _null), _null)], type$.JSArray_Widget), B.Clip_1, B.StackFit_0, _null, _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); + 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(A.Stack$(B.AlignmentDirectional_m1_m1, 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, _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), B.Clip_1, B.StackFit_0, _null, _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); } }, build$1(_, context) { - var _null = null; - return A.ListTileTheme$(this._drawer$_buildDrawer$1(context), _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.ListTileStyle_1, _null, _null); + return A.ListTileTheme$(this._drawer$_buildDrawer$1(context), null, null, B.ListTileStyle_1); } }; A.DrawerControllerState__animationChanged_closure.prototype = { @@ -176977,17 +178452,17 @@ }; A._DrawerControllerState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.DrawerThemeData.prototype = { @@ -177043,11 +178518,11 @@ _dropdown$_handleFocusChange$1(focused) { var inTraditionalMode, menuLimits, t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._highlightMode; - switch (t1 == null ? A.FocusManager__defaultModeForPlatform() : t1) { - case B.FocusHighlightMode_0: + switch ((t1 == null ? A.FocusManager__defaultModeForPlatform() : t1).index) { + case 0: inTraditionalMode = false; break; - case B.FocusHighlightMode_1: + case 1: inTraditionalMode = true; break; default: @@ -177106,7 +178581,7 @@ itemBorderRadius = B.BorderRadius_tLn; child = A.InkWell$(t5 === t3.selectedIndex, itemBorderRadius, true, child, _null, true, _null, _null, _null, _null, _null, _null, _null, _this.get$_dropdown$_handleFocusChange(), _null, _null, _null, _this.get$_handleOnTap(), _null, _null, _null, _null, _null); child = A.FadeTransition$(false, child, opacity); - return new A.Shortcuts(B.Map_cWJJ0, child, _null, _null); + return new A.Shortcuts(B.Map_cW2nU, child, _null, _null); } }; A._DropdownMenu.prototype = { @@ -177141,12 +178616,11 @@ } t3 = A._lateReadCheck(_this.___DropdownMenuState__fadeOpacity, "_fadeOpacity"); _this._widget.toString; - t4 = A.Theme_of(context); - t4 = t4.canvasColor; + t4 = A.Theme_of(context).canvasColor; t5 = route.elevation; t6 = A._lateReadCheck(_this.___DropdownMenuState__resize, "_resize"); t7 = _this._widget.borderRadius; - t8 = B.Map_2VAu8.$index(0, t5); + t8 = B.Map_2Vato.$index(0, t5); t1 = t1.get$popupMenuLabel(); 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; @@ -177160,7 +178634,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 403 + $signature: 381 }; A._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -177174,13 +178648,11 @@ t1 = this.route, t2 = this.buttonRect, menuLimits = t1.getMenuLimits$3(t2, size._dy, t1.selectedIndex); - t1 = this.textDirection; - t1.toString; - switch (t1) { - case B.TextDirection_0: + switch (this.textDirection.index) { + case 0: left = J.clamp$2$n(t2.right, 0, size._dx) - childSize._dx; break; - case B.TextDirection_1: + case 1: left = J.clamp$2$n(t2.left, 0, size._dx - childSize._dx); break; default: @@ -177268,13 +178740,13 @@ call$2(total, height) { return total + height; }, - $signature: 296 + $signature: 312 }; A._DropdownRoute_getMenuLimits_closure.prototype = { call$2(total, height) { return total + height; }, - $signature: 296 + $signature: 312 }; A._DropdownRoutePage.prototype = { build$1(_, context) { @@ -177290,7 +178762,7 @@ var t1 = this.$this; return new A.CustomSingleChildLayout(new A._DropdownMenuRouteLayout(t1.buttonRect, t1.route, this.textDirection, t1.$ti._eval$1("_DropdownMenuRouteLayout<1>")), new A._CaptureAll(t1.capturedThemes._themes, this.menu, null), null); }, - $signature: 509 + $signature: 548 }; A._MenuItem.prototype = { createRenderObject$1(context) { @@ -177385,7 +178857,7 @@ }, _dropdown$_handleFocusChanged$0() { var _this = this; - if (_this._dropdown$_hasPrimaryFocus !== _this.get$focusNode(_this).get$hasPrimaryFocus()) + if (_this._hasPrimaryFocus !== _this.get$focusNode(_this).get$hasPrimaryFocus()) _this.setState$1(new A._DropdownButtonState__handleFocusChanged_closure(_this)); }, _dropdown$_handleFocusHighlightModeChange$1(mode) { @@ -177440,7 +178912,7 @@ if (t1 == null) { t1 = this._framework$_element; t1.toString; - t1 = A.Theme_of(t1).textTheme.subtitle1; + t1 = A.Theme_of(t1).textTheme.titleMedium; } return t1; }, @@ -177511,8 +178983,12 @@ t18 = A._setArrayType([], type$.JSArray_OverlayEntry); t19 = A.List_List$filled(0, _null, false, type$.nullable_void_Function); t20 = $.Zone__current; - t1 = new A._DropdownRoute(t2, B.EdgeInsets_16_0_16_0, t3, t4, t5, t7, t6, t10, t11, t9, true, _null, t13, t8, _null, t12, 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(t14, t15), t16), t17, t18, B.RouteSettings_null_null, new A.ValueNotifier(_null, t19, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t20, t15), t16), t1._eval$1("_DropdownRoute<1>")); - _this._dropdownRoute = t1; + _this._dropdownRoute = new A._DropdownRoute(t2, B.EdgeInsets_16_0_16_0, t3, t4, t5, t7, t6, t10, t11, t9, true, _null, t13, t8, _null, t12, 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(t14, t15), t16), t17, t18, B.RouteSettings_null_null, new A.ValueNotifier(_null, t19, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t20, t15), t16), t1._eval$1("_DropdownRoute<1>")); + t1 = _this.get$focusNode(_this); + if (t1 != null) + t1.requestFocus$0(); + t1 = _this._dropdownRoute; + t1.toString; $navigator.push$1(t1).then$1$1(0, new A._DropdownButtonState__handleTap_closure0(_this), type$.void); _this._widget.toString; }, @@ -177523,12 +178999,12 @@ _this._widget.toString; t1 = _this._framework$_element; t1.toString; - switch (A.Theme_of(t1).colorScheme.brightness) { - case B.Brightness_1: + switch (A.Theme_of(t1).colorScheme.brightness.index) { + case 1: t1 = B.Map_HFpTk.$index(0, 700); t1.toString; return t1; - case B.Brightness_0: + case 0: return B.Color_3019898879; default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -177537,12 +179013,12 @@ _this._widget.toString; t1 = _this._framework$_element; t1.toString; - switch (A.Theme_of(t1).colorScheme.brightness) { - case B.Brightness_1: + switch (A.Theme_of(t1).colorScheme.brightness.index) { + case 1: t1 = B.Map_HFpTk.$index(0, 400); t1.toString; return t1; - case B.Brightness_0: + case 0: return B.Color_452984831; default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -177558,7 +179034,7 @@ case B.FocusHighlightMode_0: return false; case B.FocusHighlightMode_1: - return this._dropdown$_hasPrimaryFocus; + return this._hasPrimaryFocus; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } @@ -177584,9 +179060,9 @@ t2 = t1.selectedItemBuilder; if (t2 == null) { t1 = t1.items; - items = t1 != null ? A.List_List$from(t1, true, type$.Widget) : A._setArrayType([], type$.JSArray_Widget); + items = t1 != null ? A.List_List$of(t1, true, type$.Widget) : A._setArrayType([], type$.JSArray_Widget); } else - items = A.List_List$from(t2.call$1(context), true, type$.Widget); + items = A.List_List$of(t2.call$1(context), true, type$.Widget); if (_this._widget.hint == null) { if (!_this.get$_dropdown$_enabled()) _this._widget.toString; @@ -177640,8 +179116,8 @@ } if (_this.get$_showHighlight()) { _this._widget.toString; - t2 = A.Theme_of(context); - t2 = new A.BoxDecoration(t2.focusColor, _null, _null, B.BorderRadius_tLn0, _null, _null, B.BoxShape_0); + t2 = A.Theme_of(context).focusColor; + t2 = new A.BoxDecoration(t2, _null, _null, B.BorderRadius_tLn0, _null, _null, B.BoxShape_0); } else t2 = _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); @@ -177652,7 +179128,7 @@ if (fontSize == null) { t4 = _this._framework$_element; t4.toString; - t4 = A.Theme_of(t4).textTheme.subtitle1.fontSize; + t4 = A.Theme_of(t4).textTheme.titleMedium.fontSize; t4.toString; fontSize = t4; } @@ -177672,7 +179148,7 @@ if (context.dependOnInheritedWidgetOfExactType$1$0(type$.DropdownButtonHideUnderline) == null) { t1 = _this._widget; bottom = t1.isDense || t1.itemHeight == null ? 0 : 8; - t1 = A.Container$(_null, _null, B.Clip_0, _null, _null, B.BoxDecoration_en0, _null, 1, _null, _null, _null, _null, _null, _null); + t1 = A.Container$(_null, _null, B.Clip_0, _null, _null, B.BoxDecoration_1ZZ, _null, 1, _null, _null, _null, _null, _null, _null); result = A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([result, A.Positioned$(bottom, t1, _null, _null, 0, 0, _null, _null)], t5), B.Clip_1, B.StackFit_0, _null, _null); } t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); @@ -177683,26 +179159,26 @@ t2 = _this.get$_dropdown$_enabled(); t3 = _this.get$focusNode(_this); _this._widget.toString; - t2 = A.Focus$(false, t2, new A.MouseRegion(_null, _null, _null, effectiveMouseCursor, true, A.GestureDetector$(B.HitTestBehavior_1, result, B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_dropdown$_enabled() ? _this.get$_dropdown$_handleTap() : _null, _null, _null, _null, _null, _null, _null), _null), _null, true, t3, true, _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, new A.Actions(t1, t2, _null), _null); + t1 = A.Actions$(t1, A.Focus$(false, t2, A.MouseRegion$(A.GestureDetector$(B.HitTestBehavior_1, result, B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_dropdown$_enabled() ? _this.get$_dropdown$_handleTap() : _null, _null, _null, _null, _null, _null, _null), effectiveMouseCursor, _null, _null, _null, _null), _null, _null, t3, true, _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); } }; A._DropdownButtonState_initState_closure.prototype = { call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 923 + $signature: 935 }; A._DropdownButtonState_initState_closure0.prototype = { call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 927 + $signature: 936 }; A._DropdownButtonState__handleFocusChanged_closure.prototype = { call$0() { var t1 = this.$this; - t1._dropdown$_hasPrimaryFocus = t1.get$focusNode(t1).get$hasPrimaryFocus(); + t1._hasPrimaryFocus = t1.get$focusNode(t1).get$hasPrimaryFocus(); }, $signature: 0 }; @@ -177714,9 +179190,8 @@ }; A._DropdownButtonState__updateSelectedIndex_closure.prototype = { call$1(item) { - var t1 = item.value, - t2 = this.$this._widget; - return J.$eq$(t1, t2.value); + var t1 = J.$eq$(item.value, this.$this._widget.value); + return t1; }, $signature() { return this.$this.$ti._eval$1("bool(DropdownMenuItem<1>)"); @@ -177729,7 +179204,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 518 + $signature: 544 }; A._DropdownButtonState__handleTap_closure0.prototype = { call$1(newValue) { @@ -177750,7 +179225,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: 936 + $signature: 945 }; A.DropdownButtonFormField.prototype = { createState$0() { @@ -177764,7 +179239,7 @@ t1 = _this.T; t1._eval$1("_DropdownButtonFormFieldState<0>")._as(field); t2 = _this.focusColor; - decorationArg = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _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); + decorationArg = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _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); t3 = field._framework$_element; t3.toString; effectiveDecoration = decorationArg.applyDefaults$1(A.Theme_of(t3).inputDecorationTheme); @@ -177775,7 +179250,7 @@ t6 = _this.hint; t7 = _this.disabledHint; isEmpty = t4 && !new A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable(t5, t3, t6, t7).call$0(); - return A.Focus$(false, false, new A.Builder(new A.DropdownButtonFormField__closure0(effectiveDecoration, field, isEmpty, t3, _this.selectedItemBuilder, field, t6, t7, t5, _this.onTap, _this.elevation, _this.style, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, t2, _this.focusNode, _this.autofocus, _this.dropdownColor, _this.menuMaxHeight, _this.enableFeedback, _this.alignment, t1), _null), _null, true, _null, true, _null, _null, _null, _null, true); + return A.Focus$(false, false, new A.Builder(new A.DropdownButtonFormField__closure0(effectiveDecoration, field, isEmpty, t3, _this.selectedItemBuilder, field, t6, t7, t5, _this.onTap, _this.elevation, _this.style, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, t2, _this.focusNode, _this.autofocus, _this.dropdownColor, _this.menuMaxHeight, _this.enableFeedback, _this.alignment, t1), _null), _null, _null, _null, true, _null, _null, _null, _null, true); }, $signature() { return this.T._eval$1("Focus(FormFieldState<0>)"); @@ -177798,7 +179273,7 @@ else return false; }, - $signature: 214 + $signature: 230 }; A.DropdownButtonFormField__closure0.prototype = { call$1(context) { @@ -177810,7 +179285,7 @@ t4 = t3.get$_form$_value(); return A.InputDecorator$(_null, new A.DropdownButtonHideUnderline(A.DropdownButton$(_this.alignment, _this.autofocus, _this.disabledHint, _this.dropdownColor, _this.elevation, _this.enableFeedback, _this.focusColor, _this.focusNode, _this.hint, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, _this.items, _this.menuMaxHeight, t3.get$didChange(), _this.onTap, _this.selectedItemBuilder, _this.style, t4, _this.T), _null), t1, false, _this.isEmpty, t2, false, _null, _null); }, - $signature: 937 + $signature: 960 }; A._DropdownButtonFormFieldState.prototype = { get$widget() { @@ -177840,13 +179315,13 @@ t1 = theme.shadowColor; t2 = theme.textTheme; t3 = theme.visualDensity; - return A.ElevatedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.SystemMouseCursor_forbidden, 2, true, B.SystemMouseCursor_click, B.Size_wjo, B.Size_64_36, colorScheme.onPrimary, colorScheme.onSurface, scaledPadding, colorScheme.primary, t1, B.RoundedRectangleBorder_a510, null, B.C__InkRippleFactory, theme.materialTapTargetSize, t2.button, t3); + return A.ElevatedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.SystemMouseCursor_forbidden, 2, true, B.SystemMouseCursor_click, B.Size_wjo, B.Size_64_36, colorScheme.onPrimary, colorScheme.onSurface, scaledPadding, colorScheme.primary, t1, B.RoundedRectangleBorder_LkV0, B.C__InkRippleFactory, theme.materialTapTargetSize, t2.labelLarge, t3); }, themeStyleOf$1(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.ElevatedButtonTheme); - t1 = A.Theme_of(context); - return t1.elevatedButtonTheme.style; + t1 = A.Theme_of(context).elevatedButtonTheme; + return t1.style; } }; A._ElevatedButtonDefaultBackground.prototype = { @@ -177938,7 +179413,7 @@ A._ElevatedButtonThemeData_Object_Diagnosticable.prototype = {}; A.ExpandIcon.prototype = { createState$0() { - return new A._ExpandIconState(null, B._StateLifecycle_0); + return new A._ExpandIconState(null, null, B._StateLifecycle_0); } }; A._ExpandIconState.prototype = { @@ -177946,7 +179421,7 @@ var t1, t2, _this = this, _s11_ = "_controller"; _this.super$State$initState(); - t1 = A.AnimationController$(null, B.Duration_200000, 0, null, 1, null, _this); + t1 = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); _this.___ExpandIconState__controller = t1; t1 = A._lateReadCheck(t1, _s11_); t2 = $.$get$_ExpandIconState__iconTurnTween(); @@ -177983,10 +179458,10 @@ this._widget.toString; var t1 = this._framework$_element; t1.toString; - switch (A.Theme_of(t1).colorScheme.brightness) { - case B.Brightness_1: + switch (A.Theme_of(t1).colorScheme.brightness.index) { + case 1: return B.Color_2315255808; - case B.Brightness_0: + case 0: return B.Color_2583691263; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -178008,17 +179483,17 @@ }; A.__ExpandIconState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A._SaltedKey.prototype = { @@ -178135,7 +179610,7 @@ }; A._FloatingActionButtonType.prototype = { toString$0(_) { - return this._floating_action_button$_name; + return "_FloatingActionButtonType." + this._core$_name; } }; A.FloatingActionButton.prototype = { @@ -178175,31 +179650,30 @@ if (highlightElevation == null) highlightElevation = 12; materialTapTargetSize = theme.materialTapTargetSize; - floatingActionButtonTheme.toString; t1 = floatingActionButtonTheme.extendedTextStyle; - extendedTextStyle = (t1 == null ? theme.textTheme.button.copyWith$1$letterSpacing(1.2) : t1).copyWith$1$color(foregroundColor); + extendedTextStyle = (t1 == null ? theme.textTheme.labelLarge.copyWith$1$letterSpacing(1.2) : t1).copyWith$1$color(foregroundColor); shape = floatingActionButtonTheme.shape; if (shape == null) - shape = B.CircleBorder_61T; + shape = B.CircleBorder_IVQ; resolvedChild = _this.child; - switch (_this._floatingActionButtonType) { - case B._FloatingActionButtonType_0: + switch (_this._floatingActionButtonType.index) { + case 0: sizeConstraints = floatingActionButtonTheme.sizeConstraints; if (sizeConstraints == null) sizeConstraints = B.BoxConstraints_56_56_56_56; break; - case B._FloatingActionButtonType_1: + case 1: sizeConstraints = floatingActionButtonTheme.smallSizeConstraints; if (sizeConstraints == null) sizeConstraints = B.BoxConstraints_40_40_40_40; break; - case B._FloatingActionButtonType_2: + case 2: sizeConstraints = floatingActionButtonTheme.largeSizeConstraints; if (sizeConstraints == null) sizeConstraints = B.BoxConstraints_96_96_96_96; resolvedChild = A.IconTheme_merge(resolvedChild, B.IconThemeData_null_null_36); break; - case B._FloatingActionButtonType_3: + case 3: sizeConstraints = floatingActionButtonTheme.extendedSizeConstraints; if (sizeConstraints == null) sizeConstraints = B.BoxConstraints_CWG; @@ -178382,7 +179856,7 @@ A._AnimationSwap.prototype = { get$value(_) { var t1, _this = this; - if (B.JSNumber_methods.$lt(A._lateReadCheck(_this.parent.__AnimationController__value, "_value"), _this.swapThreshold)) { + if (A._lateReadCheck(_this.parent.__AnimationController__value, "_value") < _this.swapThreshold) { t1 = _this.first; t1 = t1.get$value(t1); } else { @@ -178454,7 +179928,7 @@ A._FloatingActionButtonThemeData_Object_Diagnosticable.prototype = {}; A.IconButton.prototype = { build$1(_, context) { - var currentColor, effectiveVisualDensity, t4, t5, result, t6, t7, t8, t9, t10, t11, _this = this, _null = null, + var currentColor, effectiveVisualDensity, adjustedConstraints, t4, effectiveIconSize, result, t5, t6, t7, t8, _this = this, _null = null, theme = A.Theme_of(context), t1 = _this.onPressed, t2 = t1 == null, @@ -178466,21 +179940,23 @@ effectiveVisualDensity = _this.visualDensity; if (effectiveVisualDensity == null) effectiveVisualDensity = theme.visualDensity; + adjustedConstraints = effectiveVisualDensity.effectiveConstraints$1(B.BoxConstraints_mlX0); + t4 = _this.iconSize; + effectiveIconSize = t4 == null ? A.IconTheme_of(context).size : t4; + if (effectiveIconSize == null) + effectiveIconSize = 24; t4 = _this.padding; - t5 = _this.iconSize; - result = new A.ConstrainedBox(effectiveVisualDensity.effectiveConstraints$1(B.BoxConstraints_mlX0), new A.Padding(t4, new A.SizedBox(t5, t5, new A.Align(_this.alignment, _null, _null, A.IconTheme_merge(_this.icon, new A.IconThemeData(currentColor, _null, t5)), _null), _null), _null), _null); - t6 = _this.tooltip; - if (t6 != null) - result = A.Tooltip$(result, t6); + result = new A.ConstrainedBox(adjustedConstraints, new A.Padding(t4, new A.SizedBox(effectiveIconSize, effectiveIconSize, new A.Align(_this.alignment, _null, _null, A.IconTheme_merge(_this.icon, new A.IconThemeData(currentColor, _null, effectiveIconSize)), _null), _null), _null), _null); + t5 = _this.tooltip; + if (t5 != null) + result = A.Tooltip$(result, t5); t2 = t2 ? B.SystemMouseCursor_forbidden : B.SystemMouseCursor_click; - t6 = theme.focusColor; - t7 = theme.hoverColor; - t8 = theme.highlightColor; - t9 = theme.splashColor; - t10 = t4.get$horizontal(); - t11 = t4.get$_top(t4); - t4 = t4.get$_bottom(t4); - t1 = A.InkResponse$(false, _null, t3, result, false, _null, true, false, t6, _null, t8, B.BoxShape_1, t7, _null, t2, _null, _null, _null, _null, _null, t1, _null, _null, _null, Math.max(35, (t5 + Math.min(t10, t11 + t4)) * 0.7), t9, _null); + t5 = theme.focusColor; + t6 = theme.hoverColor; + t7 = theme.highlightColor; + t8 = theme.splashColor; + t4 = Math.max(35, (effectiveIconSize + Math.min(t4.get$horizontal(), t4.get$_top(t4) + t4.get$_bottom(t4))) * 0.7); + 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, t4, 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); } }; @@ -178601,13 +180077,13 @@ t1 = _this._ink_highlight$_customBorder; if (t1 != null) canvas.clipPath$1(0, t1.getOuterPath$2$textDirection(rect, _this._ink_highlight$_textDirection)); - switch (_this._ink_highlight$_shape) { - case B.BoxShape_1: + switch (_this._ink_highlight$_shape.index) { + case 1: t1 = rect.get$center(); t2 = _this._ink_highlight$_radius; canvas.drawCircle$3(0, t1, t2 == null ? 35 : t2, paint); break; - case B.BoxShape_0: + 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); @@ -178650,7 +180126,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 336 + $signature: 390 }; 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) { @@ -178670,7 +180146,7 @@ t2 = radius; t1 = new A.InkRipple(position, t1, customBorder, t2, A._getClipCallback(referenceBox, containedInkWell, rectCallback), textDirection, color, controller, referenceBox, onRemoved); t3 = controller.vsync; - t4 = A.AnimationController$(_null, B.Duration_75000, 0, _null, 1, _null, t3); + t4 = A.AnimationController$(_null, B.Duration_75000, _null, 1, _null, t3); t5 = controller.get$markNeedsPaint(); t4.didRegisterListener$0(); t6 = t4.AnimationLocalListenersMixin__listeners; @@ -178683,7 +180159,7 @@ 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")); - t6 = A.AnimationController$(_null, B.Duration_1000000, 0, _null, 1, _null, t3); + t6 = A.AnimationController$(_null, B.Duration_1000000, _null, 1, _null, t3); t6.didRegisterListener$0(); t4 = t6.AnimationLocalListenersMixin__listeners; t4._isDirty = true; @@ -178695,7 +180171,7 @@ 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")); - t3 = A.AnimationController$(_null, B.Duration_375000, 0, _null, 1, _null, t3); + t3 = A.AnimationController$(_null, B.Duration_375000, _null, 1, _null, t3); t3.didRegisterListener$0(); t10 = t3.AnimationLocalListenersMixin__listeners; t10._isDirty = true; @@ -178776,7 +180252,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 336 + $signature: 390 }; 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) { @@ -178785,7 +180261,7 @@ t2 = radius == null ? A._getTargetRadius(referenceBox, containedInkWell, rectCallback, position) : radius; t1 = new A.InkSplash(position, t1, customBorder, t2, A._getClipCallback0(referenceBox, containedInkWell, rectCallback), !containedInkWell, textDirection, color, controller, referenceBox, onRemoved); t3 = controller.vsync; - t4 = A.AnimationController$(_null, B.Duration_1000000, 0, _null, 1, _null, t3); + t4 = A.AnimationController$(_null, B.Duration_1000000, _null, 1, _null, t3); t5 = controller.get$markNeedsPaint(); t4.didRegisterListener$0(); t6 = t4.AnimationLocalListenersMixin__listeners; @@ -178796,7 +180272,7 @@ 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")); - t3 = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, _null, t3); + t3 = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, t3); t3.didRegisterListener$0(); t6 = t3.AnimationLocalListenersMixin__listeners; t6._isDirty = true; @@ -178907,7 +180383,7 @@ }; A._HighlightType.prototype = { toString$0(_) { - return this._ink_well$_name; + return "_HighlightType." + this._core$_name; } }; A._InkResponseState.prototype = { @@ -178991,7 +180467,7 @@ return t1; case B._HighlightType_2: t1 = _this._widget.overlayColor; - t1 = t1 == null ? null : t1.resolve$1(B.Set_qNgX1); + t1 = t1 == null ? null : t1.resolve$1(B.Set_YGDIm); if (t1 == null) t1 = _this._widget.focusColor; if (t1 == null) { @@ -179002,7 +180478,7 @@ return t1; case B._HighlightType_1: t1 = _this._widget.overlayColor; - t1 = t1 == null ? null : t1.resolve$1(B.Set_wPMXb); + t1 = t1 == null ? null : t1.resolve$1(B.Set_WLNEa); if (t1 == null) t1 = _this._widget.hoverColor; if (t1 == null) { @@ -179016,11 +180492,11 @@ } }, getFadeDurationForType$1(type) { - switch (type) { - case B._HighlightType_0: + switch (type.index) { + case 0: return B.Duration_200000; - case B._HighlightType_1: - case B._HighlightType_2: + case 1: + case 2: return B.Duration_50000; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -179059,7 +180535,7 @@ 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, 0, null, 1, null, t3.vsync); + t11 = A.AnimationController$(null, t11, null, 1, null, t3.vsync); t11.didRegisterListener$0(); t10 = t11.AnimationLocalListenersMixin__listeners; t10._isDirty = true; @@ -179081,20 +180557,20 @@ highlight._active = false; A._lateReadCheck(highlight.__InkHighlight__alphaController, _s16_).reverse$0(0); } - switch (type) { - case B._HighlightType_0: + switch (type.index) { + case 0: t1 = _this._widget.onHighlightChanged; if (t1 != null) t1.call$1(value); break; - case B._HighlightType_1: + case 1: if (callOnHover) { t1 = _this._widget.onHover; if (t1 != null) t1.call$1(value); } break; - case B._HighlightType_2: + case 2: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -179112,7 +180588,7 @@ type$.RenderBox._as(t3); position = t3.globalToLocal$1(globalPosition); t4 = _this._widget.overlayColor; - t4 = t4 == null ? null : t4.resolve$1(B.Set_GpMb9); + t4 = t4 == null ? null : t4.resolve$1(B.Set_cMbP4); color = t4 == null ? _this._widget.splashColor : t4; if (color == null) { t4 = _this._framework$_element; @@ -179149,12 +180625,12 @@ t1.toString; t1 = A.MediaQuery_maybeOf(t1); mode = t1 == null ? null : t1.navigationMode; - switch (mode == null ? B.NavigationMode_0 : mode) { - case B.NavigationMode_0: + switch ((mode == null ? B.NavigationMode_0 : mode).index) { + case 0: t1 = _this._widget; t1.toString; return _this._isWidgetEnabled$1(t1) && _this._hasFocus; - case B.NavigationMode_1: + case 1: return _this._hasFocus; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -179163,11 +180639,11 @@ _updateFocusHighlights$0() { var showFocus, t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._highlightMode; - switch (t1 == null ? A.FocusManager__defaultModeForPlatform() : t1) { - case B.FocusHighlightMode_0: + switch ((t1 == null ? A.FocusManager__defaultModeForPlatform() : t1).index) { + case 0: showFocus = false; break; - case B.FocusHighlightMode_1: + case 1: showFocus = this.get$_shouldShowFocus(); break; default: @@ -179341,12 +180817,12 @@ t1.toString; t1 = A.MediaQuery_maybeOf(t1); mode = t1 == null ? null : t1.navigationMode; - switch (mode == null ? B.NavigationMode_0 : mode) { - case B.NavigationMode_0: + switch ((mode == null ? B.NavigationMode_0 : mode).index) { + case 0: t1 = _this._widget; t1.toString; return _this._isWidgetEnabled$1(t1) && _this._widget.canRequestFocus; - case B.NavigationMode_1: + case 1: return true; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -179364,7 +180840,7 @@ t1 = _this._currentSplash; if (t1 != null) { t2 = _this._widget.overlayColor; - t2 = t2 == null ? _null : t2.resolve$1(B.Set_GpMb9); + t2 = t2 == null ? _null : t2.resolve$1(B.Set_cMbP4); if (t2 == null) t2 = _this._widget.splashColor; t1.set$color(0, t2 == null ? A.Theme_of(context).splashColor : t2); @@ -179416,7 +180892,7 @@ t10 = t9.onDoubleTap != null ? _this.get$_handleDoubleTap() : _null; t11 = t9.onLongPress != null ? _this.get$_handleLongPress() : _null; t3 = A.GestureDetector$(B.HitTestBehavior_1, t9.child, B.DragStartBehavior_1, true, _null, t10, _null, _null, _null, _null, _null, t11, _null, _null, _null, _null, _null, _null, _null, t7, t8, t3, _null, _null, _null, _null); - return new A._ParentInkResponseProvider(_this, new A.Actions(value, A.Focus$(t4, t2, new A.MouseRegion(_this.get$_handleMouseEnter(), _null, _this.get$_handleMouseExit(), effectiveMouseCursor, true, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t3, _null), _null), _null, true, t1, true, _null, _this.get$_handleFocusUpdate(), _null, _null, _null), _null), _null); + return new A._ParentInkResponseProvider(_this, A.Actions$(value, A.Focus$(t4, t2, A.MouseRegion$(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, t3, _null), effectiveMouseCursor, _null, _this.get$_handleMouseEnter(), _this.get$_handleMouseExit(), _null), _null, _null, t1, true, _null, _this.get$_handleFocusUpdate(), _null, _null, _null)), _null); }, $is_ParentInkResponseState: 1 }; @@ -179424,7 +180900,7 @@ call$1(highlight) { return highlight != null; }, - $signature: 957 + $signature: 966 }; A._InkResponseState_updateHighlight_handleInkRemoval.prototype = { call$0() { @@ -179474,7 +180950,7 @@ A.InputBorder.prototype = {}; A._NoInputBorder.prototype = { copyWith$1$borderSide(borderSide) { - return B._NoInputBorder_EYU; + return B._NoInputBorder_sqK; }, get$isOutline() { return false; @@ -179483,7 +180959,7 @@ return B.EdgeInsets_0_0_0_0; }, scale$1(_, t) { - return B._NoInputBorder_EYU; + return B._NoInputBorder_sqK; }, getInnerPath$2$textDirection(rect, textDirection) { var t1 = A.Path_Path(); @@ -179573,6 +181049,9 @@ get$isOutline() { return true; }, + copyWith$1$borderSide(borderSide) { + return new A.OutlineInputBorder(this.gapPadding, this.borderRadius, borderSide); + }, get$dimensions() { var t1 = this.borderSide.width; return new A.EdgeInsets(t1, t1, t1, t1); @@ -179633,20 +181112,19 @@ t14 = t10 - scaledRRect.blRadiusY * 2; t15 = scaledRRect.blRadiusX; t16 = t15 * 2; - tlCornerArcSweep = start < t3 ? Math.asin(B.JSNumber_methods.clamp$2(start / t3, -1, 1)) : 1.5707963267948966; + tlCornerArcSweep = Math.acos(B.JSNumber_methods.clamp$2(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.moveTo$2(0, t1 + t3, t2); if (start > t3) path.lineTo$2(0, t1 + start, t2); t3 = start + extent; t17 = t5 - t1; if (t3 < t17 - t6) { - path.relativeMoveTo$2(extent, 0); + path.moveTo$2(0, t1 + start + extent, t2); path.lineTo$2(0, t5 - t6, t2); path.addArc$3(0, trCorner, 4.71238898038469, 1.5707963267948966); } else if (t3 < t17) { - sweep = Math.acos((t17 - t3) / t6); + 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); } path.moveTo$2(0, t5, t2 + t9); @@ -179668,12 +181146,11 @@ t1 = _this.gapPadding; t2 = A.lerpDouble(0, gapExtent + t1 * 2, gapPercentage); t2.toString; - textDirection.toString; - switch (textDirection) { - case B.TextDirection_0: + switch (textDirection.index) { + case 0: canvas.drawPath$2(0, _this._gapBorderPath$4(canvas, center, Math.max(0, gapStart + t1 - t2), t2), paint); break; - case B.TextDirection_1: + case 1: canvas.drawPath$2(0, _this._gapBorderPath$4(canvas, center, Math.max(0, gapStart - t1), t2), paint); break; default: @@ -179774,18 +181251,16 @@ _this._widget.toString; t1 = _this._framework$_element; t1.toString; - t1 = A.Localizations_of(t1, B.Type_MaterialLocalizations_flR, t2); - t1.toString; - t1 = t1.get$invalidDateFormatLabel(); - return t1; + t2 = A.Localizations_of(t1, 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; - t1 = A.Localizations_of(t1, B.Type_MaterialLocalizations_flR, t2); - t1.toString; - t1 = t1.get$dateOutOfRangeLabel(); - return t1; + t2 = A.Localizations_of(t1, B.Type_MaterialLocalizations_flR, t2); + t2.toString; + return t2.get$dateOutOfRangeLabel(); } return null; }, @@ -179818,7 +181293,7 @@ t2 = t1.get$dateHelpText(); _this._widget.toString; t1 = t1.get$dateInputLabel(); - t1 = A.InputDecoration$(_null, B.UnderlineInputBorder_4YI, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + 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); _this._widget.toString; return A.TextFormField$(true, _null, true, _null, _this._input_date_picker_form_field$_controller, t1, _null, false, _null, _null, _null, _null, B.TextInputType_4_null_null, 1, _null, false, _null, _null, _this.get$_handleSubmitted(), _this.get$_handleSaved(), false, _null, _null, B.TextAlign_4, _null, _this.get$_validateDate()); } @@ -179828,7 +181303,7 @@ var t1 = this.$this; t1.setState$1(new A._InputDatePickerFormFieldState_didUpdateWidget__closure(t1)); }, - $signature: 29 + $signature: 28 }; A._InputDatePickerFormFieldState_didUpdateWidget__closure.prototype = { call$0() { @@ -179863,6 +181338,9 @@ }, get$hashCode(_) { return A.hashValues(this._input_decorator$_start, this._extent, 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__HashEnd, B.C__HashEnd); + }, + toString$0(_) { + return "#" + A.shortHash(this); } }; A._InputBorderTween.prototype = { @@ -179897,19 +181375,22 @@ shouldRepaint$1(oldPainter) { var _this = this; return _this.borderAnimation !== oldPainter.borderAnimation || _this.hoverAnimation !== oldPainter.hoverAnimation || _this.gapAnimation !== oldPainter.gapAnimation || _this.border !== oldPainter.border || !_this.gap.$eq(0, oldPainter.gap) || _this.textDirection != oldPainter.textDirection; + }, + toString$0(_) { + return "#" + A.shortHash(this); } }; A._BorderContainer.prototype = { createState$0() { - return new A._BorderContainerState(null, B._StateLifecycle_0); + return new A._BorderContainerState(null, null, B._StateLifecycle_0); } }; A._BorderContainerState.prototype = { initState$0() { var t1, _this = this, _null = null; _this.super$State$initState(); - _this.___BorderContainerState__hoverColorController = A.AnimationController$(_null, B.Duration_15000, 0, _null, 1, _this._widget.isHovering ? 1 : 0, _this); - t1 = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, _null, _this); + _this.___BorderContainerState__hoverColorController = 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); t1 = _this._widget.border; @@ -179928,7 +181409,7 @@ _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget.border; t2 = oldWidget.border; - if (!J.$eq$(t1, t2)) { + if (!t1.$eq(0, t2)) { _this.___BorderContainerState__border = new A._InputBorderTween(t2, _this._widget.border); t1 = A._lateReadCheck(_this.___BorderContainerState__controller, "_controller"); t1.set$value(0, 0); @@ -179980,7 +181461,7 @@ }; A._HelperError.prototype = { createState$0() { - return new A._HelperErrorState(null, B._StateLifecycle_0); + return new A._HelperErrorState(null, null, B._StateLifecycle_0); } }; A._HelperErrorState.prototype = { @@ -179988,7 +181469,7 @@ var t1, _this = this, _s11_ = "_controller"; _this.super$State$initState(); - _this.___HelperErrorState__controller = A.AnimationController$(null, B.Duration_200000, 0, null, 1, null, _this); + _this.___HelperErrorState__controller = 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); @@ -180024,7 +181505,7 @@ _buildError$0() { var t3, t4, t5, t6, _null = null, _s11_ = "_controller", - t1 = A._lateReadCheck(A._lateReadCheck(this.___HelperErrorState__controller, _s11_).__AnimationController__value, "_value"), + 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)); t3 = this._widget; @@ -180032,11 +181513,11 @@ t4.toString; t5 = t3.errorStyle; t6 = t3.textAlign; - t1 = A.Opacity$(false, A.FractionalTranslation$(A.Text$(t4, _null, t3.errorMaxLines, B.TextOverflow_2, _null, _null, t5, t6, _null, _null), true, t2), t1); + 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); }, build$1(_, context) { - var _this = this, + var t2, _this = this, _s11_ = "_controller", t1 = A._lateReadCheck(_this.___HelperErrorState__controller, _s11_); if (t1.get$status(t1) === B.AnimationStatus_0) { @@ -180060,8 +181541,9 @@ if (_this._error == null) _this._widget.toString; if (_this._widget.errorText != null) { - t1 = A._lateReadCheck(A._lateReadCheck(_this.___HelperErrorState__controller, _s11_).__AnimationController__value, "_value"); - return A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([A.Opacity$(false, _this._helper, 1 - t1), _this._buildError$0()], type$.JSArray_Widget), B.Clip_1, B.StackFit_0, null, null); + t1 = type$.Tween_double; + t2 = A._lateReadCheck(_this.___HelperErrorState__controller, _s11_); + return A.Stack$(B.AlignmentDirectional_m1_m1, 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), B.Clip_1, B.StackFit_0, null, null); } return B.SizedBox_null_null_null_null; } @@ -180073,12 +181555,29 @@ }; A.FloatingLabelBehavior.prototype = { toString$0(_) { - return this._input_decorator$_name; + return "FloatingLabelBehavior." + this._core$_name; + } + }; + A.FloatingLabelAlignment.prototype = { + get$hashCode(_) { + return B.JSInt_methods.get$hashCode(-1); + }, + $eq(_, other) { + if (other == null) + return false; + if (this === other) + return true; + if (J.get$runtimeType$(other) !== A.getRuntimeType(this)) + return false; + return other instanceof A.FloatingLabelAlignment && true; + }, + toString$0(_) { + return A.FloatingLabelAlignment__stringify(-1); } }; A._DecorationSlot.prototype = { toString$0(_) { - return this._input_decorator$_name; + return "_DecorationSlot." + this._core$_name; } }; A._Decoration.prototype = { @@ -180094,9 +181593,12 @@ if (other.contentPadding.$eq(0, _this.contentPadding)) if (other.floatingLabelHeight === _this.floatingLabelHeight) if (other.floatingLabelProgress === _this.floatingLabelProgress) - if (J.$eq$(other.border, _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) && true; + 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 @@ -180113,166 +181615,71 @@ }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.contentPadding, _this.floatingLabelHeight, _this.floatingLabelProgress, _this.border, _this.borderGap, false, _this.isDense, _this.visualDensity, _this.icon, _this.input, _this.label, _this.hint, _this.prefix, _this.suffix, _this.prefixIcon, _this.suffixIcon, _this.helperError, _this.counter, _this.container, true); + return A.hashValues(_this.contentPadding, _this.floatingLabelHeight, _this.floatingLabelProgress, _this.floatingLabelAlignment, _this.border, _this.borderGap, false, _this.isDense, _this.visualDensity, _this.icon, _this.input, _this.label, _this.hint, _this.prefix, _this.suffix, _this.prefixIcon, _this.suffixIcon, _this.helperError, _this.counter, _this.container); } }; A._RenderDecorationLayout.prototype = {}; A._RenderDecoration.prototype = { - _updateChild$3(oldChild, newChild, slot) { - var _this = this; - if (oldChild != null) { - _this.dropChild$1(oldChild); - _this.children.remove$1(0, slot); + get$children(_) { + var t3, + t1 = A._setArrayType([], type$.JSArray_RenderBox), + t2 = this.SlottedContainerRenderObjectMixin__slotToChild; + if (t2.$index(0, B._DecorationSlot_0) != null) { + t3 = t2.$index(0, B._DecorationSlot_0); + t3.toString; + t1.push(t3); } - if (newChild != null) { - _this.children.$indexSet(0, slot, newChild); - _this.adoptChild$1(newChild); + if (t2.$index(0, B._DecorationSlot_1) != null) { + t3 = t2.$index(0, B._DecorationSlot_1); + t3.toString; + t1.push(t3); } - return newChild; - }, - get$_input_decorator$_children($async$_) { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var _ = $async$_; - var $async$goto = 0, $async$handler = 1, $async$currentError, t1; - return function $async$get$_input_decorator$_children($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self._icon; - $async$goto = t1 != null ? 2 : 3; - break; - case 2: - // then - $async$goto = 4; - return t1; - case 4: - // after yield - case 3: - // join - t1 = $async$self._input_decorator$_input; - $async$goto = t1 != null ? 5 : 6; - break; - case 5: - // then - $async$goto = 7; - return t1; - case 7: - // after yield - case 6: - // join - t1 = $async$self._prefixIcon; - $async$goto = t1 != null ? 8 : 9; - break; - case 8: - // then - $async$goto = 10; - return t1; - case 10: - // after yield - case 9: - // join - t1 = $async$self._suffixIcon; - $async$goto = t1 != null ? 11 : 12; - break; - case 11: - // then - $async$goto = 13; - return t1; - case 13: - // after yield - case 12: - // join - t1 = $async$self._prefix; - $async$goto = t1 != null ? 14 : 15; - break; - case 14: - // then - $async$goto = 16; - return t1; - case 16: - // after yield - case 15: - // join - t1 = $async$self._suffix; - $async$goto = t1 != null ? 17 : 18; - break; - case 17: - // then - $async$goto = 19; - return t1; - case 19: - // after yield - case 18: - // join - t1 = $async$self._input_decorator$_label; - $async$goto = t1 != null ? 20 : 21; - break; - case 20: - // then - $async$goto = 22; - return t1; - case 22: - // after yield - case 21: - // join - t1 = $async$self._hint; - $async$goto = t1 != null ? 23 : 24; - break; - case 23: - // then - $async$goto = 25; - return t1; - case 25: - // after yield - case 24: - // join - t1 = $async$self._helperError; - $async$goto = t1 != null ? 26 : 27; - break; - case 26: - // then - $async$goto = 28; - return t1; - case 28: - // after yield - case 27: - // join - t1 = $async$self._counter; - $async$goto = t1 != null ? 29 : 30; - break; - case 29: - // then - $async$goto = 31; - return t1; - case 31: - // after yield - case 30: - // join - t1 = $async$self._input_decorator$_container; - $async$goto = t1 != null ? 32 : 33; - break; - case 32: - // then - $async$goto = 34; - return t1; - case 34: - // after yield - case 33: - // join - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.RenderBox); + if (t2.$index(0, B._DecorationSlot_6) != null) { + t3 = t2.$index(0, B._DecorationSlot_6); + t3.toString; + t1.push(t3); + } + if (t2.$index(0, B._DecorationSlot_7) != null) { + t3 = t2.$index(0, B._DecorationSlot_7); + t3.toString; + t1.push(t3); + } + if (t2.$index(0, B._DecorationSlot_4) != null) { + t3 = t2.$index(0, B._DecorationSlot_4); + t3.toString; + t1.push(t3); + } + if (t2.$index(0, B._DecorationSlot_5) != null) { + t3 = t2.$index(0, B._DecorationSlot_5); + t3.toString; + t1.push(t3); + } + if (t2.$index(0, B._DecorationSlot_2) != null) { + t3 = t2.$index(0, B._DecorationSlot_2); + t3.toString; + t1.push(t3); + } + if (t2.$index(0, B._DecorationSlot_3) != null) { + t3 = t2.$index(0, B._DecorationSlot_3); + t3.toString; + t1.push(t3); + } + if (t2.$index(0, B._DecorationSlot_8) != null) { + t3 = t2.$index(0, B._DecorationSlot_8); + t3.toString; + t1.push(t3); + } + if (t2.$index(0, B._DecorationSlot_9) != null) { + t3 = t2.$index(0, B._DecorationSlot_9); + t3.toString; + t1.push(t3); + } + if (t2.$index(0, B._DecorationSlot_10) != null) { + t2 = t2.$index(0, B._DecorationSlot_10); + t2.toString; + t1.push(t2); + } + return t1; }, set$decoration(_, value) { if (this._input_decorator$_decoration.$eq(0, value)) @@ -180310,94 +181717,84 @@ _this.markNeedsLayout$0(); }, set$isFocused(value) { - if (this._input_decorator$_isFocused === value) + if (this._isFocused === value) return; - this._input_decorator$_isFocused = value; + this._isFocused = value; this.markNeedsSemanticsUpdate$0(); }, set$expands(value) { - if (this._expands === value) + if (this._input_decorator$_expands === value) return; - this._expands = value; + this._input_decorator$_expands = value; this.markNeedsLayout$0(); }, get$_isOutlineAligned() { - var t1 = this._input_decorator$_decoration; - return t1.border.get$isOutline(); - }, - attach$1(owner) { - var t1; - this.super$RenderObject$attach(owner); - for (t1 = this.get$_input_decorator$_children(this), t1 = new A._SyncStarIterator(t1._outerHelper(), t1.$ti._eval$1("_SyncStarIterator<1>")); t1.moveNext$0();) - t1.get$current(t1).attach$1(owner); - }, - detach$0(_) { - var t1; - this.super$AbstractNode$detach(0); - for (t1 = this.get$_input_decorator$_children(this), t1 = new A._SyncStarIterator(t1._outerHelper(), t1.$ti._eval$1("_SyncStarIterator<1>")); t1.moveNext$0();) - t1.get$current(t1).detach$0(0); - }, - redepthChildren$0() { - this.get$_input_decorator$_children(this).forEach$1(0, this.get$redepthChild()); - }, - visitChildren$1(visitor) { - this.get$_input_decorator$_children(this).forEach$1(0, visitor); + var t1 = this._input_decorator$_decoration.border.get$isOutline(); + return t1; }, visitChildrenForSemantics$1(visitor) { - var _this = this, - t1 = _this._icon; - if (t1 != null) + var t2, + t1 = this.SlottedContainerRenderObjectMixin__slotToChild; + if (t1.$index(0, B._DecorationSlot_0) != null) { + t2 = t1.$index(0, B._DecorationSlot_0); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_4) != null) { + t2 = t1.$index(0, B._DecorationSlot_4); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_6) != null) { + t2 = t1.$index(0, B._DecorationSlot_6); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_2) != null) { + t2 = t1.$index(0, B._DecorationSlot_2); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_3) != null) + if (this._isFocused) { + t2 = t1.$index(0, B._DecorationSlot_3); + t2.toString; + visitor.call$1(t2); + } else if (t1.$index(0, B._DecorationSlot_2) == null) { + t2 = t1.$index(0, B._DecorationSlot_3); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_1) != null) { + t2 = t1.$index(0, B._DecorationSlot_1); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_7) != null) { + t2 = t1.$index(0, B._DecorationSlot_7); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_5) != null) { + t2 = t1.$index(0, B._DecorationSlot_5); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_10) != null) { + t2 = t1.$index(0, B._DecorationSlot_10); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_8) != null) { + t2 = t1.$index(0, B._DecorationSlot_8); + t2.toString; + visitor.call$1(t2); + } + if (t1.$index(0, B._DecorationSlot_9) != null) { + t1 = t1.$index(0, B._DecorationSlot_9); + t1.toString; visitor.call$1(t1); - t1 = _this._prefix; - if (t1 != null) - visitor.call$1(t1); - t1 = _this._prefixIcon; - if (t1 != null) - visitor.call$1(t1); - t1 = _this._input_decorator$_label; - if (t1 != null) - visitor.call$1(t1); - t1 = _this._hint; - if (t1 != null) - if (_this._input_decorator$_isFocused) - visitor.call$1(t1); - else if (_this._input_decorator$_label == null) - visitor.call$1(t1); - t1 = _this._input_decorator$_input; - if (t1 != null) - visitor.call$1(t1); - t1 = _this._suffixIcon; - if (t1 != null) - visitor.call$1(t1); - t1 = _this._suffix; - if (t1 != null) - visitor.call$1(t1); - t1 = _this._input_decorator$_container; - if (t1 != null) - visitor.call$1(t1); - t1 = _this._helperError; - if (t1 != null) - visitor.call$1(t1); - t1 = _this._counter; - if (t1 != null) - visitor.call$1(t1); - }, - debugDescribeChildren$0() { - var _this = this, - value = A._setArrayType([], type$.JSArray_DiagnosticsNode), - t1 = new A._RenderDecoration_debugDescribeChildren_add(value); - t1.call$2(_this._icon, "icon"); - t1.call$2(_this._input_decorator$_input, "input"); - t1.call$2(_this._input_decorator$_label, "label"); - t1.call$2(_this._hint, "hint"); - t1.call$2(_this._prefix, "prefix"); - t1.call$2(_this._suffix, "suffix"); - t1.call$2(_this._prefixIcon, "prefixIcon"); - t1.call$2(_this._suffixIcon, "suffixIcon"); - t1.call$2(_this._helperError, "helperError"); - t1.call$2(_this._counter, "counter"); - t1.call$2(_this._input_decorator$_container, "container"); - return value; + } }, get$sizedByParent() { return false; @@ -180423,44 +181820,46 @@ return middle + (end - middle) * t1; }, computeMinIntrinsicWidth$1(height) { - var t2, t3, t4, t5, t6, t7, _this = this, - t1 = _this._icon; - t1 = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t1.get$computeMinIntrinsicWidth()); - t2 = _this._input_decorator$_decoration; - t3 = _this._prefixIcon; - t3 = t3 == null ? 0 : t3._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t3.get$computeMinIntrinsicWidth()); - t4 = _this._prefix; + var t3, t4, t5, t6, t7, + t1 = this.SlottedContainerRenderObjectMixin__slotToChild, + t2 = t1.$index(0, B._DecorationSlot_0); + t2 = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t2.get$computeMinIntrinsicWidth()); + t3 = this._input_decorator$_decoration; + t4 = t1.$index(0, B._DecorationSlot_6); t4 = t4 == null ? 0 : t4._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t4.get$computeMinIntrinsicWidth()); - t5 = _this._input_decorator$_input; + t5 = t1.$index(0, B._DecorationSlot_4); t5 = t5 == null ? 0 : t5._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t5.get$computeMinIntrinsicWidth()); - t6 = _this._hint; + t6 = t1.$index(0, B._DecorationSlot_1); t6 = t6 == null ? 0 : t6._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t6.get$computeMinIntrinsicWidth()); - t6 = Math.max(A.checkNum(t5), A.checkNum(t6)); - t5 = _this._suffix; - t5 = t5 == null ? 0 : t5._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t5.get$computeMinIntrinsicWidth()); - t7 = _this._suffixIcon; + t7 = t1.$index(0, B._DecorationSlot_3); t7 = t7 == null ? 0 : t7._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t7.get$computeMinIntrinsicWidth()); - return t1 + t2.contentPadding.left + t3 + t4 + t6 + t5 + t7 + _this._input_decorator$_decoration.contentPadding.right; + t7 = Math.max(A.checkNum(t6), A.checkNum(t7)); + t6 = t1.$index(0, B._DecorationSlot_5); + t6 = t6 == null ? 0 : t6._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t6.get$computeMinIntrinsicWidth()); + t1 = t1.$index(0, B._DecorationSlot_7); + t1 = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t1.get$computeMinIntrinsicWidth()); + return t2 + t3.contentPadding.left + t4 + t5 + t7 + t6 + t1 + this._input_decorator$_decoration.contentPadding.right; }, computeMaxIntrinsicWidth$1(height) { - var t2, t3, t4, t5, t6, t7, _this = this, - t1 = _this._icon; - t1 = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t1.get$computeMaxIntrinsicWidth()); - t2 = _this._input_decorator$_decoration; - t3 = _this._prefixIcon; - t3 = t3 == null ? 0 : t3._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t3.get$computeMaxIntrinsicWidth()); - t4 = _this._prefix; + var t3, t4, t5, t6, t7, + t1 = this.SlottedContainerRenderObjectMixin__slotToChild, + t2 = t1.$index(0, B._DecorationSlot_0); + t2 = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t2.get$computeMaxIntrinsicWidth()); + t3 = this._input_decorator$_decoration; + t4 = t1.$index(0, B._DecorationSlot_6); t4 = t4 == null ? 0 : t4._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t4.get$computeMaxIntrinsicWidth()); - t5 = _this._input_decorator$_input; + t5 = t1.$index(0, B._DecorationSlot_4); t5 = t5 == null ? 0 : t5._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t5.get$computeMaxIntrinsicWidth()); - t6 = _this._hint; + t6 = t1.$index(0, B._DecorationSlot_1); t6 = t6 == null ? 0 : t6._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t6.get$computeMaxIntrinsicWidth()); - t6 = Math.max(A.checkNum(t5), A.checkNum(t6)); - t5 = _this._suffix; - t5 = t5 == null ? 0 : t5._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t5.get$computeMaxIntrinsicWidth()); - t7 = _this._suffixIcon; + t7 = t1.$index(0, B._DecorationSlot_3); t7 = t7 == null ? 0 : t7._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t7.get$computeMaxIntrinsicWidth()); - return t1 + t2.contentPadding.left + t3 + t4 + t6 + t5 + t7 + _this._input_decorator$_decoration.contentPadding.right; + t7 = Math.max(A.checkNum(t6), A.checkNum(t7)); + t6 = t1.$index(0, B._DecorationSlot_5); + t6 = t6 == null ? 0 : t6._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t6.get$computeMaxIntrinsicWidth()); + t1 = t1.$index(0, B._DecorationSlot_7); + t1 = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t1.get$computeMaxIntrinsicWidth()); + return t2 + t3.contentPadding.left + t4 + t5 + t7 + t6 + t1 + this._input_decorator$_decoration.contentPadding.right; }, _lineHeight$2(_, width, boxes) { var height, _i, box, t1; @@ -180474,59 +181873,59 @@ return height; }, computeMinIntrinsicHeight$1(width) { - var prefixIconHeight, prefixIconWidth, suffixIconHeight, suffixIconWidth, counterHeight, helperErrorAvailableWidth, helperErrorHeight, subtextHeight, prefixHeight, prefixWidth, suffixHeight, suffixWidth, inputMaxHeight, t2, densityOffset, t3, containerHeight, minContainerHeight, _this = this, - t1 = _this._icon, - iconHeight = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t1.get$computeMinIntrinsicHeight()); - t1 = _this._icon; - width = Math.max(width - (t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, iconHeight, t1.get$computeMinIntrinsicWidth())), 0); - t1 = _this._prefixIcon; - prefixIconHeight = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t1.get$computeMinIntrinsicHeight()); - t1 = _this._prefixIcon; - prefixIconWidth = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, prefixIconHeight, t1.get$computeMinIntrinsicWidth()); - t1 = _this._suffixIcon; - suffixIconHeight = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t1.get$computeMinIntrinsicHeight()); - t1 = _this._suffixIcon; - suffixIconWidth = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, suffixIconHeight, t1.get$computeMinIntrinsicWidth()); + var prefixIconHeight, prefixIconWidth, suffixIconHeight, suffixIconWidth, counterHeight, helperErrorAvailableWidth, helperErrorHeight, subtextHeight, prefixHeight, prefixWidth, suffixHeight, suffixWidth, inputMaxHeight, t3, densityOffset, containerHeight, minContainerHeight, _this = this, + t1 = _this.SlottedContainerRenderObjectMixin__slotToChild, + t2 = t1.$index(0, B._DecorationSlot_0), + iconHeight = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t2.get$computeMinIntrinsicHeight()); + t2 = t1.$index(0, B._DecorationSlot_0); + width = Math.max(width - (t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_0, iconHeight, t2.get$computeMinIntrinsicWidth())), 0); + t2 = t1.$index(0, B._DecorationSlot_6); + prefixIconHeight = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t2.get$computeMinIntrinsicHeight()); + t2 = t1.$index(0, B._DecorationSlot_6); + prefixIconWidth = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_0, prefixIconHeight, t2.get$computeMinIntrinsicWidth()); + t2 = t1.$index(0, B._DecorationSlot_7); + suffixIconHeight = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t2.get$computeMinIntrinsicHeight()); + t2 = t1.$index(0, B._DecorationSlot_7); + suffixIconWidth = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_0, suffixIconHeight, t2.get$computeMinIntrinsicWidth()); width = Math.max(width - _this._input_decorator$_decoration.contentPadding.get$horizontal(), 0); - t1 = _this._counter; - counterHeight = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t1.get$computeMinIntrinsicHeight()); - t1 = _this._counter; - helperErrorAvailableWidth = Math.max(width - (t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, counterHeight, t1.get$computeMinIntrinsicWidth())), 0); - t1 = _this._helperError; - helperErrorHeight = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, helperErrorAvailableWidth, t1.get$computeMinIntrinsicHeight()); + t2 = t1.$index(0, B._DecorationSlot_9); + counterHeight = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t2.get$computeMinIntrinsicHeight()); + t2 = t1.$index(0, B._DecorationSlot_9); + helperErrorAvailableWidth = Math.max(width - (t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_0, counterHeight, t2.get$computeMinIntrinsicWidth())), 0); + t2 = t1.$index(0, B._DecorationSlot_8); + helperErrorHeight = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_2, helperErrorAvailableWidth, t2.get$computeMinIntrinsicHeight()); subtextHeight = Math.max(A.checkNum(counterHeight), A.checkNum(helperErrorHeight)); if (subtextHeight > 0) subtextHeight += 8; - t1 = _this._prefix; - prefixHeight = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t1.get$computeMinIntrinsicHeight()); - t1 = _this._prefix; - prefixWidth = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, prefixHeight, t1.get$computeMinIntrinsicWidth()); - t1 = _this._suffix; - suffixHeight = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t1.get$computeMinIntrinsicHeight()); - t1 = _this._suffix; - suffixWidth = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, suffixHeight, t1.get$computeMinIntrinsicWidth()); - t1 = type$.JSArray_double; - inputMaxHeight = B.JSArray_methods.reduce$1(A._setArrayType([_this._lineHeight$2(0, Math.max(width - prefixWidth - suffixWidth - prefixIconWidth - suffixIconWidth, 0), A._setArrayType([_this._input_decorator$_input, _this._hint], type$.JSArray_nullable_RenderBox)), prefixHeight, suffixHeight], t1), B.CONSTANT0); - t2 = _this._input_decorator$_decoration.visualDensity; - densityOffset = new A.Offset(t2.horizontal, t2.vertical).$mul(0, 4); - t2 = _this._input_decorator$_decoration; - t3 = t2.contentPadding; - t2 = _this._input_decorator$_label == null ? 0 : t2.floatingLabelHeight; - containerHeight = B.JSArray_methods.reduce$1(A._setArrayType([iconHeight, t3.top + t2 + inputMaxHeight + t3.bottom + densityOffset._dy, prefixIconHeight, suffixIconHeight], t1), B.CONSTANT0); + t2 = t1.$index(0, B._DecorationSlot_4); + prefixHeight = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t2.get$computeMinIntrinsicHeight()); + t2 = t1.$index(0, B._DecorationSlot_4); + prefixWidth = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_0, prefixHeight, t2.get$computeMinIntrinsicWidth()); + t2 = t1.$index(0, B._DecorationSlot_5); + suffixHeight = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t2.get$computeMinIntrinsicHeight()); + t2 = t1.$index(0, B._DecorationSlot_5); + suffixWidth = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_0, suffixHeight, t2.get$computeMinIntrinsicWidth()); + t2 = type$.JSArray_double; + inputMaxHeight = B.JSArray_methods.reduce$1(A._setArrayType([_this._lineHeight$2(0, Math.max(width - prefixWidth - suffixWidth - prefixIconWidth - suffixIconWidth, 0), A._setArrayType([t1.$index(0, B._DecorationSlot_1), t1.$index(0, B._DecorationSlot_3)], type$.JSArray_nullable_RenderBox)), prefixHeight, suffixHeight], t2), B.CONSTANT0); + t3 = _this._input_decorator$_decoration.visualDensity; + densityOffset = new A.Offset(t3.horizontal, t3.vertical).$mul(0, 4); + t3 = _this._input_decorator$_decoration; + t1 = t1.$index(0, B._DecorationSlot_2) == null ? 0 : _this._input_decorator$_decoration.floatingLabelHeight; + containerHeight = B.JSArray_methods.reduce$1(A._setArrayType([iconHeight, t3.contentPadding.top + t1 + inputMaxHeight + _this._input_decorator$_decoration.contentPadding.bottom + densityOffset._dy, prefixIconHeight, suffixIconHeight], t2), B.CONSTANT0); t1 = _this._input_decorator$_decoration.isDense; t1.toString; - minContainerHeight = t1 || _this._expands ? 0 : 48; + minContainerHeight = t1 || _this._input_decorator$_expands ? 0 : 48; return Math.max(A.checkNum(containerHeight), minContainerHeight) + subtextHeight; }, computeMaxIntrinsicHeight$1(width) { return this.computeMinIntrinsicHeight$1(width); }, computeDistanceToActualBaseline$1(baseline) { - var t1 = this._input_decorator$_input, - t2 = t1.parentData; + var t1 = this.SlottedContainerRenderObjectMixin__slotToChild, + t2 = t1.$index(0, B._DecorationSlot_1).parentData; t2.toString; t2 = type$.BoxParentData._as(t2).offset._dy; - t1 = t1.computeDistanceToActualBaseline$1(baseline); + t1 = t1.$index(0, B._DecorationSlot_1).computeDistanceToActualBaseline$1(baseline); t1.toString; return t2 + t1; }, @@ -180534,196 +181933,188 @@ return B.Size_0_0; }, performLayout$0() { - var boxToBaseline, boxConstraints, t2, containerConstraints, contentConstraints, t3, t4, t5, t6, t7, t8, t9, t10, t11, inputWidth, suffixIconWidth, labelWidth, labelHeight, topHeight, counterHeight, helperErrorExists, helperErrorHeight, bottomHeight, densityOffset, hintHeight, inputDirectHeight, inputHeight, inputInternalBaseline, prefixHeight, suffixHeight, fixAboveInput, fixBelowInput, prefixIconHeight, suffixIconHeight, fixIconHeight, contentHeight, minContainerHeight, maxContainerHeight, containerHeight, interactiveAdjustment, overflow, textAlignVerticalFactor, baselineAdjustment, topInputBaseline, maxVerticalOffset, inputBaseline, outlineBaseline, subtextCounterBaseline, subtextCounterHeight, subtextHelperBaseline, subtextHelperHeight, subtextBaseline, subtextHeight, overallWidth, x, centerLayout, baselineLayout, left, right, start, end, labelX, _this = this, _null = null, + var boxToBaseline, t2, t3, boxConstraints, t4, t5, containerConstraints, contentConstraints, t6, t7, t8, t9, t10, t11, t12, inputWidth, suffixIconWidth, labelWidth, labelHeight, topHeight, counterHeight, helperErrorExists, helperErrorHeight, bottomHeight, densityOffset, hintHeight, inputDirectHeight, inputHeight, inputInternalBaseline, prefixHeight, suffixHeight, fixAboveInput, fixBelowInput, prefixIconHeight, suffixIconHeight, fixIconHeight, contentHeight, minContainerHeight, maxContainerHeight, containerHeight, interactiveAdjustment, overflow, textAlignVerticalFactor, baselineAdjustment, topInputBaseline, maxVerticalOffset, inputBaseline, outlineBaseline, subtextCounterBaseline, subtextCounterHeight, subtextHelperBaseline, subtextHelperHeight, subtextBaseline, subtextHeight, x, centerLayout, baselineLayout, left, right, start, end, labelX, floatWidth, _this = this, _null = null, _s80_ = string$.x60null_c, _box_0 = {}, t1 = type$.BoxConstraints, constraints = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); _this._labelTransform = null; boxToBaseline = A.LinkedHashMap_LinkedHashMap$_empty(type$.nullable_RenderBox, type$.double); - boxConstraints = constraints.loosen$0(); - t2 = _this._icon; - boxToBaseline.$indexSet(0, t2, _this._layoutLineBox$2(t2, boxConstraints)); - t2 = _this._icon; - if (t2 == null) - t2 = B.Size_0_0; + t2 = constraints.maxWidth; + t3 = constraints.maxHeight; + boxConstraints = new A.BoxConstraints(0, t2, 0, t3); + t4 = _this.SlottedContainerRenderObjectMixin__slotToChild; + boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_0), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_0), boxConstraints)); + t5 = t4.$index(0, B._DecorationSlot_0); + if (t5 == null) + t5 = B.Size_0_0; else { - t2 = t2._box$_size; - t2.toString; + t5 = t5._box$_size; + t5.toString; } - containerConstraints = boxConstraints.copyWith$1$maxWidth(boxConstraints.maxWidth - t2._dx); - t2 = _this._prefixIcon; - boxToBaseline.$indexSet(0, t2, _this._layoutLineBox$2(t2, containerConstraints)); - t2 = _this._suffixIcon; - boxToBaseline.$indexSet(0, t2, _this._layoutLineBox$2(t2, containerConstraints)); + containerConstraints = boxConstraints.copyWith$1$maxWidth(t2 - t5._dx); + boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_6), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_6), containerConstraints)); + boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_7), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_7), containerConstraints)); contentConstraints = containerConstraints.copyWith$1$maxWidth(containerConstraints.maxWidth - _this._input_decorator$_decoration.contentPadding.get$horizontal()); - t2 = _this._prefix; - boxToBaseline.$indexSet(0, t2, _this._layoutLineBox$2(t2, contentConstraints)); - t2 = _this._suffix; - boxToBaseline.$indexSet(0, t2, _this._layoutLineBox$2(t2, contentConstraints)); - t2 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth; - t3 = _this._icon; - if (t3 == null) - t3 = B.Size_0_0; - else { - t3 = t3._box$_size; - t3.toString; - } - t4 = _this._input_decorator$_decoration; - t5 = t4.contentPadding; - t6 = _this._prefixIcon; + boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_4), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_4), contentConstraints)); + boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_5), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_5), contentConstraints)); + t5 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth; + t6 = t4.$index(0, B._DecorationSlot_0); if (t6 == null) t6 = B.Size_0_0; else { t6 = t6._box$_size; t6.toString; } - t7 = _this._prefix; - if (t7 == null) - t7 = B.Size_0_0; - else { - t7 = t7._box$_size; - t7.toString; - } - t8 = _this._suffix; + t7 = _this._input_decorator$_decoration; + t8 = t4.$index(0, B._DecorationSlot_6); if (t8 == null) t8 = B.Size_0_0; else { t8 = t8._box$_size; t8.toString; } - t9 = _this._suffixIcon; - t10 = t9 == null; - if (t10) + t9 = t4.$index(0, B._DecorationSlot_4); + if (t9 == null) + t9 = B.Size_0_0; + else { + t9 = t9._box$_size; + t9.toString; + } + t10 = t4.$index(0, B._DecorationSlot_5); + if (t10 == null) + t10 = B.Size_0_0; + else { + t10 = t10._box$_size; + t10.toString; + } + t11 = t4.$index(0, B._DecorationSlot_7); + if (t11 == null) t11 = B.Size_0_0; else { - t11 = t9._box$_size; + t11 = t11._box$_size; t11.toString; } - inputWidth = Math.max(0, t2 - (t3._dx + t5.left + t6._dx + t7._dx + t8._dx + t11._dx + t5.right)); - t5 = A.lerpDouble(1, 1.3333333333333333, t4.floatingLabelProgress); - t5.toString; - if (t10) - t2 = B.Size_0_0; + t12 = _this._input_decorator$_decoration; + inputWidth = Math.max(0, t5 - (t6._dx + t7.contentPadding.left + t8._dx + t9._dx + t10._dx + t11._dx + t12.contentPadding.right)); + t12 = A.lerpDouble(1, 1.3333333333333333, t12.floatingLabelProgress); + t12.toString; + t11 = t4.$index(0, B._DecorationSlot_7); + if (t11 == null) + t5 = B.Size_0_0; else { - t2 = t9._box$_size; - t2.toString; + t5 = t11._box$_size; + t5.toString; } - suffixIconWidth = t2._dx; - if (t4.border.get$isOutline()) { - t2 = A.lerpDouble(suffixIconWidth, 0, _this._input_decorator$_decoration.floatingLabelProgress); - t2.toString; - suffixIconWidth = t2; + suffixIconWidth = t5._dx; + if (_this._input_decorator$_decoration.border.get$isOutline()) { + t5 = A.lerpDouble(suffixIconWidth, 0, _this._input_decorator$_decoration.floatingLabelProgress); + t5.toString; + suffixIconWidth = t5; } t1 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth; - t2 = _this._icon; - if (t2 == null) - t2 = B.Size_0_0; + t5 = t4.$index(0, B._DecorationSlot_0); + if (t5 == null) + t5 = B.Size_0_0; else { - t2 = t2._box$_size; - t2.toString; + t5 = t5._box$_size; + t5.toString; } - t3 = _this._input_decorator$_decoration.contentPadding; - t4 = _this._prefixIcon; - if (t4 == null) - t4 = B.Size_0_0; + t6 = _this._input_decorator$_decoration; + t7 = t4.$index(0, B._DecorationSlot_6); + if (t7 == null) + t7 = B.Size_0_0; else { - t4 = t4._box$_size; - t4.toString; + t7 = t7._box$_size; + t7.toString; } - labelWidth = Math.max(0, t1 - (t2._dx + t3.left + t4._dx + suffixIconWidth + t3.right)); - t3 = _this._input_decorator$_label; - boxToBaseline.$indexSet(0, t3, _this._layoutLineBox$2(t3, boxConstraints.copyWith$1$maxWidth(labelWidth * t5))); - t5 = _this._hint; - boxToBaseline.$indexSet(0, t5, _this._layoutLineBox$2(t5, boxConstraints.copyWith$2$maxWidth$minWidth(inputWidth, inputWidth))); - t5 = _this._counter; - boxToBaseline.$indexSet(0, t5, _this._layoutLineBox$2(t5, contentConstraints)); - t5 = _this._helperError; - t3 = _this._counter; - if (t3 == null) + labelWidth = Math.max(0, t1 - (t5._dx + t6.contentPadding.left + t7._dx + suffixIconWidth + _this._input_decorator$_decoration.contentPadding.right)); + boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_2), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_2), boxConstraints.copyWith$1$maxWidth(labelWidth * t12))); + boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_3), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_3), boxConstraints.copyWith$2$maxWidth$minWidth(inputWidth, inputWidth))); + boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_9), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_9), contentConstraints)); + t12 = t4.$index(0, B._DecorationSlot_8); + t7 = t4.$index(0, B._DecorationSlot_8); + t6 = t4.$index(0, B._DecorationSlot_9); + if (t6 == null) t1 = B.Size_0_0; else { - t1 = t3._box$_size; + t1 = t6._box$_size; t1.toString; } - boxToBaseline.$indexSet(0, t5, _this._layoutLineBox$2(t5, contentConstraints.copyWith$1$maxWidth(Math.max(0, contentConstraints.maxWidth - t1._dx)))); - labelHeight = _this._input_decorator$_label == null ? 0 : _this._input_decorator$_decoration.floatingLabelHeight; + boxToBaseline.$indexSet(0, t12, _this._layoutLineBox$2(t7, contentConstraints.copyWith$1$maxWidth(Math.max(0, contentConstraints.maxWidth - t1._dx)))); + labelHeight = t4.$index(0, B._DecorationSlot_2) == null ? 0 : _this._input_decorator$_decoration.floatingLabelHeight; if (_this._input_decorator$_decoration.border.get$isOutline()) { - t1 = boxToBaseline.$index(0, _this._input_decorator$_label); + t1 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_2)); t1.toString; topHeight = Math.max(labelHeight - t1, 0); } else topHeight = labelHeight; - t1 = _this._counter; - if (t1 == null) + if (t4.$index(0, B._DecorationSlot_9) == null) counterHeight = 0; else { - t1 = boxToBaseline.$index(0, t1); + t1 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_9)); t1.toString; counterHeight = t1 + 8; } - t1 = _this._helperError; + t1 = t4.$index(0, B._DecorationSlot_8); if (t1 == null) - t2 = _null; + t1 = _null; else { - t2 = t1._box$_size; - t2.toString; + t1 = t1._box$_size; + t1.toString; } - helperErrorExists = t2 != null && t1._box$_size._dy > 0; - helperErrorHeight = !helperErrorExists ? 0 : t1._box$_size._dy + 8; + helperErrorExists = t1 != null && t4.$index(0, B._DecorationSlot_8)._box$_size._dy > 0; + helperErrorHeight = !helperErrorExists ? 0 : t4.$index(0, B._DecorationSlot_8)._box$_size._dy + 8; bottomHeight = Math.max(counterHeight, helperErrorHeight); t1 = _this._input_decorator$_decoration.visualDensity; densityOffset = new A.Offset(t1.horizontal, t1.vertical).$mul(0, 4); - t1 = _this._input_decorator$_input; - t2 = _this._input_decorator$_decoration.contentPadding; - t3 = densityOffset._dy; - t4 = t3 / 2; - boxToBaseline.$indexSet(0, t1, _this._layoutLineBox$2(t1, boxConstraints.deflate$1(new A.EdgeInsets(0, t2.top + topHeight + t4, 0, t2.bottom + bottomHeight + t4)).copyWith$2$maxWidth$minWidth(inputWidth, inputWidth))); - t1 = _this._hint; - hintHeight = t1 == null ? 0 : t1._box$_size._dy; - t1 = _this._input_decorator$_input; - inputDirectHeight = t1 == null ? 0 : t1._box$_size._dy; + t1 = t4.$index(0, B._DecorationSlot_1); + t5 = t4.$index(0, B._DecorationSlot_1); + t6 = _this._input_decorator$_decoration.contentPadding; + t7 = densityOffset._dy; + t8 = t7 / 2; + boxToBaseline.$indexSet(0, t1, _this._layoutLineBox$2(t5, boxConstraints.deflate$1(new A.EdgeInsets(0, t6.top + topHeight + t8, 0, t6.bottom + bottomHeight + t8)).copyWith$2$maxWidth$minWidth(inputWidth, inputWidth))); + hintHeight = t4.$index(0, B._DecorationSlot_3) == null ? 0 : t4.$index(0, B._DecorationSlot_3)._box$_size._dy; + inputDirectHeight = t4.$index(0, B._DecorationSlot_1) == null ? 0 : t4.$index(0, B._DecorationSlot_1)._box$_size._dy; inputHeight = Math.max(A.checkNum(hintHeight), A.checkNum(inputDirectHeight)); - t1 = boxToBaseline.$index(0, t1); + t1 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_1)); t1.toString; - t2 = boxToBaseline.$index(0, _this._hint); - t2.toString; - inputInternalBaseline = Math.max(t1, t2); - t2 = _this._prefix; - prefixHeight = t2 == null ? _null : t2._box$_size._dy; + t5 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_3)); + t5.toString; + inputInternalBaseline = Math.max(t1, t5); + t5 = t4.$index(0, B._DecorationSlot_4); + prefixHeight = t5 == null ? _null : t5._box$_size._dy; if (prefixHeight == null) prefixHeight = 0; - t1 = _this._suffix; + t1 = t4.$index(0, B._DecorationSlot_5); suffixHeight = t1 == null ? _null : t1._box$_size._dy; if (suffixHeight == null) suffixHeight = 0; - t1 = boxToBaseline.$index(0, t2); + t1 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_4)); t1.toString; - t2 = boxToBaseline.$index(0, _this._suffix); - t2.toString; - fixAboveInput = Math.max(0, Math.max(t1, t2) - inputInternalBaseline); - t2 = boxToBaseline.$index(0, _this._prefix); - t2.toString; - t1 = boxToBaseline.$index(0, _this._suffix); + t5 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_5)); + t5.toString; + fixAboveInput = Math.max(0, Math.max(t1, t5) - inputInternalBaseline); + t5 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_4)); + t5.toString; + t1 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_5)); t1.toString; - fixBelowInput = Math.max(0, Math.max(prefixHeight - t2, suffixHeight - t1) - (inputHeight - inputInternalBaseline)); - t1 = _this._prefixIcon; - prefixIconHeight = t1 == null ? 0 : t1._box$_size._dy; - t1 = _this._suffixIcon; - suffixIconHeight = t1 == null ? 0 : t1._box$_size._dy; + fixBelowInput = Math.max(0, Math.max(prefixHeight - t5, suffixHeight - t1) - (inputHeight - inputInternalBaseline)); + prefixIconHeight = t4.$index(0, B._DecorationSlot_6) == null ? 0 : t4.$index(0, B._DecorationSlot_6)._box$_size._dy; + suffixIconHeight = t4.$index(0, B._DecorationSlot_7) == null ? 0 : t4.$index(0, B._DecorationSlot_7)._box$_size._dy; fixIconHeight = Math.max(A.checkNum(prefixIconHeight), A.checkNum(suffixIconHeight)); t1 = _this._input_decorator$_decoration; - t2 = t1.contentPadding; - contentHeight = Math.max(fixIconHeight, topHeight + t2.top + fixAboveInput + inputHeight + fixBelowInput + t2.bottom + t3); + t5 = t1.contentPadding; + contentHeight = Math.max(fixIconHeight, topHeight + t5.top + fixAboveInput + inputHeight + fixBelowInput + t5.bottom + t7); t1 = t1.isDense; t1.toString; if (!t1) - t1 = _this._expands; + t1 = _this._input_decorator$_expands; else t1 = true; minContainerHeight = t1 ? 0 : 48; - maxContainerHeight = boxConstraints.maxHeight - bottomHeight; - containerHeight = _this._expands ? maxContainerHeight : Math.min(Math.max(contentHeight, minContainerHeight), maxContainerHeight); + maxContainerHeight = t3 - bottomHeight; + containerHeight = _this._input_decorator$_expands ? maxContainerHeight : Math.min(Math.max(contentHeight, minContainerHeight), maxContainerHeight); interactiveAdjustment = minContainerHeight > contentHeight ? (minContainerHeight - contentHeight) / 2 : 0; overflow = Math.max(0, contentHeight - maxContainerHeight); t1 = _this._textAlignVertical; @@ -180732,28 +182123,27 @@ textAlignVerticalFactor = (t1.y + 1) / 2; baselineAdjustment = fixAboveInput - overflow * (1 - textAlignVerticalFactor); t1 = _this._input_decorator$_decoration.contentPadding; - t2 = t1.top; - topInputBaseline = t2 + topHeight + inputInternalBaseline + baselineAdjustment + interactiveAdjustment; - maxVerticalOffset = containerHeight - t2 - topHeight - t1.bottom - (fixAboveInput + inputHeight + fixBelowInput); - inputBaseline = topInputBaseline + maxVerticalOffset * textAlignVerticalFactor + t4; - t4 = _this._textAlignVertical; - if (t4 == null) + t3 = t1.top; + topInputBaseline = t3 + topHeight + inputInternalBaseline + baselineAdjustment + interactiveAdjustment; + maxVerticalOffset = containerHeight - t3 - topHeight - t1.bottom - (fixAboveInput + inputHeight + fixBelowInput); + inputBaseline = topInputBaseline + maxVerticalOffset * textAlignVerticalFactor + t8; + t8 = _this._textAlignVertical; + if (t8 == null) t1 = _this.get$_isOutlineAligned() ? B.TextAlignVertical_0 : B.TextAlignVertical_m1; else - t1 = t4; + t1 = t8; outlineBaseline = _this._interpolateThree$4(topInputBaseline, inputInternalBaseline + baselineAdjustment / 2 + (containerHeight - (2 + inputHeight)) / 2, topInputBaseline + maxVerticalOffset, t1); - t1 = _this._counter; - if (t1 != null) { - t1 = boxToBaseline.$index(0, t1); + if (t4.$index(0, B._DecorationSlot_9) != null) { + t1 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_9)); t1.toString; subtextCounterBaseline = containerHeight + 8 + t1; - subtextCounterHeight = _this._counter._box$_size._dy + 8; + subtextCounterHeight = t4.$index(0, B._DecorationSlot_9)._box$_size._dy + 8; } else { subtextCounterBaseline = 0; subtextCounterHeight = 0; } if (helperErrorExists) { - t1 = boxToBaseline.$index(0, _this._helperError); + t1 = boxToBaseline.$index(0, t4.$index(0, B._DecorationSlot_8)); t1.toString; subtextHelperBaseline = containerHeight + 8 + t1; subtextHelperHeight = helperErrorHeight; @@ -180763,23 +182153,22 @@ } subtextBaseline = Math.max(subtextCounterBaseline, subtextHelperBaseline); subtextHeight = Math.max(subtextCounterHeight, subtextHelperHeight); - overallWidth = constraints.maxWidth; - t1 = _this._input_decorator$_container; - if (t1 != null) { - t2 = _this._icon; - if (t2 == null) - t2 = B.Size_0_0; + if (t4.$index(0, B._DecorationSlot_10) != null) { + t1 = t4.$index(0, B._DecorationSlot_0); + if (t1 == null) + t1 = B.Size_0_0; else { - t2 = t2._box$_size; - t2.toString; + t1 = t1._box$_size; + t1.toString; } - t1.layout$2$parentUsesSize(0, A.BoxConstraints$tightFor(containerHeight, overallWidth - t2._dx), true); + containerConstraints = A.BoxConstraints$tightFor(containerHeight, t2 - t1._dx); + t4.$index(0, B._DecorationSlot_10).layout$2$parentUsesSize(0, containerConstraints, true); switch (_this._input_decorator$_textDirection) { case B.TextDirection_0: x = 0; break; case B.TextDirection_1: - t1 = _this._icon; + t1 = t4.$index(0, B._DecorationSlot_0); if (t1 == null) t1 = B.Size_0_0; else { @@ -180791,7 +182180,7 @@ default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - t1 = _this._input_decorator$_container.parentData; + t1 = t4.$index(0, B._DecorationSlot_10).parentData; t1.toString; type$.BoxParentData._as(t1).offset = new A.Offset(x, 0); } @@ -180801,14 +182190,13 @@ baselineLayout = new A._RenderDecoration_performLayout_baselineLayout(_box_0, new A._RenderDecorationLayout(boxToBaseline, inputBaseline, outlineBaseline, subtextBaseline, containerHeight, subtextHeight)); t1 = _this._input_decorator$_decoration.contentPadding; left = t1.left; - right = overallWidth - t1.right; + right = t2 - t1.right; _box_0.height = containerHeight; _box_0.baseline = _this.get$_isOutlineAligned() ? outlineBaseline : inputBaseline; - t1 = _this._icon; - if (t1 != null) { + if (t4.$index(0, B._DecorationSlot_0) != null) { switch (_this._input_decorator$_textDirection) { case B.TextDirection_0: - x = overallWidth - t1._box$_size._dx; + x = t2 - t4.$index(0, B._DecorationSlot_0)._box$_size._dx; break; case B.TextDirection_1: x = 0; @@ -180816,11 +182204,13 @@ default: throw A.wrapException(A.ReachabilityError$(_s80_)); } + t1 = t4.$index(0, B._DecorationSlot_0); + t1.toString; centerLayout.call$2(t1, x); } switch (_this._input_decorator$_textDirection) { case B.TextDirection_0: - t1 = _this._icon; + t1 = t4.$index(0, B._DecorationSlot_0); if (t1 == null) t1 = B.Size_0_0; else { @@ -180828,37 +182218,47 @@ t1.toString; } start = right - t1._dx; - t1 = _this._prefixIcon; - if (t1 != null) { + if (t4.$index(0, B._DecorationSlot_6) != null) { start += _this._input_decorator$_decoration.contentPadding.left; - start -= centerLayout.call$2(t1, start - t1._box$_size._dx); + t1 = t4.$index(0, B._DecorationSlot_6); + t1.toString; + start -= centerLayout.call$2(t1, start - t4.$index(0, B._DecorationSlot_6)._box$_size._dx); } - t1 = _this._input_decorator$_label; - if (t1 != null) { - t2 = t1._box$_size; - centerLayout.call$2(t1, start - t2._dx); + if (t4.$index(0, B._DecorationSlot_2) != null) { + t1 = t4.$index(0, B._DecorationSlot_2); + t1.toString; + centerLayout.call$2(t1, start - t4.$index(0, B._DecorationSlot_2)._box$_size._dx); } - t1 = _this._prefix; - if (t1 != null) - start -= baselineLayout.call$2(t1, start - t1._box$_size._dx); - t1 = _this._input_decorator$_input; - if (t1 != null) - baselineLayout.call$2(t1, start - t1._box$_size._dx); - t1 = _this._hint; - if (t1 != null) - baselineLayout.call$2(t1, start - t1._box$_size._dx); - t1 = _this._suffixIcon; - if (t1 != null) { + if (t4.$index(0, B._DecorationSlot_4) != null) { + t1 = t4.$index(0, B._DecorationSlot_4); + t1.toString; + start -= baselineLayout.call$2(t1, start - t4.$index(0, B._DecorationSlot_4)._box$_size._dx); + } + if (t4.$index(0, B._DecorationSlot_1) != null) { + t1 = t4.$index(0, B._DecorationSlot_1); + t1.toString; + baselineLayout.call$2(t1, start - t4.$index(0, B._DecorationSlot_1)._box$_size._dx); + } + if (t4.$index(0, B._DecorationSlot_3) != null) { + t1 = t4.$index(0, B._DecorationSlot_3); + t1.toString; + baselineLayout.call$2(t1, start - t4.$index(0, B._DecorationSlot_3)._box$_size._dx); + } + if (t4.$index(0, B._DecorationSlot_7) != null) { end = left - _this._input_decorator$_decoration.contentPadding.left; + t1 = t4.$index(0, B._DecorationSlot_7); + t1.toString; end += centerLayout.call$2(t1, end); } else end = left; - t1 = _this._suffix; - if (t1 != null) + if (t4.$index(0, B._DecorationSlot_5) != null) { + t1 = t4.$index(0, B._DecorationSlot_5); + t1.toString; baselineLayout.call$2(t1, end); + } break; case B.TextDirection_1: - t1 = _this._icon; + t1 = t4.$index(0, B._DecorationSlot_0); if (t1 == null) t1 = B.Size_0_0; else { @@ -180866,185 +182266,263 @@ t1.toString; } start = left + t1._dx; - t1 = _this._prefixIcon; - if (t1 != null) { + if (t4.$index(0, B._DecorationSlot_6) != null) { start -= _this._input_decorator$_decoration.contentPadding.left; + t1 = t4.$index(0, B._DecorationSlot_6); + t1.toString; start += centerLayout.call$2(t1, start); } - t1 = _this._input_decorator$_label; - if (t1 != null) + if (t4.$index(0, B._DecorationSlot_2) != null) { + t1 = t4.$index(0, B._DecorationSlot_2); + t1.toString; centerLayout.call$2(t1, start); - t1 = _this._prefix; - if (t1 != null) + } + if (t4.$index(0, B._DecorationSlot_4) != null) { + t1 = t4.$index(0, B._DecorationSlot_4); + t1.toString; start += baselineLayout.call$2(t1, start); - t1 = _this._input_decorator$_input; - if (t1 != null) + } + if (t4.$index(0, B._DecorationSlot_1) != null) { + t1 = t4.$index(0, B._DecorationSlot_1); + t1.toString; baselineLayout.call$2(t1, start); - t1 = _this._hint; - if (t1 != null) + } + if (t4.$index(0, B._DecorationSlot_3) != null) { + t1 = t4.$index(0, B._DecorationSlot_3); + t1.toString; baselineLayout.call$2(t1, start); - t1 = _this._suffixIcon; - if (t1 != null) { + } + if (t4.$index(0, B._DecorationSlot_7) != null) { end = right + _this._input_decorator$_decoration.contentPadding.right; - end -= centerLayout.call$2(t1, end - t1._box$_size._dx); + t1 = t4.$index(0, B._DecorationSlot_7); + t1.toString; + end -= centerLayout.call$2(t1, end - t4.$index(0, B._DecorationSlot_7)._box$_size._dx); } else end = right; - t1 = _this._suffix; - if (t1 != null) - baselineLayout.call$2(t1, end - t1._box$_size._dx); + if (t4.$index(0, B._DecorationSlot_5) != null) { + t1 = t4.$index(0, B._DecorationSlot_5); + t1.toString; + baselineLayout.call$2(t1, end - t4.$index(0, B._DecorationSlot_5)._box$_size._dx); + } break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - t1 = _this._helperError; - t2 = t1 == null; - if (!t2 || _this._counter != null) { + if (t4.$index(0, B._DecorationSlot_8) != null || t4.$index(0, B._DecorationSlot_9) != null) { _box_0.height = subtextHeight; _box_0.baseline = subtextBaseline; switch (_this._input_decorator$_textDirection) { case B.TextDirection_0: - if (!t2) { - t2 = t1._box$_size._dx; - t3 = _this._icon; + if (t4.$index(0, B._DecorationSlot_8) != null) { + t1 = t4.$index(0, B._DecorationSlot_8); + t1.toString; + t3 = t4.$index(0, B._DecorationSlot_8)._box$_size._dx; + t5 = t4.$index(0, B._DecorationSlot_0); + if (t5 == null) + t5 = B.Size_0_0; + else { + t5 = t5._box$_size; + t5.toString; + } + baselineLayout.call$2(t1, right - t3 - t5._dx); + } + if (t4.$index(0, B._DecorationSlot_9) != null) { + t1 = t4.$index(0, B._DecorationSlot_9); + t1.toString; + baselineLayout.call$2(t1, left); + } + break; + case B.TextDirection_1: + if (t4.$index(0, B._DecorationSlot_8) != null) { + t1 = t4.$index(0, B._DecorationSlot_8); + t1.toString; + t3 = t4.$index(0, B._DecorationSlot_0); if (t3 == null) t3 = B.Size_0_0; else { t3 = t3._box$_size; t3.toString; } - baselineLayout.call$2(t1, right - t2 - t3._dx); + baselineLayout.call$2(t1, left + t3._dx); } - t1 = _this._counter; - if (t1 != null) - baselineLayout.call$2(t1, left); - break; - case B.TextDirection_1: - if (!t2) { - t2 = _this._icon; - if (t2 == null) - t2 = B.Size_0_0; - else { - t2 = t2._box$_size; - t2.toString; - } - baselineLayout.call$2(t1, left + t2._dx); + if (t4.$index(0, B._DecorationSlot_9) != null) { + t1 = t4.$index(0, B._DecorationSlot_9); + t1.toString; + baselineLayout.call$2(t1, right - t4.$index(0, B._DecorationSlot_9)._box$_size._dx); } - t1 = _this._counter; - if (t1 != null) - baselineLayout.call$2(t1, right - t1._box$_size._dx); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } } - t1 = _this._input_decorator$_label; - if (t1 != null) { - t2 = t1.parentData; - t2.toString; - labelX = type$.BoxParentData._as(t2).offset._dx; + if (t4.$index(0, B._DecorationSlot_2) != null) { + t1 = t4.$index(0, B._DecorationSlot_2).parentData; + t1.toString; + labelX = type$.BoxParentData._as(t1).offset._dx; + _this._input_decorator$_decoration.floatingLabelAlignment.toString; + t1 = t4.$index(0, B._DecorationSlot_2); + if (t1 == null) + t1 = B.Size_0_0; + else { + t1 = t1._box$_size; + t1.toString; + } + floatWidth = t1._dx * 0.75; switch (_this._input_decorator$_textDirection) { case B.TextDirection_0: - _this._input_decorator$_decoration.borderGap.set$start(0, labelX + t1._box$_size._dx); + t1 = _this._input_decorator$_decoration; + t3 = t4.$index(0, B._DecorationSlot_2); + if (t3 == null) + t3 = B.Size_0_0; + else { + t3 = t3._box$_size; + t3.toString; + } + t5 = t4.$index(0, B._DecorationSlot_10); + if (t5 == null) + t5 = B.Size_0_0; + else { + t5 = t5._box$_size; + t5.toString; + } + t1.borderGap.set$start(0, A.lerpDouble(labelX + t3._dx, t5._dx / 2 + floatWidth / 2, 0)); break; case B.TextDirection_1: t1 = _this._input_decorator$_decoration; - t2 = _this._icon; - if (t2 == null) - t2 = B.Size_0_0; + t3 = t4.$index(0, B._DecorationSlot_0); + if (t3 == null) + t3 = B.Size_0_0; else { - t2 = t2._box$_size; - t2.toString; + t3 = t3._box$_size; + t3.toString; } - t1.borderGap.set$start(0, labelX - t2._dx); + t5 = t4.$index(0, B._DecorationSlot_10); + if (t5 == null) + t5 = B.Size_0_0; + else { + t5 = t5._box$_size; + t5.toString; + } + t1.borderGap.set$start(0, A.lerpDouble(labelX - t3._dx, t5._dx / 2 - floatWidth / 2, 0)); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - _this._input_decorator$_decoration.borderGap.set$extent(_this._input_decorator$_label._box$_size._dx * 0.75); + _this._input_decorator$_decoration.borderGap.set$extent(t4.$index(0, B._DecorationSlot_2)._box$_size._dx * 0.75); } else { _this._input_decorator$_decoration.borderGap.set$start(0, _null); _this._input_decorator$_decoration.borderGap.set$extent(0); } - _this._box$_size = constraints.constrain$1(new A.Size(overallWidth, containerHeight + subtextHeight)); + _this._box$_size = constraints.constrain$1(new A.Size(t2, containerHeight + subtextHeight)); }, _paintLabel$2(context, offset) { - var t1 = this._input_decorator$_label; + var t1 = this.SlottedContainerRenderObjectMixin__slotToChild.$index(0, B._DecorationSlot_2); t1.toString; context.paintChild$2(t1, offset); }, paint$2(context, offset) { - var t1, t2, labelOffset, labelHeight, borderWeight, t, isOutlineBorder, floatingY, dx, t3, t4, _this = this, - doPaint = new A._RenderDecoration_paint_doPaint(context, offset); - doPaint.call$1(_this._input_decorator$_container); - t1 = _this._input_decorator$_label; - if (t1 != null) { - t2 = t1.parentData; + var t2, t3, labelOffset, t4, labelWidth, t5, borderWeight, t, isOutlineBorder, floatingY, floatStartX, t6, _this = this, + doPaint = new A._RenderDecoration_paint_doPaint(context, offset), + t1 = _this.SlottedContainerRenderObjectMixin__slotToChild; + doPaint.call$1(t1.$index(0, B._DecorationSlot_10)); + if (t1.$index(0, B._DecorationSlot_2) != null) { + t2 = t1.$index(0, B._DecorationSlot_2).parentData; t2.toString; - labelOffset = type$.BoxParentData._as(t2).offset; - labelHeight = t1._box$_size._dy; - t1 = _this._input_decorator$_decoration; - t2 = t1.border; - borderWeight = t2.borderSide.width; - t = t1.floatingLabelProgress; - isOutlineBorder = t2.get$isOutline(); - floatingY = isOutlineBorder ? -labelHeight * 0.75 / 2 + borderWeight / 2 : _this._input_decorator$_decoration.contentPadding.top; - t1 = A.lerpDouble(1, 0.75, t); - t1.toString; + t3 = type$.BoxParentData; + labelOffset = t3._as(t2).offset; + t2 = t1.$index(0, B._DecorationSlot_2); + if (t2 == null) + t2 = B.Size_0_0; + else { + t2 = t2._box$_size; + t2.toString; + } + t4 = t1.$index(0, B._DecorationSlot_2); + if (t4 == null) + t4 = B.Size_0_0; + else { + t4 = t4._box$_size; + t4.toString; + } + labelWidth = t4._dx; + t4 = _this._input_decorator$_decoration; + t4.floatingLabelAlignment.toString; + t5 = t4.border; + borderWeight = t5.borderSide.width; + t = t4.floatingLabelProgress; + isOutlineBorder = t5.get$isOutline(); + floatingY = isOutlineBorder ? -t2._dy * 0.75 / 2 + borderWeight / 2 : _this._input_decorator$_decoration.contentPadding.top; + t2 = A.lerpDouble(1, 0.75, t); + t2.toString; + t4 = t1.$index(0, B._DecorationSlot_10).parentData; + t4.toString; + t4 = t3._as(t4).offset._dx; + t3 = t1.$index(0, B._DecorationSlot_10); + if (t3 == null) + t3 = B.Size_0_0; + else { + t3 = t3._box$_size; + t3.toString; + } switch (_this._input_decorator$_textDirection) { case B.TextDirection_0: - dx = labelOffset._dx + _this._input_decorator$_label._box$_size._dx * (1 - t1); + floatStartX = labelOffset._dx + labelWidth * (1 - t2); break; case B.TextDirection_1: - dx = labelOffset._dx; + floatStartX = labelOffset._dx; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - t2 = labelOffset._dy; - t3 = A.lerpDouble(0, floatingY - t2, t); + t3 = A.lerpDouble(floatStartX, t4 + t3._dx / 2 - labelWidth * 0.75 / 2, 0); t3.toString; - t4 = new A.Matrix4(new Float64Array(16)); - t4.setIdentity$0(); - t4.translate$2(0, dx, t2 + t3); - t4.scale$1(0, t1); - _this._labelTransform = t4; - t4 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); - t1 = _this._labelTransform; - t1.toString; - t3 = _this._layerHandle; - t3.set$layer(0, context.pushTransform$5$oldLayer(t4, offset, t1, _this.get$_paintLabel(), type$.nullable_TransformLayer._as(t3._layer))); + t3 = A.lerpDouble(floatStartX, t3, t); + t3.toString; + t4 = labelOffset._dy; + t5 = A.lerpDouble(0, floatingY - t4, t); + t5.toString; + t6 = new A.Matrix4(new Float64Array(16)); + t6.setIdentity$0(); + 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; + t5 = _this._layerHandle; + t5.set$layer(0, context.pushTransform$5$oldLayer(t6, offset, t2, _this.get$_paintLabel(), type$.nullable_TransformLayer._as(t5._layer))); } else _this._layerHandle.set$layer(0, null); - doPaint.call$1(_this._icon); - doPaint.call$1(_this._prefix); - doPaint.call$1(_this._suffix); - doPaint.call$1(_this._prefixIcon); - doPaint.call$1(_this._suffixIcon); - doPaint.call$1(_this._hint); - doPaint.call$1(_this._input_decorator$_input); - doPaint.call$1(_this._helperError); - doPaint.call$1(_this._counter); + doPaint.call$1(t1.$index(0, B._DecorationSlot_0)); + doPaint.call$1(t1.$index(0, B._DecorationSlot_4)); + doPaint.call$1(t1.$index(0, B._DecorationSlot_5)); + doPaint.call$1(t1.$index(0, B._DecorationSlot_6)); + doPaint.call$1(t1.$index(0, B._DecorationSlot_7)); + doPaint.call$1(t1.$index(0, B._DecorationSlot_3)); + doPaint.call$1(t1.$index(0, B._DecorationSlot_1)); + doPaint.call$1(t1.$index(0, B._DecorationSlot_8)); + doPaint.call$1(t1.$index(0, B._DecorationSlot_9)); }, hitTestSelf$1(position) { return true; }, hitTestChildren$2$position(result, position) { - var t1, t2, t3, t4, offset; - for (t1 = this.get$_input_decorator$_children(this), t1 = new A._SyncStarIterator(t1._outerHelper(), t1.$ti._eval$1("_SyncStarIterator<1>")), t2 = type$.BoxParentData; t1.moveNext$0();) { - t3 = t1.get$current(t1); - t4 = t3.parentData; + var t1, t2, t3, _i, child, t4, offset; + for (t1 = this.get$children(this), t2 = t1.length, t3 = type$.BoxParentData, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + child = t1[_i]; + t4 = child.parentData; t4.toString; - offset = t2._as(t4).offset; - if (result.addWithPaintOffset$3$hitTest$offset$position(new A._RenderDecoration_hitTestChildren_closure(position, offset, t3), offset, position)) + offset = t3._as(t4).offset; + if (result.addWithPaintOffset$3$hitTest$offset$position(new A._RenderDecoration_hitTestChildren_closure(position, offset, child), offset, position)) return true; } return false; }, applyPaintTransform$2(child, transform) { var labelOffset, _this = this, - t1 = _this._input_decorator$_label; - if (child == t1 && _this._labelTransform != null) { - t1 = t1.parentData; + t1 = _this.SlottedContainerRenderObjectMixin__slotToChild; + if (child == t1.$index(0, B._DecorationSlot_2) && _this._labelTransform != null) { + t1 = t1.$index(0, B._DecorationSlot_2).parentData; t1.toString; labelOffset = type$.BoxParentData._as(t1).offset; t1 = _this._labelTransform; @@ -181055,13 +182533,6 @@ _this.super$RenderBox$applyPaintTransform(child, transform); } }; - A._RenderDecoration_debugDescribeChildren_add.prototype = { - call$2(child, $name) { - if (child != null) - this.value.push(A.DiagnosticableTreeNode$($name, null, child)); - }, - $signature: 541 - }; A._RenderDecoration_performLayout_centerLayout.prototype = { call$2(box, x) { var t2, t3, @@ -181074,7 +182545,7 @@ t1.offset = new A.Offset(x, (t2 - t3._dy) / 2); return t3._dx; }, - $signature: 185 + $signature: 197 }; A._RenderDecoration_performLayout_baselineLayout.prototype = { call$2(box, x) { @@ -181089,7 +182560,7 @@ t1.offset = new A.Offset(x, t2 - t3); return box._box$_size._dx; }, - $signature: 185 + $signature: 197 }; A._RenderDecoration_paint_doPaint.prototype = { call$1(child) { @@ -181100,149 +182571,50 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 546 + $signature: 540 }; A._RenderDecoration_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 230 + $signature: 58 }; - A._DecorationElement.prototype = { - get$widget() { - return type$._Decorator._as(A.RenderObjectElement.prototype.get$widget.call(this)); + A._Decorator.prototype = { + get$slots() { + return B.List_UUO; }, - get$renderObject() { - return type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(this)); - }, - visitChildren$1(visitor) { - var t1 = this.slotToChild; - t1.get$values(t1).forEach$1(0, visitor); - }, - forgetChild$1(child) { - this.slotToChild.remove$1(0, child._slot); - this.super$Element$forgetChild(child); - }, - _mountChild$2(widget, slot) { - var t1 = this.slotToChild, - oldChild = t1.$index(0, slot), - newChild = this.updateChild$3(oldChild, widget, slot); - if (oldChild != null) - t1.remove$1(0, slot); - if (newChild != null) - t1.$indexSet(0, slot, newChild); - }, - mount$2($parent, newSlot) { - var t1, _this = this; - _this.super$RenderObjectElement$mount($parent, newSlot); - t1 = type$._Decorator; - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.icon, B._DecorationSlot_0); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.input, B._DecorationSlot_1); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.label, B._DecorationSlot_2); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.hint, B._DecorationSlot_3); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.prefix, B._DecorationSlot_4); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.suffix, B._DecorationSlot_5); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.prefixIcon, B._DecorationSlot_6); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.suffixIcon, B._DecorationSlot_7); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.helperError, B._DecorationSlot_8); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.counter, B._DecorationSlot_9); - _this._mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.container, B._DecorationSlot_10); - }, - _updateChild$2(widget, slot) { - var t1 = this.slotToChild, - oldChild = t1.$index(0, slot), - newChild = this.updateChild$3(oldChild, widget, slot); - if (oldChild != null) - t1.remove$1(0, slot); - if (newChild != null) - t1.$indexSet(0, slot, newChild); - }, - update$1(_, newWidget) { - var t1, _this = this; - _this.super$RenderObjectElement$update(0, newWidget); - t1 = type$._Decorator; - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.icon, B._DecorationSlot_0); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.input, B._DecorationSlot_1); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.label, B._DecorationSlot_2); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.hint, B._DecorationSlot_3); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.prefix, B._DecorationSlot_4); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.suffix, B._DecorationSlot_5); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.prefixIcon, B._DecorationSlot_6); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.suffixIcon, B._DecorationSlot_7); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.helperError, B._DecorationSlot_8); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.counter, B._DecorationSlot_9); - _this._updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).decoration.container, B._DecorationSlot_10); - }, - _updateRenderObject$2(child, slot) { - var t1, _this = this; + childForSlot$1(slot) { + var _this = this; switch (slot) { case B._DecorationSlot_0: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._icon = t1._updateChild$3(t1._icon, child, B._DecorationSlot_0); - break; + return _this.decoration.icon; case B._DecorationSlot_1: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._input_decorator$_input = t1._updateChild$3(t1._input_decorator$_input, child, B._DecorationSlot_1); - break; + return _this.decoration.input; case B._DecorationSlot_2: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._input_decorator$_label = t1._updateChild$3(t1._input_decorator$_label, child, B._DecorationSlot_2); - break; + return _this.decoration.label; case B._DecorationSlot_3: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._hint = t1._updateChild$3(t1._hint, child, B._DecorationSlot_3); - break; + return _this.decoration.hint; case B._DecorationSlot_4: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._prefix = t1._updateChild$3(t1._prefix, child, B._DecorationSlot_4); - break; + return _this.decoration.prefix; case B._DecorationSlot_5: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._suffix = t1._updateChild$3(t1._suffix, child, B._DecorationSlot_5); - break; + return _this.decoration.suffix; case B._DecorationSlot_6: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._prefixIcon = t1._updateChild$3(t1._prefixIcon, child, B._DecorationSlot_6); - break; + return _this.decoration.prefixIcon; case B._DecorationSlot_7: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._suffixIcon = t1._updateChild$3(t1._suffixIcon, child, B._DecorationSlot_7); - break; + return _this.decoration.suffixIcon; case B._DecorationSlot_8: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._helperError = t1._updateChild$3(t1._helperError, child, B._DecorationSlot_8); - break; + return _this.decoration.helperError; case B._DecorationSlot_9: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._counter = t1._updateChild$3(t1._counter, child, B._DecorationSlot_9); - break; + return _this.decoration.counter; case B._DecorationSlot_10: - t1 = type$._RenderDecoration._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._input_decorator$_container = t1._updateChild$3(t1._input_decorator$_container, child, B._DecorationSlot_10); - break; + return _this.decoration.container; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - insertRenderObjectChild$2(child, slot) { - this._updateRenderObject$2(type$.RenderBox._as(child), slot); - }, - removeRenderObjectChild$2(child, slot) { - this._updateRenderObject$2(null, slot); - }, - moveRenderObjectChild$3(child, oldSlot, newSlot) { - } - }; - A._Decorator.prototype = { - createElement$0(_) { - var t1 = type$.Element_2, - t2 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t2; - return new A._DecorationElement(A.LinkedHashMap_LinkedHashMap$_empty(type$._DecorationSlot, t1), t2, this, B._ElementLifecycle_0, A.HashSet_HashSet(t1)); - }, createRenderObject$1(context) { var _this = this, - t1 = new A._RenderDecoration(A.LinkedHashMap_LinkedHashMap$_empty(type$._DecorationSlot, type$.RenderBox), _this.decoration, _this.textDirection, _this.textBaseline, _this.textAlignVertical, _this.isFocused, _this.expands, A.LayerHandle$(type$.ContainerLayer_2)); + 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; @@ -181260,7 +182632,7 @@ }; A.InputDecorator.prototype = { createState$0() { - return new A._InputDecoratorState(new A._InputBorderGap(A.List_List$filled(0, null, false, type$.nullable_void_Function)), null, B._StateLifecycle_0); + return new A._InputDecoratorState(new A._InputBorderGap(A.List_List$filled(0, null, false, type$.nullable_void_Function)), null, null, B._StateLifecycle_0); }, get$isEmpty(receiver) { return this.isEmpty; @@ -181284,17 +182656,17 @@ labelIsInitiallyFloating = false; else labelIsInitiallyFloating = true; - t1 = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, labelIsInitiallyFloating ? 1 : 0, _this); + t1 = A.AnimationController$(_null, B.Duration_200000, _null, 1, labelIsInitiallyFloating ? 1 : 0, _this); _this.___InputDecoratorState__floatingLabelController = t1; t1 = A._lateReadCheck(t1, "_floatingLabelController"); 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, 0, _null, 1, _null, _this); + _this.___InputDecoratorState__shakingLabelController = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, _this); }, didChangeDependencies$0() { - this.super$__InputDecoratorState_State_TickerProviderStateMixin$didChangeDependencies(); + this.super$State$didChangeDependencies(); this._effectiveDecoration = null; }, dispose$0(_) { @@ -181393,12 +182765,12 @@ if (_this.get$decoration(_this).fillColor != null) { t1 = _this.get$decoration(_this).fillColor; t1.toString; - return t1; + return A.MaterialStateProperty_resolveAs(t1, _this.get$materialState(), type$.Color); } - switch (themeData.colorScheme.brightness) { - case B.Brightness_0: + switch (themeData.colorScheme.brightness.index) { + case 0: return _this.get$decoration(_this).enabled ? B.Color_452984831 : B.Color_234881023; - case B.Brightness_1: + case 1: return _this.get$decoration(_this).enabled ? B.Color_167772160 : B.Color_83886080; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -181415,20 +182787,14 @@ if (t1) return B.Color_0; _this.get$decoration(_this).toString; - themeData.toString; - return themeData.hoverColor; + t1 = themeData.hoverColor; + return t1; }, - _getDefaultIconColor$1(themeData) { - if (!this.get$decoration(this).enabled && !this._widget.isFocused) - return themeData.disabledColor; - switch (themeData.colorScheme.brightness) { - case B.Brightness_0: - return B.Color_3019898879; - case B.Brightness_1: - return B.Color_1929379840; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } + _getIconColor$1(themeData) { + 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; }, get$_hasInlineLabel() { var _this = this, @@ -181448,19 +182814,44 @@ t1 = false; return t1; }, + _getFloatingLabelStyle$1(themeData) { + var _this = this, + t1 = type$.nullable_TextStyle, + style = A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).floatingLabelStyle, _this.get$materialState(), t1); + if (style == null) { + themeData.toString; + style = A.MaterialStateProperty_resolveAs(null, _this.get$materialState(), t1); + } + t1 = themeData.textTheme.titleMedium; + t1.toString; + 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.caption.copyWith$1$color(color).merge$1(_this.get$decoration(_this).helperStyle); + return themeData.textTheme.bodySmall.copyWith$1$color(color).merge$1(A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).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) + 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) + t1.add$1(0, B.MaterialState_0); + if (_this.get$decoration(_this).errorText != null) + t1.add$1(0, B.MaterialState_7); + return t1; }, _getDefaultBorder$1(themeData) { - var borderColor, borderWeight, border, _this = this, - t1 = _this.get$decoration(_this).border; - if (J.$eq$(t1 == null ? null : t1.borderSide, B.BorderSide_m7u)) { - t1 = _this.get$decoration(_this).border; - t1.toString; - return t1; - } + var borderColor, t1, borderWeight, _this = this, + border = A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).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)) + return border; if (_this.get$decoration(_this).enabled || _this._widget.isFocused) borderColor = _this.get$decoration(_this).errorText == null ? _this._getDefaultBorderColor$1(themeData) : themeData.errorColor; else { @@ -181479,37 +182870,44 @@ } _this.get$decoration(_this).toString; t1 = _this.get$decoration(_this); - t1 = J.$eq$(t1 == null ? null : t1.border, B._NoInputBorder_EYU) || !_this.get$decoration(_this).enabled; + t1 = J.$eq$(t1 == null ? null : t1.border, B._NoInputBorder_sqK) || !_this.get$decoration(_this).enabled; if (t1) borderWeight = 0; else borderWeight = _this._widget.isFocused ? 2 : 1; - border = _this.get$decoration(_this).border; - if (border == null) - border = B.UnderlineInputBorder_4YI; return border.copyWith$1$borderSide(new A.BorderSide(borderColor, borderWeight, B.BorderStyle_1)); }, build$1(_, context) { - var t3, inlineStyle, hintStyle, hint, t4, t5, t6, t7, isError, border, t8, t9, inlineLabelStyle, label, t10, t11, color, style, activeColor, decorationIsDense, iconSize, iconColor, suffixIcon, t12, t13, counter, t14, t15, t16, decorationContentPadding, floatingLabelHeight, contentPadding, t17, t18, t19, t20, t21, t22, _this = this, _null = null, + var t2, t3, labelStyle, t4, hintStyle, hint, t5, t6, t7, isError, border, t8, t9, label, t10, t11, t12, decorationIsDense, iconSize, 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), - t1 = themeData.textTheme, - t2 = t1.subtitle1; - t2.toString; - t3 = t2.merge$1(_this._widget.baseStyle); - inlineStyle = t3.copyWith$1$color(_this.get$decoration(_this).enabled ? themeData.hintColor : themeData.disabledColor); - t3 = inlineStyle.textBaseline; + 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), + t1 = type$.nullable_TextStyle, + style = A.MaterialStateProperty_resolveAs(_this.get$decoration(_this).labelStyle, _this.get$materialState(), t1); + if (style == null) { + themeData.toString; + style = A.MaterialStateProperty_resolveAs(_null, _this.get$materialState(), t1); + } + t2 = themeData.textTheme; + t3 = t2.titleMedium; t3.toString; - hintStyle = inlineStyle.merge$1(_this.get$decoration(_this).hintStyle); + 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); + 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) hint = _null; else { - t4 = _this._widget.isEmpty && !_this.get$_hasInlineLabel() ? 1 : 0; + t3 = _this._widget.isEmpty && !_this.get$_hasInlineLabel() ? 1 : 0; t5 = _this.get$decoration(_this).hintText; t5.toString; t6 = _this.get$decoration(_this).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, t4); + 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); } isError = _this.get$decoration(_this).errorText != null; if (!_this.get$decoration(_this).enabled) @@ -181520,13 +182918,11 @@ border = isError ? _this.get$decoration(_this).errorBorder : _this.get$decoration(_this).enabledBorder; if (border == null) border = _this._getDefaultBorder$1(themeData); - t4 = _this._borderGap; + t3 = _this._borderGap; t5 = A._lateReadCheck(_this.___InputDecoratorState__floatingLabelController, _s24_); t6 = _this._getFillColor$1(themeData); t7 = _this._getHoverColor$1(themeData); t8 = _this._widget.isHovering && _this.get$decoration(_this).enabled; - t9 = _this.get$decoration(_this); - inlineLabelStyle = inlineStyle.merge$1(t9.labelStyle).copyWith$1$height(1); if (_this.get$decoration(_this).labelText == null) { _this.get$decoration(_this).toString; t9 = true; @@ -181542,75 +182938,60 @@ t11 = t11.isFocused && t11.decoration.enabled; else t11 = true; - if (t11) { - if (_this.get$decoration(_this).errorText != null) { - t11 = _this.get$decoration(_this).errorStyle; - t11 = t11 == null ? _null : t11.color; - color = t11 == null ? themeData.errorColor : t11; - } else - color = _this._getActiveColor$1(themeData); - style = t2.merge$1(_this._widget.baseStyle); - t2 = style.copyWith$2$color$height(_this.get$decoration(_this).enabled ? color : themeData.disabledColor, 1); - _this.get$decoration(_this).toString; - t11 = _this.get$decoration(_this); - t2 = t2.merge$1(t11.labelStyle); - } else - t2 = inlineLabelStyle; + t11 = t11 ? _this._getFloatingLabelStyle$1(themeData) : labelStyle; _this.get$decoration(_this).toString; - t11 = _this.get$decoration(_this); - t11 = t11.labelText; - t11.toString; - t11 = A.Text$(t11, _null, _null, B.TextOverflow_2, _null, _null, _null, _this._widget.textAlign, _null, _null); - label = new A._Shaker(A.AnimatedOpacity$(false, A.AnimatedDefaultTextStyle$(t11, B.Cubic_ifx, B.Duration_200000, true, t2), B.Cubic_ifx, B.Duration_200000, t10), t9, _null); + t12 = _this.get$decoration(_this).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; - t2 = _this.get$decoration(_this); - t2.toString; _this.get$decoration(_this).toString; - t2 = _this.get$decoration(_this); - t2.toString; - activeColor = _this._getActiveColor$1(themeData); + _this.get$decoration(_this).toString; + _this.get$decoration(_this).toString; decorationIsDense = _this.get$decoration(_this).isDense === true; iconSize = decorationIsDense ? 18 : 24; - iconColor = _this._widget.isFocused ? activeColor : _this._getDefaultIconColor$1(themeData); _this.get$decoration(_this).toString; _this.get$decoration(_this).toString; if (_this.get$decoration(_this).suffixIcon == null) suffixIcon = _null; else { _this.get$decoration(_this).toString; - t2 = themeData.visualDensity.effectiveConstraints$1(B.BoxConstraints_mlX0); - t9 = _this.get$decoration(_this).suffixIcon; - t9.toString; - suffixIcon = A.Center$(new A.ConstrainedBox(t2, A.IconTheme_merge(t9, new A.IconThemeData(iconColor, _null, iconSize)), _null), 1, 1); + 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.toString; + suffixIcon = A.Center$(new A.ConstrainedBox(t9, A.IconTheme_merge(t11, new A.IconThemeData(t10, _null, iconSize)), _null), 1, 1); } - t2 = _this._widget.textAlign; - t9 = _this.get$decoration(_this).helperText; - t10 = _this._getHelperStyle$1(themeData); - t11 = _this.get$decoration(_this).helperMaxLines; - t12 = _this.get$decoration(_this).errorText; + t9 = _this._widget.textAlign; + t10 = _this.get$decoration(_this).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; - t1 = t1.caption.copyWith$1$color(color).merge$1(_this.get$decoration(_this).errorStyle); - t13 = _this.get$decoration(_this).errorMaxLines; + 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 !== "") { - t14 = _this._widget.isFocused; - t15 = _this.get$decoration(_this).counterText; - t15.toString; - t16 = _this._getHelperStyle$1(themeData).merge$1(_this.get$decoration(_this).counterStyle); - t16 = A.Text$(t15, _null, _null, B.TextOverflow_2, _this.get$decoration(_this).semanticCounterText, _null, t16, _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, t14, _null, _null, _null, _null, _null, _null, _null, _null, _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, t16, _null); + t15 = _this._widget.isFocused; + t16 = _this.get$decoration(_this).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); } else counter = _null; - t14 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); - t14.toString; + t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t1.toString; decorationContentPadding = _this.get$decoration(_this).contentPadding; if (decorationContentPadding == null) decorationContentPadding = _null; _this.get$decoration(_this).toString; if (!border.get$isOutline()) { - t15 = inlineLabelStyle.fontSize; + t15 = labelStyle.fontSize; t15.toString; floatingLabelHeight = (4 + 0.75 * t15) * A.MediaQuery_textScaleFactorOf(context); if (_this.get$decoration(_this).filled === true) @@ -181630,17 +183011,19 @@ floatingLabelHeight = 0; } _this.get$decoration(_this).toString; - t15 = A._lateReadCheck(A._lateReadCheck(_this.___InputDecoratorState__floatingLabelController, _s24_).__AnimationController__value, "_value"); - t16 = _this.get$decoration(_this).alignLabelWithHint; - t17 = _this.get$decoration(_this).isDense; - t18 = themeData.visualDensity; - t19 = _this._widget; - t20 = t19.child; - t21 = t19.textAlignVertical; - t22 = t19.isFocused; - t19 = t19.expands; + t15 = _this.get$decoration(_this).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; + t19 = themeData.visualDensity; + t20 = _this._widget; + t21 = t20.child; + t22 = t20.textAlignVertical; + t23 = t20.isFocused; + t20 = t20.expands; _this.get$decoration(_this).toString; - return new A._Decorator(new A._Decoration(contentPadding, false, floatingLabelHeight, t15, border, t4, t16 === true, t17, t18, _null, t20, label, hint, _null, _null, _null, suffixIcon, new A._HelperError(t2, t9, t10, t11, t12, t1, t13, _null), counter, new A._BorderContainer(border, t4, t5, t6, t7, t8, _null), true), t14.textDirection, t3, t21, t22, t19, _null); + return new A._Decorator(new A._Decoration(contentPadding, false, floatingLabelHeight, t16, t15, border, t3, t17 === true, t18, t19, _null, t21, label, hint, _null, _null, _null, 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); } }; A._InputDecoratorState__handleChange_closure.prototype = { @@ -181648,8 +183031,42 @@ }, $signature: 0 }; + 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; + if (states.contains$1(0, B.MaterialState_1)) + return this.themeData.colorScheme.primary; + switch (this.themeData.colorScheme.brightness.index) { + case 0: + return B.Color_3019898879; + case 1: + return B.Color_1929379840; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + }, + $signature: 102 + }; + 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; + 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; + return t2.merge$1(t1); + }, + $signature: 974 + }; A.InputDecoration.prototype = { - copyWith$33$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$semanticCounterText$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, counter, counterStyle, counterText, disabledBorder, enabled, enabledBorder, errorBorder, errorMaxLines, errorStyle, errorText, fillColor, filled, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintMaxLines, hintStyle, hintText, hoverColor, isCollapsed, isDense, labelStyle, prefixStyle, semanticCounterText, suffixStyle) { + copyWith$34$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$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, prefixStyle, semanticCounterText, suffixStyle) { var _this = this, t1 = hintText == null ? _this.hintText : hintText, t2 = hintStyle == null ? _this.hintStyle : hintStyle, @@ -181657,46 +183074,47 @@ t4 = errorText == null ? _this.errorText : errorText, t5 = errorStyle == null ? _this.errorStyle : errorStyle, t6 = floatingLabelBehavior == null ? _this.floatingLabelBehavior : floatingLabelBehavior, - t7 = isDense == null ? _this.isDense : isDense, - t8 = contentPadding == null ? _this.contentPadding : contentPadding, - t9 = counter == null ? _this.counter : counter, - t10 = counterText == null ? _this.counterText : counterText, - t11 = counterStyle == null ? _this.counterStyle : counterStyle, - t12 = filled == null ? _this.filled : filled, - t13 = fillColor == null ? _this.fillColor : fillColor, - t14 = errorBorder == null ? _this.errorBorder : errorBorder, - t15 = focusedBorder == null ? _this.focusedBorder : focusedBorder, - t16 = focusedErrorBorder == null ? _this.focusedErrorBorder : focusedErrorBorder, - t17 = enabledBorder == null ? _this.enabledBorder : enabledBorder, - t18 = border == null ? _this.border : border, - t19 = enabled == null ? _this.enabled : enabled, - t20 = semanticCounterText == null ? _this.semanticCounterText : semanticCounterText, - t21 = alignLabelWithHint == null ? _this.alignLabelWithHint : alignLabelWithHint; - return A.InputDecoration$(t21, t18, _this.constraints, t8, t9, t11, t10, _this.disabledBorder, t19, t17, t14, _this.errorMaxLines, t5, t4, t13, t12, t6, _this.floatingLabelStyle, _this.focusColor, t15, t16, _this.helperMaxLines, _this.helperStyle, _this.helperText, t3, t2, t1, _this.hintTextDirection, _this.hoverColor, _this.icon, isCollapsed === true, t7, _this.label, _this.labelStyle, _this.labelText, _this.prefix, _this.prefixIcon, _this.prefixIconConstraints, _this.prefixStyle, _this.prefixText, t20, _this.suffix, _this.suffixIcon, _this.suffixIconConstraints, _this.suffixStyle, _this.suffixText); + t7 = floatingLabelAlignment == null ? _this.floatingLabelAlignment : floatingLabelAlignment, + t8 = isDense == null ? _this.isDense : isDense, + t9 = contentPadding == null ? _this.contentPadding : contentPadding, + t10 = counter == null ? _this.counter : counter, + t11 = counterText == null ? _this.counterText : counterText, + t12 = counterStyle == null ? _this.counterStyle : counterStyle, + t13 = filled == null ? _this.filled : filled, + t14 = fillColor == null ? _this.fillColor : fillColor, + t15 = errorBorder == null ? _this.errorBorder : errorBorder, + t16 = focusedBorder == null ? _this.focusedBorder : focusedBorder, + t17 = focusedErrorBorder == null ? _this.focusedErrorBorder : focusedErrorBorder, + t18 = enabledBorder == null ? _this.enabledBorder : enabledBorder, + t19 = border == null ? _this.border : border, + t20 = enabled == null ? _this.enabled : enabled, + t21 = semanticCounterText == null ? _this.semanticCounterText : semanticCounterText, + t22 = alignLabelWithHint == null ? _this.alignLabelWithHint : alignLabelWithHint; + return A.InputDecoration$(t22, t19, _this.constraints, t9, t10, t12, t11, _this.disabledBorder, t20, t18, t15, _this.errorMaxLines, t5, t4, t14, t13, t7, t6, _this.floatingLabelStyle, _this.focusColor, t16, t17, _this.helperMaxLines, _this.helperStyle, _this.helperText, t3, t2, t1, _this.hintTextDirection, _this.hoverColor, _this.icon, _this.iconColor, isCollapsed === true, t8, _this.label, _this.labelStyle, _this.labelText, _this.prefix, _this.prefixIcon, _this.prefixIconColor, _this.prefixIconConstraints, _this.prefixStyle, _this.prefixText, t21, _this.suffix, _this.suffixIcon, _this.suffixIconColor, _this.suffixIconConstraints, _this.suffixStyle, _this.suffixText); }, copyWith$1$errorText(errorText) { - return this.copyWith$33$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, null, null, null, null, null, null, null, null, errorText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$34$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$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, null, null, null, null, null, null, null, null, errorText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, copyWith$2$enabled$hintMaxLines(enabled, hintMaxLines) { - return this.copyWith$33$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, null, null, null, enabled, null, null, null, null, null, null, null, null, null, null, null, null, null, null, hintMaxLines, null, null, null, null, null, null, null, null, null); + return this.copyWith$34$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$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, null, null, null, enabled, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, hintMaxLines, null, null, null, null, null, null, null, null, null); }, copyWith$1$counter(counter) { - return this.copyWith$33$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, counter, null, null, null, null, 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$34$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$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, counter, null, null, null, null, null, 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$4$counterStyle$counterText$errorText$semanticCounterText(counterStyle, counterText, errorText, semanticCounterText) { - return this.copyWith$33$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, counterStyle, counterText, null, null, null, null, null, null, errorText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, semanticCounterText, null); + return this.copyWith$34$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$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, counterStyle, counterText, null, null, null, null, null, null, errorText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, semanticCounterText, null); }, copyWith$2$counterText$semanticCounterText(counterText, semanticCounterText) { - return this.copyWith$33$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, null, counterText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, semanticCounterText, null); + return this.copyWith$34$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$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, null, counterText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, semanticCounterText, null); }, - copyWith$26$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, counterStyle, disabledBorder, enabledBorder, errorBorder, errorMaxLines, errorStyle, fillColor, filled, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintStyle, hoverColor, isCollapsed, isDense, labelStyle, prefixStyle, suffixStyle) { - return this.copyWith$33$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$semanticCounterText$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, null, counterStyle, null, disabledBorder, null, enabledBorder, errorBorder, errorMaxLines, errorStyle, null, fillColor, filled, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, null, hintStyle, null, hoverColor, isCollapsed, isDense, labelStyle, prefixStyle, null, suffixStyle); + 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(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) { + return this.copyWith$34$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$prefixStyle$semanticCounterText$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, null, counterStyle, null, disabledBorder, null, enabledBorder, errorBorder, errorMaxLines, errorStyle, null, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, null, hintStyle, null, hoverColor, isCollapsed, isDense, labelStyle, prefixStyle, null, suffixStyle); }, copyWith$2$fillColor$hintText(fillColor, hintText) { - return this.copyWith$33$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, null, null, null, null, null, null, null, null, null, fillColor, null, null, null, null, null, null, null, null, null, null, hintText, null, null, null, null, null, null, null); + return this.copyWith$34$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$prefixStyle$semanticCounterText$suffixStyle(null, null, null, null, null, null, null, null, null, null, null, null, null, null, fillColor, null, null, null, null, null, null, null, null, null, null, null, hintText, null, null, null, null, null, null, null); }, applyDefaults$1(theme) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, t1 = _this.hintStyle; if (t1 == null) t1 = _null; @@ -181706,31 +183124,34 @@ t3 = _this.floatingLabelBehavior; if (t3 == null) t3 = B.FloatingLabelBehavior_1; - t4 = _this.contentPadding; + t4 = _this.floatingLabelAlignment; if (t4 == null) - t4 = _null; - t5 = _this.counterStyle; + t4 = B.C_FloatingLabelAlignment; + t5 = _this.contentPadding; if (t5 == null) t5 = _null; - t6 = _this.fillColor; + t6 = _this.counterStyle; if (t6 == null) t6 = _null; - t7 = _this.errorBorder; + t7 = _this.fillColor; if (t7 == null) t7 = _null; - t8 = _this.focusedBorder; + t8 = _this.errorBorder; if (t8 == null) t8 = _null; - t9 = _this.focusedErrorBorder; + t9 = _this.focusedBorder; if (t9 == null) t9 = _null; - t10 = _this.enabledBorder; + t10 = _this.focusedErrorBorder; if (t10 == null) t10 = _null; - t11 = _this.border; + t11 = _this.enabledBorder; if (t11 == null) t11 = _null; - return _this.copyWith$26$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$isCollapsed$isDense$labelStyle$prefixStyle$suffixStyle(_this.alignLabelWithHint === true, t11, _null, t4, t5, _null, t10, t7, _null, t2, t6, _this.filled === true, t3, _null, _null, t8, t9, _null, _null, t1, _null, false, _this.isDense === true, _null, _null, _null); + t12 = _this.border; + if (t12 == null) + t12 = _null; + 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; @@ -181748,18 +183169,21 @@ if (other.errorText == _this.errorText) if (J.$eq$(other.errorStyle, _this.errorStyle)) if (other.floatingLabelBehavior == _this.floatingLabelBehavior) - if (other.isDense == _this.isDense) - if (J.$eq$(other.contentPadding, _this.contentPadding)) - 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; + if (J.$eq$(other.floatingLabelAlignment, _this.floatingLabelAlignment)) + if (other.isDense == _this.isDense) + if (J.$eq$(other.contentPadding, _this.contentPadding)) + 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 @@ -181804,7 +183228,7 @@ var _this = this, t1 = _this.border, t2 = _this.enabled; - return A.hashList([_this.icon, _this.label, _this.labelText, _this.floatingLabelStyle, _this.labelStyle, _this.helperText, _this.helperStyle, _this.helperMaxLines, _this.hintText, _this.hintStyle, _this.hintTextDirection, _this.hintMaxLines, _this.errorText, _this.errorStyle, _this.errorMaxLines, _this.floatingLabelBehavior, _this.isDense, _this.contentPadding, false, _this.filled, _this.fillColor, _this.focusColor, _this.hoverColor, t1, t2, _this.prefixIcon, _this.prefix, _this.prefixText, _this.prefixStyle, _this.prefixIconConstraints, _this.suffixIcon, _this.suffix, _this.suffixText, _this.suffixStyle, _this.suffixIconConstraints, _this.counter, _this.counterText, _this.counterStyle, _this.errorBorder, _this.focusedBorder, _this.focusedErrorBorder, _this.disabledBorder, _this.enabledBorder, t1, t2, _this.semanticCounterText, _this.alignLabelWithHint, _this.constraints]); + return A.hashList([_this.icon, _this.iconColor, _this.label, _this.labelText, _this.floatingLabelStyle, _this.labelStyle, _this.helperText, _this.helperStyle, _this.helperMaxLines, _this.hintText, _this.hintStyle, _this.hintTextDirection, _this.hintMaxLines, _this.errorText, _this.errorStyle, _this.errorMaxLines, _this.floatingLabelBehavior, _this.floatingLabelAlignment, _this.isDense, _this.contentPadding, false, _this.filled, _this.fillColor, _this.focusColor, _this.hoverColor, t1, t2, _this.prefixIcon, _this.prefixIconColor, _this.prefix, _this.prefixText, _this.prefixStyle, _this.prefixIconConstraints, _this.suffixIcon, _this.suffixIconColor, _this.suffix, _this.suffixText, _this.suffixStyle, _this.suffixIconConstraints, _this.counter, _this.counterText, _this.counterStyle, _this.errorBorder, _this.focusedBorder, _this.focusedErrorBorder, _this.disabledBorder, _this.enabledBorder, t1, t2, _this.semanticCounterText, _this.alignLabelWithHint, _this.constraints]); }, toString$0(_) { var _this = this, @@ -181827,6 +183251,9 @@ t2 = _this.floatingLabelBehavior; if (t2 != null) t1.push("floatingLabelBehavior: " + t2.toString$0(0)); + t2 = _this.floatingLabelAlignment; + if (t2 != null) + t1.push("floatingLabelAlignment: " + t2.toString$0(0)); t2 = _this.isDense; if (t2 === true) t1.push("isDense: " + A.S(t2)); @@ -181878,7 +183305,7 @@ }; A.InputDecorationTheme.prototype = { get$hashCode(_) { - return A.hashList([null, null, null, null, null, null, null, B.FloatingLabelBehavior_1, false, null, false, null, null, null, false, null, null, null, null, null, null, null, null, null, false, null]); + return A.hashList([null, null, null, null, null, null, null, B.FloatingLabelBehavior_1, B.C_FloatingLabelAlignment, false, null, false, null, null, null, null, null, null, false, null, null, null, null, null, null, null, null, null, false, null]); }, $eq(_, other) { var t1; @@ -181889,7 +183316,10 @@ if (J.get$runtimeType$(other) !== A.getRuntimeType(this)) return false; if (other instanceof A.InputDecorationTheme) - t1 = true; + if (B.C_FloatingLabelAlignment.$eq(0, B.C_FloatingLabelAlignment)) + t1 = true; + else + t1 = false; else t1 = false; return t1; @@ -181897,155 +183327,208 @@ }; A._InputDecorationTheme_Object_Diagnosticable.prototype = {}; A.__BorderContainerState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); + } + }; + A.__Decorator_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin.prototype = { + updateRenderObject$2(context, renderObject) { + return this.super$RenderObjectWidget$updateRenderObject(context, renderObject); } }; A.__HelperErrorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.__InputDecoratorState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); + } + }; + A.__RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin.prototype = { + attach$1(owner) { + var t1, t2, _i; + this.super$RenderObject$attach(owner); + for (t1 = this.get$children(this), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t1[_i].attach$1(owner); + }, + detach$0(_) { + var t1, t2, _i; + this.super$AbstractNode$detach(0); + for (t1 = this.get$children(this), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t1[_i].detach$0(0); } }; A.ListTileStyle.prototype = { toString$0(_) { - return this._list_tile$_name; + return "ListTileStyle." + this._core$_name; + } + }; + A.ListTileControlAffinity.prototype = { + toString$0(_) { + return "ListTileControlAffinity." + this._core$_name; + } + }; + A.ListTileThemeData.prototype = { + get$hashCode(_) { + var _this = this; + return A.hashValues(_this.dense, _this.shape, _this.style, _this.selectedColor, _this.iconColor, _this.textColor, _this.contentPadding, _this.tileColor, _this.selectedTileColor, _this.horizontalTitleGap, _this.minVerticalPadding, _this.minLeadingWidth, _this.enableFeedback, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + }, + $eq(_, other) { + var t1, _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.ListTileThemeData) + t1 = J.$eq$(other.shape, _this.shape) && other.style == _this.style && J.$eq$(other.selectedColor, _this.selectedColor) && J.$eq$(other.iconColor, _this.iconColor) && J.$eq$(other.textColor, _this.textColor) && J.$eq$(other.contentPadding, _this.contentPadding) && J.$eq$(other.tileColor, _this.tileColor) && J.$eq$(other.selectedTileColor, _this.selectedTileColor) && other.horizontalTitleGap == _this.horizontalTitleGap && other.minVerticalPadding == _this.minVerticalPadding && other.minLeadingWidth == _this.minLeadingWidth && true; + else + t1 = false; + return t1; } }; A.ListTileTheme.prototype = { + get$data(_) { + var _null = null, + t1 = this._list_tile$_data; + return t1 == null ? new A.ListTileThemeData(_null, _null, this._list_tile$_style, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : t1; + }, wrap$2(_, context, child) { - var _this = this; - return A.ListTileTheme$(child, _this.contentPadding, false, _this.enableFeedback, _this.horizontalTitleGap, _this.iconColor, null, _this.minLeadingWidth, _this.minVerticalPadding, _this.selectedColor, _this.selectedTileColor, _this.shape, _this.style, _this.textColor, _this.tileColor); + var _null = null, + t1 = this._list_tile$_data, + t2 = t1 != null, + t3 = t2 ? t1.dense : _null, + t4 = t2 ? t1.shape : _null, + t5 = t2 ? t1.style : this._list_tile$_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, new A.ListTileThemeData(t3, t4, t5, t6, t7, t8, t9, t10, t11, t13, t14, t2 ? t1.minLeadingWidth : _null, t12), _null, _null); }, updateShouldNotify$1(oldWidget) { - var t1; - if (this.style === oldWidget.style) - if (J.$eq$(this.selectedColor, oldWidget.selectedColor)) - t1 = false; - else - t1 = true; - else - t1 = true; - return t1; + return !this.get$data(this).$eq(0, oldWidget.get$data(oldWidget)); } }; A.ListTileTheme_merge_closure.prototype = { call$1(context) { - var $parent = A.ListTileTheme_of(context), - t1 = this.selectedColor; - if (t1 == null) - t1 = $parent.selectedColor; - return A.ListTileTheme$(this.child, $parent.contentPadding, false, $parent.enableFeedback, $parent.horizontalTitleGap, $parent.iconColor, this.key, $parent.minLeadingWidth, $parent.minVerticalPadding, t1, $parent.selectedTileColor, $parent.shape, $parent.style, $parent.textColor, $parent.tileColor); + var t5, t6, t7, t8, t9, t10, t11, t12, t13, + $parent = A.ListTileTheme_of(context), + t1 = $parent.dense, + t2 = $parent.shape, + t3 = $parent.style, + t4 = this.selectedColor; + if (t4 == null) + t4 = $parent.selectedColor; + t5 = $parent.iconColor; + t6 = $parent.textColor; + t7 = $parent.contentPadding; + t8 = $parent.tileColor; + t9 = $parent.selectedTileColor; + t10 = $parent.enableFeedback; + t11 = $parent.horizontalTitleGap; + t12 = $parent.minVerticalPadding; + t13 = $parent.minLeadingWidth; + return A.ListTileTheme$(this.child, new A.ListTileThemeData(t1, t2, t3, t4, t5, t6, t7, t8, t9, t11, t12, t13, t10), this.key, null); }, - $signature: 980 - }; - A.ListTileControlAffinity.prototype = { - toString$0(_) { - return this._list_tile$_name; - } + $signature: 988 }; A.ListTile.prototype = { _iconColor$2(theme, tileTheme) { - var t1, t2; + var t1, color; if (!this.enabled) return theme.disabledColor; - t1 = this.selected; - if (t1) - t2 = tileTheme.selectedColor != null; - else - t2 = false; - if (t2) - return tileTheme.selectedColor; - !t1; - t2 = theme.colorScheme; - switch (t2.brightness) { - case B.Brightness_1: - return t1 ? t2.primary : B.Color_1929379840; - case B.Brightness_0: - return t1 ? t2.primary : null; + if (this.selected) { + t1 = tileTheme.selectedColor; + if (t1 == null) + t1 = theme.listTileTheme.selectedColor; + return t1 == null ? theme.colorScheme.primary : t1; + } + color = tileTheme.iconColor; + if (color == null) + color = theme.listTileTheme.iconColor; + if (color != null) + return color; + switch (theme.colorScheme.brightness.index) { + case 1: + return B.Color_1929379840; + case 0: + return null; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _textColor$3(theme, tileTheme, defaultColor) { - var t1, t2; + var t1; if (!this.enabled) return theme.disabledColor; - t1 = this.selected; - if (t1) - t2 = (tileTheme == null ? null : tileTheme.selectedColor) != null; - else - t2 = false; - if (t2) - return tileTheme.selectedColor; - !t1; - if (t1) - return theme.colorScheme.primary; - return defaultColor; + if (this.selected) { + t1 = tileTheme.selectedColor; + if (t1 == null) + t1 = theme.listTileTheme.selectedColor; + return t1 == null ? theme.colorScheme.primary : t1; + } + t1 = tileTheme.textColor; + if (t1 == null) + t1 = theme.listTileTheme.textColor; + return t1 == null ? defaultColor : t1; }, - _isDenseLayout$1(tileTheme) { + _isDenseLayout$2(theme, tileTheme) { var t1 = this.dense; if (t1 == null) - t1 = tileTheme == null && null; + t1 = tileTheme.dense; + if (t1 == null) + t1 = theme.listTileTheme.dense; return t1 === true; }, - _tileBackgroundColor$1(tileTheme) { - var t2, - t1 = this.selected; - if (!t1) { - t2 = this.tileColor; - if (t2 != null) - return t2; - } - t1; - return B.Color_0; - }, build$1(_, context) { - var iconThemeData, style, leadingAndTrailingTextStyle, leadingIcon, color, titleStyle, titleText, t3, subtitleStyle, subtitleText, trailingIcon, resolvedContentPadding, t4, resolvedMouseCursor, t5, t6, t7, t8, t9, t10, _this = this, _null = null, + var iconThemeData, textStyle, leadingAndTrailingTextStyle, leadingIcon, color, titleStyle, titleText, t3, subtitleStyle, subtitleText, trailingIcon, textDirection, resolvedContentPadding, resolvedMouseCursor, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, _this = this, _null = null, theme = A.Theme_of(context), tileTheme = A.ListTileTheme_of(context), t1 = _this.leading, t2 = t1 == null; if (!t2 || _this.trailing != null) { iconThemeData = new A.IconThemeData(_this._iconColor$2(theme, tileTheme), _null, _null); - style = theme.textTheme.bodyText2; - leadingAndTrailingTextStyle = style.copyWith$1$color(_this._textColor$3(theme, tileTheme, style.color)); + textStyle = theme.textTheme.bodyMedium; + leadingAndTrailingTextStyle = textStyle.copyWith$1$color(_this._textColor$3(theme, tileTheme, textStyle.color)); } else { leadingAndTrailingTextStyle = _null; iconThemeData = leadingAndTrailingTextStyle; @@ -182056,32 +183539,35 @@ leadingIcon = A.AnimatedDefaultTextStyle$(A.IconTheme_merge(t1, iconThemeData), B.C__Linear, B.Duration_200000, true, leadingAndTrailingTextStyle); } else leadingIcon = _null; - switch (tileTheme.style) { - case B.ListTileStyle_1: - t1 = theme.textTheme.bodyText1; + t1 = tileTheme.style; + if (t1 == null) + t1 = theme.listTileTheme.style; + switch ((t1 == null ? B.ListTileStyle_0 : t1).index) { + case 1: + t1 = theme.textTheme.bodyLarge; t1.toString; - style = t1; + textStyle = t1; break; - case B.ListTileStyle_0: - t1 = theme.textTheme.subtitle1; + case 0: + t1 = theme.textTheme.titleMedium; t1.toString; - style = t1; + textStyle = t1; break; default: A.throwExpression(A.ReachabilityError$(string$.x60null_c)); - style = _null; + textStyle = _null; } - color = _this._textColor$3(theme, tileTheme, style.color); - titleStyle = _this._isDenseLayout$1(tileTheme) ? style.copyWith$2$color$fontSize(color, 13) : style.copyWith$1$color(color); + color = _this._textColor$3(theme, tileTheme, textStyle.color); + titleStyle = _this._isDenseLayout$2(theme, tileTheme) ? textStyle.copyWith$2$color$fontSize(color, 13) : textStyle.copyWith$1$color(color); t1 = _this.title; titleText = A.AnimatedDefaultTextStyle$(t1 == null ? B.SizedBox_null_null_null_null : t1, B.C__Linear, B.Duration_200000, true, titleStyle); t1 = _this.subtitle; if (t1 != null) { t2 = theme.textTheme; - t3 = t2.bodyText2; + t3 = t2.bodyMedium; t3.toString; - color = _this._textColor$3(theme, tileTheme, t2.caption.color); - subtitleStyle = _this._isDenseLayout$1(tileTheme) ? t3.copyWith$2$color$fontSize(color, 12) : t3.copyWith$1$color(color); + color = _this._textColor$3(theme, tileTheme, t2.bodySmall.color); + subtitleStyle = _this._isDenseLayout$2(theme, tileTheme) ? t3.copyWith$2$color$fontSize(color, 12) : t3.copyWith$1$color(color); subtitleText = A.AnimatedDefaultTextStyle$(t1, B.C__Linear, B.Duration_200000, true, subtitleStyle); } else { subtitleStyle = _null; @@ -182096,54 +183582,89 @@ trailingIcon = _null; t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - t2 = _this.contentPadding; - if (t2 == null) - t2 = _null; - if (t2 == null) - resolvedContentPadding = _null; - else - resolvedContentPadding = t2; + textDirection = t1.textDirection; + t1 = _this.contentPadding; + if (t1 == null) + t1 = _null; + if (t1 == null) { + t1 = tileTheme.contentPadding; + t1 = t1 == null ? _null : t1.resolve$1(textDirection); + resolvedContentPadding = t1; + } else + resolvedContentPadding = t1; if (resolvedContentPadding == null) resolvedContentPadding = B.EdgeInsets_16_0_16_0; - t2 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); - t3 = _this.enabled; - if (t3) - t4 = _this.onTap == null && _this.onLongPress == null; + t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); + t2 = _this.enabled; + if (t2) + t3 = _this.onTap == null && _this.onLongPress == null; else - t4 = true; - if (t4) - t2.add$1(0, B.MaterialState_6); - t4 = _this.selected; - if (t4) - t2.add$1(0, B.MaterialState_4); - resolvedMouseCursor = A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, t2, type$.MouseCursor); - t2 = t3 ? _this.onTap : _null; - t5 = t3 ? _this.onLongPress : _null; - t6 = _this._tileBackgroundColor$1(tileTheme); - t7 = _this._isDenseLayout$1(tileTheme); - t8 = theme.visualDensity; - t9 = titleStyle.textBaseline; - t9.toString; - t10 = subtitleStyle == null ? _null : subtitleStyle.textBaseline; - t1 = A.Ink$(A.SafeArea$(false, new A._ListTile(leadingIcon, titleText, subtitleText, trailingIcon, _this.isThreeLine, t7, t8, t1.textDirection, t9, t10, 16, 4, 40, _null), resolvedContentPadding, false), _null, new A.ShapeDecoration(t6, _null, _null, _null, B.Border_A43), _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, t1, _null), tileTheme.shape, true, _null, _this.focusNode, _null, _null, _null, resolvedMouseCursor, _null, _null, _null, _null, t5, t2, _null, _null, _null, _null, _null); + t3 = true; + if (t3) + t1.add$1(0, B.MaterialState_6); + t3 = _this.selected; + if (t3) + t1.add$1(0, B.MaterialState_4); + resolvedMouseCursor = A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, t1, type$.MouseCursor); + t1 = tileTheme.shape; + t4 = t2 ? _this.onTap : _null; + t5 = t2 ? _this.onLongPress : _null; + t6 = t1 == null ? B.Border_27z : t1; + if (t3) { + t7 = tileTheme.selectedTileColor; + color = t7 == null ? theme.listTileTheme.selectedTileColor : t7; + } else { + t7 = _this.tileColor; + if (t7 == null) + t7 = tileTheme.tileColor; + color = t7 == null ? theme.listTileTheme.tileColor : t7; + } + t7 = color == null ? B.Color_0 : color; + t8 = _this._isDenseLayout$2(theme, tileTheme); + t9 = theme.visualDensity; + t10 = titleStyle.textBaseline; + t10.toString; + t11 = subtitleStyle == null ? _null : subtitleStyle.textBaseline; + t12 = tileTheme.horizontalTitleGap; + if (t12 == null) + t12 = 16; + t13 = tileTheme.minVerticalPadding; + if (t13 == null) + t13 = 4; + t14 = tileTheme.minLeadingWidth; + if (t14 == null) + t14 = 40; + t6 = A.Ink$(A.SafeArea$(false, new A._ListTile(leadingIcon, titleText, subtitleText, trailingIcon, _this.isThreeLine, t8, t9, textDirection, t10, t11, t12, t13, t14, _null), resolvedContentPadding, false), _null, new A.ShapeDecoration(t7, _null, _null, _null, t6), _null); + return A.InkWell$(false, _null, t2, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null), false, false, false, t6, _null), t1, true, _null, _this.focusNode, _null, _this.hoverColor, _null, resolvedMouseCursor, _null, _null, _null, _null, t5, t4, _null, _null, _null, _null, _null); } }; A._ListTileSlot.prototype = { toString$0(_) { - return this._list_tile$_name; + return "_ListTileSlot." + this._core$_name; } }; A._ListTile.prototype = { - createElement$0(_) { - var t1 = type$.Element_2, - t2 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t2; - return new A._ListTileElement(A.LinkedHashMap_LinkedHashMap$_empty(type$._ListTileSlot, t1), t2, this, B._ElementLifecycle_0, A.HashSet_HashSet(t1)); + get$slots() { + return B.List_ml5; + }, + childForSlot$1(slot) { + var _this = this; + switch (slot) { + case B._ListTileSlot_0: + return _this.leading; + case B._ListTileSlot_1: + return _this.title; + case B._ListTileSlot_2: + return _this.subtitle; + case B._ListTileSlot_3: + return _this.trailing; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } }, createRenderObject$1(context) { var _this = this, - t1 = new A._RenderListTile(A.LinkedHashMap_LinkedHashMap$_empty(type$._ListTileSlot, type$.RenderBox), _this.isDense, _this.visualDensity, _this.isThreeLine, _this.textDirection, _this.titleBaselineType, _this.subtitleBaselineType, _this.horizontalTitleGap, _this.minVerticalPadding, _this.minLeadingWidth, A.LayerHandle$(type$.ContainerLayer_2)); + 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; @@ -182162,168 +183683,32 @@ renderObject.set$minVerticalPadding(_this.minVerticalPadding); } }; - A._ListTileElement.prototype = { - get$widget() { - return type$._ListTile._as(A.RenderObjectElement.prototype.get$widget.call(this)); - }, - get$renderObject() { - return type$._RenderListTile._as(A.RenderObjectElement.prototype.get$renderObject.call(this)); - }, - visitChildren$1(visitor) { - var t1 = this.slotToChild; - t1.get$values(t1).forEach$1(0, visitor); - }, - forgetChild$1(child) { - this.slotToChild.remove$1(0, child._slot); - this.super$Element$forgetChild(child); - }, - _list_tile$_mountChild$2(widget, slot) { - var t1 = this.slotToChild, - oldChild = t1.$index(0, slot), - newChild = this.updateChild$3(oldChild, widget, slot); - if (oldChild != null) - t1.remove$1(0, slot); - if (newChild != null) - t1.$indexSet(0, slot, newChild); - }, - mount$2($parent, newSlot) { - var t1, _this = this; - _this.super$RenderObjectElement$mount($parent, newSlot); - t1 = type$._ListTile; - _this._list_tile$_mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).leading, B._ListTileSlot_0); - _this._list_tile$_mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).title, B._ListTileSlot_1); - _this._list_tile$_mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).subtitle, B._ListTileSlot_2); - _this._list_tile$_mountChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).trailing, B._ListTileSlot_3); - }, - _list_tile$_updateChild$2(widget, slot) { - var t1 = this.slotToChild, - oldChild = t1.$index(0, slot), - newChild = this.updateChild$3(oldChild, widget, slot); - if (oldChild != null) - t1.remove$1(0, slot); - if (newChild != null) - t1.$indexSet(0, slot, newChild); - }, - update$1(_, newWidget) { - var t1, _this = this; - _this.super$RenderObjectElement$update(0, newWidget); - t1 = type$._ListTile; - _this._list_tile$_updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).leading, B._ListTileSlot_0); - _this._list_tile$_updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).title, B._ListTileSlot_1); - _this._list_tile$_updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).subtitle, B._ListTileSlot_2); - _this._list_tile$_updateChild$2(t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).trailing, B._ListTileSlot_3); - }, - _list_tile$_updateRenderObject$2(child, slot) { - var t1, _this = this; - switch (slot) { - case B._ListTileSlot_0: - t1 = type$._RenderListTile._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._list_tile$_leading = t1._list_tile$_updateChild$3(t1._list_tile$_leading, child, B._ListTileSlot_0); - break; - case B._ListTileSlot_1: - t1 = type$._RenderListTile._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._title = t1._list_tile$_updateChild$3(t1._title, child, B._ListTileSlot_1); - break; - case B._ListTileSlot_2: - t1 = type$._RenderListTile._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._subtitle = t1._list_tile$_updateChild$3(t1._subtitle, child, B._ListTileSlot_2); - break; - case B._ListTileSlot_3: - t1 = type$._RenderListTile._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); - t1._trailing = t1._list_tile$_updateChild$3(t1._trailing, child, B._ListTileSlot_3); - break; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } - }, - insertRenderObjectChild$2(child, slot) { - this._list_tile$_updateRenderObject$2(type$.RenderBox._as(child), slot); - }, - removeRenderObjectChild$2(child, slot) { - this._list_tile$_updateRenderObject$2(null, slot); - }, - moveRenderObjectChild$3(child, oldSlot, newSlot) { - } - }; A._RenderListTile.prototype = { - _list_tile$_updateChild$3(oldChild, newChild, slot) { - var _this = this; - if (oldChild != null) { - _this.dropChild$1(oldChild); - _this.children.remove$1(0, slot); + get$children(_) { + var t3, + t1 = A._setArrayType([], type$.JSArray_RenderBox), + t2 = this.SlottedContainerRenderObjectMixin__slotToChild; + if (t2.$index(0, B._ListTileSlot_0) != null) { + t3 = t2.$index(0, B._ListTileSlot_0); + t3.toString; + t1.push(t3); } - if (newChild != null) { - _this.children.$indexSet(0, slot, newChild); - _this.adoptChild$1(newChild); + if (t2.$index(0, B._ListTileSlot_1) != null) { + t3 = t2.$index(0, B._ListTileSlot_1); + t3.toString; + t1.push(t3); } - return newChild; - }, - get$_list_tile$_children($async$_) { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var _ = $async$_; - var $async$goto = 0, $async$handler = 1, $async$currentError, t1; - return function $async$get$_list_tile$_children($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self._list_tile$_leading; - $async$goto = t1 != null ? 2 : 3; - break; - case 2: - // then - $async$goto = 4; - return t1; - case 4: - // after yield - case 3: - // join - t1 = $async$self._title; - $async$goto = t1 != null ? 5 : 6; - break; - case 5: - // then - $async$goto = 7; - return t1; - case 7: - // after yield - case 6: - // join - t1 = $async$self._subtitle; - $async$goto = t1 != null ? 8 : 9; - break; - case 8: - // then - $async$goto = 10; - return t1; - case 10: - // after yield - case 9: - // join - t1 = $async$self._trailing; - $async$goto = t1 != null ? 11 : 12; - break; - case 11: - // then - $async$goto = 13; - return t1; - case 13: - // after yield - case 12: - // join - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.RenderBox); + if (t2.$index(0, B._ListTileSlot_2) != null) { + t3 = t2.$index(0, B._ListTileSlot_2); + t3.toString; + t1.push(t3); + } + if (t2.$index(0, B._ListTileSlot_3) != null) { + t2 = t2.$index(0, B._ListTileSlot_3); + t2.toString; + t1.push(t2); + } + return t1; }, set$isDense(value) { if (this._isDense === value) @@ -182382,76 +183767,50 @@ this._minLeadingWidth = value; this.markNeedsLayout$0(); }, - attach$1(owner) { - var t1; - this.super$RenderObject$attach(owner); - for (t1 = this.get$_list_tile$_children(this), t1 = new A._SyncStarIterator(t1._outerHelper(), t1.$ti._eval$1("_SyncStarIterator<1>")); t1.moveNext$0();) - t1.get$current(t1).attach$1(owner); - }, - detach$0(_) { - var t1; - this.super$AbstractNode$detach(0); - for (t1 = this.get$_list_tile$_children(this), t1 = new A._SyncStarIterator(t1._outerHelper(), t1.$ti._eval$1("_SyncStarIterator<1>")); t1.moveNext$0();) - t1.get$current(t1).detach$0(0); - }, - redepthChildren$0() { - this.get$_list_tile$_children(this).forEach$1(0, this.get$redepthChild()); - }, - visitChildren$1(visitor) { - this.get$_list_tile$_children(this).forEach$1(0, visitor); - }, - debugDescribeChildren$0() { - var _this = this, - value = A._setArrayType([], type$.JSArray_DiagnosticsNode), - t1 = new A._RenderListTile_debugDescribeChildren_add(value); - t1.call$2(_this._list_tile$_leading, "leading"); - t1.call$2(_this._title, "title"); - t1.call$2(_this._subtitle, "subtitle"); - t1.call$2(_this._trailing, "trailing"); - return value; - }, get$sizedByParent() { return false; }, computeMinIntrinsicWidth$1(height) { - var t2, leadingWidth, _this = this, - t1 = _this._list_tile$_leading; - if (t1 != null) { - t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t1.get$computeMinIntrinsicWidth()); - t2 = _this._minLeadingWidth; - leadingWidth = Math.max(A.checkNum(t1), t2) + _this.get$_effectiveHorizontalTitleGap(); + var t2, t3, leadingWidth, + t1 = this.SlottedContainerRenderObjectMixin__slotToChild; + if (t1.$index(0, B._ListTileSlot_0) != null) { + t2 = t1.$index(0, B._ListTileSlot_0); + t2 = t2._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t2.get$computeMinIntrinsicWidth()); + t3 = this._minLeadingWidth; + leadingWidth = Math.max(A.checkNum(t2), t3) + this.get$_effectiveHorizontalTitleGap(); } else leadingWidth = 0; - t1 = _this._title; - t1 = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t1.get$computeMinIntrinsicWidth()); - t2 = _this._subtitle; + t2 = t1.$index(0, B._ListTileSlot_1); t2 = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t2.get$computeMinIntrinsicWidth()); - t2 = Math.max(A.checkNum(t1), A.checkNum(t2)); - t1 = _this._trailing; + t3 = t1.$index(0, B._ListTileSlot_2); + t3 = t3 == null ? 0 : t3._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t3.get$computeMinIntrinsicWidth()); + t3 = Math.max(A.checkNum(t2), A.checkNum(t3)); + t1 = t1.$index(0, B._ListTileSlot_3); t1 = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t1.get$computeMaxIntrinsicWidth()); - return leadingWidth + t2 + t1; + return leadingWidth + t3 + t1; }, computeMaxIntrinsicWidth$1(height) { - var t2, leadingWidth, _this = this, - t1 = _this._list_tile$_leading; - if (t1 != null) { - t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t1.get$computeMaxIntrinsicWidth()); - t2 = _this._minLeadingWidth; - leadingWidth = Math.max(A.checkNum(t1), t2) + _this.get$_effectiveHorizontalTitleGap(); + var t2, t3, leadingWidth, + t1 = this.SlottedContainerRenderObjectMixin__slotToChild; + if (t1.$index(0, B._ListTileSlot_0) != null) { + t2 = t1.$index(0, B._ListTileSlot_0); + t2 = t2._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t2.get$computeMaxIntrinsicWidth()); + t3 = this._minLeadingWidth; + leadingWidth = Math.max(A.checkNum(t2), t3) + this.get$_effectiveHorizontalTitleGap(); } else leadingWidth = 0; - t1 = _this._title; - t1 = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t1.get$computeMaxIntrinsicWidth()); - t2 = _this._subtitle; + t2 = t1.$index(0, B._ListTileSlot_1); t2 = t2 == null ? 0 : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t2.get$computeMaxIntrinsicWidth()); - t2 = Math.max(A.checkNum(t1), A.checkNum(t2)); - t1 = _this._trailing; + t3 = t1.$index(0, B._ListTileSlot_2); + t3 = t3 == null ? 0 : t3._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t3.get$computeMaxIntrinsicWidth()); + t3 = Math.max(A.checkNum(t2), A.checkNum(t3)); + t1 = t1.$index(0, B._ListTileSlot_3); t1 = t1 == null ? 0 : t1._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t1.get$computeMaxIntrinsicWidth()); - return leadingWidth + t2 + t1; + return leadingWidth + t3 + t1; }, get$_defaultTileHeight() { var baseDensity, _this = this, - isOneLine = _this._subtitle == null, + isOneLine = _this.SlottedContainerRenderObjectMixin__slotToChild.$index(0, B._ListTileSlot_2) == null, hasSubtitle = !isOneLine, t1 = !_this._isThreeLine, isTwoLine = t1 && hasSubtitle; @@ -182470,23 +183829,23 @@ return t1 + baseDensity._dy; }, computeMinIntrinsicHeight$1(width) { - var t3, - t1 = this.get$_defaultTileHeight(), - t2 = this._title; - t2 = t2._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t2.get$computeMinIntrinsicHeight()); - t3 = this._subtitle; - t3 = t3 == null ? null : t3._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t3.get$computeMinIntrinsicHeight()); - return Math.max(t1, t2 + (t3 == null ? 0 : t3)); + var t1 = this.get$_defaultTileHeight(), + t2 = this.SlottedContainerRenderObjectMixin__slotToChild, + t3 = t2.$index(0, B._ListTileSlot_1); + t3 = t3._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t3.get$computeMinIntrinsicHeight()); + t2 = t2.$index(0, B._ListTileSlot_2); + t2 = t2 == null ? null : t2._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t2.get$computeMinIntrinsicHeight()); + return Math.max(t1, t3 + (t2 == null ? 0 : t2)); }, computeMaxIntrinsicHeight$1(width) { return this.computeMinIntrinsicHeight$1(width); }, computeDistanceToActualBaseline$1(baseline) { - var t1 = this._title, - t2 = t1.parentData; + var t1 = this.SlottedContainerRenderObjectMixin__slotToChild, + t2 = t1.$index(0, B._ListTileSlot_1).parentData; t2.toString; t2 = type$.BoxParentData._as(t2).offset._dy; - t1 = t1.getDistanceToActualBaseline$1(baseline); + t1 = t1.$index(0, B._ListTileSlot_1).getDistanceToActualBaseline$1(baseline); t1.toString; return t2 + t1; }, @@ -182494,68 +183853,69 @@ return B.Size_0_0; }, performLayout$0() { - var looseConstraints, iconConstraints, tileWidth, leadingSize, trailingSize, titleStart, adjustedTrailingWidth, textConstraints, titleSize, subtitleSize, titleBaseline, subtitleBaseline, defaultTileHeight, tileHeight, titleY, subtitleY, titleOverlap, titleY0, leadingY, trailingY, t3, _this = this, + var t4, looseConstraints, iconConstraints, leadingSize, trailingSize, titleStart, adjustedTrailingWidth, textConstraints, titleSize, subtitleSize, titleBaseline, subtitleBaseline, defaultTileHeight, tileHeight, titleY, subtitleY, titleOverlap, titleY0, leadingY, trailingY, _this = this, constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), - hasLeading = _this._list_tile$_leading != null, - t1 = _this._subtitle == null, - hasSubtitle = !t1, - hasTrailing = _this._trailing != null, + t1 = _this.SlottedContainerRenderObjectMixin__slotToChild, + hasLeading = t1.$index(0, B._ListTileSlot_0) != null, + t2 = t1.$index(0, B._ListTileSlot_2) == null, + hasSubtitle = !t2, + hasTrailing = t1.$index(0, B._ListTileSlot_3) != null, isTwoLine = !_this._isThreeLine && hasSubtitle, - t2 = _this._visualDensity, - densityAdjustment = new A.Offset(t2.horizontal, t2.vertical).$mul(0, 4); - t2 = _this._isDense ? 48 : 56; - looseConstraints = constraints.loosen$0(); - iconConstraints = looseConstraints.enforce$1(new A.BoxConstraints(0, 1 / 0, 0, t2 + densityAdjustment._dy)); - tileWidth = looseConstraints.maxWidth; - leadingSize = A._RenderListTile__layoutBox(_this._list_tile$_leading, iconConstraints); - trailingSize = A._RenderListTile__layoutBox(_this._trailing, iconConstraints); + t3 = _this._visualDensity, + densityAdjustment = new A.Offset(t3.horizontal, t3.vertical).$mul(0, 4); + t3 = _this._isDense ? 48 : 56; + t4 = constraints.maxWidth; + looseConstraints = new A.BoxConstraints(0, t4, 0, constraints.maxHeight); + iconConstraints = looseConstraints.enforce$1(new A.BoxConstraints(0, 1 / 0, 0, t3 + densityAdjustment._dy)); + leadingSize = A._RenderListTile__layoutBox(t1.$index(0, B._ListTileSlot_0), iconConstraints); + trailingSize = A._RenderListTile__layoutBox(t1.$index(0, B._ListTileSlot_3), iconConstraints); titleStart = hasLeading ? Math.max(_this._minLeadingWidth, A.checkNum(leadingSize._dx)) + _this.get$_effectiveHorizontalTitleGap() : 0; adjustedTrailingWidth = hasTrailing ? Math.max(trailingSize._dx + _this.get$_effectiveHorizontalTitleGap(), 32) : 0; - textConstraints = looseConstraints.tighten$1$width(tileWidth - titleStart - adjustedTrailingWidth); - titleSize = A._RenderListTile__layoutBox(_this._title, textConstraints); - subtitleSize = A._RenderListTile__layoutBox(_this._subtitle, textConstraints); + textConstraints = looseConstraints.tighten$1$width(t4 - titleStart - adjustedTrailingWidth); + titleSize = A._RenderListTile__layoutBox(t1.$index(0, B._ListTileSlot_1), textConstraints); + subtitleSize = A._RenderListTile__layoutBox(t1.$index(0, B._ListTileSlot_2), textConstraints); if (isTwoLine) { - t2 = _this._isDense; - titleBaseline = t2 ? 28 : 32; - subtitleBaseline = t2 ? 48 : 52; + t3 = _this._isDense; + titleBaseline = t3 ? 28 : 32; + subtitleBaseline = t3 ? 48 : 52; } else if (_this._isThreeLine) { - t2 = _this._isDense; - titleBaseline = t2 ? 22 : 28; - subtitleBaseline = t2 ? 42 : 48; + t3 = _this._isDense; + titleBaseline = t3 ? 22 : 28; + subtitleBaseline = t3 ? 42 : 48; } else { titleBaseline = null; subtitleBaseline = null; } defaultTileHeight = _this.get$_defaultTileHeight(); - if (t1) { - t1 = titleSize._dy; - tileHeight = Math.max(defaultTileHeight, t1 + 2 * _this._minVerticalPadding); - titleY = (tileHeight - t1) / 2; + if (t2) { + t2 = titleSize._dy; + tileHeight = Math.max(defaultTileHeight, t2 + 2 * _this._minVerticalPadding); + titleY = (tileHeight - t2) / 2; subtitleY = null; } else { titleBaseline.toString; - t1 = _this._title.getDistanceToBaseline$1(_this._titleBaselineType); - t1.toString; - titleY = titleBaseline - t1; + t2 = t1.$index(0, B._ListTileSlot_1).getDistanceToBaseline$1(_this._titleBaselineType); + t2.toString; + titleY = titleBaseline - t2; subtitleBaseline.toString; - t1 = _this._subtitle; - t1.toString; - t2 = _this._subtitleBaselineType; + t2 = t1.$index(0, B._ListTileSlot_2); t2.toString; - t2 = t1.getDistanceToBaseline$1(t2); - t2.toString; - subtitleY = subtitleBaseline - t2 + _this._visualDensity.vertical * 2; - t2 = titleSize._dy; - titleOverlap = titleY + t2 - subtitleY; + t3 = _this._subtitleBaselineType; + t3.toString; + t3 = t2.getDistanceToBaseline$1(t3); + t3.toString; + subtitleY = subtitleBaseline - t3 + _this._visualDensity.vertical * 2; + t3 = titleSize._dy; + titleOverlap = titleY + t3 - subtitleY; if (titleOverlap > 0) { - t1 = titleOverlap / 2; - titleY -= t1; - subtitleY += t1; + t2 = titleOverlap / 2; + titleY -= t2; + subtitleY += t2; } titleY0 = _this._minVerticalPadding; if (titleY < titleY0 || subtitleY + subtitleSize._dy + titleY0 > defaultTileHeight) { - tileHeight = t2 + subtitleSize._dy + 2 * titleY0; - subtitleY = t2 + titleY0; + tileHeight = t3 + subtitleSize._dy + 2 * titleY0; + subtitleY = t3 + titleY0; titleY = titleY0; } else tileHeight = defaultTileHeight; @@ -182570,94 +183930,87 @@ switch (_this._list_tile$_textDirection) { case B.TextDirection_0: if (hasLeading) { - t1 = _this._list_tile$_leading; - t1.toString; - t2 = leadingSize._dx; - t1 = t1.parentData; - t1.toString; - type$.BoxParentData._as(t1).offset = new A.Offset(tileWidth - t2, leadingY); + t2 = t1.$index(0, B._ListTileSlot_0); + t2.toString; + t3 = leadingSize._dx; + t2 = t2.parentData; + t2.toString; + type$.BoxParentData._as(t2).offset = new A.Offset(t4 - t3, leadingY); } - t1 = _this._title.parentData; - t1.toString; - t2 = type$.BoxParentData; - t2._as(t1).offset = new A.Offset(adjustedTrailingWidth, titleY); + t2 = t1.$index(0, B._ListTileSlot_1).parentData; + t2.toString; + t3 = type$.BoxParentData; + t3._as(t2).offset = new A.Offset(adjustedTrailingWidth, titleY); if (hasSubtitle) { - t1 = _this._subtitle; - t1.toString; + t2 = t1.$index(0, B._ListTileSlot_2); + t2.toString; subtitleY.toString; - t1 = t1.parentData; - t1.toString; - t2._as(t1).offset = new A.Offset(adjustedTrailingWidth, subtitleY); + t2 = t2.parentData; + t2.toString; + t3._as(t2).offset = new A.Offset(adjustedTrailingWidth, subtitleY); } if (hasTrailing) { - t1 = _this._trailing.parentData; + t1 = t1.$index(0, B._ListTileSlot_3).parentData; t1.toString; - t2._as(t1).offset = new A.Offset(0, trailingY); + t3._as(t1).offset = new A.Offset(0, trailingY); } break; case B.TextDirection_1: if (hasLeading) { - t1 = _this._list_tile$_leading.parentData; - t1.toString; - type$.BoxParentData._as(t1).offset = new A.Offset(0, leadingY); + t2 = t1.$index(0, B._ListTileSlot_0).parentData; + t2.toString; + type$.BoxParentData._as(t2).offset = new A.Offset(0, leadingY); } - t1 = _this._title.parentData; - t1.toString; - t2 = type$.BoxParentData; - t2._as(t1).offset = new A.Offset(titleStart, titleY); + t2 = t1.$index(0, B._ListTileSlot_1).parentData; + t2.toString; + t3 = type$.BoxParentData; + t3._as(t2).offset = new A.Offset(titleStart, titleY); if (hasSubtitle) { - t1 = _this._subtitle; - t1.toString; + t2 = t1.$index(0, B._ListTileSlot_2); + t2.toString; subtitleY.toString; - t1 = t1.parentData; - t1.toString; - t2._as(t1).offset = new A.Offset(titleStart, subtitleY); + t2 = t2.parentData; + t2.toString; + t3._as(t2).offset = new A.Offset(titleStart, subtitleY); } if (hasTrailing) { - t1 = _this._trailing; + t1 = t1.$index(0, B._ListTileSlot_3); t1.toString; - t3 = trailingSize._dx; + t2 = trailingSize._dx; t1 = t1.parentData; t1.toString; - t2._as(t1).offset = new A.Offset(tileWidth - t3, trailingY); + t3._as(t1).offset = new A.Offset(t4 - t2, trailingY); } break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - _this._box$_size = constraints.constrain$1(new A.Size(tileWidth, tileHeight)); + _this._box$_size = constraints.constrain$1(new A.Size(t4, tileHeight)); }, paint$2(context, offset) { - var _this = this, - t1 = new A._RenderListTile_paint_doPaint(context, offset); - t1.call$1(_this._list_tile$_leading); - t1.call$1(_this._title); - t1.call$1(_this._subtitle); - t1.call$1(_this._trailing); + var t1 = new A._RenderListTile_paint_doPaint(context, offset), + t2 = this.SlottedContainerRenderObjectMixin__slotToChild; + t1.call$1(t2.$index(0, B._ListTileSlot_0)); + t1.call$1(t2.$index(0, B._ListTileSlot_1)); + t1.call$1(t2.$index(0, B._ListTileSlot_2)); + t1.call$1(t2.$index(0, B._ListTileSlot_3)); }, hitTestSelf$1(position) { return true; }, hitTestChildren$2$position(result, position) { - var t1, t2, t3, t4; - for (t1 = this.get$_list_tile$_children(this), t1 = new A._SyncStarIterator(t1._outerHelper(), t1.$ti._eval$1("_SyncStarIterator<1>")), t2 = type$.BoxParentData; t1.moveNext$0();) { - t3 = t1.get$current(t1); - t4 = t3.parentData; + var t1, t2, t3, _i, child, t4; + for (t1 = this.get$children(this), t2 = t1.length, t3 = type$.BoxParentData, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + child = t1[_i]; + t4 = child.parentData; t4.toString; - t2._as(t4); - if (result.addWithPaintOffset$3$hitTest$offset$position(new A._RenderListTile_hitTestChildren_closure(position, t4, t3), t4.offset, position)) + t3._as(t4); + if (result.addWithPaintOffset$3$hitTest$offset$position(new A._RenderListTile_hitTestChildren_closure(position, t4, child), t4.offset, position)) return true; } return false; } }; - A._RenderListTile_debugDescribeChildren_add.prototype = { - call$2(child, $name) { - if (child != null) - this.value.push(A.DiagnosticableTreeNode$($name, null, child)); - }, - $signature: 541 - }; A._RenderListTile_paint_doPaint.prototype = { call$1(child) { var t1; @@ -182667,22 +184020,42 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 546 + $signature: 540 }; A._RenderListTile_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 230 + $signature: 58 + }; + A._ListTileThemeData_Object_Diagnosticable.prototype = {}; + A.__ListTile_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin.prototype = { + updateRenderObject$2(context, renderObject) { + return this.super$RenderObjectWidget$updateRenderObject(context, renderObject); + } + }; + A.__RenderListTile_RenderBox_SlottedContainerRenderObjectMixin.prototype = { + attach$1(owner) { + var t1, t2, _i; + this.super$RenderObject$attach(owner); + for (t1 = this.get$children(this), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t1[_i].attach$1(owner); + }, + detach$0(_) { + var t1, t2, _i; + this.super$AbstractNode$detach(0); + for (t1 = this.get$children(this), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t1[_i].detach$0(0); + } }; A.MaterialType.prototype = { toString$0(_) { - return this._material$_name; + return "MaterialType." + this._core$_name; } }; A.Material.prototype = { createState$0() { - return new A._MaterialState(new A.LabeledGlobalKey("ink renderer", type$.LabeledGlobalKey_State_StatefulWidget), null, B._StateLifecycle_0); + return new A._MaterialState(new A.LabeledGlobalKey("ink renderer", type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0); } }; A._MaterialState.prototype = { @@ -182692,21 +184065,25 @@ t1 = _this._widget, color = t1.color; if (color == null) - switch (t1.type) { - case B.MaterialType_0: + switch (t1.type.index) { + case 0: color = theme.canvasColor; break; - case B.MaterialType_1: + case 1: color = theme.cardColor; break; - default: + case 3: + case 2: + case 4: break; + default: + A.throwExpression(A.ReachabilityError$(string$.x60null_c)); } contents = t1.child; if (contents != null) { t1 = t1.textStyle; if (t1 == null) { - t1 = A.Theme_of(context).textTheme.bodyText2; + t1 = A.Theme_of(context).textTheme.bodyMedium; t1.toString; } t2 = _this._widget; @@ -182722,7 +184099,7 @@ t4 = _this._widget.shadowColor; if (t4 == null) t4 = A.Theme_of(context).shadowColor; - return new A.AnimatedPhysicalModel(contents, B.BoxShape_0, t1.clipBehavior, B.BorderRadius_tLn, t2, t3, false, t4, B.Cubic_ifx, t1.animationDuration, _null, _null); + return new A.AnimatedPhysicalModel(contents, B.BoxShape_0, t1.clipBehavior, t2, t3, false, t4, B.Cubic_ifx, t1.animationDuration, _null, _null); } shape = _this._getShape$0(); t1 = _this._widget; @@ -182742,19 +184119,19 @@ return t2; t2 = t1.borderRadius; if (t2 != null) - return new A.RoundedRectangleBorder(t2, B.BorderSide_m7u); + return new A.RoundedRectangleBorder(t2, B.BorderSide_0CF); t1 = t1.type; - switch (t1) { - case B.MaterialType_0: - case B.MaterialType_4: - return B.RoundedRectangleBorder_a511; - case B.MaterialType_1: - case B.MaterialType_3: - t1 = B.Map_GFE4y.$index(0, t1); + switch (t1.index) { + case 0: + case 4: + return B.RoundedRectangleBorder_LkV1; + case 1: + case 3: + t1 = B.Map_gnuL2.$index(0, t1); t1.toString; - return new A.RoundedRectangleBorder(t1, B.BorderSide_m7u); - case B.MaterialType_2: - return B.CircleBorder_61T; + return new A.RoundedRectangleBorder(t1, B.BorderSide_0CF); + case 2: + return B.CircleBorder_IVQ; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } @@ -182771,7 +184148,7 @@ t1.markNeedsPaint$0(); return false; }, - $signature: 981 + $signature: 989 }; A._RenderInkFeatures.prototype = { addInkFeature$1(feature) { @@ -182850,7 +184227,7 @@ }; A._MaterialInterior.prototype = { createState$0() { - return new A._MaterialInteriorState(null, B._StateLifecycle_0); + return new A._MaterialInteriorState(null, null, B._StateLifecycle_0); } }; A._MaterialInteriorState.prototype = { @@ -182887,19 +184264,19 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 373 + $signature: 395 }; A._MaterialInteriorState_forEachTween_closure0.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 374 + $signature: 399 }; A._MaterialInteriorState_forEachTween_closure1.prototype = { call$1(value) { return new A.ShapeBorderTween(type$.ShapeBorder._as(value), null); }, - $signature: 985 + $signature: 993 }; A._ShapeBorderPaint.prototype = { build$1(_, context) { @@ -182916,19 +184293,18 @@ } }; A.__MaterialState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._MaterialLocalizationsDelegate.prototype = { @@ -182956,13 +184332,18 @@ }, formatHour$2$alwaysUse24HourFormat(timeOfDay, alwaysUse24HourFormat) { var format = alwaysUse24HourFormat ? B.TimeOfDayFormat_0 : B.TimeOfDayFormat_4; - switch (format) { - case B.TimeOfDayFormat_4: + switch (format.index) { + case 4: return this.formatDecimal$1(timeOfDay.get$hourOfPeriod() === 0 ? 12 : timeOfDay.get$hourOfPeriod()); - case B.TimeOfDayFormat_0: + case 0: return this._formatTwoDigitZeroPad$1(timeOfDay.hour); - default: + case 5: + case 2: + case 3: + case 1: throw A.wrapException(A.AssertionError$(A.getRuntimeType(this).toString$0(0) + " does not support " + format.toString$0(0) + ".")); + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _formatTwoDigitZeroPad$1(number) { @@ -183078,10 +184459,10 @@ return "Switch to text input mode"; }, _formatDayPeriod$1(timeOfDay) { - switch (timeOfDay.hour < 12 ? B.DayPeriod_0 : B.DayPeriod_1) { - case B.DayPeriod_0: + switch ((timeOfDay.hour < 12 ? B.DayPeriod_0 : B.DayPeriod_1).index) { + case 0: return "AM"; - case B.DayPeriod_1: + case 1: return "PM"; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -183243,7 +184624,7 @@ }; A.MaterialState.prototype = { toString$0(_) { - return this._material_state$_name; + return "MaterialState." + this._core$_name; } }; A.MaterialStateColor.prototype = {$isMaterialStateProperty: 1}; @@ -183342,7 +184723,7 @@ }; A.MergeableMaterial.prototype = { createState$0() { - return new A._MergeableMaterialState(A.LinkedHashMap_LinkedHashMap$_empty(type$.LocalKey, type$.nullable__AnimationTuple), null, B._StateLifecycle_0); + return new A._MergeableMaterialState(A.LinkedHashMap_LinkedHashMap$_empty(type$.LocalKey, type$.nullable__AnimationTuple), null, null, B._StateLifecycle_0); } }; A._AnimationTuple.prototype = {}; @@ -183351,7 +184732,7 @@ var t1, i, child, t2, t3, _this = this, _s9_ = "_children"; _this.super$State$initState(); - _this.___MergeableMaterialState__children = A.List_List$from(_this._widget.children, true, type$.MergeableMaterialItem); + _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); if (child instanceof A.MaterialGap) { @@ -183371,7 +184752,7 @@ }, _initGap$1(gap) { var t1, _null = null, - controller = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, _null, this), + controller = A.AnimationController$(_null, B.Duration_200000, _null, 1, _null, this), startAnimation = A.CurvedAnimation$(B.Cubic_ifx, controller, _null), endAnimation = A.CurvedAnimation$(B.Cubic_ifx, controller, _null), gapAnimation = A.CurvedAnimation$(B.Cubic_ifx, controller, _null); @@ -183647,7 +185028,7 @@ _mergeable_material$_borderRadius$3(index, start, end) { var t1, startRadius, endRadius, t2, _this = this, _s9_ = "_children", - cardRadius = B.Map_GFE4y.$index(0, B.MaterialType_1).topLeft; + cardRadius = B.Map_gnuL2.$index(0, B.MaterialType_1).topLeft; 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; t1 = A.Radius_lerp(B.Radius_0_0, cardRadius, t1.get$value(t1)); @@ -183706,20 +185087,18 @@ _this._widget.toString; hasTopDivider = _this._willNeedDivider$1(i - 1); hasBottomDivider = _this._willNeedDivider$1(i + 1); - t3 = _this._widget; - divider = A.Divider_createBorderSide(context, t3.dividerColor, 0.5); + divider = A.Divider_createBorderSide(context, _this._widget.dividerColor, 0.5); if (i === 0) - border = new A.Border(B.BorderSide_m7u, B.BorderSide_m7u, hasBottomDivider ? divider : B.BorderSide_m7u, B.BorderSide_m7u); + 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_m7u, B.BorderSide_m7u, B.BorderSide_m7u, B.BorderSide_m7u); + border = new A.Border(hasTopDivider ? divider : B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF); else { - t3 = hasTopDivider ? divider : B.BorderSide_m7u; - border = new A.Border(t3, B.BorderSide_m7u, hasBottomDivider ? divider : B.BorderSide_m7u, B.BorderSide_m7u); + t3 = hasTopDivider ? divider : B.BorderSide_0CF; + border = new A.Border(t3, B.BorderSide_0CF, hasBottomDivider ? divider : B.BorderSide_0CF, B.BorderSide_0CF); } child = A.AnimatedContainer$(child, _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; - t3 = A.Theme_of(context); - t3 = t3.cardColor; + t3 = A.Theme_of(context).cardColor; slices.push(A.Container$(_null, new A.Material(child, B.MaterialType_4, 0, _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)); } if (slices.length !== 0) { @@ -183740,13 +185119,13 @@ call$1(child) { return child.key; }, - $signature: 551 + $signature: 533 }; A._MergeableMaterialState_didUpdateWidget_closure0.prototype = { call$1(child) { return child.key; }, - $signature: 551 + $signature: 533 }; A._MergeableMaterialSliceKey.prototype = { $eq(_, other) { @@ -183804,7 +185183,7 @@ t9 = context.get$canvas(context); if (_this._mergeable_material$_elevation !== 0) { t10 = A.Path_Path(); - t11 = B.Map_GFE4y.$index(0, B.MaterialType_1); + t11 = B.Map_gnuL2.$index(0, B.MaterialType_1); t12 = t11.topLeft; t13 = t11.topRight; t10.addRRect$1(0, A.RRect$fromRectAndCorners(new A.Rect(t6, t5, t6 + t8, t5 + t7), t11.bottomLeft, t11.bottomRight, t12, t13)); @@ -183818,25 +185197,24 @@ } }; A.__MergeableMaterialState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; - A.NavigationRailThemeData.prototype = { + A.NavigationBarThemeData.prototype = { get$hashCode(_) { var _this = this; - return A.hashValues(_this.backgroundColor, _this.elevation, _this.unselectedLabelTextStyle, _this.selectedLabelTextStyle, _this.unselectedIconTheme, _this.selectedIconTheme, _this.groupAlignment, _this.labelType, 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.height, _this.backgroundColor, _this.indicatorColor, _this.labelTextStyle, _this.iconTheme, _this.labelBehavior, 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); }, $eq(_, other) { var _this = this; @@ -183846,7 +185224,60 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - 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 && true; + return other instanceof A.NavigationBarThemeData && other.height == _this.height && J.$eq$(other.backgroundColor, _this.backgroundColor) && J.$eq$(other.indicatorColor, _this.indicatorColor) && 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(states); + t1 = _this.b; + resolvedB = t1 == null ? null : t1.resolve$1(states); + return _this.lerpFunction.call$3(resolvedA, resolvedB, _this.t); + }, + $isMaterialStateProperty: 1 + }; + A._NavigationBarThemeData_Object_Diagnosticable.prototype = {}; + A.NavigationRailThemeData.prototype = { + get$hashCode(_) { + var _this = this; + return A.hashValues(_this.backgroundColor, _this.elevation, _this.unselectedLabelTextStyle, _this.selectedLabelTextStyle, _this.unselectedIconTheme, _this.selectedIconTheme, _this.groupAlignment, _this.labelType, _this.useIndicator, _this.indicatorColor, 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); + }, + $eq(_, other) { + var t1, _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); + 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; } }; A._NavigationRailThemeData_Object_Diagnosticable.prototype = {}; @@ -183863,13 +185294,13 @@ t3 = A.Theme_of(context).colorScheme.onSurface.value; t3 = A.Color$fromARGB(31, t3 >>> 16 & 255, t3 >>> 8 & 255, t3 & 255); t4 = theme.visualDensity; - return A.OutlinedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.SystemMouseCursor_forbidden, 0, true, B.SystemMouseCursor_click, B.Size_wjo, B.Size_64_36, colorScheme.onSurface, scaledPadding, colorScheme.primary, t1, B.RoundedRectangleBorder_a510, new A.BorderSide(t3, 1, B.BorderStyle_1), B.C__InkRippleFactory, theme.materialTapTargetSize, t2.button, t4); + return A.OutlinedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.SystemMouseCursor_forbidden, 0, true, B.SystemMouseCursor_click, B.Size_wjo, B.Size_64_36, colorScheme.onSurface, scaledPadding, colorScheme.primary, t1, B.RoundedRectangleBorder_LkV0, new A.BorderSide(t3, 1, B.BorderStyle_1), B.C__InkRippleFactory, theme.materialTapTargetSize, t2.labelLarge, t4); }, themeStyleOf$1(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.OutlinedButtonTheme); - t1 = A.Theme_of(context); - return t1.outlinedButtonTheme.style; + t1 = A.Theme_of(context).outlinedButtonTheme; + return t1.style; } }; A._OutlinedButtonDefaultForeground.prototype = { @@ -183987,7 +185418,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 554 + $signature: 532 }; A._ZoomPageTransition_build_closure0.prototype = { call$3(context, animation, child) { @@ -183995,7 +185426,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 557 + $signature: 529 }; A._ZoomPageTransition_build_closure1.prototype = { call$3(context, animation, child) { @@ -184003,7 +185434,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 554 + $signature: 532 }; A._ZoomPageTransition_build_closure2.prototype = { call$3(context, animation, child) { @@ -184011,7 +185442,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 557 + $signature: 529 }; A._ZoomEnterTransition.prototype = { build$1(_, context) { @@ -184049,7 +185480,7 @@ var _null = null; return A.Container$(_null, child, B.Clip_0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * this._box_0.opacity), 0, 0, 0), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 991 + $signature: 999 }; A._ZoomExitTransition.prototype = { build$1(_, context) { @@ -184094,7 +185525,7 @@ A.PageTransitionsTheme.prototype = { _all$1(builders) { var t1 = type$.MappedListIterable_of_legacy_TargetPlatform_and_nullable_PageTransitionsBuilder; - return A.List_List$of(new A.MappedListIterable(B.List_uDp, new A.PageTransitionsTheme__all_closure(builders), t1), true, t1._eval$1("ListIterable.E")); + return A.List_List$of(new A.MappedListIterable(B.List_4fl, new A.PageTransitionsTheme__all_closure(builders), t1), true, t1._eval$1("ListIterable.E")); }, $eq(_, other) { var t1, _this = this; @@ -184117,7 +185548,7 @@ call$1(platform) { return this.builders.$index(0, platform); }, - $signature: 992 + $signature: 1000 }; A._PageTransitionsTheme_Object_Diagnosticable.prototype = {}; A.PaginatedDataTable.prototype = { @@ -184195,7 +185626,7 @@ result = A._setArrayType([], type$.JSArray_DataRow), nextPageFirstRowIndex = firstRowIndex + rowsPerPage; for (t1 = _this._paginated_data_table$_rows, index = firstRowIndex, haveProgressIndicator = false; index < nextPageFirstRowIndex; ++index) { - if (B.JSInt_methods.$lt(index, A._lateReadCheck(_this.__PaginatedDataTableState__rowCount, "_rowCount")) || A._lateReadCheck(_this.__PaginatedDataTableState__rowCountApproximate, "_rowCountApproximate")) { + if (index < A._lateReadCheck(_this.__PaginatedDataTableState__rowCount, "_rowCount") || A._lateReadCheck(_this.__PaginatedDataTableState__rowCountApproximate, "_rowCountApproximate")) { row = t1.putIfAbsent$2(0, index, new A.PaginatedDataTableState__getRows_closure(_this, index)); t2 = row == null; if (t2 && !haveProgressIndicator) { @@ -184212,19 +185643,19 @@ _handlePrevious$0() { var t1 = A._lateReadCheck(this.__PaginatedDataTableState__firstRowIndex, "_firstRowIndex"); this._widget.toString; - this.pageTo$1(Math.max(B.JSInt_methods.$sub(t1, 10), 0)); + this.pageTo$1(Math.max(t1 - 10, 0)); }, _handleNext$0() { var t1 = A._lateReadCheck(this.__PaginatedDataTableState__firstRowIndex, "_firstRowIndex"); this._widget.toString; - this.pageTo$1(B.JSInt_methods.$add(t1, 10)); + 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"); _this._widget.toString; - t1 = B.JSInt_methods.$ge(B.JSInt_methods.$add(t1, 10), A._lateReadCheck(_this.__PaginatedDataTableState__rowCount, "_rowCount")); + t1 = t1 + 10 >= A._lateReadCheck(_this.__PaginatedDataTableState__rowCount, "_rowCount"); } else t1 = false; return t1; @@ -184254,23 +185685,23 @@ 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 = B.JSInt_methods.$add(A._lateReadCheck(_this.__PaginatedDataTableState__firstRowIndex, _s14_), 1); + 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, B.JSInt_methods.$add(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); + 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); _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, 24, B.JSInt_methods.$le(A._lateReadCheck(_this.__PaginatedDataTableState__firstRowIndex, _s14_), 0) ? _null : _this.get$_handlePrevious(), B.EdgeInsets_0_0_0_0, t5, _null)); + 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, 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); t1 = t1.get$nextPageTooltip(); - t2.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, 24, _this._isNextPageUnavailable$0() ? _null : _this.get$_handleNext(), B.EdgeInsets_0_0_0_0, t1, _null)); + t2.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, _this._isNextPageUnavailable$0() ? _null : _this.get$_handleNext(), B.EdgeInsets_0_0_0_0, t1, _null)); _this._widget.toString; t2.push(A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 14)); B.JSArray_methods.addAll$1(footerWidgets, t2); - return new A.LayoutBuilder(new A.PaginatedDataTableState_build_closure(_this, headerWidgets, themeData, t3.caption, footerWidgets), _null); + return A.Card$(new A.LayoutBuilder(new A.PaginatedDataTableState_build_closure(_this, headerWidgets, themeData, t3.bodySmall, footerWidgets), _null), _null, _null, _null, _null, false, _null); } }; A.PaginatedDataTableState__handleDataSourceChanged_closure.prototype = { @@ -184297,7 +185728,7 @@ call$1(column) { return B.DataCell_AHF; }, - $signature: 558 + $signature: 527 }; A.PaginatedDataTableState__getProgressIndicatorRowFor_closure.prototype = { call$1(column) { @@ -184307,13 +185738,13 @@ } return B.DataCell_AHF; }, - $signature: 558 + $signature: 527 }; A.PaginatedDataTableState__getRows_closure.prototype = { call$0() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 994 + $signature: 1002 }; A.PaginatedDataTableState_build_closure.prototype = { call$2(context, constraints) { @@ -184324,7 +185755,7 @@ t3 = _this.$this; t4 = _this.themeData; t5 = t4.textTheme; - t5 = t3._selectedRowCount > 0 ? t5.subtitle1.copyWith$1$color(t4.colorScheme.secondary) : t5.headline6.copyWith$1$fontWeight(B.FontWeight_3); + 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_gsm), _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)); @@ -184335,14 +185766,14 @@ 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_PTL, 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)); + 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)); 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_gsm), _null, _null, B.TextOverflow_0, true, t3, _null, _null, B.TextWidthBasis_0)); - return A.Card$(A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, _null, false, _null); + return A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 995 + $signature: 1003 }; A.PopupMenuEntry.prototype = {}; A.PopupMenuDivider.prototype = { @@ -184428,7 +185859,7 @@ t1.toString; style = popupMenuTheme.textStyle; if (style == null) { - t2 = theme.textTheme.subtitle1; + t2 = theme.textTheme.titleMedium; t2.toString; style = t2; } @@ -184476,31 +185907,31 @@ call$1(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 518 + $signature: 544 }; A._PopupMenu_build_closure0.prototype = { call$2(context, child) { - var t3, t4, t5, t6, _this = this, _null = null, - t1 = _this.$this.route, - t2 = t1._animationProxy; - t2 = _this.opacity.transform$1(0, t2.get$value(t2)); - t3 = t1.shape; - if (t3 == null) - t3 = _this.popupMenuTheme.shape; - t4 = t1.color; + var t4, t5, t6, t7, _this = this, _null = null, + t1 = _this.opacity, + t2 = _this.$this.route, + t3 = t2._animationProxy; + t3.toString; + t4 = t2.shape; if (t4 == null) - t4 = _this.popupMenuTheme.color; - t5 = t1.elevation; + t4 = _this.popupMenuTheme.shape; + t5 = t2.color; if (t5 == null) - t5 = _this.popupMenuTheme.elevation; - if (t5 == null) - t5 = 8; - t6 = t1._animationProxy; - t6 = _this.width.transform$1(0, t6.get$value(t6)); - t1 = t1._animationProxy; - return A.Opacity$(false, A.Material$(B.Duration_200000, true, _null, new A.Align(B.AlignmentDirectional_1_m1, t6, _this.height.transform$1(0, t1.get$value(t1)), child, _null), B.Clip_0, t4, t5, _null, _null, t3, _null, B.MaterialType_1), t2); + t5 = _this.popupMenuTheme.color; + t6 = t2.elevation; + if (t6 == null) + t6 = _this.popupMenuTheme.elevation; + if (t6 == null) + t6 = 8; + t7 = _this.width.transform$1(0, t3.get$value(t3)); + 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, B.MaterialType_1), new A._AnimatedEvaluation(t3, t1, A._instanceType(t1)._eval$1("_AnimatedEvaluation"))); }, - $signature: 1021 + $signature: 1029 }; A._PopupMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -184606,7 +186037,7 @@ t3.toString; return new A.CustomSingleChildLayout(new A._PopupMenuRouteLayout(t1.position, t1.itemSizes, t2, t3.textDirection, _this.mediaQuery.padding), new A._CaptureAll(t1.capturedThemes._themes, _this.menu, null), null); }, - $signature: 509 + $signature: 548 }; A.PopupMenuButton.prototype = { createState$0() { @@ -184698,10 +186129,10 @@ t1.toString; t1 = A.MediaQuery_maybeOf(t1); mode = t1 == null ? null : t1.navigationMode; - switch (mode == null ? B.NavigationMode_0 : mode) { - case B.NavigationMode_0: + switch ((mode == null ? B.NavigationMode_0 : mode).index) { + case 0: return this._widget.enabled; - case B.NavigationMode_1: + case 1: return true; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -184710,8 +186141,7 @@ build$1(_, context) { var t1, t2, t3, _this = this, _null = null; _this._widget.toString; - t1 = A.PopupMenuTheme_of(context); - t1.toString; + A.PopupMenuTheme_of(context).toString; t1 = _this._widget; if (t1.child != null) { t1 = t1.tooltip; @@ -184770,7 +186200,7 @@ A._PopupMenuThemeData_Object_Diagnosticable.prototype = {}; A._ActivityIndicatorType.prototype = { toString$0(_) { - return this._progress_indicator$_name; + return "_ActivityIndicatorType." + this._core$_name; } }; A.ProgressIndicator.prototype = { @@ -184844,18 +186274,18 @@ } _this.canvas.drawRect$2(0, new A.Rect(left, 0, left + width, 0 + _this.size._dy), _this.paint); }, - $signature: 559 + $signature: 525 }; A.LinearProgressIndicator.prototype = { createState$0() { - return new A._LinearProgressIndicatorState(null, B._StateLifecycle_0); + return new A._LinearProgressIndicatorState(null, null, B._StateLifecycle_0); } }; A._LinearProgressIndicatorState.prototype = { initState$0() { var t1, _this = this; _this.super$State$initState(); - t1 = A.AnimationController$(null, B.Duration_1800000, 0, null, 1, null, _this); + t1 = A.AnimationController$(null, B.Duration_1800000, null, 1, null, _this); _this.___LinearProgressIndicatorState__controller = t1; if (_this._widget.value == null) A._lateReadCheck(t1, "_controller").repeat$0(0); @@ -184917,7 +186347,7 @@ var t1 = this.$this; return t1._buildIndicator$3(context, A._lateReadCheck(A._lateReadCheck(t1.___LinearProgressIndicatorState__controller, "_controller").__AnimationController__value, "_value"), this.textDirection); }, - $signature: 217 + $signature: 183 }; A._CircularProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -184954,14 +186384,14 @@ return this.backgroundColor; }, createState$0() { - return new A._CircularProgressIndicatorState(null, B._StateLifecycle_0); + return new A._CircularProgressIndicatorState(null, null, B._StateLifecycle_0); } }; A._CircularProgressIndicatorState.prototype = { initState$0() { var t1, _this = this; _this.super$State$initState(); - t1 = A.AnimationController$(null, B.Duration_2961926000, 0, null, 1, null, _this); + t1 = A.AnimationController$(null, B.Duration_2961926000, null, 1, null, _this); _this.___CircularProgressIndicatorState__controller = t1; if (_this._widget.value == null) A._lateReadCheck(t1, "_controller").repeat$0(0); @@ -184995,8 +186425,7 @@ var trackColor, t2, t3, t4, _null = null, t1 = this._widget; t1.get$backgroundColor(t1); - t1 = A.ProgressIndicatorTheme_of(context); - trackColor = t1.circularTrackColor; + trackColor = A.ProgressIndicatorTheme_of(context).circularTrackColor; t1 = this._widget; t2 = t1._getValueColor$1(context); t3 = this._widget; @@ -185007,32 +186436,13 @@ return A.AnimatedBuilder$(A._lateReadCheck(this.___CircularProgressIndicatorState__controller, "_controller"), new A._CircularProgressIndicatorState__buildAnimation_closure(this), null); }, build$1(_, context) { - var _this = this, - _s80_ = string$.x60null_c, - t1 = _this._widget; + var t1 = this._widget; t1.toString; - switch (B._ActivityIndicatorType_0) { - case B._ActivityIndicatorType_0: + switch (0) { + case 0: if (t1.value != null) - return _this._buildMaterialIndicator$5(context, 0, 0, 0, 0); - return _this._buildAnimation$0(); - case B._ActivityIndicatorType_1: - switch (A.Theme_of(context).platform) { - case B.TargetPlatform_2: - case B.TargetPlatform_4: - return new A.CupertinoActivityIndicator(_this._widget.key); - case B.TargetPlatform_0: - case B.TargetPlatform_1: - case B.TargetPlatform_3: - case B.TargetPlatform_5: - if (_this._widget.value != null) - return _this._buildMaterialIndicator$5(context, 0, 0, 0, 0); - return _this._buildAnimation$0(); - default: - throw A.wrapException(A.ReachabilityError$(_s80_)); - } - default: - throw A.wrapException(A.ReachabilityError$(_s80_)); + return this._buildMaterialIndicator$5(context, 0, 0, 0, 0); + return this._buildAnimation$0(); } } }; @@ -185058,7 +186468,7 @@ t2.toString; return t1._buildMaterialIndicator$5(context, t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 217 + $signature: 183 }; A._RefreshProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -185093,7 +186503,7 @@ return A.CircularProgressIndicator.prototype.get$backgroundColor.call(this, this); }, createState$0() { - return new A._RefreshProgressIndicatorState(null, B._StateLifecycle_0); + return new A._RefreshProgressIndicatorState(null, null, B._StateLifecycle_0); } }; A._RefreshProgressIndicatorState.prototype = { @@ -185116,7 +186526,7 @@ return A.AnimatedBuilder$(A._lateReadCheck(this.___CircularProgressIndicatorState__controller, "_controller"), new A._RefreshProgressIndicatorState__buildAnimation_closure(this), null); }, _buildMaterialIndicator$5(context, headValue, tailValue, offsetValue, rotationValue) { - var rotation, value0, t2, t3, result, valueColor, backgroundColor, t4, _this = this, _null = null, + var rotation, value0, t2, t3, result, valueColor, backgroundColor, t4, t5, _this = this, _null = null, value = _this._widget.value, t1 = value == null, arrowheadScale = t1 ? 0 : B.Interval_75R7.transform$1(0, value); @@ -185144,14 +186554,14 @@ valueColor = A.Color$fromARGB(255, valueColor.get$value(valueColor) >>> 16 & 255, valueColor.get$value(valueColor) >>> 8 & 255, valueColor.get$value(valueColor) & 255); t2 = _this._widget; t2.get$backgroundColor(t2); - t2 = A.ProgressIndicatorTheme_of(context); - backgroundColor = t2.refreshBackgroundColor; + backgroundColor = A.ProgressIndicatorTheme_of(context).refreshBackgroundColor; if (backgroundColor == null) backgroundColor = A.Theme_of(context).canvasColor; t2 = _this._widget; t3 = t2.strokeWidth; - t4 = -1.5707963267948966 + tailValue * 3 / 2 * 3.141592653589793 + rotationValue * 3.141592653589793 * 2 + offsetValue * 0.5 * 3.141592653589793; - return t2._buildSemanticsWrapper$2$child$context(A.Container$(_null, A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_12_12_12_12, A.Opacity$(false, A.Transform$rotate(B.Alignment_0_0, rotation, A.CustomPaint$(_null, _null, _null, new A._RefreshProgressIndicatorPainter(arrowheadScale, _null, valueColor, _null, headValue, tailValue, offsetValue, rotationValue, t3, t4, Math.max(headValue * 3 / 2 * 3.141592653589793 - tailValue * 3 / 2 * 3.141592653589793, 0.001), _null), B.Size_0_0), _null), (t1 >>> 24 & 255) / 255), _null), B.Clip_0, backgroundColor, 2, _null, _null, _null, _null, B.MaterialType_2), B.Clip_0, _null, _null, _null, _null, 41, _null, B.EdgeInsets_4_4_4_4, _null, _null, _null, 41), context); + t4 = tailValue * 3 / 2 * 3.141592653589793; + t5 = Math.max(headValue * 3 / 2 * 3.141592653589793 - t4, 0.001); + return t2._buildSemanticsWrapper$2$child$context(A.Container$(_null, A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_12_12_12_12, A.Opacity$(false, A.Transform$rotate(B.Alignment_0_0, rotation, A.CustomPaint$(_null, _null, _null, new A._RefreshProgressIndicatorPainter(arrowheadScale, _null, valueColor, _null, headValue, tailValue, offsetValue, rotationValue, t3, -1.5707963267948966 + t4 + rotationValue * 3.141592653589793 * 2 + offsetValue * 0.5 * 3.141592653589793, t5, _null), B.Size_0_0), _null), (t1 >>> 24 & 255) / 255), _null), B.Clip_0, backgroundColor, 2, _null, _null, _null, _null, B.MaterialType_2), B.Clip_0, _null, _null, _null, _null, 41, _null, B.EdgeInsets_4_4_4_4, _null, _null, _null, 41), context); } }; A._RefreshProgressIndicatorState__buildAnimation_closure.prototype = { @@ -185176,36 +186586,36 @@ t2.toString; return t1._buildMaterialIndicator$5(context, 1.05 * t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 217 + $signature: 183 }; A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.ProgressIndicatorThemeData.prototype = { @@ -185227,7 +186637,8 @@ A._ProgressIndicatorThemeData_Object_Diagnosticable.prototype = {}; A.Radio.prototype = { createState$0() { - return new A._RadioState(new A._RadioPainter(A.List_List$filled(0, null, false, type$.nullable_void_Function)), $, $, $, $, $, $, $, $, $, null, false, false, null, B._StateLifecycle_0, this.$ti._eval$1("_RadioState<1>")); + var _null = null; + return new A._RadioState(new A._RadioPainter(A.List_List$filled(0, _null, false, type$.nullable_void_Function)), $, $, $, $, $, $, $, $, $, _null, false, false, _null, _null, B._StateLifecycle_0, this.$ti._eval$1("_RadioState<1>")); }, get$value(receiver) { return this.value; @@ -185282,19 +186693,19 @@ return new A._MaterialStatePropertyWith(new A._RadioState__defaultFillColor_closure(A.Theme_of(t1)), type$._MaterialStatePropertyWith_Color); }, build$1(_, context) { - var effectiveVisualDensity, size, activeStates, inactiveStates, effectiveActiveColor, effectiveInactiveColor, focusedStates, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedOverlayColor, effectiveInactivePressedOverlayColor, t2, t3, t4, _this = this, _null = null, + var effectiveVisualDensity, size, activeStates, inactiveStates, t2, effectiveActiveColor, effectiveInactiveColor, focusedStates, t3, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedOverlayColor, effectiveInactivePressedOverlayColor, t4, _this = this, _null = null, themeData = A.Theme_of(context), t1 = _this._widget.materialTapTargetSize, effectiveMaterialTapTargetSize = t1 == null ? themeData.radioTheme.materialTapTargetSize : t1; if (effectiveMaterialTapTargetSize == null) effectiveMaterialTapTargetSize = themeData.materialTapTargetSize; - themeData.toString; + t1 = themeData.radioTheme; effectiveVisualDensity = themeData.visualDensity; - switch (effectiveMaterialTapTargetSize) { - case B.MaterialTapTargetSize_0: + switch (effectiveMaterialTapTargetSize.index) { + case 0: size = B.Size_48_48; break; - case B.MaterialTapTargetSize_1: + case 1: size = B.Size_40_40; break; default: @@ -185306,77 +186717,74 @@ inactiveStates = _this.get$states(); inactiveStates.remove$1(0, B.MaterialState_4); _this._widget.toString; - t1 = _this.get$_radio$_widgetFillColor()._material_state$_resolve.call$1(activeStates); - if (t1 == null) { - t1 = themeData.radioTheme.fillColor; - t1 = t1 == null ? _null : t1.resolve$1(activeStates); - effectiveActiveColor = t1; + t2 = _this.get$_radio$_widgetFillColor()._material_state$_resolve.call$1(activeStates); + if (t2 == null) { + t2 = t1.fillColor; + t2 = t2 == null ? _null : t2.resolve$1(activeStates); + effectiveActiveColor = t2; } else - effectiveActiveColor = t1; + effectiveActiveColor = t2; if (effectiveActiveColor == null) effectiveActiveColor = _this.get$_radio$_defaultFillColor()._material_state$_resolve.call$1(activeStates); _this._widget.toString; - t1 = _this.get$_radio$_widgetFillColor()._material_state$_resolve.call$1(inactiveStates); - if (t1 == null) { - t1 = themeData.radioTheme.fillColor; - t1 = t1 == null ? _null : t1.resolve$1(inactiveStates); - effectiveInactiveColor = t1; + t2 = _this.get$_radio$_widgetFillColor()._material_state$_resolve.call$1(inactiveStates); + if (t2 == null) { + t2 = t1.fillColor; + t2 = t2 == null ? _null : t2.resolve$1(inactiveStates); + effectiveInactiveColor = t2; } else - effectiveInactiveColor = t1; + effectiveInactiveColor = t2; if (effectiveInactiveColor == null) effectiveInactiveColor = _this.get$_radio$_defaultFillColor()._material_state$_resolve.call$1(inactiveStates); focusedStates = _this.get$states(); focusedStates.add$1(0, B.MaterialState_1); _this._widget.toString; - t1 = themeData.radioTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(focusedStates); - effectiveFocusOverlayColor = t1; + t2 = t1.overlayColor; + t3 = t2 == null ? _null : t2.resolve$1(focusedStates); + effectiveFocusOverlayColor = t3; if (effectiveFocusOverlayColor == null) effectiveFocusOverlayColor = themeData.focusColor; hoveredStates = _this.get$states(); hoveredStates.add$1(0, B.MaterialState_0); _this._widget.toString; - t1 = themeData.radioTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(hoveredStates); - effectiveHoverOverlayColor = t1; + t3 = t2 == null ? _null : t2.resolve$1(hoveredStates); + effectiveHoverOverlayColor = t3; if (effectiveHoverOverlayColor == null) effectiveHoverOverlayColor = themeData.hoverColor; activeStates.add$1(0, B.MaterialState_2); _this._widget.toString; - t1 = themeData.radioTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(activeStates); - effectiveActivePressedOverlayColor = t1; + t3 = t2 == null ? _null : t2.resolve$1(activeStates); + effectiveActivePressedOverlayColor = t3; if (effectiveActivePressedOverlayColor == null) effectiveActivePressedOverlayColor = A.Color$fromARGB(31, effectiveActiveColor.get$value(effectiveActiveColor) >>> 16 & 255, effectiveActiveColor.get$value(effectiveActiveColor) >>> 8 & 255, effectiveActiveColor.get$value(effectiveActiveColor) & 255); inactiveStates.add$1(0, B.MaterialState_2); _this._widget.toString; - t1 = themeData.radioTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(inactiveStates); - effectiveInactivePressedOverlayColor = t1; + t2 = t2 == null ? _null : t2.resolve$1(inactiveStates); + effectiveInactivePressedOverlayColor = t2; 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); - t1 = _this._widget; - 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")); - t3.set$inactiveReactionColor(effectiveInactivePressedOverlayColor); - t3.set$reactionColor(effectiveActivePressedOverlayColor); - t3.set$hoverColor(effectiveHoverOverlayColor); - t3.set$focusColor(effectiveFocusOverlayColor); + t2 = _this._widget; + t3 = t2.value; + t2 = t2.groupValue; + t4 = _this._radio$_painter; + t4.set$position(0, A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, "_position")); + t4.set$reaction(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reaction, "_reaction")); + t4.set$reactionFocusFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade, "_reactionFocusFade")); + t4.set$reactionHoverFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade, "_reactionHoverFade")); + t4.set$inactiveReactionColor(effectiveInactivePressedOverlayColor); + t4.set$reactionColor(effectiveActivePressedOverlayColor); + t4.set$hoverColor(effectiveHoverOverlayColor); + t4.set$focusColor(effectiveFocusOverlayColor); _this._widget.toString; - t4 = themeData.radioTheme.splashRadius; - t3.set$splashRadius(t4 == null ? 20 : t4); - t3.set$downPosition(_this.ToggleableStateMixin__downPosition); - t3.set$isFocused(_this.get$states().contains$1(0, B.MaterialState_1)); - t3.set$isHovered(_this.get$states().contains$1(0, B.MaterialState_0)); - 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, themeData), 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); + t1 = t1.splashRadius; + t4.set$splashRadius(t1 == null ? 20 : t1); + t4.set$downPosition(_this.ToggleableStateMixin__downPosition); + t4.set$isFocused(_this.get$states().contains$1(0, B.MaterialState_1)); + t4.set$isHovered(_this.get$states().contains$1(0, B.MaterialState_0)); + t4.set$activeColor(effectiveActiveColor); + t4.set$inactiveColor(effectiveInactiveColor); + t1 = _this.buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(false, _null, new A._MaterialStatePropertyWith(new A._RadioState_build_closure(_this, themeData), type$._MaterialStatePropertyWith_MouseCursor), t4, size); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t3 == null ? t2 == null : t3 === t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, t1, _null); } }; A._RadioState__widgetFillColor_closure.prototype = { @@ -185387,7 +186795,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 195 + $signature: 201 }; A._RadioState__defaultFillColor_closure.prototype = { call$1(states) { @@ -185397,7 +186805,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 107 + $signature: 102 }; A._RadioState_build_closure.prototype = { call$1(states) { @@ -185410,7 +186818,7 @@ } return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 325 + $signature: 385 }; A._RadioPainter.prototype = { paint$2(canvas, size) { @@ -185421,7 +186829,7 @@ paint = t1 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t1 = _this._inactiveColor; t1.toString; - t2 = _this._activeColor; + t2 = _this._toggleable$_activeColor; t2.toString; t3 = _this._toggleable$_position; t3 = A.Color_lerp(t1, t2, t3.get$value(t3)); @@ -185439,19 +186847,18 @@ } }; A.__RadioState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin.prototype = { @@ -185461,16 +186868,16 @@ t1 = _this._widget; t2 = t1.value; t1 = t1.groupValue; - t3 = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, (t2 == null ? t1 != null : t2 !== t1) ? 0 : 1, _this); + 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); - t3 = A.AnimationController$(_null, B.Duration_100000, 0, _null, 1, _null, _this); + 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); - t1 = A.AnimationController$(_null, B.Duration_50000, 0, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); + 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); - t1 = A.AnimationController$(_null, B.Duration_50000, 0, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); + 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); }, @@ -185485,25 +186892,17 @@ }; A.RadioListTile.prototype = { build$1(_, context) { - var trailing, leading, _this = this, _null = null, + 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); - switch (B.ListTileControlAffinity_2) { - case B.ListTileControlAffinity_0: - case B.ListTileControlAffinity_2: - trailing = _null; - leading = control; + switch (2) { + case 0: + case 2: break; - case B.ListTileControlAffinity_1: - trailing = control; - leading = _null; - break; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } if (t1 == null) t1 = A.Theme_of(context).toggleableActiveColor; - return new A.MergeSemantics(A.ListTileTheme_merge(A.ListTile$(false, _null, true, _null, true, _null, false, _null, leading, _null, new A.RadioListTile_build_closure(_this), false, _null, _null, _this.subtitle, _null, _this.title, trailing, _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); }, get$value(receiver) { return this.value; @@ -185550,7 +186949,7 @@ return t1; } }; - A._LerpProperties0.prototype = { + A._LerpProperties1.prototype = { resolve$1(states) { var resolvedB, _this = this, t1 = _this.a, @@ -185564,17 +186963,17 @@ A._RadioThemeData_Object_Diagnosticable.prototype = {}; A._RefreshIndicatorMode.prototype = { toString$0(_) { - return this._refresh_indicator$_name; + return "_RefreshIndicatorMode." + this._core$_name; } }; A.RefreshIndicatorTriggerMode.prototype = { toString$0(_) { - return this._refresh_indicator$_name; + return "RefreshIndicatorTriggerMode." + this._core$_name; } }; A.RefreshIndicator.prototype = { createState$0() { - return new A.RefreshIndicatorState(null, B._StateLifecycle_0); + return new A.RefreshIndicatorState(null, null, B._StateLifecycle_0); }, onRefresh$0() { return this.onRefresh.call$0(); @@ -185588,7 +186987,7 @@ var t1, t2, t3, _this = this, _null = null, _s19_ = "_positionController"; _this.super$State$initState(); - t1 = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); _this.__RefreshIndicatorState__positionController = t1; t1 = A._lateReadCheck(t1, _s19_); t2 = $.$get$RefreshIndicatorState__kDragSizeFactorLimitTween(); @@ -185601,7 +187000,7 @@ t3._as(t2); t1.toString; _this.__RefreshIndicatorState__value = new A._AnimatedEvaluation(t2, t1, t1.$ti._eval$1("_AnimatedEvaluation")); - t1 = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); _this.__RefreshIndicatorState__scaleController = t1; t1 = A._lateReadCheck(t1, "_scaleController"); t2 = $.$get$RefreshIndicatorState__oneToZeroTween(); @@ -185617,13 +187016,12 @@ t1 = A._lateReadCheck(_this.__RefreshIndicatorState__positionController, "_positionController"); _this._widget.toString; t2 = theme.colorScheme.primary; - t2 = A.Color$fromARGB(0, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); + 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; - t3 = theme.colorScheme.primary; - t3 = A.Color$fromARGB(255, t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255); + 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(t2, t3), t4), t4._eval$1("_AnimatedEvaluation")); - _this.super$_RefreshIndicatorState_State_TickerProviderStateMixin$didChangeDependencies(); + _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.super$State$didChangeDependencies(); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); @@ -185636,7 +187034,8 @@ this.super$_RefreshIndicatorState_State_TickerProviderStateMixin$dispose(0); }, _refresh_indicator$_handleScrollNotification$1(notification) { - var t1, indicatorAtTopNow, t2, t3, _this = this; + var t1, indicatorAtTopNow, t2, t3, _this = this, + _s80_ = string$.x60null_c; if (!_this._widget.notificationPredicate$1(notification)) return false; if (!(notification instanceof A.ScrollStartNotification && notification.dragDetails != null)) { @@ -185656,19 +187055,19 @@ return false; } t1 = notification.metrics; - switch (t1.axisDirection) { - case B.AxisDirection_2: + switch (t1.axisDirection.index) { + case 2: indicatorAtTopNow = true; break; - case B.AxisDirection_0: + case 0: indicatorAtTopNow = false; break; - case B.AxisDirection_3: - case B.AxisDirection_1: + case 3: + case 1: indicatorAtTopNow = null; break; default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + throw A.wrapException(A.ReachabilityError$(_s80_)); } if (indicatorAtTopNow != _this._isIndicatorAtTop) { t1 = _this._refresh_indicator$_mode; @@ -185709,8 +187108,14 @@ case B._RefreshIndicatorMode_0: _this._dismiss$1(B._RefreshIndicatorMode_5); break; - default: + case B._RefreshIndicatorMode_5: + case B._RefreshIndicatorMode_4: + case B._RefreshIndicatorMode_3: + case B._RefreshIndicatorMode_2: + case null: break; + default: + throw A.wrapException(A.ReachabilityError$(_s80_)); } return false; }, @@ -185725,15 +187130,15 @@ }, _refresh_indicator$_start$1(_, direction) { var _this = this; - switch (direction) { - case B.AxisDirection_2: + switch (direction.index) { + case 2: _this._isIndicatorAtTop = true; break; - case B.AxisDirection_0: + case 0: _this._isIndicatorAtTop = false; break; - case B.AxisDirection_3: - case B.AxisDirection_1: + case 3: + case 1: _this._isIndicatorAtTop = null; return false; default: @@ -185785,18 +187190,34 @@ $async$self.setState$1(new A.RefreshIndicatorState__dismiss_closure($async$self, newMode)); case 3: // switch - switch ($async$self._refresh_indicator$_mode) { - case B._RefreshIndicatorMode_4: + switch ($async$self._refresh_indicator$_mode.index) { + case 4: // goto case $async$goto = 5; break; - case B._RefreshIndicatorMode_5: + case 5: // goto case $async$goto = 6; break; + case 1: + // goto case + $async$goto = 7; + break; + case 0: + // goto case + $async$goto = 8; + break; + case 3: + // goto case + $async$goto = 9; + break; + case 2: + // goto case + $async$goto = 10; + break; default: - // goto after switch - $async$goto = 4; + // goto default + $async$goto = 11; break; } break; @@ -185804,9 +187225,9 @@ // case t1 = A._lateReadCheck($async$self.__RefreshIndicatorState__scaleController, "_scaleController"); t1._direction = B._AnimationDirection_0; - $async$goto = 7; + $async$goto = 12; return A._asyncAwait(t1._animateToInternal$3$curve$duration(1, B.C__Linear, B.Duration_200000), $async$_dismiss$1); - case 7: + case 12: // returning from await. // goto after switch $async$goto = 4; @@ -185815,13 +187236,27 @@ // case t1 = A._lateReadCheck($async$self.__RefreshIndicatorState__positionController, "_positionController"); t1._direction = B._AnimationDirection_0; - $async$goto = 8; + $async$goto = 13; return A._asyncAwait(t1._animateToInternal$3$curve$duration(0, B.C__Linear, B.Duration_200000), $async$_dismiss$1); - case 8: + case 13: // returning from await. // goto after switch $async$goto = 4; break; + case 7: + // case + case 8: + // case + case 9: + // case + case 10: + // case + // goto after switch + $async$goto = 4; + break; + case 11: + // default + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); case 4: // after switch if ($async$self._framework$_element != null && $async$self._refresh_indicator$_mode === newMode) { @@ -185910,7 +187345,7 @@ refreshResult.whenComplete$1(new A.RefreshIndicatorState__show__closure0(t1, this.completer)); } }, - $signature: 67 + $signature: 65 }; A.RefreshIndicatorState__show__closure.prototype = { call$0() { @@ -185949,22 +187384,21 @@ t1._widget.toString; return new A.RefreshProgressIndicator(2.5, t3, _null, _null, t4, t2, _null, _null); }, - $signature: 1029 + $signature: 1037 }; A._RefreshIndicatorState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.ReorderableListView.prototype = { @@ -185982,7 +187416,7 @@ call$2(context, index) { return this.children[index]; }, - $signature: 136 + $signature: 126 }; A._ReorderableListViewState.prototype = { _wrapWithSemantics$2(child, index) { @@ -186009,7 +187443,6 @@ }, _itemBuilder$2(context, index) { var itemGlobalKey, _this = this, _null = null, - _s80_ = string$.x60null_c, item = _this._widget.itemBuilder$2(context, index), itemWithSemantics = _this._wrapWithSemantics$2(item, index), t1 = item.key; @@ -186021,24 +187454,18 @@ case B.TargetPlatform_5: case B.TargetPlatform_4: _this._widget.toString; - switch (B.Axis_1) { - case B.Axis_0: - t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); - t1.toString; - return A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([itemWithSemantics, A.Positioned_Positioned$directional(8, new A.Align(B.AlignmentDirectional_0_1, _null, _null, new A.ReorderableDragStartListener(B.Icon_m5n, index, true, _null), _null), 0, _null, 0, t1.textDirection, _null, _null)], type$.JSArray_Widget), B.Clip_1, B.StackFit_0, itemGlobalKey, _null); - case B.Axis_1: + switch (1) { + case 1: t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; return A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([itemWithSemantics, A.Positioned_Positioned$directional(0, new A.Align(B.AlignmentDirectional_1_0, _null, _null, new A.ReorderableDragStartListener(B.Icon_m5n, index, true, _null), _null), 8, _null, _null, t1.textDirection, 0, _null)], type$.JSArray_Widget), B.Clip_1, B.StackFit_0, itemGlobalKey, _null); - default: - throw A.wrapException(A.ReachabilityError$(_s80_)); } case B.TargetPlatform_2: case B.TargetPlatform_0: case B.TargetPlatform_1: return new A.ReorderableDelayedDragStartListener(itemWithSemantics, index, true, itemGlobalKey); default: - throw A.wrapException(A.ReachabilityError$(_s80_)); + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } return new A.KeyedSubtree(itemWithSemantics, itemGlobalKey); }, @@ -186072,7 +187499,7 @@ if (startIndex != endIndex) this.$this._widget.onReorder$2(startIndex, endIndex); }, - $signature: 270 + $signature: 313 }; A._ReorderableListViewState__wrapWithSemantics_moveToStart.prototype = { call$0() { @@ -186107,7 +187534,7 @@ t1.toString; return A.Material$(B.Duration_200000, true, _null, child, B.Clip_0, _null, t1, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 1031 + $signature: 1039 }; A._ReorderableListViewChildGlobalKey.prototype = { $eq(_, other) { @@ -186123,12 +187550,13 @@ }; A._ScaffoldSlot.prototype = { toString$0(_) { - return this._scaffold$_name; + return "_ScaffoldSlot." + this._core$_name; } }; A.ScaffoldMessenger.prototype = { createState$0() { - return new A.ScaffoldMessengerState(A.LinkedHashSet_LinkedHashSet(type$.ScaffoldState), A.ListQueue$(null, type$.ScaffoldFeatureController_MaterialBanner_MaterialBannerClosedReason), A.ListQueue$(null, type$.ScaffoldFeatureController_SnackBar_SnackBarClosedReason), null, B._StateLifecycle_0); + var _null = null; + return new A.ScaffoldMessengerState(A.LinkedHashSet_LinkedHashSet(type$.ScaffoldState), A.ListQueue$(_null, type$.ScaffoldFeatureController_MaterialBanner_MaterialBannerClosedReason), A.ListQueue$(_null, type$.ScaffoldFeatureController_SnackBar_SnackBarClosedReason), _null, _null, B._StateLifecycle_0); } }; A.ScaffoldMessengerState.prototype = { @@ -186146,7 +187574,7 @@ if (t1) _this.hideCurrentSnackBar$1$reason(B.SnackBarClosedReason_5); _this._accessibleNavigation = mediaQuery.accessibleNavigation; - _this.super$_ScaffoldMessengerState_State_TickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, hideCurrentSnackBar$1$reason(reason) { var t2, completer, _this = this, _null = null, @@ -186196,7 +187624,7 @@ if ((t1.future._state & 30) === 0) t1.complete$1(0, this.reason); }, - $signature: 67 + $signature: 65 }; A._ScaffoldMessengerScope.prototype = { updateShouldNotify$1(old) { @@ -186258,15 +187686,16 @@ }; A._BodyBoxConstraints.prototype = { $eq(_, other) { + var _this = this; if (other == null) return false; - if (!this.super$BoxConstraints$$eq(0, other)) + if (!_this.super$BoxConstraints$$eq(0, other)) return false; - return other instanceof A._BodyBoxConstraints && other.bottomWidgetsHeight === this.bottomWidgetsHeight && other.appBarHeight == this.appBarHeight; + return other instanceof A._BodyBoxConstraints && other.materialBannerHeight == _this.materialBannerHeight && other.bottomWidgetsHeight === _this.bottomWidgetsHeight && other.appBarHeight == _this.appBarHeight; }, get$hashCode(_) { var _this = this; - return A.hashValues(A.BoxConstraints.prototype.get$hashCode.call(_this, _this), _this.bottomWidgetsHeight, _this.appBarHeight, 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__HashEnd); + return A.hashValues(A.BoxConstraints.prototype.get$hashCode.call(_this, _this), _this.materialBannerHeight, _this.bottomWidgetsHeight, _this.appBarHeight, 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); } }; A._BodyBuilder.prototype = { @@ -186279,7 +187708,7 @@ }; A._ScaffoldLayout.prototype = { performLayout$1(size) { - var appBarHeight, contentTop, bottomWidgetsHeight, bottomNavigationBarTop, t2, contentBottom, bodyMaxHeight, t3, snackBarSize, materialBannerSize, bottomSheetSize, floatingActionButtonRect, fabSize, currentGeometry, currentFabOffset, fabOffset, snackBarYOffsetBase, _this = this, + var appBarHeight, contentTop, bottomWidgetsHeight, bottomNavigationBarTop, materialBannerSize, t2, contentBottom, bodyMaxHeight, t3, t4, snackBarSize, bottomSheetSize, floatingActionButtonRect, fabSize, currentGeometry, currentFabOffset, fabOffset, snackBarYOffsetBase, _this = this, looseConstraints = A.BoxConstraints$loose(size), t1 = size._dx, fullWidthConstraints = looseConstraints.tighten$1$width(t1), @@ -186304,6 +187733,13 @@ bottomWidgetsHeight += _this.layoutChild$2(B._ScaffoldSlot_6, new A.BoxConstraints(0, fullWidthConstraints.maxWidth, 0, Math.max(0, bottom - bottomWidgetsHeight - contentTop)))._dy; _this.positionChild$2(B._ScaffoldSlot_6, new A.Offset(0, Math.max(0, bottom - bottomWidgetsHeight))); } + if (_this._idToChild.$index(0, B._ScaffoldSlot_5) != null) { + materialBannerSize = _this.layoutChild$2(B._ScaffoldSlot_5, fullWidthConstraints); + _this.positionChild$2(B._ScaffoldSlot_5, new A.Offset(0, appBarHeight)); + if (!_this.extendBodyBehindMaterialBanner) + contentTop += materialBannerSize._dy; + } else + materialBannerSize = B.Size_0_0; t2 = _this.minInsets; contentBottom = Math.max(0, bottom - Math.max(A.checkNum(t2.bottom), bottomWidgetsHeight)); if (_this._idToChild.$index(0, B._ScaffoldSlot_0) != null) { @@ -186311,8 +187747,9 @@ t3 = _this.extendBody; if (t3) bodyMaxHeight = B.JSNumber_methods.clamp$2(bodyMaxHeight + bottomWidgetsHeight, 0, looseConstraints.maxHeight - contentTop); + t4 = materialBannerSize._dy; t3 = t3 ? bottomWidgetsHeight : 0; - _this.layoutChild$2(B._ScaffoldSlot_0, new A._BodyBoxConstraints(t3, appBarHeight, 0, fullWidthConstraints.maxWidth, 0, bodyMaxHeight)); + _this.layoutChild$2(B._ScaffoldSlot_0, new A._BodyBoxConstraints(t3, appBarHeight, t4, 0, fullWidthConstraints.maxWidth, 0, bodyMaxHeight)); _this.positionChild$2(B._ScaffoldSlot_0, new A.Offset(0, contentTop)); } if (_this._idToChild.$index(0, B._ScaffoldSlot_2) != null) { @@ -186320,7 +187757,6 @@ _this.positionChild$2(B._ScaffoldSlot_2, B.Offset_0_0); } snackBarSize = _this._idToChild.$index(0, B._ScaffoldSlot_4) != null && !_this.isSnackBarFloating ? _this.layoutChild$2(B._ScaffoldSlot_4, fullWidthConstraints) : B.Size_0_0; - materialBannerSize = _this._idToChild.$index(0, B._ScaffoldSlot_5) != null ? _this.layoutChild$2(B._ScaffoldSlot_5, fullWidthConstraints) : B.Size_0_0; if (_this._idToChild.$index(0, B._ScaffoldSlot_3) != null) { bottomSheetSize = _this.layoutChild$2(B._ScaffoldSlot_3, new A.BoxConstraints(0, fullWidthConstraints.maxWidth, 0, Math.max(0, contentBottom - contentTop))); _this.positionChild$2(B._ScaffoldSlot_3, new A.Offset((t1 - bottomSheetSize._dx) / 2, contentBottom - bottomSheetSize._dy)); @@ -186347,11 +187783,6 @@ snackBarYOffsetBase = _this.isSnackBarFloating ? Math.min(contentBottom, bottom - _this.minViewPadding.bottom) : contentBottom; _this.positionChild$2(B._ScaffoldSlot_4, new A.Offset(0, snackBarYOffsetBase - snackBarSize._dy)); } - if (_this._idToChild.$index(0, B._ScaffoldSlot_5) != null) { - if (J.$eq$(materialBannerSize, B.Size_0_0)) - _this.layoutChild$2(B._ScaffoldSlot_5, fullWidthConstraints); - _this.positionChild$2(B._ScaffoldSlot_5, new A.Offset(0, appBarHeight)); - } if (_this._idToChild.$index(0, B._ScaffoldSlot_11) != null) { _this.layoutChild$2(B._ScaffoldSlot_11, fullWidthConstraints.tighten$1$height(t2.top)); _this.positionChild$2(B._ScaffoldSlot_11, B.Offset_0_0); @@ -186373,14 +187804,14 @@ }; A._FloatingActionButtonTransition.prototype = { createState$0() { - return new A._FloatingActionButtonTransitionState(null, B._StateLifecycle_0); + return new A._FloatingActionButtonTransitionState(null, null, B._StateLifecycle_0); } }; A._FloatingActionButtonTransitionState.prototype = { initState$0() { var t1, _this = this; _this.super$State$initState(); - t1 = A.AnimationController$(null, B.Duration_200000, 0, null, 1, null, _this); + t1 = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); t1.addStatusListener$1(_this.get$_handlePreviousAnimationStatusChanged()); _this.___FloatingActionButtonTransitionState__previousController = t1; _this._scaffold$_updateAnimations$0(); @@ -186523,7 +187954,7 @@ createState$0() { var _null = null, t1 = type$.LabeledGlobalKey_DrawerControllerState; - return new A.ScaffoldState(new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), A.RestorableBool$(false), A.RestorableBool$(false), 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, B._StateLifecycle_0); + return new A.ScaffoldState(new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), A.RestorableBool$(false), A.RestorableBool$(false), 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); }, get$body(receiver) { return this.body; @@ -186540,23 +187971,29 @@ _this.registerForRestoration$2(_this._endDrawerOpened, "end_drawer_open"); }, _drawerOpenedCallback$1(isOpened) { - this.setState$1(new A.ScaffoldState__drawerOpenedCallback_closure(this, isOpened)); - this._widget.toString; + var _this = this; + if (!J.$eq$(_this._drawerOpened._restoration_properties$_value, isOpened)) { + _this.setState$1(new A.ScaffoldState__drawerOpenedCallback_closure(_this, isOpened)); + _this._widget.toString; + } }, _endDrawerOpenedCallback$1(isOpened) { - this.setState$1(new A.ScaffoldState__endDrawerOpenedCallback_closure(this, isOpened)); - this._widget.toString; + var _this = this; + if (!J.$eq$(_this._endDrawerOpened._restoration_properties$_value, isOpened)) { + _this.setState$1(new A.ScaffoldState__endDrawerOpenedCallback_closure(_this, isOpened)); + _this._widget.toString; + } }, openDrawer$0() { var t1 = this._endDrawerKey; if (t1.get$currentState() != null && this._endDrawerOpened._restoration_properties$_value) t1.get$currentState().close$0(0); - t1 = this._scaffold$_drawerKey.get$currentState(); + t1 = this._drawerKey.get$currentState(); if (t1 != null) t1.open$0(0); }, openEndDrawer$0() { - var t1 = this._scaffold$_drawerKey; + var t1 = this._drawerKey; if (t1.get$currentState() != null && this._drawerOpened._restoration_properties$_value) t1.get$currentState().close$0(0); t1 = this._endDrawerKey.get$currentState(); @@ -186620,14 +188057,14 @@ if (!t1._isLocalHistoryEntry) t1.close.call$0(); }, - _buildBottomSheet$1$9$animationController$backgroundColor$clipBehavior$constraints$elevation$shape$shouldDisposeAnimationController(builder, isPersistent, animationController, backgroundColor, clipBehavior, constraints, elevation, shape, shouldDisposeAnimationController, $T) { + _buildBottomSheet$1$10$animationController$backgroundColor$clipBehavior$constraints$elevation$enableDrag$shape$shouldDisposeAnimationController(builder, isPersistent, animationController, backgroundColor, clipBehavior, constraints, elevation, enableDrag, shape, shouldDisposeAnimationController, $T) { var t2, entry, t3, _this = this, t1 = {}, completer = new A._AsyncCompleter(new A._Future($.Zone__current, $T._eval$1("_Future<0>")), $T._eval$1("_AsyncCompleter<0>")), bottomSheetKey = new A.LabeledGlobalKey(null, type$.LabeledGlobalKey__StandardBottomSheetState), bottomSheet = A._Cell$named("bottomSheet"); 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, t2)); + entry = isPersistent ? null : new A.LocalHistoryEntry(new A.ScaffoldState__buildBottomSheet_closure(t1, _this, bottomSheet, t2)); t3 = !isPersistent; bottomSheet.__late_helper$_value = new A._StandardBottomSheet(animationController, t3, new A.ScaffoldState__buildBottomSheet_closure0(t1, _this, bottomSheet, isPersistent, entry), new A.ScaffoldState__buildBottomSheet_closure1(_this, bottomSheet), new A.ScaffoldState__buildBottomSheet_closure2(shouldDisposeAnimationController, animationController), builder, backgroundColor, elevation, shape, clipBehavior, constraints, bottomSheetKey); if (t3) { @@ -186646,9 +188083,9 @@ showBottomSheet$1$1(builder, $T) { var controller, t1, _this = this, _null = null; _this._closeCurrentBottomSheet$0(); - controller = A.AnimationController$("BottomSheet", B.Duration_250000, 0, B.Duration_200000, 1, _null, _this); + controller = A.AnimationController$("BottomSheet", B.Duration_250000, B.Duration_200000, 1, _null, _this); controller.forward$0(0); - _this.setState$1(new A.ScaffoldState_showBottomSheet_closure(_this, builder, controller, _null, _null, _null, _null, _null, _null, $T)); + _this.setState$1(new A.ScaffoldState_showBottomSheet_closure(_this, builder, controller, _null, _null, _null, _null, _null, _null, _null, $T)); t1 = _this._currentBottomSheet; t1.toString; return $T._eval$1("PersistentBottomSheetController<0>")._as(t1); @@ -186702,8 +188139,8 @@ _this._floatingActionButtonLocation = t1; _this.__ScaffoldState__floatingActionButtonAnimator = B.C__ScalingFabMotionAnimator; _this._previousFloatingActionButtonLocation = t1; - _this.__ScaffoldState__floatingActionButtonMoveController = A.AnimationController$(_null, new A.Duration(400000), 0, _null, 1, 1, _this); - _this.__ScaffoldState__floatingActionButtonVisibilityController = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, _null, _this); + _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); }, didUpdateWidget$1(oldWidget) { var _this = this, @@ -186799,7 +188236,7 @@ var _this = this, t1 = _this._widget.drawer; if (t1 != null) - _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.DrawerController(t1, B.DrawerAlignment_0, _this.get$_drawerOpenedCallback(), B.DragStartBehavior_1, null, true, null, _this._drawerOpened._restoration_properties$_value, _this._scaffold$_drawerKey), B._ScaffoldSlot_9, false, textDirection === B.TextDirection_0, textDirection === B.TextDirection_1, false); + _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.DrawerController(t1, B.DrawerAlignment_0, _this.get$_drawerOpenedCallback(), B.DragStartBehavior_1, null, true, null, _this._drawerOpened._restoration_properties$_value, _this._drawerKey), B._ScaffoldSlot_9, false, textDirection === B.TextDirection_0, textDirection === B.TextDirection_1, false); }, showBodyScrim$2(value, opacity) { var _this = this; @@ -186808,7 +188245,7 @@ _this.setState$1(new A.ScaffoldState_showBodyScrim_closure(_this, value, opacity)); }, build$1(_, context) { - var textDirection, route, t2, children, t3, t4, stack, snackBarWidth, minInsets, minViewPadding, _this = this, _null = null, + var textDirection, route, t2, children, t3, t4, stack, snackBarWidth, bannerTheme, elevation, minInsets, minViewPadding, _this = this, _null = null, _s35_ = "_floatingActionButtonMoveController", _s17_ = "_geometryNotifier", _box_0 = {}, @@ -186839,7 +188276,7 @@ _this.get$_resizeToAvoidBottomInset(); _this._addIfNonNull$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, t3, B._ScaffoldSlot_0, true, t2, false, false, t4 != null); if (_this._showBodyScrim) - _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.ModalBarrier(_this._bodyScrimColor, false, true, _null, _null), B._ScaffoldSlot_2, true, true, true, true); + _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; @@ -186887,9 +188324,17 @@ _this.get$_resizeToAvoidBottomInset(); _this._addIfNonNull$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, t1, B._ScaffoldSlot_4, false, t2, false, false, true); } - t1 = _this._messengerMaterialBanner; - if (t1 != null) { - t1 = t1._scaffold$_widget; + _box_0.extendBodyBehindMaterialBanner = false; + if (_this._messengerMaterialBanner != null) { + context.dependOnInheritedWidgetOfExactType$1$0(type$.MaterialBannerTheme); + bannerTheme = A.Theme_of(context).bannerTheme; + t1 = _this._messengerMaterialBanner; + t2 = t1 == null; + if (!t2) + t1._scaffold$_widget.toString; + elevation = bannerTheme.elevation; + _box_0.extendBodyBehindMaterialBanner = (elevation == null ? 0 : elevation) !== 0; + t1 = t2 ? _null : t1._scaffold$_widget; t2 = _this._widget.appBar; _this.get$_resizeToAvoidBottomInset(); _this._addIfNonNull$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, t1, B._ScaffoldSlot_5, false, true, false, false, t2 != null); @@ -186959,7 +188404,7 @@ if ((t1.future._state & 30) === 0) t1.complete$1(0, this.reason); }, - $signature: 67 + $signature: 65 }; A.ScaffoldState__updateSnackBar_closure.prototype = { call$0() { @@ -186997,8 +188442,15 @@ }; A.ScaffoldState__buildBottomSheet_closure.prototype = { call$0() { - if (!this._box_0.removedEntry) - this._removeCurrentBottomSheet.call$0(); + var t1, _this = this; + if (!_this._box_0.removedEntry) { + t1 = _this.$this._currentBottomSheet; + t1 = t1 == null ? null : t1._scaffold$_widget; + t1 = J.$eq$(t1, _this.bottomSheet._readLocal$0()); + } else + t1 = false; + if (t1) + _this._removeCurrentBottomSheet.call$0(); }, $signature: 0 }; @@ -187040,7 +188492,7 @@ call$0() { var _this = this, t1 = _this.$this; - t1._currentBottomSheet = t1._buildBottomSheet$1$9$animationController$backgroundColor$clipBehavior$constraints$elevation$shape$shouldDisposeAnimationController(_this.builder, false, _this.controller, _this.backgroundColor, _this.clipBehavior, _this.constraints, _this.elevation, _this.shape, true, _this.T); + t1._currentBottomSheet = t1._buildBottomSheet$1$10$animationController$backgroundColor$clipBehavior$constraints$elevation$enableDrag$shape$shouldDisposeAnimationController(_this.builder, false, _this.controller, _this.backgroundColor, _this.clipBehavior, _this.constraints, _this.elevation, _this.enableDrag, _this.shape, true, _this.T); }, $signature: 0 }; @@ -187062,7 +188514,7 @@ }; A.ScaffoldState_build_closure.prototype = { call$2(context, child) { - var t2, t3, t4, t5, t6, _this = this, + var t2, t3, t4, t5, t6, t7, t8, _this = this, t1 = _this.$this; t1._widget.toString; t2 = t1._floatingActionButtonLocation; @@ -187073,9 +188525,11 @@ t1 = t1._previousFloatingActionButtonLocation; t1.toString; t6 = _this._box_0; - return new A.CustomMultiChildLayout(new A._ScaffoldLayout(_this._extendBody, false, _this.minInsets, _this.minViewPadding, _this.textDirection, t5, t1, t2, t3, t4, t6.isSnackBarFloating, t6.snackBarWidth), _this.children, null); + 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); }, - $signature: 1032 + $signature: 1040 }; A.ScaffoldFeatureController.prototype = {}; A._BottomSheetSuspendedCurve.prototype = { @@ -187170,7 +188624,7 @@ 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); }, - $signature: 1044 + $signature: 1052 }; A.PersistentBottomSheetController.prototype = {}; A._ScaffoldScope.prototype = { @@ -187183,38 +188637,36 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._ScaffoldState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin.prototype = { @@ -187224,7 +188676,7 @@ }, didChangeDependencies$0() { var oldBucket, needsRestore, t1, didReplaceBucket, _this = this; - _this.super$_ScaffoldState_State_TickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); oldBucket = _this.RestorationMixin__bucket; needsRestore = _this.get$restorePending(); t1 = _this._framework$_element; @@ -187251,19 +188703,18 @@ } }; A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.Scrollbar.prototype = { @@ -187271,12 +188722,12 @@ 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.isAlwaysShown === true, B.Radius_ydE, 3, B.Duration_250000, B.Duration_1200000, B.Duration_100000, A.scroll_notification__defaultScrollNotificationPredicate$closure(), _null, _null, _null); - return new A._MaterialScrollbar(_this.showTrackOnHover, _null, _this.child, _this.controller, _this.isAlwaysShown, _null, _null, B.Duration_300000, B.Duration_600000, B.Duration_0, A.scroll_notification__defaultScrollNotificationPredicate$closure(), _null, _null, _null); + return new A._MaterialScrollbar(_null, _this.showTrackOnHover, _null, _this.child, _this.controller, _this.isAlwaysShown, _null, _null, B.Duration_300000, B.Duration_600000, B.Duration_0, A.scroll_notification__defaultScrollNotificationPredicate$closure(), _null, _null, _null); } }; A._MaterialScrollbar.prototype = { createState$0() { - return new A._MaterialScrollbarState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, B._StateLifecycle_0); + return new A._MaterialScrollbarState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0); } }; A._MaterialScrollbarState.prototype = { @@ -187289,15 +188740,11 @@ get$enableGestures() { this._widget.toString; var t1 = A._lateReadCheck(this.___MaterialScrollbarState__scrollbarTheme, "_scrollbarTheme"); - t1.toString; - t1 = A._lateReadCheck(this.___MaterialScrollbarState__useAndroidScrollbar, "_useAndroidScrollbar"); - return !t1; + t1 = t1.interactive; + return t1 == null ? !A._lateReadCheck(this.___MaterialScrollbarState__useAndroidScrollbar, "_useAndroidScrollbar") : t1; }, - get$_showTrackOnHover() { - var t1 = this._widget.showTrackOnHover; - if (t1 == null) - t1 = A._lateReadCheck(this.___MaterialScrollbarState__scrollbarTheme, "_scrollbarTheme").showTrackOnHover; - return t1 === true; + get$_trackVisibility() { + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackVisibility_closure(this), type$._MaterialStatePropertyWith_bool); }, get$_states() { var t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); @@ -187316,8 +188763,8 @@ dragColor = A._Cell$named("dragColor"), hoverColor = A._Cell$named("hoverColor"), idleColor = A._Cell$named("idleColor"); - switch (brightness) { - case B.Brightness_1: + switch (brightness.index) { + case 1: t1 = onSurface.value; t2 = t1 >>> 16 & 255; t3 = t1 >>> 8 & 255; @@ -187333,7 +188780,7 @@ t1 = A.Color$fromARGB(B.JSNumber_methods.round$0(25.5), t2, t3, t1); idleColor.__late_helper$_value = t1; break; - case B.Brightness_0: + case 0: t1 = onSurface.value; t2 = t1 >>> 16 & 255; t3 = t1 >>> 8 & 255; @@ -187354,12 +188801,12 @@ } return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__thumbColor_closure(_this, dragColor, hoverColor, idleColor), type$._MaterialStatePropertyWith_Color); }, - get$_trackColor() { + 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); }, - get$_trackBorderColor() { + 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); @@ -187370,7 +188817,7 @@ initState$0() { var t1, _this = this; _this.super$RawScrollbarState$initState(); - t1 = A.AnimationController$(null, B.Duration_200000, 0, null, 1, null, _this); + t1 = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); _this.___MaterialScrollbarState__hoverAnimationController = t1; t1 = A._lateReadCheck(t1, "_hoverAnimationController"); t1.didRegisterListener$0(); @@ -187407,8 +188854,8 @@ _s20_ = "_useAndroidScrollbar", t1 = A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); t1.set$color(0, _this.get$_thumbColor()._material_state$_resolve.call$1(_this.get$_states())); - t1.set$trackColor(_this.get$_trackColor()._material_state$_resolve.call$1(_this.get$_states())); - t1.set$trackBorderColor(_this.get$_trackBorderColor()._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); @@ -187429,6 +188876,7 @@ 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); + t1.set$ignorePointer(!_this.get$enableGestures()); }, handleThumbPressStart$1(localPosition) { this.super$RawScrollbarState$handleThumbPressStart(localPosition); @@ -187461,6 +188909,28 @@ this.super$RawScrollbarState$dispose(0); } }; + A._MaterialScrollbarState__trackVisibility_closure.prototype = { + call$1(states) { + var t1, t2, + _s15_ = "_scrollbarTheme"; + if (states.contains$1(0, B.MaterialState_0)) { + t1 = this.$this; + t2 = t1._widget.showTrackOnHover; + t1 = t2 == null ? A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_).showTrackOnHover : t2; + t1 = t1 === true; + } else + t1 = false; + if (t1) + return true; + t1 = this.$this; + t1._widget.toString; + t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_); + t1 = t1.trackVisibility; + t1 = t1 == null ? null : t1.resolve$1(states); + return t1 == null ? false : t1; + }, + $signature: 1069 + }; A._MaterialScrollbarState__thumbColor_closure.prototype = { call$1(states) { var t1, t2, t3, _this = this, _null = null, @@ -187470,12 +188940,12 @@ t1 = t1 == null ? _null : t1.resolve$1(states); return t1 == null ? _this.dragColor._readLocal$0() : t1; } - if (states.contains$1(0, B.MaterialState_0) && _this.$this.get$_showTrackOnHover()) { - t1 = A._lateReadCheck(_this.$this.___MaterialScrollbarState__scrollbarTheme, _s15_).thumbColor; + t1 = _this.$this; + if (t1.get$_trackVisibility()._material_state$_resolve.call$1(states)) { + t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_).thumbColor; t1 = t1 == null ? _null : t1.resolve$1(states); return t1 == null ? _this.hoverColor._readLocal$0() : t1; } - t1 = _this.$this; t2 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, _s15_).thumbColor; t2 = t2 == null ? _null : t2.resolve$1(states); if (t2 == null) @@ -187488,17 +188958,17 @@ t1.toString; return t1; }, - $signature: 107 + $signature: 102 }; A._MaterialScrollbarState__trackColor_closure.prototype = { call$1(states) { - var t1, _this = this; - if (states.contains$1(0, B.MaterialState_0) && _this.$this.get$_showTrackOnHover()) { - t1 = A._lateReadCheck(_this.$this.___MaterialScrollbarState__scrollbarTheme, "_scrollbarTheme").trackColor; + var t1 = this.$this; + if (t1.get$_trackVisibility()._material_state$_resolve.call$1(states)) { + t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, "_scrollbarTheme").trackColor; t1 = t1 == null ? null : t1.resolve$1(states); if (t1 == null) { - t1 = _this.onSurface; - if (_this.brightness === B.Brightness_1) { + t1 = this.onSurface; + if (this.brightness === B.Brightness_1) { t1 = t1.value; t1 = A.Color$fromARGB(8, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); } else { @@ -187510,17 +188980,17 @@ } return B.Color_0; }, - $signature: 107 + $signature: 102 }; A._MaterialScrollbarState__trackBorderColor_closure.prototype = { call$1(states) { - var t1, _this = this; - if (states.contains$1(0, B.MaterialState_0) && _this.$this.get$_showTrackOnHover()) { - t1 = A._lateReadCheck(_this.$this.___MaterialScrollbarState__scrollbarTheme, "_scrollbarTheme").trackBorderColor; + var t1 = this.$this; + if (t1.get$_trackVisibility()._material_state$_resolve.call$1(states)) { + t1 = A._lateReadCheck(t1.___MaterialScrollbarState__scrollbarTheme, "_scrollbarTheme").trackBorderColor; t1 = t1 == null ? null : t1.resolve$1(states); if (t1 == null) { - t1 = _this.onSurface; - if (_this.brightness === B.Brightness_1) { + t1 = this.onSurface; + if (this.brightness === B.Brightness_1) { t1.toString; t1 = t1.value; t1 = A.Color$fromARGB(B.JSNumber_methods.round$0(25.5), t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); @@ -187533,13 +189003,13 @@ } return B.Color_0; }, - $signature: 107 + $signature: 102 }; A._MaterialScrollbarState__thickness_closure.prototype = { call$1(states) { var t1, t2, _s15_ = "_scrollbarTheme"; - if (states.contains$1(0, B.MaterialState_0) && this.$this.get$_showTrackOnHover()) { + 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_); @@ -187560,7 +189030,7 @@ t1 = t2; return t1; }, - $signature: 1061 + $signature: 1071 }; A._MaterialScrollbarState_initState_closure.prototype = { call$0() { @@ -187601,27 +189071,20 @@ A.ScrollbarThemeData.prototype = { get$hashCode(_) { var _this = this; - return A.hashValues(_this.thickness, _this.showTrackOnHover, _this.isAlwaysShown, _this.interactive, _this.radius, _this.thumbColor, _this.trackColor, _this.trackBorderColor, _this.crossAxisMargin, _this.mainAxisMargin, _this.minThumbLength, 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.thickness, _this.trackVisibility, _this.showTrackOnHover, _this.isAlwaysShown, _this.interactive, _this.radius, _this.thumbColor, _this.trackColor, _this.trackBorderColor, _this.crossAxisMargin, _this.mainAxisMargin, _this.minThumbLength, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); }, $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.ScrollbarThemeData) - if (other.thickness == _this.thickness) - t1 = 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; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.ScrollbarThemeData && 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._LerpProperties4.prototype = { + A._LerpProperties5.prototype = { resolve$1(states) { var resolvedB, _this = this, t1 = _this.a, @@ -187721,7 +189184,7 @@ }; A.SelectableText.prototype = { createState$0() { - return new A._SelectableTextState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_EditableTextState), null, B._StateLifecycle_0); + return new A._SelectableTextState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_EditableTextState), B._StateLifecycle_0); } }; A._SelectableTextState.prototype = { @@ -187743,7 +189206,7 @@ }, initState$0() { var t1, _this = this; - _this.super$__SelectableTextState_State_AutomaticKeepAliveClientMixin$initState(); + _this.super$State$initState(); _this.___SelectableTextState__selectionGestureDetectorBuilder = new A._SelectableTextSelectionGestureDetectorBuilder(_this, _this); t1 = A.TextSpan$(null, null, null, _this._widget.data); t1 = A._TextSpanEditingController$(t1); @@ -187806,7 +189269,7 @@ if (cause === B.SelectionChangedCause_2) { t1 = _this.editableTextKey.get$currentState(); if (t1 != null) - t1.bringIntoView$1(new A.TextPosition(selection.baseOffset, selection.affinity)); + t1.bringIntoView$1(selection.get$base()); } return; case B.TargetPlatform_0: @@ -187839,15 +189302,11 @@ return true; return false; }, - get$wantKeepAlive() { - return true; - }, build$1(_, context) { - var theme, selectionTheme, focusNode, cupertinoTheme, textSelectionControls, cursorColor, selectionColor, t1, cursorOffset, paintCursorAboveText, cursorOpacityAnimates, cursorRadius, effectiveTextStyle, t2, t3, t4, _this = this, _null = null; - _this.super$AutomaticKeepAliveClientMixin$build(0, context); - theme = A.Theme_of(context); - selectionTheme = A.TextSelectionTheme_of(context); - focusNode = _this.get$_selectable_text$_effectiveFocusNode(); + var cupertinoTheme, textSelectionControls, cursorColor, selectionColor, t1, cursorOffset, paintCursorAboveText, cursorOpacityAnimates, cursorRadius, effectiveTextStyle, t2, t3, t4, _this = this, _null = null, + theme = A.Theme_of(context), + selectionTheme = A.TextSelectionTheme_of(context), + focusNode = _this.get$_selectable_text$_effectiveFocusNode(); _this._widget.toString; switch (theme.platform) { case B.TargetPlatform_2: @@ -187923,7 +189382,7 @@ } t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextStyle); if (t1 == null) - t1 = B.DefaultTextStyle_m7u; + t1 = B.DefaultTextStyle_40S; effectiveTextStyle = _this._widget.style; if (effectiveTextStyle == null || effectiveTextStyle.inherit) effectiveTextStyle = t1.style.merge$1(effectiveTextStyle); @@ -187934,7 +189393,7 @@ t3 = A._lateReadCheck(_this.___SelectableTextState__controller, "_controller"); t4 = _this._widget; t4 = t4.toolbarOptions; - t1 = A.EditableText$(true, _null, _null, _null, false, B.CupertinoDynamicColor_YIZ, 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, _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_30, _null, t1.textHeightBehavior, _null, _null, t1.textWidthBasis, t4); + 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, _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_30, _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); @@ -187961,20 +189420,6 @@ }, $signature: 0 }; - A.__SelectableTextState_State_AutomaticKeepAliveClientMixin.prototype = { - initState$0() { - this.super$State$initState(); - 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.SliderThemeData.prototype = { get$hashCode(_) { var _this = this; @@ -188040,7 +189485,7 @@ A._SliderThemeData_Object_Diagnosticable.prototype = {}; A.SnackBarClosedReason.prototype = { toString$0(_) { - return this._snack_bar$_name; + return "SnackBarClosedReason." + this._core$_name; } }; A.SnackBarThemeData.prototype = { @@ -188062,17 +189507,17 @@ A._SnackBarThemeData_Object_Diagnosticable.prototype = {}; A._SwitchType.prototype = { toString$0(_) { - return this._switch$_name; + return "_SwitchType." + this._core$_name; } }; A.Switch.prototype = { _getSwitchSize$1(theme) { var t1 = this.materialTapTargetSize, effectiveMaterialTapTargetSize = t1 == null ? theme.switchTheme.materialTapTargetSize : t1; - switch (effectiveMaterialTapTargetSize == null ? theme.materialTapTargetSize : effectiveMaterialTapTargetSize) { - case B.MaterialTapTargetSize_0: + switch ((effectiveMaterialTapTargetSize == null ? theme.materialTapTargetSize : effectiveMaterialTapTargetSize).index) { + case 0: return B.Size_59_48; - case B.MaterialTapTargetSize_1: + case 1: return B.Size_59_40; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -188085,10 +189530,10 @@ build$1(_, context) { var size, _this = this, _null = null, _s80_ = string$.x60null_c; - switch (_this._switchType) { - case B._SwitchType_0: + switch (_this._switchType.index) { + case 0: return _this._buildMaterialSwitch$1(context); - case B._SwitchType_1: + case 1: switch (A.Theme_of(context).platform) { case B.TargetPlatform_0: case B.TargetPlatform_1: @@ -188098,7 +189543,7 @@ case B.TargetPlatform_2: case B.TargetPlatform_4: size = _this._getSwitchSize$1(A.Theme_of(context)); - return A.Focus$(false, _null, A.Container$(B.Alignment_0_0, new A.CupertinoSwitch(_this.value, _this.onChanged, _this.activeColor, _this.inactiveTrackColor, B.DragStartBehavior_1, _null), B.Clip_0, _null, _null, _null, _null, size._dy, _null, _null, _null, _null, _null, size._dx), _null, true, _null, true, _null, _null, _null, _null, _null); + return A.Focus$(false, _null, A.Container$(B.Alignment_0_0, new A.CupertinoSwitch(_this.value, _this.onChanged, _this.activeColor, _this.inactiveTrackColor, B.DragStartBehavior_1, _null), B.Clip_0, _null, _null, _null, _null, size._dy, _null, _null, _null, _null, _null, size._dx), _null, _null, _null, true, _null, _null, _null, _null, _null); default: throw A.wrapException(A.ReachabilityError$(_s80_)); } @@ -188112,7 +189557,8 @@ }; A._MaterialSwitch.prototype = { createState$0() { - return new A._MaterialSwitchState(new A._SwitchPainter(A.List_List$filled(0, null, false, type$.nullable_void_Function)), $, $, $, $, $, $, $, $, $, null, false, false, null, B._StateLifecycle_0); + var _null = null; + return new A._MaterialSwitchState(new A._SwitchPainter(A.List_List$filled(0, _null, false, type$.nullable_void_Function)), $, $, $, $, $, $, $, $, $, _null, false, false, _null, _null, B._StateLifecycle_0); }, get$value(receiver) { return this.value; @@ -188139,11 +189585,11 @@ } }, dispose$0(_) { - this._switch$_painter.dispose$0(0); + this._switch0$_painter.dispose$0(0); this.super$__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin$dispose(0); }, get$onChanged() { - return this._widget.onChanged != null ? this.get$_switch$_handleChanged() : null; + return this._widget.onChanged != null ? this.get$_switch0$_handleChanged() : null; }, get$tristate() { return false; @@ -188169,11 +189615,11 @@ t1.toString; return new A._MaterialStatePropertyWith(new A._MaterialSwitchState__defaultTrackColor_closure(this, A.Theme_of(t1).colorScheme.brightness === B.Brightness_0), type$._MaterialStatePropertyWith_Color); }, - _switch$_handleDragStart$1(details) { + _switch0$_handleDragStart$1(details) { if (this.get$onChanged() != null) A._lateReadCheck(this.ToggleableStateMixin___ToggleableStateMixin__reactionController, "_reactionController").forward$0(0); }, - _switch$_handleDragUpdate$1(details) { + _switch0$_handleDragUpdate$1(details) { var t1, delta, _this = this, _s19_ = "_positionController"; if (_this.get$onChanged() != null) { @@ -188188,18 +189634,18 @@ switch (t1.textDirection) { case B.TextDirection_0: t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__positionController, _s19_); - t1.set$value(0, B.JSNumber_methods.$sub(A._lateReadCheck(t1.__AnimationController__value, "_value"), delta)); + t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") - delta); break; case B.TextDirection_1: t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__positionController, _s19_); - t1.set$value(0, B.JSNumber_methods.$add(A._lateReadCheck(t1.__AnimationController__value, "_value"), delta)); + t1.set$value(0, A._lateReadCheck(t1.__AnimationController__value, "_value") + delta); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } } }, - _switch$_handleDragEnd$1(details) { + _switch0$_handleDragEnd$1(details) { var t2, t3, _this = this, t1 = A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, "_position"); t1 = t1.get$value(t1); @@ -188212,14 +189658,14 @@ _this.animateToValue$0(); A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionController, "_reactionController").reverse$0(0); }, - _switch$_handleChanged$1(value) { + _switch0$_handleChanged$1(value) { var t1 = this._widget.onChanged; t1.toString; value.toString; t1.call$1(value); }, build$1(_, context) { - var theme, activeStates, inactiveStates, t1, effectiveActiveThumbColor, effectiveInactiveThumbColor, effectiveActiveTrackColor, effectiveInactiveTrackColor, focusedStates, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedOverlayColor, effectiveInactivePressedOverlayColor, t2, t3, t4, t5, t6, _this = this, _null = null; + var theme, activeStates, inactiveStates, t1, effectiveActiveThumbColor, effectiveInactiveThumbColor, effectiveActiveTrackColor, effectiveInactiveTrackColor, focusedStates, t2, t3, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedOverlayColor, effectiveInactivePressedOverlayColor, t4, t5, t6, _this = this, _null = null; if (_this._needsPositionAnimation) { _this._needsPositionAnimation = false; _this.animateToValue$0(); @@ -188272,70 +189718,68 @@ focusedStates = _this.get$states(); focusedStates.add$1(0, B.MaterialState_1); _this._widget.toString; - t1 = theme.switchTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(focusedStates); - effectiveFocusOverlayColor = t1; + t1 = theme.switchTheme; + t2 = t1.overlayColor; + t3 = t2 == null ? _null : t2.resolve$1(focusedStates); + effectiveFocusOverlayColor = t3; if (effectiveFocusOverlayColor == null) effectiveFocusOverlayColor = theme.focusColor; hoveredStates = _this.get$states(); hoveredStates.add$1(0, B.MaterialState_0); _this._widget.toString; - t1 = theme.switchTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(hoveredStates); - effectiveHoverOverlayColor = t1; + t3 = t2 == null ? _null : t2.resolve$1(hoveredStates); + effectiveHoverOverlayColor = t3; if (effectiveHoverOverlayColor == null) effectiveHoverOverlayColor = theme.hoverColor; activeStates.add$1(0, B.MaterialState_2); _this._widget.toString; - t1 = theme.switchTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(activeStates); - effectiveActivePressedOverlayColor = t1; + t3 = t2 == null ? _null : t2.resolve$1(activeStates); + effectiveActivePressedOverlayColor = t3; if (effectiveActivePressedOverlayColor == null) effectiveActivePressedOverlayColor = A.Color$fromARGB(31, effectiveActiveThumbColor.get$value(effectiveActiveThumbColor) >>> 16 & 255, effectiveActiveThumbColor.get$value(effectiveActiveThumbColor) >>> 8 & 255, effectiveActiveThumbColor.get$value(effectiveActiveThumbColor) & 255); inactiveStates.add$1(0, B.MaterialState_2); _this._widget.toString; - t1 = theme.switchTheme.overlayColor; - t1 = t1 == null ? _null : t1.resolve$1(inactiveStates); - effectiveInactivePressedOverlayColor = t1; + t2 = t2 == null ? _null : t2.resolve$1(inactiveStates); + effectiveInactivePressedOverlayColor = t2; if (effectiveInactivePressedOverlayColor == null) effectiveInactivePressedOverlayColor = A.Color$fromARGB(31, effectiveActiveThumbColor.get$value(effectiveActiveThumbColor) >>> 16 & 255, effectiveActiveThumbColor.get$value(effectiveActiveThumbColor) >>> 8 & 255, effectiveActiveThumbColor.get$value(effectiveActiveThumbColor) & 255); - t1 = _this._widget; - t2 = t1.value; - t3 = t1.dragStartBehavior; - t4 = t1.focusNode; - t1 = t1.size; - t5 = _this._switch$_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")); - t5.set$inactiveReactionColor(effectiveInactivePressedOverlayColor); - t5.set$reactionColor(effectiveActivePressedOverlayColor); - t5.set$hoverColor(effectiveHoverOverlayColor); - t5.set$focusColor(effectiveFocusOverlayColor); + t2 = _this._widget; + t3 = t2.value; + t4 = t2.dragStartBehavior; + t5 = t2.focusNode; + t2 = t2.size; + t6 = _this._switch0$_painter; + t6.set$position(0, A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__position, "_position")); + t6.set$reaction(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reaction, "_reaction")); + t6.set$reactionFocusFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionFocusFade, "_reactionFocusFade")); + t6.set$reactionHoverFade(A._lateReadCheck(_this.ToggleableStateMixin___ToggleableStateMixin__reactionHoverFade, "_reactionHoverFade")); + t6.set$inactiveReactionColor(effectiveInactivePressedOverlayColor); + t6.set$reactionColor(effectiveActivePressedOverlayColor); + t6.set$hoverColor(effectiveHoverOverlayColor); + t6.set$focusColor(effectiveFocusOverlayColor); _this._widget.toString; - t6 = theme.switchTheme.splashRadius; - t5.set$splashRadius(t6 == null ? 20 : t6); - t5.set$downPosition(_this.ToggleableStateMixin__downPosition); - t5.set$isFocused(_this.get$states().contains$1(0, B.MaterialState_1)); - t5.set$isHovered(_this.get$states().contains$1(0, B.MaterialState_0)); - t5.set$activeColor(effectiveActiveThumbColor); - t5.set$inactiveColor(effectiveInactiveThumbColor); - t5.set$activeThumbImage(_this._widget.activeThumbImage); - t5.set$onActiveThumbImageError(_this._widget.onActiveThumbImageError); - t5.set$inactiveThumbImage(_this._widget.inactiveThumbImage); - t5.set$onInactiveThumbImageError(_this._widget.onInactiveThumbImageError); - t5.set$activeTrackColor(effectiveActiveTrackColor); - t5.set$inactiveTrackColor(effectiveInactiveTrackColor); - t5.set$configuration(A.createLocalImageConfiguration(context, _null)); - t5.set$isInteractive(_this.get$onChanged() != null); - 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$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, theme), type$._MaterialStatePropertyWith_MouseCursor), t5, t1), t3, true, _null, _null, _null, _null, _this.get$_switch$_handleDragEnd(), _this.get$_switch$_handleDragStart(), _this.get$_switch$_handleDragUpdate(), _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); + t1 = t1.splashRadius; + t6.set$splashRadius(t1 == null ? 20 : t1); + t6.set$downPosition(_this.ToggleableStateMixin__downPosition); + t6.set$isFocused(_this.get$states().contains$1(0, B.MaterialState_1)); + t6.set$isHovered(_this.get$states().contains$1(0, B.MaterialState_0)); + t6.set$activeColor(effectiveActiveThumbColor); + t6.set$inactiveColor(effectiveInactiveThumbColor); + t6.set$activeThumbImage(_this._widget.activeThumbImage); + t6.set$onActiveThumbImageError(_this._widget.onActiveThumbImageError); + t6.set$inactiveThumbImage(_this._widget.inactiveThumbImage); + t6.set$onInactiveThumbImageError(_this._widget.onInactiveThumbImageError); + t6.set$activeTrackColor(effectiveActiveTrackColor); + t6.set$inactiveTrackColor(effectiveInactiveTrackColor); + t6.set$configuration(A.createLocalImageConfiguration(context, _null)); + t6.set$isInteractive(_this.get$onChanged() != null); + t6.set$trackInnerLength(_this._widget.size._dx - 40); + t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t1.toString; + t6.set$textDirection(0, t1.textDirection); + t6.set$surfaceColor(theme.colorScheme.surface); + t4 = A.GestureDetector$(_null, _this.buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(false, t5, new A._MaterialStatePropertyWith(new A._MaterialSwitchState_build_closure(_this, theme), type$._MaterialStatePropertyWith_MouseCursor), t6, t2), t4, 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); + 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, t3, _null), false, false, false, t4, _null); } }; A._MaterialSwitchState__widgetThumbColor_closure.prototype = { @@ -188346,7 +189790,7 @@ return this.$this._widget.activeColor; return this.$this._widget.inactiveThumbColor; }, - $signature: 195 + $signature: 201 }; A._MaterialSwitchState__defaultThumbColor_closure.prototype = { call$1(states) { @@ -188372,7 +189816,7 @@ } return t1; }, - $signature: 107 + $signature: 102 }; A._MaterialSwitchState__widgetTrackColor_closure.prototype = { call$1(states) { @@ -188382,7 +189826,7 @@ return this.$this._widget.activeTrackColor; return this.$this._widget.inactiveTrackColor; }, - $signature: 195 + $signature: 201 }; A._MaterialSwitchState__defaultTrackColor_closure.prototype = { call$1(states) { @@ -188399,7 +189843,7 @@ } return this.isDark ? B.Color_1308622847 : B.Color_1375731712; }, - $signature: 107 + $signature: 102 }; A._MaterialSwitchState__handleDragEnd_closure.prototype = { call$0() { @@ -188416,7 +189860,7 @@ } return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 325 + $signature: 385 }; A._SwitchPainter.prototype = { set$activeThumbImage(value) { @@ -188444,15 +189888,15 @@ this.notifyListeners$0(); }, set$configuration(value) { - if (value.$eq(0, this._switch$_configuration)) + if (value.$eq(0, this._switch0$_configuration)) return; - this._switch$_configuration = value; + this._switch0$_configuration = value; this.notifyListeners$0(); }, set$textDirection(_, value) { - if (this._switch$_textDirection == value) + if (this._switch0$_textDirection == value) return; - this._switch$_textDirection = value; + this._switch0$_textDirection = value; this.notifyListeners$0(); }, set$surfaceColor(value) { @@ -188483,13 +189927,11 @@ t1.toString; t2 = _this._toggleable$_position; currentValue = t2.get$value(t2); - t2 = _this._switch$_textDirection; - t2.toString; - switch (t2) { - case B.TextDirection_0: + switch (_this._switch0$_textDirection.index) { + case 0: visualPosition = 1 - currentValue; break; - case B.TextDirection_1: + case 1: visualPosition = currentValue; break; default: @@ -188503,7 +189945,7 @@ t3.toString; t2 = _this._inactiveColor; t2.toString; - t4 = _this._activeColor; + t4 = _this._toggleable$_activeColor; t4.toString; t4 = A.Color_lerp(t2, t4, currentValue); t4.toString; @@ -188549,7 +189991,7 @@ t1 = _this._cachedThumbPainter; if (t1 != null) t1.dispose$0(0); - _this._cachedThumbPainter = new A._BoxDecorationPainter(new A.BoxDecoration(thumbColor, _null, _null, _null, B.Map_2VAu8.$index(0, 1), _null, B.BoxShape_1), _this.get$_handleDecorationChanged()); + _this._cachedThumbPainter = new A._BoxDecorationPainter(new A.BoxDecoration(thumbColor, _null, _null, _null, B.Map_2Vato.$index(0, 1), _null, B.BoxShape_1), _this.get$_handleDecorationChanged()); } t1 = _this._cachedThumbPainter; t1.toString; @@ -188557,7 +189999,7 @@ inset = 1 - Math.abs(currentValue - 0.5) * 2; radius = 10 - inset; t1 = thumbPaintOffset.$add(0, new A.Offset(0, inset)); - t2 = _this._switch$_configuration; + t2 = _this._switch0$_configuration; t2.toString; t3 = radius * 2; thumbPainter.paint$3(canvas, t1, t2.copyWith$1$size(new A.Size(t3, t3))); @@ -188575,35 +190017,34 @@ } }; A.__MaterialSwitchState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin.prototype = { initState$0() { var t1, _this = this, _null = null; _this.super$State$initState(); - t1 = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, _this._widget.value === false ? 0 : 1, _this); + 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); - t1 = A.AnimationController$(_null, B.Duration_100000, 0, _null, 1, _null, _this); + 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); - t1 = A.AnimationController$(_null, B.Duration_50000, 0, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); + 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); - t1 = A.AnimationController$(_null, B.Duration_50000, 0, _null, 1, _this.ToggleableStateMixin__hovering || _this.ToggleableStateMixin__focused ? 1 : 0, _this); + 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); }, @@ -188618,45 +190059,30 @@ }; A._SwitchListTileType.prototype = { toString$0(_) { - return this._switch_list_tile$_name; + return "_SwitchListTileType." + this._core$_name; } }; A.SwitchListTile.prototype = { build$1(_, context) { - var t1, t2, control, trailing, leading, t3, _this = this, _null = null, - _s80_ = string$.x60null_c; - switch (B._SwitchListTileType_0) { - case B._SwitchListTileType_1: - t1 = _this.onChanged; - t2 = _this.activeColor; - control = new A.Switch(_this.value, t1, t2, _null, _null, _null, _null, _null, B.MaterialTapTargetSize_1, B._SwitchType_1, false, _null); - break; - case B._SwitchListTileType_0: + var t1, t2, control, leading, t3, _this = this, _null = null; + switch (0) { + case 0: t1 = _this.onChanged; t2 = _this.activeColor; control = A.Switch$(t2, _null, _null, false, _null, _null, _null, B.MaterialTapTargetSize_1, t1, _this.value); break; - default: - throw A.wrapException(A.ReachabilityError$(_s80_)); } - switch (B.ListTileControlAffinity_2) { - case B.ListTileControlAffinity_0: - trailing = _this.secondary; - leading = control; - break; - case B.ListTileControlAffinity_1: - case B.ListTileControlAffinity_2: + switch (2) { + case 1: + case 2: leading = _this.secondary; - trailing = control; break; - default: - throw A.wrapException(A.ReachabilityError$(_s80_)); } if (t2 == null) 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, false, _null, leading, _null, t3, false, _null, _null, _this.subtitle, _null, _this.title, trailing, _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); }, get$value(receiver) { return this.value; @@ -188695,7 +190121,7 @@ return t1; } }; - A._LerpProperties.prototype = { + A._LerpProperties0.prototype = { resolve$1(states) { var resolvedB, _this = this, t1 = _this.a, @@ -188732,6 +190158,15 @@ }; A._TabBarTheme_Object_Diagnosticable.prototype = {}; A.TabController.prototype = { + _copyWith$4$animationDuration$index$length$previousIndex(animationDuration, index, $length, previousIndex) { + var t2, _this = this, + t1 = index == null; + if (!t1) + _this._tab_controller$_animationController.set$value(0, index); + t1 = t1 ? _this._tab_controller$_index : index; + t2 = _this._tab_controller$_animationController; + return new A.TabController(t2, _this._animationDuration, $length, t1, previousIndex, A.List_List$filled(0, null, false, type$.nullable_void_Function)); + }, get$animation(_) { var t1 = this._tab_controller$_animationController; return t1 == null ? null : t1; @@ -188743,9 +190178,10 @@ return; _this._previousIndex = t1; _this._tab_controller$_index = value; - t1 = _this._indexIsChangingCount + 1; - if (duration != null) { - _this._indexIsChangingCount = t1; + t1 = duration != null && duration._duration > 0; + t2 = _this._indexIsChangingCount + 1; + if (t1) { + _this._indexIsChangingCount = t2; _this.notifyListeners$0(); t1 = _this._tab_controller$_animationController; t1.toString; @@ -188754,7 +190190,7 @@ t1._direction = B._AnimationDirection_0; t1._animateToInternal$3$curve$duration(t2, curve, duration).whenCompleteOrCancel$1(new A.TabController__changeIndex_closure(_this)); } else { - _this._indexIsChangingCount = t1; + _this._indexIsChangingCount = t2; _this._tab_controller$_animationController.set$value(0, value); --_this._indexIsChangingCount; _this.notifyListeners$0(); @@ -188764,13 +190200,14 @@ return this._changeIndex$3$curve$duration(value, null, null); }, animateTo$1(value) { - this._changeIndex$3$curve$duration(value, B.Cubic_JUR, B.Duration_300000); + this._changeIndex$3$curve$duration(value, B.Cubic_JUR, this._animationDuration); }, set$offset(_, value) { - var _this = this; - if (value === B.JSNumber_methods.$sub(A._lateReadCheck(_this._tab_controller$_animationController.__AnimationController__value, "_value"), _this._tab_controller$_index)) + var t1 = A._lateReadCheck(this._tab_controller$_animationController.__AnimationController__value, "_value"), + t2 = this._tab_controller$_index; + if (value === t1 - t2) return; - _this._tab_controller$_animationController.set$value(0, value + _this._tab_controller$_index); + this._tab_controller$_animationController.set$value(0, value + t2); }, dispose$0(_) { var t1 = this._tab_controller$_animationController; @@ -188800,7 +190237,7 @@ }; A.DefaultTabController.prototype = { createState$0() { - return new A._DefaultTabControllerState(null, B._StateLifecycle_0); + return new A._DefaultTabControllerState(null, null, B._StateLifecycle_0); }, get$length(receiver) { return this.length; @@ -188810,7 +190247,7 @@ initState$0() { var _this = this; _this.super$State$initState(); - _this.___DefaultTabControllerState__controller = A.TabController$(0, _this._widget.length, _this); + _this.___DefaultTabControllerState__controller = A.TabController$(null, 0, _this._widget.length, _this); }, dispose$0(_) { A._lateReadCheck(this.___DefaultTabControllerState__controller, "_controller").dispose$0(0); @@ -188820,7 +190257,7 @@ return new A._TabControllerScope(A._lateReadCheck(this.___DefaultTabControllerState__controller, "_controller"), A.TickerMode_of(context), this._widget.child, null); }, didUpdateWidget$1(oldWidget) { - var previousIndex, t1, t2, newIndex, t3, _this = this, + var previousIndex, t1, t2, newIndex, _this = this, _s11_ = "_controller"; _this.super$State$didUpdateWidget(oldWidget); if (oldWidget.length !== _this._widget.length) { @@ -188832,30 +190269,24 @@ previousIndex = A._lateReadCheck(_this.___DefaultTabControllerState__controller, _s11_)._tab_controller$_index; } else newIndex = null; - t1 = A._lateReadCheck(_this.___DefaultTabControllerState__controller, _s11_); - t2 = _this._widget.length; - t3 = newIndex == null; - if (!t3) - t1._tab_controller$_animationController.set$value(0, newIndex); - t3 = t3 ? t1._tab_controller$_index : newIndex; - t1 = t1._tab_controller$_animationController; - _this.___DefaultTabControllerState__controller = new A.TabController(t1, t2, t3, previousIndex, A.List_List$filled(0, null, false, type$.nullable_void_Function)); + _this.___DefaultTabControllerState__controller = A._lateReadCheck(_this.___DefaultTabControllerState__controller, _s11_)._copyWith$4$animationDuration$index$length$previousIndex(null, newIndex, _this._widget.length, previousIndex); } + _this._widget.toString; } }; A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.UnderlineTabIndicator.prototype = { @@ -188942,14 +190373,14 @@ t1 = _this.labelStyle, t2 = tabBarTheme.labelStyle; if (t2 == null) { - t2 = themeData.primaryTextTheme.bodyText1; + t2 = themeData.primaryTextTheme.bodyLarge; t2.toString; } defaultStyle = t2.copyWith$1$inherit(true); t2 = tabBarTheme.unselectedLabelStyle; t1 = t2 == null ? t1 : t2; if (t1 == null) { - t1 = themeData.primaryTextTheme.bodyText1; + t1 = themeData.primaryTextTheme.bodyLarge; t1.toString; } defaultUnselectedStyle = t1.copyWith$1$inherit(true); @@ -188965,7 +190396,7 @@ } selectedColor = tabBarTheme.labelColor; if (selectedColor == null) { - t2 = themeData.primaryTextTheme.bodyText1.color; + t2 = themeData.primaryTextTheme.bodyLarge.color; t2.toString; selectedColor = t2; } @@ -188998,13 +190429,11 @@ xOffsets.push(t2.offset._dx); child = t2.ContainerParentDataMixin_nextSibling; } - t1 = _this._flex$_textDirection; - t1.toString; - switch (t1) { - case B.TextDirection_0: + switch (_this._flex$_textDirection.index) { + case 0: B.JSArray_methods.insert$2(xOffsets, 0, _this._box$_size._dx); break; - case B.TextDirection_1: + case 1: xOffsets.push(_this._box$_size._dx); break; default: @@ -189043,16 +190472,14 @@ t1.dispose$0(0); }, indicatorRect$2(tabBarSize, tabIndex) { - var tabLeft, tabRight, insets, t2, rect, _this = this, - t1 = _this._currentTextDirection; - t1.toString; - switch (t1) { - case B.TextDirection_0: + var t1, tabLeft, tabRight, insets, t2, rect, _this = this; + switch (_this._currentTextDirection.index) { + case 0: t1 = _this._currentTabOffsets; tabLeft = t1[tabIndex + 1]; tabRight = t1[tabIndex]; break; - case B.TextDirection_1: + case 1: t1 = _this._currentTabOffsets; tabLeft = t1[tabIndex]; tabRight = t1[tabIndex + 1]; @@ -189212,8 +190639,7 @@ } _this._widget.toString; t1 = color.get$value(color); - t2 = _this._framework$_element; - t2 = t2.findAncestorRenderObjectOfType$1$0(type$._RenderInkFeatures); + t2 = _this._framework$_element.findAncestorRenderObjectOfType$1$0(type$._RenderInkFeatures); if (t2 == null) t2 = null; else { @@ -189268,11 +190694,11 @@ _this._widget.toString; t3 = _this._framework$_element; t3.toString; - t3 = A.Theme_of(t3).tabBarTheme.indicatorSize; + t3 = A.Theme_of(t3).tabBarTheme; _this._widget.toString; t4 = A._lateReadCheck(_this.___TabBarState__tabKeys, "_tabKeys"); t5 = _this._indicatorPainter; - t1 = new A._IndicatorPainter(t1, t2, t3, B.EdgeInsets_0_0_0_0, t4, t1.get$animation(t1)); + t1 = new A._IndicatorPainter(t1, t2, t3.indicatorSize, B.EdgeInsets_0_0_0_0, t4, t1.get$animation(t1)); if (t5 != null) { t2 = t5._currentTabOffsets; t5 = t5._currentTextDirection; @@ -189338,7 +190764,7 @@ t1.toString; switch (t1.textDirection) { case B.TextDirection_0: - tabCenter = B.JSNumber_methods.$sub(A._lateReadCheck(_this.___TabBarState__tabStripWidth, "_tabStripWidth"), tabCenter); + tabCenter = A._lateReadCheck(_this.___TabBarState__tabStripWidth, "_tabStripWidth") - tabCenter; break; case B.TextDirection_1: break; @@ -189379,7 +190805,7 @@ offset = trailingPosition == null ? middlePosition : trailingPosition; else if (t1 === index) offset = middlePosition; - else if (B.JSNumber_methods.$lt(t1, index)) + else if (t1 < index) if (leadingPosition == null) offset = middlePosition; else { @@ -189390,7 +190816,7 @@ else if (trailingPosition == null) offset = middlePosition; else { - t1 = A.lerpDouble(middlePosition, trailingPosition, B.JSNumber_methods.$sub(t1, index)); + t1 = A.lerpDouble(middlePosition, trailingPosition, t1 - index); t1.toString; offset = t1; } @@ -189495,7 +190921,7 @@ call$1(tab) { return new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget); }, - $signature: 1075 + $signature: 1084 }; A._TabBarState__handleTabControllerTick_closure.prototype = { call$0() { @@ -189529,7 +190955,7 @@ t3 = J.$index$asx(A._lateReadCheck(t1.___TabBarState__tabKeys, "_tabKeys"), index); return A.Center$(new A.Padding(t2, new A.KeyedSubtree(t1._widget.tabs[index], t3), _null), 1, _null); }, - $signature: 1076 + $signature: 1085 }; A._TabBarState_build_closure0.prototype = { call$0() { @@ -189577,24 +191003,29 @@ }, initState$0() { this.super$State$initState(); - this._updateChildren$0(); + this._tabs$_updateChildren$0(); }, didChangeDependencies$0() { var t1, _this = this; _this.super$State$didChangeDependencies(); _this._updateTabController$0(); - t1 = _this._tabs$_controller; - t1 = t1 == null ? null : t1._tab_controller$_index; + t1 = _this._tabs$_controller._tab_controller$_index; _this._currentIndex = t1; - _this.___TabBarViewState__pageController = A.PageController$(t1 == null ? 0 : t1, 1); + _this.___TabBarViewState__pageController = A.PageController$(t1, 1); }, didUpdateWidget$1(oldWidget) { - var _this = this; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (_this._widget.controller != oldWidget.controller) + if (_this._widget.controller != oldWidget.controller) { _this._updateTabController$0(); + _this._currentIndex = _this._tabs$_controller._tab_controller$_index; + t1 = A._lateReadCheck(_this.___TabBarViewState__pageController, "_pageController"); + t2 = _this._currentIndex; + t2.toString; + t1.jumpToPage$1(t2); + } if (_this._widget.children !== oldWidget.children && _this._warpUnderwayCount === 0) - _this._updateChildren$0(); + _this._tabs$_updateChildren$0(); }, dispose$0(_) { var t1, _this = this; @@ -189605,7 +191036,7 @@ _this._tabs$_controller = null; _this.super$State$dispose(0); }, - _updateChildren$0() { + _tabs$_updateChildren$0() { var t1 = this._widget.children; this.___TabBarViewState__children = t1; this.___TabBarViewState__childrenWithKey = A.KeyedSubtree_ensureUniqueKeysForList(t1); @@ -189623,7 +191054,7 @@ _warpToCurrentIndex$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, position, t1, t2, previousIndex, initialPage, t3; + $async$returnValue, $async$self = this, position, t1, 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); @@ -189647,7 +191078,19 @@ $async$goto = 1; break; } - previousIndex = $async$self._tabs$_controller._previousIndex; + 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: @@ -189657,7 +191100,7 @@ t2 = $async$self._currentIndex; t2.toString; $async$goto = 5; - return A._asyncAwait(t1.animateToPage$3$curve$duration(t2, B.Cubic_JUR, B.Duration_300000), $async$_warpToCurrentIndex$0); + return A._asyncAwait(t1.animateToPage$3$curve$duration(t2, B.Cubic_JUR, duration), $async$_warpToCurrentIndex$0); case 5: // returning from await. --$async$self._warpUnderwayCount; @@ -189675,7 +191118,7 @@ t3 = $async$self._currentIndex; t3.toString; $async$goto = 6; - return A._asyncAwait(t2.animateToPage$3$curve$duration(t3, B.Cubic_JUR, B.Duration_300000), $async$_warpToCurrentIndex$0); + return A._asyncAwait(t2.animateToPage$3$curve$duration(t3, B.Cubic_JUR, duration), $async$_warpToCurrentIndex$0); case 6: // returning from await. if ($async$self._framework$_element == null) { @@ -189711,7 +191154,7 @@ 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.floor$0(t2)); + t3._changeIndex$1(B.JSNumber_methods.round$0(t2)); t2 = _this._tabs$_controller; _this._currentIndex = t2._tab_controller$_index; } else @@ -189758,7 +191201,7 @@ _s16_ = "_childrenWithKey", t1 = this.$this; ++t1._warpUnderwayCount; - t2 = A.List_List$from(A._lateReadCheck(t1.___TabBarViewState__childrenWithKey, _s16_), false, type$.Widget); + t2 = A.List_List$of(A._lateReadCheck(t1.___TabBarViewState__childrenWithKey, _s16_), false, type$.Widget); t1.___TabBarViewState__childrenWithKey = t2; t3 = this.initialPage; temp = J.$index$asx(A._lateReadCheck(t2, _s16_), t3); @@ -189773,7 +191216,7 @@ var t1 = this.$this; --t1._warpUnderwayCount; if (t1._widget.children !== A._lateReadCheck(t1.___TabBarViewState__children, "_children")) - t1._updateChildren$0(); + t1._tabs$_updateChildren$0(); else t1.___TabBarViewState__childrenWithKey = this.originalChildren; }, @@ -189792,13 +191235,13 @@ t1 = theme.shadowColor; t2 = theme.textTheme; t3 = theme.visualDensity; - return A.TextButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.SystemMouseCursor_forbidden, 0, true, B.SystemMouseCursor_click, B.Size_wjo, B.Size_64_36, colorScheme.onSurface, scaledPadding, colorScheme.primary, t1, B.RoundedRectangleBorder_a510, null, B.C__InkRippleFactory, theme.materialTapTargetSize, t2.button, t3); + return A.TextButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.SystemMouseCursor_forbidden, 0, true, B.SystemMouseCursor_click, B.Size_wjo, B.Size_64_36, colorScheme.onSurface, scaledPadding, colorScheme.primary, t1, B.RoundedRectangleBorder_LkV0, B.C__InkRippleFactory, theme.materialTapTargetSize, t2.labelLarge, t3); }, themeStyleOf$1(context) { var t1; context.dependOnInheritedWidgetOfExactType$1$0(type$.TextButtonTheme); - t1 = A.Theme_of(context); - return t1.textButtonTheme.style; + t1 = A.Theme_of(context).textButtonTheme; + return t1.style; } }; A._TextButtonDefaultForeground.prototype = { @@ -189914,58 +191357,10 @@ } }, onSingleTapUp$1(details) { - var _s80_ = string$.x60null_c, - t1 = this.delegate, - t2 = t1.get$editableTextKey().get$currentState(); - t2.toString; - t2.hideToolbar$0(); - t1.get$selectionEnabled(); - t2 = this._text_field$_state._framework$_element; - t2.toString; - switch (A.Theme_of(t2).platform) { - case B.TargetPlatform_2: - case B.TargetPlatform_4: - switch (details.kind) { - case B.PointerDeviceKind_1: - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: - 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.PointerDeviceKind_0: - case B.PointerDeviceKind_4: - 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$(_s80_)); - } + var t1 = this.delegate.get$editableTextKey().get$currentState(); + t1.toString; + t1.hideToolbar$0(); + this.super$TextSelectionGestureDetectorBuilder$onSingleTapUp(details); t1 = this._text_field$_state; t1._requestKeyboard$0(); t1._widget.toString; @@ -190129,7 +191524,7 @@ t1 = ""; t2 = effectiveDecoration.errorStyle; if (t2 == null) { - t2 = themeData.textTheme.caption; + t2 = themeData.textTheme.bodySmall; t2.toString; t2 = t2.copyWith$1$color(themeData.errorColor); } @@ -190152,10 +191547,10 @@ t1.toString; t1 = A.MediaQuery_maybeOf(t1); mode = t1 == null ? null : t1.navigationMode; - switch (mode == null ? B.NavigationMode_0 : mode) { - case B.NavigationMode_0: + switch ((mode == null ? B.NavigationMode_0 : mode).index) { + case 0: return this.get$_isEnabled(); - case B.NavigationMode_1: + case 1: return true; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -190207,7 +191602,7 @@ _text_field$_createLocalController$1(value) { var t1, _this = this; if (value == null) - t1 = new A.RestorableTextEditingController(B.TextEditingValue_QOg, A.List_List$filled(0, null, false, type$.nullable_void_Function)); + t1 = new A.RestorableTextEditingController(B.TextEditingValue_li8, A.List_List$filled(0, null, false, type$.nullable_void_Function)); else t1 = new A.RestorableTextEditingController(value, A.List_List$filled(0, null, false, type$.nullable_void_Function)); _this._text_field$_controller = t1; @@ -190265,7 +191660,7 @@ _text_field$_handleFocusChanged$0() { this.setState$1(new A._TextFieldState__handleFocusChanged_closure()); }, - _text_field$_handleSelectionChanged$2(selection, cause) { + _handleSelectionChanged$2(selection, cause) { var t1, _this = this, willShowSelectionHandles = _this._shouldShowSelectionHandles$1(cause); if (willShowSelectionHandles !== _this._showSelectionHandles) @@ -190275,17 +191670,22 @@ switch (A.Theme_of(t1).platform) { case B.TargetPlatform_2: case B.TargetPlatform_4: - if (cause === B.SelectionChangedCause_2) { + if (cause === B.SelectionChangedCause_2 || cause === B.SelectionChangedCause_6) { t1 = _this.editableTextKey.get$currentState(); if (t1 != null) - t1.bringIntoView$1(new A.TextPosition(selection.baseOffset, selection.affinity)); + t1.bringIntoView$1(selection.get$extent()); } return; - case B.TargetPlatform_0: - case B.TargetPlatform_1: case B.TargetPlatform_3: case B.TargetPlatform_5: - break; + case B.TargetPlatform_1: + case B.TargetPlatform_0: + if (cause === B.SelectionChangedCause_6) { + t1 = _this.editableTextKey.get$currentState(); + if (t1 != null) + t1.bringIntoView$1(selection.get$extent()); + } + return; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } @@ -190322,28 +191722,28 @@ t3 = _this._widget.decoration; autofillConfiguration = new A.AutofillConfiguration(true, t1, autofillHints, t2, t3.hintText); } else - autofillConfiguration = B.AutofillConfiguration_sci; + autofillConfiguration = B.AutofillConfiguration_lYx; t1 = _this.editableTextKey.get$currentState().get$textInputConfiguration(); return A.TextInputConfiguration$(null, t1.autocorrect, autofillConfiguration, false, true, true, t1.inputAction, t1.inputType, t1.keyboardAppearance, t1.obscureText, t1.readOnly, t1.smartDashesType, t1.smartQuotesType, t1.textCapitalization); }, build$1(_, context) { - var style, keyboardAppearance, controller, focusNode, t2, cursorRadius, cupertinoTheme, textSelectionControls, cursorColor, selectionColor, cursorOffset, autocorrectionTextRectColor, paintCursorAboveText, cursorOpacityAnimates, 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, child, effectiveMouseCursor, _this = this, _null = null, _box_0 = {}, + 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, child, effectiveMouseCursor, _this = this, _null = null, _box_0 = {}, theme = A.Theme_of(context), selectionTheme = A.TextSelectionTheme_of(context), - t1 = theme.textTheme.subtitle1; + t1 = theme.textTheme.titleMedium; t1.toString; style = t1.merge$1(_this._widget.style); _this._widget.toString; - keyboardAppearance = theme.primaryColorBrightness; + t1 = theme.colorScheme; controller = _this.get$_text_field$_effectiveController(); focusNode = _this.get$_effectiveFocusNode(); - t1 = A._setArrayType([], type$.JSArray_TextInputFormatter); - t2 = _this._widget.inputFormatters; - if (t2 != null) - B.JSArray_methods.addAll$1(t1, t2); - t2 = _this._widget.maxLength; - if (t2 != null && true) - t1.push(new A.LengthLimitingTextInputFormatter(t2, _this.get$_effectiveMaxLengthEnforcement())); + 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 && true) + t2.push(new A.LengthLimitingTextInputFormatter(t3, _this.get$_effectiveMaxLengthEnforcement())); cursorRadius = _this._widget.cursorRadius; _box_0.handleDidGainAccessibilityFocus = null; switch (theme.platform) { @@ -190356,8 +191756,8 @@ cursorColor = cupertinoTheme.get$primaryColor(); selectionColor = selectionTheme.selectionColor; if (selectionColor == null) { - t2 = cupertinoTheme.get$primaryColor(); - selectionColor = A.Color$fromARGB(102, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); + 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); } cursorOffset = new A.Offset(-2 / context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.devicePixelRatio, 0); autocorrectionTextRectColor = selectionColor; @@ -190374,8 +191774,8 @@ cursorColor = cupertinoTheme.get$primaryColor(); selectionColor = selectionTheme.selectionColor; if (selectionColor == null) { - t2 = cupertinoTheme.get$primaryColor(); - selectionColor = A.Color$fromARGB(102, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); + 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); } cursorOffset = new A.Offset(-2 / context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.devicePixelRatio, 0); _box_0.handleDidGainAccessibilityFocus = new A._TextFieldState_build_closure(_this); @@ -190390,11 +191790,11 @@ textSelectionControls = $.$get$materialTextSelectionControls(); cursorColor = selectionTheme.cursorColor; if (cursorColor == null) - cursorColor = theme.colorScheme.primary; + cursorColor = t1.primary; selectionColor = selectionTheme.selectionColor; if (selectionColor == null) { - t2 = theme.colorScheme.primary; - selectionColor = A.Color$fromARGB(102, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); + 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); } autocorrectionTextRectColor = _null; cursorOffset = autocorrectionTextRectColor; @@ -190402,17 +191802,33 @@ cursorOpacityAnimates = false; break; case B.TargetPlatform_3: + _this.___TextFieldState_forcePressEnabled = false; + textSelectionControls = $.$get$desktopTextSelectionControls(); + cursorColor = selectionTheme.cursorColor; + if (cursorColor == null) + cursorColor = t1.primary; + selectionColor = selectionTheme.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); + } + autocorrectionTextRectColor = _null; + cursorOffset = autocorrectionTextRectColor; + paintCursorAboveText = false; + cursorOpacityAnimates = false; + break; case B.TargetPlatform_5: _this.___TextFieldState_forcePressEnabled = false; textSelectionControls = $.$get$desktopTextSelectionControls(); cursorColor = selectionTheme.cursorColor; if (cursorColor == null) - cursorColor = theme.colorScheme.primary; + cursorColor = t1.primary; selectionColor = selectionTheme.selectionColor; if (selectionColor == null) { - t2 = theme.colorScheme.primary; - selectionColor = A.Color$fromARGB(102, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); + 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); } + _box_0.handleDidGainAccessibilityFocus = new A._TextFieldState_build_closure0(_this); autocorrectionTextRectColor = _null; cursorOffset = autocorrectionTextRectColor; paintCursorAboveText = false; @@ -190421,38 +191837,38 @@ default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - t2 = _this.RestorationMixin__bucket; - t3 = _this._widget.readOnly || !_this.get$_isEnabled(); - t4 = _this._widget; - t5 = t4.toolbarOptions; - t6 = t4.showCursor; - t7 = _this._showSelectionHandles; - t8 = t4.keyboardType; - t9 = t4.textInputAction; - t10 = t4.textCapitalization; - t11 = t4.strutStyle; - t12 = t4.textAlign; - t13 = t4.textDirection; - t14 = t4.autofocus; - t15 = t4.obscuringCharacter; - t16 = t4.obscureText; - t17 = t4.autocorrect; - t18 = t4.smartDashesType; - t19 = t4.smartQuotesType; - t20 = t4.maxLines; - t21 = t4.minLines; - t4 = t4.expands; - t22 = focusNode.get$hasFocus() ? selectionColor : _null; - t23 = _this._widget; - t24 = t23.onChanged; - t25 = t23.onEditingComplete; - t26 = t23.onSubmitted; - t27 = t23.cursorWidth; - t28 = t23.cursorHeight; - t29 = t23.scrollPadding; - t5 = A.UnmanagedRestorationScope$(t2, A.EditableText$(t17, autocorrectionTextRectColor, _this, B.List_empty1, t14, B.CupertinoDynamicColor_YIZ, controller, cursorColor, t28, cursorOffset, cursorOpacityAnimates, cursorRadius, t27, B.DragStartBehavior_1, true, true, true, t4, focusNode, true, t1, _this.editableTextKey, keyboardAppearance, t8, t20, t21, B.C__DeferringMouseCursor, t16, t15, _null, t24, t25, _this.get$_text_field$_handleSelectionChanged(), _this.get$_handleSelectionHandleTapped(), t26, paintCursorAboveText, t3, true, "editable", t23.scrollController, t29, t23.scrollPhysics, t22, textSelectionControls, B.BoxHeightStyle_0, B.BoxWidthStyle_0, t6, t7, t18, t19, t11, style, t12, t10, t13, _null, t9, _null, B.TextWidthBasis_0, t5)); + t3 = _this.RestorationMixin__bucket; + t4 = _this._widget.readOnly || !_this.get$_isEnabled(); + t5 = _this._widget; + t6 = t5.toolbarOptions; + t7 = t5.showCursor; + t8 = _this._showSelectionHandles; + t9 = t5.keyboardType; + t10 = t5.textInputAction; + t11 = t5.textCapitalization; + t12 = t5.strutStyle; + t13 = t5.textAlign; + t14 = t5.textDirection; + t15 = t5.autofocus; + t16 = t5.obscuringCharacter; + t17 = t5.obscureText; + t18 = t5.autocorrect; + t19 = t5.smartDashesType; + t20 = t5.smartQuotesType; + t21 = t5.maxLines; + t22 = t5.minLines; + t5 = t5.expands; + t23 = focusNode.get$hasFocus() ? selectionColor : _null; + t24 = _this._widget; + t25 = t24.onChanged; + t26 = t24.onEditingComplete; + t27 = t24.onSubmitted; + t28 = t24.cursorWidth; + t29 = t24.cursorHeight; + t30 = t24.scrollPadding; + t6 = A.UnmanagedRestorationScope$(t3, A.EditableText$(t18, autocorrectionTextRectColor, _this, B.List_empty1, t15, B.CupertinoDynamicColor_YIZ, B.Clip_1, controller, cursorColor, t29, cursorOffset, cursorOpacityAnimates, cursorRadius, t28, B.DragStartBehavior_1, true, true, true, t5, focusNode, true, t2, _this.editableTextKey, t1.brightness, t9, t21, t22, B.C__DeferringMouseCursor, t17, t16, _null, t25, t26, _this.get$_handleSelectionChanged(), _this.get$_handleSelectionHandleTapped(), t27, paintCursorAboveText, t4, true, "editable", t24.scrollController, t30, t24.scrollPhysics, t23, textSelectionControls, 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_closure0(_this, focusNode, controller), new A.RepaintBoundary(t5, _null)); + 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; t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); if (!_this.get$_isEnabled()) @@ -190474,7 +191890,7 @@ t1 = false; if (t1) _box_0.semanticsMaxValueLength = _this._widget.maxLength; - return new A.FocusTrapArea(focusNode, new A.MouseRegion(new A._TextFieldState_build_closure1(_this), _null, new A._TextFieldState_build_closure2(_this), effectiveMouseCursor, true, new A.IgnorePointer(!_this.get$_isEnabled(), _null, A.AnimatedBuilder$(controller, new A._TextFieldState_build_closure3(_box_0, _this), A._lateReadCheck(_this.___TextFieldState__selectionGestureDetectorBuilder, "_selectionGestureDetectorBuilder").buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, child)), _null), _null), _null); + 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); }, $isAutofillClient: 1, get$editableTextKey() { @@ -190507,6 +191923,14 @@ $signature: 0 }; A._TextFieldState_build_closure0.prototype = { + call$0() { + var t1 = this.$this; + if (!t1.get$_effectiveFocusNode().get$hasFocus() && t1.get$_effectiveFocusNode().get$canRequestFocus()) + t1.get$_effectiveFocusNode().requestFocus$0(); + }, + $signature: 0 + }; + A._TextFieldState_build_closure1.prototype = { call$2(context, child) { var t6, t7, t8, t1 = this.$this, @@ -190520,21 +191944,21 @@ t8 = this.controller._change_notifier$_value.text.length; return A.InputDecorator$(t4, child, t2, t1._widget.expands, t8 === 0, t7, t6, t5, t3); }, - $signature: 1077 + $signature: 1088 }; - A._TextFieldState_build_closure1.prototype = { + A._TextFieldState_build_closure3.prototype = { call$1($event) { return this.$this._handleHover$1(true); }, - $signature: 229 + $signature: 210 }; - A._TextFieldState_build_closure2.prototype = { + A._TextFieldState_build_closure4.prototype = { call$1($event) { return this.$this._handleHover$1(false); }, - $signature: 167 + $signature: 171 }; - A._TextFieldState_build_closure3.prototype = { + A._TextFieldState_build_closure2.prototype = { call$2(context, child) { var _null = null, t1 = this._box_0, @@ -190547,7 +191971,7 @@ t1 = t1.handleDidGainAccessibilityFocus; return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, 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); }, - $signature: 1080 + $signature: 1092 }; A._TextFieldState_build__closure.prototype = { call$0() { @@ -190563,7 +191987,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -190610,7 +192034,7 @@ type$._TextFormFieldState._as(field); t1 = _this.decoration; t2 = t1 == null; - t3 = t2 ? B.InputDecoration_cE0 : t1; + t3 = t2 ? B.InputDecoration_C4W : t1; t4 = field._framework$_element; t4.toString; effectiveDecoration = t3.applyDefaults$1(A.Theme_of(t4).inputDecorationTheme); @@ -190627,7 +192051,7 @@ t1 = t9; 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, _this.enableInteractiveSelection, _this.enableSuggestions, t1 !== false, _this.expands, _this.focusNode, _this.inputFormatters, _this.keyboardAppearance, _this.keyboardType, _this.maxLength, _this.maxLengthEnforced, _this.maxLengthEnforcement, _this.maxLines, _this.minLines, t6, _this.obscuringCharacter, new A.TextFormField_closure_onChangedHandler(field, _this.onChanged), _this.onEditingComplete, _this.onFieldSubmitted, _this.onTap, _this.readOnly, _this.restorationId, _this.scrollController, _this.scrollPadding, _this.scrollPhysics, _this.selectionControls, _this.showCursor, t7, t8, _this.strutStyle, _this.style, _this.textAlign, _this.textAlignVertical, _this.textCapitalization, _this.textDirection, _this.textInputAction, _this.toolbarOptions)); }, - $signature: 1084 + $signature: 1093 }; A.TextFormField_closure_onChangedHandler.prototype = { call$1(value) { @@ -190637,7 +192061,7 @@ if (t1 != null) t1.call$1(value); }, - $signature: 90 + $signature: 87 }; A._TextFormFieldState.prototype = { get$_effectiveController() { @@ -190662,7 +192086,7 @@ _createLocalController$1(value) { var t1, _this = this; if (value == null) - t1 = new A.RestorableTextEditingController(B.TextEditingValue_QOg, A.List_List$filled(0, null, false, type$.nullable_void_Function)); + t1 = new A.RestorableTextEditingController(B.TextEditingValue_li8, A.List_List$filled(0, null, false, type$.nullable_void_Function)); else t1 = new A.RestorableTextEditingController(value, A.List_List$filled(0, null, false, type$.nullable_void_Function)); _this._text_form_field$_controller = t1; @@ -190680,7 +192104,7 @@ if (t1._as(A.State.prototype.get$widget.call(_this)).initialValue != null) { t1 = t1._as(A.State.prototype.get$widget.call(_this)).initialValue; t1.toString; - t1 = new A.TextEditingValue(t1, B.TextSelection_TbC, B.TextRange_m1_m1); + t1 = new A.TextEditingValue(t1, B.TextSelection_ke5, B.TextRange_m1_m1); } else t1 = null; _this._createLocalController$1(t1); @@ -190755,25 +192179,27 @@ 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, onTap, _null, _null, _null, _null, _null, _null), _null, _null, new A._TextSelectionHandlePainter(handleColor, _null), B.Size_0_0), _null); - switch (type) { - case B.TextSelectionHandleType_0: + switch (type.index) { + case 0: return A.Transform$rotate(B.Alignment_0_0, 1.5707963267948966, handle, _null); - case B.TextSelectionHandleType_1: + case 1: return handle; - case B.TextSelectionHandleType_2: + case 2: return A.Transform$rotate(B.Alignment_0_0, 0.7853981633974483, handle, _null); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, getHandleAnchor$4(type, textLineHeight, startGlyphHeight, endGlyphHeight) { - switch (type) { - case B.TextSelectionHandleType_0: + switch (type.index) { + case 0: return B.Offset_22_0; - case B.TextSelectionHandleType_1: + case 1: return B.Offset_0_0; - default: + case 2: return B.Offset_11_m4; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, getHandleAnchor$2(type, textLineHeight) { @@ -190816,103 +192242,142 @@ A._TextSelectionThemeData_Object_Diagnosticable.prototype = {}; A.TextTheme.prototype = { 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, t23, t24, t25, t26, _this = this, _null = null; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, _this = this, _null = null; if (other == null) return _this; - t1 = _this.headline1; - t2 = t1 == null ? _null : t1.merge$1(other.headline1); + t1 = _this.displayLarge; + t2 = t1 == null ? _null : t1.merge$1(other.displayLarge); if (t2 == null) - t2 = other.headline1; - t3 = _this.headline2; - t4 = t3 == null ? _null : t3.merge$1(other.headline2); + t2 = other.displayLarge; + t3 = _this.displayMedium; + t4 = t3 == null ? _null : t3.merge$1(other.displayMedium); if (t4 == null) - t4 = other.headline2; - t5 = _this.headline3; - t6 = t5 == null ? _null : t5.merge$1(other.headline3); + t4 = other.displayMedium; + t5 = _this.displaySmall; + t6 = t5 == null ? _null : t5.merge$1(other.displaySmall); if (t6 == null) - t6 = other.headline3; - t7 = _this.headline4; - t8 = t7 == null ? _null : t7.merge$1(other.headline4); + t6 = other.displaySmall; + t7 = _this.headlineLarge; + t8 = t7 == null ? _null : t7.merge$1(other.headlineLarge); if (t8 == null) - t8 = other.headline4; - t9 = _this.headline5; - t10 = t9 == null ? _null : t9.merge$1(other.headline5); + t8 = other.headlineLarge; + t9 = _this.headlineMedium; + t10 = t9 == null ? _null : t9.merge$1(other.headlineMedium); if (t10 == null) - t10 = other.headline5; - t11 = _this.headline6; - t12 = t11 == null ? _null : t11.merge$1(other.headline6); + t10 = other.headlineMedium; + t11 = _this.headlineSmall; + t12 = t11 == null ? _null : t11.merge$1(other.headlineSmall); if (t12 == null) - t12 = other.headline6; - t13 = _this.subtitle1; - t14 = t13 == null ? _null : t13.merge$1(other.subtitle1); + t12 = other.headlineSmall; + t13 = _this.titleLarge; + t14 = t13 == null ? _null : t13.merge$1(other.titleLarge); if (t14 == null) - t14 = other.subtitle1; - t15 = _this.subtitle2; - t16 = t15 == null ? _null : t15.merge$1(other.subtitle2); + t14 = other.titleLarge; + t15 = _this.titleMedium; + t16 = t15 == null ? _null : t15.merge$1(other.titleMedium); if (t16 == null) - t16 = other.subtitle2; - t17 = _this.bodyText1; - t18 = t17 == null ? _null : t17.merge$1(other.bodyText1); + t16 = other.titleMedium; + t17 = _this.titleSmall; + t18 = t17 == null ? _null : t17.merge$1(other.titleSmall); if (t18 == null) - t18 = other.bodyText1; - t19 = _this.bodyText2; - t20 = t19 == null ? _null : t19.merge$1(other.bodyText2); + t18 = other.titleSmall; + t19 = _this.bodyLarge; + t20 = t19 == null ? _null : t19.merge$1(other.bodyLarge); if (t20 == null) - t20 = other.bodyText2; - t21 = _this.caption; - t22 = t21 == null ? _null : t21.merge$1(other.caption); + t20 = other.bodyLarge; + t21 = _this.bodyMedium; + t22 = t21 == null ? _null : t21.merge$1(other.bodyMedium); if (t22 == null) - t22 = other.caption; - t23 = _this.button; - t24 = t23 == null ? _null : t23.merge$1(other.button); + t22 = other.bodyMedium; + t23 = _this.bodySmall; + t24 = t23 == null ? _null : t23.merge$1(other.bodySmall); if (t24 == null) - t24 = other.button; - t25 = _this.overline; - t26 = t25 == null ? _null : t25.merge$1(other.overline); + t24 = other.bodySmall; + t25 = _this.labelLarge; + t26 = t25 == null ? _null : t25.merge$1(other.labelLarge); if (t26 == null) - t26 = other.overline; + t26 = other.labelLarge; + t27 = _this.labelMedium; + t28 = t27 == null ? _null : t27.merge$1(other.labelMedium); + if (t28 == null) + t28 = other.labelMedium; + t29 = _this.labelSmall; + t30 = t29 == null ? _null : t29.merge$1(other.labelSmall); + if (t30 == null) + t30 = other.labelSmall; + if (t2 == null) + t2 = _null; t1 = t2 == null ? t1 : t2; - t2 = t4 == null ? t3 : t4; - t3 = t6 == null ? t5 : t6; + t2 = t4 == null ? _null : t4; + if (t2 == null) + t2 = t3; + t3 = t6 == null ? _null : t6; + if (t3 == null) + t3 = t5; t4 = t8 == null ? t7 : t8; - t5 = t10 == null ? t9 : t10; - t6 = t12 == null ? t11 : t12; - t7 = t14 == null ? t13 : t14; - t8 = t16 == null ? t15 : t16; - t9 = t18 == null ? t17 : t18; - t10 = t20 == null ? t19 : t20; - t11 = t22 == null ? t21 : t22; - t12 = t24 == null ? t23 : t24; - return new A.TextTheme(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t26 == null ? t25 : t26); + t5 = t10 == null ? _null : t10; + if (t5 == null) + t5 = t9; + t6 = t12 == null ? _null : t12; + if (t6 == null) + t6 = t11; + t7 = t14 == null ? _null : t14; + if (t7 == null) + t7 = t13; + t8 = t16 == null ? _null : t16; + if (t8 == null) + t8 = t15; + t9 = t18 == null ? _null : t18; + if (t9 == null) + t9 = t17; + t10 = t20 == null ? _null : t20; + if (t10 == null) + t10 = t19; + t11 = t22 == null ? _null : t22; + if (t11 == null) + t11 = t21; + t12 = t24 == null ? _null : t24; + if (t12 == null) + t12 = t23; + t13 = t26 == null ? _null : t26; + if (t13 == null) + t13 = t25; + t14 = t28 == null ? t27 : t28; + t15 = t30 == null ? _null : t30; + return A.TextTheme$(t10, t11, t12, t1, t2, t3, t4, t5, t6, t13, t14, t15 == null ? t29 : t15, t7, t8, t9); }, apply$1$fontFamily(fontFamily) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, _null = null, - t1 = _this.headline1; + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, + t1 = _this.displayLarge; t1 = t1 == null ? _null : t1.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t2 = _this.headline2; + t2 = _this.displayMedium; t2 = t2 == null ? _null : t2.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t3 = _this.headline3; + t3 = _this.displaySmall; t3 = t3 == null ? _null : t3.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t4 = _this.headline4; + t4 = _this.headlineLarge; t4 = t4 == null ? _null : t4.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t5 = _this.headline5; + t5 = _this.headlineMedium; t5 = t5 == null ? _null : t5.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t6 = _this.headline6; + t6 = _this.headlineSmall; t6 = t6 == null ? _null : t6.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t7 = _this.subtitle1; + t7 = _this.titleLarge; t7 = t7 == null ? _null : t7.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t8 = _this.subtitle2; + t8 = _this.titleMedium; t8 = t8 == null ? _null : t8.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t9 = _this.bodyText1; + t9 = _this.titleSmall; t9 = t9 == null ? _null : t9.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t10 = _this.bodyText2; + t10 = _this.bodyLarge; t10 = t10 == null ? _null : t10.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t11 = _this.caption; + t11 = _this.bodyMedium; t11 = t11 == null ? _null : t11.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t12 = _this.button; + t12 = _this.bodySmall; t12 = t12 == null ? _null : t12.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); - t13 = _this.overline; - return new A.TextTheme(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13 == null ? _null : t13.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1)); + t13 = _this.labelLarge; + t13 = t13 == null ? _null : t13.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); + t14 = _this.labelMedium; + t14 = t14 == null ? _null : t14.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1); + t15 = _this.labelSmall; + return A.TextTheme$(t10, t11, t12, t1, t2, t3, t4, t5, t6, t13, t14, t15 == null ? _null : t15.apply$7$color$decoration$decorationColor$decorationStyle$fontFamily$fontSizeDelta$fontSizeFactor(_null, _null, _null, _null, fontFamily, 0, 1), t7, t8, t9); }, $eq(_, other) { var _this = this; @@ -190922,11 +192387,11 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.TextTheme && J.$eq$(_this.headline1, other.headline1) && J.$eq$(_this.headline2, other.headline2) && J.$eq$(_this.headline3, other.headline3) && J.$eq$(_this.headline4, other.headline4) && J.$eq$(_this.headline5, other.headline5) && J.$eq$(_this.headline6, other.headline6) && J.$eq$(_this.subtitle1, other.subtitle1) && J.$eq$(_this.subtitle2, other.subtitle2) && J.$eq$(_this.bodyText1, other.bodyText1) && J.$eq$(_this.bodyText2, other.bodyText2) && J.$eq$(_this.caption, other.caption) && J.$eq$(_this.button, other.button) && J.$eq$(_this.overline, other.overline); + return other instanceof A.TextTheme && J.$eq$(_this.displayLarge, other.displayLarge) && J.$eq$(_this.displayMedium, other.displayMedium) && J.$eq$(_this.displaySmall, other.displaySmall) && J.$eq$(_this.headlineLarge, other.headlineLarge) && J.$eq$(_this.headlineMedium, other.headlineMedium) && J.$eq$(_this.headlineSmall, other.headlineSmall) && J.$eq$(_this.titleLarge, other.titleLarge) && J.$eq$(_this.titleMedium, other.titleMedium) && J.$eq$(_this.titleSmall, other.titleSmall) && J.$eq$(_this.bodyLarge, other.bodyLarge) && J.$eq$(_this.bodyMedium, other.bodyMedium) && J.$eq$(_this.bodySmall, other.bodySmall) && J.$eq$(_this.labelLarge, other.labelLarge) && J.$eq$(_this.labelMedium, other.labelMedium) && J.$eq$(_this.labelSmall, other.labelSmall); }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.headline1, _this.headline2, _this.headline3, _this.headline4, _this.headline5, _this.headline6, _this.subtitle1, _this.subtitle2, _this.bodyText1, _this.bodyText2, _this.caption, _this.button, _this.overline, 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.displayLarge, _this.displayMedium, _this.displaySmall, _this.headlineLarge, _this.headlineMedium, _this.headlineSmall, _this.titleLarge, _this.titleMedium, _this.titleSmall, _this.bodyLarge, _this.bodyMedium, _this.bodySmall, _this.labelLarge, _this.labelMedium, _this.labelSmall, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); } }; A._TextTheme_Object_Diagnosticable.prototype = {}; @@ -190954,433 +192419,554 @@ }; 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, lerpedBorderSide, 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, t218, + 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, lerpedBorderSide, t189, t190, t191, t192, t193, t194, t195, t196, t197, t198, t199, t200, t201, t202, t203, t204, t205, t206, t207, t208, t209, t210, t211, t1 = this.begin; t1.toString; t2 = this.end; t2.toString; - t3 = t1.visualDensity.horizontal; - t4 = t2.visualDensity.horizontal; - t5 = A.lerpDouble(t3, t4, t); - t5.toString; - t4 = A.lerpDouble(t3, t4, t); - t4.toString; - t3 = A.Color_lerp(t1.primaryColor, t2.primaryColor, t); - t3.toString; - t6 = t < 0.5; - t7 = t6 ? t1.primaryColorBrightness : t2.primaryColorBrightness; - t8 = A.Color_lerp(t1.primaryColorLight, t2.primaryColorLight, t); - t8.toString; - t9 = A.Color_lerp(t1.primaryColorDark, t2.primaryColorDark, t); - t9.toString; - t10 = A.Color_lerp(t1.canvasColor, t2.canvasColor, t); - t10.toString; - t11 = A.Color_lerp(t1.shadowColor, t2.shadowColor, t); - t11.toString; - t12 = A.Color_lerp(t1.accentColor, t2.accentColor, t); - t12.toString; - t13 = t6 ? t1.accentColorBrightness : t2.accentColorBrightness; - t14 = A.Color_lerp(t1.scaffoldBackgroundColor, t2.scaffoldBackgroundColor, t); - t14.toString; - t15 = A.Color_lerp(t1.bottomAppBarColor, t2.bottomAppBarColor, t); - t15.toString; - t16 = A.Color_lerp(t1.cardColor, t2.cardColor, t); - t16.toString; - t17 = A.Color_lerp(t1.dividerColor, t2.dividerColor, t); - t17.toString; - t18 = A.Color_lerp(t1.focusColor, t2.focusColor, t); - t18.toString; - t19 = A.Color_lerp(t1.hoverColor, t2.hoverColor, t); - t19.toString; - t20 = A.Color_lerp(t1.highlightColor, t2.highlightColor, t); - t20.toString; - t21 = A.Color_lerp(t1.splashColor, t2.splashColor, t); - t21.toString; - t22 = t6 ? t1.splashFactory : t2.splashFactory; - t23 = A.Color_lerp(t1.selectedRowColor, t2.selectedRowColor, t); - t23.toString; - t24 = A.Color_lerp(t1.unselectedWidgetColor, t2.unselectedWidgetColor, t); - t24.toString; - t25 = A.Color_lerp(t1.disabledColor, t2.disabledColor, t); - t25.toString; - t26 = t6 ? t1.buttonTheme : t2.buttonTheme; - t27 = A.ToggleButtonsThemeData_lerp(t1.toggleButtonsTheme, t2.toggleButtonsTheme, t); + t3 = t < 0.5; + t4 = t3 ? t1.androidOverscrollIndicator : t2.androidOverscrollIndicator; + t5 = t3 ? t1.applyElevationOverlayColor : t2.applyElevationOverlayColor; + t6 = t3 ? t1.cupertinoOverrideTheme : t2.cupertinoOverrideTheme; + t7 = t3 ? t1.inputDecorationTheme : t2.inputDecorationTheme; + t8 = t3 ? t1.materialTapTargetSize : t2.materialTapTargetSize; + t9 = t3 ? t1.pageTransitionsTheme : t2.pageTransitionsTheme; + t10 = t3 ? t1.platform : t2.platform; + t11 = t1.scrollbarTheme; + t12 = t2.scrollbarTheme; + t13 = A.ScrollbarThemeData__lerpProperties(t11.thickness, t12.thickness, t, A.ui__lerpDouble$closure(), type$.nullable_double); + t14 = A.ScrollbarThemeData__lerpProperties(t11.trackVisibility, t12.trackVisibility, t, A.scrollbar_theme___lerpBool$closure(), type$.nullable_bool); + t15 = t11.showTrackOnHover; + t16 = t12.showTrackOnHover; + t15 = t3 ? t15 : t16; + t16 = t11.isAlwaysShown; + t17 = t12.isAlwaysShown; + t16 = t3 ? t16 : t17; + t17 = t11.interactive; + t18 = t12.interactive; + t17 = t3 ? t17 : t18; + t18 = A.Radius_lerp(t11.radius, t12.radius, t); + t19 = type$.nullable_Color; + t20 = A.ScrollbarThemeData__lerpProperties(t11.thumbColor, t12.thumbColor, t, A.ui_Color_lerp$closure(), t19); + t21 = A.ScrollbarThemeData__lerpProperties(t11.trackColor, t12.trackColor, t, A.ui_Color_lerp$closure(), t19); + t22 = A.ScrollbarThemeData__lerpProperties(t11.trackBorderColor, t12.trackBorderColor, t, A.ui_Color_lerp$closure(), t19); + t23 = A.lerpDouble(t11.crossAxisMargin, t12.crossAxisMargin, t); + t24 = A.lerpDouble(t11.mainAxisMargin, t12.mainAxisMargin, t); + t11 = A.lerpDouble(t11.minThumbLength, t12.minThumbLength, t); + t12 = t3 ? t1.splashFactory : t2.splashFactory; + t25 = t1.visualDensity.horizontal; + t26 = t2.visualDensity.horizontal; + t27 = A.lerpDouble(t25, t26, t); t27.toString; - t28 = A.Color_lerp(t1.buttonColor, t2.buttonColor, t); - t28.toString; - t29 = A.Color_lerp(t1.secondaryHeaderColor, t2.secondaryHeaderColor, t); - t29.toString; - t30 = A.Color_lerp(t1.textSelectionColor, t2.textSelectionColor, t); - t30.toString; - t31 = A.Color_lerp(t1.cursorColor, t2.cursorColor, t); - t31.toString; - t32 = A.Color_lerp(t1.textSelectionHandleColor, t2.textSelectionHandleColor, t); + t26 = A.lerpDouble(t25, t26, t); + t26.toString; + t25 = t1.colorScheme; + t28 = t2.colorScheme; + t29 = t3 ? t25.brightness : t28.brightness; + t30 = t25.primary; + t31 = t28.primary; + t32 = A.Color_lerp(t30, t31, t); t32.toString; - t33 = A.Color_lerp(t1.backgroundColor, t2.backgroundColor, t); - t33.toString; - t34 = A.Color_lerp(t1.dialogBackgroundColor, t2.dialogBackgroundColor, t); - t34.toString; - t35 = A.Color_lerp(t1.indicatorColor, t2.indicatorColor, t); + t33 = t25.onPrimary; + t34 = t28.onPrimary; + t35 = A.Color_lerp(t33, t34, t); t35.toString; - t36 = A.Color_lerp(t1.hintColor, t2.hintColor, t); + t36 = t25._primaryContainer; + if (t36 == null) + t36 = t30; + t37 = t28._primaryContainer; + t36 = A.Color_lerp(t36, t37 == null ? t31 : t37, t); + t37 = t25._onPrimaryContainer; + if (t37 == null) + t37 = t33; + t38 = t28._onPrimaryContainer; + t37 = A.Color_lerp(t37, t38 == null ? t34 : t38, t); + t38 = t25.secondary; + t39 = t28.secondary; + t40 = A.Color_lerp(t38, t39, t); + t40.toString; + t41 = t25.onSecondary; + t42 = t28.onSecondary; + t43 = A.Color_lerp(t41, t42, t); + t43.toString; + t44 = t25._secondaryContainer; + if (t44 == null) + t44 = t38; + t45 = t28._secondaryContainer; + t44 = A.Color_lerp(t44, t45 == null ? t39 : t45, t); + t45 = t25._onSecondaryContainer; + if (t45 == null) + t45 = t41; + t46 = t28._onSecondaryContainer; + t45 = A.Color_lerp(t45, t46 == null ? t42 : t46, t); + t46 = t25._tertiary; + t47 = t46 == null; + t48 = t47 ? t38 : t46; + t49 = t28._tertiary; + t50 = t49 == null; + t48 = A.Color_lerp(t48, t50 ? t39 : t49, t); + t51 = t25._onTertiary; + t52 = t51 == null; + t53 = t52 ? t41 : t51; + t54 = t28._onTertiary; + t55 = t54 == null; + t53 = A.Color_lerp(t53, t55 ? t42 : t54, t); + t56 = t25._tertiaryContainer; + if (t56 == null) { + if (t47) + t46 = t38; + } else + t46 = t56; + t47 = t28._tertiaryContainer; + if (t47 == null) + t47 = t50 ? t39 : t49; + t47 = A.Color_lerp(t46, t47, t); + t46 = t25._onTertiaryContainer; + if (t46 == null) + t41 = t52 ? t41 : t51; + else + t41 = t46; + t46 = t28._onTertiaryContainer; + if (t46 == null) + t42 = t55 ? t42 : t54; + else + t42 = t46; + t42 = A.Color_lerp(t41, t42, t); + t41 = t25.error; + t46 = t28.error; + t49 = A.Color_lerp(t41, t46, t); + t49.toString; + t50 = t25.onError; + t51 = t28.onError; + t52 = A.Color_lerp(t50, t51, t); + t52.toString; + t54 = t25._errorContainer; + t41 = t54 == null ? t41 : t54; + t54 = t28._errorContainer; + t41 = A.Color_lerp(t41, t54 == null ? t46 : t54, t); + t46 = t25._onErrorContainer; + if (t46 == null) + t46 = t50; + t50 = t28._onErrorContainer; + t46 = A.Color_lerp(t46, t50 == null ? t51 : t50, t); + t50 = A.Color_lerp(t25.background, t28.background, t); + t50.toString; + t51 = t25.onBackground; + t54 = t28.onBackground; + t55 = A.Color_lerp(t51, t54, t); + t55.toString; + t56 = t25.surface; + t57 = t28.surface; + t58 = A.Color_lerp(t56, t57, t); + t58.toString; + t59 = t25.onSurface; + t60 = t28.onSurface; + t61 = A.Color_lerp(t59, t60, t); + t61.toString; + t62 = t25._surfaceVariant; + if (t62 == null) + t62 = t56; + t63 = t28._surfaceVariant; + t62 = A.Color_lerp(t62, t63 == null ? t57 : t63, t); + t63 = t25._onSurfaceVariant; + if (t63 == null) + t63 = t59; + t64 = t28._onSurfaceVariant; + t63 = A.Color_lerp(t63, t64 == null ? t60 : t64, t); + t64 = t25._outline; + if (t64 == null) + t64 = t51; + t65 = t28._outline; + t64 = A.Color_lerp(t64, t65 == null ? t54 : t65, t); + t65 = t25._shadow; + t51 = t65 == null ? t51 : t65; + t65 = t28._shadow; + t51 = A.Color_lerp(t51, t65 == null ? t54 : t65, t); + t54 = t25._inverseSurface; + if (t54 == null) + t54 = t59; + t59 = t28._inverseSurface; + t54 = A.Color_lerp(t54, t59 == null ? t60 : t59, t); + t59 = t25._onInverseSurface; + t56 = t59 == null ? t56 : t59; + t59 = t28._onInverseSurface; + t56 = A.Color_lerp(t56, t59 == null ? t57 : t59, t); + t57 = t25._inversePrimary; + t33 = t57 == null ? t33 : t57; + t57 = t28._inversePrimary; + t33 = A.Color_lerp(t33, t57 == null ? t34 : t57, t); + t34 = t25._primaryVariant; + t30 = t34 == null ? t30 : t34; + t34 = t28._primaryVariant; + t30 = A.Color_lerp(t30, t34 == null ? t31 : t34, t); + t25 = t25._secondaryVariant; + if (t25 == null) + t25 = t38; + t28 = t28._secondaryVariant; + t25 = A.ColorScheme$(t50, t29, t49, t41, t33, t54, t55, t52, t46, t56, t35, t37, t43, t45, t61, t63, t53, t42, t64, t32, t36, t30, t40, t44, A.Color_lerp(t25, t28 == null ? t39 : t28, t), t51, t58, t62, t48, t47); + t28 = A.Color_lerp(t1.primaryColor, t2.primaryColor, t); + t28.toString; + t29 = A.Color_lerp(t1.primaryColorLight, t2.primaryColorLight, t); + t29.toString; + t30 = A.Color_lerp(t1.primaryColorDark, t2.primaryColorDark, t); + t30.toString; + t31 = A.Color_lerp(t1.focusColor, t2.focusColor, t); + t31.toString; + t32 = A.Color_lerp(t1.hoverColor, t2.hoverColor, t); + t32.toString; + t33 = A.Color_lerp(t1.shadowColor, t2.shadowColor, t); + t33.toString; + t34 = A.Color_lerp(t1.canvasColor, t2.canvasColor, t); + t34.toString; + t35 = A.Color_lerp(t1.scaffoldBackgroundColor, t2.scaffoldBackgroundColor, t); + t35.toString; + t36 = A.Color_lerp(t1.bottomAppBarColor, t2.bottomAppBarColor, t); t36.toString; - t37 = A.Color_lerp(t1.errorColor, t2.errorColor, t); + t37 = A.Color_lerp(t1.cardColor, t2.cardColor, t); t37.toString; - t38 = A.Color_lerp(t1.toggleableActiveColor, t2.toggleableActiveColor, t); + t38 = A.Color_lerp(t1.dividerColor, t2.dividerColor, t); t38.toString; - t39 = A.TextTheme_lerp(t1.textTheme, t2.textTheme, t); - t40 = A.TextTheme_lerp(t1.primaryTextTheme, t2.primaryTextTheme, t); - t41 = A.TextTheme_lerp(t1.accentTextTheme, t2.accentTextTheme, t); - t42 = t6 ? t1.inputDecorationTheme : t2.inputDecorationTheme; - t43 = A.IconThemeData_lerp(t1.iconTheme, t2.iconTheme, t); - t44 = A.IconThemeData_lerp(t1.primaryIconTheme, t2.primaryIconTheme, t); - t45 = A.IconThemeData_lerp(t1.accentIconTheme, t2.accentIconTheme, t); - t46 = t1.sliderTheme; - t47 = t2.sliderTheme; - t48 = A.lerpDouble(t46.trackHeight, t47.trackHeight, t); - t49 = A.Color_lerp(t46.activeTrackColor, t47.activeTrackColor, t); - t50 = A.Color_lerp(t46.inactiveTrackColor, t47.inactiveTrackColor, t); - t51 = A.Color_lerp(t46.disabledActiveTrackColor, t47.disabledActiveTrackColor, t); - t52 = A.Color_lerp(t46.disabledInactiveTrackColor, t47.disabledInactiveTrackColor, t); - t53 = A.Color_lerp(t46.activeTickMarkColor, t47.activeTickMarkColor, t); - t54 = A.Color_lerp(t46.inactiveTickMarkColor, t47.inactiveTickMarkColor, t); - t55 = A.Color_lerp(t46.disabledActiveTickMarkColor, t47.disabledActiveTickMarkColor, t); - t56 = A.Color_lerp(t46.disabledInactiveTickMarkColor, t47.disabledInactiveTickMarkColor, t); - t57 = A.Color_lerp(t46.thumbColor, t47.thumbColor, t); - t58 = A.Color_lerp(t46.overlappingShapeStrokeColor, t47.overlappingShapeStrokeColor, t); - t59 = A.Color_lerp(t46.disabledThumbColor, t47.disabledThumbColor, t); - t60 = A.Color_lerp(t46.overlayColor, t47.overlayColor, t); - t61 = A.Color_lerp(t46.valueIndicatorColor, t47.valueIndicatorColor, t); - t62 = t6 ? t46.overlayShape : t47.overlayShape; - t63 = t6 ? t46.tickMarkShape : t47.tickMarkShape; - t64 = t6 ? t46.thumbShape : t47.thumbShape; - t65 = t6 ? t46.trackShape : t47.trackShape; - t66 = t6 ? t46.valueIndicatorShape : t47.valueIndicatorShape; - t67 = t6 ? t46.rangeTickMarkShape : t47.rangeTickMarkShape; - t68 = t6 ? t46.rangeThumbShape : t47.rangeThumbShape; - t69 = t6 ? t46.rangeTrackShape : t47.rangeTrackShape; - t70 = t6 ? t46.rangeValueIndicatorShape : t47.rangeValueIndicatorShape; - t71 = t6 ? t46.showValueIndicator : t47.showValueIndicator; - t72 = A.TextStyle_lerp(t46.valueIndicatorTextStyle, t47.valueIndicatorTextStyle, t); - t73 = A.lerpDouble(t46.minThumbSeparation, t47.minThumbSeparation, t); - t46 = t6 ? t46.thumbSelector : t47.thumbSelector; - t47 = t1.tabBarTheme; - t74 = t2.tabBarTheme; - t75 = A.Decoration_lerp(t47.indicator, t74.indicator, t); - t76 = t6 ? t47.indicatorSize : t74.indicatorSize; - t77 = A.Color_lerp(t47.labelColor, t74.labelColor, t); - t78 = A.EdgeInsetsGeometry_lerp(t47.labelPadding, t74.labelPadding, t); - t79 = A.TextStyle_lerp(t47.labelStyle, t74.labelStyle, t); - t80 = A.Color_lerp(t47.unselectedLabelColor, t74.unselectedLabelColor, t); - t74 = A.TextStyle_lerp(t47.unselectedLabelStyle, t74.unselectedLabelStyle, t); - t47 = A.TooltipThemeData_lerp(t1.tooltipTheme, t2.tooltipTheme, t); + t39 = A.Color_lerp(t1.highlightColor, t2.highlightColor, t); + t39.toString; + t40 = A.Color_lerp(t1.splashColor, t2.splashColor, t); + t40.toString; + t41 = A.Color_lerp(t1.selectedRowColor, t2.selectedRowColor, t); + t41.toString; + t42 = A.Color_lerp(t1.unselectedWidgetColor, t2.unselectedWidgetColor, t); + t42.toString; + t43 = A.Color_lerp(t1.disabledColor, t2.disabledColor, t); + t43.toString; + t44 = A.Color_lerp(t1.secondaryHeaderColor, t2.secondaryHeaderColor, t); + t44.toString; + t45 = A.Color_lerp(t1.backgroundColor, t2.backgroundColor, t); + t45.toString; + t46 = A.Color_lerp(t1.dialogBackgroundColor, t2.dialogBackgroundColor, t); + t46.toString; + t47 = A.Color_lerp(t1.indicatorColor, t2.indicatorColor, t); t47.toString; - t81 = t1.cardTheme; - t82 = t2.cardTheme; - if (t6) - t83 = t81.clipBehavior; + t48 = A.Color_lerp(t1.hintColor, t2.hintColor, t); + t48.toString; + t49 = A.Color_lerp(t1.errorColor, t2.errorColor, t); + t49.toString; + t50 = A.Color_lerp(t1.toggleableActiveColor, t2.toggleableActiveColor, t); + t50.toString; + t51 = t1.typography; + t52 = t2.typography; + t53 = A.TextTheme_lerp(t51.black, t52.black, t); + t54 = A.TextTheme_lerp(t51.white, t52.white, t); + t55 = A.TextTheme_lerp(t51.englishLike, t52.englishLike, t); + t56 = A.TextTheme_lerp(t51.dense, t52.dense, t); + t52 = A.TextTheme_lerp(t51.tall, t52.tall, t); + t51 = A.TextTheme_lerp(t1.textTheme, t2.textTheme, t); + t57 = A.TextTheme_lerp(t1.primaryTextTheme, t2.primaryTextTheme, t); + t58 = A.IconThemeData_lerp(t1.iconTheme, t2.iconTheme, t); + t59 = A.IconThemeData_lerp(t1.primaryIconTheme, t2.primaryIconTheme, t); + t60 = t1.appBarTheme; + t61 = t2.appBarTheme; + if (t3) + t62 = t60.brightness; else - t83 = t82.clipBehavior; - t84 = A.Color_lerp(t81.color, t82.color, t); - t85 = A.Color_lerp(t81.shadowColor, t82.shadowColor, t); - t86 = A.lerpDouble(t81.elevation, t82.elevation, t); - t87 = A.EdgeInsetsGeometry_lerp(t81.margin, t82.margin, t); - t81 = A.ShapeBorder_lerp(t81.shape, t82.shape, t); - t82 = A.ChipThemeData_lerp(t1.chipTheme, t2.chipTheme, t); - t82.toString; - t88 = t6 ? t1.platform : t2.platform; - t89 = t6 ? t1.materialTapTargetSize : t2.materialTapTargetSize; - t90 = t6 ? t1.pageTransitionsTheme : t2.pageTransitionsTheme; - t91 = t1.appBarTheme; - t92 = t2.appBarTheme; - if (t6) - t93 = t91.brightness; + t62 = t61.brightness; + t63 = A.Color_lerp(t60.backgroundColor, t61.backgroundColor, t); + t64 = A.Color_lerp(t60.foregroundColor, t61.foregroundColor, t); + t65 = A.lerpDouble(t60.elevation, t61.elevation, t); + t66 = A.Color_lerp(t60.shadowColor, t61.shadowColor, t); + t67 = A.ShapeBorder_lerp(t60.shape, t61.shape, t); + t68 = A.IconThemeData_lerp(t60.iconTheme, t61.iconTheme, t); + t69 = A.IconThemeData_lerp(t60.actionsIconTheme, t61.actionsIconTheme, t); + t70 = A.TextTheme_lerp(t60.textTheme, t61.textTheme, t); + if (t3) + t71 = t60.centerTitle; else - t93 = t92.brightness; - t94 = A.Color_lerp(t91.backgroundColor, t92.backgroundColor, t); - t95 = A.Color_lerp(t91.foregroundColor, t92.foregroundColor, t); - t96 = A.lerpDouble(t91.elevation, t92.elevation, t); - t97 = A.Color_lerp(t91.shadowColor, t92.shadowColor, t); - t98 = A.ShapeBorder_lerp(t91.shape, t92.shape, t); - t99 = A.IconThemeData_lerp(t91.iconTheme, t92.iconTheme, t); - t100 = A.IconThemeData_lerp(t91.actionsIconTheme, t92.actionsIconTheme, t); - t101 = A.TextTheme_lerp(t91.textTheme, t92.textTheme, t); - if (t6) - t102 = t91.centerTitle; + t71 = t61.centerTitle; + t72 = A.lerpDouble(t60.titleSpacing, t61.titleSpacing, t); + t73 = A.lerpDouble(t60.toolbarHeight, t61.toolbarHeight, t); + t74 = A.TextStyle_lerp(t60.toolbarTextStyle, t61.toolbarTextStyle, t); + t75 = A.TextStyle_lerp(t60.titleTextStyle, t61.titleTextStyle, t); + if (t3) + t76 = t60.systemOverlayStyle; else - t102 = t92.centerTitle; - t103 = A.lerpDouble(t91.titleSpacing, t92.titleSpacing, t); - t104 = A.lerpDouble(t91.toolbarHeight, t92.toolbarHeight, t); - t105 = A.TextStyle_lerp(t91.toolbarTextStyle, t92.toolbarTextStyle, t); - t106 = A.TextStyle_lerp(t91.titleTextStyle, t92.titleTextStyle, t); - if (t6) - t107 = t91.systemOverlayStyle; + t76 = t61.systemOverlayStyle; + if (t3) + t60 = t60.backwardsCompatibility; else - t107 = t92.systemOverlayStyle; - if (t6) - t91 = t91.backwardsCompatibility; + t60 = t61.backwardsCompatibility; + t74 = A.AppBarTheme$(t69, t63, t60, t62, t71, null, t65, t64, t68, t66, t67, t76, t70, t72, t75, t73, t74); + t73 = t1.bannerTheme; + t75 = t2.bannerTheme; + t60 = A.Color_lerp(t73.backgroundColor, t75.backgroundColor, t); + t61 = A.TextStyle_lerp(t73.contentTextStyle, t75.contentTextStyle, t); + t62 = A.lerpDouble(t73.elevation, t75.elevation, t); + t63 = A.EdgeInsetsGeometry_lerp(t73.padding, t75.padding, t); + t64 = A.EdgeInsetsGeometry_lerp(t73.leadingPadding, t75.leadingPadding, t); + t65 = t1.bottomAppBarTheme; + t66 = t2.bottomAppBarTheme; + t67 = A.Color_lerp(t65.color, t66.color, t); + t68 = A.lerpDouble(t65.elevation, t66.elevation, t); + if (t3) + t65 = t65.shape; else - t91 = t92.backwardsCompatibility; - t105 = A.AppBarTheme$(t100, t94, t91, t93, t102, null, t96, t95, t99, t97, t98, t107, t101, t103, t106, t104, t105); - t104 = t1.scrollbarTheme; - t106 = t2.scrollbarTheme; - t91 = A.ScrollbarThemeData__lerpProperties(t104.thickness, t106.thickness, t, A.ui__lerpDouble$closure(), type$.nullable_double); - if (t6) - t92 = t104.showTrackOnHover; + t65 = t66.shape; + t66 = t1.bottomNavigationBarTheme; + t69 = t2.bottomNavigationBarTheme; + t70 = A.Color_lerp(t66.backgroundColor, t69.backgroundColor, t); + t71 = A.lerpDouble(t66.elevation, t69.elevation, t); + t72 = A.IconThemeData_lerp(t66.selectedIconTheme, t69.selectedIconTheme, t); + t73 = A.IconThemeData_lerp(t66.unselectedIconTheme, t69.unselectedIconTheme, t); + t75 = A.Color_lerp(t66.selectedItemColor, t69.selectedItemColor, t); + t76 = A.Color_lerp(t66.unselectedItemColor, t69.unselectedItemColor, t); + t77 = A.TextStyle_lerp(t66.selectedLabelStyle, t69.selectedLabelStyle, t); + t78 = A.TextStyle_lerp(t66.unselectedLabelStyle, t69.unselectedLabelStyle, t); + if (t3) + t79 = t66.showSelectedLabels; else - t92 = t106.showTrackOnHover; - if (t6) - t93 = t104.isAlwaysShown; + t79 = t69.showSelectedLabels; + if (t3) + t80 = t66.showUnselectedLabels; else - t93 = t106.isAlwaysShown; - if (t6) - t94 = t104.interactive; + t80 = t69.showUnselectedLabels; + if (t3) + t81 = t66.type; else - t94 = t106.interactive; - t95 = A.Radius_lerp(t104.radius, t106.radius, t); - t96 = type$.nullable_Color; - t97 = A.ScrollbarThemeData__lerpProperties(t104.thumbColor, t106.thumbColor, t, A.ui_Color_lerp$closure(), t96); - t98 = A.ScrollbarThemeData__lerpProperties(t104.trackColor, t106.trackColor, t, A.ui_Color_lerp$closure(), t96); - t99 = A.ScrollbarThemeData__lerpProperties(t104.trackBorderColor, t106.trackBorderColor, t, A.ui_Color_lerp$closure(), t96); - t100 = A.lerpDouble(t104.crossAxisMargin, t106.crossAxisMargin, t); - t101 = A.lerpDouble(t104.mainAxisMargin, t106.mainAxisMargin, t); - t102 = A.lerpDouble(t104.minThumbLength, t106.minThumbLength, t); - t103 = t1.bottomAppBarTheme; - t104 = t2.bottomAppBarTheme; - t106 = A.Color_lerp(t103.color, t104.color, t); - t107 = A.lerpDouble(t103.elevation, t104.elevation, t); - if (t6) - t103 = t103.shape; + t81 = t69.type; + if (t3) + t82 = t66.enableFeedback; else - t103 = t104.shape; - t104 = t1.colorScheme; - t108 = t2.colorScheme; - t109 = A.Color_lerp(t104.primary, t108.primary, t); - t109.toString; - t110 = A.Color_lerp(t104.primaryVariant, t108.primaryVariant, t); - t110.toString; - t111 = A.Color_lerp(t104.secondary, t108.secondary, t); - t111.toString; - t112 = A.Color_lerp(t104.secondaryVariant, t108.secondaryVariant, t); - t112.toString; - t113 = A.Color_lerp(t104.surface, t108.surface, t); - t113.toString; - t114 = A.Color_lerp(t104.background, t108.background, t); - t114.toString; - t115 = A.Color_lerp(t104.error, t108.error, t); - t115.toString; - t116 = A.Color_lerp(t104.onPrimary, t108.onPrimary, t); - t116.toString; - t117 = A.Color_lerp(t104.onSecondary, t108.onSecondary, t); - t117.toString; - t118 = A.Color_lerp(t104.onSurface, t108.onSurface, t); - t118.toString; - t119 = A.Color_lerp(t104.onBackground, t108.onBackground, t); - t119.toString; - t120 = A.Color_lerp(t104.onError, t108.onError, t); + t82 = t69.enableFeedback; + if (t3) + t66 = t66.landscapeLayout; + else + t66 = t69.landscapeLayout; + t69 = A.BottomSheetThemeData_lerp(t1.bottomSheetTheme, t2.bottomSheetTheme, t); + t69.toString; + t83 = A.ButtonBarThemeData_lerp(t1.buttonBarTheme, t2.buttonBarTheme, t); + t83.toString; + t84 = t3 ? t1.buttonTheme : t2.buttonTheme; + t85 = t1.cardTheme; + t86 = t2.cardTheme; + if (t3) + t87 = t85.clipBehavior; + else + t87 = t86.clipBehavior; + t88 = A.Color_lerp(t85.color, t86.color, t); + t89 = A.Color_lerp(t85.shadowColor, t86.shadowColor, t); + t90 = A.lerpDouble(t85.elevation, t86.elevation, t); + t91 = A.EdgeInsetsGeometry_lerp(t85.margin, t86.margin, t); + t85 = A.ShapeBorder_lerp(t85.shape, t86.shape, t); + t86 = t1.checkboxTheme; + t92 = t2.checkboxTheme; + if (t3) + t93 = t86.mouseCursor; + else + t93 = t92.mouseCursor; + t94 = A.CheckboxThemeData__lerpProperties(t86.fillColor, t92.fillColor, t, A.ui_Color_lerp$closure(), t19); + t95 = A.CheckboxThemeData__lerpProperties(t86.checkColor, t92.checkColor, t, A.ui_Color_lerp$closure(), t19); + t96 = A.CheckboxThemeData__lerpProperties(t86.overlayColor, t92.overlayColor, t, A.ui_Color_lerp$closure(), t19); + t97 = A.lerpDouble(t86.splashRadius, t92.splashRadius, t); + if (t3) + t98 = t86.materialTapTargetSize; + else + t98 = t92.materialTapTargetSize; + if (t3) + t99 = t86.visualDensity; + else + t99 = t92.visualDensity; + t100 = type$.nullable_OutlinedBorder; + t101 = t100._as(A.ShapeBorder_lerp(t86.shape, t92.shape, t)); + t86 = A.CheckboxThemeData__lerpSides(t86.side, t92.side, t); + t92 = A.ChipThemeData_lerp(t1.chipTheme, t2.chipTheme, t); + t92.toString; + t102 = t1.dataTableTheme; + t103 = t2.dataTableTheme; + t104 = A.Decoration_lerp(t102.decoration, t103.decoration, t); + t105 = A.DataTableThemeData__lerpProperties(t102.dataRowColor, t103.dataRowColor, t, A.ui_Color_lerp$closure(), t19); + t106 = A.lerpDouble(t102.dataRowHeight, t103.dataRowHeight, t); + t107 = A.TextStyle_lerp(t102.dataTextStyle, t103.dataTextStyle, t); + t108 = A.DataTableThemeData__lerpProperties(t102.headingRowColor, t103.headingRowColor, t, A.ui_Color_lerp$closure(), t19); + t109 = A.lerpDouble(t102.headingRowHeight, t103.headingRowHeight, t); + t110 = A.TextStyle_lerp(t102.headingTextStyle, t103.headingTextStyle, t); + t111 = A.lerpDouble(t102.horizontalMargin, t103.horizontalMargin, t); + t112 = A.lerpDouble(t102.columnSpacing, t103.columnSpacing, t); + t113 = A.lerpDouble(t102.dividerThickness, t103.dividerThickness, t); + t103 = A.lerpDouble(t102.checkboxHorizontalMargin, t103.checkboxHorizontalMargin, t); + t102 = t1.dialogTheme; + t114 = t2.dialogTheme; + t115 = A.Color_lerp(t102.backgroundColor, t114.backgroundColor, t); + t116 = A.lerpDouble(t102.elevation, t114.elevation, t); + t117 = A.ShapeBorder_lerp(t102.shape, t114.shape, t); + t118 = A.AlignmentGeometry_lerp(t102.alignment, t114.alignment, t); + t119 = A.TextStyle_lerp(t102.titleTextStyle, t114.titleTextStyle, t); + t102 = A.TextStyle_lerp(t102.contentTextStyle, t114.contentTextStyle, t); + t114 = t1.dividerTheme; + t120 = t2.dividerTheme; + t121 = A.Color_lerp(t114.color, t120.color, t); + t122 = A.lerpDouble(t114.space, t120.space, t); + t123 = A.lerpDouble(t114.thickness, t120.thickness, t); + t124 = A.lerpDouble(t114.indent, t120.indent, t); + t114 = A.lerpDouble(t114.endIndent, t120.endIndent, t); + t120 = A.DrawerThemeData_lerp(t1.drawerTheme, t2.drawerTheme, t); t120.toString; - t104 = t6 ? t104.brightness : t108.brightness; - t108 = t1.dialogTheme; - t121 = t2.dialogTheme; - t122 = A.Color_lerp(t108.backgroundColor, t121.backgroundColor, t); - t123 = A.lerpDouble(t108.elevation, t121.elevation, t); - t124 = A.ShapeBorder_lerp(t108.shape, t121.shape, t); - t125 = A.AlignmentGeometry_lerp(t108.alignment, t121.alignment, t); - t126 = A.TextStyle_lerp(t108.titleTextStyle, t121.titleTextStyle, t); - t108 = A.TextStyle_lerp(t108.contentTextStyle, t121.contentTextStyle, t); - t121 = A.FloatingActionButtonThemeData_lerp(t1.floatingActionButtonTheme, t2.floatingActionButtonTheme, t); - t121.toString; - t127 = A.NavigationRailThemeData_lerp(t1.navigationRailTheme, t2.navigationRailTheme, t); + t125 = A.ElevatedButtonThemeData_lerp(t1.elevatedButtonTheme, t2.elevatedButtonTheme, t); + t125.toString; + t126 = A.FloatingActionButtonThemeData_lerp(t1.floatingActionButtonTheme, t2.floatingActionButtonTheme, t); + t126.toString; + t127 = A.ListTileThemeData_lerp(t1.listTileTheme, t2.listTileTheme, t); t127.toString; - t128 = t1.typography; - t129 = t2.typography; - t130 = A.TextTheme_lerp(t128.black, t129.black, t); - t131 = A.TextTheme_lerp(t128.white, t129.white, t); - t132 = A.TextTheme_lerp(t128.englishLike, t129.englishLike, t); - t133 = A.TextTheme_lerp(t128.dense, t129.dense, t); - t129 = A.TextTheme_lerp(t128.tall, t129.tall, t); - t128 = t6 ? t1.cupertinoOverrideTheme : t2.cupertinoOverrideTheme; - t134 = t1.snackBarTheme; - t135 = t2.snackBarTheme; - t136 = A.Color_lerp(t134.backgroundColor, t135.backgroundColor, t); - t137 = A.Color_lerp(t134.actionTextColor, t135.actionTextColor, t); - t138 = A.Color_lerp(t134.disabledActionTextColor, t135.disabledActionTextColor, t); - t139 = A.TextStyle_lerp(t134.contentTextStyle, t135.contentTextStyle, t); - t140 = A.lerpDouble(t134.elevation, t135.elevation, t); - t141 = A.ShapeBorder_lerp(t134.shape, t135.shape, t); - if (t6) - t134 = t134.behavior; + t128 = A.NavigationBarThemeData_lerp(t1.navigationBarTheme, t2.navigationBarTheme, t); + t128.toString; + t129 = A.NavigationRailThemeData_lerp(t1.navigationRailTheme, t2.navigationRailTheme, t); + t129.toString; + t130 = A.OutlinedButtonThemeData_lerp(t1.outlinedButtonTheme, t2.outlinedButtonTheme, t); + t130.toString; + t131 = A.PopupMenuThemeData_lerp(t1.popupMenuTheme, t2.popupMenuTheme, t); + t131.toString; + t132 = A.ProgressIndicatorThemeData_lerp(t1.progressIndicatorTheme, t2.progressIndicatorTheme, t); + t132.toString; + t133 = t1.radioTheme; + t134 = t2.radioTheme; + if (t3) + t135 = t133.mouseCursor; else - t134 = t135.behavior; - t135 = A.BottomSheetThemeData_lerp(t1.bottomSheetTheme, t2.bottomSheetTheme, t); - t135.toString; - t142 = A.PopupMenuThemeData_lerp(t1.popupMenuTheme, t2.popupMenuTheme, t); - t142.toString; - t143 = t1.bannerTheme; - t144 = t2.bannerTheme; - t145 = A.Color_lerp(t143.backgroundColor, t144.backgroundColor, t); - t146 = A.TextStyle_lerp(t143.contentTextStyle, t144.contentTextStyle, t); - t147 = A.EdgeInsetsGeometry_lerp(t143.padding, t144.padding, t); - t143 = A.EdgeInsetsGeometry_lerp(t143.leadingPadding, t144.leadingPadding, t); - t144 = t1.dividerTheme; - t148 = t2.dividerTheme; - t149 = A.Color_lerp(t144.color, t148.color, t); - t150 = A.lerpDouble(t144.space, t148.space, t); - t151 = A.lerpDouble(t144.thickness, t148.thickness, t); - t152 = A.lerpDouble(t144.indent, t148.indent, t); - t144 = A.lerpDouble(t144.endIndent, t148.endIndent, t); - t148 = A.ButtonBarThemeData_lerp(t1.buttonBarTheme, t2.buttonBarTheme, t); - t148.toString; - t153 = t1.bottomNavigationBarTheme; - t154 = t2.bottomNavigationBarTheme; - t155 = A.Color_lerp(t153.backgroundColor, t154.backgroundColor, t); - t156 = A.lerpDouble(t153.elevation, t154.elevation, t); - t157 = A.IconThemeData_lerp(t153.selectedIconTheme, t154.selectedIconTheme, t); - t158 = A.IconThemeData_lerp(t153.unselectedIconTheme, t154.unselectedIconTheme, t); - t159 = A.Color_lerp(t153.selectedItemColor, t154.selectedItemColor, t); - t160 = A.Color_lerp(t153.unselectedItemColor, t154.unselectedItemColor, t); - t161 = A.TextStyle_lerp(t153.selectedLabelStyle, t154.selectedLabelStyle, t); - t162 = A.TextStyle_lerp(t153.unselectedLabelStyle, t154.unselectedLabelStyle, t); - if (t6) - t163 = t153.showSelectedLabels; + t135 = t134.mouseCursor; + t136 = A.RadioThemeData__lerpProperties(t133.fillColor, t134.fillColor, t, A.ui_Color_lerp$closure(), t19); + if (t3) + t137 = t133.materialTapTargetSize; else - t163 = t154.showSelectedLabels; - if (t6) - t164 = t153.showUnselectedLabels; + t137 = t134.materialTapTargetSize; + t138 = A.RadioThemeData__lerpProperties(t133.overlayColor, t134.overlayColor, t, A.ui_Color_lerp$closure(), t19); + t139 = A.lerpDouble(t133.splashRadius, t134.splashRadius, t); + if (t3) + t133 = t133.visualDensity; else - t164 = t154.showUnselectedLabels; - if (t6) - t165 = t153.type; + t133 = t134.visualDensity; + t134 = t1.sliderTheme; + t140 = t2.sliderTheme; + t141 = A.lerpDouble(t134.trackHeight, t140.trackHeight, t); + t142 = A.Color_lerp(t134.activeTrackColor, t140.activeTrackColor, t); + t143 = A.Color_lerp(t134.inactiveTrackColor, t140.inactiveTrackColor, t); + t144 = A.Color_lerp(t134.disabledActiveTrackColor, t140.disabledActiveTrackColor, t); + t145 = A.Color_lerp(t134.disabledInactiveTrackColor, t140.disabledInactiveTrackColor, t); + t146 = A.Color_lerp(t134.activeTickMarkColor, t140.activeTickMarkColor, t); + t147 = A.Color_lerp(t134.inactiveTickMarkColor, t140.inactiveTickMarkColor, t); + t148 = A.Color_lerp(t134.disabledActiveTickMarkColor, t140.disabledActiveTickMarkColor, t); + t149 = A.Color_lerp(t134.disabledInactiveTickMarkColor, t140.disabledInactiveTickMarkColor, t); + t150 = A.Color_lerp(t134.thumbColor, t140.thumbColor, t); + t151 = A.Color_lerp(t134.overlappingShapeStrokeColor, t140.overlappingShapeStrokeColor, t); + t152 = A.Color_lerp(t134.disabledThumbColor, t140.disabledThumbColor, t); + t153 = A.Color_lerp(t134.overlayColor, t140.overlayColor, t); + t154 = A.Color_lerp(t134.valueIndicatorColor, t140.valueIndicatorColor, t); + t155 = t3 ? t134.overlayShape : t140.overlayShape; + t156 = t3 ? t134.tickMarkShape : t140.tickMarkShape; + t157 = t3 ? t134.thumbShape : t140.thumbShape; + t158 = t3 ? t134.trackShape : t140.trackShape; + t159 = t3 ? t134.valueIndicatorShape : t140.valueIndicatorShape; + t160 = t3 ? t134.rangeTickMarkShape : t140.rangeTickMarkShape; + t161 = t3 ? t134.rangeThumbShape : t140.rangeThumbShape; + t162 = t3 ? t134.rangeTrackShape : t140.rangeTrackShape; + t163 = t3 ? t134.rangeValueIndicatorShape : t140.rangeValueIndicatorShape; + t164 = t3 ? t134.showValueIndicator : t140.showValueIndicator; + t165 = A.TextStyle_lerp(t134.valueIndicatorTextStyle, t140.valueIndicatorTextStyle, t); + t166 = A.lerpDouble(t134.minThumbSeparation, t140.minThumbSeparation, t); + t134 = t3 ? t134.thumbSelector : t140.thumbSelector; + t140 = t1.snackBarTheme; + t167 = t2.snackBarTheme; + t168 = A.Color_lerp(t140.backgroundColor, t167.backgroundColor, t); + t169 = A.Color_lerp(t140.actionTextColor, t167.actionTextColor, t); + t170 = A.Color_lerp(t140.disabledActionTextColor, t167.disabledActionTextColor, t); + t171 = A.TextStyle_lerp(t140.contentTextStyle, t167.contentTextStyle, t); + t172 = A.lerpDouble(t140.elevation, t167.elevation, t); + t173 = A.ShapeBorder_lerp(t140.shape, t167.shape, t); + if (t3) + t140 = t140.behavior; else - t165 = t154.type; - if (t6) - t166 = t153.enableFeedback; + t140 = t167.behavior; + t167 = t1.switchTheme; + t174 = t2.switchTheme; + t175 = A.SwitchThemeData__lerpProperties(t167.thumbColor, t174.thumbColor, t, A.ui_Color_lerp$closure(), t19); + t176 = A.SwitchThemeData__lerpProperties(t167.trackColor, t174.trackColor, t, A.ui_Color_lerp$closure(), t19); + if (t3) + t177 = t167.materialTapTargetSize; else - t166 = t154.enableFeedback; - if (t6) - t153 = t153.landscapeLayout; + t177 = t174.materialTapTargetSize; + if (t3) + t178 = t167.mouseCursor; else - t153 = t154.landscapeLayout; - t154 = t1.timePickerTheme; - t167 = t2.timePickerTheme; - lerpedBorderSide = t154.dayPeriodBorderSide; - t168 = lerpedBorderSide == null; - if (t168) - t169 = t167.dayPeriodBorderSide == null; - else - t169 = false; - if (t169) - lerpedBorderSide = null; - else if (t168) - lerpedBorderSide = t167.dayPeriodBorderSide; - else { - t168 = t167.dayPeriodBorderSide; - if (!(t168 == null)) - lerpedBorderSide = A.BorderSide_lerp(lerpedBorderSide, t168, t); - } - t168 = A.Color_lerp(t154.backgroundColor, t167.backgroundColor, t); - t169 = A.Color_lerp(t154.hourMinuteTextColor, t167.hourMinuteTextColor, t); - t170 = A.Color_lerp(t154.hourMinuteColor, t167.hourMinuteColor, t); - t171 = A.Color_lerp(t154.dayPeriodTextColor, t167.dayPeriodTextColor, t); - t172 = A.Color_lerp(t154.dayPeriodColor, t167.dayPeriodColor, t); - t173 = A.Color_lerp(t154.dialHandColor, t167.dialHandColor, t); - t174 = A.Color_lerp(t154.dialBackgroundColor, t167.dialBackgroundColor, t); - t175 = A.Color_lerp(t154.dialTextColor, t167.dialTextColor, t); - t176 = A.Color_lerp(t154.entryModeIconColor, t167.entryModeIconColor, t); - t177 = A.TextStyle_lerp(t154.hourMinuteTextStyle, t167.hourMinuteTextStyle, t); - t178 = A.TextStyle_lerp(t154.dayPeriodTextStyle, t167.dayPeriodTextStyle, t); - t179 = A.TextStyle_lerp(t154.helpTextStyle, t167.helpTextStyle, t); - t180 = A.ShapeBorder_lerp(t154.shape, t167.shape, t); - t181 = A.ShapeBorder_lerp(t154.hourMinuteShape, t167.hourMinuteShape, t); - t182 = type$.nullable_OutlinedBorder; - t183 = t182._as(A.ShapeBorder_lerp(t154.dayPeriodShape, t167.dayPeriodShape, t)); - if (t6) - t154 = t154.inputDecorationTheme; - else - t154 = t167.inputDecorationTheme; - t167 = A.TextButtonThemeData_lerp(t1.textButtonTheme, t2.textButtonTheme, t); - t167.toString; - t184 = A.ElevatedButtonThemeData_lerp(t1.elevatedButtonTheme, t2.elevatedButtonTheme, t); - t184.toString; - t185 = A.OutlinedButtonThemeData_lerp(t1.outlinedButtonTheme, t2.outlinedButtonTheme, t); - t185.toString; + t178 = t174.mouseCursor; + t19 = A.SwitchThemeData__lerpProperties(t167.overlayColor, t174.overlayColor, t, A.ui_Color_lerp$closure(), t19); + t167 = A.lerpDouble(t167.splashRadius, t174.splashRadius, t); + t174 = t1.tabBarTheme; + t179 = t2.tabBarTheme; + t180 = A.Decoration_lerp(t174.indicator, t179.indicator, t); + t181 = t3 ? t174.indicatorSize : t179.indicatorSize; + t182 = A.Color_lerp(t174.labelColor, t179.labelColor, t); + t183 = A.EdgeInsetsGeometry_lerp(t174.labelPadding, t179.labelPadding, t); + t184 = A.TextStyle_lerp(t174.labelStyle, t179.labelStyle, t); + t185 = A.Color_lerp(t174.unselectedLabelColor, t179.unselectedLabelColor, t); + t179 = A.TextStyle_lerp(t174.unselectedLabelStyle, t179.unselectedLabelStyle, t); + t174 = A.TextButtonThemeData_lerp(t1.textButtonTheme, t2.textButtonTheme, t); + t174.toString; t186 = A.TextSelectionThemeData_lerp(t1.textSelectionTheme, t2.textSelectionTheme, t); t186.toString; - t187 = t1.dataTableTheme; - t188 = t2.dataTableTheme; - t189 = A.Decoration_lerp(t187.decoration, t188.decoration, t); - t190 = A.DataTableThemeData__lerpProperties(t187.dataRowColor, t188.dataRowColor, t, A.ui_Color_lerp$closure(), t96); - t191 = A.lerpDouble(t187.dataRowHeight, t188.dataRowHeight, t); - t192 = A.TextStyle_lerp(t187.dataTextStyle, t188.dataTextStyle, t); - t193 = A.DataTableThemeData__lerpProperties(t187.headingRowColor, t188.headingRowColor, t, A.ui_Color_lerp$closure(), t96); - t194 = A.lerpDouble(t187.headingRowHeight, t188.headingRowHeight, t); - t195 = A.TextStyle_lerp(t187.headingTextStyle, t188.headingTextStyle, t); - t196 = A.lerpDouble(t187.horizontalMargin, t188.horizontalMargin, t); - t197 = A.lerpDouble(t187.columnSpacing, t188.columnSpacing, t); - t198 = A.lerpDouble(t187.dividerThickness, t188.dividerThickness, t); - t188 = A.lerpDouble(t187.checkboxHorizontalMargin, t188.checkboxHorizontalMargin, t); - t187 = t1.checkboxTheme; - t199 = t2.checkboxTheme; - if (t6) - t200 = t187.mouseCursor; + t187 = t1.timePickerTheme; + t188 = t2.timePickerTheme; + lerpedBorderSide = t187.dayPeriodBorderSide; + t189 = lerpedBorderSide == null; + if (t189) + t190 = t188.dayPeriodBorderSide == null; else - t200 = t199.mouseCursor; - t201 = A.CheckboxThemeData__lerpProperties(t187.fillColor, t199.fillColor, t, A.ui_Color_lerp$closure(), t96); - t202 = A.CheckboxThemeData__lerpProperties(t187.checkColor, t199.checkColor, t, A.ui_Color_lerp$closure(), t96); - t203 = A.CheckboxThemeData__lerpProperties(t187.overlayColor, t199.overlayColor, t, A.ui_Color_lerp$closure(), t96); - t204 = A.lerpDouble(t187.splashRadius, t199.splashRadius, t); - if (t6) - t205 = t187.materialTapTargetSize; + t190 = false; + if (t190) + lerpedBorderSide = null; + else if (t189) + lerpedBorderSide = t188.dayPeriodBorderSide; + else { + t189 = t188.dayPeriodBorderSide; + if (!(t189 == null)) + lerpedBorderSide = A.BorderSide_lerp(lerpedBorderSide, t189, t); + } + t189 = A.Color_lerp(t187.backgroundColor, t188.backgroundColor, t); + t190 = A.Color_lerp(t187.hourMinuteTextColor, t188.hourMinuteTextColor, t); + t191 = A.Color_lerp(t187.hourMinuteColor, t188.hourMinuteColor, t); + t192 = A.Color_lerp(t187.dayPeriodTextColor, t188.dayPeriodTextColor, t); + t193 = A.Color_lerp(t187.dayPeriodColor, t188.dayPeriodColor, t); + t194 = A.Color_lerp(t187.dialHandColor, t188.dialHandColor, t); + t195 = A.Color_lerp(t187.dialBackgroundColor, t188.dialBackgroundColor, t); + t196 = A.Color_lerp(t187.dialTextColor, t188.dialTextColor, t); + t197 = A.Color_lerp(t187.entryModeIconColor, t188.entryModeIconColor, t); + t198 = A.TextStyle_lerp(t187.hourMinuteTextStyle, t188.hourMinuteTextStyle, t); + t199 = A.TextStyle_lerp(t187.dayPeriodTextStyle, t188.dayPeriodTextStyle, t); + t200 = A.TextStyle_lerp(t187.helpTextStyle, t188.helpTextStyle, t); + t201 = A.ShapeBorder_lerp(t187.shape, t188.shape, t); + t202 = A.ShapeBorder_lerp(t187.hourMinuteShape, t188.hourMinuteShape, t); + t100 = t100._as(A.ShapeBorder_lerp(t187.dayPeriodShape, t188.dayPeriodShape, t)); + if (t3) + t187 = t187.inputDecorationTheme; else - t205 = t199.materialTapTargetSize; - if (t6) - t206 = t187.visualDensity; - else - t206 = t199.visualDensity; - t182 = t182._as(A.ShapeBorder_lerp(t187.shape, t199.shape, t)); - t187 = A.CheckboxThemeData__lerpSides(t187.side, t199.side, t); - t199 = t1.radioTheme; - t207 = t2.radioTheme; - if (t6) - t208 = t199.mouseCursor; - else - t208 = t207.mouseCursor; - t209 = A.RadioThemeData__lerpProperties(t199.fillColor, t207.fillColor, t, A.ui_Color_lerp$closure(), t96); - if (t6) - t210 = t199.materialTapTargetSize; - else - t210 = t207.materialTapTargetSize; - t211 = A.RadioThemeData__lerpProperties(t199.overlayColor, t207.overlayColor, t, A.ui_Color_lerp$closure(), t96); - t212 = A.lerpDouble(t199.splashRadius, t207.splashRadius, t); - if (t6) - t199 = t199.visualDensity; - else - t199 = t207.visualDensity; - t207 = t1.switchTheme; - t213 = t2.switchTheme; - t214 = A.SwitchThemeData__lerpProperties(t207.thumbColor, t213.thumbColor, t, A.ui_Color_lerp$closure(), t96); - t215 = A.SwitchThemeData__lerpProperties(t207.trackColor, t213.trackColor, t, A.ui_Color_lerp$closure(), t96); - if (t6) - t216 = t207.materialTapTargetSize; - else - t216 = t213.materialTapTargetSize; - if (t6) - t217 = t207.mouseCursor; - else - t217 = t213.mouseCursor; - t96 = A.SwitchThemeData__lerpProperties(t207.overlayColor, t213.overlayColor, t, A.ui_Color_lerp$closure(), t96); - t207 = A.lerpDouble(t207.splashRadius, t213.splashRadius, t); - t213 = A.ProgressIndicatorThemeData_lerp(t1.progressIndicatorTheme, t2.progressIndicatorTheme, t); - t213.toString; - t218 = A.DrawerThemeData_lerp(t1.drawerTheme, t2.drawerTheme, t); - t218.toString; - t1 = t6 ? t1.androidOverscrollIndicator : t2.androidOverscrollIndicator; - return A.ThemeData$raw(t12, t13, t45, t41, t1, t105, false, t33, new A.MaterialBannerThemeData(t145, t146, t147, t143), t15, new A.BottomAppBarTheme(t106, t107, t103), new A.BottomNavigationBarThemeData(t155, t156, t157, t158, t159, t160, t161, t162, t163, t164, t165, t166, t153), t135, t148, t28, t26, t10, t16, new A.CardTheme(t83, t84, t85, t86, t87, t81), new A.CheckboxThemeData(t200, t201, t202, t203, t204, t205, t206, t182, t187), t82, new A.ColorScheme(t109, t110, t111, t112, t113, t114, t115, t116, t117, t118, t119, t120, t104), t128, t31, new A.DataTableThemeData(t189, t190, t191, t192, t193, t194, t195, t196, t197, t198, t188), t34, new A.DialogTheme(t122, t123, t124, t125, t126, t108), t25, t17, new A.DividerThemeData(t149, t150, t151, t152, t144), t218, t184, t37, true, t121, t18, t20, t36, t19, t43, t35, t42, t89, t127, t185, t90, t88, t142, t3, t7, t9, t8, t44, t40, t213, new A.RadioThemeData(t208, t209, t211, t212, t210, t199), t14, new A.ScrollbarThemeData(t91, t92, t93, t94, t95, t97, t98, t99, t100, t101, t102), t29, t23, t11, new A.SliderThemeData(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, t46), new A.SnackBarThemeData(t136, t137, t138, t139, t140, t141, t134), t21, t22, new A.SwitchThemeData(t214, t215, t216, t217, t96, t207), new A.TabBarTheme(t75, t76, t77, t78, t79, t80, t74), t167, t30, t32, t186, t39, new A.TimePickerThemeData(t168, t169, t170, t171, t172, t173, t174, t175, t176, t177, t178, t179, t180, t181, t183, lerpedBorderSide, t154), t27, t38, t47, new A.Typography(t130, t131, t132, t133, t129), t24, true, new A.VisualDensity(t5, t4)); + t187 = t188.inputDecorationTheme; + t188 = A.ToggleButtonsThemeData_lerp(t1.toggleButtonsTheme, t2.toggleButtonsTheme, t); + t188.toString; + t203 = A.TooltipThemeData_lerp(t1.tooltipTheme, t2.tooltipTheme, t); + t203.toString; + t204 = A.Color_lerp(t1.textSelectionColor, t2.textSelectionColor, t); + t204.toString; + t205 = A.Color_lerp(t1.cursorColor, t2.cursorColor, t); + t205.toString; + t206 = A.Color_lerp(t1.textSelectionHandleColor, t2.textSelectionHandleColor, t); + t206.toString; + t207 = A.Color_lerp(t1.accentColor, t2.accentColor, t); + t207.toString; + t208 = t3 ? t1.accentColorBrightness : t2.accentColorBrightness; + t209 = A.TextTheme_lerp(t1.accentTextTheme, t2.accentTextTheme, t); + t210 = A.IconThemeData_lerp(t1.accentIconTheme, t2.accentIconTheme, t); + t211 = A.Color_lerp(t1.buttonColor, t2.buttonColor, t); + t211.toString; + t1 = t3 ? t1.primaryColorBrightness : t2.primaryColorBrightness; + return A.ThemeData$raw(t207, t208, t210, t209, t4, t74, t5, t45, new A.MaterialBannerThemeData(t60, t61, t62, t63, t64), t36, new A.BottomAppBarTheme(t67, t68, t65), new A.BottomNavigationBarThemeData(t70, t71, t72, t73, t75, t76, t77, t78, t79, t80, t81, t82, t66), t69, t83, t211, t84, t34, t37, new A.CardTheme(t87, t88, t89, t90, t91, t85), new A.CheckboxThemeData(t93, t94, t95, t96, t97, t98, t99, t101, t86), t92, t25, t6, t205, new A.DataTableThemeData(t104, t105, t106, t107, t108, t109, t110, t111, t112, t113, t103), t46, new A.DialogTheme(t115, t116, t117, t118, t119, t102), t43, t38, new A.DividerThemeData(t121, t122, t123, t124, t114), t120, t125, t49, true, t126, t31, t39, t48, t32, t58, t47, t7, t127, t8, t128, t129, t130, t9, t10, t131, t28, t1, t30, t29, t59, t57, t132, new A.RadioThemeData(t135, t136, t138, t139, t137, t133), t35, new A.ScrollbarThemeData(t13, t14, t15, t16, t17, t18, t20, t21, t22, t23, t24, t11), t44, t41, t33, new A.SliderThemeData(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, t134), new A.SnackBarThemeData(t168, t169, t170, t171, t172, t173, t140), t40, t12, new A.SwitchThemeData(t175, t176, t177, t178, t19, t167), new A.TabBarTheme(t180, t181, t182, t183, t184, t185, t179), t174, t204, t206, t186, t51, new A.TimePickerThemeData(t189, t190, t191, t192, t193, t194, t195, t196, t197, t198, t199, t200, t201, t202, t100, lerpedBorderSide, t187), t188, t50, t203, new A.Typography(t53, t54, t55, t56, t52), t42, false, true, new A.VisualDensity(t27, t26)); } }; A.AnimatedTheme.prototype = { createState$0() { - return new A._AnimatedThemeState(null, B._StateLifecycle_0); + return new A._AnimatedThemeState(null, null, B._StateLifecycle_0); } }; A._AnimatedThemeState.prototype = { @@ -191401,11 +192987,11 @@ call$1(value) { return new A.ThemeDataTween(type$.ThemeData._as(value), null); }, - $signature: 1085 + $signature: 1094 }; A.MaterialTapTargetSize.prototype = { toString$0(_) { - return this._theme_data$_name; + return "MaterialTapTargetSize." + this._core$_name; } }; A.ThemeData.prototype = { @@ -191416,80 +193002,92 @@ if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; if (other instanceof A.ThemeData) - if (other.visualDensity.$eq(0, _this.visualDensity)) - if (J.$eq$(other.primaryColor, _this.primaryColor)) - if (other.primaryColorBrightness === _this.primaryColorBrightness) - if (J.$eq$(other.primaryColorLight, _this.primaryColorLight)) - if (J.$eq$(other.primaryColorDark, _this.primaryColorDark)) - if (J.$eq$(other.accentColor, _this.accentColor)) - if (other.accentColorBrightness === _this.accentColorBrightness) - 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.shadowColor, _this.shadowColor)) - if (J.$eq$(other.dividerColor, _this.dividerColor)) - if (J.$eq$(other.highlightColor, _this.highlightColor)) - if (J.$eq$(other.splashColor, _this.splashColor)) - if (other.splashFactory === _this.splashFactory) - if (J.$eq$(other.selectedRowColor, _this.selectedRowColor)) - if (J.$eq$(other.unselectedWidgetColor, _this.unselectedWidgetColor)) - if (J.$eq$(other.disabledColor, _this.disabledColor)) - if (other.buttonTheme.$eq(0, _this.buttonTheme)) - if (J.$eq$(other.buttonColor, _this.buttonColor)) - if (J.$eq$(other.toggleButtonsTheme, _this.toggleButtonsTheme)) - if (J.$eq$(other.secondaryHeaderColor, _this.secondaryHeaderColor)) - if (J.$eq$(other.textSelectionColor, _this.textSelectionColor)) - if (J.$eq$(other.cursorColor, _this.cursorColor)) - if (J.$eq$(other.textSelectionHandleColor, _this.textSelectionHandleColor)) + if (other.applyElevationOverlayColor === _this.applyElevationOverlayColor) + if (other.inputDecorationTheme.$eq(0, _this.inputDecorationTheme)) + if (other.materialTapTargetSize === _this.materialTapTargetSize) + if (other.pageTransitionsTheme.$eq(0, _this.pageTransitionsTheme)) + if (other.platform == _this.platform) + if (other.scrollbarTheme.$eq(0, _this.scrollbarTheme)) + if (other.splashFactory === _this.splashFactory) + if (other.visualDensity.$eq(0, _this.visualDensity)) + if (other.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.textTheme.$eq(0, _this.textTheme)) - if (other.primaryTextTheme.$eq(0, _this.primaryTextTheme)) - if (other.accentTextTheme.$eq(0, _this.accentTextTheme)) - if (other.inputDecorationTheme.$eq(0, _this.inputDecorationTheme)) - if (other.iconTheme.$eq(0, _this.iconTheme)) - if (other.primaryIconTheme.$eq(0, _this.primaryIconTheme)) - if (other.accentIconTheme.$eq(0, _this.accentIconTheme)) - if (other.sliderTheme.$eq(0, _this.sliderTheme)) - if (other.tabBarTheme.$eq(0, _this.tabBarTheme)) - if (J.$eq$(other.tooltipTheme, _this.tooltipTheme)) - if (other.cardTheme.$eq(0, _this.cardTheme)) - if (J.$eq$(other.chipTheme, _this.chipTheme)) - if (other.platform == _this.platform) - if (other.materialTapTargetSize === _this.materialTapTargetSize) - if (other.pageTransitionsTheme.$eq(0, _this.pageTransitionsTheme)) - if (other.appBarTheme.$eq(0, _this.appBarTheme)) - if (other.scrollbarTheme.$eq(0, _this.scrollbarTheme)) - if (other.bottomAppBarTheme.$eq(0, _this.bottomAppBarTheme)) - if (other.colorScheme.$eq(0, _this.colorScheme)) - if (other.dialogTheme.$eq(0, _this.dialogTheme)) + if (other.typography.$eq(0, _this.typography)) + if (other.textTheme.$eq(0, _this.textTheme)) + if (other.primaryTextTheme.$eq(0, _this.primaryTextTheme)) + if (other.iconTheme.$eq(0, _this.iconTheme)) + if (other.primaryIconTheme.$eq(0, _this.primaryIconTheme)) + if (other.appBarTheme.$eq(0, _this.appBarTheme)) + if (other.bannerTheme.$eq(0, _this.bannerTheme)) + if (other.bottomAppBarTheme.$eq(0, _this.bottomAppBarTheme)) + if (other.bottomNavigationBarTheme.$eq(0, _this.bottomNavigationBarTheme)) + if (J.$eq$(other.bottomSheetTheme, _this.bottomSheetTheme)) + if (J.$eq$(other.buttonBarTheme, _this.buttonBarTheme)) + if (other.buttonTheme.$eq(0, _this.buttonTheme)) + if (other.cardTheme.$eq(0, _this.cardTheme)) + if (other.checkboxTheme.$eq(0, _this.checkboxTheme)) + if (J.$eq$(other.chipTheme, _this.chipTheme)) + if (other.dataTableTheme.$eq(0, _this.dataTableTheme)) + if (other.dialogTheme.$eq(0, _this.dialogTheme)) + 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.navigationRailTheme, _this.navigationRailTheme)) - if (other.typography.$eq(0, _this.typography)) - if (other.snackBarTheme.$eq(0, _this.snackBarTheme)) - if (J.$eq$(other.bottomSheetTheme, _this.bottomSheetTheme)) + 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 (other.bannerTheme.$eq(0, _this.bannerTheme)) - if (other.dividerTheme.$eq(0, _this.dividerTheme)) - if (J.$eq$(other.buttonBarTheme, _this.buttonBarTheme)) - if (other.bottomNavigationBarTheme.$eq(0, _this.bottomNavigationBarTheme)) - if (other.timePickerTheme.$eq(0, _this.timePickerTheme)) - if (J.$eq$(other.textButtonTheme, _this.textButtonTheme)) - if (J.$eq$(other.elevatedButtonTheme, _this.elevatedButtonTheme)) - if (J.$eq$(other.outlinedButtonTheme, _this.outlinedButtonTheme)) - if (J.$eq$(other.textSelectionTheme, _this.textSelectionTheme)) - if (other.dataTableTheme.$eq(0, _this.dataTableTheme)) - if (other.checkboxTheme.$eq(0, _this.checkboxTheme)) - if (other.radioTheme.$eq(0, _this.radioTheme)) - if (other.switchTheme.$eq(0, _this.switchTheme)) - if (J.$eq$(other.progressIndicatorTheme, _this.progressIndicatorTheme)) - if (J.$eq$(other.drawerTheme, _this.drawerTheme)) - t1 = true; + 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.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; + else + t1 = false; + else + t1 = false; + else + t1 = false; + else + t1 = false; else t1 = false; else @@ -191642,95 +193240,98 @@ }, get$hashCode(_) { var _this = this; - return A.hashList([_this.visualDensity, _this.primaryColor, _this.primaryColorBrightness, _this.primaryColorLight, _this.primaryColorDark, _this.accentColor, _this.accentColorBrightness, _this.canvasColor, _this.shadowColor, _this.scaffoldBackgroundColor, _this.bottomAppBarColor, _this.cardColor, _this.dividerColor, _this.focusColor, _this.hoverColor, _this.highlightColor, _this.splashColor, _this.splashFactory, _this.selectedRowColor, _this.unselectedWidgetColor, _this.disabledColor, _this.buttonTheme, _this.buttonColor, _this.toggleButtonsTheme, _this.toggleableActiveColor, _this.secondaryHeaderColor, _this.textSelectionColor, _this.cursorColor, _this.textSelectionHandleColor, _this.backgroundColor, _this.dialogBackgroundColor, _this.indicatorColor, _this.hintColor, _this.errorColor, _this.textTheme, _this.primaryTextTheme, _this.accentTextTheme, _this.inputDecorationTheme, _this.iconTheme, _this.primaryIconTheme, _this.accentIconTheme, _this.sliderTheme, _this.tabBarTheme, _this.tooltipTheme, _this.cardTheme, _this.chipTheme, _this.platform, _this.materialTapTargetSize, false, _this.pageTransitionsTheme, _this.appBarTheme, _this.scrollbarTheme, _this.bottomAppBarTheme, _this.colorScheme, _this.dialogTheme, _this.floatingActionButtonTheme, _this.navigationRailTheme, _this.typography, _this.cupertinoOverrideTheme, _this.snackBarTheme, _this.bottomSheetTheme, _this.popupMenuTheme, _this.bannerTheme, _this.dividerTheme, _this.buttonBarTheme, _this.bottomNavigationBarTheme, _this.timePickerTheme, _this.textButtonTheme, _this.elevatedButtonTheme, _this.outlinedButtonTheme, _this.textSelectionTheme, _this.dataTableTheme, _this.checkboxTheme, _this.radioTheme, _this.switchTheme, _this.progressIndicatorTheme, _this.drawerTheme, true, true, _this.androidOverscrollIndicator]); + return A.hashList([_this.androidOverscrollIndicator, _this.applyElevationOverlayColor, _this.cupertinoOverrideTheme, _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, true, _this.textSelectionColor, _this.cursorColor, _this.textSelectionHandleColor, _this.accentColor, _this.accentColorBrightness, _this.accentTextTheme, _this.accentIconTheme, _this.buttonColor, true, _this.primaryColorBrightness]); } }; A.ThemeData_localize_closure.prototype = { call$0() { - 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, 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, + 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, 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, t1 = this.baseTheme, t2 = this.localTextGeometry, t3 = t2.merge$1(t1.primaryTextTheme), t4 = t2.merge$1(t1.accentTextTheme); t2 = t2.merge$1(t1.textTheme); - t5 = t1.visualDensity; - t6 = t1.primaryColor; - t7 = t1.primaryColorBrightness; - t8 = t1.primaryColorLight; - t9 = t1.primaryColorDark; - t10 = t1.accentColor; - t11 = t1.accentColorBrightness; - t12 = t1.canvasColor; - t13 = t1.shadowColor; - t14 = t1.scaffoldBackgroundColor; - t15 = t1.bottomAppBarColor; - t16 = t1.cardColor; - t17 = t1.dividerColor; - t18 = t1.focusColor; - t19 = t1.hoverColor; - t20 = t1.highlightColor; - t21 = t1.splashColor; - t22 = t1.splashFactory; - t23 = t1.selectedRowColor; - t24 = t1.unselectedWidgetColor; - t25 = t1.disabledColor; - t26 = t1.buttonColor; - t27 = t1.buttonTheme; - t28 = t1.toggleButtonsTheme; - t29 = t1.secondaryHeaderColor; - t30 = t1.textSelectionColor; - t31 = t1.cursorColor; - t32 = t1.textSelectionHandleColor; + t5 = t1.androidOverscrollIndicator; + t6 = t1.applyElevationOverlayColor; + t7 = t1.cupertinoOverrideTheme; + t8 = t1.inputDecorationTheme; + t9 = t1.materialTapTargetSize; + t10 = t1.pageTransitionsTheme; + t11 = t1.platform; + t12 = t1.scrollbarTheme; + t13 = t1.splashFactory; + t14 = t1.visualDensity; + t15 = t1.colorScheme; + t15 = t15.copyWith$1$brightness(null); + t16 = t1.primaryColor; + t17 = t1.primaryColorLight; + t18 = t1.primaryColorDark; + t19 = t1.focusColor; + t20 = t1.hoverColor; + t21 = t1.shadowColor; + t22 = t1.canvasColor; + t23 = t1.scaffoldBackgroundColor; + t24 = t1.bottomAppBarColor; + t25 = t1.cardColor; + t26 = t1.dividerColor; + t27 = t1.highlightColor; + t28 = t1.splashColor; + t29 = t1.selectedRowColor; + t30 = t1.unselectedWidgetColor; + t31 = t1.disabledColor; + t32 = t1.secondaryHeaderColor; t33 = t1.backgroundColor; t34 = t1.dialogBackgroundColor; t35 = t1.indicatorColor; t36 = t1.hintColor; t37 = t1.errorColor; t38 = t1.toggleableActiveColor; - t39 = t1.inputDecorationTheme; + t39 = t1.typography; t40 = t1.iconTheme; t41 = t1.primaryIconTheme; - t42 = t1.accentIconTheme; - t43 = t1.sliderTheme; - t44 = t1.tabBarTheme; - t45 = t1.tooltipTheme; - t46 = t1.cardTheme; - t47 = t1.chipTheme; - t48 = t1.platform; - t49 = t1.materialTapTargetSize; - t50 = t1.pageTransitionsTheme; - t51 = t1.appBarTheme; - t52 = t1.scrollbarTheme; - t53 = t1.bottomAppBarTheme; - t54 = t1.colorScheme; - t54 = t54.copyWith$1$brightness(null); - t55 = t1.dialogTheme; - t56 = t1.floatingActionButtonTheme; - t57 = t1.navigationRailTheme; - t58 = t1.typography; - t59 = t1.cupertinoOverrideTheme; - t60 = t1.snackBarTheme; - t61 = t1.bottomSheetTheme; + t42 = t1.appBarTheme; + t43 = t1.bannerTheme; + t44 = t1.bottomAppBarTheme; + t45 = t1.bottomNavigationBarTheme; + t46 = t1.bottomSheetTheme; + t47 = t1.buttonBarTheme; + t48 = t1.buttonTheme; + t49 = t1.cardTheme; + t50 = t1.checkboxTheme; + t51 = t1.chipTheme; + t52 = t1.dataTableTheme; + t53 = t1.dialogTheme; + t54 = t1.dividerTheme; + t55 = t1.drawerTheme; + t56 = t1.elevatedButtonTheme; + t57 = t1.floatingActionButtonTheme; + t58 = t1.listTileTheme; + t59 = t1.navigationBarTheme; + t60 = t1.navigationRailTheme; + t61 = t1.outlinedButtonTheme; t62 = t1.popupMenuTheme; - t63 = t1.bannerTheme; - t64 = t1.dividerTheme; - t65 = t1.buttonBarTheme; - t66 = t1.bottomNavigationBarTheme; - t67 = t1.timePickerTheme; - t68 = t1.textButtonTheme; - t69 = t1.elevatedButtonTheme; - t70 = t1.outlinedButtonTheme; - t71 = t1.textSelectionTheme; - t72 = t1.dataTableTheme; - t73 = t1.checkboxTheme; - t74 = t1.radioTheme; - t75 = t1.switchTheme; - t76 = t1.progressIndicatorTheme; - t77 = t1.drawerTheme; - t1 = t1.androidOverscrollIndicator; - return A.ThemeData$raw(t10, t11, t42, t4, t1, t51, false, t33, t63, t15, t53, t66, t61, t65, t26, t27, t12, t16, t46, t73, t47, t54, t59, t31, t72, t34, t55, t25, t17, t64, t77, t69, t37, true, t56, t18, t20, t36, t19, t40, t35, t39, t49, t57, t70, t50, t48, t62, t6, t7, t9, t8, t41, t3, t76, t74, t14, t52, t29, t23, t13, t43, t60, t21, t22, t75, t44, t68, t30, t32, t71, t2, t67, t28, t38, t45, t58, t24, true, t5); + t63 = t1.progressIndicatorTheme; + t64 = t1.radioTheme; + t65 = t1.sliderTheme; + t66 = t1.snackBarTheme; + t67 = t1.switchTheme; + t68 = t1.tabBarTheme; + t69 = t1.textButtonTheme; + t70 = t1.textSelectionTheme; + t71 = t1.timePickerTheme; + t72 = t1.toggleButtonsTheme; + t73 = t1.tooltipTheme; + t74 = t1.textSelectionColor; + t75 = t1.cursorColor; + t76 = t1.textSelectionHandleColor; + t77 = t1.accentColor; + t78 = t1.accentColorBrightness; + t79 = t1.accentIconTheme; + t80 = t1.buttonColor; + t1 = t1.primaryColorBrightness; + return A.ThemeData$raw(t77, t78, t79, t4, t5, t42, t6, t33, t43, t24, t44, t45, t46, t47, t80, t48, t22, t25, t49, t50, t51, t15, t7, t75, t52, t34, t53, t31, t26, t54, t55, t56, t37, true, t57, t19, t27, t36, t20, t40, t35, t8, t58, t9, t59, t60, t61, t10, t11, t62, t16, t1, t18, t17, t41, t3, t63, t64, t23, t12, t32, t29, t21, t65, t66, t28, t13, t67, t68, t69, t74, t76, t70, t2, t71, t72, t38, t73, t39, t30, false, true, t14); }, - $signature: 1086 + $signature: 1095 }; A.MaterialBasedCupertinoThemeData.prototype = { get$brightness() { @@ -191766,7 +193367,7 @@ A._FifoCache.prototype = { putIfAbsent$2(_, key, loader) { var t2, - t1 = this._theme_data$_cache, + t1 = this._cache, result = t1.$index(0, key); if (result != null) return result; @@ -191804,7 +193405,7 @@ A._VisualDensity_Object_Diagnosticable.prototype = {}; A.DayPeriod.prototype = { toString$0(_) { - return this._time$_name; + return "DayPeriod." + this._core$_name; } }; A.TimeOfDay.prototype = { @@ -191847,7 +193448,7 @@ return "0" + A.S(value); return B.JSInt_methods.toString$0(value); }, - $signature: 328 + $signature: 363 }; A.RestorableTimeOfDay.prototype = { createDefaultValue$0() { @@ -191875,22 +193476,22 @@ }; A.TimeOfDayFormat.prototype = { toString$0(_) { - return this._time$_name; + return "TimeOfDayFormat." + this._core$_name; } }; A.HourFormat.prototype = { toString$0(_) { - return this._time$_name; + return "HourFormat." + this._core$_name; } }; A._TimePickerMode.prototype = { toString$0(_) { - return this._time_picker0$_name; + return "_TimePickerMode." + this._core$_name; } }; A.TimePickerEntryMode.prototype = { toString$0(_) { - return this._time_picker0$_name; + return "TimePickerEntryMode." + this._core$_name; } }; A._TimePickerFragmentContext.prototype = {}; @@ -191911,8 +193512,8 @@ t4 = _this.use24HourDials; fragmentContext = new A._TimePickerFragmentContext(t2, _this.mode, t3, _this.get$_handleChangeMode(), _this.onHourDoubleTapped, _this.onMinuteDoubleTapped, t4); t5 = _this.orientation; - switch (t5) { - case B.Orientation_0: + switch (t5.index) { + case 0: t6 = type$.JSArray_Widget; t7 = A._setArrayType([], t6); t4 = !t4; @@ -191924,7 +193525,7 @@ controls = A.Column$(A._setArrayType([B.SizedBox_null_16_null_null, new A.SizedBox(_null, 96, A.Row$(t7, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null)], t6), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); width = _null; break; - case B.Orientation_1: + case 1: t6 = type$.JSArray_Widget; t7 = A._setArrayType([], t6); t4 = !t4; @@ -191943,7 +193544,7 @@ t1.toString; t1 = t1.get$timePickerDialHelpText(); t2 = A.TimePickerTheme_of(context).helpTextStyle; - return A.Container$(_null, A.Column$(A._setArrayType([B.SizedBox_null_16_null_null, A.Text$(t1, _null, _null, _null, _null, _null, t2 == null ? themeData.textTheme.overline : t2, _null, _null, _null), controls], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_24_0_24_0, _null, _null, width); + return A.Container$(_null, A.Column$(A._setArrayType([B.SizedBox_null_16_null_null, A.Text$(t1, _null, _null, _null, _null, _null, t2 == null ? themeData.textTheme.labelSmall : t2, _null, _null, _null), controls], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_24_0_24_0, _null, _null, width); } }; A._HourMinuteControl.prototype = { @@ -191960,13 +193561,13 @@ backgroundColor = A._MaterialStateColor$(new A._HourMinuteControl_build_closure0(themeData, t1.brightness === B.Brightness_0)); style = timePickerTheme.hourMinuteTextStyle; if (style == null) { - t1 = themeData.textTheme.headline2; + t1 = themeData.textTheme.displayMedium; t1.toString; style = t1; } shape = timePickerTheme.hourMinuteShape; if (shape == null) - shape = B.RoundedRectangleBorder_a510; + shape = B.RoundedRectangleBorder_LkV0; t1 = _this.isSelected; t2 = type$.MaterialState; states = t1 ? A.LinkedHashSet_LinkedHashSet$_literal([B.MaterialState_4], t2) : A.LinkedHashSet_LinkedHashSet$_empty(t2); @@ -191981,7 +193582,7 @@ var t1 = this.themeData.colorScheme; return states.contains$1(0, B.MaterialState_4) ? t1.primary : t1.onSurface; }, - $signature: 107 + $signature: 102 }; A._HourMinuteControl_build_closure0.prototype = { call$1(states) { @@ -191998,7 +193599,7 @@ } return t1; }, - $signature: 107 + $signature: 102 }; A._HourControl.prototype = { build$1(_, context) { @@ -192031,7 +193632,7 @@ return t2.replacing$1$hour(periodOffset + B.JSInt_methods.$mod(t2.get$hourOfPeriod() + hoursToAdd, 12)); } }, - $signature: 1088 + $signature: 1098 }; A._HourControl_build_closure1.prototype = { call$0() { @@ -192053,15 +193654,15 @@ }; A._StringFragment.prototype = { _stringFragmentValue$1(timeOfDayFormat) { - switch (timeOfDayFormat) { - case B.TimeOfDayFormat_4: - case B.TimeOfDayFormat_5: - case B.TimeOfDayFormat_3: - case B.TimeOfDayFormat_0: + switch (timeOfDayFormat.index) { + case 4: + case 5: + case 3: + case 0: return ":"; - case B.TimeOfDayFormat_1: + case 1: return "."; - case B.TimeOfDayFormat_2: + case 2: return "h"; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -192073,7 +193674,7 @@ timePickerTheme = A.TimePickerTheme_of(context), hourMinuteStyle = timePickerTheme.hourMinuteTextStyle; if (hourMinuteStyle == null) { - t1 = theme.textTheme.headline2; + t1 = theme.textTheme.displayMedium; t1.toString; hourMinuteStyle = t1; } @@ -192192,7 +193793,7 @@ pmStates = pmSelected ? A.LinkedHashSet_LinkedHashSet$_literal([B.MaterialState_4], t2) : A.LinkedHashSet_LinkedHashSet$_empty(t2); textStyle = timePickerTheme.dayPeriodTextStyle; if (textStyle == null) { - t2 = A.Theme_of(context).textTheme.subtitle1; + t2 = A.Theme_of(context).textTheme.titleMedium; t2.toString; textStyle = t2; } @@ -192201,7 +193802,7 @@ pmStyle = textStyle.copyWith$1$color(A.MaterialStateProperty_resolveAs(textColor, pmStates, t2)); shape = timePickerTheme.dayPeriodShape; if (shape == null) - shape = B.RoundedRectangleBorder_a510; + shape = B.RoundedRectangleBorder_LkV0; borderSide = timePickerTheme.dayPeriodBorderSide; if (borderSide == null) { t3 = colorScheme.onBackground.value; @@ -192218,12 +193819,12 @@ 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), B.Clip_0, t2, 0, _null, _null, _null, _null, B.MaterialType_0); t1 = _this.orientation; - switch (t1) { - case B.Orientation_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_m7u, B.BorderSide_m7u, B.BorderSide_m7u), _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, B.MaterialType_0), _null), B.Size_52_96, t1); + 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, B.MaterialType_0), _null), B.Size_52_96, t1); break; - case B.Orientation_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_m7u, B.BorderSide_m7u, B.BorderSide_m7u, 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, B.MaterialType_0), _null), B.Size_0_48, t1); + 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, B.MaterialType_0), _null), B.Size_0_48, t1); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -192242,7 +193843,7 @@ } return t1; }, - $signature: 107 + $signature: 102 }; A._DayPeriodControl_build_closure0.prototype = { call$1(states) { @@ -192256,7 +193857,7 @@ t1 = B.Color_0; return t1; }, - $signature: 107 + $signature: 102 }; A._DayPeriodControl_build_closure1.prototype = { call$0() { @@ -192285,9 +193886,9 @@ }; A._RenderInputPadding1.prototype = { set$minSize(value) { - if (this._minSize.$eq(0, value)) + if (this._time_picker0$_minSize.$eq(0, value)) return; - this._minSize = value; + this._time_picker0$_minSize = value; this.markNeedsLayout$0(); }, computeMinIntrinsicWidth$1(height) { @@ -192295,7 +193896,7 @@ t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t1.get$computeMinIntrinsicWidth()); - t2 = this._minSize; + t2 = this._time_picker0$_minSize; return Math.max(A.checkNum(t1), A.checkNum(t2._dx)); } return 0; @@ -192305,7 +193906,7 @@ t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t1.get$computeMinIntrinsicHeight()); - t2 = this._minSize; + t2 = this._time_picker0$_minSize; return Math.max(A.checkNum(t1), A.checkNum(t2._dy)); } return 0; @@ -192315,7 +193916,7 @@ t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t1.get$computeMaxIntrinsicWidth()); - t2 = this._minSize; + t2 = this._time_picker0$_minSize; return Math.max(A.checkNum(t1), A.checkNum(t2._dx)); } return 0; @@ -192325,7 +193926,7 @@ t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_3, width, t1.get$computeMaxIntrinsicHeight()); - t2 = this._minSize; + t2 = this._time_picker0$_minSize; return Math.max(A.checkNum(t1), A.checkNum(t2._dy)); } return 0; @@ -192336,7 +193937,7 @@ if (t1 != null) { childSize = layoutChild.call$2(t1, constraints); t1 = childSize._dx; - t2 = this._minSize; + t2 = this._time_picker0$_minSize; return constraints.constrain$1(new A.Size(Math.max(A.checkNum(t1), A.checkNum(t2._dx)), Math.max(A.checkNum(childSize._dy), A.checkNum(t2._dy)))); } return B.Size_0_0; @@ -192366,7 +193967,7 @@ if (!(t1 < 0)) { t2 = _this.RenderObjectWithChildMixin__child._box$_size; t3 = t2._dx; - t4 = _this._minSize; + t4 = _this._time_picker0$_minSize; if (!(t1 > Math.max(A.checkNum(t3), A.checkNum(t4._dx)))) { t3 = position._dy; t2 = t3 < 0 || t3 > Math.max(A.checkNum(t2._dy), A.checkNum(t4._dy)); @@ -192377,8 +193978,8 @@ if (t2) return false; newPosition = _box_0.newPosition = _this.RenderObjectWithChildMixin__child._box$_size.center$1(B.Offset_0_0); - switch (_this.orientation) { - case B.Orientation_0: + switch (_this.orientation.index) { + case 0: if (position._dy > newPosition._dy) { newPosition = newPosition.$add(0, B.Offset_0_1); _box_0.newPosition = newPosition; @@ -192389,7 +193990,7 @@ t1 = newPosition; } break; - case B.Orientation_1: + case 1: if (t1 > newPosition._dx) { newPosition = newPosition.$add(0, B.Offset_1_0); _box_0.newPosition = newPosition; @@ -192410,7 +194011,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.newPosition); }, - $signature: 230 + $signature: 58 }; A._TappableLabel.prototype = { get$value(receiver) { @@ -192462,7 +194063,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: 1090 + $signature: 1099 }; A._DialPainter_paint_paintLabels.prototype = { call$1(labels) { @@ -192485,18 +194086,18 @@ labelTheta += labelThetaIncrement; } }, - $signature: 1091 + $signature: 1100 }; A._Dial.prototype = { createState$0() { - return new A._DialState(null, B._StateLifecycle_0); + return new A._DialState(null, null, B._StateLifecycle_0); } }; A._DialState.prototype = { initState$0() { var t1, t2, t3, _this = this, _null = null; _this.super$State$initState(); - _this.___DialState__thetaController = A.AnimationController$(_null, B.Duration_200000, 0, _null, 1, _null, _this); + _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")); @@ -192508,7 +194109,7 @@ }, didChangeDependencies$0() { var t1, _this = this; - _this.super$__DialState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; _this.___DialState_themeData = A.Theme_of(t1); @@ -192686,7 +194287,7 @@ }, _buildTappableLabel$5(textTheme, color, value, label, onTap) { var _null = null, - style = textTheme.bodyText1.copyWith$1$color(color), + 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); @@ -192952,7 +194553,7 @@ theme = A.Theme_of(context); hourMinuteStyle = A.TimePickerTheme_of(context).hourMinuteTextStyle; if (hourMinuteStyle == null) { - t3 = theme.textTheme.headline2; + t3 = theme.textTheme.displayMedium; t3.toString; hourMinuteStyle = t3; } @@ -192961,7 +194562,7 @@ t3.toString; t3 = t3.get$timePickerInputHelpText(); t4 = A.TimePickerTheme_of(context).helpTextStyle; - t3 = A.Text$(t3, _null, _null, _null, _null, _null, t4 == null ? theme.textTheme.overline : t4, _null, _null, _null); + t3 = A.Text$(t3, _null, _null, _null, _null, _null, t4 == null ? theme.textTheme.labelSmall : t4, _null, _null, _null); t4 = type$.JSArray_Widget; t5 = A._setArrayType([], t4); if (t2 && timeOfDayFormat === B.TimeOfDayFormat_5) @@ -192975,7 +194576,7 @@ t8 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); t8.toString; t8 = t8.get$timePickerHourLabel(); - t7.push(new A.ExcludeSemantics(true, A.Text$(t8, _null, 1, B.TextOverflow_2, _null, _null, theme.textTheme.caption, _null, _null, _null), _null)); + 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); t8 = A.Container$(_null, new A._StringFragment(timeOfDayFormat, _null), B.Clip_0, _null, _null, _null, _null, 80, _null, B.EdgeInsets_0_8_0_0, _null, _null, _null, _null); @@ -192987,7 +194588,7 @@ t9 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); t9.toString; t9 = t9.get$timePickerMinuteLabel(); - t10.push(new A.ExcludeSemantics(true, A.Text$(t9, _null, 1, B.TextOverflow_2, _null, _null, theme.textTheme.caption, _null, _null, _null), _null)); + 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)); if (t2 && timeOfDayFormat !== B.TimeOfDayFormat_5) @@ -192998,7 +194599,7 @@ t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); t1.toString; t1 = t1.get$invalidTimeLabel(); - t3 = theme.textTheme.bodyText2; + t3 = theme.textTheme.bodyMedium; t3.toString; t2.push(A.Text$(t1, _null, _null, _null, _null, _null, t3.copyWith$1$color(theme.colorScheme.error), _null, _null, _null)); } else @@ -193039,7 +194640,7 @@ A._HourMinuteTextField.prototype = { createState$0() { var _null = null; - return new A._HourMinuteTextFieldState(new A.RestorableTextEditingController(B.TextEditingValue_QOg, A.List_List$filled(0, _null, false, type$.nullable_void_Function)), A.RestorableBool$(false), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, B._StateLifecycle_0); + return new A._HourMinuteTextFieldState(new A.RestorableTextEditingController(B.TextEditingValue_li8, A.List_List$filled(0, _null, false, type$.nullable_void_Function)), A.RestorableBool$(false), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, B._StateLifecycle_0); }, onSavedSubmitted$1(arg0) { return this.onSavedSubmitted.call$1(arg0); @@ -193084,21 +194685,22 @@ return !t4 ? t2.formatMinute$1(t3) : t2.formatHour$2$alwaysUse24HourFormat(t3, t1.alwaysUse24HourFormat); }, build$1(_, context) { - var t3, inputDecoration, unfocusedFillColor, hintText, t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, + 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, t1 = colorScheme.error, - t2 = _this._widget; - t2 = t2.style; - t3 = colorScheme.onSurface.value; - inputDecoration = A.InputDecoration$(_null, _null, _null, B.EdgeInsets_0_0_0_0, _null, _null, _null, _null, true, B.OutlineInputBorder_ipC, new A.OutlineInputBorder(4, B.BorderRadius_tLn0, new A.BorderSide(t1, 2, B.BorderStyle_1)), _null, B.TextStyle_zIQ, _null, _null, true, _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, t3 >>> 16 & 255, t3 >>> 8 & 255, t3 & 255)), _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = _this._widget.style, + t3 = colorScheme.onSurface, + t4 = t3.value, + 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_zIQ, _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); unfocusedFillColor = timePickerTheme.hourMinuteColor; - if (unfocusedFillColor == null) { - t1 = colorScheme.onSurface.value; - unfocusedFillColor = A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - } + if (unfocusedFillColor == null) + unfocusedFillColor = A.Color$fromARGB(31, t5, t6, t4); t1 = type$.MediaQuery; if (context.dependOnInheritedWidgetOfExactType$1$0(t1).data.accessibleNavigation || $.$get$window().platformDispatcher._configuration.semanticsEnabled) hintText = _this._widget.semanticHintText; @@ -193111,18 +194713,18 @@ inputDecoration = inputDecoration.copyWith$2$fillColor$hintText(t2, hintText); t1 = context.dependOnInheritedWidgetOfExactType$1$0(t1).data.copyWith$1$textScaleFactor(1); t2 = _this.RestorationMixin__bucket; - t3 = _this._widget.autofocus; - t4 = A._setArrayType([new A.LengthLimitingTextInputFormatter(2, _null)], type$.JSArray_TextInputFormatter); - t5 = A._lateReadCheck(_this.___HourMinuteTextFieldState_focusNode, _s9_); - t6 = _this._widget.style; - t7 = timePickerTheme.hourMinuteTextColor; - t6 = t6.copyWith$1$color(t7 == null ? colorScheme.onSurface : t7); + t4 = _this._widget.autofocus; + t5 = A._setArrayType([new A.LengthLimitingTextInputFormatter(2, _null)], type$.JSArray_TextInputFormatter); + t6 = A._lateReadCheck(_this.___HourMinuteTextFieldState_focusNode, _s9_); + t7 = _this._widget.style; + t8 = timePickerTheme.hourMinuteTextColor; + t3 = t7.copyWith$1$color(t8 == null ? t3 : t8); t7 = _this.controller._restoration_properties$_value; t7.toString; t8 = _this._widget; t9 = t8.validator; t10 = t8.onSavedSubmitted; - return new A.SizedBox(_null, 80, new A.MediaQuery(t1, A.UnmanagedRestorationScope$(t2, A.TextFormField$(true, _null, t3 === true, _null, t7, inputDecoration, _null, true, t5, _null, t4, _null, B.TextInputType_2_false_false, _null, _null, false, t8.onChanged, new A._HourMinuteTextFieldState_build_closure(_this), t10, t10, false, "hour_minute_text_form_field", t6, B.TextAlign_2, _null, t9)), _null), _null); + return new A.SizedBox(_null, 80, new A.MediaQuery(t1, A.UnmanagedRestorationScope$(t2, A.TextFormField$(true, _null, t4 === true, _null, t7, inputDecoration, _null, true, t6, _null, t5, _null, B.TextInputType_2_false_false, _null, _null, false, t8.onChanged, new A._HourMinuteTextFieldState_build_closure(_this), t10, t10, false, "hour_minute_text_form_field", t3, B.TextAlign_2, _null, t9)), _null), _null); } }; A._HourMinuteTextFieldState_initState_closure.prototype = { @@ -193149,7 +194751,7 @@ createState$0() { var _null = null, t1 = type$.nullable_void_Function; - return new A._TimePickerDialogState(new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_FormState), new A._RestorableTimePickerMode(B._TimePickerMode_0, A.List_List$filled(0, _null, false, t1)), new A._RestorableTimePickerModeN(_null, A.List_List$filled(0, _null, false, t1)), A.RestorableBool$(false), new A.RestorableBoolN(_null, A.List_List$filled(0, _null, false, t1)), new A.RestorableBoolN(_null, A.List_List$filled(0, _null, false, t1)), A.RestorableBool$(false), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, B._StateLifecycle_0); + return new A._TimePickerDialogState(new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_FormState), new A._RestorableTimePickerMode(B._TimePickerMode_0, A.List_List$filled(0, _null, false, t1)), new A._RestorableTimePickerModeN(_null, A.List_List$filled(0, _null, false, t1)), new A._RestorableAutovalidateMode0(B.AutovalidateMode_0, A.List_List$filled(0, _null, false, t1)), new A.RestorableBoolN(_null, A.List_List$filled(0, _null, false, t1)), new A.RestorableBoolN(_null, A.List_List$filled(0, _null, false, t1)), A.RestorableBool$(false), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, B._StateLifecycle_0); } }; A._RestorableTimePickerEntryMode.prototype = { @@ -193161,7 +194763,7 @@ }, fromPrimitives$1(data) { data.toString; - return B.List_zNb[A._asIntS(data)]; + return B.List_boW[A._asIntS(data)]; }, toPrimitives$0() { return this._restoration_properties$_value.index; @@ -193176,7 +194778,22 @@ }, fromPrimitives$1(data) { data.toString; - return B.List_IVQ[A._asIntS(data)]; + return B.List_izR[A._asIntS(data)]; + }, + toPrimitives$0() { + return this._restoration_properties$_value.index; + } + }; + A._RestorableAutovalidateMode0.prototype = { + createDefaultValue$0() { + return this._time_picker0$_defaultValue; + }, + didUpdateValue$1(oldValue) { + this.notifyListeners$0(); + }, + fromPrimitives$1(data) { + data.toString; + return B.List_wbZ[A._asIntS(data)]; }, toPrimitives$0() { return this._restoration_properties$_value.index; @@ -193191,7 +194808,7 @@ }, fromPrimitives$1(data) { data.toString; - return B.List_IVQ[A._asIntS(data)]; + return B.List_izR[A._asIntS(data)]; }, toPrimitives$0() { var t1 = this._restoration_properties$_value; @@ -193238,7 +194855,7 @@ _this.registerForRestoration$2(_this.get$_time_picker0$_entryMode(), "entry_mode"); _this.registerForRestoration$2(_this._time_picker0$_mode, "mode"); _this.registerForRestoration$2(_this._lastModeAnnounced, "last_mode_announced"); - _this.registerForRestoration$2(_this._time_picker0$_autoValidate, "autovalidate"); + _this.registerForRestoration$2(_this._time_picker0$_autovalidateMode, "autovalidateMode"); _this.registerForRestoration$2(_this._autofocusHour, "autofocus_hour"); _this.registerForRestoration$2(_this._autofocusMinute, "autofocus_minute"); _this.registerForRestoration$2(_this._announcedInitialTime, "announced_initial_time"); @@ -193376,7 +194993,7 @@ theme = A.Theme_of(context), shape = A.TimePickerTheme_of(context).shape; if (shape == null) - shape = B.RoundedRectangleBorder_a510; + shape = B.RoundedRectangleBorder_LkV0; orientation = media.get$orientation(media); t2 = A.TimePickerTheme_of(context).entryModeIconColor; if (t2 == null) { @@ -193399,7 +195016,7 @@ t4.toString; t4 = t4.get$dialModeButtonLabel(); } - t4 = A.IconButton$(B.Alignment_0_0, t2, _null, true, t3, 24, _this.get$_time_picker0$_handleEntryModeToggle(), B.EdgeInsets_8_8_8_8, t4, _null); + t4 = A.IconButton$(B.Alignment_0_0, t2, _null, true, t3, _null, _this.get$_time_picker0$_handleEntryModeToggle(), B.EdgeInsets_8_8_8_8, 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); @@ -193415,11 +195032,11 @@ 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); - switch (orientation) { - case B.Orientation_0: + 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); break; - case B.Orientation_1: + 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); break; default: @@ -193427,7 +195044,7 @@ } break; case B.TimePickerEntryMode_1: - t2 = _this._time_picker0$_autoValidate._restoration_properties$_value; + 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); @@ -193441,12 +195058,12 @@ 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: - switch (orientation) { - case B.Orientation_0: + switch (orientation.index) { + case 0: timePickerHeight = theme0.materialTapTargetSize === B.MaterialTapTargetSize_0 ? 496 : 484; timePickerWidth = 328; break; - case B.Orientation_1: + case 1: timePickerWidth = 528 * textScaleFactor; timePickerHeight = theme0.materialTapTargetSize === B.MaterialTapTargetSize_0 ? 316 : 304; break; @@ -193508,7 +195125,7 @@ var t1 = this.$this; switch (t1.get$_time_picker0$_entryMode()._restoration_properties$_value) { case B.TimePickerEntryMode_0: - t1._time_picker0$_autoValidate.super$RestorableValue$value(0, false); + t1._time_picker0$_autovalidateMode.set$value(0, B.AutovalidateMode_0); t1.get$_time_picker0$_entryMode().set$value(0, B.TimePickerEntryMode_1); break; case B.TimePickerEntryMode_1: @@ -193537,7 +195154,7 @@ }; A._TimePickerDialogState__handleOk_closure.prototype = { call$0() { - this.$this._time_picker0$_autoValidate.super$RestorableValue$value(0, true); + this.$this._time_picker0$_autovalidateMode.set$value(0, B.AutovalidateMode_1); }, $signature: 0 }; @@ -193546,42 +195163,42 @@ var t1 = this.builder.call$2(context, this.dialog); return t1; }, - $signature: 72 + $signature: 69 }; A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A.__TimePickerDialogState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A.__TimePickerInputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A.__DialState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.__HourMinuteTextFieldState_State_RestorationMixin.prototype = { @@ -193838,7 +195455,7 @@ _getTrailingBorderSide$3(index, theme, toggleButtonsTheme) { var resultingBorderWidth, t1; if (index !== 1) - return B.BorderSide_m7u; + return B.BorderSide_0CF; resultingBorderWidth = toggleButtonsTheme.borderWidth; if (resultingBorderWidth == null) resultingBorderWidth = 1; @@ -193860,12 +195477,21 @@ } }, build$1(_, context) { - var theme = A.Theme_of(context), + var result, resolvedTapTargetSize, + theme = A.Theme_of(context), toggleButtonsTheme = A.ToggleButtonsTheme_of(context), t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - t1 = A.Row$(A.List_List$generate(2, new A.ToggleButtons_build_closure(this, t1.textDirection, toggleButtonsTheme, theme), type$.Widget), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_0, null); - return new A.IntrinsicHeight(t1, null); + result = new A.IntrinsicHeight(A.Row$(A.List_List$generate(2, new A.ToggleButtons_build_closure(this, t1.textDirection, toggleButtonsTheme, theme), 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)); + } } }; A.ToggleButtons_build_closure.prototype = { @@ -193887,7 +195513,7 @@ t3 = t3.splashColor; return new A._ToggleButton(t2, _null, t1.constraints, _null, _null, _null, _null, t4, t6, t5, t3, _null, new A.ToggleButtons_build__closure(t1, index), _null, leadingBorderSide, borderSide, trailingBorderSide, edgeBorderRadius, clipBorderRadius, index === 0, index === 1, B.Axis_0, B.VerticalDirection_1, t1.children[index], _null); }, - $signature: 1093 + $signature: 1104 }; A.ToggleButtons_build__closure.prototype = { call$0() { @@ -193973,7 +195599,7 @@ } currentTextStyle = toggleButtonsTheme.textStyle; if (currentTextStyle == null) { - t1 = theme.textTheme.bodyText2; + t1 = theme.textTheme.bodyMedium; t1.toString; currentTextStyle = t1; } @@ -193987,7 +195613,7 @@ 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_a511, currentSplashColor, t1)), _this.key); + 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 = { @@ -194041,9 +195667,9 @@ this.markNeedsLayout$0(); }, set$verticalDirection(value) { - if (this._verticalDirection === value) + if (this._toggle_buttons$_verticalDirection === value) return; - this._verticalDirection = value; + this._toggle_buttons$_verticalDirection = value; this.markNeedsLayout$0(); }, set$leadingBorderSide(value) { @@ -194196,11 +195822,11 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } else - switch (_this._verticalDirection) { - case B.VerticalDirection_1: + switch (_this._toggle_buttons$_verticalDirection.index) { + case 1: t1.offset = new A.Offset(_this._borderSide.width, _this._leadingBorderSide.width); break; - case B.VerticalDirection_0: + case 0: t1.offset = new A.Offset(_this._borderSide.width, _this._trailingBorderSide.width); break; default: @@ -194383,8 +196009,8 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } else - switch (_this._verticalDirection) { - case B.VerticalDirection_1: + switch (_this._toggle_buttons$_verticalDirection.index) { + case 1: if (_this._isLastButton) { topPath = A.Path_Path(); topPath.moveTo$2(0, t1, t2 + _this._leadingBorderSide.width / 2); @@ -194422,7 +196048,7 @@ context.get$canvas(context).drawPath$2(0, paths, paint); } break; - case B.VerticalDirection_0: + case 0: if (_this._isLastButton) { bottomPath = A.Path_Path(); bottomPath.moveTo$2(0, t1, t3 - _this._leadingBorderSide.width / 2); @@ -194465,6 +196091,118 @@ } } }; + 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.set$child(null); + return t1; + }, + updateRenderObject$2(context, renderObject) { + renderObject.set$minSize(this.minSize); + renderObject.set$direction(0, this.direction); + } + }; + A._RenderInputPadding2.prototype = { + set$minSize(value) { + if (this._toggle_buttons$_minSize.$eq(0, value)) + return; + this._toggle_buttons$_minSize = value; + this.markNeedsLayout$0(); + }, + set$direction(_, value) { + if (this._toggle_buttons$_direction === value) + return; + this._toggle_buttons$_direction = value; + this.markNeedsLayout$0(); + }, + computeMinIntrinsicWidth$1(height) { + var t2, + t1 = this.RenderObjectWithChildMixin__child; + if (t1 != null) { + t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_0, height, t1.get$computeMinIntrinsicWidth()); + t2 = this._toggle_buttons$_minSize; + return Math.max(A.checkNum(t1), A.checkNum(t2._dx)); + } + return 0; + }, + computeMinIntrinsicHeight$1(width) { + var t2, + t1 = this.RenderObjectWithChildMixin__child; + if (t1 != null) { + t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_2, width, t1.get$computeMinIntrinsicHeight()); + t2 = this._toggle_buttons$_minSize; + return Math.max(A.checkNum(t1), A.checkNum(t2._dy)); + } + return 0; + }, + computeMaxIntrinsicWidth$1(height) { + var t2, + t1 = this.RenderObjectWithChildMixin__child; + if (t1 != null) { + t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_1, height, t1.get$computeMaxIntrinsicWidth()); + t2 = this._toggle_buttons$_minSize; + return Math.max(A.checkNum(t1), A.checkNum(t2._dx)); + } + return 0; + }, + computeMaxIntrinsicHeight$1(width) { + var t2, + t1 = this.RenderObjectWithChildMixin__child; + if (t1 != null) { + t1 = t1._computeIntrinsicDimension$3(B._IntrinsicDimension_3, width, t1.get$computeMaxIntrinsicHeight()); + t2 = this._toggle_buttons$_minSize; + return Math.max(A.checkNum(t1), A.checkNum(t2._dy)); + } + return 0; + }, + _computeSize$2$constraints$layoutChild(constraints, layoutChild) { + var childSize, t2, + t1 = this.RenderObjectWithChildMixin__child; + if (t1 != null) { + childSize = layoutChild.call$2(t1, constraints); + t1 = childSize._dx; + t2 = this._toggle_buttons$_minSize; + return constraints.constrain$1(new A.Size(Math.max(A.checkNum(t1), A.checkNum(t2._dx)), Math.max(A.checkNum(childSize._dy), A.checkNum(t2._dy)))); + } + return B.Size_0_0; + }, + computeDryLayout$1(constraints) { + return this._computeSize$2$constraints$layoutChild(constraints, A.layout_helper_ChildLayoutHelper_dryLayoutChild$closure()); + }, + performLayout$0() { + var t2, t3, _this = this, + t1 = _this._computeSize$2$constraints$layoutChild(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), A.layout_helper_ChildLayoutHelper_layoutChild$closure()); + _this._box$_size = t1; + t2 = _this.RenderObjectWithChildMixin__child; + if (t2 != null) { + t3 = t2.parentData; + t3.toString; + type$.BoxParentData._as(t3); + t2 = t2._box$_size; + t2.toString; + t3.offset = B.Alignment_0_0.alongOffset$1(type$.Offset._as(t1.$sub(0, t2))); + } + }, + hitTest$2$position(result, position) { + var t2, t3, _this = this, t1 = {}; + if (!_this._box$_size.contains$1(0, position)) + return false; + t1.center = null; + t2 = _this._toggle_buttons$_direction; + t3 = _this.RenderObjectWithChildMixin__child; + t2 = t2 === B.Axis_0 ? t1.center = new A.Offset(position._dx, t3._box$_size._dy / 2) : t1.center = new A.Offset(t3._box$_size._dx / 2, position._dy); + return result.addWithRawTransform$3$hitTest$position$transform(new A._RenderInputPadding_hitTest_closure2(t1, _this), t2, A.MatrixUtils_forceToPoint(t2)); + } + }; + A._RenderInputPadding_hitTest_closure2.prototype = { + call$2(result, position) { + return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.center); + }, + $signature: 58 + }; A.__DefaultFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ResolveFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.ToggleButtonsThemeData.prototype = { @@ -194669,9 +196407,9 @@ _this.notifyListeners$0(); }, set$activeColor(value) { - if (J.$eq$(this._activeColor, value)) + if (J.$eq$(this._toggleable$_activeColor, value)) return; - this._activeColor = value; + this._toggleable$_activeColor = value; this.notifyListeners$0(); }, set$inactiveColor(value) { @@ -194717,9 +196455,9 @@ this.notifyListeners$0(); }, set$isFocused(value) { - if (value === this._isFocused) + if (value === this._toggleable$_isFocused) return; - this._isFocused = value; + this._toggleable$_isFocused = value; this.notifyListeners$0(); }, set$isHovered(value) { @@ -194766,7 +196504,7 @@ t2.toString; t1 = _this._splashRadius; t1.toString; - t3 = _this._isFocused; + t3 = _this._toggleable$_isFocused; t3.toString; if (!t3) { t3 = _this._isHovered; @@ -194810,28 +196548,38 @@ }, shouldRebuildSemantics$1(oldDelegate) { return false; + }, + toString$0(_) { + return "#" + A.shortHash(this); } }; A.Tooltip.prototype = { createState$0() { - return new A._TooltipState(null, B._StateLifecycle_0); + return new A._TooltipState(null, null, B._StateLifecycle_0); } }; A._TooltipState.prototype = { - set$height(_, value) { - this.___TooltipState_height = value; + get$_tooltipMessage() { + var t1 = this._widget.message; + return t1 == null ? null.toPlainText$0() : t1; }, initState$0() { var t1, _this = this; _this.super$State$initState(); + _this.___TooltipState__forceRemoval = _this.___TooltipState__isConcealed = false; t1 = $.RendererBinding__instance.RendererBinding__mouseTracker._mouseStates; _this.___TooltipState__mouseIsConnected = t1.get$isNotEmpty(t1); - t1 = A.AnimationController$(null, B.Duration_150000, 0, B.Duration_75000, 1, null, _this); + t1 = A.AnimationController$(null, B.Duration_150000, B.Duration_75000, 1, null, _this); t1.addStatusListener$1(_this.get$_tooltip$_handleStatusChanged()); _this.___TooltipState__controller = 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; + }, _getDefaultTooltipHeight$0() { var t1 = this._framework$_element; t1.toString; @@ -194840,8 +196588,12 @@ case B.TargetPlatform_3: case B.TargetPlatform_5: return 24; - default: + case B.TargetPlatform_0: + case B.TargetPlatform_1: + case B.TargetPlatform_2: return 32; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _getDefaultPadding$0() { @@ -194852,8 +196604,12 @@ case B.TargetPlatform_3: case B.TargetPlatform_5: return B.EdgeInsets_8_0_8_0; - default: + case B.TargetPlatform_0: + case B.TargetPlatform_1: + case B.TargetPlatform_2: return B.EdgeInsets_16_0_16_0; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _getDefaultFontSize$0() { @@ -194864,8 +196620,12 @@ case B.TargetPlatform_3: case B.TargetPlatform_5: return 10; - default: + case B.TargetPlatform_0: + case B.TargetPlatform_1: + case B.TargetPlatform_2: return 14; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _handleMouseTrackerChange$0() { @@ -194878,10 +196638,15 @@ _this.setState$1(new A._TooltipState__handleMouseTrackerChange_closure(_this, mouseIsConnected)); }, _tooltip$_handleStatusChanged$1($status) { + var t1; if ($status === B.AnimationStatus_0) - this._hideTooltip$1$immediately(true); + t1 = A._lateReadCheck(this.___TooltipState__forceRemoval, "_forceRemoval") || !A._lateReadCheck(this.___TooltipState__isConcealed, "_isConcealed"); + else + t1 = false; + if (t1) + this._removeEntry$0(); }, - _hideTooltip$1$immediately(immediately) { + _dismissTooltip$1$immediately(immediately) { var t2, _this = this, _s11_ = "_controller", t1 = _this._showTimer; @@ -194892,43 +196657,94 @@ _this._removeEntry$0(); return; } + _this.___TooltipState__forceRemoval = true; if (_this._pressActivated) { - if (_this._hideTimer == null) { + if (_this._dismissTimer == null) { t1 = A._lateReadCheck(_this.___TooltipState_showDuration, "showDuration"); t2 = A._lateReadCheck(_this.___TooltipState__controller, _s11_); - _this._hideTimer = A.Timer_Timer(t1, t2.get$reverse(t2)); + _this._dismissTimer = A.Timer_Timer(t1, t2.get$reverse(t2)); } - } else if (_this._hideTimer == null) { + } else if (_this._dismissTimer == null) { t1 = A._lateReadCheck(_this.___TooltipState_hoverShowDuration, "hoverShowDuration"); t2 = A._lateReadCheck(_this.___TooltipState__controller, _s11_); - _this._hideTimer = A.Timer_Timer(t1, t2.get$reverse(t2)); + _this._dismissTimer = A.Timer_Timer(t1, t2.get$reverse(t2)); } _this._pressActivated = false; }, - _hideTooltip$0() { - return this._hideTooltip$1$immediately(false); - }, _showTooltip$0() { var _this = this, - t1 = _this._hideTimer; + t1 = _this._dismissTimer; if (t1 != null) t1.cancel$0(0); - _this._hideTimer = null; + _this._dismissTimer = null; if (_this._showTimer == null) _this._showTimer = A.Timer_Timer(A._lateReadCheck(_this.___TooltipState_waitDuration, "waitDuration"), _this.get$ensureTooltipVisible()); }, - ensureTooltipVisible$0() { - var _this = this, - _s11_ = "_controller", - t1 = _this._showTimer; + _concealTooltip$0() { + var t1, _this = this; + if (A._lateReadCheck(_this.___TooltipState__isConcealed, "_isConcealed") || A._lateReadCheck(_this.___TooltipState__forceRemoval, "_forceRemoval")) + return; + _this.___TooltipState__isConcealed = true; + t1 = _this._dismissTimer; + if (t1 != null) + t1.cancel$0(0); + _this._dismissTimer = null; + t1 = _this._showTimer; if (t1 != null) t1.cancel$0(0); _this._showTimer = null; + t1 = _this._tooltip$_entry; + if (t1 != null) + t1.remove$0(0); + A._lateReadCheck(_this.___TooltipState__controller, "_controller").reverse$0(0); + }, + _revealTooltip$0() { + var t1, result, _this = this; + if (!A._lateReadCheck(_this.___TooltipState__isConcealed, "_isConcealed")) + return; + _this.___TooltipState__isConcealed = false; + t1 = _this._dismissTimer; + if (t1 != null) + t1.cancel$0(0); + _this._dismissTimer = null; + t1 = _this._showTimer; + if (t1 != null) + t1.cancel$0(0); + _this._showTimer = null; + if (!_this._tooltip$_entry._mounted) { + t1 = _this._framework$_element; + t1.toString; + _this._widget.toString; + result = t1.findAncestorStateOfType$1$0(type$.OverlayState); + result.toString; + t1 = _this._tooltip$_entry; + t1.toString; + result.insert$1(0, t1); + } + A.SemanticsService_tooltip(_this.get$_tooltipMessage()); + A._lateReadCheck(_this.___TooltipState__controller, "_controller").forward$0(0); + }, + ensureTooltipVisible$0() { + var t1, _this = this, + _s11_ = "_controller"; + if (!A._lateReadCheck(_this.___TooltipState__visible, "_visible")) + 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")) + A.Tooltip__concealOtherTooltips(_this); + _this._revealTooltip$0(); + return true; + } if (_this._tooltip$_entry != null) { - t1 = _this._hideTimer; + t1 = _this._dismissTimer; if (t1 != null) t1.cancel$0(0); - _this._hideTimer = null; + _this._dismissTimer = null; A._lateReadCheck(_this.___TooltipState__controller, _s11_).forward$0(0); return false; } @@ -194951,7 +196767,7 @@ target = A.MatrixUtils_transformPoint(t1.getTransformTo$1(0, result._framework$_element.get$renderObject()), t2); t2 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t2.toString; - t1 = _this._widget.message; + 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"); @@ -194959,38 +196775,52 @@ 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); _this._tooltip$_entry = t2; + _this.___TooltipState__isConcealed = false; result.insert$1(0, t2); - A.SemanticsService_tooltip(_this._widget.message); - $.Tooltip__openedToolTips.add$1(0, _this); + A.SemanticsService_tooltip(_this.get$_tooltipMessage()); + if (A._lateReadCheck(_this.___TooltipState__mouseIsConnected, _s17_)) + A.Tooltip__concealOtherTooltips(_this); + $.Tooltip__openedTooltips.push(_this); }, _removeEntry$0() { var t1, _this = this; - $.Tooltip__openedToolTips.remove$1(0, _this); - t1 = _this._hideTimer; + B.JSArray_methods.remove$1($.Tooltip__openedTooltips, _this); + $._TooltipState__mouseIn.remove$1(0, _this); + t1 = _this._dismissTimer; if (t1 != null) t1.cancel$0(0); - _this._hideTimer = null; + _this._dismissTimer = null; t1 = _this._showTimer; if (t1 != null) t1.cancel$0(0); _this._showTimer = null; - t1 = _this._tooltip$_entry; - if (t1 != null) - t1.remove$0(0); + if (!A._lateReadCheck(_this.___TooltipState__isConcealed, "_isConcealed")) { + t1 = _this._tooltip$_entry; + if (t1 != null) + t1.remove$0(0); + } + _this.___TooltipState__isConcealed = false; _this._tooltip$_entry = null; + if (A._lateReadCheck(_this.___TooltipState__mouseIsConnected, "_mouseIsConnected")) + if ($.Tooltip__openedTooltips.length !== 0) + B.JSArray_methods.get$last($.Tooltip__openedTooltips)._revealTooltip$0(); }, _tooltip$_handlePointerEvent$1($event) { - if (this._tooltip$_entry == null) + var _this = this, + _s12_ = "_isConcealed"; + if (_this._tooltip$_entry == null) return; if (type$.PointerUpEvent._is($event) || type$.PointerCancelEvent._is($event)) - this._hideTooltip$0(); - else if (type$.PointerDownEvent._is($event)) - this._hideTooltip$1$immediately(true); + _this._dismissTooltip$1$immediately(A._lateReadCheck(_this.___TooltipState__isConcealed, _s12_) || false); + else if (type$.PointerDownEvent._is($event)) { + A._lateReadCheck(_this.___TooltipState__isConcealed, _s12_); + _this._dismissTooltip$1$immediately(true); + } }, deactivate$0() { var t1, _this = this; if (_this._tooltip$_entry != null) - _this._hideTooltip$1$immediately(true); + _this._dismissTooltip$1$immediately(true); t1 = _this._showTimer; if (t1 != null) t1.cancel$0(0); @@ -195020,19 +196850,17 @@ } }, build$1(_, context) { - var theme, tooltipTheme, t2, defaultTextStyle, defaultDecoration, t3, t4, result, _this = this, _null = null, - _s11_ = "triggerMode", - t1 = _this._widget; - if (t1.message.length === 0) { - t1 = t1.child; + var t1, theme, tooltipTheme, t2, defaultTextStyle, defaultDecoration, result, _this = this, _null = null, + _s11_ = "triggerMode"; + if (_this.get$_tooltipMessage().length === 0) { + t1 = _this._widget.child; return t1; } theme = A.Theme_of(context); context.dependOnInheritedWidgetOfExactType$1$0(type$.TooltipTheme); - t1 = A.Theme_of(context); - tooltipTheme = t1.tooltipTheme; + tooltipTheme = A.Theme_of(context).tooltipTheme; t1 = theme.colorScheme; - t2 = theme.textTheme.bodyText2; + t2 = theme.textTheme.bodyMedium; if (t1.brightness === B.Brightness_0) { t2.toString; defaultTextStyle = t2.copyWith$2$color$fontSize(B.Color_4278190080, _this._getDefaultFontSize$0()); @@ -195056,30 +196884,27 @@ _this.___TooltipState_margin = t1 == null ? B.EdgeInsets_0_0_0_0 : t1; t1 = tooltipTheme.verticalOffset; _this.___TooltipState_verticalOffset = t1 == null ? 24 : t1; - tooltipTheme.toString; _this.___TooltipState_preferBelow = true; - tooltipTheme.toString; _this.___TooltipState_excludeFromSemantics = false; t1 = tooltipTheme.decoration; _this.___TooltipState_decoration = t1 == null ? defaultDecoration : t1; t1 = tooltipTheme.textStyle; _this.___TooltipState_textStyle = t1 == null ? defaultTextStyle : t1; - tooltipTheme.toString; _this.___TooltipState_waitDuration = B.Duration_0; - tooltipTheme.toString; _this.___TooltipState_showDuration = B.Duration_1500000; - tooltipTheme.toString; _this.___TooltipState_hoverShowDuration = B.Duration_100000; - tooltipTheme.toString; _this.___TooltipState_triggerMode = B.TooltipTriggerMode_1; - tooltipTheme.toString; _this.___TooltipState_enableFeedback = true; - t1 = A._lateReadCheck(B.TooltipTriggerMode_1, _s11_) === B.TooltipTriggerMode_1 ? _this.get$_handlePress() : _null; - t2 = A._lateReadCheck(_this.___TooltipState_triggerMode, _s11_) === B.TooltipTriggerMode_2 ? _this.get$_handlePress() : _null; - t3 = A._lateReadCheck(_this.___TooltipState_excludeFromSemantics, "excludeFromSemantics") ? _null : _this._widget.message; - t4 = _this._widget.child; - result = A.GestureDetector$(B.HitTestBehavior_1, 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, _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, true, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null); - return A._lateReadCheck(_this.___TooltipState__mouseIsConnected, "_mouseIsConnected") ? new A.MouseRegion(new A._TooltipState_build_closure(_this), _null, new A._TooltipState_build_closure0(_this), B.C__DeferringMouseCursor, true, result, _null) : result; + t1 = A._lateReadCheck(false, "excludeFromSemantics") ? _null : _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, _s11_) === 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, A._lateReadCheck(_this.___TooltipState_triggerMode, _s11_) === 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); + } + return result; } }; A._TooltipState__handleMouseTrackerChange_closure.prototype = { @@ -195089,38 +196914,44 @@ $signature: 0 }; A._TooltipState__createNewEntry_closure.prototype = { - call$1($event) { - return this.$this._showTooltip$0(); + call$1(_) { + this.$this._showTooltip$0(); + return null; }, - $signature: 229 + $signature: 210 }; A._TooltipState__createNewEntry_closure0.prototype = { - call$1($event) { - return this.$this._hideTooltip$0(); + call$1(_) { + var t1 = this.$this; + t1._dismissTooltip$1$immediately(A._lateReadCheck(t1.___TooltipState__isConcealed, "_isConcealed") || false); + return null; }, - $signature: 167 + $signature: 171 }; A._TooltipState__createNewEntry_closure1.prototype = { call$1(context) { return this.overlay; }, - $signature: 72 + $signature: 69 }; A._TooltipState_build_closure.prototype = { - call$1($event) { - return this.$this._showTooltip$0(); + call$1(_) { + this.$this._showTooltip$0(); + return null; }, - $signature: 229 + $signature: 210 }; A._TooltipState_build_closure0.prototype = { - call$1($event) { - return this.$this._hideTooltip$0(); + call$1(_) { + var t1 = this.$this; + t1._dismissTooltip$1$immediately(A._lateReadCheck(t1.___TooltipState__isConcealed, "_isConcealed") || false); + return null; }, - $signature: 167 + $signature: 171 }; A._TooltipPositionDelegate.prototype = { getConstraintsForChild$1(constraints) { - return constraints.loosen$0(); + return new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight); }, getPositionForChild$2(size, childSize) { return A.positionDependentBox(childSize, true, size, this.target, this.verticalOffset); @@ -195132,28 +196963,28 @@ A._TooltipOverlay.prototype = { build$1(_, context) { var result, _this = this, _null = null, - t1 = A.Theme_of(context).textTheme.bodyText2; + 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$(A.Text$(_this.message, _null, _null, _null, _null, _null, _this.textStyle, _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, _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); t1 = _this.onEnter; if (t1 != null || _this.onExit != null) - result = new A.MouseRegion(t1, _null, _this.onExit, B.C__DeferringMouseCursor, true, result, _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)); } }; A.__TooltipState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.TooltipThemeData.prototype = { @@ -195196,23 +197027,23 @@ }; A.TooltipTriggerMode.prototype = { toString$0(_) { - return this._tooltip_theme$_name; + return "TooltipTriggerMode." + this._core$_name; } }; A._TooltipThemeData_Object_Diagnosticable.prototype = {}; A.ScriptCategory.prototype = { toString$0(_) { - return this._typography$_name; + return "ScriptCategory." + this._core$_name; } }; A.Typography.prototype = { geometryThemeFor$1(category) { - switch (category) { - case B.ScriptCategory_0: + switch (category.index) { + case 0: return this.englishLike; - case B.ScriptCategory_1: + case 1: return this.dense; - case B.ScriptCategory_2: + case 2: return this.tall; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -195266,7 +197097,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 270 + $signature: 313 }; A.AlignmentGeometry.prototype = { toString$0(_) { @@ -195362,11 +197193,10 @@ }, resolve$1(direction) { var _this = this; - direction.toString; - switch (direction) { - case B.TextDirection_0: + switch (direction.index) { + case 0: return new A.Alignment(-_this.start, _this.y); - case B.TextDirection_1: + case 1: return new A.Alignment(_this.start, _this.y); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -195385,11 +197215,10 @@ }, resolve$1(direction) { var _this = this; - direction.toString; - switch (direction) { - case B.TextDirection_0: + switch (direction.index) { + case 0: return new A.Alignment(_this._x - _this._alignment$_start, _this._y); - case B.TextDirection_1: + case 1: return new A.Alignment(_this._x + _this._alignment$_start, _this._y); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -195412,22 +197241,22 @@ }; A.RenderComparison.prototype = { toString$0(_) { - return this._basic_types$_name; + return "RenderComparison." + this._core$_name; } }; A.Axis0.prototype = { toString$0(_) { - return this._basic_types$_name; + return "Axis." + this._core$_name; } }; A.VerticalDirection.prototype = { toString$0(_) { - return this._basic_types$_name; + return "VerticalDirection." + this._core$_name; } }; A.AxisDirection.prototype = { toString$0(_) { - return this._basic_types$_name; + return "AxisDirection." + this._core$_name; } }; A.PaintingBinding.prototype = { @@ -195623,11 +197452,10 @@ }, resolve$1(direction) { var _this = this; - direction.toString; - switch (direction) { - case B.TextDirection_0: + switch (direction.index) { + case 0: return new A.BorderRadius(_this._topLeft.$add(0, _this._topEnd), _this._topRight.$add(0, _this._topStart), _this._bottomLeft.$add(0, _this._bottomEnd), _this._bottomRight.$add(0, _this._bottomStart)); - case B.TextDirection_1: + case 1: return new A.BorderRadius(_this._topLeft.$add(0, _this._topStart), _this._topRight.$add(0, _this._topEnd), _this._bottomLeft.$add(0, _this._bottomStart), _this._bottomRight.$add(0, _this._bottomEnd)); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -195660,7 +197488,7 @@ }; A.BorderStyle.prototype = { toString$0(_) { - return this._borders$_name; + return "BorderStyle." + this._core$_name; } }; A.BorderSide.prototype = { @@ -195670,15 +197498,15 @@ return new A.BorderSide(this.color, t1, t2); }, toPaint$0() { - switch (this.style) { - case B.BorderStyle_1: + switch (this.style.index) { + case 1: var t1 = A._detectRenderer(); t1 = t1 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t1.set$color(0, this.color); t1.set$strokeWidth(this.width); t1.set$style(0, B.PaintingStyle_1); return t1; - case B.BorderStyle_0: + case 0: t1 = A._detectRenderer(); t1 = t1 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t1.set$color(0, B.Color_0); @@ -195817,23 +197645,23 @@ call$2(previousValue, border) { return previousValue.add$1(0, border.get$dimensions()); }, - $signature: 1099 + $signature: 1108 }; A._CompoundBorder_scale_closure.prototype = { call$1(border) { return border.scale$1(0, this.t); }, - $signature: 1100 + $signature: 1109 }; A._CompoundBorder_toString_closure.prototype = { call$1(border) { return J.toString$0$(border); }, - $signature: 1101 + $signature: 1110 }; A.BoxShape.prototype = { toString$0(_) { - return this._box_border$_name; + return "BoxShape." + this._core$_name; } }; A.BoxBorder.prototype = { @@ -195902,15 +197730,15 @@ _s80_ = string$.x60null_c; if (_this.get$_colorIsUniform() && _this.get$_widthIsUniform() && _this.get$_styleIsUniform()) { t1 = _this.top; - switch (t1.style) { - case B.BorderStyle_0: + switch (t1.style.index) { + case 0: return; - case B.BorderStyle_1: - switch (shape) { - case B.BoxShape_1: + case 1: + switch (shape.index) { + case 1: A.BoxBorder__paintUniformBorderWithCircle(canvas, rect, t1); break; - case B.BoxShape_0: + case 0: if (borderRadius != null) { A.BoxBorder__paintUniformBorderWithRadius(canvas, rect, t1, borderRadius); return; @@ -195950,16 +197778,16 @@ return "Border.all(" + A.S(_this.top) + ")"; t1 = A._setArrayType([], type$.JSArray_String); t2 = _this.top; - if (!J.$eq$(t2, B.BorderSide_m7u)) + if (!J.$eq$(t2, B.BorderSide_0CF)) t1.push("top: " + A.S(t2)); t2 = _this.right; - if (!J.$eq$(t2, B.BorderSide_m7u)) + if (!J.$eq$(t2, B.BorderSide_0CF)) t1.push("right: " + A.S(t2)); t2 = _this.bottom; - if (!J.$eq$(t2, B.BorderSide_m7u)) + if (!J.$eq$(t2, B.BorderSide_0CF)) t1.push("bottom: " + A.S(t2)); t2 = _this.left; - if (!J.$eq$(t2, B.BorderSide_m7u)) + if (!J.$eq$(t2, B.BorderSide_0CF)) t1.push("left: " + A.S(t2)); return "Border(" + B.JSArray_methods.join$1(t1, ", ") + ")"; }, @@ -196002,8 +197830,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_m7u) || !J.$eq$(_this.end, B.BorderSide_m7u)) { - if (!J.$eq$(other.left, B.BorderSide_m7u) || !J.$eq$(other.right, B.BorderSide_m7u)) + 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)) return _null; return new A.BorderDirectional(A.BorderSide_merge(t1, t2), t3, _this.end, A.BorderSide_merge(other.bottom, _this.bottom)); } @@ -196033,15 +197861,15 @@ _s80_ = string$.x60null_c; if (_this.get$isUniform()) { t1 = _this.top; - switch (t1.style) { - case B.BorderStyle_0: + switch (t1.style.index) { + case 0: return; - case B.BorderStyle_1: - switch (shape) { - case B.BoxShape_1: + case 1: + switch (shape.index) { + case 1: A.BoxBorder__paintUniformBorderWithCircle(canvas, rect, t1); break; - case B.BoxShape_0: + case 0: if (borderRadius != null) { A.BoxBorder__paintUniformBorderWithRadius(canvas, rect, t1, borderRadius); return; @@ -196056,13 +197884,12 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } } - textDirection.toString; - switch (textDirection) { - case B.TextDirection_0: + switch (textDirection.index) { + case 0: left = _this.end; right = _this.start; break; - case B.TextDirection_1: + case 1: left = _this.start; right = _this.end; break; @@ -196092,16 +197919,16 @@ var _this = this, t1 = A._setArrayType([], type$.JSArray_String), t2 = _this.top; - if (!J.$eq$(t2, B.BorderSide_m7u)) + if (!J.$eq$(t2, B.BorderSide_0CF)) t1.push("top: " + A.S(t2)); t2 = _this.start; - if (!J.$eq$(t2, B.BorderSide_m7u)) + if (!J.$eq$(t2, B.BorderSide_0CF)) t1.push("start: " + A.S(t2)); t2 = _this.end; - if (!J.$eq$(t2, B.BorderSide_m7u)) + if (!J.$eq$(t2, B.BorderSide_0CF)) t1.push("end: " + A.S(t2)); t2 = _this.bottom; - if (!J.$eq$(t2, B.BorderSide_m7u)) + if (!J.$eq$(t2, B.BorderSide_0CF)) t1.push("bottom: " + A.S(t2)); return "BorderDirectional(" + B.JSArray_methods.join$1(t1, ", ") + ")"; }, @@ -196116,13 +197943,13 @@ }, getClipPath$2(rect, textDirection) { var square, t1, t2; - switch (this.shape) { - case B.BoxShape_1: + switch (this.shape.index) { + case 1: square = A.Rect$fromCircle(rect.get$center(), rect.get$shortestSide() / 2); t1 = A.Path_Path(); t1.addOval$1(0, square); return t1; - case B.BoxShape_0: + case 0: t1 = this.borderRadius; if (t1 != null) { t2 = A.Path_Path(); @@ -196196,13 +198023,13 @@ }, hitTest$3$textDirection(size, position, textDirection) { var t1, distance, t2; - switch (this.shape) { - case B.BoxShape_0: + switch (this.shape.index) { + case 0: t1 = this.borderRadius; if (t1 != null) return t1.resolve$1(textDirection).toRRect$1(new A.Rect(0, 0, 0 + size._dx, 0 + size._dy)).contains$1(0, position); return true; - case B.BoxShape_1: + case 1: distance = position.$sub(0, size.center$1(B.Offset_0_0)).get$distance(); t1 = size._dx; t2 = size._dy; @@ -196218,11 +198045,11 @@ A._BoxDecorationPainter.prototype = { _paintBox$4(canvas, rect, paint, textDirection) { var t1 = this._box_decoration$_decoration; - switch (t1.shape) { - case B.BoxShape_1: + switch (t1.shape.index) { + case 1: canvas.drawCircle$3(0, rect.get$center(), rect.get$shortestSide() / 2, paint); break; - case B.BoxShape_0: + case 0: t1 = t1.borderRadius; if (t1 == null) canvas.drawRect$2(0, rect, paint); @@ -196263,13 +198090,13 @@ t3.toString; _this._box_decoration$_imagePainter = new A.DecorationImagePainter(t2, t3); } - switch (t1.shape) { - case B.BoxShape_1: + switch (t1.shape.index) { + case 1: square = A.Rect$fromCircle(rect.get$center(), rect.get$shortestSide() / 2); clipPath = A.Path_Path(); clipPath.addOval$1(0, square); break; - case B.BoxShape_0: + case 0: t1 = t1.borderRadius; if (t1 != null) { clipPath = A.Path_Path(); @@ -196331,7 +198158,7 @@ }; A.BoxFit.prototype = { toString$0(_) { - return this._box_fit$_name; + return "BoxFit." + this._core$_name; } }; A.FittedSizes.prototype = {}; @@ -196402,10 +198229,10 @@ }, paint$3$textDirection(canvas, rect, textDirection) { var t1 = this.side; - switch (t1.style) { - case B.BorderStyle_0: + switch (t1.style.index) { + case 0: break; - case B.BorderStyle_1: + case 1: canvas.drawCircle$3(0, rect.get$center(), (rect.get$shortestSide() - t1.width) / 2, t1.toPaint$0()); break; default: @@ -196433,16 +198260,16 @@ _clipAndPaint$4(canvasClipCall, clipBehavior, bounds, painter) { var t1, t2, _this = this; _this.get$canvas(_this).save$0(0); - switch (clipBehavior) { - case B.Clip_0: + switch (clipBehavior.index) { + case 0: break; - case B.Clip_1: + case 1: canvasClipCall.call$1(false); break; - case B.Clip_2: + case 2: canvasClipCall.call$1(true); break; - case B.Clip_3: + case 3: canvasClipCall.call$1(true); t1 = _this.get$canvas(_this); t2 = A._detectRenderer(); @@ -196565,7 +198392,7 @@ A._Decoration_Object_Diagnosticable.prototype = {}; A.ImageRepeat.prototype = { toString$0(_) { - return this._decoration_image$_name; + return "ImageRepeat." + this._core$_name; } }; A.DecorationImagePainter.prototype = { @@ -196641,7 +198468,7 @@ A.postEvent("Flutter.ImageSizesForFrame", t2); $._pendingImageSizeInfo = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ImageSizeInfo); }, - $signature: 29 + $signature: 28 }; A.EdgeInsetsGeometry.prototype = { get$horizontal() { @@ -196650,10 +198477,10 @@ }, along$1(axis) { var _this = this; - switch (axis) { - case B.Axis_0: + switch (axis.index) { + case 0: return _this.get$horizontal(); - case B.Axis_1: + case 1: return _this.get$_top(_this) + _this.get$_bottom(_this); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -196805,11 +198632,10 @@ }, resolve$1(direction) { var _this = this; - direction.toString; - switch (direction) { - case B.TextDirection_0: + switch (direction.index) { + case 0: return new A.EdgeInsets(_this.end, _this.top, _this.start, _this.bottom); - case B.TextDirection_1: + case 1: return new A.EdgeInsets(_this.start, _this.top, _this.end, _this.bottom); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -196827,11 +198653,10 @@ }, resolve$1(direction) { var _this = this; - direction.toString; - switch (direction) { - case B.TextDirection_0: + switch (direction.index) { + case 0: return new A.EdgeInsets(_this._edge_insets$_end + _this._left, _this._top, _this._edge_insets$_start + _this._right, _this._bottom); - case B.TextDirection_1: + case 1: return new A.EdgeInsets(_this._edge_insets$_start + _this._left, _this._top, _this._edge_insets$_end + _this._right, _this._bottom); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -196941,7 +198766,7 @@ 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 = {}; t1.listenerTask = t1.timelineTask = null; - t2 = type$.JSArray__AsyncBlock; + t2 = type$.JSArray_nullable__AsyncBlock; timelineTask = new A.TimelineTask(_null, 0, A._setArrayType([], t2)); t3 = type$.String; t4 = type$.dynamic; @@ -197006,7 +198831,7 @@ var t1, t2, t3, it, key, image, t4, _this = this, _s11_ = "evictedKeys", finishArgs = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic), - checkCacheTask = new A.TimelineTask(timelineTask, 0, A._setArrayType([], type$.JSArray__AsyncBlock)); + checkCacheTask = new A.TimelineTask(timelineTask, 0, A._setArrayType([], type$.JSArray_nullable__AsyncBlock)); checkCacheTask.start$1(0, "checkCacheSize"); finishArgs.$indexSet(0, _s11_, A._setArrayType([], type$.JSArray_String)); t1 = _this._image_cache$_cache; @@ -197039,7 +198864,7 @@ call$0() { return A._LiveImage$(this.completer, new A.ImageCache__trackLiveImage__closure(this.$this, this.key)); }, - $signature: 1103 + $signature: 1124 }; A.ImageCache__trackLiveImage__closure.prototype = { call$0() { @@ -197089,7 +198914,7 @@ } t1.listenedOnce = true; }, - $signature: 1116 + $signature: 1136 }; A._CachedImageBase.prototype = { dispose$0(_) { @@ -197104,7 +198929,7 @@ t2.dispose$0(0); t1.handle = null; }, - $signature: 29 + $signature: 28 }; A._CachedImage.prototype = {}; A._LiveImage.prototype = { @@ -197208,7 +199033,7 @@ if (t2 != null) { if (hasArguments) t1 += ", "; - t2 = t1 + ("platform: " + A.describeEnum(t2)); + t2 = t1 + ("platform: " + t2._core$_name); t1 = t2; } t1 += ")"; @@ -197315,13 +199140,13 @@ call$2(exception, stack) { return this.$call$body$ImageProvider__createErrorHandlerAndKey_handleError(exception, stack); }, - $signature: 1128 + $signature: 1137 }; A.ImageProvider__createErrorHandlerAndKey_closure.prototype = { call$5(zone, delegate, $parent, error, stackTrace) { this.handleError.call$2(error, stackTrace); }, - $signature: 1129 + $signature: 1140 }; A.ImageProvider__createErrorHandlerAndKey_closure0.prototype = { call$0() { @@ -197361,13 +199186,13 @@ t1.toString; return t1; }, - $signature: 572 + $signature: 514 }; A.ImageProvider_resolveStreamForKey_closure0.prototype = { call$0() { return this.$this.load$2(0, this.key, $.PaintingBinding__instance.get$instantiateImageCodec()); }, - $signature: 572 + $signature: 514 }; A.AssetBundleImageKey.prototype = { $eq(_, other) { @@ -197553,13 +199378,13 @@ else t1.result = new A.SynchronousFuture(key, type$.SynchronousFuture_AssetBundleImageKey); }, - $signature: 1133 + $signature: 1142 }; A.AssetImage_obtainKey_closure0.prototype = { call$2(error, stack) { this._box_0.completer.completeError$2(error, stack); }, - $signature: 131 + $signature: 116 }; A.ImageInfo.prototype = { clone$0(_) { @@ -197713,7 +199538,7 @@ t1 = _this._image_stream$_listeners; if (t1.length === 0) return; - localListeners = A.List_List$from(t1, true, type$.ImageStreamListener); + localListeners = A.List_List$of(t1, true, type$.ImageStreamListener); for (t1 = localListeners.length, t2 = image.image, t3 = image.scale, t4 = image.debugLabel, _i = 0; _i < t1; ++_i) { listener = localListeners[_i]; try { @@ -197775,13 +199600,13 @@ call$1(listener) { return listener.onError; }, - $signature: 1135 + $signature: 1165 }; A.ImageStreamCompleter_reportImageChunkEvent_closure.prototype = { call$1(listener) { return listener.onChunk; }, - $signature: 1157 + $signature: 1166 }; A.MultiFrameImageStreamCompleter.prototype = { MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale(chunkEvents, codec, debugLabel, informationCollector, scale) { @@ -197789,7 +199614,7 @@ _this.debugLabel = debugLabel; codec.then$1$2$onError(0, _this.get$_handleCodecReady(), new A.MultiFrameImageStreamCompleter_closure(_this, informationCollector), type$.void); if (chunkEvents != null) - chunkEvents.listen$2$onError(0, _this.get$reportImageChunkEvent(), new A.MultiFrameImageStreamCompleter_closure0(_this, informationCollector)); + _this._chunkSubscription = chunkEvents.listen$2$onError(0, _this.get$reportImageChunkEvent(), new A.MultiFrameImageStreamCompleter_closure0(_this, informationCollector)); }, _handleCodecReady$1(codec) { this._codec = codec; @@ -197816,15 +199641,23 @@ } if (t1) { t1 = _this._nextFrame; - _this._emitFrame$1(new A.ImageInfo(t1.get$image(t1).clone$0(0), _this._scale, _this.debugLabel)); + _this._emitFrame$1(new A.ImageInfo(t1.get$image(t1).clone$0(0), _this._image_stream$_scale, _this.debugLabel)); _this.__MultiFrameImageStreamCompleter__shownTimestamp = timestamp; t1 = _this._nextFrame; _this._frameDuration = t1.get$duration(t1); t1 = _this._nextFrame; t1.get$image(t1).dispose$0(0); _this._nextFrame = null; - completedCycles = B.JSInt_methods.$tdiv(_this._framesEmitted, _this._codec.get$frameCount()); - if (_this._codec.get$repetitionCount() === -1 || completedCycles <= _this._codec.get$repetitionCount()) + 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) _this._decodeNextFrameAndSchedule$0(); return; } @@ -197879,14 +199712,15 @@ break; case 6: // after finally - if ($async$self._codec.get$frameCount() === 1) { + t1 = $async$self._codec; + if (t1.get$frameCount(t1) === 1) { if ($async$self._image_stream$_listeners.length === 0) { // goto return $async$goto = 1; break; } t1 = $async$self._nextFrame; - $async$self._emitFrame$1(new A.ImageInfo(t1.get$image(t1).clone$0(0), $async$self._scale, $async$self.debugLabel)); + $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); $async$self._nextFrame = null; @@ -197920,7 +199754,7 @@ if (_this._image_stream$_listeners.length === 0) { t1 = _this._codec; if (t1 != null) - t1 = _this._currentImage == null || t1.get$frameCount() > 1; + t1 = _this._currentImage == null || t1.get$frameCount(t1) > 1; else t1 = false; } else @@ -197938,19 +199772,32 @@ t1.cancel$0(0); _this._image_stream$_timer = null; } + }, + _maybeDispose$0() { + var t1, _this = this; + _this.super$ImageStreamCompleter$_maybeDispose(); + if (_this._image_stream$_disposed) { + t1 = _this._chunkSubscription; + if (t1 != null) + t1.onData$1(null); + t1 = _this._chunkSubscription; + if (t1 != null) + t1.cancel$0(0); + _this._chunkSubscription = null; + } } }; A.MultiFrameImageStreamCompleter_closure.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: 131 + $signature: 116 }; 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: 131 + $signature: 116 }; A.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0() { @@ -198007,12 +199854,12 @@ t1 = buffer._contents; return t1.charCodeAt(0) == 0 ? t1 : t1; }, - toPlainText$1$includePlaceholders(includePlaceholders) { - return this.toPlainText$2$includePlaceholders$includeSemanticsLabels(includePlaceholders, true); - }, toPlainText$0() { return this.toPlainText$2$includePlaceholders$includeSemanticsLabels(true, true); }, + toPlainText$1$includePlaceholders(includePlaceholders) { + return this.toPlainText$2$includePlaceholders$includeSemanticsLabels(includePlaceholders, true); + }, toPlainText$1$includeSemanticsLabels(includeSemanticsLabels) { return this.toPlainText$2$includePlaceholders$includeSemanticsLabels(true, includeSemanticsLabels); }, @@ -198043,7 +199890,7 @@ this._box_0.result = result; return result == null; }, - $signature: 192 + $signature: 189 }; A.InlineSpan_codeUnitAt_closure.prototype = { call$1(span) { @@ -198051,7 +199898,7 @@ this._box_0.result = result; return result == null; }, - $signature: 192 + $signature: 189 }; A.NotchedShape.prototype = {}; A.CircularNotchedRectangle.prototype = { @@ -198172,10 +200019,10 @@ paint$3$textDirection(canvas, rect, textDirection) { var width, t2, outer, inner, paint, t1 = this.side; - switch (t1.style) { - case B.BorderStyle_0: + switch (t1.style.index) { + case 0: break; - case B.BorderStyle_1: + case 1: width = t1.width; t2 = this.borderRadius; if (width === 0) @@ -198313,10 +200160,10 @@ paint$3$textDirection(canvas, rect, textDirection) { var width, t2, outer, inner, paint, _this = this, t1 = _this.side; - switch (t1.style) { - case B.BorderStyle_0: + switch (t1.style.index) { + case 0: break; - case B.BorderStyle_1: + case 1: width = t1.width; if (width === 0) { t2 = _this._adjustBorderRadius$2(rect, textDirection); @@ -198500,13 +200347,13 @@ call$1(shadow) { return shadow.toPaint$0(); }, - $signature: 1159 + $signature: 1170 }; 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: 1162 + $signature: 1172 }; A.StrutStyle.prototype = { get$fontFamilyFallback() { @@ -198601,7 +200448,7 @@ A._StrutStyle_Object_Diagnosticable.prototype = {}; A.TextOverflow.prototype = { toString$0(_) { - return this._text_painter$_name; + return "TextOverflow." + this._core$_name; } }; A.PlaceholderDimensions.prototype = { @@ -198611,13 +200458,14 @@ }; A.TextWidthBasis.prototype = { toString$0(_) { - return this._text_painter$_name; + return "TextWidthBasis." + this._core$_name; } }; A._CaretMetrics.prototype = {}; A.TextPainter.prototype = { markNeedsLayout$0() { - this._previousCaretPrototype = this._previousCaretPosition = this._paragraph = null; + var _this = this; + _this._previousCaretPrototype = _this._previousCaretPosition = _this._lineMetricsCache = _this._paragraph = null; }, set$text(_, value) { var t1, comparison, _this = this; @@ -198806,13 +200654,13 @@ var t1, newWidth, _this = this; _this._paragraph.layout$1(0, new A.ParagraphConstraints(maxWidth)); if (minWidth != maxWidth) { - switch (_this._textWidthBasis) { - case B.TextWidthBasis_1: + switch (_this._textWidthBasis.index) { + case 1: t1 = _this._paragraph.get$longestLine(); t1.toString; newWidth = Math.ceil(t1); break; - case B.TextWidthBasis_0: + case 0: t1 = _this._paragraph.get$maxIntrinsicWidth(); t1.toString; newWidth = Math.ceil(t1); @@ -198908,11 +200756,9 @@ caretEnd = t1 === B.TextDirection_1 ? box.right : box.left; dx = t1 === B.TextDirection_0 ? caretEnd - (caretPrototype.right - caretPrototype.left) : caretEnd; t1 = _this._paragraph; - t1 = t1.get$width(t1); - t1 = Math.min(A.checkNum(dx), A.checkNum(t1)); + t1 = J.clamp$2$n(dx, 0, t1.get$width(t1)); t2 = _this._paragraph; - t2 = t2.get$width(t2); - return new A.Rect(t1, box.top, Math.min(A.checkNum(dx), A.checkNum(t2)), box.bottom); + return new A.Rect(t1, box.top, B.JSNumber_methods.clamp$2(dx, 0, t2.get$width(t2)), box.bottom); } return null; }, @@ -198944,43 +200790,37 @@ caretStart = t1 === B.TextDirection_1 ? box.left : box.right; dx = t1 === B.TextDirection_0 ? caretStart - (caretPrototype.right - caretPrototype.left) : caretStart; t1 = _this._paragraph; - t1 = t1.get$width(t1); - t1 = Math.min(A.checkNum(dx), A.checkNum(t1)); + t1 = J.clamp$2$n(dx, 0, t1.get$width(t1)); t2 = _this._paragraph; - t2 = t2.get$width(t2); - return new A.Rect(t1, box.top, Math.min(A.checkNum(dx), A.checkNum(t2)), box.bottom); + return new A.Rect(t1, box.top, B.JSNumber_methods.clamp$2(dx, 0, t2.get$width(t2)), box.bottom); } return null; }, get$_emptyOffset() { - var t1, _this = this, + var _this = this, _s80_ = string$.x60null_c; - switch (_this._textAlign) { - case B.TextAlign_0: + switch (_this._textAlign.index) { + case 0: return B.Offset_0_0; - case B.TextAlign_1: + case 1: return new A.Offset(_this.get$width(_this), 0); - case B.TextAlign_2: + case 2: return new A.Offset(_this.get$width(_this) / 2, 0); - case B.TextAlign_3: - case B.TextAlign_4: - t1 = _this._text_painter$_textDirection; - t1.toString; - switch (t1) { - case B.TextDirection_0: + case 3: + case 4: + switch (_this._text_painter$_textDirection.index) { + case 0: return new A.Offset(_this.get$width(_this), 0); - case B.TextDirection_1: + case 1: return B.Offset_0_0; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - case B.TextAlign_5: - t1 = _this._text_painter$_textDirection; - t1.toString; - switch (t1) { - case B.TextDirection_0: + case 5: + switch (_this._text_painter$_textDirection.index) { + case 0: return B.Offset_0_0; - case B.TextDirection_1: + case 1: return new A.Offset(_this.get$width(_this), 0); default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -198994,13 +200834,13 @@ if (J.$eq$(position, _this._previousCaretPosition) && caretPrototype.$eq(0, _this._previousCaretPrototype)) return; offset = position.offset; - switch (position.affinity) { - case B.TextAffinity_0: + switch (position.affinity.index) { + case 0: rect = _this._getRectFromUpstream$2(offset, caretPrototype); if (rect == null) rect = _this._getRectFromDownstream$2(offset, caretPrototype); break; - case B.TextAffinity_1: + case 1: rect = _this._getRectFromDownstream$2(offset, caretPrototype); if (rect == null) rect = _this._getRectFromUpstream$2(offset, caretPrototype); @@ -199016,6 +200856,10 @@ }, getBoxesForSelection$3$boxHeightStyle$boxWidthStyle(selection, boxHeightStyle, boxWidthStyle) { return this._paragraph.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(selection.start, selection.end, boxHeightStyle, boxWidthStyle); + }, + computeLineMetrics$0() { + var t1 = this._lineMetricsCache; + return t1 == null ? this._lineMetricsCache = this._paragraph.computeLineMetrics$0() : t1; } }; A.TextSpan.prototype = { @@ -199226,7 +201070,7 @@ else return A.DiagnosticsNode_DiagnosticsNode$message("", true, B.DiagnosticsTreeStyle_8); }, - $signature: 1163 + $signature: 1173 }; A.TextStyle.prototype = { get$fontFamilyFallback() { @@ -199241,67 +201085,76 @@ t1 = t2; return t1; }, - copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$shadows$textBaseline$wordSpacing(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, inherit, leadingDistribution, letterSpacing, locale, overflow, shadows, textBaseline, wordSpacing) { - var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, _this = this, _null = null, + get$_text_style$_fontFamily(_) { + var fontFamilyPrefix, _this = this, + t1 = _this._package; + if (t1 != null && _this.fontFamily != null) { + fontFamilyPrefix = "packages/" + A.S(t1) + "/"; + t1 = _this.fontFamily; + t1.toString; + return B.JSString_methods.substring$1(t1, fontFamilyPrefix.length); + } + 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) { + var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, _this = this, t1 = inherit == null ? _this.inherit : inherit, t2 = _this.foreground; if (t2 == null && foreground == null) t3 = color == null ? _this.color : color; else - t3 = _null; + t3 = null; t4 = _this.background; if (t4 == null && background == null) t5 = backgroundColor == null ? _this.backgroundColor : backgroundColor; else - t5 = _null; - t6 = fontFamily == null ? _this.fontFamily : fontFamily; - t7 = fontFamilyFallback == null ? _this.get$fontFamilyFallback() : fontFamilyFallback; - t8 = fontSize == null ? _this.fontSize : fontSize; - t9 = fontWeight == null ? _this.fontWeight : fontWeight; - t10 = fontStyle == null ? _this.fontStyle : fontStyle; - t11 = letterSpacing == null ? _this.letterSpacing : letterSpacing; - t12 = wordSpacing == null ? _this.wordSpacing : wordSpacing; - t13 = textBaseline == null ? _this.textBaseline : textBaseline; - t14 = height == null ? _this.height : height; + t5 = null; + t6 = fontSize == null ? _this.fontSize : fontSize; + t7 = fontWeight == null ? _this.fontWeight : fontWeight; + t8 = fontStyle == null ? _this.fontStyle : fontStyle; + t9 = letterSpacing == null ? _this.letterSpacing : letterSpacing; + t10 = wordSpacing == null ? _this.wordSpacing : wordSpacing; + t11 = textBaseline == null ? _this.textBaseline : textBaseline; + t12 = height == null ? _this.height : height; t2 = foreground == null ? t2 : foreground; t4 = background == null ? t4 : background; - t15 = shadows == null ? _this.shadows : shadows; - t16 = fontFeatures == null ? _this.fontFeatures : fontFeatures; - t17 = decoration == null ? _this.decoration : decoration; - t18 = decorationColor == null ? _this.decorationColor : decorationColor; - t19 = decorationStyle == null ? _this.decorationStyle : decorationStyle; - t20 = decorationThickness == null ? _this.decorationThickness : decorationThickness; - return A.TextStyle$(t4, t5, t3, _null, t17, t18, t19, t20, t6, t7, t16, t8, t10, t9, t2, t14, t1, _this.leadingDistribution, t11, _this.locale, _this.overflow, _null, t15, t13, t12); + t13 = shadows == null ? _this.shadows : shadows; + t14 = fontFeatures == null ? _this.fontFeatures : fontFeatures; + t15 = decoration == null ? _this.decoration : decoration; + t16 = decorationColor == null ? _this.decorationColor : decorationColor; + t17 = decorationStyle == null ? _this.decorationStyle : decorationStyle; + t18 = decorationThickness == null ? _this.decorationThickness : decorationThickness; + t19 = fontFamily == null ? _this.get$_text_style$_fontFamily(_this) : fontFamily; + t20 = fontFamilyFallback == null ? _this.get$fontFamilyFallback() : fontFamilyFallback; + t21 = $package == null ? _this._package : $package; + return A.TextStyle$(t4, t5, t3, null, t15, t16, t17, t18, t19, t20, t14, t6, t8, t7, t2, t12, t1, _this.leadingDistribution, t9, _this.locale, _this.overflow, t21, t13, t11, t10); }, - copyWith$23$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$overflow$shadows$textBaseline$wordSpacing(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, leadingDistribution, letterSpacing, locale, overflow, shadows, textBaseline, wordSpacing) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$shadows$textBaseline$wordSpacing(background, backgroundColor, color, debugLabel, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontWeight, foreground, height, null, leadingDistribution, letterSpacing, locale, overflow, shadows, textBaseline, wordSpacing); + 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$1$color(color) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$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); + 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); }, copyWith$1$letterSpacing(letterSpacing) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$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); + 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); }, copyWith$2$color$fontSize(color, fontSize) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$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); + 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); }, copyWith$1$height(height) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$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); - }, - copyWith$2$color$height(color, height) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$shadows$textBaseline$wordSpacing(null, null, color, null, null, null, null, null, null, null, null, null, null, null, null, height, null, null, null, null, null, null, null, null); + 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); }, copyWith$1$fontWeight(fontWeight) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$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); + 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); }, copyWith$1$fontSize(fontSize) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$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); + 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); }, copyWith$1$inherit(inherit) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$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); + 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); }, copyWith$3$color$fontSize$fontWeight(color, fontSize, fontWeight) { - return this.copyWith$24$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$inherit$leadingDistribution$letterSpacing$locale$overflow$shadows$textBaseline$wordSpacing(null, null, color, null, null, null, null, null, null, null, null, fontSize, null, fontWeight, null, null, null, null, null, null, null, null, null, null); + 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, fontWeight, 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, @@ -199315,7 +201168,7 @@ t4 = _this.backgroundColor; else t4 = _null; - t5 = fontFamily == null ? _this.fontFamily : fontFamily; + t5 = fontFamily == null ? _this.get$_text_style$_fontFamily(_this) : fontFamily; t6 = _this.get$fontFamilyFallback(); t7 = _this.fontSize; t7 = t7 == null ? _null : t7 * fontSizeFactor + fontSizeDelta; @@ -199329,35 +201182,40 @@ 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, _null, _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, 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; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22; if (other == null) return this; if (!other.inherit) return other; t1 = other.color; t2 = other.backgroundColor; - t3 = other.fontFamily; - t4 = other.get$fontFamilyFallback(); - t5 = other.fontSize; - t6 = other.fontWeight; - t7 = other.fontStyle; - t8 = other.letterSpacing; - t9 = other.wordSpacing; - t10 = other.textBaseline; - t11 = other.height; - t12 = other.leadingDistribution; - t13 = other.locale; - t14 = other.foreground; - t15 = other.background; - t16 = other.shadows; - t17 = other.fontFeatures; - return this.copyWith$23$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$overflow$shadows$textBaseline$wordSpacing(t15, t2, t1, null, other.decoration, other.decorationColor, other.decorationStyle, other.decorationThickness, t3, t4, t17, t5, t7, t6, t14, t11, t12, t8, t13, other.overflow, t16, t10, t9); + t3 = other.fontSize; + t4 = other.fontWeight; + t5 = other.fontStyle; + t6 = other.letterSpacing; + t7 = other.wordSpacing; + t8 = other.textBaseline; + t9 = other.height; + t10 = other.leadingDistribution; + t11 = other.locale; + t12 = other.foreground; + 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); }, getTextStyle$1$textScaleFactor(textScaleFactor) { var t3, t4, _this = this, @@ -199427,17 +201285,14 @@ if (other.inherit === _this.inherit) if (J.$eq$(other.color, _this.color)) if (J.$eq$(other.backgroundColor, _this.backgroundColor)) - if (other.fontFamily == _this.fontFamily) - 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) - t1 = other.foreground == _this.foreground && other.background == _this.background && J.$eq$(other.decoration, _this.decoration) && J.$eq$(other.decorationColor, _this.decorationColor) && other.decorationStyle == _this.decorationStyle && other.decorationThickness == _this.decorationThickness && A.listEquals0(other.shadows, _this.shadows) && A.listEquals0(other.fontFeatures, _this.fontFeatures) && A.listEquals0(other.get$fontFamilyFallback(), _this.get$fontFamilyFallback()) && true; - else - t1 = false; + 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) + 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 @@ -199464,7 +201319,7 @@ }, get$hashCode(_) { var _this = this; - return A.hashList([_this.inherit, _this.color, _this.backgroundColor, _this.fontFamily, _this.fontSize, _this.fontWeight, _this.fontStyle, _this.letterSpacing, _this.wordSpacing, _this.textBaseline, _this.height, _this.leadingDistribution, _this.locale, _this.foreground, _this.background, _this.decoration, _this.decorationColor, _this.decorationStyle, A.hashList(_this.shadows), A.hashList(_this.fontFeatures), A.hashList(_this.get$fontFamilyFallback()), _this.overflow]); + return A.hashList([_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, A.hashList(_this.shadows), A.hashList(_this.fontFeatures), _this.decoration, _this.decorationColor, _this.decorationStyle, _this.decorationThickness, _this.fontFamily, A.hashList(_this.get$fontFamilyFallback()), _this._package, _this.overflow]); }, toStringShort$0() { return "TextStyle"; @@ -199474,7 +201329,7 @@ call$1(str) { return "packages/" + A.S(this.$this._package) + "/" + A.S(str); }, - $signature: 95 + $signature: 125 }; A._TextStyle_Object_Diagnosticable.prototype = {}; A.FrictionSimulation.prototype = { @@ -199528,7 +201383,7 @@ }; A.SpringType.prototype = { toString$0(_) { - return this._spring_simulation$_name; + return "SpringType." + this._core$_name; } }; A.SpringSimulation.prototype = { @@ -199610,14 +201465,14 @@ }; A.RenderAnimatedSizeState.prototype = { toString$0(_) { - return this._animated_size$_name; + return "RenderAnimatedSizeState." + this._core$_name; } }; 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, 0, reverseDuration, 1, null, vsync); + t1 = A.AnimationController$(null, duration, reverseDuration, 1, null, vsync); t1.didRegisterListener$0(); t2 = t1.AnimationLocalListenersMixin__listeners; t2._isDirty = true; @@ -199679,15 +201534,15 @@ return; } t1.layout$2$parentUsesSize(0, constraints, true); - switch (_this._animated_size$_state) { - case B.RenderAnimatedSizeState_0: + switch (_this._animated_size$_state.index) { + case 0: t1 = _this._sizeTween; t2 = _this.RenderObjectWithChildMixin__child._box$_size; t2.toString; t1.begin = t1.end = t2; _this._animated_size$_state = B.RenderAnimatedSizeState_1; break; - case B.RenderAnimatedSizeState_1: + case 1: t1 = _this._sizeTween; t2 = t1.end; t3 = _this.RenderObjectWithChildMixin__child._box$_size; @@ -199712,7 +201567,7 @@ A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).forward$0(0); } break; - case B.RenderAnimatedSizeState_2: + case 2: t1 = _this._sizeTween; t2 = t1.end; t3 = _this.RenderObjectWithChildMixin__child._box$_size; @@ -199731,7 +201586,7 @@ A._lateReadCheck(_this.__RenderAnimatedSize__controller, _s11_).forward$0(0); } break; - case B.RenderAnimatedSizeState_3: + case 3: t1 = _this._sizeTween; t2 = t1.end; t3 = _this.RenderObjectWithChildMixin__child._box$_size; @@ -199772,10 +201627,10 @@ 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)); childSize = t1.getDryLayout$1(constraints); - switch (_this._animated_size$_state) { - case B.RenderAnimatedSizeState_0: + switch (_this._animated_size$_state.index) { + case 0: return constraints.constrain$1(childSize); - case B.RenderAnimatedSizeState_1: + case 1: t1 = _this._sizeTween; if (!J.$eq$(t1.end, childSize)) { t1 = _this._box$_size; @@ -199784,8 +201639,8 @@ } 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); break; - case B.RenderAnimatedSizeState_3: - case B.RenderAnimatedSizeState_2: + case 3: + case 2: t1 = _this._sizeTween; if (!J.$eq$(t1.end, childSize)) return constraints.constrain$1(childSize); @@ -199801,7 +201656,7 @@ 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._animated_size$_clipRectLayer; + t2 = _this._clipRectLayer; if (t1) { t1 = _this._box$_size; t3 = t1._dx; @@ -199813,7 +201668,7 @@ } }, dispose$0(_) { - this._animated_size$_clipRectLayer.set$layer(0, null); + this._clipRectLayer.set$layer(0, null); this.super$RenderObject$dispose(0); } }; @@ -199916,7 +201771,7 @@ t2.toString; t2.updateAllDevices$1(A._lateReadCheck(t1.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.get$hitTestMouseTrackers()); }, - $signature: 29 + $signature: 28 }; A.BoxConstraints.prototype = { copyWith$4$maxHeight$maxWidth$minHeight$minWidth(maxHeight, maxWidth, minHeight, minWidth) { @@ -199949,9 +201804,6 @@ deflatedMinHeight = Math.max(0, _this.minHeight - vertical); return new A.BoxConstraints(deflatedMinWidth, Math.max(deflatedMinWidth, _this.maxWidth - horizontal), deflatedMinHeight, Math.max(deflatedMinHeight, _this.maxHeight - vertical)); }, - loosen$0() { - return new A.BoxConstraints(0, this.maxWidth, 0, this.maxHeight); - }, enforce$1(constraints) { var t4, _this = this, t1 = constraints.minWidth, @@ -200073,7 +201925,7 @@ return dim + "=" + J.toStringAsFixed$1$n(min, 1); return J.toStringAsFixed$1$n(min, 1) + "<=" + dim + "<=" + J.toStringAsFixed$1$n(max, 1); }, - $signature: 1165 + $signature: 1175 }; A.BoxHitTestResult.prototype = { addWithPaintTransform$3$hitTest$position$transform(hitTest, position, transform) { @@ -200145,7 +201997,7 @@ A.ContainerBoxParentData.prototype = {}; A._IntrinsicDimension.prototype = { toString$0(_) { - return this._box$_name; + return "_IntrinsicDimension." + this._core$_name; } }; A._IntrinsicDimensionsCacheEntry.prototype = { @@ -200164,10 +202016,19 @@ child.parentData = new A.BoxParentData(B.Offset_0_0); }, _computeIntrinsicDimension$3(dimension, argument, computer) { - var t1 = this._cachedIntrinsicDimensions; + var t1, result; + if ($.debugProfileLayoutsEnabled || $.RenderBox__debugIntrinsicsDepth === 0) + A.Timeline_startSync(A.getRuntimeType(this).toString$0(0) + " intrinsics", B.Map_9aZ6I, null); + $.RenderBox__debugIntrinsicsDepth = $.RenderBox__debugIntrinsicsDepth + 1; + t1 = this._cachedIntrinsicDimensions; if (t1 == null) t1 = this._cachedIntrinsicDimensions = A.LinkedHashMap_LinkedHashMap$_empty(type$._IntrinsicDimensionsCacheEntry, type$.double); - return t1.putIfAbsent$2(0, new A._IntrinsicDimensionsCacheEntry(dimension, argument), new A.RenderBox__computeIntrinsicDimension_closure(computer, argument)); + result = t1.putIfAbsent$2(0, new A._IntrinsicDimensionsCacheEntry(dimension, argument), new A.RenderBox__computeIntrinsicDimension_closure(computer, argument)); + t1 = $.RenderBox__debugIntrinsicsDepth - 1; + $.RenderBox__debugIntrinsicsDepth = t1; + if ($.debugProfileLayoutsEnabled || t1 === 0) + A.Timeline_finishSync(); + return result; }, computeMinIntrinsicWidth$1(height) { return 0; @@ -200182,10 +202043,19 @@ return 0; }, getDryLayout$1(constraints) { - var t1 = this._cachedDryLayoutSizes; + var t1, result, _this = this; + if ($.debugProfileLayoutsEnabled || $.RenderBox__debugIntrinsicsDepth === 0) + A.Timeline_startSync(A.getRuntimeType(_this).toString$0(0) + ".getDryLayout", B.Map_9aZ6I, null); + $.RenderBox__debugIntrinsicsDepth = $.RenderBox__debugIntrinsicsDepth + 1; + t1 = _this._cachedDryLayoutSizes; if (t1 == null) - t1 = this._cachedDryLayoutSizes = A.LinkedHashMap_LinkedHashMap$_empty(type$.BoxConstraints, type$.Size); - return t1.putIfAbsent$2(0, constraints, new A.RenderBox_getDryLayout_closure(this, constraints)); + t1 = _this._cachedDryLayoutSizes = A.LinkedHashMap_LinkedHashMap$_empty(type$.BoxConstraints, type$.Size); + result = t1.putIfAbsent$2(0, constraints, new A.RenderBox_getDryLayout_closure(_this, constraints)); + t1 = $.RenderBox__debugIntrinsicsDepth - 1; + $.RenderBox__debugIntrinsicsDepth = t1; + if ($.debugProfileLayoutsEnabled || t1 === 0) + A.Timeline_finishSync(); + return result; }, computeDryLayout$1(constraints) { return B.Size_0_0; @@ -200309,19 +202179,19 @@ call$0() { return this.computer.call$1(this.argument); }, - $signature: 403 + $signature: 381 }; A.RenderBox_getDryLayout_closure.prototype = { call$0() { return this.$this.computeDryLayout$1(this.constraints); }, - $signature: 1166 + $signature: 1202 }; A.RenderBox_getDistanceToActualBaseline_closure.prototype = { call$0() { return this.$this.computeDistanceToActualBaseline$1(this.baseline); }, - $signature: 1167 + $signature: 1203 }; A.RenderBoxContainerDefaultsMixin.prototype = { defaultComputeDistanceToFirstActualBaseline$1(baseline) { @@ -200395,12 +202265,9 @@ }; A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure.prototype = { call$2(result, transformed) { - var t1 = this._box_0.child; - t1.toString; - transformed.toString; - return t1.hitTest$2$position(result, transformed); + return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 85 + $signature: 58 }; A._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin.prototype = { detach$0(_) { @@ -200755,7 +202622,7 @@ t2.toString; backgroundSemantics = t1.call$1(t2); } else - backgroundSemantics = B.List_empty18; + backgroundSemantics = B.List_empty19; _this._backgroundSemanticsNodes = A.RenderCustomPaint__updateSemanticsChildren(_this._backgroundSemanticsNodes, backgroundSemantics); t1 = _this._foregroundSemanticsBuilder; if (t1 != null) { @@ -200763,7 +202630,7 @@ t2.toString; foregroundSemantics = t1.call$1(t2); } else - foregroundSemantics = B.List_empty18; + foregroundSemantics = B.List_empty19; _this._foregroundSemanticsNodes = A.RenderCustomPaint__updateSemanticsChildren(_this._foregroundSemanticsNodes, foregroundSemantics); t1 = _this._backgroundSemanticsNodes; hasBackgroundSemantics = t1 != null && !t1.get$isEmpty(t1); @@ -200804,6 +202671,54 @@ } } }; + A.VerticalCaretMovementRun.prototype = { + get$isValid() { + var _this = this; + if (!_this._isValid) + return false; + if (_this._editable._editable$_textPainter.computeLineMetrics$0() !== _this._lineMetrics) + _this._isValid = false; + return _this._isValid; + }, + _getTextPositionForLine$1(lineNumber) { + var t2, t3, 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)); + position = new A.MapEntry(newOffset, _this._editable._editable$_textPainter._paragraph.getPositionForOffset$1(newOffset), type$.MapEntry_Offset_TextPosition); + t1.$indexSet(0, lineNumber, position); + return position; + }, + get$current(_) { + return this._currentTextPosition; + }, + moveNext$0() { + var position, _this = this, + t1 = _this._editable$_currentLine + 1; + if (t1 >= _this._lineMetrics.length) + return false; + position = _this._getTextPositionForLine$1(t1); + _this._editable$_currentLine = _this._editable$_currentLine + 1; + _this._currentOffset = position.key; + _this._currentTextPosition = position.value; + return true; + }, + movePrevious$0() { + var position, _this = this, + t1 = _this._editable$_currentLine; + if (t1 <= 0) + return false; + position = _this._getTextPositionForLine$1(t1 - 1); + _this._editable$_currentLine = _this._editable$_currentLine - 1; + _this._currentOffset = position.key; + _this._currentTextPosition = position.value; + return true; + } + }; A.RenderEditable.prototype = { setupParentData$1(child) { if (!(child.parentData instanceof A.TextParentData)) @@ -200893,7 +202808,7 @@ return; }, set$textWidthBasis(value) { - var t1 = this._textPainter; + var t1 = this._editable$_textPainter; if (t1._textWidthBasis === value) return; t1.set$textWidthBasis(value); @@ -200917,36 +202832,23 @@ this._obscureText = value; this.markNeedsSemanticsUpdate$0(); }, - _getTextPositionVertical$2(position, verticalOffset) { - var caretOffset, - t1 = this._textPainter; - t1._computeCaretMetrics$2(position, A._lateReadCheck(this.__RenderEditable__caretPrototype, "_caretPrototype")); - caretOffset = A._lateReadCheck(t1.__TextPainter__caretMetrics, "_caretMetrics").offset; - return t1._paragraph.getPositionForOffset$1(new A.Offset(caretOffset._dx + 0, caretOffset._dy + verticalOffset)); - }, getLineAtOffset$1(position) { - var line = this._textPainter._paragraph.getLineBoundary$1(position); + var line = this._editable$_textPainter._paragraph.getLineBoundary$1(position); if (this._obscureText) return A.TextSelection$(B.TextAffinity_1, 0, this.get$_plainText().length, false); return A.TextSelection$(B.TextAffinity_1, line.start, line.end, false); }, - getTextPositionAbove$1(position) { - return this._getTextPositionVertical$2(position, -0.5 * this._textPainter.get$preferredLineHeight()); - }, - getTextPositionBelow$1(position) { - return this._getTextPositionVertical$2(position, 1.5 * this._textPainter.get$preferredLineHeight()); - }, _setSelection$2(nextSelection, cause) { var textLength, t1, _this = this; if (nextSelection.get$isValid()) { textLength = _this.textSelectionDelegate._widget.controller._change_notifier$_value.text.length; nextSelection = nextSelection.copyWith$2$baseOffset$extentOffset(Math.min(A.checkNum(nextSelection.baseOffset), textLength), Math.min(A.checkNum(nextSelection.extentOffset), textLength)); } - _this._editable$_handleSelectionChange$2(nextSelection, cause); + _this._handleSelectionChange$2(nextSelection, cause); t1 = _this.textSelectionDelegate._widget.controller._change_notifier$_value.copyWith$1$selection(nextSelection); _this.textSelectionDelegate.userUpdateTextEditingValue$2(t1, cause); }, - _editable$_handleSelectionChange$2(nextSelection, cause) { + _handleSelectionChange$2(nextSelection, cause) { var focusingEmpty = nextSelection.baseOffset === 0 && nextSelection.extentOffset === 0 && !this._editable$_hasFocus; if (nextSelection.$eq(0, this._selection) && cause !== B.SelectionChangedCause_4 && !focusingEmpty) return; @@ -200967,33 +202869,33 @@ systemFontsDidChange$0() { var _this = this; _this.super$RelayoutWhenSystemFontsChangeMixin$systemFontsDidChange(); - _this._textPainter.markNeedsLayout$0(); + _this._editable$_textPainter.markNeedsLayout$0(); _this._textLayoutLastMinWidth = _this._textLayoutLastMaxWidth = null; }, get$_plainText() { var t1 = this._cachedPlainText; - return t1 == null ? this._cachedPlainText = this._textPainter._text_painter$_text.toPlainText$1$includeSemanticsLabels(false) : t1; + return t1 == null ? this._cachedPlainText = this._editable$_textPainter._text_painter$_text.toPlainText$1$includeSemanticsLabels(false) : t1; }, set$text(_, value) { var _this = this, - t1 = _this._textPainter; + t1 = _this._editable$_textPainter; if (J.$eq$(t1._text_painter$_text, value)) return; t1.set$text(0, value); - _this._cachedCombinedSemanticsInfos = _this._cachedAttributedValue = _this._cachedPlainText = null; + _this._editable$_cachedCombinedSemanticsInfos = _this._cachedAttributedValue = _this._cachedPlainText = null; _this._editable$_extractPlaceholderSpans$1(value); _this.markNeedsTextLayout$0(); _this.markNeedsSemanticsUpdate$0(); }, set$textAlign(_, value) { - var t1 = this._textPainter; + var t1 = this._editable$_textPainter; if (t1._textAlign === value) return; t1.set$textAlign(0, value); this.markNeedsTextLayout$0(); }, set$textDirection(_, value) { - var t1 = this._textPainter; + var t1 = this._editable$_textPainter; if (t1._text_painter$_textDirection == value) return; t1.set$textDirection(0, value); @@ -201001,14 +202903,14 @@ this.markNeedsSemanticsUpdate$0(); }, set$locale(_, value) { - var t1 = this._textPainter; + var t1 = this._editable$_textPainter; if (J.$eq$(t1._text_painter$_locale, value)) return; t1.set$locale(0, value); this.markNeedsTextLayout$0(); }, set$strutStyle(_, value) { - var t1 = this._textPainter; + var t1 = this._editable$_textPainter; if (J.$eq$(t1._strutStyle, value)) return; t1.set$strutStyle(0, value); @@ -201061,13 +202963,13 @@ this.markNeedsTextLayout$0(); }, set$expands(value) { - if (this._editable$_expands === value) + if (this._expands === value) return; - this._editable$_expands = value; + this._expands = value; this.markNeedsTextLayout$0(); }, set$textScaleFactor(value) { - var t1 = this._textPainter; + var t1 = this._editable$_textPainter; if (t1._text_painter$_textScaleFactor === value) return; t1.set$textScaleFactor(value); @@ -201130,7 +203032,7 @@ 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); - t1 = _this._textPainter; + t1 = _this._editable$_textPainter; t2 = t1._text_painter$_text; t2.toString; collector = A._setArrayType([], type$.JSArray_InlineSpanSemanticsInformation); @@ -201201,27 +203103,26 @@ this.textSelectionDelegate.userUpdateTextEditingValue$2(new A.TextEditingValue(text, A.TextSelection$collapsed(B.TextAffinity_1, text.length), B.TextRange_m1_m1), B.SelectionChangedCause_4); }, assembleSemanticsNode$3(node, config, children) { - var newChildCache, t3, t4, t5, currentRect, currentDirection, ordinal, start, _i, info, start0, t6, t7, t8, rects, rect, currentDirection0, t9, configuration, ordinal0, recognizer, newChild, _this = this, _null = null, + var newChildCache, t3, t4, t5, currentRect, currentDirection, ordinal, start, _i, info, start0, t6, t7, rects, rect, currentDirection0, t8, t9, configuration, ordinal0, recognizer, newChild, _this = this, _null = null, newChildren = A._setArrayType([], type$.JSArray_SemanticsNode), - t1 = _this._textPainter, + t1 = _this._editable$_textPainter, t2 = t1._text_painter$_textDirection; t2.toString; newChildCache = A.ListQueue$(_null, type$.SemanticsNode); - t3 = _this._cachedCombinedSemanticsInfos; + t3 = _this._editable$_cachedCombinedSemanticsInfos; if (t3 == null) { t3 = _this._editable$_semanticsInfo; t3.toString; - t3 = _this._cachedCombinedSemanticsInfos = A.combineSemanticsInfo(t3); + t3 = _this._editable$_cachedCombinedSemanticsInfos = A.combineSemanticsInfo(t3); } for (t4 = t3.length, t5 = type$.BoxConstraints, currentRect = _null, currentDirection = t2, ordinal = 0, start = 0, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i, start = start0) { info = t3[_i]; t2 = info.text; start0 = start + t2.length; t6 = start < start0; - t7 = t6 ? start0 : start; - t6 = t6 ? start : start0; - t8 = t1._paragraph; - rects = t8.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(t6, t7, B.BoxHeightStyle_0, B.BoxWidthStyle_0); + t7 = t6 ? start : start0; + t6 = t6 ? start0 : start; + rects = t1._paragraph.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(t7, t6, B.BoxHeightStyle_0, B.BoxWidthStyle_0); if (rects.length === 0) continue; t6 = B.JSArray_methods.get$first(rects); @@ -201276,22 +203177,22 @@ }, _handleMoveCursorForwardByCharacter$1(extentSelection) { var _this = this, - extentOffset = _this._textPainter.getOffsetAfter$1(_this._selection.extentOffset); + 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); }, _handleMoveCursorBackwardByCharacter$1(extentSelection) { var _this = this, - extentOffset = _this._textPainter.getOffsetBefore$1(_this._selection.extentOffset); + 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); }, _handleMoveCursorForwardByWord$1(extentSelection) { var baseOffset, _this = this, - t1 = _this._selection, - nextWord = _this._getNextWord$1(_this._textPainter._paragraph.getWordBoundary$1(0, new A.TextPosition(t1.extentOffset, t1.affinity)).end); + t1 = _this._selection.get$extent(), + nextWord = _this._getNextWord$1(_this._editable$_textPainter._paragraph.getWordBoundary$1(0, t1).end); if (nextWord == null) return; baseOffset = extentSelection ? _this._selection.baseOffset : nextWord.start; @@ -201299,8 +203200,8 @@ }, _handleMoveCursorBackwardByWord$1(extentSelection) { var baseOffset, _this = this, - t1 = _this._selection, - previousWord = _this._getPreviousWord$1(_this._textPainter._paragraph.getWordBoundary$1(0, new A.TextPosition(t1.extentOffset, t1.affinity)).start - 1); + t1 = _this._selection.get$extent(), + previousWord = _this._getPreviousWord$1(_this._editable$_textPainter._paragraph.getWordBoundary$1(0, t1).start - 1); if (previousWord == null) return; baseOffset = extentSelection ? _this._selection.baseOffset : previousWord.start; @@ -201308,7 +203209,7 @@ }, _getNextWord$1(offset) { var t1, range, t2; - for (t1 = this._textPainter; true;) { + for (t1 = this._editable$_textPainter; true;) { range = t1._paragraph.getWordBoundary$1(0, new A.TextPosition(offset, B.TextAffinity_1)); t2 = range.start; t2 = !(t2 >= 0 && range.end >= 0) || t2 === range.end; @@ -201321,7 +203222,7 @@ }, _getPreviousWord$1(offset) { var t1, range, t2; - for (t1 = this._textPainter; offset >= 0;) { + for (t1 = this._editable$_textPainter; offset >= 0;) { range = t1._paragraph.getWordBoundary$1(0, new A.TextPosition(offset, B.TextAffinity_1)); t2 = range.start; t2 = !(t2 >= 0 && range.end >= 0) || t2 === range.end; @@ -201335,7 +203236,7 @@ }, _onlyWhitespace$1(range) { var i, t1, t2, t3; - for (i = range.start, t1 = range.end, t2 = this._textPainter; i < t1; ++i) { + for (i = range.start, t1 = range.end, t2 = this._editable$_textPainter; i < t1; ++i) { t3 = t2._text_painter$_text.codeUnitAt$1(0, i); t3.toString; if (!A.TextLayoutMetrics_isWhitespace(t3)) @@ -201400,13 +203301,13 @@ visitor.call$1(backgroundChild); this.super$ContainerRenderObjectMixin$visitChildren(visitor); }, - get$_paintOffset() { - switch (this._editable$_maxLines !== 1 ? B.Axis_1 : B.Axis_0) { - case B.Axis_0: + get$_editable$_paintOffset() { + switch ((this._editable$_maxLines !== 1 ? B.Axis_1 : B.Axis_0).index) { + case 0: var t1 = this._editable$_offset._pixels; t1.toString; return new A.Offset(-t1, 0); - case B.Axis_1: + case 1: t1 = this._editable$_offset._pixels; t1.toString; return new A.Offset(0, -t1); @@ -201415,47 +203316,58 @@ } }, get$_editable$_viewportExtent() { - switch (this._editable$_maxLines !== 1 ? B.Axis_1 : B.Axis_0) { - case B.Axis_0: + switch ((this._editable$_maxLines !== 1 ? B.Axis_1 : B.Axis_0).index) { + case 0: return this._box$_size._dx; - case B.Axis_1: + case 1: return this._box$_size._dy; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _getMaxScrollExtent$1(contentSize) { - switch (this._editable$_maxLines !== 1 ? B.Axis_1 : B.Axis_0) { - case B.Axis_0: + switch ((this._editable$_maxLines !== 1 ? B.Axis_1 : B.Axis_0).index) { + case 0: return Math.max(0, contentSize._dx - this._box$_size._dx); - case B.Axis_1: + case 1: return Math.max(0, contentSize._dy - this._box$_size._dy); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, getEndpointsForSelection$1(selection) { - var paintOffset, boxes, t1, caretOffset, start, end, _this = this; + var paintOffset, boxes, t1, caretOffset, t2, t3, t4, start, end, _this = this; _this._computeTextMetricsIfNeeded$0(); - paintOffset = _this.get$_paintOffset(); + paintOffset = _this.get$_editable$_paintOffset(); if (selection.start == selection.end) boxes = A._setArrayType([], type$.JSArray_TextBox); else { t1 = _this._selectionPainter; - boxes = _this._textPainter.getBoxesForSelection$3$boxHeightStyle$boxWidthStyle(selection, t1._selectionHeightStyle, t1._selectionWidthStyle); + boxes = _this._editable$_textPainter.getBoxesForSelection$3$boxHeightStyle$boxWidthStyle(selection, t1._selectionHeightStyle, t1._selectionWidthStyle); } if (boxes.length === 0) { - t1 = _this._textPainter; - t1._computeCaretMetrics$2(new A.TextPosition(selection.extentOffset, selection.affinity), A._lateReadCheck(_this.__RenderEditable__caretPrototype, "_caretPrototype")); + 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); } else { t1 = B.JSArray_methods.get$first(boxes); t1 = t1.direction === B.TextDirection_1 ? t1.left : t1.right; - start = new A.Offset(t1, B.JSArray_methods.get$first(boxes).bottom).$add(0, paintOffset); - t1 = B.JSArray_methods.get$last(boxes); - t1 = t1.direction === B.TextDirection_1 ? t1.right : t1.left; - end = new A.Offset(t1, B.JSArray_methods.get$last(boxes).bottom).$add(0, paintOffset); + t2 = _this._editable$_textPainter; + t3 = t2.get$width(t2); + t4 = t2._paragraph; + 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); + t3 = B.JSArray_methods.get$last(boxes); + t1 = t3.direction === B.TextDirection_1 ? t3.right : t3.left; + t3 = t2.get$width(t2); + t2 = t2._paragraph; + 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); 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); } }, @@ -201465,38 +203377,38 @@ return null; _this._computeTextMetricsIfNeeded$0(); t1 = _this._selectionPainter; - t1 = B.JSArray_methods.fold$1$2(_this._textPainter.getBoxesForSelection$3$boxHeightStyle$boxWidthStyle(A.TextSelection$(B.TextAffinity_1, range.start, range.end, false), t1._selectionHeightStyle, t1._selectionWidthStyle), null, new A.RenderEditable_getRectForComposingRange_closure(), type$.nullable_Rect); - return t1 == null ? null : t1.shift$1(_this.get$_paintOffset()); + t1 = B.JSArray_methods.fold$1$2(_this._editable$_textPainter.getBoxesForSelection$3$boxHeightStyle$boxWidthStyle(A.TextSelection$(B.TextAffinity_1, range.start, range.end, false), t1._selectionHeightStyle, t1._selectionWidthStyle), null, new A.RenderEditable_getRectForComposingRange_closure(), type$.nullable_Rect); + return t1 == null ? null : t1.shift$1(_this.get$_editable$_paintOffset()); }, getPositionForPoint$1(globalPosition) { var t1, _this = this; _this._computeTextMetricsIfNeeded$0(); - t1 = _this.get$_paintOffset(); + t1 = _this.get$_editable$_paintOffset(); t1 = _this.globalToLocal$1(globalPosition.$add(0, new A.Offset(-t1._dx, -t1._dy))); - return _this._textPainter._paragraph.getPositionForOffset$1(t1); + return _this._editable$_textPainter._paragraph.getPositionForOffset$1(t1); }, getLocalRectForCaret$1(caretPosition) { var t1, caretOffset, t2, rect, _this = this; _this._computeTextMetricsIfNeeded$0(); - t1 = _this._textPainter; + 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; t1 = t1.get$preferredLineHeight(); - rect = new A.Rect(0, 0, t2, 0 + t1).shift$1(caretOffset.$add(0, _this.get$_paintOffset()).$add(0, _this.get$_caretPainter()._cursorOffset)); + rect = new A.Rect(0, 0, t2, 0 + t1).shift$1(caretOffset.$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$1$maxWidth(1 / 0); - t1 = this._textPainter._paragraph.get$minIntrinsicWidth(); + this._layoutText$0(); + t1 = this._editable$_textPainter._paragraph.get$minIntrinsicWidth(); t1.toString; return Math.ceil(t1); }, computeMaxIntrinsicWidth$1(height) { var t1; - this._layoutText$1$maxWidth(1 / 0); - t1 = this._textPainter._paragraph.get$maxIntrinsicWidth(); + this._layoutText$0(); + t1 = this._editable$_textPainter._paragraph.get$maxIntrinsicWidth(); t1.toString; return Math.ceil(t1) + (1 + this._cursorWidth); }, @@ -201509,7 +203421,7 @@ t4 = t3 != null, lockedBoth = t4 && t3 === t1; if (t1 === 1 || lockedMax || lockedBoth) { - t1 = _this._textPainter.get$preferredLineHeight(); + t1 = _this._editable$_textPainter.get$preferredLineHeight(); t2 = _this._editable$_maxLines; t2.toString; return t1 * t2; @@ -201518,7 +203430,7 @@ if (minLimited || t2) { _this._layoutText$1$maxWidth(width); if (minLimited) { - t1 = _this._textPainter; + t1 = _this._editable$_textPainter; t3 = t1._paragraph; t3 = t3.get$height(t3); t3.toString; @@ -201531,13 +203443,13 @@ } else t1 = false; if (t1) { - t1 = _this._textPainter.get$preferredLineHeight(); + t1 = _this._editable$_textPainter.get$preferredLineHeight(); t2 = _this._minLines; t2.toString; return t1 * t2; } if (t2) { - t1 = _this._textPainter; + t1 = _this._editable$_textPainter; t2 = t1._paragraph; t2 = t2.get$height(t2); t2.toString; @@ -201550,7 +203462,7 @@ } else t1 = false; if (t1) { - t1 = _this._textPainter.get$preferredLineHeight(); + t1 = _this._editable$_textPainter.get$preferredLineHeight(); t2 = _this._editable$_maxLines; t2.toString; return t1 * t2; @@ -201561,10 +203473,10 @@ for (t1 = text.length, lines = 1, index = 0; index < t1; ++index) if (B.JSString_methods._codeUnitAt$1(text, index) === 10) ++lines; - return _this._textPainter.get$preferredLineHeight() * lines; + return _this._editable$_textPainter.get$preferredLineHeight() * lines; } _this._layoutText$1$maxWidth(width); - t1 = _this._textPainter; + t1 = _this._editable$_textPainter; t2 = t1.get$preferredLineHeight(); t1 = t1._paragraph; t1 = t1.get$height(t1); @@ -201580,15 +203492,15 @@ }, computeDistanceToActualBaseline$1(baseline) { this._computeTextMetricsIfNeeded$0(); - return this._textPainter.computeDistanceToActualBaseline$1(baseline); + return this._editable$_textPainter.computeDistanceToActualBaseline$1(baseline); }, hitTestSelf$1(position) { return true; }, hitTestChildren$2$position(result, position) { var t2, hitText, t3, t4, childIndex, t5, t6, t7, transform, child, _this = this, _box_0 = {}, - effectivePosition = position.$sub(0, _this.get$_paintOffset()), - t1 = _this._textPainter, + effectivePosition = position.$sub(0, _this.get$_editable$_paintOffset()), + t1 = _this._editable$_textPainter, textPosition = t1._paragraph.getPositionForOffset$1(effectivePosition), span = t1._text_painter$_text.getSpanForPosition$1(textPosition); if (span != null && true) { @@ -201652,13 +203564,13 @@ 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); - t2 = _this._textPainter; - t1 = _this.globalToLocal$1(from.$sub(0, _this.get$_paintOffset())); + t2 = _this._editable$_textPainter; + t1 = _this.globalToLocal$1(from.$sub(0, _this.get$_editable$_paintOffset())); fromPosition = t2._paragraph.getPositionForOffset$1(t1); if (to == null) toPosition = null; else { - t1 = _this.globalToLocal$1(to.$sub(0, _this.get$_paintOffset())); + t1 = _this.globalToLocal$1(to.$sub(0, _this.get$_editable$_paintOffset())); toPosition = t2._paragraph.getPositionForOffset$1(t1); } baseOffset = fromPosition.offset; @@ -201673,16 +203585,16 @@ selectWordsInRange$3$cause$from$to(cause, from, to) { var t1, t2, firstWord, lastWord, _this = this; _this._computeTextMetricsIfNeeded$0(); - t1 = _this._textPainter; - t2 = _this.globalToLocal$1(from.$sub(0, _this.get$_paintOffset())); + t1 = _this._editable$_textPainter; + t2 = _this.globalToLocal$1(from.$sub(0, _this.get$_editable$_paintOffset())); firstWord = _this._getWordAtOffset$1(t1._paragraph.getPositionForOffset$1(t2)); if (to == null) lastWord = firstWord; else { - t2 = _this.globalToLocal$1(to.$sub(0, _this.get$_paintOffset())); + t2 = _this.globalToLocal$1(to.$sub(0, _this.get$_editable$_paintOffset())); lastWord = _this._getWordAtOffset$1(t1._paragraph.getPositionForOffset$1(t2)); } - _this._setSelection$2(A.TextSelection$(firstWord.affinity, firstWord.baseOffset, lastWord.extentOffset, false), cause); + _this._setSelection$2(A.TextSelection$(firstWord.affinity, firstWord.get$base().offset, lastWord.get$extent().offset, false), cause); }, selectWordsInRange$2$cause$from(cause, from) { return this.selectWordsInRange$3$cause$from$to(cause, from, null); @@ -201690,10 +203602,10 @@ selectWordEdge$1$cause(cause) { var t1, t2, position, word, newSelection, _this = this; _this._computeTextMetricsIfNeeded$0(); - t1 = _this._textPainter; + t1 = _this._editable$_textPainter; t2 = _this._lastTapDownPosition; t2.toString; - t2 = _this.globalToLocal$1(t2.$sub(0, _this.get$_paintOffset())); + t2 = _this.globalToLocal$1(t2.$sub(0, _this.get$_editable$_paintOffset())); position = t1._paragraph.getPositionForOffset$1(t2); word = t1._paragraph.getWordBoundary$1(0, position); newSelection = A._Cell$named("newSelection"); @@ -201706,7 +203618,7 @@ }, _getWordAtOffset$1(position) { var t3, previousWord, nextWord, _this = this, - word = _this._textPainter._paragraph.getWordBoundary$1(0, position), + word = _this._editable$_textPainter._paragraph.getWordBoundary$1(0, position), t1 = position.offset, t2 = word.end; if (t1 >= t2) @@ -201749,12 +203661,12 @@ t1 = _this.ContainerRenderObjectMixin__childCount; if (t1 === 0) { t1 = type$.JSArray_PlaceholderDimensions; - _this._textPainter.setPlaceholderDimensions$1(A._setArrayType([], t1)); + _this._editable$_textPainter.setPlaceholderDimensions$1(A._setArrayType([], t1)); return A._setArrayType([], t1); } child = _this.ContainerRenderObjectMixin__firstChild; placeholderDimensions = A.List_List$filled(t1, B.PlaceholderDimensions_Size_0_0_null, false, type$.PlaceholderDimensions); - boxConstraints = new A.BoxConstraints(0, constraints.maxWidth, 0, 1 / 0).$div(0, _this._textPainter._text_painter$_textScaleFactor); + 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); @@ -201762,16 +203674,22 @@ t3.toString; switch (J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex).get$alignment()) { case B.PlaceholderAlignment_0: - child.getDistanceToBaseline$1(J.get$baseline$z(J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex))); + child.getDistanceToBaseline$1(J.get$baseline$x(J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex))); + break; + case B.PlaceholderAlignment_1: + case B.PlaceholderAlignment_2: + case B.PlaceholderAlignment_4: + case B.PlaceholderAlignment_5: + case B.PlaceholderAlignment_3: break; default: - break; + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } childSize = t3; } else childSize = child.getDryLayout$1(boxConstraints); J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex).get$alignment(); - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(childSize, J.get$baseline$z(J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex))); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(childSize, J.get$baseline$x(J.$index$asx(A._lateReadCheck(_this.__RenderEditable__placeholderSpans, _s17_), childIndex))); t3 = child.parentData; t3.toString; child = t1._as(t3).ContainerParentDataMixin_nextSibling; @@ -201786,7 +203704,7 @@ var t4, t5, child = this.ContainerRenderObjectMixin__firstChild, t1 = type$.TextParentData, - t2 = this._textPainter, + t2 = this._editable$_textPainter, t3 = A._instanceType(this)._eval$1("ContainerRenderObjectMixin.1"), childIndex = 0; while (true) { @@ -201808,10 +203726,13 @@ availableMinWidth = Math.min(A.checkNum(minWidth), availableMaxWidth), textMaxWidth = _this._editable$_maxLines !== 1 ? availableMaxWidth : 1 / 0, textMinWidth = _this._forceLine ? availableMaxWidth : availableMinWidth; - _this._textPainter.layout$2$maxWidth$minWidth(0, textMaxWidth, textMinWidth); + _this._editable$_textPainter.layout$2$maxWidth$minWidth(0, textMaxWidth, textMinWidth); _this._textLayoutLastMinWidth = minWidth; _this._textLayoutLastMaxWidth = maxWidth; }, + _layoutText$0() { + return this._layoutText$2$maxWidth$minWidth(1 / 0, 0); + }, _layoutText$1$maxWidth(maxWidth) { return this._layoutText$2$maxWidth$minWidth(maxWidth, 0); }, @@ -201852,7 +203773,7 @@ var t1, t2, width, width0, t3, _this = this; if (!_this._canComputeDryLayout$0()) return B.Size_0_0; - t1 = _this._textPainter; + t1 = _this._editable$_textPainter; t1.setPlaceholderDimensions$1(_this._layoutChildren$2$dry(constraints, true)); t2 = constraints.minWidth; width = constraints.maxWidth; @@ -201874,7 +203795,7 @@ constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), t1 = _this._layoutChildren$1(constraints); _this._editable$_placeholderDimensions = t1; - t2 = _this._textPainter; + t2 = _this._editable$_textPainter; t2.setPlaceholderDimensions$1(t1); _this._computeTextMetricsIfNeeded$0(); _this._setParentData$0(); @@ -201956,17 +203877,38 @@ setFloatingCursor$3(state, boundedOffset, lastTextPosition) { return this.setFloatingCursor$4$resetLerpValue(state, boundedOffset, lastTextPosition, null); }, + _lineNumberFor$2(startPosition, metrics) { + 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; + 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) + lineMetrics.get$descent(lineMetrics) > t2) + return new A.MapEntry(lineMetrics.get$lineNumber(lineMetrics), new A.Offset(offset._dx, lineMetrics.get$baseline(lineMetrics)), 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; + 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 = {}, - effectiveOffset = offset.$add(0, _this.get$_paintOffset()), + effectiveOffset = offset.$add(0, _this.get$_editable$_paintOffset()), t1 = _this._floatingCursorOn; if (!t1) { t1 = _this._box$_size; visibleRegion = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); - t1 = _this._textPainter; + 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; @@ -201980,7 +203922,7 @@ backgroundChild = _this._backgroundRenderObject; if (backgroundChild != null) context.paintChild$2(backgroundChild, offset); - t1 = _this._textPainter; + t1 = _this._editable$_textPainter; t1.paint$2(context.get$canvas(context), effectiveOffset); t2 = _box_0.child = _this.ContainerRenderObjectMixin__firstChild; t3 = type$.TextParentData; @@ -202012,7 +203954,7 @@ paint$2(context, offset) { var t1, t2, t3, startPoint, t4, endPoint, _this = this; _this._computeTextMetricsIfNeeded$0(); - t1 = (_this._editable$_maxScrollExtent > 0 || !_this.get$_paintOffset().$eq(0, B.Offset_0_0)) && _this._editable$_clipBehavior !== B.Clip_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"); @@ -202022,22 +203964,24 @@ t2.set$layer(0, null); _this._editable$_paintContents$2(context, offset); } - 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); - 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); + 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); + 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); + } } }, describeApproximatePaintClip$1(child) { var t1; - if (this._editable$_maxScrollExtent > 0 || !this.get$_paintOffset().$eq(0, B.Offset_0_0)) { + 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 @@ -202046,7 +203990,7 @@ }, debugDescribeChildren$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode), - t2 = this._textPainter._text_painter$_text; + t2 = this._editable$_textPainter._text_painter$_text; if (t2 != null) t1.push(A.DiagnosticableTreeNode$("text", B.DiagnosticsTreeStyle_4, t2)); return t1; @@ -202056,29 +204000,26 @@ call$1(span) { return true; }, - $signature: 192 + $signature: 189 }; A.RenderEditable_describeSemanticsConfiguration_closure.prototype = { call$1(info) { return info.recognizer != null; }, - $signature: 594 + $signature: 502 }; A.RenderEditable_getRectForComposingRange_closure.prototype = { call$2(accum, incoming) { 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: 1197 + $signature: 1208 }; A.RenderEditable_hitTestChildren_closure.prototype = { call$2(result, transformed) { - var t1 = this._box_0.child; - t1.toString; - transformed.toString; - return t1.hitTest$2$position(result, transformed); + return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 85 + $signature: 58 }; A.RenderEditable__paintContents_closure.prototype = { call$2(context, offset) { @@ -202086,7 +204027,7 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 84 + $signature: 85 }; A._RenderEditableCustomPaint.prototype = { get$parent(_) { @@ -202164,17 +204105,27 @@ this.notifyListeners$0(); }, paint$3(canvas, size, renderEditable) { - var t1, boxes, t2, _i, box, _this = this, + var t1, textPainter, boxes, t2, _i, box, t3, t4, t5, _this = this, range = _this._highlightedRange, color = _this._highlightColor; if (range == null || color == null || range.start == range.end) return; t1 = _this.highlightPaint; t1.set$color(0, color); - boxes = renderEditable._textPainter.getBoxesForSelection$3$boxHeightStyle$boxWidthStyle(A.TextSelection$(B.TextAffinity_1, range.start, range.end, false), _this._selectionHeightStyle, _this._selectionWidthStyle); + textPainter = renderEditable._editable$_textPainter; + boxes = textPainter.getBoxesForSelection$3$boxHeightStyle$boxWidthStyle(A.TextSelection$(B.TextAffinity_1, range.start, range.end, false), _this._selectionHeightStyle, _this._selectionWidthStyle); for (t2 = boxes.length, _i = 0; _i < boxes.length; boxes.length === t2 || (0, A.throwConcurrentModificationError)(boxes), ++_i) { box = boxes[_i]; - canvas.drawRect$2(0, new A.Rect(box.left, box.top, box.right, box.bottom).shift$1(renderEditable.get$_paintOffset()), t1); + t3 = new A.Rect(box.left, box.top, box.right, box.bottom).shift$1(renderEditable.get$_editable$_paintOffset()); + t4 = textPainter._textWidthBasis; + t5 = textPainter._paragraph; + t4 = t4 === B.TextWidthBasis_1 ? t5.get$longestLine() : t5.get$width(t5); + t4.toString; + t4 = Math.ceil(t4); + 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); } }, shouldRepaint$1(oldDelegate) { @@ -202241,10 +204192,10 @@ caretColor = _this._caretColor; else caretColor = _this.showRegularCaret ? _this._backgroundCursorColor : null; - caretTextPosition = t1 ? new A.TextPosition(selection.extentOffset, selection.affinity) : A._lateReadCheck(renderEditable.__RenderEditable__floatingCursorTextPosition, "_floatingCursorTextPosition"); + caretTextPosition = t1 ? selection.get$extent() : A._lateReadCheck(renderEditable.__RenderEditable__floatingCursorTextPosition, "_floatingCursorTextPosition"); if (caretColor != null) { t2 = A._lateReadCheck(renderEditable.__RenderEditable__caretPrototype, "_caretPrototype"); - t3 = renderEditable._textPainter; + t3 = renderEditable._editable$_textPainter; t3._computeCaretMetrics$2(caretTextPosition, t2); caretRect = t2.shift$1(A._lateReadCheck(t3.__TextPainter__caretMetrics, _s13_).offset.$add(0, _this._cursorOffset)); t3._computeCaretMetrics$2(caretTextPosition, t2); @@ -202270,7 +204221,7 @@ default: A.throwExpression(A.ReachabilityError$(string$.x60null_c)); } - caretRect = caretRect.shift$1(renderEditable.get$_paintOffset()); + caretRect = caretRect.shift$1(renderEditable.get$_editable$_paintOffset()); integralRect = caretRect.shift$1(renderEditable._snapToPhysicalPixel$1(new A.Offset(caretRect.left, caretRect.top))); if (_this._shouldPaint) { radius = _this._cursorRadius; @@ -202292,7 +204243,7 @@ } if (t1 || floatingCursorColor == null || !_this._shouldPaint) return; - t1 = A.RRect$fromRectAndRadius(floatingCursorRect.shift$1(renderEditable.get$_paintOffset()), B.Radius_1_1); + t1 = A.RRect$fromRectAndRadius(floatingCursorRect.shift$1(renderEditable.get$_editable$_paintOffset()), B.Radius_1_1); value = _this.___FloatingCursorPainter_floatingCursorPaint; if (value === $) { t2 = A._detectRenderer(); @@ -202455,7 +204406,7 @@ }; A.FlexFit.prototype = { toString$0(_) { - return this._flex$_name; + return "FlexFit." + this._core$_name; } }; A.FlexParentData.prototype = { @@ -202465,17 +204416,17 @@ }; A.MainAxisSize.prototype = { toString$0(_) { - return this._flex$_name; + return "MainAxisSize." + this._core$_name; } }; A.MainAxisAlignment.prototype = { toString$0(_) { - return this._flex$_name; + return "MainAxisAlignment." + this._core$_name; } }; A.CrossAxisAlignment.prototype = { toString$0(_) { - return this._flex$_name; + return "CrossAxisAlignment." + this._core$_name; } }; A.RenderFlex.prototype = { @@ -202485,7 +204436,7 @@ }, _getIntrinsicSize$3$childSize$extent$sizingDirection(childSize, extent, sizingDirection) { var t1, child, totalFlex, inflexibleSpace, maxFlexFractionSoFar, t2, flex, t3, maxCrossSize, mainSize, crossSize, spacePerFlex, _this = this; - if (_this._flex$_crossAxisAlignment === B.CrossAxisAlignment_4) + if (_this._crossAxisAlignment === B.CrossAxisAlignment_4) return 0; t1 = _this._flex$_direction; child = _this.ContainerRenderObjectMixin__firstChild; @@ -202521,8 +204472,8 @@ mainSize = A._Cell$named("mainSize"); crossSize = A._Cell$named("crossSize"); if (flex === 0) { - switch (_this._flex$_direction) { - case B.Axis_0: + switch (_this._flex$_direction.index) { + case 0: t2 = child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, 1 / 0, child.get$computeMaxIntrinsicWidth()); if (mainSize.__late_helper$_value !== mainSize) A.throwExpression(A.LateError$localAI(mainSize.__late_helper$_name)); @@ -202532,7 +204483,7 @@ A.throwExpression(A.LateError$localAI(crossSize.__late_helper$_name)); crossSize.__late_helper$_value = t2; break; - case B.Axis_1: + case 1: t2 = child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, 1 / 0, child.get$computeMaxIntrinsicHeight()); if (mainSize.__late_helper$_value !== mainSize) A.throwExpression(A.LateError$localAI(mainSize.__late_helper$_name)); @@ -202592,20 +204543,20 @@ return this.defaultComputeDistanceToFirstActualBaseline$1(baseline); }, _getCrossSize$1(size) { - switch (this._flex$_direction) { - case B.Axis_0: + switch (this._flex$_direction.index) { + case 0: return size._dy; - case B.Axis_1: + case 1: return size._dx; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _getMainSize$1(size) { - switch (this._flex$_direction) { - case B.Axis_0: + switch (this._flex$_direction.index) { + case 0: return size._dx; - case B.Axis_1: + case 1: return size._dy; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -202613,13 +204564,13 @@ }, computeDryLayout$1(constraints) { var sizes; - if (this._flex$_crossAxisAlignment === B.CrossAxisAlignment_4) + if (this._crossAxisAlignment === B.CrossAxisAlignment_4) return B.Size_0_0; sizes = this._computeSizes$2$constraints$layoutChild(constraints, A.layout_helper_ChildLayoutHelper_dryLayoutChild$closure()); - switch (this._flex$_direction) { - case B.Axis_0: + switch (this._flex$_direction.index) { + case 0: return constraints.constrain$1(new A.Size(sizes.mainSize, sizes.crossSize)); - case B.Axis_1: + case 1: return constraints.constrain$1(new A.Size(sizes.crossSize, sizes.mainSize)); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -202642,23 +204593,23 @@ totalFlex += flex; lastFlexChild = child; } else { - if (_this._flex$_crossAxisAlignment === B.CrossAxisAlignment_3) - switch (_this._flex$_direction) { - case B.Axis_0: + if (_this._crossAxisAlignment === B.CrossAxisAlignment_3) + switch (_this._flex$_direction.index) { + case 0: innerConstraints = A.BoxConstraints$tightFor(constraints.maxHeight, null); break; - case B.Axis_1: + case 1: innerConstraints = A.BoxConstraints$tightFor(null, constraints.maxWidth); break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } else - switch (_this._flex$_direction) { - case B.Axis_0: + switch (_this._flex$_direction.index) { + case 0: innerConstraints = new A.BoxConstraints(0, 1 / 0, 0, constraints.maxHeight); break; - case B.Axis_1: + case 1: innerConstraints = new A.BoxConstraints(0, constraints.maxWidth, 0, 1 / 0); break; default: @@ -202689,14 +204640,14 @@ t2 = child.parentData; t2.toString; t2 = t1._as(t2).fit; - switch (t2 == null ? B.FlexFit_0 : t2) { - case B.FlexFit_0: + switch ((t2 == null ? B.FlexFit_0 : t2).index) { + case 0: if (minChildExtent.__late_helper$_value !== minChildExtent) A.throwExpression(A.LateError$localAI(minChildExtent.__late_helper$_name)); minChildExtent.__late_helper$_value = maxChildExtent; t2 = maxChildExtent; break; - case B.FlexFit_1: + case 1: if (minChildExtent.__late_helper$_value !== minChildExtent) A.throwExpression(A.LateError$localAI(minChildExtent.__late_helper$_name)); t2 = minChildExtent.__late_helper$_value = 0; @@ -202704,13 +204655,13 @@ default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - if (_this._flex$_crossAxisAlignment === B.CrossAxisAlignment_3) - switch (_this._flex$_direction) { - case B.Axis_0: + if (_this._crossAxisAlignment === B.CrossAxisAlignment_3) + switch (_this._flex$_direction.index) { + case 0: t3 = constraints.maxHeight; innerConstraints = new A.BoxConstraints(t2, maxChildExtent, t3, t3); break; - case B.Axis_1: + case 1: t3 = constraints.maxWidth; innerConstraints = new A.BoxConstraints(t3, t3, t2, maxChildExtent); break; @@ -202718,11 +204669,11 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } else - switch (_this._flex$_direction) { - case B.Axis_0: + switch (_this._flex$_direction.index) { + case 0: innerConstraints = new A.BoxConstraints(t2, maxChildExtent, 0, constraints.maxHeight); break; - case B.Axis_1: + case 1: t3 = constraints.maxWidth; innerConstraints = new A.BoxConstraints(0, t3, t2, maxChildExtent); break; @@ -202748,7 +204699,7 @@ sizes = _this._computeSizes$2$constraints$layoutChild(constraints, A.layout_helper_ChildLayoutHelper_layoutChild$closure()), actualSize = sizes.mainSize, crossSize = sizes.crossSize; - if (_this._flex$_crossAxisAlignment === B.CrossAxisAlignment_4) { + if (_this._crossAxisAlignment === B.CrossAxisAlignment_4) { child = _this.ContainerRenderObjectMixin__firstChild; for (t1 = type$.FlexParentData, maxBaselineDistance = 0, maxSizeAboveBaseline = 0, maxSizeBelowBaseline = 0; child != null;) { t2 = _this._flex$_textBaseline; @@ -202766,13 +204717,13 @@ } } else maxBaselineDistance = 0; - switch (_this._flex$_direction) { - case B.Axis_0: + switch (_this._flex$_direction.index) { + case 0: t1 = _this._box$_size = constraints.constrain$1(new A.Size(actualSize, crossSize)); actualSize = t1._dx; crossSize = t1._dy; break; - case B.Axis_1: + case 1: t1 = _this._box$_size = constraints.constrain$1(new A.Size(crossSize, actualSize)); actualSize = t1._dy; crossSize = t1._dx; @@ -202781,36 +204732,36 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } actualSizeDelta = actualSize - sizes.allocatedSize; - _this._overflow = Math.max(0, -actualSizeDelta); + _this._flex$_overflow = Math.max(0, -actualSizeDelta); remainingSpace = Math.max(0, actualSizeDelta); leadingSpace = A._Cell$named("leadingSpace"); betweenSpace = A._Cell$named("betweenSpace"); - t1 = A._startIsTopLeft(_this._flex$_direction, _this._flex$_textDirection, _this._flex$_verticalDirection); + t1 = A._startIsTopLeft(_this._flex$_direction, _this._flex$_textDirection, _this._verticalDirection); flipMainAxis = t1 === false; - switch (_this._mainAxisAlignment) { - case B.MainAxisAlignment_0: + switch (_this._mainAxisAlignment.index) { + case 0: leadingSpace.set$finalLocalValue(0); betweenSpace.set$finalLocalValue(0); break; - case B.MainAxisAlignment_1: + case 1: leadingSpace.set$finalLocalValue(remainingSpace); betweenSpace.set$finalLocalValue(0); break; - case B.MainAxisAlignment_2: + case 2: leadingSpace.set$finalLocalValue(remainingSpace / 2); betweenSpace.set$finalLocalValue(0); break; - case B.MainAxisAlignment_3: + case 3: leadingSpace.set$finalLocalValue(0); t1 = _this.ContainerRenderObjectMixin__childCount; betweenSpace.set$finalLocalValue(t1 > 1 ? remainingSpace / (t1 - 1) : 0); break; - case B.MainAxisAlignment_4: + case 4: t1 = _this.ContainerRenderObjectMixin__childCount; betweenSpace.set$finalLocalValue(t1 > 0 ? remainingSpace / t1 : 0); leadingSpace.set$finalLocalValue(betweenSpace._readLocal$0() / 2); break; - case B.MainAxisAlignment_5: + case 5: t1 = _this.ContainerRenderObjectMixin__childCount; betweenSpace.set$finalLocalValue(t1 > 0 ? remainingSpace / (t1 + 1) : 0); leadingSpace.set$finalLocalValue(betweenSpace._readLocal$0()); @@ -202824,11 +204775,11 @@ t3 = child.parentData; t3.toString; t1._as(t3); - t4 = _this._flex$_crossAxisAlignment; - switch (t4) { - case B.CrossAxisAlignment_0: - case B.CrossAxisAlignment_1: - if (A._startIsTopLeft(A.flipAxis(_this._flex$_direction), _this._flex$_textDirection, _this._flex$_verticalDirection) === (t4 === B.CrossAxisAlignment_0)) + t4 = _this._crossAxisAlignment; + switch (t4.index) { + case 0: + case 1: + if (A._startIsTopLeft(A.flipAxis(_this._flex$_direction), _this._flex$_textDirection, _this._verticalDirection) === (t4 === B.CrossAxisAlignment_0)) childCrossPosition = 0; else { t4 = child._box$_size; @@ -202836,15 +204787,15 @@ childCrossPosition = crossSize - _this._getCrossSize$1(t4); } break; - case B.CrossAxisAlignment_2: + case 2: t4 = child._box$_size; t4.toString; childCrossPosition = crossSize / 2 - _this._getCrossSize$1(t4) / 2; break; - case B.CrossAxisAlignment_3: + case 3: childCrossPosition = 0; break; - case B.CrossAxisAlignment_4: + case 4: if (_this._flex$_direction === B.Axis_0) { t4 = _this._flex$_textBaseline; t4.toString; @@ -202861,11 +204812,11 @@ t4.toString; childMainPosition -= _this._getMainSize$1(t4); } - switch (_this._flex$_direction) { - case B.Axis_0: + switch (_this._flex$_direction.index) { + case 0: t3.offset = new A.Offset(childMainPosition, childCrossPosition); break; - case B.Axis_1: + case 1: t3.offset = new A.Offset(childCrossPosition, childMainPosition); break; default: @@ -202893,7 +204844,7 @@ }, paint$2(context, offset) { var t1, t2, t3, _this = this; - if (!(_this._overflow > 1e-10)) { + if (!(_this._flex$_overflow > 1e-10)) { _this.defaultPaint$2(context, offset); return; } @@ -202916,7 +204867,7 @@ }, describeApproximatePaintClip$1(child) { var t1; - if (this._overflow > 1e-10) { + if (this._flex$_overflow > 1e-10) { t1 = this._box$_size; t1 = new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); } else @@ -202925,32 +204876,34 @@ }, toStringShort$0() { var header = this.super$RenderObject$toStringShort(); - return this._overflow > 1e-10 ? header + " OVERFLOWING" : header; + if (this._flex$_overflow > 1e-10) + header += " OVERFLOWING"; + return header; } }; A.RenderFlex_computeMinIntrinsicWidth_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); }, - $signature: 185 + $signature: 197 }; A.RenderFlex_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); }, - $signature: 185 + $signature: 197 }; A.RenderFlex_computeMinIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); }, - $signature: 185 + $signature: 197 }; A.RenderFlex_computeMaxIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); }, - $signature: 185 + $signature: 197 }; A._LayoutSizes.prototype = {}; A._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -203025,9 +204978,9 @@ this.markNeedsLayout$0(); }, set$scale(_, value) { - if (value === this._image$_scale) + if (value === this._scale) return; - this._image$_scale = value; + this._scale = value; this.markNeedsLayout$0(); }, _updateColorFilter$0() { @@ -203096,11 +205049,11 @@ return new A.Size(B.JSInt_methods.clamp$2(0, constraints.minWidth, constraints.maxWidth), B.JSInt_methods.clamp$2(0, constraints.minHeight, constraints.maxHeight)); t1 = t1.get$width(t1); t1.toString; - t2 = _this._image$_scale; + t2 = _this._scale; t3 = _this._image$_image; t3 = t3.get$height(t3); t3.toString; - return constraints.constrainSizeAndAttemptToPreserveAspectRatio$1(new A.Size(t1 / t2, t3 / _this._image$_scale)); + return constraints.constrainSizeAndAttemptToPreserveAspectRatio$1(new A.Size(t1 / t2, t3 / _this._scale)); }, computeMinIntrinsicWidth$1(height) { if (this._image$_width == null && this._image$_height == null) @@ -203147,7 +205100,7 @@ t6 = _this._image$_image; t6.toString; t7 = _this.debugImageLabel; - t8 = _this._image$_scale; + t8 = _this._scale; t9 = _this._colorFilter; t10 = _this._image$_fit; t11 = _this._image$_resolvedAlignment; @@ -203259,11 +205212,11 @@ if (layer == null ? t1 == null : layer === t1) return; if (t1 != null) - if (--t1._refCount === 0) + if (--t1._layer$_refCount === 0) J.dispose$0$x(t1); this._layer = layer; if (layer != null) - ++layer._refCount; + ++layer._layer$_refCount; }, toString$0(_) { var t1 = this._layer; @@ -203283,43 +205236,30 @@ this.set$picture(null); this.super$Layer$dispose(0); }, - addToScene$2(builder, layerOffset) { + addToScene$1(builder) { var t1 = this._picture; t1.toString; - builder.addPicture$4$isComplexHint$willChangeHint(layerOffset, t1, this._isComplexHint, this._willChangeHint); - }, - addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); + builder.addPicture$4$isComplexHint$willChangeHint(B.Offset_0_0, t1, this._isComplexHint, this._willChangeHint); }, findAnnotations$1$3$onlyFirst(result, localPosition, onlyFirst) { return false; } }; A.PlatformViewLayer.prototype = { - addToScene$2(builder, layerOffset) { - var t1, t2, - shiftedRect = this.rect; - shiftedRect = layerOffset.$eq(0, B.Offset_0_0) ? shiftedRect : shiftedRect.shift$1(layerOffset); - t1 = shiftedRect.left; - t2 = shiftedRect.top; - builder.addPlatformView$4$height$offset$width(this.viewId, shiftedRect.bottom - t2, new A.Offset(t1, t2), shiftedRect.right - t1); - }, addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); + var t1 = this.rect, + t2 = t1.left, + t3 = t1.top; + builder.addPlatformView$4$height$offset$width(this.viewId, t1.bottom - t3, new A.Offset(t2, t3), t1.right - t2); } }; A.PerformanceOverlayLayer.prototype = { - addToScene$2(builder, layerOffset) { - var shiftedOverlayRect = this._overlayRect; - shiftedOverlayRect = layerOffset.$eq(0, B.Offset_0_0) ? shiftedOverlayRect : shiftedOverlayRect.shift$1(layerOffset); - builder.addPerformanceOverlay$2(this.optionsMask, shiftedOverlayRect); + addToScene$1(builder) { + builder.addPerformanceOverlay$2(this.optionsMask, this._overlayRect); builder.setRasterizerTracingThreshold$1(this.rasterizerThreshold); builder.setCheckerboardRasterCacheImages$1(false); builder.setCheckerboardOffscreenLayers$1(false); }, - addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); - }, findAnnotations$1$3$onlyFirst(result, localPosition, onlyFirst) { return false; } @@ -203400,26 +205340,15 @@ } _this._lastChild = _this._firstChild = null; }, - addToScene$2(builder, layerOffset) { - this.addChildrenToScene$2(builder, layerOffset); - }, addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); - }, - addChildrenToScene$2(builder, childOffset) { - var t1, t2, t3, - child = this._firstChild; - for (t1 = 0 === childOffset._dx, t2 = 0 === childOffset._dy; child != null;) { - t3 = t1 && t2; - if (t3) - child._addToSceneWithRetainedRendering$1(builder); - else - child.addToScene$2(builder, childOffset); - child = child._nextSibling; - } + this.addChildrenToScene$1(builder); }, addChildrenToScene$1(builder) { - return this.addChildrenToScene$2(builder, B.Offset_0_0); + var child = this._firstChild; + for (; child != null;) { + child._addToSceneWithRetainedRendering$1(builder); + child = child._nextSibling; + } }, applyTransform$2(child, transform) { }, @@ -203453,15 +205382,12 @@ var t1 = this._layer$_offset; transform.multiply$1(0, A.Matrix4_Matrix4$translationValues(t1._dx, t1._dy, 0)); }, - addToScene$2(builder, layerOffset) { + addToScene$1(builder) { var _this = this, t1 = _this._layer$_offset; - _this.set$engineLayer(builder.pushOffset$3$oldLayer(layerOffset._dx + t1._dx, layerOffset._dy + t1._dy, type$.nullable_OffsetEngineLayer._as(_this._engineLayer))); + _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); - }, - addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); } }; A.ClipRectLayer.prototype = { @@ -203470,21 +205396,13 @@ return false; return this.super$ContainerLayer$findAnnotations(result, localPosition, true, $S); }, - addToScene$2(builder, layerOffset) { - var shiftedClipRect, _this = this, - t1 = layerOffset.$eq(0, B.Offset_0_0), - t2 = _this._clipRect; - if (t1) { - t2.toString; - shiftedClipRect = t2; - } else - shiftedClipRect = t2.shift$1(layerOffset); - _this.set$engineLayer(builder.pushClipRect$3$clipBehavior$oldLayer(shiftedClipRect, _this._layer$_clipBehavior, type$.nullable_ClipRectEngineLayer._as(_this._engineLayer))); - _this.addChildrenToScene$2(builder, layerOffset); - builder.pop$0(0); - }, addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); + var _this = this, + t1 = _this._clipRect; + 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); } }; A.ClipRRectLayer.prototype = { @@ -203493,21 +205411,13 @@ return false; return this.super$ContainerLayer$findAnnotations(result, localPosition, true, $S); }, - addToScene$2(builder, layerOffset) { - var shiftedClipRRect, _this = this, - t1 = layerOffset.$eq(0, B.Offset_0_0), - t2 = _this._clipRRect; - if (t1) { - t2.toString; - shiftedClipRRect = t2; - } else - shiftedClipRRect = t2.shift$1(layerOffset); - _this.set$engineLayer(builder.pushClipRRect$3$clipBehavior$oldLayer(shiftedClipRRect, _this._layer$_clipBehavior, type$.nullable_ClipRRectEngineLayer._as(_this._engineLayer))); - _this.addChildrenToScene$2(builder, layerOffset); - builder.pop$0(0); - }, addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); + var _this = this, + t1 = _this._clipRRect; + 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); } }; A.ClipPathLayer.prototype = { @@ -203516,21 +205426,13 @@ return false; return this.super$ContainerLayer$findAnnotations(result, localPosition, true, $S); }, - addToScene$2(builder, layerOffset) { - var shiftedPath, _this = this, - t1 = layerOffset.$eq(0, B.Offset_0_0), - t2 = _this._clipPath; - if (t1) { - t2.toString; - shiftedPath = t2; - } else - shiftedPath = t2.shift$1(layerOffset); - _this.set$engineLayer(builder.pushClipPath$3$clipBehavior$oldLayer(shiftedPath, _this._layer$_clipBehavior, type$.nullable_ClipPathEngineLayer._as(_this._engineLayer))); - _this.addChildrenToScene$2(builder, layerOffset); - builder.pop$0(0); - }, addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); + var _this = this, + t1 = _this._clipPath; + 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); } }; A.TransformLayer.prototype = { @@ -203542,12 +205444,12 @@ _this._inverseDirty = true; _this.markNeedsAddToScene$0(); }, - addToScene$2(builder, layerOffset) { - var totalOffset, t1, t2, _this = this; + addToScene$1(builder) { + var t1, t2, _this = this; _this._lastEffectiveTransform = _this._layer$_transform; - totalOffset = _this._layer$_offset.$add(0, layerOffset); - if (!totalOffset.$eq(0, B.Offset_0_0)) { - t1 = A.Matrix4_Matrix4$translationValues(totalOffset._dx, totalOffset._dy, 0); + if (!_this._layer$_offset.$eq(0, B.Offset_0_0)) { + t1 = _this._layer$_offset; + t1 = A.Matrix4_Matrix4$translationValues(t1._dx, t1._dy, 0); t2 = _this._lastEffectiveTransform; t2.toString; t1.multiply$1(0, t2); @@ -203557,9 +205459,6 @@ _this.addChildrenToScene$1(builder); builder.pop$0(0); }, - addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); - }, _transformOffset$1(localPosition) { var t1, _this = this; if (_this._inverseDirty) { @@ -203590,22 +205489,20 @@ } }; A.OpacityLayer.prototype = { - addToScene$2(builder, layerOffset) { - var t1, t2, _this = this; + addToScene$1(builder) { + var t1, t2, t3, _this = this; if (_this._firstChild == null) return; t1 = _this._layer$_alpha; t1.toString; t2 = _this._layer$_offset; + t3 = _this._engineLayer; if (t1 < 255) - _this.set$engineLayer(builder.pushOpacity$3$offset$oldLayer(t1, t2.$add(0, layerOffset), type$.nullable_OpacityEngineLayer._as(_this._engineLayer))); + _this.set$engineLayer(builder.pushOpacity$3$offset$oldLayer(t1, t2, type$.nullable_OpacityEngineLayer._as(t3))); else - _this.set$engineLayer(builder.pushOffset$3$oldLayer(layerOffset._dx + t2._dx, layerOffset._dy + t2._dy, type$.nullable_OffsetEngineLayer._as(_this._engineLayer))); + _this.set$engineLayer(builder.pushOffset$3$oldLayer(t2._dx, t2._dy, type$.nullable_OffsetEngineLayer._as(t3))); _this.addChildrenToScene$1(builder); builder.pop$0(0); - }, - addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); } }; A.PhysicalModelLayer.prototype = { @@ -203644,37 +205541,54 @@ return false; return this.super$ContainerLayer$findAnnotations(result, localPosition, true, $S); }, - addToScene$2(builder, layerOffset) { - var t3, t4, _this = this, - t1 = layerOffset.$eq(0, B.Offset_0_0), - t2 = _this._clipPath; - if (t1) { - t2.toString; - t1 = t2; - } else - t1 = t2.shift$1(layerOffset); + 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$2(builder, layerOffset); + _this.addChildrenToScene$1(builder); builder.pop$0(0); - }, - addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); } }; A.LayerLink.prototype = { + _registerFollower$0() { + ++this._connectedFollowers; + return new A._LayerLinkHandle(this); + }, toString$0(_) { var t1 = "#" + A.shortHash(this) + "("; return t1 + (this._leader != null ? "" : "") + ")"; } }; + A._LayerLinkHandle.prototype = { + dispose$0(_) { + --this._layer$_link._connectedFollowers; + this._layer$_link = null; + } + }; A.LeaderLayer.prototype = { + set$link(value) { + var t1 = this._layer$_link; + if (t1 === value) + return; + t1._leader = null; + this._layer$_link = value; + }, + set$offset(_, value) { + var _this = this; + if (value.$eq(0, _this._layer$_offset)) + return; + _this._layer$_offset = value; + if (_this._layer$_link._connectedFollowers <= 0) + _this.markNeedsAddToScene$0(); + }, get$alwaysNeedsAddToScene() { - return true; + return this._layer$_link._connectedFollowers > 0; }, attach$1(owner) { var _this = this; @@ -203687,11 +205601,11 @@ this.super$ContainerLayer$detach(0); }, findAnnotations$1$3$onlyFirst(result, localPosition, onlyFirst, $S) { - return this.super$ContainerLayer$findAnnotations(result, localPosition.$sub(0, this.offset), true, $S); + return this.super$ContainerLayer$findAnnotations(result, localPosition.$sub(0, this._layer$_offset), true, $S); }, - addToScene$2(builder, layerOffset) { + addToScene$1(builder) { var _this = this, - t1 = _this.offset.$add(0, layerOffset); + t1 = _this._layer$_offset; _this._lastOffset = t1; if (!t1.$eq(0, B.Offset_0_0)) { t1 = _this._lastOffset; @@ -203701,9 +205615,6 @@ if (!J.$eq$(_this._lastOffset, B.Offset_0_0)) builder.pop$0(0); }, - addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); - }, applyTransform$2(child, transform) { var t1; if (!J.$eq$(this._lastOffset, B.Offset_0_0)) { @@ -203713,6 +205624,18 @@ } }; A.FollowerLayer.prototype = { + attach$1(owner) { + this.super$ContainerLayer$attach(owner); + this._leaderHandle = this._layer$_link._registerFollower$0(); + }, + detach$0(_) { + var t1; + this.super$ContainerLayer$detach(0); + t1 = this._leaderHandle; + if (t1 != null) + t1.dispose$0(0); + this._leaderHandle = null; + }, _transformOffset$1(localPosition) { var t1, vector, t2, t3, _this = this; if (_this._inverseDirty) { @@ -203732,7 +205655,7 @@ }, findAnnotations$1$3$onlyFirst(result, localPosition, onlyFirst, $S) { var transformedOffset; - if (this._layer$_link._leader == null) + if (this._leaderHandle._layer$_link._leader == null) return false; transformedOffset = this._transformOffset$1(localPosition); if (transformedOffset == null) @@ -203741,19 +205664,19 @@ }, getLastTransform$0() { var t1, result; - if (this._lastTransform == null) + if (this._layer$_lastTransform == null) return null; t1 = this._lastOffset; result = A.Matrix4_Matrix4$translationValues(-t1._dx, -t1._dy, 0); - t1 = this._lastTransform; + t1 = this._layer$_lastTransform; t1.toString; result.multiply$1(0, t1); return result; }, _establishTransform$0() { var leader, t1, forwardLayers, inverseLayers, forwardTransform, inverseTransform, _this = this; - _this._lastTransform = null; - leader = _this._layer$_link._leader; + _this._layer$_lastTransform = null; + leader = _this._leaderHandle._layer$_link._leader; if (leader == null) return; t1 = type$.JSArray_ContainerLayer; @@ -203768,28 +205691,28 @@ if (inverseTransform.copyInverse$1(inverseTransform) === 0) return; inverseTransform.multiply$1(0, forwardTransform); - _this._lastTransform = inverseTransform; + _this._layer$_lastTransform = inverseTransform; _this._inverseDirty = true; }, get$alwaysNeedsAddToScene() { return true; }, - addToScene$2(builder, layerOffset) { + addToScene$1(builder) { var t1, t2, _this = this; - if (_this._layer$_link._leader == null && true) { - _this._lastOffset = _this._lastTransform = null; + if (_this._leaderHandle._layer$_link._leader == null && true) { + _this._lastOffset = _this._layer$_lastTransform = null; _this._inverseDirty = true; _this.set$engineLayer(null); return; } _this._establishTransform$0(); - t1 = _this._lastTransform; + t1 = _this._layer$_lastTransform; t2 = type$.nullable_TransformEngineLayer; if (t1 != null) { _this.set$engineLayer(builder.pushTransform$2$oldLayer(t1._m4storage, t2._as(_this._engineLayer))); _this.addChildrenToScene$1(builder); builder.pop$0(0); - _this._lastOffset = _this.unlinkedOffset.$add(0, layerOffset); + _this._lastOffset = _this.unlinkedOffset; } else { _this._lastOffset = null; t1 = _this.unlinkedOffset; @@ -203799,11 +205722,8 @@ } _this._inverseDirty = true; }, - addToScene$1(builder) { - return this.addToScene$2(builder, B.Offset_0_0); - }, applyTransform$2(child, transform) { - var t1 = this._lastTransform; + var t1 = this._layer$_lastTransform; if (t1 != null) transform.multiply$1(0, t1); else { @@ -203847,17 +205767,17 @@ child.parentData = new A.ListBodyParentData(null, null, B.Offset_0_0); }, set$axisDirection(value) { - if (this._list_body$_axisDirection === value) + if (this._axisDirection === value) return; - this._list_body$_axisDirection = value; + this._axisDirection = value; this.markNeedsLayout$0(); }, computeDryLayout$1(constraints) { var t1, innerConstraints, t2, mainAxisExtent, t3, _this = this, child = _this.ContainerRenderObjectMixin__firstChild; - switch (_this._list_body$_axisDirection) { - case B.AxisDirection_1: - case B.AxisDirection_3: + switch (_this._axisDirection.index) { + case 1: + case 3: t1 = constraints.maxHeight; innerConstraints = A.BoxConstraints$tightFor(t1, null); for (t2 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), mainAxisExtent = 0; child != null;) { @@ -203867,8 +205787,8 @@ child = t2._as(t3).ContainerParentDataMixin_nextSibling; } return constraints.constrain$1(new A.Size(mainAxisExtent, t1)); - case B.AxisDirection_0: - case B.AxisDirection_2: + case 0: + case 2: t1 = constraints.maxWidth; innerConstraints = A.BoxConstraints$tightFor(null, t1); for (t2 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), mainAxisExtent = 0; child != null;) { @@ -203886,8 +205806,8 @@ var t1, innerConstraints, t2, mainAxisExtent, t3, position, _this = this, _null = null, constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), child = _this.ContainerRenderObjectMixin__firstChild; - switch (_this._list_body$_axisDirection) { - case B.AxisDirection_1: + switch (_this._axisDirection.index) { + case 1: t1 = constraints.maxHeight; innerConstraints = A.BoxConstraints$tightFor(t1, _null); for (t2 = type$.ListBodyParentData, mainAxisExtent = 0; child != null;) { @@ -203901,7 +205821,7 @@ } _this._box$_size = constraints.constrain$1(new A.Size(mainAxisExtent, t1)); break; - case B.AxisDirection_3: + case 3: t1 = constraints.maxHeight; innerConstraints = A.BoxConstraints$tightFor(t1, _null); for (t2 = type$.ListBodyParentData, mainAxisExtent = 0; child != null;) { @@ -203923,7 +205843,7 @@ } _this._box$_size = constraints.constrain$1(new A.Size(mainAxisExtent, t1)); break; - case B.AxisDirection_2: + case 2: t1 = constraints.maxWidth; innerConstraints = A.BoxConstraints$tightFor(_null, t1); for (t2 = type$.ListBodyParentData, mainAxisExtent = 0; child != null;) { @@ -203937,7 +205857,7 @@ } _this._box$_size = constraints.constrain$1(new A.Size(t1, mainAxisExtent)); break; - case B.AxisDirection_0: + case 0: t1 = constraints.maxWidth; innerConstraints = A.BoxConstraints$tightFor(_null, t1); for (t2 = type$.ListBodyParentData, mainAxisExtent = 0; child != null;) { @@ -203986,40 +205906,40 @@ return extent; }, computeMinIntrinsicWidth$1(height) { - switch (A.axisDirectionToAxis(this._list_body$_axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(this._axisDirection).index) { + case 0: return this._getIntrinsicMainAxis$1(new A.RenderListBody_computeMinIntrinsicWidth_closure(height)); - case B.Axis_1: + case 1: return this._getIntrinsicCrossAxis$1(new A.RenderListBody_computeMinIntrinsicWidth_closure0(height)); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, computeMaxIntrinsicWidth$1(height) { - switch (A.axisDirectionToAxis(this._list_body$_axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(this._axisDirection).index) { + case 0: return this._getIntrinsicMainAxis$1(new A.RenderListBody_computeMaxIntrinsicWidth_closure(height)); - case B.Axis_1: + case 1: return this._getIntrinsicCrossAxis$1(new A.RenderListBody_computeMaxIntrinsicWidth_closure0(height)); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, computeMinIntrinsicHeight$1(width) { - switch (A.axisDirectionToAxis(this._list_body$_axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(this._axisDirection).index) { + case 0: return this._getIntrinsicMainAxis$1(new A.RenderListBody_computeMinIntrinsicHeight_closure(width)); - case B.Axis_1: + case 1: return this._getIntrinsicCrossAxis$1(new A.RenderListBody_computeMinIntrinsicHeight_closure0(width)); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, computeMaxIntrinsicHeight$1(width) { - switch (A.axisDirectionToAxis(this._list_body$_axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(this._axisDirection).index) { + case 0: return this._getIntrinsicMainAxis$1(new A.RenderListBody_computeMaxIntrinsicHeight_closure(width)); - case B.Axis_1: + case 1: return this._getIntrinsicCrossAxis$1(new A.RenderListBody_computeMaxIntrinsicHeight_closure0(width)); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -204039,49 +205959,49 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 79 + $signature: 80 }; A.RenderListBody_computeMinIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 79 + $signature: 80 }; A.RenderListBody_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 79 + $signature: 80 }; A.RenderListBody_computeMaxIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 79 + $signature: 80 }; A.RenderListBody_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 79 + $signature: 80 }; A.RenderListBody_computeMinIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 79 + $signature: 80 }; A.RenderListBody_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 79 + $signature: 80 }; A.RenderListBody_computeMaxIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 79 + $signature: 80 }; A._RenderListBody_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -204185,7 +206105,7 @@ call$1(annotation) { return annotation.get$cursor(annotation); }, - $signature: 1200 + $signature: 1210 }; A.MouseTracker_updateWithEvent_closure.prototype = { call$0() { @@ -204243,13 +206163,13 @@ t1.call$1(this.baseExitEvent.transformed$1(this.lastAnnotations.$index(0, annotation))); } }, - $signature: 1201 + $signature: 1234 }; A.MouseTracker__handleDeviceUpdateMouseEvents_closure0.prototype = { call$1(annotation) { return !this.lastAnnotations.containsKey$1(0, annotation); }, - $signature: 1202 + $signature: 1235 }; A.__MouseTrackerUpdateDetails_Object_Diagnosticable.prototype = {}; A.ParentData.prototype = { @@ -204482,7 +206402,7 @@ }, flushLayout$0() { var dirtyNodes, node, t1, t2, t3, t4, t5, _i; - A.Timeline_startSync("Layout", B.Map_9aZ6I, null); + A.Timeline_startSync("LAYOUT", B.Map_9aZ6I, null); try { for (t1 = type$.nullable_PipelineOwner, t2 = type$.JSArray_RenderObject; t3 = this._nodesNeedingLayout, t3.length !== 0;) { dirtyNodes = t3; @@ -204521,7 +206441,7 @@ }, flushCompositingBits$0() { var t1, t2, t3, _i, node; - A.Timeline_startSync("Compositing bits", null, null); + A.Timeline_startSync("UPDATING COMPOSITING BITS", B.Map_9aZ6I, 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) { @@ -204534,7 +206454,7 @@ }, flushPaint$0() { var dirtyNodes, node, t1, t2, t3, _i, t4; - A.Timeline_startSync("Paint", B.Map_9aZ6I, null); + A.Timeline_startSync("PAINT", B.Map_9aZ6I, null); try { dirtyNodes = this._nodesNeedingPaint; this._nodesNeedingPaint = A._setArrayType([], type$.JSArray_RenderObject); @@ -204573,7 +206493,7 @@ var nodesToProcess, node, t1, nodesToProcess0, t2, t3, _i, t4, _this = this; if (_this._semanticsOwner == null) return; - A.Timeline_startSync("Semantics", null, null); + A.Timeline_startSync("SEMANTICS", B.Map_9aZ6I, null); try { t1 = _this._nodesNeedingSemantics; nodesToProcess0 = A.List_List$of(t1, true, A._instanceType(t1)._eval$1("SetMixin.E")); @@ -204600,25 +206520,25 @@ call$2(a, b) { return a._depth - b._depth; }, - $signature: 285 + $signature: 268 }; A.PipelineOwner_flushCompositingBits_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 285 + $signature: 268 }; A.PipelineOwner_flushPaint_closure.prototype = { call$2(a, b) { return b._depth - a._depth; }, - $signature: 285 + $signature: 268 }; A.PipelineOwner_flushSemantics_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 285 + $signature: 268 }; A.RenderObject.prototype = { reassemble$0() { @@ -204683,7 +206603,7 @@ } }, get$constraints() { - var t1 = this._constraints; + var t1 = this._object$_constraints; if (t1 == null) throw A.wrapException(A.StateError$("A RenderObject does not have any constraints before it has been laid out.")); return t1; @@ -204734,7 +206654,10 @@ _this.markNeedsPaint$0(); }, layout$2$parentUsesSize(_, constraints, parentUsesSize) { - var e, stack, e0, stack0, relayoutBoundary, t1, exception, _this = this; + 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); if (!parentUsesSize || _this.get$sizedByParent() || constraints.get$isTight() || !(_this.get$parent(_this) instanceof A.RenderObject)) relayoutBoundary = _this; else { @@ -204742,9 +206665,13 @@ t1.toString; relayoutBoundary = type$.RenderObject._as(t1)._relayoutBoundary; } - if (!_this._needsLayout && J.$eq$(constraints, _this._constraints) && relayoutBoundary == _this._relayoutBoundary) + if (!_this._needsLayout && J.$eq$(constraints, _this._object$_constraints) && relayoutBoundary == _this._relayoutBoundary) { + t1 = $.debugProfileLayoutsEnabled; + if (t1) + A.Timeline_finishSync(); return; - _this._constraints = constraints; + } + _this._object$_constraints = constraints; t1 = _this._relayoutBoundary; if (t1 != null && relayoutBoundary !== t1) _this.visitChildren$1(A.object_RenderObject__cleanChildRelayoutBoundary$closure()); @@ -204767,6 +206694,9 @@ } _this._needsLayout = false; _this.markNeedsPaint$0(); + t1 = $.debugProfileLayoutsEnabled; + if (t1) + A.Timeline_finishSync(); }, layout$1($receiver, constraints) { return this.layout$2$parentUsesSize($receiver, constraints, false); @@ -204863,9 +206793,12 @@ } }, _paintWithContext$2(context, offset) { - var e, stack, exception, _this = this; + var e, stack, t1, exception, _this = this; if (_this._needsLayout) return; + t1 = $.debugProfilePaintsEnabled; + if (t1) + A.Timeline_startSync(A.getRuntimeType(_this).toString$0(0), B.Map_9aZ6I, null); _this._needsPaint = false; try { _this.paint$2(context, offset); @@ -204874,6 +206807,9 @@ stack = A.getTraceFromException(exception); _this._debugReportException$3("paint", e, stack); } + t1 = $.debugProfilePaintsEnabled; + if (t1) + A.Timeline_finishSync(); }, paint$2(context, offset) { }, @@ -205077,7 +207013,9 @@ header += " NEEDS-PAINT"; if (_this._needsCompositingBitsUpdate) header += " NEEDS-COMPOSITING-BITS-UPDATE"; - return _this._node$_owner == null ? header + " DETACHED" : header; + if (_this._node$_owner == null) + header += " DETACHED"; + return header; }, toString$0(_) { return this.toStringShort$0(); @@ -205113,37 +207051,13 @@ }; A.RenderObject__debugReportException_closure.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1; - return function $async$call$0($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.$this; - $async$goto = 2; - return A.DiagnosticableTreeNode$("The following RenderObject was being processed when the exception was fired", B.DiagnosticsTreeStyle_10, t1); - case 2: - // after yield - $async$goto = 3; - return A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t1); - case 3: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode), + t2 = this.$this; + t1.push(A.DiagnosticableTreeNode$("The following RenderObject was being processed when the exception was fired", B.DiagnosticsTreeStyle_10, t2)); + t1.push(A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t2)); + return t1; }, - $signature: 102 + $signature: 112 }; A.RenderObject_invokeLayoutCallback_closure.prototype = { call$0() { @@ -205407,7 +207321,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$_attributedDecreasedValue, t5._semantics$_attributedIncreasedValue, 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._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.attach$1(t4); t2._semantics = t5; } @@ -205605,7 +207519,6 @@ } } }; - A.DiagnosticsDebugCreator.prototype = {}; A._RenderObject_AbstractNode_DiagnosticableTreeMixin.prototype = {}; A.TextParentData.prototype = { toString$0(_) { @@ -205621,21 +207534,21 @@ }, set$text(_, value) { var _this = this, - t1 = _this._paragraph$_textPainter; - switch (t1._text_painter$_text.compareTo$1(0, value)) { - case B.RenderComparison_0: - case B.RenderComparison_1: + t1 = _this._textPainter; + switch (t1._text_painter$_text.compareTo$1(0, value).index) { + case 0: + case 1: return; - case B.RenderComparison_2: + case 2: t1.set$text(0, value); - _this._paragraph$_cachedCombinedSemanticsInfos = _this._cachedAttributedLabel = null; + _this._cachedCombinedSemanticsInfos = _this._cachedAttributedLabel = null; _this._extractPlaceholderSpans$1(value); _this.markNeedsPaint$0(); _this.markNeedsSemanticsUpdate$0(); break; - case B.RenderComparison_3: + case 3: t1.set$text(0, value); - _this._paragraph$_cachedCombinedSemanticsInfos = _this._cachedAttributedLabel = _this._overflowShader = null; + _this._cachedCombinedSemanticsInfos = _this._cachedAttributedLabel = _this._overflowShader = null; _this._extractPlaceholderSpans$1(value); _this.markNeedsLayout$0(); break; @@ -205648,14 +207561,14 @@ span.visitChildren$1(new A.RenderParagraph__extractPlaceholderSpans_closure(this)); }, set$textAlign(_, value) { - var t1 = this._paragraph$_textPainter; + var t1 = this._textPainter; if (t1._textAlign === value) return; t1.set$textAlign(0, value); this.markNeedsPaint$0(); }, set$textDirection(_, value) { - var t1 = this._paragraph$_textPainter; + var t1 = this._textPainter; if (t1._text_painter$_textDirection == value) return; t1.set$textDirection(0, value); @@ -205669,15 +207582,15 @@ }, set$overflow(_, value) { var t1, _this = this; - if (_this._paragraph$_overflow === value) + if (_this._overflow === value) return; - _this._paragraph$_overflow = value; + _this._overflow = value; t1 = value === B.TextOverflow_2 ? "\u2026" : null; - _this._paragraph$_textPainter.set$ellipsis(0, t1); + _this._textPainter.set$ellipsis(0, t1); _this.markNeedsLayout$0(); }, set$textScaleFactor(value) { - var t1 = this._paragraph$_textPainter; + var t1 = this._textPainter; if (t1._text_painter$_textScaleFactor === value) return; t1.set$textScaleFactor(value); @@ -205685,7 +207598,7 @@ this.markNeedsLayout$0(); }, set$maxLines(_, value) { - var t1 = this._paragraph$_textPainter; + var t1 = this._textPainter; if (t1._maxLines == value) return; t1.set$maxLines(0, value); @@ -205693,7 +207606,7 @@ this.markNeedsLayout$0(); }, set$locale(_, value) { - var t1 = this._paragraph$_textPainter; + var t1 = this._textPainter; if (J.$eq$(t1._text_painter$_locale, value)) return; t1.set$locale(0, value); @@ -205701,7 +207614,7 @@ this.markNeedsLayout$0(); }, set$strutStyle(_, value) { - var t1 = this._paragraph$_textPainter; + var t1 = this._textPainter; if (J.$eq$(t1._strutStyle, value)) return; t1.set$strutStyle(0, value); @@ -205709,7 +207622,7 @@ this.markNeedsLayout$0(); }, set$textWidthBasis(value) { - var t1 = this._paragraph$_textPainter; + var t1 = this._textPainter; if (t1._textWidthBasis === value) return; t1.set$textWidthBasis(value); @@ -205725,7 +207638,7 @@ return 0; _this._computeChildrenWidthWithMinIntrinsics$1(height); _this._paragraph$_layoutText$0(); - t1 = _this._paragraph$_textPainter._paragraph.get$minIntrinsicWidth(); + t1 = _this._textPainter._paragraph.get$minIntrinsicWidth(); t1.toString; return Math.ceil(t1); }, @@ -205735,7 +207648,7 @@ return 0; _this._computeChildrenWidthWithMaxIntrinsics$1(height); _this._paragraph$_layoutText$0(); - t1 = _this._paragraph$_textPainter._paragraph.get$maxIntrinsicWidth(); + t1 = _this._textPainter._paragraph.get$maxIntrinsicWidth(); t1.toString; return Math.ceil(t1); }, @@ -205745,7 +207658,7 @@ return 0; _this._computeChildrenHeightWithMinIntrinsics$1(width); _this._paragraph$_layoutText$2$maxWidth$minWidth(width, width); - t1 = _this._paragraph$_textPainter._paragraph; + t1 = _this._textPainter._paragraph; t1 = t1.get$height(t1); t1.toString; return Math.ceil(t1); @@ -205758,7 +207671,7 @@ }, computeDistanceToActualBaseline$1(baseline) { this._layoutTextWithConstraints$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(this))); - return this._paragraph$_textPainter.computeDistanceToActualBaseline$1(B.TextBaseline_0); + return this._textPainter.computeDistanceToActualBaseline$1(B.TextBaseline_0); }, _canComputeIntrinsics$0() { var t1, t2, _i; @@ -205785,13 +207698,13 @@ 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).get$alignment(); - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(new A.Size(t2, 0), J.get$baseline$z(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(new A.Size(t2, 0), J.get$baseline$x(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); t2 = child.parentData; t2.toString; child = t1._as(t2).ContainerParentDataMixin_nextSibling; ++childIndex; } - _this._paragraph$_textPainter.setPlaceholderDimensions$1(placeholderDimensions); + _this._textPainter.setPlaceholderDimensions$1(placeholderDimensions); }, _computeChildrenWidthWithMinIntrinsics$1(height) { var t1, childIndex, t2, _this = this, @@ -205801,25 +207714,25 @@ 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).get$alignment(); - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(new A.Size(t2, 0), J.get$baseline$z(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(new A.Size(t2, 0), J.get$baseline$x(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); t2 = child.parentData; t2.toString; child = t1._as(t2).ContainerParentDataMixin_nextSibling; ++childIndex; } - _this._paragraph$_textPainter.setPlaceholderDimensions$1(placeholderDimensions); + _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_Size_0_0_null, false, type$.PlaceholderDimensions), - t1 = _this._paragraph$_textPainter; + 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).get$alignment(); - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(size, J.get$baseline$z(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(size, J.get$baseline$x(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); t3 = child.parentData; t3.toString; child = t2._as(t3).ContainerParentDataMixin_nextSibling; @@ -205832,7 +207745,7 @@ }, hitTestChildren$2$position(result, position) { var t2, hitText, t3, t4, childIndex, t5, t6, t7, transform, child, _box_0 = {}, - t1 = this._paragraph$_textPainter, + t1 = this._textPainter, textPosition = t1._paragraph.getPositionForOffset$1(position), span = t1._text_painter$_text.getSpanForPosition$1(textPosition); if (span != null && true) { @@ -205876,19 +207789,19 @@ return hitText; }, _paragraph$_layoutText$2$maxWidth$minWidth(maxWidth, minWidth) { - var t1 = this._softWrap || this._paragraph$_overflow === B.TextOverflow_2 ? maxWidth : 1 / 0; - this._paragraph$_textPainter.layout$2$maxWidth$minWidth(0, t1, minWidth); + var t1 = this._softWrap || this._overflow === B.TextOverflow_2 ? maxWidth : 1 / 0; + this._textPainter.layout$2$maxWidth$minWidth(0, t1, minWidth); }, _paragraph$_layoutText$0() { return this._paragraph$_layoutText$2$maxWidth$minWidth(1 / 0, 0); }, systemFontsDidChange$0() { this.super$RelayoutWhenSystemFontsChangeMixin$systemFontsDidChange(); - this._paragraph$_textPainter.markNeedsLayout$0(); + this._textPainter.markNeedsLayout$0(); }, _layoutTextWithConstraints$1(constraints) { var t1; - this._paragraph$_textPainter.setPlaceholderDimensions$1(this._paragraph$_placeholderDimensions); + this._textPainter.setPlaceholderDimensions$1(this._paragraph$_placeholderDimensions); t1 = constraints.minWidth; this._paragraph$_layoutText$2$maxWidth$minWidth(constraints.maxWidth, t1); }, @@ -205900,7 +207813,7 @@ return A._setArrayType([], type$.JSArray_PlaceholderDimensions); child = _this.ContainerRenderObjectMixin__firstChild; placeholderDimensions = A.List_List$filled(t1, B.PlaceholderDimensions_Size_0_0_null, false, type$.PlaceholderDimensions); - boxConstraints = new A.BoxConstraints(0, constraints.maxWidth, 0, 1 / 0).$div(0, _this._paragraph$_textPainter._text_painter$_textScaleFactor); + 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); @@ -205908,16 +207821,22 @@ t3.toString; switch (J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).get$alignment()) { case B.PlaceholderAlignment_0: - child.getDistanceToBaseline$1(J.get$baseline$z(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); + child.getDistanceToBaseline$1(J.get$baseline$x(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); + break; + case B.PlaceholderAlignment_1: + case B.PlaceholderAlignment_2: + case B.PlaceholderAlignment_4: + case B.PlaceholderAlignment_5: + case B.PlaceholderAlignment_3: break; default: - break; + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } childSize = t3; } else childSize = child.getDryLayout$1(boxConstraints); J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex).get$alignment(); - placeholderDimensions[childIndex] = new A.PlaceholderDimensions(childSize, J.get$baseline$z(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); + placeholderDimensions[childIndex] = new A.PlaceholderDimensions(childSize, J.get$baseline$x(J.$index$asx(A._lateReadCheck(_this.__RenderParagraph__placeholderSpans, _s17_), childIndex))); t3 = child.parentData; t3.toString; child = t1._as(t3).ContainerParentDataMixin_nextSibling; @@ -205932,7 +207851,7 @@ var t4, t5, child = this.ContainerRenderObjectMixin__firstChild, t1 = type$.TextParentData, - t2 = this._paragraph$_textPainter, + t2 = this._textPainter, t3 = A._instanceType(this)._eval$1("ContainerRenderObjectMixin.1"), childIndex = 0; while (true) { @@ -205969,7 +207888,7 @@ var t1, t2, _this = this; if (!_this._paragraph$_canComputeDryLayout$0()) return B.Size_0_0; - t1 = _this._paragraph$_textPainter; + 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); @@ -205986,7 +207905,7 @@ _this._paragraph$_placeholderDimensions = _this._paragraph$_layoutChildren$1(constraints); _this._layoutTextWithConstraints$1(constraints); _this._paragraph$_setParentData$0(); - t1 = _this._paragraph$_textPainter; + t1 = _this._textPainter; t2 = t1.get$width(t1); t3 = t1._paragraph; t3 = t3.get$height(t3); @@ -205998,17 +207917,17 @@ didOverflowHeight = t4._dy < t3 || textDidExceedMaxLines; didOverflowWidth = t4._dx < t2; if (didOverflowWidth || didOverflowHeight) - switch (_this._paragraph$_overflow) { - case B.TextOverflow_3: + switch (_this._overflow.index) { + case 3: _this._needsClipping = false; _this._overflowShader = null; break; - case B.TextOverflow_0: - case B.TextOverflow_2: + case 0: + case 2: _this._needsClipping = true; _this._overflowShader = null; break; - case B.TextOverflow_1: + case 1: _this._needsClipping = true; t2 = A.TextSpan$(_null, _null, t1._text_painter$_text.style, "\u2026"); t3 = t1._text_painter$_textDirection; @@ -206017,14 +207936,12 @@ fadeSizePainter = A.TextPainter$(_null, t1._text_painter$_locale, _null, _null, t2, B.TextAlign_4, t3, _null, t4, B.TextWidthBasis_0); fadeSizePainter.layout$0(0); if (didOverflowWidth) { - t1 = t1._text_painter$_textDirection; - t1.toString; - switch (t1) { - case B.TextDirection_0: + switch (t1._text_painter$_textDirection.index) { + case 0: fadeStart = fadeSizePainter.get$width(fadeSizePainter); fadeEnd = 0; break; - case B.TextDirection_1: + case 1: fadeEnd = _this._box$_size._dx; fadeStart = fadeEnd - fadeSizePainter.get$width(fadeSizePainter); break; @@ -206064,7 +207981,7 @@ context.get$canvas(context).save$0(0); context.get$canvas(context).clipRect$1(0, bounds); } - t1 = _this._paragraph$_textPainter; + t1 = _this._textPainter; t1.paint$2(context.get$canvas(context), offset); t2 = _box_0.child = _this.ContainerRenderObjectMixin__firstChild; t3 = type$.TextParentData; @@ -206107,7 +208024,7 @@ 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); - t1 = _this._paragraph$_textPainter; + t1 = _this._textPainter; t2 = t1._text_painter$_text; t2.toString; collector = A._setArrayType([], type$.JSArray_InlineSpanSemanticsInformation); @@ -206145,29 +208062,29 @@ assembleSemanticsNode$3(node, config, children) { var newChildCache, t3, t4, t5, currentRect, currentDirection, ordinal, start, _i, info, start0, t6, t7, t8, t9, rects, rect, currentDirection0, configuration, ordinal0, recognizer, newChild, _this = this, _null = null, newChildren = A._setArrayType([], type$.JSArray_SemanticsNode), - t1 = _this._paragraph$_textPainter, + t1 = _this._textPainter, t2 = t1._text_painter$_textDirection; t2.toString; newChildCache = A.ListQueue$(_null, type$.SemanticsNode); - t3 = _this._paragraph$_cachedCombinedSemanticsInfos; + t3 = _this._cachedCombinedSemanticsInfos; if (t3 == null) { t3 = _this._semanticsInfo; t3.toString; - t3 = _this._paragraph$_cachedCombinedSemanticsInfos = A.combineSemanticsInfo(t3); + t3 = _this._cachedCombinedSemanticsInfos = A.combineSemanticsInfo(t3); } for (t4 = t3.length, t5 = type$.BoxConstraints, currentRect = _null, currentDirection = t2, ordinal = 0, start = 0, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i, start = start0) { info = t3[_i]; t2 = info.text; start0 = start + t2.length; t6 = start < start0; - t7 = t6 ? start0 : start; - t6 = t6 ? start : start0; + t7 = t6 ? start : start0; + t6 = t6 ? start0 : start; t8 = t5._as(A.RenderObject.prototype.get$constraints.call(_this)); t1.setPlaceholderDimensions$1(_this._paragraph$_placeholderDimensions); t9 = t8.minWidth; t8 = t8.maxWidth; - t1.layout$2$maxWidth$minWidth(0, _this._softWrap || _this._paragraph$_overflow === B.TextOverflow_2 ? t8 : 1 / 0, t9); - rects = t1._paragraph.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(t6, t7, B.BoxHeightStyle_0, B.BoxWidthStyle_0); + t1.layout$2$maxWidth$minWidth(0, _this._softWrap || _this._overflow === B.TextOverflow_2 ? t8 : 1 / 0, t9); + rects = t1._paragraph.getBoxesForRange$4$boxHeightStyle$boxWidthStyle(t7, t6, B.BoxHeightStyle_0, B.BoxWidthStyle_0); if (rects.length === 0) continue; t6 = B.JSArray_methods.get$first(rects); @@ -206222,7 +208139,7 @@ this._paragraph$_cachedChildNodes = null; }, debugDescribeChildren$0() { - var t1 = this._paragraph$_textPainter._text_painter$_text; + var t1 = this._textPainter._text_painter$_text; t1.toString; return A._setArrayType([A.DiagnosticableTreeNode$("text", B.DiagnosticsTreeStyle_4, t1)], type$.JSArray_DiagnosticsNode); } @@ -206231,16 +208148,13 @@ call$1(span) { return true; }, - $signature: 192 + $signature: 189 }; A.RenderParagraph_hitTestChildren_closure.prototype = { call$2(result, transformed) { - var t1 = this._box_0.child; - t1.toString; - transformed.toString; - return t1.hitTest$2$position(result, transformed); + return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 85 + $signature: 58 }; A.RenderParagraph_paint_closure.prototype = { call$2(context, offset) { @@ -206248,13 +208162,13 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 84 + $signature: 85 }; A.RenderParagraph_describeSemanticsConfiguration_closure.prototype = { call$1(info) { return info.recognizer != null; }, - $signature: 594 + $signature: 502 }; A._RenderParagraph_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -206346,7 +208260,7 @@ }; A.PlatformViewHitTestBehavior.prototype = { toString$0(_) { - return this._platform_view0$_name; + return "PlatformViewHitTestBehavior." + this._core$_name; } }; A._factoriesTypeSet_closure.prototype = { @@ -206432,7 +208346,7 @@ gestureRecognizer.get$onLongPress(); return gestureRecognizer; }, - $signature: 1232 + $signature: 1242 }; A.PlatformViewRenderBox.prototype = { set$controller(_, controller) { @@ -206607,7 +208521,7 @@ }; A.HitTestBehavior.prototype = { toString$0(_) { - return this._proxy_box$_name; + return "HitTestBehavior." + this._core$_name; } }; A.RenderProxyBoxWithHitTestBehavior.prototype = { @@ -206712,9 +208626,9 @@ }; A.RenderLimitedBox.prototype = { set$maxWidth(_, value) { - if (this._proxy_box$_maxWidth === value) + if (this._maxWidth === value) return; - this._proxy_box$_maxWidth = value; + this._maxWidth = value; this.markNeedsLayout$0(); }, set$maxHeight(_, value) { @@ -206727,7 +208641,7 @@ var t3, t4, t1 = constraints.minWidth, t2 = constraints.maxWidth; - t2 = t2 < 1 / 0 ? t2 : B.JSInt_methods.clamp$2(this._proxy_box$_maxWidth, t1, t2); + t2 = t2 < 1 / 0 ? t2 : B.JSInt_methods.clamp$2(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)); @@ -207108,8 +209022,8 @@ this.markNeedsSemanticsUpdate$0(); }, set$clipBehavior(value) { - if (value !== this._clipBehavior) { - this._clipBehavior = value; + if (value !== this._proxy_box$_clipBehavior) { + this._proxy_box$_clipBehavior = value; this.markNeedsPaint$0(); } }, @@ -207178,7 +209092,7 @@ t2 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); t3 = _this._clip; t3.toString; - t1.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t2, offset, t3, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), _this._clipBehavior, type$.nullable_ClipRectLayer._as(t1._layer))); + t1.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t2, offset, t3, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), _this._proxy_box$_clipBehavior, type$.nullable_ClipRectLayer._as(t1._layer))); } else t1.set$layer(0, null); } @@ -207211,7 +209125,7 @@ _this._updateClip$0(); t2 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); t3 = _this._clip; - t1.set$layer(0, context.pushClipRRect$7$clipBehavior$oldLayer(t2, offset, new A.Rect(t3.left, t3.top, t3.right, t3.bottom), t3, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), _this._clipBehavior, type$.nullable_ClipRRectLayer._as(t1._layer))); + t1.set$layer(0, context.pushClipRRect$7$clipBehavior$oldLayer(t2, 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(t1._layer))); } else t1.set$layer(0, null); } @@ -207247,7 +209161,7 @@ _this.__RenderClipOval__cachedPath = 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._clipBehavior, type$.nullable_ClipPathLayer._as(t3._layer))); + 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))); } else _this._layerHandle.set$layer(0, null); } @@ -207279,7 +209193,7 @@ t3 = t3._dy; t5 = _this._clip; t5.toString; - t1.set$layer(0, context.pushClipPath$7$clipBehavior$oldLayer(t2, offset, new A.Rect(0, 0, 0 + t4, 0 + t3), t5, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), _this._clipBehavior, type$.nullable_ClipPathLayer._as(t1._layer))); + t1.set$layer(0, context.pushClipPath$7$clipBehavior$oldLayer(t2, offset, new A.Rect(0, 0, 0 + t4, 0 + t3), t5, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), _this._proxy_box$_clipBehavior, type$.nullable_ClipPathLayer._as(t1._layer))); } else t1.set$layer(0, null); } @@ -207326,14 +209240,14 @@ }, get$_defaultClip() { var t1, t2, t3, t4, _this = this; - switch (_this._proxy_box$_shape) { - case B.BoxShape_0: + switch (_this._proxy_box$_shape.index) { + case 0: t1 = _this._proxy_box$_borderRadius; if (t1 == null) t1 = B.BorderRadius_tLn; t2 = _this._box$_size; return t1.toRRect$1(new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy)); - case B.BoxShape_1: + case 1: t1 = _this._box$_size; t2 = 0 + t1._dx; t1 = 0 + t1._dy; @@ -207365,7 +209279,7 @@ _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._clipBehavior); + 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); @@ -207408,7 +209322,7 @@ _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._clipBehavior); + 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); @@ -207422,7 +209336,7 @@ }; A.DecorationPosition.prototype = { toString$0(_) { - return this._proxy_box$_name; + return "DecorationPosition." + this._core$_name; } }; A.RenderDecoratedBox.prototype = { @@ -207495,9 +209409,9 @@ }, set$alignment(value) { var _this = this; - if (J.$eq$(_this._alignment, value)) + if (J.$eq$(_this._proxy_box$_alignment, value)) return; - _this._alignment = value; + _this._proxy_box$_alignment = value; _this.markNeedsPaint$0(); _this.markNeedsSemanticsUpdate$0(); }, @@ -207527,7 +209441,7 @@ }, get$_effectiveTransform() { var result, translation, _this = this, - t1 = _this._alignment, + t1 = _this._proxy_box$_alignment, resolvedAlignment = t1 == null ? null : t1.resolve$1(_this._proxy_box$_textDirection); if (resolvedAlignment == null) return _this._proxy_box$_transform; @@ -207576,31 +209490,37 @@ }; A.RenderTransform_hitTestChildren_closure.prototype = { call$2(result, position) { - position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 85 + $signature: 58 }; A.RenderFittedBox.prototype = { _proxy_box$_resolve$0() { - if (this._resolvedAlignment != null) + if (this._proxy_box$_resolvedAlignment != null) return; - this._resolvedAlignment = this._alignment; + this._proxy_box$_resolvedAlignment = this._proxy_box$_alignment; }, _fitAffectsLayout$1(fit) { - switch (fit) { - case B.BoxFit_6: + switch (fit.index) { + case 6: return true; - default: + case 1: + case 2: + case 0: + case 4: + case 3: + case 5: return false; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, set$fit(value) { var _this = this, - t1 = _this._fit; + t1 = _this._proxy_box$_fit; if (t1 === value) return; - _this._fit = value; + _this._proxy_box$_fit = value; if (_this._fitAffectsLayout$1(t1) || _this._fitAffectsLayout$1(value)) _this.markNeedsLayout$0(); else { @@ -207610,10 +209530,10 @@ }, set$alignment(value) { var _this = this; - if (_this._alignment.$eq(0, value)) + if (_this._proxy_box$_alignment.$eq(0, value)) return; - _this._alignment = value; - _this._resolvedAlignment = _this._proxy_box$_transform = _this._hasVisualOverflow = null; + _this._proxy_box$_alignment = value; + _this._proxy_box$_resolvedAlignment = _this._proxy_box$_transform = _this._hasVisualOverflow = null; _this.markNeedsPaint$0(); }, set$textDirection(_, value) { @@ -207621,7 +209541,7 @@ if (_this._proxy_box$_textDirection == value) return; _this._proxy_box$_textDirection = value; - _this._resolvedAlignment = _this._proxy_box$_transform = _this._hasVisualOverflow = null; + _this._proxy_box$_resolvedAlignment = _this._proxy_box$_transform = _this._hasVisualOverflow = null; _this.markNeedsPaint$0(); }, computeDryLayout$1(constraints) { @@ -207629,35 +209549,51 @@ t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { childSize = t1.getDryLayout$1(B.BoxConstraints_mlX5); - switch (this._fit) { - case B.BoxFit_6: - return constraints.constrain$1(constraints.loosen$0().constrainSizeAndAttemptToPreserveAspectRatio$1(childSize)); - default: + switch (this._proxy_box$_fit.index) { + case 6: + return constraints.constrain$1(new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight).constrainSizeAndAttemptToPreserveAspectRatio$1(childSize)); + case 1: + case 2: + case 0: + case 4: + case 3: + case 5: return constraints.constrainSizeAndAttemptToPreserveAspectRatio$1(childSize); + default: + 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)); }, performLayout$0() { - var sizeConstraints, t2, unconstrainedSize, _this = this, + var t2, t3, t4, unconstrainedSize, _this = this, t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { t1.layout$2$parentUsesSize(0, B.BoxConstraints_mlX5, true); - t1 = type$.BoxConstraints; - switch (_this._fit) { - case B.BoxFit_6: - sizeConstraints = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).loosen$0(); - t2 = _this.RenderObjectWithChildMixin__child._box$_size; - t2.toString; - unconstrainedSize = sizeConstraints.constrainSizeAndAttemptToPreserveAspectRatio$1(t2); + switch (_this._proxy_box$_fit.index) { + case 6: + t1 = type$.BoxConstraints; + t2 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); + t3 = t2.maxWidth; + t2 = t2.maxHeight; + t4 = _this.RenderObjectWithChildMixin__child._box$_size; + t4.toString; + unconstrainedSize = new A.BoxConstraints(0, t3, 0, t2).constrainSizeAndAttemptToPreserveAspectRatio$1(t4); _this._box$_size = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).constrain$1(unconstrainedSize); break; - default: - t1 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); + case 1: + case 2: + case 0: + case 4: + case 3: + case 5: + t1 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); t2 = _this.RenderObjectWithChildMixin__child._box$_size; t2.toString; _this._box$_size = t1.constrainSizeAndAttemptToPreserveAspectRatio$1(t2); break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } _this._proxy_box$_transform = _this._hasVisualOverflow = null; } else { @@ -207678,18 +209614,18 @@ _this._proxy_box$_resolve$0(); t1 = _this.RenderObjectWithChildMixin__child._box$_size; t1.toString; - t2 = _this._fit; + t2 = _this._proxy_box$_fit; t3 = _this._box$_size; t3.toString; sizes = A.applyBoxFit(t2, t1, t3); t3 = sizes.destination; t2 = sizes.source; - t4 = _this._resolvedAlignment; + t4 = _this._proxy_box$_resolvedAlignment; t4.toString; t5 = t1._dx; t1 = t1._dy; sourceRect = t4.inscribe$2(t2, new A.Rect(0, 0, 0 + t5, 0 + t1)); - t4 = _this._resolvedAlignment; + t4 = _this._proxy_box$_resolvedAlignment; t4.toString; t6 = _this._box$_size; destinationRect = t4.inscribe$2(t3, new A.Rect(0, 0, 0 + t6._dx, 0 + t6._dy)); @@ -207733,7 +209669,7 @@ _this._updatePaintData$0(); t1 = _this._hasVisualOverflow; t1.toString; - if (t1 && _this._clipBehavior !== B.Clip_0) { + if (t1 && _this._proxy_box$_clipBehavior !== B.Clip_0) { t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); t2 = _this._box$_size; t3 = t2._dx; @@ -207741,7 +209677,7 @@ t4 = _this._layerHandle; t5 = t4._layer; t5 = t5 instanceof A.ClipRectLayer ? t5 : null; - t4.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t1, offset, new A.Rect(0, 0, 0 + t3, 0 + t2), _this.get$_paintChildWithTransform(), _this._clipBehavior, t5)); + t4.set$layer(0, context.pushClipRect$6$clipBehavior$oldLayer(t1, offset, new A.Rect(0, 0, 0 + t3, 0 + t2), _this.get$_paintChildWithTransform(), _this._proxy_box$_clipBehavior, t5)); } else _this._layerHandle.set$layer(0, _this._paintChildWithTransform$2(context, offset)); }, @@ -207783,10 +209719,9 @@ }; A.RenderFittedBox_hitTestChildren_closure.prototype = { call$2(result, position) { - position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 85 + $signature: 58 }; A.RenderFractionalTranslation.prototype = { set$translation(value) { @@ -207830,10 +209765,9 @@ }; A.RenderFractionalTranslation_hitTestChildren_closure.prototype = { call$2(result, position) { - position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 85 + $signature: 58 }; A.RenderPointerListener.prototype = { computeSizeForNoChild$1(constraints) { @@ -208725,8 +210659,8 @@ t1.set$layer(0, new A.LeaderLayer(t3, offset, A.LayerHandle$(type$.Layer_2))); else { type$.LeaderLayer._as(t2); - t2._layer$_link = t3; - t2.offset = offset; + t2.set$link(t3); + t2.set$offset(0, offset); } t1 = t1._layer; t1.toString; @@ -208803,7 +210737,12 @@ else { t2 = t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)); if (t2 != null) { - t2._layer$_link = _this._proxy_box$_link; + t3 = _this._proxy_box$_link; + if (t3 !== t2._layer$_link && t2._leaderHandle != null) { + t2._leaderHandle.dispose$0(0); + t2._leaderHandle = t3._registerFollower$0(); + } + t2._layer$_link = t3; t2.showWhenUnlinked = false; t2.linkedOffset = effectiveLinkedOffset; t2.unlinkedOffset = offset; @@ -208819,10 +210758,9 @@ }; A.RenderFollowerLayer_hitTestChildren_closure.prototype = { call$2(result, position) { - position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 85 + $signature: 58 }; A.RenderAnnotatedRegion.prototype = { get$value(_) { @@ -208966,26 +210904,23 @@ }; A.RenderShiftedBox_hitTestChildren_closure.prototype = { call$2(result, transformed) { - var t1 = this.$this.RenderObjectWithChildMixin__child; - t1.toString; - transformed.toString; - return t1.hitTest$2$position(result, transformed); + return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 85 + $signature: 58 }; A.RenderPadding.prototype = { _shifted_box$_resolve$0() { var _this = this; - if (_this._shifted_box$_resolvedPadding != null) + if (_this._resolvedPadding != null) return; - _this._shifted_box$_resolvedPadding = _this._shifted_box$_padding.resolve$1(_this._shifted_box$_textDirection); + _this._resolvedPadding = _this._shifted_box$_padding.resolve$1(_this._shifted_box$_textDirection); }, set$padding(_, value) { var _this = this; if (J.$eq$(_this._shifted_box$_padding, value)) return; _this._shifted_box$_padding = value; - _this._shifted_box$_resolvedPadding = null; + _this._resolvedPadding = null; _this.markNeedsLayout$0(); }, set$textDirection(_, value) { @@ -208993,13 +210928,13 @@ if (_this._shifted_box$_textDirection == value) return; _this._shifted_box$_textDirection = value; - _this._shifted_box$_resolvedPadding = null; + _this._resolvedPadding = null; _this.markNeedsLayout$0(); }, computeMinIntrinsicWidth$1(height) { var t1, totalHorizontalPadding, t2, t3; this._shifted_box$_resolve$0(); - t1 = this._shifted_box$_resolvedPadding; + t1 = this._resolvedPadding; totalHorizontalPadding = t1.left + t1.right; t2 = t1.top; t1 = t1.bottom; @@ -209011,7 +210946,7 @@ computeMaxIntrinsicWidth$1(height) { var t1, totalHorizontalPadding, t2, t3; this._shifted_box$_resolve$0(); - t1 = this._shifted_box$_resolvedPadding; + t1 = this._resolvedPadding; totalHorizontalPadding = t1.left + t1.right; t2 = t1.top; t1 = t1.bottom; @@ -209023,7 +210958,7 @@ computeMinIntrinsicHeight$1(width) { var t1, t2, t3, totalVerticalPadding; this._shifted_box$_resolve$0(); - t1 = this._shifted_box$_resolvedPadding; + t1 = this._resolvedPadding; t2 = t1.left; t3 = t1.right; totalVerticalPadding = t1.top + t1.bottom; @@ -209035,7 +210970,7 @@ computeMaxIntrinsicHeight$1(width) { var t1, t2, t3, totalVerticalPadding; this._shifted_box$_resolve$0(); - t1 = this._shifted_box$_resolvedPadding; + t1 = this._resolvedPadding; t2 = t1.left; t3 = t1.right; totalVerticalPadding = t1.top + t1.bottom; @@ -209048,14 +210983,14 @@ var t1, innerConstraints, childSize, _this = this; _this._shifted_box$_resolve$0(); if (_this.RenderObjectWithChildMixin__child == null) { - t1 = _this._shifted_box$_resolvedPadding; + t1 = _this._resolvedPadding; return constraints.constrain$1(new A.Size(t1.left + t1.right, t1.top + t1.bottom)); } - t1 = _this._shifted_box$_resolvedPadding; + t1 = _this._resolvedPadding; t1.toString; innerConstraints = constraints.deflate$1(t1); childSize = _this.RenderObjectWithChildMixin__child.getDryLayout$1(innerConstraints); - t1 = _this._shifted_box$_resolvedPadding; + t1 = _this._resolvedPadding; return constraints.constrain$1(new A.Size(t1.left + childSize._dx + t1.right, t1.top + childSize._dy + t1.bottom)); }, performLayout$0() { @@ -209063,11 +210998,11 @@ constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); _this._shifted_box$_resolve$0(); if (_this.RenderObjectWithChildMixin__child == null) { - t1 = _this._shifted_box$_resolvedPadding; + t1 = _this._resolvedPadding; _this._box$_size = constraints.constrain$1(new A.Size(t1.left + t1.right, t1.top + t1.bottom)); return; } - t1 = _this._shifted_box$_resolvedPadding; + t1 = _this._resolvedPadding; t1.toString; innerConstraints = constraints.deflate$1(t1); _this.RenderObjectWithChildMixin__child.layout$2$parentUsesSize(0, innerConstraints, true); @@ -209075,7 +211010,7 @@ t2 = t1.parentData; t2.toString; type$.BoxParentData._as(t2); - t3 = _this._shifted_box$_resolvedPadding; + t3 = _this._resolvedPadding; t4 = t3.left; t5 = t3.top; t2.offset = new A.Offset(t4, t5); @@ -209141,7 +211076,7 @@ shrinkWrapHeight = _this._heightFactor != null || constraints.maxHeight === 1 / 0, t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - childSize = t1.getDryLayout$1(constraints.loosen$0()); + childSize = t1.getDryLayout$1(new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight)); if (shrinkWrapWidth) { t1 = childSize._dx; t2 = _this._widthFactor; @@ -209166,7 +211101,7 @@ shrinkWrapHeight = _this._heightFactor != null || constraints.maxHeight === 1 / 0, t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - t1.layout$2$parentUsesSize(0, constraints.loosen$0(), true); + t1.layout$2$parentUsesSize(0, new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight), true); if (shrinkWrapWidth) { t1 = _this.RenderObjectWithChildMixin__child._box$_size._dx; t2 = _this._widthFactor; @@ -209408,7 +211343,7 @@ }; A.GrowthDirection.prototype = { toString$0(_) { - return this._sliver0$_name; + return "GrowthDirection." + this._core$_name; } }; A.SliverConstraints.prototype = { @@ -209418,10 +211353,10 @@ asBoxConstraints$3$crossAxisExtent$maxExtent$minExtent(crossAxisExtent, maxExtent, minExtent) { if (crossAxisExtent == null) crossAxisExtent = this.crossAxisExtent; - switch (A.axisDirectionToAxis(this.axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(this.axisDirection).index) { + case 0: return new A.BoxConstraints(minExtent, maxExtent, crossAxisExtent, crossAxisExtent); - case B.Axis_1: + case 1: return new A.BoxConstraints(crossAxisExtent, crossAxisExtent, minExtent, maxExtent); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -209444,7 +211379,7 @@ return true; if (!(other instanceof A.SliverConstraints)) return false; - return other.axisDirection === _this.axisDirection && other.growthDirection === _this.growthDirection && other.scrollOffset === _this.scrollOffset && other.overlap === _this.overlap && other.remainingPaintExtent === _this.remainingPaintExtent && other.crossAxisExtent == _this.crossAxisExtent && other.crossAxisDirection === _this.crossAxisDirection && other.viewportMainAxisExtent == _this.viewportMainAxisExtent && other.remainingCacheExtent === _this.remainingCacheExtent && other.cacheOrigin === _this.cacheOrigin; + return other.axisDirection === _this.axisDirection && other.growthDirection === _this.growthDirection && other.scrollOffset === _this.scrollOffset && other.overlap === _this.overlap && other.remainingPaintExtent === _this.remainingPaintExtent && other.crossAxisExtent == _this.crossAxisExtent && other.crossAxisDirection === _this.crossAxisDirection && other.viewportMainAxisExtent === _this.viewportMainAxisExtent && other.remainingCacheExtent === _this.remainingCacheExtent && other.cacheOrigin === _this.cacheOrigin; }, get$hashCode(_) { var _this = this; @@ -209458,7 +211393,7 @@ t1.push("overlap: " + B.JSNumber_methods.toStringAsFixed$1(t2, 1)); t1.push("crossAxisExtent: " + J.toStringAsFixed$1$n(_this.crossAxisExtent, 1)); t1.push("crossAxisDirection: " + _this.crossAxisDirection.toString$0(0)); - t1.push("viewportMainAxisExtent: " + J.toStringAsFixed$1$n(_this.viewportMainAxisExtent, 1)); + t1.push("viewportMainAxisExtent: " + B.JSNumber_methods.toStringAsFixed$1(_this.viewportMainAxisExtent, 1)); t1.push("remainingCacheExtent: " + B.JSNumber_methods.toStringAsFixed$1(_this.remainingCacheExtent, 1)); t1.push("cacheOrigin: " + B.JSNumber_methods.toStringAsFixed$1(_this.cacheOrigin, 1)); return "SliverConstraints(" + B.JSArray_methods.join$1(t1, ", ") + ")"; @@ -209502,10 +211437,10 @@ get$paintBounds() { var _this = this, t1 = type$.SliverConstraints; - switch (A.axisDirectionToAxis(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection).index) { + case 0: return new A.Rect(0, 0, 0 + _this._geometry.paintExtent, 0 + t1._as(A.RenderObject.prototype.get$constraints.call(_this)).crossAxisExtent); - case B.Axis_1: + case 1: return new A.Rect(0, 0, 0 + t1._as(A.RenderObject.prototype.get$constraints.call(_this)).crossAxisExtent, 0 + _this._geometry.paintExtent); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -209562,22 +211497,22 @@ _getRightWayUp$1(constraints) { var rightWayUp, _s80_ = string$.x60null_c; - switch (constraints.axisDirection) { - case B.AxisDirection_0: - case B.AxisDirection_3: + switch (constraints.axisDirection.index) { + case 0: + case 3: rightWayUp = false; break; - case B.AxisDirection_2: - case B.AxisDirection_1: + case 2: + case 1: rightWayUp = true; break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - switch (constraints.growthDirection) { - case B.GrowthDirection_0: + switch (constraints.growthDirection.index) { + case 0: break; - case B.GrowthDirection_1: + case 1: rightWayUp = !rightWayUp; break; default: @@ -209593,8 +211528,8 @@ absolutePosition = mainAxisPosition - delta, absoluteCrossAxisPosition = crossAxisPosition - crossAxisDelta; _box_0.transformedPosition = null; - switch (A.axisDirectionToAxis(_this.get$constraints().axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(_this.get$constraints().axisDirection).index) { + case 0: if (!rightWayUp) { t1 = child._box$_size._dx; absolutePosition = t1 - absolutePosition; @@ -209603,7 +211538,7 @@ paintOffset = new A.Offset(delta, crossAxisDelta); _box_0.transformedPosition = new A.Offset(absolutePosition, absoluteCrossAxisPosition); break; - case B.Axis_1: + case 1: if (!rightWayUp) { t1 = child._box$_size._dy; absolutePosition = t1 - absolutePosition; @@ -209622,11 +211557,11 @@ rightWayUp = _this._getRightWayUp$1(_this.get$constraints()), delta = _this.childMainAxisPosition$1(child), crossAxisDelta = _this.childCrossAxisPosition$1(child); - switch (A.axisDirectionToAxis(_this.get$constraints().axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(_this.get$constraints().axisDirection).index) { + case 0: transform.translate$2(0, !rightWayUp ? _this._geometry.paintExtent - child._box$_size._dx - delta : delta, crossAxisDelta); break; - case B.Axis_1: + case 1: transform.translate$2(0, crossAxisDelta, !rightWayUp ? _this._geometry.paintExtent - child._box$_size._dy - delta : delta); break; default: @@ -209638,7 +211573,7 @@ call$1(result) { return this.child.hitTest$2$position(result, this._box_0.transformedPosition); }, - $signature: 602 + $signature: 499 }; A._SliverGeometry_Object_Diagnosticable.prototype = {}; A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin.prototype = { @@ -209668,7 +211603,7 @@ if (itemExtent > 0) { actual = scrollOffset / itemExtent; round = B.JSNumber_methods.round$0(actual); - if (Math.abs(actual - round) < 1e-10) + if (Math.abs(actual * itemExtent - round * itemExtent) < 1e-10) return round; return B.JSNumber_methods.floor$0(actual); } @@ -209679,7 +211614,7 @@ if (itemExtent > 0) { actual = scrollOffset / itemExtent - 1; round = B.JSNumber_methods.round$0(actual); - if (Math.abs(actual - round) < 1e-10) + if (Math.abs(actual * itemExtent - round * itemExtent) < 1e-10) return Math.max(0, round); return Math.max(0, B.JSNumber_methods.ceil$0(actual)); } @@ -210299,7 +212234,7 @@ t1.endScrollOffset = t5 + t4.paintExtentOf$1(t2); return true; }, - $signature: 214 + $signature: 230 }; A.KeepAliveParentDataMixin.prototype = {}; A.RenderSliverWithKeepAliveMixin.prototype = { @@ -210483,10 +212418,10 @@ this.invokeLayoutCallback$1$1(new A.RenderSliverMultiBoxAdaptor_collectGarbage_closure(t1, this), type$.SliverConstraints); }, paintExtentOf$1(child) { - switch (A.axisDirectionToAxis(type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(this)).axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(this)).axisDirection).index) { + case 0: return child._box$_size._dx; - case B.Axis_1: + case 1: return child._box$_size._dy; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -210533,26 +212468,26 @@ if (_this.ContainerRenderObjectMixin__firstChild == null) return; t1 = type$.SliverConstraints; - switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection)) { - case B.AxisDirection_0: + switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection).index) { + case 0: originOffset = offset.$add(0, new A.Offset(0, _this._geometry.paintExtent)); mainAxisUnit = B.Offset_0_m1; crossAxisUnit = B.Offset_1_0; addExtent = true; break; - case B.AxisDirection_1: + case 1: originOffset = offset; mainAxisUnit = B.Offset_1_0; crossAxisUnit = B.Offset_0_1; addExtent = false; break; - case B.AxisDirection_2: + case 2: originOffset = offset; mainAxisUnit = B.Offset_0_1; crossAxisUnit = B.Offset_1_0; addExtent = false; break; - case B.AxisDirection_3: + case 3: originOffset = offset.$add(0, new A.Offset(_this._geometry.paintExtent, 0)); mainAxisUnit = B.Offset_m1_0; crossAxisUnit = B.Offset_0_1; @@ -210632,7 +212567,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 395 + $signature: 429 }; A.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1(constraints) { @@ -210654,7 +212589,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: 395 + $signature: 429 }; A.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1(child) { @@ -210662,7 +212597,7 @@ t1.toString; return !type$.SliverMultiBoxAdaptorParentData._as(t1).KeepAliveParentDataMixin_keepAlive; }, - $signature: 486 + $signature: 593 }; A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -210700,14 +212635,14 @@ get$beforePadding() { var _this = this, t1 = type$.SliverConstraints; - switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection)) { - case B.AxisDirection_0: + switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection).index) { + case 0: return _this.get$resolvedPadding().bottom; - case B.AxisDirection_1: + case 1: return _this.get$resolvedPadding().left; - case B.AxisDirection_2: + case 2: return _this.get$resolvedPadding().top; - case B.AxisDirection_3: + case 3: return _this.get$resolvedPadding().right; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -210716,25 +212651,25 @@ get$afterPadding() { var _this = this, t1 = type$.SliverConstraints; - switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection)) { - case B.AxisDirection_0: + switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection).index) { + case 0: return _this.get$resolvedPadding().top; - case B.AxisDirection_1: + case 1: return _this.get$resolvedPadding().right; - case B.AxisDirection_2: + case 2: return _this.get$resolvedPadding().bottom; - case B.AxisDirection_3: + case 3: return _this.get$resolvedPadding().left; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, get$crossAxisPadding() { - switch (A.axisDirectionToAxis(type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(this)).axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(this)).axisDirection).index) { + case 0: var t1 = this.get$resolvedPadding(); return t1.get$_top(t1) + t1.get$_bottom(t1); - case B.Axis_1: + case 1: return this.get$resolvedPadding().get$horizontal(); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -210803,17 +212738,17 @@ t3 = _this.RenderObjectWithChildMixin__child.parentData; t3.toString; type$.SliverPhysicalParentData._as(t3); - switch (A.applyGrowthDirectionToAxisDirection(t10, t11)) { - case B.AxisDirection_0: + switch (A.applyGrowthDirectionToAxisDirection(t10, t11).index) { + case 0: t3.paintOffset = new A.Offset(_this.get$resolvedPadding().left, _this.calculatePaintOffset$3$from$to(constraints, _this.get$resolvedPadding().bottom + t1, _this.get$resolvedPadding().bottom + t1 + _this.get$resolvedPadding().top)); break; - case B.AxisDirection_1: + case 1: t3.paintOffset = new A.Offset(_this.calculatePaintOffset$3$from$to(constraints, 0, _this.get$resolvedPadding().left), _this.get$resolvedPadding().top); break; - case B.AxisDirection_2: + case 2: t3.paintOffset = new A.Offset(_this.get$resolvedPadding().left, _this.calculatePaintOffset$3$from$to(constraints, 0, _this.get$resolvedPadding().top)); break; - case B.AxisDirection_3: + case 3: t3.paintOffset = new A.Offset(_this.calculatePaintOffset$3$from$to(constraints, _this.get$resolvedPadding().right + t1, _this.get$resolvedPadding().right + t1 + _this.get$resolvedPadding().left), _this.get$resolvedPadding().top); break; default: @@ -210842,12 +212777,12 @@ childCrossAxisPosition$1(child) { var _this = this, t1 = type$.SliverConstraints; - switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection)) { - case B.AxisDirection_0: - case B.AxisDirection_2: + switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection).index) { + case 0: + case 2: return _this.get$resolvedPadding().left; - case B.AxisDirection_3: - case B.AxisDirection_1: + case 3: + case 1: return _this.get$resolvedPadding().top; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -210874,21 +212809,21 @@ }; A.RenderSliverPadding.prototype = { get$resolvedPadding() { - return this._resolvedPadding; + return this._sliver_padding$_resolvedPadding; }, _sliver_padding$_resolve$0() { - if (this._resolvedPadding != null) + if (this._sliver_padding$_resolvedPadding != null) return; var t1 = this._sliver_padding$_padding; t1.toString; - this._resolvedPadding = t1; + this._sliver_padding$_resolvedPadding = t1; }, set$padding(_, value) { var _this = this; if (J.$eq$(_this._sliver_padding$_padding, value)) return; _this._sliver_padding$_padding = value; - _this._resolvedPadding = null; + _this._sliver_padding$_resolvedPadding = null; _this.markNeedsLayout$0(); }, set$textDirection(_, value) { @@ -210896,7 +212831,7 @@ if (_this._sliver_padding$_textDirection == value) return; _this._sliver_padding$_textDirection = value; - _this._resolvedPadding = null; + _this._sliver_padding$_resolvedPadding = null; _this.markNeedsLayout$0(); }, performLayout$0() { @@ -210926,10 +212861,10 @@ var _this = this; if (_this.RenderObjectWithChildMixin__child == null) return 0; - switch (A.axisDirectionToAxis(type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection).index) { + case 1: return _this.RenderObjectWithChildMixin__child._box$_size._dy; - case B.Axis_0: + case 0: return _this.RenderObjectWithChildMixin__child._box$_size._dx; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -210973,25 +212908,25 @@ var t1, t2, _this = this; if (_this.RenderObjectWithChildMixin__child != null && _this._geometry.visible) { t1 = type$.SliverConstraints; - switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection)) { - case B.AxisDirection_0: + switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection).index) { + case 0: t1 = _this._geometry.paintExtent; t2 = _this.RenderObjectWithChildMixin__child; t2.toString; offset = offset.$add(0, new A.Offset(0, t1 - _this.childMainAxisPosition$1(t2) - _this.get$childExtent())); break; - case B.AxisDirection_2: + case 2: t1 = _this.RenderObjectWithChildMixin__child; t1.toString; offset = offset.$add(0, new A.Offset(0, _this.childMainAxisPosition$1(t1))); break; - case B.AxisDirection_3: + case 3: t1 = _this._geometry.paintExtent; t2 = _this.RenderObjectWithChildMixin__child; t2.toString; offset = offset.$add(0, new A.Offset(t1 - _this.childMainAxisPosition$1(t2) - _this.get$childExtent(), 0)); break; - case B.AxisDirection_1: + case 1: t1 = _this.RenderObjectWithChildMixin__child; t1.toString; offset = offset.$add(0, new A.Offset(_this.childMainAxisPosition$1(t1), 0)); @@ -211013,7 +212948,7 @@ call$1(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 395 + $signature: 429 }; A.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0() { @@ -211047,17 +212982,17 @@ } else localBounds = rect; t1 = type$.SliverConstraints; - switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection)) { - case B.AxisDirection_0: + switch (A.applyGrowthDirectionToAxisDirection(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).growthDirection).index) { + case 0: newRect = A._trim(localBounds, _this.get$childExtent(), -1 / 0, 1 / 0, -1 / 0); break; - case B.AxisDirection_1: + case 1: newRect = A._trim(localBounds, 1 / 0, 0, 1 / 0, -1 / 0); break; - case B.AxisDirection_2: + case 2: newRect = A._trim(localBounds, 1 / 0, -1 / 0, 1 / 0, 0); break; - case B.AxisDirection_3: + case 3: newRect = A._trim(localBounds, 1 / 0, -1 / 0, _this.get$childExtent(), -1 / 0); break; default: @@ -211160,22 +213095,16 @@ t1.push("not positioned"); t1.push(_this.super$BoxParentData$toString(0)); return B.JSArray_methods.join$1(t1, "; "); - }, - set$width(receiver, val) { - return this.width = val; - }, - set$height(receiver, val) { - return this.height = val; } }; A.StackFit.prototype = { toString$0(_) { - return this._stack$_name; + return "StackFit." + this._core$_name; } }; A.Overflow.prototype = { toString$0(_) { - return this._stack$_name; + return "Overflow." + this._core$_name; } }; A.RenderStack.prototype = { @@ -211187,13 +213116,13 @@ var _this = this; if (_this._stack$_resolvedAlignment != null) return; - _this._stack$_resolvedAlignment = _this._stack$_alignment.resolve$1(_this._stack$_textDirection); + _this._stack$_resolvedAlignment = _this._alignment.resolve$1(_this._stack$_textDirection); }, set$alignment(value) { var _this = this; - if (_this._stack$_alignment.$eq(0, value)) + if (_this._alignment.$eq(0, value)) return; - _this._stack$_alignment = value; + _this._alignment = value; _this._stack$_resolvedAlignment = null; _this.markNeedsLayout$0(); }, @@ -211230,14 +213159,14 @@ 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)); width = constraints.minWidth; height = constraints.minHeight; - switch (_this._stack$_fit) { - case B.StackFit_0: - nonPositionedConstraints = constraints.loosen$0(); + switch (_this._fit.index) { + case 0: + nonPositionedConstraints = new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight); break; - case B.StackFit_1: + 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))); break; - case B.StackFit_2: + case 2: nonPositionedConstraints = constraints; break; default: @@ -211325,25 +213254,25 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 79 + $signature: 80 }; A.RenderStack_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 79 + $signature: 80 }; A.RenderStack_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 79 + $signature: 80 }; A.RenderStack_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 79 + $signature: 80 }; A.RenderIndexedStack.prototype = { visitChildrenForSemantics$1(visitor) { @@ -211394,10 +213323,9 @@ }; A.RenderIndexedStack_hitTestChildren_closure.prototype = { call$2(result, transformed) { - transformed.toString; return this.child.hitTest$2$position(result, transformed); }, - $signature: 85 + $signature: 58 }; A._RenderStack_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -211497,7 +213425,7 @@ }; A.TableCellVerticalAlignment.prototype = { toString$0(_) { - return this._table$_name; + return "TableCellVerticalAlignment." + this._core$_name; } }; A.RenderTable.prototype = { @@ -211621,7 +213549,7 @@ lostChildren.forEach$1(0, _this.get$dropChild()); _this._table$_columns = columns; _this._rows = B.JSInt_methods.$tdiv(cells.length, columns); - _this._table$_children = A.List_List$from(cells, true, type$.nullable_RenderBox); + _this._table$_children = A.List_List$of(cells, true, type$.nullable_RenderBox); _this.markNeedsLayout$0(); }, setChild$3(x, y, value) { @@ -211881,15 +213809,15 @@ t2 = child.parentData; t2.toString; t2 = t1._as(t2).verticalAlignment; - switch (t2 == null ? _this._defaultVerticalAlignment : t2) { - case B.TableCellVerticalAlignment_3: + switch ((t2 == null ? _this._defaultVerticalAlignment : t2).index) { + case 3: return B.Size_0_0; - case B.TableCellVerticalAlignment_0: - case B.TableCellVerticalAlignment_1: - case B.TableCellVerticalAlignment_2: + case 0: + case 1: + case 2: rowHeight = Math.max(rowHeight, A.checkNum(child.getDryLayout$1(A.BoxConstraints$tightFor(null, widths[x]))._dy)); break; - case B.TableCellVerticalAlignment_4: + case 4: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -211949,8 +213877,8 @@ t3._as(t5); t5.y = y; t6 = t5.verticalAlignment; - switch (t6 == null ? _this._defaultVerticalAlignment : t6) { - case B.TableCellVerticalAlignment_3: + switch ((t6 == null ? _this._defaultVerticalAlignment : t6).index) { + case 3: child.layout$2$parentUsesSize(0, A.BoxConstraints$tightFor(null, widths[x]), true); t6 = _this._table$_textBaseline; t6.toString; @@ -211966,13 +213894,13 @@ t5.offset = new A.Offset(positions[x], rowTop); } break; - case B.TableCellVerticalAlignment_0: - case B.TableCellVerticalAlignment_1: - case B.TableCellVerticalAlignment_2: + case 0: + case 1: + case 2: child.layout$2$parentUsesSize(0, A.BoxConstraints$tightFor(null, widths[x]), true); rowHeight = Math.max(rowHeight, A.checkNum(child._box$_size._dy)); break; - case B.TableCellVerticalAlignment_4: + case 4: break; default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -211991,20 +213919,20 @@ t6.toString; t3._as(t6); t7 = t6.verticalAlignment; - switch (t7 == null ? _this._defaultVerticalAlignment : t7) { - case B.TableCellVerticalAlignment_3: + switch ((t7 == null ? _this._defaultVerticalAlignment : t7).index) { + case 3: t6.offset = new A.Offset(positions[x], t5 - baselines[x]); break; - case B.TableCellVerticalAlignment_0: + case 0: t6.offset = new A.Offset(positions[x], rowTop); break; - case B.TableCellVerticalAlignment_1: + case 1: t6.offset = new A.Offset(positions[x], rowTop + (rowHeight - child._box$_size._dy) / 2); break; - case B.TableCellVerticalAlignment_2: + case 2: t6.offset = new A.Offset(positions[x], rowTop0 - child._box$_size._dy); break; - case B.TableCellVerticalAlignment_4: + case 4: child.layout$1(0, A.BoxConstraints$tightFor(rowHeight, widths[x])); t6.offset = new A.Offset(positions[x], rowTop); break; @@ -212084,14 +214012,13 @@ call$2(a, b) { return a + b; }, - $signature: 296 + $signature: 312 }; A.RenderTable_hitTestChildren_closure.prototype = { call$2(result, transformed) { - transformed.toString; return this.child.hitTest$2$position(result, transformed); }, - $signature: 85 + $signature: 58 }; A.AlignmentGeometryTween.prototype = { lerp$1(t) { @@ -212181,8 +214108,8 @@ this.super$RenderObject$applyPaintTransform(child, transform); }, compositeFrame$0() { - var builder, scene, t1, bounds, t2, t3, t4, upperOverlayStyle, lowerOverlayStyle, t5, t6, _this = this, _null = null; - A.Timeline_startSync("Compositing", B.Map_9aZ6I, _null); + 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); try { builder = A.SceneBuilder_SceneBuilder(); t1 = _this._layerHandle; @@ -212215,11 +214142,13 @@ if (!t1 || lowerOverlayStyle != null) { t2 = t1 ? _null : upperOverlayStyle.statusBarBrightness; t3 = t1 ? _null : upperOverlayStyle.statusBarIconBrightness; - t1 = t1 ? _null : upperOverlayStyle.statusBarColor; - t4 = lowerOverlayStyle == null; - t5 = t4 ? _null : lowerOverlayStyle.systemNavigationBarColor; - t6 = t4 ? _null : lowerOverlayStyle.systemNavigationBarDividerColor; - A.SystemChrome_setSystemUIOverlayStyle(new A.SystemUiOverlayStyle(t5, t6, t4 ? _null : lowerOverlayStyle.systemNavigationBarIconBrightness, t1, t2, t3)); + t4 = t1 ? _null : upperOverlayStyle.statusBarColor; + t1 = t1 ? _null : upperOverlayStyle.systemStatusBarContrastEnforced; + t5 = lowerOverlayStyle == null; + t6 = t5 ? _null : lowerOverlayStyle.systemNavigationBarColor; + t7 = t5 ? _null : lowerOverlayStyle.systemNavigationBarDividerColor; + t8 = t5 ? _null : lowerOverlayStyle.systemNavigationBarIconBrightness; + A.SystemChrome_setSystemUIOverlayStyle(new A.SystemUiOverlayStyle(t6, t7, t8, t5 ? _null : lowerOverlayStyle.systemNavigationBarContrastEnforced, t4, t2, t3, t1)); } } t1 = _this._view$_window; @@ -212259,7 +214188,7 @@ }; A.CacheExtentStyle.prototype = { toString$0(_) { - return this._viewport$_name; + return "CacheExtentStyle." + this._core$_name; } }; A.RevealedOffset.prototype = { @@ -212275,7 +214204,7 @@ visitChildrenForSemantics$1(visitor) { var t1 = this.get$childrenInPaintOrder(); t1.toString; - new A.WhereIterable(t1, new A.RenderViewportBase_visitChildrenForSemantics_closure(), t1.$ti._eval$1("WhereIterable")).forEach$1(0, visitor); + new A.WhereIterable(t1, new A.RenderViewportBase_visitChildrenForSemantics_closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")).forEach$1(0, visitor); }, set$axisDirection(value) { if (value === this._viewport$_axisDirection) @@ -212380,36 +214309,30 @@ return 0; }, describeApproximatePaintClip$1(child) { - var t2, overlapCorrection, $top, left, + var overlapCorrection, $top, left, 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) { - t2 = t1._as(A.RenderObject.prototype.get$constraints.call(child)).viewportMainAxisExtent; - t2.toString; - t2 = !isFinite(t2); - } else - t2 = true; - if (t2) + if (t1._as(A.RenderObject.prototype.get$constraints.call(child)).overlap === 0 || !isFinite(t1._as(A.RenderObject.prototype.get$constraints.call(child)).viewportMainAxisExtent)) return new A.Rect(0, 0, right, bottom); overlapCorrection = t1._as(A.RenderObject.prototype.get$constraints.call(child)).viewportMainAxisExtent - t1._as(A.RenderObject.prototype.get$constraints.call(child)).remainingPaintExtent + t1._as(A.RenderObject.prototype.get$constraints.call(child)).overlap; - switch (A.applyGrowthDirectionToAxisDirection(this._viewport$_axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection)) { - case B.AxisDirection_2: + switch (A.applyGrowthDirectionToAxisDirection(this._viewport$_axisDirection, t1._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection).index) { + case 2: $top = 0 + overlapCorrection; left = 0; break; - case B.AxisDirection_0: + case 0: bottom -= overlapCorrection; left = 0; $top = 0; break; - case B.AxisDirection_1: + case 1: left = 0 + overlapCorrection; $top = 0; break; - case B.AxisDirection_3: + case 3: right -= overlapCorrection; left = 0; $top = 0; @@ -212426,11 +214349,11 @@ t1 = _this._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); } - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 1: t2 = _this._box$_size; return new A.Rect(0, 0 - t1, 0 + t2._dx, 0 + t2._dy + t1); - case B.Axis_0: + case 0: t2 = _this._box$_size; return new A.Rect(0 - t1, 0, 0 + t2._dx + t1, 0 + t2._dy); default: @@ -212457,24 +214380,24 @@ this.super$RenderObject$dispose(0); }, _paintContents$2(context, offset) { - var t1, t2, t3, t4, t5; - for (t1 = this.get$childrenInPaintOrder(), t1 = new A._SyncStarIterator(t1._outerHelper(), A._instanceType(t1)._eval$1("_SyncStarIterator<1>")), t2 = offset._dx, t3 = offset._dy; t1.moveNext$0();) { - t4 = t1.get$current(t1); - if (t4._geometry.visible) { - t5 = this.paintOffsetOf$1(t4); - context.paintChild$2(t4, new A.Offset(t2 + t5._dx, t3 + t5._dy)); + var t1, t2, t3, t4, _i, child, t5; + for (t1 = this.get$childrenInPaintOrder(), t2 = t1.length, t3 = offset._dx, t4 = offset._dy, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + child = t1[_i]; + if (child._geometry.visible) { + t5 = this.paintOffsetOf$1(child); + context.paintChild$2(child, new A.Offset(t3 + t5._dx, t4 + t5._dy)); } } }, hitTestChildren$2$position(result, position) { - var sliverResult, t1, t2, transform, _this = this, _box_0 = {}; + var sliverResult, t1, t2, _i, child, transform, _this = this, _box_0 = {}; _box_0.crossAxisPosition = _box_0.mainAxisPosition = null; - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 1: _box_0.mainAxisPosition = position._dy; _box_0.crossAxisPosition = position._dx; break; - case B.Axis_0: + case 0: _box_0.mainAxisPosition = position._dx; _box_0.crossAxisPosition = position._dy; break; @@ -212482,14 +214405,14 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } sliverResult = new A.SliverHitTestResult(result._hit_test$_path, result._transforms, result._localTransforms); - for (t1 = _this.get$childrenInHitTestOrder(), t1 = new A._SyncStarIterator(t1._outerHelper(), A._instanceType(t1)._eval$1("_SyncStarIterator<1>")); t1.moveNext$0();) { - t2 = t1.get$current(t1); - if (!t2._geometry.visible) + for (t1 = _this.get$childrenInHitTestOrder(), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + child = t1[_i]; + if (!child._geometry.visible) continue; transform = new A.Matrix4(new Float64Array(16)); transform.setIdentity$0(); - _this.applyPaintTransform$2(t2, transform); - if (result.addWithOutOfBandPosition$2$hitTest$paintTransform(new A.RenderViewportBase_hitTestChildren_closure(_box_0, _this, t2, sliverResult), transform)) + _this.applyPaintTransform$2(child, transform); + if (result.addWithOutOfBandPosition$2$hitTest$paintTransform(new A.RenderViewportBase_hitTestChildren_closure(_box_0, _this, child, sliverResult), transform)) return true; } return false; @@ -212518,11 +214441,11 @@ t1.toString; type$.RenderSliver._as(t1); growthDirection = type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(t1)).growthDirection; - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 0: pivotExtent = pivot._box$_size._dx; break; - case B.Axis_1: + case 1: pivotExtent = pivot._box$_size._dy; break; default: @@ -212539,11 +214462,11 @@ growthDirection = t1._as(A.RenderObject.prototype.get$constraints.call(target)).growthDirection; pivotExtent = target._geometry.scrollExtent; if (rect == null) - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 0: rect = new A.Rect(0, 0, 0 + pivotExtent, 0 + t1._as(A.RenderObject.prototype.get$constraints.call(target)).crossAxisExtent); break; - case B.Axis_1: + case 1: rect = new A.Rect(0, 0, 0 + t1._as(A.RenderObject.prototype.get$constraints.call(target)).crossAxisExtent, 0 + target._geometry.scrollExtent); break; default: @@ -212558,23 +214481,23 @@ rectLocal = rect; } type$.RenderSliver._as(child); - switch (A.applyGrowthDirectionToAxisDirection(_this._viewport$_axisDirection, growthDirection)) { - case B.AxisDirection_0: + switch (A.applyGrowthDirectionToAxisDirection(_this._viewport$_axisDirection, growthDirection).index) { + case 0: t1 = rectLocal.bottom; leadingScrollOffset += pivotExtent - t1; targetMainAxisExtent = t1 - rectLocal.top; break; - case B.AxisDirection_1: + case 1: t1 = rectLocal.left; leadingScrollOffset += t1; targetMainAxisExtent = rectLocal.right - t1; break; - case B.AxisDirection_2: + case 2: t1 = rectLocal.top; leadingScrollOffset += t1; targetMainAxisExtent = rectLocal.bottom - t1; break; - case B.AxisDirection_3: + case 3: t1 = rectLocal.right; leadingScrollOffset += pivotExtent - t1; targetMainAxisExtent = t1 - rectLocal.left; @@ -212586,20 +214509,20 @@ leadingScrollOffset = _this.scrollOffsetOf$2(child, leadingScrollOffset); targetRect = A.MatrixUtils_transformRect(target.getTransformTo$1(0, _this), rect); extentOfPinnedSlivers = _this.maxScrollObstructionExtentBefore$1(child); - switch (type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection) { - case B.GrowthDirection_0: + switch (type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection.index) { + case 0: if (isPinned && alignment <= 0) return new A.RevealedOffset(1 / 0, targetRect); leadingScrollOffset -= extentOfPinnedSlivers; break; - case B.GrowthDirection_1: + case 1: if (isPinned && alignment >= 1) return new A.RevealedOffset(-1 / 0, targetRect); - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 1: leadingScrollOffset -= targetRect.bottom - targetRect.top; break; - case B.Axis_0: + case 0: leadingScrollOffset -= targetRect.right - targetRect.left; break; default: @@ -212610,11 +214533,11 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } t1 = _this._viewport$_axisDirection; - switch (A.axisDirectionToAxis(t1)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(t1).index) { + case 0: mainAxisExtent = _this._box$_size._dx - extentOfPinnedSlivers; break; - case B.Axis_1: + case 1: mainAxisExtent = _this._box$_size._dy - extentOfPinnedSlivers; break; default: @@ -212624,17 +214547,17 @@ t2 = _this._viewport$_offset._pixels; t2.toString; offsetDifference = t2 - targetOffset; - switch (t1) { - case B.AxisDirection_2: + switch (t1.index) { + case 2: targetRect = targetRect.translate$2(0, 0, offsetDifference); break; - case B.AxisDirection_1: + case 1: targetRect = targetRect.translate$2(0, offsetDifference, 0); break; - case B.AxisDirection_0: + case 0: targetRect = targetRect.translate$2(0, 0, -offsetDifference); break; - case B.AxisDirection_3: + case 3: targetRect = targetRect.translate$2(0, -offsetDifference, 0); break; default: @@ -212643,14 +214566,14 @@ return new A.RevealedOffset(targetOffset, targetRect); }, computeAbsolutePaintOffset$3(child, layoutOffset, growthDirection) { - switch (A.applyGrowthDirectionToAxisDirection(this._viewport$_axisDirection, growthDirection)) { - case B.AxisDirection_0: + switch (A.applyGrowthDirectionToAxisDirection(this._viewport$_axisDirection, growthDirection).index) { + case 0: return new A.Offset(0, this._box$_size._dy - (layoutOffset + child._geometry.paintExtent)); - case B.AxisDirection_1: + case 1: return new A.Offset(layoutOffset, 0); - case B.AxisDirection_2: + case 2: return new A.Offset(0, layoutOffset); - case B.AxisDirection_3: + case 3: return new A.Offset(this._box$_size._dx - (layoutOffset + child._geometry.paintExtent), 0); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -212697,7 +214620,7 @@ var t1 = sliver._geometry; return t1.visible || t1.cacheExtent > 0; }, - $signature: 1255 + $signature: 1293 }; A.RenderViewportBase_hitTestChildren_closure.prototype = { call$1(result) { @@ -212707,7 +214630,7 @@ t3 = _this.$this.computeChildMainAxisPosition$2(t1, t2.mainAxisPosition); return t1.hitTest$3$crossAxisPosition$mainAxisPosition(_this.sliverResult, t2.crossAxisPosition, t3); }, - $signature: 602 + $signature: 499 }; A.RenderViewport.prototype = { setupParentData$1(child) { @@ -212735,11 +214658,11 @@ performLayout$0() { var t1, mainAxisExtent, crossAxisExtent, t2, correction, count, _this = this, _s80_ = string$.x60null_c; - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 1: _this._viewport$_offset.applyViewportDimension$1(_this._box$_size._dy); break; - case B.Axis_0: + case 0: _this._viewport$_offset.applyViewportDimension$1(_this._box$_size._dx); break; default: @@ -212751,13 +214674,13 @@ _this._viewport$_offset.applyContentDimensions$2(0, 0); return; } - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 1: t1 = _this._box$_size; mainAxisExtent = t1._dy; crossAxisExtent = t1._dx; break; - case B.Axis_0: + case 0: t1 = _this._box$_size; mainAxisExtent = t1._dx; crossAxisExtent = t1._dy; @@ -212772,7 +214695,7 @@ 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, B.JSNumber_methods.$add(A._lateReadCheck(_this.__RenderViewport__minScrollExtent, "_minScrollExtent"), mainAxisExtent * _this._anchor)), Math.max(0, B.JSNumber_methods.$sub(A._lateReadCheck(_this.__RenderViewport__maxScrollExtent, "_maxScrollExtent"), mainAxisExtent * (1 - _this._anchor))))) + 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; count = t1 + 1; if (count < 10) { @@ -212790,11 +214713,11 @@ reverseDirectionRemainingPaintExtent = B.JSNumber_methods.clamp$2(centerOffset, 0, mainAxisExtent); t1 = mainAxisExtent - centerOffset; forwardDirectionRemainingPaintExtent = B.JSNumber_methods.clamp$2(t1, 0, mainAxisExtent); - switch (_this._cacheExtentStyle) { - case B.CacheExtentStyle_0: + switch (_this._cacheExtentStyle.index) { + case 0: t2 = _this._calculatedCacheExtent = _this._cacheExtent; break; - case B.CacheExtentStyle_1: + case 1: t2 = _this._calculatedCacheExtent = mainAxisExtent * _this._cacheExtent; break; default: @@ -212830,12 +214753,12 @@ }, updateOutOfBandData$2(growthDirection, childLayoutGeometry) { var _this = this; - switch (growthDirection) { - case B.GrowthDirection_0: - _this.__RenderViewport__maxScrollExtent = B.JSNumber_methods.$add(A._lateReadCheck(_this.__RenderViewport__maxScrollExtent, "_maxScrollExtent"), childLayoutGeometry.scrollExtent); + switch (growthDirection.index) { + case 0: + _this.__RenderViewport__maxScrollExtent = A._lateReadCheck(_this.__RenderViewport__maxScrollExtent, "_maxScrollExtent") + childLayoutGeometry.scrollExtent; break; - case B.GrowthDirection_1: - _this.__RenderViewport__minScrollExtent = B.JSNumber_methods.$sub(A._lateReadCheck(_this.__RenderViewport__minScrollExtent, "_minScrollExtent"), childLayoutGeometry.scrollExtent); + case 1: + _this.__RenderViewport__minScrollExtent = A._lateReadCheck(_this.__RenderViewport__minScrollExtent, "_minScrollExtent") - childLayoutGeometry.scrollExtent; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -212855,8 +214778,8 @@ }, scrollOffsetOf$2(child, scrollOffsetWithinChild) { var current, t1, scrollOffsetToChild, t2, _this = this; - switch (type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection) { - case B.GrowthDirection_0: + switch (type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection.index) { + case 0: current = _this._viewport$_center; for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), scrollOffsetToChild = 0; current !== child;) { scrollOffsetToChild += current._geometry.scrollExtent; @@ -212865,7 +214788,7 @@ current = t1._as(t2).ContainerParentDataMixin_nextSibling; } return scrollOffsetToChild + scrollOffsetWithinChild; - case B.GrowthDirection_1: + case 1: t1 = _this._viewport$_center.parentData; t1.toString; t2 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"); @@ -212883,8 +214806,8 @@ }, maxScrollObstructionExtentBefore$1(child) { var current, t1, pinnedExtent, t2, _this = this; - switch (type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection) { - case B.GrowthDirection_0: + switch (type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection.index) { + case 0: current = _this._viewport$_center; for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), pinnedExtent = 0; current !== child;) { pinnedExtent += current._geometry.maxScrollObstructionExtent; @@ -212893,7 +214816,7 @@ current = t1._as(t2).ContainerParentDataMixin_nextSibling; } return pinnedExtent; - case B.GrowthDirection_1: + case 1: t1 = _this._viewport$_center.parentData; t1.toString; t2 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"); @@ -212921,14 +214844,14 @@ t1.toString; type$.SliverPhysicalParentData._as(t1); t2 = type$.SliverConstraints; - switch (A.applyGrowthDirectionToAxisDirection(t2._as(A.RenderObject.prototype.get$constraints.call(child)).axisDirection, t2._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection)) { - case B.AxisDirection_2: + switch (A.applyGrowthDirectionToAxisDirection(t2._as(A.RenderObject.prototype.get$constraints.call(child)).axisDirection, t2._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection).index) { + case 2: return parentMainAxisPosition - t1.paintOffset._dy; - case B.AxisDirection_1: + case 1: return parentMainAxisPosition - t1.paintOffset._dx; - case B.AxisDirection_0: + case 0: return child._geometry.paintExtent - (parentMainAxisPosition - t1.paintOffset._dy); - case B.AxisDirection_3: + case 3: return child._geometry.paintExtent - (parentMainAxisPosition - t1.paintOffset._dx); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -212951,147 +214874,51 @@ return "child " + index; }, get$childrenInPaintOrder() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 2, $async$currentError, t1, t2, child; - return function $async$get$childrenInPaintOrder($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 - child = $async$self.ContainerRenderObjectMixin__firstChild; - if (child == null) { - // goto return - $async$goto = 1; - break; - } - t1 = A._instanceType($async$self)._eval$1("ContainerRenderObjectMixin.1"); - case 3: - // for condition - if (!(child != $async$self._viewport$_center)) { - // goto after for - $async$goto = 4; - break; - } - child.toString; - $async$goto = 5; - return child; - case 5: - // after yield - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; - // goto for condition - $async$goto = 3; - break; - case 4: - // after for - child = $async$self.ContainerRenderObjectMixin__lastChild; - case 6: - // for condition - // trivial condition - child.toString; - $async$goto = 8; - return child; - case 8: - // after yield - if (child === $async$self._viewport$_center) { - // goto return - $async$goto = 1; - break; - } - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_previousSibling; - // goto for condition - $async$goto = 6; - break; - case 7: - // after for - case 1: - // return - return A._IterationMarker_endOfIteration(); - case 2: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.RenderSliver); + var t1, t2, _this = this, + children = A._setArrayType([], type$.JSArray_RenderSliver), + child = _this.ContainerRenderObjectMixin__firstChild; + if (child == null) + return children; + for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"); child != _this._viewport$_center;) { + child.toString; + children.push(child); + t2 = child.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_nextSibling; + } + child = _this.ContainerRenderObjectMixin__lastChild; + for (; true;) { + child.toString; + children.push(child); + if (child === _this._viewport$_center) + return children; + t2 = child.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_previousSibling; + } }, get$childrenInHitTestOrder() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 2, $async$currentError, child, t1, t2; - return function $async$get$childrenInHitTestOrder($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - if ($async$self.ContainerRenderObjectMixin__firstChild == null) { - // goto return - $async$goto = 1; - break; - } - child = $async$self._viewport$_center; - t1 = A._instanceType($async$self)._eval$1("ContainerRenderObjectMixin.1"); - case 3: - // for condition - if (!(child != null)) { - // goto after for - $async$goto = 4; - break; - } - $async$goto = 5; - return child; - case 5: - // after yield - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; - // goto for condition - $async$goto = 3; - break; - case 4: - // after for - t2 = $async$self._viewport$_center.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_previousSibling; - case 6: - // for condition - if (!(child != null)) { - // goto after for - $async$goto = 7; - break; - } - $async$goto = 8; - return child; - case 8: - // after yield - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_previousSibling; - // goto for condition - $async$goto = 6; - break; - case 7: - // after for - case 1: - // return - return A._IterationMarker_endOfIteration(); - case 2: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.RenderSliver); + var child, t1, t2, _this = this, + children = A._setArrayType([], type$.JSArray_RenderSliver); + if (_this.ContainerRenderObjectMixin__firstChild == null) + return children; + child = _this._viewport$_center; + for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"); child != null;) { + children.push(child); + t2 = child.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_nextSibling; + } + t2 = _this._viewport$_center.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_previousSibling; + for (; child != null;) { + children.push(child); + t2 = child.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_previousSibling; + } + return children; } }; A.RenderShrinkWrappingViewport.prototype = { @@ -213100,16 +214927,16 @@ child.parentData = new A.SliverLogicalContainerParentData(null, null); }, performLayout$0() { - var mainAxisExtent, crossAxisExtent, t1, effectiveExtent, t2, t3, t4, t5, t6, t7, correction, didAcceptViewportDimension, didAcceptContentDimension, _this = this, + 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)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 1: _this._box$_size = new A.Size(constraints.maxWidth, constraints.minHeight); break; - case B.Axis_0: + case 0: _this._box$_size = new A.Size(constraints.minWidth, constraints.maxHeight); break; default: @@ -213121,12 +214948,12 @@ _this._viewport$_offset.applyContentDimensions$2(0, 0); return; } - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 1: mainAxisExtent = constraints.maxHeight; crossAxisExtent = constraints.maxWidth; break; - case B.Axis_0: + case 0: mainAxisExtent = constraints.maxWidth; crossAxisExtent = constraints.maxHeight; break; @@ -213139,48 +214966,48 @@ t2 = _this._viewport$_offset._pixels; t2.toString; _this.__RenderShrinkWrappingViewport__shrinkWrapExtent = _this.__RenderShrinkWrappingViewport__maxScrollExtent = 0; - t3 = _this._viewport$_hasVisualOverflow = false; - switch (_this._cacheExtentStyle) { - case B.CacheExtentStyle_0: + _this._viewport$_hasVisualOverflow = t2 < 0; + switch (_this._cacheExtentStyle.index) { + case 0: _this._calculatedCacheExtent = _this._cacheExtent; break; - case B.CacheExtentStyle_1: + case 1: _this._calculatedCacheExtent = mainAxisExtent * _this._cacheExtent; break; default: A.throwExpression(A.ReachabilityError$(_s80_)); } - t4 = _this.ContainerRenderObjectMixin__firstChild; - t5 = Math.max(0, t2); - t6 = Math.min(0, t2); + t3 = _this.ContainerRenderObjectMixin__firstChild; + t4 = Math.max(0, t2); + t5 = Math.min(0, t2); t2 = Math.max(0, -t2); - t7 = _this._calculatedCacheExtent; - t7.toString; - correction = _this.layoutChildSequence$11$advance$cacheOrigin$child$crossAxisExtent$growthDirection$layoutOffset$mainAxisExtent$overlap$remainingCacheExtent$remainingPaintExtent$scrollOffset(t1, -t7, t4, crossAxisExtent, B.GrowthDirection_0, t2, mainAxisExtent, t6, mainAxisExtent + 2 * t7, mainAxisExtent, t5); + t6 = _this._calculatedCacheExtent; + t6.toString; + correction = _this.layoutChildSequence$11$advance$cacheOrigin$child$crossAxisExtent$growthDirection$layoutOffset$mainAxisExtent$overlap$remainingCacheExtent$remainingPaintExtent$scrollOffset(t1, -t6, t3, crossAxisExtent, B.GrowthDirection_0, t2, mainAxisExtent, t5, mainAxisExtent + 2 * t6, mainAxisExtent + t5, t4); if (correction !== 0) _this._viewport$_offset.correctBy$1(correction); else { - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + case 1: effectiveExtent = J.clamp$2$n(A._lateReadCheck(_this.__RenderShrinkWrappingViewport__shrinkWrapExtent, _s17_), constraints.minHeight, constraints.maxHeight); break; - case B.Axis_0: + case 0: effectiveExtent = J.clamp$2$n(A._lateReadCheck(_this.__RenderShrinkWrappingViewport__shrinkWrapExtent, _s17_), 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, B.JSNumber_methods.$sub(A._lateReadCheck(_this.__RenderShrinkWrappingViewport__maxScrollExtent, "_maxScrollExtent"), effectiveExtent))); - if (didAcceptViewportDimension ? didAcceptContentDimension : t3) + didAcceptContentDimension = _this._viewport$_offset.applyContentDimensions$2(0, Math.max(0, A._lateReadCheck(_this.__RenderShrinkWrappingViewport__maxScrollExtent, "_maxScrollExtent") - effectiveExtent)); + if (didAcceptViewportDimension && didAcceptContentDimension) break; } } while (true); - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection)) { - case B.Axis_1: + 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)); break; - case B.Axis_0: + 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)); break; default: @@ -213192,10 +215019,10 @@ }, updateOutOfBandData$2(growthDirection, childLayoutGeometry) { var _this = this; - _this.__RenderShrinkWrappingViewport__maxScrollExtent = B.JSNumber_methods.$add(A._lateReadCheck(_this.__RenderShrinkWrappingViewport__maxScrollExtent, "_maxScrollExtent"), childLayoutGeometry.scrollExtent); + _this.__RenderShrinkWrappingViewport__maxScrollExtent = A._lateReadCheck(_this.__RenderShrinkWrappingViewport__maxScrollExtent, "_maxScrollExtent") + childLayoutGeometry.scrollExtent; if (childLayoutGeometry.hasVisualOverflow) _this._viewport$_hasVisualOverflow = true; - _this.__RenderShrinkWrappingViewport__shrinkWrapExtent = B.JSNumber_methods.$add(A._lateReadCheck(_this.__RenderShrinkWrappingViewport__shrinkWrapExtent, "_shrinkWrapExtent"), childLayoutGeometry.maxPaintExtent); + _this.__RenderShrinkWrappingViewport__shrinkWrapExtent = A._lateReadCheck(_this.__RenderShrinkWrappingViewport__shrinkWrapExtent, "_shrinkWrapExtent") + childLayoutGeometry.maxPaintExtent; }, updateChildLayoutOffset$3(child, layoutOffset, growthDirection) { var t1 = child.parentData; @@ -213241,18 +215068,18 @@ t1.toString; type$.SliverLogicalParentData._as(t1); t2 = type$.SliverConstraints; - switch (A.applyGrowthDirectionToAxisDirection(t2._as(A.RenderObject.prototype.get$constraints.call(child)).axisDirection, t2._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection)) { - case B.AxisDirection_2: - case B.AxisDirection_1: + switch (A.applyGrowthDirectionToAxisDirection(t2._as(A.RenderObject.prototype.get$constraints.call(child)).axisDirection, t2._as(A.RenderObject.prototype.get$constraints.call(child)).growthDirection).index) { + case 2: + case 1: t1 = t1.layoutOffset; t1.toString; return parentMainAxisPosition - t1; - case B.AxisDirection_0: + case 0: t2 = this._box$_size._dy; t1 = t1.layoutOffset; t1.toString; return t2 - parentMainAxisPosition - t1; - case B.AxisDirection_3: + case 3: t2 = this._box$_size._dx; t1 = t1.layoutOffset; t1.toString; @@ -213268,90 +215095,28 @@ return "child " + index; }, get$childrenInPaintOrder() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1, t2, child; - return function $async$get$childrenInPaintOrder($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 - child = $async$self.ContainerRenderObjectMixin__lastChild; - t1 = A._instanceType($async$self)._eval$1("ContainerRenderObjectMixin.1"); - case 2: - // for condition - if (!(child != null)) { - // goto after for - $async$goto = 3; - break; - } - $async$goto = 4; - return child; - case 4: - // after yield - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_previousSibling; - // goto for condition - $async$goto = 2; - break; - case 3: - // after for - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.RenderSliver); + var t1, t2, + children = A._setArrayType([], type$.JSArray_RenderSliver), + child = this.ContainerRenderObjectMixin__lastChild; + for (t1 = A._instanceType(this)._eval$1("ContainerRenderObjectMixin.1"); child != null;) { + children.push(child); + t2 = child.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_previousSibling; + } + return children; }, get$childrenInHitTestOrder() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1, t2, child; - return function $async$get$childrenInHitTestOrder($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 - child = $async$self.ContainerRenderObjectMixin__firstChild; - t1 = A._instanceType($async$self)._eval$1("ContainerRenderObjectMixin.1"); - case 2: - // for condition - if (!(child != null)) { - // goto after for - $async$goto = 3; - break; - } - $async$goto = 4; - return child; - case 4: - // after yield - t2 = child.parentData; - t2.toString; - child = t1._as(t2).ContainerParentDataMixin_nextSibling; - // goto for condition - $async$goto = 2; - break; - case 3: - // after for - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.RenderSliver); + var t1, t2, + children = A._setArrayType([], type$.JSArray_RenderSliver), + child = this.ContainerRenderObjectMixin__firstChild; + for (t1 = A._instanceType(this)._eval$1("ContainerRenderObjectMixin.1"); child != null;) { + children.push(child); + t2 = child.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_nextSibling; + } + return children; } }; A._RenderViewportBase_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -213380,7 +215145,7 @@ }; A.ScrollDirection.prototype = { toString$0(_) { - return this._viewport_offset$_name; + return "ScrollDirection." + this._core$_name; } }; A.ViewportOffset.prototype = { @@ -213410,12 +215175,12 @@ }; A.WrapAlignment.prototype = { toString$0(_) { - return this._wrap$_name; + return "WrapAlignment." + this._core$_name; } }; A.WrapCrossAlignment.prototype = { toString$0(_) { - return this._wrap$_name; + return "WrapCrossAlignment." + this._core$_name; } }; A._RunMetrics.prototype = {}; @@ -213434,9 +215199,9 @@ this.markNeedsLayout$0(); }, set$spacing(_, value) { - if (this._spacing === value) + if (this._wrap$_spacing === value) return; - this._spacing = value; + this._wrap$_spacing = value; this.markNeedsLayout$0(); }, set$runAlignment(value) { @@ -213452,9 +215217,9 @@ this.markNeedsLayout$0(); }, set$crossAxisAlignment(value) { - if (this._crossAxisAlignment === value) + if (this._wrap$_crossAxisAlignment === value) return; - this._crossAxisAlignment = value; + this._wrap$_crossAxisAlignment = value; this.markNeedsLayout$0(); }, setupParentData$1(child) { @@ -213463,8 +215228,8 @@ }, computeMinIntrinsicWidth$1(height) { var child, t1, width, t2, _this = this; - switch (_this._wrap$_direction) { - case B.Axis_0: + switch (_this._wrap$_direction.index) { + case 0: child = _this.ContainerRenderObjectMixin__firstChild; for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), width = 0; child != null;) { width = Math.max(width, A.checkNum(child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, 1 / 0, child.get$computeMinIntrinsicWidth()))); @@ -213473,7 +215238,7 @@ child = t1._as(t2).ContainerParentDataMixin_nextSibling; } return width; - case B.Axis_1: + case 1: return _this._computeDryLayout$1(new A.BoxConstraints(0, 1 / 0, 0, height))._dx; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -213481,8 +215246,8 @@ }, computeMaxIntrinsicWidth$1(height) { var child, t1, width, t2, _this = this; - switch (_this._wrap$_direction) { - case B.Axis_0: + switch (_this._wrap$_direction.index) { + case 0: child = _this.ContainerRenderObjectMixin__firstChild; for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), width = 0; child != null;) { width += child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, 1 / 0, child.get$computeMaxIntrinsicWidth()); @@ -213491,7 +215256,7 @@ child = t1._as(t2).ContainerParentDataMixin_nextSibling; } return width; - case B.Axis_1: + case 1: return _this._computeDryLayout$1(new A.BoxConstraints(0, 1 / 0, 0, height))._dx; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -213499,10 +215264,10 @@ }, computeMinIntrinsicHeight$1(width) { var child, t1, height, t2, _this = this; - switch (_this._wrap$_direction) { - case B.Axis_0: + switch (_this._wrap$_direction.index) { + case 0: return _this._computeDryLayout$1(new A.BoxConstraints(0, width, 0, 1 / 0))._dy; - case B.Axis_1: + case 1: child = _this.ContainerRenderObjectMixin__firstChild; for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), height = 0; child != null;) { height = Math.max(height, A.checkNum(child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, 1 / 0, child.get$computeMinIntrinsicHeight()))); @@ -213517,10 +215282,10 @@ }, computeMaxIntrinsicHeight$1(width) { var child, t1, height, t2, _this = this; - switch (_this._wrap$_direction) { - case B.Axis_0: + switch (_this._wrap$_direction.index) { + case 0: return _this._computeDryLayout$1(new A.BoxConstraints(0, width, 0, 1 / 0))._dy; - case B.Axis_1: + case 1: child = _this.ContainerRenderObjectMixin__firstChild; for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"), height = 0; child != null;) { height += child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, 1 / 0, child.get$computeMaxIntrinsicHeight()); @@ -213537,30 +215302,30 @@ return this.defaultComputeDistanceToHighestActualBaseline$1(baseline); }, _getMainAxisExtent$1(childSize) { - switch (this._wrap$_direction) { - case B.Axis_0: + switch (this._wrap$_direction.index) { + case 0: return childSize._dx; - case B.Axis_1: + case 1: return childSize._dy; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _getCrossAxisExtent$1(childSize) { - switch (this._wrap$_direction) { - case B.Axis_0: + switch (this._wrap$_direction.index) { + case 0: return childSize._dy; - case B.Axis_1: + case 1: return childSize._dx; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _getOffset$2(mainAxisOffset, crossAxisOffset) { - switch (this._wrap$_direction) { - case B.Axis_0: + switch (this._wrap$_direction.index) { + case 0: return new A.Offset(mainAxisOffset, crossAxisOffset); - case B.Axis_1: + case 1: return new A.Offset(crossAxisOffset, mainAxisOffset); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -213568,12 +215333,12 @@ }, _getChildCrossAxisOffset$3(flipCrossAxis, runCrossAxisExtent, childCrossAxisExtent) { var freeSpace = runCrossAxisExtent - childCrossAxisExtent; - switch (this._crossAxisAlignment) { - case B.WrapCrossAlignment_0: + switch (this._wrap$_crossAxisAlignment.index) { + case 0: return flipCrossAxis ? freeSpace : 0; - case B.WrapCrossAlignment_1: + case 1: return flipCrossAxis ? 0 : freeSpace; - case B.WrapCrossAlignment_2: + case 2: return freeSpace / 2; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -213585,12 +215350,12 @@ _computeDryLayout$1(constraints) { var mainAxisLimit, childConstraints, child, t1, mainAxisExtent, crossAxisExtent, runMainAxisExtent, runCrossAxisExtent, childCount, childSize, childMainAxisExtent, childCrossAxisExtent, t2, _this = this, _s80_ = string$.x60null_c; - switch (_this._wrap$_direction) { - case B.Axis_0: + switch (_this._wrap$_direction.index) { + case 0: mainAxisLimit = constraints.maxWidth; childConstraints = new A.BoxConstraints(0, mainAxisLimit, 0, 1 / 0); break; - case B.Axis_1: + case 1: mainAxisLimit = constraints.maxHeight; childConstraints = new A.BoxConstraints(0, 1 / 0, 0, mainAxisLimit); break; @@ -213602,7 +215367,7 @@ childSize = A.ChildLayoutHelper_dryLayoutChild(child, childConstraints); childMainAxisExtent = _this._getMainAxisExtent$1(childSize); childCrossAxisExtent = _this._getCrossAxisExtent$1(childSize); - if (childCount > 0 && runMainAxisExtent + childMainAxisExtent + _this._spacing > mainAxisLimit) { + if (childCount > 0 && runMainAxisExtent + childMainAxisExtent + _this._wrap$_spacing > mainAxisLimit) { mainAxisExtent = Math.max(mainAxisExtent, runMainAxisExtent); crossAxisExtent += runCrossAxisExtent + _this._runSpacing; runMainAxisExtent = 0; @@ -213612,7 +215377,7 @@ runMainAxisExtent += childMainAxisExtent; runCrossAxisExtent = Math.max(runCrossAxisExtent, A.checkNum(childCrossAxisExtent)); if (childCount > 0) - runMainAxisExtent += _this._spacing; + runMainAxisExtent += _this._wrap$_spacing; ++childCount; t2 = child.parentData; t2.toString; @@ -213620,10 +215385,10 @@ } crossAxisExtent += runCrossAxisExtent; mainAxisExtent = Math.max(mainAxisExtent, runMainAxisExtent); - switch (_this._wrap$_direction) { - case B.Axis_0: + switch (_this._wrap$_direction.index) { + case 0: return constraints.constrain$1(new A.Size(mainAxisExtent, crossAxisExtent)); - case B.Axis_1: + case 1: return constraints.constrain$1(new A.Size(crossAxisExtent, mainAxisExtent)); default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -213639,14 +215404,14 @@ _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)); return; } - switch (_this._wrap$_direction) { - case B.Axis_0: + switch (_this._wrap$_direction.index) { + case 0: mainAxisLimit = constraints.maxWidth; childConstraints = new A.BoxConstraints(0, mainAxisLimit, 0, 1 / 0); flipMainAxis = _this._wrap$_textDirection === B.TextDirection_0 && true; flipCrossAxis = _this._wrap$_verticalDirection === B.VerticalDirection_0 && true; break; - case B.Axis_1: + case 1: mainAxisLimit = constraints.maxHeight; childConstraints = new A.BoxConstraints(0, 1 / 0, 0, mainAxisLimit); flipMainAxis = _this._wrap$_verticalDirection === B.VerticalDirection_0 && true; @@ -213655,7 +215420,7 @@ default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - spacing = _this._spacing; + spacing = _this._wrap$_spacing; 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;) { @@ -213695,13 +215460,13 @@ runMetrics.push(new A._RunMetrics(runMainAxisExtent, runCrossAxisExtent, childCount)); } runCount = runMetrics.length; - switch (_this._wrap$_direction) { - case B.Axis_0: + switch (_this._wrap$_direction.index) { + case 0: t2 = _this._box$_size = constraints.constrain$1(new A.Size(mainAxisExtent, crossAxisExtent)); containerMainAxisExtent = t2._dx; containerCrossAxisExtent = t2._dy; break; - case B.Axis_1: + case 1: t2 = _this._box$_size = constraints.constrain$1(new A.Size(crossAxisExtent, mainAxisExtent)); containerMainAxisExtent = t2._dy; containerCrossAxisExtent = t2._dx; @@ -213711,28 +215476,28 @@ } _this._wrap$_hasVisualOverflow = containerMainAxisExtent < mainAxisExtent || containerCrossAxisExtent < crossAxisExtent; crossAxisFreeSpace = Math.max(0, containerCrossAxisExtent - crossAxisExtent); - switch (_this._runAlignment) { - case B.WrapAlignment_0: + switch (_this._runAlignment.index) { + case 0: runLeadingSpace = 0; runBetweenSpace = 0; break; - case B.WrapAlignment_1: + case 1: runLeadingSpace = crossAxisFreeSpace; runBetweenSpace = 0; break; - case B.WrapAlignment_2: + case 2: runLeadingSpace = crossAxisFreeSpace / 2; runBetweenSpace = 0; break; - case B.WrapAlignment_3: + case 3: runBetweenSpace = runCount > 1 ? crossAxisFreeSpace / (runCount - 1) : 0; runLeadingSpace = 0; break; - case B.WrapAlignment_4: + case 4: runBetweenSpace = crossAxisFreeSpace / runCount; runLeadingSpace = runBetweenSpace / 2; break; - case B.WrapAlignment_5: + case 5: runBetweenSpace = crossAxisFreeSpace / (runCount + 1); runLeadingSpace = runBetweenSpace; break; @@ -213747,28 +215512,28 @@ runCrossAxisExtent = metrics.crossAxisExtent; childCount = metrics.childCount; mainAxisFreeSpace = Math.max(0, containerMainAxisExtent - metrics.mainAxisExtent); - switch (_this._wrap$_alignment) { - case B.WrapAlignment_0: + switch (_this._wrap$_alignment.index) { + case 0: childLeadingSpace = 0; childBetweenSpace = 0; break; - case B.WrapAlignment_1: + case 1: childLeadingSpace = mainAxisFreeSpace; childBetweenSpace = 0; break; - case B.WrapAlignment_2: + case 2: childLeadingSpace = mainAxisFreeSpace / 2; childBetweenSpace = 0; break; - case B.WrapAlignment_3: + case 3: childBetweenSpace = childCount > 1 ? mainAxisFreeSpace / (childCount - 1) : 0; childLeadingSpace = 0; break; - case B.WrapAlignment_4: + case 4: childBetweenSpace = mainAxisFreeSpace / childCount; childLeadingSpace = childBetweenSpace / 2; break; - case B.WrapAlignment_5: + case 5: childBetweenSpace = mainAxisFreeSpace / (childCount + 1); childLeadingSpace = childBetweenSpace; break; @@ -213806,7 +215571,7 @@ paint$2(context, offset) { var t3, _this = this, t1 = _this._wrap$_hasVisualOverflow && _this._wrap$_clipBehavior !== B.Clip_0, - t2 = _this._clipRectLayer; + t2 = _this._wrap$_clipRectLayer; if (t1) { t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); t3 = _this._box$_size; @@ -213817,7 +215582,7 @@ } }, dispose$0(_) { - this._clipRectLayer.set$layer(0, null); + this._wrap$_clipRectLayer.set$layer(0, null); this.super$RenderObject$dispose(0); } }; @@ -213867,7 +215632,7 @@ A._FrameCallbackEntry.prototype = {}; A.SchedulerPhase.prototype = { toString$0(_) { - return this._binding$_name; + return "SchedulerPhase." + this._core$_name; } }; A.SchedulerBinding.prototype = { @@ -213892,7 +215657,7 @@ _executeTimingsCallbacks$1(timings) { var callback, exception, stack, t2, _i, exception0, t3, t4, t1 = this.SchedulerBinding__timingsCallbacks, - clonedCallbacks = A.List_List$from(t1, true, type$.void_Function_List_FrameTiming); + clonedCallbacks = A.List_List$of(t1, true, type$.void_Function_List_FrameTiming); for (t2 = clonedCallbacks.length, _i = 0; _i < t2; ++_i) { callback = clonedCallbacks[_i]; try { @@ -213932,9 +215697,6 @@ 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; @@ -214007,14 +215769,14 @@ this.scheduleFrame$0(); }, ensureVisualUpdate$0() { - switch (this.SchedulerBinding__schedulerPhase) { - case B.SchedulerPhase_0: - case B.SchedulerPhase_4: + switch (this.SchedulerBinding__schedulerPhase.index) { + case 0: + case 4: this.scheduleFrame$0(); return; - case B.SchedulerPhase_1: - case B.SchedulerPhase_2: - case B.SchedulerPhase_3: + case 1: + case 2: + case 3: return; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -214054,7 +215816,7 @@ if (_this.SchedulerBinding__warmUpFrame || _this.SchedulerBinding__schedulerPhase !== B.SchedulerPhase_0) return; _this.SchedulerBinding__warmUpFrame = true; - timelineTask = new A.TimelineTask(null, 0, A._setArrayType([], type$.JSArray__AsyncBlock)); + timelineTask = new A.TimelineTask(null, 0, A._setArrayType([], type$.JSArray_nullable__AsyncBlock)); timelineTask.start$1(0, "Warm-up frame"); hadScheduledFrame = _this.SchedulerBinding__hasScheduledFrame; A.Timer_Timer(B.Duration_0, new A.SchedulerBinding_scheduleWarmUpFrame_closure(_this)); @@ -214088,22 +215850,21 @@ _this.handleDrawFrame$0(); }, handleBeginFrame$1(rawTimeStamp) { - var callbacks, _this = this, - t1 = type$.JSArray__AsyncBlock, - t2 = new A.TimelineTask(null, 0, A._setArrayType([], t1)); - t2.start$2$arguments(0, "Frame", B.Map_9aZ6I); - _this.SchedulerBinding__frameTimelineTask = t2; + var callbacks, t3, _this = this, + t1 = _this.SchedulerBinding__frameTimelineTask, + t2 = t1 == null; + if (!t2) + t1.start$2$arguments(0, "Frame", B.Map_9aZ6I); if (_this.SchedulerBinding__firstRawTimeStampInEpoch == null) _this.SchedulerBinding__firstRawTimeStampInEpoch = rawTimeStamp; - t2 = rawTimeStamp == null; - _this.SchedulerBinding__currentFrameTimeStamp = _this._adjustForEpoch$1(t2 ? _this.SchedulerBinding__lastRawTimeStamp : rawTimeStamp); - if (!t2) + t3 = rawTimeStamp == null; + _this.SchedulerBinding__currentFrameTimeStamp = _this._adjustForEpoch$1(t3 ? _this.SchedulerBinding__lastRawTimeStamp : rawTimeStamp); + if (!t3) _this.SchedulerBinding__lastRawTimeStamp = rawTimeStamp; _this.SchedulerBinding__hasScheduledFrame = false; try { - t1 = new A.TimelineTask(null, 0, A._setArrayType([], t1)); - t1.start$2$arguments(0, "Animate", B.Map_9aZ6I); - _this.SchedulerBinding__animateTimelineTask = t1; + if (!t2) + t1.start$2$arguments(0, "Animate", B.Map_9aZ6I); _this.SchedulerBinding__schedulerPhase = B.SchedulerPhase_1; callbacks = _this.SchedulerBinding__transientCallbacks; _this.SchedulerBinding__transientCallbacks = A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$._FrameCallbackEntry); @@ -214114,35 +215875,34 @@ } }, handleDrawFrame$0() { - var callback, localPostFrameCallbacks, callback0, t2, _i, t3, _this = this, - t1 = _this.SchedulerBinding__animateTimelineTask; - if (t1 != null) + var callback, localPostFrameCallbacks, callback0, t3, t4, _i, t5, _this = this, + t1 = _this.SchedulerBinding__frameTimelineTask, + t2 = t1 == null; + if (!t2) t1.finish$0(0); - _this.SchedulerBinding__animateTimelineTask = null; try { _this.SchedulerBinding__schedulerPhase = B.SchedulerPhase_3; - for (t1 = _this.SchedulerBinding__persistentCallbacks, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - callback = t1[_i]; - t3 = _this.SchedulerBinding__currentFrameTimeStamp; - t3.toString; - _this._invokeFrameCallback$2(callback, t3); + for (t3 = _this.SchedulerBinding__persistentCallbacks, t4 = t3.length, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) { + callback = t3[_i]; + t5 = _this.SchedulerBinding__currentFrameTimeStamp; + t5.toString; + _this._invokeFrameCallback$2(callback, t5); } _this.SchedulerBinding__schedulerPhase = B.SchedulerPhase_4; - t1 = _this.SchedulerBinding__postFrameCallbacks; - localPostFrameCallbacks = A.List_List$from(t1, true, type$.void_Function_Duration); - B.JSArray_methods.set$length(t1, 0); - for (t1 = localPostFrameCallbacks, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - callback0 = t1[_i]; - t3 = _this.SchedulerBinding__currentFrameTimeStamp; - t3.toString; - _this._invokeFrameCallback$2(callback0, t3); + t3 = _this.SchedulerBinding__postFrameCallbacks; + localPostFrameCallbacks = A.List_List$of(t3, true, type$.void_Function_Duration); + B.JSArray_methods.set$length(t3, 0); + 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; + t5.toString; + _this._invokeFrameCallback$2(callback0, t5); } } finally { _this.SchedulerBinding__schedulerPhase = B.SchedulerPhase_0; - t1 = _this.SchedulerBinding__frameTimelineTask; - if (t1 != null) + if (!t2) t1.finish$0(0); - _this.SchedulerBinding__currentFrameTimeStamp = _this.SchedulerBinding__frameTimelineTask = null; + _this.SchedulerBinding__currentFrameTimeStamp = null; } }, _profileFramePostEvent$1(frameTiming) { @@ -214175,7 +215935,7 @@ t1.SchedulerBinding__nextFrameCompleter.complete$0(0); t1.SchedulerBinding__nextFrameCompleter = null; }, - $signature: 29 + $signature: 28 }; A.SchedulerBinding_scheduleWarmUpFrame_closure.prototype = { call$0() { @@ -214217,7 +215977,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 104 + $signature: 90 }; A.SchedulerBinding__handleDrawFrame_closure.prototype = { call$1(timeStamp) { @@ -214225,7 +215985,7 @@ t1.SchedulerBinding__hasScheduledFrame = false; t1.scheduleFrame$0(); }, - $signature: 29 + $signature: 28 }; A.SchedulerBinding_handleBeginFrame_closure.prototype = { call$2(id, callbackEntry) { @@ -214238,7 +215998,7 @@ t1._invokeFrameCallback$3(t2, t3, callbackEntry.debugStack); } }, - $signature: 1287 + $signature: 1303 }; A.Priority.prototype = { get$value(_) { @@ -214414,7 +216174,7 @@ call$1(value) { this.callback.call$0(); }, - $signature: 88 + $signature: 86 }; A.TickerCanceled.prototype = { toString$0(_) { @@ -214462,7 +216222,7 @@ if (t3.length === 0) return this; newString = t1 + t3; - newAttributes = A.List_List$from(this.attributes, true, type$.StringAttribute); + newAttributes = A.List_List$of(this.attributes, true, type$.StringAttribute); t1 = other.attributes; t3 = t1.length; if (t3 !== 0) @@ -214692,8 +216452,8 @@ _this._flags = config._flags; _this._semantics$_textDirection = config._semantics$_textDirection; _this._semantics$_sortKey = config._semantics$_sortKey; - _this._actions = A.LinkedHashMap_LinkedHashMap$from(config._actions, type$.SemanticsAction, type$.void_Function_nullable_Object); - _this._semantics$_customSemanticsActions = A.LinkedHashMap_LinkedHashMap$from(config._semantics$_customSemanticsActions, type$.CustomSemanticsAction, type$.void_Function); + _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._actionsAsBits = config._actionsAsBits; _this._textSelection = config._textSelection; _this._scrollPosition = config._scrollPosition; @@ -214706,7 +216466,7 @@ _this._platformViewId = config._platformViewId; _this._semantics$_maxValueLength = config._semantics$_maxValueLength; _this._semantics$_currentValueLength = config._semantics$_currentValueLength; - _this._replaceChildren$1(childrenInInversePaintOrder == null ? B.List_empty17 : childrenInInversePaintOrder); + _this._replaceChildren$1(childrenInInversePaintOrder == null ? B.List_empty18 : childrenInInversePaintOrder); }, updateWith$1$config($receiver, config) { return this.updateWith$2$childrenInInversePaintOrder$config($receiver, null, config); @@ -214722,7 +216482,7 @@ _box_0.attributedHint = _this._semantics$_attributedHint; _box_0.textDirection = _this._semantics$_textDirection; t1 = _this.tags; - _box_0.mergedTags = t1 == null ? null : A.LinkedHashSet_LinkedHashSet$from(t1, type$.SemanticsTag); + _box_0.mergedTags = t1 == null ? null : A.LinkedHashSet_LinkedHashSet$of(t1, type$.SemanticsTag); _box_0.textSelection = _this._textSelection; _box_0.scrollChildCount = _this._scrollChildCount; _box_0.scrollIndex = _this._scrollIndex; @@ -214838,8 +216598,8 @@ if (t19 == null) t19 = $.$get$SemanticsNode__kIdentityTransform(); t20 = customSemanticsActionIds == null ? $.$get$SemanticsNode__kEmptyCustomSemanticsActionsList() : customSemanticsActionIds; - t19.length; - 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, data.textDirection, A.toMatrix32(t19), childrenInTraversalOrder, childrenInHitTestOrder, t20, data.thickness)); + 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)); _this._semantics$_dirty = false; }, _childrenInTraversalOrder$0() { @@ -214908,6 +216668,9 @@ A._SemanticsDiagnosticableNode$(childOrder, null, B.DiagnosticsTreeStyle_1, this); return ""; }, + toStringDeep$0() { + return this.toStringDeep$1$childOrder(B.DebugSemanticsDumpOrder_1); + }, toDiagnosticsNode$3$childOrder$name$style(childOrder, $name, style) { return new A._SemanticsDiagnosticableNode(childOrder, this, $name, true, true, null, style); }, @@ -214930,11 +216693,11 @@ debugListChildrenInOrder$1(childOrder) { var t1 = this._semantics$_children; if (t1 == null) - return B.List_empty17; - switch (childOrder) { - case B.DebugSemanticsDumpOrder_0: + return B.List_empty18; + switch (childOrder.index) { + case 0: return t1; - case B.DebugSemanticsDumpOrder_1: + case 1: return this._childrenInTraversalOrder$0(); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -215000,20 +216763,20 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 397 + $signature: 431 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1(sortNode) { return sortNode.node; }, - $signature: 1295 + $signature: 1307 }; A.SemanticsNode_debugDescribeChildren_closure.prototype = { call$1(node) { node.toString; return A._SemanticsDiagnosticableNode$(this.childOrder, null, B.DiagnosticsTreeStyle_1, node); }, - $signature: 1296 + $signature: 1308 }; A._BoxEdge.prototype = { compareTo$1(_, other) { @@ -215107,7 +216870,7 @@ call$1(group) { return group.sortedWithinKnot$0(); }, - $signature: 608 + $signature: 494 }; A._SemanticsSortGroup_sortedWithinKnot_closure.prototype = { call$2(a, b) { @@ -215121,7 +216884,7 @@ return -verticalDiff; return -J.compareTo$1$ns(aTopLeft._dx, bTopLeft._dx); }, - $signature: 398 + $signature: 432 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1(id) { @@ -215138,13 +216901,13 @@ } _this.sortedIds.push(id); }, - $signature: 65 + $signature: 64 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1(node) { return node._semantics$_id; }, - $signature: 1301 + $signature: 1337 }; A._SemanticsSortGroup_sortedWithinKnot_closure1.prototype = { call$1(id) { @@ -215152,13 +216915,13 @@ t1.toString; return t1; }, - $signature: 1328 + $signature: 1338 }; A._childrenInDefaultOrder_closure.prototype = { call$1(group) { return group.sortedWithinVerticalGroup$0(); }, - $signature: 608 + $signature: 494 }; A._TraversalSortNode.prototype = { compareTo$1(_, other) { @@ -215269,19 +217032,19 @@ call$1(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 397 + $signature: 431 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 398 + $signature: 432 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 398 + $signature: 432 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1(node) { @@ -215291,7 +217054,7 @@ } return true; }, - $signature: 397 + $signature: 431 }; A.SemanticsConfiguration.prototype = { _addAction$2(action, handler) { @@ -215564,35 +217327,35 @@ call$1(args) { this.handler.call$0(); }, - $signature: 36 + $signature: 31 }; A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 36 + $signature: 31 }; A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 36 + $signature: 31 }; A.SemanticsConfiguration_onMoveCursorForwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 36 + $signature: 31 }; A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 36 + $signature: 31 }; A.SemanticsConfiguration_onSetSelection_closure.prototype = { call$1(args) { @@ -215607,18 +217370,18 @@ t3.toString; t1.call$1(A.TextSelection$(B.TextAffinity_1, t2, t3, false)); }, - $signature: 36 + $signature: 31 }; A.SemanticsConfiguration_onSetText_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asStringS(args)); }, - $signature: 36 + $signature: 31 }; A.DebugSemanticsDumpOrder.prototype = { toString$0(_) { - return this._semantics$_name; + return "DebugSemanticsDumpOrder." + this._core$_name; } }; A.SemanticsSortKey.prototype = { @@ -215833,7 +217596,7 @@ call$1(configuration) { return configuration.toJson$0(); }, - $signature: 1329 + $signature: 1339 }; A.AutofillScopeMixin.prototype = { attach$2(trigger, configuration) { @@ -215847,11 +217610,14 @@ call$1(client) { return client.get$textInputConfiguration(); }, - $signature: 1330 + $signature: 1343 }; A.BinaryMessenger.prototype = {}; A.ServicesBinding.prototype = { handleMemoryPressure$0() { + var t1 = $.$get$rootBundle(); + t1._stringCache.clear$0(0); + t1._structuredDataCache.clear$0(0); }, handleSystemMessage$1(systemMessage) { var $async$goto = 0, @@ -215880,56 +217646,9 @@ return A._asyncStartSync($async$handleSystemMessage$1, $async$completer); }, _addLicenses$0() { - var $async$_addLicenses$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - switch ($async$errorCode) { - case 2: - $async$next = $async$nextWhenCanceled; - $async$goto = $async$next.pop(); - break; - case 1: - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = new A._Future($.Zone__current, type$._Future_String); - rawLicenses = new A._AsyncCompleter(t1, type$._AsyncCompleter_String); - t2 = type$.Future_Null; - $async$self.scheduleTask$1$2(new A.ServicesBinding__addLicenses_closure(rawLicenses), B.Priority_100000, t2); - $async$goto = 3; - return A._asyncStarHelper(t1, $async$_addLicenses$0, $async$controller); - case 3: - // returning from await. - t1 = new A._Future($.Zone__current, type$._Future_List_LicenseEntry); - $async$self.scheduleTask$1$2(new A.ServicesBinding__addLicenses_closure0(new A._AsyncCompleter(t1, type$._AsyncCompleter_List_LicenseEntry), rawLicenses), B.Priority_100000, t2); - $async$goto = 4; - return A._asyncStarHelper(t1, $async$_addLicenses$0, $async$controller); - case 4: - // returning from await. - $async$temp1 = A; - $async$goto = 6; - return A._asyncStarHelper(t1, $async$_addLicenses$0, $async$controller); - case 6: - // returning from await. - $async$goto = 5; - $async$nextWhenCanceled = [1]; - return A._asyncStarHelper(A._IterationMarker_yieldStar($async$temp1.Stream_Stream$fromIterable($async$result, type$.LicenseEntry)), $async$_addLicenses$0, $async$controller); - case 5: - // after yield - case 1: - // return - return A._asyncStarHelper(null, 0, $async$controller); - case 2: - // rethrow - return A._asyncStarHelper($async$currentError, 1, $async$controller); - } - }); - var $async$goto = 0, - $async$controller = A._makeAsyncStarStreamController($async$_addLicenses$0, type$.LicenseEntry), - $async$nextWhenCanceled, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, t1, rawLicenses, t2, $async$temp1; - return A._streamOfController($async$controller); + var controller = A._Cell$named("controller"); + controller.set$finalLocalValue(A.StreamController_StreamController(null, new A.ServicesBinding__addLicenses_closure(controller), null, false, type$.LicenseEntry)); + return J.get$stream$z(controller._readLocal$0()); }, readInitialLifecycleStateFromNativeWindow$0() { if (this.SchedulerBinding__lifecycleState != null) @@ -215992,8 +217711,8 @@ A.ServicesBinding__addLicenses_closure.prototype = { call$0() { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1; + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$self = this, t1, rawLicenses, $async$temp1; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -216001,43 +217720,31 @@ switch ($async$goto) { case 0: // Function start - t1 = $.$get$rootBundle().loadString$2$cache("NOTICES", false); - $async$self.rawLicenses.complete$1(0, t1); - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); - }, - $signature: 408 - }; - A.ServicesBinding__addLicenses_closure0.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, $async$temp1, $async$temp2, $async$temp3; - 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$temp1 = $async$self.parsedLicenses; - $async$temp2 = A; - $async$temp3 = A.binding0_ServicesBinding__parseLicenses$closure(); + rawLicenses = A._Cell$named("rawLicenses"); + $async$temp1 = rawLicenses; $async$goto = 2; - return A._asyncAwait($async$self.rawLicenses.future, $async$call$0); + return A._asyncAwait($.$get$rootBundle().loadString$2$cache("NOTICES", false), $async$call$0); case 2: // returning from await. - $async$temp1.complete$1(0, $async$temp2.compute($async$temp3, $async$result, "parseLicenses", type$.String, type$.List_LicenseEntry)); + $async$temp1.set$finalLocalValue($async$result); + t1 = $async$self.controller; + $async$temp1 = J; + $async$goto = 3; + return A._asyncAwait(A.compute(A.binding0_ServicesBinding__parseLicenses$closure(), rawLicenses._readLocal$0(), "parseLicenses", type$.String, type$.List_LicenseEntry), $async$call$0); + case 3: + // returning from await. + $async$temp1.forEach$1$ax($async$result, J.get$add$ax(t1._readLocal$0())); + $async$goto = 4; + return A._asyncAwait(J.close$0$x(t1._readLocal$0()), $async$call$0); + case 4: + // returning from await. // implicit return return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 408 + $signature: 90 }; A._DefaultBinaryMessenger.prototype = { send$2(_, channel, message) { @@ -216068,7 +217775,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, false)); } }, - $signature: 113 + $signature: 120 }; A._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2(data, callback) { @@ -216131,7 +217838,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 1337 + $signature: 1370 }; A.ClipboardData.prototype = {}; A.KeyboardLockMode.prototype = {}; @@ -216141,10 +217848,10 @@ A.KeyRepeatEvent.prototype = {}; A.HardwareKeyboard.prototype = { _dispatchKeyEvent$1($event) { - var handled, handler, thisResult, exception, stack, t1, _i, exception0, rti, t2, t3, _this = this; - _this._duringDispatch = true; + var handled, handler, thisResult, exception, stack, t1, _i, exception0, t2, t3; + this._duringDispatch = true; handled = false; - for (t1 = _this._handlers, t1.length, _i = 0; false; ++_i) { + for (t1 = this._handlers, t1.length, _i = 0; false; ++_i) { handler = t1[_i]; try { thisResult = handler.call$1($event); @@ -216152,50 +217859,19 @@ } catch (exception0) { exception = A.unwrapException(exception0); stack = A.getTraceFromException(exception0); - rti = _this instanceof A.Closure ? A.closureFunctionType(_this) : null; - t2 = A.ErrorDescription$("while dispatching notifications for " + A.createRuntimeType(rti == null ? A.instanceType(_this) : rti).toString$0(0)); + t2 = A.ErrorDescription$("while processing a key handler"); t3 = $.$get$FlutterError_onError(); if (t3 != null) - t3.call$1(new A.FlutterErrorDetails(exception, stack, "services library", t2, new A.HardwareKeyboard__dispatchKeyEvent_closure(_this), false)); + t3.call$1(new A.FlutterErrorDetails(exception, stack, "services library", t2, null, false)); } } - _this._duringDispatch = false; + this._duringDispatch = false; return handled; } }; - A.HardwareKeyboard__dispatchKeyEvent_closure.prototype = { - call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1; - return function $async$call$0($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.$this; - $async$goto = 2; - return 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$.HardwareKeyboard); - case 2: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); - }, - $signature: 102 - }; A.KeyDataTransitMode.prototype = { toString$0(_) { - return this._hardware_keyboard$_name; + return "KeyDataTransitMode." + this._core$_name; } }; A.KeyMessage.prototype = { @@ -216206,10 +217882,10 @@ A.KeyEventManager.prototype = { handleKeyData$1(data) { var t1 = this._transitMode; - switch (t1 == null ? this._transitMode = B.KeyDataTransitMode_1 : t1) { - case B.KeyDataTransitMode_0: + switch ((t1 == null ? this._transitMode = B.KeyDataTransitMode_1 : t1).index) { + case 0: return false; - case B.KeyDataTransitMode_1: + case 1: if (data.physical !== 0 && data.logical !== 0) this._keyEventsSinceLastMessage.push(A.KeyEventManager__eventFromData(data)); return false; @@ -216218,9 +217894,12 @@ } }, handleRawKeyMessage$1(message) { + return this.handleRawKeyMessage$body$KeyEventManager(message); + }, + handleRawKeyMessage$body$KeyEventManager(message) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_dynamic), - $async$returnValue, $async$self = this, rawEvent, handled, t1, t2, t3, t4, t5, _i, $event, physicalKey, logicalKey, lockMode; + $async$returnValue, $async$next = [], $async$self = this, handled, message0, exception, stack, rawEvent, t1, t2, t3, t4, t5, _i, $event, physicalKey, logicalKey, lockMode, exception0; var $async$handleRawKeyMessage$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -216251,8 +217930,17 @@ handled = t3._dispatchKeyEvent$1($event) || handled; } t2 = $async$self.keyMessageHandler; - if (t2 != null) - handled = t2.call$1(new A.KeyMessage(t1, rawEvent)) || handled; + if (t2 != null) { + message0 = new A.KeyMessage(t1, rawEvent); + try { + handled = t2.call$1(message0) || handled; + } catch (exception0) { + exception = A.unwrapException(exception0); + stack = A.getTraceFromException(exception0); + t2 = A.ErrorDescription$("while processing the key message handler"); + A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t2, null, false)); + } + } B.JSArray_methods.set$length(t1, 0); $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["handled", handled], type$.String, type$.dynamic); // goto return @@ -216383,8 +218071,8 @@ } }; A.JSONMethodCodec0.prototype = { - encodeMethodCall$1($call) { - var t1 = B.C_JSONMessageCodec0.encodeMessage$1(A.LinkedHashMap_LinkedHashMap$_literal(["method", $call.method, "args", $call.$arguments], type$.String, type$.nullable_Object)); + encodeMethodCall$1(methodCall) { + var t1 = B.C_JSONMessageCodec0.encodeMessage$1(A.LinkedHashMap_LinkedHashMap$_literal(["method", methodCall.method, "args", methodCall.$arguments], type$.String, type$.nullable_Object)); t1.toString; return t1; }, @@ -216446,6 +218134,9 @@ var t1 = B.C_JSONMessageCodec0.encodeMessage$1([code, message, details]); t1.toString; return t1; + }, + encodeErrorEnvelope$2$code$message(code, message) { + return this.encodeErrorEnvelope$3$code$details$message(code, null, message); } }; A.StandardMessageCodec0.prototype = { @@ -216679,13 +218370,13 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 234 + $signature: 214 }; A.StandardMethodCodec0.prototype = { - encodeMethodCall$1($call) { + encodeMethodCall$1(methodCall) { var buffer = A.WriteBuffer$(); - B.C_StandardMessageCodec.writeValue$2(0, buffer, $call.method); - B.C_StandardMessageCodec.writeValue$2(0, buffer, $call.$arguments); + B.C_StandardMessageCodec.writeValue$2(0, buffer, methodCall.method); + B.C_StandardMessageCodec.writeValue$2(0, buffer, methodCall.$arguments); return buffer.done$0(); }, decodeMethodCall$1(methodCall) { @@ -216713,6 +218404,9 @@ B.C_StandardMessageCodec.writeValue$2(0, buffer, details); return buffer.done$0(); }, + encodeErrorEnvelope$2$code$message(code, message) { + return this.encodeErrorEnvelope$3$code$details$message(code, null, message); + }, decodeEnvelope$1(envelope) { var buffer, errorCode, errorMessage, errorDetails, errorStacktrace, t1; if (envelope.byteLength === 0) @@ -216834,8 +218528,8 @@ A._MouseCursor_Object_Diagnosticable.prototype = {}; A.BasicMessageChannel.prototype = { get$binaryMessenger() { - var t1 = $.ServicesBinding__instance; - return A._lateReadCheck(t1.ServicesBinding___ServicesBinding__defaultBinaryMessenger, "_defaultBinaryMessenger"); + var t1 = A._lateReadCheck($.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger, "_defaultBinaryMessenger"); + return t1; }, send$1(_, message) { return this.send$body$BasicMessageChannel(0, message, this.$ti._eval$1("1?")); @@ -216907,7 +218601,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 611 + $signature: 488 }; A.MethodChannel.prototype = { get$binaryMessenger() { @@ -217034,7 +218728,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, e0, t2, exception, t3, t1, $call, $async$exception, $async$temp1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $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; @@ -217080,8 +218774,8 @@ $async$goto = 1; break; } else { - e0 = t2; - t1 = t1.encodeErrorEnvelope$3$code$details$message("error", null, J.toString$0$(e0)); + error = t2; + t1 = t1.encodeErrorEnvelope$2$code$message("error", J.toString$0$(error)); $async$returnValue = t1; // goto return $async$goto = 1; @@ -217115,7 +218809,7 @@ call$1(message) { return this.$this._handleAsMethodCall$2(message, this.handler); }, - $signature: 611 + $signature: 488 }; A.OptionalMethodChannel.prototype = { invokeMethod$1$2(method, $arguments, $T) { @@ -217155,12 +218849,12 @@ A.PlatformViewController.prototype = {}; A.KeyboardSide.prototype = { toString$0(_) { - return this._raw_keyboard$_name; + return "KeyboardSide." + this._core$_name; } }; A.ModifierKey.prototype = { toString$0(_) { - return this._raw_keyboard$_name; + return "ModifierKey." + this._core$_name; } }; A.RawKeyEventData.prototype = { @@ -217168,7 +218862,7 @@ var _i, key, side, result = A.LinkedHashMap_LinkedHashMap$_empty(type$.ModifierKey, type$.KeyboardSide); for (_i = 0; _i < 9; ++_i) { - key = B.List_01[_i]; + key = B.List_4LR[_i]; if (this.isModifierPressed$1(key)) { side = this.getModifierSide$1(key); if (side != null) @@ -217206,7 +218900,7 @@ t1 = A._asIntQ(t2.$index(t1, "metaState")); return new A.RawKeyEventDataWeb(t4, t3, t5, t1 == null ? 0 : t1); }, - $signature: 1364 + $signature: 1377 }; A.RawKeyDownEvent.prototype = {}; A.RawKeyUpEvent.prototype = {}; @@ -217218,7 +218912,7 @@ B.JSArray_methods.remove$1(this._raw_keyboard$_listeners, listener); }, handleRawKeyEvent$1($event) { - var t1, shouldDispatch, t2, t3, _i, listener, _this = this; + var listener, exception, stack, t1, shouldDispatch, t2, t3, _i, exception0, t4, t5, _this = this; if ($event instanceof A.RawKeyDownEvent) { t1 = $event.data; if (t1.shouldDispatchEvent$0()) { @@ -217243,41 +218937,54 @@ if (!shouldDispatch) return true; _this._synchronizeModifiers$1($event); - for (t1 = _this._raw_keyboard$_listeners, t2 = A.List_List$from(t1, true, type$.void_Function_RawKeyEvent), t3 = t2.length, _i = 0; _i < t3; ++_i) { + 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]; - if (B.JSArray_methods.contains$1(t1, listener)) - listener.call$1($event); + try { + if (B.JSArray_methods.contains$1(t1, listener)) + listener.call$1($event); + } catch (exception0) { + exception = A.unwrapException(exception0); + stack = A.getTraceFromException(exception0); + t4 = A.ErrorDescription$("while processing a raw key listener"); + t5 = $.$get$FlutterError_onError(); + if (t5 != null) + t5.call$1(new A.FlutterErrorDetails(exception, stack, "services library", t4, null, false)); + } } return false; }, _synchronizeModifiers$1($event) { - var t4, t5, thisModifierKeys, mappedKeys, t6, t7, + var thisKeyModifier, _i, key, thisModifierKeys, mappedKeys, t6, t7, t8, logicalKey, t1 = $event.data, modifiersPressed = t1.get$modifiersPressed(), t2 = type$.PhysicalKeyboardKey, modifierKeys = A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.LogicalKeyboardKey), anySideKeys = A.LinkedHashSet_LinkedHashSet$_empty(t2), - t3 = this._keysPressed; - t2 = A.LinkedHashSet_LinkedHashSet$of(t3.get$keys(t3), t2); - if ($event instanceof A.RawKeyDownEvent) - t2.add$1(0, t1.get$physicalKey()); - for (t4 = modifiersPressed.get$keys(modifiersPressed), t4 = t4.get$iterator(t4); t4.moveNext$0();) { - t5 = t4.get$current(t4); - if (modifiersPressed.$index(0, t5) === B.KeyboardSide_0) { - thisModifierKeys = $.RawKeyboard__modifierKeyMap.$index(0, new A._ModifierSidePair(t5, B.KeyboardSide_3)); - thisModifierKeys.toString; + t3 = this._keysPressed, + t4 = A.LinkedHashSet_LinkedHashSet$of(t3.get$keys(t3), t2), + t5 = $event instanceof A.RawKeyDownEvent; + if (t5) + t4.add$1(0, t1.get$physicalKey()); + for (thisKeyModifier = null, _i = 0; _i < 9; ++_i) { + key = B.List_4LR[_i]; + thisModifierKeys = $.RawKeyboard__modifierKeyMap.$index(0, new A._ModifierSidePair(key, B.KeyboardSide_3)); + if (thisModifierKeys == null) + continue; + if (thisModifierKeys.contains$1(0, t1.get$physicalKey())) + thisKeyModifier = key; + if (modifiersPressed.$index(0, key) === B.KeyboardSide_0) { anySideKeys.addAll$1(0, thisModifierKeys); - if (thisModifierKeys.any$1(0, t2.get$contains(t2))) + if (thisModifierKeys.any$1(0, t4.get$contains(t4))) continue; } - mappedKeys = $.RawKeyboard__modifierKeyMap.$index(0, new A._ModifierSidePair(t5, modifiersPressed.$index(0, t5))); + mappedKeys = modifiersPressed.$index(0, key) == null ? A.LinkedHashSet_LinkedHashSet$_empty(t2) : $.RawKeyboard__modifierKeyMap.$index(0, new A._ModifierSidePair(key, modifiersPressed.$index(0, key))); if (mappedKeys == null) continue; - for (t5 = new A._LinkedHashSetIterator(mappedKeys, mappedKeys._collection$_modifications, A._instanceType(mappedKeys)._eval$1("_LinkedHashSetIterator<1>")), t5._collection$_cell = mappedKeys._collection$_first; t5.moveNext$0();) { - t6 = t5._collection$_current; - t7 = $.$get$RawKeyboard__allModifiers().$index(0, t6); - t7.toString; - modifierKeys.$indexSet(0, t6, t7); + for (t6 = new A._LinkedHashSetIterator(mappedKeys, mappedKeys._collection$_modifications, A._instanceType(mappedKeys)._eval$1("_LinkedHashSetIterator<1>")), t6._collection$_cell = mappedKeys._collection$_first; t6.moveNext$0();) { + t7 = t6._collection$_current; + t8 = $.$get$RawKeyboard__allModifiers().$index(0, t7); + t8.toString; + modifierKeys.$indexSet(0, t7, t8); } } t2 = $.RawKeyboard__allModifiersExceptFn.get$keys($.RawKeyboard__allModifiersExceptFn); @@ -217285,13 +218992,19 @@ if (!(t1 instanceof A.RawKeyEventDataFuchsia) && !(t1 instanceof A.RawKeyEventDataMacOs)) t3.remove$1(0, B.PhysicalKeyboardKey_18); t3.addAll$1(0, modifierKeys); + if (t5 && thisKeyModifier != null && !t3.containsKey$1(0, t1.get$physicalKey())) + if (t1 instanceof A.RawKeyEventDataLinux && t1.get$physicalKey().$eq(0, B.PhysicalKeyboardKey_458982)) { + logicalKey = $.RawKeyboard__allModifiersExceptFn.$index(0, t1.get$physicalKey()); + if (logicalKey != null) + t3.$indexSet(0, t1.get$physicalKey(), logicalKey); + } } }; A.RawKeyboard__synchronizeModifiers_closure.prototype = { call$1(key) { return !this.anySideKeys.contains$1(0, key); }, - $signature: 1368 + $signature: 1404 }; A._ModifierSidePair.prototype = { $eq(_, other) { @@ -217308,11 +219021,12 @@ A._RawKeyEvent_Object_Diagnosticable.prototype = {}; A._RawKeyEventData_Object_Diagnosticable.prototype = {}; A.RawKeyEventDataFuchsia.prototype = {}; + A.RawKeyEventDataLinux.prototype = {}; A.RawKeyEventDataMacOs.prototype = {}; A.RawKeyEventDataWeb.prototype = { get$physicalKey() { var t1 = this.code, - t2 = B.Map_KPINK.$index(0, t1); + t2 = B.Map_1k5Ax.$index(0, t1); return t2 == null ? new A.PhysicalKeyboardKey(98784247808 + B.JSString_methods.get$hashCode(t1)) : t2; }, get$logicalKey() { @@ -217327,7 +219041,7 @@ if (newKey != null) return newKey; if (t1.length === 1) - return new A.LogicalKeyboardKey(B.JSString_methods._codeUnitAt$1(t1, 0)); + return new A.LogicalKeyboardKey(B.JSString_methods._codeUnitAt$1(t1.toLowerCase(), 0)); return new A.LogicalKeyboardKey(B.JSString_methods.get$hashCode(t2) + 98784247808); }, isModifierPressed$1(key) { @@ -217458,7 +219172,7 @@ }, _methodHandler$body$RestorationManager($call) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Object), + $async$completer = A._makeAsyncAwaitCompleter(type$.void), $async$self = this, t1; var $async$_methodHandler$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) @@ -217515,13 +219229,13 @@ call$1(_) { this.$this._isReplacing = false; }, - $signature: 29 + $signature: 28 }; A.RestorationManager_scheduleSerializationFor_closure.prototype = { call$1(_) { return this.$this._doSerialization$0(); }, - $signature: 29 + $signature: 28 }; A.RestorationBucket.prototype = { get$_rawChildren() { @@ -217692,26 +219406,26 @@ var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 618 + $signature: 485 }; A.RestorationBucket__rawValues_closure.prototype = { call$0() { var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 618 + $signature: 485 }; A.RestorationBucket__addChildData_closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_RestorationBucket); }, - $signature: 1402 + $signature: 1411 }; A.RestorationBucket__visitChildren_closure.prototype = { call$1(buckets) { return buckets; }, - $signature: 1403 + $signature: 1412 }; A.ApplicationSwitcherDescription.prototype = {}; A.SystemUiOverlayStyle.prototype = { @@ -217720,19 +219434,19 @@ t1 = _this.systemNavigationBarColor; t1 = t1 == null ? _null : t1.value; t2 = _this.statusBarBrightness; - t2 = t2 == null ? _null : t2._ui$_name; + t2 = t2 == null ? _null : "Brightness." + t2._core$_name; t3 = _this.statusBarIconBrightness; - t3 = t3 == null ? _null : t3._ui$_name; + t3 = t3 == null ? _null : "Brightness." + t3._core$_name; t4 = _this.systemNavigationBarIconBrightness; - t4 = t4 == null ? _null : t4._ui$_name; - return A.LinkedHashMap_LinkedHashMap$_literal(["systemNavigationBarColor", t1, "systemNavigationBarDividerColor", null, "systemStatusBarContrastEnforced", true, "statusBarColor", null, "statusBarBrightness", t2, "statusBarIconBrightness", t3, "systemNavigationBarIconBrightness", t4, "systemNavigationBarContrastEnforced", true], type$.String, type$.dynamic); + 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); }, toString$0(_) { return "SystemUiOverlayStyle(" + this._toMap$0().toString$0(0) + ")"; }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.systemNavigationBarColor, _this.systemNavigationBarDividerColor, null, _this.statusBarColor, _this.statusBarBrightness, _this.statusBarIconBrightness, null, _this.systemNavigationBarIconBrightness, 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.systemNavigationBarColor, _this.systemNavigationBarDividerColor, _this.systemNavigationBarContrastEnforced, _this.statusBarColor, _this.statusBarBrightness, _this.statusBarIconBrightness, _this.systemStatusBarContrastEnforced, _this.systemNavigationBarIconBrightness, 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); }, $eq(_, other) { var t1, _this = this; @@ -217768,10 +219482,26 @@ }; A.SystemSoundType.prototype = { toString$0(_) { - return this._system_sound$_name; + return "SystemSoundType." + this._core$_name; } }; A.TextSelection.prototype = { + get$base() { + var affinity, _this = this; + if (!_this.get$isValid() || _this.baseOffset == _this.extentOffset) + affinity = _this.affinity; + else + affinity = _this.baseOffset < _this.extentOffset ? B.TextAffinity_1 : B.TextAffinity_0; + return new A.TextPosition(_this.baseOffset, affinity); + }, + get$extent() { + var affinity, _this = this; + if (!_this.get$isValid() || _this.baseOffset == _this.extentOffset) + affinity = _this.affinity; + else + affinity = _this.baseOffset < _this.extentOffset ? B.TextAffinity_0 : B.TextAffinity_1; + return new A.TextPosition(_this.extentOffset, affinity); + }, toString$0(_) { var t1, t2, _this = this, _s17_ = ", isDirectional: "; @@ -217823,34 +219553,12 @@ copyWith$1$extentOffset(extentOffset) { return this.copyWith$3$affinity$baseOffset$extentOffset(null, null, extentOffset); }, - expandTo$2(position, extentAtIndex) { - var t3, t4, normalized, _this = this, - t1 = position.offset, - t2 = _this.start; - if (t1 >= t2 && t1 <= _this.end) - return _this; - t3 = _this.baseOffset; - t4 = _this.extentOffset; - normalized = t3 <= t4; - if (t1 <= t2) { - if (extentAtIndex) - return _this.copyWith$3$affinity$baseOffset$extentOffset(position.affinity, _this.end, t1); - t2 = normalized ? t1 : t3; - return _this.copyWith$2$baseOffset$extentOffset(t2, normalized ? t4 : t1); - } - if (extentAtIndex) - return _this.copyWith$3$affinity$baseOffset$extentOffset(position.affinity, t2, t1); - t2 = normalized ? t3 : t1; - return _this.copyWith$2$baseOffset$extentOffset(t2, normalized ? t1 : t4); - }, - expandTo$1(position) { - return this.expandTo$2(position, false); - }, extendTo$1(position) { - var _this = this; - if (new A.TextPosition(_this.extentOffset, _this.affinity).$eq(0, position)) - return _this; - return _this.copyWith$2$affinity$extentOffset(position.affinity, position.offset); + var t1; + if (this.get$extent().$eq(0, position)) + return this; + t1 = position.offset; + return this.copyWith$2$affinity$extentOffset(position.affinity, t1); } }; A.TextEditingDelta.prototype = {}; @@ -217860,56 +219568,82 @@ A.TextEditingDeltaNonTextUpdate.prototype = {}; A.MaxLengthEnforcement.prototype = { toString$0(_) { - return this._text_formatter$_name; + return "MaxLengthEnforcement." + this._core$_name; } }; A.TextInputFormatter.prototype = {}; + A._MutableTextRange.prototype = {}; + A._TextEditingValueAccumulator.prototype = {}; A.FilteringTextInputFormatter.prototype = { formatEditUpdate$2(oldValue, newValue) { - var manipulatedText, manipulatedSelection, beforeSelection, inSelection, afterSelection, - t1 = new A.FilteringTextInputFormatter_formatEditUpdate_closure(this), - t2 = newValue.selection, - selectionStartIndex = t2.start, - selectionEndIndex = t2.end, - t3 = selectionStartIndex < 0 || selectionEndIndex < 0, - t4 = newValue.text; - if (t3) { - manipulatedText = t1.call$1(t4); - manipulatedSelection = null; - } else { - beforeSelection = t1.call$1(J.substring$2$s(t4, 0, selectionStartIndex)); - inSelection = t1.call$1(B.JSString_methods.substring$2(t4, selectionStartIndex, selectionEndIndex)); - afterSelection = t1.call$1(B.JSString_methods.substring$1(t4, selectionEndIndex)); - manipulatedText = B.JSString_methods.$add(J.$add$ansx(beforeSelection, inSelection), afterSelection); - t1 = beforeSelection.length; - manipulatedSelection = t2.baseOffset > t2.extentOffset ? t2.copyWith$2$baseOffset$extentOffset(t1 + inSelection.length, t1) : t2.copyWith$2$baseOffset$extentOffset(t1, t1 + inSelection.length); + var t2, formatState, matches, t3, t4, previousMatch, match, t5, selection, composingRegion, _this = this, _null = null, + t1 = newValue.selection; + t1 = t1.get$isValid() ? new A._MutableTextRange(t1.baseOffset, t1.extentOffset) : _null; + t2 = newValue.composing; + t2 = t2.get$isValid() && t2.start != t2.end ? new A._MutableTextRange(t2.start, t2.end) : _null; + formatState = new A._TextEditingValueAccumulator(newValue, new A.StringBuffer(""), t1, t2); + t2 = newValue.text; + matches = J.allMatches$1$s(_this.filterPattern, t2); + for (t1 = matches.get$iterator(matches), t3 = _this.allow, t4 = !t3, previousMatch = _null; t1.moveNext$0(); previousMatch = match) { + match = t1.get$current(t1); + t5 = previousMatch == null ? _null : previousMatch.get$end(previousMatch); + if (t5 == null) + t5 = 0; + _this._processRegion$4(t3, t5, match.get$start(match), formatState); + _this._processRegion$4(t4, match.get$start(match), match.get$end(match), formatState); } - t1 = manipulatedSelection == null ? B.TextSelection_TbC : manipulatedSelection; - return new A.TextEditingValue(manipulatedText, t1, manipulatedText == t4 ? newValue.composing : B.TextRange_m1_m1); + t1 = previousMatch == null ? _null : previousMatch.get$end(previousMatch); + if (t1 == null) + t1 = 0; + _this._processRegion$4(t3, t1, t2.length, formatState); + t2 = formatState.debugFinalized = true; + selection = formatState.selection; + composingRegion = formatState.composingRegion; + t1 = formatState.stringBuffer._contents; + t2 = (composingRegion != null ? composingRegion.base == composingRegion.extent : t2) ? B.TextRange_m1_m1 : new A.TextRange(composingRegion.base, composingRegion.extent); + if (selection == null) + t3 = B.TextSelection_ke5; + else { + t3 = selection.base; + t4 = selection.extent; + t5 = formatState.inputValue.selection; + t5 = A.TextSelection$(t5.affinity, t3, t4, t5.isDirectional); + t3 = t5; + } + return new A.TextEditingValue(t1.charCodeAt(0) == 0 ? t1 : t1, t3, t2); + }, + _processRegion$4(isBannedRegion, regionStart, regionEnd, state) { + var replacementString, t1, t2, t3; + if (isBannedRegion) + replacementString = regionStart === regionEnd ? "" : this.replacementString; + else + replacementString = J.substring$2$s(state.inputValue.text, regionStart, regionEnd); + state.stringBuffer._contents += replacementString; + if (replacementString.length === regionEnd - regionStart) + return; + t1 = new A.FilteringTextInputFormatter__processRegion_adjustIndex(regionStart, regionEnd, replacementString); + t2 = state.selection; + t3 = t2 == null; + if (!t3) + t2.base = t2.base + t1.call$1(state.inputValue.selection.baseOffset); + if (!t3) + t2.extent = t2.extent + t1.call$1(state.inputValue.selection.extentOffset); + t2 = state.composingRegion; + t3 = t2 == null; + if (!t3) + t2.base = t2.base + t1.call$1(state.inputValue.composing.start); + if (!t3) + t2.extent = t2.extent + t1.call$1(state.inputValue.composing.end); } }; - A.FilteringTextInputFormatter_formatEditUpdate_closure.prototype = { - call$1(substring) { - var t1 = this.$this, - t2 = t1.allow, - t3 = !t2 ? new A.FilteringTextInputFormatter_formatEditUpdate__closure(t1) : null; - t2 = t2 ? new A.FilteringTextInputFormatter_formatEditUpdate__closure0(t1) : null; - substring.toString; - return A.stringReplaceAllFuncUnchecked(substring, t1.filterPattern, t3, t2); + A.FilteringTextInputFormatter__processRegion_adjustIndex.prototype = { + call$1(originalIndex) { + var _this = this, + t1 = _this.regionStart, + replacedLength = originalIndex <= t1 && originalIndex < _this.regionEnd ? 0 : _this.replacementString.length; + return replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t1, _this.regionEnd) - t1); }, - $signature: 95 - }; - A.FilteringTextInputFormatter_formatEditUpdate__closure.prototype = { - call$1(match) { - return ""; - }, - $signature: 319 - }; - A.FilteringTextInputFormatter_formatEditUpdate__closure0.prototype = { - call$1(nonMatch) { - return ""; - }, - $signature: 95 + $signature: 157 }; A.LengthLimitingTextInputFormatter.prototype = { formatEditUpdate$2(oldValue, newValue) { @@ -217927,10 +219661,10 @@ if (t1) return newValue; t1 = this.maxLengthEnforcement; - switch (t1 == null ? A.LengthLimitingTextInputFormatter_getDefaultMaxLengthEnforcement(null) : t1) { - case B.MaxLengthEnforcement_0: + switch ((t1 == null ? A.LengthLimitingTextInputFormatter_getDefaultMaxLengthEnforcement(null) : t1).index) { + case 0: return newValue; - case B.MaxLengthEnforcement_1: + case 1: t1 = oldValue.text; t1 = t1.length === 0 ? B.StringCharacters_ehH : new A.StringCharacters(t1); if (t1.get$length(t1) === maxLength) { @@ -217941,7 +219675,7 @@ if (t1) return oldValue; return A.LengthLimitingTextInputFormatter_truncate(newValue, maxLength); - case B.MaxLengthEnforcement_2: + case 2: t1 = oldValue.text; t1 = t1.length === 0 ? B.StringCharacters_ehH : new A.StringCharacters(t1); if (t1.get$length(t1) === maxLength && !oldValue.composing.get$isValid()) @@ -217956,12 +219690,12 @@ }; A.SmartDashesType.prototype = { toString$0(_) { - return this._text_input$_name; + return "SmartDashesType." + this._core$_name; } }; A.SmartQuotesType.prototype = { toString$0(_) { - return this._text_input$_name; + return "SmartQuotesType." + this._core$_name; } }; A.TextInputType.prototype = { @@ -217982,12 +219716,12 @@ }; A.TextInputAction.prototype = { toString$0(_) { - return this._text_input$_name; + return "TextInputAction." + this._core$_name; } }; A.TextCapitalization0.prototype = { toString$0(_) { - return "TextCapitalization.none"; + return "TextCapitalization." + this._core$_name; } }; A.TextInputConfiguration.prototype = { @@ -218003,9 +219737,9 @@ t1.$indexSet(0, "smartQuotesType", B.JSInt_methods.toString$0(_this.smartQuotesType.index)); t1.$indexSet(0, "enableSuggestions", true); t1.$indexSet(0, "actionLabel", _this.actionLabel); - t1.$indexSet(0, "inputAction", _this.inputAction._text_input$_name); - t1.$indexSet(0, "textCapitalization", "TextCapitalization.none"); - t1.$indexSet(0, "keyboardAppearance", _this.keyboardAppearance._ui$_name); + t1.$indexSet(0, "inputAction", "TextInputAction." + _this.inputAction._core$_name); + t1.$indexSet(0, "textCapitalization", "TextCapitalization." + _this.textCapitalization._core$_name); + t1.$indexSet(0, "keyboardAppearance", "Brightness." + _this.keyboardAppearance._core$_name); t1.$indexSet(0, "enableIMEPersonalizedLearning", true); if (autofill != null) t1.$indexSet(0, "autofill", autofill); @@ -218015,7 +219749,7 @@ }; A.FloatingCursorDragState.prototype = { toString$0(_) { - return this._text_input$_name; + return "FloatingCursorDragState." + this._core$_name; } }; A.TextEditingValue.prototype = { @@ -218024,22 +219758,36 @@ t2 = selection == null ? this.selection : selection; return new A.TextEditingValue(t1, t2, composing == null ? this.composing : composing); }, - copyWith$1$composing(composing) { - return this.copyWith$3$composing$selection$text(composing, null, null); - }, copyWith$1$selection(selection) { return this.copyWith$3$composing$selection$text(null, selection, null); }, + copyWith$1$composing(composing) { + return this.copyWith$3$composing$selection$text(composing, null, null); + }, copyWith$2$composing$selection(composing, selection) { return this.copyWith$3$composing$selection$text(composing, selection, null); }, copyWith$1$text(text) { return this.copyWith$3$composing$selection$text(null, null, text); }, + replaced$2(replacementRange, replacementString) { + var t1, t2, newText, t3, _this = this; + if (!replacementRange.get$isValid()) + return _this; + t1 = replacementRange.start; + t2 = replacementRange.end; + newText = J.replaceRange$3$s(_this.text, t1, t2, replacementString); + if (t2 - t1 === replacementString.length) + return _this.copyWith$1$text(newText); + t1 = new A.TextEditingValue_replaced_adjustIndex(replacementRange, replacementString); + t2 = _this.selection; + t3 = _this.composing; + return new A.TextEditingValue(newText, A.TextSelection$(B.TextAffinity_1, t1.call$1(t2.baseOffset), t1.call$1(t2.extentOffset), false), new A.TextRange(t1.call$1(t3.start), t1.call$1(t3.end))); + }, toJSON$0() { var t1 = this.selection, t2 = this.composing; - return A.LinkedHashMap_LinkedHashMap$_literal(["text", this.text, "selectionBase", t1.baseOffset, "selectionExtent", t1.extentOffset, "selectionAffinity", t1.affinity._ui$_name, "selectionIsDirectional", t1.isDirectional, "composingBase", t2.start, "composingExtent", t2.end], type$.String, type$.dynamic); + return A.LinkedHashMap_LinkedHashMap$_literal(["text", this.text, "selectionBase", t1.baseOffset, "selectionExtent", t1.extentOffset, "selectionAffinity", "TextAffinity." + t1.affinity._core$_name, "selectionIsDirectional", t1.isDirectional, "composingBase", t2.start, "composingExtent", t2.end], type$.String, type$.dynamic); }, toString$0(_) { return "TextEditingValue(text: \u2524" + A.S(this.text) + "\u251c, selection: " + this.selection.toString$0(0) + ", composing: " + this.composing.toString$0(0) + ")"; @@ -218058,9 +219806,18 @@ return A.hashValues(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__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__HashEnd, B.C__HashEnd, B.C__HashEnd); } }; + A.TextEditingValue_replaced_adjustIndex.prototype = { + call$1(originalIndex) { + var t1 = this.replacementRange, + t2 = t1.start, + replacedLength = originalIndex <= t2 && originalIndex < t1.end ? 0 : this.replacementString.length; + return originalIndex + replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t2, t1.end) - t2); + }, + $signature: 157 + }; A.SelectionChangedCause.prototype = { toString$0(_) { - return this._text_input$_name; + return "SelectionChangedCause." + this._core$_name; } }; A.TextSelectionDelegate.prototype = {}; @@ -218173,25 +219930,25 @@ case "TextInputClient.performAction": t2 = t2._text_input$_client; action = A._toTextInputAction(A._asStringS(t1.$index(args, 1))); - switch (action) { - case B.TextInputAction_12: + switch (action.index) { + case 12: if (t2._widget.maxLines === 1) t2._finalizeEditing$2$shouldUnfocus(action, true); break; - case B.TextInputAction_2: - case B.TextInputAction_3: - case B.TextInputAction_6: - case B.TextInputAction_7: - case B.TextInputAction_4: - case B.TextInputAction_5: + case 2: + case 3: + case 6: + case 7: + case 4: + case 5: t2._finalizeEditing$2$shouldUnfocus(action, true); break; - case B.TextInputAction_8: - case B.TextInputAction_11: - case B.TextInputAction_9: - case B.TextInputAction_0: - case B.TextInputAction_10: - case B.TextInputAction_1: + case 8: + case 11: + case 9: + case 0: + case 10: + case 1: t2._finalizeEditing$2$shouldUnfocus(action, false); break; default: @@ -218216,11 +219973,20 @@ offset = new A.Offset(A._asDoubleS(t4.$index(t1, "X")), A._asDoubleS(t4.$index(t1, "Y"))); } else offset = B.Offset_0_0; - switch (t3) { - case B.FloatingCursorDragState_0: - t1 = t2.get$_floatingCursorResetController()._ticker; - if (t1 != null && t1._ticker$_future != null) { - t2.get$_floatingCursorResetController().stop$0(0); + t1 = t2._floatingCursorResetController; + if (t1 == null) { + t1 = A.AnimationController$(null, null, null, 1, null, t2); + t1.didRegisterListener$0(); + t4 = t1.AnimationLocalListenersMixin__listeners; + t4._isDirty = true; + t4._observer_list$_list.push(t2.get$_onFloatingCursorResetTick()); + t2._floatingCursorResetController = t1; + } + switch (t3.index) { + case 0: + t4 = t1._ticker; + if (t4 != null && t4._ticker$_future != null) { + t1.stop$0(0); t2._onFloatingCursorResetTick$0(); } t2._pointOffsetOrigin = offset; @@ -218236,7 +220002,7 @@ t4 = t4.get$center(); t6 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); t6.toString; - t2._lastBoundedOffset = t4.$sub(0, new A.Offset(0, t5._as(t6)._textPainter.get$preferredLineHeight() / 2)); + t2._lastBoundedOffset = t4.$sub(0, new A.Offset(0, t5._as(t6)._editable$_textPainter.get$preferredLineHeight() / 2)); t2._lastTextPosition = currentTextPosition; t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); t1.toString; @@ -218247,7 +220013,7 @@ t2.toString; t1.setFloatingCursor$3(t3, t5, t2); break; - case B.FloatingCursorDragState_1: + case 1: t1 = t2._pointOffsetOrigin; t1.toString; centeredPoint = offset.$sub(0, t1); @@ -218256,11 +220022,11 @@ t5 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4).get$renderObject(); t5.toString; t6 = type$.RenderEditable; - rawCursorOffset = t1.$sub(0, new A.Offset(0, t6._as(t5)._textPainter.get$preferredLineHeight() / 2)); + rawCursorOffset = t1.$sub(0, new A.Offset(0, t6._as(t5)._editable$_textPainter.get$preferredLineHeight() / 2)); t5 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4).get$renderObject(); t5.toString; t6._as(t5); - t1 = t5._textPainter; + t1 = t5._editable$_textPainter; t7 = t1._paragraph; t7 = t7.get$height(t7); t7.toString; @@ -218307,7 +220073,7 @@ t7.toString; t8 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4).get$renderObject(); t8.toString; - t8 = t7.$add(0, new A.Offset(0, t6._as(t8)._textPainter.get$preferredLineHeight() / 2)); + t8 = t7.$add(0, new A.Offset(0, t6._as(t8)._editable$_textPainter.get$preferredLineHeight() / 2)); t2._lastTextPosition = t1.getPositionForPoint$1(A.MatrixUtils_transformPoint(t5.getTransformTo$1(0, null), t8)); t4 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4).get$renderObject(); t4.toString; @@ -218318,10 +220084,10 @@ t2.toString; t4.setFloatingCursor$3(t3, t6, t2); break; - case B.FloatingCursorDragState_2: + case 2: if (t2._lastTextPosition != null && t2._lastBoundedOffset != null) { - t2.get$_floatingCursorResetController().set$value(0, 0); - t1 = t2.get$_floatingCursorResetController(); + t1.set$value(0, 0); + t1 = t2._floatingCursorResetController; t1._direction = B._AnimationDirection_0; t1._animateToInternal$3$curve$duration(1, B.C__DecelerateCurve, B.Duration_125000); } @@ -218356,6 +220122,11 @@ return; this._hidePending = true; A.scheduleMicrotask(new A.TextInput__scheduleHide_closure(this)); + }, + _clearClient$0() { + A._lateReadCheck(this.__TextInput__channel, "_channel").invokeMethod$1$1("TextInput.clearClient", type$.void); + this._currentConnection = null; + this._scheduleHide$0(); } }; A.TextInput__scheduleHide_closure.prototype = { @@ -218372,18 +220143,40 @@ this.parent.set$finalLocalValue(ancestor); return false; }, - $signature: 114 + $signature: 123 }; A.Intent.prototype = {}; A.Action.prototype = { + _updateCallingAction$1(value) { + this._currentCallingAction = value; + }, isEnabled$1(_, intent) { + return this.get$isActionEnabled(); + }, + get$isActionEnabled() { return true; }, consumesKey$1(intent) { return true; + }, + addActionListener$1(listener) { + var t1 = this._actions$_listeners; + t1._isDirty = true; + t1._observer_list$_list.push(listener); + return null; + }, + removeActionListener$1(listener) { + return this._actions$_listeners.remove$1(0, listener); + }, + _makeOverridableAction$1(context) { + return A._OverridableAction$(this, context, A._instanceType(this)._eval$1("Action.T")); + } + }; + A.ContextAction.prototype = { + _makeOverridableAction$1(context) { + return A._OverridableContextAction$(this, context, A._instanceType(this)._eval$1("ContextAction.T")); } }; - A.ContextAction.prototype = {}; A.CallbackAction.prototype = { invoke$1(intent) { return this.onInvoke.call$1(intent); @@ -218391,9 +220184,14 @@ }; A.ActionDispatcher.prototype = { invokeAction$3(action, intent, context) { - if (action instanceof A.ContextAction) + var t1; + if (action instanceof A.ContextAction) { + if (context == null) { + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._primaryFocus; + context = t1 == null ? null : t1._context; + } return action.invoke$2(intent, context); - else + } else return action.invoke$1(intent); } }; @@ -218407,7 +220205,7 @@ type$._ActionsMarker._as(element.get$widget()).toString; return false; }, - $signature: 638 + $signature: 295 }; A.Actions_maybeFind_closure.prototype = { call$1(element) { @@ -218422,7 +220220,30 @@ } return false; }, - $signature: 638 + $signature: 295 + }; + A.Actions__maybeFindWithoutDependingOn_closure.prototype = { + call$1(element) { + var result = A.Actions__castAction(type$._ActionsMarker._as(element.get$widget()), this.intent, this.T); + if (result != null) { + this._box_0.action = result; + return true; + } + return false; + }, + $signature: 295 + }; + A.Actions_invoke_closure.prototype = { + call$1(element) { + var _this = this, + t1 = _this.intent, + result = A.Actions__castAction(type$._ActionsMarker._as(element.get$widget()), t1, _this.T), + t2 = result != null; + if (t2 && result.isEnabled$1(0, t1)) + _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t1, _this.context); + return t2; + }, + $signature: 295 }; A._ActionsState.prototype = { initState$0() { @@ -218433,7 +220254,7 @@ this.setState$1(new A._ActionsState__handleActionChanged_closure(this)); }, _updateActionListeners$0() { - var widgetActions, removedActions, addedActions, t2, t3, value, result, _this = this, + var widgetActions, removedActions, addedActions, t2, _this = this, t1 = _this._widget.actions; t1 = t1.get$values(t1); widgetActions = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")); @@ -218441,27 +220262,10 @@ t1 = _this.listenedActions; t1.toString; addedActions = widgetActions.difference$1(t1); - for (t1 = removedActions.get$iterator(removedActions), t2 = _this.get$_handleActionChanged(); t1.moveNext$0();) { - t3 = t1.get$current(t1)._listeners; - t3._isDirty = true; - value = t3.__ObserverList__set; - if (value === $) { - result = A.HashSet_HashSet(t3.$ti._precomputed1); - A._lateInitializeOnceCheck(t3.__ObserverList__set, "_set"); - t3.__ObserverList__set = result; - value = result; - } - if (value._collection$_length > 0) { - value._collection$_strings = value._collection$_nums = value._collection$_rest = value._elements = null; - value._collection$_length = 0; - } - B.JSArray_methods.remove$1(t3._observer_list$_list, t2); - } - for (t1 = addedActions.get$iterator(addedActions); t1.moveNext$0();) { - t3 = t1.get$current(t1)._listeners; - t3._isDirty = true; - t3._observer_list$_list.push(t2); - } + for (t1 = removedActions.get$iterator(removedActions), t2 = _this.get$_handleActionChanged(); t1.moveNext$0();) + t1.get$current(t1).removeActionListener$1(t2); + for (t1 = addedActions.get$iterator(addedActions); t1.moveNext$0();) + t1.get$current(t1).addActionListener$1(t2); _this.listenedActions = widgetActions; }, didUpdateWidget$1(oldWidget) { @@ -218469,24 +220273,10 @@ this._updateActionListeners$0(); }, dispose$0(_) { - var t1, t2, t3, value, result, _this = this; + var t1, t2, _this = this; _this.super$State$dispose(0); - for (t1 = _this.listenedActions, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = _this.get$_handleActionChanged(); t1.moveNext$0();) { - t3 = t1._collection$_current._listeners; - t3._isDirty = true; - value = t3.__ObserverList__set; - if (value === $) { - result = A.HashSet_HashSet(t3.$ti._precomputed1); - A._lateInitializeOnceCheck(t3.__ObserverList__set, "_set"); - t3.__ObserverList__set = result; - value = result; - } - if (value._collection$_length > 0) { - value._collection$_strings = value._collection$_nums = value._collection$_rest = value._elements = null; - value._collection$_length = 0; - } - B.JSArray_methods.remove$1(t3._observer_list$_list, t2); - } + 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) { @@ -218598,10 +220388,10 @@ t1.toString; t1 = A.MediaQuery_maybeOf(t1); mode = t1 == null ? null : t1.navigationMode; - switch (mode == null ? B.NavigationMode_0 : mode) { - case B.NavigationMode_0: + switch ((mode == null ? B.NavigationMode_0 : mode).index) { + case 0: return this._widget.enabled; - case B.NavigationMode_1: + case 1: return true; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -218614,7 +220404,7 @@ t1 = t1.focusNode; t3 = _this.get$_actions$_canRequestFocus(); t4 = _this._widget; - child = new A.MouseRegion(_this.get$_actions$_handleMouseEnter(), _null, _this.get$_actions$_handleMouseExit(), t2, true, A.Focus$(false, t3, t4.child, _null, true, t1, true, _null, _this.get$_handleFocusChange(), _null, _null, _null), _this._mouseRegionKey); + child = A.MouseRegion$(A.Focus$(false, t3, t4.child, _null, true, t1, true, _null, _this.get$_handleFocusChange(), _null, _null, _null), t2, _this._mouseRegionKey, _this.get$_actions$_handleMouseEnter(), _this.get$_actions$_handleMouseExit(), _null); if (t4.enabled) { t1 = t4.actions; t1 = t1 != null && t1.get$isNotEmpty(t1); @@ -218623,7 +220413,7 @@ if (t1) { t1 = _this._widget.actions; t1.toString; - child = new A.Actions(t1, child, _null); + child = A.Actions$(t1, child); } t1 = _this._widget; if (t1.enabled) { @@ -218646,16 +220436,16 @@ t1 = A.FocusManager__defaultModeForPlatform(); this.$this._updateHighlightMode$1(t1); }, - $signature: 29 + $signature: 28 }; A._FocusableActionDetectorState__updateHighlightMode_closure.prototype = { call$0() { var t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._highlightMode; - switch (t1 == null ? A.FocusManager__defaultModeForPlatform() : t1) { - case B.FocusHighlightMode_0: + switch ((t1 == null ? A.FocusManager__defaultModeForPlatform() : t1).index) { + case 0: this.$this._canShowHighlight = false; break; - case B.FocusHighlightMode_1: + case 1: this.$this._canShowHighlight = true; break; default: @@ -218687,7 +220477,7 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 415 + $signature: 438 }; A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1(target) { @@ -218696,29 +220486,29 @@ t1.toString; t1 = A.MediaQuery_maybeOf(t1); mode = t1 == null ? null : t1.navigationMode; - switch (mode == null ? B.NavigationMode_0 : mode) { - case B.NavigationMode_0: + switch ((mode == null ? B.NavigationMode_0 : mode).index) { + case 0: return target.enabled; - case B.NavigationMode_1: + case 1: return true; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 415 + $signature: 438 }; A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight.prototype = { call$1(target) { var t1 = this.$this; return t1._actions$_focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); }, - $signature: 415 + $signature: 438 }; A._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1(duration) { this.$this._mayTriggerCallback$1$oldWidget(this.oldWidget); }, - $signature: 29 + $signature: 28 }; A.DoNothingAction.prototype = { consumesKey$1(intent) { @@ -218742,7 +220532,7 @@ t1 = type$.Intent; _i = 0; for (; _i < 2; ++_i) { - candidateIntent = B.List_L3K[_i]; + candidateIntent = B.List_2WE[_i]; t2 = $focus._context; t2.toString; candidateAction = A.Actions_maybeFind(t2, candidateIntent, t1); @@ -218758,17 +220548,147 @@ A._lateReadCheck(this.__PrioritizedAction__selectedAction, "_selectedAction").invoke$1(A._lateReadCheck(this.__PrioritizedAction__selectedIntent, "_selectedIntent")); } }; + A._OverridableActionMixin.prototype = { + _invokeOverride$3(overrideAction, intent, context) { + var $returnValue; + overrideAction._updateCallingAction$1(this.get$defaultAction()); + $returnValue = A._instanceType(this)._eval$1("ContextAction<1>")._is(overrideAction) ? overrideAction.invoke$2(intent, context) : overrideAction.invoke$1(intent); + overrideAction._updateCallingAction$1(null); + return $returnValue; + }, + invoke$2(intent, context) { + var _this = this, + override = A.Actions__maybeFindWithoutDependingOn(_this.get$lookupContext(), A._instanceType(_this)._precomputed1); + return override == null ? _this.invokeDefaultAction$3(intent, _this._currentCallingAction, context) : _this._invokeOverride$3(override, intent, context); + }, + invoke$1(intent) { + return this.invoke$2(intent, null); + }, + get$isActionEnabled() { + var isOverrideEnabled, $returnValue, _this = this, + override = A.Actions_maybeFind(_this.get$lookupContext(), null, A._instanceType(_this)._precomputed1); + if (override != null) { + override._updateCallingAction$1(_this.get$defaultAction()); + isOverrideEnabled = override.get$isActionEnabled(); + override._updateCallingAction$1(null); + $returnValue = isOverrideEnabled; + } else + $returnValue = _this.get$defaultAction().get$isActionEnabled(); + return $returnValue; + }, + isEnabled$1(_, intent) { + var $returnValue, _this = this, + override = A.Actions__maybeFindWithoutDependingOn(_this.get$lookupContext(), A._instanceType(_this)._precomputed1), + t1 = override == null; + if (!t1) + override._updateCallingAction$1(_this.get$defaultAction()); + $returnValue = (t1 ? _this.get$defaultAction() : override).isEnabled$1(0, intent); + if (!t1) + override._updateCallingAction$1(null); + return $returnValue; + }, + consumesKey$1(intent) { + var isEnabled, _this = this, + override = A.Actions__maybeFindWithoutDependingOn(_this.get$lookupContext(), A._instanceType(_this)._precomputed1), + t1 = override == null; + if (!t1) + override._updateCallingAction$1(_this.get$defaultAction()); + isEnabled = (t1 ? _this.get$defaultAction() : override).consumesKey$1(intent); + if (!t1) + override._updateCallingAction$1(null); + return isEnabled; + } + }; + A._OverridableAction.prototype = { + invokeDefaultAction$3(intent, fromAction, context) { + var t1 = this.defaultAction; + if (fromAction == null) + return t1.invoke$1(intent); + else + return t1.invoke$1(intent); + }, + get$defaultAction() { + return this.defaultAction; + }, + get$lookupContext() { + return this.lookupContext; + } + }; + A._OverridableContextAction.prototype = { + _invokeOverride$3(overrideAction, intent, context) { + var t1, $returnValue; + context.toString; + t1 = this.$ti; + overrideAction._updateCallingAction$1(new A._ContextActionToActionAdapter(context, this.defaultAction, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent), t1._eval$1("_ContextActionToActionAdapter<1>"))); + $returnValue = t1._eval$1("ContextAction<1>")._is(overrideAction) ? overrideAction.invoke$2(intent, context) : overrideAction.invoke$1(intent); + overrideAction._updateCallingAction$1(null); + return $returnValue; + }, + invokeDefaultAction$3(intent, fromAction, context) { + var t1 = this.defaultAction; + if (fromAction == null) + return t1.invoke$2(intent, context); + else + return t1.invoke$2(intent, context); + }, + get$defaultAction() { + return this.defaultAction; + }, + get$lookupContext() { + return this.lookupContext; + } + }; + A._ContextActionToActionAdapter.prototype = { + _updateCallingAction$1(value) { + this.action._updateCallingAction$1(value); + }, + isEnabled$1(_, intent) { + return this.action.isEnabled$1(0, intent); + }, + get$isActionEnabled() { + return this.action.get$isActionEnabled(); + }, + consumesKey$1(intent) { + return this.action.consumesKey$1(intent); + }, + addActionListener$1(listener) { + var t1; + this.super$Action$addActionListener(listener); + t1 = this.action._actions$_listeners; + t1._isDirty = true; + t1._observer_list$_list.push(listener); + }, + removeActionListener$1(listener) { + this.super$Action$removeActionListener(listener); + this.action._actions$_listeners.remove$1(0, listener); + }, + invoke$1(intent) { + return this.action.invoke$2(intent, this.invokeContext); + } + }; A._Action_Object_Diagnosticable.prototype = {}; A._ActionDispatcher_Object_Diagnosticable.prototype = {}; A._Intent_Object_Diagnosticable.prototype = {}; + A.__OverridableAction_ContextAction__OverridableActionMixin.prototype = { + _updateCallingAction$1(value) { + this.super$Action$_updateCallingAction(value); + this.defaultAction._updateCallingAction$1(value); + } + }; + A.__OverridableContextAction_ContextAction__OverridableActionMixin.prototype = { + _updateCallingAction$1(value) { + this.super$Action$_updateCallingAction(value); + this.defaultAction._updateCallingAction$1(value); + } + }; A.CrossFadeState.prototype = { toString$0(_) { - return this._animated_cross_fade$_name; + return "CrossFadeState." + this._core$_name; } }; A.AnimatedCrossFade.prototype = { createState$0() { - return new A._AnimatedCrossFadeState(null, B._StateLifecycle_0); + return new A._AnimatedCrossFadeState(null, null, B._StateLifecycle_0); }, layoutBuilder$4(arg0, arg1, arg2, arg3) { return A.animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure().call$4(arg0, arg1, arg2, arg3); @@ -218776,40 +220696,44 @@ }; A._AnimatedCrossFadeState.prototype = { initState$0() { - var t1, _this = this; + var t1, _this = this, + _s11_ = "_controller"; _this.super$State$initState(); - t1 = A.AnimationController$(null, _this._widget.duration, 0, null, 1, null, _this); - _this._animated_cross_fade$_controller = t1; + t1 = A.AnimationController$(null, _this._widget.duration, null, 1, null, _this); + _this.___AnimatedCrossFadeState__controller = t1; if (_this._widget.crossFadeState === B.CrossFadeState_1) - t1.set$value(0, 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); - _this._animated_cross_fade$_controller.addStatusListener$1(new A._AnimatedCrossFadeState_initState_closure(_this)); + A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).addStatusListener$1(new A._AnimatedCrossFadeState_initState_closure(_this)); }, _initAnimation$2(curve, inverted) { - var t2, result, - t1 = this._animated_cross_fade$_controller; - t1.toString; - t2 = type$.Animation_double; - result = new A._AnimatedEvaluation(t2._as(t1), new A.CurveTween(curve), type$.CurveTween._eval$1("_AnimatedEvaluation")); + 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")); if (inverted) { - t1 = type$.Tween_double; - result = new A._AnimatedEvaluation(t2._as(result), new A.Tween(1, 0, t1), t1._eval$1("_AnimatedEvaluation")); + t2 = type$.Tween_double; + result = new A._AnimatedEvaluation(t1._as(result), new A.Tween(1, 0, t2), t2._eval$1("_AnimatedEvaluation")); } return result; }, dispose$0(_) { - this._animated_cross_fade$_controller.dispose$0(0); + A._lateReadCheck(this.___AnimatedCrossFadeState__controller, "_controller").dispose$0(0); this.super$__AnimatedCrossFadeState_State_TickerProviderStateMixin$dispose(0); }, didUpdateWidget$1(oldWidget) { - var t1, t2, t3, _this = this; + var t1, t2, t3, _this = this, + _s11_ = "_controller"; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget; t2 = t1.duration; t3 = oldWidget.duration; - if (t2._duration !== t3._duration) - _this._animated_cross_fade$_controller.duration = t2; + if (t2._duration !== t3._duration) { + t1 = A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_); + t2 = _this._widget; + t1.duration = t2.duration; + t1 = t2; + } t1 = t1.firstCurve; if (t1 !== oldWidget.firstCurve) _this.___AnimatedCrossFadeState__firstAnimation = _this._initAnimation$2(t1, true); @@ -218818,12 +220742,12 @@ _this.___AnimatedCrossFadeState__secondAnimation = _this._initAnimation$2(t1, false); t1 = _this._widget.crossFadeState; if (t1 !== oldWidget.crossFadeState) - switch (t1) { - case B.CrossFadeState_0: - _this._animated_cross_fade$_controller.reverse$0(0); + switch (t1.index) { + case 0: + A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).reverse$0(0); break; - case B.CrossFadeState_1: - _this._animated_cross_fade$_controller.forward$0(0); + case 1: + A._lateReadCheck(_this.___AnimatedCrossFadeState__controller, _s11_).forward$0(0); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -218831,10 +220755,11 @@ }, build$1(_, context) { var topChild, topAnimation, bottomChild, bottomAnimation, topKey, bottomKey, t2, t3, t4, t5, t6, _this = this, _null = null, + _s11_ = "_controller", _s7_ = "_status", _s16_ = "_secondAnimation", _s15_ = "_firstAnimation", - transitioningForwards = A._lateReadCheck(_this._animated_cross_fade$_controller.__AnimationController__status, _s7_) === B.AnimationStatus_3 || A._lateReadCheck(_this._animated_cross_fade$_controller.__AnimationController__status, _s7_) === B.AnimationStatus_1, + 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; if (transitioningForwards) { topChild = t1.secondChild; @@ -218851,20 +220776,20 @@ topKey = B.ValueKey_CrossFadeState_0; bottomKey = B.ValueKey_CrossFadeState_1; } - t1 = A._lateReadCheck(_this._animated_cross_fade$_controller.__AnimationController__status, _s7_) === B.AnimationStatus_1 || A._lateReadCheck(_this._animated_cross_fade$_controller.__AnimationController__status, _s7_) === B.AnimationStatus_2; + 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 = A.FadeTransition$(false, bottomChild, bottomAnimation); t3 = A.FadeTransition$(false, topChild, topAnimation); t4 = _this._widget; t5 = t4.duration; t6 = t4.sizeCurve; - return A.ClipRect$(A.AnimatedSize$(B.Alignment_0_m1, t4.layoutBuilder$4(new A.TickerMode(true, new A.ExcludeSemantics(false, new A.ExcludeFocus(false, t3, _null), _null), topKey), topKey, new A.TickerMode(t1, new A.ExcludeSemantics(true, new A.ExcludeFocus(true, t2, _null), _null), bottomKey), bottomKey), t6, t5, _null), _null); + return A.ClipRect$(A.AnimatedSize$(B.Alignment_0_m1, t4.layoutBuilder$4(new A.TickerMode(true, new A.IgnorePointer(false, _null, new A.ExcludeSemantics(false, new A.ExcludeFocus(false, t3, _null), _null), _null), topKey), topKey, new A.TickerMode(t1, new A.IgnorePointer(true, _null, new A.ExcludeSemantics(true, new A.ExcludeFocus(true, t2, _null), _null), _null), bottomKey), bottomKey), t6, t5, _null), _null); } }; A._AnimatedCrossFadeState_initState_closure.prototype = { call$1($status) { this.$this.setState$1(new A._AnimatedCrossFadeState_initState__closure()); }, - $signature: 35 + $signature: 36 }; A._AnimatedCrossFadeState_initState__closure.prototype = { call$0() { @@ -218872,24 +220797,23 @@ $signature: 0 }; A.__AnimatedCrossFadeState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.AnimatedSize.prototype = { createState$0() { - return new A._AnimatedSizeState(null, B._StateLifecycle_0); + return new A._AnimatedSizeState(null, null, B._StateLifecycle_0); } }; A._AnimatedSizeState.prototype = { @@ -218921,17 +220845,17 @@ }; A.__AnimatedSizeState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A._ChildEntry.prototype = { @@ -218941,7 +220865,7 @@ }; A.AnimatedSwitcher.prototype = { createState$0() { - return new A._AnimatedSwitcherState(A.LinkedHashSet_LinkedHashSet$_empty(type$._ChildEntry), B.List_empty9, null, B._StateLifecycle_0); + return new A._AnimatedSwitcherState(A.LinkedHashSet_LinkedHashSet$_empty(type$._ChildEntry), B.List_empty11, null, null, B._StateLifecycle_0); }, transitionBuilder$2(arg0, arg1) { return this.transitionBuilder.call$2(arg0, arg1); @@ -218995,7 +220919,7 @@ _this._currentEntry = _this._outgoingWidgets = null; } t1 = _this._widget; - controller = A.AnimationController$(null, t1.duration, 0, null, 1, null, _this); + controller = A.AnimationController$(null, t1.duration, null, 1, null, _this); _this._widget.toString; animation = A.CurvedAnimation$(B.C__Linear, controller, B.C__Linear); t1 = _this._widget; @@ -219085,7 +221009,7 @@ this.controller.dispose$0(0); } }, - $signature: 35 + $signature: 36 }; A._AnimatedSwitcherState__newEntry__closure.prototype = { call$0() { @@ -219099,22 +221023,21 @@ call$1(entry) { return entry.transition; }, - $signature: 1467 + $signature: 1475 }; A.__AnimatedSwitcherState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.AnnotatedRegion.prototype = { @@ -219140,16 +221063,14 @@ }; A._WidgetsAppState.prototype = { get$_initialRouteName() { - var t1, t2; $.WidgetsBinding__instance.toString; - t1 = $.$get$window().platformDispatcher; + var t1 = $.$get$window().platformDispatcher; if (t1.get$defaultRouteName() !== "/") { $.WidgetsBinding__instance.toString; t1 = t1.get$defaultRouteName(); } else { this._widget.toString; - t2 = $.WidgetsBinding__instance; - t2.toString; + $.WidgetsBinding__instance.toString; t1 = t1.get$defaultRouteName(); } return t1; @@ -219296,38 +221217,8 @@ if (!J.$eq$(newLocale, _this._app$_locale)) _this.setState$1(new A._WidgetsAppState_didChangeLocales_closure(_this, newLocale)); }, - get$_app$_localizationsDelegates() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError; - return function $async$get$_app$_localizationsDelegates($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$goto = 2; - return A._IterationMarker_yieldStar($async$self._widget.localizationsDelegates); - case 2: - // after yield - $async$goto = 3; - return B.C__WidgetsLocalizationsDelegate0; - case 3: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.LocalizationsDelegate_dynamic); - }, build$1(_, context) { - var t2, t3, t4, result, performanceOverlay, t5, appLocale, child, data, _this = this, _null = null, t1 = {}; + var t2, t3, t4, result, performanceOverlay, appLocale, t5, t6, t7, _this = this, _null = null, t1 = {}; t1.routing = null; _this._widget.toString; if (_this.get$_usesNavigator()) { @@ -219343,31 +221234,33 @@ t2.toString; result = new A.Builder(new A._WidgetsAppState_build_closure(t1, _this), _null); t1.result = result; - result = t1.result = A.DefaultTextStyle$(result, _null, _null, B.TextOverflow_0, true, t2.textStyle, _null, _null, B.TextWidthBasis_0); + result = A.DefaultTextStyle$(result, _null, _null, B.TextOverflow_0, true, t2.textStyle, _null, _null, B.TextWidthBasis_0); + t1.result = result; t2 = $.WidgetsApp_showPerformanceOverlayOverride; if (t2) performanceOverlay = new A.PerformanceOverlay(15, false, false, _null); else performanceOverlay = _null; - t1 = performanceOverlay != null ? t1.result = A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([result, A.Positioned$(_null, performanceOverlay, _null, _null, 0, 0, 0, _null)], type$.JSArray_Widget), B.Clip_1, B.StackFit_0, _null, _null) : result; + if (performanceOverlay != null) + t1.result = A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([result, A.Positioned$(_null, performanceOverlay, _null, _null, 0, 0, 0, _null)], type$.JSArray_Widget), B.Clip_1, B.StackFit_0, _null, _null); t2 = _this._widget; t3 = t2.title; - t4 = t2.color; - t2 = A._setArrayType([t2.locale], type$.JSArray_Locale); + t2 = t2.color; + t2 = A.Color$fromARGB(255, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); + t1 = t1.result; + appLocale = _this._resolveLocales$2(A._setArrayType([_this._widget.locale], type$.JSArray_Locale), _this._widget.supportedLocales); + t4 = type$.JSArray_LocalizationsDelegate_dynamic; + t5 = A._setArrayType([], t4); + B.JSArray_methods.addAll$1(t5, _this._widget.localizationsDelegates); + t5.push(B.C__WidgetsLocalizationsDelegate0); + t4 = A._setArrayType(t5.slice(0), t4); + A.MediaQuery_maybeOf(context); t5 = _this._widget; - appLocale = _this._resolveLocales$2(t2, t5.supportedLocales); - t2 = _this.get$_app$_localizationsDelegates(); - child = new A.Localizations(appLocale, A.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E")), new A.Title(t3, t4, t1, _null), _null); - data = A.MediaQuery_maybeOf(context); - t1 = _this._widget; - t1.toString; - if (data == null) - child = new A._MediaQueryFromWindow(child, _null); - t2 = A.WidgetsApp_defaultShortcuts(); - t3 = $.$get$WidgetsApp_defaultActions(); - t4 = A.FocusTraversalGroup$(child, new A.ReadingOrderTraversalPolicy(A.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData))); - t5 = $.$get$DefaultTextEditingActions__shortcutsActions(); - return new A.RootRestorationScope(new A.Shortcuts(t2, new A.DefaultTextEditingShortcuts(A.DefaultTextEditingShortcuts__shortcuts(), new A.Actions(t3, new A.DefaultTextEditingActions(t5, t4, _null), _null), "", _null), "", _null), t1.restorationScopeId, _null); + 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), 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); } }; A._WidgetsAppState__onGenerateRoute_closure.prototype = { @@ -219376,7 +221269,7 @@ t1.toString; return t1; }, - $signature: 72 + $signature: 69 }; A._WidgetsAppState_didChangeLocales_closure.prototype = { call$0() { @@ -219388,7 +221281,7 @@ call$1(context) { return this.$this._widget.builder.call$2(context, this._box_0.routing); }, - $signature: 72 + $signature: 69 }; A.__WidgetsAppState_State_WidgetsBindingObserver.prototype = {}; A.StreamBuilderBase.prototype = { @@ -219415,7 +221308,7 @@ _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)._eval$1("AsyncSnapshot<1>")); + _this.___StreamBuilderBaseState__summary = new A.AsyncSnapshot(B.ConnectionState_0, t1.data, t1.error, t1.stackTrace, A._instanceType(t1)); } _this._subscribe$0(); } @@ -219432,10 +221325,9 @@ _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)); - t1 = _this._widget; - t1.toString; + _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)._eval$1("AsyncSnapshot<1>")); + _this.___StreamBuilderBaseState__summary = new A.AsyncSnapshot(B.ConnectionState_1, t1.data, t1.error, t1.stackTrace, A._instanceType(t1)); }, _async0$_unsubscribe$0() { var t1 = this._subscription; @@ -219469,7 +221361,7 @@ var t1 = this.$this; t1.setState$1(new A._StreamBuilderBaseState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 131 + $signature: 116 }; A._StreamBuilderBaseState__subscribe__closure.prototype = { call$0() { @@ -219494,13 +221386,13 @@ 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)._eval$1("AsyncSnapshot<1>")); + t1.___StreamBuilderBaseState__summary = new A.AsyncSnapshot(B.ConnectionState_3, t2.data, t2.error, t2.stackTrace, A._instanceType(t2)); }, $signature: 0 }; A.ConnectionState.prototype = { toString$0(_) { - return this._async0$_name; + return "ConnectionState." + this._core$_name; } }; A.AsyncSnapshot.prototype = { @@ -219546,7 +221438,7 @@ 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)._eval$1("AsyncSnapshot<1>")); + _this.___FutureBuilderState__snapshot = new A.AsyncSnapshot(B.ConnectionState_0, t1.data, t1.error, t1.stackTrace, A._instanceType(t1)); } _this._subscribe$0(); } @@ -219567,7 +221459,7 @@ 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)._eval$1("AsyncSnapshot<1>")); + _this.___FutureBuilderState__snapshot = new A.AsyncSnapshot(B.ConnectionState_1, t1.data, t1.error, t1.stackTrace, A._instanceType(t1)); } } }; @@ -219594,7 +221486,7 @@ if (t1._activeCallbackIdentity === this.callbackIdentity) t1.setState$1(new A._FutureBuilderState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 131 + $signature: 116 }; A._FutureBuilderState__subscribe__closure.prototype = { call$0() { @@ -219819,7 +221711,7 @@ 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, new A.Actions(t1, new A.CompositedTransformTarget(_this._optionsLayerLink, t2, _null), _null), _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _this._fieldKey, _null, _null, _null, _null, _null); + 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); } }; A._RawAutocompleteState__updateOverlay_closure.prototype = { @@ -219827,7 +221719,7 @@ var t1 = this.$this; return A.CompositedTransformFollower$(new A.AutocompleteHighlightedOption(t1._highlightedOptionIndex, new A.Builder(new A._RawAutocompleteState__updateOverlay__closure(t1), null), null), t1._optionsLayerLink, B.Offset_0_0, false, B.Alignment_m1_1); }, - $signature: 1502 + $signature: 1510 }; A._RawAutocompleteState__updateOverlay__closure.prototype = { call$1(context) { @@ -219836,19 +221728,19 @@ t3 = t1._autocomplete$_options; return t2.optionsViewBuilder.call$3(context, t1.get$_select(), t3); }, - $signature: 72 + $signature: 69 }; A._RawAutocompleteState_initState_closure.prototype = { call$1(_) { this.$this._updateOverlay$0(); }, - $signature: 29 + $signature: 28 }; A._RawAutocompleteState_didUpdateWidget_closure.prototype = { call$1(_) { this.$this._updateOverlay$0(); }, - $signature: 29 + $signature: 28 }; A._AutocompleteCallbackAction.prototype = { isEnabled$1(_, intent) { @@ -219863,7 +221755,7 @@ A.AutocompleteHighlightedOption.prototype = {}; A.AutofillContextAction.prototype = { toString$0(_) { - return this._autofill$_name; + return "AutofillContextAction." + this._core$_name; } }; A.AutofillGroup.prototype = { @@ -219890,9 +221782,7 @@ return new A._AutofillScope(this, this._widget.child, null); }, dispose$0(_) { - var t1, _this = this, - _s8_ = "_channel", - _s31_ = "TextInput.finishAutofillContext"; + var t1, _this = this; _this.super$State$dispose(0); if (_this._isTopmostAutofillGroup) { _this._widget.toString; @@ -219902,15 +221792,10 @@ if (t1) return; _this._widget.toString; - switch (B.AutofillContextAction_0) { - case B.AutofillContextAction_1: - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, _s8_).invokeMethod$1$2(_s31_, false, type$.void); + switch (0) { + case 0: + A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.finishAutofillContext", true, type$.void); break; - case B.AutofillContextAction_0: - A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, _s8_).invokeMethod$1$2(_s31_, true, type$.void); - break; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } } }; @@ -219918,13 +221803,13 @@ call$1(client) { return client.get$textInputConfiguration().autofillConfiguration.enabled; }, - $signature: 1503 + $signature: 1511 }; A.AutofillGroupState_register_closure.prototype = { call$0() { return this.client; }, - $signature: 1514 + $signature: 1522 }; A._AutofillScope.prototype = { updateShouldNotify$1(old) { @@ -219940,13 +221825,13 @@ A._AutomaticKeepAliveState.prototype = { initState$0() { this.super$State$initState(); - this._automatic_keep_alive$_updateChild$0(); + this._updateChild$0(); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); - this._automatic_keep_alive$_updateChild$0(); + this._updateChild$0(); }, - _automatic_keep_alive$_updateChild$0() { + _updateChild$0() { this._automatic_keep_alive$_child = new A.NotificationListener(this._widget.child, this.get$_addClient(), null, type$.NotificationListener_KeepAliveNotification); }, dispose$0(_) { @@ -220017,13 +221902,13 @@ childElement.toString; t1._updateParentDataOfChild$1(childElement); }, - $signature: 29 + $signature: 28 }; A._AutomaticKeepAliveState__getChildElement_closure.prototype = { call$1(child) { this._box_0.childElement = child; }, - $signature: 87 + $signature: 89 }; A._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0() { @@ -220093,10 +221978,10 @@ build$1(_, context) { if (this.get$wantKeepAlive() && this.AutomaticKeepAliveClientMixin__keepAliveHandle == null) this._ensureKeepAlive$0(); - return B._NullWidget_null; + return B._NullWidget_null0; } }; - A._NullWidget1.prototype = { + A._NullWidget0.prototype = { 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.")); } @@ -220311,8 +222196,8 @@ renderObject.set$fit(B.BoxFit_1); renderObject.set$alignment(B.Alignment_0_0); renderObject.set$textDirection(0, A.Directionality_maybeOf(context)); - if (B.Clip_0 !== renderObject._clipBehavior) { - renderObject._clipBehavior = B.Clip_0; + if (B.Clip_0 !== renderObject._proxy_box$_clipBehavior) { + renderObject._proxy_box$_clipBehavior = B.Clip_0; renderObject.markNeedsPaint$0(); renderObject.markNeedsSemanticsUpdate$0(); } @@ -220479,7 +222364,7 @@ createElement$0(_) { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A._OffstageElement(t1, this, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2)); + return new A._OffstageElement(t1, this, B._ElementLifecycle_0); } }; A._OffstageElement.prototype = { @@ -220567,8 +222452,8 @@ t1 = A.Directionality_maybeOf(context); renderObject.set$textDirection(0, t1); t1 = this.fit; - if (renderObject._stack$_fit !== t1) { - renderObject._stack$_fit = t1; + if (renderObject._fit !== t1) { + renderObject._fit = t1; renderObject.markNeedsLayout$0(); } t1 = this.clipBehavior; @@ -220654,10 +222539,10 @@ }; A.Flex.prototype = { get$_needTextDirection() { - switch (this.direction) { - case B.Axis_0: + switch (this.direction.index) { + case 0: return true; - case B.Axis_1: + case 1: var t1 = this.crossAxisAlignment; return t1 === B.CrossAxisAlignment_0 || t1 === B.CrossAxisAlignment_1; default: @@ -220692,8 +222577,8 @@ renderObject.markNeedsLayout$0(); } t1 = _this.crossAxisAlignment; - if (renderObject._flex$_crossAxisAlignment !== t1) { - renderObject._flex$_crossAxisAlignment = t1; + if (renderObject._crossAxisAlignment !== t1) { + renderObject._crossAxisAlignment = t1; renderObject.markNeedsLayout$0(); } t1 = _this.getEffectiveTextDirection$1(context); @@ -220702,8 +222587,8 @@ renderObject.markNeedsLayout$0(); } t1 = _this.verticalDirection; - if (renderObject._flex$_verticalDirection !== t1) { - renderObject._flex$_verticalDirection = t1; + if (renderObject._verticalDirection !== t1) { + renderObject._verticalDirection = t1; renderObject.markNeedsLayout$0(); } if (B.Clip_0 !== renderObject._flex$_clipBehavior) { @@ -220743,7 +222628,7 @@ A.Wrap.prototype = { createRenderObject$1(context) { var t1 = A.Directionality_maybeOf(context); - t1 = new A.RenderWrap(B.Axis_0, B.WrapAlignment_0, 0, B.WrapAlignment_0, 0, this.crossAxisAlignment, t1, B.VerticalDirection_1, B.Clip_0, A.LayerHandle$(type$.ClipRectLayer), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1 = new A.RenderWrap(B.Axis_0, this.alignment, 0, B.WrapAlignment_0, 0, this.crossAxisAlignment, t1, B.VerticalDirection_1, B.Clip_0, A.LayerHandle$(type$.ClipRectLayer), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); t1.get$isRepaintBoundary(); t1.get$alwaysNeedsCompositing(); t1.__RenderObject__needsCompositing = false; @@ -220753,7 +222638,7 @@ updateRenderObject$2(context, renderObject) { var t1; renderObject.set$direction(0, B.Axis_0); - renderObject.set$alignment(B.WrapAlignment_0); + renderObject.set$alignment(this.alignment); renderObject.set$spacing(0, 0); renderObject.set$runAlignment(B.WrapAlignment_0); renderObject.set$runSpacing(0); @@ -220821,7 +222706,7 @@ call$1(span) { return true; }, - $signature: 192 + $signature: 189 }; A.RawImage.prototype = { createRenderObject$1(context) { @@ -221169,9 +223054,9 @@ }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure.prototype = { call$1(parameters) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1(parameters); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3(parameters); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1(parameters) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3(parameters) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_Object), $async$returnValue, data, result, t1; @@ -221202,13 +223087,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 289 + $signature: 300 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0(parameters); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2(parameters); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0(parameters) { + $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, data, t1; @@ -221224,7 +223109,7 @@ data = null; else { t1 = A._lateReadCheck(t1.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.get$debugSemantics(); - t1 = t1 == null ? null : t1.toStringDeep$1$childOrder(B.DebugSemanticsDumpOrder_1); + t1 = t1 == null ? null : t1.toStringDeep$0(); data = t1; } $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", data == null ? "Semantics not collected." : data], type$.String, type$.Object); @@ -221238,13 +223123,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 289 + $signature: 300 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1(parameters) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure(parameters); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1(parameters); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure(parameters) { + $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, data, t1; @@ -221274,7 +223159,105 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 289 + $signature: 300 + }; + A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2.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 = $.debugProfilePaintsEnabled; + // 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: 181 + }; + A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3.prototype = { + call$1(value) { + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0(value); + }, + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0(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 ($.debugProfilePaintsEnabled !== value) + $.debugProfilePaintsEnabled = value; + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$call$1, $async$completer); + }, + $signature: 439 + }; + A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4.prototype = { + call$0() { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.bool), + $async$returnValue; + var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$returnValue = $.debugProfileLayoutsEnabled; + // 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: 181 + }; + A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5.prototype = { + call$1(value) { + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure(value); + }, + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_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 ($.debugProfileLayoutsEnabled !== value) + $.debugProfileLayoutsEnabled = value; + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$call$1, $async$completer); + }, + $signature: 439 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure.prototype = { call$0() { @@ -221291,13 +223274,13 @@ } return t1; }, - $signature: 1541 + $signature: 1550 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure.prototype = { call$1(timings) { J.forEach$1$ax(timings, this.$this.get$_profileFramePostEvent()); }, - $signature: 396 + $signature: 430 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0() { @@ -221322,7 +223305,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 1542 + $signature: 1552 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0.prototype = { call$1(value) { @@ -221345,13 +223328,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1544 + $signature: 1553 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure.prototype = { call$1(message) { return this.$this.handleSystemMessage$1(message); }, - $signature: 1545 + $signature: 1554 }; A.WidgetsBindingObserver.prototype = { didPopRoute$0() { @@ -221396,7 +223379,7 @@ switch ($async$goto) { case 0: // Function start - t1 = A.List_List$from($async$self.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, _i = 0; + t1 = A.List_List$of($async$self.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, _i = 0; case 3: // for condition if (!(_i < t2)) { @@ -221443,7 +223426,7 @@ switch ($async$goto) { case 0: // Function start - t1 = A.List_List$from($async$self.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, _i = 0; + t1 = A.List_List$of($async$self.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, _i = 0; case 3: // for condition if (!(_i < t2)) { @@ -221489,7 +223472,7 @@ switch ($async$goto) { case 0: // Function start - t1 = A.List_List$from($async$self.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, t3 = J.getInterceptor$asx(routeArguments), _i = 0; + t1 = A.List_List$of($async$self.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, t3 = J.getInterceptor$asx(routeArguments), _i = 0; case 3: // for condition if (!(_i < t2)) { @@ -221572,7 +223555,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 289 + $signature: 300 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1(_) { @@ -221600,7 +223583,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 215 + $signature: 224 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1.prototype = { call$1(_) { @@ -221628,7 +223611,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 215 + $signature: 224 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2.prototype = { call$1(params) { @@ -221687,7 +223670,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1546 + $signature: 1556 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3.prototype = { call$0() { @@ -221712,7 +223695,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 250 + $signature: 181 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$1(value) { @@ -221736,7 +223719,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1548 + $signature: 439 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1(timings) { @@ -221756,7 +223739,7 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 396 + $signature: 430 }; A.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0() { @@ -221778,7 +223761,7 @@ createElement$0(_) { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A.RenderObjectToWidgetElement(t1, this, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2), this.$ti._eval$1("RenderObjectToWidgetElement<1>")); + return new A.RenderObjectToWidgetElement(t1, this, B._ElementLifecycle_0, this.$ti._eval$1("RenderObjectToWidgetElement<1>")); }, createRenderObject$1(context) { return this.container; @@ -222038,6 +224021,8 @@ _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure(), "debugDumpRenderTree"); _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0(), "debugDumpSemanticsTreeInTraversalOrder"); _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1(), "debugDumpSemanticsTreeInInverseHitTestOrder"); + _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2(), "profileRenderObjectPaints", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3()); + _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4(), "profileRenderObjectLayouts", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5()); }, dispatchEvent$2(_, $event, hitTestResult) { this.RendererBinding__mouseTracker.updateWithEvent$2($event, new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure(this, hitTestResult, $event)); @@ -222060,7 +224045,7 @@ // returning from await. t1 = $.BindingBase_debugReassembleConfig; if ((t1 == null ? null : t1.widgetName) == null) { - A.Timeline_startSync("Dirty Render Tree", B.Map_9aZ6I, null); + A.Timeline_startSync("Preparing Hot Reload (layout)", B.Map_9aZ6I, null); try { A._lateReadCheck($async$self.RendererBinding___RendererBinding__pipelineOwner, "_pipelineOwner")._rootNode.reassemble$0(); } finally { @@ -222238,291 +224223,6 @@ return !J.$eq$(oldClipper.decoration, this.decoration) || oldClipper.textDirection !== this.textDirection; } }; - A.DefaultTextEditingActions.prototype = {}; - A._DoNothingAndStopPropagationTextAction.prototype = { - consumesKey$1(intent) { - return false; - }, - invoke$2(intent, context) { - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._DeleteTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().delete$1(0, B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._DeleteByWordTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().deleteByWord$2(B.SelectionChangedCause_4, false); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._DeleteByLineTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().deleteByLine$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._DeleteForwardTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().deleteForward$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._DeleteForwardByWordTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().deleteForwardByWord$2(B.SelectionChangedCause_4, false); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._DeleteForwardByLineTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().deleteForwardByLine$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExpandSelectionLeftByLineTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().expandSelectionLeftByLine$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExpandSelectionRightByLineTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().expandSelectionRightByLine$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExpandSelectionToEndTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().expandSelectionToEnd$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExpandSelectionToStartTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().expandSelectionToStart$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionDownTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionDown$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionLeftByLineTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionLeftByLine$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionLeftByWordAndStopAtReversalTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionLeftByWord$3(B.SelectionChangedCause_4, false, true); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionLeftByWordTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionLeftByWord$2(B.SelectionChangedCause_4, false); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionLeftTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionLeft$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionRightByLineTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionRightByLine$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionRightByWordAndStopAtReversalTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionRightByWord$3(B.SelectionChangedCause_4, false, true); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionRightByWordTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionRightByWord$2(B.SelectionChangedCause_4, false); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionRightTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionRight$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._ExtendSelectionUpTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().extendSelectionUp$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionDownTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().moveSelectionDown$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionLeftTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().moveSelectionLeft$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionRightTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().moveSelectionRight$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionUpTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().moveSelectionUp$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionLeftByLineTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().moveSelectionLeftByLine$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionLeftByWordTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().moveSelectionLeftByWord$2(B.SelectionChangedCause_4, false); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionRightByLineTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().moveSelectionRightByLine$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionRightByWordTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().moveSelectionRightByWord$2(B.SelectionChangedCause_4, false); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionToEndTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().moveSelectionToEnd$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._MoveSelectionToStartTextAction.prototype = { - invoke$2(intent, context) { - var t1 = this.get$textEditingActionTarget(); - t1.toString; - t1.setSelection$2(A.TextSelection$fromPosition(B.TextPosition_0_TextAffinity_0), B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._SelectAllTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().selectAll$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._CopySelectionTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().copySelection$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._CutSelectionTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().cutSelection$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; - A._PasteTextAction.prototype = { - invoke$2(intent, context) { - this.get$textEditingActionTarget().pasteText$1(B.SelectionChangedCause_4); - }, - invoke$1(intent) { - return this.invoke$2(intent, null); - } - }; A.DefaultTextEditingShortcuts.prototype = {}; A.DisposableBuildContext.prototype = { get$context(_) { @@ -222554,34 +224254,36 @@ }; A._DraggableSheetExtent.prototype = { addPixelDelta$2(delta, context) { - var t2, t3, t4, t5, _this = this, - t1 = _this.availablePixels; + var t1, _this = this; + _this._cancelActivity = null; + _this.hasDragged = true; + t1 = _this.availablePixels; if (t1 === 0) return; - t2 = _this._currentExtent; - t3 = t2._change_notifier$_value; - t4 = _this.maxExtent; - _this.hasChanged = true; - t5 = _this.minExtent; - t2.set$value(0, B.JSNumber_methods.clamp$2(t3 + delta / t1 * t4, t5, t4)); - new A.DraggableScrollableNotification(t2._change_notifier$_value, t5, t4, _this.initialExtent, context, 0).dispatch$1(context); + _this.updateSize$2(_this._currentSize._change_notifier$_value + delta / t1 * _this.maxSize, context); + }, + updateSize$2(newSize, context) { + var _this = this, + t1 = _this._currentSize, + t2 = _this.minSize, + t3 = _this.maxSize; + t1.set$value(0, B.JSNumber_methods.clamp$2(newSize, t2, t3)); + new A.DraggableScrollableNotification(t1._change_notifier$_value, t2, t3, _this.initialSize, context, 0).dispatch$1(context); + }, + dispose$0(_) { + this._currentSize.removeListener$1(0, this.onSizeChanged); } }; A._DraggableScrollableSheetState.prototype = { initState$0() { - var t1, t2, t3, t4, t5, t6, _this = this; + var t1, t2, _this = this, _null = null; _this.super$State$initState(); - t1 = _this._widget; - t2 = t1.minChildSize; - t1 = t1.maxChildSize; - t3 = _this._impliedSnapSizes$0(); - t4 = _this._widget.initialChildSize; - t5 = type$.nullable_void_Function; - t6 = new A.ValueNotifier(t4, A.List_List$filled(0, null, false, t5), type$.ValueNotifier_double); - t6.addListener$1(0, _this.get$_setExtent()); - t6 = new A._DraggableSheetExtent(t2, t1, false, t3, t4, t6, 1 / 0); - _this.___DraggableScrollableSheetState__extent = t6; - _this.___DraggableScrollableSheetState__scrollController = new A._DraggableScrollableSheetScrollController(A._lateReadCheck(t6, "_extent"), 0, null, A._setArrayType([], type$.JSArray_ScrollPosition), A.List_List$filled(0, null, false, t5)); + 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, _null, A._setArrayType([], type$.JSArray_ScrollPosition), A.List_List$filled(0, _null, false, type$.nullable_void_Function)); + _this._widget.toString; }, _impliedSnapSizes$0() { var t1, index = 0; @@ -222593,23 +224295,30 @@ null.$index(0, index); ++index; } - t1 = A._setArrayType([t1.minChildSize, t1.maxChildSize], type$.JSArray_double); + t1 = A._setArrayType([t1.minChildSize, 1], type$.JSArray_double); return t1; }, + didUpdateWidget$1(oldWidget) { + this.super$State$didUpdateWidget(oldWidget); + this._replaceExtent$0(); + }, didChangeDependencies$0() { - var t1, _this = this, - _s17_ = "_scrollController", - _s7_ = "_extent"; - _this.super$State$didChangeDependencies(); - t1 = _this._framework$_element; + var t1, t2; + this.super$State$didChangeDependencies(); + t1 = this._framework$_element; t1.toString; if (A._InheritedResetNotifier_shouldReset(t1)) { - t1 = B.JSArray_methods.get$single(A._lateReadCheck(_this.___DraggableScrollableSheetState__scrollController, _s17_)._positions)._pixels; + t1 = A._lateReadCheck(this.___DraggableScrollableSheetState__scrollController, "_scrollController"); + t1.extent.hasDragged = false; + t2 = t1.get$position(t1)._pixels; + t2.toString; + if (t2 !== 0) + t1.animateTo$3$curve$duration(0, B.C__Linear, B.Duration_1000); + t2 = t1.extent; + t1 = type$._DraggableScrollableSheetScrollPosition._as(A.ScrollController.prototype.get$position.call(t1, t1)).context; + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._gestureDetectorKey); t1.toString; - if (t1 !== 0) - A._lateReadCheck(_this.___DraggableScrollableSheetState__scrollController, _s17_).animateTo$3$curve$duration(0, B.C__Linear, B.Duration_1000); - A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, _s7_).hasChanged = false; - A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, _s7_)._currentExtent.set$value(0, A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, _s7_).initialExtent); + t2.updateSize$2(t2.initialSize, t1); } }, _setExtent$0() { @@ -222619,8 +224328,26 @@ return new A.LayoutBuilder(new A._DraggableScrollableSheetState_build_closure(this), null); }, dispose$0(_) { - A._lateReadCheck(this.___DraggableScrollableSheetState__scrollController, "_scrollController").dispose$0(0); - this.super$State$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._currentSize.removeListener$1(0, t1.onSizeChanged); + _this.super$State$dispose(0); + }, + _replaceExtent$0() { + var t2, t3, t4, t5, _this = this, + _s7_ = "_extent", + t1 = A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, _s7_); + t1._currentSize.removeListener$1(0, t1.onSizeChanged); + t1 = A._lateReadCheck(_this.___DraggableScrollableSheetState__extent, _s7_); + t2 = _this._widget.minChildSize; + t3 = _this._impliedSnapSizes$0(); + t4 = _this._widget.initialChildSize; + t5 = t1.hasDragged ? J.clamp$2$n(t1._currentSize._change_notifier$_value, t2, 1) : t4; + _this.___DraggableScrollableSheetState__extent = A._DraggableSheetExtent$(new A.ValueNotifier(t5, A.List_List$filled(0, null, false, type$.nullable_void_Function), 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_); + _this._widget.toString; } }; A._DraggableScrollableSheetState__setExtent_closure.prototype = { @@ -222630,26 +224357,26 @@ }; A._DraggableScrollableSheetState_build_closure.prototype = { call$2(context, constraints) { - var sheet, + var t3, sheet, t1 = this.$this, - t2 = A._lateReadCheck(t1.___DraggableScrollableSheetState__extent, "_extent"), - t3 = t1._widget.maxChildSize; + t2 = A._lateReadCheck(t1.___DraggableScrollableSheetState__extent, "_extent"); + t1._widget.toString; B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth); - t2.availablePixels = t3 * B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight); - t3 = A._lateReadCheck(t1.___DraggableScrollableSheetState__extent, "_extent")._currentExtent._change_notifier$_value; - t2 = t1._widget; - t2.toString; - sheet = A.FractionallySizedBox$(B.Alignment_0_1, t2.builder$2(context, A._lateReadCheck(t1.___DraggableScrollableSheetState__scrollController, "_scrollController")), t3, null); + t2.availablePixels = B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight); + t2 = A._lateReadCheck(t1.___DraggableScrollableSheetState__extent, "_extent")._currentSize._change_notifier$_value; + t3 = t1._widget; + t3.toString; + sheet = A.FractionallySizedBox$(B.Alignment_0_1, t3.builder$2(context, A._lateReadCheck(t1.___DraggableScrollableSheetState__scrollController, "_scrollController")), t2, null); t1._widget.toString; return sheet; }, - $signature: 259 + $signature: 248 }; A._DraggableScrollableSheetScrollController.prototype = { createScrollPosition$3(physics, context, oldPosition) { var _null = null, t1 = type$.nullable_void_Function; - t1 = new A._DraggableScrollableSheetScrollPosition(this.extent, B.ScrollDirection_0, physics, context, true, _null, new A.ValueNotifier(false, A.List_List$filled(0, _null, false, t1), type$.ValueNotifier_bool), A.List_List$filled(0, _null, false, t1)); + t1 = new A._DraggableScrollableSheetScrollPosition(new A._DraggableScrollableSheetScrollController_createScrollPosition_closure(this), B.ScrollDirection_0, physics, context, true, _null, new A.ValueNotifier(false, A.List_List$filled(0, _null, false, t1), type$.ValueNotifier_bool), A.List_List$filled(0, _null, false, 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; @@ -222657,8 +224384,17 @@ debugFillDescription$1(description) { this.super$ScrollController$debugFillDescription(description); description.push("extent: " + this.extent.toString$0(0)); + }, + get$position(_) { + return type$._DraggableScrollableSheetScrollPosition._as(A.ScrollController.prototype.get$position.call(this, this)); } }; + A._DraggableScrollableSheetScrollController_createScrollPosition_closure.prototype = { + call$0() { + return this.$this.extent; + }, + $signature: 1592 + }; A._DraggableScrollableSheetScrollPosition.prototype = { beginActivity$1(newActivity) { var t1 = this._ballisticCancelCallback; @@ -222666,34 +224402,42 @@ t1.call$0(); this.super$ScrollPositionWithSingleContext$beginActivity(newActivity); }, - applyContentDimensions$2(minScrollExtent, maxScrollExtent) { - var t1 = this.extent, - t2 = t1._currentExtent._change_notifier$_value, - t3 = t1.minExtent >= t2 ? 0 : 1; - t1 = t1.maxExtent <= t2 ? 0 : 1; - return this.super$ScrollPosition$applyContentDimensions(minScrollExtent - t3, maxScrollExtent + t1); + applyContentDimensions$2(minScrollSize, maxScrollSize) { + var t1 = this.getExtent, + t2 = t1.call$0(); + t2 = t2.minSize >= t2._currentSize._change_notifier$_value ? 0 : 1; + t1 = t1.call$0(); + t1 = t1.maxSize <= t1._currentSize._change_notifier$_value ? 0 : 1; + return this.super$ScrollPosition$applyContentDimensions(minScrollSize - t2, maxScrollSize + t1); }, applyUserOffset$1(delta) { - var t2, t3, _this = this, + var t2, _this = this, t1 = _this._pixels; t1.toString; if (!(t1 > 0)) { - t1 = _this.extent; - t2 = t1._currentExtent._change_notifier$_value; - t3 = t1.minExtent >= t2; - if (t3 || t1.maxExtent <= t2) - if (!(t3 && delta < 0)) - t1 = t1.maxExtent <= t2 && delta > 0; - else + t1 = _this.getExtent; + t2 = t1.call$0(); + if (!(t2.minSize >= t2._currentSize._change_notifier$_value)) { + t2 = t1.call$0(); + t2 = t2.maxSize <= t2._currentSize._change_notifier$_value; + } else + t2 = true; + if (t2) { + t2 = t1.call$0(); + if (!(t2.minSize >= t2._currentSize._change_notifier$_value && delta < 0)) { + t1 = t1.call$0(); + t1 = t1.maxSize <= t1._currentSize._change_notifier$_value && delta > 0; + } else t1 = true; - else + } else t1 = true; } else t1 = false; if (t1) { - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this.context._gestureDetectorKey); - t1.toString; - _this.extent.addPixelDelta$2(-delta, t1); + t1 = _this.getExtent.call$0(); + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this.context._gestureDetectorKey); + t2.toString; + t1.addPixelDelta$2(-delta, t2); } else _this.super$ScrollPositionWithSingleContext$applyUserOffset(delta); }, @@ -222704,11 +224448,12 @@ this.super$ScrollPositionWithSingleContext$dispose(0); }, goBallistic$1(velocity) { - var t2, simulation, t3, t4, ballisticController, _this = this, t1 = {}; + var t2, simulation, t3, ballisticController, _this = this, t1 = {}; t1.velocity = velocity; - if (velocity === 0) + if (velocity === 0) { + _this.getExtent.call$0().toString; t2 = true; - else + } else t2 = false; if (!t2) { if (velocity < 0) { @@ -222719,8 +224464,8 @@ t2 = false; if (!t2) if (velocity > 0) { - t2 = _this.extent; - t2 = t2.maxExtent <= t2._currentExtent._change_notifier$_value; + t2 = _this.getExtent.call$0(); + t2 = t2.maxSize <= t2._currentSize._change_notifier$_value; } else t2 = false; else @@ -222736,13 +224481,14 @@ t2.call$0(); _this._dragCancelCallback = null; simulation = A._Cell$named("simulation"); - t2 = _this.extent; - t3 = t2._currentExtent; - t4 = t3._change_notifier$_value; - simulation.set$finalLocalValue(A.ClampingScrollSimulation$(t4 / t2.maxExtent * t2.availablePixels, _this.physics.get$tolerance(), velocity)); + t2 = _this.getExtent; + t2.call$0().toString; + t3 = t2.call$0(); + simulation.set$finalLocalValue(A.ClampingScrollSimulation$(t3._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); - t1.lastPosition = t3._change_notifier$_value / t2.maxExtent * t2.availablePixels; + t2 = t2.call$0(); + t1.lastPosition = t2._currentSize._change_notifier$_value / t2.maxSize * t2.availablePixels; ballisticController.didRegisterListener$0(); t2 = ballisticController.AnimationLocalListenersMixin__listeners; t2._isDirty = true; @@ -222756,28 +224502,38 @@ }; A._DraggableScrollableSheetScrollPosition_goBallistic__tick.prototype = { call$0() { - var t3, t4, t5, velocity, + var t5, t6, t7, t8, velocity, t1 = this.ballisticController, - t2 = this._box_0, - delta = B.JSNumber_methods.$sub(A._lateReadCheck(t1.__AnimationController__value, "_value"), t2.lastPosition); - t2.lastPosition = A._lateReadCheck(t1.__AnimationController__value, "_value"); - t3 = this.$this; - t4 = t3.extent; - t5 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3.context._gestureDetectorKey); - t5.toString; - t4.addPixelDelta$2(delta, t5); - t5 = t2.velocity; - if (!(t5 > 0 && t4.maxExtent <= t4._currentExtent._change_notifier$_value)) - t4 = t5 < 0 && t4.minExtent >= t4._currentExtent._change_notifier$_value; + t2 = A._lateReadCheck(t1.__AnimationController__value, "_value"), + t3 = this._box_0, + t4 = t3.lastPosition; + t3.lastPosition = A._lateReadCheck(t1.__AnimationController__value, "_value"); + t5 = this.$this; + t6 = t5.getExtent; + t7 = t6.call$0(); + t8 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t5.context._gestureDetectorKey); + t8.toString; + t7.addPixelDelta$2(t2 - t4, t8); + if (t3.velocity > 0) { + t2 = t6.call$0(); + t2 = t2.maxSize <= t2._currentSize._change_notifier$_value; + } else + t2 = false; + if (!t2) + if (t3.velocity < 0) { + t2 = t6.call$0(); + t2 = t2.minSize >= t2._currentSize._change_notifier$_value; + } else + t2 = false; else - t4 = true; - if (t4) { - velocity = t1.get$velocity() + t3.physics.get$tolerance().velocity * J.get$sign$in(t1.get$velocity()); - t2.velocity = velocity; - t3.super$ScrollPositionWithSingleContext$goBallistic(velocity); + t2 = true; + if (t2) { + velocity = t1.get$velocity() + t5.physics.get$tolerance().velocity * J.get$sign$in(t1.get$velocity()); + t3.velocity = velocity; + t5.super$ScrollPositionWithSingleContext$goBallistic(velocity); t1.stop$0(0); } else if (t1.get$status(t1) === B.AnimationStatus_3) - t3.super$ScrollPositionWithSingleContext$goBallistic(0); + t5.super$ScrollPositionWithSingleContext$goBallistic(0); }, $signature: 0 }; @@ -222902,7 +224658,7 @@ }; A.TextEditingController.prototype = { set$text(_, newText) { - this.super$ValueNotifier$value(0, this._change_notifier$_value.copyWith$3$composing$selection$text(B.TextRange_m1_m1, B.TextSelection_TbC, newText)); + this.super$ValueNotifier$value(0, this._change_notifier$_value.copyWith$3$composing$selection$text(B.TextRange_m1_m1, B.TextSelection_ke5, newText)); }, buildTextSpan$3$context$style$withComposing(context, style, withComposing) { var t3, composingStyle, _null = null, @@ -222956,7 +224712,7 @@ }, createState$0() { var _null = null; - return new A.EditableTextState(new A.ValueNotifier(true, A.List_List$filled(0, _null, false, type$.nullable_void_Function), type$.ValueNotifier_bool), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LayerLink(), new A.LayerLink(), new A.LayerLink(), -1, false, _null, _null, B._StateLifecycle_0); + return new A.EditableTextState(new A.ValueNotifier(true, A.List_List$filled(0, _null, false, type$.nullable_void_Function), type$.ValueNotifier_bool), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LayerLink(), new A.LayerLink(), new A.LayerLink(), _null, _null, _null, B._StateLifecycle_0); } }; A.EditableTextState.prototype = { @@ -222969,61 +224725,28 @@ } return t1; }, - get$_cursorBlinkOpacityController() { - var result, t1, _this = this, - value = _this.__EditableTextState__cursorBlinkOpacityController; - if (value === $) { - result = A.AnimationController$(null, B.Duration_250000, 0, null, 1, null, _this); - result.didRegisterListener$0(); - t1 = result.AnimationLocalListenersMixin__listeners; - t1._isDirty = true; - t1._observer_list$_list.push(_this.get$_onCursorColorTick()); - A._lateInitializeOnceCheck(_this.__EditableTextState__cursorBlinkOpacityController, "_cursorBlinkOpacityController"); - _this.__EditableTextState__cursorBlinkOpacityController = result; - value = result; - } - return value; - }, - get$_floatingCursorResetController() { - var result, t1, _this = this, _null = null, - value = _this.__EditableTextState__floatingCursorResetController; - if (value === $) { - result = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); - result.didRegisterListener$0(); - t1 = result.AnimationLocalListenersMixin__listeners; - t1._isDirty = true; - t1._observer_list$_list.push(_this.get$_onFloatingCursorResetTick()); - A._lateInitializeOnceCheck(_this.__EditableTextState__floatingCursorResetController, "_floatingCursorResetController"); - _this.__EditableTextState__floatingCursorResetController = result; - value = result; - } - return value; - }, get$wantKeepAlive() { return this._widget.focusNode.get$hasFocus(); }, - setSelection$2(nextSelection, cause) { - var textLength, _this = this; - if (J.$eq$(nextSelection, _this._widget.controller._change_notifier$_value.selection)) - return; - if (nextSelection.get$isValid()) { - textLength = _this._widget.controller._change_notifier$_value.text.length; - nextSelection = nextSelection.copyWith$2$baseOffset$extentOffset(Math.min(A.checkNum(nextSelection.baseOffset), textLength), Math.min(A.checkNum(nextSelection.extentOffset), textLength)); - } - _this._handleSelectionChange$2(nextSelection, cause); - return _this.super$TextEditingActionTarget$setSelection(nextSelection, cause); - }, - setTextEditingValue$2(newValue, cause) { - if (J.$eq$(newValue, this._widget.controller._change_notifier$_value)) - return; - this.userUpdateTextEditingValue$2(newValue, cause); + get$_textEditingValueforTextLayoutMetrics() { + var t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._editableKey), + editableWidget = t1 == null ? null : t1.get$widget(); + if (!(editableWidget instanceof A._Editable)) + throw A.wrapException(A.StateError$("_Editable must be mounted.")); + return editableWidget.value; }, copySelection$1(cause) { - var t1, _this = this; - _this.super$TextEditingActionTarget$copySelection(cause); + var t2, _this = this, + t1 = _this._widget.controller._change_notifier$_value, + selection = t1.selection, + text = t1.text; + t1 = selection.start; + t2 = selection.end; + if (t1 == t2) + return; + A.Clipboard_setData(new A.ClipboardData(J.substring$2$s(text, t1, t2))); if (cause === B.SelectionChangedCause_5) { - t1 = _this._widget.controller._change_notifier$_value.selection; - _this.bringIntoView$1(new A.TextPosition(t1.extentOffset, t1.affinity)); + _this.bringIntoView$1(_this._widget.controller._change_notifier$_value.selection.get$extent()); _this.hideToolbar$1(false); switch (A.defaultTargetPlatform()) { case B.TargetPlatform_2: @@ -223042,11 +224765,21 @@ } }, cutSelection$1(cause) { - var t1, _this = this; - _this.super$TextEditingActionTarget$cutSelection(cause); + var selection, text, t2, _this = this, + t1 = _this._widget; + if (t1.readOnly) + return; + t1 = t1.controller._change_notifier$_value; + selection = t1.selection; + text = t1.text; + t1 = selection.start; + t2 = selection.end; + if (t1 == t2) + return; + A.Clipboard_setData(new A.ClipboardData(J.substring$2$s(text, t1, t2))); + _this._replaceText$1(new A.ReplaceTextIntent(_this._widget.controller._change_notifier$_value, "", selection, cause)); if (cause === B.SelectionChangedCause_5) { - t1 = _this._widget.controller._change_notifier$_value.selection; - _this.bringIntoView$1(new A.TextPosition(t1.extentOffset, t1.affinity)); + _this.bringIntoView$1(_this._widget.controller._change_notifier$_value.selection.get$extent()); _this.hideToolbar$0(); } }, @@ -223056,7 +224789,7 @@ pasteText$body$EditableTextState(cause) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, t1; + $async$returnValue, $async$self = this, selection, data, t2, t1; var $async$pasteText$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -223064,47 +224797,60 @@ switch ($async$goto) { case 0: // Function start - $async$self.super$TextEditingActionTarget$pasteText(cause); + t1 = $async$self._widget; + if (t1.readOnly) { + // goto return + $async$goto = 1; + break; + } + selection = t1.controller._change_notifier$_value.selection; + if (!selection.get$isValid()) { + // goto return + $async$goto = 1; + break; + } + $async$goto = 3; + return A._asyncAwait(A.Clipboard_getData("text/plain"), $async$pasteText$1); + case 3: + // returning from await. + data = $async$result; + if (data == null) { + // goto return + $async$goto = 1; + break; + } + t1 = $async$self._widget.controller._change_notifier$_value; + t2 = data.text; + t2.toString; + $async$self._replaceText$1(new A.ReplaceTextIntent(t1, t2, selection, cause)); if (cause === B.SelectionChangedCause_5) { - t1 = $async$self._widget.controller._change_notifier$_value.selection; - $async$self.bringIntoView$1(new A.TextPosition(t1.extentOffset, t1.affinity)); + $async$self.bringIntoView$1($async$self._widget.controller._change_notifier$_value.selection.get$extent()); $async$self.hideToolbar$0(); } - // implicit return - return A._asyncReturn(null, $async$completer); + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); } }); return A._asyncStartSync($async$pasteText$1, $async$completer); }, - selectAll$1(cause) { - var t1; - this.super$TextEditingActionTarget$selectAll(cause); - if (cause === B.SelectionChangedCause_5) { - t1 = this._widget.controller._change_notifier$_value.selection; - this.bringIntoView$1(new A.TextPosition(t1.extentOffset, t1.affinity)); - } - }, - _handleSelectionChange$2(nextSelection, cause) { - var focusingEmpty = nextSelection.baseOffset === 0 && nextSelection.extentOffset === 0 && !this._widget.focusNode.get$hasFocus(); - if (nextSelection.$eq(0, this._widget.controller._change_notifier$_value.selection) && cause !== B.SelectionChangedCause_4 && !focusingEmpty) - return; - this._widget.onSelectionChanged.call$2(nextSelection, cause); - }, initState$0() { var t1, t2, _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()); - t1 = _this._widget.focusNode; - t2 = _this._framework$_element; - t2.toString; - _this._editable_text$_focusAttachment = t1.attach$1(t2); _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, _this = this; - _this.super$_EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin$didChangeDependencies(); + var t1, newAutofillGroup, t2, newTickerEnabled, _this = this; + _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; newAutofillGroup = A.AutofillGroup_of(t1); @@ -223124,9 +224870,21 @@ _this._didAutoFocus = true; $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.EditableTextState_didChangeDependencies_closure(_this)); } + t1 = _this._framework$_element; + t1.toString; + newTickerEnabled = A.TickerMode_of(t1); + if (_this._tickersEnabled !== newTickerEnabled) { + _this._tickersEnabled = newTickerEnabled; + if (newTickerEnabled && _this._cursorActive) + _this._startCursorTimer$0(); + else if (!newTickerEnabled && _this._cursorTimer != null) { + _this._cursorTimer.cancel$0(0); + _this._cursorTimer = null; + } + } }, didUpdateWidget$1(oldWidget) { - var t1, t2, t3, style, _this = this; + var t1, t2, style, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget.controller; t2 = oldWidget.controller; @@ -223171,13 +224929,6 @@ if (t1 !== t2) { t1 = _this.get$_editable_text$_handleFocusChanged(); t2.removeListener$1(0, t1); - t2 = _this._editable_text$_focusAttachment; - if (t2 != null) - t2.detach$0(0); - t2 = _this._widget.focusNode; - t3 = _this._framework$_element; - t3.toString; - _this._editable_text$_focusAttachment = t2.attach$1(t3); _this._widget.focusNode.addListener$1(0, t1); _this.updateKeepAlive$0(); } @@ -223228,20 +224979,25 @@ t1._autofill$_clients.remove$1(0, t2); } _this._widget.controller.removeListener$1(0, _this.get$_didChangeTextEditingValue()); - _this.get$_floatingCursorResetController().dispose$0(0); + t1 = _this._floatingCursorResetController; + if (t1 != null) + t1.dispose$0(0); + _this._floatingCursorResetController = null; _this._closeInputConnectionIfNeeded$0(); t1 = _this._cursorTimer; if (t1 != null) t1.cancel$0(0); _this._cursorTimer = null; - _this.get$_cursorBlinkOpacityController().dispose$0(0); + t1 = _this._cursorBlinkOpacityController; + if (t1 != null) + t1.dispose$0(0); + _this._cursorBlinkOpacityController = null; t1 = _this._selectionOverlay; if (t1 != null) { t1.hide$0(); A._lateReadCheck(t1.__TextSelectionOverlay__toolbarController, "_toolbarController").dispose$0(0); } _this._selectionOverlay = null; - _this._editable_text$_focusAttachment.detach$0(0); _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); @@ -223257,7 +225013,7 @@ t1 = value.text; t2 = _this._widget.controller._change_notifier$_value; if (t1 == t2.text && value.composing.$eq(0, t2.composing)) - _this._handleSelectionChanged$2(value.selection, B.SelectionChangedCause_4); + _this._editable_text$_handleSelectionChanged$2(value.selection, B.SelectionChangedCause_4); else { _this.hideToolbar$0(); _this._currentPromptRectRange = null; @@ -223288,8 +225044,8 @@ t4 = t2.getLocalRectForCaret$1(t4).get$centerLeft(); t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); t2.toString; - finalPosition = t4.$sub(0, new A.Offset(0, t3._as(t2)._textPainter.get$preferredLineHeight() / 2)); - t2 = _this.get$_floatingCursorResetController(); + 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.toString; @@ -223301,10 +225057,10 @@ t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); t1.toString; if (t2 != t3._as(t1)._selection.baseOffset) - _this._handleSelectionChanged$2(A.TextSelection$collapsed(B.TextAffinity_1, _this._lastTextPosition.offset), B.SelectionChangedCause_3); + _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.get$_floatingCursorResetController().__AnimationController__value, "_value"); + t2 = A._lateReadCheck(_this._floatingCursorResetController.__AnimationController__value, "_value"); t4 = _this._lastBoundedOffset; t5 = A.lerpDouble(t4._dx, finalPosition._dx, t2); t5.toString; @@ -223319,7 +225075,7 @@ } }, _finalizeEditing$2$shouldUnfocus(action, shouldUnfocus) { - var exception, stack, exception0, stack0, exception1, _this = this, + var exception, stack, onSubmitted, exception0, stack0, exception1, _this = this, t1 = _this._widget, t2 = t1.onEditingComplete; if (t2 != null) @@ -223334,44 +225090,49 @@ else { t1 = t1.controller; t1.super$ValueNotifier$value(0, t1._change_notifier$_value.copyWith$1$composing(B.TextRange_m1_m1)); - if (shouldUnfocus) - switch (action) { - case B.TextInputAction_0: - case B.TextInputAction_1: - case B.TextInputAction_2: - case B.TextInputAction_3: - case B.TextInputAction_4: - case B.TextInputAction_5: - case B.TextInputAction_8: - case B.TextInputAction_9: - case B.TextInputAction_10: - case B.TextInputAction_11: - case B.TextInputAction_12: + if (shouldUnfocus) { + switch (action.index) { + case 0: + case 1: + case 2: + case 3: + case 4: + case 5: + case 8: + case 9: + case 10: + case 11: + case 12: _this._widget.focusNode.unfocus$0(); break; - case B.TextInputAction_6: + case 6: t1 = _this._widget.focusNode; t1._context.dependOnInheritedWidgetOfExactType$1$0(type$._FocusTraversalGroupMarker).policy._moveFocus$2$forward(t1, true); break; - case B.TextInputAction_7: + case 7: t1 = _this._widget.focusNode; t1._context.dependOnInheritedWidgetOfExactType$1$0(type$._FocusTraversalGroupMarker).policy._moveFocus$2$forward(t1, false); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } + shouldUnfocus = true; + } } + t1 = _this._widget; + onSubmitted = t1.onSubmitted; + if (onSubmitted == null) + return; try { - t1 = _this._widget; - t2 = t1.onSubmitted; - if (t2 != null) - t2.call$1(t1.controller._change_notifier$_value.text); + onSubmitted.call$1(t1.controller._change_notifier$_value.text); } catch (exception) { exception0 = A.unwrapException(exception); stack0 = A.getTraceFromException(exception); t1 = A.ErrorDescription$("while calling onSubmitted for " + action.toString$0(0)); A.FlutterError_reportError(new A.FlutterErrorDetails(exception0, stack0, "widgets", t1, null, false)); } + if (shouldUnfocus) + _this._scheduleRestartConnection$0(); }, _updateRemoteEditingValueIfNeeded$0() { var t1, _this = this; @@ -223387,7 +225148,8 @@ _getOffsetToRevealCaret$1(rect) { var t1, t2, t3, additionalOffset, unitOffset, t4, t5, t6, t7, t8, expandedRect, targetOffset, _this = this; if (!B.JSArray_methods.get$single(_this.get$_scrollController()._positions).physics.get$allowImplicitScrolling()) { - t1 = B.JSArray_methods.get$single(_this.get$_scrollController()._positions)._pixels; + t1 = _this.get$_scrollController(); + t1 = t1.get$position(t1)._pixels; t1.toString; return new A.RevealedOffset(t1, rect); } @@ -223411,21 +225173,23 @@ t8 = rect.top; t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); t1.toString; - expandedRect = A.Rect$fromCenter(t4, Math.max(t7 - t8, A.checkNum(t3._as(t1)._textPainter.get$preferredLineHeight())), t5 - t6); + expandedRect = A.Rect$fromCenter(t4, Math.max(t7 - t8, A.checkNum(t3._as(t1)._editable$_textPainter.get$preferredLineHeight())), t5 - t6); 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); unitOffset = B.Offset_0_1; } - t1 = B.JSArray_methods.get$single(_this.get$_scrollController()._positions)._pixels; + t1 = _this.get$_scrollController(); + t1 = t1.get$position(t1)._pixels; t1.toString; t2 = B.JSArray_methods.get$single(_this.get$_scrollController()._positions)._minScrollExtent; 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); - t3 = B.JSArray_methods.get$single(_this.get$_scrollController()._positions)._pixels; + t3 = _this.get$_scrollController(); + t3 = t3.get$position(t3)._pixels; t3.toString; return new A.RevealedOffset(targetOffset, rect.shift$1(unitOffset.$mul(0, t3 - targetOffset))); }, @@ -223439,7 +225203,7 @@ return t1 !== false; }, _openInputConnection$0() { - var t1, t2, t3, connection, style, t4, t5, _this = this, + var t1, t2, t3, connection, style, _this = this, _s8_ = "_channel", _s14_ = "TextInput.show"; if (!_this.get$_hasInputConnection()) { @@ -223459,22 +225223,23 @@ t2 = connection; } _this._textInputConnection = t2; - t2 = $.$get$TextInput__instance(); - t3 = type$.void; - A._lateReadCheck(t2.__TextInput__channel, _s8_).invokeMethod$1$1(_s14_, t3); _this._updateSizeAndTransform$0(); _this._updateComposingRectIfNeeded$0(); _this._updateCaretRectIfNeeded$0(); + style = _this._widget.style; + t2 = _this._textInputConnection; + t2.toString; + t3 = _this.get$_editable_text$_textDirection(); + t2.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(0, style.fontFamily, style.fontSize, style.fontWeight, _this._widget.textAlign, t3); + t3 = $.$get$TextInput__instance(); + t2 = type$.void; + A._lateReadCheck(t3.__TextInput__channel, _s8_).invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), t2); + A._lateReadCheck(t3.__TextInput__channel, _s8_).invokeMethod$1$1(_s14_, t2); if (_this.get$_needsAutofill()) { _this._textInputConnection.toString; - A._lateReadCheck(t2.__TextInput__channel, _s8_).invokeMethod$1$1("TextInput.requestAutofill", t3); + A._lateReadCheck(t3.__TextInput__channel, _s8_).invokeMethod$1$1("TextInput.requestAutofill", t2); } - style = _this._widget.style; - t4 = _this._textInputConnection; - t4.toString; - t5 = _this.get$_editable_text$_textDirection(); - t4.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(0, style.fontFamily, style.fontSize, style.fontWeight, _this._widget.textAlign, t5); - A._lateReadCheck(t2.__TextInput__channel, _s8_).invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), t3); + _this._lastKnownRemoteTextEditingValue = t1; } else { _this._textInputConnection.toString; A._lateReadCheck($.$get$TextInput__instance().__TextInput__channel, _s8_).invokeMethod$1$1(_s14_, type$.void); @@ -223486,14 +225251,49 @@ t1 = _this._textInputConnection; t1.toString; t2 = $.$get$TextInput__instance(); - if (t2._currentConnection === t1) { - A._lateReadCheck(t2.__TextInput__channel, "_channel").invokeMethod$1$1("TextInput.clearClient", type$.void); - t2._currentConnection = null; - t2._scheduleHide$0(); - } + if (t2._currentConnection === t1) + t2._clearClient$0(); _this._lastKnownRemoteTextEditingValue = _this._textInputConnection = null; } }, + _scheduleRestartConnection$0() { + if (this._restartConnectionScheduled) + return; + this._restartConnectionScheduled = true; + A.scheduleMicrotask(this.get$_restartConnectionIfNeeded()); + }, + _restartConnectionIfNeeded$0() { + var t1, t2, currentAutofillScope, newConnection, connection, style, _this = this; + _this._restartConnectionScheduled = false; + if (_this.get$_hasInputConnection()) + t1 = false; + else + t1 = true; + if (t1) + return; + t1 = _this._textInputConnection; + t1.toString; + t2 = $.$get$TextInput__instance(); + if (t2._currentConnection === t1) + t2._clearClient$0(); + _this._lastKnownRemoteTextEditingValue = _this._textInputConnection = null; + currentAutofillScope = _this.get$_needsAutofill() ? _this._currentAutofillScope : null; + newConnection = currentAutofillScope == null ? null : currentAutofillScope.attach$2(_this, _this.get$textInputConfiguration()); + if (newConnection == null) { + t1 = _this._widget.autofillClient; + t1 = (t1 == null ? _this : t1).get$textInputConfiguration(); + connection = A.TextInputConnection$_(_this); + t2._attach$2(connection, t1); + newConnection = connection; + } + _this._textInputConnection = newConnection; + style = _this._widget.style; + t1 = _this.get$_editable_text$_textDirection(); + newConnection.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(0, style.fontFamily, style.fontSize, style.fontWeight, _this._widget.textAlign, t1); + t1 = _this._widget.controller._change_notifier$_value; + A._lateReadCheck(t2.__TextInput__channel, "_channel").invokeMethod$1$2("TextInput.setEditingState", t1.toJSON$0(), type$.void); + _this._lastKnownRemoteTextEditingValue = _this._widget.controller._change_notifier$_value; + }, requestKeyboard$0() { if (this._widget.focusNode.get$hasFocus()) this._openInputConnection$0(); @@ -223518,10 +225318,11 @@ _updateSelectionOverlayForScroll$0() { var t1 = this._selectionOverlay; if (t1 != null) - t1._markNeedsBuild$0(); + t1._text_selection$_markNeedsBuild$0(); }, - _handleSelectionChanged$2(selection, cause) { - var exception, stack, t1, t2, t3, t4, t5, result, exception0, _this = this, _null = null; + _editable_text$_handleSelectionChanged$2(selection, cause) { + var exception, stack, t1, t2, t3, t4, t5, result, exception0, _this = this, _null = null, + _s18_ = "_toolbarController"; if (!_this._widget.controller.isSelectionWithinTextBounds$1(selection)) return; _this._widget.controller.set$selection(selection); @@ -223531,7 +225332,7 @@ t1 = _this._selectionOverlay; if (t1 != null) { t1.hide$0(); - A._lateReadCheck(t1.__TextSelectionOverlay__toolbarController, "_toolbarController").dispose$0(0); + A._lateReadCheck(t1.__TextSelectionOverlay__toolbarController, _s18_).dispose$0(0); } _this._selectionOverlay = null; } else { @@ -223548,7 +225349,9 @@ t3 = new A.TextSelectionOverlay(t2, t1, _this._toolbarLayerLink, _this._startHandleLayerLink, _this._endHandleLayerLink, t4, t5.selectionControls, _this, t5.dragStartBehavior, t5.onSelectionHandleTapped, _null, t3); result = t2.findRootAncestorStateOfType$1$0(type$.OverlayState); result.toString; - t3.__TextSelectionOverlay__toolbarController = A.AnimationController$(_null, B.Duration_150000, 0, _null, 1, _null, result); + t1 = A.AnimationController$(_null, B.Duration_150000, _null, 1, _null, result); + A._lateWriteOnceCheck($, _s18_); + t3.__TextSelectionOverlay__toolbarController = t1; _this._selectionOverlay = t3; } else t2.update$1(0, t3._change_notifier$_value); @@ -223589,15 +225392,16 @@ $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.EditableTextState_didChangeMetrics_closure(_this)); t1 = A._lateReadCheck(_this.__EditableTextState__lastBottomViewInset, _s20_); $.WidgetsBinding__instance.toString; - if (B.JSNumber_methods.$lt(t1, t2._viewInsets.bottom)) + if (t1 < t2._viewInsets.bottom) _this._scheduleShowCaretOnScreen$0(); } $.WidgetsBinding__instance.toString; _this.__EditableTextState__lastBottomViewInset = t2._viewInsets.bottom; }, _formatAndSetValue$3$userInteraction(value, cause, userInteraction) { - var exception, stack, t2, textChanged, value0, exception0, _this = this, - t1 = _this._widget.controller._change_notifier$_value; + var exception, stack, exception0, stack0, t1, t2, textChanged, value0, exception1, t3, _this = this; + value = value; + t1 = _this._widget.controller._change_notifier$_value; if (t1.text == value.text) { t2 = t1.composing; if (t2.start != t2.end) { @@ -223609,15 +225413,22 @@ } else textChanged = true; t1 = t1.selection.$eq(0, value.selection); - if (textChanged) { - t2 = _this._widget.inputFormatters; - value0 = t2 == null ? null : B.JSArray_methods.fold$1$2(t2, value, new A.EditableTextState__formatAndSetValue_closure(_this), type$.TextEditingValue); - value = value0 == null ? value : value0; - } + if (textChanged) + try { + t2 = _this._widget.inputFormatters; + value0 = t2 == null ? null : B.JSArray_methods.fold$1$2(t2, value, new A.EditableTextState__formatAndSetValue_closure(_this), type$.TextEditingValue); + value = value0 == null ? value : value0; + } catch (exception1) { + exception = A.unwrapException(exception1); + stack = A.getTraceFromException(exception1); + t2 = A.ErrorDescription$("while applying input formatters"); + A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "widgets", t2, null, false)); + } ++_this._batchEditDepth; - t2 = _this._widget.controller; - t2.toString; - t2.super$ValueNotifier$value(0, value); + t2 = value; + t3 = _this._widget.controller; + t3.toString; + t3.super$ValueNotifier$value(0, t2); if (t1) if (userInteraction) t1 = cause === B.SelectionChangedCause_2 || cause === B.SelectionChangedCause_4; @@ -223626,18 +225437,18 @@ else t1 = true; if (t1) - _this._handleSelectionChanged$2(_this._widget.controller._change_notifier$_value.selection, cause); + _this._editable_text$_handleSelectionChanged$2(_this._widget.controller._change_notifier$_value.selection, cause); if (textChanged) try { t1 = _this._widget; t2 = t1.onChanged; if (t2 != null) t2.call$1(t1.controller._change_notifier$_value.text); - } catch (exception0) { - exception = A.unwrapException(exception0); - stack = A.getTraceFromException(exception0); + } catch (exception) { + exception0 = A.unwrapException(exception); + stack0 = A.getTraceFromException(exception); t1 = A.ErrorDescription$("while calling onChanged"); - A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "widgets", t1, null, false)); + A.FlutterError_reportError(new A.FlutterErrorDetails(exception0, stack0, "widgets", t1, null, false)); } --_this._batchEditDepth; _this._updateRemoteEditingValueIfNeeded$0(); @@ -223651,24 +225462,25 @@ t1.toString; type$.RenderEditable._as(t1); t2 = _this._widget.cursorColor; - t3 = A._lateReadCheck(_this.get$_cursorBlinkOpacityController().__AnimationController__value, "_value"); + t3 = A._lateReadCheck(_this._cursorBlinkOpacityController.__AnimationController__value, "_value"); 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 && B.JSNumber_methods.$gt(A._lateReadCheck(_this.get$_cursorBlinkOpacityController().__AnimationController__value, "_value"), 0); + t1 = _this._widget.showCursor && A._lateReadCheck(_this._cursorBlinkOpacityController.__AnimationController__value, "_value") > 0; _this._cursorVisibilityNotifier.set$value(0, t1); }, _cursorTick$1(timer) { - var targetOpacity, _this = this, + var targetOpacity, t2, _this = this, t1 = !_this._targetCursorVisibility; _this._targetCursorVisibility = t1; targetOpacity = t1 ? 1 : 0; - if (_this._widget.cursorOpacityAnimates) { - t1 = _this.get$_cursorBlinkOpacityController(); - t1._direction = B._AnimationDirection_0; - t1._animateToInternal$3$curve$duration(targetOpacity, B.Cubic_xDo0, null); + 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 - _this.get$_cursorBlinkOpacityController().set$value(0, targetOpacity); + t2.set$value(0, targetOpacity); if (_this._obscureShowCharTicksPending > 0) _this.setState$1(new A.EditableTextState__cursorTick_closure(_this)); }, @@ -223680,26 +225492,30 @@ }, _startCursorTimer$0() { var _this = this; + _this._cursorActive = true; + if (!_this._tickersEnabled) + return; _this._targetCursorVisibility = true; - _this.get$_cursorBlinkOpacityController().set$value(0, 1); + _this._cursorBlinkOpacityController.set$value(0, 1); if (_this._widget.cursorOpacityAnimates) _this._cursorTimer = A.Timer_Timer$periodic(B.Duration_150000, _this.get$_cursorWaitForStart()); else _this._cursorTimer = A.Timer_Timer$periodic(B.Duration_500000, _this.get$_cursorTick()); }, _stopCursorTimer$1$resetCharTicks(resetCharTicks) { - var _this = this, - t1 = _this._cursorTimer; + var t1, _this = this; + _this._cursorActive = false; + t1 = _this._cursorTimer; if (t1 != null) t1.cancel$0(0); _this._cursorTimer = null; _this._targetCursorVisibility = false; - _this.get$_cursorBlinkOpacityController().set$value(0, 0); + _this._cursorBlinkOpacityController.set$value(0, 0); if (resetCharTicks) _this._obscureShowCharTicksPending = 0; if (_this._widget.cursorOpacityAnimates) { - _this.get$_cursorBlinkOpacityController().stop$0(0); - _this.get$_cursorBlinkOpacityController().set$value(0, 0); + _this._cursorBlinkOpacityController.stop$0(0); + _this._cursorBlinkOpacityController.set$value(0, 0); } }, _stopCursorTimer$0() { @@ -223718,7 +225534,7 @@ if (t1) _this._startCursorTimer$0(); else { - if (_this._cursorTimer != null) + if (_this._cursorActive) if (_this._widget.focusNode.get$hasFocus()) { t1 = _this._widget.controller._change_notifier$_value.selection; t1 = t1.start != t1.end; @@ -223736,6 +225552,7 @@ _this._startOrStopCursorTimerIfNeeded$0(); _this._updateOrDisposeSelectionOverlayIfNeeded$0(); _this.setState$1(new A.EditableTextState__didChangeTextEditingValue_closure()); + _this.get$_adjacentLineAction().stopCurrentVerticalRunIfSelectionChanges$0(); }, _editable_text$_handleFocusChanged$0() { var t1, t2, _this = this; @@ -223757,7 +225574,7 @@ if (!_this._widget.readOnly) _this._scheduleShowCaretOnScreen$0(); if (!_this._widget.controller._change_notifier$_value.selection.get$isValid()) - _this._handleSelectionChanged$2(A.TextSelection$collapsed(B.TextAffinity_1, _this._widget.controller._change_notifier$_value.text.length), null); + _this._editable_text$_handleSelectionChanged$2(A.TextSelection$collapsed(B.TextAffinity_1, _this._widget.controller._change_notifier$_value.text.length), null); } else { B.JSArray_methods.remove$1(t2.WidgetsBinding__observers, _this); _this.setState$1(new A.EditableTextState__handleFocusChanged_closure(_this)); @@ -223836,13 +225653,10 @@ } }, get$_editable_text$_textDirection() { - var t1, result; this._widget.toString; - t1 = this._framework$_element; - t1 = t1.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + var t1 = this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - result = t1.textDirection; - return result; + return t1.textDirection; }, userUpdateTextEditingValue$2(value, cause) { var t1 = this._widget, @@ -223868,12 +225682,19 @@ return false; }, hideToolbar$1(hideHandles) { - var t1 = this._selectionOverlay; + var t1, t2, t3; if (hideHandles) { + t1 = this._selectionOverlay; if (t1 != null) t1.hide$0(); - } else if (t1 != null) - t1.hideToolbar$0(); + } else { + t1 = this._selectionOverlay; + t2 = t1 == null; + t3 = t2 ? null : t1._toolbar != null; + if (t3 === true) + if (!t2) + t1.hideToolbar$0(); + } }, hideToolbar$0() { return this.hideToolbar$1(true); @@ -223894,7 +225715,7 @@ autofillHints = null; else autofillHints = J.JSArray_JSArray$markFixed(t1.slice(0), A._arrayInstanceType(t1)._precomputed1); - autofillConfiguration = autofillHints != null ? new A.AutofillConfiguration(true, "EditableText-" + A.Primitives_objectHashCode(_this), autofillHints, _this._widget.controller._change_notifier$_value, null) : B.AutofillConfiguration_sci; + autofillConfiguration = autofillHints != null ? new A.AutofillConfiguration(true, "EditableText-" + A.Primitives_objectHashCode(_this), autofillHints, _this._widget.controller._change_notifier$_value, null) : B.AutofillConfiguration_lYx; t1 = _this._widget; t2 = t1.keyboardType; t3 = t1.readOnly; @@ -223977,23 +225798,162 @@ t1 = false; return t1 ? new A.EditableTextState__semanticsOnPaste_closure(this, controls) : null; }, + _characterBoundary$1(intent) { + var atomicTextBoundary, + t1 = this._widget, + t2 = t1.obscureText; + t1 = t1.controller; + atomicTextBoundary = t2 ? new A._CodeUnitBoundary(t1._change_notifier$_value) : new A._CharacterBoundary(t1._change_notifier$_value); + return new A._CollapsedSelectionBoundary(atomicTextBoundary, intent.forward); + }, + _nextWordBoundary$1(intent) { + var atomicTextBoundary, boundary, textEditingValue, + t1 = this._widget; + if (t1.obscureText) { + t1 = t1.controller._change_notifier$_value; + atomicTextBoundary = new A._CodeUnitBoundary(t1); + boundary = new A._DocumentBoundary(t1); + } else { + textEditingValue = this.get$_textEditingValueforTextLayoutMetrics(); + atomicTextBoundary = new A._CharacterBoundary(textEditingValue); + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._editableKey).get$renderObject(); + t1.toString; + boundary = new A._ExpandedTextBoundary(new A._WhitespaceBoundary(textEditingValue), new A._WordBoundary(type$.RenderEditable._as(t1), textEditingValue)); + } + t1 = intent.forward; + return new A._CollapsedSelectionBoundary(t1 ? new A._MixedBoundary(atomicTextBoundary, boundary) : new A._MixedBoundary(boundary, atomicTextBoundary), t1); + }, + _linebreak$1(intent) { + var atomicTextBoundary, boundary, textEditingValue, + t1 = this._widget; + if (t1.obscureText) { + t1 = t1.controller._change_notifier$_value; + atomicTextBoundary = new A._CodeUnitBoundary(t1); + boundary = new A._DocumentBoundary(t1); + } else { + textEditingValue = this.get$_textEditingValueforTextLayoutMetrics(); + atomicTextBoundary = new A._CharacterBoundary(textEditingValue); + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._editableKey).get$renderObject(); + t1.toString; + boundary = new A._LineBreak(type$.RenderEditable._as(t1), textEditingValue); + } + return intent.forward ? new A._MixedBoundary(new A._CollapsedSelectionBoundary(atomicTextBoundary, true), boundary) : new A._MixedBoundary(boundary, new A._CollapsedSelectionBoundary(atomicTextBoundary, false)); + }, + _documentBoundary$1(intent) { + return new A._DocumentBoundary(this._widget.controller._change_notifier$_value); + }, + _replaceText$1(intent) { + this.userUpdateTextEditingValue$2(intent.currentTextEditingValue.replaced$2(intent.replacementRange, intent.replacementText), intent.cause); + }, + _updateSelection$1(intent) { + this.userUpdateTextEditingValue$2(intent.currentTextEditingValue.copyWith$1$selection(intent.newSelection), intent.cause); + }, + get$_adjacentLineAction() { + var t1, _this = this, + value = _this.__EditableTextState__adjacentLineAction; + 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); + } + return value; + }, + get$_editable_text$_actions() { + var t1, t2, t3, t4, value0, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, result, _this = this, + value = _this.__EditableTextState__actions; + 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; + 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); + } + value0 = _this.__EditableTextState__updateSelectionAction; + 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); + } + t4 = A._setArrayType([], t1); + t5 = _this.get$_characterBoundary(); + t6 = A._setArrayType([], t1); + t7 = _this._framework$_element; + t7.toString; + t7 = new A._DeleteTextAction(_this, t5, new A.ObserverList(t6, t3), type$._DeleteTextAction_DeleteCharacterIntent)._makeOverridableAction$1(t7); + t6 = _this.get$_nextWordBoundary(); + t8 = A._setArrayType([], t1); + t9 = _this._framework$_element; + t9.toString; + t9 = new A._DeleteTextAction(_this, t6, new A.ObserverList(t8, t3), type$._DeleteTextAction_DeleteToNextWordBoundaryIntent)._makeOverridableAction$1(t9); + t8 = _this.get$_linebreak(); + t10 = A._setArrayType([], t1); + t11 = _this._framework$_element; + t11.toString; + t11 = new A._DeleteTextAction(_this, t8, new A.ObserverList(t10, t3), type$._DeleteTextAction_DeleteToLineBreakIntent)._makeOverridableAction$1(t11); + t5 = A._UpdateTextSelectionAction$(_this, false, t5, type$.ExtendSelectionByCharacterIntent); + t10 = _this._framework$_element; + t10.toString; + t10 = t5._makeOverridableAction$1(t10); + t5 = A._UpdateTextSelectionAction$(_this, true, t6, type$.ExtendSelectionToNextWordBoundaryIntent); + t12 = _this._framework$_element; + t12.toString; + t12 = t5._makeOverridableAction$1(t12); + t8 = A._UpdateTextSelectionAction$(_this, true, t8, type$.ExtendSelectionToLineBreakIntent); + t5 = _this._framework$_element; + t5.toString; + t5 = t8._makeOverridableAction$1(t5); + t8 = _this.get$_adjacentLineAction(); + t13 = _this._framework$_element; + t13.toString; + t13 = t8._makeOverridableAction$1(t13); + t8 = A._UpdateTextSelectionAction$(_this, true, _this.get$_documentBoundary(), type$.ExtendSelectionToDocumentBoundaryIntent); + t14 = _this._framework$_element; + t14.toString; + t14 = t8._makeOverridableAction$1(t14); + t8 = A._setArrayType([], t1); + t15 = _this._framework$_element; + t15.toString; + t15 = new A._ExtendSelectionOrCaretPositionAction(_this, t6, new A.ObserverList(t8, t3))._makeOverridableAction$1(t15); + t8 = A._setArrayType([], t1); + t6 = _this._framework$_element; + t6.toString; + t6 = new A._SelectAllAction(_this, new A.ObserverList(t8, t3))._makeOverridableAction$1(t6); + t8 = A._setArrayType([], t1); + t16 = _this._framework$_element; + t16.toString; + t16 = new A._CopySelectionAction(_this, new A.ObserverList(t8, t3))._makeOverridableAction$1(t16); + t1 = A._setArrayType([], t1); + t8 = _this._framework$_element; + t8.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_DeleteCharacterIntent_NYh, t7, B.Type_wu8, t9, B.Type_DeleteToLineBreakIntent_MEg, t11, B.Type_3dk, t10, B.Type_0Jp, t12, B.Type_23B, t5, B.Type_ejq, t13, B.Type_0Jp0, t14, B.Type_mya, t15, B.Type_SelectAllTextIntent_5TD, t6, B.Type_CopySelectionTextIntent_T5o, t16, B.Type_PasteTextIntent_i6t, new A.CallbackAction(new A.EditableTextState__actions_closure(_this), new A.ObserverList(t1, t3), type$.CallbackAction_PasteTextIntent)._makeOverridableAction$1(t8)], type$.Type, type$.Action_Intent); + A._lateInitializeOnceCheck(_this.__EditableTextState__actions, "_actions"); + _this.__EditableTextState__actions = result; + value = result; + } + return value; + }, build$1(_, context) { - var t1, controls, t2, t3, t4, t5, t6, t7, _this = this, _null = null; - _this._editable_text$_focusAttachment.reparent$0(); + var t1, controls, t2, t3, t4, t5, t6, t7, t8, t9, _this = this, _null = null; _this.super$AutomaticKeepAliveClientMixin$build(0, context); t1 = _this._widget; controls = t1.selectionControls; - t2 = t1.mouseCursor; - if (t2 == null) - t2 = B.SystemMouseCursor_text; - t1 = t1.maxLines !== 1 ? B.AxisDirection_2 : B.AxisDirection_1; - t3 = _this.get$_scrollController(); - t4 = _this._widget; - t5 = t4.scrollPhysics; - t6 = t4.dragStartBehavior; - t7 = t4.restorationId; - t4 = t4.maxLines !== 1 ? _null : A.ScrollConfiguration_of(context).copyWith$1$scrollbars(false); - return new A.MouseRegion(_null, _null, _null, t2, true, A.Scrollable$(t1, t3, t6, true, t5, t7, t4, _null, new A.EditableTextState_build_closure(_this, controls)), _null); + t1 = t1.mouseCursor; + if (t1 == null) + t1 = B.SystemMouseCursor_text; + t2 = _this.get$_editable_text$_actions(); + t3 = _this._widget; + t4 = t3.focusNode; + t3 = t3.maxLines !== 1 ? B.AxisDirection_2 : B.AxisDirection_1; + t5 = _this.get$_scrollController(); + t6 = _this._widget; + t7 = t6.scrollPhysics; + t8 = t6.dragStartBehavior; + t6 = t6.restorationId; + t9 = A.ScrollConfiguration_of(context).copyWith$2$overscroll$scrollbars(false, _this._widget.maxLines !== 1); + return A.MouseRegion$(A.Actions$(t2, A.Focus$(false, _null, A.Scrollable$(t3, t5, t8, true, t7, t6, t9, _null, new A.EditableTextState_build_closure(_this, controls)), "EditableText", _null, t4, false, _null, _null, _null, _null, _null)), t1, _null, _null, _null, _null); }, buildTextSpan$0() { var text, o, t2, t3, t4, _this = this, @@ -224034,7 +225994,7 @@ A.FocusScope_of(t2).autofocus$1(0, t1._widget.focusNode); } }, - $signature: 29 + $signature: 28 }; A.EditableTextState__scheduleShowCaretOnScreen_closure.prototype = { call$1(_) { @@ -224047,7 +226007,7 @@ t3 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject(); t3.toString; t4 = type$.RenderEditable; - lineHeight = t4._as(t3)._textPainter.get$preferredLineHeight(); + lineHeight = t4._as(t3)._editable$_textPainter.get$preferredLineHeight(); bottomSpacing = t1._widget.scrollPadding.bottom; t3 = t1._selectionOverlay; if ((t3 == null ? null : t3.selectionControls) != null) { @@ -224064,21 +226024,21 @@ t2.toString; t4._as(t2).showOnScreen$3$curve$duration$rect(B.Cubic_ifx, B.Duration_100000, caretPadding.inflateRect$1(targetOffset.rect)); }, - $signature: 29 + $signature: 28 }; A.EditableTextState_didChangeMetrics_closure.prototype = { call$1(_) { var t1 = this.$this._selectionOverlay; if (t1 != null) - t1._markNeedsBuild$0(); + t1._text_selection$_markNeedsBuild$0(); }, - $signature: 29 + $signature: 28 }; A.EditableTextState__formatAndSetValue_closure.prototype = { call$2(newValue, formatter) { return formatter.formatEditUpdate$2(this.$this._widget.controller._change_notifier$_value, newValue); }, - $signature: 1584 + $signature: 1620 }; A.EditableTextState__cursorTick_closure.prototype = { call$0() { @@ -224101,19 +226061,19 @@ call$1(_) { return this.$this._updateSizeAndTransform$0(); }, - $signature: 29 + $signature: 28 }; A.EditableTextState__updateComposingRectIfNeeded_closure.prototype = { call$1(_) { return this.$this._updateComposingRectIfNeeded$0(); }, - $signature: 29 + $signature: 28 }; A.EditableTextState__updateCaretRectIfNeeded_closure.prototype = { call$1(_) { return this.$this._updateCaretRectIfNeeded$0(); }, - $signature: 29 + $signature: 28 }; A.EditableTextState_showAutocorrectionPromptRect_closure.prototype = { call$0() { @@ -224129,9 +226089,7 @@ }; A.EditableTextState__semanticsOnCut_closure.prototype = { call$0() { - this.controls.toString; - this.$this.cutSelection$1(B.SelectionChangedCause_5); - return null; + return this.controls.handleCut$2(this.$this, null); }, $signature: 0 }; @@ -224141,9 +226099,16 @@ }, $signature: 0 }; + A.EditableTextState__actions_closure.prototype = { + call$1(intent) { + intent.toString; + return this.$this.pasteText$1(B.SelectionChangedCause_4); + }, + $signature: 1621 + }; A.EditableTextState_build_closure.prototype = { call$2(context, offset) { - 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, t31, t32, t33, t34, _null = null, + 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, t31, t32, t33, t34, t35, _null = null, t1 = this.$this, t2 = this.controls, t3 = t1._semanticsOnCopy$1(t2), @@ -224153,7 +226118,7 @@ t6 = t1._widget; t7 = t6.controller._change_notifier$_value; t6 = t6.cursorColor; - t8 = A._lateReadCheck(t1.get$_cursorBlinkOpacityController().__AnimationController__value, "_value"); + t8 = A._lateReadCheck(t1._cursorBlinkOpacityController.__AnimationController__value, "_value"); t6.toString; t6 = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t8), t6.get$value(t6) >>> 16 & 255, t6.get$value(t6) >>> 8 & 255, t6.get$value(t6) & 255); t8 = t1._widget; @@ -224187,11 +226152,13 @@ t21 = t21.paintCursorAboveText; t31 = t1._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t32 = t1._currentPromptRectRange; - t33 = t1._widget.autocorrectionTextRectColor; - t34 = A._Editable__extractChildren(t5); - 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._Editable(t5, t7, t6, t1._startHandleLayerLink, t1._endHandleLayerLink, t9, t1._cursorVisibilityNotifier, t10, t11, t8, t13, t14, t15, t12, t16, t17, t18, t19, _null, t23, t24, t20, t22, offset, t1.get$_handleCaretChanged(), true, t25, t26, t27, t28, t21, t29, t30, true, t1, t31.devicePixelRatio, t32, t33, B.Clip_1, t34, t1._editableKey), _null), _null); + t33 = t1._widget; + t34 = t33.autocorrectionTextRectColor; + t33 = t33.clipBehavior; + t35 = A._Editable__extractChildren(t5); + 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._Editable(t5, t7, t6, t1._startHandleLayerLink, t1._endHandleLayerLink, t9, t1._cursorVisibilityNotifier, t10, t11, t8, t13, t14, t15, t12, t16, t17, t18, t19, _null, t23, t24, t20, t22, offset, t1.get$_handleCaretChanged(), true, t25, t26, t27, t28, t21, t29, t30, true, t1, t31.devicePixelRatio, t32, t34, t33, t35, t1._editableKey), _null), _null); }, - $signature: 1585 + $signature: 1624 }; A._Editable.prototype = { createRenderObject$1(context) { @@ -224283,7 +226250,352 @@ call$1(span) { return true; }, - $signature: 192 + $signature: 189 + }; + A._TextBoundary.prototype = { + getTextBoundaryAt$1(position) { + return new A.TextRange(this.getLeadingTextBoundaryAt$1(position).offset, this.getTrailingTextBoundaryAt$1(position).offset); + } + }; + A._CodeUnitBoundary.prototype = { + getLeadingTextBoundaryAt$1(position) { + return new A.TextPosition(position.offset, B.TextAffinity_1); + }, + getTrailingTextBoundaryAt$1(position) { + return new A.TextPosition(Math.min(position.offset + 1, this.textEditingValue.text.length), B.TextAffinity_1); + }, + get$textEditingValue() { + return this.textEditingValue; + } + }; + A._WhitespaceBoundary.prototype = { + getLeadingTextBoundaryAt$1(position) { + var index, t1; + for (index = position.offset, t1 = this.textEditingValue; index >= 0; --index) + if (!A.TextLayoutMetrics_isWhitespace(J.codeUnitAt$1$s(t1.text, index))) + return new A.TextPosition(index, B.TextAffinity_1); + return B.TextPosition_0_TextAffinity_1; + }, + getTrailingTextBoundaryAt$1(position) { + var index, t1, t2; + for (index = position.offset, t1 = this.textEditingValue.text, t2 = t1.length; index < t2; ++index) + if (!A.TextLayoutMetrics_isWhitespace(B.JSString_methods.codeUnitAt$1(t1, index))) + return new A.TextPosition(index + 1, B.TextAffinity_1); + return new A.TextPosition(t2, B.TextAffinity_1); + }, + get$textEditingValue() { + return this.textEditingValue; + } + }; + A._CharacterBoundary.prototype = { + getLeadingTextBoundaryAt$1(position) { + var t1 = position.offset, + t2 = this.textEditingValue.text; + return new A.TextPosition(A.StringCharacterRange_StringCharacterRange$at(t2, t1, Math.min(t1 + 1, t2.length))._characters_impl$_start, B.TextAffinity_1); + }, + getTrailingTextBoundaryAt$1(position) { + var t1 = position.offset, + t2 = this.textEditingValue.text, + t3 = t2.length, + range = A.StringCharacterRange_StringCharacterRange$at(t2, t1, Math.min(t1 + 1, t3)); + return new A.TextPosition(t3 - (range._characters_impl$_string.length - range._characters_impl$_end), B.TextAffinity_1); + }, + getTextBoundaryAt$1(position) { + var t1 = position.offset, + t2 = this.textEditingValue.text, + t3 = t2.length, + range = A.StringCharacterRange_StringCharacterRange$at(t2, t1, Math.min(t1 + 1, t3)); + return new A.TextRange(range._characters_impl$_start, t3 - (range._characters_impl$_string.length - range._characters_impl$_end)); + }, + get$textEditingValue() { + return this.textEditingValue; + } + }; + A._WordBoundary.prototype = { + getLeadingTextBoundaryAt$1(position) { + return new A.TextPosition(this.textLayout._editable$_textPainter._paragraph.getWordBoundary$1(0, 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); + }, + get$textEditingValue() { + return this.textEditingValue; + } + }; + A._LineBreak.prototype = { + getLeadingTextBoundaryAt$1(position) { + return new A.TextPosition(this.textLayout.getLineAtOffset$1(position).start, B.TextAffinity_1); + }, + getTrailingTextBoundaryAt$1(position) { + return new A.TextPosition(this.textLayout.getLineAtOffset$1(position).end, B.TextAffinity_0); + }, + get$textEditingValue() { + return this.textEditingValue; + } + }; + A._DocumentBoundary.prototype = { + getLeadingTextBoundaryAt$1(position) { + return B.TextPosition_0_TextAffinity_1; + }, + getTrailingTextBoundaryAt$1(position) { + return new A.TextPosition(this.textEditingValue.text.length, B.TextAffinity_0); + }, + get$textEditingValue() { + return this.textEditingValue; + } + }; + A._ExpandedTextBoundary.prototype = { + get$textEditingValue() { + return this.innerTextBoundary.textEditingValue; + }, + 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); + }, + 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); + } + }; + A._CollapsedSelectionBoundary.prototype = { + get$textEditingValue() { + return this.innerTextBoundary.get$textEditingValue(); + }, + getLeadingTextBoundaryAt$1(position) { + var t1; + if (this.isForward) + t1 = this.innerTextBoundary.getLeadingTextBoundaryAt$1(position); + else { + t1 = position.offset; + t1 = t1 <= 0 ? B.TextPosition_0_TextAffinity_1 : this.innerTextBoundary.getLeadingTextBoundaryAt$1(new A.TextPosition(t1 - 1, B.TextAffinity_1)); + } + return t1; + }, + getTrailingTextBoundaryAt$1(position) { + var t1; + if (this.isForward) + t1 = this.innerTextBoundary.getTrailingTextBoundaryAt$1(position); + else { + t1 = position.offset; + t1 = t1 <= 0 ? B.TextPosition_0_TextAffinity_1 : this.innerTextBoundary.getTrailingTextBoundaryAt$1(new A.TextPosition(t1 - 1, B.TextAffinity_1)); + } + return t1; + } + }; + A._MixedBoundary.prototype = { + get$textEditingValue() { + return this.leadingTextBoundary.get$textEditingValue(); + }, + getLeadingTextBoundaryAt$1(position) { + return this.leadingTextBoundary.getLeadingTextBoundaryAt$1(position); + }, + getTrailingTextBoundaryAt$1(position) { + return this.trailingTextBoundary.getTrailingTextBoundaryAt$1(position); + } + }; + A._DeleteTextAction.prototype = { + _expandNonCollapsedRange$1(value) { + var selection = value.selection, + atomicBoundary = this.state._widget.obscureText ? new A._CodeUnitBoundary(value) : new A._CharacterBoundary(value); + return new A.TextRange(atomicBoundary.getLeadingTextBoundaryAt$1(new A.TextPosition(selection.start, B.TextAffinity_1)).offset, atomicBoundary.getTrailingTextBoundaryAt$1(new A.TextPosition(selection.end - 1, B.TextAffinity_1)).offset); + }, + invoke$2(intent, context) { + var textBoundary, _this = this, + t1 = _this.state, + t2 = t1._widget.controller._change_notifier$_value, + selection = t2.selection; + if (selection.start != selection.end) { + context.toString; + return A.Actions_invoke(context, new A.ReplaceTextIntent(t2, "", _this._expandNonCollapsedRange$1(t2), B.SelectionChangedCause_4), type$.ReplaceTextIntent); + } + textBoundary = _this.getTextBoundariesForIntent.call$1(intent); + if (!textBoundary.get$textEditingValue().selection.get$isValid()) + return null; + t2 = textBoundary.get$textEditingValue().selection; + if (t2.start != t2.end) { + context.toString; + return A.Actions_invoke(context, new A.ReplaceTextIntent(t1._widget.controller._change_notifier$_value, "", _this._expandNonCollapsedRange$1(textBoundary.get$textEditingValue()), B.SelectionChangedCause_4), type$.ReplaceTextIntent); + } + context.toString; + return A.Actions_invoke(context, new A.ReplaceTextIntent(textBoundary.get$textEditingValue(), "", textBoundary.getTextBoundaryAt$1(textBoundary.get$textEditingValue().selection.get$base()), B.SelectionChangedCause_4), type$.ReplaceTextIntent); + }, + invoke$1(intent) { + return this.invoke$2(intent, null); + }, + get$isActionEnabled() { + var t1 = this.state._widget; + return !t1.readOnly && t1.controller._change_notifier$_value.selection.get$isValid(); + } + }; + A._UpdateTextSelectionAction.prototype = { + invoke$2(intent, context) { + var textBoundary, textBoundarySelection, extent, newExtent, newSelection, _this = this, + t1 = _this.state, + t2 = t1._widget.controller._change_notifier$_value, + selection = t2.selection, + collapseSelection = intent.collapseSelection || false, + t3 = new A._UpdateTextSelectionAction_invoke__collapse(intent), + t4 = selection.start != selection.end; + if (t4 && !_this.ignoreNonCollapsedSelection && collapseSelection) { + context.toString; + return A.Actions_invoke(context, new A.UpdateSelectionIntent(t2, t3.call$1(selection), B.SelectionChangedCause_4), type$.UpdateSelectionIntent); + } + textBoundary = _this.getTextBoundariesForIntent.call$1(intent); + textBoundarySelection = textBoundary.get$textEditingValue().selection; + if (!textBoundarySelection.get$isValid()) + return null; + if (textBoundarySelection.start != textBoundarySelection.end && !_this.ignoreNonCollapsedSelection && collapseSelection) { + context.toString; + return A.Actions_invoke(context, new A.UpdateSelectionIntent(t1._widget.controller._change_notifier$_value, t3.call$1(textBoundarySelection), B.SelectionChangedCause_4), type$.UpdateSelectionIntent); + } + extent = textBoundarySelection.get$extent(); + newExtent = intent.forward ? textBoundary.getTrailingTextBoundaryAt$1(extent) : textBoundary.getLeadingTextBoundaryAt$1(extent); + newSelection = collapseSelection ? A.TextSelection$fromPosition(newExtent) : textBoundarySelection.extendTo$1(newExtent); + if (t4 && intent.collapseAtReversal && selection.baseOffset < selection.extentOffset !== newSelection.baseOffset < newSelection.extentOffset) { + context.toString; + return A.Actions_invoke(context, new A.UpdateSelectionIntent(t1._widget.controller._change_notifier$_value, A.TextSelection$fromPosition(selection.get$base()), B.SelectionChangedCause_4), type$.UpdateSelectionIntent); + } + context.toString; + return A.Actions_invoke(context, new A.UpdateSelectionIntent(textBoundary.get$textEditingValue(), newSelection, B.SelectionChangedCause_4), type$.UpdateSelectionIntent); + }, + invoke$1(intent) { + return this.invoke$2(intent, null); + }, + get$isActionEnabled() { + return this.state._widget.controller._change_notifier$_value.selection.get$isValid(); + } + }; + 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: 1625 + }; + A._ExtendSelectionOrCaretPositionAction.prototype = { + invoke$2(intent, context) { + var textBoundary, textBoundarySelection, extent, newExtent, t1, t2, newSelection; + this.state._widget.controller._change_notifier$_value.toString; + textBoundary = this.getTextBoundariesForIntent.call$1(intent); + textBoundarySelection = textBoundary.get$textEditingValue().selection; + if (!textBoundarySelection.get$isValid()) + return null; + extent = textBoundarySelection.get$extent(); + newExtent = intent.forward ? textBoundary.getTrailingTextBoundaryAt$1(extent) : textBoundary.getLeadingTextBoundaryAt$1(extent); + t1 = textBoundarySelection.baseOffset; + t2 = textBoundarySelection.extentOffset; + if ((newExtent.offset - t1) * (t2 - t1) < 0) + newSelection = textBoundarySelection.copyWith$2$affinity$extentOffset(t2 > t1 ? B.TextAffinity_1 : B.TextAffinity_0, t1); + else + newSelection = textBoundarySelection.extendTo$1(newExtent); + context.toString; + return A.Actions_invoke(context, new A.UpdateSelectionIntent(textBoundary.get$textEditingValue(), newSelection, B.SelectionChangedCause_4), type$.UpdateSelectionIntent); + }, + invoke$1(intent) { + return this.invoke$2(intent, null); + }, + get$isActionEnabled() { + var t1 = this.state._widget.controller._change_notifier$_value; + return t1.selection.get$isValid(); + } + }; + A._UpdateTextSelectionToAdjacentLineAction.prototype = { + stopCurrentVerticalRunIfSelectionChanges$0() { + var t1, _this = this, + runSelection = _this._runSelection; + if (runSelection == null) + return; + t1 = _this._runSelection = _this.state._widget.controller._change_notifier$_value.selection; + if (!(t1.get$isValid() && t1.start == t1.end && t1.baseOffset == runSelection.baseOffset && t1.extentOffset == runSelection.extentOffset)) + _this._runSelection = _this._verticalMovementRun = null; + }, + invoke$2(intent, context) { + var collapseSelection, t1, value, t2, t3, currentRun, t4, t5, metrics, currentLine, newExtent, newSelection, _this = this; + if (!intent.collapseSelection) { + _this.state._widget.toString; + collapseSelection = false; + } else + collapseSelection = true; + t1 = _this.state; + value = t1.get$_textEditingValueforTextLayoutMetrics(); + t2 = value.selection; + if (!t2.get$isValid()) + return; + t3 = _this._verticalMovementRun; + if ((t3 == null ? null : t3.get$isValid()) === false) + _this._runSelection = _this._verticalMovementRun = null; + currentRun = _this._verticalMovementRun; + if (currentRun == null) { + t3 = t1._editableKey; + t4 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3).get$renderObject(); + t4.toString; + t5 = type$.RenderEditable; + t5._as(t4); + t3 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3).get$renderObject(); + t3.toString; + t3 = t5._as(t3)._selection.get$extent(); + metrics = t4._editable$_textPainter.computeLineMetrics$0(); + currentLine = t4._lineNumberFor$2(t3, metrics); + currentRun = new A.VerticalCaretMovementRun(currentLine.value, currentLine.key, t3, metrics, t4, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.MapEntry_Offset_TextPosition)); + } + t3 = intent.forward; + if (t3 ? currentRun.moveNext$0() : currentRun.movePrevious$0()) + newExtent = currentRun._currentTextPosition; + else + newExtent = t3 ? new A.TextPosition(t1._widget.controller._change_notifier$_value.text.length, B.TextAffinity_1) : B.TextPosition_0_TextAffinity_1; + newSelection = collapseSelection ? A.TextSelection$fromPosition(newExtent) : t2.extendTo$1(newExtent); + context.toString; + A.Actions_invoke(context, new A.UpdateSelectionIntent(value, newSelection, B.SelectionChangedCause_4), type$.UpdateSelectionIntent); + if (t1._widget.controller._change_notifier$_value.selection.$eq(0, newSelection)) { + _this._verticalMovementRun = currentRun; + _this._runSelection = newSelection; + } + }, + invoke$1(intent) { + return this.invoke$2(intent, null); + }, + get$isActionEnabled() { + return this.state._widget.controller._change_notifier$_value.selection.get$isValid(); + } + }; + A._SelectAllAction.prototype = { + invoke$2(intent, context) { + var t1, t2; + context.toString; + t1 = this.state._widget.controller._change_notifier$_value; + t2 = A.TextSelection$(B.TextAffinity_1, 0, t1.text.length, false); + intent.toString; + return A.Actions_invoke(context, new A.UpdateSelectionIntent(t1, t2, B.SelectionChangedCause_4), type$.UpdateSelectionIntent); + }, + invoke$1(intent) { + return this.invoke$2(intent, null); + }, + get$isActionEnabled() { + this.state._widget.toString; + return true; + } + }; + A._CopySelectionAction.prototype = { + invoke$2(intent, context) { + var t1 = this.state; + if (intent.collapseSelection) + t1.cutSelection$1(B.SelectionChangedCause_4); + else + t1.copySelection$1(B.SelectionChangedCause_4); + }, + invoke$1(intent) { + return this.invoke$2(intent, null); + }, + get$isActionEnabled() { + var t1 = this.state; + if (t1._widget.controller._change_notifier$_value.selection.get$isValid()) { + t1 = t1._widget.controller._change_notifier$_value.selection; + t1 = t1.start != t1.end; + } else + t1 = false; + return t1; + } }; A._EditableTextState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { @@ -224302,26 +226614,24 @@ }; A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver.prototype = {}; A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate.prototype = {}; - A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextEditingActionTarget.prototype = {}; A.KeyEventResult.prototype = { toString$0(_) { - return this._focus_manager$_name; + return "KeyEventResult." + this._core$_name; } }; A._Autofocus.prototype = {}; @@ -224362,13 +226672,13 @@ }; A.UnfocusDisposition.prototype = { toString$0(_) { - return this._focus_manager$_name; + return "UnfocusDisposition." + this._core$_name; } }; A.FocusNode.prototype = { set$skipTraversal(value) { var t1, _this = this; - if (value != _this._skipTraversal) { + if (value !== _this._skipTraversal) { _this._skipTraversal = value; t1 = _this._manager; if (t1 != null) { @@ -224508,8 +226818,8 @@ scope = _this.get$enclosingScope(); if (scope == null) return; - switch (disposition) { - case B.UnfocusDisposition_0: + switch (disposition.index) { + case 0: if (scope.get$canRequestFocus()) B.JSArray_methods.set$length(scope._focusedChildren, 0); for (; !scope.get$canRequestFocus();) { @@ -224521,7 +226831,7 @@ } scope._doRequestFocus$1$findFirstFocus(false); break; - case B.UnfocusDisposition_1: + case 1: if (scope.get$canRequestFocus()) B.JSArray_methods.remove$1(scope._focusedChildren, _this); for (; !scope.get$canRequestFocus();) { @@ -224625,15 +226935,6 @@ child._requestFocusWhenReparented = false; } }, - attach$3$onKey$onKeyEvent(context, onKey, onKeyEvent) { - var _this = this; - _this._context = context; - _this.onKey = onKey == null ? _this.onKey : onKey; - return _this._attachment = new A.FocusAttachment(_this); - }, - attach$1(context) { - return this.attach$3$onKey$onKeyEvent(context, null, null); - }, dispose$0(_) { var t1 = this._attachment; if (t1 != null) @@ -224716,7 +227017,7 @@ call$1(node) { return !node._skipTraversal && node.get$canRequestFocus(); }, - $signature: 111 + $signature: 122 }; A.FocusNode_debugDescribeChildren_closure.prototype = { call$1(child) { @@ -224724,7 +227025,7 @@ child.toString; return A.DiagnosticableTreeNode$(t1, null, child); }, - $signature: 1611 + $signature: 1657 }; A.FocusScopeNode.prototype = { get$nearestScope() { @@ -224774,12 +227075,12 @@ }; A.FocusHighlightMode.prototype = { toString$0(_) { - return this._focus_manager$_name; + return "FocusHighlightMode." + this._core$_name; } }; A.FocusHighlightStrategy.prototype = { toString$0(_) { - return this._focus_manager$_name; + return "FocusHighlightStrategy." + this._core$_name; } }; A.FocusManager.prototype = { @@ -224793,21 +227094,13 @@ }, _focus_manager$_updateHighlightMode$0() { var t1, newMode, oldMode, _this = this; - switch (B.FocusHighlightStrategy_0) { - case B.FocusHighlightStrategy_0: + switch (0) { + case 0: t1 = _this._lastInteractionWasTouch; if (t1 == null) return; newMode = t1 ? B.FocusHighlightMode_0 : B.FocusHighlightMode_1; break; - case B.FocusHighlightStrategy_1: - newMode = B.FocusHighlightMode_0; - break; - case B.FocusHighlightStrategy_2: - newMode = B.FocusHighlightMode_1; - break; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } oldMode = _this._highlightMode; if (oldMode == null) @@ -224822,7 +227115,7 @@ t2 = t1._observer_list$_map; if (t2.get$isEmpty(t2)) return; - localListeners = A.List_List$from(t1, true, type$.void_Function_FocusHighlightMode); + localListeners = A.List_List$of(t1, true, type$.void_Function_FocusHighlightMode); for (t1 = localListeners.length, _i = 0; _i < t1; ++_i) { listener = localListeners[_i]; try { @@ -224845,15 +227138,15 @@ }, _focus_manager$_handlePointerEvent$1($event) { var expectedMode, t1, _this = this; - switch ($event.get$kind($event)) { - case B.PointerDeviceKind_0: - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: + switch ($event.get$kind($event).index) { + case 0: + case 2: + case 3: _this._lastInteractionWasTouch = true; expectedMode = B.FocusHighlightMode_0; break; - case B.PointerDeviceKind_1: - case B.PointerDeviceKind_4: + case 1: + case 4: _this._lastInteractionWasTouch = false; expectedMode = B.FocusHighlightMode_1; break; @@ -224887,13 +227180,13 @@ t4 = node.onKey; if (t4 != null) results.push(t4.call$2(node, message.rawEvent)); - switch (A.combineKeyEventResults(results)) { - case B.KeyEventResult_1: + switch (A.combineKeyEventResults(results).index) { + case 1: break c$1; - case B.KeyEventResult_0: + case 0: handled = true; break; - case B.KeyEventResult_2: + case 2: handled = false; break; default: @@ -224984,8 +227277,53 @@ A._FocusNode_Object_DiagnosticableTreeMixin.prototype = {}; A._FocusNode_Object_DiagnosticableTreeMixin_ChangeNotifier.prototype = {}; A.Focus.prototype = { + get$onKeyEvent() { + var t1 = this.focusNode; + t1 = t1 == null ? null : t1.onKeyEvent; + return t1; + }, + get$onKey() { + var t1 = this._onKey; + if (t1 == null) { + t1 = this.focusNode; + t1 = t1 == null ? null : t1.onKey; + } + return t1; + }, + get$canRequestFocus() { + var t1 = this._canRequestFocus; + if (t1 == null) { + t1 = this.focusNode; + t1 = t1 == null ? null : t1.get$canRequestFocus(); + } + return t1 !== false; + }, + get$skipTraversal() { + var t1 = this._focus_scope$_skipTraversal; + if (t1 == null) { + t1 = this.focusNode; + t1 = t1 == null ? null : t1._skipTraversal; + } + return t1 === true; + }, + get$descendantsAreFocusable() { + var t1 = this._focus_scope$_descendantsAreFocusable; + if (t1 == null) { + t1 = this.focusNode; + t1 = t1 == null ? null : t1._descendantsAreFocusable; + } + return t1 !== false; + }, + get$debugLabel() { + var t1 = this._focus_scope$_debugLabel; + if (t1 == null) { + t1 = this.focusNode; + t1 = t1 == null ? null : t1._focus_manager$_debugLabel; + } + return t1; + }, createState$0() { - return new A._FocusState(B._StateLifecycle_0); + return A._FocusState$(); } }; A._FocusState.prototype = { @@ -225002,41 +227340,36 @@ this._initNode$0(); }, _initNode$0() { - var t1, t2, t3, t4, _this = this; + var t1, t2, t3, _this = this; if (_this._widget.focusNode == null) if (_this._internalNode == null) _this._internalNode = _this._createNode$0(); - _this.get$focusNode(_this).set$descendantsAreFocusable(_this._widget.descendantsAreFocusable); - if (_this._widget.skipTraversal != null) { + _this.get$focusNode(_this).set$descendantsAreFocusable(_this._widget.get$descendantsAreFocusable()); + _this._widget.get$skipTraversal(); + _this.get$focusNode(_this).set$skipTraversal(_this._widget.get$skipTraversal()); + if (_this._widget._canRequestFocus != null) { t1 = _this.get$focusNode(_this); - t2 = _this._widget.skipTraversal; - t2.toString; - t1.set$skipTraversal(t2); - } - if (_this._widget.canRequestFocus != null) { - t1 = _this.get$focusNode(_this); - t2 = _this._widget.canRequestFocus; + t2 = _this._widget._canRequestFocus; t2.toString; t1.set$canRequestFocus(t2); } - _this._canRequestFocus = _this.get$focusNode(_this).get$canRequestFocus(); - _this._focus_scope$_descendantsAreFocusable = _this.get$focusNode(_this)._descendantsAreFocusable; - _this._hasPrimaryFocus = _this.get$focusNode(_this).get$hasPrimaryFocus(); + _this.___FocusState__couldRequestFocus = _this.get$focusNode(_this).get$canRequestFocus(); + _this.___FocusState__descendantsWereFocusable = _this.get$focusNode(_this)._descendantsAreFocusable; + _this.___FocusState__hadPrimaryFocus = _this.get$focusNode(_this).get$hasPrimaryFocus(); t1 = _this.get$focusNode(_this); t2 = _this._framework$_element; t2.toString; - t3 = _this._widget; - t4 = t3.onKeyEvent; - _this._focusAttachment = t1.attach$3$onKey$onKeyEvent(t2, t3.onKey, t4); + _this._widget.get$onKeyEvent(); + t3 = _this._widget.get$onKey(); + t1._context = t2; + t1.onKey = t3 == null ? t1.onKey : t3; + _this._focusAttachment = t1._attachment = new A.FocusAttachment(t1); _this.get$focusNode(_this).addListener$1(0, _this.get$_handleFocusChanged()); }, _createNode$0() { - var t1 = this._widget, - t2 = t1.debugLabel, - t3 = t1.canRequestFocus, - t4 = t1.descendantsAreFocusable; - t1 = t1.skipTraversal; - return A.FocusNode$(t3 !== false, t2, t4, null, null, t1 === true); + var _this = this, + t1 = _this._widget.get$debugLabel(); + return A.FocusNode$(_this._widget.get$canRequestFocus(), t1, _this._widget.get$descendantsAreFocusable(), null, null, _this._widget.get$skipTraversal()); }, dispose$0(_) { var t1, _this = this; @@ -225076,28 +227409,23 @@ t1 = oldWidget.focusNode; t2 = _this._widget; if (t1 == t2.focusNode) { - if (!J.$eq$(t2.onKey, _this.get$focusNode(_this).onKey)) - _this.get$focusNode(_this).onKey = _this._widget.onKey; - if (_this._widget.skipTraversal != null) { + if (!J.$eq$(t2.get$onKey(), _this.get$focusNode(_this).onKey)) + _this.get$focusNode(_this).onKey = _this._widget.get$onKey(); + _this._widget.get$onKeyEvent(); + _this.get$focusNode(_this).toString; + _this._widget.get$skipTraversal(); + _this.get$focusNode(_this).set$skipTraversal(_this._widget.get$skipTraversal()); + if (_this._widget._canRequestFocus != null) { t1 = _this.get$focusNode(_this); - t2 = _this._widget.skipTraversal; - t2.toString; - t1.set$skipTraversal(t2); - } - if (_this._widget.canRequestFocus != null) { - t1 = _this.get$focusNode(_this); - t2 = _this._widget.canRequestFocus; + t2 = _this._widget._canRequestFocus; t2.toString; t1.set$canRequestFocus(t2); } - _this.get$focusNode(_this).set$descendantsAreFocusable(_this._widget.descendantsAreFocusable); + _this.get$focusNode(_this).set$descendantsAreFocusable(_this._widget.get$descendantsAreFocusable()); } else { _this._focusAttachment.detach$0(0); if (t1 != null) t1.removeListener$1(0, _this.get$_handleFocusChanged()); - t1 = _this._internalNode; - if (t1 != null) - t1.removeListener$1(0, _this.get$_handleAutofocus()); _this._initNode$0(); } if (oldWidget.autofocus !== _this._widget.autofocus) @@ -225111,41 +227439,42 @@ t1 = _this._widget.onFocusChange; if (t1 != null) t1.call$1(_this.get$focusNode(_this).get$hasFocus()); - if (_this._hasPrimaryFocus !== hasPrimaryFocus) + if (A._lateReadCheck(_this.___FocusState__hadPrimaryFocus, "_hadPrimaryFocus") !== hasPrimaryFocus) _this.setState$1(new A._FocusState__handleFocusChanged_closure(_this, hasPrimaryFocus)); - if (_this._canRequestFocus !== canRequestFocus) + if (A._lateReadCheck(_this.___FocusState__couldRequestFocus, "_couldRequestFocus") !== canRequestFocus) _this.setState$1(new A._FocusState__handleFocusChanged_closure0(_this, canRequestFocus)); - if (_this._focus_scope$_descendantsAreFocusable !== descendantsAreFocusable) + if (A._lateReadCheck(_this.___FocusState__descendantsWereFocusable, "_descendantsWereFocusable") !== descendantsAreFocusable) _this.setState$1(new A._FocusState__handleFocusChanged_closure1(_this, descendantsAreFocusable)); }, build$1(_, context) { - var t1, child, t2, _this = this, _null = null; + var t1, child, t2, t3, _this = this, _null = null; _this._focusAttachment.reparent$0(); t1 = _this._widget; child = t1.child; if (t1.includeSemantics) { - t1 = _this._canRequestFocus; - t2 = _this._hasPrimaryFocus; - 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, child, _null); + 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); } return A._FocusMarker$(child, _this.get$focusNode(_this)); } }; A._FocusState__handleFocusChanged_closure.prototype = { call$0() { - this.$this._hasPrimaryFocus = this.hasPrimaryFocus; + this.$this.___FocusState__hadPrimaryFocus = this.hasPrimaryFocus; }, $signature: 0 }; A._FocusState__handleFocusChanged_closure0.prototype = { call$0() { - this.$this._canRequestFocus = this.canRequestFocus; + this.$this.___FocusState__couldRequestFocus = this.canRequestFocus; }, $signature: 0 }; A._FocusState__handleFocusChanged_closure1.prototype = { call$0() { - this.$this._focus_scope$_descendantsAreFocusable = this.descendantsAreFocusable; + this.$this.___FocusState__descendantsWereFocusable = this.descendantsAreFocusable; }, $signature: 0 }; @@ -225156,11 +227485,8 @@ }; A._FocusScopeState.prototype = { _createNode$0() { - var t1 = this._widget, - t2 = t1.debugLabel, - t3 = t1.canRequestFocus; - t1 = t1.skipTraversal; - return A.FocusScopeNode$(t3 !== false, t2, t1 === true); + var t1 = this._widget.get$debugLabel(); + return A.FocusScopeNode$(this._widget.get$canRequestFocus(), t1, this._widget.get$skipTraversal()); }, build$1(_, context) { var t1, _this = this, _null = null; @@ -225186,12 +227512,12 @@ } return true; }, - $signature: 114 + $signature: 123 }; A._FocusTraversalGroupInfo.prototype = {}; A.TraversalDirection.prototype = { toString$0(_) { - return this._focus_traversal$_name; + return "TraversalDirection." + this._core$_name; } }; A.FocusTraversalPolicy.prototype = { @@ -225341,27 +227667,27 @@ t3.push(node); } }, - $signature: 1613 + $signature: 1660 }; A.FocusTraversalPolicy__sortAllDescendants_closure.prototype = { call$1(node) { return !node.get$canRequestFocus() || node._skipTraversal; }, - $signature: 111 + $signature: 122 }; A._DirectionalPolicyDataEntry.prototype = {}; A._DirectionalPolicyData.prototype = {}; A.DirectionalFocusTraversalPolicyMixin.prototype = { findFirstFocusInDirection$2(currentNode, direction) { var _this = this; - switch (direction) { - case B.TraversalDirection_0: + switch (direction.index) { + case 0: return _this._sortAndFindInitial$3$first$vertical(currentNode, false, true); - case B.TraversalDirection_2: + case 2: return _this._sortAndFindInitial$3$first$vertical(currentNode, true, true); - case B.TraversalDirection_3: + case 3: return _this._sortAndFindInitial$3$first$vertical(currentNode, false, false); - case B.TraversalDirection_1: + case 1: return _this._sortAndFindInitial$3$first$vertical(currentNode, true, false); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -225380,15 +227706,15 @@ nodes = nearestScope.get$traversalDescendants(), sorted = A.List_List$of(nodes, true, nodes.$ti._eval$1("Iterable.E")); A.mergeSort(sorted, new A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure(), type$.FocusNode); - switch (direction) { - case B.TraversalDirection_3: + switch (direction.index) { + case 3: result = new A.WhereIterable(sorted, new A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0(target), A._arrayInstanceType(sorted)._eval$1("WhereIterable<1>")); break; - case B.TraversalDirection_1: + case 1: result = new A.WhereIterable(sorted, new A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1(target), A._arrayInstanceType(sorted)._eval$1("WhereIterable<1>")); break; - case B.TraversalDirection_0: - case B.TraversalDirection_2: + case 0: + case 2: result = null; break; default: @@ -225399,13 +227725,13 @@ _sortAndFilterVertically$3(direction, target, nodes) { var sorted = A.List_List$of(nodes, true, nodes.$ti._eval$1("Iterable.E")); A.mergeSort(sorted, new A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure(), type$.FocusNode); - switch (direction) { - case B.TraversalDirection_0: + switch (direction.index) { + case 0: return new A.WhereIterable(sorted, new A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0(target), A._arrayInstanceType(sorted)._eval$1("WhereIterable<1>")); - case B.TraversalDirection_2: + case 2: return new A.WhereIterable(sorted, new A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1(target), A._arrayInstanceType(sorted)._eval$1("WhereIterable<1>")); - case B.TraversalDirection_3: - case B.TraversalDirection_1: + case 3: + case 1: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -225431,17 +227757,17 @@ return false; } popOrInvalidate = new A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate(_this, policyData, nearestScope); - switch (direction) { - case B.TraversalDirection_2: - case B.TraversalDirection_0: - switch (B.JSArray_methods.get$first(t3).direction) { - case B.TraversalDirection_3: - case B.TraversalDirection_1: + switch (direction.index) { + case 2: + case 0: + switch (B.JSArray_methods.get$first(t3).direction.index) { + case 3: + case 1: _this.super$FocusTraversalPolicy$invalidateScopeData(nearestScope); t1.remove$1(0, nearestScope); break; - case B.TraversalDirection_0: - case B.TraversalDirection_2: + case 0: + case 2: if (popOrInvalidate.call$1(direction)) return true; break; @@ -225449,16 +227775,16 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } break; - case B.TraversalDirection_3: - case B.TraversalDirection_1: - switch (B.JSArray_methods.get$first(t3).direction) { - case B.TraversalDirection_3: - case B.TraversalDirection_1: + case 3: + case 1: + switch (B.JSArray_methods.get$first(t3).direction.index) { + case 3: + case 1: if (popOrInvalidate.call$1(direction)) return true; break; - case B.TraversalDirection_0: - case B.TraversalDirection_2: + case 0: + case 2: _this.super$FocusTraversalPolicy$invalidateScopeData(nearestScope); t1.remove$1(0, nearestScope); break; @@ -225477,7 +227803,7 @@ return false; }, inDirection$2(currentNode, direction) { - var firstFocus, focusedScrollable, eligibleNodes, filteredEligibleNodes, found, sorted, inBand, policyData, newEntry, _this = this, + var firstFocus, focusedScrollable, eligibleNodes, filteredEligibleNodes, found, sorted, t2, inBand, policyData, newEntry, _this = this, _s80_ = string$.x60null_c, nearestScope = currentNode.get$nearestScope(), t1 = nearestScope._focusedChildren, @@ -225486,13 +227812,13 @@ firstFocus = _this.findFirstFocusInDirection$2(currentNode, direction); if (firstFocus == null) firstFocus = currentNode; - switch (direction) { - case B.TraversalDirection_0: - case B.TraversalDirection_3: + switch (direction.index) { + case 0: + case 3: A._focusAndEnsureVisible(firstFocus, B.ScrollPositionAlignmentPolicy_2); break; - case B.TraversalDirection_1: - case B.TraversalDirection_2: + case 1: + case 2: A._focusAndEnsureVisible(firstFocus, B.ScrollPositionAlignmentPolicy_1); break; default: @@ -225505,9 +227831,10 @@ t1 = focusedChild._context; t1.toString; focusedScrollable = A.Scrollable_of(t1); - switch (direction) { - case B.TraversalDirection_2: - case B.TraversalDirection_0: + t1 = direction.index; + switch (t1) { + case 2: + case 0: eligibleNodes = _this._sortAndFilterVertically$3(direction, focusedChild.get$rect(focusedChild), nearestScope.get$traversalDescendants()); if (focusedScrollable != null && !focusedScrollable._scrollable$_position.get$atEdge()) { eligibleNodes.toString; @@ -225521,8 +227848,8 @@ } sorted = A.List_List$of(eligibleNodes, true, A._instanceType(eligibleNodes)._eval$1("Iterable.E")); if (direction === B.TraversalDirection_0) { - t1 = A._arrayInstanceType(sorted)._eval$1("ReversedListIterable<1>"); - sorted = A.List_List$of(new A.ReversedListIterable(sorted, t1), true, t1._eval$1("ListIterable.E")); + t2 = A._arrayInstanceType(sorted)._eval$1("ReversedListIterable<1>"); + sorted = A.List_List$of(new A.ReversedListIterable(sorted, t2), true, t2._eval$1("ListIterable.E")); } inBand = new A.WhereIterable(sorted, new A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0(new A.Rect(focusedChild.get$rect(focusedChild).left, -1 / 0, focusedChild.get$rect(focusedChild).right, 1 / 0)), A._arrayInstanceType(sorted)._eval$1("WhereIterable<1>")); if (!inBand.get$isEmpty(inBand)) { @@ -225532,8 +227859,8 @@ A.mergeSort(sorted, new A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1(focusedChild), type$.FocusNode); found = B.JSArray_methods.get$first(sorted); break; - case B.TraversalDirection_1: - case B.TraversalDirection_3: + case 1: + case 3: eligibleNodes = _this._sortAndFilterHorizontally$3(direction, focusedChild.get$rect(focusedChild), nearestScope); if (focusedScrollable != null && !focusedScrollable._scrollable$_position.get$atEdge()) { eligibleNodes.toString; @@ -225547,8 +227874,8 @@ } sorted = A.List_List$of(eligibleNodes, true, A._instanceType(eligibleNodes)._eval$1("Iterable.E")); if (direction === B.TraversalDirection_3) { - t1 = A._arrayInstanceType(sorted)._eval$1("ReversedListIterable<1>"); - sorted = A.List_List$of(new A.ReversedListIterable(sorted, t1), true, t1._eval$1("ListIterable.E")); + t2 = A._arrayInstanceType(sorted)._eval$1("ReversedListIterable<1>"); + sorted = A.List_List$of(new A.ReversedListIterable(sorted, t2), true, t2._eval$1("ListIterable.E")); } inBand = new A.WhereIterable(sorted, new A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3(new A.Rect(-1 / 0, focusedChild.get$rect(focusedChild).top, 1 / 0, focusedChild.get$rect(focusedChild).bottom)), A._arrayInstanceType(sorted)._eval$1("WhereIterable<1>")); if (!inBand.get$isEmpty(inBand)) { @@ -225562,20 +227889,20 @@ throw A.wrapException(A.ReachabilityError$(_s80_)); } if (found != null) { - t1 = _this.DirectionalFocusTraversalPolicyMixin__policyData; - policyData = t1.$index(0, nearestScope); + t2 = _this.DirectionalFocusTraversalPolicyMixin__policyData; + policyData = t2.$index(0, nearestScope); newEntry = new A._DirectionalPolicyDataEntry(direction, focusedChild); if (policyData != null) policyData.history.push(newEntry); else - t1.$indexSet(0, nearestScope, new A._DirectionalPolicyData(A._setArrayType([newEntry], type$.JSArray__DirectionalPolicyDataEntry))); - switch (direction) { - case B.TraversalDirection_0: - case B.TraversalDirection_3: + t2.$indexSet(0, nearestScope, new A._DirectionalPolicyData(A._setArrayType([newEntry], type$.JSArray__DirectionalPolicyDataEntry))); + switch (t1) { + case 0: + case 3: A._focusAndEnsureVisible(found, B.ScrollPositionAlignmentPolicy_2); break; - case B.TraversalDirection_2: - case B.TraversalDirection_1: + case 2: + case 1: A._focusAndEnsureVisible(found, B.ScrollPositionAlignmentPolicy_1); break; default: @@ -225590,7 +227917,7 @@ call$1(entry) { return entry.node === this.node; }, - $signature: 1616 + $signature: 1661 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure.prototype = { call$2(a, b) { @@ -225604,47 +227931,47 @@ else return J.compareTo$1$ns(b.get$rect(b).right, a.get$rect(a).right); }, - $signature: 205 + $signature: 234 }; 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: 205 + $signature: 234 }; 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: 111 + $signature: 122 }; 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: 111 + $signature: 122 }; 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: 205 + $signature: 234 }; 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: 111 + $signature: 122 }; 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: 111 + $signature: 122 }; A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1(direction) { @@ -225662,13 +227989,13 @@ t1.DirectionalFocusTraversalPolicyMixin__policyData.remove$1(0, t2); return false; } - switch (direction) { - case B.TraversalDirection_0: - case B.TraversalDirection_3: + switch (direction.index) { + case 0: + case 3: alignmentPolicy = B.ScrollPositionAlignmentPolicy_2; break; - case B.TraversalDirection_1: - case B.TraversalDirection_2: + case 1: + case 2: alignmentPolicy = B.ScrollPositionAlignmentPolicy_1; break; default: @@ -225677,7 +228004,7 @@ A._focusAndEnsureVisible(lastNode, alignmentPolicy); return true; }, - $signature: 1618 + $signature: 1664 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure.prototype = { call$1(node) { @@ -225685,21 +228012,21 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 111 + $signature: 122 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 111 + $signature: 122 }; 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: 205 + $signature: 234 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1(node) { @@ -225707,21 +228034,21 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 111 + $signature: 122 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 111 + $signature: 122 }; 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: 205 + $signature: 234 }; A._ReadingOrderSortData.prototype = { get$directionalAncestors() { @@ -225741,7 +228068,7 @@ t1.toString; return A.LinkedHashSet_LinkedHashSet$from(t1, A._arrayInstanceType(t1)._precomputed1); }, - $signature: 1649 + $signature: 1665 }; A._ReadingOrderSortData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -225754,7 +228081,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 685 + $signature: 481 }; A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors.prototype = { call$1(context) { @@ -225775,7 +228102,7 @@ } return result; }, - $signature: 1652 + $signature: 1690 }; A._ReadingOrderDirectionalGroupData.prototype = { get$rect(_) { @@ -225799,7 +228126,7 @@ call$1(data) { return data.rect; }, - $signature: 1653 + $signature: 1691 }; A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -225812,7 +228139,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 1655 + $signature: 1696 }; A.ReadingOrderTraversalPolicy.prototype = { _collectDirectionalityGroups$1(candidates) { @@ -225889,7 +228216,7 @@ call$2(a, b) { return J.compareTo$1$ns(a.rect.top, b.rect.top); }, - $signature: 685 + $signature: 481 }; A.ReadingOrderTraversalPolicy__pickNext_inBand.prototype = { call$2(current, candidates) { @@ -225897,14 +228224,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: 1656 + $signature: 1697 }; A.ReadingOrderTraversalPolicy__pickNext_inBand_closure.prototype = { call$1(item) { var t1 = item.rect.intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 1657 + $signature: 1698 }; A.FocusTraversalGroup.prototype = { createState$0() { @@ -225958,14 +228285,10 @@ A.DirectionalFocusIntent.prototype = {}; A.DirectionalFocusAction.prototype = { invoke$1(intent) { - var t1, t2; + var t1; intent.toString; - t1 = $.WidgetsBinding__instance; - t2 = t1.WidgetsBinding__buildOwner.focusManager._primaryFocus._context._widget; - t2.toString; - t2 = !(t2 instanceof A.EditableText); - if (t2) { - t1 = t1.WidgetsBinding__buildOwner.focusManager._primaryFocus; + if (!this._isForTextField) { + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._primaryFocus; t1._context.dependOnInheritedWidgetOfExactType$1$0(type$._FocusTraversalGroupMarker).policy.inDirection$2(t1, intent.direction); } } @@ -226003,15 +228326,15 @@ }, build$1(_, context) { var t1, _this = this; - switch (_this._widget.autovalidateMode) { - case B.AutovalidateMode_1: + switch (_this._widget.autovalidateMode.index) { + case 1: _this._validate$0(); break; - case B.AutovalidateMode_2: + case 2: if (_this._hasInteractedByUser) _this._validate$0(); break; - case B.AutovalidateMode_0: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -226046,7 +228369,7 @@ call$1(field) { return field._hasInteractedByUser._restoration_properties$_value; }, - $signature: 1681 + $signature: 1716 }; A.FormState__forceRebuild_closure.prototype = { call$0() { @@ -226112,15 +228435,15 @@ build$1(_, context) { var t1, _this = this; if (_this.get$widget().enabled) - switch (_this.get$widget().autovalidateMode) { - case B.AutovalidateMode_1: + switch (_this.get$widget().autovalidateMode.index) { + case 1: _this._validate$0(); break; - case B.AutovalidateMode_2: + case 2: if (_this._hasInteractedByUser._restoration_properties$_value) _this._validate$0(); break; - case B.AutovalidateMode_0: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -226147,7 +228470,7 @@ }; A.AutovalidateMode.prototype = { toString$0(_) { - return this._form$_name; + return "AutovalidateMode." + this._core$_name; } }; A._FormFieldState_State_RestorationMixin_dispose_closure.prototype = { @@ -226155,7 +228478,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A._FormFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -226284,7 +228607,7 @@ createElement$0(_) { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A.StatelessElement(t1, this, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2)); + return new A.StatelessElement(t1, this, B._ElementLifecycle_0); } }; A.StatefulWidget.prototype = { @@ -226294,7 +228617,7 @@ }; A._StateLifecycle.prototype = { toString$0(_) { - return this._framework$_name; + return "_StateLifecycle." + this._core$_name; } }; A.State.prototype = { @@ -226331,7 +228654,7 @@ createElement$0(_) { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A.ParentDataElement(t1, this, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2), A._instanceType(this)._eval$1("ParentDataElement")); + return new A.ParentDataElement(t1, this, B._ElementLifecycle_0, A._instanceType(this)._eval$1("ParentDataElement")); } }; A.InheritedWidget.prototype = { @@ -226349,7 +228672,7 @@ createElement$0(_) { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A.LeafRenderObjectElement(t1, this, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2)); + return new A.LeafRenderObjectElement(t1, this, B._ElementLifecycle_0); } }; A.SingleChildRenderObjectWidget.prototype = { @@ -226364,7 +228687,7 @@ }; A._ElementLifecycle.prototype = { toString$0(_) { - return this._framework$_name; + return "_ElementLifecycle." + this._core$_name; } }; A._InactiveElements.prototype = { @@ -226399,7 +228722,7 @@ call$1(child) { this.$this._unmount$1(child); }, - $signature: 87 + $signature: 89 }; A.BuildOwner.prototype = { scheduleBuildFor$1(element) { @@ -226422,15 +228745,16 @@ } }, buildScope$2(context, callback) { - var e, stack, element, t2, exception, t3, t4, _i, _this = this, _box_0 = {}, + var element, e, stack, element0, t2, exception, t3, t4, _i, _this = this, _box_1 = {}, t1 = callback == null; if (t1 && _this._dirtyElements.length === 0) return; - A.Timeline_startSync("Build", B.Map_9aZ6I, null); + _box_1.debugTimelineArguments = B.Map_9aZ6I; + A.Timeline_startSync("BUILD", B.Map_9aZ6I, null); try { _this._scheduledFlushDirtyElements = true; if (!t1) { - _box_0.debugPreviousBuildTarget = null; + _box_1.debugPreviousBuildTarget = null; _this._dirtyElementsNeedsResorting = false; try { callback.call$0(); @@ -226440,21 +228764,28 @@ t1 = _this._dirtyElements; B.JSArray_methods.sort$1(t1, A.framework_Element__sort$closure()); _this._dirtyElementsNeedsResorting = false; - _box_0.dirtyCount = t1.length; - _box_0.index = 0; - for (t2 = 0; t2 < _box_0.dirtyCount;) { + _box_1.dirtyCount = t1.length; + _box_1.index = 0; + for (t2 = 0; t2 < _box_1.dirtyCount;) { + element = t1[t2]; + t2 = $.debugProfileBuildsEnabled; + if (t2) + A.Timeline_startSync(J.get$runtimeType$(element.get$widget()).toString$0(0), B.Map_9aZ6I, null); try { - t1[t2].rebuild$0(); + element.rebuild$0(); } catch (exception) { e = A.unwrapException(exception); stack = A.getTraceFromException(exception); 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, new A.BuildOwner_buildScope_closure(_box_0, _this), false)); + t3.call$1(new A.FlutterErrorDetails(e, stack, "widgets library", t2, new A.BuildOwner_buildScope_closure(_box_1, _this, element), false)); } - t2 = ++_box_0.index; - t3 = _box_0.dirtyCount; + t2 = $.debugProfileBuildsEnabled; + if (t2) + A.Timeline_finishSync(); + t2 = ++_box_1.index; + t3 = _box_1.dirtyCount; t4 = t1.length; if (t3 >= t4) { t3 = _this._dirtyElementsNeedsResorting; @@ -226470,20 +228801,20 @@ else A.Sort__dualPivotQuicksort(t1, 0, t2, A.framework_Element__sort$closure()); t2 = _this._dirtyElementsNeedsResorting = false; - _box_0.dirtyCount = t1.length; + _box_1.dirtyCount = t1.length; while (true) { - t3 = _box_0.index; + t3 = _box_1.index; if (!(t3 > 0 ? t1[t3 - 1]._dirty : t2)) break; - _box_0.index = t3 - 1; + _box_1.index = t3 - 1; } t2 = t3; } } } finally { for (t1 = _this._dirtyElements, t2 = t1.length, _i = 0; _i < t2; ++_i) { - element = t1[_i]; - element._inDirtyList = false; + element0 = t1[_i]; + element0._inDirtyList = false; } B.JSArray_methods.set$length(t1, 0); _this._scheduledFlushDirtyElements = false; @@ -226496,9 +228827,9 @@ }, finalizeTree$0() { var e, stack, exception; - A.Timeline_startSync("Finalize tree", B.Map_9aZ6I, null); + A.Timeline_startSync("FINALIZE TREE", B.Map_9aZ6I, null); try { - this.lockState$1(new A.BuildOwner_finalizeTree_closure(this)); + this.lockState$1(this._inactiveElements.get$_unmountAll()); } catch (exception) { e = A.unwrapException(exception); stack = A.getTraceFromException(exception); @@ -226508,7 +228839,7 @@ } }, reassemble$2(root, reassembleConfig) { - A.Timeline_startSync("Dirty Element Tree", null, null); + A.Timeline_startSync("Preparing Hot Reload (widgets)", null, null); try { root._debugReassembleConfig = reassembleConfig; root.reassemble$0(); @@ -226519,62 +228850,19 @@ }; A.BuildOwner_buildScope_closure.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1, t2, t3; - return function $async$call$0($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self._box_0; - t2 = t1.index; - t3 = $async$self.$this._dirtyElements; - $async$goto = t2 < t3.length ? 2 : 4; - break; - case 2: - // then - $async$goto = 5; - return A.DiagnosticsDebugCreator$(new A.DebugCreator(t3[t2])); - case 5: - // after yield - t2 = t1.index; - t3 = t3[t2]; - $async$goto = 6; - return A.DiagnosticsProperty$(string$.The_el + t2 + " of " + t1.dirtyCount, t3, true, B.C__NoDefaultValue, null, false, null, null, B.DiagnosticLevel_3, null, false, true, true, B.DiagnosticsTreeStyle_9, null, type$.Element_2); - case 6: - // after yield - // goto join - $async$goto = 3; - break; - case 4: - // else - $async$goto = 7; - return A.ErrorHint$(string$.The_el + t2 + " of " + t1.dirtyCount + ", but _dirtyElements only had " + t3.length + " entries. This suggests some confusion in the framework internals."); - case 7: - // after yield - case 3: - // join - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + var _null = null, + _s48_ = "The element being rebuilt at the time was index ", + t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode), + t2 = this._box_1, + t3 = t2.index, + t4 = this.$this._dirtyElements; + if (t3 < t4.length) + J.add$1$ax(t1, A.DiagnosticsProperty$(_s48_ + t3 + " of " + t2.dirtyCount, this.element, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.Element_2)); + else + J.add$1$ax(t1, A.ErrorHint$(_s48_ + t3 + " of " + t2.dirtyCount + ", but _dirtyElements only had " + t4.length + " entries. This suggests some confusion in the framework internals.")); + return t1; }, - $signature: 102 - }; - A.BuildOwner_finalizeTree_closure.prototype = { - call$0() { - this.$this._inactiveElements._unmountAll$0(); - }, - $signature: 0 + $signature: 112 }; A.Element0.prototype = { $eq(_, other) { @@ -226612,11 +228900,11 @@ visitChildren$1(visitor) { }, updateChild$3(child, newWidget, newSlot) { - var t1, newChild, _this = this; + var t1, newChild, _this = this, _null = null; if (newWidget == null) { if (child != null) _this.deactivateChild$1(child); - return null; + return _null; } if (child != null) { t1 = J.$eq$(child.get$widget(), newWidget); @@ -226630,16 +228918,34 @@ if (t1) { if (!J.$eq$(child._slot, newSlot)) _this.updateSlotForChild$2(child, newSlot); + t1 = $.debugProfileBuildsEnabled; + if (t1) + A.Timeline_startSync(A.getRuntimeType(newWidget).toString$0(0), B.Map_9aZ6I, _null); child.update$1(0, newWidget); + t1 = $.debugProfileBuildsEnabled; + if (t1) + A.Timeline_finishSync(); t1 = child; } else { _this.deactivateChild$1(child); + t1 = $.debugProfileBuildsEnabled; + if (t1) + A.Timeline_startSync(A.getRuntimeType(newWidget).toString$0(0), B.Map_9aZ6I, _null); newChild = _this.inflateWidget$2(newWidget, newSlot); + t1 = $.debugProfileBuildsEnabled; + if (t1) + A.Timeline_finishSync(); t1 = newChild; } } } else { + t1 = $.debugProfileBuildsEnabled; + if (t1) + A.Timeline_startSync(A.getRuntimeType(newWidget).toString$0(0), B.Map_9aZ6I, _null); newChild = _this.inflateWidget$2(newWidget, newSlot); + t1 = $.debugProfileBuildsEnabled; + if (t1) + A.Timeline_finishSync(); t1 = newChild; } return t1; @@ -226650,7 +228956,7 @@ _this._slot = newSlot; _this._lifecycleState = B._ElementLifecycle_1; t1 = $parent != null; - _this.__Element__depth = t1 ? B.JSInt_methods.$add(A._lateReadCheck($parent.__Element__depth, "_depth"), 1) : 1; + _this.__Element__depth = t1 ? A._lateReadCheck($parent.__Element__depth, "_depth") + 1 : 1; if (t1) _this._owner = $parent._owner; key = _this.get$widget().key; @@ -226669,7 +228975,7 @@ }, _updateDepth$1(parentDepth) { var expectedDepth = parentDepth + 1; - if (B.JSInt_methods.$lt(A._lateReadCheck(this.__Element__depth, "_depth"), expectedDepth)) { + if (A._lateReadCheck(this.__Element__depth, "_depth") < expectedDepth) { this.__Element__depth = expectedDepth; this.visitChildren$1(new A.Element__updateDepth_closure(expectedDepth)); } @@ -226773,7 +229079,7 @@ dependOnInheritedElement$2$aspect(ancestor, aspect) { var t1 = this._dependencies; (t1 == null ? this._dependencies = A.HashSet_HashSet(type$.InheritedElement) : t1).add$1(0, ancestor); - ancestor._dependents.$indexSet(0, this, null); + ancestor.updateDependencies$2(this, aspect); return ancestor.get$widget(); }, dependOnInheritedWidgetOfExactType$1$0($T) { @@ -226869,22 +229175,6 @@ didChangeDependencies$0() { this.markNeedsBuild$0(); }, - debugGetCreatorChain$1(limit) { - var t1, - chain = A._setArrayType([], type$.JSArray_String), - node = this; - while (true) { - if (!(chain.length < limit && node != null)) - break; - t1 = node._widget; - t1 = t1 == null ? null : t1.toStringShort$0(); - chain.push(t1 == null ? "#" + B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(node.get$hashCode(node) & 1048575, 16), 5, "0") + "(DEFUNCT)" : t1); - node = node._framework$_parent; - } - if (node != null) - chain.push("\u22ef"); - return B.JSArray_methods.join$1(chain, " \u2190 "); - }, toStringShort$0() { var t1 = this._widget; t1 = t1 == null ? null : t1.toStringShort$0(); @@ -226922,7 +229212,7 @@ child._debugReassembleConfig = this.$this._debugReassembleConfig; child.reassemble$0(); }, - $signature: 87 + $signature: 89 }; A.Element_renderObject_visit.prototype = { call$1(element) { @@ -226933,7 +229223,7 @@ else element.visitChildren$1(this); }, - $signature: 87 + $signature: 89 }; A.Element_updateSlotForChild_visit.prototype = { call$1(element) { @@ -226941,31 +229231,31 @@ if (!(element instanceof A.RenderObjectElement)) element.visitChildren$1(this); }, - $signature: 87 + $signature: 89 }; A.Element__updateDepth_closure.prototype = { call$1(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 87 + $signature: 89 }; A.Element_detachRenderObject_closure.prototype = { call$1(child) { child.detachRenderObject$0(); }, - $signature: 87 + $signature: 89 }; A.Element_attachRenderObject_closure.prototype = { call$1(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 87 + $signature: 89 }; A.Element_debugDescribeChildren_closure.prototype = { call$1(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 87 + $signature: 89 }; A._ElementDiagnosticableTreeNode.prototype = {}; A.ErrorWidget.prototype = { @@ -226988,11 +229278,7 @@ this.rebuild$0(); }, performRebuild$0() { - var built, e, stack, e0, stack0, exception, built0, _this = this, - t1 = $.debugProfileBuildsEnabled; - if (t1) - A.Timeline_startSync(J.get$runtimeType$(_this.get$widget()).toString$0(0), B.Map_9aZ6I, null); - built = null; + var e, stack, e0, stack0, exception, built0, _this = this, built = null; try { built = _this.build$0(0); _this.get$widget(); @@ -227013,9 +229299,6 @@ built = built0; _this._framework$_child = _this.updateChild$3(null, built, _this._slot); } - t1 = $.debugProfileBuildsEnabled; - if (t1) - A.Timeline_finishSync(); }, visitChildren$1(visitor) { var t1 = this._framework$_child; @@ -227029,61 +229312,17 @@ }; A.ComponentElement_performRebuild_closure.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError; - return function $async$call$0($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$goto = 2; - return A.DiagnosticsDebugCreator$(new A.DebugCreator($async$self.$this)); - case 2: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); + return t1; }, - $signature: 102 + $signature: 112 }; A.ComponentElement_performRebuild_closure0.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError; - return function $async$call$0($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$goto = 2; - return A.DiagnosticsDebugCreator$(new A.DebugCreator($async$self.$this)); - case 2: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); + return t1; }, - $signature: 102 + $signature: 112 }; A.StatelessElement.prototype = { get$widget() { @@ -227212,7 +229451,7 @@ else child.visitChildren$1(this); }, - $signature: 87 + $signature: 89 }; A.InheritedElement.prototype = { get$widget() { @@ -227224,9 +229463,20 @@ incomingWidgets = t1 == null ? _null : t1._inheritedWidgets; t1 = type$.Type; t2 = type$.InheritedElement; - t1 = incomingWidgets != null ? _this._inheritedWidgets = A.HashMap_HashMap$from(incomingWidgets, t1, t2) : _this._inheritedWidgets = A.HashMap_HashMap(_null, _null, _null, t1, t2); + if (incomingWidgets != null) { + t1 = A.HashMap_HashMap(_null, _null, _null, t1, t2); + t1.addAll$1(0, incomingWidgets); + _this._inheritedWidgets = t1; + } else + t1 = _this._inheritedWidgets = A.HashMap_HashMap(_null, _null, _null, t1, t2); t1.$indexSet(0, J.get$runtimeType$(_this.get$widget()), _this); }, + updateDependencies$2(dependent, aspect) { + this._dependents.$indexSet(0, dependent, null); + }, + notifyDependent$2(oldWidget, dependent) { + dependent.didChangeDependencies$0(); + }, updated$1(oldWidget) { if (this.get$widget().updateShouldNotify$1(oldWidget)) this.super$ProxyElement$updated(oldWidget); @@ -227234,7 +229484,7 @@ notifyClients$1(oldWidget) { var t1; for (t1 = this._dependents, t1 = new A._HashMapKeyIterator(t1, t1._collection$_computeKeys$0(), A._instanceType(t1)._eval$1("_HashMapKeyIterator<1>")); t1.moveNext$0();) - t1._collection$_current.didChangeDependencies$0(); + this.notifyDependent$2(oldWidget, t1._collection$_current); } }; A.RenderObjectElement.prototype = { @@ -227280,12 +229530,13 @@ _this._dirty = false; }, update$1(_, newWidget) { - var _this = this; - _this.super$Element$update(0, newWidget); - _this.get$widget().updateRenderObject$2(_this, _this.get$renderObject()); - _this._dirty = false; + this.super$Element$update(0, newWidget); + this._performRebuild$0(); }, performRebuild$0() { + this._performRebuild$0(); + }, + _performRebuild$0() { var _this = this; _this.get$widget().updateRenderObject$2(_this, _this.get$renderObject()); _this._dirty = false; @@ -227464,14 +229715,14 @@ var t1 = this.forgottenChildren.contains$1(0, child); return t1 ? null : child; }, - $signature: 1682 + $signature: 1717 }; 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: 1683 + $signature: 1718 }; A.RootRenderObjectElement.prototype = { mount$2($parent, newSlot) { @@ -227589,12 +229840,7 @@ call$1(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 114 - }; - A.DebugCreator.prototype = { - toString$0(_) { - return this.element.debugGetCreatorChain$1(12); - } + $signature: 123 }; A.IndexedSlot.prototype = { $eq(_, other) { @@ -227613,9 +229859,10 @@ }; A._NullElement.prototype = { performRebuild$0() { + return A.throwExpression(A.UnimplementedError$(null)); } }; - A._NullWidget.prototype = { + A._NullWidget1.prototype = { createElement$0(_) { return A.throwExpression(A.UnimplementedError$(null)); } @@ -227673,7 +229920,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this); }, - $signature: 445 + $signature: 444 }; A.GestureDetector_build_closure0.prototype = { call$1(instance) { @@ -227684,13 +229931,13 @@ instance.onTapCancel = t1.onTapCancel; instance.onTertiaryTapCancel = instance.onTertiaryTapUp = instance.onTertiaryTapDown = instance.onSecondaryTapCancel = instance.onSecondaryTapUp = instance.onSecondaryTapDown = instance.onSecondaryTap = null; }, - $signature: 370 + $signature: 449 }; A.GestureDetector_build_closure1.prototype = { call$0() { return A.DoubleTapGestureRecognizer$(this.$this); }, - $signature: 716 + $signature: 476 }; A.GestureDetector_build_closure2.prototype = { call$1(instance) { @@ -227698,14 +229945,14 @@ instance.onDoubleTap = this.$this.onDoubleTap; instance.onDoubleTapCancel = null; }, - $signature: 569 + $signature: 473 }; A.GestureDetector_build_closure3.prototype = { call$0() { var _null = null; return A.LongPressGestureRecognizer$(this.$this, _null, _null, _null, _null); }, - $signature: 491 + $signature: 472 }; A.GestureDetector_build_closure4.prototype = { call$1(instance) { @@ -227713,13 +229960,13 @@ instance.onLongPress = this.$this.onLongPress; 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; }, - $signature: 503 + $signature: 467 }; A.GestureDetector_build_closure5.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 643 + $signature: 466 }; A.GestureDetector_build_closure6.prototype = { call$1(instance) { @@ -227732,13 +229979,13 @@ instance.onCancel = null; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 476 + $signature: 464 }; A.GestureDetector_build_closure7.prototype = { call$0() { - return A.HorizontalDragGestureRecognizer$(this.$this, null, null); + return A.HorizontalDragGestureRecognizer$(this.$this, null); }, - $signature: 344 + $signature: 457 }; A.GestureDetector_build_closure8.prototype = { call$1(instance) { @@ -227750,15 +229997,13 @@ instance.onCancel = t1.onHorizontalDragCancel; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 392 + $signature: 456 }; A.GestureDetector_build_closure9.prototype = { call$0() { - var t1 = type$.int, - t2 = A.HashSet_HashSet(t1); - return new A.PanGestureRecognizer(B.DragStartBehavior_1, A.monodrag_DragGestureRecognizer__defaultBuilder$closure(), B._DragState_0, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.VelocityTracker), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, this.$this, null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); + return A.PanGestureRecognizer$(this.$this, null); }, - $signature: 1739 + $signature: 465 }; A.GestureDetector_build_closure10.prototype = { call$1(instance) { @@ -227770,13 +230015,13 @@ instance.onCancel = null; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 1740 + $signature: 474 }; A.GestureDetector_build_closure11.prototype = { call$0() { return A.ScaleGestureRecognizer$(this.$this, null); }, - $signature: 1741 + $signature: 1856 }; A.GestureDetector_build_closure12.prototype = { call$1(instance) { @@ -227786,7 +230031,7 @@ instance.onEnd = t1.onScaleEnd; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 1769 + $signature: 1857 }; A.RawGestureDetector.prototype = { createState$0() { @@ -227989,7 +230234,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -228007,7 +230252,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -228018,7 +230263,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1(details) { @@ -228036,7 +230281,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -228054,7 +230299,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -228065,11 +230310,11 @@ if (t1 != null) t1.call$1(details); }, - $signature: 80 + $signature: 78 }; A.HeroFlightDirection.prototype = { toString$0(_) { - return this._heroes$_name; + return "HeroFlightDirection." + this._core$_name; } }; A.Hero.prototype = { @@ -228090,7 +230335,7 @@ else t1.endFlight$0(); }, - $signature: 1776 + $signature: 1884 }; A.Hero__allHeroesFor_visitor.prototype = { call$1(element) { @@ -228109,7 +230354,7 @@ } element.visitChildren$1(_this); }, - $signature: 87 + $signature: 89 }; A._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) { @@ -228358,11 +230603,9 @@ t3.toString; t2 = A._lateReadCheck(t1.___HeroFlight_manifest, "manifest").navigatorSize; t4 = t2._dx; - t2 = t2._dy; - t1 = t1._heroOpacity; - return A.Positioned$(t2 - t3.bottom, new A.IgnorePointer(true, _null, new A.RepaintBoundary(A.Opacity$(false, child, t1.get$value(t1)), _null), _null), _null, _null, t3.left, t4 - t3.right, t3.top, _null); + 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); }, - $signature: 553 + $signature: 477 }; A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate.prototype = { call$0() { @@ -228413,12 +230656,12 @@ t1.toString; animation = t1; } - switch (flightType) { - case B.HeroFlightDirection_1: + switch (flightType.index) { + case 1: if (animation.get$value(animation) === 0) return; break; - case B.HeroFlightDirection_0: + case 0: if (animation.get$value(animation) === 1) return; break; @@ -228516,7 +230759,7 @@ manifest.toHero.startFlight$0(); t16 = existingFlight.overlayEntry._key.get$currentState(); if (t16 != null) - t16._overlay$_markNeedsBuild$0(); + t16._markNeedsBuild$0(); } existingFlight.___HeroFlight_manifest = manifest; } else { @@ -228531,14 +230774,14 @@ t17.push(t16.get$_handleAnimationUpdate()); t16.___HeroFlight__proxyAnimation = t19; t16.___HeroFlight_manifest = manifest; - switch (A._lateReadCheck(manifest, _s8_).type) { - case B.HeroFlightDirection_1: + switch (A._lateReadCheck(manifest, _s8_).type.index) { + case 1: t17 = A._lateReadCheck(t16.___HeroFlight__proxyAnimation, _s15_); t18 = A._lateReadCheck(t16.___HeroFlight_manifest, _s8_); t17.set$parent(0, new A.ReverseAnimation(t18.get$animation(t18), new A.ObserverList(A._setArrayType([], t8), t9), 0)); shouldIncludeChildInPlaceholder = false; break; - case B.HeroFlightDirection_0: + case 0: t17 = A._lateReadCheck(t16.___HeroFlight__proxyAnimation, _s15_); t18 = A._lateReadCheck(t16.___HeroFlight_manifest, _s8_); t17.set$parent(0, t18.get$animation(t18)); @@ -228589,35 +230832,22 @@ t1 = false; return t1; }, - $signature: 1849 + $signature: 1889 }; A.HeroController__maybeStartHeroTransition_closure.prototype = { call$1(value) { var _this = this; _this.$this._startHeroTransition$5(_this.from, _this.to, _this.animation, _this.flightType, _this.isUserGestureTransition); }, - $signature: 29 + $signature: 28 }; A.Icon.prototype = { build$1(_, context) { - var textDirection, iconThemeData, t2, iconTheme, t3, iconSize, iconOpacity, iconColor, iconWidget, _null = null, + var textDirection, iconTheme, iconSize, iconOpacity, iconColor, t2, iconWidget, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; textDirection = t1.textDirection; - iconThemeData = A.IconTheme__getInheritedIconThemeData(context).resolve$1(context); - t1 = iconThemeData.color; - t2 = t1 == null; - if (!t2 && iconThemeData.get$opacity(iconThemeData) != null && iconThemeData.size != null) - iconTheme = iconThemeData; - else { - t3 = iconThemeData.size; - if (t3 == null) - t3 = 24; - if (t2) - t1 = B.Color_4278190080; - t2 = iconThemeData.get$opacity(iconThemeData); - iconTheme = iconThemeData.copyWith$3$color$opacity$size(t1, t2 == null ? B.IconThemeData_Color_4278190080_1_24.get$opacity(B.IconThemeData_Color_4278190080_1_24) : t2, t3); - } + iconTheme = A.IconTheme_of(context); iconSize = this.size; if (iconSize == null) iconSize = iconTheme.size; @@ -228683,7 +230913,7 @@ call$1(context) { return A.IconTheme$(this.child, A.IconTheme__getInheritedIconThemeData(context).merge$1(this.data), this.key); }, - $signature: 1850 + $signature: 1890 }; A.IconThemeData.prototype = { copyWith$3$color$opacity$size(color, opacity, size) { @@ -228936,7 +231166,7 @@ var t1 = this.$this; t1.setState$1(new A._ImageState__getListener__closure(t1, error, stackTrace)); }, - $signature: 1876 + $signature: 1891 }; A._ImageState__getListener__closure.prototype = { call$0() { @@ -229079,7 +231309,7 @@ value = _this.__ImplicitlyAnimatedWidgetState__controller; if (value === $) { t1 = _this._widget.duration; - result = A.AnimationController$(null, t1, 0, null, 1, null, _this); + result = A.AnimationController$(null, t1, null, 1, null, _this); A._lateInitializeOnceCheck(_this.__ImplicitlyAnimatedWidgetState__controller, "_controller"); _this.__ImplicitlyAnimatedWidgetState__controller = result; value = result; @@ -229155,14 +231385,14 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 35 + $signature: 36 }; A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure.prototype = { call$3(tween, targetValue, $constructor) { this.$this._updateTween$2(tween, targetValue); return tween; }, - $signature: 576 + $signature: 479 }; A.ImplicitlyAnimatedWidgetState__constructTweens_closure.prototype = { call$3(tween, targetValue, $constructor) { @@ -229177,7 +231407,7 @@ tween = null; return tween; }, - $signature: 576 + $signature: 479 }; A.AnimatedWidgetBaseState.prototype = { initState$0() { @@ -229199,7 +231429,7 @@ }; A.AnimatedContainer.prototype = { createState$0() { - return new A._AnimatedContainerState(null, B._StateLifecycle_0); + return new A._AnimatedContainerState(null, null, B._StateLifecycle_0); } }; A._AnimatedContainerState.prototype = { @@ -229216,7 +231446,7 @@ t4 = _this._foregroundDecoration; _this._widget.toString; _this._foregroundDecoration = t3._as(visitor.call$3(t4, _null, new A._AnimatedContainerState_forEachTween_closure2())); - _this._implicit_animations$_constraints = type$.nullable_BoxConstraintsTween._as(visitor.call$3(_this._implicit_animations$_constraints, _this._widget.constraints, new A._AnimatedContainerState_forEachTween_closure3())); + _this._constraints = type$.nullable_BoxConstraintsTween._as(visitor.call$3(_this._constraints, _this._widget.constraints, new A._AnimatedContainerState_forEachTween_closure3())); _this._margin = t1._as(visitor.call$3(_this._margin, _this._widget.margin, new A._AnimatedContainerState_forEachTween_closure4())); t1 = _this._implicit_animations$_transform; _this._widget.toString; @@ -229236,7 +231466,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._implicit_animations$_constraints; + t5 = _this._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)); @@ -229251,53 +231481,53 @@ call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 642 + $signature: 482 }; A._AnimatedContainerState_forEachTween_closure0.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 450 + $signature: 354 }; A._AnimatedContainerState_forEachTween_closure1.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 647 + $signature: 484 }; A._AnimatedContainerState_forEachTween_closure2.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 647 + $signature: 484 }; A._AnimatedContainerState_forEachTween_closure3.prototype = { call$1(value) { return new A.BoxConstraintsTween(type$.BoxConstraints._as(value), null); }, - $signature: 1882 + $signature: 1922 }; A._AnimatedContainerState_forEachTween_closure4.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 450 + $signature: 354 }; A._AnimatedContainerState_forEachTween_closure5.prototype = { call$1(value) { return new A.Matrix4Tween(type$.Matrix4._as(value), null); }, - $signature: 1883 + $signature: 1929 }; A._AnimatedContainerState_forEachTween_closure6.prototype = { call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 642 + $signature: 482 }; A.AnimatedPadding.prototype = { createState$0() { - return new A._AnimatedPaddingState(null, B._StateLifecycle_0); + return new A._AnimatedPaddingState(null, null, B._StateLifecycle_0); } }; A._AnimatedPaddingState.prototype = { @@ -229316,11 +231546,11 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 450 + $signature: 354 }; A.AnimatedOpacity.prototype = { createState$0() { - return new A._AnimatedOpacityState(null, B._StateLifecycle_0); + return new A._AnimatedOpacityState(null, null, B._StateLifecycle_0); } }; A._AnimatedOpacityState.prototype = { @@ -229343,11 +231573,11 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 373 + $signature: 395 }; A.AnimatedDefaultTextStyle.prototype = { createState$0() { - return new A._AnimatedDefaultTextStyleState(null, B._StateLifecycle_0); + return new A._AnimatedDefaultTextStyleState(null, null, B._StateLifecycle_0); } }; A._AnimatedDefaultTextStyleState.prototype = { @@ -229369,17 +231599,19 @@ call$1(value) { return new A.TextStyleTween(type$.TextStyle._as(value), null); }, - $signature: 1884 + $signature: 1930 }; A.AnimatedPhysicalModel.prototype = { createState$0() { - return new A._AnimatedPhysicalModelState(null, B._StateLifecycle_0); + return new A._AnimatedPhysicalModelState(null, null, B._StateLifecycle_0); } }; A._AnimatedPhysicalModelState.prototype = { forEachTween$1(visitor) { - var t1, _this = this; - _this._borderRadius = type$.nullable_BorderRadiusTween._as(visitor.call$3(_this._borderRadius, _this._widget.borderRadius, new A._AnimatedPhysicalModelState_forEachTween_closure())); + var _this = this, + t1 = _this._borderRadius; + _this._widget.toString; + _this._borderRadius = type$.nullable_BorderRadiusTween._as(visitor.call$3(t1, B.BorderRadius_tLn, new A._AnimatedPhysicalModelState_forEachTween_closure())); _this._implicit_animations$_elevation = type$.nullable_Tween_double._as(visitor.call$3(_this._implicit_animations$_elevation, _this._widget.elevation, new A._AnimatedPhysicalModelState_forEachTween_closure0())); t1 = type$.nullable_ColorTween; _this._implicit_animations$_color = t1._as(visitor.call$3(_this._implicit_animations$_color, _this._widget.color, new A._AnimatedPhysicalModelState_forEachTween_closure1())); @@ -229404,47 +231636,75 @@ t7 = _this.get$_animation(); t7 = t6.transform$1(0, t7.get$value(t7)); t7.toString; - t6 = t7; - return new A.PhysicalModel(t2, t1, t4, t5, t3, t6, _this._widget.child, null); + return new A.PhysicalModel(t2, t1, t4, t5, t3, t7, _this._widget.child, null); } }; A._AnimatedPhysicalModelState_forEachTween_closure.prototype = { call$1(value) { return new A.BorderRadiusTween(type$.BorderRadius._as(value), null); }, - $signature: 1896 + $signature: 1931 }; A._AnimatedPhysicalModelState_forEachTween_closure0.prototype = { call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 373 + $signature: 395 }; A._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 374 + $signature: 399 }; A._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 374 + $signature: 399 }; A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); + } + }; + A.InheritedModel.prototype = { + createElement$0(_) { + var t1 = A.HashMap_HashMap(null, null, null, type$.Element_2, type$.nullable_Object), + t2 = ($.Element__nextHashCode + 1) % 16777215; + $.Element__nextHashCode = t2; + return new A.InheritedModelElement(t1, t2, this, B._ElementLifecycle_0, A._instanceType(this)._eval$1("InheritedModelElement")); + } + }; + A.InheritedModelElement.prototype = { + get$widget() { + return this.$ti._eval$1("InheritedModel<1>")._as(A.InheritedElement.prototype.get$widget.call(this)); + }, + updateDependencies$2(dependent, aspect) { + var t1 = this._dependents, + t2 = this.$ti, + dependencies = t2._eval$1("Set<1>?")._as(t1.$index(0, dependent)); + if (dependencies != null && dependencies.get$isEmpty(dependencies)) + return; + t1.$indexSet(0, dependent, A.HashSet_HashSet(t2._precomputed1)); + }, + notifyDependent$2(oldWidget, dependent) { + var t1 = this.$ti, + dependencies = t1._eval$1("Set<1>?")._as(this._dependents.$index(0, dependent)); + if (dependencies == null) + return; + if (dependencies.get$isEmpty(dependencies) || t1._eval$1("InheritedModel<1>")._as(A.InheritedElement.prototype.get$widget.call(this)).updateShouldNotifyDependent$2(oldWidget, dependencies)) + dependent.didChangeDependencies$0(); } }; A.InheritedNotifier.prototype = { @@ -229452,15 +231712,14 @@ return oldWidget.notifier != this.notifier; }, createElement$0(_) { - var t1 = type$.Element_2, - t2 = A.HashMap_HashMap(null, null, null, t1, type$.nullable_Object), - t3 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t3; - t1 = new A._InheritedNotifierElement(t2, t3, this, B._ElementLifecycle_0, A.HashSet_HashSet(t1), A._instanceType(this)._eval$1("_InheritedNotifierElement")); - t3 = this.notifier; - if (t3 != null) - t3.addListener$1(0, t1.get$_handleUpdate()); - return t1; + var t1 = A.HashMap_HashMap(null, null, null, type$.Element_2, type$.nullable_Object), + t2 = ($.Element__nextHashCode + 1) % 16777215; + $.Element__nextHashCode = t2; + t2 = new A._InheritedNotifierElement(t1, t2, this, B._ElementLifecycle_0, A._instanceType(this)._eval$1("_InheritedNotifierElement")); + t1 = this.notifier; + if (t1 != null) + t1.addListener$1(0, t2.get$_handleUpdate()); + return t2; } }; A._InheritedNotifierElement.prototype = { @@ -229520,7 +231779,7 @@ } return true; }, - $signature: 114 + $signature: 123 }; A.CapturedThemes.prototype = {}; A._CaptureAll.prototype = { @@ -229536,7 +231795,7 @@ createElement$0(_) { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A._LayoutBuilderElement(t1, this, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2), A._instanceType(this)._eval$1("_LayoutBuilderElement")); + return new A._LayoutBuilderElement(t1, this, B._ElementLifecycle_0, A._instanceType(this)._eval$1("_LayoutBuilderElement")); }, get$builder() { return this.builder; @@ -229625,61 +231884,17 @@ }; A._LayoutBuilderElement__layout_layoutCallback_closure.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError; - return function $async$call$0($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$goto = 2; - return A.DiagnosticsDebugCreator$(new A.DebugCreator($async$self.$this)); - case 2: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); + return t1; }, - $signature: 102 + $signature: 112 }; A._LayoutBuilderElement__layout_layoutCallback_closure0.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError; - return function $async$call$0($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$goto = 2; - return A.DiagnosticsDebugCreator$(new A.DebugCreator($async$self.$this)); - case 2: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); + return t1; }, - $signature: 102 + $signature: 112 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1(value) { @@ -229785,7 +232000,7 @@ call$1(p) { return p.futureValue; }, - $signature: 1912 + $signature: 1955 }; A._loadAll_closure1.prototype = { call$1(values) { @@ -229794,7 +232009,7 @@ t3.$indexSet(0, A.createRuntimeType(A._instanceType(t2.pendingList[i].delegate)._eval$1("LocalizationsDelegate.T")), t1.$index(values, i)); return t3; }, - $signature: 1913 + $signature: 1956 }; A.LocalizationsDelegate.prototype = { toString$0(_) { @@ -229911,7 +232126,7 @@ call$1(value) { return this._box_0.typeToResources = value; }, - $signature: 1914 + $signature: 1957 }; A._LocalizationsState_load_closure0.prototype = { call$1(value) { @@ -229920,7 +232135,7 @@ t1.setState$1(new A._LocalizationsState_load__closure(t1, value, this.locale)); $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 1921 + $signature: 1960 }; A._LocalizationsState_load__closure.prototype = { call$0() { @@ -229932,7 +232147,7 @@ }; A.Orientation.prototype = { toString$0(_) { - return this._media_query$_name; + return "Orientation." + this._core$_name; } }; A.MediaQueryData.prototype = { @@ -229945,7 +232160,7 @@ t1 = textScaleFactor == null ? _this.textScaleFactor : textScaleFactor, t2 = padding == null ? _this.padding : padding, t3 = alwaysUse24HourFormat == null ? _this.alwaysUse24HourFormat : alwaysUse24HourFormat; - return A.MediaQueryData$(_this.accessibleNavigation, t3, _this.boldText, _this.devicePixelRatio, _this.disableAnimations, _this.gestureSettings, _this.highContrast, _this.invertColors, _this.navigationMode, t2, _this.platformBrightness, _this.size, _this.systemGestureInsets, t1, _this.viewInsets, _this.viewPadding); + return A.MediaQueryData$(_this.accessibleNavigation, t3, _this.boldText, _this.devicePixelRatio, _this.disableAnimations, _this.displayFeatures, _this.gestureSettings, _this.highContrast, _this.invertColors, _this.navigationMode, t2, _this.platformBrightness, _this.size, _this.systemGestureInsets, t1, _this.viewInsets, _this.viewPadding); }, copyWith$1$platformBrightness(platformBrightness) { return this.copyWith$4$alwaysUse24HourFormat$padding$platformBrightness$textScaleFactor(null, null, platformBrightness, null); @@ -229959,6 +232174,9 @@ copyWith$1$alwaysUse24HourFormat(alwaysUse24HourFormat) { return this.copyWith$4$alwaysUse24HourFormat$padding$platformBrightness$textScaleFactor(alwaysUse24HourFormat, null, null, null); }, + copyWith$2$alwaysUse24HourFormat$textScaleFactor(alwaysUse24HourFormat, textScaleFactor) { + return this.copyWith$4$alwaysUse24HourFormat$padding$platformBrightness$textScaleFactor(alwaysUse24HourFormat, null, null, textScaleFactor); + }, removePadding$4$removeBottom$removeLeft$removeRight$removeTop(removeBottom, removeLeft, removeRight, removeTop) { var t1, t2, t3, t4, t5, t6, _this = this, _null = null; if (!(removeLeft || removeTop || removeRight || removeBottom)) @@ -229972,13 +232190,13 @@ 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.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 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)); }, removePadding$1$removeTop(removeTop) { return this.removePadding$4$removeBottom$removeLeft$removeRight$removeTop(false, false, false, removeTop); }, removeViewInsets$4$removeBottom$removeLeft$removeRight$removeTop(removeBottom, removeLeft, removeRight, removeTop) { - var t1, t2, t3, t4, t5, _this = this, _null = null; + var t1, t2, t3, t4, t5, t6, _this = this, _null = null; if (!removeLeft) !removeTop; t1 = _this.viewPadding; @@ -229986,11 +232204,12 @@ t3 = removeTop ? Math.max(0, t1.top - _this.viewInsets.top) : _null; t4 = removeRight ? Math.max(0, t1.right - _this.viewInsets.right) : _null; t5 = _this.viewInsets; - t1 = t1.copyWith$4$bottom$left$right$top(Math.max(0, t1.bottom - t5.bottom), t2, t4, t3); + t6 = Math.max(0, t1.bottom - t5.bottom); + t1 = t1.copyWith$4$bottom$left$right$top(t6, t2, t4, t3); 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.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 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); }, removeViewInsets$1$removeBottom(removeBottom) { return this.removeViewInsets$4$removeBottom$removeLeft$removeRight$removeTop(removeBottom, false, false, false); @@ -230001,15 +232220,15 @@ return false; if (J.get$runtimeType$(other) !== A.getRuntimeType(_this)) return false; - return other instanceof A.MediaQueryData && other.size.$eq(0, _this.size) && other.devicePixelRatio === _this.devicePixelRatio && other.textScaleFactor === _this.textScaleFactor && other.platformBrightness === _this.platformBrightness && other.padding.$eq(0, _this.padding) && other.viewPadding.$eq(0, _this.viewPadding) && other.viewInsets.$eq(0, _this.viewInsets) && other.alwaysUse24HourFormat === _this.alwaysUse24HourFormat && other.highContrast === _this.highContrast && other.disableAnimations === _this.disableAnimations && other.invertColors === _this.invertColors && other.accessibleNavigation === _this.accessibleNavigation && other.boldText === _this.boldText && other.navigationMode === _this.navigationMode && other.gestureSettings.$eq(0, _this.gestureSettings); + return other instanceof A.MediaQueryData && other.size.$eq(0, _this.size) && other.devicePixelRatio === _this.devicePixelRatio && other.textScaleFactor === _this.textScaleFactor && other.platformBrightness === _this.platformBrightness && other.padding.$eq(0, _this.padding) && other.viewPadding.$eq(0, _this.viewPadding) && other.viewInsets.$eq(0, _this.viewInsets) && other.alwaysUse24HourFormat === _this.alwaysUse24HourFormat && other.highContrast === _this.highContrast && other.disableAnimations === _this.disableAnimations && other.invertColors === _this.invertColors && other.accessibleNavigation === _this.accessibleNavigation && other.boldText === _this.boldText && other.navigationMode === _this.navigationMode && other.gestureSettings.$eq(0, _this.gestureSettings) && A.listEquals0(other.displayFeatures, _this.displayFeatures); }, get$hashCode(_) { var _this = this; - return A.hashValues(_this.size, _this.devicePixelRatio, _this.textScaleFactor, _this.platformBrightness, _this.padding, _this.viewPadding, _this.viewInsets, _this.alwaysUse24HourFormat, _this.highContrast, _this.disableAnimations, _this.invertColors, _this.accessibleNavigation, _this.boldText, _this.navigationMode, _this.gestureSettings, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); + return A.hashValues(_this.size, _this.devicePixelRatio, _this.textScaleFactor, _this.platformBrightness, _this.padding, _this.viewPadding, _this.viewInsets, _this.alwaysUse24HourFormat, _this.highContrast, _this.disableAnimations, _this.invertColors, _this.accessibleNavigation, _this.boldText, _this.navigationMode, _this.gestureSettings, A.hashList(_this.displayFeatures), B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); }, toString$0(_) { var _this = this; - return "MediaQueryData(" + B.JSArray_methods.join$1(A._setArrayType(["size: " + _this.size.toString$0(0), "devicePixelRatio: " + B.JSNumber_methods.toStringAsFixed$1(_this.devicePixelRatio, 1), "textScaleFactor: " + B.JSNumber_methods.toStringAsFixed$1(_this.textScaleFactor, 1), "platformBrightness: " + _this.platformBrightness.toString$0(0), "padding: " + _this.padding.toString$0(0), "viewPadding: " + _this.viewPadding.toString$0(0), "viewInsets: " + _this.viewInsets.toString$0(0), "alwaysUse24HourFormat: " + _this.alwaysUse24HourFormat, "accessibleNavigation: " + _this.accessibleNavigation, "highContrast: " + _this.highContrast, "disableAnimations: " + _this.disableAnimations, "invertColors: " + _this.invertColors, "boldText: " + _this.boldText, "navigationMode: " + A.describeEnum(_this.navigationMode), "gestureSettings: " + _this.gestureSettings.toString$0(0)], type$.JSArray_String), ", ") + ")"; + return "MediaQueryData(" + B.JSArray_methods.join$1(A._setArrayType(["size: " + _this.size.toString$0(0), "devicePixelRatio: " + B.JSNumber_methods.toStringAsFixed$1(_this.devicePixelRatio, 1), "textScaleFactor: " + B.JSNumber_methods.toStringAsFixed$1(_this.textScaleFactor, 1), "platformBrightness: " + _this.platformBrightness.toString$0(0), "padding: " + _this.padding.toString$0(0), "viewPadding: " + _this.viewPadding.toString$0(0), "viewInsets: " + _this.viewInsets.toString$0(0), "alwaysUse24HourFormat: " + _this.alwaysUse24HourFormat, "accessibleNavigation: " + _this.accessibleNavigation, "highContrast: " + _this.highContrast, "disableAnimations: " + _this.disableAnimations, "invertColors: " + _this.invertColors, "boldText: " + _this.boldText, "navigationMode: " + _this.navigationMode._core$_name, "gestureSettings: " + _this.gestureSettings.toString$0(0), "displayFeatures: " + A.S(_this.displayFeatures)], type$.JSArray_String), ", ") + ")"; } }; A.MediaQuery.prototype = { @@ -230019,7 +232238,7 @@ }; A.NavigationMode.prototype = { toString$0(_) { - return this._media_query$_name; + return "NavigationMode." + this._core$_name; } }; A._MediaQueryFromWindow.prototype = { @@ -230078,7 +232297,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } semanticsDismissible = _this.dismissible && platformSupportsDismissingBarrier; - t1 = new A.ModalBarrier_build_handleDismiss(context); + t1 = new A.ModalBarrier_build_handleDismiss(_this, context); t2 = !semanticsDismissible || false; t3 = semanticsDismissible ? _this.semanticsLabel : _null; t4 = semanticsDismissible ? t1 : _null; @@ -230089,20 +232308,14 @@ } else t5 = _null; t6 = _this.color; - t6 = t6 == null ? _null : new A.ColoredBox(t6, _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, new A.MouseRegion(_null, _null, _null, B.SystemMouseCursor_basic, true, new A.ConstrainedBox(B.BoxConstraints_ALM, t6, _null), _null), _null), new A.ModalBarrier_build_closure(_this, t1), _null), _null)); + 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)); } }; A.ModalBarrier_build_handleDismiss.prototype = { - call$0() { - A.Navigator_maybePop(this.context); - }, - $signature: 0 - }; - A.ModalBarrier_build_closure.prototype = { call$0() { if (this.$this.dismissible) - this.handleDismiss.call$0(); + A.Navigator_maybePop(this.context); else A.SystemSound_play(B.SystemSoundType_1); }, @@ -230111,7 +232324,7 @@ A.AnimatedModalBarrier.prototype = { build$1(_, context) { var t1 = type$.Animation_nullable_Color._as(this.listenable); - return new A.ModalBarrier(t1.get$value(t1), this.dismissible, true, this.semanticsLabel, null); + return A.ModalBarrier$(true, t1.get$value(t1), this.dismissible, this.semanticsLabel); } }; A._AnyTapGestureRecognizer.prototype = { @@ -230171,7 +232384,7 @@ }; A._ToolbarSlot.prototype = { toString$0(_) { - return this._navigation_toolbar$_name; + return "_ToolbarSlot." + this._core$_name; } }; A._ToolbarLayout.prototype = { @@ -230250,12 +232463,12 @@ }; A.RoutePopDisposition.prototype = { toString$0(_) { - return this._navigator$_name; + return "RoutePopDisposition." + this._core$_name; } }; A.Route.prototype = { get$overlayEntries() { - return B.List_empty5; + return B.List_empty6; }, install$0() { }, @@ -230265,7 +232478,15 @@ return t1; }, didAdd$0() { - A.TickerFuture$complete().then$1$1(0, new A.Route_didAdd_closure(this), type$.void); + var t1 = this._navigator$_navigator; + if (t1 == null) + t1 = null; + else { + t1._widget.toString; + t1 = true; + } + if (t1 === true) + A.TickerFuture$complete().then$1$1(0, new A.Route_didAdd_closure(this), type$.void); }, didReplace$1(oldRoute) { }, @@ -230349,7 +232570,7 @@ if (entry.route === this) return false; t3 = entry.currentState.index; - if (t3 <= 9 && t3 >= 1) + if (t3 <= 10 && t3 >= 1) return true; } return false; @@ -230366,11 +232587,18 @@ }; A.Route_didPush_closure.prototype = { call$1(_) { - var t1 = this.$this._navigator$_navigator; - if (t1 != null) + var t2, + t1 = this.$this._navigator$_navigator; + if (t1 == null) + t2 = null; + else { + t1._widget.toString; + t2 = true; + } + if (t2 === true) t1.focusScopeNode.requestFocus$0(); }, - $signature: 67 + $signature: 65 }; A.Route_didAdd_closure.prototype = { call$1(_) { @@ -230378,13 +232606,13 @@ if (t1 != null) t1.focusScopeNode.requestFocus$0(); }, - $signature: 67 + $signature: 65 }; A.Route_isCurrent_closure.prototype = { call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 175 + $signature: 167 }; A.Route_isCurrent_closure0.prototype = { call$0() { @@ -230396,7 +232624,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 175 + $signature: 167 }; A.Route_isFirst_closure0.prototype = { call$0() { @@ -230408,7 +232636,7 @@ call$1(e) { return e != null && A._RouteEntry_isRoutePredicate(this.$this).call$1(e); }, - $signature: 175 + $signature: 167 }; A.Route_isActive_closure0.prototype = { call$0() { @@ -230449,7 +232677,7 @@ var _null = null, t1 = type$.nullable_void_Function, t2 = type$._NavigatorObservation; - return new A.NavigatorState(A._setArrayType([], type$.JSArray__RouteEntry), new A._HistoryProperty(A.List_List$filled(0, _null, false, t1)), A.ListQueue$(_null, t2), A.ListQueue$(_null, t2), A.FocusScopeNode$(true, "Navigator Scope", false), new A.RestorableNum(0, A.List_List$filled(0, _null, false, t1), type$.RestorableNum_int), new A.ValueNotifier(false, A.List_List$filled(0, _null, false, t1), type$.ValueNotifier_bool), A.LinkedHashSet_LinkedHashSet$_empty(type$.int), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, _null, B._StateLifecycle_0); + return new A.NavigatorState(A._setArrayType([], type$.JSArray__RouteEntry), new A._HistoryProperty(A.List_List$filled(0, _null, false, t1)), A.ListQueue$(_null, t2), A.ListQueue$(_null, t2), A.FocusScopeNode$(true, "Navigator Scope", false), new A.RestorableNum(0, A.List_List$filled(0, _null, false, t1), type$.RestorableNum_int), new A.ValueNotifier(false, A.List_List$filled(0, _null, false, t1), type$.ValueNotifier_bool), A.LinkedHashSet_LinkedHashSet$_empty(type$.int), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, _null, _null, B._StateLifecycle_0); }, onGenerateInitialRoutes$2(arg0, arg1) { return this.onGenerateInitialRoutes.call$2(arg0, arg1); @@ -230459,11 +232687,11 @@ call$1(route) { return route == null; }, - $signature: 1923 + $signature: 1974 }; A._RouteLifecycle.prototype = { toString$0(_) { - return this._navigator$_name; + return "_RouteLifecycle." + this._core$_name; } }; A._NotAnnounced.prototype = {}; @@ -230499,28 +232727,31 @@ else t3._add$1(0, new A._NavigatorPushObservation(t1, previousPresent)); }, - pop$1$1(_, result) { - var _this = this; - _this.doingPop = true; - if (_this.route.didPop$1(result) && _this.doingPop) - _this.currentState = B._RouteLifecycle_8; - _this.doingPop = false; - }, - pop$1($receiver, result) { - return this.pop$1$1($receiver, result, type$.dynamic); + handlePop$2$navigator$previousPresent($navigator, previousPresent) { + var t1, _this = this; + _this.currentState = B._RouteLifecycle_11; + t1 = _this.route; + if ((t1._popCompleter.future._state & 30) !== 0) + return true; + if (!t1.didPop$1(_this.pendingResult)) { + _this.currentState = B._RouteLifecycle_7; + return false; + } + _this.pendingResult = null; + return true; }, remove$0(_) { - if (this.currentState.index >= 9) + if (this.currentState.index >= 10) return; this._reportRemovalToObserver = true; - this.currentState = B._RouteLifecycle_9; + this.currentState = B._RouteLifecycle_10; }, complete$1$2$isReplaced(_, result, isReplaced) { var _this = this; - if (_this.currentState.index >= 9) + if (_this.currentState.index >= 10) return; _this._reportRemovalToObserver = !isReplaced; - _this.route.didComplete$1(result); + _this.pendingResult = result; _this.currentState = B._RouteLifecycle_9; }, complete$2$isReplaced($receiver, result, isReplaced) { @@ -230528,7 +232759,7 @@ }, dispose$0(_) { var t1, t2, t3, t4, mountedEntries, listener, _box_0 = {}; - this.currentState = B._RouteLifecycle_13; + this.currentState = B._RouteLifecycle_14; t1 = this.route; t2 = t1.get$overlayEntries(); t3 = new A._RouteEntry_dispose_closure(); @@ -230549,7 +232780,7 @@ }, get$isPresent() { var t1 = this.currentState.index; - return t1 <= 9 && t1 >= 1; + return t1 <= 10 && t1 >= 1; } }; A._RouteEntry_handlePush_closure.prototype = { @@ -230566,7 +232797,7 @@ call$1(e) { return e._mounted; }, - $signature: 1947 + $signature: 1975 }; A._RouteEntry_dispose_closure0.prototype = { call$0() { @@ -230583,7 +232814,7 @@ call$1(entry) { return entry.route === this.route; }, - $signature: 237 + $signature: 249 }; A._NavigatorObservation.prototype = {}; A._NavigatorPushObservation.prototype = { @@ -230632,7 +232863,7 @@ _this._widget.toString; _i = 0; for (; false; ++_i) { - page = B.List_empty4[_i]; + page = B.List_empty5[_i]; t2 = _this._framework$_element; t2.toString; t2 = page.createRoute$1(t2); @@ -230717,7 +232948,7 @@ }, activate$0() { var t1, t2, _i; - this.super$State$activate(); + this.super$_NavigatorState_State_TickerProviderStateMixin$activate(); for (t1 = A._lateReadCheck(this.__NavigatorState__effectiveObservers, "_effectiveObservers"), t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i]._navigator$_navigator = this; }, @@ -230730,57 +232961,23 @@ _this.super$_NavigatorState_State_TickerProviderStateMixin_RestorationMixin$dispose(0); }, get$_allRouteOverlayEntries() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1, t2, _i; - return function $async$get$_allRouteOverlayEntries($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self._history, t2 = t1.length, _i = 0; - case 2: - // for condition - if (!(_i < t1.length)) { - // goto after for - $async$goto = 4; - break; - } - $async$goto = 5; - return A._IterationMarker_yieldStar(t1[_i].route.get$overlayEntries()); - case 5: - // after yield - case 3: - // for update - t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i; - // goto for condition - $async$goto = 2; - break; - case 4: - // after for - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.OverlayEntry); + var t2, t3, _i, + t1 = A._setArrayType([], type$.JSArray_OverlayEntry); + for (t2 = this._history, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) + B.JSArray_methods.addAll$1(t1, t2[_i].route.get$overlayEntries()); + return t1; }, _flushHistoryUpdates$1$rearrangeOverlay(rearrangeOverlay) { - var t2, poppedRoute, next, canRemoveOrAdd, seenTopActiveRoute, index0, t3, t4, previous0, lastEntry, routeName, _i, _i0, _this = this, _null = null, - t1 = _this._history, - index = t1.length - 1, - entry = t1[index], - previous = index > 0 ? t1[index - 1] : _null, - toBeDisposed = A._setArrayType([], type$.JSArray__RouteEntry); + var t1, index, entry, previous, toBeDisposed, t2, poppedRoute, next, canRemoveOrAdd, seenTopActiveRoute, index0, t3, t4, previous0, lastEntry, routeName, _i, _i0, _this = this, _null = null; + _this._flushingHistory = true; + t1 = _this._history; + index = t1.length - 1; + entry = t1[index]; + previous = index > 0 ? t1[index - 1] : _null; + toBeDisposed = A._setArrayType([], type$.JSArray__RouteEntry); for (t1 = _this._observedRouteDeletions, t2 = _this._observedRouteAdditions, poppedRoute = _null, next = poppedRoute, canRemoveOrAdd = false, seenTopActiveRoute = false; index >= 0;) { - switch (entry.currentState) { - case B._RouteLifecycle_1: + switch (entry.currentState.index) { + case 1: index0 = _this._getIndexBefore$2(index - 1, A.navigator__RouteEntry_isPresentPredicate$closure()); t3 = index0 >= 0 ? _this._history[index0] : _null; t3 = t3 == null ? _null : t3.route; @@ -230790,7 +232987,7 @@ entry.currentState = B._RouteLifecycle_2; t2._add$1(0, new A._NavigatorPushObservation(t4, t3)); continue; - case B._RouteLifecycle_2: + case 2: if (canRemoveOrAdd || next == null) { t3 = entry.route; t3.didAdd$0(); @@ -230800,9 +232997,9 @@ continue; } break; - case B._RouteLifecycle_3: - case B._RouteLifecycle_4: - case B._RouteLifecycle_6: + case 3: + case 4: + case 6: t3 = previous == null ? _null : previous.route; index0 = _this._getIndexBefore$2(index - 1, A.navigator__RouteEntry_isPresentPredicate$closure()); t4 = index0 >= 0 ? _this._history[index0] : _null; @@ -230811,14 +233008,14 @@ if (entry.currentState === B._RouteLifecycle_7) continue; break; - case B._RouteLifecycle_5: + case 5: if (!seenTopActiveRoute && poppedRoute != null) { entry.route.didPopNext$1(poppedRoute); entry.lastAnnouncedPoppedNextRoute = poppedRoute; } seenTopActiveRoute = true; break; - case B._RouteLifecycle_7: + case 7: if (!seenTopActiveRoute && poppedRoute != null) { entry.route.didPopNext$1(poppedRoute); entry.lastAnnouncedPoppedNextRoute = poppedRoute; @@ -230826,7 +233023,11 @@ canRemoveOrAdd = true; seenTopActiveRoute = true; break; - case B._RouteLifecycle_8: + case 8: + index0 = _this._getIndexBefore$2(index, A.navigator__RouteEntry_willBePresentPredicate$closure()); + t3 = index0 >= 0 ? _this._history[index0] : _null; + if (!entry.handlePop$2$navigator$previousPresent(_this, t3 == null ? _null : t3.route)) + continue; if (!seenTopActiveRoute) { if (poppedRoute != null) { entry.route.didPopNext$1(poppedRoute); @@ -230834,16 +233035,30 @@ } poppedRoute = entry.route; } + t3 = entry.route; index0 = _this._getIndexBefore$2(index, A.navigator__RouteEntry_willBePresentPredicate$closure()); - t3 = index0 >= 0 ? _this._history[index0] : _null; - t3 = t3 == null ? _null : t3.route; - entry.currentState = B._RouteLifecycle_10; - t1._add$1(0, new A._NavigatorPopObservation(entry.route, t3)); + t4 = index0 >= 0 ? _this._history[index0] : _null; + t1._add$1(0, new A._NavigatorPopObservation(t3, t4 == null ? _null : t4.route)); + if (entry.currentState === B._RouteLifecycle_13) + continue; canRemoveOrAdd = true; break; - case B._RouteLifecycle_10: + case 11: break; - case B._RouteLifecycle_9: + case 9: + t3 = entry.route; + t4 = entry.pendingResult; + t3 = t3._popCompleter; + if (t4 == null) + t4 = _null; + t3 = t3.future; + if ((t3._state & 30) !== 0) + A.throwExpression(A.StateError$("Future already completed")); + t3._asyncComplete$1(t4); + entry.pendingResult = null; + entry.currentState = B._RouteLifecycle_10; + continue; + case 10: if (!seenTopActiveRoute) { if (poppedRoute != null) entry.route.didPopNext$1(poppedRoute); @@ -230852,21 +233067,21 @@ index0 = _this._getIndexBefore$2(index, A.navigator__RouteEntry_willBePresentPredicate$closure()); t3 = index0 >= 0 ? _this._history[index0] : _null; t3 = t3 == null ? _null : t3.route; - entry.currentState = B._RouteLifecycle_11; + entry.currentState = B._RouteLifecycle_12; if (entry._reportRemovalToObserver) t1._add$1(0, new A._NavigatorRemoveObservation(entry.route, t3)); continue; - case B._RouteLifecycle_11: + case 12: if (!canRemoveOrAdd && next != null) break; - entry.currentState = B._RouteLifecycle_12; + entry.currentState = B._RouteLifecycle_13; continue; - case B._RouteLifecycle_12: + case 13: toBeDisposed.push(B.JSArray_methods.removeAt$1(_this._history, index)); entry = next; break; - case B._RouteLifecycle_13: - case B._RouteLifecycle_0: + case 14: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -230902,6 +233117,7 @@ } if (_this.RestorationMixin__bucket != null) _this._serializableHistory.update$1(0, _this._history); + _this._flushingHistory = false; }, _flushHistoryUpdates$0() { return this._flushHistoryUpdates$1$rearrangeOverlay(true); @@ -230931,7 +233147,7 @@ for (; index >= 0;) { entry = _this._history[index]; t1 = entry.currentState.index; - if (!(t1 <= 11 && t1 >= 3)) { + if (!(t1 <= 12 && t1 >= 3)) { --index; continue; } @@ -231061,7 +233277,7 @@ break; t1 = _this._history[index]; t2 = t1.currentState.index; - if (t2 <= 9 && t2 >= 1) + if (t2 <= 10 && t2 >= 1) J.remove$0$ax(t1); --index; } @@ -231157,17 +233373,17 @@ var entry = B.JSArray_methods.lastWhere$1(this._history, A.navigator__RouteEntry_isPresentPredicate$closure()), t1 = entry.route; t1.toString; - entry.pop$1(0, result); - if (entry.currentState === B._RouteLifecycle_8) - this._flushHistoryUpdates$1$rearrangeOverlay(false); + entry.pendingResult = result; + entry.currentState = B._RouteLifecycle_8; + this._flushHistoryUpdates$1$rearrangeOverlay(false); this._afterNavigation$1(t1); }, - pop$0($receiver) { - return this.pop$1$1($receiver, null, type$.nullable_Object); - }, pop$1($receiver, result) { return this.pop$1$1($receiver, result, type$.nullable_Object); }, + pop$0($receiver) { + return this.pop$1$1($receiver, null, type$.nullable_Object); + }, removeRoute$1(route) { var t1, _this = this, wasCurrent = route.get$isCurrent(); @@ -231181,13 +233397,9 @@ } }, finalizeRoute$1(route) { - var entry = B.JSArray_methods.firstWhere$1(this._history, A._RouteEntry_isRoutePredicate(route)); - if (entry.doingPop) { - entry.currentState = B._RouteLifecycle_8; + B.JSArray_methods.firstWhere$1(this._history, A._RouteEntry_isRoutePredicate(route)).currentState = B._RouteLifecycle_13; + if (!this._flushingHistory) this._flushHistoryUpdates$1$rearrangeOverlay(false); - } - entry.currentState = B._RouteLifecycle_12; - this._flushHistoryUpdates$1$rearrangeOverlay(false); }, set$_userGesturesInProgress(value) { this._userGesturesInProgressCount = value; @@ -231234,9 +233446,9 @@ t3 = A._lateReadCheck(_this.__NavigatorState__overlayKey, _s11_); if (A._lateReadCheck(_this.__NavigatorState__overlayKey, _s11_).get$currentState() == null) { t4 = _this.get$_allRouteOverlayEntries(); - t4 = A.List_List$of(t4, false, t4.$ti._eval$1("Iterable.E")); + t4 = J.JSArray_JSArray$markFixed(t4.slice(0), A._arrayInstanceType(t4)._precomputed1); } else - t4 = B.List_empty5; + t4 = B.List_empty6; return new A.HeroControllerScope(_null, A.Listener$(B.HitTestBehavior_0, A.AbsorbPointer$(false, A.FocusScope$(true, A.UnmanagedRestorationScope$(t2, new A.Overlay(t4, t3)), _null, _this.focusScopeNode)), t1, _this.get$_handlePointerDown(), _null, _null, t1), _null); } }; @@ -231253,13 +233465,13 @@ t1 = null; return A._RouteEntry$(route, B._RouteLifecycle_1, t1); }, - $signature: 1952 + $signature: 1979 }; A.NavigatorState__flushHistoryUpdates_closure.prototype = { call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 175 + $signature: 167 }; A.NavigatorState__flushHistoryUpdates_closure0.prototype = { call$0() { @@ -231271,13 +233483,13 @@ call$1(object) { return A.S(object); }, - $signature: 1953 + $signature: 1983 }; A.NavigatorState_maybePop_closure.prototype = { call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 175 + $signature: 167 }; A.NavigatorState_maybePop_closure0.prototype = { call$0() { @@ -231289,7 +233501,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 175 + $signature: 167 }; A.NavigatorState_maybePop_closure2.prototype = { call$0() { @@ -231301,7 +233513,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 175 + $signature: 167 }; A.NavigatorState_removeRoute_closure0.prototype = { call$0() { @@ -231319,7 +233531,7 @@ }; A._RouteRestorationType.prototype = { toString$0(_) { - return this._navigator$_name; + return "_RouteRestorationType." + this._core$_name; } }; A._RestorationInformation.prototype = { @@ -231481,29 +233693,28 @@ 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: 1966 + $signature: 1984 }; A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A._NavigatorState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin.prototype = { @@ -231513,7 +233724,7 @@ }, didChangeDependencies$0() { var oldBucket, needsRestore, t1, didReplaceBucket, _this = this; - _this.super$_NavigatorState_State_TickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); oldBucket = _this.RestorationMixin__bucket; needsRestore = _this.get$restorePending(); t1 = _this._framework$_element; @@ -231575,7 +233786,7 @@ A.LayoutChangedNotification.prototype = {}; A.OverflowBarAlignment.prototype = { toString$0(_) { - return this._overflow_bar$_name; + return "OverflowBarAlignment." + this._core$_name; } }; A.OverflowBar.prototype = { @@ -231601,17 +233812,16 @@ renderObject.set$overflowDirection(_this.overflowDirection); t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - t1 = t1.textDirection; - renderObject.set$textDirection(0, t1); + renderObject.set$textDirection(0, t1.textDirection); renderObject.set$clipBehavior(B.Clip_0); } }; A._OverflowBarParentData.prototype = {}; A._RenderOverflowBar.prototype = { set$spacing(_, value) { - if (this._overflow_bar$_spacing === value) + if (this._spacing === value) return; - this._overflow_bar$_spacing = value; + this._spacing = value; this.markNeedsLayout$0(); }, set$alignment(value) { @@ -231667,7 +233877,7 @@ t2.toString; child = t1._as(t2).ContainerParentDataMixin_nextSibling; } - t2 = _this._overflow_bar$_spacing; + t2 = _this._spacing; t3 = _this.ContainerRenderObjectMixin__childCount; child = _this.ContainerRenderObjectMixin__firstChild; if (barWidth + t2 * (t3 - 1) > width) { @@ -231699,7 +233909,7 @@ t2.toString; child = t1._as(t2).ContainerParentDataMixin_nextSibling; } - t2 = _this._overflow_bar$_spacing; + t2 = _this._spacing; t3 = _this.ContainerRenderObjectMixin__childCount; child = _this.ContainerRenderObjectMixin__firstChild; if (barWidth + t2 * (t3 - 1) > width) { @@ -231731,7 +233941,7 @@ t2.toString; child = t1._as(t2).ContainerParentDataMixin_nextSibling; } - return width + _this._overflow_bar$_spacing * (_this.ContainerRenderObjectMixin__childCount - 1); + return width + _this._spacing * (_this.ContainerRenderObjectMixin__childCount - 1); }, computeMaxIntrinsicWidth$1(height) { var t1, width, t2, _this = this, @@ -231744,17 +233954,18 @@ t2.toString; child = t1._as(t2).ContainerParentDataMixin_nextSibling; } - return width + _this._overflow_bar$_spacing * (_this.ContainerRenderObjectMixin__childCount - 1); + return width + _this._spacing * (_this.ContainerRenderObjectMixin__childCount - 1); }, computeDistanceToActualBaseline$1(baseline) { return this.defaultComputeDistanceToHighestActualBaseline$1(baseline); }, computeDryLayout$1(constraints) { - var childConstraints, t1, childrenWidth, maxChildHeight, y, childSize, t2, actualWidth, overallWidth, _this = this, + 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)); - childConstraints = constraints.loosen$0(); + 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;) { childSize = child.getDryLayout$1(childConstraints); childrenWidth += childSize._dx; @@ -231765,15 +233976,14 @@ t2.toString; child = t1._as(t2).ContainerParentDataMixin_nextSibling; } - actualWidth = childrenWidth + _this._overflow_bar$_spacing * (_this.ContainerRenderObjectMixin__childCount - 1); - overallWidth = constraints.maxWidth; + actualWidth = childrenWidth + _this._spacing * (_this.ContainerRenderObjectMixin__childCount - 1); if (actualWidth > overallWidth) return constraints.constrain$1(new A.Size(overallWidth, y - _this._overflowSpacing)); else return constraints.constrain$1(new A.Size(_this._overflow_bar$_alignment == null ? actualWidth : overallWidth, maxChildHeight)); }, performLayout$0() { - var t1, childConstraints, t2, t3, childrenWidth, maxChildHeight, maxChildWidth, t4, t5, rtl, actualWidth, nextChild, y, x, firstChildWidth, overallWidth, layoutSpacing, halfRemainingWidth, t6, _this = this, + var t1, t2, childConstraints, t3, childrenWidth, maxChildHeight, maxChildWidth, t4, t5, rtl, actualWidth, nextChild, y, x, firstChildWidth, overallWidth, layoutSpacing, halfRemainingWidth, t6, _this = this, _s80_ = string$.x60null_c, _box_0 = {}, child = _box_0.child = _this.ContainerRenderObjectMixin__firstChild; @@ -231783,7 +233993,8 @@ return; } t1 = type$.BoxConstraints; - childConstraints = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).loosen$0(); + 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 = _box_0.child; @@ -231798,7 +234009,7 @@ _box_0.child = child; } rtl = _this._overflow_bar$_textDirection === B.TextDirection_0; - actualWidth = childrenWidth + _this._overflow_bar$_spacing * (_this.ContainerRenderObjectMixin__childCount - 1); + actualWidth = childrenWidth + _this._spacing * (_this.ContainerRenderObjectMixin__childCount - 1); if (actualWidth > t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth) { child = _this._overflowDirection === B.VerticalDirection_1 ? _this.ContainerRenderObjectMixin__firstChild : _this.ContainerRenderObjectMixin__lastChild; _box_0.child = child; @@ -231807,8 +234018,8 @@ t4 = t3.parentData; t4.toString; t2._as(t4); - switch (_this._overflowAlignment) { - case B.OverflowBarAlignment_0: + switch (_this._overflowAlignment.index) { + case 0: if (rtl) { t3 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth; t5 = _box_0.child; @@ -231817,13 +234028,13 @@ } else x = 0; break; - case B.OverflowBarAlignment_2: + case 2: t3 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth; t5 = _box_0.child; x = (t3 - t5._box$_size._dx) / 2; t3 = t5; break; - case B.OverflowBarAlignment_1: + case 1: if (rtl) x = 0; else { @@ -231849,7 +234060,7 @@ overallWidth = _this._overflow_bar$_alignment == null ? actualWidth : t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth; _this._box$_size = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).constrain$1(new A.Size(overallWidth, maxChildHeight)); x = A._Cell$named("x"); - layoutSpacing = _this._overflow_bar$_spacing; + layoutSpacing = _this._spacing; switch (_this._overflow_bar$_alignment) { case null: t1 = rtl ? _this._box$_size._dx - firstChildWidth : 0; @@ -231936,7 +234147,7 @@ } return t1; }, - $signature: 1967 + $signature: 1985 }; A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -232002,7 +234213,7 @@ markNeedsBuild$0() { var t1 = this._key.get$currentState(); if (t1 != null) - t1._overlay$_markNeedsBuild$0(); + t1._markNeedsBuild$0(); }, toString$0(_) { return "#" + A.shortHash(this) + "(opaque: " + this._opaque + "; maintainState: " + this._maintainState + ")"; @@ -232012,7 +234223,7 @@ call$1(duration) { this.overlay._markDirty$0(); }, - $signature: 29 + $signature: 28 }; A._OverlayEntryWidget.prototype = { createState$0() { @@ -232032,7 +234243,7 @@ var t1 = this._widget; return new A.TickerMode(t1.tickerEnabled, t1.entry.builder.call$1(context), null); }, - _overlay$_markNeedsBuild$0() { + _markNeedsBuild$0() { this.setState$1(new A._OverlayEntryWidgetState__markNeedsBuild_closure()); } }; @@ -232043,7 +234254,7 @@ }; A.Overlay.prototype = { createState$0() { - return new A.OverlayState(A._setArrayType([], type$.JSArray_OverlayEntry), null, B._StateLifecycle_0); + return new A.OverlayState(A._setArrayType([], type$.JSArray_OverlayEntry), null, null, B._StateLifecycle_0); } }; A.OverlayState.prototype = { @@ -232068,14 +234279,17 @@ this.setState$1(new A.OverlayState_insertAll_closure(this, null, null, entries)); }, rearrange$1(newEntries) { - var t1, old, _i, entry, _this = this, - newEntriesList = A.List_List$of(newEntries, false, newEntries.$ti._eval$1("Iterable.E")); + var newEntriesList, t1, old, _i, entry, _this = this; + if (type$.List_OverlayEntry._is(newEntries)) + newEntriesList = newEntries; + else + newEntriesList = J.JSArray_JSArray$markFixed(newEntries.slice(0), A._arrayInstanceType(newEntries)._precomputed1); if (newEntriesList.length === 0) return; t1 = _this._entries; if (A.listEquals0(t1, newEntriesList)) return; - old = A.LinkedHashSet_LinkedHashSet$from(t1, type$.OverlayEntry); + old = A.LinkedHashSet_LinkedHashSet$of(t1, type$.OverlayEntry); for (t1 = newEntriesList.length, _i = 0; _i < t1; ++_i) { entry = newEntriesList[_i]; if (entry._overlay == null) @@ -232150,11 +234364,10 @@ }; A._Theatre.prototype = { createElement$0(_) { - var t1 = type$.Element_2, - t2 = A.HashSet_HashSet(t1), - t3 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t3; - return new A._TheatreElement(t2, t3, this, B._ElementLifecycle_0, A.HashSet_HashSet(t1)); + var t1 = A.HashSet_HashSet(type$.Element_2), + t2 = ($.Element__nextHashCode + 1) % 16777215; + $.Element__nextHashCode = t2; + return new A._TheatreElement(t1, t2, this, B._ElementLifecycle_0); }, createRenderObject$1(context) { var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); @@ -232176,8 +234389,8 @@ t1.toString; renderObject.set$textDirection(0, t1.textDirection); t1 = this.clipBehavior; - if (t1 !== renderObject._overlay$_clipBehavior) { - renderObject._overlay$_clipBehavior = t1; + if (t1 !== renderObject._clipBehavior) { + renderObject._clipBehavior = t1; renderObject.markNeedsPaint$0(); renderObject.markNeedsSemanticsUpdate$0(); } @@ -232197,16 +234410,16 @@ child.parentData = new A.StackParentData(null, null, B.Offset_0_0); }, _overlay$_resolve$0() { - if (this._overlay$_resolvedAlignment != null) + if (this._resolvedAlignment != null) return; - this._overlay$_resolvedAlignment = B.AlignmentDirectional_m1_m1.resolve$1(this._overlay$_textDirection); + this._resolvedAlignment = B.AlignmentDirectional_m1_m1.resolve$1(this._overlay$_textDirection); }, set$textDirection(_, value) { var _this = this; if (_this._overlay$_textDirection == value) return; _this._overlay$_textDirection = value; - _this._overlay$_resolvedAlignment = null; + _this._resolvedAlignment = null; _this.markNeedsLayout$0(); }, get$_firstOnstageChild() { @@ -232270,7 +234483,7 @@ t1._as(t3); if (!t3.get$isPositioned()) { child.layout$2$parentUsesSize(0, nonPositionedConstraints, true); - t4 = _this._overlay$_resolvedAlignment; + t4 = _this._resolvedAlignment; t4.toString; t5 = _this._box$_size; t5.toString; @@ -232280,7 +234493,7 @@ } else { t4 = _this._box$_size; t4.toString; - t5 = _this._overlay$_resolvedAlignment; + t5 = _this._resolvedAlignment; t5.toString; _this._overlay$_hasVisualOverflow = A.RenderStack_layoutPositionedChild(child, t3, t4, t5) || _this._overlay$_hasVisualOverflow; } @@ -232315,12 +234528,12 @@ }, paint$2(context, offset) { var t3, _this = this, - t1 = _this._overlay$_hasVisualOverflow && _this._overlay$_clipBehavior !== B.Clip_0, + t1 = _this._overlay$_hasVisualOverflow && _this._clipBehavior !== B.Clip_0, t2 = _this._overlay$_clipRectLayer; if (t1) { t1 = A._lateReadCheck(_this.__RenderObject__needsCompositing, "_needsCompositing"); 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)); + 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 { t2.set$layer(0, null); _this.paintStack$2(context, offset); @@ -232382,49 +234595,45 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 79 + $signature: 80 }; A._RenderTheatre_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 79 + $signature: 80 }; A._RenderTheatre_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 79 + $signature: 80 }; A._RenderTheatre_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 79 + $signature: 80 }; A._RenderTheatre_hitTestChildren_closure.prototype = { call$2(result, transformed) { - var t1 = this._box_0.child; - t1.toString; - transformed.toString; - return t1.hitTest$2$position(result, transformed); + return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 85 + $signature: 58 }; A._OverlayState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.__RenderTheatre_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -232454,7 +234663,7 @@ A.GlowingOverscrollIndicator.prototype = { createState$0() { var t1 = type$.bool; - return new A._GlowingOverscrollIndicatorState(A.LinkedHashMap_LinkedHashMap$_literal([false, true, true, true], t1, t1), null, B._StateLifecycle_0); + return new A._GlowingOverscrollIndicatorState(A.LinkedHashMap_LinkedHashMap$_literal([false, true, true, true], t1, t1), null, null, B._StateLifecycle_0); }, notificationPredicate$1(arg0) { return A.scroll_notification__defaultScrollNotificationPredicate$closure().call$1(arg0); @@ -232505,12 +234714,12 @@ t3.toString; t4 = t2._scroll_metrics$_minScrollExtent; t4.toString; - t1._paintOffsetScrollPixels = -Math.min(t3 - t4, t1._overscroll_indicator$_paintOffset); + t1._paintOffsetScrollPixels = -Math.min(t3 - t4, t1._paintOffset); t4 = _this._trailingController; t4.toString; t5 = t2._scroll_metrics$_maxScrollExtent; t5.toString; - t4._paintOffsetScrollPixels = -Math.min(t5 - t3, t4._overscroll_indicator$_paintOffset); + t4._paintOffsetScrollPixels = -Math.min(t5 - t3, t4._paintOffset); if (notification instanceof A.OverscrollNotification) { t3 = notification.overscroll; if (t3 < 0) @@ -232526,12 +234735,12 @@ confirmationNotification.dispatch$1(t1); t1 = _this._accepted; t1.$indexSet(0, isLeading, confirmationNotification._accepted); + t4 = t1.$index(0, isLeading); + t4.toString; + if (t4) + controller._paintOffset = 0; t1 = t1.$index(0, isLeading); t1.toString; - if (t1) - controller._overscroll_indicator$_paintOffset = 0; - t1 = _this._accepted.$index(0, isLeading); - t1.toString; if (t1) { t1 = notification.velocity; if (t1 !== 0) { @@ -232571,13 +234780,13 @@ t5 = t4._box$_size; t5.toString; position = t4.globalToLocal$1(t1.globalPosition); - switch (A.axisDirectionToAxis(t2.axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(t2.axisDirection).index) { + 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); break; - case B.Axis_1: + 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); @@ -232617,7 +234826,7 @@ }; A._GlowState.prototype = { toString$0(_) { - return this._overscroll_indicator$_name; + return "_GlowState." + this._core$_name; } }; A._GlowController.prototype = { @@ -232698,16 +234907,16 @@ var _this = this; if ($status !== B.AnimationStatus_3) return; - switch (_this._overscroll_indicator$_state) { - case B._GlowState_1: + switch (_this._overscroll_indicator$_state.index) { + case 1: _this._recede$1(B.Duration_600000); break; - case B._GlowState_3: + case 3: _this._overscroll_indicator$_state = B._GlowState_0; _this._pullDistance = 0; break; - case B._GlowState_2: - case B._GlowState_0: + case 2: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -232782,11 +234991,14 @@ 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)); canvas.save$0(0); - canvas.translate$2(0, 0, _this._overscroll_indicator$_paintOffset + _this._paintOffsetScrollPixels); + 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.restore$0(0); + }, + toString$0(_) { + return "_GlowController(color: " + A.S(this._overscroll_indicator$_color) + ", axis: " + A.describeEnum(this._axis) + ")"; } }; A._GlowController_pull_closure.prototype = { @@ -232800,25 +235012,25 @@ var t1; if (controller == null) return; - switch (A.applyGrowthDirectionToAxisDirection(axisDirection, growthDirection)) { - case B.AxisDirection_0: + switch (A.applyGrowthDirectionToAxisDirection(axisDirection, growthDirection).index) { + case 0: controller.paint$2(canvas, size); break; - case B.AxisDirection_2: + case 2: canvas.save$0(0); canvas.translate$2(0, 0, size._dy); canvas.scale$2(0, 1, -1); controller.paint$2(canvas, size); canvas.restore$0(0); break; - case B.AxisDirection_3: + case 3: canvas.save$0(0); canvas.rotate$1(0, 1.5707963267948966); canvas.scale$2(0, 1, -1); controller.paint$2(canvas, new A.Size(size._dy, size._dx)); canvas.restore$0(0); break; - case B.AxisDirection_1: + case 1: canvas.save$0(0); t1 = size._dx; canvas.translate$2(0, t1, 0); @@ -232838,11 +235050,14 @@ }, shouldRepaint$1(oldDelegate) { return oldDelegate.leadingController != this.leadingController || oldDelegate.trailingController != this.trailingController; + }, + toString$0(_) { + return "_GlowingOverscrollIndicatorPainter(" + A.S(this.leadingController) + ", " + A.S(this.trailingController) + ")"; } }; A.StretchingOverscrollIndicator.prototype = { createState$0() { - return new A._StretchingOverscrollIndicatorState(null, B._StateLifecycle_0); + return new A._StretchingOverscrollIndicatorState(null, null, B._StateLifecycle_0); }, notificationPredicate$1(arg0) { return A.scroll_notification__defaultScrollNotificationPredicate$closure().call$1(arg0); @@ -232857,7 +235072,7 @@ t1 = type$.Tween_double; t2 = new A.Tween(0, 0, t1); result = new A._StretchController(t2, B._StretchState_0, A.List_List$filled(0, _null, false, type$.nullable_void_Function)); - t3 = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); + 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; @@ -232886,8 +235101,9 @@ t2 = _this._framework$_element; t2.toString; confirmationNotification.dispatch$1(t2); - _this._accepted = confirmationNotification._accepted; - if (_this._accepted) { + t2 = confirmationNotification._accepted; + _this._accepted = t2; + if (t2) { t2 = notification.velocity; if (t2 !== 0) { t1 = _this.get$_stretchController(); @@ -232924,29 +235140,23 @@ } } } - } else { - if (!(notification instanceof A.ScrollEndNotification && notification.dragDetails != null)) - t1 = notification instanceof A.ScrollUpdateNotification && notification.dragDetails != null; - else - t1 = true; - if (t1) { - t1 = _this.get$_stretchController(); - if (t1._overscroll_indicator$_state === B._StretchState_2) - t1._recede$1(B.Duration_400000); - } + } else if (notification instanceof A.ScrollEndNotification || notification instanceof A.ScrollUpdateNotification) { + t1 = _this.get$_stretchController(); + if (t1._overscroll_indicator$_state === B._StretchState_2) + t1._recede$1(B.Duration_400000); } _this._lastNotification = notification; return false; }, _getAlignmentForAxisDirection$1(overscroll) { - switch (this._widget.axisDirection) { - case B.AxisDirection_0: + switch (this._widget.axisDirection.index) { + case 0: return overscroll > 0 ? B.AlignmentDirectional_0_m1 : B.AlignmentDirectional_0_1; - case B.AxisDirection_1: + case 1: return overscroll > 0 ? B.AlignmentDirectional_1_0 : B.AlignmentDirectional_m1_0; - case B.AxisDirection_2: + case 2: return overscroll > 0 ? B.AlignmentDirectional_0_1 : B.AlignmentDirectional_0_m1; - case B.AxisDirection_3: + case 3: return overscroll > 0 ? B.AlignmentDirectional_m1_0 : B.AlignmentDirectional_1_0; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -232959,40 +235169,60 @@ this.super$__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin$dispose(0); }, build$1(_, context) { - return new A.NotificationListener(A.AnimatedBuilder$(this.get$_stretchController(), new A._StretchingOverscrollIndicatorState_build_closure(this), null), this.get$_overscroll_indicator$_handleScrollNotification(), null, type$.NotificationListener_ScrollNotification); + var t1 = {}, + t2 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; + t1.mainAxisSize = null; + return new A.NotificationListener(A.AnimatedBuilder$(this.get$_stretchController(), new A._StretchingOverscrollIndicatorState_build_closure(t1, this, t2.size), null), this.get$_overscroll_indicator$_handleScrollNotification(), null, type$.NotificationListener_ScrollNotification); } }; A._StretchingOverscrollIndicatorState_build_closure.prototype = { call$2(context, child) { - var x, y, alignment, - t1 = this.$this, + var 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)); - switch (A.axisDirectionToAxis(t1._widget.axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(t1._widget.axisDirection).index) { + case 0: x = 1 + t2; + t3 = _this._box_0; + t3.mainAxisSize = _this.size._dx; y = 1; break; - case B.Axis_1: + case 1: y = 1 + t2; + t3 = _this._box_0; + t3.mainAxisSize = _this.size._dy; x = 1; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - t2 = t1._lastOverscrollNotification; - t2 = t2 == null ? null : t2.overscroll; - alignment = t1._getAlignmentForAxisDirection$1(t2 == null ? 0 : t2); - t2 = A.Matrix4_Matrix4$diagonal3Values(x, y, 1); - return A.Transform$(alignment, t1._widget.child, t2, true); + t4 = t1._lastOverscrollNotification; + t4 = t4 == null ? null : t4.overscroll; + alignment = t1._getAlignmentForAxisDirection$1(t4 == null ? 0 : t4); + t4 = t1._lastOverscrollNotification; + if (t4 == null) + viewportDimension = null; + else { + t4 = t4.metrics._scroll_metrics$_viewportDimension; + t4.toString; + viewportDimension = t4; + } + if (viewportDimension == null) + viewportDimension = t3.mainAxisSize; + t4 = A.Matrix4_Matrix4$diagonal3Values(x, y, 1); + transform = A.Transform$(alignment, t1._widget.child, t4, true); + if (t2 !== 0 && viewportDimension != t3.mainAxisSize) + return A.ClipRect$(transform, null); + return transform; }, - $signature: 1968 + $signature: 183 }; A._StretchState.prototype = { toString$0(_) { - return this._overscroll_indicator$_name; + return "_StretchState." + this._core$_name; } }; A._StretchController.prototype = { @@ -233006,16 +235236,16 @@ var _this = this; if ($status !== B.AnimationStatus_3) return; - switch (_this._overscroll_indicator$_state) { - case B._StretchState_1: + switch (_this._overscroll_indicator$_state.index) { + case 1: _this._recede$1(B.Duration_400000); break; - case B._StretchState_3: + case 3: _this._overscroll_indicator$_state = B._StretchState_0; _this._pullDistance = 0; break; - case B._StretchState_2: - case B._StretchState_0: + case 2: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -233040,6 +235270,9 @@ dispose$0(_) { A._lateReadCheck(this.___StretchController__stretchController, "_stretchController").dispose$0(0); this.super$ChangeNotifier$dispose(0); + }, + toString$0(_) { + return "_StretchController()"; } }; A.OverscrollIndicatorNotification.prototype = { @@ -233062,35 +235295,33 @@ } }; A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._StorageEntryIdentifier.prototype = { @@ -233135,7 +235366,7 @@ call$1(element) { return A.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 114 + $signature: 123 }; A.PageStorage.prototype = { build$1(_, context) { @@ -233156,18 +235387,22 @@ jumpToPage$1(page) { var position = type$._PagePosition._as(B.JSArray_methods.get$single(this._positions)); if (position._cachedPage != null) { + page.toString; position._cachedPage = page; return; } + page.toString; position.jumpTo$1(position.getPixelsFromPage$1(page)); }, createScrollPosition$3(physics, context, oldPosition) { - var _null = null, - t1 = type$.nullable_void_Function; - t1 = new A._PagePosition(this.initialPage, this.viewportFraction, B.ScrollDirection_0, physics, context, true, _null, new A.ValueNotifier(false, A.List_List$filled(0, _null, false, t1), type$.ValueNotifier_bool), A.List_List$filled(0, _null, false, t1)); - t1.ScrollPosition$5$context$debugLabel$keepScrollOffset$oldPosition$physics(context, _null, true, oldPosition, physics); - t1.ScrollPositionWithSingleContext$6$context$debugLabel$initialPixels$keepScrollOffset$oldPosition$physics(context, _null, _null, true, oldPosition, physics); - return t1; + var t2, _null = null, + t1 = this.initialPage; + t1.toString; + t2 = type$.nullable_void_Function; + t2 = new A._PagePosition(t1, this.viewportFraction, B.ScrollDirection_0, physics, context, true, _null, new A.ValueNotifier(false, A.List_List$filled(0, _null, false, t2), type$.ValueNotifier_bool), A.List_List$filled(0, _null, false, t2)); + t2.ScrollPosition$5$context$debugLabel$keepScrollOffset$oldPosition$physics(context, _null, true, oldPosition, physics); + t2.ScrollPositionWithSingleContext$6$context$debugLabel$initialPixels$keepScrollOffset$oldPosition$physics(context, _null, _null, true, oldPosition, physics); + return t2; }, attach$1(position) { this.super$ScrollController$attach(position); @@ -233338,8 +235573,7 @@ t3 = t3 != null ? t3 : _null; t4 = _this._viewportDimension; t4 = t4 != null ? t4 : _null; - t5 = _this.context._widget; - t5 = t5.axisDirection; + t5 = _this.context._widget.axisDirection; t6 = _this._viewportFraction; return new A.PageMetrics(t6, t1, t2, t3, t4, t5); }, @@ -233437,14 +235671,14 @@ }, _getDirection$1(context) { var t1, axisDirection; - switch (this._widget.scrollDirection) { - case B.Axis_0: + switch (this._widget.scrollDirection.index) { + case 0: t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; axisDirection = A.textDirectionToAxisDirection(t1.textDirection); this._widget.toString; return axisDirection; - case B.Axis_1: + case 1: return B.AxisDirection_2; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -233488,14 +235722,14 @@ } return false; }, - $signature: 150 + $signature: 147 }; A._PageViewState_build_closure.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)); }, - $signature: 1970 + $signature: 1986 }; A.PageRoute.prototype = { get$opaque() { @@ -233538,14 +235772,14 @@ call$2(context, controller) { return new A.PlatformViewSurface(controller, B.Set_empty, B.PlatformViewHitTestBehavior_0, null); }, - $signature: 1975 + $signature: 736 }; A.HtmlElementView__createHtmlElementView_closure.prototype = { call$1(_) { var t1 = this.params; t1.onPlatformViewCreated.call$1(t1.id); }, - $signature: 67 + $signature: 65 }; A._HtmlElementViewController.prototype = { _platform_view$_initialize$0() { @@ -233668,7 +235902,7 @@ } t2 = _this._focusNode; t1.toString; - return A.Focus$(false, _null, t1, _null, true, t2, true, _null, _this.get$_handleFrameworkFocusChanged(), _null, _null, _null); + return A.Focus$(false, _null, t1, _null, _null, t2, true, _null, _this.get$_handleFrameworkFocusChanged(), _null, _null, _null); }, initState$0() { var _this = this; @@ -233750,7 +235984,7 @@ }; A.SliverReorderableList.prototype = { createState$0() { - return new A.SliverReorderableListState(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$._ReorderableItemState), null, B._StateLifecycle_0); + return new A.SliverReorderableListState(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$._ReorderableItemState), null, null, B._StateLifecycle_0); }, itemBuilder$2(arg0, arg1) { return this.itemBuilder.call$2(arg0, arg1); @@ -233762,7 +235996,7 @@ return A._lateReadCheck(this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_0 || A._lateReadCheck(this.__SliverReorderableListState__scrollable, _s11_)._widget.axisDirection === B.AxisDirection_3; }, didChangeDependencies$0() { - this.super$_SliverReorderableListState_State_TickerProviderStateMixin$didChangeDependencies(); + this.super$State$didChangeDependencies(); var t1 = this._framework$_element; t1.toString; t1 = A.Scrollable_of(t1); @@ -233781,7 +236015,7 @@ this.super$_SliverReorderableListState_State_TickerProviderStateMixin$dispose(0); }, startItemDragReorder$3$event$index$recognizer($event, index, recognizer) { - this.setState$1(new A.SliverReorderableListState_startItemDragReorder_closure(this, index, recognizer, $event)); + this.setState$1(new A.SliverReorderableListState_startItemDragReorder_closure(this, $event, index, recognizer)); }, _registerItem$1(item) { var t1, t2; @@ -234137,10 +236371,10 @@ 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)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(A._lateReadCheck(_this.__SliverReorderableListState__scrollable, "_scrollable")._widget.axisDirection).index) { + case 0: return new A.SizedBox(A._lateReadCheck(_this._dragInfo.___DragInfo_itemExtent, _s10_), _null, _null, _null); - case B.Axis_1: + case 1: return new A.SizedBox(_null, A._lateReadCheck(_this._dragInfo.___DragInfo_itemExtent, _s10_), _null, _null); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -234162,17 +236396,23 @@ }; A.SliverReorderableListState_startItemDragReorder_closure.prototype = { call$0() { - var t2, _this = this, + var t2, t3, _this = this, t1 = _this.$this; if (t1._dragInfo != null) t1._dragReset$0(); + else if (t1._recognizer != null && t1._recognizerPointer != _this.event.get$pointer()) { + t1._recognizer.dispose$0(0); + t1._recognizerPointer = t1._recognizer = null; + } t2 = _this.index; if (t1._reorderable_list$_items.containsKey$1(0, t2)) { t1._dragIndex = t2; t2 = _this.recognizer; t2.onStart = t1.get$_dragStart(); - t2.addPointer$1(_this.event); + t3 = _this.event; + t2.addPointer$1(t3); t1._recognizer = t2; + t1._recognizerPointer = t3.get$pointer(); } else throw A.wrapException(A.Exception_Exception("Attempting to start a drag on a non-visible item")); }, @@ -234182,7 +236422,7 @@ call$1(duration) { this.$this._dragStartTransitionComplete = true; }, - $signature: 29 + $signature: 28 }; A.SliverReorderableListState__dragUpdate_closure.prototype = { call$0() { @@ -234328,7 +236568,7 @@ _this._targetOffset = newTargetOffset; if (animate) if (_this._offsetAnimation == null) { - t1 = A.AnimationController$(null, B.Duration_250000, 0, null, 1, null, A._lateReadCheck(_this.___ReorderableItemState__listState, _s10_)); + t1 = A.AnimationController$(null, B.Duration_250000, null, 1, null, A._lateReadCheck(_this.___ReorderableItemState__listState, _s10_)); t1.didRegisterListener$0(); t2 = t1.AnimationLocalListenersMixin__listeners; t2._isDirty = true; @@ -234372,7 +236612,7 @@ t1._offsetAnimation = null; } }, - $signature: 35 + $signature: 36 }; A._ReorderableItemState_rebuild_closure.prototype = { call$0() { @@ -234397,7 +236637,7 @@ t2.startItemDragReorder$3$event$index$recognizer($event, t1.index, t1.createRecognizer$0()); return null; }, - $signature: 206 + $signature: 232 }; A.ReorderableDelayedDragStartListener.prototype = { createRecognizer$0() { @@ -234412,7 +236652,7 @@ t1.dispose$0(0); }, startDrag$0() { - var t1 = A.AnimationController$(null, B.Duration_250000, 0, null, 1, null, this.tickerProvider); + var t1 = A.AnimationController$(null, B.Duration_250000, null, 1, null, this.tickerProvider); t1.addStatusListener$1(new A._DragInfo_startDrag_closure(this)); t1.forward$0(0); this._proxyAnimation = t1; @@ -234464,16 +236704,15 @@ t1.onDropCompleted.call$0(); } }, - $signature: 35 + $signature: 36 }; A._DragItemProxy.prototype = { build$1(_, context) { - var t2, proxyChild0, overlayOrigin, _this = this, + var proxyChild0, overlayOrigin, _this = this, proxyChild = _this.child, t1 = _this.animation; t1.toString; - t2 = _this.proxyDecorator.call$3(proxyChild, _this.index, t1); - proxyChild0 = t2; + proxyChild0 = _this.proxyDecorator.call$3(proxyChild, _this.index, t1); proxyChild = proxyChild0 == null ? proxyChild : proxyChild0; overlayOrigin = A._overlayOrigin(context); return new A.MediaQuery(context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.removePadding$1$removeTop(true), A.AnimatedBuilder$(t1, new A._DragItemProxy_build_closure(_this, overlayOrigin), proxyChild), null); @@ -234493,7 +236732,7 @@ t1 = t1.size; return A.Positioned$(_null, new A.SizedBox(t1._dx, t1._dy, child, _null), _null, _null, effectivePosition._dx, _null, effectivePosition._dy, _null); }, - $signature: 553 + $signature: 477 }; A._ReorderableItemGlobalKey.prototype = { $eq(_, other) { @@ -234509,19 +236748,18 @@ } }; A._SliverReorderableListState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.RestorationScope.prototype = { @@ -234614,7 +236852,7 @@ } $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 1980 + $signature: 1996 }; A._RootRestorationScopeState__loadRootBucketIfNecessary__closure.prototype = { call$0() { @@ -234779,7 +237017,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -235011,13 +237249,19 @@ return this._overlayEntries; }, install$0() { - B.JSArray_methods.addAll$1(this._overlayEntries, this.createOverlayEntries$0()); - this.super$Route$install(); + var t2, _this = this, + t1 = A.OverlayEntry$(_this.get$_buildModalBarrier(), false); + _this.__ModalRoute__modalBarrier = t1; + _this.get$maintainState(); + t2 = A.OverlayEntry$(_this.get$_buildModalScope(), true); + _this.__ModalRoute__modalScope = 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; _this.super$Route$didPop(result); - if (A._lateReadCheck(_this._routes$_controller.__AnimationController__status, "_status") === B.AnimationStatus_0) + if (A._lateReadCheck(_this._routes$_controller.__AnimationController__status, "_status") === B.AnimationStatus_0 && !_this._popFinalized) _this._navigator$_navigator.finalizeRoute$1(_this); return true; }, @@ -235053,8 +237297,10 @@ B.JSArray_methods.get$first(t1).set$opaque(false); break; case B.AnimationStatus_0: - if (!_this.get$isActive()) + if (!_this.get$isActive()) { _this._navigator$_navigator.finalizeRoute$1(_this); + _this._popFinalized = true; + } break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -235067,7 +237313,7 @@ t1 = _this.get$debugLabel(), t2 = _this._navigator$_navigator; t2.toString; - _this._routes$_controller = A.AnimationController$(t1, duration, 0, reverseDuration, 1, null, t2); + _this._routes$_controller = A.AnimationController$(t1, duration, reverseDuration, 1, null, t2); t2 = _this.createAnimation$0(); t2.addStatusListener$1(_this.get$_handleStatusChanged()); _this._routes$_animation = t2; @@ -235192,7 +237438,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 35 + $signature: 36 }; A.TransitionRoute__updateSecondaryAnimation_closure.prototype = { call$0() { @@ -235274,7 +237520,7 @@ call$1(duration) { this.$this.changedInternalState$0(); }, - $signature: 29 + $signature: 28 }; A._DismissModalAction.prototype = { isEnabled$1(_, intent) { @@ -235306,13 +237552,23 @@ if (t2 != null) t1.push(t2); _this.___ModalScopeState__listenable = new A._MergingListenable(t1); - if (_this._widget.route.get$isCurrent()) + if (_this._widget.route.get$isCurrent()) { + _this._widget.route._navigator$_navigator._widget.toString; + t1 = true; + } else + t1 = false; + if (t1) _this._widget.route._navigator$_navigator.focusScopeNode.setFirstFocus$1(_this.focusScopeNode); }, didUpdateWidget$1(oldWidget) { - var _this = this; + var t1, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (_this._widget.route.get$isCurrent()) + if (_this._widget.route.get$isCurrent()) { + _this._widget.route._navigator$_navigator._widget.toString; + t1 = true; + } else + t1 = false; + if (t1) _this._widget.route._navigator$_navigator.focusScopeNode.setFirstFocus$1(_this.focusScopeNode); }, didChangeDependencies$0() { @@ -235362,7 +237618,7 @@ child.toString; return new A.RestorationScope(child, t1, null); }, - $signature: 1984 + $signature: 1999 }; A._ModalScopeState_build_closure0.prototype = { call$1(context) { @@ -235374,9 +237630,9 @@ 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 new 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), _null); + 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: 1985 + $signature: 2000 }; A._ModalScopeState_build__closure0.prototype = { call$2(context, child) { @@ -235393,7 +237649,7 @@ t5 = new A.ValueNotifier(false, A.List_List$filled(0, null, false, type$.nullable_void_Function), type$.ValueNotifier_bool); return t2.buildTransitions$4(context, t3, t4, A.AnimatedBuilder$(t5, new A._ModalScopeState_build___closure(t1), child)); }, - $signature: 217 + $signature: 183 }; A._ModalScopeState_build___closure.prototype = { call$2(context, child) { @@ -235402,7 +237658,7 @@ t1.focusScopeNode.set$canRequestFocus(!ignoreEvents); return new A.IgnorePointer(ignoreEvents, null, child, null); }, - $signature: 1987 + $signature: 2003 }; A._ModalScopeState_build__closure.prototype = { call$1(context) { @@ -235414,14 +237670,23 @@ t3.toString; return t1.buildPage$3(context, t2, t3); }, - $signature: 72 + $signature: 69 }; A.ModalRoute.prototype = { setState$1(fn) { - var t1 = this._scopeKey; + var t2, + t1 = this._scopeKey; if (t1.get$currentState() != null) { t1 = t1.get$currentState(); - if (t1._widget.route.get$isCurrent() && !t1.get$_shouldIgnoreFocusRequest()) + if (t1._widget.route.get$isCurrent()) + if (!t1.get$_shouldIgnoreFocusRequest()) { + t1._widget.route._navigator$_navigator._widget.toString; + t2 = true; + } else + t2 = false; + else + t2 = false; + if (t2) t1._widget.route._navigator$_navigator.focusScopeNode.setFirstFocus$1(t1.focusScopeNode); t1.setState$1(fn); } else @@ -235437,16 +237702,28 @@ _this._secondaryAnimationProxy = A.ProxyAnimation$(A.TransitionRoute.prototype.get$secondaryAnimation.call(_this)); }, didPush$0() { - var t1 = this._scopeKey; - if (t1.get$currentState() != null) - this._navigator$_navigator.focusScopeNode.setFirstFocus$1(t1.get$currentState().focusScopeNode); - return this.super$TransitionRoute$didPush(); + var t2, _this = this, + t1 = _this._scopeKey; + if (t1.get$currentState() != null) { + _this._navigator$_navigator._widget.toString; + t2 = true; + } else + t2 = false; + if (t2) + _this._navigator$_navigator.focusScopeNode.setFirstFocus$1(t1.get$currentState().focusScopeNode); + return _this.super$TransitionRoute$didPush(); }, didAdd$0() { - var t1 = this._scopeKey; - if (t1.get$currentState() != null) - this._navigator$_navigator.focusScopeNode.setFirstFocus$1(t1.get$currentState().focusScopeNode); - this.super$TransitionRoute$didAdd(); + var t2, _this = this, + t1 = _this._scopeKey; + if (t1.get$currentState() != null) { + _this._navigator$_navigator._widget.toString; + t2 = true; + } else + t2 = false; + if (t2) + _this._navigator$_navigator.focusScopeNode.setFirstFocus$1(t1.get$currentState().focusScopeNode); + _this.super$TransitionRoute$didAdd(); }, set$offstage(value) { var t1, _this = this; @@ -235473,7 +237750,7 @@ case 0: // Function start $async$self._scopeKey.get$currentState(); - t1 = A.List_List$from($async$self._willPopCallbacks, true, type$.Future_bool_Function), t2 = t1.length, _i = 0; + t1 = A.List_List$of($async$self._willPopCallbacks, true, type$.Future_bool_Function), t2 = t1.length, _i = 0; case 3: // for condition if (!(_i < t2)) { @@ -235543,7 +237820,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 = new A.ModalBarrier(_null, _this.get$barrierDismissible(), true, _this.get$barrierLabel(), _null); + barrier = A.ModalBarrier$(true, _null, _this.get$barrierDismissible(), _this.get$barrierLabel()); t1 = _this._animationProxy; if (t1.get$status(t1) !== B.AnimationStatus_2) { t1 = _this._animationProxy; @@ -235563,41 +237840,6 @@ 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); return t1; }, - createOverlayEntries$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1; - return function $async$createOverlayEntries$0($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = A.OverlayEntry$($async$self.get$_buildModalBarrier(), false); - $async$self.__ModalRoute__modalBarrier = t1; - $async$goto = 2; - return t1; - case 2: - // after yield - $async$self.get$maintainState(); - t1 = A.OverlayEntry$($async$self.get$_buildModalScope(), true); - $async$self.__ModalRoute__modalScope = t1; - $async$goto = 3; - return t1; - case 3: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.OverlayEntry); - }, toString$0(_) { return "ModalRoute(" + this._navigator$_settings.toString$0(0) + ", animation: " + A.S(this._routes$_animation) + ")"; } @@ -235625,7 +237867,7 @@ didPop$2(route, previousRoute) { var t1 = A._instanceType(this)._eval$1("RouteObserver.R"); if (t1._is(route) && t1._is(previousRoute)) { - t1 = this._routes$_listeners; + t1 = this._listeners; t1.$index(0, previousRoute); t1.$index(0, route); } @@ -235633,7 +237875,7 @@ didPush$2(route, previousRoute) { var t1 = A._instanceType(this)._eval$1("RouteObserver.R"); if (t1._is(route) && t1._is(previousRoute)) - this._routes$_listeners.$index(0, previousRoute); + this._listeners.$index(0, previousRoute); } }; A.RawDialogRoute.prototype = { @@ -235771,7 +238013,7 @@ ++_i; } if (!hitCurrentFocus) - focusNode.unfocus$1$disposition(B.UnfocusDisposition_0); + focusNode.unfocus$0(); } }; A._ModalRoute_TransitionRoute_LocalHistoryRoute.prototype = { @@ -236108,7 +238350,7 @@ var _this = this; A.scheduleMicrotask(new A.ScrollAwareImageProvider_resolveStreamForKey__closure(_this.$this, _this.configuration, _this.stream, _this.key, _this.handleError)); }, - $signature: 29 + $signature: 28 }; A.ScrollAwareImageProvider_resolveStreamForKey__closure.prototype = { call$0() { @@ -236119,24 +238361,27 @@ }; A.AndroidOverscrollIndicator.prototype = { toString$0(_) { - return this._scroll_configuration$_name; + return "AndroidOverscrollIndicator." + this._core$_name; } }; A.ScrollBehavior.prototype = { - copyWith$5$dragDevices$overscroll$physics$platform$scrollbars(dragDevices, overscroll, physics, platform, $scrollbars) { - return new A._WrappedScrollBehavior(this, false, overscroll, physics, platform, dragDevices); + copyWith$6$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$scrollbars(androidOverscrollIndicator, dragDevices, overscroll, physics, platform, $scrollbars) { + return new A._WrappedScrollBehavior(this, $scrollbars, overscroll !== false, physics, platform, dragDevices, androidOverscrollIndicator); + }, + copyWith$2$overscroll$scrollbars(overscroll, $scrollbars) { + return this.copyWith$6$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$scrollbars(null, null, overscroll, null, null, $scrollbars); }, copyWith$1$scrollbars($scrollbars) { - return this.copyWith$5$dragDevices$overscroll$physics$platform$scrollbars(null, true, null, null, $scrollbars); + return this.copyWith$6$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$scrollbars(null, null, null, null, null, $scrollbars); }, copyWith$4$overscroll$physics$platform$scrollbars(overscroll, physics, platform, $scrollbars) { - return this.copyWith$5$dragDevices$overscroll$physics$platform$scrollbars(null, overscroll, physics, platform, $scrollbars); + return this.copyWith$6$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$scrollbars(null, null, overscroll, physics, platform, $scrollbars); }, getPlatform$1(context) { return A.defaultTargetPlatform(); }, get$dragDevices() { - return B.Set_AeS6; + return B.Set_23h; }, buildViewportChrome$3(context, child, axisDirection) { var target, @@ -236164,11 +238409,11 @@ case 1: return child; case 2: - switch (B.AndroidOverscrollIndicator_1) { - case B.AndroidOverscrollIndicator_0: + switch (1) { + case 0: target = 1; break; - case B.AndroidOverscrollIndicator_1: + case 1: target = 2; break; default: @@ -236252,47 +238497,60 @@ 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: 1988 + $signature: 2004 }; 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: 512 + $signature: 491 }; A._WrappedScrollBehavior.prototype = { get$dragDevices() { - var t1 = this.delegate.get$dragDevices(); - return t1; + var t1 = this._dragDevices; + return t1 == null ? this.delegate.get$dragDevices() : t1; }, buildOverscrollIndicator$3(context, child, details) { - if (this.overscrollIndicator) + if (this.overscroll) return this.delegate.buildOverscrollIndicator$3(context, child, details); return child; }, buildScrollbar$3(context, child, details) { + if (this.scrollbars) + return this.delegate.buildScrollbar$3(context, child, details); return child; }, - copyWith$5$dragDevices$overscroll$physics$platform$scrollbars(dragDevices, overscroll, physics, platform, $scrollbars) { - return this.delegate.copyWith$5$dragDevices$overscroll$physics$platform$scrollbars(dragDevices, overscroll, physics, platform, false); + copyWith$6$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$scrollbars(androidOverscrollIndicator, dragDevices, overscroll, physics, platform, $scrollbars) { + var _this = this, + t1 = overscroll == null ? _this.overscroll : overscroll, + t2 = physics == null ? _this.physics : physics, + t3 = platform == null ? _this.platform : platform, + t4 = _this.get$dragDevices(), + t5 = _this._androidOverscrollIndicator; + if (t5 == null) + t5 = B.AndroidOverscrollIndicator_1; + return _this.delegate.copyWith$6$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$scrollbars(t5, t4, t1, t2, t3, $scrollbars); + }, + copyWith$2$overscroll$scrollbars(overscroll, $scrollbars) { + return this.copyWith$6$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$scrollbars(null, null, overscroll, null, null, $scrollbars); }, copyWith$1$scrollbars($scrollbars) { - return this.copyWith$5$dragDevices$overscroll$physics$platform$scrollbars(null, true, null, null, $scrollbars); + return this.copyWith$6$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$scrollbars(null, null, null, null, null, $scrollbars); }, copyWith$4$overscroll$physics$platform$scrollbars(overscroll, physics, platform, $scrollbars) { - return this.copyWith$5$dragDevices$overscroll$physics$platform$scrollbars(null, overscroll, physics, platform, $scrollbars); + return this.copyWith$6$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$scrollbars(null, null, overscroll, physics, platform, $scrollbars); + }, + getPlatform$1(context) { + var t1 = this.platform; + return t1 == null ? this.delegate.getPlatform$1(context) : t1; }, getScrollPhysics$1(context) { var t1 = this.physics; return t1 == null ? this.delegate.getScrollPhysics$1(context) : t1; }, shouldNotify$1(oldDelegate) { - var t1, _this = this; - if (A.getRuntimeType(oldDelegate.delegate) === A.getRuntimeType(_this.delegate)) - t1 = oldDelegate.overscrollIndicator !== _this.overscrollIndicator || oldDelegate.physics != _this.physics || oldDelegate.platform != _this.platform || A.setEquals(oldDelegate.get$dragDevices(), _this.get$dragDevices()) || false; - else - t1 = true; - return t1; + 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; }, velocityTrackerBuilder$1(context) { return this.delegate.velocityTrackerBuilder$1(context); @@ -236314,6 +238572,9 @@ } }; A.ScrollController.prototype = { + get$position(_) { + return B.JSArray_methods.get$single(this._positions); + }, animateTo$3$curve$duration(offset, curve, duration) { return this.animateTo$body$ScrollController(offset, curve, duration); }, @@ -236343,7 +238604,7 @@ }, jumpTo$1(value) { var t1, t2, _i; - for (t1 = A.List_List$from(this._positions, true, type$.ScrollPosition), t2 = t1.length, _i = 0; _i < t2; ++_i) + for (t1 = A.List_List$of(this._positions, true, type$.ScrollPosition), t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i].jumpTo$1(value); }, attach$1(position) { @@ -236369,20 +238630,19 @@ return "#" + A.shortHash(this) + "(" + B.JSArray_methods.join$1(description, ", ") + ")"; }, debugFillDescription$1(description) { - var t2, - t1 = this._initialScrollOffset; + var _this = this, + t1 = _this._initialScrollOffset; if (t1 !== 0) description.push("initialScrollOffset: " + B.JSNumber_methods.toStringAsFixed$1(t1, 1) + ", "); - t1 = this._positions; - t2 = t1.length; - if (t2 === 0) + t1 = _this._positions.length; + if (t1 === 0) description.push("no clients"); - else if (t2 === 1) { - t1 = B.JSArray_methods.get$single(t1)._pixels; + else if (t1 === 1) { + t1 = _this.get$position(_this)._pixels; t1.toString; description.push("one client, offset " + B.JSNumber_methods.toStringAsFixed$1(t1, 1)); } else - description.push("" + t2 + " clients"); + description.push("" + t1 + " clients"); } }; A.ScrollMetrics.prototype = { @@ -236568,7 +238828,7 @@ t1 = _this._scroll_notification_observer$_listeners; if (t1._collection$_length === 0) return; - localListeners = A.List_List$from(t1, true, type$._ListenerEntry); + localListeners = A.List_List$of(t1, true, type$._ListenerEntry); for (t1 = localListeners.length, _i = 0; _i < t1; ++_i) { entry = localListeners[_i]; try { @@ -236595,40 +238855,18 @@ }; A.ScrollNotificationObserverState__notifyListeners_closure.prototype = { call$0() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError, t1; - return function $async$call$0($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.$this; - $async$goto = 2; - return 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); - case 2: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.DiagnosticsNode); + var _null = null, + 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: 102 + $signature: 112 }; A.ScrollNotificationObserverState_build_closure.prototype = { call$1(notification) { this.$this._notifyListeners$1(notification); return false; }, - $signature: 150 + $signature: 147 }; A.ScrollPhysics.prototype = { buildParent$1(ancestor) { @@ -236799,11 +239037,17 @@ if (t5) enforceBoundary = false; if (maintainOverscroll) { - if (t4) + if (t4 && t2 > t1) return t2 - (t1 - t3); t1 = oldPosition._scroll_metrics$_maxScrollExtent; t1.toString; if (t3 > t1) { + t4 = newPosition._scroll_metrics$_maxScrollExtent; + t4.toString; + t4 = t4 < t1; + } else + t4 = false; + if (t4) { t2 = newPosition._scroll_metrics$_maxScrollExtent; t2.toString; return t2 + (t3 - t1); @@ -237010,7 +239254,7 @@ }; A.ScrollPositionAlignmentPolicy.prototype = { toString$0(_) { - return this._scroll_position$_name; + return "ScrollPositionAlignmentPolicy." + this._core$_name; } }; A.ScrollPosition.prototype = { @@ -237235,20 +239479,20 @@ _updateSemanticActions$0() { var $forward, backward, actions, t2, t3, _this = this, t1 = _this.context; - switch (t1._widget.axisDirection) { - case B.AxisDirection_0: + switch (t1._widget.axisDirection.index) { + case 0: $forward = B.SemanticsAction_32; backward = B.SemanticsAction_16; break; - case B.AxisDirection_1: + case 1: $forward = B.SemanticsAction_4; backward = B.SemanticsAction_8; break; - case B.AxisDirection_2: + case 2: $forward = B.SemanticsAction_16; backward = B.SemanticsAction_32; break; - case B.AxisDirection_3: + case 3: $forward = B.SemanticsAction_8; backward = B.SemanticsAction_4; break; @@ -237280,8 +239524,8 @@ t1 = A.RenderAbstractViewport_of(object); t1.toString; targetRect = targetRenderObject != null && targetRenderObject !== object ? A.MatrixUtils_transformRect(targetRenderObject.getTransformTo$1(0, object), object.get$paintBounds().intersect$1(targetRenderObject.get$paintBounds())) : null; - switch (alignmentPolicy) { - case B.ScrollPositionAlignmentPolicy_0: + switch (alignmentPolicy.index) { + case 0: t1 = t1.getOffsetToReveal$3$rect(object, alignment, targetRect); t2 = _this._minScrollExtent; t2.toString; @@ -237289,7 +239533,7 @@ t3.toString; target = J.clamp$2$n(t1.offset, t2, t3); break; - case B.ScrollPositionAlignmentPolicy_1: + case 1: t1 = t1.getOffsetToReveal$3$rect(object, 1, targetRect); t2 = _this._minScrollExtent; t2.toString; @@ -237301,7 +239545,7 @@ if (target < t1) target = t1; break; - case B.ScrollPositionAlignmentPolicy_2: + case 2: t1 = t1.getOffsetToReveal$3$rect(object, 0, targetRect); t2 = _this._minScrollExtent; t2.toString; @@ -237413,7 +239657,7 @@ call$1(timeStamp) { this.$this._impliedVelocity = 0; }, - $signature: 29 + $signature: 28 }; A.ScrollMetricsNotification.prototype = { debugFillDescription$1(description) { @@ -237594,13 +239838,13 @@ x$1(_, time) { var _this = this, t = B.JSNumber_methods.clamp$2(time / A._lateReadCheck(_this.__ClampingScrollSimulation__duration, "_duration"), 0, 1); - return _this.position + B.JSNumber_methods.$mul(A._lateReadCheck(_this.__ClampingScrollSimulation__distance, "_distance"), 1.2 * t * t * t - 3.27 * t * t + 3.065 * t) * J.get$sign$in(_this.velocity); + 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); }, dx$1(_, time) { var _this = this, _s9_ = "_duration", t = B.JSNumber_methods.clamp$2(time / A._lateReadCheck(_this.__ClampingScrollSimulation__duration, _s9_), 0, 1); - return B.JSNumber_methods.$mul(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_); + 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_); }, isDone$1(time) { return time >= A._lateReadCheck(this.__ClampingScrollSimulation__duration, "_duration"); @@ -237608,7 +239852,7 @@ }; A.ScrollViewKeyboardDismissBehavior.prototype = { toString$0(_) { - return this._scroll_view$_name; + return "ScrollViewKeyboardDismissBehavior." + this._core$_name; } }; A.ScrollView.prototype = { @@ -237636,7 +239880,7 @@ call$2(context, offset) { return this.$this.buildViewport$4(context, offset, this.axisDirection, this.slivers); }, - $signature: 1991 + $signature: 2008 }; A.ScrollView_build_closure0.prototype = { call$1(notification) { @@ -237645,7 +239889,7 @@ focusScope.unfocus$0(); return false; }, - $signature: 1992 + $signature: 2009 }; A.CustomScrollView.prototype = { buildSlivers$1(context) { @@ -237681,13 +239925,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: 136 + $signature: 126 }; A.ListView$separated_closure0.prototype = { call$2(_, index) { return (index & 1) === 0 ? B.JSInt_methods._tdivFast$1(index, 2) : null; }, - $signature: 1995 + $signature: 2013 }; A.GridView.prototype = { buildChildLayout$1(context) { @@ -237699,13 +239943,13 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 120 + $signature: 117 }; A.Scrollable.prototype = { createState$0() { var _null = null, t1 = type$.LabeledGlobalKey_State_StatefulWidget; - return new A.ScrollableState(new A._RestorableScrollOffset(A.List_List$filled(0, _null, false, type$.nullable_void_Function)), new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_RawGestureDetectorState), new A.LabeledGlobalKey(_null, t1), B.Map_empty5, _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, _null, B._StateLifecycle_0); + return new A.ScrollableState(new A._RestorableScrollOffset(A.List_List$filled(0, _null, false, type$.nullable_void_Function)), new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_RawGestureDetectorState), new A.LabeledGlobalKey(_null, t1), B.Map_empty5, _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, _null, _null, B._StateLifecycle_0); }, viewportBuilder$2(arg0, arg1) { return this.viewportBuilder.call$2(arg0, arg1); @@ -237873,31 +240117,31 @@ _this._persistedScrollOffset.dispose$0(0); _this.super$_ScrollableState_State_TickerProviderStateMixin_RestorationMixin$dispose(0); }, - setCanDrag$1(canDrag) { + setCanDrag$1(value) { var t1, t2, _this = this; - if (canDrag === _this._lastCanDrag) - t1 = !canDrag || A.axisDirectionToAxis(_this._widget.axisDirection) === _this._scrollable$_lastAxisDirection; + if (value === _this._lastCanDrag) + t1 = !value || A.axisDirectionToAxis(_this._widget.axisDirection) === _this._scrollable$_lastAxisDirection; else t1 = false; if (t1) return; - if (!canDrag) { + if (!value) { _this._gestureRecognizers = B.Map_empty5; _this._scrollable$_handleDragCancel$0(); } else { - switch (A.axisDirectionToAxis(_this._widget.axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(_this._widget.axisDirection).index) { + case 1: _this._gestureRecognizers = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_mLh, new A.GestureRecognizerFactoryWithHandlers(new A.ScrollableState_setCanDrag_closure(_this), new A.ScrollableState_setCanDrag_closure0(_this), type$.GestureRecognizerFactoryWithHandlers_VerticalDragGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer); break; - case B.Axis_0: + case 0: _this._gestureRecognizers = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_Vq1, new A.GestureRecognizerFactoryWithHandlers(new A.ScrollableState_setCanDrag_closure1(_this), new A.ScrollableState_setCanDrag_closure2(_this), type$.GestureRecognizerFactoryWithHandlers_HorizontalDragGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - canDrag = true; + value = true; } - _this._lastCanDrag = canDrag; + _this._lastCanDrag = value; _this._scrollable$_lastAxisDirection = A.axisDirectionToAxis(_this._widget.axisDirection); t1 = _this._gestureDetectorKey; if (t1.get$currentState() != null) { @@ -238076,7 +240320,7 @@ call$0() { return A.VerticalDragGestureRecognizer$(null, A._lateReadCheck(this.$this.__ScrollableState__configuration, "_configuration").get$dragDevices()); }, - $signature: 643 + $signature: 466 }; A.ScrollableState_setCanDrag_closure0.prototype = { call$1(instance) { @@ -238099,13 +240343,13 @@ instance.velocityTrackerBuilder = t2.velocityTrackerBuilder$1(t3); instance.dragStartBehavior = t1._widget.dragStartBehavior; }, - $signature: 476 + $signature: 464 }; A.ScrollableState_setCanDrag_closure1.prototype = { call$0() { - return A.HorizontalDragGestureRecognizer$(null, null, A._lateReadCheck(this.$this.__ScrollableState__configuration, "_configuration").get$dragDevices()); + return A.HorizontalDragGestureRecognizer$(null, A._lateReadCheck(this.$this.__ScrollableState__configuration, "_configuration").get$dragDevices()); }, - $signature: 344 + $signature: 457 }; A.ScrollableState_setCanDrag_closure2.prototype = { call$1(instance) { @@ -238128,7 +240372,7 @@ instance.velocityTrackerBuilder = t2.velocityTrackerBuilder$1(t3); instance.dragStartBehavior = t1._widget.dragStartBehavior; }, - $signature: 392 + $signature: 456 }; A.ScrollableDetails.prototype = {}; A._ScrollSemantics.prototype = { @@ -238235,7 +240479,7 @@ }; A.ScrollIncrementType.prototype = { toString$0(_) { - return this._scrollable$_name; + return "ScrollIncrementType." + this._core$_name; } }; A.ScrollIntent.prototype = {}; @@ -238277,10 +240521,10 @@ _calculateScrollIncrement$2$type(state, type) { var t1; state._widget.toString; - switch (type) { - case B.ScrollIncrementType_0: + switch (type.index) { + case 0: return 50; - case B.ScrollIncrementType_1: + case 1: t1 = state._scrollable$_position._viewportDimension; t1.toString; return 0.8 * t1; @@ -238291,51 +240535,51 @@ _getIncrement$2(state, intent) { var _s80_ = string$.x60null_c, increment = this._calculateScrollIncrement$2$type(state, intent.type); - switch (intent.direction) { - case B.AxisDirection_2: - switch (state._widget.axisDirection) { - case B.AxisDirection_0: + switch (intent.direction.index) { + case 2: + switch (state._widget.axisDirection.index) { + case 0: return -increment; - case B.AxisDirection_2: + case 2: return increment; - case B.AxisDirection_1: - case B.AxisDirection_3: + case 1: + case 3: return 0; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - case B.AxisDirection_0: - switch (state._widget.axisDirection) { - case B.AxisDirection_0: + case 0: + switch (state._widget.axisDirection.index) { + case 0: return increment; - case B.AxisDirection_2: + case 2: return -increment; - case B.AxisDirection_1: - case B.AxisDirection_3: + case 1: + case 3: return 0; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - case B.AxisDirection_3: - switch (state._widget.axisDirection) { - case B.AxisDirection_1: + case 3: + switch (state._widget.axisDirection.index) { + case 1: return -increment; - case B.AxisDirection_3: + case 3: return increment; - case B.AxisDirection_0: - case B.AxisDirection_2: + case 0: + case 2: return 0; default: throw A.wrapException(A.ReachabilityError$(_s80_)); } - case B.AxisDirection_1: - switch (state._widget.axisDirection) { - case B.AxisDirection_1: + case 1: + switch (state._widget.axisDirection.index) { + case 1: return increment; - case B.AxisDirection_3: + case 3: return -increment; - case B.AxisDirection_0: - case B.AxisDirection_2: + case 0: + case 2: return 0; default: throw A.wrapException(A.ReachabilityError$(_s80_)); @@ -238395,19 +240639,18 @@ } }; A._ScrollableState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin.prototype = { @@ -238417,7 +240660,7 @@ }, didChangeDependencies$0() { var oldBucket, needsRestore, t1, didReplaceBucket, _this = this; - _this.super$_ScrollableState_State_TickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); oldBucket = _this.RestorationMixin__bucket; needsRestore = _this.get$restorePending(); t1 = _this._framework$_element; @@ -238445,7 +240688,7 @@ }; A.ScrollbarOrientation.prototype = { toString$0(_) { - return this._scrollbar$_name; + return "ScrollbarOrientation." + this._core$_name; } }; A.ScrollbarPainter.prototype = { @@ -238456,15 +240699,15 @@ this.notifyListeners$0(); }, set$trackColor(value) { - if (J.$eq$(this._scrollbar$_trackColor, value)) + if (J.$eq$(this._trackColor, value)) return; - this._scrollbar$_trackColor = value; + this._trackColor = value; this.notifyListeners$0(); }, set$trackBorderColor(value) { - if (J.$eq$(this._scrollbar$_trackBorderColor, value)) + if (J.$eq$(this._trackBorderColor, value)) return; - this._scrollbar$_trackBorderColor = value; + this._trackBorderColor = value; this.notifyListeners$0(); }, set$textDirection(_, value) { @@ -238521,6 +240764,12 @@ set$scrollbarOrientation(value) { return; }, + set$ignorePointer(value) { + if (this._ignorePointer === value) + return; + this._ignorePointer = value; + this.notifyListeners$0(); + }, update$2(_, metrics, axisDirection) { var oldMetrics, _this = this, t1 = _this._lastMetrics; @@ -238559,7 +240808,7 @@ if (isBorder) { t1 = A._detectRenderer(); t1 = t1 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - t2 = _this._scrollbar$_trackBorderColor; + t2 = _this._trackBorderColor; t3 = _this.fadeoutOpacityAnimation; t1.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((t2.get$value(t2) >>> 24 & 255) / 255 * t3.get$value(t3))), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); t1.set$style(0, B.PaintingStyle_1); @@ -238568,7 +240817,7 @@ } t1 = A._detectRenderer(); t1 = t1 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); - t2 = _this._scrollbar$_trackColor; + t2 = _this._trackColor; t3 = _this.fadeoutOpacityAnimation; t1.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((t2.get$value(t2) >>> 24 & 255) / 255 * t3.get$value(t3))), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); return t1; @@ -238577,39 +240826,54 @@ return this._paintTrack$1$isBorder(false); }, _paintScrollbar$4(canvas, size, thumbExtent, direction) { - var resolvedOrientation, thumbSize, trackSize, x, y, trackOffset, t2, t3, _this = this, + var resolvedOrientation, thumbSize, trackSize, x, y, t2, t3, trackOffset, borderStart, borderEnd, _this = this, _s12_ = "_thumbOffset", 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; else resolvedOrientation = B.ScrollbarOrientation_3; - switch (resolvedOrientation) { - case B.ScrollbarOrientation_0: + switch (resolvedOrientation.index) { + case 0: t1 = _this._thickness; thumbSize = new A.Size(t1, thumbExtent); - trackSize = new A.Size(t1 + 2 * _this._crossAxisMargin, _this.get$_trackExtent()); + 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_); - trackOffset = new A.Offset(x - _this._crossAxisMargin, 0); + t2 = x - _this._crossAxisMargin; + t3 = _this._mainAxisMargin; + 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()); break; - case B.ScrollbarOrientation_1: + 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_); - trackOffset = new A.Offset(x - _this._crossAxisMargin, 0); + t1 = x - _this._crossAxisMargin; + t2 = _this._mainAxisMargin; + trackOffset = new A.Offset(t1, t2); + borderEnd = new A.Offset(t1, t2 + _this.get$_trackExtent()); + borderStart = trackOffset; break; - case B.ScrollbarOrientation_2: + case 2: thumbSize = new A.Size(thumbExtent, _this._thickness); - trackSize = new A.Size(_this.get$_trackExtent(), _this._thickness + 2 * _this._crossAxisMargin); + t1 = _this.get$_trackExtent(); + t2 = _this._thickness + 2 * _this._crossAxisMargin; + trackSize = new A.Size(t1, t2); x = A._lateReadCheck(_this.__ScrollbarPainter__thumbOffset, _s12_); t1 = _this._crossAxisMargin; y = t1 + _this._scrollbar$_padding.top; - trackOffset = new A.Offset(0, y - t1); + t3 = _this._mainAxisMargin; + t1 = y - t1; + trackOffset = new A.Offset(t3, t1); + borderStart = trackOffset.$add(0, new A.Offset(0, t2)); + borderEnd = new A.Offset(t3 + _this.get$_trackExtent(), t1 + t2); break; - case B.ScrollbarOrientation_3: + 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_); @@ -238617,25 +240881,37 @@ t2 = _this._thickness; t3 = _this._crossAxisMargin; y = t1 - t2 - t3 - _this._scrollbar$_padding.bottom; - trackOffset = new A.Offset(0, y - t3); + t2 = _this._mainAxisMargin; + t3 = y - t3; + trackOffset = new A.Offset(t2, t3); + borderEnd = new A.Offset(t2 + _this.get$_trackExtent(), t3); + borderStart = trackOffset; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } t1 = trackOffset._dx; t2 = trackOffset._dy; - t3 = new A.Rect(t1, t2, t1 + trackSize._dx, t2 + trackSize._dy); - _this._trackRect = t3; - canvas.drawRect$2(0, t3, _this._paintTrack$0()); - canvas.drawLine$3(0, trackOffset, new A.Offset(t1, t2 + _this.get$_trackExtent()), _this._paintTrack$1$isBorder(true)); - t2 = _this._thumbRect = new A.Rect(x, y, x + thumbSize._dx, y + thumbSize._dy); - t1 = _this._scrollbar$_radius; - if (t1 != null) { - canvas.drawRRect$2(0, A.RRect$fromRectAndRadius(t2, t1), _this.get$_paintThumb()); + _this._trackRect = new A.Rect(t1, t2, t1 + trackSize._dx, t2 + trackSize._dy); + _this._thumbRect = new A.Rect(x, y, x + thumbSize._dx, y + thumbSize._dy); + t1 = _this.fadeoutOpacityAnimation; + 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)); + t1 = _this._scrollbar$_radius; + if (t1 != null) { + t2 = _this._thumbRect; + t2.toString; + canvas.drawRRect$2(0, A.RRect$fromRectAndRadius(t2, t1), _this.get$_paintThumb()); + return; + } + t1 = _this._thumbRect; + t1.toString; + canvas.drawRect$2(0, t1, _this.get$_paintThumb()); return; } - canvas.drawRect$2(0, t2, _this.get$_paintThumb()); - return; }, _thumbExtent$0() { var t3, t4, t5, t6, t7, fractionVisible, thumbExtent, safeMinLength, newMinLength, _this = this, @@ -238691,31 +240967,27 @@ return t1 - 2 * t2 - t3; }, paint$2(canvas, size) { - var t1, t2, t3, beforePadding, thumbExtent, scrollableExtent, fractionPast, _this = this; - if (_this._lastAxisDirection != null) - if (_this._lastMetrics != null) { - t1 = _this.fadeoutOpacityAnimation; - if (t1.get$value(t1) !== 0) { - t1 = _this._lastMetrics; - t2 = t1._scroll_metrics$_maxScrollExtent; - t2.toString; - t1 = t1._scroll_metrics$_minScrollExtent; - t1.toString; - t1 = t2 <= t1; - } else - t1 = true; + var t2, t3, beforePadding, thumbExtent, scrollableExtent, fractionPast, _this = this, + t1 = _this._lastAxisDirection; + if (t1 != null) { + t2 = _this._lastMetrics; + if (t2 != null) { + t3 = t2._scroll_metrics$_maxScrollExtent; + t3.toString; + t2 = t2._scroll_metrics$_minScrollExtent; + t2.toString; + t2 = t3 <= t2; } else - t1 = true; - else - t1 = true; - if (t1) + t2 = true; + } else + t2 = true; + if (t2) return; - t1 = _this._lastMetrics._scroll_metrics$_viewportDimension; - t1.toString; - t2 = _this._lastAxisDirection; - t2 = t2 === B.AxisDirection_2 || t2 === B.AxisDirection_0; + t2 = _this._lastMetrics._scroll_metrics$_viewportDimension; + t2.toString; + t1 = t1 === B.AxisDirection_2 || t1 === B.AxisDirection_0; t3 = _this._scrollbar$_padding; - if (t1 <= (t2 ? t3.get$_top(t3) + t3.get$_bottom(t3) : t3.get$horizontal()) || _this.get$_trackExtent() <= 0) + if (t2 <= (t1 ? t3.get$_top(t3) + t3.get$_bottom(t3) : t3.get$horizontal()) || _this.get$_trackExtent() <= 0) return; t1 = _this._lastAxisDirection; t1 = t1 === B.AxisDirection_2 || t1 === B.AxisDirection_0; @@ -238746,28 +241018,34 @@ return _this._paintScrollbar$4(canvas, size, thumbExtent, t1); }, hitTestInteractive$3$forHover(position, kind, forHover) { - var interactiveRect0, paddedRect, t1, - interactiveRect = this._thumbRect; - if (interactiveRect == null) + var t2, t3, paddedRect, _this = this, + t1 = _this._trackRect; + if (t1 == null) return false; - interactiveRect0 = this._trackRect; - if (interactiveRect0 == null) - interactiveRect0 = interactiveRect; - paddedRect = interactiveRect0.expandToInclude$1(A.Rect$fromCircle(interactiveRect.get$center(), 24)); - t1 = this.fadeoutOpacityAnimation; - if (t1.get$value(t1) === 0) { + if (_this._ignorePointer) + return false; + t2 = _this._lastMetrics; + t3 = t2._scroll_metrics$_minScrollExtent; + t3.toString; + t2 = t2._scroll_metrics$_maxScrollExtent; + t2.toString; + if (t3 === t2) + return false; + paddedRect = t1.expandToInclude$1(A.Rect$fromCircle(_this._thumbRect.get$center(), 24)); + t2 = _this.fadeoutOpacityAnimation; + if (t2.get$value(t2) === 0) { if (forHover && kind === B.PointerDeviceKind_1) return paddedRect.contains$1(0, position); return false; } - switch (kind) { - case B.PointerDeviceKind_0: + switch (kind.index) { + case 0: return paddedRect.contains$1(0, position); - case B.PointerDeviceKind_1: - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: - case B.PointerDeviceKind_4: - return interactiveRect0.contains$1(0, position); + case 1: + case 2: + case 3: + case 4: + return t1.contains$1(0, position); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } @@ -238776,46 +241054,104 @@ return this.hitTestInteractive$3$forHover(position, kind, false); }, hitTestOnlyThumbInteractive$2(position, kind) { - var t1, _this = this; + var t1, t2, _this = this; if (_this._thumbRect == null) return false; + if (_this._ignorePointer) + return false; t1 = _this.fadeoutOpacityAnimation; if (t1.get$value(t1) === 0) return false; - switch (kind) { - case B.PointerDeviceKind_0: + t1 = _this._lastMetrics; + t2 = t1._scroll_metrics$_minScrollExtent; + t2.toString; + t1 = t1._scroll_metrics$_maxScrollExtent; + t1.toString; + if (t2 === t1) + return false; + switch (kind.index) { + case 0: t1 = _this._thumbRect; return t1.expandToInclude$1(A.Rect$fromCircle(t1.get$center(), 24)).contains$1(0, position); - case B.PointerDeviceKind_1: - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: - case B.PointerDeviceKind_4: + case 1: + case 2: + case 3: + case 4: return _this._thumbRect.contains$1(0, position); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, hitTest$1(position) { - var t1; - if (this._thumbRect == null) + var t1, t2, _this = this; + if (_this._thumbRect == null) return null; - t1 = this.fadeoutOpacityAnimation; + if (_this._ignorePointer) + return false; + t1 = _this.fadeoutOpacityAnimation; if (t1.get$value(t1) === 0) return false; - t1 = this._thumbRect; + t1 = _this._lastMetrics; + t2 = t1._scroll_metrics$_minScrollExtent; + t2.toString; + t1 = t1._scroll_metrics$_maxScrollExtent; + t1.toString; + if (t2 === t1) + return false; + t1 = _this._thumbRect; t1.toString; position.toString; return t1.contains$1(0, position); }, - shouldRepaint$1(old) { - var _this = this; - return !J.$eq$(_this._scrollbar$_color, old._scrollbar$_color) || !J.$eq$(_this._scrollbar$_trackColor, old._scrollbar$_trackColor) || !J.$eq$(_this._scrollbar$_trackBorderColor, old._scrollbar$_trackBorderColor) || _this._scrollbar$_textDirection != old._scrollbar$_textDirection || _this._thickness != old._thickness || _this.fadeoutOpacityAnimation !== old.fadeoutOpacityAnimation || _this._mainAxisMargin !== old._mainAxisMargin || _this._crossAxisMargin !== old._crossAxisMargin || !J.$eq$(_this._scrollbar$_radius, old._scrollbar$_radius) || _this._minLength !== old._minLength || !_this._scrollbar$_padding.$eq(0, old._scrollbar$_padding) || _this._minOverscrollLength !== old._minOverscrollLength || false; + shouldRepaint$1(oldDelegate) { + var t1, _this = this; + if (J.$eq$(_this._scrollbar$_color, oldDelegate._scrollbar$_color)) + if (J.$eq$(_this._trackColor, oldDelegate._trackColor)) + if (J.$eq$(_this._trackBorderColor, oldDelegate._trackBorderColor)) + if (_this._scrollbar$_textDirection == oldDelegate._scrollbar$_textDirection) + if (_this._thickness == oldDelegate._thickness) + if (_this.fadeoutOpacityAnimation === oldDelegate.fadeoutOpacityAnimation) + if (_this._mainAxisMargin === oldDelegate._mainAxisMargin) + if (_this._crossAxisMargin === oldDelegate._crossAxisMargin) + if (J.$eq$(_this._scrollbar$_radius, oldDelegate._scrollbar$_radius)) + if (_this._scrollbar$_padding.$eq(0, oldDelegate._scrollbar$_padding)) + if (_this._minLength === oldDelegate._minLength) + if (_this._minOverscrollLength === oldDelegate._minOverscrollLength) + t1 = _this._ignorePointer !== oldDelegate._ignorePointer; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + return t1; }, shouldRebuildSemantics$1(oldDelegate) { return false; }, get$semanticsBuilder() { return null; + }, + toString$0(_) { + return "#" + A.shortHash(this); } }; A.ScrollbarPainter_update__needPaint.prototype = { @@ -238832,7 +241168,7 @@ t1 = false; return t1; }, - $signature: 2000 + $signature: 2023 }; A.RawScrollbar.prototype = { createState$0() { @@ -238852,26 +241188,28 @@ return true; }, initState$0() { - var t1, t2, t3, _this = this, _null = null; + var t1, t2, t3, t4, _this = this, _null = null; _this.super$State$initState(); - t1 = A.AnimationController$(_null, _this._widget.fadeDuration, 0, _null, 1, _null, _this); + 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; - t2 = _this._widget; - t2 = t2.thickness; - if (t2 == null) - t2 = 6; + _this._widget.toString; t1 = A._lateReadCheck(t1, "_fadeoutOpacityAnimation"); - t3 = _this._widget.scrollbarOrientation; - t2 = new A.ScrollbarPainter(B.Color_1723645116, B.Color_0, B.Color_0, t2, t1, 0, 0, _null, B.EdgeInsets_0_0_0_0, 18, 18, t3, A.List_List$filled(0, _null, false, type$.nullable_void_Function)); + t2 = _this._widget; + t3 = t2.thickness; + if (t3 == null) + t3 = 6; + t4 = t2.radius; + t2 = t2.scrollbarOrientation; + t2 = new A.ScrollbarPainter(B.Color_1723645116, B.Color_0, B.Color_0, t3, t1, 0, 0, t4, _null, B.EdgeInsets_0_0_0_0, 18, 18, t2, A.List_List$filled(0, _null, false, type$.nullable_void_Function)); t1.parent.addListener$1(0, t2.get$notifyListeners()); A._lateWriteOnceCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); _this.__RawScrollbarState_scrollbarPainter = t2; }, didChangeDependencies$0() { - this.super$_RawScrollbarState_State_TickerProviderStateMixin$didChangeDependencies(); + this.super$State$didChangeDependencies(); }, _validateInteractions$1($status) { var t1, @@ -238908,6 +241246,7 @@ t1.set$minLength(0, 18); _this._widget.toString; t1.set$minOverscrollLength(18); + t1.set$ignorePointer(!_this.get$enableGestures()); }, didUpdateWidget$1(oldWidget) { var t1, _this = this, @@ -238935,9 +241274,9 @@ } }, getScrollbarDirection$0() { - var t1 = this._currentController._positions; - if (t1.length !== 0) - return A.axisDirectionToAxis(B.JSArray_methods.get$single(t1).get$axisDirection()); + var t1 = this._currentController; + if (t1._positions.length !== 0) + return A.axisDirectionToAxis(t1.get$position(t1).get$axisDirection()); return null; }, handleThumbPress$0() { @@ -238965,26 +241304,28 @@ _this._dragScrollbarAxisOffset = localPosition; }, handleThumbPressUpdate$1(localPosition) { - var position, primaryDelta, t1, t2, t3, t4, t5, t6, scrollOffsetGlobal, _this = this; + var t1, position, primaryDelta, t2, t3, t4, t5, t6, scrollOffsetGlobal, newPosition, _this = this, + _s80_ = string$.x60null_c; if (_this.getScrollbarDirection$0() == null) return; - position = B.JSArray_methods.get$single(_this._currentController._positions); + t1 = _this._currentController; + position = t1.get$position(t1); primaryDelta = A._Cell$named("primaryDelta"); - switch (position.context._widget.axisDirection) { - case B.AxisDirection_0: + switch (position.context._widget.axisDirection.index) { + case 0: primaryDelta.__late_helper$_value = _this._dragScrollbarAxisOffset._dy - localPosition._dy; break; - case B.AxisDirection_1: + case 1: primaryDelta.__late_helper$_value = localPosition._dx - _this._dragScrollbarAxisOffset._dx; break; - case B.AxisDirection_2: + case 2: primaryDelta.__late_helper$_value = localPosition._dy - _this._dragScrollbarAxisOffset._dy; break; - case B.AxisDirection_3: + case 3: primaryDelta.__late_helper$_value = _this._dragScrollbarAxisOffset._dx - localPosition._dx; break; default: - A.throwExpression(A.ReachabilityError$(string$.x60null_c)); + A.throwExpression(A.ReachabilityError$(_s80_)); } t1 = A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); t2 = primaryDelta._readLocal$0(); @@ -238998,8 +241339,30 @@ t6 = position._pixels; t6.toString; scrollOffsetGlobal = (t4 - t3) * t2 / (t5 - t1) + t6; - if (scrollOffsetGlobal !== t6) - position.jumpTo$1(scrollOffsetGlobal - position.physics.applyBoundaryConditions$2(position, scrollOffsetGlobal)); + if (scrollOffsetGlobal !== t6) { + newPosition = scrollOffsetGlobal - position.physics.applyBoundaryConditions$2(position, scrollOffsetGlobal); + t1 = _this._framework$_element; + t1.toString; + t1 = A.ScrollConfiguration_of(t1); + t2 = _this._framework$_element; + t2.toString; + switch (t1.getPlatform$1(t2)) { + case B.TargetPlatform_1: + case B.TargetPlatform_3: + case B.TargetPlatform_4: + case B.TargetPlatform_5: + t1 = position._maxScrollExtent; + t1.toString; + newPosition = B.JSNumber_methods.clamp$2(newPosition, 0, t1); + break; + case B.TargetPlatform_2: + case B.TargetPlatform_0: + break; + default: + A.throwExpression(A.ReachabilityError$(_s80_)); + } + position.jumpTo$1(newPosition); + } _this._dragScrollbarAxisOffset = localPosition; }, handleThumbPressEnd$2(localPosition, velocity) { @@ -239020,43 +241383,46 @@ t1 = A.PrimaryScrollController_of(t1); } _this._currentController = t1; - t1 = B.JSArray_methods.get$single(t1._positions).context; + t1 = t1.get$position(t1).context; t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._gestureDetectorKey); t1.toString; t1 = A.Scrollable_of(t1); if (t1 != null) t1._widget.toString; t1 = _this._currentController; - t1 = B.JSArray_methods.get$single(t1._positions)._viewportDimension; + t1 = t1.get$position(t1)._viewportDimension; t1.toString; scrollIncrement = 0.8 * t1; - switch (B.JSArray_methods.get$single(_this._currentController._positions).context._widget.axisDirection) { - case B.AxisDirection_0: + 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_)) scrollIncrement = -scrollIncrement; break; - case B.AxisDirection_2: + case 2: if (details.localPosition._dy < A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, _s16_).__ScrollbarPainter__thumbOffset, _s12_)) scrollIncrement = -scrollIncrement; break; - case B.AxisDirection_1: + case 1: if (details.localPosition._dx < A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, _s16_).__ScrollbarPainter__thumbOffset, _s12_)) scrollIncrement = -scrollIncrement; break; - case B.AxisDirection_3: + case 3: if (details.localPosition._dx > A._lateReadCheck(A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, _s16_).__ScrollbarPainter__thumbOffset, _s12_)) scrollIncrement = -scrollIncrement; break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - t1 = B.JSArray_methods.get$single(_this._currentController._positions); - t2 = B.JSArray_methods.get$single(_this._currentController._positions)._pixels; + t1 = _this._currentController; + t1 = t1.get$position(t1); + t2 = _this._currentController; + t2 = t2.get$position(t2)._pixels; t2.toString; t1.moveTo$3$curve$duration(0, t2 + scrollIncrement, B.Cubic_xDo, B.Duration_100000); }, _shouldUpdatePainter$1(notificationAxis) { - var t1, t2, + var t1, scrollController = this._widget.controller; if (scrollController == null) { t1 = this._framework$_element; @@ -239065,11 +241431,10 @@ } if (scrollController == null) return true; - t1 = scrollController._positions; - t2 = t1.length; - if (t2 > 1) + t1 = scrollController._positions.length; + if (t1 > 1) return false; - return t2 === 0 || A.axisDirectionToAxis(B.JSArray_methods.get$single(t1).get$axisDirection()) === notificationAxis; + return t1 === 0 || A.axisDirectionToAxis(scrollController.get$position(scrollController).get$axisDirection()) === notificationAxis; }, _scrollbar$_handleScrollMetricsNotification$1(notification) { var t2, _this = this, @@ -239177,7 +241542,7 @@ _this.updateScrollbarPainter$0(); t1 = _this.get$_gestures(); t2 = A._lateReadCheck(_this.__RawScrollbarState_scrollbarPainter, "scrollbarPainter"); - return new A.NotificationListener(new A.NotificationListener(new A.RepaintBoundary(new A.RawGestureDetector(new A.MouseRegion(_null, new A.RawScrollbarState_build_closure(_this), new A.RawScrollbarState_build_closure0(_this), B.C__DeferringMouseCursor, true, A.CustomPaint$(new A.RepaintBoundary(_this._widget.child, _null), t2, _this._scrollbarPainterKey, _null, B.Size_0_0), _null), t1, _null, false, _null, _null), _null), _this.get$_handleScrollNotification(), _null, type$.NotificationListener_ScrollNotification), _this.get$_scrollbar$_handleScrollMetricsNotification(), _null, type$.NotificationListener_ScrollMetricsNotification); + return new A.NotificationListener(new A.NotificationListener(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), _this.get$_handleScrollNotification(), _null, type$.NotificationListener_ScrollNotification), _this.get$_scrollbar$_handleScrollMetricsNotification(), _null, type$.NotificationListener_ScrollMetricsNotification); } }; A.RawScrollbarState__maybeStartFadeoutTimer_closure.prototype = { @@ -239196,7 +241561,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: 2001 + $signature: 2026 }; A.RawScrollbarState__gestures_closure0.prototype = { call$1(instance) { @@ -239206,25 +241571,25 @@ instance.onLongPressMoveUpdate = new A.RawScrollbarState__gestures__closure0(t1); instance.onLongPressEnd = new A.RawScrollbarState__gestures__closure1(t1); }, - $signature: 2005 + $signature: 2029 }; A.RawScrollbarState__gestures__closure.prototype = { call$1(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 232 + $signature: 218 }; A.RawScrollbarState__gestures__closure0.prototype = { call$1(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 231 + $signature: 217 }; A.RawScrollbarState__gestures__closure1.prototype = { call$1(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 433 + $signature: 352 }; A.RawScrollbarState__gestures_closure1.prototype = { call$0() { @@ -239233,53 +241598,53 @@ 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: 2011 + $signature: 2032 }; A.RawScrollbarState__gestures_closure2.prototype = { call$1(instance) { instance.onTapDown = this.$this.get$_handleTrackTapDown(); }, - $signature: 2013 - }; - A.RawScrollbarState_build_closure0.prototype = { - call$1($event) { - var t1; - switch ($event.get$kind($event)) { - case B.PointerDeviceKind_1: - t1 = this.$this; - if (t1.get$enableGestures()) - t1.handleHoverExit$1($event); - break; - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: - case B.PointerDeviceKind_4: - case B.PointerDeviceKind_0: - break; - default: - throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); - } - }, - $signature: 167 + $signature: 2035 }; A.RawScrollbarState_build_closure.prototype = { call$1($event) { var t1; - switch ($event.get$kind($event)) { - case B.PointerDeviceKind_1: + switch ($event.get$kind($event).index) { + case 1: t1 = this.$this; if (t1.get$enableGestures()) - t1.handleHover$1($event); + t1.handleHoverExit$1($event); break; - case B.PointerDeviceKind_2: - case B.PointerDeviceKind_3: - case B.PointerDeviceKind_4: - case B.PointerDeviceKind_0: + case 2: + case 3: + case 4: + case 0: break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2014 + $signature: 171 + }; + A.RawScrollbarState_build_closure0.prototype = { + call$1($event) { + var t1; + switch ($event.get$kind($event).index) { + case 1: + t1 = this.$this; + if (t1.get$enableGestures()) + t1.handleHover$1($event); + break; + case 2: + case 3: + case 4: + case 0: + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + }, + $signature: 2036 }; A._ThumbPressGestureRecognizer.prototype = { isPointerAllowed$1($event) { @@ -239314,19 +241679,44 @@ } }; A._RawScrollbarState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); + } + }; + A.SharedAppData.prototype = { + createState$0() { + return new A._SharedAppDataState(B._StateLifecycle_0); + } + }; + A._SharedAppDataState.prototype = { + 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); + } + }; + A._SharedAppModel.prototype = { + updateShouldNotify$1(old) { + return this.data !== old.data; + }, + updateShouldNotifyDependent$2(old, keys) { + var t1, t2, key; + for (t1 = keys.get$iterator(keys), t2 = this.data; t1.moveNext$0();) { + key = t1.get$current(t1); + if (!J.$eq$(t2.$index(0, key), old.data.$index(0, key))) + return true; + } + return false; } }; A.KeySet.prototype = { @@ -239387,34 +241777,11 @@ var t1 = $.LogicalKeySet__unmapSynonyms.$index(0, key); return t1 == null ? A._setArrayType([key], type$.JSArray_LogicalKeyboardKey) : t1; }, - $signature: 2017 + $signature: 2038 }; A.SingleActivator.prototype = { get$triggers() { - var $async$self = this; - return A._makeSyncStarIterable(function() { - var $async$goto = 0, $async$handler = 1, $async$currentError; - return function $async$get$triggers($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$goto = 2; - return $async$self.trigger; - case 2: - // after yield - // implicit return - return A._IterationMarker_endOfIteration(); - case 1: - // rethrow - return A._IterationMarker_uncaughtError($async$currentError); - } - }; - }, type$.LogicalKeyboardKey); + return A._setArrayType([this.trigger], type$.JSArray_LogicalKeyboardKey); }, accepts$2($event, state) { var pressed, _this = this, @@ -239494,18 +241861,18 @@ A.ShortcutManager__indexShortcuts_closure.prototype = { call$2(activator, intent) { var nullableTriggers = activator.get$triggers(), - t1 = nullableTriggers.get$iterator(nullableTriggers), + t1 = J.get$iterator$ax(nullableTriggers), t2 = this.result; 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: 2020 + $signature: 2039 }; A.ShortcutManager__indexShortcuts__closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray__ActivatorIntentPair); }, - $signature: 2021 + $signature: 2040 }; A.Shortcuts.prototype = { createState$0() { @@ -239548,7 +241915,7 @@ 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, true, _null, true, _null, _null, this.get$_handleOnKey(), _null, _null); + return A.Focus$(false, false, new A._ShortcutsMarker(this.get$manager(), this._widget.child, _null), t1, _null, _null, true, _null, _null, this.get$_handleOnKey(), _null, _null); } }; A._ShortcutsMarker.prototype = {}; @@ -239575,7 +241942,7 @@ call$2(context, offset) { return new A._SingleChildViewport(this.axisDirection, offset, B.Clip_1, this._box_0.contents, null); }, - $signature: 2023 + $signature: 2042 }; A._SingleChildViewport.prototype = { createRenderObject$1(context) { @@ -239599,9 +241966,9 @@ }; A._RenderSingleChildViewport.prototype = { set$axisDirection(value) { - if (value === this._axisDirection) + if (value === this._single_child_scroll_view$_axisDirection) return; - this._axisDirection = value; + this._single_child_scroll_view$_axisDirection = value; this.markNeedsLayout$0(); }, set$offset(_, value) { @@ -239636,10 +242003,10 @@ return true; }, get$_viewportExtent() { - switch (A.axisDirectionToAxis(this._axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(this._single_child_scroll_view$_axisDirection).index) { + case 0: return this._box$_size._dx; - case B.Axis_1: + case 1: return this._box$_size._dy; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -239650,20 +242017,20 @@ t1 = _this.RenderObjectWithChildMixin__child; if (t1 == null) return 0; - switch (A.axisDirectionToAxis(_this._axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(_this._single_child_scroll_view$_axisDirection).index) { + case 0: return Math.max(0, t1._box$_size._dx - _this._box$_size._dx); - case B.Axis_1: + case 1: return Math.max(0, t1._box$_size._dy - _this._box$_size._dy); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _single_child_scroll_view$_getInnerConstraints$1(constraints) { - switch (A.axisDirectionToAxis(this._axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(this._single_child_scroll_view$_axisDirection).index) { + case 0: return new A.BoxConstraints(0, 1 / 0, constraints.minHeight, constraints.maxHeight); - case B.Axis_1: + case 1: return new A.BoxConstraints(constraints.minWidth, constraints.maxWidth, 0, 1 / 0); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -239716,14 +242083,14 @@ }, _paintOffsetForPosition$1(position) { var _this = this; - switch (_this._axisDirection) { - case B.AxisDirection_0: + switch (_this._single_child_scroll_view$_axisDirection.index) { + case 0: return new A.Offset(0, position - _this.RenderObjectWithChildMixin__child._box$_size._dy + _this._box$_size._dy); - case B.AxisDirection_2: + case 2: return new A.Offset(0, -position); - case B.AxisDirection_3: + case 3: return new A.Offset(position - _this.RenderObjectWithChildMixin__child._box$_size._dx + _this._box$_size._dx, 0); - case B.AxisDirection_1: + case 1: return new A.Offset(-position, 0); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -239810,24 +242177,24 @@ bounds = A.MatrixUtils_transformRect(target.getTransformTo$1(0, _this.RenderObjectWithChildMixin__child), rect); t1 = _this.RenderObjectWithChildMixin__child._box$_size; t1.toString; - switch (_this._axisDirection) { - case B.AxisDirection_0: + switch (_this._single_child_scroll_view$_axisDirection.index) { + case 0: mainAxisExtent = _this._box$_size._dy; t2 = bounds.bottom; leadingScrollOffset = t1._dy - t2; targetMainAxisExtent = t2 - bounds.top; break; - case B.AxisDirection_1: + case 1: mainAxisExtent = _this._box$_size._dx; leadingScrollOffset = bounds.left; targetMainAxisExtent = bounds.right - leadingScrollOffset; break; - case B.AxisDirection_2: + case 2: mainAxisExtent = _this._box$_size._dy; leadingScrollOffset = bounds.top; targetMainAxisExtent = bounds.bottom - leadingScrollOffset; break; - case B.AxisDirection_3: + case 3: mainAxisExtent = _this._box$_size._dx; t2 = bounds.right; leadingScrollOffset = t1._dx - t2; @@ -239856,11 +242223,11 @@ }, describeSemanticsClip$1(child) { var t1; - switch (A.axisDirectionToAxis(this._axisDirection)) { - case B.Axis_1: + switch (A.axisDirectionToAxis(this._single_child_scroll_view$_axisDirection).index) { + case 1: t1 = this._box$_size; return new A.Rect(0, -250, 0 + t1._dx, 0 + t1._dy + 250); - case B.Axis_0: + case 0: t1 = this._box$_size; return new A.Rect(-250, 0, 0 + t1._dx + 250, 0 + t1._dy); default: @@ -239875,16 +242242,13 @@ t1.toString; context.paintChild$2(t1, offset.$add(0, this.paintOffset)); }, - $signature: 84 + $signature: 85 }; A._RenderSingleChildViewport_hitTestChildren_closure.prototype = { call$2(result, transformed) { - var t1 = this.$this.RenderObjectWithChildMixin__child; - t1.toString; - transformed.toString; - return t1.hitTest$2$position(result, transformed); + return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 85 + $signature: 58 }; A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -240057,8 +242421,8 @@ t1 = this.gridDelegate.getLayout$1(constraints); t2 = this.delegate.get$estimatedChildCount(); t2.toString; - t1 = t1.computeMaxScrollOffset$1(t2); - return t1; + t2 = t1.computeMaxScrollOffset$1(t2); + return t2; } }; A.SliverMultiBoxAdaptorElement.prototype = { @@ -240266,7 +242630,7 @@ t2.remove$1(0, index); } }, - $signature: 65 + $signature: 64 }; A.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0() { @@ -240278,7 +242642,7 @@ call$0() { return this.$this._sliver$_childElements.$index(0, this.index); }, - $signature: 2027 + $signature: 2045 }; A.SliverMultiBoxAdaptorElement_createChild_closure.prototype = { call$0() { @@ -240380,11 +242744,11 @@ t1 = type$.SliverConstraints; paddingValue = t1._as(A.RenderObject.prototype.get$constraints.call(_this)).viewportMainAxisExtent * _this._sliver_fill$_viewportFraction; _this._lastResolvedConstraints = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); - switch (A.axisDirectionToAxis(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection)) { - case B.Axis_0: + switch (A.axisDirectionToAxis(t1._as(A.RenderObject.prototype.get$constraints.call(_this)).axisDirection).index) { + case 0: _this._sliver_fill$_resolvedPadding = new A.EdgeInsets(paddingValue, 0, paddingValue, 0); break; - case B.Axis_1: + case 1: _this._sliver_fill$_resolvedPadding = new A.EdgeInsets(0, paddingValue, 0, paddingValue); break; default: @@ -240552,7 +242916,7 @@ createElement$0(_) { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A._SliverPersistentHeaderElement(this.floating, t1, this, B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2)); + return new A._SliverPersistentHeaderElement(this.floating, t1, this, B._ElementLifecycle_0); } }; A._RenderSliverPersistentHeaderForWidgetsMixin.prototype = { @@ -240582,6 +242946,104 @@ }; A._RenderSliverPinnedPersistentHeaderForWidgets.prototype = {}; A.__RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin.prototype = {}; + A.SlottedMultiChildRenderObjectWidgetMixin.prototype = { + createElement$0(_) { + var t1 = A._instanceType(this), + t2 = ($.Element__nextHashCode + 1) % 16777215; + $.Element__nextHashCode = t2; + return new A.SlottedRenderObjectElement(A.LinkedHashMap_LinkedHashMap$_empty(t1._eval$1("SlottedMultiChildRenderObjectWidgetMixin.S"), type$.Element_2), t2, this, B._ElementLifecycle_0, t1._eval$1("SlottedRenderObjectElement")); + } + }; + A.SlottedContainerRenderObjectMixin.prototype = { + get$children(_) { + var t1 = this.SlottedContainerRenderObjectMixin__slotToChild; + return t1.get$values(t1); + }, + debugNameForSlot$1(slot) { + if (type$.Enum._is(slot)) + return slot._core$_name; + return J.toString$0$(slot); + }, + redepthChildren$0() { + J.forEach$1$ax(this.get$children(this), this.get$redepthChild()); + }, + visitChildren$1(visitor) { + J.forEach$1$ax(this.get$children(this), visitor); + }, + debugDescribeChildren$0() { + var map, t3, _this = this, _null = null, + value = A._setArrayType([], type$.JSArray_DiagnosticsNode), + t1 = _this.SlottedContainerRenderObjectMixin__slotToChild, + t2 = t1.get$values(t1); + t1 = t1.get$keys(t1); + map = A.LinkedHashMap_LinkedHashMap(_null, _null, _null, type$.RenderBox, A._instanceType(_this)._eval$1("SlottedContainerRenderObjectMixin.S")); + A.MapBase__fillMapWithIterables(map, t2, t1); + for (t1 = J.get$iterator$ax(_this.get$children(_this)); t1.moveNext$0();) { + t2 = t1.get$current(t1); + t3 = _this.debugNameForSlot$1(map.$index(0, t2)); + t2.toString; + value.push(new A.DiagnosticableTreeNode(t2, t3, true, true, _null, _null)); + } + return value; + }, + _setChild$2(child, slot) { + var t1 = this.SlottedContainerRenderObjectMixin__slotToChild, + oldChild = t1.$index(0, slot); + if (oldChild != null) { + this.dropChild$1(oldChild); + t1.remove$1(0, slot); + } + if (child != null) { + t1.$indexSet(0, slot, child); + this.adoptChild$1(child); + } + } + }; + A.SlottedRenderObjectElement.prototype = { + get$widget() { + return this.$ti._eval$1("SlottedMultiChildRenderObjectWidgetMixin<1>")._as(A.RenderObjectElement.prototype.get$widget.call(this)); + }, + get$renderObject() { + return this.$ti._eval$1("SlottedContainerRenderObjectMixin<1>")._as(A.RenderObjectElement.prototype.get$renderObject.call(this)); + }, + visitChildren$1(visitor) { + var t1 = this._slotToChild; + t1.get$values(t1).forEach$1(0, visitor); + }, + forgetChild$1(child) { + this._slotToChild.remove$1(0, child._slot); + this.super$Element$forgetChild(child); + }, + mount$2($parent, newSlot) { + this.super$RenderObjectElement$mount($parent, newSlot); + this._updateChildren$0(); + }, + update$1(_, newWidget) { + this.super$RenderObjectElement$update(0, newWidget); + this._updateChildren$0(); + }, + _updateChildren$0() { + var t1, t2, t3, t4, _i, slot, t5, oldChild, newChild, _this = this; + for (t1 = _this.$ti._eval$1("SlottedMultiChildRenderObjectWidgetMixin<1>"), t2 = t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).get$slots(), t3 = t2.length, t4 = _this._slotToChild, _i = 0; _i < t3; ++_i) { + slot = t2[_i]; + t5 = t1._as(A.RenderObjectElement.prototype.get$widget.call(_this)).childForSlot$1(slot); + oldChild = t4.$index(0, slot); + newChild = _this.updateChild$3(oldChild, t5, slot); + if (oldChild != null) + t4.remove$1(0, slot); + if (newChild != null) + t4.$indexSet(0, slot, newChild); + } + }, + insertRenderObjectChild$2(child, slot) { + this.$ti._eval$1("SlottedContainerRenderObjectMixin<1>")._as(A.RenderObjectElement.prototype.get$renderObject.call(this))._setChild$2(child, slot); + }, + removeRenderObjectChild$2(child, slot) { + this.$ti._eval$1("SlottedContainerRenderObjectMixin<1>")._as(A.RenderObjectElement.prototype.get$renderObject.call(this))._setChild$2(null, slot); + }, + moveRenderObjectChild$3(child, oldSlot, newSlot) { + } + }; A.Spacer.prototype = { build$1(_, context) { return A.Expanded$(B.SizedBox_0_0_null_null, 1); @@ -240604,11 +243066,10 @@ A._TableElementRow.prototype = {}; A.Table.prototype = { createElement$0(_) { - var t1 = type$.Element_2, - t2 = A.HashSet_HashSet(t1), - t3 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t3; - return new A._TableElement(B.List_empty12, t2, t3, this, B._ElementLifecycle_0, A.HashSet_HashSet(t1)); + var t1 = A.HashSet_HashSet(type$.Element_2), + t2 = ($.Element__nextHashCode + 1) % 16777215; + $.Element__nextHashCode = t2; + return new A._TableElement(B.List_empty13, t1, t2, this, B._ElementLifecycle_0); }, createRenderObject$1(context) { var t3, t4, t5, t6, _this = this, _null = null, @@ -240623,7 +243084,7 @@ t6 = A._setArrayType([], type$.JSArray_double); if (t3 == null) t3 = A.HashMap_HashMap(_null, _null, _null, type$.int, type$.TableColumnWidth); - t6 = new A.RenderTable(B.List_empty11, t1, t2, t3, _this.defaultColumnWidth, t4, _null, t5, _this.defaultVerticalAlignment, _null, t6, A.LayerHandle$(type$.ContainerLayer_2)); + t6 = new A.RenderTable(B.List_empty12, 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; @@ -240639,9 +243100,8 @@ renderObject.set$defaultColumnWidth(_this.defaultColumnWidth); t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; - t1 = t1.textDirection; - renderObject.set$textDirection(0, t1); - renderObject.set$border(0, null); + renderObject.set$textDirection(0, t1.textDirection); + renderObject.set$border(0, _this.border); renderObject.set$rowDecorations(_this._rowDecorations); renderObject.set$configuration(A.createLocalImageConfiguration(context, null)); renderObject.set$defaultVerticalAlignment(_this.defaultVerticalAlignment); @@ -240652,13 +243112,13 @@ call$1(row) { return row.decoration != null; }, - $signature: 2029 + $signature: 2046 }; A.Table_closure0.prototype = { call$1(row) { return row.decoration; }, - $signature: 2031 + $signature: 2047 }; A._TableElement.prototype = { get$widget() { @@ -240717,7 +243177,7 @@ taken.add$1(0, t6); oldChildren = t6; } else - oldChildren = t6 && oldUnkeyedRows.moveNext$0() ? t3.get$current(t3).children : B.List_empty13; + oldChildren = t6 && oldUnkeyedRows.moveNext$0() ? t3.get$current(t3).children : B.List_empty14; t6 = row.children; _length = t6.length; slots = A._setArrayType(new Array(_length), t4); @@ -240726,9 +243186,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_empty9, t2); + _this.updateChildren$3$forgottenChildren(t3.get$current(t3).children, B.List_empty11, 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_empty9, t2); + _this.updateChildren$3$forgottenChildren(t3.get$current(t3), B.List_empty11, t2); _this._table0$_children = newChildren; _this._updateRenderObjectChildren$0(); t2.clear$0(0); @@ -240769,31 +243229,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: 2032 + $signature: 2048 }; 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: 2034 + $signature: 2050 }; A._TableElement_update_closure.prototype = { call$1(row) { return row.key == null; }, - $signature: 2036 + $signature: 2052 }; A._TableElement_update_closure0.prototype = { call$1(list) { return !this.taken.contains$1(0, list); }, - $signature: 2037 + $signature: 2054 }; A._TableElement__updateRenderObjectChildren_closure.prototype = { call$1(row) { return J.map$1$1$ax(row.children, new A._TableElement__updateRenderObjectChildren__closure(), type$.RenderBox); }, - $signature: 2038 + $signature: 2058 }; A._TableElement__updateRenderObjectChildren__closure.prototype = { call$1(child) { @@ -240801,13 +243261,13 @@ t1.toString; return type$.RenderBox._as(t1); }, - $signature: 2039 + $signature: 2063 }; A._TableElement_visitChildren_closure.prototype = { call$1(row) { return row.children; }, - $signature: 2040 + $signature: 2068 }; A.TableCell.prototype = { applyParentData$1(renderObject) { @@ -240864,10 +243324,10 @@ }; A.Text.prototype = { build$1(_, context) { - var effectiveTextStyle, t2, t3, t4, t5, t6, t7, t8, result, _this = this, _null = null, + var effectiveTextStyle, t2, t3, t4, t5, t6, t7, t8, t9, result, _this = this, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextStyle); if (t1 == null) - t1 = B.DefaultTextStyle_m7u; + t1 = B.DefaultTextStyle_40S; effectiveTextStyle = _this.style; if (effectiveTextStyle == null || effectiveTextStyle.inherit) effectiveTextStyle = t1.style.merge$1(effectiveTextStyle); @@ -240894,687 +243354,32 @@ if (t7 == null) t7 = t1.maxLines; t8 = A.DefaultTextHeightBehavior_of(context); - result = A.RichText$(_null, t7, t5, t4, _null, A.TextSpan$(_null, _null, effectiveTextStyle, _this.data), t2, t3, t8, t6, t1.textWidthBasis); + t9 = _this.textSpan; + t9 = t9 != null ? A._setArrayType([t9], type$.JSArray_InlineSpan) : _null; + result = A.RichText$(_null, t7, t5, t4, _null, A.TextSpan$(t9, _null, effectiveTextStyle, _this.data), t2, t3, t8, t6, t1.textWidthBasis); 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); return result; } }; - A.TextEditingAction.prototype = { - get$textEditingActionTarget() { - var t2, - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._primaryFocus; - if ((t1 == null ? null : t1._context) != null) { - t2 = t1._context._framework$_state; - t2.toString; - t2 = !type$.TextEditingActionTarget._is(t2); - } else - t2 = true; - if (t2) - return null; - t1 = t1._context._framework$_state; - t1.toString; - return type$.TextEditingActionTarget._as(t1); - }, - isEnabled$1(_, intent) { - return this.get$textEditingActionTarget() != null; - } - }; - A.TextEditingActionTarget.prototype = { - setSelection$2(nextSelection, cause) { - if (nextSelection.$eq(0, this._widget.controller._change_notifier$_value.selection)) - return; - this.setTextEditingValue$2(this._widget.controller._change_notifier$_value.copyWith$1$selection(nextSelection), cause); - }, - _extendSelectionToEnd$1(cause) { - var t1 = this._widget.controller._change_notifier$_value, - t2 = t1.selection; - t1 = t1.text.length; - if (t2.extentOffset === t1) - return; - return this.setSelection$2(t2.copyWith$1$extentOffset(t1), cause); - }, - _extendSelectionToStart$1(cause) { - var t1 = this._widget; - this.setSelection$2(t1.controller._change_notifier$_value.selection.extendTo$1(B.TextPosition_0_TextAffinity_0), cause); - }, - _getLeftByWord$2(offset, includeWhitespace) { - var startPoint, t1, t2; - if (offset <= 0) - return offset; - if (offset === 1) - return 0; - startPoint = A.TextEditingActionTarget_previousCharacter(offset, this._widget.controller._change_notifier$_value.text, false); - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t2 = this._widget.controller._change_notifier$_value.selection; - return t1._textPainter._paragraph.getWordBoundary$1(0, new A.TextPosition(startPoint, t2.affinity)).start; - }, - _getRightByWord$2(offset, includeWhitespace) { - var startPoint, - t1 = this._widget.controller._change_notifier$_value.text, - t2 = t1.length; - if (offset === t2) - return offset; - if (offset === t2 - 1 || false) - return t2; - t2 = A.TextLayoutMetrics_isWhitespace(J.codeUnitAt$1$s(t1, offset)); - startPoint = !t2 ? offset : A.TextEditingActionTarget_nextCharacter(offset, t1, false); - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t2 = this._widget.controller._change_notifier$_value.selection; - return t1._textPainter._paragraph.getWordBoundary$1(0, new A.TextPosition(startPoint, t2.affinity)).end; - }, - _deleteTo$1(position) { - var t1, t2, t3, t4, t5, textBefore, textAfter, newSelection, newComposingRange, charactersDeletedBeforeComposingStart, charactersDeletedBeforeComposingEnd, nextComposingRange, _this = this; - if (!_this._widget.controller._change_notifier$_value.selection.get$isValid()) - return _this._widget.controller._change_notifier$_value; - t1 = _this._widget.controller._change_notifier$_value; - t2 = t1.selection; - t3 = t2.start; - t4 = t2.end; - if (t3 != t4) { - t5 = t1.text; - textBefore = J.substring$2$s(t5, 0, t3); - textAfter = B.JSString_methods.substring$1(t5, t4); - newSelection = A.TextSelection$collapsed(t2.affinity, t3); - if (t1.composing.get$isValid()) { - t1 = _this._widget.controller._change_notifier$_value.composing; - t1 = t1.start == t1.end; - } else - t1 = true; - if (t1) - newComposingRange = B.TextRange_m1_m1; - else { - t1 = _this._widget.controller._change_notifier$_value; - t2 = t1.composing.start; - t1 = t1.selection; - t3 = t1.start; - t3 = B.JSInt_methods.clamp$2(t2 - t3, 0, t1.end - t3); - t1 = _this._widget.controller._change_notifier$_value; - t4 = t1.composing.end; - t1 = t1.selection; - t5 = t1.start; - newComposingRange = new A.TextRange(t2 - t3, t4 - B.JSInt_methods.clamp$2(t4 - t5, 0, t1.end - t5)); - } - return new A.TextEditingValue(textBefore + textAfter, newSelection, newComposingRange); - } - t3 = position.offset; - t2 = t2.extentOffset; - if (t3 == t2) - return t1; - t4 = Math.min(A.checkNum(t3), A.checkNum(t2)); - t2 = Math.max(A.checkNum(t3), A.checkNum(t2)); - t3 = J.substring$2$s(t1.text, t4, t2).length; - if (t3 === 0) - return t1; - charactersDeletedBeforeComposingStart = B.JSInt_methods.clamp$2(t1.composing.start - t4, 0, t3); - charactersDeletedBeforeComposingEnd = B.JSInt_methods.clamp$2(_this._widget.controller._change_notifier$_value.composing.end - t4, 0, t3); - if (_this._widget.controller._change_notifier$_value.composing.get$isValid()) { - t1 = _this._widget.controller._change_notifier$_value.composing; - t1 = t1.start == t1.end; - } else - t1 = true; - if (t1) - nextComposingRange = B.TextRange_m1_m1; - else { - t1 = _this._widget.controller._change_notifier$_value.composing; - nextComposingRange = new A.TextRange(t1.start - charactersDeletedBeforeComposingStart, t1.end - charactersDeletedBeforeComposingEnd); - } - t1 = _this._widget.controller._change_notifier$_value.text; - return new A.TextEditingValue(J.substring$2$s(t1, 0, t4) + B.JSString_methods.substring$1(t1, t2), A.TextSelection$collapsed(position.affinity, t4), nextComposingRange); - }, - delete$1(_, cause) { - var t2, textBefore, - t1 = this._widget; - if (t1.readOnly) - return; - t1 = t1.controller._change_notifier$_value; - t2 = t1.selection; - textBefore = J.substring$2$s(t1.text, 0, t2.start); - this.setTextEditingValue$2(this._deleteTo$1(new A.TextPosition(A.TextEditingActionTarget_previousCharacter(textBefore.length, textBefore, true), B.TextAffinity_1)), cause); - }, - deleteByWord$2(cause, includeWhitespace) { - var t2, _this = this, - t1 = _this._widget; - if (t1.readOnly) - return; - if (t1.obscureText) { - _this.setTextEditingValue$2(_this._deleteTo$1(B.TextPosition_0_TextAffinity_1), cause); - return null; - } - t1 = t1.controller._change_notifier$_value; - t2 = t1.selection; - _this.setTextEditingValue$2(_this._deleteTo$1(new A.TextPosition(_this._getLeftByWord$2(J.substring$2$s(t1.text, 0, t2.start).length, false), B.TextAffinity_1)), cause); - }, - deleteByLine$1(cause) { - var t2, t3, textBefore, _this = this, - t1 = _this._widget; - if (t1.readOnly) - return; - t2 = t1.controller._change_notifier$_value; - t3 = t2.selection; - textBefore = J.substring$2$s(t2.text, 0, t3.start); - t3 = textBefore.length - 1; - if (B.JSString_methods.codeUnitAt$1(textBefore, t3) === 10) - return; - if (t1.obscureText) { - _this.setTextEditingValue$2(_this._deleteTo$1(B.TextPosition_0_TextAffinity_1), cause); - return null; - } - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - _this.setTextEditingValue$2(_this._deleteTo$1(new A.TextPosition(type$.RenderEditable._as(t1).getLineAtOffset$1(new A.TextPosition(t3, B.TextAffinity_1)).start, B.TextAffinity_1)), cause); - }, - deleteForward$1(cause) { - var t2, characterBoundary, _this = this, - t1 = _this._widget; - if (t1.readOnly) - return; - t1 = t1.controller._change_notifier$_value; - t2 = t1.selection; - characterBoundary = A.TextEditingActionTarget_nextCharacter(0, J.substring$1$s(t1.text, t2.end), true); - _this.setTextEditingValue$2(_this._deleteTo$1(new A.TextPosition(_this._widget.controller._change_notifier$_value.selection.end + characterBoundary, B.TextAffinity_1)), cause); - }, - deleteForwardByWord$2(cause, includeWhitespace) { - var t2, _this = this, - t1 = _this._widget; - if (t1.readOnly) - return; - if (t1.obscureText) - return _this.deleteToEnd$1(cause); - t1 = t1.controller._change_notifier$_value; - t2 = t1.selection; - _this.setTextEditingValue$2(_this._deleteTo$1(new A.TextPosition(_this._getRightByWord$2(J.substring$2$s(t1.text, 0, t2.start).length, false), B.TextAffinity_1)), cause); - }, - deleteForwardByLine$1(cause) { - var t2, textBefore, _this = this, - t1 = _this._widget; - if (t1.readOnly) - return; - if (t1.obscureText) - return _this.deleteToEnd$1(cause); - t1 = t1.controller._change_notifier$_value; - t2 = t1.selection; - t1 = t1.text; - if (B.JSString_methods._codeUnitAt$1(J.substring$1$s(t1, t2.end), 0) === 10) - return; - textBefore = B.JSString_methods.substring$2(t1, 0, t2.start); - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - _this.setTextEditingValue$2(_this._deleteTo$1(new A.TextPosition(type$.RenderEditable._as(t1).getLineAtOffset$1(new A.TextPosition(textBefore.length, B.TextAffinity_1)).end, B.TextAffinity_1)), cause); - }, - deleteToEnd$1(cause) { - this.setTextEditingValue$2(this._deleteTo$1(new A.TextPosition(this._widget.controller._change_notifier$_value.text.length, B.TextAffinity_1)), cause); - }, - expandSelectionToEnd$1(cause) { - var t2, - t1 = this._widget; - t1 = t1.controller._change_notifier$_value; - t2 = t1.text.length; - this.setSelection$2(t1.selection.expandTo$2(new A.TextPosition(t2, B.TextAffinity_1), true), cause); - }, - expandSelectionToStart$1(cause) { - var t1 = this._widget; - this.setSelection$2(t1.controller._change_notifier$_value.selection.expandTo$2(B.TextPosition_0_TextAffinity_0, true), cause); - }, - expandSelectionLeftByLine$1(cause) { - var t1, t2, t3, _this = this; - _this._widget.toString; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t2 = _this._widget.controller._change_notifier$_value.selection; - t3 = t2.start; - t1 = t1.getLineAtOffset$1(new A.TextPosition(t3, t3 == t2.end ? t2.affinity : B.TextAffinity_1)).baseOffset; - t2 = _this._widget.controller._change_notifier$_value.selection; - if (t1 == t2.start) - return; - _this.setSelection$2(t2.expandTo$1(new A.TextPosition(t1, t2.affinity)), cause); - }, - expandSelectionRightByLine$1(cause) { - var t1, t2, t3, _this = this; - _this._widget.toString; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t2 = _this._widget.controller._change_notifier$_value.selection; - t3 = t2.end; - t1 = t1.getLineAtOffset$1(new A.TextPosition(t3, t2.start == t3 ? t2.affinity : B.TextAffinity_0)).extentOffset; - t2 = _this._widget.controller._change_notifier$_value.selection; - if (t1 == t2.end) - return; - _this.setSelection$2(t2.expandTo$1(new A.TextPosition(t1, B.TextAffinity_0)), cause); - }, - extendSelectionDown$1(cause) { - var t2, index, _this = this, - t1 = _this._widget; - t1 = t1.controller._change_notifier$_value; - t2 = t1.selection; - if (t2.start == t2.end && t2.extentOffset >= t1.text.length) - return; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t2 = _this._widget.controller._change_notifier$_value.selection; - index = t1.getTextPositionBelow$1(new A.TextPosition(t2.extentOffset, t2.affinity)).offset; - t1 = _this._widget.controller._change_notifier$_value; - t2 = t1.selection; - if (index == t2.extentOffset) { - index = t1.text.length; - _this.TextEditingActionTarget__wasSelectingVerticallyWithKeyboard = true; - } else if (_this.TextEditingActionTarget__wasSelectingVerticallyWithKeyboard) { - index = _this.TextEditingActionTarget__cursorResetLocation; - _this.TextEditingActionTarget__wasSelectingVerticallyWithKeyboard = false; - } else - _this.TextEditingActionTarget__cursorResetLocation = index; - _this.setSelection$2(t2.extendTo$1(new A.TextPosition(index, t2.affinity)), cause); - }, - extendSelectionLeft$1(cause) { - var t2, previousExtent, _this = this, - t1 = _this._widget; - t1 = t1.controller._change_notifier$_value; - t2 = t1.selection.extentOffset; - if (t2 <= 0) - return; - previousExtent = A.TextEditingActionTarget_previousCharacter(t2, t1.text, true); - t1 = _this._widget.controller._change_notifier$_value.selection; - _this.TextEditingActionTarget__cursorResetLocation = _this.TextEditingActionTarget__cursorResetLocation - (t1.extentOffset - previousExtent); - _this.setSelection$2(t1.extendTo$1(new A.TextPosition(previousExtent, t1.affinity)), cause); - }, - extendSelectionLeftByLine$1(cause) { - var startPoint, selectedLine, nextSelection, t2, _this = this, - t1 = _this._widget; - t1 = t1.controller._change_notifier$_value; - startPoint = A.TextEditingActionTarget_previousCharacter(t1.selection.extentOffset, t1.text, false); - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - selectedLine = type$.RenderEditable._as(t1).getLineAtOffset$1(new A.TextPosition(startPoint, B.TextAffinity_1)); - nextSelection = A._Cell$named("nextSelection"); - t1 = _this._widget.controller._change_notifier$_value.selection; - t2 = t1.baseOffset; - if (t1.extentOffset > t2) - nextSelection.set$finalLocalValue(t1.copyWith$1$extentOffset(t2)); - else - nextSelection.set$finalLocalValue(t1.extendTo$1(new A.TextPosition(selectedLine.baseOffset, B.TextAffinity_1))); - _this.setSelection$2(nextSelection._readLocal$0(), cause); - }, - extendSelectionRight$1(cause) { - var t2, nextExtent, _this = this, - t1 = _this._widget; - t1 = t1.controller._change_notifier$_value; - t2 = t1.selection.extentOffset; - t1 = t1.text; - if (t2 >= t1.length) - return; - nextExtent = A.TextEditingActionTarget_nextCharacter(t2, t1, true); - t1 = _this._widget.controller._change_notifier$_value.selection; - _this.TextEditingActionTarget__cursorResetLocation = _this.TextEditingActionTarget__cursorResetLocation + (nextExtent - t1.extentOffset); - _this.setSelection$2(t1.extendTo$1(new A.TextPosition(nextExtent, t1.affinity)), cause); - }, - extendSelectionRightByLine$1(cause) { - var startPoint, selectedLine, nextSelection, t2, _this = this, - t1 = _this._widget; - t1 = t1.controller._change_notifier$_value; - startPoint = A.TextEditingActionTarget_nextCharacter(t1.selection.extentOffset, t1.text, false); - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - selectedLine = type$.RenderEditable._as(t1).getLineAtOffset$1(new A.TextPosition(startPoint, B.TextAffinity_1)); - nextSelection = A._Cell$named("nextSelection"); - t1 = _this._widget.controller._change_notifier$_value.selection; - t2 = t1.baseOffset; - if (t1.extentOffset < t2) - nextSelection.set$finalLocalValue(t1.copyWith$1$extentOffset(t2)); - else - nextSelection.set$finalLocalValue(t1.extendTo$1(new A.TextPosition(selectedLine.extentOffset, B.TextAffinity_0))); - _this.setSelection$2(nextSelection._readLocal$0(), cause); - }, - extendSelectionLeftByWord$3(cause, includeWhitespace, stopAtReversal) { - var t1, leftOffset, nextSelection, t2, _this = this; - if (_this._widget.obscureText) - return _this._extendSelectionToStart$1(cause); - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t1 = _this._widget.controller._change_notifier$_value.selection; - if (t1.start == t1.end && t1.extentOffset <= 0) - return; - leftOffset = _this._getLeftByWord$2(t1.extentOffset, false); - nextSelection = A._Cell$named("nextSelection"); - if (stopAtReversal) { - t1 = _this._widget.controller._change_notifier$_value.selection; - t2 = t1.baseOffset; - t1 = t1.extentOffset > t2 && leftOffset < t2; - } else - t1 = false; - t2 = _this._widget; - if (t1) { - t1 = t2.controller._change_notifier$_value.selection; - nextSelection.set$finalLocalValue(t1.extendTo$1(new A.TextPosition(t1.baseOffset, B.TextAffinity_1))); - } else { - t1 = t2.controller._change_notifier$_value.selection; - nextSelection.set$finalLocalValue(t1.extendTo$1(new A.TextPosition(leftOffset, t1.affinity))); - } - if (J.$eq$(nextSelection._readLocal$0(), _this._widget.controller._change_notifier$_value.selection)) - return; - _this.setSelection$2(nextSelection._readLocal$0(), cause); - }, - extendSelectionLeftByWord$2(cause, includeWhitespace) { - return this.extendSelectionLeftByWord$3(cause, includeWhitespace, false); - }, - extendSelectionRightByWord$3(cause, includeWhitespace, stopAtReversal) { - var t2, rightOffset, nextSelection, _this = this, - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t1 = _this._widget; - if (t1.obscureText) - return _this._extendSelectionToEnd$1(cause); - t1 = t1.controller._change_notifier$_value; - t2 = t1.selection; - if (t2.start == t2.end && t2.extentOffset === t1.text.length) - return; - rightOffset = _this._getRightByWord$2(t2.extentOffset, false); - nextSelection = A._Cell$named("nextSelection"); - if (stopAtReversal) { - t1 = _this._widget.controller._change_notifier$_value.selection; - t2 = t1.baseOffset; - t1 = t2 > t1.extentOffset && rightOffset > t2; - } else - t1 = false; - t2 = _this._widget; - if (t1) - nextSelection.set$finalLocalValue(A.TextSelection$fromPosition(new A.TextPosition(t2.controller._change_notifier$_value.selection.baseOffset, B.TextAffinity_1))); - else { - t1 = t2.controller._change_notifier$_value.selection; - nextSelection.set$finalLocalValue(t1.extendTo$1(new A.TextPosition(rightOffset, t1.affinity))); - } - if (J.$eq$(nextSelection._readLocal$0(), _this._widget.controller._change_notifier$_value.selection)) - return; - _this.setSelection$2(nextSelection._readLocal$0(), cause); - }, - extendSelectionRightByWord$2(cause, includeWhitespace) { - return this.extendSelectionRightByWord$3(cause, includeWhitespace, false); - }, - extendSelectionUp$1(cause) { - var t2, positionAbove, nextSelection, t3, _this = this, - t1 = _this._widget; - t1 = t1.controller._change_notifier$_value.selection; - if (t1.start == t1.end && t1.extentOffset <= 0) - return; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t2 = _this._widget.controller._change_notifier$_value.selection; - positionAbove = t1.getTextPositionAbove$1(new A.TextPosition(t2.extentOffset, t2.affinity)); - nextSelection = A._Cell$named("nextSelection"); - t1 = positionAbove.offset; - t2 = _this._widget.controller._change_notifier$_value.selection; - if (t1 == t2.extentOffset) { - nextSelection.set$finalLocalValue(t2.copyWith$2$affinity$extentOffset(B.TextAffinity_0, 0)); - _this.TextEditingActionTarget__wasSelectingVerticallyWithKeyboard = true; - } else { - t3 = t2.baseOffset; - if (_this.TextEditingActionTarget__wasSelectingVerticallyWithKeyboard) { - nextSelection.set$finalLocalValue(t2.copyWith$2$baseOffset$extentOffset(t3, _this.TextEditingActionTarget__cursorResetLocation)); - _this.TextEditingActionTarget__wasSelectingVerticallyWithKeyboard = false; - } else { - nextSelection.set$finalLocalValue(t2.copyWith$3$affinity$baseOffset$extentOffset(positionAbove.affinity, t3, t1)); - _this.TextEditingActionTarget__cursorResetLocation = nextSelection._readLocal$0().extentOffset; - } - } - _this.setSelection$2(nextSelection._readLocal$0(), cause); - }, - moveSelectionLeftByLine$1(cause) { - var t3, t4, currentLine, startPoint, _this = this, - t1 = _this._editableKey, - t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); - t2.toString; - t3 = type$.RenderEditable; - t3._as(t2); - t4 = _this._widget.controller._change_notifier$_value.selection; - currentLine = t2.getLineAtOffset$1(new A.TextPosition(t4.extentOffset, t4.affinity)); - t2 = _this._widget.controller._change_notifier$_value; - t4 = t2.selection.extentOffset; - if (currentLine.baseOffset == t4) - return; - startPoint = A.TextEditingActionTarget_previousCharacter(t4, t2.text, false); - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); - t1.toString; - _this.setSelection$2(A.TextSelection$fromPosition(new A.TextPosition(t3._as(t1).getLineAtOffset$1(new A.TextPosition(startPoint, B.TextAffinity_1)).baseOffset, B.TextAffinity_1)), cause); - }, - moveSelectionDown$1(cause) { - var positionBelow, nextSelection, _this = this, - t1 = _this._widget.controller._change_notifier$_value, - t2 = t1.selection; - if (t2.start == t2.end && t2.extentOffset >= t1.text.length) - return; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t2 = _this._widget.controller._change_notifier$_value.selection; - positionBelow = t1.getTextPositionBelow$1(new A.TextPosition(t2.extentOffset, t2.affinity)); - nextSelection = A._Cell$named("nextSelection"); - t1 = _this._widget.controller._change_notifier$_value; - t2 = t1.selection; - if (positionBelow.offset == t2.extentOffset) { - t1 = t1.text.length; - nextSelection.set$finalLocalValue(t2.copyWith$2$baseOffset$extentOffset(t1, t1)); - } else - nextSelection.set$finalLocalValue(A.TextSelection$fromPosition(positionBelow)); - t1 = _this._widget.controller._change_notifier$_value; - if (t1.selection.extentOffset === t1.text.length) - _this.TextEditingActionTarget__wasSelectingVerticallyWithKeyboard = false; - else - _this.TextEditingActionTarget__cursorResetLocation = nextSelection._readLocal$0().extentOffset; - _this.setSelection$2(nextSelection._readLocal$0(), cause); - }, - moveSelectionLeft$1(cause) { - var nextSelection, _this = this, - t1 = _this._widget.controller._change_notifier$_value, - t2 = t1.selection, - previousExtent = t2.start, - t3 = previousExtent == t2.end; - if (t3 && t2.extentOffset <= 0) - return; - previousExtent = !t3 ? previousExtent : A.TextEditingActionTarget_previousCharacter(t2.extentOffset, t1.text, true); - t1 = _this._widget.controller._change_notifier$_value.selection; - nextSelection = A.TextSelection$fromPosition(new A.TextPosition(previousExtent, t1.affinity)); - if (nextSelection.$eq(0, t1)) - return; - _this.TextEditingActionTarget__cursorResetLocation = _this.TextEditingActionTarget__cursorResetLocation - (_this._widget.controller._change_notifier$_value.selection.extentOffset - nextSelection.extentOffset); - _this.setSelection$2(nextSelection, cause); - }, - moveSelectionLeftByWord$2(cause, includeWhitespace) { - var t1, leftOffset, nextSelection, _this = this; - if (_this._widget.obscureText) { - _this.setSelection$2(A.TextSelection$fromPosition(B.TextPosition_0_TextAffinity_0), cause); - return null; - } - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t1 = _this._widget.controller._change_notifier$_value.selection; - if (t1.start == t1.end && t1.extentOffset <= 0) - return; - leftOffset = _this._getLeftByWord$2(t1.extentOffset, false); - t1 = _this._widget.controller._change_notifier$_value.selection; - nextSelection = A.TextSelection$fromPosition(new A.TextPosition(leftOffset, t1.affinity)); - if (nextSelection.$eq(0, t1)) - return; - _this.setSelection$2(nextSelection, cause); - }, - moveSelectionRight$1(cause) { - var nextSelection, - t1 = this._widget.controller._change_notifier$_value, - t2 = t1.selection, - nextExtent = t2.end, - t3 = t2.start == nextExtent; - if (t3 && t2.extentOffset >= t1.text.length) - return; - nextSelection = A.TextSelection$fromPosition(new A.TextPosition(!t3 ? nextExtent : A.TextEditingActionTarget_nextCharacter(t2.extentOffset, t1.text, true), B.TextAffinity_1)); - if (nextSelection.$eq(0, this._widget.controller._change_notifier$_value.selection)) - return; - this.setSelection$2(nextSelection, cause); - }, - moveSelectionRightByLine$1(cause) { - var t3, t4, currentLine, startPoint, _this = this, - t1 = _this._editableKey, - t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); - t2.toString; - t3 = type$.RenderEditable; - t3._as(t2); - t4 = _this._widget.controller._change_notifier$_value.selection; - currentLine = t2.getLineAtOffset$1(new A.TextPosition(t4.extentOffset, t4.affinity)); - t2 = _this._widget.controller._change_notifier$_value; - t4 = t2.selection.extentOffset; - if (currentLine.extentOffset == t4) - return; - startPoint = A.TextEditingActionTarget_nextCharacter(t4, t2.text, false); - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject(); - t1.toString; - _this.setSelection$2(A.TextSelection$fromPosition(new A.TextPosition(t3._as(t1).getLineAtOffset$1(new A.TextPosition(startPoint, B.TextAffinity_0)).extentOffset, B.TextAffinity_0)), cause); - }, - moveSelectionRightByWord$2(cause, includeWhitespace) { - var t1, t2, rightOffset, nextSelection, _this = this; - if (_this._widget.obscureText) - return _this.moveSelectionToEnd$1(cause); - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t1 = _this._widget.controller._change_notifier$_value; - t2 = t1.selection; - if (t2.start == t2.end && t2.extentOffset === t1.text.length) - return; - rightOffset = _this._getRightByWord$2(t2.extentOffset, false); - t1 = _this._widget.controller._change_notifier$_value.selection; - nextSelection = A.TextSelection$fromPosition(new A.TextPosition(rightOffset, t1.affinity)); - if (nextSelection.$eq(0, t1)) - return; - _this.setSelection$2(nextSelection, cause); - }, - moveSelectionToEnd$1(cause) { - this.setSelection$2(A.TextSelection$fromPosition(new A.TextPosition(this._widget.controller._change_notifier$_value.text.length, B.TextAffinity_1)), cause); - }, - moveSelectionUp$1(cause) { - var t2, nextIndex, _this = this, - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1); - t2 = _this._widget.controller._change_notifier$_value.selection; - nextIndex = t1.getTextPositionAbove$1(new A.TextPosition(t2.extentOffset, t2.affinity)).offset; - t1 = _this._widget.controller._change_notifier$_value.selection; - if (nextIndex == t1.extentOffset) { - _this.TextEditingActionTarget__wasSelectingVerticallyWithKeyboard = false; - _this.setSelection$2(A.TextSelection$fromPosition(B.TextPosition_0_TextAffinity_0), cause); - return null; - } - _this.TextEditingActionTarget__cursorResetLocation = nextIndex; - _this.setSelection$2(A.TextSelection$fromPosition(new A.TextPosition(nextIndex, t1.affinity)), cause); - }, - selectAll$1(cause) { - var t1 = this._widget.controller._change_notifier$_value; - this.setSelection$2(t1.selection.copyWith$2$baseOffset$extentOffset(0, t1.text.length), cause); - }, - copySelection$1(cause) { - var t2, - t1 = this._widget.controller._change_notifier$_value, - selection = t1.selection, - text = t1.text; - t1 = selection.start; - t2 = selection.end; - if (t1 == t2) - return; - A.Clipboard_setData(new A.ClipboardData(J.substring$2$s(text, t1, t2))); - }, - cutSelection$1(cause) { - var selection, text, t2, - t1 = this._widget; - if (t1.readOnly) - return; - t1 = t1.controller._change_notifier$_value; - selection = t1.selection; - text = t1.text; - t1 = selection.start; - t2 = selection.end; - if (t1 == t2) - return; - A.Clipboard_setData(new A.ClipboardData(J.substring$2$s(text, t1, t2))); - this.setTextEditingValue$2(new A.TextEditingValue(B.JSString_methods.substring$2(text, 0, t1) + B.JSString_methods.substring$1(text, t2), A.TextSelection$collapsed(selection.affinity, Math.min(A.checkNum(t1), A.checkNum(t2))), B.TextRange_m1_m1), cause); - }, - pasteText$1(cause) { - return this.pasteText$body$TextEditingActionTarget(cause); - }, - pasteText$body$TextEditingActionTarget(cause) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, selection, text, data, t2, t3, t4, t1; - var $async$pasteText$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self._widget; - if (t1.readOnly) { - // goto return - $async$goto = 1; - break; - } - t1 = t1.controller._change_notifier$_value; - selection = t1.selection; - text = t1.text; - if (!selection.get$isValid()) { - // goto return - $async$goto = 1; - break; - } - $async$goto = 3; - return A._asyncAwait(A.Clipboard_getData("text/plain"), $async$pasteText$1); - case 3: - // returning from await. - data = $async$result; - if (data == null) { - // goto return - $async$goto = 1; - break; - } - t1 = selection.start; - t2 = J.substring$2$s(text, 0, t1); - t3 = data.text; - t3.toString; - t4 = selection.end; - $async$self.setTextEditingValue$2(new A.TextEditingValue(t2 + t3 + B.JSString_methods.substring$1(text, t4), A.TextSelection$collapsed(selection.affinity, Math.min(A.checkNum(t1), A.checkNum(t4)) + t3.length), B.TextRange_m1_m1), cause); - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$pasteText$1, $async$completer); - } - }; - A.TextEditingActionTarget_nextCharacter_closure.prototype = { - call$1(character) { - return A.TextLayoutMetrics_isWhitespace(B.JSString_methods._codeUnitAt$1(character, 0)); - }, - $signature: 60 - }; A.DoNothingAndStopPropagationTextIntent.prototype = {}; + A.ReplaceTextIntent.prototype = {}; + A.UpdateSelectionIntent.prototype = {}; A.TextSelectionHandleType.prototype = { toString$0(_) { - return this._text_selection$_name; + return "TextSelectionHandleType." + this._core$_name; } }; A._TextSelectionHandlePosition.prototype = { toString$0(_) { - return this._text_selection$_name; + return "_TextSelectionHandlePosition." + this._core$_name; } }; A.TextSelectionControls.prototype = { + handleCut$2(delegate, clipboardStatus) { + delegate.cutSelection$1(B.SelectionChangedCause_5); + }, handleCopy$2(delegate, clipboardStatus) { delegate.copySelection$1(B.SelectionChangedCause_5); }, @@ -241610,9 +243415,9 @@ _this._handlesVisible = visible; t1 = $.SchedulerBinding__instance; if (t1.SchedulerBinding__schedulerPhase === B.SchedulerPhase_3) - t1.SchedulerBinding__postFrameCallbacks.push(_this.get$_markNeedsBuild()); + t1.SchedulerBinding__postFrameCallbacks.push(_this.get$_text_selection$_markNeedsBuild()); else - _this._markNeedsBuild$0(); + _this._text_selection$_markNeedsBuild$0(); }, showHandles$0() { var result, t1, _this = this; @@ -241632,11 +243437,11 @@ _this._text_selection$_value = newValue; t1 = $.SchedulerBinding__instance; if (t1.SchedulerBinding__schedulerPhase === B.SchedulerPhase_3) - t1.SchedulerBinding__postFrameCallbacks.push(_this.get$_markNeedsBuild()); + t1.SchedulerBinding__postFrameCallbacks.push(_this.get$_text_selection$_markNeedsBuild()); else - _this._markNeedsBuild$0(); + _this._text_selection$_markNeedsBuild$0(); }, - _markNeedsBuild$1(duration) { + _text_selection$_markNeedsBuild$1(duration) { var t1 = this._handles; if (t1 != null) { t1[0].markNeedsBuild$0(); @@ -241646,8 +243451,8 @@ if (t1 != null) t1.markNeedsBuild$0(); }, - _markNeedsBuild$0() { - return this._markNeedsBuild$1(null); + _text_selection$_markNeedsBuild$0() { + return this._text_selection$_markNeedsBuild$1(null); }, hide$0() { var _this = this, @@ -241662,7 +243467,9 @@ }, hideToolbar$0() { A._lateReadCheck(this.__TextSelectionOverlay__toolbarController, "_toolbarController").stop$0(0); - this._toolbar.remove$0(0); + var t1 = this._toolbar; + if (t1 != null) + t1.remove$0(0); this._toolbar = null; }, dispose$0(_) { @@ -241680,24 +243487,24 @@ call$1(context) { return this.$this._buildHandle$2(context, B._TextSelectionHandlePosition_0); }, - $signature: 72 + $signature: 69 }; A.TextSelectionOverlay_showHandles_closure0.prototype = { call$1(context) { return this.$this._buildHandle$2(context, B._TextSelectionHandlePosition_1); }, - $signature: 72 + $signature: 69 }; A.TextSelectionOverlay__buildHandle_closure.prototype = { call$1(newSelection) { var textPosition, t2, t1 = this.$this; - switch (this.position) { - case B._TextSelectionHandlePosition_0: - textPosition = new A.TextPosition(newSelection.baseOffset, newSelection.affinity); + switch (this.position.index) { + case 0: + textPosition = newSelection.get$base(); break; - case B._TextSelectionHandlePosition_1: - textPosition = new A.TextPosition(newSelection.extentOffset, newSelection.affinity); + case 1: + textPosition = newSelection.get$extent(); break; default: A.throwExpression(A.ReachabilityError$(string$.x60null_c)); @@ -241707,17 +243514,17 @@ t2.userUpdateTextEditingValue$2(t1._text_selection$_value.copyWith$1$selection(newSelection), B.SelectionChangedCause_6); t2.bringIntoView$1(textPosition); }, - $signature: 592 + $signature: 506 }; A._TextSelectionHandleOverlay.prototype = { createState$0() { - return new A._TextSelectionHandleOverlayState(null, B._StateLifecycle_0); + return new A._TextSelectionHandleOverlayState(null, null, B._StateLifecycle_0); }, get$_visibility(_) { - switch (this.position) { - case B._TextSelectionHandlePosition_0: + switch (this.position.index) { + case 0: return this.renderObject._selectionStartInViewport; - case B._TextSelectionHandlePosition_1: + case 1: return this.renderObject._selectionEndInViewport; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -241731,7 +243538,7 @@ initState$0() { var t1, _this = this; _this.super$State$initState(); - _this.___TextSelectionHandleOverlayState__controller = A.AnimationController$(null, B.Duration_150000, 0, null, 1, null, _this); + _this.___TextSelectionHandleOverlayState__controller = A.AnimationController$(null, B.Duration_150000, null, 1, null, _this); _this._handleVisibilityChanged$0(); t1 = _this._widget; t1.get$_visibility(t1).addListener$1(0, _this.get$_handleVisibilityChanged()); @@ -241765,7 +243572,7 @@ }, _handleDragStart$1(details) { var t1 = this._widget; - this.___TextSelectionHandleOverlayState__dragPosition = details.globalPosition.$add(0, new A.Offset(0, -t1.selectionControls.getHandleSize$1(t1.renderObject._textPainter.get$preferredLineHeight())._dy)); + this.___TextSelectionHandleOverlayState__dragPosition = details.globalPosition.$add(0, new A.Offset(0, -t1.selectionControls.getHandleSize$1(t1.renderObject._editable$_textPainter.get$preferredLineHeight())._dy)); }, _handleDragUpdate$1(details) { var position, t2, newSelection, _this = this, @@ -241779,11 +243586,11 @@ t1.onSelectionHandleChanged$1(A.TextSelection$fromPosition(position)); return; } - switch (t1.position) { - case B._TextSelectionHandlePosition_0: + switch (t1.position.index) { + case 0: newSelection = A.TextSelection$(B.TextAffinity_1, position.offset, t2.extentOffset, false); break; - case B._TextSelectionHandlePosition_1: + case 1: newSelection = A.TextSelection$(B.TextAffinity_1, t2.baseOffset, position.offset, false); break; default: @@ -241796,23 +243603,23 @@ build$1(_, context) { var layerLink, type, prevText, currText, selection, t2, selectedGraphemes, t3, t4, startHandleRect, endHandleRect, t5, t6, handleAnchor, handleSize, handleRect, interactiveRect, t7, t8, t9, t10, t11, t12, t13, t14, _this = this, _null = null, t1 = _this._widget; - switch (t1.position) { - case B._TextSelectionHandlePosition_0: + switch (t1.position.index) { + case 0: layerLink = t1.startHandleLayerLink; - t1 = t1.renderObject._textPainter._text_painter$_textDirection; + t1 = t1.renderObject._editable$_textPainter._text_painter$_textDirection; t1.toString; type = _this._chooseType$3(t1, B.TextSelectionHandleType_0, B.TextSelectionHandleType_1); break; - case B._TextSelectionHandlePosition_1: + case 1: layerLink = t1.endHandleLayerLink; - t1 = t1.renderObject._textPainter._text_painter$_textDirection; + t1 = t1.renderObject._editable$_textPainter._text_painter$_textDirection; t1.toString; type = _this._chooseType$3(t1, B.TextSelectionHandleType_1, B.TextSelectionHandleType_0); break; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } - prevText = _this._widget.renderObject._textPainter._text_painter$_text.toPlainText$0(); + prevText = _this._widget.renderObject._editable$_textPainter._text_painter$_text.toPlainText$0(); t1 = _this._widget; currText = t1.selectionDelegate._widget.controller._change_notifier$_value.text; selection = t1.selection; @@ -241837,16 +243644,16 @@ } t1 = _this._widget; t2 = t1.selectionControls; - t1 = t1.renderObject._textPainter.get$preferredLineHeight(); + t1 = t1.renderObject._editable$_textPainter.get$preferredLineHeight(); t3 = startHandleRect == null; t4 = t3 ? _null : startHandleRect.bottom - startHandleRect.top; if (t4 == null) - t4 = _this._widget.renderObject._textPainter.get$preferredLineHeight(); + t4 = _this._widget.renderObject._editable$_textPainter.get$preferredLineHeight(); t5 = endHandleRect == null; t6 = t5 ? _null : endHandleRect.bottom - endHandleRect.top; - handleAnchor = t2.getHandleAnchor$4(type, t1, t4, t6 == null ? _this._widget.renderObject._textPainter.get$preferredLineHeight() : t6); + handleAnchor = t2.getHandleAnchor$4(type, t1, t4, t6 == null ? _this._widget.renderObject._editable$_textPainter.get$preferredLineHeight() : t6); t1 = _this._widget; - handleSize = t1.selectionControls.getHandleSize$1(t1.renderObject._textPainter.get$preferredLineHeight()); + handleSize = t1.selectionControls.getHandleSize$1(t1.renderObject._editable$_textPainter.get$preferredLineHeight()); t1 = -handleAnchor._dx; t2 = -handleAnchor._dy; t4 = t1 + handleSize._dx; @@ -241863,14 +243670,14 @@ t10 = _this._widget; t11 = t10.dragStartBehavior; t12 = t10.selectionControls; - t10 = t10.renderObject._textPainter.get$preferredLineHeight(); + t10 = t10.renderObject._editable$_textPainter.get$preferredLineHeight(); t13 = _this._widget; t14 = t13.onSelectionHandleTapped; t3 = t3 ? _null : startHandleRect.bottom - startHandleRect.top; if (t3 == null) - t3 = t13.renderObject._textPainter.get$preferredLineHeight(); + t3 = t13.renderObject._editable$_textPainter.get$preferredLineHeight(); t5 = t5 ? _null : endHandleRect.bottom - endHandleRect.top; - 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), t12.buildHandle$6(context, type, t10, t14, t3, t5 == null ? _this._widget.renderObject._textPainter.get$preferredLineHeight() : t5), _null), t11, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_handleDragStart(), _this.get$_handleDragUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, _null, _null, _null, _null, t9, _null, _null, _null, _null, _null, t8), t6), layerLink, new A.Offset(t7, t4), false, B.Alignment_m1_m1); + 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), t12.buildHandle$6(context, type, t10, t14, t3, t5 == null ? _this._widget.renderObject._editable$_textPainter.get$preferredLineHeight() : t5), _null), t11, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_handleDragStart(), _this.get$_handleDragUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, _null, _null, _null, _null, t9, _null, _null, _null, _null, _null, t8), t6), layerLink, new A.Offset(t7, t4), false, B.Alignment_m1_m1); }, _chooseType$3(textDirection, ltrType, rtlType) { var t1 = this._widget.selection; @@ -241925,14 +243732,78 @@ return t1; }, onTapDown$1(details) { - var kind, - t1 = this.delegate.get$editableTextKey().get$currentState(); - t1.toString; - t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._editableKey).get$renderObject(); - t1.toString; - type$.RenderEditable._as(t1)._lastTapDownPosition = details.globalPosition; + var t3, kind, t4, t5, tappedPosition, selection, nextSelection, + t1 = this.delegate, + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._editableKey).get$renderObject(); + t2.toString; + t3 = type$.RenderEditable; + 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 = 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); + if (t4.any$1(0, t5.get$contains(t5))) { + t4 = t1.get$editableTextKey().get$currentState(); + t4.toString; + t4 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4._editableKey).get$renderObject(); + t4.toString; + t4 = t3._as(t4)._selection; + t4 = t4.baseOffset != null; + } else + t4 = false; + if (t4) { + this._isShiftTapping = true; + switch (A.defaultTargetPlatform()) { + case B.TargetPlatform_2: + case B.TargetPlatform_4: + t4 = t1.get$editableTextKey().get$currentState(); + t4.toString; + t4 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4._editableKey).get$renderObject(); + t4.toString; + tappedPosition = t3._as(t4).getPositionForPoint$1(t2); + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._editableKey).get$renderObject(); + t2.toString; + selection = t3._as(t2)._selection; + t2 = tappedPosition.offset; + t3 = selection.baseOffset; + t4 = selection.extentOffset; + nextSelection = selection.copyWith$2$baseOffset$extentOffset(Math.abs(t2 - t3) < Math.abs(t2 - t4) ? t4 : t3, t2); + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t1 = t1.get$editableTextKey().get$currentState(); + t1.toString; + t2.userUpdateTextEditingValue$2(t1._widget.controller._change_notifier$_value.copyWith$1$selection(nextSelection), B.SelectionChangedCause_0); + break; + case B.TargetPlatform_0: + case B.TargetPlatform_1: + case B.TargetPlatform_3: + case B.TargetPlatform_5: + t4 = t1.get$editableTextKey().get$currentState(); + t4.toString; + t4 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4._editableKey).get$renderObject(); + t4.toString; + tappedPosition = t3._as(t4).getPositionForPoint$1(t2); + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2._editableKey).get$renderObject(); + t2.toString; + nextSelection = t3._as(t2)._selection.copyWith$1$extentOffset(tappedPosition.offset); + t2 = t1.get$editableTextKey().get$currentState(); + t2.toString; + t1 = t1.get$editableTextKey().get$currentState(); + t1.toString; + t2.userUpdateTextEditingValue$2(t1._widget.controller._change_notifier$_value.copyWith$1$selection(nextSelection), B.SelectionChangedCause_0); + break; + default: + throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); + } + } }, onForcePressStart$1(details) { var t1; @@ -241959,13 +243830,58 @@ } }, onSingleTapUp$1(details) { - var t1 = this.delegate; + var t1, t2, + _s80_ = string$.x60null_c; + if (this._isShiftTapping) { + this._isShiftTapping = false; + return; + } + t1 = this.delegate; t1.get$selectionEnabled(); - 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); + switch (A.defaultTargetPlatform()) { + case B.TargetPlatform_2: + case B.TargetPlatform_4: + switch (details.kind.index) { + case 1: + case 2: + case 3: + 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 0: + case 4: + 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$(_s80_)); + } }, onSingleTapCancel$0() { }, @@ -242235,7 +244151,7 @@ _this._widget.toString; gestures.$indexSet(0, B.Type_LongPressGestureRecognizer_46y, new A.GestureRecognizerFactoryWithHandlers(new A._TextSelectionGestureDetectorState_build_closure1(_this), new A._TextSelectionGestureDetectorState_build_closure2(_this), type$.GestureRecognizerFactoryWithHandlers_LongPressGestureRecognizer)); _this._widget.toString; - gestures.$indexSet(0, B.Type_Vq1, new A.GestureRecognizerFactoryWithHandlers(new A._TextSelectionGestureDetectorState_build_closure3(_this), new A._TextSelectionGestureDetectorState_build_closure4(_this), type$.GestureRecognizerFactoryWithHandlers_HorizontalDragGestureRecognizer)); + gestures.$indexSet(0, B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A._TextSelectionGestureDetectorState_build_closure3(_this), new A._TextSelectionGestureDetectorState_build_closure4(_this), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)); t1 = _this._widget; if (t1.onForcePressStart != null || t1.onForcePressEnd != null) gestures.$indexSet(0, B.Type_ForcePressGestureRecognizer_TN2, new A.GestureRecognizerFactoryWithHandlers(new A._TextSelectionGestureDetectorState_build_closure5(_this), new A._TextSelectionGestureDetectorState_build_closure6(_this), type$.GestureRecognizerFactoryWithHandlers_ForcePressGestureRecognizer)); @@ -242248,7 +244164,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this); }, - $signature: 445 + $signature: 444 }; A._TextSelectionGestureDetectorState_build_closure0.prototype = { call$1(instance) { @@ -242260,13 +244176,13 @@ instance.onTapUp = t1.get$_handleTapUp(); instance.onTapCancel = t1.get$_text_selection$_handleTapCancel(); }, - $signature: 370 + $signature: 449 }; A._TextSelectionGestureDetectorState_build_closure1.prototype = { call$0() { return A.LongPressGestureRecognizer$(this.$this, null, B.PointerDeviceKind_0, null, null); }, - $signature: 491 + $signature: 472 }; A._TextSelectionGestureDetectorState_build_closure2.prototype = { call$1(instance) { @@ -242275,13 +244191,13 @@ instance.onLongPressMoveUpdate = t1.get$_handleLongPressMoveUpdate(); instance.onLongPressEnd = t1.get$_handleLongPressEnd(); }, - $signature: 503 + $signature: 467 }; A._TextSelectionGestureDetectorState_build_closure3.prototype = { call$0() { - return A.HorizontalDragGestureRecognizer$(this.$this, B.PointerDeviceKind_1, null); + return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_1], type$.PointerDeviceKind)); }, - $signature: 344 + $signature: 465 }; A._TextSelectionGestureDetectorState_build_closure4.prototype = { call$1(instance) { @@ -242292,13 +244208,13 @@ instance.onUpdate = t1.get$_handleDragUpdate(); instance.onEnd = t1.get$_handleDragEnd(); }, - $signature: 392 + $signature: 474 }; A._TextSelectionGestureDetectorState_build_closure5.prototype = { call$0() { return A.ForcePressGestureRecognizer$(this.$this); }, - $signature: 2046 + $signature: 2073 }; A._TextSelectionGestureDetectorState_build_closure6.prototype = { call$1(instance) { @@ -242307,48 +244223,120 @@ instance.onStart = t2.onForcePressStart != null ? t1.get$_forcePressStarted() : null; instance.onEnd = t2.onForcePressEnd != null ? t1.get$_forcePressEnded() : null; }, - $signature: 2050 + $signature: 2074 }; A.__TextSelectionHandleOverlayState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.TickerMode.prototype = { + createState$0() { + return new A._TickerModeState(new A.ValueNotifier(true, A.List_List$filled(0, null, false, type$.nullable_void_Function), type$.ValueNotifier_bool), B._StateLifecycle_0); + } + }; + A._TickerModeState.prototype = { + didChangeDependencies$0() { + var t1, _this = this; + _this.super$State$didChangeDependencies(); + t1 = _this._framework$_element; + t1.toString; + _this._ancestorTicketMode = A.TickerMode_of(t1); + _this._updateEffectiveMode$0(); + }, + didUpdateWidget$1(oldWidget) { + this.super$State$didUpdateWidget(oldWidget); + this._updateEffectiveMode$0(); + }, + dispose$0(_) { + this.super$State$dispose(0); + }, + _updateEffectiveMode$0() { + var t1 = this._ancestorTicketMode && this._widget.enabled; + this._effectiveMode.set$value(0, t1); + }, build$1(_, context) { - var t1 = this.enabled && A.TickerMode_of(context); - return new A._EffectiveTickerMode(t1, this.child, null); + var t1 = this._effectiveMode; + return new A._EffectiveTickerMode(t1._change_notifier$_value, t1, this._widget.child, null); } }; A._EffectiveTickerMode.prototype = { updateShouldNotify$1(oldWidget) { - return this.enabled !== oldWidget.enabled; + return this.enabled != oldWidget.enabled; } }; A.SingleTickerProviderStateMixin.prototype = { createTicker$1(onTick) { - return this.SingleTickerProviderStateMixin__ticker = new A.Ticker(onTick, null); + var t1, _this = this; + _this.SingleTickerProviderStateMixin__ticker = new A.Ticker(onTick, null); + _this._updateTickerModeNotifier$0(); + _this._updateTicker$0(); + t1 = _this.SingleTickerProviderStateMixin__ticker; + t1.toString; + return t1; + }, + _updateTicker$0() { + var t1 = this.SingleTickerProviderStateMixin__ticker; + if (t1 != null) + t1.set$muted(0, !this.SingleTickerProviderStateMixin__tickerModeNotifier._change_notifier$_value); + }, + _updateTickerModeNotifier$0() { + var newNotifier, _this = this, + t1 = _this._framework$_element; + t1.toString; + newNotifier = A.TickerMode_getNotifier(t1); + t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; + if (newNotifier === t1) + return; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTicker()); + newNotifier.addListener$1(0, _this.get$_updateTicker()); + _this.SingleTickerProviderStateMixin__tickerModeNotifier = newNotifier; } }; A.TickerProviderStateMixin.prototype = { createTicker$1(onTick) { - var result, - t1 = this.TickerProviderStateMixin__tickers; - if (t1 == null) - t1 = this.TickerProviderStateMixin__tickers = A.LinkedHashSet_LinkedHashSet$_empty(type$._WidgetTicker); - result = new A._WidgetTicker(this, onTick, null); - t1.add$1(0, result); + var result, _this = this; + if (_this.TickerProviderStateMixin__tickerModeNotifier == null) + _this._updateTickerModeNotifier$0(); + if (_this.TickerProviderStateMixin__tickers == null) + _this.TickerProviderStateMixin__tickers = A.LinkedHashSet_LinkedHashSet$_empty(type$._WidgetTicker); + result = new A._WidgetTicker(_this, onTick, null); + result.set$muted(0, !_this.TickerProviderStateMixin__tickerModeNotifier._change_notifier$_value); + _this.TickerProviderStateMixin__tickers.add$1(0, result); return result; + }, + _updateTickers$0() { + var muted, + t1 = this.TickerProviderStateMixin__tickers; + if (t1 != null) { + muted = !this.TickerProviderStateMixin__tickerModeNotifier._change_notifier$_value; + for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) + t1._collection$_current.set$muted(0, muted); + } + }, + _updateTickerModeNotifier$0() { + var newNotifier, _this = this, + t1 = _this._framework$_element; + t1.toString; + newNotifier = A.TickerMode_getNotifier(t1); + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; + if (newNotifier === t1) + return; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTickers()); + newNotifier.addListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = newNotifier; } }; A._WidgetTicker.prototype = { @@ -242359,8 +244347,7 @@ }; A.Title.prototype = { build$1(_, context) { - var t1 = this.color; - A.SystemChrome_setApplicationSwitcherDescription(new A.ApplicationSwitcherDescription(this.title, t1.get$value(t1))); + A.SystemChrome_setApplicationSwitcherDescription(new A.ApplicationSwitcherDescription(this.title, this.color.value)); return this.child; } }; @@ -242413,9 +244400,16 @@ }; A.ScaleTransition.prototype = { build$1(_, context) { - var t1 = type$.Animation_double._as(this.listenable); + var t2, t3, _null = null, + t1 = type$.Animation_double._as(this.listenable); t1 = t1.get$value(t1); - return new A.Transform(A.Matrix4_Matrix4$diagonal3Values(t1, t1, 1), this.alignment, true, null, this.child, null); + t2 = t1 == null; + t3 = t2 ? _null : t1; + if (t3 == null) + t3 = 1; + if (t2) + t1 = _null; + return new A.Transform(A.Matrix4_Matrix4$diagonal3Values(t3, t1 == null ? 1 : t1, 1), this.alignment, true, _null, this.child, _null); } }; A.RotationTransition.prototype = { @@ -242555,11 +244549,10 @@ renderObject.set$clipBehavior(_this.clipBehavior); }, createElement$0(_) { - var t1 = type$.Element_2, - t2 = A.HashSet_HashSet(t1), - t3 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t3; - return new A._ViewportElement(t2, t3, this, B._ElementLifecycle_0, A.HashSet_HashSet(t1)); + var t1 = A.HashSet_HashSet(type$.Element_2), + t2 = ($.Element__nextHashCode + 1) % 16777215; + $.Element__nextHashCode = t2; + return new A._ViewportElement(t1, t2, this, B._ElementLifecycle_0); } }; A._ViewportElement.prototype = { @@ -243268,7 +245261,7 @@ call$1(value) { return this.config.repo; }, - $signature: 2055 + $signature: 2079 }; A.CacheStore_retrieveCacheData_closure.prototype = { call$1(cacheObject) { @@ -243300,7 +245293,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2060 + $signature: 2081 }; A.CacheStore__scheduleCleanup_closure.prototype = { call$0() { @@ -243922,7 +245915,7 @@ if (this._box_0.newCacheObject.relativePath !== t1) this.$this._removeOldFile$1(t1); }, - $signature: 67 + $signature: 65 }; A.WebHelper__saveFileAndPostUpdates_closure.prototype = { call$1(s) { @@ -243932,7 +245925,7 @@ this.receivedBytesResultController.add$1(0, receivedBytes); return s; }, - $signature: 2061 + $signature: 2083 }; A.HttpExceptionWithStatus.prototype = {}; A.BlockPicker.prototype = { @@ -243970,27 +245963,20 @@ $signature: 0 }; A._BlockPickerState_build_closure.prototype = { - call$3(color, _, __) { + call$1(color) { var t3, t1 = this.$this, t2 = t1._widget; t2.toString; t3 = A._lateReadCheck(t1.___BlockPickerState__currentColor, "_currentColor"); - t3 = t3.get$value(t3) === color.get$value(color) && t1._widget.pickerColor.value === color.get$value(color); + if (t3.get$value(t3) === color.get$value(color)) { + t1._widget.toString; + t3 = true; + } else + t3 = false; return t2.itemBuilder$3(color, t3, new A._BlockPickerState_build__closure(t1, color)); }, - call$1(color) { - return this.call$3(color, null, null); - }, - call$2(color, _) { - return this.call$3(color, _, null); - }, - "call*": "call$3", - $requiredArgCount: 1, - $defaultValues() { - return [null, null]; - }, - $signature: 2064 + $signature: 2086 }; A._BlockPickerState_build__closure.prototype = { call$0() { @@ -244036,13 +246022,13 @@ if (ex && ink) { t6 = t4.get$key(t4); t7 = B.Map_JNNS7.$index(0, 900); - t6 = A.InkWell$(false, _null, true, new A.Text(t6, 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, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.JsonObjectViewerState__getList_closure(_this, t4), _null, _null, _null, _null, _null); + t6 = A.InkWell$(false, _null, true, 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, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.JsonObjectViewerState__getList_closure(_this, t4), _null, _null, _null, _null, _null); } else { t6 = t4.get$key(t4); t7 = t4.get$value(t4) == null ? B.MaterialColor_Map_HFpTk_4288585374 : B.Map_JNNS7.$index(0, 900); - t6 = new A.Text(t6, 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); } - list.push(A.Row$(A._setArrayType([t5, t6, new A.Text(":", 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), 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) @@ -244155,9 +246141,9 @@ else { t4 = "[" + i + "]"; t5 = $content == null ? B.MaterialColor_Map_HFpTk_4288585374 : B.Map_JNNS7.$index(0, 900); - t4 = new A.Text(t4, new A.TextStyle(true, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null); + t4 = new A.Text(t4, _null, new A.TextStyle(true, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null); } - list.push(A.Row$(A._setArrayType([t3, t4, new A.Text(":", 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), 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)) list.push(A.JsonObjectViewerState_getContentWidget($content)); @@ -244279,7 +246265,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_CupertinoLocalizations); }, - $signature: 2065 + $signature: 2087 }; A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats.prototype = { call$1(locale) { @@ -244293,7 +246279,7 @@ _this.singleDigitSecondFormat.__late_helper$_value = A.DateFormat$s(locale); _this.decimalFormat.__late_helper$_value = A.NumberFormat_NumberFormat$decimalPattern(locale); }, - $signature: 213 + $signature: 219 }; A.CupertinoLocalizationAf.prototype = {}; A.CupertinoLocalizationAm.prototype = {}; @@ -256438,7 +258424,7 @@ return null; }, get$showMenuTooltip() { - return "Menu weergeven"; + return "Menu tonen"; }, get$tabLabelRaw() { return "Tabblad $tabIndex van $tabCount"; @@ -257467,7 +259453,7 @@ return "CANCELAR"; }, get$collapsedIconTapHint() { - return "Expandir"; + return "Abrir"; }, get$dateHelpText() { return "dd/mm/aaaa"; @@ -257711,6 +259697,9 @@ get$expandedIconTapHint() { return "Reduzir"; }, + get$collapsedIconTapHint() { + return "Expandir"; + }, get$remainingTextFieldCharacterCountOne() { return "Resta 1 car\xe1ter"; }, @@ -262033,36 +264022,36 @@ A.GlobalMaterialLocalizations.prototype = { formatHour$2$alwaysUse24HourFormat(timeOfDay, alwaysUse24HourFormat) { var hour, t1, _this = this; - switch (A.hourFormat(_this.timeOfDayFormat$1$alwaysUse24HourFormat(alwaysUse24HourFormat))) { - case B.HourFormat_0: - return _this._twoDigitZeroPaddedFormat.format$1(timeOfDay.hour); - case B.HourFormat_1: - return _this._decimalFormat.format$1(timeOfDay.hour); - case B.HourFormat_2: + switch (A.hourFormat(_this.timeOfDayFormat$1$alwaysUse24HourFormat(alwaysUse24HourFormat)).index) { + case 0: + return _this._twoDigitZeroPaddedFormat.format$1(0, timeOfDay.hour); + case 1: + return _this._decimalFormat.format$1(0, timeOfDay.hour); + case 2: hour = timeOfDay.get$hourOfPeriod(); t1 = hour === 0 ? 12 : hour; - return _this._decimalFormat.format$1(t1); + return _this._decimalFormat.format$1(0, t1); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, formatMinute$1(timeOfDay) { - return this._twoDigitZeroPaddedFormat.format$1(timeOfDay.minute); + return this._twoDigitZeroPaddedFormat.format$1(0, timeOfDay.minute); }, formatYear$1(date) { - return this._fullYearFormat.format$1(date); + return this._fullYearFormat.format$1(0, date); }, formatCompactDate$1(date) { - return this._compactDateFormat.format$1(date); + return this._compactDateFormat.format$1(0, date); }, formatMediumDate$1(date) { - return this._mediumDateFormat.format$1(date); + return this._mediumDateFormat.format$1(0, date); }, formatFullDate$1(date) { - return this._longDateFormat.format$1(date); + return this._longDateFormat.format$1(0, date); }, formatMonthYear$1(date) { - return this._yearMonthFormat.format$1(date); + return this._yearMonthFormat.format$1(0, date); }, parseCompactDate$1(inputString) { var t1, exception; @@ -262083,33 +264072,33 @@ return B.JSInt_methods.$mod(this._longDateFormat.get$dateSymbols().FIRSTDAYOFWEEK + 1, 7); }, formatDecimal$1(number) { - return this._decimalFormat.format$1(number); + return this._decimalFormat.format$1(0, number); }, formatTimeOfDay$2$alwaysUse24HourFormat(timeOfDay, alwaysUse24HourFormat) { var _this = this, hour = _this.formatHour$2$alwaysUse24HourFormat(timeOfDay, alwaysUse24HourFormat), - minute = _this._twoDigitZeroPaddedFormat.format$1(timeOfDay.minute); - switch (_this.timeOfDayFormat$1$alwaysUse24HourFormat(alwaysUse24HourFormat)) { - case B.TimeOfDayFormat_4: + minute = _this._twoDigitZeroPaddedFormat.format$1(0, timeOfDay.minute); + switch (_this.timeOfDayFormat$1$alwaysUse24HourFormat(alwaysUse24HourFormat).index) { + case 4: return hour + ":" + minute + " " + _this._material_localizations0$_formatDayPeriod$1(timeOfDay); - case B.TimeOfDayFormat_3: - case B.TimeOfDayFormat_0: + case 3: + case 0: return hour + ":" + minute; - case B.TimeOfDayFormat_1: + case 1: return hour + "." + minute; - case B.TimeOfDayFormat_5: + case 5: return _this._material_localizations0$_formatDayPeriod$1(timeOfDay) + " " + hour + ":" + minute; - case B.TimeOfDayFormat_2: + case 2: return hour + " h " + minute; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _material_localizations0$_formatDayPeriod$1(timeOfDay) { - switch (timeOfDay.hour < 12 ? B.DayPeriod_0 : B.DayPeriod_1) { - case B.DayPeriod_0: + switch ((timeOfDay.hour < 12 ? B.DayPeriod_0 : B.DayPeriod_1).index) { + case 0: return this.get$anteMeridiemAbbreviation(); - case B.DayPeriod_1: + case 1: return this.get$postMeridiemAbbreviation(); default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -262121,11 +264110,11 @@ if (text == null) text = this.get$pageRowsInfoTitleRaw(); t1 = this._decimalFormat; - return B.JSString_methods.replaceFirst$2(B.JSString_methods.replaceFirst$2(B.JSString_methods.replaceFirst$2(text, "$firstRow", t1.format$1(firstRow)), "$lastRow", t1.format$1(lastRow)), "$rowCount", t1.format$1(rowCount)); + return B.JSString_methods.replaceFirst$2(B.JSString_methods.replaceFirst$2(B.JSString_methods.replaceFirst$2(text, "$firstRow", t1.format$1(0, firstRow)), "$lastRow", t1.format$1(0, lastRow)), "$rowCount", t1.format$1(0, rowCount)); }, tabLabel$2$tabCount$tabIndex(tabCount, tabIndex) { var t1 = this._decimalFormat; - return B.JSString_methods.replaceFirst$2(B.JSString_methods.replaceFirst$2(this.get$tabLabelRaw(), "$tabIndex", t1.format$1(tabIndex)), "$tabCount", t1.format$1(tabCount)); + return B.JSString_methods.replaceFirst$2(B.JSString_methods.replaceFirst$2(this.get$tabLabelRaw(), "$tabIndex", t1.format$1(0, tabIndex)), "$tabCount", t1.format$1(0, tabCount)); }, get$selectedRowCountTitleZero() { return null; @@ -262147,7 +264136,7 @@ t1 = _this.get$selectedRowCountTitleZero(), t2 = _this.get$selectedRowCountTitleOne(), t3 = _this.get$selectedRowCountTitleTwo(); - return B.JSString_methods.replaceFirst$2(A.Intl_pluralLogic(selectedRowCount, _this.get$selectedRowCountTitleFew(), _this._localeName, _this.get$selectedRowCountTitleMany(), t2, _this.get$selectedRowCountTitleOther(), t3, t1), "$selectedRowCount", _this._decimalFormat.format$1(selectedRowCount)); + return B.JSString_methods.replaceFirst$2(A.Intl_pluralLogic(selectedRowCount, _this.get$selectedRowCountTitleFew(), _this._localeName, _this.get$selectedRowCountTitleMany(), t2, _this.get$selectedRowCountTitleOther(), t3, t1), "$selectedRowCount", _this._decimalFormat.format$1(0, selectedRowCount)); }, timeOfDayFormat$1$alwaysUse24HourFormat(alwaysUse24HourFormat) { if (alwaysUse24HourFormat) @@ -262175,7 +264164,7 @@ t2 = _this.get$licensesPackageDetailTextOne(), t3 = _this.get$licensesPackageDetailTextTwo(), t4 = _this.get$licensesPackageDetailTextMany(); - return B.JSString_methods.replaceFirst$2(A.Intl_pluralLogic(licenseCount, _this.get$licensesPackageDetailTextFew(), _this._localeName, t4, t2, _this.get$licensesPackageDetailTextOther(), t3, t1), "$licenseCount", _this._decimalFormat.format$1(licenseCount)); + return B.JSString_methods.replaceFirst$2(A.Intl_pluralLogic(licenseCount, _this.get$licensesPackageDetailTextFew(), _this._localeName, t4, t2, _this.get$licensesPackageDetailTextOther(), t3, t1), "$licenseCount", _this._decimalFormat.format$1(0, licenseCount)); }, get$remainingTextFieldCharacterCountZero() { return null; @@ -262192,13 +264181,13 @@ get$remainingTextFieldCharacterCountFew() { return null; }, - remainingTextFieldCharacterCount$1(remainingCount) { + remainingTextFieldCharacterCount$1(remaining) { var _this = this, t1 = _this.get$remainingTextFieldCharacterCountZero(), t2 = _this.get$remainingTextFieldCharacterCountOne(), t3 = _this.get$remainingTextFieldCharacterCountTwo(), t4 = _this.get$remainingTextFieldCharacterCountMany(); - return B.JSString_methods.replaceFirst$2(A.Intl_pluralLogic(remainingCount, _this.get$remainingTextFieldCharacterCountFew(), _this._localeName, t4, t2, _this.get$remainingTextFieldCharacterCountOther(), t3, t1), "$remainingCount", _this._decimalFormat.format$1(remainingCount)); + return B.JSString_methods.replaceFirst$2(A.Intl_pluralLogic(remaining, _this.get$remainingTextFieldCharacterCountFew(), _this._localeName, t4, t2, _this.get$remainingTextFieldCharacterCountOther(), t3, t1), "$remainingCount", _this._decimalFormat.format$1(0, remaining)); }, $isMaterialLocalizations: 1 }; @@ -262261,7 +264250,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_MaterialLocalizations); }, - $signature: 2066 + $signature: 2091 }; A.loadDateIntlDataIfNotLoaded_closure.prototype = { call$2(locale, data) { @@ -262282,7 +264271,7 @@ J.$indexSet$ax($.$get$_dateTimeSymbols(), t2, symbols); J.$indexSet$ax($.$get$dateTimePatterns(), t2, t1); }, - $signature: 2071 + $signature: 2094 }; A.GlobalWidgetsLocalizations.prototype = { get$textDirection(_) { @@ -262458,7 +264447,7 @@ build$1(_, context) { var _this = this, _null = null, effectiveForegroundColor = _this.foregroundColor; - return A.Expanded$(A.SizedBox$expand(A.OutlinedButton$(_this.child, 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_a511, B.BorderSide_m7u, _null, _null, _null, _null))), _this.flex); + return A.Expanded$(A.SizedBox$expand(A.OutlinedButton$(_this.child, 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); } }; A.CustomSlidableAction_build_closure.prototype = { @@ -262488,7 +264477,7 @@ call$1(child) { return new A.Flexible(1, B.FlexFit_1, child, null); }, - $signature: 2075 + $signature: 2096 }; A.SlidableAutoCloseBehaviorListener.prototype = { build$1(_, context) { @@ -262499,7 +264488,7 @@ call$1(notification) { notification.get$groupTag(); }, - $signature: 2078 + $signature: 2103 }; A.SlidableAutoCloseNotificationSender.prototype = { createState$0() { @@ -262547,12 +264536,12 @@ }; A.ActionPaneType.prototype = { toString$0(_) { - return this._controller$_name; + return "ActionPaneType." + this._core$_name; } }; A.GestureDirection.prototype = { toString$0(_) { - return this._controller$_name; + return "GestureDirection." + this._core$_name; } }; A.EndGesture.prototype = {}; @@ -262571,7 +264560,7 @@ } }, get$ratio(_) { - return B.JSNumber_methods.$mul(A._lateReadCheck(this._animationController.__AnimationController__value, "_value"), A.ActionPaneTypeX_toSign(this.actionPaneType._change_notifier$_value)); + return A._lateReadCheck(this._animationController.__AnimationController__value, "_value") * A.ActionPaneTypeX_toSign(this.actionPaneType._change_notifier$_value); }, set$ratio(_, value) { var _this = this, @@ -262590,12 +264579,12 @@ else t1 = false; if (t1 && newRatio !== _this.get$ratio(_this)) { - _this.actionPaneType.set$value(0, B.List_lhZ[B.JSNumber_methods.toInt$0(J.get$sign$in(newRatio)) + 1]); + _this.actionPaneType.set$value(0, B.List_I2K[B.JSNumber_methods.toInt$0(J.get$sign$in(newRatio)) + 1]); _this._animationController.set$value(0, Math.abs(newRatio)); } }, _onRatioChanged$0() { - this.actionPaneType.set$value(0, B.List_lhZ[B.JSNumber_methods.toInt$0(J.get$sign$in(this.get$ratio(this))) + 1]); + this.actionPaneType.set$value(0, B.List_I2K[B.JSNumber_methods.toInt$0(J.get$sign$in(this.get$ratio(this))) + 1]); }, close$0(_) { var $async$goto = 0, @@ -262689,14 +264678,14 @@ A._ValueNotifier.prototype = {}; A.SlidableDismissal.prototype = { createState$0() { - return new A._SlidableDismissalState(null, B._StateLifecycle_0); + return new A._SlidableDismissalState(null, null, B._StateLifecycle_0); } }; A._SlidableDismissalState.prototype = { initState$0() { var t1, t2, _this = this, _null = null; _this.super$State$initState(); - t1 = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); _this.___SlidableDismissalState_animationController = 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")); @@ -262739,7 +264728,7 @@ call$1(_) { this.resizeRequest.get$onDismissed().call$0(); }, - $signature: 67 + $signature: 65 }; A._SlidableDismissalState_handleResizeRequestChanged_closure0.prototype = { call$0() { @@ -262749,17 +264738,17 @@ }; A.__SlidableDismissalState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.FlexEntranceTransition.prototype = { @@ -262820,11 +264809,11 @@ t1 = A._lateReadCheck(parentData.___FlexEntranceTransitionParentData_mainAxisPosition, "mainAxisPosition"), t2 = this._mainAxisPosition, mainAxisPosition = t1.transform$1(0, t2.get$value(t2)); - switch (this._flex_entrance_transition$_direction) { - case B.Axis_0: + switch (this._flex_entrance_transition$_direction.index) { + case 0: parentData.offset = new A.Offset(mainAxisPosition, 0); break; - case B.Axis_1: + case 1: parentData.offset = new A.Offset(0, mainAxisPosition); break; default: @@ -262888,14 +264877,14 @@ extentFactor = t1 / this.totalFlex; innerConstraints = A._Cell$named("innerConstraints"); t1 = this.$this; - switch (t1._flex_entrance_transition$_direction) { - case B.Axis_0: + switch (t1._flex_entrance_transition$_direction.index) { + case 0: t2 = type$.BoxConstraints; mainAxisExtent = t2._as(A.RenderObject.prototype.get$constraints.call(t1)).maxWidth * extentFactor; begin = t1._startToEnd ? -mainAxisExtent : t1._box$_size._dx; innerConstraints.__late_helper$_value = A.BoxConstraints$tightFor(t2._as(A.RenderObject.prototype.get$constraints.call(t1)).maxHeight, mainAxisExtent); break; - case B.Axis_1: + case 1: t2 = type$.BoxConstraints; mainAxisExtent = t2._as(A.RenderObject.prototype.get$constraints.call(t1)).maxHeight * extentFactor; begin = t1._startToEnd ? -mainAxisExtent : t1._box$_size._dy; @@ -262916,7 +264905,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 230 + $signature: 58 }; A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -263155,8 +265144,8 @@ if (!(gesture instanceof A.OpeningGesture)) if (gesture instanceof A.StillGesture) { t2 = gesture.direction; - if (!(t2 === B.GestureDirection_0 && B.JSNumber_methods.$ge(t1, A._lateReadCheck(_this.___ActionPaneState_openThreshold, "openThreshold")))) - t1 = t2 === B.GestureDirection_1 && B.JSNumber_methods.$gt(t1, A._lateReadCheck(_this.___ActionPaneState_closeThreshold, "closeThreshold")); + if (!(t2 === B.GestureDirection_0 && t1 >= A._lateReadCheck(_this.___ActionPaneState_openThreshold, "openThreshold"))) + t1 = t2 === B.GestureDirection_1 && t1 > A._lateReadCheck(_this.___ActionPaneState_closeThreshold, "closeThreshold"); else t1 = true; } else @@ -263212,7 +265201,7 @@ }; A.Slidable.prototype = { createState$0() { - return new A._SlidableState(null, null, B._StateLifecycle_0); + return new A._SlidableState(null, null, null, B._StateLifecycle_0); } }; A._SlidableState.prototype = { @@ -263223,7 +265212,7 @@ initState$0() { var t1, t2, t3, t4, t5, _this = this, _null = null; _this.super$__SlidableState_State_TickerProviderStateMixin_AutomaticKeepAliveClientMixin$initState(); - t1 = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); t2 = type$.nullable_void_Function; t3 = A.List_List$filled(0, _null, false, t2); t4 = A.List_List$filled(0, _null, false, t2); @@ -263240,7 +265229,7 @@ }, didChangeDependencies$0() { var _this = this; - _this.super$__SlidableState_State_TickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); _this.updateIsLeftToRight$0(); _this.updateController$0(); _this.updateMoveAnimation$0(); @@ -263372,8 +265361,8 @@ A._SlidableClipper.prototype = { getClip$1(size) { var t1, t2, offset; - switch (this.axis) { - case B.Axis_0: + switch (this.axis.index) { + case 0: t1 = this.controller; t1 = t1.get$ratio(t1); t2 = size._dx; @@ -263381,7 +265370,7 @@ if (offset < 0) return new A.Rect(t2 + offset, 0, t2, size._dy); return new A.Rect(0, 0, offset, size._dy); - case B.Axis_1: + case 1: t1 = this.controller; t1 = t1.get$ratio(t1); t2 = size._dy; @@ -263401,19 +265390,18 @@ } }; A.__SlidableState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.__SlidableState_State_TickerProviderStateMixin_AutomaticKeepAliveClientMixin.prototype = { @@ -263477,7 +265465,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, B.MaterialType_0), t1), t3, t4, t14, t15, t5, t8, t9, t10, t11, t12, t13, t6, t7, t16, t17, t18, this.key), _null); }, - $signature: 2079 + $signature: 2109 }; A.StyledToast.prototype = { createState$0() { @@ -263513,11 +265501,11 @@ $.currentContext = ctx; return this.$this._widget.child; }, - $signature: 72 + $signature: 69 }; A._StyledToastWidget.prototype = { createState$0() { - return new A.StyledToastWidgetState(null, B._StateLifecycle_0); + return new A.StyledToastWidgetState(null, null, B._StateLifecycle_0); } }; A.StyledToastWidgetState.prototype = { @@ -263532,8 +265520,8 @@ _s20_ = "_animationController", _s22_ = "_reverseAnimController"; _this.super$State$initState(); - _this.__StyledToastWidgetState__animationController = A.AnimationController$(_null, _this._widget.animDuration, 0, _null, 1, _null, _this); - _this.__StyledToastWidgetState__reverseAnimController = A.AnimationController$(_null, _this._widget.animDuration, 0, _null, 1, _null, _this); + _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) { case B.StyledToastAnimation_0: t1 = type$.Tween_double; @@ -263690,13 +265678,13 @@ } t1 = _this._widget.reverseAnimation; if (t1 != null) - switch (t1) { - case B.StyledToastAnimation_0: + switch (t1.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")); break; - case B.StyledToastAnimation_9: + case 9: t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t2 = _this._widget; t3 = type$.Tween_Offset; @@ -263704,7 +265692,7 @@ 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")); break; - case B.StyledToastAnimation_10: + case 10: t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t2 = _this._widget; t3 = type$.Tween_Offset; @@ -263715,7 +265703,7 @@ 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")); break; - case B.StyledToastAnimation_11: + case 11: t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t2 = _this._widget; t3 = type$.Tween_Offset; @@ -263723,7 +265711,7 @@ 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")); break; - case B.StyledToastAnimation_12: + case 12: t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t2 = _this._widget; t3 = type$.Tween_Offset; @@ -263734,7 +265722,7 @@ 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")); break; - case B.StyledToastAnimation_13: + case 13: t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t2 = _this._widget; t3 = type$.Tween_Offset; @@ -263742,7 +265730,7 @@ 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")); break; - case B.StyledToastAnimation_14: + case 14: t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t2 = _this._widget; t3 = type$.Tween_Offset; @@ -263753,7 +265741,7 @@ 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")); break; - case B.StyledToastAnimation_15: + case 15: t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t2 = _this._widget; t3 = type$.Tween_Offset; @@ -263761,7 +265749,7 @@ 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")); break; - case B.StyledToastAnimation_16: + case 16: t1 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t2 = _this._widget; t3 = type$.Tween_Offset; @@ -263772,13 +265760,13 @@ 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")); break; - case B.StyledToastAnimation_18: + 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")); break; - case B.StyledToastAnimation_19: + case 19: t1 = type$.Tween_double; t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t3 = _this._widget.reverseCurve; @@ -263788,12 +265776,12 @@ t2 = _this._widget.reverseCurve; _this.__StyledToastWidgetState_fadeAnimReverse = new A._AnimatedEvaluation(A.CurvedAnimation$(t2, t3, t2), new A.Tween(1, 0, t1), t4); break; - case B.StyledToastAnimation_17: + 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")); break; - case B.StyledToastAnimation_20: + case 20: t1 = type$.Tween_double; t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t3 = t1._eval$1("_AnimatedEvaluation"); @@ -263801,12 +265789,12 @@ 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); break; - case B.StyledToastAnimation_21: + 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")); break; - case B.StyledToastAnimation_23: + case 23: t1 = type$.Tween_double; t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t3 = t1._eval$1("_AnimatedEvaluation"); @@ -263814,7 +265802,7 @@ 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); break; - case B.StyledToastAnimation_22: + case 22: t1 = type$.Tween_double; t2 = A._lateReadCheck(_this.__StyledToastWidgetState__reverseAnimController, _s22_); t3 = t1._eval$1("_AnimatedEvaluation"); @@ -263822,7 +265810,7 @@ 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); break; - case B.StyledToastAnimation_24: + case 24: break; default: t1 = type$.Tween_double; @@ -264206,7 +266194,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 104 + $signature: 90 }; A.StyledToastWidgetState_dismissToast_closure.prototype = { call$0() { @@ -264220,26 +266208,25 @@ $signature: 0 }; A._StyledToastWidgetState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._StyledToastWidgetState_State_TickerProviderStateMixin_WidgetsBindingObserver.prototype = {}; A.StyledToastPosition.prototype = {}; A.StyledToastAnimation.prototype = { toString$0(_) { - return this._styled_toast_enum$_name; + return "StyledToastAnimation." + this._core$_name; } }; A.ToastFuture.prototype = { @@ -264303,7 +266290,7 @@ call$1(v) { v.dismiss$1$showAnim(this.showAnim); }, - $signature: 2083 + $signature: 2112 }; A.StyledToastTheme.prototype = { updateShouldNotify$1(oldWidget) { @@ -264408,7 +266395,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, false)); } }, - $signature: 113 + $signature: 120 }; A.PluginRegistry.prototype = {}; A.GoogleSignInAuthentication.prototype = { @@ -264639,13 +266626,13 @@ return _this.$this._currentUser; return _this.$this._callMethod$1(_this.method); }, - $signature: 2087 + $signature: 2115 }; A.GoogleSignIn_signIn_isCanceled.prototype = { call$1(error) { return error instanceof A.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 106 + $signature: 110 }; A.GoogleSignIn_signIn_closure.prototype = { call$1(_) { @@ -264656,7 +266643,7 @@ A.GoogleSignInPlatform.prototype = {}; A.MethodChannelGoogleSignIn.prototype = { init$4$clientId$hostedDomain$scopes$signInOption(clientId, hostedDomain, scopes, signInOption) { - return B.MethodChannel_Kf8._invokeMethod$1$3$arguments$missingOk("init", A.LinkedHashMap_LinkedHashMap$_literal(["signInOption", "SignInOption.standard", "scopes", scopes, "hostedDomain", hostedDomain, "clientId", clientId], type$.String, type$.dynamic), false, type$.void); + return B.MethodChannel_Kf8._invokeMethod$1$3$arguments$missingOk("init", A.LinkedHashMap_LinkedHashMap$_literal(["signInOption", "SignInOption." + signInOption._core$_name, "scopes", scopes, "hostedDomain", hostedDomain, "clientId", clientId], type$.String, type$.dynamic), false, type$.void); }, signInSilently$0() { return B.MethodChannel_Kf8.invokeMapMethod$2$1("signInSilently", type$.String, type$.dynamic).then$1$1(0, A.utils__getUserDataFromMap$closure(), type$.nullable_GoogleSignInUserData); @@ -264683,17 +266670,17 @@ t1 = J.getInterceptor$asx(result); return new A.GoogleSignInTokenData(t1.$index(result, "idToken"), t1.$index(result, "accessToken"), t1.$index(result, "serverAuthCode")); }, - $signature: 2095 + $signature: 2128 }; A.SignInOption.prototype = { toString$0(_) { - return "SignInOption.standard"; + return "SignInOption." + this._core$_name; } }; A.GoogleSignInUserData.prototype = { get$hashCode(_) { var _this = this; - return A.hashObjects1(A._setArrayType([_this.displayName, _this.email, _this.id, _this.photoUrl, _this.idToken, _this.serverAuthCode], type$.JSArray_nullable_String)); + return A.hashObjects0(A._setArrayType([_this.displayName, _this.email, _this.id, _this.photoUrl, _this.idToken, _this.serverAuthCode], type$.JSArray_nullable_String)); }, $eq(_, other) { var _this = this; @@ -264983,20 +266970,20 @@ call$1(_) { return A.init(); }, - $signature: 531 + $signature: 577 }; A.GoogleSignInPlugin_init_closure.prototype = { call$1(initializedAuth) { this.isAuthInitialized.complete$0(0); }, - $signature: 2101 + $signature: 2129 }; 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: 2104 + $signature: 2130 }; A.LoadConfig.prototype = {}; A.GoogleAuthInitFailureError.prototype = {}; @@ -265040,7 +267027,7 @@ this.loading.push(t1.get$first(t1)); this.tags.push(script); }, - $signature: 90 + $signature: 87 }; A.BaseClient.prototype = { _sendUnstreamed$5(method, url, headers, body, encoding) { @@ -265171,13 +267158,13 @@ call$2(key1, key2) { return key1.toLowerCase() === key2.toLowerCase(); }, - $signature: 2107 + $signature: 2131 }; A.BaseRequest_closure0.prototype = { call$1(key) { return B.JSString_methods.get$hashCode(key.toLowerCase()); }, - $signature: 2117 + $signature: 2132 }; A.BaseResponse.prototype = { BaseResponse$7$contentLength$headers$isRedirect$persistentConnection$reasonPhrase$request(statusCode, contentLength, headers, isRedirect, persistentConnection, reasonPhrase, request) { @@ -265284,13 +267271,13 @@ t3.toString; this.completer.complete$1(0, A.StreamedResponse$(new A.ByteStream(t2), t3, body.length, B.HttpRequest_methods.get$responseHeaders(t1), false, true, t1.statusText, this.request)); }, - $signature: 641 + $signature: 493 }; A.BrowserClient_send_closure0.prototype = { call$1(_) { this.completer.completeError$2(new A.ClientException("XMLHttpRequest error."), A.StackTrace_current()); }, - $signature: 641 + $signature: 493 }; A.ByteStream.prototype = { toBytes$0() { @@ -265305,7 +267292,7 @@ call$1(bytes) { return this.completer.complete$1(0, new Uint8Array(A._ensureNativeList(bytes))); }, - $signature: 496 + $signature: 588 }; A.ClientException.prototype = { toString$0(_) { @@ -265537,14 +267524,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: 154 + $signature: 142 }; 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: 2119 + $signature: 2139 }; A.onDone_closure.prototype = { call$1(sink) { @@ -265563,7 +267550,7 @@ call$1(key) { return key.toLowerCase(); }, - $signature: 95 + $signature: 125 }; A.MediaType.prototype = { get$mimeType(_) { @@ -265647,7 +267634,7 @@ scanner.expectDone$0(); return A.MediaType$(t4, t5, parameters); }, - $signature: 2120 + $signature: 2140 }; A.MediaType_toString_closure.prototype = { call$2(attribute, value) { @@ -265666,13 +267653,13 @@ } else t1._contents += A.S(value); }, - $signature: 154 + $signature: 142 }; A.MediaType_toString__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 319 + $signature: 504 }; A.expectQuotedString_closure.prototype = { call$1(match) { @@ -265680,7 +267667,7 @@ t1.toString; return t1; }, - $signature: 319 + $signature: 504 }; A.ImagePicker.prototype = { pickImage$1$source(source) { @@ -265760,7 +267747,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: 71 + $signature: 74 }; A.ImagePickerPlugin__getSelectedXFiles__closure.prototype = { call$1(file) { @@ -265770,7 +267757,7 @@ t4 = file.lastModified; return A.XFile$(t1, A.DateTime$fromMillisecondsSinceEpoch(t4 == null ? Date.now() : t4, false), t3, file.type, t2); }, - $signature: 2121 + $signature: 2145 }; A.ImagePickerPlugin__getSelectedXFiles_closure0.prototype = { call$1($event) { @@ -265778,7 +267765,7 @@ if ((t1.future._state & 30) === 0) t1.completeError$1($event); }, - $signature: 71 + $signature: 74 }; A.ImageResizer.prototype = { resizeImageIfNeeded$4(file, maxWidth, maxHeight, imageQuality) { @@ -265824,7 +267811,7 @@ // Function start t1 = type$.String; $async$goto = 3; - return A._asyncAwait($.$get$_channel()._invokeMethod$1$3$arguments$missingOk("pickImage", A.LinkedHashMap_LinkedHashMap$_literal(["source", 0, "maxWidth", maxWidth, "maxHeight", maxHeight, "imageQuality", imageQuality, "cameraDevice", preferredCameraDevice.index], t1, type$.dynamic), false, t1), $async$getImage$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source); + return A._asyncAwait($.$get$_channel()._invokeMethod$1$3$arguments$missingOk("pickImage", A.LinkedHashMap_LinkedHashMap$_literal(["source", source.index, "maxWidth", maxWidth, "maxHeight", maxHeight, "imageQuality", imageQuality, "cameraDevice", preferredCameraDevice.index], t1, type$.dynamic), false, t1), $async$getImage$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source); case 3: // returning from await. path = $async$result; @@ -265843,12 +267830,12 @@ A.ImagePickerPlatform.prototype = {}; A.CameraDevice.prototype = { toString$0(_) { - return this._camera_device$_name; + return "CameraDevice." + this._core$_name; } }; A.ImageSource.prototype = { toString$0(_) { - return "ImageSource.camera"; + return "ImageSource." + this._core$_name; } }; A.DateSymbols.prototype = { @@ -265860,13 +267847,13 @@ call$1($name) { return A.List_List$from(J.$index$asx(this.map, $name), true, type$.String); }, - $signature: 2122 + $signature: 2147 }; A.Intl__pluralRule_closure.prototype = { call$1(locale) { return "default"; }, - $signature: 95 + $signature: 125 }; A.NumberSymbols.prototype = { toString$0(_) { @@ -266025,10 +268012,10 @@ } }; A.DateFormat.prototype = { - format$1(date) { + format$1(_, date) { var t1, t2, _i, t3; for (t1 = this.get$_formatFields(), t2 = t1.length, _i = 0, t3 = ""; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) - t3 += A.S(t1[_i].format$1(date)); + t3 += A.S(J.format$1$x(t1[_i], date)); return t3.charCodeAt(0) == 0 ? t3 : t3; }, _date_format$_parse$3$strict$utc(inputString, strict, utc) { @@ -266242,25 +268229,25 @@ }, "call*": "call$8", $requiredArgCount: 8, - $signature: 2129 + $signature: 2155 }; A.DateFormat__checkDateOnly_closure.prototype = { call$1(each) { return each.get$forDate(); }, - $signature: 2130 + $signature: 2161 }; A.DateFormat__initDigitMatcher_closure.prototype = { call$1(i) { return i; }, - $signature: 196 + $signature: 157 }; A.DateFormat__initDigitMatcher_closure0.prototype = { call$1(i) { return this.$this.get$localeZeroCodeUnit() + i; }, - $signature: 196 + $signature: 157 }; A.DateFormat__fieldConstructors_closure.prototype = { call$2(pattern, $parent) { @@ -266268,21 +268255,21 @@ B.JSString_methods.trim$0(t1); return new A._DateFormatQuotedField(pattern, t1, $parent); }, - $signature: 2134 + $signature: 2162 }; A.DateFormat__fieldConstructors_closure0.prototype = { call$2(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatPatternField(pattern, $parent); }, - $signature: 2136 + $signature: 2163 }; A.DateFormat__fieldConstructors_closure1.prototype = { call$2(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatLiteralField(pattern, $parent); }, - $signature: 2141 + $signature: 2166 }; A._DateFormatField.prototype = { get$forDate() { @@ -266294,7 +268281,7 @@ toString$0(_) { return this.pattern; }, - format$1(date) { + format$1(_, date) { return this.pattern; }, parseLiteral$1(input) { @@ -266322,7 +268309,7 @@ } }; A._DateFormatPatternField.prototype = { - format$1(date) { + format$1(_, date) { return this.formatField$1(date); }, parse$2(_, input, dateFields) { @@ -266672,20 +268659,20 @@ call$1(each) { return this.input.peek$1(J.get$length$asx(each)) === each; }, - $signature: 106 + $signature: 110 }; 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])); }, - $signature: 251 + $signature: 292 }; A._DateFormatPatternField_parseStandaloneDay_closure.prototype = { call$1(x) { return x; }, - $signature: 65 + $signature: 64 }; A.IntlStream.prototype = { read$1(_, howMany) { @@ -266708,7 +268695,7 @@ return results; }, nextInteger$2$digitMatcher$zeroDigit(digitMatcher, zeroDigit) { - var newDigits, t2, i, _this = this, + var newDigits, i, _this = this, t1 = digitMatcher == null ? $.$get$asciiDigitMatcher() : digitMatcher, string = t1.stringMatch$1(_this.peek$1(_this.contents.length - _this.index)); if (string == null || string.length === 0) @@ -266717,15 +268704,15 @@ _this.read$1(0, t1); if (zeroDigit != null && zeroDigit !== $.$get$asciiZeroCodeUnit()) { newDigits = A.List_List$filled(t1, 0, false, type$.int); - for (t2 = J.getInterceptor$s(string), i = 0; i < t1; ++i) - newDigits[i] = t2._codeUnitAt$1(string, i) - zeroDigit + $.$get$asciiZeroCodeUnit(); + for (i = 0; i < t1; ++i) + newDigits[i] = B.JSString_methods._codeUnitAt$1(string, i) - zeroDigit + $.$get$asciiZeroCodeUnit(); string = A.String_String$fromCharCodes(newDigits, 0, null); } return A.int_parse(string, null); } }; A.NumberFormat.prototype = { - format$1(number) { + format$1(_, number) { var t2, t3, _this = this, t1 = typeof number == "number"; if (t1 && isNaN(number)) @@ -266928,13 +268915,13 @@ call$1(x) { return this.newPattern; }, - $signature: 2150 + $signature: 2168 }; A.NumberFormat_NumberFormat$decimalPattern_closure.prototype = { call$1(x) { return x.DECIMAL_PATTERN; }, - $signature: 2151 + $signature: 2171 }; A.NumberFormatParseResult.prototype = {}; A.NumberFormatParser.prototype = { @@ -267184,7 +269171,7 @@ }; A.PluralCase.prototype = { toString$0(_) { - return this._plural_rules$_name; + return "PluralCase." + this._core$_name; } }; A.InvoiceStatusColors.prototype = { @@ -267275,7 +269262,7 @@ t3 = new A.Inflate(t1, t4, t2, t3); t3.inputSet = true; t3._inflate$0(); - buffer = type$.List_int._as(A.NativeUint8List_NativeUint8List$view(t4._output_stream$_buffer.buffer, 0, t4._output_stream$_length)); + buffer = type$.List_int._as(A.NativeUint8List_NativeUint8List$view(t4._output_stream$_buffer.buffer, 0, t4.length)); $async$returnValue = B.C_Utf8Codec.decode$1(0, buffer); // goto return $async$goto = 1; @@ -267676,6 +269663,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "defaultCompanyId")); _$result = A._$AccountEntity$_(t9, t10, t15, t4, t14, t1, t11, t12, t13, t8, t6, t7, t5, t2, t3); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._account_model$_$v = _$result; } }; @@ -267969,42 +269957,44 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 410 + $signature: 349 }; A.ClientEntity_getActivities_closure.prototype = { call$1(activity) { - if (activity.invoiceId !== this.invoiceId) + var t1 = activity.invoiceId; + if (t1 !== this.invoiceId) return false; - if (activity.activityTypeId !== this.typeId) + t1 = activity.activityTypeId; + if (t1 !== this.typeId) return false; return true; }, - $signature: 405 + $signature: 346 }; A.ClientEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 148 + $signature: 143 }; A.ClientEntity_primaryContact_closure0.prototype = { call$0() { return A.ContactEntity_ContactEntity(); }, - $signature: 666 + $signature: 505 }; A.ClientEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 148 + $signature: 143 }; A.ClientEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 148 + $signature: 143 }; A.ContactEntity.prototype = { get$fullName() { @@ -268735,8 +270725,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._client_model$_$v = t1; return _$result; } @@ -268769,6 +270758,7 @@ t1.toString; t2 = new A.ClientEntityBuilder(); t2.get$_client_model$_$this()._number = ""; + A.ArgumentError_checkNotNull(t1, "other"); t2._client_model$_$v = t1; _this._client_model$_data = t2; _this._client_model$_$v = null; @@ -268807,8 +270797,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._client_model$_$v = t1; return _$result; } @@ -268817,6 +270806,7 @@ rebuild$1(updates) { var t1 = new A.ClientEntityBuilder(); t1.get$_client_model$_$this()._number = ""; + A.ArgumentError_checkNotNull(this, "other"); t1._client_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -269022,6 +271012,7 @@ t1 = $$v.settings; t1.toString; t2 = new A.SettingsEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._settings_model$_$v = t1; _this._client_model$_settings = t2; _this._lastLogin = $$v.lastLogin; @@ -269029,24 +271020,24 @@ _this._client_model$_customValue2 = $$v.customValue2; _this._client_model$_customValue3 = $$v.customValue3; _this._client_model$_customValue4 = $$v.customValue4; - t1 = $$v.contacts; - t1.toString; - _this._contacts = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); - t1 = $$v.activities; - t1.toString; - _this._activities = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); - t1 = $$v.ledger; - t1.toString; - _this._ledger = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); - t1 = $$v.gatewayTokens; - t1.toString; - _this._gatewayTokens = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); - t1 = $$v.documents; - t1.toString; - _this._client_model$_documents = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); - t1 = $$v.systemLogs; - t1.toString; - _this._systemLogs = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); + t2 = $$v.contacts; + t2.toString; + _this._contacts = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); + t2 = $$v.activities; + t2.toString; + _this._activities = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); + t2 = $$v.ledger; + t2.toString; + _this._ledger = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); + t2 = $$v.gatewayTokens; + t2.toString; + _this._gatewayTokens = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); + t2 = $$v.documents; + t2.toString; + _this._client_model$_documents = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); + t2 = $$v.systemLogs; + t2.toString; + _this._systemLogs = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); _this._client_model$_isChanged = $$v.isChanged; _this._client_model$_createdAt = $$v.createdAt; _this._client_model$_updatedAt = $$v.updatedAt; @@ -269217,8 +271208,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._client_model$_$v = t1; return _$result; } @@ -269226,6 +271216,7 @@ A._$ContactEntity.prototype = { rebuild$1(updates) { var t1 = new A.ContactEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._client_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -269392,6 +271383,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "id")); _$result = A._$ContactEntity$_(t18, t21, t6, t16, t20, t9, t10, t11, t12, t3, t1, t22, t15, t19, t7, t13, t2, t14, t4, t5, t8, t17); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._client_model$_$v = _$result; } }; @@ -269564,7 +271556,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_2Vk2; + return B.List_2Vk1; }, get$wireName() { return "CompanyGatewayListResponse"; @@ -269970,8 +271962,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_gateway_model$_$v = t1; return _$result; } @@ -270003,6 +271994,7 @@ t1 = $$v.data; t1.toString; t2 = new A.CompanyGatewayEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._company_gateway_model$_$v = t1; _this._company_gateway_model$_data = t2; _this._company_gateway_model$_$v = null; @@ -270036,8 +272028,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_gateway_model$_$v = t1; return _$result; } @@ -270045,6 +272036,7 @@ A._$CompanyGatewayEntity.prototype = { rebuild$1(updates) { var t1 = new A.CompanyGatewayEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._company_gateway_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -270277,8 +272269,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_gateway_model$_$v = t1; return _$result; } @@ -270287,6 +272278,7 @@ rebuild$1(updates) { var t1 = new A.FeesAndLimitsSettingsBuilder(); t1.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = false; + A.ArgumentError_checkNotNull(this, "other"); t1._company_gateway_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -270392,6 +272384,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s21_, "isEnabled")); _$result = A._$FeesAndLimitsSettings$_(t12, t3, t5, t4, t13, t2, t1, t7, t9, t11, t6, t8, t10); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._company_gateway_model$_$v = _$result; } }; @@ -270637,7 +272630,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: 2171 + $signature: 2200 }; A.GatewayOptionsEntity.prototype = {}; A.UserCompanyEntity.prototype = { @@ -270675,14 +272668,14 @@ b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 690 + $signature: 511 }; 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: 690 + $signature: 511 }; A.UserSettingsEntity.prototype = { getTableColumns$1(entityType) { @@ -272126,6 +274119,7 @@ rebuild$1(updates) { var t1 = new A.CompanyEntityBuilder(); A.CompanyEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._company_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -272563,6 +274557,7 @@ t1 = $$v.settings; t1.toString; t2 = new A.SettingsEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._settings_model$_$v = t1; _this._settings = t2; _this._enabledModules = $$v.enabledModules; @@ -272849,8 +274844,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_model$_$v = t1; return _$result; } @@ -272972,8 +274966,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_model$_$v = t1; return _$result; } @@ -273046,8 +275039,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_model$_$v = t1; return _$result; } @@ -273056,6 +275048,7 @@ rebuild$1(updates) { var t1 = new A.UserCompanyEntityBuilder(); A.UserCompanyEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._company_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -273148,7 +275141,7 @@ return t1; }, get$_company_model$_$this() { - var t1, t2, _this = this, _null = null, + var t1, t2, _this = this, _null = null, _s5_ = "other", $$v = _this._company_model$_$v; if ($$v != null) { _this._isAdmin = $$v.isAdmin; @@ -273171,6 +275164,7 @@ else { t2 = new A.CompanyEntityBuilder(); A.CompanyEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, _s5_); t2._company_model$_$v = t1; t1 = t2; } @@ -273181,6 +275175,7 @@ else { t2 = new A.UserEntityBuilder(); A.UserEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, _s5_); t2._user_model$_$v = t1; t1 = t2; } @@ -273190,6 +275185,7 @@ t1 = _null; else { t2 = new A.TokenEntityBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._token_model$_$v = t1; t1 = t2; } @@ -273200,6 +275196,7 @@ else { t2 = new A.AccountEntityBuilder(); A.AccountEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, _s5_); t2._account_model$_$v = t1; t1 = t2; } @@ -273210,6 +275207,7 @@ else { t2 = new A.UserSettingsEntityBuilder(); A.UserSettingsEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, _s5_); t2._company_model$_$v = t1; t1 = t2; } @@ -273291,8 +275289,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_model$_$v = t1; return _$result; } @@ -273301,6 +275298,7 @@ rebuild$1(updates) { var t1 = new A.UserSettingsEntityBuilder(); A.UserSettingsEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._company_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -273396,8 +275394,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_model$_$v = t1; return _$result; } @@ -273406,6 +275403,7 @@ rebuild$1(updates) { var t1 = new A.ReportSettingsEntityBuilder(); A.ReportSettingsEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._company_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -273491,8 +275489,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_model$_$v = t1; return _$result; } @@ -273525,6 +275522,7 @@ t1.toString; t2 = new A.CompanyEntityBuilder(); A.CompanyEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._company_model$_$v = t1; _this._company_model$_data = t2; _this._company_model$_$v = null; @@ -273563,8 +275561,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_model$_$v = t1; return _$result; } @@ -273614,6 +275611,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s23_, "required")); _$result = new A._$RegistrationFieldEntity(t1, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._company_model$_$v = _$result; } }; @@ -273796,8 +275794,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._credit_model$_$v = t1; return _$result; } @@ -273830,6 +275827,7 @@ t1.toString; t2 = new A.InvoiceEntityBuilder(); A.InvoiceEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._invoice_model$_$v = t1; _this._credit_model$_data = t2; _this._credit_model$_$v = null; @@ -273868,8 +275866,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._credit_model$_$v = t1; return _$result; } @@ -274001,7 +275998,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 260 + $signature: 238 }; A._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -274343,8 +276340,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._design_model$_$v = t1; return _$result; } @@ -274377,6 +276373,7 @@ t1.toString; t2 = new A.DesignEntityBuilder(); t2.get$_design_model$_$this()._isFree = true; + A.ArgumentError_checkNotNull(t1, "other"); t2._design_model$_$v = t1; _this._design_model$_data = t2; _this._design_model$_$v = null; @@ -274415,8 +276412,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._design_model$_$v = t1; return _$result; } @@ -274470,6 +276466,7 @@ t1.toString; t2 = new A.DesignEntityBuilder(); t2.get$_design_model$_$this()._isFree = true; + A.ArgumentError_checkNotNull(t1, "other"); t2._design_model$_$v = t1; _this._design = t2; _this._design_model$_$v = null; @@ -274505,8 +276502,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._design_model$_$v = t1; return _$result; } @@ -274515,6 +276511,7 @@ rebuild$1(updates) { var t1 = new A.DesignEntityBuilder(); t1.get$_design_model$_$this()._isFree = true; + A.ArgumentError_checkNotNull(this, "other"); t1._design_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -274669,8 +276666,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._design_model$_$v = t1; return _$result; } @@ -275031,8 +277027,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._document_model$_$v = t1; return _$result; } @@ -275067,6 +277062,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.DocumentEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._document_model$_$v = t1; _this._document_model$_data = t2; _this._document_model$_$v = null; @@ -275094,8 +277090,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._document_model$_$v = t1; return _$result; } @@ -275103,6 +277098,7 @@ A._$DocumentEntity.prototype = { rebuild$1(updates) { var t1 = new A.DocumentEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._document_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -275172,12 +277168,6 @@ get$name(_) { return this.get$_document_model$_$this()._document_model$_name; }, - set$width(_, width) { - this.get$_document_model$_$this()._document_model$_width = width; - }, - set$height(_, height) { - this.get$_document_model$_$this()._document_model$_height = height; - }, get$id(_) { return this.get$_document_model$_$this()._document_model$_id; }, @@ -275256,6 +277246,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s14_, "id")); _$result = A._$DocumentEntity$_(t13, t16, t11, t15, t2, t6, t17, t10, t9, t14, t1, t8, t7, t3, t12, t4, t5); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._document_model$_$v = _$result; } }; @@ -275439,13 +277430,16 @@ return B.EntityType_subscription; else if (B.JSArray_methods.contains$1(A._setArrayType(["100", "101", "102", "103", "104"], t1), t2)) return B.EntityType_recurringInvoice; + else if (B.JSArray_methods.contains$1(A._setArrayType(["120", "121", "122", "123", "124"], t1), t2)) + return B.EntityType_recurringExpense; else { A.print("## ERROR: failed to resolve entity type - activity_type_id: " + t2); return null; } }, - getDescription$12$client$credit$expense$invoice$payment$quote$recurringInvoice$task$user$vendor(activity, systemString, client, credit, expense, invoice, payment, quote, recurringInvoice, task, user, vendor) { - var t2, contact, t3, t4, _null = null, + getDescription$13$client$credit$expense$invoice$payment$quote$recurringExpense$recurringInvoice$task$user$vendor(activity, systemString, client, credit, expense, invoice, payment, quote, recurringExpense, recurringInvoice, task, user, vendor) { + var t2, contact, t3, _null = null, + _s18_ = ":recurring_expense", t1 = client == null; if (!t1) { t2 = this.contactId; @@ -275461,11 +277455,12 @@ activity = J.replaceFirst$2$s(activity, ":user", t3 == null ? systemString : t3); t3 = t1 ? _null : client.displayName; activity = B.JSString_methods.replaceFirst$2(activity, ":client", t3 == null ? "" : t3); - t3 = invoice == null; - t4 = t3 ? _null : invoice.number; - activity = B.JSString_methods.replaceFirst$2(activity, ":invoice", t4 == null ? "" : t4); - t3 = t3 ? _null : invoice.number; + 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(); @@ -275489,8 +277484,11 @@ activity = B.JSString_methods.replaceFirst$2(activity, ":task", t1 == null ? "" : t1); t1 = expense == null ? _null : expense.privateNotes; activity = B.JSString_methods.replaceFirst$2(activity, ":expense", t1 == null ? "" : t1); - t1 = vendor == null ? _null : vendor.name; - activity = B.JSString_methods.replaceFirst$2(activity, ":vendor", t1 == null ? "" : t1); + t1 = vendor == null; + t2 = t1 ? _null : vendor.name; + activity = B.JSString_methods.replaceFirst$2(activity, ":vendor", t2 == null ? "" : t2); + t1 = t1 ? _null : vendor.name; + activity = B.JSString_methods.replaceFirst$2(activity, _s18_, t1 == null ? "" : t1); return A.stringReplaceAllUnchecked(activity, " ", " "); } }; @@ -275498,7 +277496,7 @@ call$1(contact) { return contact.id === this.$this.contactId; }, - $signature: 148 + $signature: 143 }; A.ActivityEntity_getDescription_closure0.prototype = { call$0() { @@ -275673,6 +277671,11 @@ result.push("recurring_invoice_id"); result.push(serializers.serialize$2$specifiedType(value, B.FullType_h8g)); } + value = object.recurringExpenseId; + if (value != null) { + result.push("recurring_expense_id"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_h8g)); + } value = object.quoteId; if (value != null) { result.push("quote_id"); @@ -275775,6 +277778,10 @@ t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); result.get$_entities$_$this()._recurringInvoiceId = t2; break; + case "recurring_expense_id": + t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_entities$_$this()._recurringExpenseId = t2; + break; case "quote_id": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); result.get$_entities$_$this()._quoteId = t2; @@ -275927,6 +277934,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "createdAt")); _$result = new A._$LedgerEntity(t1, t2, t3, t4, result.get$_entities$_$this()._entities$_invoiceId, result.get$_entities$_$this()._entities$_creditId, result.get$_entities$_$this()._paymentId); } + A.ArgumentError_checkNotNull(_$result, "other"); return result._entities$_$v = _$result; }, deserialize$2(serializers, serialized) { @@ -275983,6 +277991,7 @@ t1 = $$v.$static; t1.toString; t2 = new A.StaticDataEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._static_data_model$_$v = t1; _this._static = t2; _this._entities$_$v = null; @@ -276020,8 +278029,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._entities$_$v = t1; return _$result; } @@ -276033,12 +278041,12 @@ return false; if (other === _this) return true; - return other instanceof A.ActivityEntity && _this.notes === other.notes && _this.key === other.key && _this.activityTypeId === other.activityTypeId && _this.clientId == other.clientId && _this.userId === other.userId && _this.invoiceId == other.invoiceId && _this.recurringInvoiceId == other.recurringInvoiceId && _this.quoteId == other.quoteId && _this.paymentId == other.paymentId && _this.creditId == other.creditId && _this.updatedAt === other.updatedAt && _this.expenseId == other.expenseId && _this.isSystem == other.isSystem && _this.ip == other.ip && _this.contactId == other.contactId && _this.taskId == other.taskId && _this.projectId == other.projectId && _this.vendorId == other.vendorId && _this.tokenId == other.tokenId && J.$eq$(_this.history, other.history); + return other instanceof A.ActivityEntity && _this.notes === other.notes && _this.key === other.key && _this.activityTypeId === other.activityTypeId && _this.clientId == other.clientId && _this.userId === other.userId && _this.invoiceId == other.invoiceId && _this.recurringInvoiceId == other.recurringInvoiceId && _this.recurringExpenseId == other.recurringExpenseId && _this.quoteId == other.quoteId && _this.paymentId == other.paymentId && _this.creditId == other.creditId && _this.updatedAt === other.updatedAt && _this.expenseId == other.expenseId && _this.isSystem == other.isSystem && _this.ip == other.ip && _this.contactId == other.contactId && _this.taskId == other.taskId && _this.projectId == other.projectId && _this.vendorId == other.vendorId && _this.tokenId == other.tokenId && J.$eq$(_this.history, other.history); }, get$hashCode(_) { var _this = this, t1 = _this._entities$__hashCode; - return t1 == null ? _this._entities$__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(0, B.JSString_methods.get$hashCode(_this.notes)), B.JSString_methods.get$hashCode(_this.key)), B.JSString_methods.get$hashCode(_this.activityTypeId)), J.get$hashCode$(_this.clientId)), B.JSString_methods.get$hashCode(_this.userId)), J.get$hashCode$(_this.invoiceId)), J.get$hashCode$(_this.recurringInvoiceId)), J.get$hashCode$(_this.quoteId)), J.get$hashCode$(_this.paymentId)), J.get$hashCode$(_this.creditId)), B.JSInt_methods.get$hashCode(_this.updatedAt)), J.get$hashCode$(_this.expenseId)), J.get$hashCode$(_this.isSystem)), J.get$hashCode$(_this.ip)), J.get$hashCode$(_this.contactId)), J.get$hashCode$(_this.taskId)), J.get$hashCode$(_this.projectId)), J.get$hashCode$(_this.vendorId)), J.get$hashCode$(_this.tokenId)), J.get$hashCode$(_this.history))) : t1; + return t1 == null ? _this._entities$__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(0, B.JSString_methods.get$hashCode(_this.notes)), B.JSString_methods.get$hashCode(_this.key)), B.JSString_methods.get$hashCode(_this.activityTypeId)), J.get$hashCode$(_this.clientId)), B.JSString_methods.get$hashCode(_this.userId)), J.get$hashCode$(_this.invoiceId)), J.get$hashCode$(_this.recurringInvoiceId)), J.get$hashCode$(_this.recurringExpenseId)), J.get$hashCode$(_this.quoteId)), J.get$hashCode$(_this.paymentId)), J.get$hashCode$(_this.creditId)), B.JSInt_methods.get$hashCode(_this.updatedAt)), J.get$hashCode$(_this.expenseId)), J.get$hashCode$(_this.isSystem)), J.get$hashCode$(_this.ip)), J.get$hashCode$(_this.contactId)), J.get$hashCode$(_this.taskId)), J.get$hashCode$(_this.projectId)), J.get$hashCode$(_this.vendorId)), J.get$hashCode$(_this.tokenId)), J.get$hashCode$(_this.history))) : t1; }, toString$0(_) { var _this = this, @@ -276051,6 +278059,7 @@ t2.add$2(t1, "userId", _this.userId); t2.add$2(t1, "invoiceId", _this.invoiceId); t2.add$2(t1, "recurringInvoiceId", _this.recurringInvoiceId); + t2.add$2(t1, "recurringExpenseId", _this.recurringExpenseId); t2.add$2(t1, "quoteId", _this.quoteId); t2.add$2(t1, "paymentId", _this.paymentId); t2.add$2(t1, "creditId", _this.creditId); @@ -276066,11 +278075,17 @@ t2.add$2(t1, "history", _this.history); return t2.toString$0(t1); }, + get$recurringExpenseId() { + return this.recurringExpenseId; + }, get$tokenId() { return this.tokenId; } }; A.ActivityEntityBuilder.prototype = { + get$recurringExpenseId() { + return this.get$_entities$_$this()._recurringExpenseId; + }, get$tokenId() { return this.get$_entities$_$this()._tokenId; }, @@ -276085,6 +278100,7 @@ _this._entities$_userId = $$v.userId; _this._entities$_invoiceId = $$v.invoiceId; _this._recurringInvoiceId = $$v.recurringInvoiceId; + _this._recurringExpenseId = $$v.recurringExpenseId; _this._quoteId = $$v.quoteId; _this._paymentId = $$v.paymentId; _this._entities$_creditId = $$v.creditId; @@ -276102,6 +278118,7 @@ t1 = null; else { t2 = new A.InvoiceHistoryEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._invoice_model$_$v = t1; t1 = t2; } @@ -276111,7 +278128,7 @@ return _this; }, build$0(_) { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, exception, _this = this, + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, exception, _this = this, _s14_ = "ActivityEntity", _$result = null; try { @@ -276132,22 +278149,23 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s14_, "userId")); t6 = _this.get$_entities$_$this()._entities$_invoiceId; t7 = _this.get$_entities$_$this()._recurringInvoiceId; - t8 = _this.get$_entities$_$this()._quoteId; - t9 = _this.get$_entities$_$this()._paymentId; - t10 = _this.get$_entities$_$this()._entities$_creditId; - t11 = _this.get$_entities$_$this()._entities$_updatedAt; - if (t11 == null) + t8 = _this.get$_entities$_$this()._recurringExpenseId; + t9 = _this.get$_entities$_$this()._quoteId; + t10 = _this.get$_entities$_$this()._paymentId; + t11 = _this.get$_entities$_$this()._entities$_creditId; + t12 = _this.get$_entities$_$this()._entities$_updatedAt; + if (t12 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s14_, "updatedAt")); - t12 = _this.get$_entities$_$this()._entities$_expenseId; - t13 = _this.get$_entities$_$this()._entities$_isSystem; - t14 = _this.get$_entities$_$this()._ip; - t15 = _this.get$_entities$_$this()._entities$_contactId; - t16 = _this.get$_entities$_$this()._entities$_taskId; - t17 = _this.get$_entities$_$this()._entities$_projectId; - t18 = _this.get$_entities$_$this()._entities$_vendorId; - t19 = _this.get$_entities$_$this()._tokenId; - t20 = _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 == null ? null : t20.build$0(0)); + t13 = _this.get$_entities$_$this()._entities$_expenseId; + t14 = _this.get$_entities$_$this()._entities$_isSystem; + t15 = _this.get$_entities$_$this()._ip; + t16 = _this.get$_entities$_$this()._entities$_contactId; + t17 = _this.get$_entities$_$this()._entities$_taskId; + t18 = _this.get$_entities$_$this()._entities$_projectId; + t19 = _this.get$_entities$_$this()._entities$_vendorId; + t20 = _this.get$_entities$_$this()._tokenId; + t21 = _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 == null ? null : t21.build$0(0)); } _$result = _$result0; } catch (exception) { @@ -276165,8 +278183,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._entities$_$v = t1; return _$result; } @@ -276544,8 +278561,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._expense_category_model$_$v = t1; return _$result; } @@ -276581,6 +278597,7 @@ t1 = $$v.data; t2 = new A.ExpenseCategoryEntityBuilder(); t2.get$_expense_category_model$_$this()._expense_category_model$_color = ""; + A.ArgumentError_checkNotNull(t1, "other"); t2._expense_category_model$_$v = t1; _this._expense_category_model$_data = t2; _this._expense_category_model$_$v = null; @@ -276613,8 +278630,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._expense_category_model$_$v = t1; return _$result; } @@ -276623,6 +278639,7 @@ rebuild$1(updates) { var t1 = new A.ExpenseCategoryEntityBuilder(); t1.get$_expense_category_model$_$this()._expense_category_model$_color = ""; + A.ArgumentError_checkNotNull(this, "other"); t1._expense_category_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -276735,6 +278752,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s21_, "id")); _$result = A._$ExpenseCategoryEntity$_(t6, t9, t2, t4, t8, t10, t3, t7, t1, t5); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._expense_category_model$_$v = _$result; } }; @@ -277645,6 +279663,7 @@ A.throwExpression(A.BuiltValueNullFieldError$("ExpenseScheduleEntity", "sendDate")); _$result = new A._$ExpenseScheduleEntity(t1); } + A.ArgumentError_checkNotNull(_$result, "other"); return result._expense_model$_$v = _$result; }, deserialize$2(serializers, serialized) { @@ -277769,8 +279788,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._expense_model$_$v = t1; return _$result; } @@ -277803,6 +279821,7 @@ t1.toString; t2 = new A.ExpenseEntityBuilder(); A.ExpenseEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._expense_model$_$v = t1; _this._expense_model$_data = t2; _this._expense_model$_$v = null; @@ -277841,8 +279860,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._expense_model$_$v = t1; return _$result; } @@ -277851,6 +279869,7 @@ rebuild$1(updates) { var t1 = new A.ExpenseEntityBuilder(); A.ExpenseEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._expense_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -278195,8 +280214,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._expense_model$_$v = t1; return _$result; } @@ -278234,6 +280252,7 @@ A._$ExpenseStatusEntity.prototype = { rebuild$1(updates) { var t1 = new A.ExpenseStatusEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._expense_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -278294,6 +280313,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "name")); _$result = A._$ExpenseStatusEntity$_(t1, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._expense_model$_$v = _$result; } }; @@ -278704,8 +280724,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._gateway_token_model$_$v = t1; return _$result; } @@ -278737,6 +280756,7 @@ t1 = $$v.data; t1.toString; t2 = new A.GatewayTokenEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._gateway_token_model$_$v = t1; _this._gateway_token_model$_data = t2; _this._gateway_token_model$_$v = null; @@ -278770,8 +280790,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._gateway_token_model$_$v = t1; return _$result; } @@ -278862,6 +280881,7 @@ _this._gateway_token_model$_isDefault = $$v.isDefault; t1 = $$v.meta; t2 = new A.GatewayTokenMetaEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._gateway_token_model$_$v = t1; _this._meta = t2; _this._gateway_token_model$_isChanged = $$v.isChanged; @@ -278931,8 +280951,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._gateway_token_model$_$v = t1; return _$result; } @@ -278982,6 +281001,7 @@ _$result = _this._gateway_token_model$_$v; if (_$result == null) _$result = new A._$GatewayTokenMetaEntity(_this.get$_gateway_token_model$_$this()._brand, _this.get$_gateway_token_model$_$this()._last4, _this.get$_gateway_token_model$_$this()._gateway_token_model$_type, _this.get$_gateway_token_model$_$this()._expMonth, _this.get$_gateway_token_model$_$this()._expYear); + A.ArgumentError_checkNotNull(_$result, "other"); return _this._gateway_token_model$_$v = _$result; } }; @@ -279363,8 +281383,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._group_model$_$v = t1; return _$result; } @@ -279397,6 +281416,7 @@ t1.toString; t2 = new A.GroupEntityBuilder(); A.GroupEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._group_model$_$v = t1; _this._group_model$_data = t2; _this._group_model$_$v = null; @@ -279435,8 +281455,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._group_model$_$v = t1; return _$result; } @@ -279445,6 +281464,7 @@ rebuild$1(updates) { var t1 = new A.GroupEntityBuilder(); A.GroupEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._group_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -279529,11 +281549,12 @@ t1 = $$v.settings; t1.toString; t2 = new A.SettingsEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._settings_model$_$v = t1; _this._group_model$_settings = t2; - t1 = $$v.documents; - t1.toString; - _this._group_model$_documents = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); + t2 = $$v.documents; + t2.toString; + _this._group_model$_documents = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); _this._group_model$_isChanged = $$v.isChanged; _this._group_model$_createdAt = $$v.createdAt; _this._group_model$_updatedAt = $$v.updatedAt; @@ -279592,8 +281613,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._group_model$_$v = t1; return _$result; } @@ -279791,6 +281811,7 @@ _this._systemHealth = $$v.systemHealth; t1 = $$v.phpVersion; t2 = new A.HealthCheckPHPResponseBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._health_check_model$_$v = t1; _this._phpVersion = t2; _this._envWritable = $$v.envWritable; @@ -279868,8 +281889,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._health_check_model$_$v = t1; return _$result; } @@ -279931,6 +281951,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s22_, "isOkay")); _$result = new A._$HealthCheckPHPResponse(t1, t2, t3, t4); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._health_check_model$_$v = _$result; } }; @@ -280262,8 +282283,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._import_model$_$v = t1; return _$result; } @@ -280345,8 +282365,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._import_model$_$v = t1; return _$result; } @@ -280430,8 +282449,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._import_model$_$v = t1; return _$result; } @@ -280496,8 +282514,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._import_model$_$v = t1; return _$result; } @@ -280767,7 +282784,7 @@ return A.matchesStringsValue(A._setArrayType([_this.poNumber, _this.publicNotes, _this.privateNotes, _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, t3, countOtherTypes, _this = this, + var t2, t3, t4, t5, countOtherTypes, _this = this, actions = A._setArrayType([], type$.JSArray_legacy_EntityAction), t1 = !_this.isDeleted; if (t1) { @@ -280822,10 +282839,20 @@ else if (t3 === B.EntityType_invoice) actions.push(B.EntityAction_emailInvoice); } - if (_this.statusId === "1" && !B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], type$.JSArray_legacy_EntityType), t3)) + t4 = _this.statusId === "1"; + if (t4 && !B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], type$.JSArray_legacy_EntityType), t3)) actions.push(B.EntityAction_markSent); if (_this.get$isPayable() && t3 === B.EntityType_invoice) actions.push(B.EntityAction_markPaid); + else { + if (t3 === B.EntityType_credit) { + t5 = (!t4 ? _this.balance : _this.amount) < 0; + t4 = t5; + } else + t4 = false; + if (t4) + actions.push(B.EntityAction_markPaid); + } if (_this.get$isPayable() && userCompany.can$2(B.UserPermission_create, B.EntityType_payment)) if (t3 === B.EntityType_credit) actions.push(B.EntityAction_applyCredit); @@ -281049,56 +283076,58 @@ return B.JSArray_methods.firstWhere$2$orElse(this.invitations._list, new A.InvoiceEntity_getInvitationForContact_closure(contact), new A.InvoiceEntity_getInvitationForContact_closure0()); }, getTaxes$1(precision) { - var invoiceTaxAmount, t2, invoicePaidAmount, t3, t4, itemTaxable, t5, itemTaxAmount, t6, itemPaidAmount, _this = this, + var t2, invoiceTaxAmount, t3, t4, itemTaxable, t5, t6, itemTaxAmount, t7, _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), - t1 = _this.taxRate1; - if (t1 !== 0) { - invoiceTaxAmount = calculateAmount.call$2(taxable, t1); - t2 = _this.amount; - invoicePaidAmount = t2 * invoiceTaxAmount !== 0 ? _this.paidToDate / t2 * invoiceTaxAmount : 0; - _this._calculateTax$5(taxes, _this.taxName1, t1, invoiceTaxAmount, invoicePaidAmount); + t1 = _this.taxName1; + if (t1.length !== 0) { + t2 = _this.taxRate1; + invoiceTaxAmount = calculateAmount.call$2(taxable, t2); + t3 = _this.amount; + _this._calculateTax$5(taxes, t1, t2, invoiceTaxAmount, t3 * invoiceTaxAmount !== 0 ? _this.paidToDate / t3 * invoiceTaxAmount : 0); } - t1 = _this.taxRate2; - if (t1 !== 0) { - invoiceTaxAmount = calculateAmount.call$2(taxable, t1); - t2 = _this.amount; - invoicePaidAmount = t2 * invoiceTaxAmount !== 0 ? _this.paidToDate / t2 * invoiceTaxAmount : 0; - _this._calculateTax$5(taxes, _this.taxName2, t1, invoiceTaxAmount, invoicePaidAmount); + t1 = _this.taxName2; + if (t1.length !== 0) { + t2 = _this.taxRate2; + invoiceTaxAmount = calculateAmount.call$2(taxable, t2); + t3 = _this.amount; + _this._calculateTax$5(taxes, t1, t2, invoiceTaxAmount, t3 * invoiceTaxAmount !== 0 ? _this.paidToDate / t3 * invoiceTaxAmount : 0); } - t1 = _this.taxRate3; - if (t1 !== 0) { - invoiceTaxAmount = calculateAmount.call$2(taxable, t1); - t2 = _this.amount; - invoicePaidAmount = t2 * invoiceTaxAmount !== 0 ? _this.paidToDate / t2 * invoiceTaxAmount : 0; - _this._calculateTax$5(taxes, _this.taxName3, t1, invoiceTaxAmount, invoicePaidAmount); + t1 = _this.taxName3; + if (t1.length !== 0) { + t2 = _this.taxRate3; + invoiceTaxAmount = calculateAmount.call$2(taxable, t2); + t3 = _this.amount; + _this._calculateTax$5(taxes, t1, t2, invoiceTaxAmount, t3 * invoiceTaxAmount !== 0 ? _this.paidToDate / t3 * invoiceTaxAmount : 0); } for (t1 = _this.lineItems._list, t1 = new J.ArrayIterator(t1, t1.length, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")), t2 = _this.amount, t3 = _this.paidToDate / t2; t1.moveNext$0();) { t4 = t1.__interceptors$_current; itemTaxable = _this.getItemTaxable$3(t4, t2, precision); - t5 = t4.taxRate1; - if (t5 !== 0) { - itemTaxAmount = calculateAmount.call$2(itemTaxable, t5); - t6 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; - itemPaidAmount = t6 ? t3 * itemTaxAmount : 0; - _this._calculateTax$5(taxes, t4.taxName1, t5, itemTaxAmount, itemPaidAmount); + t5 = t4.taxName1; + 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); } - t5 = t4.taxRate2; - if (t5 !== 0) { - itemTaxAmount = calculateAmount.call$2(itemTaxable, t5); - t6 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; - itemPaidAmount = t6 ? t3 * itemTaxAmount : 0; - _this._calculateTax$5(taxes, t4.taxName2, t5, itemTaxAmount, itemPaidAmount); + 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); } - t5 = t4.taxRate3; - if (t5 !== 0) { - itemTaxAmount = calculateAmount.call$2(itemTaxable, t5); + t5 = t4.taxName3; + if (t5.length !== 0) { + t4 = t4.taxRate3; + itemTaxAmount = calculateAmount.call$2(itemTaxable, t4); t6 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; - itemPaidAmount = t6 ? t3 * itemTaxAmount : 0; - _this._calculateTax$5(taxes, t4.taxName3, t5, itemTaxAmount, itemPaidAmount); + _this._calculateTax$5(taxes, t5, t4, itemTaxAmount, t6 ? t3 * itemTaxAmount : 0); } } + if (taxes.get$isEmpty(taxes)) + _this._calculateTax$5(taxes, "", 0, 0, 0); return taxes; }, _calculateTax$5(map, $name, rate, amount, paid) { @@ -281119,14 +283148,14 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 203 }; A.InvoiceEntity_moveLineItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.oldIndex); return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEntity_moveLineItem_closure0.prototype = { call$1(b) { @@ -281144,7 +283173,7 @@ b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEntity_clone_closure.prototype = { call$1(b) { @@ -281179,19 +283208,19 @@ t4.replace$1(0, A.List_List$of(new A.MappedListIterable(t2, new A.InvoiceEntity_clone__closure0(), t3), true, t3._eval$1("ListIterable.E"))); return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEntity_clone__closure.prototype = { call$1(lineItem) { return lineItem.typeId !== "3"; }, - $signature: 55 + $signature: 56 }; A.InvoiceEntity_clone__closure0.prototype = { call$1(invitation) { return A.InvitationEntity_InvitationEntity(invitation.contactId); }, - $signature: 2191 + $signature: 2211 }; A.InvoiceEntity_applyClient_closure.prototype = { call$1(b) { @@ -281244,7 +283273,7 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEntity_history_closure.prototype = { call$1(activity) { @@ -281256,31 +283285,31 @@ t1 = false; return t1; }, - $signature: 405 + $signature: 346 }; A.InvoiceEntity_history_closure0.prototype = { call$1(activity) { return activity.history; }, - $signature: 2193 + $signature: 2216 }; A.InvoiceEntity_hasTasks_closure.prototype = { call$1(item) { return item.typeId === "2"; }, - $signature: 55 + $signature: 56 }; A.InvoiceEntity_hasProducts_closure.prototype = { call$1(item) { return item.typeId !== "2"; }, - $signature: 55 + $signature: 56 }; A.InvoiceEntity_hasExpenses_closure.prototype = { call$1(item) { return item.typeId === "6"; }, - $signature: 55 + $signature: 56 }; A.InvoiceEntity_applyTax_closure.prototype = { call$1(b) { @@ -281291,7 +283320,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEntity_applyTax_closure0.prototype = { call$1(b) { @@ -281302,7 +283331,7 @@ b.get$_invoice_model$_$this()._taxName2 = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEntity_applyTax_closure1.prototype = { call$1(b) { @@ -281313,19 +283342,19 @@ b.get$_invoice_model$_$this()._taxName1 = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEntity_isViewed_closure.prototype = { call$1(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 477 + $signature: 515 }; A.InvoiceEntity_getInvitationForContact_closure.prototype = { call$1(invitation) { return invitation.contactId === this.contact.id; }, - $signature: 477 + $signature: 515 }; A.InvoiceEntity_getInvitationForContact_closure0.prototype = { call$0() { @@ -281341,13 +283370,13 @@ else return A.round(taxable * t1, 2); }, - $signature: 2198 + $signature: 2226 }; 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: 2199 + $signature: 2231 }; A.InvoiceItemEntity.prototype = { taxAmount$2(invoice, precision) { @@ -281422,7 +283451,7 @@ lineTotal = this.$this.total$2(0, t1, t2); return A.round(t1.usesInclusiveTaxes ? lineTotal - lineTotal / (1 + rate / 100) : lineTotal * rate / 100, t2); }, - $signature: 174 + $signature: 161 }; A.InvoiceItemEntity_applyTax_closure.prototype = { call$1(b) { @@ -282189,7 +284218,7 @@ break; case "task_id": t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_invoice_model$_$this()._invoice_model$_taskId = t1; + result.get$_invoice_model$_$this()._taskId = t1; break; case "expense_id": t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -282369,6 +284398,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "id")); _$result = A._$InvitationEntity$_(t11, t14, t3, t9, t13, t7, t15, t16, t8, t12, t1, t2, t6, t4, t10, t5); } + A.ArgumentError_checkNotNull(_$result, "other"); return result._invoice_model$_$v = _$result; }, deserialize$2(serializers, serialized) { @@ -282432,6 +284462,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s21_, "dueDate")); _$result = new A._$InvoiceScheduleEntity(t1, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return result._invoice_model$_$v = _$result; }, deserialize$2(serializers, serialized) { @@ -282552,8 +284583,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._invoice_model$_$v = t1; return _$result; } @@ -282586,6 +284616,7 @@ t1.toString; t2 = new A.InvoiceEntityBuilder(); A.InvoiceEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._invoice_model$_$v = t1; _this._invoice_model$_data = t2; _this._invoice_model$_$v = null; @@ -282624,8 +284655,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._invoice_model$_$v = t1; return _$result; } @@ -282634,6 +284664,7 @@ rebuild$1(updates) { var t1 = new A.InvoiceEntityBuilder(); A.InvoiceEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._invoice_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -283090,8 +285121,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._invoice_model$_$v = t1; return _$result; } @@ -283100,6 +285130,7 @@ rebuild$1(updates) { var t1 = new A.InvoiceItemEntityBuilder(); t1.get$_invoice_model$_$this()._productCost = 0; + A.ArgumentError_checkNotNull(this, "other"); t1._invoice_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -283166,7 +285197,7 @@ _this._invoice_model$_customValue3 = $$v.customValue3; _this._invoice_model$_customValue4 = $$v.customValue4; _this._discount = $$v.discount; - _this._invoice_model$_taskId = $$v.taskId; + _this._taskId = $$v.taskId; _this._expenseId = $$v.expenseId; _this._invoice_model$_createdAt = $$v.createdAt; _this._invoice_model$_$v = null; @@ -283227,10 +285258,11 @@ t17 = _this.get$_invoice_model$_$this()._discount; if (t17 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "discount")); - t18 = _this.get$_invoice_model$_$this()._invoice_model$_taskId; + t18 = _this.get$_invoice_model$_$this()._taskId; t19 = _this.get$_invoice_model$_$this()._expenseId; _$result = A._$InvoiceItemEntity$_(t3, _this.get$_invoice_model$_$this()._invoice_model$_createdAt, t13, t14, t15, t16, t17, t19, t2, t4, t1, t5, t18, t6, t8, t10, t7, t9, t11, t12); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._invoice_model$_$v = _$result; } }; @@ -283426,6 +285458,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "amount")); _$result = new A._$InvoiceHistoryEntity(t1, t2, t3, t4); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._invoice_model$_$v = _$result; } }; @@ -283584,79 +285617,79 @@ t1.update$3$ifAbsent(t1, item.taxName3, new A.CalculateInvoiceTotal_calculateTaxes__closure3(t2), new A.CalculateInvoiceTotal_calculateTaxes__closure4(t2)); } }, - $signature: 204 + $signature: 208 }; A.CalculateInvoiceTotal_calculateTaxes__closure.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 174 + $signature: 161 }; A.CalculateInvoiceTotal_calculateTaxes__closure0.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 182 + $signature: 200 }; A.CalculateInvoiceTotal_calculateTaxes__closure1.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 174 + $signature: 161 }; A.CalculateInvoiceTotal_calculateTaxes__closure2.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 182 + $signature: 200 }; A.CalculateInvoiceTotal_calculateTaxes__closure3.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 174 + $signature: 161 }; A.CalculateInvoiceTotal_calculateTaxes__closure4.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 182 + $signature: 200 }; A.CalculateInvoiceTotal_calculateTaxes_closure0.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 174 + $signature: 161 }; A.CalculateInvoiceTotal_calculateTaxes_closure1.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 182 + $signature: 200 }; A.CalculateInvoiceTotal_calculateTaxes_closure2.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 174 + $signature: 161 }; A.CalculateInvoiceTotal_calculateTaxes_closure3.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 182 + $signature: 200 }; A.CalculateInvoiceTotal_calculateTaxes_closure4.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 174 + $signature: 161 }; A.CalculateInvoiceTotal_calculateTaxes_closure5.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 182 + $signature: 200 }; A.CalculateInvoiceTotal_getTaxable_closure.prototype = { call$1(invoiceItem) { @@ -283666,7 +285699,7 @@ lineTotal = this.$this.isAmountDiscount ? lineTotal - t1 : lineTotal - lineTotal * t1 / 100; this._box_0.total += lineTotal; }, - $signature: 204 + $signature: 208 }; A.CalculateInvoiceTotal_calculateTotal_closure.prototype = { call$1(item) { @@ -283702,7 +285735,7 @@ t2.itemTax = t2.itemTax + A.round(lineTotal * taxRate3 / 100, t1); } }, - $signature: 204 + $signature: 208 }; A.CalculateInvoiceTotal_calculateSubtotal_closure.prototype = { call$1(item) { @@ -283717,7 +285750,7 @@ t2 = this._box_0; t2.total = t2.total + A.round(lineTotal, t1); }, - $signature: 204 + $signature: 208 }; A.EntityAction.prototype = { toString$0(_) { @@ -283742,6 +285775,135 @@ return t1 === 0 ? "-1" : "-2"; return this.statusId; }, + compareTo$7$clientMap$invoiceMap$payment$paymentTypeMap$sortAscending$sortField$userMap(_, clientMap, invoiceMap, payment, paymentTypeMap, sortAscending, sortField, userMap) { + var response, t1, t2, invoiceA, invoiceB, clientA, clientB, typeA, typeB, userA, userB, stateA, stateB, _null = null, + _s8_ = "archived", + paymentA = sortAscending ? this : payment, + paymentB = sortAscending ? payment : this; + switch (sortField) { + case "amount": + response = B.JSNumber_methods.compareTo$1(paymentA.amount, paymentB.amount); + break; + case "exchange_rate": + response = B.JSNumber_methods.compareTo$1(paymentA.exchangeRate, paymentB.exchangeRate); + break; + case "refunded": + response = B.JSNumber_methods.compareTo$1(paymentA.refunded, paymentB.refunded); + break; + case "number": + response = B.JSString_methods.compareTo$1(paymentA.number.toLowerCase(), paymentB.number.toLowerCase()); + break; + case "transaction_reference": + response = B.JSString_methods.compareTo$1(paymentA.transactionReference, paymentB.transactionReference); + break; + case "date": + response = J.compareTo$1$ns(paymentA.date, paymentB.date); + break; + case "private_notes": + response = B.JSString_methods.compareTo$1(paymentA.privateNotes.toLowerCase(), paymentB.date.toLowerCase()); + break; + case "updated_at": + response = B.JSInt_methods.compareTo$1(paymentA.updatedAt, paymentB.updatedAt); + break; + case "created_at": + response = B.JSInt_methods.compareTo$1(paymentA.createdAt, paymentB.createdAt); + break; + case "archived_at": + response = B.JSInt_methods.compareTo$1(paymentA.archivedAt, paymentB.archivedAt); + break; + case "status": + response = B.JSString_methods.compareTo$1(paymentA.statusId, paymentB.statusId); + break; + case "custom1": + response = B.JSString_methods.compareTo$1(paymentA.customValue1.toLowerCase(), paymentB.customValue1.toLowerCase()); + break; + case "custom2": + response = B.JSString_methods.compareTo$1(paymentA.customValue2.toLowerCase(), paymentB.customValue2.toLowerCase()); + break; + case "custom3": + response = B.JSString_methods.compareTo$1(paymentA.customValue3.toLowerCase(), paymentB.customValue3.toLowerCase()); + break; + case "custom4": + response = B.JSString_methods.compareTo$1(paymentA.customValue4.toLowerCase(), paymentB.customValue4.toLowerCase()); + break; + case "invoice_number": + t1 = paymentA.get$invoiceId(); + t2 = invoiceMap._map$_map; + invoiceA = t2.$index(0, t1); + if (invoiceA == null) + invoiceA = A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null); + invoiceB = t2.$index(0, paymentB.get$invoiceId()); + if (invoiceB == null) + invoiceB = A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null); + response = B.JSString_methods.compareTo$1(invoiceA.number.toLowerCase(), invoiceB.number.toLowerCase()); + break; + case "client": + t1 = paymentA.clientId; + t2 = clientMap._map$_map; + clientA = t2.$index(0, t1); + if (clientA == null) + clientA = A.ClientEntity_ClientEntity(_null, _null, _null, _null); + clientB = t2.$index(0, paymentB.clientId); + if (clientB == null) + clientB = A.ClientEntity_ClientEntity(_null, _null, _null, _null); + response = B.JSString_methods.compareTo$1(clientA.displayName.toLowerCase(), clientB.displayName.toLowerCase()); + break; + case "type": + t1 = paymentA.typeId; + t2 = paymentTypeMap._map$_map; + typeA = t2.$index(0, t1); + if (typeA == null) + typeA = A._$PaymentTypeEntity$_("", ""); + typeB = t2.$index(0, paymentB.typeId); + if (typeB == null) + typeB = A._$PaymentTypeEntity$_("", ""); + return B.JSString_methods.compareTo$1(typeA.name.toLowerCase(), typeB.name.toLowerCase()); + case "assigned_to": + t1 = paymentA.assignedUserId; + t2 = userMap._map$_map; + userA = t2.$index(0, t1); + if (userA == null) + userA = A.UserEntity_UserEntity(_null, _null, _null); + userB = t2.$index(0, paymentB.assignedUserId); + if (userB == null) + userB = A.UserEntity_UserEntity(_null, _null, _null); + t1 = userA.get$fullName().length !== 0 ? userA.get$fullName() : userA.email; + t2 = userB.get$fullName().length !== 0 ? userB.get$fullName() : userB.email; + response = B.JSString_methods.compareTo$1(t1.toLowerCase(), t2.toLowerCase()); + break; + case "created_by": + t1 = paymentA.createdUserId; + t2 = userMap._map$_map; + userA = t2.$index(0, t1); + if (userA == null) + userA = A.UserEntity_UserEntity(_null, _null, _null); + userB = t2.$index(0, paymentB.createdUserId); + if (userB == null) + userB = A.UserEntity_UserEntity(_null, _null, _null); + t1 = userA.get$fullName().length !== 0 ? userA.get$fullName() : userA.email; + t2 = userB.get$fullName().length !== 0 ? userB.get$fullName() : userB.email; + response = B.JSString_methods.compareTo$1(t1.toLowerCase(), t2.toLowerCase()); + break; + case "entity_state": + if (!paymentA.get$isArchived() && !paymentA.isDeleted) + t1 = "active"; + else + t1 = paymentA.get$isArchived() ? _s8_ : "deleted"; + stateA = A._$valueOf(t1); + if (!paymentB.get$isArchived() && !paymentB.isDeleted) + t1 = "active"; + else + t1 = paymentB.get$isArchived() ? _s8_ : "deleted"; + stateB = A._$valueOf(t1); + response = B.JSString_methods.compareTo$1(stateA.name.toLowerCase(), stateB.name.toLowerCase()); + break; + default: + A.print("## ERROR: sort by payment." + sortField + " is not implemented"); + response = 0; + break; + } + return response === 0 ? B.JSString_methods.compareTo$1(payment.number.toLowerCase(), this.number.toLowerCase()) : response; + }, matchesFilter$1(filter) { var _this = this; return A.matchesStrings(A._setArrayType([_this.number, _this.transactionReference, _this.privateNotes, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], type$.JSArray_legacy_String), filter); @@ -283825,19 +285987,19 @@ call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 184 + $signature: 198 }; A.PaymentEntity_creditPaymentables_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_credit; }, - $signature: 184 + $signature: 198 }; A.PaymentEntity_invoiceId_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 184 + $signature: 198 }; A.PaymentEntity_invoiceId_closure0.prototype = { call$0() { @@ -284385,8 +286547,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_model$_$v = t1; return _$result; } @@ -284418,6 +286579,7 @@ t1 = $$v.data; t1.toString; t2 = new A.PaymentEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._payment_model$_$v = t1; _this._payment_model$_data = t2; _this._payment_model$_$v = null; @@ -284451,8 +286613,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_model$_$v = t1; return _$result; } @@ -284460,6 +286621,7 @@ A._$PaymentEntity.prototype = { rebuild$1(updates) { var t1 = new A.PaymentEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._payment_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -284751,8 +286913,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_model$_$v = t1; return _$result; } @@ -284760,6 +286921,7 @@ A._$PaymentableEntity.prototype = { rebuild$1(updates) { var t1 = new A.PaymentableEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._payment_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -284834,6 +286996,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "id")); _$result = A._$PaymentableEntity$_(t5, t1, t4, t6, t3, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._payment_model$_$v = _$result; } }; @@ -285120,8 +287283,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_term_model$_$v = t1; return _$result; } @@ -285156,6 +287318,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.PaymentTermEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._payment_term_model$_$v = t1; _this._payment_term_model$_data = t2; _this._payment_term_model$_$v = null; @@ -285183,8 +287346,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_term_model$_$v = t1; return _$result; } @@ -285192,6 +287354,7 @@ A._$PaymentTermEntity.prototype = { rebuild$1(updates) { var t1 = new A.PaymentTermEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._payment_term_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -285304,6 +287467,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "id")); _$result = A._$PaymentTermEntity$_(t6, t9, t4, t8, t10, t3, t7, t1, t2, t5); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._payment_term_model$_$v = _$result; } }; @@ -285470,7 +287634,7 @@ b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; }, - $signature: 157 + $signature: 162 }; A._$ProductListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -285808,8 +287972,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._product_model$_$v = t1; return _$result; } @@ -285841,6 +288004,7 @@ t1 = $$v.data; t1.toString; t2 = new A.ProductEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._product_model$_$v = t1; _this._product_model$_data = t2; _this._product_model$_$v = null; @@ -285874,8 +288038,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._product_model$_$v = t1; return _$result; } @@ -285883,6 +288046,7 @@ A._$ProductEntity.prototype = { rebuild$1(updates) { var t1 = new A.ProductEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._product_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -286080,8 +288244,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._product_model$_$v = t1; return _$result; } @@ -286287,7 +288450,7 @@ b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; }, - $signature: 165 + $signature: 158 }; A._$ProjectListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -286558,7 +288721,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_05; + return B.List_03; }, get$wireName() { return "ProjectEntity"; @@ -286622,8 +288785,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._project_model$_$v = t1; return _$result; } @@ -286656,6 +288818,7 @@ t1.toString; t2 = new A.ProjectEntityBuilder(); t2.get$_project_model$_$this()._color = ""; + A.ArgumentError_checkNotNull(t1, "other"); t2._project_model$_$v = t1; _this._project_model$_data = t2; _this._project_model$_$v = null; @@ -286694,8 +288857,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._project_model$_$v = t1; return _$result; } @@ -286704,6 +288866,7 @@ rebuild$1(updates) { var t1 = new A.ProjectEntityBuilder(); t1.get$_project_model$_$this()._color = ""; + A.ArgumentError_checkNotNull(this, "other"); t1._project_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -286900,8 +289063,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._project_model$_$v = t1; return _$result; } @@ -286913,253 +289075,253 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 507 + $signature: 523 }; A._$serializers_closure0.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 511 + $signature: 524 }; A._$serializers_closure1.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ContactEntity); }, - $signature: 2228 + $signature: 2274 }; A._$serializers_closure2.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 338 + $signature: 340 }; A._$serializers_closure3.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LedgerEntity); }, - $signature: 2253 + $signature: 2284 }; A._$serializers_closure4.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 513 + $signature: 528 }; A._$serializers_closure5.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure6.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 332 + $signature: 339 }; A._$serializers_closure7.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 517 + $signature: 534 }; A._$serializers_closure8.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 521 + $signature: 537 }; A._$serializers_closure9.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 521 + $signature: 537 }; A._$serializers_closure10.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 522 + $signature: 539 }; A._$serializers_closure11.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 523 + $signature: 541 }; A._$serializers_closure12.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); }, - $signature: 526 + $signature: 545 }; A._$serializers_closure13.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayEntity); }, - $signature: 2294 + $signature: 2382 }; A._$serializers_closure14.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 529 + $signature: 546 }; A._$serializers_closure15.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 532 + $signature: 554 }; A._$serializers_closure16.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 533 + $signature: 555 }; A._$serializers_closure17.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 535 + $signature: 559 }; A._$serializers_closure18.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 517 + $signature: 534 }; A._$serializers_closure19.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceStatusEntity); }, - $signature: 2372 + $signature: 2399 }; A._$serializers_closure20.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 543 + $signature: 560 }; A._$serializers_closure21.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 529 + $signature: 546 }; A._$serializers_closure22.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 532 + $signature: 554 }; A._$serializers_closure23.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, - $signature: 544 + $signature: 580 }; A._$serializers_closure24.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure25.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure26.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure27.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure28.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure29.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure30.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseScheduleEntity); }, - $signature: 2379 + $signature: 2406 }; A._$serializers_closure31.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityState); }, - $signature: 2385 + $signature: 2407 }; A._$serializers_closure32.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityStatus); }, - $signature: 2389 + $signature: 2410 }; A._$serializers_closure33.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure34.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure35.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure36.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure37.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure38.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityType); }, - $signature: 2393 + $signature: 2417 }; A._$serializers_closure39.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BaseEntity); }, - $signature: 2396 + $signature: 2421 }; A._$serializers_closure40.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 560 + $signature: 581 }; A._$serializers_closure41.prototype = { call$0() { @@ -287171,85 +289333,85 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 513 + $signature: 528 }; A._$serializers_closure43.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, - $signature: 580 + $signature: 591 }; A._$serializers_closure44.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, - $signature: 580 + $signature: 591 }; A._$serializers_closure45.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 338 + $signature: 340 }; A._$serializers_closure46.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 586 + $signature: 602 }; A._$serializers_closure47.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 593 + $signature: 609 }; A._$serializers_closure48.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); }, - $signature: 595 + $signature: 635 }; A._$serializers_closure49.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 511 + $signature: 524 }; A._$serializers_closure50.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 560 + $signature: 581 }; A._$serializers_closure51.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 599 + $signature: 637 }; A._$serializers_closure52.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 507 + $signature: 523 }; A._$serializers_closure53.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 601 + $signature: 639 }; A._$serializers_closure54.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 189 + $signature: 182 }; A._$serializers_closure55.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 189 + $signature: 182 }; A._$serializers_closure56.prototype = { call$0() { @@ -287261,31 +289423,31 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 616 + $signature: 643 }; A._$serializers_closure58.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 189 + $signature: 182 }; A._$serializers_closure59.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 189 + $signature: 182 }; A._$serializers_closure60.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 620 + $signature: 644 }; A._$serializers_closure61.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 623 + $signature: 649 }; A._$serializers_closure62.prototype = { call$0() { @@ -287297,752 +289459,752 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); }, - $signature: 624 + $signature: 652 }; A._$serializers_closure64.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, - $signature: 544 + $signature: 580 }; A._$serializers_closure65.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure66.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); }, - $signature: 633 + $signature: 656 }; A._$serializers_closure67.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); }, - $signature: 636 + $signature: 660 }; A._$serializers_closure68.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 637 + $signature: 665 }; A._$serializers_closure69.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 639 + $signature: 668 }; A._$serializers_closure70.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 332 + $signature: 339 }; A._$serializers_closure71.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_RegistrationFieldEntity); }, - $signature: 2467 + $signature: 2487 }; A._$serializers_closure72.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 163 + $signature: 173 }; A._$serializers_closure73.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_HistoryRecord); }, - $signature: 2470 + $signature: 2510 }; A._$serializers_closure74.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 523 + $signature: 541 }; A._$serializers_closure75.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 189 + $signature: 182 }; A._$serializers_closure76.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 189 + $signature: 182 }; A._$serializers_closure77.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceScheduleEntity); }, - $signature: 2471 + $signature: 2513 }; A._$serializers_closure78.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceItemEntity); }, - $signature: 2476 + $signature: 2516 }; A._$serializers_closure79.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvitationEntity); }, - $signature: 2478 + $signature: 2519 }; A._$serializers_closure80.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure81.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 338 + $signature: 340 }; A._$serializers_closure82.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 533 + $signature: 555 }; A._$serializers_closure83.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 616 + $signature: 643 }; A._$serializers_closure84.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 639 + $signature: 668 }; A._$serializers_closure85.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 535 + $signature: 559 }; A._$serializers_closure86.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 351 + $signature: 330 }; A._$serializers_closure87.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 351 + $signature: 330 }; A._$serializers_closure88.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 351 + $signature: 330 }; A._$serializers_closure89.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 601 + $signature: 639 }; A._$serializers_closure90.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 623 + $signature: 649 }; A._$serializers_closure91.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 522 + $signature: 539 }; A._$serializers_closure92.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure93.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure94.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure95.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BuiltList_legacy_String); }, - $signature: 2501 + $signature: 2528 }; A._$serializers_closure96.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 637 + $signature: 665 }; A._$serializers_closure97.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 620 + $signature: 644 }; A._$serializers_closure98.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 593 + $signature: 609 }; A._$serializers_closure99.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 586 + $signature: 602 }; A._$serializers_closure100.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); }, - $signature: 526 + $signature: 545 }; A._$serializers_closure101.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); }, - $signature: 633 + $signature: 656 }; A._$serializers_closure102.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyEntity); }, - $signature: 2504 + $signature: 2529 }; A._$serializers_closure103.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyState); }, - $signature: 2507 + $signature: 2532 }; A._$serializers_closure104.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 599 + $signature: 637 }; A._$serializers_closure105.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorContactEntity); }, - $signature: 2510 + $signature: 2542 }; A._$serializers_closure106.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 123 + $signature: 124 }; A._$serializers_closure107.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); }, - $signature: 624 + $signature: 652 }; A._$serializers_closure108.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); }, - $signature: 636 + $signature: 660 }; A._$serializers_closure109.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_BuiltList_legacy_String); }, - $signature: 2511 + $signature: 2606 }; A._$serializers_closure110.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); }, - $signature: 2519 + $signature: 2609 }; A._$serializers_closure111.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 163 + $signature: 173 }; A._$serializers_closure112.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_PrefStateSortField); }, - $signature: 2520 + $signature: 2610 }; A._$serializers_closure113.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyPrefState); }, - $signature: 2523 + $signature: 2621 }; A._$serializers_closure114.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 356 + $signature: 329 }; A._$serializers_closure115.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 356 + $signature: 329 }; A._$serializers_closure116.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ReportSettingsEntity); }, - $signature: 2597 + $signature: 2634 }; A._$serializers_closure117.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ClientEntity); }, - $signature: 2600 + $signature: 2638 }; A._$serializers_closure118.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure119.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyGatewayEntity); }, - $signature: 2601 + $signature: 2642 }; A._$serializers_closure120.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure121.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CurrencyEntity); }, - $signature: 2611 + $signature: 2648 }; A._$serializers_closure122.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SizeEntity); }, - $signature: 2617 + $signature: 2650 }; A._$serializers_closure123.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayEntity); }, - $signature: 2622 + $signature: 2665 }; A._$serializers_closure124.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_IndustryEntity); }, - $signature: 2626 + $signature: 2693 }; A._$serializers_closure125.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TimezoneEntity); }, - $signature: 2630 + $signature: 2725 }; A._$serializers_closure126.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DateFormatEntity); }, - $signature: 2636 + $signature: 2743 }; A._$serializers_closure127.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_LanguageEntity); }, - $signature: 2639 + $signature: 2766 }; A._$serializers_closure128.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTypeEntity); }, - $signature: 2654 + $signature: 2802 }; A._$serializers_closure129.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CountryEntity); }, - $signature: 2680 + $signature: 2824 }; A._$serializers_closure130.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 543 + $signature: 560 }; A._$serializers_closure131.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DesignEntity); }, - $signature: 2712 + $signature: 2842 }; A._$serializers_closure132.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure133.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DocumentEntity); }, - $signature: 2730 + $signature: 2885 }; A._$serializers_closure134.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure135.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseCategoryEntity); }, - $signature: 2753 + $signature: 2906 }; A._$serializers_closure136.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure137.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); }, - $signature: 645 + $signature: 669 }; A._$serializers_closure138.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure139.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); }, - $signature: 645 + $signature: 669 }; A._$serializers_closure140.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure141.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_FeesAndLimitsSettings); }, - $signature: 2811 + $signature: 2946 }; A._$serializers_closure142.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 332 + $signature: 339 }; A._$serializers_closure143.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayOptionsEntity); }, - $signature: 2829 + $signature: 3034 }; A._$serializers_closure144.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GroupEntity); }, - $signature: 2872 + $signature: 3052 }; A._$serializers_closure145.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure146.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ImportRequestMapping); }, - $signature: 2893 + $signature: 3076 }; A._$serializers_closure147.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 303 + $signature: 290 }; A._$serializers_closure148.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure149.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 303 + $signature: 290 }; A._$serializers_closure150.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure151.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 303 + $signature: 290 }; A._$serializers_closure152.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure153.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 303 + $signature: 290 }; A._$serializers_closure154.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure155.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentEntity); }, - $signature: 2933 + $signature: 3113 }; A._$serializers_closure156.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure157.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTermEntity); }, - $signature: 3021 + $signature: 3132 }; A._$serializers_closure158.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure159.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PreImportResponseEntityDetails); }, - $signature: 3039 + $signature: 3158 }; A._$serializers_closure160.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProductEntity); }, - $signature: 3063 + $signature: 3182 }; A._$serializers_closure161.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure162.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProjectEntity); }, - $signature: 3083 + $signature: 3284 }; A._$serializers_closure163.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure164.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 163 + $signature: 173 }; A._$serializers_closure165.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 163 + $signature: 173 }; A._$serializers_closure166.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 163 + $signature: 173 }; A._$serializers_closure167.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 163 + $signature: 173 }; A._$serializers_closure168.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 163 + $signature: 173 }; A._$serializers_closure169.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 356 + $signature: 329 }; A._$serializers_closure170.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SubscriptionEntity); }, - $signature: 3100 + $signature: 737 }; A._$serializers_closure171.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure172.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskEntity); }, - $signature: 3119 + $signature: 738 }; A._$serializers_closure173.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure174.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); }, - $signature: 595 + $signature: 635 }; A._$serializers_closure175.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure176.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaxRateEntity); }, - $signature: 3145 + $signature: 739 }; A._$serializers_closure177.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure178.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TokenEntity); }, - $signature: 3169 + $signature: 740 }; A._$serializers_closure179.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure180.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_UserEntity); }, - $signature: 3272 + $signature: 741 }; A._$serializers_closure181.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure182.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_VendorEntity); }, - $signature: 734 + $signature: 742 }; A._$serializers_closure183.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure184.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_WebhookEntity); }, - $signature: 735 + $signature: 743 }; A._$serializers_closure185.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 32 + $signature: 34 }; A._$serializers_closure186.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_int, type$.legacy_String); }, - $signature: 736 + $signature: 744 }; A.SettingsEntity.prototype = { getFieldsForSection$1(section) { @@ -289876,6 +292038,7 @@ A._$SettingsEntity.prototype = { rebuild$1(updates) { var t1 = new A.SettingsEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._settings_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -290541,8 +292704,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._settings_model$_$v = t1; return _$result; } @@ -290819,8 +292981,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._country_model$_$v = t1; return _$result; } @@ -290855,6 +293016,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.CountryEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._country_model$_$v = t1; _this._country_model$_data = t2; _this._country_model$_$v = null; @@ -290882,8 +293044,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._country_model$_$v = t1; return _$result; } @@ -290977,6 +293138,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "id")); _$result = A._$CountryEntity$_(t5, t8, t6, t7, t1, t3, t2, t4); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._country_model$_$v = _$result; } }; @@ -291248,8 +293410,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._currency_model$_$v = t1; return _$result; } @@ -291284,6 +293445,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.CurrencyEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._currency_model$_$v = t1; _this._currency_model$_data = t2; _this._currency_model$_$v = null; @@ -291311,8 +293473,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._currency_model$_$v = t1; return _$result; } @@ -291411,6 +293572,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s14_, "id")); _$result = A._$CurrencyEntity$_(t6, t5, t8, t9, t1, t3, t7, t2, t4); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._currency_model$_$v = _$result; } }; @@ -291433,10 +293595,10 @@ return null; }, get$preview() { - return A.DateFormat$(this.format, "en").format$1(A.DateTime_parse("2000-01-31")); + return A.DateFormat$(this.format, "en").format$1(0, A.DateTime_parse("2000-01-31")); }, get$listDisplayName() { - return A.DateFormat$(this.format, "en").format$1(A.DateTime_parse("2000-01-31")); + return A.DateFormat$(this.format, "en").format$1(0, A.DateTime_parse("2000-01-31")); }, get$listDisplayAmount() { return null; @@ -291664,8 +293826,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._date_format_model$_$v = t1; return _$result; } @@ -291700,6 +293861,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.DateFormatEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._date_format_model$_$v = t1; _this._date_format_model$_data = t2; _this._date_format_model$_$v = null; @@ -291727,8 +293889,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._date_format_model$_$v = t1; return _$result; } @@ -291784,6 +293945,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "id")); _$result = new A._$DateFormatEntity(t1, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._date_format_model$_$v = _$result; } }; @@ -292013,8 +294175,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._datetime_format_model$_$v = t1; return _$result; } @@ -292049,6 +294210,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.DatetimeFormatEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._datetime_format_model$_$v = t1; _this._datetime_format_model$_data = t2; _this._datetime_format_model$_$v = null; @@ -292076,8 +294238,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._datetime_format_model$_$v = t1; return _$result; } @@ -292133,6 +294294,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s20_, "format")); _$result = new A._$DatetimeFormatEntity(t1, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._datetime_format_model$_$v = _$result; } }; @@ -292430,8 +294592,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._industry_model$_$v = t1; return _$result; } @@ -292466,6 +294627,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.IndustryEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._industry_model$_$v = t1; _this._industry_model$_data = t2; _this._industry_model$_$v = null; @@ -292493,8 +294655,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._industry_model$_$v = t1; return _$result; } @@ -292556,6 +294717,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s14_, "id")); _$result = new A._$IndustryEntity(t1, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._industry_model$_$v = _$result; } }; @@ -292616,6 +294778,7 @@ A._$InvoiceStatusEntity.prototype = { rebuild$1(updates) { var t1 = new A.InvoiceStatusEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._invoice_status_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -292676,6 +294839,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "name")); _$result = A._$InvoiceStatusEntity$_(t1, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._invoice_status_model$_$v = _$result; } }; @@ -292923,8 +295087,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._language_model$_$v = t1; return _$result; } @@ -292959,6 +295122,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.LanguageEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._language_model$_$v = t1; _this._language_model$_data = t2; _this._language_model$_$v = null; @@ -292986,8 +295150,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._language_model$_$v = t1; return _$result; } @@ -293055,6 +295218,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s14_, "id")); _$result = A._$LanguageEntity$_(t3, t2, t1); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._language_model$_$v = _$result; } }; @@ -293304,8 +295468,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_type_model$_$v = t1; return _$result; } @@ -293340,6 +295503,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.PaymentTypeEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._payment_type_model$_$v = t1; _this._payment_type_model$_data = t2; _this._payment_type_model$_$v = null; @@ -293367,8 +295531,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_type_model$_$v = t1; return _$result; } @@ -293428,8 +295591,9 @@ t2 = _this.get$_payment_type_model$_$this()._payment_type_model$_id; if (t2 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "id")); - _$result = new A._$PaymentTypeEntity(t1, t2); + _$result = A._$PaymentTypeEntity$_(t2, t1); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._payment_type_model$_$v = _$result; } }; @@ -293679,8 +295843,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._size_model$_$v = t1; return _$result; } @@ -293715,6 +295878,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.SizeEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._size_model$_$v = t1; _this._size_model$_data = t2; _this._size_model$_$v = null; @@ -293742,8 +295906,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._size_model$_$v = t1; return _$result; } @@ -293805,6 +295968,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s10_, "id")); _$result = new A._$SizeEntity(t1, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._size_model$_$v = _$result; } }; @@ -294175,6 +296339,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s14_, "body")); _$result = A._$TemplateEntity$_(t2, t1); } + A.ArgumentError_checkNotNull(_$result, "other"); return result._static_data_model$_$v = _$result; }, deserialize$2(serializers, serialized) { @@ -294216,6 +296381,7 @@ t1 = $$v.data; t1.toString; t2 = new A.StaticDataEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._static_data_model$_$v = t1; _this._static_data_model$_data = t2; _this._static_data_model$_$v = null; @@ -294249,8 +296415,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._static_data_model$_$v = t1; return _$result; } @@ -294476,8 +296641,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._static_data_model$_$v = t1; return _$result; } @@ -294764,8 +296928,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._timezone_model$_$v = t1; return _$result; } @@ -294800,6 +296963,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.TimezoneEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._timezone_model$_$v = t1; _this._timezone_model$_data = t2; _this._timezone_model$_$v = null; @@ -294827,8 +296991,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._timezone_model$_$v = t1; return _$result; } @@ -294896,6 +297059,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s14_, "id")); _$result = new A._$TimezoneEntity(t1, t2, t3); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._timezone_model$_$v = _$result; } }; @@ -295247,7 +297411,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_2No; + return B.List_2No0; }, get$wireName() { return "SubscriptionEntity"; @@ -295372,8 +297536,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._subscription_model$_$v = t1; return _$result; } @@ -295405,6 +297568,7 @@ t1 = $$v.data; t1.toString; t2 = new A.SubscriptionEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._subscription_model$_$v = t1; _this._subscription_model$_data = t2; _this._subscription_model$_$v = null; @@ -295438,8 +297602,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._subscription_model$_$v = t1; return _$result; } @@ -295447,6 +297610,7 @@ A._$SubscriptionEntity.prototype = { rebuild$1(updates) { var t1 = new A.SubscriptionEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._subscription_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -295568,6 +297732,7 @@ t1.toString; t2 = new A.WebhookConfigurationEntityBuilder(); A.WebhookConfigurationEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._subscription_model$_$v = t1; _this._webhookConfiguration = t2; _this._purchasePage = $$v.purchasePage; @@ -295680,8 +297845,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._subscription_model$_$v = t1; return _$result; } @@ -295777,8 +297941,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._subscription_model$_$v = t1; return _$result; } @@ -295975,6 +298138,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s15_, "createdAt")); _$result = new A._$SystemLogEntity(t1, t2, t3, t4, t5, t6, t7, t8, t9); } + A.ArgumentError_checkNotNull(_$result, "other"); return result._system_log_model$_$v = _$result; }, deserialize$2(serializers, serialized) { @@ -296239,7 +298403,7 @@ b.get$_task_model$_$this()._endDate = t1; return b; }, - $signature: 649 + $signature: 672 }; A.TaskEntity.prototype = { get$clone(_) { @@ -296618,7 +298782,7 @@ call$1(taskTime) { return taskTime.endDate == null; }, - $signature: 198 + $signature: 192 }; A.TaskEntity_getTaskTimes_closure.prototype = { call$1(detail) { @@ -296646,7 +298810,7 @@ t2 = timeB.startDate; return B.JSInt_methods.compareTo$1(t1._value, t2._value); }, - $signature: 742 + $signature: 750 }; A.TaskEntity_addTaskTime_closure.prototype = { call$1(b) { @@ -297039,8 +299203,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._task_model$_$v = t1; return _$result; } @@ -297073,6 +299236,7 @@ t1.toString; t2 = new A.TaskEntityBuilder(); t2.get$_task_model$_$this()._showAsRunning = false; + A.ArgumentError_checkNotNull(t1, "other"); t2._task_model$_$v = t1; _this._task_model$_data = t2; _this._task_model$_$v = null; @@ -297111,8 +299275,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._task_model$_$v = t1; return _$result; } @@ -297121,11 +299284,13 @@ rebuild$1(updates) { var _$result, t1 = new A.TaskTimeBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._task_model$_$v = this; updates.call$1(t1); _$result = t1._task_model$_$v; if (_$result == null) _$result = new A._$TaskTime(t1.get$_task_model$_$this()._startDate, t1.get$_task_model$_$this()._endDate); + A.ArgumentError_checkNotNull(_$result, "other"); return t1._task_model$_$v = _$result; }, $eq(_, other) { @@ -297164,6 +299329,7 @@ rebuild$1(updates) { var t1 = new A.TaskEntityBuilder(); t1.get$_task_model$_$this()._showAsRunning = false; + A.ArgumentError_checkNotNull(this, "other"); t1._task_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -297360,8 +299526,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._task_model$_$v = t1; return _$result; } @@ -297702,8 +299867,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._task_status_model$_$v = t1; return _$result; } @@ -297739,6 +299903,7 @@ t1 = $$v.data; t2 = new A.TaskStatusEntityBuilder(); t2.get$_task_status_model$_$this()._task_status_model$_color = ""; + A.ArgumentError_checkNotNull(t1, "other"); t2._task_status_model$_$v = t1; _this._task_status_model$_data = t2; _this._task_status_model$_$v = null; @@ -297771,8 +299936,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._task_status_model$_$v = t1; return _$result; } @@ -297781,6 +299945,7 @@ rebuild$1(updates) { var t1 = new A.TaskStatusEntityBuilder(); t1.get$_task_status_model$_$this()._task_status_model$_color = ""; + A.ArgumentError_checkNotNull(this, "other"); t1._task_status_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -297896,6 +300061,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s16_, "id")); _$result = A._$TaskStatusEntity$_(t7, t10, t2, t5, t9, t11, t4, t8, t1, t3, t6); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._task_status_model$_$v = _$result; } }; @@ -298206,8 +300372,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._tax_rate_model$_$v = t1; return _$result; } @@ -298242,6 +300407,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.TaxRateEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._tax_rate_model$_$v = t1; _this._tax_rate_model$_data = t2; _this._tax_rate_model$_$v = null; @@ -298269,8 +300435,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._tax_rate_model$_$v = t1; return _$result; } @@ -298278,6 +300443,7 @@ A._$TaxRateEntity.prototype = { rebuild$1(updates) { var t1 = new A.TaxRateEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._tax_rate_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -298390,6 +300556,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "id")); _$result = A._$TaxRateEntity$_(t6, t9, t4, t8, t10, t3, t7, t1, t2, t5); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._tax_rate_model$_$v = _$result; } }; @@ -298703,8 +300870,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._token_model$_$v = t1; return _$result; } @@ -298739,6 +300905,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.TokenEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._token_model$_$v = t1; _this._token_model$_data = t2; _this._token_model$_$v = null; @@ -298766,8 +300933,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._token_model$_$v = t1; return _$result; } @@ -298775,6 +300941,7 @@ A._$TokenEntity.prototype = { rebuild$1(updates) { var t1 = new A.TokenEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._token_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -298898,6 +301065,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s11_, "id")); _$result = A._$TokenEntity$_(t7, t10, t5, t9, t11, t4, t8, t1, t3, t2, t6); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._token_model$_$v = _$result; } }; @@ -299464,8 +301632,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._user_model$_$v = t1; return _$result; } @@ -299498,6 +301665,7 @@ t1.toString; t2 = new A.UserEntityBuilder(); A.UserEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._user_model$_$v = t1; _this._user_model$_data = t2; _this._user_model$_$v = null; @@ -299536,8 +301704,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._user_model$_$v = t1; return _$result; } @@ -299572,6 +301739,7 @@ if ($$v != null) { t1 = $$v.data; t2 = new A.UserTwoFactorDataBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._user_model$_$v = t1; _this._user_model$_data = t2; _this._user_model$_$v = null; @@ -299599,8 +301767,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._user_model$_$v = t1; return _$result; } @@ -299650,6 +301817,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s17_, "qrCode")); _$result = new A._$UserTwoFactorData(t1, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._user_model$_$v = _$result; } }; @@ -299681,6 +301849,7 @@ t1.toString; t2 = new A.UserCompanyEntityBuilder(); A.UserCompanyEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._company_model$_$v = t1; _this._user_model$_data = t2; _this._user_model$_$v = null; @@ -299719,8 +301888,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._user_model$_$v = t1; return _$result; } @@ -299729,6 +301897,7 @@ rebuild$1(updates) { var t1 = new A.UserEntityBuilder(); A.UserEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._user_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -299838,6 +302007,7 @@ else { t2 = new A.UserCompanyEntityBuilder(); A.UserCompanyEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._company_model$_$v = t1; t1 = t2; } @@ -299941,8 +302111,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._user_model$_$v = t1; return _$result; } @@ -300130,7 +302299,7 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 669 + $signature: 675 }; A.VendorContactEntity.prototype = { get$entityType() { @@ -300651,8 +302820,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._vendor_model$_$v = t1; return _$result; } @@ -300684,6 +302852,7 @@ t1 = $$v.data; t1.toString; t2 = new A.VendorEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._vendor_model$_$v = t1; _this._vendor_model$_data = t2; _this._vendor_model$_$v = null; @@ -300717,8 +302886,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._vendor_model$_$v = t1; return _$result; } @@ -300726,6 +302894,7 @@ A._$VendorEntity.prototype = { rebuild$1(updates) { var t1 = new A.VendorEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._vendor_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -300976,8 +303145,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._vendor_model$_$v = t1; return _$result; } @@ -300985,6 +303153,7 @@ A._$VendorContactEntity.prototype = { rebuild$1(updates) { var t1 = new A.VendorContactEntityBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._vendor_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -301106,6 +303275,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "id")); _$result = A._$VendorContactEntity$_(t9, t12, t7, t11, t3, t1, t13, t6, t10, t4, t2, t5, t8); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._vendor_model$_$v = _$result; } }; @@ -301459,8 +303629,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._webhook_model$_$v = t1; return _$result; } @@ -301493,6 +303662,7 @@ t1.toString; t2 = new A.WebhookEntityBuilder(); A.WebhookEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._webhook_model$_$v = t1; _this._webhook_model$_data = t2; _this._webhook_model$_$v = null; @@ -301531,8 +303701,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._webhook_model$_$v = t1; return _$result; } @@ -301541,6 +303710,7 @@ rebuild$1(updates) { var t1 = new A.WebhookEntityBuilder(); A.WebhookEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._webhook_model$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -301691,8 +303861,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._webhook_model$_$v = t1; return _$result; } @@ -302256,7 +304425,7 @@ B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); return b; }, - $signature: 38 + $signature: 43 }; A.CompanyGatewayRepository.prototype = { loadItem$2(credentials, entityId) { @@ -302655,7 +304824,7 @@ B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); return b; }, - $signature: 12 + $signature: 11 }; A.DesignRepository.prototype = { loadItem$2(credentials, entityId) { @@ -303663,7 +305832,7 @@ B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); return b; }, - $signature: 12 + $signature: 11 }; A.PaymentRepository.prototype = { loadItem$2(credentials, entityId) { @@ -304468,7 +306637,7 @@ B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); return b; }, - $signature: 157 + $signature: 162 }; A.ProjectRepository.prototype = { loadItem$2(credentials, entityId) { @@ -304891,7 +307060,7 @@ B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); return b; }, - $signature: 12 + $signature: 11 }; A.RecurringExpenseRepository.prototype = { loadItem$2(credentials, entityId) { @@ -306959,7 +309128,7 @@ client = new A.BrowserClient(A.LinkedHashSet_LinkedHashSet$_empty(type$.HttpRequest)); t1 = client._sendUnstreamed$5("POST", A.Uri_parse(url, 0, null), headers, data, null); $async$goto = 7; - return A._asyncAwait(t1.timeout$1(0, A.Duration$(0, 0, 0, 0, 0, rawResponse ? 180 : 30)), $async$post$8$data$idToken$multipartFiles$password$rawResponse$secret); + return A._asyncAwait(t1.timeout$1(0, A.Duration$(0, 0, 0, 0, 0, rawResponse ? 300 : 60)), $async$post$8$data$idToken$multipartFiles$password$rawResponse$secret); case 7: // returning from await. response = $async$result; @@ -307070,7 +309239,7 @@ call$2(field, errors) { J.forEach$1$ax(type$.legacy_List_dynamic._as(errors), new A._parseError__closure(this._box_0)); }, - $signature: 745 + $signature: 753 }; A._parseError__closure.prototype = { call$1(error) { @@ -307079,13 +309248,23 @@ }, $signature: 10 }; + A.main_closure.prototype = { + call$0() { + if ($._platformInstanceNeedsInit) { + A.initPlatformInstance(); + $._platformInstanceNeedsInit = false; + } + $.$get$BitsdojoWindowPlatform__instance().get$appWindow().set$title(0, "Invoice Ninja"); + }, + $signature: 1 + }; A._initialState_closure.prototype = { call$1(b) { b.get$_pref_state$_$this()._showKanban = true; b.get$useSidebarEditor().$indexSet(0, B.EntityType_task, true); return b; }, - $signature: 672 + $signature: 677 }; A.InvoiceNinjaApp.prototype = { createState$0() { @@ -307190,23 +309369,23 @@ if (t2 - t3._list[t1].lastUpdated > 300000) store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 394 + $signature: 328 }; A.InvoiceNinjaAppState_generateRoute_closure.prototype = { call$1(_) { return new A.LoginScreen(null); }, - $signature: 677 + $signature: 684 }; A.InvoiceNinjaAppState_generateRoute_closure0.prototype = { call$1(_) { return new A.MainScreen(null); }, - $signature: 681 + $signature: 687 }; A.InvoiceNinjaAppState_build_closure.prototype = { call$1(context) { - var locale, textButtonTheme, t2, t3, outlinedButtonTheme, windowData, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, _null = null, + var locale, textButtonTheme, t2, t3, outlinedButtonTheme, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, _null = null, t1 = this.$this, state = A._lateReadCheck(t1._widget.store.__Store__state, "_state"), hasAccentColor = state.get$hasAccentColor(), @@ -307214,12 +309393,10 @@ pageTransitionsTheme = new A.PageTransitionsTheme(A.LinkedHashMap_LinkedHashMap$_literal([B.TargetPlatform_0, new A.ZoomPageTransitionsBuilder()], type$.legacy_TargetPlatform, type$.legacy_PageTransitionsBuilder)); $._defaultLocale = A.localeSelector(state); locale = A.AppLocalization_createLocale(A.localeSelector(state)); - 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_a51, _null, _null, _null, _null, _null); + 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); - $.WidgetsBinding__instance.toString; - windowData = A.MediaQueryData$fromWindow($.$get$window()).copyWith$1$textScaleFactor(t2.textScaleFactor); 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); @@ -307228,13 +309405,13 @@ t7._list[t8].userCompany.toString; t7 = $.$get$navigatorKey(); t8 = type$.MappedListIterable_of_legacy_String_and_legacy_Locale; - t8 = A.List_List$of(new A.MappedListIterable(B.List_Hn1, new A.InvoiceNinjaAppState_build__closure(), t8), true, t8._eval$1("ListIterable.E")); + t8 = A.List_List$of(new A.MappedListIterable(B.List_Avr, new A.InvoiceNinjaAppState_build__closure(), t8), true, t8._eval$1("ListIterable.E")); t9 = $.$get$HubAdapter__instance(); t9 = A._setArrayType([new A.SentryNavigatorObserver(t9, A.LinkedHashMap_LinkedHashMap$_empty(type$.PageRoute_dynamic, type$.Set_RouteAware))], type$.JSArray_legacy_NavigatorObserver); t10 = 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.Color_4290479868, B.Color_4281794739, B.Color_4278442694, B.Color_4278442694, B.Color_4279374354, B.Color_4279374354, B.Color_4291782265, B.Color_4278190080, B.Color_4278190080, B.Color_4294967295, B.Color_4294967295, B.Color_4278190080, B.Brightness_0).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); + 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, 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); else { t3 = A.ColorScheme_ColorScheme$fromSwatch(_null, _null, B.Brightness_1, _null, _null, _null, B.MaterialColor_Map_JNwaj_4280391411).copyWith$1$secondary(accentColor); t11 = hasAccentColor ? accentColor : B.Color_4279066001; @@ -307249,658 +309426,665 @@ t1 = A.getLayout(context) === B.AppLayout_mobile ? _null : t1.get$generateRoute(); t11 = type$.legacy_String; t12 = type$.legacy_legacy_Widget_Function_legacy_BuildContext; - t11 = 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(), "/recurring_expense", new A.InvoiceNinjaAppState_build__closure39(), "/recurring_expense/view", new A.InvoiceNinjaAppState_build__closure40(), "/recurring_expense/edit", new A.InvoiceNinjaAppState_build__closure41(), "/settings/subscriptions", new A.InvoiceNinjaAppState_build__closure42(), "/settings/subscriptions/view", new A.InvoiceNinjaAppState_build__closure43(), "/settings/subscriptions/edit", new A.InvoiceNinjaAppState_build__closure44(), "/settings/task_status", new A.InvoiceNinjaAppState_build__closure45(), "/settings/task_status/view", new A.InvoiceNinjaAppState_build__closure46(), "/settings/task_status/edit", new A.InvoiceNinjaAppState_build__closure47(), "/settings/expense_category", new A.InvoiceNinjaAppState_build__closure48(), "/settings/expense_category/view", new A.InvoiceNinjaAppState_build__closure49(), "/settings/expense_category/edit", new A.InvoiceNinjaAppState_build__closure50(), "/recurring_invoice", new A.InvoiceNinjaAppState_build__closure51(), "/recurring_invoice/view", new A.InvoiceNinjaAppState_build__closure52(), "/recurring_invoice/edit", new A.InvoiceNinjaAppState_build__closure53(), "/recurring_invoice/pdf", new A.InvoiceNinjaAppState_build__closure54(), "/settings/webhook", new A.InvoiceNinjaAppState_build__closure55(), "/settings/webhook/view", new A.InvoiceNinjaAppState_build__closure56(), "/settings/webhook/edit", new A.InvoiceNinjaAppState_build__closure57(), "/settings/tokens", new A.InvoiceNinjaAppState_build__closure58(), "/settings/token/view", new A.InvoiceNinjaAppState_build__closure59(), "/settings/token/edit", new A.InvoiceNinjaAppState_build__closure60(), "/settings/payment_terms", new A.InvoiceNinjaAppState_build__closure61(), "/settings/payment_term/edit", new A.InvoiceNinjaAppState_build__closure62(), "/settings/payment_term/view", new A.InvoiceNinjaAppState_build__closure63(), "/settings/custom_designs", new A.InvoiceNinjaAppState_build__closure64(), "/settings/custom_designs/view", new A.InvoiceNinjaAppState_build__closure65(), "/settings/custom_designs/edit", new A.InvoiceNinjaAppState_build__closure66(), "/credit", new A.InvoiceNinjaAppState_build__closure67(), "/credit/view", new A.InvoiceNinjaAppState_build__closure68(), "/credit/edit", new A.InvoiceNinjaAppState_build__closure69(), "/credit/email", new A.InvoiceNinjaAppState_build__closure70(), "/credit/pdf", new A.InvoiceNinjaAppState_build__closure71(), "/settings/user_management", new A.InvoiceNinjaAppState_build__closure72(), "/settings/user_management/view", new A.InvoiceNinjaAppState_build__closure73(), "/settings/user_management/edit", new A.InvoiceNinjaAppState_build__closure74(), "/settings/group_settings", new A.InvoiceNinjaAppState_build__closure75(), "/settings/group_settings/view", new A.InvoiceNinjaAppState_build__closure76(), "/settings/group_settings/edit", new A.InvoiceNinjaAppState_build__closure77(), "/settings", new A.InvoiceNinjaAppState_build__closure78(), "/reports", new A.InvoiceNinjaAppState_build__closure79(), "/settings/company_details", new A.InvoiceNinjaAppState_build__closure80(), "/settings/user_details", new A.InvoiceNinjaAppState_build__closure81(), "/settings/localization", new A.InvoiceNinjaAppState_build__closure82(), "/settings/online_payments", new A.InvoiceNinjaAppState_build__closure83(), "/settings/company_gateways", new A.InvoiceNinjaAppState_build__closure84(), "/settings/company_gateways/view", new A.InvoiceNinjaAppState_build__closure85(), "/settings/company_gateways/edit", new A.InvoiceNinjaAppState_build__closure86(), "/settings/tax_settings", new A.InvoiceNinjaAppState_build__closure87(), "/settings/tax_settings_rates", new A.InvoiceNinjaAppState_build__closure88(), "/settings/tax_settings_rates/view", new A.InvoiceNinjaAppState_build__closure89(), "/settings/tax_settings_rates/edit", new A.InvoiceNinjaAppState_build__closure90(), "/settings/product_settings", new A.InvoiceNinjaAppState_build__closure91(), "/settings/expense_settings", new A.InvoiceNinjaAppState_build__closure92(), "/settings/task_settings", new A.InvoiceNinjaAppState_build__closure93(), "/settings/import_export", new A.InvoiceNinjaAppState_build__closure94(), "/settings/device_settings", new A.InvoiceNinjaAppState_build__closure95(), "/settings/account_management", new A.InvoiceNinjaAppState_build__closure96(), "/settings/custom_fields", new A.InvoiceNinjaAppState_build__closure97(), "/settings/generated_numbers", new A.InvoiceNinjaAppState_build__closure98(), "/settings/workflow_settings", new A.InvoiceNinjaAppState_build__closure99(), "/settings/invoice_design", new A.InvoiceNinjaAppState_build__closure100(), "/settings/client_portal", new A.InvoiceNinjaAppState_build__closure101(), "/settings/buy_now_buttons", new A.InvoiceNinjaAppState_build__closure102(), "/settings/email_settings", new A.InvoiceNinjaAppState_build__closure103(), "/settings/templates_and_reminders", new A.InvoiceNinjaAppState_build__closure104(), "/settings/credit_cards_and_banks", new A.InvoiceNinjaAppState_build__closure105(), "/settings/data_visualizations", new A.InvoiceNinjaAppState_build__closure106()], t11, t12) : A.LinkedHashMap_LinkedHashMap$_empty(t11, t12); - return new A.StyledToast(new A.WebSocketRefresh(new A.MediaQuery(windowData, new A.MaterialApp(t7, t2, t11, t1, t9, "Invoice Ninja", t3, locale, t10, t8, false, new A.MyCustomScrollBehavior(_null), true, _null), _null), _null), t5, t6, t4, locale, _null); + t11 = 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(), "/recurring_expense", new A.InvoiceNinjaAppState_build__closure39(), "/recurring_expense/view", new A.InvoiceNinjaAppState_build__closure40(), "/recurring_expense/edit", new A.InvoiceNinjaAppState_build__closure41(), "/settings/subscriptions", new A.InvoiceNinjaAppState_build__closure42(), "/settings/subscriptions/view", new A.InvoiceNinjaAppState_build__closure43(), "/settings/subscriptions/edit", new A.InvoiceNinjaAppState_build__closure44(), "/settings/task_status", new A.InvoiceNinjaAppState_build__closure45(), "/settings/task_status/view", new A.InvoiceNinjaAppState_build__closure46(), "/settings/task_status/edit", new A.InvoiceNinjaAppState_build__closure47(), "/settings/expense_category", new A.InvoiceNinjaAppState_build__closure48(), "/settings/expense_category/view", new A.InvoiceNinjaAppState_build__closure49(), "/settings/expense_category/edit", new A.InvoiceNinjaAppState_build__closure50(), "/recurring_invoice", new A.InvoiceNinjaAppState_build__closure51(), "/recurring_invoice/view", new A.InvoiceNinjaAppState_build__closure52(), "/recurring_invoice/edit", new A.InvoiceNinjaAppState_build__closure53(), "/recurring_invoice/pdf", new A.InvoiceNinjaAppState_build__closure54(), "/settings/webhook", new A.InvoiceNinjaAppState_build__closure55(), "/settings/webhook/view", new A.InvoiceNinjaAppState_build__closure56(), "/settings/webhook/edit", new A.InvoiceNinjaAppState_build__closure57(), "/settings/tokens", new A.InvoiceNinjaAppState_build__closure58(), "/settings/token/view", new A.InvoiceNinjaAppState_build__closure59(), "/settings/token/edit", new A.InvoiceNinjaAppState_build__closure60(), "/settings/payment_terms", new A.InvoiceNinjaAppState_build__closure61(), "/settings/payment_term/edit", new A.InvoiceNinjaAppState_build__closure62(), "/settings/payment_term/view", new A.InvoiceNinjaAppState_build__closure63(), "/settings/custom_designs", new A.InvoiceNinjaAppState_build__closure64(), "/settings/custom_designs/view", new A.InvoiceNinjaAppState_build__closure65(), "/settings/custom_designs/edit", new A.InvoiceNinjaAppState_build__closure66(), "/credit", new A.InvoiceNinjaAppState_build__closure67(), "/credit/view", new A.InvoiceNinjaAppState_build__closure68(), "/credit/edit", new A.InvoiceNinjaAppState_build__closure69(), "/credit/email", new A.InvoiceNinjaAppState_build__closure70(), "/credit/pdf", new A.InvoiceNinjaAppState_build__closure71(), "/settings/user_management", new A.InvoiceNinjaAppState_build__closure72(), "/settings/user_management/view", new A.InvoiceNinjaAppState_build__closure73(), "/settings/user_management/edit", new A.InvoiceNinjaAppState_build__closure74(), "/settings/group_settings", new A.InvoiceNinjaAppState_build__closure75(), "/settings/group_settings/view", new A.InvoiceNinjaAppState_build__closure76(), "/settings/group_settings/edit", new A.InvoiceNinjaAppState_build__closure77(), "/settings", new A.InvoiceNinjaAppState_build__closure78(), "/reports", new A.InvoiceNinjaAppState_build__closure79(), "/settings/company_details", new A.InvoiceNinjaAppState_build__closure80(), "/settings/user_details", new A.InvoiceNinjaAppState_build__closure81(), "/settings/localization", new A.InvoiceNinjaAppState_build__closure82(), "/settings/online_payments", new A.InvoiceNinjaAppState_build__closure83(), "/settings/company_gateways", new A.InvoiceNinjaAppState_build__closure84(), "/settings/company_gateways/view", new A.InvoiceNinjaAppState_build__closure85(), "/settings/company_gateways/edit", new A.InvoiceNinjaAppState_build__closure86(), "/settings/tax_settings", new A.InvoiceNinjaAppState_build__closure87(), "/settings/tax_settings_rates", new A.InvoiceNinjaAppState_build__closure88(), "/settings/tax_settings_rates/view", new A.InvoiceNinjaAppState_build__closure89(), "/settings/tax_settings_rates/edit", new A.InvoiceNinjaAppState_build__closure90(), "/settings/product_settings", new A.InvoiceNinjaAppState_build__closure91(), "/settings/expense_settings", new A.InvoiceNinjaAppState_build__closure92(), "/settings/task_settings", new A.InvoiceNinjaAppState_build__closure93(), "/settings/import_export", new A.InvoiceNinjaAppState_build__closure94(), "/settings/device_settings", new A.InvoiceNinjaAppState_build__closure95(), "/settings/account_management", new A.InvoiceNinjaAppState_build__closure96(), "/settings/custom_fields", new A.InvoiceNinjaAppState_build__closure97(), "/settings/generated_numbers", new A.InvoiceNinjaAppState_build__closure98(), "/settings/workflow_settings", new A.InvoiceNinjaAppState_build__closure99(), "/settings/invoice_design", new A.InvoiceNinjaAppState_build__closure100(), "/settings/client_portal", new A.InvoiceNinjaAppState_build__closure101(), "/settings/email_settings", new A.InvoiceNinjaAppState_build__closure102(), "/settings/templates_and_reminders", new A.InvoiceNinjaAppState_build__closure103(), "/settings/credit_cards_and_banks", new A.InvoiceNinjaAppState_build__closure104(), "/settings/data_visualizations", new A.InvoiceNinjaAppState_build__closure105()], t11, t12) : A.LinkedHashMap_LinkedHashMap$_empty(t11, t12); + return new A.StyledToast(new A.WebSocketRefresh(new A.MaterialApp(t7, t2, t11, t1, t9, new A.InvoiceNinjaAppState_build__closure106(state), "Invoice Ninja", t3, locale, t10, t8, false, new A.MyCustomScrollBehavior(_null), _null), _null), t5, t6, t4, locale, _null); }, - $signature: 753 + $signature: 761 + }; + A.InvoiceNinjaAppState_build__closure106.prototype = { + call$2(context, child) { + var data = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data, + t1 = this.state, + t2 = t1.prefState.textScaleFactor, + t3 = t1.uiState.selectedCompanyIndex; + t3 = t1.userCompanyStates._list[t3].userCompany.company; + t1 = t3 == null ? null : t3.settings; + t1 = t1 == null ? null : t1.enableMilitaryTime; + return new A.MediaQuery(data.copyWith$2$alwaysUse24HourFormat$textScaleFactor(t1 === true, t2), child, null); + }, + $signature: 688 }; A.InvoiceNinjaAppState_build__closure.prototype = { call$1(locale) { return A.AppLocalization_createLocale(locale); }, - $signature: 754 + $signature: 763 }; A.InvoiceNinjaAppState_build__closure0.prototype = { call$1(context) { return new A.LoginScreen(null); }, - $signature: 677 + $signature: 684 }; A.InvoiceNinjaAppState_build__closure1.prototype = { call$1(context) { return new A.MainScreen(null); }, - $signature: 681 + $signature: 687 }; A.InvoiceNinjaAppState_build__closure2.prototype = { call$1(context) { return new A.ChangeLayoutBanner(new A.DashboardScreenBuilder(null), this.state.prefState.appLayout, B.AppLayout_mobile, null); }, - $signature: 755 + $signature: 764 }; A.InvoiceNinjaAppState_build__closure3.prototype = { call$1(context) { return new A.ProductScreenBuilder(null); }, - $signature: 756 + $signature: 765 }; A.InvoiceNinjaAppState_build__closure4.prototype = { call$1(context) { return new A.ProductViewScreen(null); }, - $signature: 757 + $signature: 766 }; A.InvoiceNinjaAppState_build__closure5.prototype = { call$1(context) { return new A.ProductEditScreen(null); }, - $signature: 758 + $signature: 767 }; A.InvoiceNinjaAppState_build__closure6.prototype = { call$1(context) { return new A.ClientScreenBuilder(null); }, - $signature: 759 + $signature: 768 }; A.InvoiceNinjaAppState_build__closure7.prototype = { call$1(context) { return new A.ClientViewScreen(false, null); }, - $signature: 760 + $signature: 769 }; A.InvoiceNinjaAppState_build__closure8.prototype = { call$1(context) { return new A.ClientEditScreen(null); }, - $signature: 761 + $signature: 770 }; A.InvoiceNinjaAppState_build__closure9.prototype = { call$1(context) { return new A.ClientPdfScreen(null); }, - $signature: 762 + $signature: 771 }; A.InvoiceNinjaAppState_build__closure10.prototype = { call$1(context) { return new A.InvoiceScreenBuilder(null); }, - $signature: 763 + $signature: 772 }; A.InvoiceNinjaAppState_build__closure11.prototype = { call$1(context) { return new A.InvoiceViewScreen(false, null); }, - $signature: 764 + $signature: 773 }; A.InvoiceNinjaAppState_build__closure12.prototype = { call$1(context) { return new A.InvoiceEditScreen(null); }, - $signature: 765 + $signature: 774 }; A.InvoiceNinjaAppState_build__closure13.prototype = { call$1(context) { return new A.InvoiceEmailScreen(null); }, - $signature: 766 + $signature: 775 }; A.InvoiceNinjaAppState_build__closure14.prototype = { call$1(context) { return new A.InvoicePdfScreen(true, null); }, - $signature: 767 + $signature: 776 }; A.InvoiceNinjaAppState_build__closure15.prototype = { call$1(context) { return new A.DocumentScreenBuilder(null); }, - $signature: 768 + $signature: 777 }; A.InvoiceNinjaAppState_build__closure16.prototype = { call$1(context) { return new A.DocumentViewScreen(null); }, - $signature: 769 + $signature: 778 }; A.InvoiceNinjaAppState_build__closure17.prototype = { call$1(context) { return new A.DocumentEditScreen(null); }, - $signature: 770 + $signature: 779 }; A.InvoiceNinjaAppState_build__closure18.prototype = { call$1(context) { return new A.ExpenseScreenBuilder(null); }, - $signature: 771 + $signature: 780 }; A.InvoiceNinjaAppState_build__closure19.prototype = { call$1(context) { return new A.ExpenseViewScreen(null); }, - $signature: 772 + $signature: 781 }; A.InvoiceNinjaAppState_build__closure20.prototype = { call$1(context) { return new A.ExpenseEditScreen(null); }, - $signature: 773 + $signature: 782 }; A.InvoiceNinjaAppState_build__closure21.prototype = { call$1(context) { return new A.VendorScreenBuilder(null); }, - $signature: 774 + $signature: 783 }; A.InvoiceNinjaAppState_build__closure22.prototype = { call$1(context) { return new A.VendorViewScreen(false, null); }, - $signature: 775 + $signature: 784 }; A.InvoiceNinjaAppState_build__closure23.prototype = { call$1(context) { return new A.VendorEditScreen(null); }, - $signature: 776 + $signature: 785 }; A.InvoiceNinjaAppState_build__closure24.prototype = { call$1(context) { return new A.TaskScreenBuilder(null); }, - $signature: 777 + $signature: 786 }; A.InvoiceNinjaAppState_build__closure25.prototype = { call$1(context) { return new A.TaskViewScreen(null); }, - $signature: 778 + $signature: 787 }; A.InvoiceNinjaAppState_build__closure26.prototype = { call$1(context) { return new A.TaskEditScreen(null); }, - $signature: 779 + $signature: 788 }; A.InvoiceNinjaAppState_build__closure27.prototype = { call$1(context) { return new A.ProjectScreenBuilder(null); }, - $signature: 780 + $signature: 789 }; A.InvoiceNinjaAppState_build__closure28.prototype = { call$1(context) { return new A.ProjectViewScreen(false, null); }, - $signature: 781 + $signature: 790 }; A.InvoiceNinjaAppState_build__closure29.prototype = { call$1(context) { return new A.ProjectEditScreen(null); }, - $signature: 782 + $signature: 791 }; A.InvoiceNinjaAppState_build__closure30.prototype = { call$1(context) { return new A.PaymentScreenBuilder(null); }, - $signature: 783 + $signature: 792 }; A.InvoiceNinjaAppState_build__closure31.prototype = { call$1(context) { return new A.PaymentViewScreen(false, null); }, - $signature: 784 + $signature: 793 }; A.InvoiceNinjaAppState_build__closure32.prototype = { call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 684 + $signature: 689 }; A.InvoiceNinjaAppState_build__closure33.prototype = { call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 688 + $signature: 693 }; A.InvoiceNinjaAppState_build__closure34.prototype = { call$1(context) { return new A.QuoteScreenBuilder(null); }, - $signature: 787 + $signature: 796 }; A.InvoiceNinjaAppState_build__closure35.prototype = { call$1(context) { return new A.QuoteViewScreen(false, null); }, - $signature: 788 + $signature: 797 }; A.InvoiceNinjaAppState_build__closure36.prototype = { call$1(context) { return new A.QuoteEditScreen(null); }, - $signature: 789 + $signature: 798 }; A.InvoiceNinjaAppState_build__closure37.prototype = { call$1(context) { return new A.QuoteEmailScreen(null); }, - $signature: 790 + $signature: 799 }; A.InvoiceNinjaAppState_build__closure38.prototype = { call$1(context) { return new A.QuotePdfScreen(true, null); }, - $signature: 791 + $signature: 800 }; A.InvoiceNinjaAppState_build__closure39.prototype = { call$1(context) { return new A.RecurringExpenseScreenBuilder(null); }, - $signature: 792 + $signature: 801 }; A.InvoiceNinjaAppState_build__closure40.prototype = { call$1(context) { return new A.RecurringExpenseViewScreen(null); }, - $signature: 793 + $signature: 802 }; A.InvoiceNinjaAppState_build__closure41.prototype = { call$1(context) { return new A.RecurringExpenseEditScreen(null); }, - $signature: 794 + $signature: 803 }; A.InvoiceNinjaAppState_build__closure42.prototype = { call$1(context) { return new A.SubscriptionScreenBuilder(null); }, - $signature: 795 + $signature: 804 }; A.InvoiceNinjaAppState_build__closure43.prototype = { call$1(context) { return new A.SubscriptionViewScreen(false, null); }, - $signature: 796 + $signature: 805 }; A.InvoiceNinjaAppState_build__closure44.prototype = { call$1(context) { return new A.SubscriptionEditScreen(null); }, - $signature: 797 + $signature: 806 }; A.InvoiceNinjaAppState_build__closure45.prototype = { call$1(context) { return new A.TaskStatusScreenBuilder(null); }, - $signature: 798 + $signature: 807 }; A.InvoiceNinjaAppState_build__closure46.prototype = { call$1(context) { return new A.TaskStatusViewScreen(false, null); }, - $signature: 799 + $signature: 808 }; A.InvoiceNinjaAppState_build__closure47.prototype = { call$1(context) { return new A.TaskStatusEditScreen(null); }, - $signature: 800 + $signature: 809 }; A.InvoiceNinjaAppState_build__closure48.prototype = { call$1(context) { return new A.ExpenseCategoryScreenBuilder(null); }, - $signature: 801 + $signature: 810 }; A.InvoiceNinjaAppState_build__closure49.prototype = { call$1(context) { return new A.ExpenseCategoryViewScreen(false, null); }, - $signature: 802 + $signature: 811 }; A.InvoiceNinjaAppState_build__closure50.prototype = { call$1(context) { return new A.ExpenseCategoryEditScreen(null); }, - $signature: 803 + $signature: 812 }; A.InvoiceNinjaAppState_build__closure51.prototype = { call$1(context) { return new A.RecurringInvoiceScreenBuilder(null); }, - $signature: 804 + $signature: 813 }; A.InvoiceNinjaAppState_build__closure52.prototype = { call$1(context) { return new A.RecurringInvoiceViewScreen(false, null); }, - $signature: 805 + $signature: 814 }; A.InvoiceNinjaAppState_build__closure53.prototype = { call$1(context) { return new A.RecurringInvoiceEditScreen(null); }, - $signature: 806 + $signature: 815 }; A.InvoiceNinjaAppState_build__closure54.prototype = { call$1(context) { return new A.RecurringInvoicePdfScreen(null); }, - $signature: 807 + $signature: 816 }; A.InvoiceNinjaAppState_build__closure55.prototype = { call$1(context) { return new A.WebhookScreenBuilder(null); }, - $signature: 808 + $signature: 817 }; A.InvoiceNinjaAppState_build__closure56.prototype = { call$1(context) { return new A.WebhookViewScreen(null); }, - $signature: 809 + $signature: 818 }; A.InvoiceNinjaAppState_build__closure57.prototype = { call$1(context) { return new A.WebhookEditScreen(null); }, - $signature: 810 + $signature: 819 }; A.InvoiceNinjaAppState_build__closure58.prototype = { call$1(context) { return new A.TokenScreenBuilder(null); }, - $signature: 811 + $signature: 820 }; A.InvoiceNinjaAppState_build__closure59.prototype = { call$1(context) { return new A.TokenViewScreen(null); }, - $signature: 812 + $signature: 821 }; A.InvoiceNinjaAppState_build__closure60.prototype = { call$1(context) { return new A.TokenEditScreen(null); }, - $signature: 813 + $signature: 822 }; A.InvoiceNinjaAppState_build__closure61.prototype = { call$1(context) { return new A.PaymentTermScreenBuilder(null); }, - $signature: 814 + $signature: 823 }; A.InvoiceNinjaAppState_build__closure62.prototype = { call$1(context) { return new A.PaymentTermEditScreen(null); }, - $signature: 815 + $signature: 824 }; A.InvoiceNinjaAppState_build__closure63.prototype = { call$1(context) { return new A.PaymentTermViewScreen(null); }, - $signature: 816 + $signature: 825 }; A.InvoiceNinjaAppState_build__closure64.prototype = { call$1(context) { return new A.DesignScreenBuilder(null); }, - $signature: 817 + $signature: 826 }; A.InvoiceNinjaAppState_build__closure65.prototype = { call$1(context) { return new A.DesignViewScreen(false, null); }, - $signature: 818 + $signature: 827 }; A.InvoiceNinjaAppState_build__closure66.prototype = { call$1(context) { return new A.DesignEditScreen(null); }, - $signature: 819 + $signature: 828 }; A.InvoiceNinjaAppState_build__closure67.prototype = { call$1(context) { return new A.CreditScreenBuilder(null); }, - $signature: 820 + $signature: 829 }; A.InvoiceNinjaAppState_build__closure68.prototype = { call$1(context) { return new A.CreditViewScreen(false, null); }, - $signature: 821 + $signature: 830 }; A.InvoiceNinjaAppState_build__closure69.prototype = { call$1(context) { return new A.CreditEditScreen(null); }, - $signature: 822 + $signature: 831 }; A.InvoiceNinjaAppState_build__closure70.prototype = { call$1(context) { return new A.CreditEmailScreen(null); }, - $signature: 823 + $signature: 832 }; A.InvoiceNinjaAppState_build__closure71.prototype = { call$1(context) { return new A.CreditPdfScreen(true, null); }, - $signature: 824 + $signature: 833 }; A.InvoiceNinjaAppState_build__closure72.prototype = { call$1(context) { return new A.UserScreenBuilder(null); }, - $signature: 825 + $signature: 834 }; A.InvoiceNinjaAppState_build__closure73.prototype = { call$1(context) { return new A.UserViewScreen(false, null); }, - $signature: 826 + $signature: 835 }; A.InvoiceNinjaAppState_build__closure74.prototype = { call$1(context) { return new A.UserEditScreen(null); }, - $signature: 827 + $signature: 836 }; A.InvoiceNinjaAppState_build__closure75.prototype = { call$1(context) { return new A.GroupScreenBuilder(null); }, - $signature: 828 + $signature: 837 }; A.InvoiceNinjaAppState_build__closure76.prototype = { call$1(context) { return new A.GroupViewScreen(false, null); }, - $signature: 829 + $signature: 838 }; A.InvoiceNinjaAppState_build__closure77.prototype = { call$1(context) { return new A.GroupEditScreen(null); }, - $signature: 830 + $signature: 839 }; A.InvoiceNinjaAppState_build__closure78.prototype = { call$1(context) { return new A.SettingsScreenBuilder(null); }, - $signature: 831 + $signature: 840 }; A.InvoiceNinjaAppState_build__closure79.prototype = { call$1(context) { return new A.ReportsScreenBuilder(null); }, - $signature: 832 + $signature: 841 }; A.InvoiceNinjaAppState_build__closure80.prototype = { call$1(context) { return new A.CompanyDetailsScreen(null); }, - $signature: 833 + $signature: 842 }; A.InvoiceNinjaAppState_build__closure81.prototype = { call$1(context) { return new A.UserDetailsScreen(null); }, - $signature: 834 + $signature: 843 }; A.InvoiceNinjaAppState_build__closure82.prototype = { call$1(context) { return new A.LocalizationScreen(null); }, - $signature: 835 + $signature: 844 }; A.InvoiceNinjaAppState_build__closure83.prototype = { call$1(context) { return new A.OnlinePaymentsScreen(null); }, - $signature: 836 + $signature: 845 }; A.InvoiceNinjaAppState_build__closure84.prototype = { call$1(context) { return new A.CompanyGatewayScreenBuilder(null); }, - $signature: 837 + $signature: 846 }; A.InvoiceNinjaAppState_build__closure85.prototype = { call$1(context) { return new A.CompanyGatewayViewScreen(false, null); }, - $signature: 838 + $signature: 847 }; A.InvoiceNinjaAppState_build__closure86.prototype = { call$1(context) { return new A.CompanyGatewayEditScreen(null); }, - $signature: 839 + $signature: 848 }; A.InvoiceNinjaAppState_build__closure87.prototype = { call$1(context) { return new A.TaxSettingsScreen(null); }, - $signature: 840 + $signature: 849 }; A.InvoiceNinjaAppState_build__closure88.prototype = { call$1(context) { return new A.TaxRateScreenBuilder(null); }, - $signature: 841 + $signature: 850 }; A.InvoiceNinjaAppState_build__closure89.prototype = { call$1(context) { return new A.TaxRateViewScreen(null); }, - $signature: 842 + $signature: 851 }; A.InvoiceNinjaAppState_build__closure90.prototype = { call$1(context) { return new A.TaxRateEditScreen(null); }, - $signature: 843 + $signature: 852 }; A.InvoiceNinjaAppState_build__closure91.prototype = { call$1(context) { return new A.ProductSettingsScreen(null); }, - $signature: 844 + $signature: 853 }; A.InvoiceNinjaAppState_build__closure92.prototype = { call$1(context) { return new A.ExpenseSettingsScreen(null); }, - $signature: 845 + $signature: 854 }; A.InvoiceNinjaAppState_build__closure93.prototype = { call$1(context) { return new A.TaskSettingsScreen(null); }, - $signature: 846 + $signature: 855 }; A.InvoiceNinjaAppState_build__closure94.prototype = { call$1(context) { return new A.ImportExportScreen(null); }, - $signature: 847 + $signature: 856 }; A.InvoiceNinjaAppState_build__closure95.prototype = { call$1(context) { return new A.DeviceSettingsScreen(null); }, - $signature: 848 + $signature: 857 }; A.InvoiceNinjaAppState_build__closure96.prototype = { call$1(context) { return new A.AccountManagementScreen(null); }, - $signature: 849 + $signature: 858 }; A.InvoiceNinjaAppState_build__closure97.prototype = { call$1(context) { return new A.CustomFieldsScreen(null); }, - $signature: 850 + $signature: 859 }; A.InvoiceNinjaAppState_build__closure98.prototype = { call$1(context) { return new A.GeneratedNumbersScreen(null); }, - $signature: 851 + $signature: 860 }; A.InvoiceNinjaAppState_build__closure99.prototype = { call$1(context) { return new A.WorkflowSettingsScreen(null); }, - $signature: 852 + $signature: 861 }; A.InvoiceNinjaAppState_build__closure100.prototype = { call$1(context) { return new A.InvoiceDesignScreen(null); }, - $signature: 853 + $signature: 862 }; A.InvoiceNinjaAppState_build__closure101.prototype = { call$1(context) { return new A.ClientPortalScreen(null); }, - $signature: 854 + $signature: 863 }; A.InvoiceNinjaAppState_build__closure102.prototype = { call$1(context) { - return new A.BuyNowButtonsScreen(null); + return new A.EmailSettingsScreen(null); }, - $signature: 855 + $signature: 864 }; A.InvoiceNinjaAppState_build__closure103.prototype = { call$1(context) { - return new A.EmailSettingsScreen(null); + return new A.TemplatesAndRemindersScreen(null); }, - $signature: 856 + $signature: 865 }; A.InvoiceNinjaAppState_build__closure104.prototype = { call$1(context) { - return new A.TemplatesAndRemindersScreen(null); + return new A.CreditCardsAndBanksScreen(null); }, - $signature: 857 + $signature: 866 }; A.InvoiceNinjaAppState_build__closure105.prototype = { - call$1(context) { - return new A.CreditCardsAndBanksScreen(null); - }, - $signature: 858 - }; - A.InvoiceNinjaAppState_build__closure106.prototype = { call$1(context) { return new A.DataVisualizationsScreen(null); }, - $signature: 859 + $signature: 867 }; A.MyCustomScrollBehavior.prototype = { get$dragDevices() { @@ -308604,7 +310788,7 @@ t1 = ""; return new A.MessageDialog(t2, t1, null, null, new A.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 318 + $signature: 307 }; A.checkForChanges__closure.prototype = { call$0() { @@ -308760,7 +310944,8 @@ error = A.unwrapException($async$exception1); A.print("## ERROR (app_middleware - load state): " + A.S(error)); token = null; - $async$goto = A.cleanApiUrl(A._lateReadCheck(store.__Store__state, "_state").authState.url) === "https://demo.invoiceninja.com" ? 17 : 19; + t1 = A.cleanApiUrl(A._lateReadCheck(store.__Store__state, "_state").authState.url); + $async$goto = t1 === "https://demo.invoiceninja.com" ? 17 : 19; break; case 17: // then @@ -308813,7 +310998,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._createLoadState__closure.prototype = { call$1(b) { @@ -308821,7 +311006,7 @@ b.get$_ui_state$_$this()._currentRoute = t1; return b; }, - $signature: 694 + $signature: 695 }; A._createLoadState__closure0.prototype = { call$1(b) { @@ -308829,23 +311014,20 @@ t1 = b.get$authState(), t2 = this._box_1, t3 = t2.authState; - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t3, _s5_); t1._$v = t3; - t1 = b.get$uiState(); - t3 = t2.uiState; - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._ui_state$_$v = t3; + t3 = b.get$uiState(); + t1 = t2.uiState; + A.ArgumentError_checkNotNull(t1, _s5_); + t3._ui_state$_$v = t1; t1 = b.get$staticState(); t2 = t2.staticState; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t2, _s5_); t1._static_state$_$v = t2; b.get$userCompanyStates().replace$1(0, this.companyStates); return b; }, - $signature: 208 + $signature: 235 }; A._createLoadState__closure1.prototype = { call$1(error) { @@ -308884,7 +311066,7 @@ call$1(duration) { this.store.get$_dispatchers()[0].call$1(new A.ViewDashboard(false, null)); }, - $signature: 39 + $signature: 38 }; A._getRoutes_closure.prototype = { call$1(part) { @@ -308977,7 +311159,7 @@ call$1(prefs) { return prefs._setValue$3("String", "shared_prefs", B.C_JsonCodec.encode$1(this.string)); }, - $signature: 868 + $signature: 876 }; A._createAccountLoaded_closure.prototype = { call$3(store, dynamicAction, next) { @@ -309058,7 +311240,8 @@ $async$handler = 2; $async$exception = $async$currentError; error = A.unwrapException($async$exception); - action.completer.completeError$1(error); + t1 = action.completer; + t1.completeError$1(error); throw $async$exception; // goto after finally $async$goto = 5; @@ -309104,7 +311287,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._createDataRefreshed_closure.prototype = { call$3(store, dynamicAction, next) { @@ -309234,7 +311417,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._createPersistStatic_closure.prototype = { call$3(store, dynamicAction, next) { @@ -309280,13 +311463,13 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._createDeleteState__closure.prototype = { call$1(repo) { return repo.delete$0(0); }, - $signature: 714 + $signature: 697 }; A._createViewMainScreen_closure.prototype = { call$3(store, dynamicAction, next) { @@ -309307,7 +311490,7 @@ call$1(duration) { $.$get$navigatorKey().get$currentState().pushNamed$1$1("/main", type$.legacy_Object); }, - $signature: 39 + $signature: 38 }; A._createClearData_closure.prototype = { call$3(store, action, next) { @@ -309334,24 +311517,25 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._createClearData__closure.prototype = { call$1(repo) { return repo.delete$0(0); }, - $signature: 714 + $signature: 697 }; A.appReducer_closure.prototype = { call$1(b) { var t1 = b.get$authState(), t2 = this.state, t3 = t2.authState.rebuild$1(new A.appReducer__closure()); + A.ArgumentError_checkNotNull(t3, "other"); t1._$v = t3; b.get$_$this()._isTesting = t2.isTesting; return b; }, - $signature: 208 + $signature: 235 }; A.appReducer__closure.prototype = { call$1(b) { @@ -309359,7 +311543,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 130 + $signature: 135 }; A.appReducer_closure0.prototype = { call$1(b) { @@ -309367,7 +311551,7 @@ b.get$_$this()._isSaving = false; return b; }, - $signature: 208 + $signature: 235 }; A.appReducer_closure1.prototype = { call$1(b) { @@ -309379,7 +311563,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 208 + $signature: 235 }; A.appReducer_closure2.prototype = { call$1(b) { @@ -309396,14 +311580,12 @@ b.get$_$this()._lastError = t3; t3 = b.get$authState(); t4 = $.$get$authReducer().call$2(t1.authState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._$v = t4; - t3 = b.get$staticState(); - t4 = $.$get$staticReducer().call$2(t1.staticState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._static_state$_$v = t4; + t4 = b.get$staticState(); + t3 = $.$get$staticReducer().call$2(t1.staticState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._static_state$_$v = t3; t3 = b.get$userCompanyStates(); t4 = t1.uiState; t5 = t4.selectedCompanyIndex; @@ -309415,149 +311597,147 @@ t3.get$_safeList()[t5] = t7; t3 = b.get$uiState(); t4 = A.uiReducer(t4, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._ui_state$_$v = t4; - t3 = b.get$prefState(); + t4 = b.get$prefState(); t5 = A.prefReducer(t1.prefState, t2, t6[t5].userCompany.company.id); - if (t5 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._pref_state$_$v = t5; + A.ArgumentError_checkNotNull(t5, _s5_); + t4._pref_state$_$v = t5; return b; }, - $signature: 208 + $signature: 235 }; A.lastErrorReducer_closure.prototype = { call$2(state, action) { return ""; }, - $signature: 871 + $signature: 879 }; A.lastErrorReducer_closure0.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 872 + $signature: 880 }; A.lastErrorReducer_closure1.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 873 + $signature: 881 }; A.lastErrorReducer_closure2.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 874 + $signature: 882 }; A.lastErrorReducer_closure3.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 875 + $signature: 883 }; A.lastErrorReducer_closure4.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 876 + $signature: 884 }; A.lastErrorReducer_closure5.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 877 + $signature: 885 }; A.lastErrorReducer_closure6.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 878 + $signature: 886 }; A.lastErrorReducer_closure7.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 879 + $signature: 887 }; A.lastErrorReducer_closure8.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 880 + $signature: 888 }; A.lastErrorReducer_closure9.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 881 + $signature: 889 }; A.lastErrorReducer_closure10.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 882 + $signature: 890 }; A.lastErrorReducer_closure11.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 883 + $signature: 891 }; A.lastErrorReducer_closure12.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 884 + $signature: 892 }; A.lastErrorReducer_closure13.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 885 + $signature: 893 }; A.lastErrorReducer_closure14.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 886 + $signature: 894 }; A.lastErrorReducer_closure15.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 887 + $signature: 895 }; A.lastErrorReducer_closure16.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 888 + $signature: 896 }; A.lastErrorReducer_closure17.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 889 + $signature: 897 }; A.lastErrorReducer_closure18.prototype = { call$2(state, action) { return action.error; }, - $signature: 890 + $signature: 898 }; A.dismissedNativeWarningReducer_closure.prototype = { call$2(state, action) { return true; }, - $signature: 891 + $signature: 899 }; A.dismissedNativeWarningReducer_closure0.prototype = { call$2(state, action) { return true; }, - $signature: 462 + $signature: 698 }; A.AppState.prototype = { get$company() { @@ -309601,14 +311781,19 @@ return this.prefState.enableDarkMode || this.get$hasAccentColor() ? A.convertHexStringToColor("#FFFFFF") : A.convertHexStringToColor("#000000"); }, get$accentColor() { - var color, - t1 = this.uiState.selectedCompanyIndex; - t1 = this.userCompanyStates._list[t1].userCompany; + var color, _this = this, + _s7_ = "#2F7DC3", + t1 = _this.uiState.selectedCompanyIndex; + t1 = _this.userCompanyStates._list[t1].userCompany; t1 = t1 == null ? null : t1.settings; color = t1 == null ? null : t1.accentColor; if (color == null) - color = "#2F7DC3"; - return A.convertHexStringToColor(color === "#ffffff" && !this.prefState.enableDarkMode ? "#000000" : color); + color = _s7_; + if (color === "#ffffff" && !_this.prefState.enableDarkMode) + color = _s7_; + else if (color === "#000000" && _this.prefState.enableDarkMode) + color = _s7_; + return A.convertHexStringToColor(color); }, get$appVersion(_) { var version, @@ -309618,7 +311803,7 @@ version = "v" + (t1 == null ? "" : t1); if (version.length !== 0) version += "-"; - return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.68".split("."))); + return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.72".split("."))); }, get$historyList() { var _this = this, @@ -310231,14 +312416,14 @@ call$1(index) { return A.UserCompanyState_UserCompanyState(this.reportErrors); }, - $signature: 893 + $signature: 901 }; A.AppState_companies_closure.prototype = { call$1(company) { var t1 = company.id; return t1.length !== 0; }, - $signature: 463 + $signature: 713 }; A.AppState_historyList_closure.prototype = { call$1($history) { @@ -310252,7 +312437,7 @@ } return true; }, - $signature: 464 + $signature: 715 }; A.Credentials.prototype = { get$token() { @@ -310407,6 +312592,7 @@ A._$AppState.prototype = { rebuild$1(updates) { var t1 = new A.AppStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._app_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -310477,7 +312663,7 @@ return t2 == null ? t1._userCompanyStates = A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyState) : t2; }, get$_$this() { - var t1, t2, _this = this, + var t1, t2, _this = this, _s5_ = "other", $$v = _this._app_state$_$v; if ($$v != null) { _this._isLoading = $$v.isLoading; @@ -310488,25 +312674,29 @@ t1 = $$v.authState; t2 = new A.AuthStateBuilder(); t2.get$_auth_state$_$this()._referralCode = ""; + A.ArgumentError_checkNotNull(t1, _s5_); t2._$v = t1; _this._authState = t2; - t1 = $$v.staticState; - t1.toString; - t2 = new A.StaticStateBuilder(); - t2._static_state$_$v = t1; - _this._staticState = t2; + t2 = $$v.staticState; + t2.toString; + t1 = new A.StaticStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._static_state$_$v = t2; + _this._staticState = t1; t1 = $$v.prefState; t1.toString; t2 = new A.PrefStateBuilder(); A.PrefState__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, _s5_); t2._pref_state$_$v = t1; _this._prefState = t2; - t1 = $$v.uiState; - t1.toString; - t2 = new A.UIStateBuilder(); - A.UIState__initializeBuilder(t2); - t2._ui_state$_$v = t1; - _this._uiState = t2; + t2 = $$v.uiState; + t2.toString; + t1 = new A.UIStateBuilder(); + A.UIState__initializeBuilder(t1); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._ui_state$_$v = t2; + _this._uiState = t1; t1 = $$v.userCompanyStates; t1.toString; _this._userCompanyStates = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); @@ -310562,8 +312752,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._app_state$_$v = t1; return _$result; } @@ -310600,7 +312789,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._createUserLogoutAll_closure.prototype = { call$3(store, dynamicAction, next) { @@ -310654,7 +312843,7 @@ t2.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 203 + $signature: 188 }; A._createLoginRequest__closure0.prototype = { call$1(error) { @@ -310686,7 +312875,7 @@ t1.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 203 + $signature: 188 }; A._createSignUpRequest__closure0.prototype = { call$1(error) { @@ -310722,7 +312911,7 @@ t2.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 203 + $signature: 188 }; A._createOAuthLoginRequest__closure0.prototype = { call$1(error) { @@ -310754,7 +312943,7 @@ t1.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 203 + $signature: 188 }; A._createOAuthSignUpRequest__closure0.prototype = { call$1(error) { @@ -310864,7 +313053,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._createRefreshRequest__closure.prototype = { call$1(data) { @@ -310885,13 +313074,13 @@ t1.toString; $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 203 + $signature: 188 }; 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: 471 + $signature: 721 }; A._createRefreshRequest____closure.prototype = { call$1(userCompanyState) { @@ -310904,7 +313093,7 @@ this._box_0.permissionsWereChanged = true; } }, - $signature: 899 + $signature: 907 }; A._createRefreshRequest__closure0.prototype = { call$1(error) { @@ -310939,7 +313128,7 @@ this.store.get$_dispatchers()[0].call$1(new A.RecoverPasswordSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 203 + $signature: 188 }; A._createRecoverRequest__closure0.prototype = { call$1(error) { @@ -310976,7 +313165,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._createCompany__closure.prototype = { call$1(value) { @@ -311028,7 +313217,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._setDefaultCompany__closure.prototype = { call$1(_) { @@ -311037,7 +313226,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, true)); this.action.completer.complete$0(0); }, - $signature: 67 + $signature: 65 }; A._setDefaultCompany__closure0.prototype = { call$1(error) { @@ -311077,7 +313266,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._deleteCompany__closure.prototype = { call$1(value) { @@ -311125,7 +313314,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._purgeData__closure.prototype = { call$1(value) { @@ -311181,7 +313370,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._resendConfirmation__closure.prototype = { call$1(value) { @@ -311201,7 +313390,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 130 + $signature: 135 }; A.userSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -311209,7 +313398,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 130 + $signature: 135 }; A.userLoginRequestReducer_closure.prototype = { call$1(b) { @@ -311220,7 +313409,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1; return b; }, - $signature: 130 + $signature: 135 }; A.oauthLoginRequestReducer_closure.prototype = { call$1(b) { @@ -311228,7 +313417,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 130 + $signature: 135 }; A.oauthSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -311236,14 +313425,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 130 + $signature: 135 }; A.userLoginSuccessReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 130 + $signature: 135 }; A.userVerifiedPasswordReducer_closure.prototype = { call$1(b) { @@ -311251,14 +313440,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 130 + $signature: 135 }; A.userUnverifiedPasswordReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 130 + $signature: 135 }; A.AuthState.prototype = { get$isHosted() { @@ -311333,6 +313522,7 @@ rebuild$1(updates) { var t1 = new A.AuthStateBuilder(); t1.get$_auth_state$_$this()._referralCode = ""; + A.ArgumentError_checkNotNull(this, "other"); t1._$v = this; updates.call$1(t1); return t1.build$0(0); @@ -311403,6 +313593,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "referralCode")); _$result = A._$AuthState$_(t1, t4, t3, t5, t6, t2); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._$v = _$result; } }; @@ -311500,7 +313691,7 @@ call$1(client) { return client.get$id(client); }, - $signature: 42 + $signature: 44 }; A.handleClientAction_closure0.prototype = { call$1(b) { @@ -311515,14 +313706,14 @@ var t1 = this.client.id; return b.get$_payment_model$_$this()._payment_model$_clientId = t1; }, - $signature: 474 + $signature: 598 }; A.handleClientAction_closure2.prototype = { call$1(b) { var t1 = this.client.id; return b.get$_project_model$_$this()._project_model$_clientId = t1; }, - $signature: 475 + $signature: 462 }; A.StartClientMultiselect.prototype = {}; A.AddToClientMultiselect.prototype = {}; @@ -311569,7 +313760,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewClientList_closure1.prototype = { call$3(store, dynamicAction, next) { @@ -311592,7 +313783,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -311615,14 +313806,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 238 + $signature: 283 }; A._archiveClient__closure0.prototype = { call$1(clients) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 443 + $signature: 326 }; A._archiveClient__closure1.prototype = { call$1(error) { @@ -311653,14 +313844,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 238 + $signature: 283 }; A._deleteClient__closure0.prototype = { call$1(clients) { this.store.get$_dispatchers()[0].call$1(new A.DeleteClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 443 + $signature: 326 }; A._deleteClient__closure1.prototype = { call$1(error) { @@ -311691,14 +313882,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 238 + $signature: 283 }; A._restoreClient__closure0.prototype = { call$1(clients) { this.store.get$_dispatchers()[0].call$1(new A.RestoreClientSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 443 + $signature: 326 }; A._restoreClient__closure1.prototype = { call$1(error) { @@ -311731,7 +313922,7 @@ if (t1 != null) t1.complete$1(0, client); }, - $signature: 239 + $signature: 319 }; A._saveClient__closure0.prototype = { call$1(error) { @@ -311760,7 +313951,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 239 + $signature: 319 }; A._loadClient__closure0.prototype = { call$1(error) { @@ -311794,7 +313985,7 @@ t2.complete$1(0, null); t1.get$_dispatchers()[0].call$1(new A.LoadProducts()); }, - $signature: 906 + $signature: 914 }; A._loadClients__closure0.prototype = { call$1(error) { @@ -311835,7 +314026,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveClientSuccess(client)); this.action.completer.complete$1(0, null); }, - $signature: 239 + $signature: 319 }; A._saveDocument__closure22.prototype = { call$1(error) { @@ -311871,7 +314062,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A.clientUIReducer_closure.prototype = { call$1(b) { @@ -311880,104 +314071,101 @@ t2 = this.state, t3 = this.action, t4 = $.$get$clientListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer21().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._client_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer21().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); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t1._client_model$_$v = t4; - t1 = $.$get$selectedIdReducer21().call$2(t2.selectedId, t3); - b.get$_client_state$_$this()._client_state$_selectedId = t1; - t1 = $.$get$forceSelectedReducer21().call$2(t2.forceSelected, t3); - b.get$_client_state$_$this()._client_state$_forceSelected = t1; - t1 = $.$get$tabIndexReducer10().call$2(t2.tabIndex, t3); - b.get$_client_state$_$this()._client_state$_tabIndex = t1; - t1 = $.$get$saveCompleterReducer1().call$2(t2.saveCompleter, t3); - b.get$_client_state$_$this()._client_state$_saveCompleter = t1; + t4 = $.$get$selectedIdReducer21().call$2(t2.selectedId, t3); + b.get$_client_state$_$this()._client_state$_selectedId = t4; + t4 = $.$get$forceSelectedReducer21().call$2(t2.forceSelected, t3); + b.get$_client_state$_$this()._client_state$_forceSelected = t4; + t4 = $.$get$tabIndexReducer10().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; t3 = $.$get$cancelCompleterReducer1().call$2(t2.cancelCompleter, t3); b.get$_client_state$_$this()._client_state$_cancelCompleter = t3; return b; }, - $signature: 907 + $signature: 915 }; A.forceSelectedReducer_closure167.prototype = { call$2(completer, action) { return true; }, - $signature: 908 + $signature: 916 }; A.forceSelectedReducer_closure168.prototype = { call$2(completer, action) { return false; }, - $signature: 909 + $signature: 917 }; A.forceSelectedReducer_closure169.prototype = { call$2(completer, action) { return false; }, - $signature: 910 + $signature: 918 }; A.forceSelectedReducer_closure170.prototype = { call$2(completer, action) { return false; }, - $signature: 911 + $signature: 919 }; A.forceSelectedReducer_closure171.prototype = { call$2(completer, action) { return false; }, - $signature: 912 + $signature: 920 }; A.forceSelectedReducer_closure172.prototype = { call$2(completer, action) { return false; }, - $signature: 913 + $signature: 921 }; A.forceSelectedReducer_closure173.prototype = { call$2(completer, action) { return false; }, - $signature: 914 + $signature: 922 }; A.forceSelectedReducer_closure174.prototype = { call$2(completer, action) { return false; }, - $signature: 915 + $signature: 923 }; A.tabIndexReducer_closure21.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 916 + $signature: 924 }; A.tabIndexReducer_closure22.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.saveCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 480 + $signature: 709 }; A.cancelCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 480 + $signature: 709 }; A.editingContactReducer_closure.prototype = { call$2(contact, action) { @@ -311986,110 +314174,110 @@ t1 = A.ContactEntity_ContactEntity(); return t1; }, - $signature: 919 + $signature: 927 }; A.editingContactReducer_closure0.prototype = { call$2(contact, action) { var t1 = action.contact; return t1 == null ? A.ContactEntity_ContactEntity() : t1; }, - $signature: 920 + $signature: 928 }; A.selectedIdReducer_closure335.prototype = { call$2(completer, action) { return ""; }, - $signature: 921 + $signature: 929 }; A.selectedIdReducer_closure336.prototype = { call$2(completer, action) { return ""; }, - $signature: 922 + $signature: 930 }; A.selectedIdReducer_closure337.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure338.prototype = { call$2(selectedId, action) { return action.clientId; }, - $signature: 924 + $signature: 932 }; A.selectedIdReducer_closure339.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 925 + $signature: 933 }; A.selectedIdReducer_closure340.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 926 + $signature: 934 }; A.selectedIdReducer_closure341.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure342.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure343.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 929 + $signature: 937 }; A.selectedIdReducer_closure344.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 930 + $signature: 938 }; A.selectedIdReducer_closure345.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 931 + $signature: 939 }; A.selectedIdReducer_closure346.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 932 + $signature: 940 }; A.selectedIdReducer_closure347.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 933 + $signature: 941 }; A.selectedIdReducer_closure348.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 934 + $signature: 942 }; A.selectedIdReducer_closure349.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 935 + $signature: 943 }; A.selectedIdReducer_closure350.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? "" : selectedId; }, - $signature: 145 + $signature: 153 }; A.selectedIdReducer_closure351.prototype = { call$2(selectedId, action) { @@ -312102,62 +314290,62 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure112.prototype = { call$2(client, action) { return action.client; }, - $signature: 938 + $signature: 946 }; A.editingReducer_closure113.prototype = { call$2(client, action) { return action.client; }, - $signature: 939 + $signature: 947 }; A.editingReducer_closure114.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 940 + $signature: 948 }; A.editingReducer_closure115.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 941 + $signature: 949 }; A.editingReducer_closure116.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 942 + $signature: 950 }; A.editingReducer_closure117.prototype = { call$2(client, action) { return action.client; }, - $signature: 943 + $signature: 951 }; A.editingReducer_closure118.prototype = { call$2(client, action) { return action.client.rebuild$1(new A.editingReducer__closure48()); }, - $signature: 944 + $signature: 952 }; A.editingReducer__closure48.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 38 + $signature: 43 }; A.editingReducer_closure119.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure47(action)); }, - $signature: 945 + $signature: 953 }; A.editingReducer__closure47.prototype = { call$1(b) { @@ -312167,13 +314355,13 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 38 + $signature: 43 }; A.editingReducer_closure120.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure46(action)); }, - $signature: 946 + $signature: 954 }; A.editingReducer__closure46.prototype = { call$1(b) { @@ -312182,13 +314370,13 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 38 + $signature: 43 }; A.editingReducer_closure121.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure45(action)); }, - $signature: 947 + $signature: 955 }; A.editingReducer__closure45.prototype = { call$1(b) { @@ -312200,35 +314388,35 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 38 + $signature: 43 }; A.editingReducer_closure122.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 948 + $signature: 956 }; A.editingReducer_closure123.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 949 + $signature: 957 }; A.editingReducer_closure124.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 950 + $signature: 958 }; A.editingReducer_closure125.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 951 + $signature: 959 }; A._viewClientList_closure.prototype = { call$1(b) { @@ -312413,7 +314601,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 327 }; A._deleteClientSuccess_closure.prototype = { call$1(b) { @@ -312435,7 +314623,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 327 }; A._restoreClientSuccess_closure.prototype = { call$1(b) { @@ -312457,7 +314645,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 327 }; A._addClient_closure.prototype = { call$1(b) { @@ -312470,7 +314658,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 240 + $signature: 303 }; A._addClient__closure.prototype = { call$1(b) { @@ -312478,7 +314666,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 38 + $signature: 43 }; A._updateClient_closure.prototype = { call$1(b) { @@ -312487,7 +314675,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateClient__closure())); return b; }, - $signature: 240 + $signature: 303 }; A._updateClient__closure.prototype = { call$1(b) { @@ -312495,7 +314683,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 38 + $signature: 43 }; A._setLoadedClient_closure.prototype = { call$1(b) { @@ -312504,7 +314692,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedClient__closure())); return b; }, - $signature: 240 + $signature: 303 }; A._setLoadedClient__closure.prototype = { call$1(b) { @@ -312512,13 +314700,13 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 38 + $signature: 43 }; A.memoizedDropdownClientList_closure.prototype = { call$4(clientMap, clientList, userMap, staticState) { return A.dropdownClientsSelector(clientMap, clientList, userMap, staticState); }, - $signature: 955 + $signature: 963 }; A.dropdownClientsSelector_closure.prototype = { call$1(clientId) { @@ -312538,7 +314726,7 @@ call$2(userId, clientMap) { return A.clientStatsForUser(userId, clientMap); }, - $signature: 493 + $signature: 680 }; A.clientStatsForUser_closure.prototype = { call$2(clientId, client) { @@ -312548,13 +314736,13 @@ else if (client.isDeleted) ++this._box_0.countArchived; }, - $signature: 210 + $signature: 233 }; A.memoizedFilteredClientList_closure.prototype = { call$7(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState) { return A.filteredClientsSelector(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState); }, - $signature: 959 + $signature: 967 }; A.filteredClientsSelector_closure.prototype = { call$1(clientId) { @@ -312599,7 +314787,7 @@ call$1(token) { return token.companyGatewayId === this.filterEntityId; }, - $signature: 495 + $signature: 679 }; A.filteredClientsSelector_closure0.prototype = { call$2(clientAId, clientBId) { @@ -312635,7 +314823,7 @@ call$1(item) { return item; }, - $signature: 962 + $signature: 970 }; A.ClientState_loadClients_closure.prototype = { call$1(b) { @@ -312650,7 +314838,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 240 + $signature: 303 }; A.ClientUIState.prototype = { get$isCreatingNew() { @@ -312825,6 +315013,7 @@ A._$ClientState.prototype = { rebuild$1(updates) { var t1 = new A.ClientStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._client_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -312903,8 +315092,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._client_state$_$v = t1; return _$result; }, @@ -312977,7 +315165,7 @@ return t2 == null ? t1._client_state$_listUIState = new A.ListUIStateBuilder() : t2; }, get$_client_state$_$this() { - var t1, t2, _this = this, + var t1, t2, _this = this, _s5_ = "other", $$v = _this._client_state$_$v; if ($$v != null) { t1 = $$v.editing; @@ -312986,6 +315174,7 @@ else { t2 = new A.ClientEntityBuilder(); t2.get$_client_model$_$this()._number = ""; + A.ArgumentError_checkNotNull(t1, _s5_); t2._client_model$_$v = t1; t1 = t2; } @@ -312995,6 +315184,7 @@ t1 = null; else { t2 = new A.ContactEntityBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._client_model$_$v = t1; t1 = t2; } @@ -313002,6 +315192,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._list_ui_state$_$v = t1; _this._client_state$_listUIState = t2; _this._client_state$_selectedId = $$v.selectedId; @@ -313055,8 +315246,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._client_state$_$v = t1; return _$result; } @@ -313103,132 +315293,107 @@ b.get$_company_state$_$this()._lastUpdated = t3; t3 = b.get$userCompany(); t4 = $.$get$userCompanyEntityReducer().call$2(t1.userCompany, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._company_model$_$v = t4; - t3 = b.get$documentState(); - t4 = $.$get$documentsReducer().call$2(t1.documentState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._document_state$_$v = t4; + t4 = b.get$documentState(); + t3 = $.$get$documentsReducer().call$2(t1.documentState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._document_state$_$v = t3; t3 = b.get$clientState(); t4 = $.$get$clientsReducer().call$2(t1.clientState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._client_state$_$v = t4; - t3 = b.get$productState(); - t4 = $.$get$productsReducer().call$2(t1.productState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._product_state$_$v = t4; + t4 = b.get$productState(); + t3 = $.$get$productsReducer().call$2(t1.productState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._product_state$_$v = t3; t3 = b.get$invoiceState(); t4 = $.$get$invoicesReducer().call$2(t1.invoiceState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._invoice_state$_$v = t4; - t3 = b.get$expenseState(); - t4 = $.$get$expensesReducer().call$2(t1.expenseState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._expense_state$_$v = t4; + t4 = b.get$expenseState(); + t3 = $.$get$expensesReducer().call$2(t1.expenseState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._expense_state$_$v = t3; t3 = b.get$vendorState(); t4 = $.$get$vendorsReducer().call$2(t1.vendorState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._vendor_state$_$v = t4; - t3 = b.get$taskState(); - t4 = $.$get$tasksReducer().call$2(t1.taskState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._task_state$_$v = t4; + t4 = b.get$taskState(); + t3 = $.$get$tasksReducer().call$2(t1.taskState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._task_state$_$v = t3; t3 = b.get$recurringExpenseState(); t4 = $.$get$recurringExpensesReducer().call$2(t1.recurringExpenseState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._recurring_expense_state$_$v = t4; - t3 = b.get$subscriptionState(); - t4 = $.$get$subscriptionsReducer().call$2(t1.subscriptionState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._subscription_state$_$v = t4; + t4 = b.get$subscriptionState(); + t3 = $.$get$subscriptionsReducer().call$2(t1.subscriptionState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._subscription_state$_$v = t3; t3 = b.get$taskStatusState(); t4 = $.$get$taskStatusesReducer().call$2(t1.taskStatusState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._task_status_state$_$v = t4; - t3 = b.get$expenseCategoryState(); - t4 = $.$get$expenseCategoriesReducer().call$2(t1.expenseCategoryState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._expense_category_state$_$v = t4; + t4 = b.get$expenseCategoryState(); + t3 = $.$get$expenseCategoriesReducer().call$2(t1.expenseCategoryState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._expense_category_state$_$v = t3; t3 = b.get$recurringInvoiceState(); t4 = $.$get$recurringInvoicesReducer().call$2(t1.recurringInvoiceState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._recurring_invoice_state$_$v = t4; - t3 = b.get$webhookState(); - t4 = $.$get$webhooksReducer().call$2(t1.webhookState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._webhook_state$_$v = t4; + t4 = b.get$webhookState(); + t3 = $.$get$webhooksReducer().call$2(t1.webhookState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._webhook_state$_$v = t3; t3 = b.get$tokenState(); t4 = $.$get$tokensReducer().call$2(t1.tokenState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._token_state$_$v = t4; - t3 = b.get$paymentTermState(); - t4 = $.$get$paymentTermsReducer().call$2(t1.paymentTermState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._payment_term_state$_$v = t4; + t4 = b.get$paymentTermState(); + t3 = $.$get$paymentTermsReducer().call$2(t1.paymentTermState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._payment_term_state$_$v = t3; t3 = b.get$designState(); t4 = $.$get$designsReducer().call$2(t1.designState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._design_state$_$v = t4; - t3 = b.get$creditState(); - t4 = $.$get$creditsReducer().call$2(t1.creditState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._credit_state$_$v = t4; + t4 = b.get$creditState(); + t3 = $.$get$creditsReducer().call$2(t1.creditState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._credit_state$_$v = t3; t3 = b.get$userState(); t4 = $.$get$usersReducer().call$2(t1.userState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._user_state$_$v = t4; - t3 = b.get$taxRateState(); - t4 = $.$get$taxRatesReducer().call$2(t1.taxRateState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._tax_rate_state$_$v = t4; + t4 = b.get$taxRateState(); + t3 = $.$get$taxRatesReducer().call$2(t1.taxRateState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._tax_rate_state$_$v = t3; t3 = b.get$companyGatewayState(); t4 = $.$get$companyGatewaysReducer().call$2(t1.companyGatewayState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._company_gateway_state$_$v = t4; - t3 = b.get$projectState(); - t4 = $.$get$projectsReducer().call$2(t1.projectState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._project_state$_$v = t4; + t4 = b.get$projectState(); + t3 = $.$get$projectsReducer().call$2(t1.projectState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._project_state$_$v = t3; t3 = b.get$paymentState(); t4 = $.$get$paymentsReducer().call$2(t1.paymentState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._payment_state$_$v = t4; - t3 = b.get$quoteState(); - t4 = $.$get$quotesReducer().call$2(t1.quoteState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._quote_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); - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t2, _s5_); t3._group_state$_$v = t2; return b; }, - $signature: 963 + $signature: 971 }; A.userCompanyEntityReducer_closure.prototype = { call$2(userCompany, action) { @@ -313240,7 +315405,7 @@ else return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure6(action)); }, - $signature: 964 + $signature: 972 }; A.userCompanyEntityReducer__closure5.prototype = { call$1(b) { @@ -313249,7 +315414,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new A.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 96 + $signature: 97 }; A.userCompanyEntityReducer___closure.prototype = { call$1(b) { @@ -313286,7 +315451,7 @@ b.get$_company_model$_$this()._sortTotalsIndex = t1; return b; }, - $signature: 502 + $signature: 674 }; A.userCompanyEntityReducer__closure6.prototype = { call$1(b) { @@ -313294,99 +315459,94 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 96 + $signature: 97 }; A.userCompanyEntityReducer_closure0.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure4(action)); }, - $signature: 967 + $signature: 975 }; A.userCompanyEntityReducer__closure4.prototype = { call$1(b) { var t1 = b.get$user(), t2 = this.action.user; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._user_model$_$v = t2; t1 = b.get$settings(); t2 = t2.userCompany.settings; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A.userCompanyEntityReducer_closure1.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure3(action)); }, - $signature: 968 + $signature: 976 }; A.userCompanyEntityReducer__closure3.prototype = { call$1(b) { var t1 = b.get$user(), t2 = this.action.user; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._user_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A.userCompanyEntityReducer_closure2.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure2(action)); }, - $signature: 969 + $signature: 977 }; A.userCompanyEntityReducer__closure2.prototype = { call$1(b) { var t1 = b.get$user(), t2 = this.action.user; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._user_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A.userCompanyEntityReducer_closure3.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure1()); }, - $signature: 970 + $signature: 978 }; A.userCompanyEntityReducer__closure1.prototype = { call$1(b) { b.get$user().get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 96 + $signature: 97 }; A.userCompanyEntityReducer_closure4.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure0(action)); }, - $signature: 971 + $signature: 979 }; A.userCompanyEntityReducer__closure0.prototype = { call$1(b) { var t1 = b.get$settings(), t2 = this.action.userCompany.settings; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A.userCompanyEntityReducer_closure5.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure(action)); }, - $signature: 972 + $signature: 980 }; A.userCompanyEntityReducer__closure.prototype = { call$1(b) { @@ -313395,17 +315555,18 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 96 + $signature: 97 }; A.loadCompanySuccessReducer_closure.prototype = { call$1(b) { var t1 = b.get$settings(), t2 = A.UserSettingsEntity_UserSettingsEntity(); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; b.get$user().get$userCompany().get$notifications().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String)); return b; }, - $signature: 96 + $signature: 97 }; A.loadCompanySuccessReducer_closure0.prototype = { call$1(b) { @@ -313415,18 +315576,17 @@ t1.get$expenseCategories().replace$1(0, A._setArrayType([], type$.JSArray_legacy_ExpenseCategoryEntity)); return t1; }, - $signature: 973 + $signature: 981 }; A.loadCompanySuccessReducer_closure1.prototype = { call$1(b) { var t1 = b.get$company(), t2 = this._box_0.userCompany.company.get$coreCompany(); - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A.saveCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -313444,30 +315604,29 @@ call$1(b) { var t1 = b.get$company(), t2 = this.company; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A.lastUpdatedReducer_closure.prototype = { call$2(state, action) { return action.userCompany.company.isLarge && state === 0 ? 0 : Date.now(); }, - $signature: 974 + $signature: 982 }; A.lastUpdatedReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 975 + $signature: 983 }; A.memoizedDropdownExpenseCategoriesList_closure.prototype = { call$2(categoryMap, categoryList) { return A.dropdownExpenseCategoriesSelector(categoryMap, categoryList); }, - $signature: 976 + $signature: 984 }; A.dropdownExpenseCategoriesSelector_closure.prototype = { call$1(categoryId) { @@ -313487,13 +315646,13 @@ call$3(company, clientMap, groupMap) { return J.get$length$asx($.$get$memoizedGetCurrencyIds().call$3(company, clientMap, groupMap)) > 1; }, - $signature: 977 + $signature: 985 }; A.memoizedGetCurrencyIds_closure.prototype = { call$3(company, clientMap, groupMap) { return A.getCurrencyIds(company, clientMap, groupMap); }, - $signature: 978 + $signature: 986 }; A.getCurrencyIds_closure.prototype = { call$2(clientId, client) { @@ -313509,103 +315668,103 @@ this.currencyIds.push(currencyId); } }, - $signature: 210 + $signature: 233 }; A.memoizedFilteredSelector_closure.prototype = { call$2(filter, state) { return A.filteredSelector(filter, state); }, - $signature: 979 + $signature: 987 }; A.filteredSelector_closure.prototype = { call$1(productId) { return this.state.productState.map._map$_map.$index(0, productId); }, - $signature: 211 + $signature: 229 }; A.filteredSelector_closure0.prototype = { call$1(product) { return product.matchesFilter$1(this.filter); }, - $signature: 504 + $signature: 671 }; A.filteredSelector_closure1.prototype = { call$1(clientId) { return this.state.clientState.map._map$_map.$index(0, clientId); }, - $signature: 238 + $signature: 283 }; A.filteredSelector_closure2.prototype = { call$1(client) { return client.matchesFilter$1(this.filter); }, - $signature: 982 + $signature: 990 }; A.filteredSelector_closure3.prototype = { call$1(quoteId) { return this.state.quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 69 + $signature: 70 }; A.filteredSelector_closure4.prototype = { call$1(quote) { return quote.matchesFilter$1(this.filter); }, - $signature: 200 + $signature: 204 }; A.filteredSelector_closure5.prototype = { call$1(paymentId) { return this.state.paymentState.map._map$_map.$index(0, paymentId); }, - $signature: 197 + $signature: 187 }; A.filteredSelector_closure6.prototype = { call$1(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 435 + $signature: 331 }; A.filteredSelector_closure7.prototype = { call$1(projectId) { return this.state.projectState.map._map$_map.$index(0, projectId); }, - $signature: 246 + $signature: 285 }; A.filteredSelector_closure8.prototype = { call$1(project) { return project.matchesFilter$1(this.filter); }, - $signature: 988 + $signature: 996 }; A.filteredSelector_closure9.prototype = { call$1(taskId) { return this.state.taskState.map._map$_map.$index(0, taskId); }, - $signature: 212 + $signature: 227 }; A.filteredSelector_closure10.prototype = { call$1(task) { return task.matchesFilter$1(this.filter); }, - $signature: 990 + $signature: 998 }; A.filteredSelector_closure11.prototype = { call$1(invoiceId) { return this.state.invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 69 + $signature: 70 }; A.filteredSelector_closure12.prototype = { call$1(invoice) { return invoice.matchesFilter$1(this.filter); }, - $signature: 200 + $signature: 204 }; A.filteredSelector_closure13.prototype = { call$2(entityA, entityB) { return J.compareTo$1$ns(entityA.get$listDisplayName(), entityB.get$listDisplayName()); }, - $signature: 515 + $signature: 663 }; A.UserCompanyState.prototype = { get$company() { @@ -314323,7 +316482,7 @@ return t2 == null ? t1._groupState = new A.GroupStateBuilder() : t2; }, get$_company_state$_$this() { - var t1, t2, _this = this, + var t1, t2, _this = this, _s5_ = "other", $$v = _this._company_state$_$v; if ($$v != null) { _this._lastUpdated = $$v.lastUpdated; @@ -314333,6 +316492,7 @@ else { t2 = new A.UserCompanyEntityBuilder(); A.UserCompanyEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, _s5_); t2._company_model$_$v = t1; t1 = t2; } @@ -314340,123 +316500,147 @@ t1 = $$v.documentState; t1.toString; t2 = new A.DocumentStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._document_state$_$v = t1; _this._documentState = t2; - t1 = $$v.productState; - t1.toString; - t2 = new A.ProductStateBuilder(); - t2._product_state$_$v = t1; - _this._productState = t2; + t2 = $$v.productState; + t2.toString; + t1 = new A.ProductStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._product_state$_$v = t2; + _this._productState = t1; t1 = $$v.clientState; t1.toString; t2 = new A.ClientStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._client_state$_$v = t1; _this._clientState = t2; - t1 = $$v.invoiceState; - t1.toString; - t2 = new A.InvoiceStateBuilder(); - t2._invoice_state$_$v = t1; - _this._invoiceState = t2; + t2 = $$v.invoiceState; + t2.toString; + t1 = new A.InvoiceStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._invoice_state$_$v = t2; + _this._invoiceState = t1; t1 = $$v.expenseState; t1.toString; t2 = new A.ExpenseStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._expense_state$_$v = t1; _this._expenseState = t2; - t1 = $$v.vendorState; - t1.toString; - t2 = new A.VendorStateBuilder(); - t2._vendor_state$_$v = t1; - _this._vendorState = t2; + t2 = $$v.vendorState; + t2.toString; + t1 = new A.VendorStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._vendor_state$_$v = t2; + _this._vendorState = t1; t1 = $$v.taskState; t1.toString; t2 = new A.TaskStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._task_state$_$v = t1; _this._taskState = t2; - t1 = $$v.projectState; - t1.toString; - t2 = new A.ProjectStateBuilder(); - t2._project_state$_$v = t1; - _this._projectState = t2; + t2 = $$v.projectState; + t2.toString; + t1 = new A.ProjectStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._project_state$_$v = t2; + _this._projectState = t1; t1 = $$v.paymentState; t1.toString; t2 = new A.PaymentStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._payment_state$_$v = t1; _this._paymentState = t2; - t1 = $$v.quoteState; - t1.toString; - t2 = new A.QuoteStateBuilder(); - t2._quote_state$_$v = t1; - _this._quoteState = t2; + t2 = $$v.quoteState; + t2.toString; + t1 = new A.QuoteStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._quote_state$_$v = t2; + _this._quoteState = t1; t1 = $$v.recurringExpenseState; t1.toString; t2 = new A.RecurringExpenseStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._recurring_expense_state$_$v = t1; _this._recurringExpenseState = t2; - t1 = $$v.subscriptionState; - t1.toString; - t2 = new A.SubscriptionStateBuilder(); - t2._subscription_state$_$v = t1; - _this._subscriptionState = t2; + t2 = $$v.subscriptionState; + t2.toString; + t1 = new A.SubscriptionStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._subscription_state$_$v = t2; + _this._subscriptionState = t1; t1 = $$v.taskStatusState; t1.toString; t2 = new A.TaskStatusStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._task_status_state$_$v = t1; _this._taskStatusState = t2; - t1 = $$v.expenseCategoryState; - t1.toString; - t2 = new A.ExpenseCategoryStateBuilder(); - t2._expense_category_state$_$v = t1; - _this._expenseCategoryState = t2; + t2 = $$v.expenseCategoryState; + t2.toString; + t1 = new A.ExpenseCategoryStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._expense_category_state$_$v = t2; + _this._expenseCategoryState = t1; t1 = $$v.recurringInvoiceState; t1.toString; t2 = new A.RecurringInvoiceStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._recurring_invoice_state$_$v = t1; _this._recurringInvoiceState = t2; - t1 = $$v.webhookState; - t1.toString; - t2 = new A.WebhookStateBuilder(); - t2._webhook_state$_$v = t1; - _this._webhookState = t2; + t2 = $$v.webhookState; + t2.toString; + t1 = new A.WebhookStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._webhook_state$_$v = t2; + _this._webhookState = t1; t1 = $$v.tokenState; t1.toString; t2 = new A.TokenStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._token_state$_$v = t1; _this._tokenState = t2; - t1 = $$v.paymentTermState; - t1.toString; - t2 = new A.PaymentTermStateBuilder(); - t2._payment_term_state$_$v = t1; - _this._paymentTermState = t2; + t2 = $$v.paymentTermState; + t2.toString; + t1 = new A.PaymentTermStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._payment_term_state$_$v = t2; + _this._paymentTermState = t1; t1 = $$v.designState; t1.toString; t2 = new A.DesignStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._design_state$_$v = t1; _this._designState = t2; - t1 = $$v.creditState; - t1.toString; - t2 = new A.CreditStateBuilder(); - t2._credit_state$_$v = t1; - _this._creditState = t2; + t2 = $$v.creditState; + t2.toString; + t1 = new A.CreditStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._credit_state$_$v = t2; + _this._creditState = t1; t1 = $$v.userState; t1.toString; t2 = new A.UserStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._user_state$_$v = t1; _this._userState = t2; - t1 = $$v.taxRateState; - t1.toString; - t2 = new A.TaxRateStateBuilder(); - t2._tax_rate_state$_$v = t1; - _this._taxRateState = t2; + t2 = $$v.taxRateState; + t2.toString; + t1 = new A.TaxRateStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._tax_rate_state$_$v = t2; + _this._taxRateState = t1; t1 = $$v.companyGatewayState; t1.toString; t2 = new A.CompanyGatewayStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._company_gateway_state$_$v = t1; _this._companyGatewayState = t2; - t1 = $$v.groupState; - t1.toString; - t2 = new A.GroupStateBuilder(); - t2._group_state$_$v = t1; - _this._groupState = 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; @@ -314561,8 +316745,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_state$_$v = t1; return _$result; } @@ -314571,6 +316754,7 @@ rebuild$1(updates) { var t1 = new A.SettingsUIStateBuilder(); t1.get$_company_state$_$this()._selectedTemplate = B.EmailTemplate_invoice; + A.ArgumentError_checkNotNull(this, "other"); t1._company_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -314718,57 +316902,65 @@ return t1; }, get$_company_state$_$this() { - var t1, t2, _this = this, + var t1, t2, _this = this, _s5_ = "other", $$v = _this._company_state$_$v; if ($$v != null) { t1 = $$v.company; t1.toString; t2 = new A.CompanyEntityBuilder(); A.CompanyEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, _s5_); t2._company_model$_$v = t1; _this._company = t2; - t1 = $$v.origCompany; - t1.toString; - t2 = new A.CompanyEntityBuilder(); - A.CompanyEntity__initializeBuilder(t2); - t2._company_model$_$v = t1; - _this._origCompany = t2; + t2 = $$v.origCompany; + t2.toString; + t1 = new A.CompanyEntityBuilder(); + A.CompanyEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._company_model$_$v = t2; + _this._origCompany = t1; t1 = $$v.client; t1.toString; t2 = new A.ClientEntityBuilder(); t2.get$_client_model$_$this()._number = ""; + A.ArgumentError_checkNotNull(t1, _s5_); t2._client_model$_$v = t1; _this._client = t2; - t1 = $$v.origClient; - t1.toString; - t2 = new A.ClientEntityBuilder(); - t2.get$_client_model$_$this()._number = ""; - t2._client_model$_$v = t1; - _this._origClient = t2; + t2 = $$v.origClient; + t2.toString; + t1 = new A.ClientEntityBuilder(); + t1.get$_client_model$_$this()._number = ""; + A.ArgumentError_checkNotNull(t2, _s5_); + t1._client_model$_$v = t2; + _this._origClient = t1; t1 = $$v.group; t1.toString; t2 = new A.GroupEntityBuilder(); A.GroupEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, _s5_); t2._group_model$_$v = t1; _this._company_state$_group = t2; - t1 = $$v.origGroup; - t1.toString; - t2 = new A.GroupEntityBuilder(); - A.GroupEntity__initializeBuilder(t2); - t2._group_model$_$v = t1; - _this._origGroup = t2; + t2 = $$v.origGroup; + t2.toString; + t1 = new A.GroupEntityBuilder(); + A.GroupEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._group_model$_$v = t2; + _this._origGroup = t1; t1 = $$v.user; t1.toString; t2 = new A.UserEntityBuilder(); A.UserEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, _s5_); t2._user_model$_$v = t1; _this._user = t2; - t1 = $$v.origUser; - t1.toString; - t2 = new A.UserEntityBuilder(); - A.UserEntity__initializeBuilder(t2); - t2._user_model$_$v = t1; - _this._origUser = t2; + t2 = $$v.origUser; + t2.toString; + t1 = new A.UserEntityBuilder(); + A.UserEntity__initializeBuilder(t1); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._user_model$_$v = t2; + _this._origUser = t1; _this._entityType = $$v.entityType; _this._isChanged = $$v.isChanged; _this._updatedAt = $$v.updatedAt; @@ -314848,8 +317040,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_state$_$v = t1; return _$result; } @@ -314950,7 +317141,7 @@ call$1(companyGateway) { return companyGateway.get$id(companyGateway); }, - $signature: 42 + $signature: 44 }; A.handleCompanyGatewayAction_closure0.prototype = { call$1(value) { @@ -315015,7 +317206,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewCompanyGatewayList_closure.prototype = { call$3(store, dynamicAction, next) { @@ -315039,7 +317230,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -315062,14 +317253,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 248 + $signature: 282 }; A._archiveCompanyGateway__closure0.prototype = { call$1(companyGateways) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 421 + $signature: 332 }; A._archiveCompanyGateway__closure1.prototype = { call$1(error) { @@ -315100,14 +317291,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 248 + $signature: 282 }; A._deleteCompanyGateway__closure0.prototype = { call$1(companyGateways) { this.store.get$_dispatchers()[0].call$1(new A.DeleteCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 421 + $signature: 332 }; A._deleteCompanyGateway__closure1.prototype = { call$1(error) { @@ -315138,14 +317329,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 248 + $signature: 282 }; A._restoreCompanyGateway__closure0.prototype = { call$1(companyGateways) { this.store.get$_dispatchers()[0].call$1(new A.RestoreCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 421 + $signature: 332 }; A._restoreCompanyGateway__closure1.prototype = { call$1(error) { @@ -315170,7 +317361,7 @@ this.store.get$_dispatchers()[0].call$1(new A.DisconnectCompanyGatewaySuccess()); this.action.completer.complete$1(0, null); }, - $signature: 67 + $signature: 65 }; A._disconnectCompanyGateway__closure0.prototype = { call$1(error) { @@ -315200,7 +317391,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveCompanyGatewaySuccess(companyGateway)); t1.completer.complete$1(0, companyGateway); }, - $signature: 249 + $signature: 281 }; A._saveCompanyGateway__closure0.prototype = { call$1(error) { @@ -315229,7 +317420,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadCompanyGatewaySuccess(companyGateway)); this.action.completer.complete$1(0, null); }, - $signature: 249 + $signature: 281 }; A._loadCompanyGateway__closure0.prototype = { call$1(error) { @@ -315260,7 +317451,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 996 + $signature: 1004 }; A._loadCompanyGateways__closure0.prototype = { call$1(error) { @@ -315279,153 +317470,151 @@ t2 = this.state, t3 = this.action, t4 = $.$get$companyGatewayListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer7().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._company_gateway_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer7().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._company_gateway_model$_$v = t1; t1 = $.$get$selectedIdReducer7().call$2(t2.selectedId, t3); b.get$_company_gateway_state$_$this()._company_gateway_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer7().call$2(t2.forceSelected, t3); b.get$_company_gateway_state$_$this()._company_gateway_state$_forceSelected = t3; return b; }, - $signature: 997 + $signature: 1005 }; A.forceSelectedReducer_closure59.prototype = { call$2(completer, action) { return true; }, - $signature: 998 + $signature: 1006 }; A.forceSelectedReducer_closure60.prototype = { call$2(completer, action) { return false; }, - $signature: 999 + $signature: 1007 }; A.forceSelectedReducer_closure61.prototype = { call$2(completer, action) { return false; }, - $signature: 1000 + $signature: 1008 }; A.forceSelectedReducer_closure62.prototype = { call$2(completer, action) { return false; }, - $signature: 1001 + $signature: 1009 }; A.forceSelectedReducer_closure63.prototype = { call$2(completer, action) { return false; }, - $signature: 1002 + $signature: 1010 }; A.forceSelectedReducer_closure64.prototype = { call$2(completer, action) { return false; }, - $signature: 1003 + $signature: 1011 }; A.forceSelectedReducer_closure65.prototype = { call$2(completer, action) { return false; }, - $signature: 1004 + $signature: 1012 }; A.forceSelectedReducer_closure66.prototype = { call$2(completer, action) { return false; }, - $signature: 1005 + $signature: 1013 }; A.selectedIdReducer_closure119.prototype = { call$2(completer, action) { return ""; }, - $signature: 1006 + $signature: 1014 }; A.selectedIdReducer_closure120.prototype = { call$2(completer, action) { return ""; }, - $signature: 1007 + $signature: 1015 }; A.selectedIdReducer_closure121.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_companyGateway ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure122.prototype = { call$2(selectedId, action) { return action.companyGatewayId; }, - $signature: 1008 + $signature: 1016 }; A.selectedIdReducer_closure123.prototype = { call$2(selectedId, action) { return action.companyGateway.id; }, - $signature: 1009 + $signature: 1017 }; A.selectedIdReducer_closure124.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure125.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure126.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1010 + $signature: 1018 }; A.selectedIdReducer_closure127.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1011 + $signature: 1019 }; A.selectedIdReducer_closure128.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1012 + $signature: 1020 }; A.selectedIdReducer_closure129.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1013 + $signature: 1021 }; A.selectedIdReducer_closure130.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1014 + $signature: 1022 }; A.selectedIdReducer_closure131.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1015 + $signature: 1023 }; A.selectedIdReducer_closure132.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1016 + $signature: 1024 }; A.selectedIdReducer_closure133.prototype = { call$2(selectedId, action) { @@ -315438,31 +317627,31 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure35.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1017 + $signature: 1025 }; A.editingReducer_closure36.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1018 + $signature: 1026 }; A.editingReducer_closure37.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1019 + $signature: 1027 }; A.editingReducer_closure38.prototype = { call$2(companyGateway, action) { return action.companyGateway.rebuild$1(new A.editingReducer__closure13()); }, - $signature: 1020 + $signature: 1028 }; A.editingReducer__closure13.prototype = { call$1(b) { @@ -315609,7 +317798,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 419 + $signature: 333 }; A._deleteCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -315631,7 +317820,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 419 + $signature: 333 }; A._restoreCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -315653,7 +317842,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 419 + $signature: 333 }; A._addCompanyGateway_closure.prototype = { call$1(b) { @@ -315666,7 +317855,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 176 + $signature: 174 }; A._addCompanyGateway__closure.prototype = { call$1(b) { @@ -315683,7 +317872,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateCompanyGateway__closure())); return b; }, - $signature: 176 + $signature: 174 }; A._updateCompanyGateway__closure.prototype = { call$1(b) { @@ -315700,7 +317889,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedCompanyGateway__closure())); return b; }, - $signature: 176 + $signature: 174 }; A._setLoadedCompanyGateway__closure.prototype = { call$1(b) { @@ -315715,7 +317904,7 @@ 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: 176 + $signature: 174 }; A._setLoadedCompany__closure1.prototype = { call$1(item) { @@ -315727,7 +317916,7 @@ call$1(item) { return item; }, - $signature: 527 + $signature: 646 }; A._setLoadedCompany_closure2.prototype = { call$1(b) { @@ -315736,14 +317925,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 176 + $signature: 174 }; 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: 176 + $signature: 174 }; A._setLoadedCompanyGateways__closure.prototype = { call$1(item) { @@ -315755,7 +317944,7 @@ call$1(item) { return item; }, - $signature: 527 + $signature: 646 }; A._setLoadedCompanyGateways_closure0.prototype = { call$1(b) { @@ -315764,13 +317953,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 176 + $signature: 174 }; A.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { return A.filteredCompanyGatewaysSelector(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll); }, - $signature: 1024 + $signature: 1032 }; A.filteredCompanyGatewaysSelector_closure.prototype = { call$1(companyGatewayId) { @@ -315804,7 +317993,7 @@ call$2(companyGatewayId, paymentMap) { return A.calculateCompanyGatewayProcessed(companyGatewayId, paymentMap); }, - $signature: 1025 + $signature: 1033 }; A.calculateCompanyGatewayProcessed_closure.prototype = { call$2(paymentId, payment) { @@ -315814,13 +318003,13 @@ t1.total = t1.total + payment.get$completedAmount() * payment.exchangeRate; } }, - $signature: 194 + $signature: 184 }; A.memoizedClientStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, clientMap) { return A.clientStatsForCompanyGateway(companyGatewayId, clientMap); }, - $signature: 493 + $signature: 680 }; A.clientStatsForCompanyGateway_closure.prototype = { call$2(clientId, client) { @@ -315832,19 +318021,19 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 210 + $signature: 233 }; A.clientStatsForCompanyGateway__closure.prototype = { call$1(token) { return token.companyGatewayId === this.companyGatewayId; }, - $signature: 495 + $signature: 679 }; A.memoizedPaymentStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, paymentMap) { return A.paymentStatsForCompanyGateway(companyGatewayId, paymentMap); }, - $signature: 1027 + $signature: 1035 }; A.paymentStatsForCompanyGateway_closure.prototype = { call$2(paymentId, payment) { @@ -315854,7 +318043,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 194 + $signature: 184 }; A.getUnconnectedStripeAccount_closure.prototype = { call$2(id, gateway) { @@ -315865,7 +318054,7 @@ this._box_0.unconnectedGateway = gateway; } }, - $signature: 1028 + $signature: 1036 }; A.CompanyGatewayState.prototype = { $get$1(_, companyGatewayId) { @@ -316032,6 +318221,7 @@ A._$CompanyGatewayState.prototype = { rebuild$1(updates) { var t1 = new A.CompanyGatewayStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._company_gateway_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -316110,8 +318300,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_gateway_state$_$v = t1; return _$result; }, @@ -316198,6 +318387,7 @@ t1 = null; else { t2 = new A.CompanyGatewayEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._company_gateway_model$_$v = t1; t1 = t2; } @@ -316205,6 +318395,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._company_gateway_state$_listUIState = t2; _this._company_gateway_state$_selectedId = $$v.selectedId; @@ -316252,8 +318443,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._company_gateway_state$_$v = t1; return _$result; } @@ -316355,6 +318545,9 @@ A.BulkEmailCreditsRequest.prototype = {$isStartSaving: 1}; A.BulkEmailCreditsSuccess.prototype = {$isPersistData: 1, $isStopSaving: 1}; A.BulkEmailCreditsFailure.prototype = {$isStopSaving: 1}; + A.MarkCreditsPaidRequest.prototype = {$isStartSaving: 1}; + A.MarkCreditsPaidSuccess.prototype = {$isStopSaving: 1}; + A.MarkCreditsPaidFailure.prototype = {$isStopSaving: 1}; A.ArchiveCreditsRequest.prototype = {$isStartSaving: 1}; A.ArchiveCreditsSuccess.prototype = {$isPersistData: 1, $isStopSaving: 1}; A.ArchiveCreditsFailure.prototype = {$isStopSaving: 1}; @@ -316400,7 +318593,7 @@ call$1(credit) { return credit.get$id(credit); }, - $signature: 42 + $signature: 44 }; A.handleCreditAction_closure0.prototype = { call$1(element) { @@ -316430,7 +318623,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.handleCreditAction_closure3.prototype = { call$1(b) { @@ -316438,7 +318631,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.handleCreditAction_closure4.prototype = { call$1(b) { @@ -316446,7 +318639,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.handleCreditAction_closure5.prototype = { call$1(b) { @@ -316468,7 +318661,7 @@ t2 = credit.statusId !== "1" ? credit.balance : credit.amount; return A.PaymentableEntity_PaymentableEntity(t2, t1, null); }, - $signature: 530 + $signature: 642 }; A.StartCreditMultiselect.prototype = {}; A.AddToCreditMultiselect.prototype = {}; @@ -316509,7 +318702,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewCreditList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -316532,7 +318725,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._editCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -316587,7 +318780,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._showPdfCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -316615,7 +318808,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._archiveCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -316638,14 +318831,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._archiveCredit__closure0.prototype = { call$1(credits) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._archiveCredit__closure1.prototype = { call$1(error) { @@ -316676,14 +318869,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._deleteCredit__closure0.prototype = { call$1(credits) { this.store.get$_dispatchers()[0].call$1(new A.DeleteCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._deleteCredit__closure1.prototype = { call$1(error) { @@ -316714,14 +318907,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._restoreCredit__closure0.prototype = { call$1(credits) { this.store.get$_dispatchers()[0].call$1(new A.RestoreCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._restoreCredit__closure1.prototype = { call$1(error) { @@ -316746,7 +318939,7 @@ this.store.get$_dispatchers()[0].call$1(new A.MarkSentCreditSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._markSentCredit__closure0.prototype = { call$1(error) { @@ -316756,6 +318949,33 @@ }, $signature: 3 }; + A._markPaidCredit_closure.prototype = { + call$3(store, dynamicAction, next) { + 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)); + next.call$1(dynamicAction); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 4 + }; + 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)); + this.action.completer.complete$1(0, null); + }, + $signature: 39 + }; + A._markPaidCredit__closure0.prototype = { + call$1(error) { + A.print(error); + this.store.get$_dispatchers()[0].call$1(new A.MarkCreditsPaidFailure()); + this.action.completer.completeError$1(error); + }, + $signature: 3 + }; A._emailCredit_closure.prototype = { call$3(store, dynamicAction, next) { var t1, t2, origCredit; @@ -316778,7 +318998,7 @@ this.store.get$_dispatchers()[0].call$1(new A.EmailCreditSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 67 + $signature: 65 }; A._emailCredit__closure0.prototype = { call$1(error) { @@ -316807,13 +319027,13 @@ t1.replace$1(0, new A.WhereIterable(t2, new A._saveCredit___closure(), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>"))); return b; }, - $signature: 12 + $signature: 11 }; A._saveCredit___closure.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 55 + $signature: 56 }; A._saveCredit__closure0.prototype = { call$1(credit) { @@ -316825,7 +319045,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveCreditSuccess(credit)); t1.completer.complete$1(0, credit); }, - $signature: 74 + $signature: 72 }; A._saveCredit__closure1.prototype = { call$1(error) { @@ -316854,7 +319074,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 74 + $signature: 72 }; A._loadCredit__closure0.prototype = { call$1(error) { @@ -316887,7 +319107,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadProjects()); }, - $signature: 252 + $signature: 324 }; A._loadCredits__closure0.prototype = { call$1(error) { @@ -316912,7 +319132,7 @@ this.store.get$_dispatchers()[0].call$1(new A.DownloadCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._downloadCredits__closure0.prototype = { call$1(error) { @@ -316937,7 +319157,7 @@ this.store.get$_dispatchers()[0].call$1(new A.BulkEmailCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._bulkEmailCredits__closure0.prototype = { call$1(error) { @@ -316975,7 +319195,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveCreditSuccess(credit)); this.action.completer.complete$1(0, null); }, - $signature: 74 + $signature: 72 }; A._saveDocument__closure2.prototype = { call$1(error) { @@ -316991,14 +319211,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$creditListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer10().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._invoice_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer10().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._invoice_model$_$v = t1; t1 = $.$get$editingItemReducer0().call$2(t2.editingItemIndex, t3); b.get$_credit_state$_$this()._credit_state$_editingItemIndex = t1; t1 = $.$get$selectedIdReducer10().call$2(t2.selectedId, t3); @@ -317011,194 +319229,194 @@ b.get$_credit_state$_$this()._credit_state$_historyActivityId = t3; return b; }, - $signature: 1034 + $signature: 1042 }; A.forceSelectedReducer_closure79.prototype = { call$2(completer, action) { return true; }, - $signature: 1035 + $signature: 1043 }; A.forceSelectedReducer_closure80.prototype = { call$2(completer, action) { return false; }, - $signature: 1036 + $signature: 1044 }; A.forceSelectedReducer_closure81.prototype = { call$2(completer, action) { return false; }, - $signature: 1037 + $signature: 1045 }; A.forceSelectedReducer_closure82.prototype = { call$2(completer, action) { return false; }, - $signature: 1038 + $signature: 1046 }; A.forceSelectedReducer_closure83.prototype = { call$2(completer, action) { return false; }, - $signature: 1039 + $signature: 1047 }; A.forceSelectedReducer_closure84.prototype = { call$2(completer, action) { return false; }, - $signature: 1040 + $signature: 1048 }; A.forceSelectedReducer_closure85.prototype = { call$2(completer, action) { return false; }, - $signature: 1041 + $signature: 1049 }; A.forceSelectedReducer_closure86.prototype = { call$2(completer, action) { return false; }, - $signature: 1042 + $signature: 1050 }; A.tabIndexReducer_closure11.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1043 + $signature: 1051 }; A.tabIndexReducer_closure12.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.historyActivityIdReducer_closure0.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 534 + $signature: 628 }; A.editingItemReducer_closure1.prototype = { call$2(index, action) { action.toString; return null; }, - $signature: 1045 + $signature: 1053 }; A.editingItemReducer_closure2.prototype = { call$2(index, action) { return action.creditItemIndex; }, - $signature: 1046 + $signature: 1054 }; A.selectedIdReducer_closure160.prototype = { call$2(completer, action) { return ""; }, - $signature: 1047 + $signature: 1055 }; A.selectedIdReducer_closure161.prototype = { call$2(completer, action) { return ""; }, - $signature: 1048 + $signature: 1056 }; A.selectedIdReducer_closure162.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure163.prototype = { call$2(selectedId, action) { return action.creditId; }, - $signature: 1049 + $signature: 1057 }; A.selectedIdReducer_closure164.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1050 + $signature: 1058 }; A.selectedIdReducer_closure165.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1051 + $signature: 1059 }; A.selectedIdReducer_closure166.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 534 + $signature: 628 }; A.selectedIdReducer_closure167.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure168.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure169.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1052 + $signature: 1060 }; A.selectedIdReducer_closure170.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1053 + $signature: 1061 }; A.selectedIdReducer_closure171.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1054 + $signature: 1062 }; A.selectedIdReducer_closure172.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1055 + $signature: 1063 }; A.selectedIdReducer_closure173.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1056 + $signature: 1064 }; A.selectedIdReducer_closure174.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1057 + $signature: 1065 }; A.selectedIdReducer_closure175.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1058 + $signature: 1066 }; A.selectedIdReducer_closure176.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1059 + $signature: 1067 }; A.selectedIdReducer_closure177.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? "" : selectedId; }, - $signature: 145 + $signature: 153 }; A.selectedIdReducer_closure178.prototype = { call$2(selectedId, action) { @@ -317211,71 +319429,71 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure47.prototype = { call$2(credit, action) { return action.credit.rebuild$1(new A.editingReducer__closure22()); }, - $signature: 1060 + $signature: 1068 }; A.editingReducer__closure22.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure48.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure21()); }, - $signature: 732 + $signature: 617 }; A.editingReducer__closure21.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure49.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1062 + $signature: 1070 }; A.editingReducer_closure50.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure20()); }, - $signature: 537 + $signature: 616 }; A.editingReducer__closure20.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure51.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure19()); }, - $signature: 538 + $signature: 614 }; A.editingReducer__closure19.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure52.prototype = { call$2(credit, action) { return credit.rebuild$1(new A.editingReducer__closure18(action.client)); }, - $signature: 1065 + $signature: 1073 }; A.editingReducer__closure18.prototype = { call$1(b) { @@ -317295,37 +319513,37 @@ t3.replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.editingReducer___closure0(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer___closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 203 }; A.editingReducer_closure53.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1066 + $signature: 1074 }; A.editingReducer_closure54.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1067 + $signature: 1075 }; A.editingReducer_closure55.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1068 + $signature: 1076 }; A.editingReducer_closure56.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure17(action)); }, - $signature: 1069 + $signature: 1077 }; A.editingReducer__closure17.prototype = { call$1(b) { @@ -317337,13 +319555,13 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure57.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure16(action)); }, - $signature: 1070 + $signature: 1078 }; A.editingReducer__closure16.prototype = { call$1(b) { @@ -317352,7 +319570,7 @@ B.JSArray_methods.remove$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A._addCreditItem_closure.prototype = { call$1(b) { @@ -317362,21 +319580,21 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A._addCreditItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.creditItems); return b; }, - $signature: 12 + $signature: 11 }; A._removeCreditItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.action.index); return b; }, - $signature: 12 + $signature: 11 }; A._updateCreditItem_closure.prototype = { call$1(b) { @@ -317386,7 +319604,7 @@ t1.get$_safeList()[t2.index] = t2.creditItem; return b; }, - $signature: 12 + $signature: 11 }; A._viewCreditList_closure.prototype = { call$1(b) { @@ -317582,14 +319800,14 @@ call$1(item) { return item; }, - $signature: 161 + $signature: 176 }; A._markSentCreditSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.creditMap); return b; }, - $signature: 254 + $signature: 272 }; A._archiveCreditSuccess_closure.prototype = { call$1(b) { @@ -317611,7 +319829,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 416 + $signature: 334 }; A._deleteCreditSuccess_closure.prototype = { call$1(b) { @@ -317633,7 +319851,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 416 + $signature: 334 }; A._restoreCreditSuccess_closure.prototype = { call$1(b) { @@ -317655,7 +319873,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 416 + $signature: 334 }; A._addCredit_closure.prototype = { call$1(b) { @@ -317668,7 +319886,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 254 + $signature: 272 }; A._addCredit__closure.prototype = { call$1(b) { @@ -317676,7 +319894,7 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 12 + $signature: 11 }; A._updateCredit_closure.prototype = { call$1(b) { @@ -317684,7 +319902,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCredit__closure())); return b; }, - $signature: 254 + $signature: 272 }; A._updateCredit__closure.prototype = { call$1(b) { @@ -317692,13 +319910,13 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 12 + $signature: 11 }; A.memoizedDropdownCreditList_closure.prototype = { call$6(creditMap, clientMap, creditList, clientId, userMap, excludedIds) { return A.dropdownCreditSelector(creditMap, clientMap, creditList, clientId, userMap, excludedIds); }, - $signature: 1074 + $signature: 1082 }; A.dropdownCreditSelector_closure.prototype = { call$1(creditId) { @@ -317719,7 +319937,7 @@ t1 = true; if (t1) return false; - if (credit.balance === 0) + if ((credit.statusId !== "1" ? credit.balance : credit.amount) === 0) return false; return !credit.get$isArchived() && !credit.isDeleted && credit.get$isUnpaid(); }, @@ -317736,7 +319954,7 @@ call$6(selectionState, creditMap, creditList, clientMap, creditListState, userMap) { return A.filteredCreditsSelector(selectionState, creditMap, creditList, clientMap, creditListState, userMap); }, - $signature: 547 + $signature: 594 }; A.filteredCreditsSelector_closure.prototype = { call$1(creditId) { @@ -317809,7 +320027,7 @@ call$2(designId, creditMap) { return A.creditStatsForDesign(designId, creditMap); }, - $signature: 81 + $signature: 76 }; A.creditStatsForDesign_closure.prototype = { call$2(creditId, credit) { @@ -317819,13 +320037,13 @@ else if (credit.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedCreditStatsForClient_closure.prototype = { call$2(clientId, creditMap) { return A.creditStatsForClient(clientId, creditMap); }, - $signature: 81 + $signature: 76 }; A.creditStatsForClient_closure.prototype = { call$2(creditId, credit) { @@ -317835,13 +320053,13 @@ else if (credit.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedCreditStatsForUser_closure.prototype = { call$2(userId, creditMap) { return A.creditStatsForUser(userId, creditMap); }, - $signature: 81 + $signature: 76 }; A.creditStatsForUser_closure.prototype = { call$2(creditId, credit) { @@ -317851,7 +320069,7 @@ else if (credit.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.CreditState.prototype = { $get$1(_, creditId) { @@ -317878,7 +320096,7 @@ call$1(item) { return item; }, - $signature: 161 + $signature: 176 }; A.CreditState_loadCredits_closure.prototype = { call$1(b) { @@ -317893,7 +320111,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 254 + $signature: 272 }; A.CreditUIState.prototype = { get$isCreatingNew() { @@ -318054,6 +320272,7 @@ A._$CreditState.prototype = { rebuild$1(updates) { var t1 = new A.CreditStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._credit_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -318132,8 +320351,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._credit_state$_$v = t1; return _$result; }, @@ -318236,6 +320454,7 @@ else { t2 = new A.InvoiceEntityBuilder(); A.InvoiceEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._invoice_model$_$v = t1; t1 = t2; } @@ -318245,6 +320464,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._credit_state$_listUIState = t2; _this._credit_state$_selectedId = $$v.selectedId; @@ -318294,8 +320514,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._credit_state$_$v = t1; return _$result; } @@ -318338,7 +320557,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A.dashboardUIReducer_closure.prototype = { call$1(b) { @@ -318346,21 +320565,22 @@ t2 = this.state, t3 = this.action, t4 = A.dashboardSettingsReducer(t2.settings, t3); + A.ArgumentError_checkNotNull(t4, "other"); t1._dashboard_state$_$v = t4; b.get$selectedEntities().replace$1(0, $.$get$selectedEntitiesReducer().call$2(t2.selectedEntities, t3)); - t1 = $.$get$selectedEntityTypeReducer().call$2(t2.selectedEntityType, t3); - b.get$_dashboard_state$_$this()._selectedEntityType = t1; + t4 = $.$get$selectedEntityTypeReducer().call$2(t2.selectedEntityType, t3); + b.get$_dashboard_state$_$this()._selectedEntityType = t4; t3 = $.$get$showSidebarReducer().call$2(t2.showSidebar, t3); b.get$_dashboard_state$_$this()._showSidebar = t3; return b; }, - $signature: 1078 + $signature: 1086 }; A.selectedEntitiesReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure0(action)); }, - $signature: 1079 + $signature: 1087 }; A.selectedEntitiesReducer__closure0.prototype = { call$1(b) { @@ -318372,32 +320592,32 @@ b.$indexSet(0, t2, A.BuiltList_BuiltList$from(t1, type$.legacy_String)); return b; }, - $signature: 552 + $signature: 586 }; A.selectedEntitiesReducer_closure0.prototype = { call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure()); }, - $signature: 1081 + $signature: 1089 }; A.selectedEntitiesReducer__closure.prototype = { call$1(b) { b.get$_safeMap().clear$0(0); return b; }, - $signature: 552 + $signature: 586 }; A.selectedEntityTypeReducer_closure.prototype = { call$2(state, action) { return action.entityType; }, - $signature: 1082 + $signature: 1090 }; A.showSidebarReducer_closure.prototype = { call$2(state, action) { return action.showSidebar; }, - $signature: 1083 + $signature: 1091 }; A.dashboardSettingsReducer_closure.prototype = { call$1(b) { @@ -318419,14 +320639,14 @@ b.get$_dashboard_state$_$this()._offset = 0; return b; }, - $signature: 125 + $signature: 130 }; A.dashboardSettingsReducer_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._includeTaxes = this.action.includeTaxes; return b; }, - $signature: 125 + $signature: 130 }; A.dashboardSettingsReducer_closure1.prototype = { call$1(b) { @@ -318434,14 +320654,14 @@ b.get$_dashboard_state$_$this()._offset = t1 + this.action.offset; return b; }, - $signature: 125 + $signature: 130 }; A.dashboardSettingsReducer_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_currencyId = this.action.currencyId; return b; }, - $signature: 125 + $signature: 130 }; A.ChartDataGroup.prototype = { get$name(receiver) { @@ -318460,13 +320680,13 @@ call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 255 + $signature: 267 }; A.memoizedPreviousChartInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 255 + $signature: 267 }; A._chartInvoices_closure.prototype = { call$2(int, invoice) { @@ -318543,19 +320763,19 @@ } } }, - $signature: 53 + $signature: 48 }; A.memoizedChartQuotes_closure.prototype = { call$5(currencyMap, company, settings, quoteMap, clientMap) { return A.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 255 + $signature: 267 }; A.memoizedPreviousChartQuotes_closure.prototype = { call$5(currencyMap, company, settings, quoteMap, clientMap) { return A.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 255 + $signature: 267 }; A.chartQuotes_closure.prototype = { call$2(int, quote) { @@ -318624,19 +320844,19 @@ } } }, - $signature: 53 + $signature: 48 }; A.memoizedChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 562 + $signature: 563 }; A.memoizedPreviousChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 562 + $signature: 563 }; A.chartPayments_closure.prototype = { call$2(int, payment) { @@ -318700,19 +320920,19 @@ } } }, - $signature: 194 + $signature: 184 }; 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: 564 + $signature: 562 }; 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: 564 + $signature: 562 }; A.chartTasks_closure.prototype = { call$2(int, task) { @@ -318760,7 +320980,7 @@ } } }, - $signature: 124 + $signature: 128 }; A.chartTasks__closure.prototype = { call$1(taskTime) { @@ -318828,14 +321048,14 @@ J.add$1$ax(_this.loggedData.entityMap.$index(0, date), t4.id); } }, - $signature: 1089 + $signature: 1097 }; A.chartExpenses_closure.prototype = { call$2(int, expense) { var t1, t2, t3, t4, t5, exchangeRate, invoice, _this = this, _null = null, _s6_ = "logged", _s7_ = "pending", _s8_ = "invoiced", - _s4_ = "paid", + _s12_ = "invoice_paid", currencyId = expense.currencyId, date = expense.date, amount = expense.get$grossAmount(); @@ -318859,7 +321079,7 @@ t3.$index(0, _s6_).$indexSet(0, date, 0); t3.$index(0, _s7_).$indexSet(0, date, 0); t3.$index(0, _s8_).$indexSet(0, date, 0); - t3.$index(0, _s4_).$indexSet(0, date, 0); + t3.$index(0, _s12_).$indexSet(0, date, 0); t4 = type$.JSArray_legacy_String; _this.loggedData.entityMap.$indexSet(0, date, A._setArrayType([], t4)); _this.pendingData.entityMap.$indexSet(0, date, A._setArrayType([], t4)); @@ -318890,9 +321110,9 @@ t2 = _this.counts; t4 = expense.id; if (t1) { - t1 = t3.$index(0, _s4_); + t1 = t3.$index(0, _s12_); t1.$indexSet(0, date, t1.$index(0, date) + amount); - t2.$indexSet(0, _s4_, t2.$index(0, _s4_) + 1); + t2.$indexSet(0, _s12_, t2.$index(0, _s12_) + 1); J.add$1$ax(_this.paidData.entityMap.$index(0, date), t4); } else { t1 = t3.$index(0, _s8_); @@ -318919,25 +321139,25 @@ } } }, - $signature: 91 + $signature: 93 }; A.memoizedChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 570 + $signature: 556 }; A.memoizedPreviousChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 570 + $signature: 556 }; A.memoizedUpcomingInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._upcomingInvoices(clientMap, invoiceMap); }, - $signature: 243 + $signature: 264 }; A._upcomingInvoices_closure.prototype = { call$2(index, invoice) { @@ -318961,19 +321181,19 @@ if (invoice.get$isUpcoming()) this.invoices.push(invoice); }, - $signature: 53 + $signature: 48 }; A._upcomingInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceA.dueDate, invoiceB.dueDate); }, - $signature: 256 + $signature: 263 }; A.memoizedPastDueInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._pastDueInvoices(clientMap, invoiceMap); }, - $signature: 243 + $signature: 264 }; A._pastDueInvoices_closure.prototype = { call$2(index, invoice) { @@ -318997,19 +321217,19 @@ if (invoice.get$isPastDue()) this.invoices.push(invoice); }, - $signature: 53 + $signature: 48 }; A._pastDueInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceA.dueDate, invoiceB.dueDate); }, - $signature: 256 + $signature: 263 }; A.memoizedRecentPayments_closure.prototype = { call$2(paymentMap, clientMap) { return A._recentPayments(clientMap, paymentMap); }, - $signature: 1094 + $signature: 1102 }; A._recentPayments_closure.prototype = { call$2(index, payment) { @@ -319021,7 +321241,7 @@ if (!payment.get$isArchived() && !payment.isDeleted && payment.createdAt > this.threeMonthsAgo) this.payments.push(payment); }, - $signature: 194 + $signature: 184 }; A._recentPayments_closure0.prototype = { call$2(paymentA, paymentB) { @@ -319032,13 +321252,13 @@ else return J.compareTo$1$ns(t2, t1); }, - $signature: 1095 + $signature: 1103 }; A.memoizedUpcomingQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._upcomingQuotes(clientMap, quoteMap); }, - $signature: 243 + $signature: 264 }; A._upcomingQuotes_closure.prototype = { call$2(index, quote) { @@ -319050,19 +321270,19 @@ if (quote.get$isUpcoming()) this.quotes.push(quote); }, - $signature: 53 + $signature: 48 }; A._upcomingQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return B.JSString_methods.compareTo$1(quoteA.dueDate, quoteB.dueDate); }, - $signature: 256 + $signature: 263 }; A.memoizedExpiredQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._expiredQuotes(clientMap, quoteMap); }, - $signature: 243 + $signature: 264 }; A._expiredQuotes_closure.prototype = { call$2(index, quote) { @@ -319074,19 +321294,19 @@ if (quote.get$isPastDue()) this.quotes.push(quote); }, - $signature: 53 + $signature: 48 }; A._expiredQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return B.JSString_methods.compareTo$1(quoteA.dueDate, quoteB.dueDate); }, - $signature: 256 + $signature: 263 }; A.memoizedRunningTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._runningTasks(clientMap, taskMap); }, - $signature: 579 + $signature: 553 }; A._runningTasks_closure.prototype = { call$2(index, task) { @@ -319098,7 +321318,7 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 124 + $signature: 128 }; A._runningTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -319106,13 +321326,13 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 409 + $signature: 336 }; A.memoizedRecentTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._recentTasks(clientMap, taskMap); }, - $signature: 579 + $signature: 553 }; A._recentTasks_closure.prototype = { call$2(index, task) { @@ -319124,7 +321344,7 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 124 + $signature: 128 }; A._recentTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -319132,13 +321352,13 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 409 + $signature: 336 }; A.memoizedRecentExpenses_closure.prototype = { call$2(expenseMap, clientMap) { return A._recentExpenses(clientMap, expenseMap); }, - $signature: 1098 + $signature: 1106 }; A._recentExpenses_closure.prototype = { call$2(index, expense) { @@ -319157,7 +321377,7 @@ if (!t1) this.expenses.push(expense); }, - $signature: 91 + $signature: 93 }; A._recentExpenses_closure0.prototype = { call$2(expenseA, expenseB) { @@ -319173,7 +321393,7 @@ else return B.JSString_methods.compareTo$1(expenseBdate, expenseAdate); }, - $signature: 585 + $signature: 550 }; A.DashboardUIState.prototype = {}; A.DashboardUISettings.prototype = { @@ -319372,14 +321592,15 @@ if ($$v != null) { t1 = $$v.settings; t2 = new A.DashboardUISettingsBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._dashboard_state$_$v = t1; _this._dashboard_state$_settings = t2; _this._selectedEntityType = $$v.selectedEntityType; - t1 = $$v.selectedEntities; - t1.toString; - t2 = t1.$ti; - t2._eval$1("_BuiltMap<1,2>")._as(t1); - _this._selectedEntities = 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.selectedEntities; + t2.toString; + t1 = t2.$ti; + t1._eval$1("_BuiltMap<1,2>")._as(t2); + _this._selectedEntities = new A.MapBuilder(t2._mapFactory, t2._map$_map, t2, t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("MapBuilder<1,2>")); _this._showSidebar = $$v.showSidebar; _this._dashboard_state$_$v = null; } @@ -319418,8 +321639,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._dashboard_state$_$v = t1; return _$result; } @@ -319427,6 +321647,7 @@ A._$DashboardUISettings.prototype = { rebuild$1(updates) { var t1 = new A.DashboardUISettingsBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._dashboard_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -319517,6 +321738,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s19_, "includeTaxes")); _$result = A._$DashboardUISettings$_(t7, t6, t5, t9, t3, t2, t1, t4, t10, t8); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._dashboard_state$_$v = _$result; } }; @@ -319618,35 +321840,35 @@ call$1(design) { return design.get$id(design); }, - $signature: 42 + $signature: 44 }; A.handleDesignAction_closure0.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 144 + $signature: 140 }; A.handleDesignAction_closure1.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 144 + $signature: 140 }; A.handleDesignAction_closure2.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 144 + $signature: 140 }; A.handleDesignAction_closure3.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 144 + $signature: 140 }; A.StartDesignMultiselect.prototype = {}; A.AddToDesignMultiselect.prototype = {}; @@ -319690,7 +321912,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewDesignList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -319714,7 +321936,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -319737,14 +321959,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 257 + $signature: 261 }; A._archiveDesign__closure0.prototype = { call$1(designs) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 407 + $signature: 337 }; A._archiveDesign__closure1.prototype = { call$1(error) { @@ -319775,14 +321997,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 257 + $signature: 261 }; A._deleteDesign__closure0.prototype = { call$1(designs) { this.store.get$_dispatchers()[0].call$1(new A.DeleteDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 407 + $signature: 337 }; A._deleteDesign__closure1.prototype = { call$1(error) { @@ -319813,14 +322035,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 257 + $signature: 261 }; A._restoreDesign__closure0.prototype = { call$1(designs) { this.store.get$_dispatchers()[0].call$1(new A.RestoreDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 407 + $signature: 337 }; A._restoreDesign__closure1.prototype = { call$1(error) { @@ -319850,7 +322072,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveDesignSuccess(design)); t1.completer.complete$1(0, design); }, - $signature: 143 + $signature: 139 }; A._saveDesign__closure0.prototype = { call$1(error) { @@ -319878,7 +322100,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadDesignSuccess(design)); this.action.completer.complete$1(0, null); }, - $signature: 143 + $signature: 139 }; A._loadDesign__closure0.prototype = { call$1(error) { @@ -319909,7 +322131,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1104 + $signature: 1112 }; A._loadDesigns__closure0.prototype = { call$1(error) { @@ -319928,184 +322150,182 @@ t2 = this.state, t3 = this.action, t4 = $.$get$designListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer11().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._design_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer11().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._design_model$_$v = t1; t1 = $.$get$selectedIdReducer11().call$2(t2.selectedId, t3); b.get$_design_state$_$this()._design_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer11().call$2(t2.forceSelected, t3); b.get$_design_state$_$this()._design_state$_forceSelected = t3; return b; }, - $signature: 1105 + $signature: 1113 }; A.forceSelectedReducer_closure87.prototype = { call$2(completer, action) { return true; }, - $signature: 1106 + $signature: 1114 }; A.forceSelectedReducer_closure88.prototype = { call$2(completer, action) { return false; }, - $signature: 1107 + $signature: 1115 }; A.forceSelectedReducer_closure89.prototype = { call$2(completer, action) { return false; }, - $signature: 1108 + $signature: 1116 }; A.forceSelectedReducer_closure90.prototype = { call$2(completer, action) { return false; }, - $signature: 1109 + $signature: 1117 }; A.forceSelectedReducer_closure91.prototype = { call$2(completer, action) { return false; }, - $signature: 1110 + $signature: 1118 }; A.forceSelectedReducer_closure92.prototype = { call$2(completer, action) { return false; }, - $signature: 1111 + $signature: 1119 }; A.forceSelectedReducer_closure93.prototype = { call$2(completer, action) { return false; }, - $signature: 1112 + $signature: 1120 }; A.forceSelectedReducer_closure94.prototype = { call$2(completer, action) { return false; }, - $signature: 1113 + $signature: 1121 }; A.selectedIdReducer_closure179.prototype = { call$2(completer, action) { return ""; }, - $signature: 1114 + $signature: 1122 }; A.selectedIdReducer_closure180.prototype = { call$2(completer, action) { return ""; }, - $signature: 1115 + $signature: 1123 }; A.selectedIdReducer_closure181.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_design ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure182.prototype = { call$2(selectedId, action) { return action.get$designId(); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure183.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$design()); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure184.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure185.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure186.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1117 + $signature: 1125 }; A.selectedIdReducer_closure187.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1118 + $signature: 1126 }; A.selectedIdReducer_closure188.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1119 + $signature: 1127 }; A.selectedIdReducer_closure189.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1120 + $signature: 1128 }; A.selectedIdReducer_closure190.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1121 + $signature: 1129 }; A.selectedIdReducer_closure191.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1122 + $signature: 1130 }; A.selectedIdReducer_closure192.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1123 + $signature: 1131 }; A.editingReducer_closure58.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1124 + $signature: 1132 }; A.editingReducer_closure59.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1125 + $signature: 1133 }; A.editingReducer_closure60.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1126 + $signature: 1134 }; A.editingReducer_closure61.prototype = { call$2(design, action) { return action.design.rebuild$1(new A.editingReducer__closure23()); }, - $signature: 1127 + $signature: 1135 }; A.editingReducer__closure23.prototype = { call$1(b) { b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 260 + $signature: 238 }; A._viewDesignList_closure.prototype = { call$1(b) { @@ -320252,7 +322472,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 406 + $signature: 338 }; A._deleteDesignSuccess_closure.prototype = { call$1(b) { @@ -320274,7 +322494,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 406 + $signature: 338 }; A._restoreDesignSuccess_closure.prototype = { call$1(b) { @@ -320296,7 +322516,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 406 + $signature: 338 }; A._addDesign_closure.prototype = { call$1(b) { @@ -320333,7 +322553,7 @@ call$3(designMap, designList, designListState) { return A.filteredDesignsSelector(designMap, designList, designListState); }, - $signature: 1130 + $signature: 1138 }; A.filteredDesignsSelector_closure.prototype = { call$1(designId) { @@ -320399,7 +322619,7 @@ call$1(designId) { return this.$this.map._map$_map.$index(0, designId); }, - $signature: 257 + $signature: 261 }; A.DesignState_loadDesigns_closure0.prototype = { call$1(item) { @@ -320411,7 +322631,7 @@ call$1(item) { return item; }, - $signature: 1131 + $signature: 1139 }; A.DesignState_loadDesigns_closure.prototype = { call$1(b) { @@ -320587,6 +322807,7 @@ A._$DesignState.prototype = { rebuild$1(updates) { var t1 = new A.DesignStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._design_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -320665,8 +322886,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._design_state$_$v = t1; return _$result; }, @@ -320761,6 +322981,7 @@ else { t2 = new A.DesignEntityBuilder(); t2.get$_design_model$_$this()._isFree = true; + A.ArgumentError_checkNotNull(t1, "other"); t2._design_model$_$v = t1; t1 = t2; } @@ -320768,6 +322989,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._design_state$_listUIState = t2; _this._design_state$_selectedId = $$v.selectedId; @@ -320815,8 +323037,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._design_state$_$v = t1; return _$result; } @@ -320893,7 +323114,7 @@ call$1($document) { return $document.get$id($document); }, - $signature: 42 + $signature: 44 }; A.StartDocumentMultiselect.prototype = {}; A.AddToDocumentMultiselect.prototype = {}; @@ -320936,7 +323157,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewDocumentList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -320959,7 +323180,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -320982,14 +323203,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].documentState.map._map$_map.$index(0, id); }, - $signature: 603 + $signature: 536 }; A._archiveDocument__closure0.prototype = { call$1(documents) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 606 + $signature: 535 }; A._archiveDocument__closure1.prototype = { call$1(error) { @@ -321045,14 +323266,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].documentState.map._map$_map.$index(0, id); }, - $signature: 603 + $signature: 536 }; A._restoreDocument__closure0.prototype = { call$1(documents) { this.store.get$_dispatchers()[0].call$1(new A.RestoreDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 606 + $signature: 535 }; A._restoreDocument__closure1.prototype = { call$1(error) { @@ -321107,7 +323328,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1136 + $signature: 1144 }; A._loadDocuments__closure0.prototype = { call$1(error) { @@ -321126,160 +323347,158 @@ t2 = this.state, t3 = this.action, t4 = $.$get$documentListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer5().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._document_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer5().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._document_model$_$v = t1; t1 = $.$get$selectedIdReducer5().call$2(t2.selectedId, t3); b.get$_document_state$_$this()._document_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer5().call$2(t2.forceSelected, t3); b.get$_document_state$_$this()._document_state$_forceSelected = t3; return b; }, - $signature: 1137 + $signature: 1145 }; A.forceSelectedReducer_closure47.prototype = { call$2(completer, action) { return true; }, - $signature: 1138 + $signature: 1146 }; A.forceSelectedReducer_closure48.prototype = { call$2(completer, action) { return false; }, - $signature: 1139 + $signature: 1147 }; A.forceSelectedReducer_closure49.prototype = { call$2(completer, action) { return false; }, - $signature: 1140 + $signature: 1148 }; A.forceSelectedReducer_closure50.prototype = { call$2(completer, action) { return false; }, - $signature: 1141 + $signature: 1149 }; A.forceSelectedReducer_closure51.prototype = { call$2(completer, action) { return false; }, - $signature: 1142 + $signature: 1150 }; A.forceSelectedReducer_closure52.prototype = { call$2(completer, action) { return false; }, - $signature: 1143 + $signature: 1151 }; A.forceSelectedReducer_closure53.prototype = { call$2(completer, action) { return false; }, - $signature: 1144 + $signature: 1152 }; A.forceSelectedReducer_closure54.prototype = { call$2(completer, action) { return false; }, - $signature: 1145 + $signature: 1153 }; A.selectedIdReducer_closure94.prototype = { call$2(completer, action) { return ""; }, - $signature: 1146 + $signature: 1154 }; A.selectedIdReducer_closure95.prototype = { call$2(completer, action) { return ""; }, - $signature: 1147 + $signature: 1155 }; A.selectedIdReducer_closure96.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_document ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure97.prototype = { call$2(selectedId, action) { return action.get$documentId(); }, - $signature: 1148 + $signature: 1156 }; A.selectedIdReducer_closure98.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure99.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure100.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1149 + $signature: 1157 }; A.selectedIdReducer_closure101.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1150 + $signature: 1158 }; A.selectedIdReducer_closure102.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1151 + $signature: 1159 }; A.selectedIdReducer_closure103.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1152 + $signature: 1160 }; A.selectedIdReducer_closure104.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1153 + $signature: 1161 }; A.selectedIdReducer_closure105.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1154 + $signature: 1162 }; A.selectedIdReducer_closure106.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1155 + $signature: 1163 }; A.editingReducer_closure30.prototype = { call$2($document, action) { return action.document.rebuild$1(new A.editingReducer__closure11()); }, - $signature: 1156 + $signature: 1164 }; A.editingReducer__closure11.prototype = { call$1(b) { b.get$_document_model$_$this()._document_model$_isChanged = true; return b; }, - $signature: 613 + $signature: 531 }; A._viewDocumentList_closure.prototype = { call$1(b) { @@ -321426,7 +323645,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 614 + $signature: 530 }; A._deleteDocumentSuccess_closure.prototype = { call$1(b) { @@ -321435,7 +323654,7 @@ t1.get$_safeMap().remove$1(0, null); return b; }, - $signature: 216 + $signature: 222 }; A._restoreDocumentSuccess_closure.prototype = { call$1(b) { @@ -321457,7 +323676,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 614 + $signature: 530 }; A._updateDocument_closure.prototype = { call$1(b) { @@ -321467,7 +323686,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$document(t2)); return b; }, - $signature: 216 + $signature: 222 }; A._setLoadedDocument_closure.prototype = { call$1(b) { @@ -321476,14 +323695,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 216 + $signature: 222 }; 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: 216 + $signature: 222 }; A._setLoadedDocuments__closure.prototype = { call$1(item) { @@ -321495,7 +323714,7 @@ call$1(item) { return item; }, - $signature: 1160 + $signature: 1168 }; A._setLoadedDocuments_closure0.prototype = { call$1(b) { @@ -321504,13 +323723,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 216 + $signature: 222 }; A.memoizedFilteredDocumentList_closure.prototype = { call$3(documentMap, documentList, documentListState) { return A.filteredDocumentsSelector(documentMap, documentList, documentListState); }, - $signature: 1161 + $signature: 1169 }; A.filteredDocumentsSelector_closure.prototype = { call$1(documentId) { @@ -321688,6 +323907,7 @@ A._$DocumentState.prototype = { rebuild$1(updates) { var t1 = new A.DocumentStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._document_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -321766,8 +323986,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._document_state$_$v = t1; return _$result; }, @@ -321854,6 +324073,7 @@ t1 = null; else { t2 = new A.DocumentEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._document_model$_$v = t1; t1 = t2; } @@ -321861,6 +324081,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._document_state$_listUIState = t2; _this._document_state$_selectedId = $$v.selectedId; @@ -321908,8 +324129,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._document_state$_$v = t1; return _$result; } @@ -322012,7 +324232,7 @@ call$1(expense) { return expense.get$id(expense); }, - $signature: 42 + $signature: 44 }; A.handleExpenseAction_closure0.prototype = { call$1(b) { @@ -322039,20 +324259,20 @@ t1 = false; return t1; }, - $signature: 179 + $signature: 190 }; A.handleExpenseAction_closure3.prototype = { call$1(expense) { return A.convertExpenseToInvoiceItem(this.context, expense); }, - $signature: 617 + $signature: 1171 }; A.handleExpenseAction_closure4.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.items); return b; }, - $signature: 12 + $signature: 11 }; A.StartExpenseMultiselect.prototype = {}; A.AddToExpenseMultiselect.prototype = {}; @@ -322103,7 +324323,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewExpenseList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -322127,7 +324347,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -322150,14 +324370,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 178 + $signature: 195 }; A._archiveExpense__closure0.prototype = { call$1(expenses) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 142 + $signature: 141 }; A._archiveExpense__closure1.prototype = { call$1(error) { @@ -322188,14 +324408,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 178 + $signature: 195 }; A._deleteExpense__closure0.prototype = { call$1(expenses) { this.store.get$_dispatchers()[0].call$1(new A.DeleteExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 142 + $signature: 141 }; A._deleteExpense__closure1.prototype = { call$1(error) { @@ -322226,14 +324446,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 178 + $signature: 195 }; A._restoreExpense__closure0.prototype = { call$1(expenses) { this.store.get$_dispatchers()[0].call$1(new A.RestoreExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 142 + $signature: 141 }; A._restoreExpense__closure1.prototype = { call$1(error) { @@ -322263,7 +324483,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveExpenseSuccess(expense)); t1.completer.complete$1(0, expense); }, - $signature: 119 + $signature: 115 }; A._saveExpense__closure0.prototype = { call$1(error) { @@ -322292,7 +324512,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 119 + $signature: 115 }; A._loadExpense__closure0.prototype = { call$1(error) { @@ -322325,7 +324545,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadRecurringExpenses()); }, - $signature: 622 + $signature: 516 }; A._loadExpenses__closure0.prototype = { call$1(error) { @@ -322363,7 +324583,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 119 + $signature: 115 }; A._saveDocument__closure18.prototype = { call$1(error) { @@ -322379,14 +324599,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$expenseListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer4().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._expense_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer4().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._expense_model$_$v = t1; t1 = $.$get$selectedIdReducer4().call$2(t2.selectedId, t3); b.get$_expense_state$_$this()._expense_state$_selectedId = t1; t1 = $.$get$forceSelectedReducer4().call$2(t2.forceSelected, t3); @@ -322395,181 +324613,181 @@ b.get$_expense_state$_$this()._expense_state$_tabIndex = t3; return b; }, - $signature: 1168 + $signature: 1176 }; A.forceSelectedReducer_closure39.prototype = { call$2(completer, action) { return true; }, - $signature: 1169 + $signature: 1177 }; A.forceSelectedReducer_closure40.prototype = { call$2(completer, action) { return false; }, - $signature: 1170 + $signature: 1178 }; A.forceSelectedReducer_closure41.prototype = { call$2(completer, action) { return false; }, - $signature: 1171 + $signature: 1179 }; A.forceSelectedReducer_closure42.prototype = { call$2(completer, action) { return false; }, - $signature: 1172 + $signature: 1180 }; A.forceSelectedReducer_closure43.prototype = { call$2(completer, action) { return false; }, - $signature: 1173 + $signature: 1181 }; A.forceSelectedReducer_closure44.prototype = { call$2(completer, action) { return false; }, - $signature: 1174 + $signature: 1182 }; A.forceSelectedReducer_closure45.prototype = { call$2(completer, action) { return false; }, - $signature: 1175 + $signature: 1183 }; A.forceSelectedReducer_closure46.prototype = { call$2(completer, action) { return false; }, - $signature: 1176 + $signature: 1184 }; A.tabIndexReducer_closure9.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1177 + $signature: 1185 }; A.tabIndexReducer_closure10.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.selectedIdReducer_closure79.prototype = { call$2(completer, action) { return ""; }, - $signature: 1178 + $signature: 1186 }; A.selectedIdReducer_closure80.prototype = { call$2(completer, action) { return ""; }, - $signature: 1179 + $signature: 1187 }; A.selectedIdReducer_closure81.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expense ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure82.prototype = { call$2(selectedId, action) { return action.expenseId; }, - $signature: 1180 + $signature: 1188 }; A.selectedIdReducer_closure83.prototype = { call$2(selectedId, action) { return action.expense.id; }, - $signature: 1181 + $signature: 1189 }; A.selectedIdReducer_closure84.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure85.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure86.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1182 + $signature: 1190 }; A.selectedIdReducer_closure87.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1183 + $signature: 1191 }; A.selectedIdReducer_closure88.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1184 + $signature: 1192 }; A.selectedIdReducer_closure89.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1185 + $signature: 1193 }; A.selectedIdReducer_closure90.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1186 + $signature: 1194 }; A.selectedIdReducer_closure91.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1187 + $signature: 1195 }; A.selectedIdReducer_closure92.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1188 + $signature: 1196 }; A.selectedIdReducer_closure93.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1189 + $signature: 1197 }; A.editingReducer_closure26.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1190 + $signature: 1198 }; A.editingReducer_closure27.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1191 + $signature: 1199 }; A.editingReducer_closure28.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1192 + $signature: 1200 }; A.editingReducer_closure29.prototype = { call$2(expense, action) { return action.expense.rebuild$1(new A.editingReducer__closure10()); }, - $signature: 1193 + $signature: 1201 }; A.editingReducer__closure10.prototype = { call$1(b) { @@ -322777,7 +324995,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 404 + $signature: 341 }; A._deleteExpenseSuccess_closure.prototype = { call$1(b) { @@ -322799,7 +325017,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 404 + $signature: 341 }; A._restoreExpenseSuccess_closure.prototype = { call$1(b) { @@ -322821,7 +325039,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 404 + $signature: 341 }; A._addExpense_closure.prototype = { call$1(b) { @@ -322834,7 +325052,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 261 + $signature: 243 }; A._updateExpense_closure.prototype = { call$1(b) { @@ -322843,7 +325061,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 261 + $signature: 243 }; A._setLoadedExpense_closure.prototype = { call$1(b) { @@ -322852,7 +325070,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 261 + $signature: 243 }; A.convertExpenseToInvoiceItem_closure.prototype = { call$1(b) { @@ -322928,7 +325146,7 @@ call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 625 + $signature: 513 }; A.filteredExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -323033,7 +325251,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 91 + $signature: 93 }; A.memoizedExpenseStatsForClient_closure.prototype = { call$2(clientId, expenseMap) { @@ -323049,13 +325267,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 91 + $signature: 93 }; A.memoizedClientExpenseList_closure.prototype = { call$2(expenseMap, clientId) { return A.clientExpenseList(expenseMap, clientId); }, - $signature: 1198 + $signature: 1206 }; A.clientExpenseList_closure.prototype = { call$1(expenseid) { @@ -323101,7 +325319,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 91 + $signature: 93 }; A.memoizedExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { @@ -323117,7 +325335,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 91 + $signature: 93 }; A.ExpenseState.prototype = { $get$1(_, expenseId) { @@ -323145,7 +325363,7 @@ call$1(item) { return item; }, - $signature: 635 + $signature: 508 }; A.ExpenseState_loadExpenses_closure.prototype = { call$1(b) { @@ -323160,7 +325378,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 261 + $signature: 243 }; A.ExpenseUIState.prototype = { get$isCreatingNew() { @@ -323325,6 +325543,7 @@ A._$ExpenseState.prototype = { rebuild$1(updates) { var t1 = new A.ExpenseStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._expense_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -323403,8 +325622,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._expense_state$_$v = t1; return _$result; }, @@ -323499,6 +325717,7 @@ else { t2 = new A.ExpenseEntityBuilder(); A.ExpenseEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._expense_model$_$v = t1; t1 = t2; } @@ -323506,6 +325725,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._expense_state$_listUIState = t2; _this._expense_state$_selectedId = $$v.selectedId; @@ -323553,8 +325773,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._expense_state$_$v = t1; return _$result; } @@ -323662,7 +325881,7 @@ call$1(expenseCategory) { return expenseCategory.get$id(expenseCategory); }, - $signature: 42 + $signature: 44 }; A.handleExpenseCategoryAction_closure0.prototype = { call$1(b) { @@ -323710,7 +325929,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewExpenseCategoryList_closure.prototype = { call$3(store, dynamicAction, next) { @@ -323730,7 +325949,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -323753,14 +325972,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 402 + $signature: 342 }; A._archiveExpenseCategory__closure0.prototype = { call$1(expenseCategories) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 401 + $signature: 343 }; A._archiveExpenseCategory__closure1.prototype = { call$1(error) { @@ -323791,14 +326010,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 402 + $signature: 342 }; A._deleteExpenseCategory__closure0.prototype = { call$1(expenseCategories) { this.store.get$_dispatchers()[0].call$1(new A.DeleteExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 401 + $signature: 343 }; A._deleteExpenseCategory__closure1.prototype = { call$1(error) { @@ -323829,14 +326048,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 402 + $signature: 342 }; A._restoreExpenseCategory__closure0.prototype = { call$1(expenseCategories) { this.store.get$_dispatchers()[0].call$1(new A.RestoreExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 401 + $signature: 343 }; A._restoreExpenseCategory__closure1.prototype = { call$1(error) { @@ -323866,7 +326085,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveExpenseCategorySuccess(expenseCategory)); t1.completer.complete$1(0, expenseCategory); }, - $signature: 262 + $signature: 301 }; A._saveExpenseCategory__closure0.prototype = { call$1(error) { @@ -323894,7 +326113,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 262 + $signature: 301 }; A._loadExpenseCategory__closure0.prototype = { call$1(error) { @@ -323925,7 +326144,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1203 + $signature: 1211 }; A._loadExpenseCategories__closure0.prototype = { call$1(error) { @@ -323944,153 +326163,151 @@ t2 = this.state, t3 = this.action, t4 = $.$get$expenseCategoryListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer16().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._expense_category_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer16().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._expense_category_model$_$v = t1; t1 = $.$get$selectedIdReducer16().call$2(t2.selectedId, t3); b.get$_expense_category_state$_$this()._expense_category_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer16().call$2(t2.forceSelected, t3); b.get$_expense_category_state$_$this()._expense_category_state$_forceSelected = t3; return b; }, - $signature: 1204 + $signature: 1212 }; A.forceSelectedReducer_closure127.prototype = { call$2(completer, action) { return true; }, - $signature: 1205 + $signature: 1213 }; A.forceSelectedReducer_closure128.prototype = { call$2(completer, action) { return false; }, - $signature: 1206 + $signature: 1214 }; A.forceSelectedReducer_closure129.prototype = { call$2(completer, action) { return false; }, - $signature: 1207 + $signature: 1215 }; A.forceSelectedReducer_closure130.prototype = { call$2(completer, action) { return false; }, - $signature: 1208 + $signature: 1216 }; A.forceSelectedReducer_closure131.prototype = { call$2(completer, action) { return false; }, - $signature: 1209 + $signature: 1217 }; A.forceSelectedReducer_closure132.prototype = { call$2(completer, action) { return false; }, - $signature: 1210 + $signature: 1218 }; A.forceSelectedReducer_closure133.prototype = { call$2(completer, action) { return false; }, - $signature: 1211 + $signature: 1219 }; A.forceSelectedReducer_closure134.prototype = { call$2(completer, action) { return false; }, - $signature: 1212 + $signature: 1220 }; A.selectedIdReducer_closure256.prototype = { call$2(completer, action) { return ""; }, - $signature: 1213 + $signature: 1221 }; A.selectedIdReducer_closure257.prototype = { call$2(completer, action) { return ""; }, - $signature: 1214 + $signature: 1222 }; A.selectedIdReducer_closure258.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expenseCategory ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure259.prototype = { call$2(selectedId, action) { return action.get$expenseCategoryId(); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure260.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$expenseCategory()); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure261.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure262.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure263.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1215 + $signature: 1223 }; A.selectedIdReducer_closure264.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1216 + $signature: 1224 }; A.selectedIdReducer_closure265.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1217 + $signature: 1225 }; A.selectedIdReducer_closure266.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1218 + $signature: 1226 }; A.selectedIdReducer_closure267.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1219 + $signature: 1227 }; A.selectedIdReducer_closure268.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1220 + $signature: 1228 }; A.selectedIdReducer_closure269.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1221 + $signature: 1229 }; A.selectedIdReducer_closure270.prototype = { call$2(selectedId, action) { @@ -324103,38 +326320,38 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure85.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1222 + $signature: 1230 }; A.editingReducer_closure86.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1223 + $signature: 1231 }; A.editingReducer_closure87.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1224 + $signature: 1232 }; A.editingReducer_closure88.prototype = { call$2(expenseCategory, action) { return action.expenseCategory.rebuild$1(new A.editingReducer__closure34()); }, - $signature: 1225 + $signature: 1233 }; A.editingReducer__closure34.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_isChanged = true; return b; }, - $signature: 393 + $signature: 344 }; A._filterExpenseCategoriesByCustom1_closure.prototype = { call$1(b) { @@ -324270,7 +326487,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 391 + $signature: 345 }; A._deleteExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -324292,7 +326509,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 391 + $signature: 345 }; A._restoreExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -324314,7 +326531,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 391 + $signature: 345 }; A._addExpenseCategory_closure.prototype = { call$1(b) { @@ -324327,7 +326544,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 263 + $signature: 297 }; A._updateExpenseCategory_closure.prototype = { call$1(b) { @@ -324336,7 +326553,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 263 + $signature: 297 }; A._setLoadedExpenseCategory_closure.prototype = { call$1(b) { @@ -324345,13 +326562,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 263 + $signature: 297 }; A.memoizedFilteredExpenseCategoryList_closure.prototype = { call$4(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState) { return A.filteredExpenseCategoriesSelector(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState); }, - $signature: 1229 + $signature: 1237 }; A.filteredExpenseCategoriesSelector_closure.prototype = { call$1(expenseCategoryId) { @@ -324382,7 +326599,7 @@ call$2(categoryId, expenseMap) { return A.calculateExpenseCategoryAmount(categoryId, expenseMap); }, - $signature: 1230 + $signature: 1238 }; A.calculateExpenseCategoryAmount_closure.prototype = { call$2(expenseId, expense) { @@ -324392,7 +326609,7 @@ t1.total = t1.total + expense.amount; } }, - $signature: 91 + $signature: 93 }; A.memoizedExpenseStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, expenseMap) { @@ -324408,7 +326625,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 91 + $signature: 93 }; A.ExpenseCategoryState.prototype = { $get$1(_, categoryId) { @@ -324435,7 +326652,7 @@ call$1(item) { return item; }, - $signature: 1231 + $signature: 1239 }; A.ExpenseCategoryState_loadExpenseCategories_closure.prototype = { call$1(b) { @@ -324450,7 +326667,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 263 + $signature: 297 }; A.ExpenseCategoryUIState.prototype = { get$isCreatingNew() { @@ -324518,7 +326735,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_04; + return B.List_02; }, get$wireName() { return "ExpenseCategoryState"; @@ -324611,6 +326828,7 @@ A._$ExpenseCategoryState.prototype = { rebuild$1(updates) { var t1 = new A.ExpenseCategoryStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._expense_category_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -324689,8 +326907,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._expense_category_state$_$v = t1; return _$result; }, @@ -324785,6 +327002,7 @@ else { t2 = new A.ExpenseCategoryEntityBuilder(); t2.get$_expense_category_model$_$this()._expense_category_model$_color = ""; + A.ArgumentError_checkNotNull(t1, "other"); t2._expense_category_model$_$v = t1; t1 = t2; } @@ -324792,6 +327010,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._expense_category_state$_listUIState = t2; _this._expense_category_state$_selectedId = $$v.selectedId; @@ -324839,8 +327058,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._expense_category_state$_$v = t1; return _$result; } @@ -324921,7 +327139,7 @@ call$1(group) { return group.get$id(group); }, - $signature: 42 + $signature: 44 }; A.handleGroupAction_closure0.prototype = { call$1(b) { @@ -324930,7 +327148,7 @@ b.get$_client_model$_$this()._groupId = t1; return b; }, - $signature: 38 + $signature: 43 }; A.StartGroupMultiselect.prototype = {}; A.AddToGroupMultiselect.prototype = {}; @@ -324980,7 +327198,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewGroupList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -325004,7 +327222,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -325027,14 +327245,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 390 + $signature: 347 }; A._archiveGroup__closure0.prototype = { call$1(groups) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 329 + $signature: 348 }; A._archiveGroup__closure1.prototype = { call$1(error) { @@ -325065,14 +327283,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 390 + $signature: 347 }; A._deleteGroup__closure0.prototype = { call$1(groups) { this.store.get$_dispatchers()[0].call$1(new A.DeleteGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 329 + $signature: 348 }; A._deleteGroup__closure1.prototype = { call$1(error) { @@ -325103,14 +327321,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 390 + $signature: 347 }; A._restoreGroup__closure0.prototype = { call$1(groups) { this.store.get$_dispatchers()[0].call$1(new A.RestoreGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 329 + $signature: 348 }; A._restoreGroup__closure1.prototype = { call$1(error) { @@ -325140,7 +327358,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveGroupSuccess(group)); t1.completer.complete$1(0, group); }, - $signature: 218 + $signature: 213 }; A._saveGroup__closure0.prototype = { call$1(error) { @@ -325171,7 +327389,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 218 + $signature: 213 }; A._loadGroup__closure0.prototype = { call$1(error) { @@ -325205,7 +327423,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1235 + $signature: 1243 }; A._loadGroups__closure0.prototype = { call$1(error) { @@ -325246,7 +327464,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveGroupSuccess(group)); this.action.completer.complete$1(0, null); }, - $signature: 218 + $signature: 213 }; A._saveDocument__closure0.prototype = { call$1(error) { @@ -325262,111 +327480,109 @@ t2 = this.state, t3 = this.action, t4 = $.$get$groupListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer6().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._group_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer6().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._group_model$_$v = t1; t1 = $.$get$selectedIdReducer6().call$2(t2.selectedId, t3); b.get$_group_state$_$this()._group_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer6().call$2(t2.forceSelected, t3); b.get$_group_state$_$this()._group_state$_forceSelected = t3; return b; }, - $signature: 1236 + $signature: 1244 }; A.forceSelectedReducer_closure55.prototype = { call$2(completer, action) { return true; }, - $signature: 1237 + $signature: 1245 }; A.forceSelectedReducer_closure56.prototype = { call$2(completer, action) { return false; }, - $signature: 1238 + $signature: 1246 }; A.forceSelectedReducer_closure57.prototype = { call$2(completer, action) { return false; }, - $signature: 1239 + $signature: 1247 }; A.forceSelectedReducer_closure58.prototype = { call$2(completer, action) { return false; }, - $signature: 1240 + $signature: 1248 }; A.selectedIdReducer_closure107.prototype = { call$2(completer, action) { return ""; }, - $signature: 1241 + $signature: 1249 }; A.selectedIdReducer_closure108.prototype = { call$2(completer, action) { return ""; }, - $signature: 1242 + $signature: 1250 }; A.selectedIdReducer_closure109.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure110.prototype = { call$2(selectedId, action) { return action.groupId; }, - $signature: 1243 + $signature: 1251 }; A.selectedIdReducer_closure111.prototype = { call$2(selectedId, action) { return action.group.id; }, - $signature: 1244 + $signature: 1252 }; A.selectedIdReducer_closure112.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure113.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure114.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1245 + $signature: 1253 }; A.selectedIdReducer_closure115.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1246 + $signature: 1254 }; A.selectedIdReducer_closure116.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1247 + $signature: 1255 }; A.selectedIdReducer_closure117.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? "" : selectedId; }, - $signature: 145 + $signature: 153 }; A.selectedIdReducer_closure118.prototype = { call$2(selectedId, action) { @@ -325379,38 +327595,38 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure31.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1248 + $signature: 1256 }; A.editingReducer_closure32.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1249 + $signature: 1257 }; A.editingReducer_closure33.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1250 + $signature: 1258 }; A.editingReducer_closure34.prototype = { call$2(group, action) { return action.group.rebuild$1(new A.editingReducer__closure12()); }, - $signature: 1251 + $signature: 1259 }; A.editingReducer__closure12.prototype = { call$1(b) { b.get$_group_model$_$this()._group_model$_isChanged = true; return b; }, - $signature: 386 + $signature: 350 }; A._viewGroupList_closure.prototype = { call$1(b) { @@ -325519,7 +327735,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 384 + $signature: 351 }; A._deleteGroupSuccess_closure.prototype = { call$1(b) { @@ -325541,7 +327757,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 384 + $signature: 351 }; A._restoreGroupSuccess_closure.prototype = { call$1(b) { @@ -325563,7 +327779,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 384 + $signature: 351 }; A._addGroup_closure.prototype = { call$1(b) { @@ -325576,7 +327792,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 172 + $signature: 168 }; A._updateGroup_closure.prototype = { call$1(b) { @@ -325585,7 +327801,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 172 + $signature: 168 }; A._setLoadedGroup_closure.prototype = { call$1(b) { @@ -325594,14 +327810,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 172 + $signature: 168 }; 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: 172 + $signature: 168 }; A._setLoadedGroups__closure.prototype = { call$1(item) { @@ -325613,7 +327829,7 @@ call$1(item) { return item; }, - $signature: 660 + $signature: 501 }; A._setLoadedGroups_closure0.prototype = { call$1(b) { @@ -325622,14 +327838,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 172 + $signature: 168 }; 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: 172 + $signature: 168 }; A._setLoadedCompany__closure.prototype = { call$1(item) { @@ -325641,7 +327857,7 @@ call$1(item) { return item; }, - $signature: 660 + $signature: 501 }; A._setLoadedCompany_closure0.prototype = { call$1(b) { @@ -325650,13 +327866,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 172 + $signature: 168 }; A.memoizedFilteredGroupList_closure.prototype = { call$4(selectionState, groupMap, groupList, groupListState) { return A.filteredGroupsSelector(selectionState, groupMap, groupList, groupListState); }, - $signature: 1256 + $signature: 1264 }; A.filteredGroupsSelector_closure.prototype = { call$1(groupId) { @@ -325705,7 +327921,7 @@ call$2(clientMap, groupId) { return A.clientStatsForGroup(clientMap, groupId); }, - $signature: 1257 + $signature: 1265 }; A.clientStatsForGroup_closure.prototype = { call$2(clientId, client) { @@ -325715,7 +327931,7 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 210 + $signature: 233 }; A.GroupState.prototype = { $get$1(_, groupId) { @@ -325905,6 +328121,7 @@ A._$GroupState.prototype = { rebuild$1(updates) { var t1 = new A.GroupStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._group_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -325983,8 +328200,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._group_state$_$v = t1; return _$result; }, @@ -326079,6 +328295,7 @@ else { t2 = new A.GroupEntityBuilder(); A.GroupEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._group_model$_$v = t1; t1 = t2; } @@ -326086,6 +328303,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._group_state$_listUIState = t2; _this._group_state$_selectedId = $$v.selectedId; @@ -326133,8 +328351,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._group_state$_$v = t1; return _$result; } @@ -326300,7 +328517,7 @@ call$1(invoice) { return invoice.get$id(invoice); }, - $signature: 42 + $signature: 44 }; A.handleInvoiceAction_closure0.prototype = { call$1(element) { @@ -326330,7 +328547,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.handleInvoiceAction_closure3.prototype = { call$1(b) { @@ -326338,14 +328555,14 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.handleInvoiceAction_closure4.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_entityType = B.EntityType_recurringInvoice; return b; }, - $signature: 12 + $signature: 11 }; A.handleInvoiceAction_closure5.prototype = { call$1(b) { @@ -326366,7 +328583,7 @@ type$.legacy_InvoiceEntity._as(invoice); return !(invoice.entityType === B.EntityType_invoice && invoice.statusId === "4"); }, - $signature: 179 + $signature: 190 }; A.handleInvoiceAction__closure0.prototype = { call$1(invoice) { @@ -326376,7 +328593,7 @@ t2 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; return A.PaymentableEntity_PaymentableEntity(t2, null, t1); }, - $signature: 530 + $signature: 642 }; A._viewInvoiceList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -326400,7 +328617,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._viewInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -326436,7 +328653,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._editInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -326491,7 +328708,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._showPdfInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -326519,7 +328736,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._cancelInvoices_closure.prototype = { call$3(store, dynamicAction, next) { @@ -326538,7 +328755,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._cancelInvoices__closure0.prototype = { call$1(error) { @@ -326565,7 +328782,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._reverseInvoices__closure0.prototype = { call$1(error) { @@ -326596,14 +328813,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._archiveInvoice__closure0.prototype = { call$1(invoices) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._archiveInvoice__closure1.prototype = { call$1(error) { @@ -326634,7 +328851,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._deleteInvoice__closure0.prototype = { call$1(invoices) { @@ -326645,7 +328862,7 @@ t1.get$_dispatchers()[0].call$1(new A.LoadClient(null, t2)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._deleteInvoice__closure1.prototype = { call$1(error) { @@ -326676,7 +328893,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._restoreInvoice__closure0.prototype = { call$1(invoices) { @@ -326687,7 +328904,7 @@ t1.get$_dispatchers()[0].call$1(new A.LoadClient(null, t2)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._restoreInvoice__closure1.prototype = { call$1(error) { @@ -326716,7 +328933,7 @@ t1.get$_dispatchers()[0].call$1(new A.LoadClient(null, t2)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._markInvoiceSent__closure0.prototype = { call$1(error) { @@ -326743,7 +328960,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._markInvoicePaid__closure0.prototype = { call$1(error) { @@ -326768,7 +328985,7 @@ this.store.get$_dispatchers()[0].call$1(new A.DownloadInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._downloadInvoices__closure0.prototype = { call$1(error) { @@ -326804,7 +329021,7 @@ t1.get$_dispatchers()[0].call$1(new A.LoadClient(null, t2)); this.action.completer.complete$1(0, null); }, - $signature: 74 + $signature: 72 }; A._emailInvoice__closure0.prototype = { call$1(error) { @@ -326829,7 +329046,7 @@ this.store.get$_dispatchers()[0].call$1(new A.BulkEmailInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._bulkEmailInvoices__closure0.prototype = { call$1(error) { @@ -326858,13 +329075,13 @@ t1.replace$1(0, new A.WhereIterable(t2, new A._saveInvoice___closure(), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>"))); return b; }, - $signature: 12 + $signature: 11 }; A._saveInvoice___closure.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 55 + $signature: 56 }; A._saveInvoice__closure0.prototype = { call$1(invoice) { @@ -326877,7 +329094,7 @@ t2.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, invoice); }, - $signature: 74 + $signature: 72 }; A._saveInvoice__closure1.prototype = { call$1(error) { @@ -326906,7 +329123,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 74 + $signature: 72 }; A._loadInvoice__closure0.prototype = { call$1(error) { @@ -326939,7 +329156,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadPayments()); }, - $signature: 252 + $signature: 324 }; A._loadInvoices__closure0.prototype = { call$1(error) { @@ -326977,7 +329194,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 74 + $signature: 72 }; A._saveDocument__closure20.prototype = { call$1(error) { @@ -326993,14 +329210,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$invoiceListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer20().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._invoice_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer20().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$selectedIdReducer20().call$2(t2.selectedId, t3); @@ -327013,193 +329228,193 @@ b.get$_invoice_state$_$this()._invoice_state$_historyActivityId = t3; return b; }, - $signature: 1258 + $signature: 1266 }; A.forceSelectedReducer_closure159.prototype = { call$2(completer, action) { return true; }, - $signature: 1259 + $signature: 1267 }; A.forceSelectedReducer_closure160.prototype = { call$2(completer, action) { return false; }, - $signature: 1260 + $signature: 1268 }; A.forceSelectedReducer_closure161.prototype = { call$2(completer, action) { return false; }, - $signature: 1261 + $signature: 1269 }; A.forceSelectedReducer_closure162.prototype = { call$2(completer, action) { return false; }, - $signature: 1262 + $signature: 1270 }; A.forceSelectedReducer_closure163.prototype = { call$2(completer, action) { return false; }, - $signature: 1263 + $signature: 1271 }; A.forceSelectedReducer_closure164.prototype = { call$2(completer, action) { return false; }, - $signature: 1264 + $signature: 1272 }; A.forceSelectedReducer_closure165.prototype = { call$2(completer, action) { return false; }, - $signature: 1265 + $signature: 1273 }; A.forceSelectedReducer_closure166.prototype = { call$2(completer, action) { return false; }, - $signature: 1266 + $signature: 1274 }; A.tabIndexReducer_closure19.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1267 + $signature: 1275 }; A.tabIndexReducer_closure20.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.historyActivityIdReducer_closure2.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 661 + $signature: 498 }; A.editingItemIndexReducer_closure1.prototype = { call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1269 + $signature: 1277 }; A.editingItemIndexReducer_closure2.prototype = { call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1270 + $signature: 1278 }; A.selectedIdReducer_closure316.prototype = { call$2(completer, action) { return ""; }, - $signature: 1271 + $signature: 1279 }; A.selectedIdReducer_closure317.prototype = { call$2(completer, action) { return ""; }, - $signature: 1272 + $signature: 1280 }; A.selectedIdReducer_closure318.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure319.prototype = { call$2(selectedId, action) { return action.invoiceId; }, - $signature: 1273 + $signature: 1281 }; A.selectedIdReducer_closure320.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1274 + $signature: 1282 }; A.selectedIdReducer_closure321.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1275 + $signature: 1283 }; A.selectedIdReducer_closure322.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 661 + $signature: 498 }; A.selectedIdReducer_closure323.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure324.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure325.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1276 + $signature: 1284 }; A.selectedIdReducer_closure326.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1277 + $signature: 1285 }; A.selectedIdReducer_closure327.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1278 + $signature: 1286 }; A.selectedIdReducer_closure328.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1279 + $signature: 1287 }; A.selectedIdReducer_closure329.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1280 + $signature: 1288 }; A.selectedIdReducer_closure330.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1281 + $signature: 1289 }; A.selectedIdReducer_closure331.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1282 + $signature: 1290 }; A.selectedIdReducer_closure332.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1283 + $signature: 1291 }; A.selectedIdReducer_closure333.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? "" : selectedId; }, - $signature: 145 + $signature: 153 }; A.selectedIdReducer_closure334.prototype = { call$2(selectedId, action) { @@ -327212,71 +329427,71 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure101.prototype = { call$2(invoice, action) { return action.invoice.rebuild$1(new A.editingReducer__closure44()); }, - $signature: 1284 + $signature: 1292 }; A.editingReducer__closure44.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure102.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure43()); }, - $signature: 662 + $signature: 497 }; A.editingReducer__closure43.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure103.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1286 + $signature: 1294 }; A.editingReducer_closure104.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure42()); }, - $signature: 664 + $signature: 496 }; A.editingReducer__closure42.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure105.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure41()); }, - $signature: 665 + $signature: 495 }; A.editingReducer__closure41.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure106.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure40(action.client)); }, - $signature: 1289 + $signature: 1297 }; A.editingReducer__closure40.prototype = { call$1(b) { @@ -327296,37 +329511,37 @@ t3.replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.editingReducer___closure2(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer___closure2.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 203 }; A.editingReducer_closure107.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1290 + $signature: 1298 }; A.editingReducer_closure108.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1291 + $signature: 1299 }; A.editingReducer_closure109.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1292 + $signature: 1300 }; A.editingReducer_closure110.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure39(action)); }, - $signature: 1293 + $signature: 1301 }; A.editingReducer__closure39.prototype = { call$1(b) { @@ -327338,13 +329553,13 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure111.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure38(action)); }, - $signature: 1294 + $signature: 1302 }; A.editingReducer__closure38.prototype = { call$1(b) { @@ -327353,7 +329568,7 @@ B.JSArray_methods.remove$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A._addInvoiceItem_closure.prototype = { call$1(b) { @@ -327362,21 +329577,21 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.item); return b; }, - $signature: 12 + $signature: 11 }; A._addInvoiceItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.lineItems); return b; }, - $signature: 12 + $signature: 11 }; A._removeInvoiceItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.action.index); return b; }, - $signature: 12 + $signature: 11 }; A._updateInvoiceItem_closure.prototype = { call$1(b) { @@ -327386,7 +329601,7 @@ t1.get$_safeList()[t2.index] = t2.invoiceItem; return b; }, - $signature: 12 + $signature: 11 }; A._viewInvoiceList_closure.prototype = { call$1(b) { @@ -327587,7 +329802,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 171 + $signature: 172 }; A._markInvoicesPaidSuccess_closure.prototype = { call$1(b) { @@ -327609,7 +329824,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 171 + $signature: 172 }; A._reverseInvoicesSuccess_closure.prototype = { call$1(b) { @@ -327631,7 +329846,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 171 + $signature: 172 }; A._cancelInvoicesSuccess_closure.prototype = { call$1(b) { @@ -327653,7 +329868,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 171 + $signature: 172 }; A._archiveInvoiceSuccess_closure.prototype = { call$1(b) { @@ -327675,7 +329890,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 171 + $signature: 172 }; A._deleteInvoiceSuccess_closure.prototype = { call$1(b) { @@ -327697,7 +329912,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 171 + $signature: 172 }; A._emailInvoiceSuccess_closure.prototype = { call$1(b) { @@ -327706,7 +329921,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 266 + $signature: 274 }; A._restoreInvoiceSuccess_closure.prototype = { call$1(b) { @@ -327728,7 +329943,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 171 + $signature: 172 }; A._addInvoice_closure.prototype = { call$1(b) { @@ -327741,7 +329956,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 266 + $signature: 274 }; A._addInvoice__closure.prototype = { call$1(b) { @@ -327749,14 +329964,14 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 12 + $signature: 11 }; A._updateInvoice_closure.prototype = { call$1(b) { 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: 266 + $signature: 274 }; A._updateInvoice__closure.prototype = { call$1(b) { @@ -327764,13 +329979,13 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 12 + $signature: 11 }; A.memoizedDropdownInvoiceList_closure.prototype = { call$7(invoiceMap, clientMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix) { return A.dropdownInvoiceSelector(invoiceMap, clientMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix); }, - $signature: 1297 + $signature: 1305 }; A.dropdownInvoiceSelector_closure.prototype = { call$1(invoiceId) { @@ -327822,13 +330037,13 @@ call$8(selectionState, invoiceMap, invoiceList, clientMap, paymentMap, invoiceListState, userMap, recurringPrefix) { return A.filteredInvoicesSelector(selectionState, invoiceMap, invoiceList, clientMap, paymentMap, invoiceListState, userMap, recurringPrefix); }, - $signature: 1298 + $signature: 1306 }; A.filteredInvoicesSelector_closure.prototype = { call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.filteredInvoicesSelector__closure0(this.invoicePaymentMap, payment)); }, - $signature: 194 + $signature: 184 }; A.filteredInvoicesSelector__closure0.prototype = { call$1(invoicePaymentable) { @@ -327840,7 +330055,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 219 + $signature: 212 }; A.filteredInvoicesSelector_closure0.prototype = { call$1(invoiceId) { @@ -327935,7 +330150,7 @@ call$2(clientId, invoiceMap) { return A.invoiceStatsForClient(clientId, invoiceMap); }, - $signature: 81 + $signature: 76 }; A.invoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -327945,13 +330160,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedInvoiceStatsForDesign_closure.prototype = { call$2(designId, invoiceMap) { return A.invoiceStatsForDesign(designId, invoiceMap); }, - $signature: 81 + $signature: 76 }; A.invoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -327961,13 +330176,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.invoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 81 + $signature: 76 }; A.invoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -327977,13 +330192,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedInvoiceStatsForProject_closure.prototype = { call$2(projectId, invoiceMap) { return A.invoiceStatsForProject(projectId, invoiceMap); }, - $signature: 81 + $signature: 76 }; A.invoiceStatsForProject_closure.prototype = { call$2(invoiceId, invoice) { @@ -327993,13 +330208,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.invoiceStatsForUser(userId, invoiceMap); }, - $signature: 81 + $signature: 76 }; A.invoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -328009,7 +330224,7 @@ else if (invoice.isDeleted) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.InvoiceState.prototype = { $get$1(_, invoiceId) { @@ -328037,7 +330252,7 @@ call$1(item) { return item; }, - $signature: 161 + $signature: 176 }; A.InvoiceState_loadInvoices_closure.prototype = { call$1(b) { @@ -328052,7 +330267,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 266 + $signature: 274 }; A.InvoiceUIState.prototype = { get$isCreatingNew() { @@ -328213,6 +330428,7 @@ A._$InvoiceState.prototype = { rebuild$1(updates) { var t1 = new A.InvoiceStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._invoice_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -328291,8 +330507,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._invoice_state$_$v = t1; return _$result; }, @@ -328395,6 +330610,7 @@ else { t2 = new A.InvoiceEntityBuilder(); A.InvoiceEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._invoice_model$_$v = t1; t1 = t2; } @@ -328404,6 +330620,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._invoice_state$_listUIState = t2; _this._invoice_state$_selectedId = $$v.selectedId; @@ -328453,8 +330670,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._invoice_state$_$v = t1; return _$result; } @@ -328578,13 +330794,13 @@ call$1(payment) { return payment.get$id(payment); }, - $signature: 42 + $signature: 44 }; A.handlePaymentAction_closure0.prototype = { call$1(duration) { A.editEntity(null, this.context, this._box_0.payment.rebuild$1(new A.handlePaymentAction__closure1()), true, null); }, - $signature: 39 + $signature: 38 }; A.handlePaymentAction__closure1.prototype = { call$1(b) { @@ -328601,7 +330817,7 @@ t1 = t1.payment.rebuild$1(new A.handlePaymentAction__closure0(this.company)); this.store.get$_dispatchers()[0].call$1(new A.ViewRefundPayment(t1)); }, - $signature: 39 + $signature: 38 }; A.handlePaymentAction__closure.prototype = { call$1(b) { @@ -328647,7 +330863,7 @@ call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 684 + $signature: 689 }; A._viewRefundPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -328671,7 +330887,7 @@ call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 688 + $signature: 693 }; A._viewPayment_closure.prototype = { call$3(store, action, next) { @@ -328699,7 +330915,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewPaymentList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -328723,7 +330939,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archivePayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -328746,14 +330962,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 197 + $signature: 187 }; A._archivePayment__closure0.prototype = { call$1(payments) { this.store.get$_dispatchers()[0].call$1(new A.ArchivePaymentsSuccess(payments)); this.action.completer.complete$1(0, null); }, - $signature: 267 + $signature: 256 }; A._archivePayment__closure1.prototype = { call$1(error) { @@ -328784,7 +331000,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 197 + $signature: 187 }; A._deletePayment__closure0.prototype = { call$1(payments) { @@ -328793,7 +331009,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 267 + $signature: 256 }; A._deletePayment__closure1.prototype = { call$1(error) { @@ -328824,7 +331040,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 197 + $signature: 187 }; A._restorePayment__closure0.prototype = { call$1(payments) { @@ -328833,7 +331049,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 267 + $signature: 256 }; A._restorePayment__closure1.prototype = { call$1(error) { @@ -328867,7 +331083,7 @@ t2.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, payment); }, - $signature: 137 + $signature: 129 }; A._savePayment__closure0.prototype = { call$1(error) { @@ -328895,7 +331111,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, payment); }, - $signature: 137 + $signature: 129 }; A._refundPayment__closure0.prototype = { call$1(error) { @@ -328920,7 +331136,7 @@ this.store.get$_dispatchers()[0].call$1(new A.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 267 + $signature: 256 }; A._emailPayment__closure0.prototype = { call$1(error) { @@ -328946,7 +331162,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentSuccess(payment)); this.action.completer.complete$1(0, null); }, - $signature: 137 + $signature: 129 }; A._loadPayment__closure0.prototype = { call$1(error) { @@ -328976,7 +331192,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoices()); }, - $signature: 1302 + $signature: 1310 }; A._loadPayments__closure0.prototype = { call$1(error) { @@ -328992,14 +331208,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$paymentListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer0().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._payment_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer0().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._payment_model$_$v = t1; t1 = $.$get$selectedIdReducer0().call$2(t2.selectedId, t3); b.get$_payment_state$_$this()._payment_state$_selectedId = t1; t1 = $.$get$forceSelectedReducer0().call$2(t2.forceSelected, t3); @@ -329008,157 +331222,157 @@ b.get$_payment_state$_$this()._payment_state$_tabIndex = t3; return b; }, - $signature: 1303 + $signature: 1311 }; A.forceSelectedReducer_closure7.prototype = { call$2(completer, action) { return true; }, - $signature: 1304 + $signature: 1312 }; A.forceSelectedReducer_closure8.prototype = { call$2(completer, action) { return false; }, - $signature: 1305 + $signature: 1313 }; A.forceSelectedReducer_closure9.prototype = { call$2(completer, action) { return false; }, - $signature: 1306 + $signature: 1314 }; A.forceSelectedReducer_closure10.prototype = { call$2(completer, action) { return false; }, - $signature: 1307 + $signature: 1315 }; A.forceSelectedReducer_closure11.prototype = { call$2(completer, action) { return false; }, - $signature: 1308 + $signature: 1316 }; A.forceSelectedReducer_closure12.prototype = { call$2(completer, action) { return false; }, - $signature: 1309 + $signature: 1317 }; A.forceSelectedReducer_closure13.prototype = { call$2(completer, action) { return false; }, - $signature: 1310 + $signature: 1318 }; A.forceSelectedReducer_closure14.prototype = { call$2(completer, action) { return false; }, - $signature: 1311 + $signature: 1319 }; A.tabIndexReducer_closure1.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1312 + $signature: 1320 }; A.tabIndexReducer_closure2.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.selectedIdReducer_closure18.prototype = { call$2(completer, action) { return ""; }, - $signature: 1313 + $signature: 1321 }; A.selectedIdReducer_closure19.prototype = { call$2(completer, action) { return ""; }, - $signature: 1314 + $signature: 1322 }; A.selectedIdReducer_closure20.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure21.prototype = { call$2(selectedId, action) { return action.paymentId; }, - $signature: 1315 + $signature: 1323 }; A.selectedIdReducer_closure22.prototype = { call$2(selectedId, action) { return action.payment.id; }, - $signature: 1316 + $signature: 1324 }; A.selectedIdReducer_closure23.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure24.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure25.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1317 + $signature: 1325 }; A.selectedIdReducer_closure26.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1318 + $signature: 1326 }; A.selectedIdReducer_closure27.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1319 + $signature: 1327 }; A.selectedIdReducer_closure28.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1320 + $signature: 1328 }; A.selectedIdReducer_closure29.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1321 + $signature: 1329 }; A.selectedIdReducer_closure30.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1322 + $signature: 1330 }; A.selectedIdReducer_closure31.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1323 + $signature: 1331 }; A.selectedIdReducer_closure32.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? "" : selectedId; }, - $signature: 145 + $signature: 153 }; A.selectedIdReducer_closure33.prototype = { call$2(selectedId, action) { @@ -329171,31 +331385,31 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure10.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1324 + $signature: 1332 }; A.editingReducer_closure11.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1325 + $signature: 1333 }; A.editingReducer_closure12.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1326 + $signature: 1334 }; A.editingReducer_closure13.prototype = { call$2(payment, action) { return action.payment.rebuild$1(new A.editingReducer__closure6()); }, - $signature: 1327 + $signature: 1335 }; A.editingReducer__closure6.prototype = { call$1(b) { @@ -329387,7 +331601,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 375 + $signature: 353 }; A._deletePaymentSuccess_closure.prototype = { call$1(b) { @@ -329409,7 +331623,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 375 + $signature: 353 }; A._restorePaymentSuccess_closure.prototype = { call$1(b) { @@ -329431,7 +331645,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 375 + $signature: 353 }; A._addPayment_closure.prototype = { call$1(b) { @@ -329444,7 +331658,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 268 + $signature: 247 }; A._updatePayment_closure.prototype = { call$1(b) { @@ -329453,7 +331667,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 268 + $signature: 247 }; A._setLoadedPayment_closure.prototype = { call$1(b) { @@ -329462,63 +331676,63 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 268 + $signature: 247 }; A.memoizedPaymentsByInvoice_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByInvoiceSelector(invoiceId, paymentMap, paymentList); }, - $signature: 675 + $signature: 483 }; A.paymentsByInvoiceSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 197 + $signature: 187 }; 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: 435 + $signature: 331 }; A.paymentsByInvoiceSelector__closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 139 + $signature: 144 }; A.memoizedPaymentsByCredit_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByCreditSelector(invoiceId, paymentMap, paymentList); }, - $signature: 675 + $signature: 483 }; A.paymentsByCreditSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 197 + $signature: 187 }; 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: 435 + $signature: 331 }; A.paymentsByCreditSelector__closure.prototype = { call$1(p) { return p.creditId; }, - $signature: 139 + $signature: 144 }; A.memoizedFilteredPaymentList_closure.prototype = { - call$7(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentListState) { - return A.filteredPaymentsSelector(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentListState); + call$8(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState) { + return A.filteredPaymentsSelector(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState); }, - $signature: 1332 + $signature: 1340 }; A.filteredPaymentsSelector_closure.prototype = { call$1(paymentId) { @@ -329561,141 +331775,14 @@ call$1(p) { return p.invoiceId; }, - $signature: 139 + $signature: 144 }; A.filteredPaymentsSelector_closure0.prototype = { call$2(paymentAId, paymentBId) { - var sortAscending, sortField, userMap, paymentA0, paymentB0, response, t2, invoiceA, invoiceB, clientA, clientB, userA, userB, stateA, stateB, _this = this, _null = null, - _s8_ = "archived", + var _this = this, t1 = _this.paymentMap._map$_map, - paymentA = t1.$index(0, paymentAId), - paymentB = t1.$index(0, paymentBId); - t1 = _this.paymentListState; - sortAscending = t1.sortAscending; - sortField = t1.sortField; - userMap = _this.userMap; - paymentA.toString; - if (sortAscending) - paymentA0 = paymentA; - else - paymentA0 = paymentB; - if (sortAscending) - paymentB0 = paymentB; - else - paymentB0 = paymentA; - switch (sortField) { - case "amount": - response = B.JSNumber_methods.compareTo$1(paymentA0.amount, paymentB0.amount); - break; - case "exchange_rate": - response = B.JSNumber_methods.compareTo$1(paymentA0.exchangeRate, paymentB0.exchangeRate); - break; - case "refunded": - response = B.JSNumber_methods.compareTo$1(paymentA0.refunded, paymentB0.refunded); - break; - case "number": - response = B.JSString_methods.compareTo$1(paymentA0.number.toLowerCase(), paymentB0.number.toLowerCase()); - break; - case "transaction_reference": - response = B.JSString_methods.compareTo$1(paymentA0.transactionReference, paymentB0.transactionReference); - break; - case "date": - response = J.compareTo$1$ns(paymentA0.date, paymentB0.date); - break; - case "private_notes": - response = B.JSString_methods.compareTo$1(paymentA0.privateNotes.toLowerCase(), paymentB0.date.toLowerCase()); - break; - case "updated_at": - response = B.JSInt_methods.compareTo$1(paymentA0.updatedAt, paymentB0.updatedAt); - break; - case "created_at": - response = B.JSInt_methods.compareTo$1(paymentA0.createdAt, paymentB0.createdAt); - break; - case "archived_at": - response = B.JSInt_methods.compareTo$1(paymentA0.archivedAt, paymentB0.archivedAt); - break; - case "status": - response = B.JSString_methods.compareTo$1(paymentA0.statusId, paymentB0.statusId); - break; - case "custom1": - response = B.JSString_methods.compareTo$1(paymentA0.customValue1.toLowerCase(), paymentB0.customValue1.toLowerCase()); - break; - case "custom2": - response = B.JSString_methods.compareTo$1(paymentA0.customValue2.toLowerCase(), paymentB0.customValue2.toLowerCase()); - break; - case "custom3": - response = B.JSString_methods.compareTo$1(paymentA0.customValue3.toLowerCase(), paymentB0.customValue3.toLowerCase()); - break; - case "custom4": - response = B.JSString_methods.compareTo$1(paymentA0.customValue4.toLowerCase(), paymentB0.customValue4.toLowerCase()); - break; - case "invoice_number": - t1 = paymentA0.get$invoiceId(); - t2 = _this.invoiceMap._map$_map; - invoiceA = t2.$index(0, t1); - if (invoiceA == null) - invoiceA = A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null); - invoiceB = t2.$index(0, paymentB0.get$invoiceId()); - if (invoiceB == null) - invoiceB = A.InvoiceEntity_InvoiceEntity(_null, _null, _null, _null, _null); - response = B.JSString_methods.compareTo$1(invoiceA.number.toLowerCase(), invoiceB.number.toLowerCase()); - break; - case "client": - t1 = paymentA0.clientId; - t2 = _this.clientMap._map$_map; - clientA = t2.$index(0, t1); - if (clientA == null) - clientA = A.ClientEntity_ClientEntity(_null, _null, _null, _null); - clientB = t2.$index(0, paymentB0.clientId); - if (clientB == null) - clientB = A.ClientEntity_ClientEntity(_null, _null, _null, _null); - response = B.JSString_methods.compareTo$1(clientA.displayName.toLowerCase(), clientB.displayName.toLowerCase()); - break; - case "assigned_to": - t1 = paymentA0.assignedUserId; - t2 = userMap._map$_map; - userA = t2.$index(0, t1); - if (userA == null) - userA = A.UserEntity_UserEntity(_null, _null, _null); - userB = t2.$index(0, paymentB0.assignedUserId); - if (userB == null) - userB = A.UserEntity_UserEntity(_null, _null, _null); - t1 = userA.get$fullName().length !== 0 ? userA.get$fullName() : userA.email; - t2 = userB.get$fullName().length !== 0 ? userB.get$fullName() : userB.email; - response = B.JSString_methods.compareTo$1(t1.toLowerCase(), t2.toLowerCase()); - break; - case "created_by": - t1 = paymentA0.createdUserId; - t2 = userMap._map$_map; - userA = t2.$index(0, t1); - if (userA == null) - userA = A.UserEntity_UserEntity(_null, _null, _null); - userB = t2.$index(0, paymentB0.createdUserId); - if (userB == null) - userB = A.UserEntity_UserEntity(_null, _null, _null); - t1 = userA.get$fullName().length !== 0 ? userA.get$fullName() : userA.email; - t2 = userB.get$fullName().length !== 0 ? userB.get$fullName() : userB.email; - response = B.JSString_methods.compareTo$1(t1.toLowerCase(), t2.toLowerCase()); - break; - case "entity_state": - if (!paymentA0.get$isArchived() && !paymentA0.isDeleted) - t1 = "active"; - else - t1 = paymentA0.get$isArchived() ? _s8_ : "deleted"; - stateA = A._$valueOf(t1); - if (!paymentB0.get$isArchived() && !paymentB0.isDeleted) - t1 = "active"; - else - t1 = paymentB0.get$isArchived() ? _s8_ : "deleted"; - stateB = A._$valueOf(t1); - response = B.JSString_methods.compareTo$1(stateA.name.toLowerCase(), stateB.name.toLowerCase()); - break; - default: - A.print("## ERROR: sort by payment." + sortField + " is not implemented"); - response = 0; - break; - } - return response === 0 ? B.JSString_methods.compareTo$1(paymentB.number.toLowerCase(), paymentA.number.toLowerCase()) : response; + 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: 18 }; @@ -329703,7 +331790,7 @@ call$3(clientId, paymentMap, invoiceMap) { return A.paymentStatsForClient(clientId, paymentMap, invoiceMap); }, - $signature: 1333 + $signature: 1341 }; A.paymentStatsForClient_closure.prototype = { call$2(paymentId, payment) { @@ -329713,7 +331800,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 194 + $signature: 184 }; A.PaymentState.prototype = { loadPayments$1(clients) { @@ -329733,7 +331820,7 @@ call$1(item) { return item; }, - $signature: 1334 + $signature: 1342 }; A.PaymentState_loadPayments_closure.prototype = { call$1(b) { @@ -329748,7 +331835,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 268 + $signature: 247 }; A.PaymentUIState.prototype = { get$isCreatingNew() { @@ -329903,6 +331990,7 @@ A._$PaymentState.prototype = { rebuild$1(updates) { var t1 = new A.PaymentStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._payment_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -329981,8 +332069,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_state$_$v = t1; return _$result; }, @@ -330069,6 +332156,7 @@ t1 = null; else { t2 = new A.PaymentEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._payment_model$_$v = t1; t1 = t2; } @@ -330076,6 +332164,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._payment_state$_listUIState = t2; _this._payment_state$_selectedId = $$v.selectedId; @@ -330123,8 +332212,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_state$_$v = t1; return _$result; } @@ -330228,7 +332316,7 @@ call$1(paymentTerm) { return paymentTerm.get$id(paymentTerm); }, - $signature: 42 + $signature: 44 }; A.StartPaymentTermMultiselect.prototype = {}; A.AddToPaymentTermMultiselect.prototype = {}; @@ -330272,7 +332360,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewPaymentTermList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -330296,7 +332384,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archivePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -330319,14 +332407,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 367 + $signature: 355 }; A._archivePaymentTerm__closure0.prototype = { call$1(paymentTerms) { this.store.get$_dispatchers()[0].call$1(new A.ArchivePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 364 + $signature: 356 }; A._archivePaymentTerm__closure1.prototype = { call$1(error) { @@ -330357,14 +332445,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 367 + $signature: 355 }; A._deletePaymentTerm__closure0.prototype = { call$1(paymentTerms) { this.store.get$_dispatchers()[0].call$1(new A.DeletePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 364 + $signature: 356 }; A._deletePaymentTerm__closure1.prototype = { call$1(error) { @@ -330395,14 +332483,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 367 + $signature: 355 }; A._restorePaymentTerm__closure0.prototype = { call$1(paymentTerms) { this.store.get$_dispatchers()[0].call$1(new A.RestorePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 364 + $signature: 356 }; A._restorePaymentTerm__closure1.prototype = { call$1(error) { @@ -330432,7 +332520,7 @@ t2.get$_dispatchers()[0].call$1(new A.SavePaymentTermSuccess(paymentTerm)); t1.completer.complete$1(0, paymentTerm); }, - $signature: 269 + $signature: 241 }; A._savePaymentTerm__closure0.prototype = { call$1(error) { @@ -330460,7 +332548,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 269 + $signature: 241 }; A._loadPaymentTerm__closure0.prototype = { call$1(error) { @@ -330491,7 +332579,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1338 + $signature: 1346 }; A._loadPaymentTerms__closure0.prototype = { call$1(error) { @@ -330510,184 +332598,182 @@ t2 = this.state, t3 = this.action, t4 = $.$get$paymentTermListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer12().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._payment_term_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer12().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._payment_term_model$_$v = t1; t1 = $.$get$selectedIdReducer12().call$2(t2.selectedId, t3); b.get$_payment_term_state$_$this()._payment_term_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer12().call$2(t2.forceSelected, t3); b.get$_payment_term_state$_$this()._payment_term_state$_forceSelected = t3; return b; }, - $signature: 1339 + $signature: 1347 }; A.forceSelectedReducer_closure95.prototype = { call$2(completer, action) { return true; }, - $signature: 1340 + $signature: 1348 }; A.forceSelectedReducer_closure96.prototype = { call$2(completer, action) { return false; }, - $signature: 1341 + $signature: 1349 }; A.forceSelectedReducer_closure97.prototype = { call$2(completer, action) { return false; }, - $signature: 1342 + $signature: 1350 }; A.forceSelectedReducer_closure98.prototype = { call$2(completer, action) { return false; }, - $signature: 1343 + $signature: 1351 }; A.forceSelectedReducer_closure99.prototype = { call$2(completer, action) { return false; }, - $signature: 1344 + $signature: 1352 }; A.forceSelectedReducer_closure100.prototype = { call$2(completer, action) { return false; }, - $signature: 1345 + $signature: 1353 }; A.forceSelectedReducer_closure101.prototype = { call$2(completer, action) { return false; }, - $signature: 1346 + $signature: 1354 }; A.forceSelectedReducer_closure102.prototype = { call$2(completer, action) { return false; }, - $signature: 1347 + $signature: 1355 }; A.selectedIdReducer_closure193.prototype = { call$2(completer, action) { return ""; }, - $signature: 1348 + $signature: 1356 }; A.selectedIdReducer_closure194.prototype = { call$2(completer, action) { return ""; }, - $signature: 1349 + $signature: 1357 }; A.selectedIdReducer_closure195.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_paymentTerm ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure196.prototype = { call$2(selectedId, action) { return action.get$paymentTermId(); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure197.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$paymentTerm()); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure198.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure199.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure200.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1350 + $signature: 1358 }; A.selectedIdReducer_closure201.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1351 + $signature: 1359 }; A.selectedIdReducer_closure202.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1352 + $signature: 1360 }; A.selectedIdReducer_closure203.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1353 + $signature: 1361 }; A.selectedIdReducer_closure204.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1354 + $signature: 1362 }; A.selectedIdReducer_closure205.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1355 + $signature: 1363 }; A.selectedIdReducer_closure206.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1356 + $signature: 1364 }; A.editingReducer_closure62.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1357 + $signature: 1365 }; A.editingReducer_closure63.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1358 + $signature: 1366 }; A.editingReducer_closure64.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1359 + $signature: 1367 }; A.editingReducer_closure65.prototype = { call$2(paymentTerm, action) { return action.paymentTerm.rebuild$1(new A.editingReducer__closure24()); }, - $signature: 1360 + $signature: 1368 }; A.editingReducer__closure24.prototype = { call$1(b) { b.get$_payment_term_model$_$this()._payment_term_model$_isChanged = true; return b; }, - $signature: 686 + $signature: 480 }; A._viewPaymentTermList_closure.prototype = { call$1(b) { @@ -330834,7 +332920,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 362 + $signature: 357 }; A._deletePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -330856,7 +332942,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 362 + $signature: 357 }; A._restorePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -330878,7 +332964,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 362 + $signature: 357 }; A._addPaymentTerm_closure.prototype = { call$1(b) { @@ -330891,7 +332977,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 181 + $signature: 194 }; A._updatePaymentTerm_closure.prototype = { call$1(b) { @@ -330900,7 +332986,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 181 + $signature: 194 }; A._setLoadedPaymentTerm_closure.prototype = { call$1(b) { @@ -330909,14 +332995,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 181 + $signature: 194 }; 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: 181 + $signature: 194 }; A._setLoadedCompany__closure7.prototype = { call$1(item) { @@ -330928,7 +333014,7 @@ call$1(item) { return item; }, - $signature: 691 + $signature: 478 }; A._setLoadedCompany_closure8.prototype = { call$1(b) { @@ -330937,13 +333023,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 181 + $signature: 194 }; A.memoizedDropdownPaymentTermList_closure.prototype = { call$2(paymentTermMap, paymentTermList) { return A.dropdownPaymentTermsSelector(paymentTermMap, paymentTermList); }, - $signature: 1365 + $signature: 1373 }; A.dropdownPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -330970,7 +333056,7 @@ call$4(selectionState, paymentTermMap, paymentTermList, paymentTermListState) { return A.filteredPaymentTermsSelector(selectionState, paymentTermMap, paymentTermList, paymentTermListState); }, - $signature: 1366 + $signature: 1374 }; A.filteredPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -331014,7 +333100,7 @@ call$1(item) { return item; }, - $signature: 691 + $signature: 478 }; A.PaymentTermState_loadPaymentTerms_closure.prototype = { call$1(b) { @@ -331029,7 +333115,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 181 + $signature: 194 }; A.PaymentTermUIState.prototype = { get$isCreatingNew() { @@ -331175,7 +333261,7 @@ $isSerializer: 1, $isStructuredSerializer: 1, get$types() { - return B.List_oyU; + return B.List_oyU0; }, get$wireName() { return "PaymentTermUIState"; @@ -331184,6 +333270,7 @@ A._$PaymentTermState.prototype = { rebuild$1(updates) { var t1 = new A.PaymentTermStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._payment_term_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -331262,8 +333349,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_term_state$_$v = t1; return _$result; }, @@ -331350,6 +333436,7 @@ t1 = null; else { t2 = new A.PaymentTermEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._payment_term_model$_$v = t1; t1 = t2; } @@ -331357,6 +333444,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._payment_term_state$_listUIState = t2; _this._payment_term_state$_selectedId = $$v.selectedId; @@ -331404,8 +333492,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._payment_term_state$_$v = t1; return _$result; } @@ -331507,7 +333594,7 @@ call$1(product) { return product.get$id(product); }, - $signature: 42 + $signature: 44 }; A.handleProductAction_closure0.prototype = { call$1(b) { @@ -331515,7 +333602,7 @@ b.get$lineItems().addAll$1(0, new A.MappedListIterable(t1, new A.handleProductAction__closure(this.state, this.invoice), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceItemEntity*>"))); return b; }, - $signature: 12 + $signature: 11 }; A.handleProductAction__closure.prototype = { call$1(productId) { @@ -331527,7 +333614,7 @@ t3 = t3.productState.map._map$_map.$index(0, productId); return A.convertProductToInvoiceItem(null, t2, t1.staticState.currencyMap, this.invoice, t3); }, - $signature: 1367 + $signature: 1375 }; A.StartProductMultiselect.prototype = {}; A.AddToProductMultiselect.prototype = {}; @@ -331578,7 +333665,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewProductList_closure.prototype = { call$3(store, dynamicAction, next) { @@ -331602,7 +333689,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -331625,7 +333712,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 211 + $signature: 229 }; A._archiveProduct__closure0.prototype = { call$1(products) { @@ -331663,7 +333750,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 211 + $signature: 229 }; A._deleteProduct__closure0.prototype = { call$1(products) { @@ -331701,7 +333788,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 211 + $signature: 229 }; A._restoreProduct__closure0.prototype = { call$1(products) { @@ -331738,7 +333825,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveProductSuccess(product)); t1.completer.complete$1(0, product); }, - $signature: 201 + $signature: 205 }; A._saveProduct__closure0.prototype = { call$1(error) { @@ -331767,7 +333854,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 201 + $signature: 205 }; A._loadProduct__closure0.prototype = { call$1(error) { @@ -331798,7 +333885,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadInvoices()); }, - $signature: 1370 + $signature: 1378 }; A._loadProducts__closure0.prototype = { call$1(error) { @@ -331836,7 +333923,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveProductSuccess(product)); this.action.completer.complete$1(0, null); }, - $signature: 201 + $signature: 205 }; A._saveDocument__closure24.prototype = { call$1(error) { @@ -331852,14 +333939,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$productListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer22().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._product_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer22().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._product_model$_$v = t1; t1 = $.$get$tabIndexReducer11().call$2(t2.tabIndex, t3); b.get$_product_state$_$this()._product_state$_tabIndex = t1; t1 = $.$get$selectedIdReducer22().call$2(t2.selectedId, t3); @@ -331868,182 +333953,182 @@ b.get$_product_state$_$this()._product_state$_forceSelected = t3; return b; }, - $signature: 1371 + $signature: 1379 }; A.forceSelectedReducer_closure175.prototype = { call$2(completer, action) { return true; }, - $signature: 1372 + $signature: 1380 }; A.forceSelectedReducer_closure176.prototype = { call$2(completer, action) { return false; }, - $signature: 1373 + $signature: 1381 }; A.forceSelectedReducer_closure177.prototype = { call$2(completer, action) { return false; }, - $signature: 1374 + $signature: 1382 }; A.forceSelectedReducer_closure178.prototype = { call$2(completer, action) { return false; }, - $signature: 1375 + $signature: 1383 }; A.forceSelectedReducer_closure179.prototype = { call$2(completer, action) { return false; }, - $signature: 1376 + $signature: 1384 }; A.forceSelectedReducer_closure180.prototype = { call$2(completer, action) { return false; }, - $signature: 1377 + $signature: 1385 }; A.forceSelectedReducer_closure181.prototype = { call$2(completer, action) { return false; }, - $signature: 1378 + $signature: 1386 }; A.forceSelectedReducer_closure182.prototype = { call$2(completer, action) { return false; }, - $signature: 1379 + $signature: 1387 }; A.tabIndexReducer_closure23.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1380 + $signature: 1388 }; A.tabIndexReducer_closure24.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.editingReducer_closure126.prototype = { call$2(product, action) { return action.product.rebuild$1(new A.editingReducer__closure49()); }, - $signature: 1381 + $signature: 1389 }; A.editingReducer__closure49.prototype = { call$1(b) { b.get$_product_model$_$this()._product_model$_isChanged = true; return b; }, - $signature: 157 + $signature: 162 }; A.editingReducer_closure127.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1382 + $signature: 1390 }; A.editingReducer_closure128.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1383 + $signature: 1391 }; A.editingReducer_closure129.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1384 + $signature: 1392 }; A.selectedIdReducer_closure352.prototype = { call$2(completer, action) { return ""; }, - $signature: 1385 + $signature: 1393 }; A.selectedIdReducer_closure353.prototype = { call$2(completer, action) { return ""; }, - $signature: 1386 + $signature: 1394 }; A.selectedIdReducer_closure354.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_product ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure355.prototype = { call$2(selectedId, action) { return action.productId; }, - $signature: 1387 + $signature: 1395 }; A.selectedIdReducer_closure356.prototype = { call$2(selectedId, action) { return action.product.id; }, - $signature: 1388 + $signature: 1396 }; A.selectedIdReducer_closure357.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure358.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure359.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1389 + $signature: 1397 }; A.selectedIdReducer_closure360.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1390 + $signature: 1398 }; A.selectedIdReducer_closure361.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1391 + $signature: 1399 }; A.selectedIdReducer_closure362.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1392 + $signature: 1400 }; A.selectedIdReducer_closure363.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1393 + $signature: 1401 }; A.selectedIdReducer_closure364.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1394 + $signature: 1402 }; A.selectedIdReducer_closure365.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1395 + $signature: 1403 }; A._viewClientList_closure0.prototype = { call$1(b) { @@ -332228,7 +334313,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 349 + $signature: 359 }; A._deleteProductSuccess_closure.prototype = { call$1(b) { @@ -332250,7 +334335,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 349 + $signature: 359 }; A._restoreProductSuccess_closure.prototype = { call$1(b) { @@ -332272,7 +334357,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 349 + $signature: 359 }; A._addProduct_closure.prototype = { call$1(b) { @@ -332346,7 +334431,7 @@ call$3(productMap, productList, userMap) { return A.dropdownProductsSelector(productMap, productList, userMap); }, - $signature: 1398 + $signature: 1406 }; A.dropdownProductsSelector_closure.prototype = { call$1(productId) { @@ -332366,7 +334451,7 @@ call$1(productMap) { return A.productList(productMap); }, - $signature: 1399 + $signature: 1407 }; A.productList_closure.prototype = { call$1(productId) { @@ -332386,7 +334471,7 @@ call$5(selectionState, productMap, productList, productListState, userMap) { return A.filteredProductsSelector(selectionState, productMap, productList, productListState, userMap); }, - $signature: 1400 + $signature: 1408 }; A.filteredProductsSelector_closure.prototype = { call$1(productId) { @@ -332454,7 +334539,7 @@ call$1(item) { return item; }, - $signature: 1401 + $signature: 1409 }; A.ProductState_loadProducts_closure.prototype = { call$1(b) { @@ -332624,6 +334709,7 @@ A._$ProductState.prototype = { rebuild$1(updates) { var t1 = new A.ProductStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._product_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -332702,8 +334788,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._product_state$_$v = t1; return _$result; }, @@ -332790,6 +334875,7 @@ t1 = null; else { t2 = new A.ProductEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._product_model$_$v = t1; t1 = t2; } @@ -332797,6 +334883,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._product_state$_listUIState = t2; _this._product_state$_selectedId = $$v.selectedId; @@ -332844,8 +334931,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._product_state$_$v = t1; return _$result; } @@ -332947,7 +335033,7 @@ call$1(project) { return project.get$id(project); }, - $signature: 42 + $signature: 44 }; A.handleProjectAction_closure0.prototype = { call$1(b) { @@ -332962,7 +335048,7 @@ call$1(project) { B.JSArray_methods.addAll$1(this.items, A.convertProjectToInvoiceItem(this.context, project)); }, - $signature: 348 + $signature: 254 }; A.handleProjectAction_closure2.prototype = { call$1(b) { @@ -332970,7 +335056,7 @@ b.get$_invoice_model$_$this()._projectId = this.project.id; return b; }, - $signature: 12 + $signature: 11 }; A.handleProjectAction_closure3.prototype = { call$1(b) { @@ -333028,7 +335114,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewProjectList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -333052,7 +335138,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -333075,14 +335161,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 246 + $signature: 285 }; A._archiveProject__closure0.prototype = { call$1(projects) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 346 + $signature: 360 }; A._archiveProject__closure1.prototype = { call$1(error) { @@ -333113,14 +335199,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 246 + $signature: 285 }; A._deleteProject__closure0.prototype = { call$1(projects) { this.store.get$_dispatchers()[0].call$1(new A.DeleteProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 346 + $signature: 360 }; A._deleteProject__closure1.prototype = { call$1(error) { @@ -333151,14 +335237,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 246 + $signature: 285 }; A._restoreProject__closure0.prototype = { call$1(projects) { this.store.get$_dispatchers()[0].call$1(new A.RestoreProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 346 + $signature: 360 }; A._restoreProject__closure1.prototype = { call$1(error) { @@ -333191,7 +335277,7 @@ if (t1 != null) t1.complete$1(0, project); }, - $signature: 221 + $signature: 209 }; A._saveProject__closure0.prototype = { call$1(error) { @@ -333220,7 +335306,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 221 + $signature: 209 }; A._loadProject__closure0.prototype = { call$1(error) { @@ -333253,7 +335339,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadTasks()); }, - $signature: 1405 + $signature: 1413 }; A._loadProjects__closure0.prototype = { call$1(error) { @@ -333291,7 +335377,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveProjectSuccess(project)); this.action.completer.complete$1(0, null); }, - $signature: 221 + $signature: 209 }; A._saveDocument__closure12.prototype = { call$1(error) { @@ -333307,14 +335393,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$projectListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer1().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._project_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer1().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._project_model$_$v = t1; t1 = $.$get$selectedIdReducer1().call$2(t2.selectedId, t3); b.get$_project_state$_$this()._project_state$_selectedId = t1; t1 = $.$get$forceSelectedReducer1().call$2(t2.forceSelected, t3); @@ -333327,163 +335411,163 @@ b.get$_project_state$_$this()._project_state$_cancelCompleter = t3; return b; }, - $signature: 1406 + $signature: 1414 }; A.forceSelectedReducer_closure15.prototype = { call$2(completer, action) { return true; }, - $signature: 1407 + $signature: 1415 }; A.forceSelectedReducer_closure16.prototype = { call$2(completer, action) { return false; }, - $signature: 1408 + $signature: 1416 }; A.forceSelectedReducer_closure17.prototype = { call$2(completer, action) { return false; }, - $signature: 1409 + $signature: 1417 }; A.forceSelectedReducer_closure18.prototype = { call$2(completer, action) { return false; }, - $signature: 1410 + $signature: 1418 }; A.forceSelectedReducer_closure19.prototype = { call$2(completer, action) { return false; }, - $signature: 1411 + $signature: 1419 }; A.forceSelectedReducer_closure20.prototype = { call$2(completer, action) { return false; }, - $signature: 1412 + $signature: 1420 }; A.forceSelectedReducer_closure21.prototype = { call$2(completer, action) { return false; }, - $signature: 1413 + $signature: 1421 }; A.forceSelectedReducer_closure22.prototype = { call$2(completer, action) { return false; }, - $signature: 1414 + $signature: 1422 }; A.tabIndexReducer_closure3.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1415 + $signature: 1423 }; A.tabIndexReducer_closure4.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.saveCompleterReducer_closure.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 712 + $signature: 455 }; A.cancelCompleterReducer_closure.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 712 + $signature: 455 }; A.selectedIdReducer_closure34.prototype = { call$2(completer, action) { return ""; }, - $signature: 1417 + $signature: 1425 }; A.selectedIdReducer_closure35.prototype = { call$2(completer, action) { return ""; }, - $signature: 1418 + $signature: 1426 }; A.selectedIdReducer_closure36.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_project ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure37.prototype = { call$2(selectedId, action) { return action.projectId; }, - $signature: 1419 + $signature: 1427 }; A.selectedIdReducer_closure38.prototype = { call$2(selectedId, action) { return action.project.id; }, - $signature: 1420 + $signature: 1428 }; A.selectedIdReducer_closure39.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure40.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure41.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1421 + $signature: 1429 }; A.selectedIdReducer_closure42.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1422 + $signature: 1430 }; A.selectedIdReducer_closure43.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1423 + $signature: 1431 }; A.selectedIdReducer_closure44.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1424 + $signature: 1432 }; A.selectedIdReducer_closure45.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1425 + $signature: 1433 }; A.selectedIdReducer_closure46.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1426 + $signature: 1434 }; A.selectedIdReducer_closure47.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1427 + $signature: 1435 }; A.selectedIdReducer_closure48.prototype = { call$2(selectedId, action) { @@ -333496,38 +335580,38 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure14.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1428 + $signature: 1436 }; A.editingReducer_closure15.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1429 + $signature: 1437 }; A.editingReducer_closure16.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1430 + $signature: 1438 }; A.editingReducer_closure17.prototype = { call$2(project, action) { return action.project.rebuild$1(new A.editingReducer__closure7()); }, - $signature: 1431 + $signature: 1439 }; A.editingReducer__closure7.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_isChanged = true; return b; }, - $signature: 165 + $signature: 158 }; A._viewProjectList_closure.prototype = { call$1(b) { @@ -333712,7 +335796,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 339 + $signature: 422 }; A._deleteProjectSuccess_closure.prototype = { call$1(b) { @@ -333734,7 +335818,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 339 + $signature: 422 }; A._restoreProjectSuccess_closure.prototype = { call$1(b) { @@ -333756,7 +335840,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 339 + $signature: 422 }; A._addProject_closure.prototype = { call$1(b) { @@ -333769,7 +335853,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 272 + $signature: 314 }; A._updateProject_closure.prototype = { call$1(b) { @@ -333778,7 +335862,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 272 + $signature: 314 }; A._setLoadedProject_closure.prototype = { call$1(b) { @@ -333787,7 +335871,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 272 + $signature: 314 }; A.convertProjectToInvoiceItem_closure.prototype = { call$2(index, task) { @@ -333803,14 +335887,14 @@ if (t1) this.tasks.push(task); }, - $signature: 124 + $signature: 128 }; 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: 91 + $signature: 93 }; A.convertProjectToInvoiceItem_closure1.prototype = { call$2(taskA, taskB) { @@ -333818,33 +335902,33 @@ t2 = B.JSArray_methods.get$first(taskB.getTaskTimes$0()); return B.JSInt_methods.compareTo$1(t1.startDate._value, t2.startDate._value); }, - $signature: 409 + $signature: 336 }; A.convertProjectToInvoiceItem_closure2.prototype = { call$2(expenseA, expenseB) { return J.compareTo$1$ns(expenseA.date, expenseB.date); }, - $signature: 585 + $signature: 550 }; A.convertProjectToInvoiceItem_closure3.prototype = { call$1(b) { var t1 = this._box_0.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 456 + $signature: 458 }; A.convertProjectToInvoiceItem_closure4.prototype = { call$1(b) { var t1 = this._box_1.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 456 + $signature: 458 }; A.memoizedDropdownProjectList_closure.prototype = { call$5(projectMap, projectList, clientMap, userMap, clientId) { return A.dropdownProjectsSelector(projectMap, projectList, clientMap, userMap, clientId); }, - $signature: 1435 + $signature: 1443 }; A.dropdownProjectsSelector_closure.prototype = { call$1(projectId) { @@ -333880,7 +335964,7 @@ call$6(selectionState, projectMap, projectList, projectListState, clientMap, userMap) { return A.filteredProjectsSelector(selectionState, projectMap, projectList, projectListState, clientMap, userMap); }, - $signature: 1436 + $signature: 1444 }; A.filteredProjectsSelector_closure.prototype = { call$1(projectId) { @@ -333962,13 +336046,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 124 + $signature: 128 }; A.memoizedProjectStatsForClient_closure.prototype = { call$2(clientId, projectMap) { return A.projectStatsForClient(clientId, projectMap); }, - $signature: 457 + $signature: 459 }; A.projectStatsForClient_closure.prototype = { call$2(projectId, project) { @@ -333978,13 +336062,13 @@ else if (project.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 1438 + $signature: 1446 }; A.memoizedProjectStatsForUser_closure.prototype = { call$2(userId, projectMap) { return A.projectStatsForClient(userId, projectMap); }, - $signature: 457 + $signature: 459 }; A.ProjectState.prototype = { $get$1(_, projectId) { @@ -334011,7 +336095,7 @@ call$1(item) { return item; }, - $signature: 1439 + $signature: 1447 }; A.ProjectState_loadProjects_closure.prototype = { call$1(b) { @@ -334026,7 +336110,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 272 + $signature: 314 }; A.ProjectUIState.prototype = { get$isCreatingNew() { @@ -334187,6 +336271,7 @@ A._$ProjectState.prototype = { rebuild$1(updates) { var t1 = new A.ProjectStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._project_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -334265,8 +336350,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._project_state$_$v = t1; return _$result; }, @@ -334342,6 +336426,7 @@ else { t2 = new A.ProjectEntityBuilder(); t2.get$_project_model$_$this()._color = ""; + A.ArgumentError_checkNotNull(t1, "other"); t2._project_model$_$v = t1; t1 = t2; } @@ -334349,6 +336434,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._project_state$_listUIState = t2; _this._project_state$_selectedId = $$v.selectedId; @@ -334396,8 +336482,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._project_state$_$v = t1; return _$result; } @@ -334548,7 +336633,7 @@ call$1(quote) { return quote.get$id(quote); }, - $signature: 42 + $signature: 44 }; A.handleQuoteAction_closure0.prototype = { call$1(element) { @@ -334578,7 +336663,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.handleQuoteAction_closure3.prototype = { call$1(b) { @@ -334586,7 +336671,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.handleQuoteAction_closure4.prototype = { call$1(b) { @@ -334594,7 +336679,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.StartQuoteMultiselect.prototype = {}; A.AddToQuoteMultiselect.prototype = {}; @@ -334635,7 +336720,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewQuoteList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -334658,7 +336743,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._editQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -334713,7 +336798,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._showPdfQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -334741,7 +336826,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._archiveQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -334764,14 +336849,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._archiveQuote__closure0.prototype = { call$1(quotes) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._archiveQuote__closure1.prototype = { call$1(error) { @@ -334802,14 +336887,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._deleteQuote__closure0.prototype = { call$1(quotes) { this.store.get$_dispatchers()[0].call$1(new A.DeleteQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._deleteQuote__closure1.prototype = { call$1(error) { @@ -334840,14 +336925,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._restoreQuote__closure0.prototype = { call$1(quotes) { this.store.get$_dispatchers()[0].call$1(new A.RestoreQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._restoreQuote__closure1.prototype = { call$1(error) { @@ -334874,7 +336959,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._convertQuote__closure0.prototype = { call$1(error) { @@ -334899,7 +336984,7 @@ this.store.get$_dispatchers()[0].call$1(new A.MarkSentQuoteSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._markSentQuote__closure0.prototype = { call$1(error) { @@ -334931,7 +337016,7 @@ this.store.get$_dispatchers()[0].call$1(new A.EmailQuoteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 67 + $signature: 65 }; A._emailQuote__closure0.prototype = { call$1(error) { @@ -334960,13 +337045,13 @@ t1.replace$1(0, new A.WhereIterable(t2, new A._saveQuote___closure(), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>"))); return b; }, - $signature: 12 + $signature: 11 }; A._saveQuote___closure.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 55 + $signature: 56 }; A._saveQuote__closure0.prototype = { call$1(quote) { @@ -334978,7 +337063,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveQuoteSuccess(quote)); t1.completer.complete$1(0, quote); }, - $signature: 74 + $signature: 72 }; A._saveQuote__closure1.prototype = { call$1(error) { @@ -335007,7 +337092,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 74 + $signature: 72 }; A._loadQuote__closure0.prototype = { call$1(error) { @@ -335035,7 +337120,7 @@ this.store.get$_dispatchers()[0].call$1(new A.DownloadQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._downloadQuotes__closure0.prototype = { call$1(error) { @@ -335060,7 +337145,7 @@ this.store.get$_dispatchers()[0].call$1(new A.BulkEmailQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._bulkEmailQuotes__closure0.prototype = { call$1(error) { @@ -335090,7 +337175,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadCredits()); }, - $signature: 252 + $signature: 324 }; A._loadQuotes__closure0.prototype = { call$1(error) { @@ -335128,7 +337213,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 74 + $signature: 72 }; A._saveDocument__closure10.prototype = { call$1(error) { @@ -335144,14 +337229,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$quoteListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._invoice_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._invoice_model$_$v = t1; t1 = $.$get$editingItemReducer().call$2(t2.editingItemIndex, t3); b.get$_quote_state$_$this()._editingItemIndex = t1; t1 = $.$get$selectedIdReducer().call$2(t2.selectedId, t3); @@ -335164,193 +337247,193 @@ b.get$_quote_state$_$this()._historyActivityId = t3; return b; }, - $signature: 1440 + $signature: 1448 }; A.forceSelectedReducer_closure.prototype = { call$2(completer, action) { return true; }, - $signature: 1441 + $signature: 1449 }; A.forceSelectedReducer_closure0.prototype = { call$2(completer, action) { return false; }, - $signature: 1442 + $signature: 1450 }; A.forceSelectedReducer_closure1.prototype = { call$2(completer, action) { return false; }, - $signature: 1443 + $signature: 1451 }; A.forceSelectedReducer_closure2.prototype = { call$2(completer, action) { return false; }, - $signature: 1444 + $signature: 1452 }; A.forceSelectedReducer_closure3.prototype = { call$2(completer, action) { return false; }, - $signature: 1445 + $signature: 1453 }; A.forceSelectedReducer_closure4.prototype = { call$2(completer, action) { return false; }, - $signature: 1446 + $signature: 1454 }; A.forceSelectedReducer_closure5.prototype = { call$2(completer, action) { return false; }, - $signature: 1447 + $signature: 1455 }; A.forceSelectedReducer_closure6.prototype = { call$2(completer, action) { return false; }, - $signature: 1448 + $signature: 1456 }; A.tabIndexReducer_closure.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1449 + $signature: 1457 }; A.tabIndexReducer_closure0.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.historyActivityIdReducer_closure.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 458 + $signature: 460 }; A.editingItemReducer_closure.prototype = { call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1451 + $signature: 1459 }; A.editingItemReducer_closure0.prototype = { call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1452 + $signature: 1460 }; A.selectedIdReducer_closure.prototype = { call$2(completer, action) { return ""; }, - $signature: 1453 + $signature: 1461 }; A.selectedIdReducer_closure0.prototype = { call$2(completer, action) { return ""; }, - $signature: 1454 + $signature: 1462 }; A.selectedIdReducer_closure1.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure2.prototype = { call$2(selectedId, action) { return action.quoteId; }, - $signature: 1455 + $signature: 1463 }; A.selectedIdReducer_closure3.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1456 + $signature: 1464 }; A.selectedIdReducer_closure4.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1457 + $signature: 1465 }; A.selectedIdReducer_closure5.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 458 + $signature: 460 }; A.selectedIdReducer_closure6.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure7.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure8.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1458 + $signature: 1466 }; A.selectedIdReducer_closure9.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1459 + $signature: 1467 }; A.selectedIdReducer_closure10.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1460 + $signature: 1468 }; A.selectedIdReducer_closure11.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1461 + $signature: 1469 }; A.selectedIdReducer_closure12.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1462 + $signature: 1470 }; A.selectedIdReducer_closure13.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1463 + $signature: 1471 }; A.selectedIdReducer_closure14.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1464 + $signature: 1472 }; A.selectedIdReducer_closure15.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1465 + $signature: 1473 }; A.selectedIdReducer_closure16.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? "" : selectedId; }, - $signature: 145 + $signature: 153 }; A.selectedIdReducer_closure17.prototype = { call$2(selectedId, action) { @@ -335363,71 +337446,71 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure.prototype = { call$2(quote, action) { return action.quote.rebuild$1(new A.editingReducer__closure5()); }, - $signature: 1466 + $signature: 1474 }; A.editingReducer__closure5.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure0.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure4()); }, - $signature: 459 + $signature: 461 }; A.editingReducer__closure4.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure1.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1468 + $signature: 1476 }; A.editingReducer_closure2.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure3()); }, - $signature: 460 + $signature: 735 }; A.editingReducer__closure3.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure3.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure2()); }, - $signature: 461 + $signature: 463 }; A.editingReducer__closure2.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure4.prototype = { call$2(quote, action) { return quote.rebuild$1(new A.editingReducer__closure1(action.client)); }, - $signature: 1471 + $signature: 1479 }; A.editingReducer__closure1.prototype = { call$1(b) { @@ -335447,37 +337530,37 @@ t3.replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.editingReducer___closure(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer___closure.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 203 }; A.editingReducer_closure5.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1472 + $signature: 1480 }; A.editingReducer_closure6.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1473 + $signature: 1481 }; A.editingReducer_closure7.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1474 + $signature: 1482 }; A.editingReducer_closure8.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure0(action)); }, - $signature: 1475 + $signature: 1483 }; A.editingReducer__closure0.prototype = { call$1(b) { @@ -335489,13 +337572,13 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure9.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure(action)); }, - $signature: 1476 + $signature: 1484 }; A.editingReducer__closure.prototype = { call$1(b) { @@ -335504,7 +337587,7 @@ B.JSArray_methods.remove$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A._addQuoteItem_closure.prototype = { call$1(b) { @@ -335514,21 +337597,21 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A._addQuoteItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.quoteItems); return b; }, - $signature: 12 + $signature: 11 }; A._removeQuoteItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.action.index); return b; }, - $signature: 12 + $signature: 11 }; A._updateQuoteItem_closure.prototype = { call$1(b) { @@ -335538,7 +337621,7 @@ t1.get$_safeList()[t2.index] = t2.quoteItem; return b; }, - $signature: 12 + $signature: 11 }; A._viewQuoteList_closure.prototype = { call$1(b) { @@ -335729,14 +337812,14 @@ call$1(item) { return item; }, - $signature: 161 + $signature: 176 }; A._markSentQuoteSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 222 + $signature: 206 }; A._archiveQuoteSuccess_closure.prototype = { call$1(b) { @@ -335758,7 +337841,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 337 + $signature: 452 }; A._deleteQuoteSuccess_closure.prototype = { call$1(b) { @@ -335780,7 +337863,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 337 + $signature: 452 }; A._restoreQuoteSuccess_closure.prototype = { call$1(b) { @@ -335802,7 +337885,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 337 + $signature: 452 }; A._convertQuoteSuccess_closure0.prototype = { call$1(item) { @@ -335814,14 +337897,14 @@ call$1(item) { return item; }, - $signature: 161 + $signature: 176 }; A._convertQuoteSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 222 + $signature: 206 }; A._addQuote_closure.prototype = { call$1(b) { @@ -335834,7 +337917,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 222 + $signature: 206 }; A._addQuote__closure.prototype = { call$1(b) { @@ -335842,7 +337925,7 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 12 + $signature: 11 }; A._updateQuote_closure.prototype = { call$1(b) { @@ -335850,7 +337933,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateQuote__closure())); return b; }, - $signature: 222 + $signature: 206 }; A._updateQuote__closure.prototype = { call$1(b) { @@ -335858,13 +337941,13 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 12 + $signature: 11 }; A.memoizedFilteredQuoteList_closure.prototype = { call$6(selectionState, quoteMap, quoteList, clientMap, quoteListState, userMap) { return A.filteredQuotesSelector(selectionState, quoteMap, quoteList, clientMap, quoteListState, userMap); }, - $signature: 547 + $signature: 594 }; A.filteredQuotesSelector_closure.prototype = { call$1(quoteId) { @@ -335941,7 +338024,7 @@ call$2(clientId, quoteMap) { return A.quoteStatsForClient(clientId, quoteMap); }, - $signature: 81 + $signature: 76 }; A.quoteStatsForClient_closure.prototype = { call$2(quoteId, quote) { @@ -335951,13 +338034,13 @@ else if (quote.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedQuoteStatsForDesign_closure.prototype = { call$2(designId, quoteMap) { return A.quoteStatsForDesign(designId, quoteMap); }, - $signature: 81 + $signature: 76 }; A.quoteStatsForDesign_closure.prototype = { call$2(quoteId, quote) { @@ -335967,13 +338050,13 @@ else if (quote.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedQuoteStatsForUser_closure.prototype = { call$2(userId, quoteMap) { return A.quoteStatsForUser(userId, quoteMap); }, - $signature: 81 + $signature: 76 }; A.quoteStatsForUser_closure.prototype = { call$2(quoteId, quote) { @@ -335983,7 +338066,7 @@ else if (quote.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.QuoteState.prototype = { $get$1(_, quoteId) { @@ -336010,7 +338093,7 @@ call$1(item) { return item; }, - $signature: 161 + $signature: 176 }; A.QuoteState_loadQuotes_closure.prototype = { call$1(b) { @@ -336025,7 +338108,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 222 + $signature: 206 }; A.QuoteUIState.prototype = { get$isCreatingNew() { @@ -336186,6 +338269,7 @@ A._$QuoteState.prototype = { rebuild$1(updates) { var t1 = new A.QuoteStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._quote_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -336264,8 +338348,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._quote_state$_$v = t1; return _$result; }, @@ -336368,6 +338451,7 @@ else { t2 = new A.InvoiceEntityBuilder(); A.InvoiceEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._invoice_model$_$v = t1; t1 = t2; } @@ -336377,6 +338461,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._listUIState = t2; _this._selectedId = $$v.selectedId; @@ -336426,8 +338511,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._quote_state$_$v = t1; return _$result; } @@ -336554,7 +338638,7 @@ call$1(recurringExpense) { return recurringExpense.get$id(recurringExpense); }, - $signature: 42 + $signature: 44 }; A.handleRecurringExpenseAction_closure0.prototype = { call$1(b) { @@ -336608,7 +338692,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewRecurringExpenseList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -336628,7 +338712,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -336651,14 +338735,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 178 + $signature: 195 }; A._archiveRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 142 + $signature: 141 }; A._archiveRecurringExpense__closure1.prototype = { call$1(error) { @@ -336689,14 +338773,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 178 + $signature: 195 }; A._deleteRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { this.store.get$_dispatchers()[0].call$1(new A.DeleteRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 142 + $signature: 141 }; A._deleteRecurringExpense__closure1.prototype = { call$1(error) { @@ -336727,14 +338811,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 178 + $signature: 195 }; A._restoreRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { this.store.get$_dispatchers()[0].call$1(new A.RestoreRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 142 + $signature: 141 }; A._restoreRecurringExpense__closure1.prototype = { call$1(error) { @@ -336764,7 +338848,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseSuccess(recurringExpense)); t1.completer.complete$1(0, recurringExpense); }, - $signature: 119 + $signature: 115 }; A._saveRecurringExpense__closure0.prototype = { call$1(error) { @@ -336795,7 +338879,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 119 + $signature: 115 }; A._loadRecurringExpense__closure0.prototype = { call$1(error) { @@ -336828,7 +338912,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.PersistData()); }, - $signature: 622 + $signature: 516 }; A._loadRecurringExpenses__closure0.prototype = { call$1(error) { @@ -336853,7 +338937,7 @@ this.store.get$_dispatchers()[0].call$1(new A.StartRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 142 + $signature: 141 }; A._startRecurringExpense__closure0.prototype = { call$1(error) { @@ -336878,7 +338962,7 @@ this.store.get$_dispatchers()[0].call$1(new A.StopRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 142 + $signature: 141 }; A._stopRecurringExpense__closure0.prototype = { call$1(error) { @@ -336916,7 +339000,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 119 + $signature: 115 }; A._saveDocument__closure6.prototype = { call$1(error) { @@ -336932,14 +339016,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$recurringExpenseListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer19().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._expense_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer19().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._expense_model$_$v = t1; t1 = $.$get$selectedIdReducer19().call$2(t2.selectedId, t3); b.get$_recurring_expense_state$_$this()._recurring_expense_state$_selectedId = t1; t1 = $.$get$forceSelectedReducer19().call$2(t2.forceSelected, t3); @@ -336948,151 +339030,151 @@ b.get$_recurring_expense_state$_$this()._recurring_expense_state$_tabIndex = t3; return b; }, - $signature: 1479 + $signature: 1487 }; A.forceSelectedReducer_closure151.prototype = { call$2(completer, action) { return true; }, - $signature: 1480 + $signature: 1488 }; A.forceSelectedReducer_closure152.prototype = { call$2(completer, action) { return false; }, - $signature: 1481 + $signature: 1489 }; A.forceSelectedReducer_closure153.prototype = { call$2(completer, action) { return false; }, - $signature: 1482 + $signature: 1490 }; A.forceSelectedReducer_closure154.prototype = { call$2(completer, action) { return false; }, - $signature: 1483 + $signature: 1491 }; A.forceSelectedReducer_closure155.prototype = { call$2(completer, action) { return false; }, - $signature: 1484 + $signature: 1492 }; A.forceSelectedReducer_closure156.prototype = { call$2(completer, action) { return false; }, - $signature: 1485 + $signature: 1493 }; A.forceSelectedReducer_closure157.prototype = { call$2(completer, action) { return false; }, - $signature: 1486 + $signature: 1494 }; A.forceSelectedReducer_closure158.prototype = { call$2(completer, action) { return false; }, - $signature: 1487 + $signature: 1495 }; A.tabIndexReducer_closure17.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1488 + $signature: 1496 }; A.tabIndexReducer_closure18.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.selectedIdReducer_closure301.prototype = { call$2(completer, action) { return ""; }, - $signature: 1489 + $signature: 1497 }; A.selectedIdReducer_closure302.prototype = { call$2(completer, action) { return ""; }, - $signature: 1490 + $signature: 1498 }; A.selectedIdReducer_closure303.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringExpense ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure304.prototype = { call$2(selectedId, action) { return action.get$recurringExpenseId(); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure305.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$recurringExpense()); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure306.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure307.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure308.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1491 + $signature: 1499 }; A.selectedIdReducer_closure309.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1492 + $signature: 1500 }; A.selectedIdReducer_closure310.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1493 + $signature: 1501 }; A.selectedIdReducer_closure311.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1494 + $signature: 1502 }; A.selectedIdReducer_closure312.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1495 + $signature: 1503 }; A.selectedIdReducer_closure313.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1496 + $signature: 1504 }; A.selectedIdReducer_closure314.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1497 + $signature: 1505 }; A.selectedIdReducer_closure315.prototype = { call$2(selectedId, action) { @@ -337105,31 +339187,31 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure97.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1498 + $signature: 1506 }; A.editingReducer_closure98.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1499 + $signature: 1507 }; A.editingReducer_closure99.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1500 + $signature: 1508 }; A.editingReducer_closure100.prototype = { call$2(recurringExpense, action) { return action.recurringExpense.rebuild$1(new A.editingReducer__closure37()); }, - $signature: 1501 + $signature: 1509 }; A.editingReducer__closure37.prototype = { call$1(b) { @@ -337283,7 +339365,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 223 + $signature: 216 }; A._deleteRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -337305,7 +339387,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 223 + $signature: 216 }; A._restoreRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -337327,7 +339409,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 223 + $signature: 216 }; A._addRecurringExpense_closure.prototype = { call$1(b) { @@ -337340,7 +339422,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 273 + $signature: 321 }; A._addRecurringExpense__closure.prototype = { call$1(b) { @@ -337357,7 +339439,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateRecurringExpense__closure())); return b; }, - $signature: 273 + $signature: 321 }; A._updateRecurringExpense__closure.prototype = { call$1(b) { @@ -337387,7 +339469,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 223 + $signature: 216 }; A._stopRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -337409,7 +339491,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 223 + $signature: 216 }; A._setLoadedRecurringExpense_closure.prototype = { call$1(b) { @@ -337418,7 +339500,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedRecurringExpense__closure())); return b; }, - $signature: 273 + $signature: 321 }; A._setLoadedRecurringExpense__closure.prototype = { call$1(b) { @@ -337432,7 +339514,7 @@ call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredRecurringExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 625 + $signature: 513 }; A.filteredRecurringExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -337535,7 +339617,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 91 + $signature: 93 }; A.memoizedRecurringExpenseStatsForVendor_closure.prototype = { call$2(vendorId, expenseMap) { @@ -337551,7 +339633,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 91 + $signature: 93 }; A.memoizedRecurringExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { @@ -337567,7 +339649,7 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 91 + $signature: 93 }; A.memoizedRecurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expenseMap) { @@ -337583,7 +339665,7 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 91 + $signature: 93 }; A.RecurringExpenseState.prototype = { $get$1(_, recurringExpenseId) { @@ -337611,7 +339693,7 @@ call$1(item) { return item; }, - $signature: 635 + $signature: 508 }; A.RecurringExpenseState_loadRecurringExpenses_closure.prototype = { call$1(b) { @@ -337626,7 +339708,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 273 + $signature: 321 }; A.RecurringExpenseUIState.prototype = { get$isCreatingNew() { @@ -337791,6 +339873,7 @@ A._$RecurringExpenseState.prototype = { rebuild$1(updates) { var t1 = new A.RecurringExpenseStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._recurring_expense_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -337869,8 +339952,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._recurring_expense_state$_$v = t1; return _$result; }, @@ -337965,6 +340047,7 @@ else { t2 = new A.ExpenseEntityBuilder(); A.ExpenseEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._expense_model$_$v = t1; t1 = t2; } @@ -337972,6 +340055,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._recurring_expense_state$_listUIState = t2; _this._recurring_expense_state$_selectedId = $$v.selectedId; @@ -338019,8 +340103,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._recurring_expense_state$_$v = t1; return _$result; } @@ -338153,14 +340236,14 @@ call$1(recurringInvoice) { return recurringInvoice.get$id(recurringInvoice); }, - $signature: 42 + $signature: 44 }; A.handleRecurringInvoiceAction_closure0.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_entityType = B.EntityType_invoice; return b; }, - $signature: 12 + $signature: 11 }; A.handleRecurringInvoiceAction_closure1.prototype = { call$1(b) { @@ -338168,7 +340251,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.handleRecurringInvoiceAction_closure2.prototype = { call$1(b) { @@ -338176,7 +340259,7 @@ b.get$_invoice_model$_$this()._designId = this.designId; return b; }, - $signature: 12 + $signature: 11 }; A.StartRecurringInvoiceMultiselect.prototype = {}; A.AddToRecurringInvoiceMultiselect.prototype = {}; @@ -338221,7 +340304,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewRecurringInvoiceList_closure.prototype = { call$3(store, dynamicAction, next) { @@ -338241,7 +340324,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._showPdfRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -338269,7 +340352,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._startRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -338286,7 +340369,7 @@ this.store.get$_dispatchers()[0].call$1(new A.StartRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._startRecurringInvoice__closure0.prototype = { call$1(error) { @@ -338311,7 +340394,7 @@ this.store.get$_dispatchers()[0].call$1(new A.StopRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._stopRecurringInvoice__closure0.prototype = { call$1(error) { @@ -338342,14 +340425,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._archiveRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._archiveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -338380,14 +340463,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._deleteRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { this.store.get$_dispatchers()[0].call$1(new A.DeleteRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._deleteRecurringInvoice__closure1.prototype = { call$1(error) { @@ -338418,14 +340501,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 69 + $signature: 70 }; A._restoreRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { this.store.get$_dispatchers()[0].call$1(new A.RestoreRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 43 + $signature: 39 }; A._restoreRecurringInvoice__closure1.prototype = { call$1(error) { @@ -338454,13 +340537,13 @@ t1.replace$1(0, new A.WhereIterable(t2, new A._saveRecurringInvoice___closure(), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>"))); return b; }, - $signature: 12 + $signature: 11 }; A._saveRecurringInvoice___closure.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 55 + $signature: 56 }; A._saveRecurringInvoice__closure0.prototype = { call$1(recurringInvoice) { @@ -338472,7 +340555,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceSuccess(recurringInvoice)); t1.completer.complete$1(0, recurringInvoice); }, - $signature: 74 + $signature: 72 }; A._saveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -338503,7 +340586,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 74 + $signature: 72 }; A._loadRecurringInvoice__closure0.prototype = { call$1(error) { @@ -338536,7 +340619,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadQuotes()); }, - $signature: 252 + $signature: 324 }; A._loadRecurringInvoices__closure0.prototype = { call$1(error) { @@ -338574,7 +340657,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 74 + $signature: 72 }; A._saveDocument__closure4.prototype = { call$1(error) { @@ -338590,14 +340673,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$recurringInvoiceListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer15().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._invoice_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer15().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._invoice_model$_$v = t1; t1 = $.$get$editingItemIndexReducer().call$2(t2.editingItemIndex, t3); b.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_editingItemIndex = t1; t1 = $.$get$selectedIdReducer15().call$2(t2.selectedId, t3); @@ -338610,195 +340691,195 @@ b.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_historyActivityId = t3; return b; }, - $signature: 1504 + $signature: 1512 }; A.forceSelectedReducer_closure119.prototype = { call$2(completer, action) { return true; }, - $signature: 1505 + $signature: 1513 }; A.forceSelectedReducer_closure120.prototype = { call$2(completer, action) { return false; }, - $signature: 1506 + $signature: 1514 }; A.forceSelectedReducer_closure121.prototype = { call$2(completer, action) { return false; }, - $signature: 1507 + $signature: 1515 }; A.forceSelectedReducer_closure122.prototype = { call$2(completer, action) { return false; }, - $signature: 1508 + $signature: 1516 }; A.forceSelectedReducer_closure123.prototype = { call$2(completer, action) { return false; }, - $signature: 1509 + $signature: 1517 }; A.forceSelectedReducer_closure124.prototype = { call$2(completer, action) { return false; }, - $signature: 1510 + $signature: 1518 }; A.forceSelectedReducer_closure125.prototype = { call$2(completer, action) { return false; }, - $signature: 1511 + $signature: 1519 }; A.forceSelectedReducer_closure126.prototype = { call$2(completer, action) { return false; }, - $signature: 1512 + $signature: 1520 }; A.tabIndexReducer_closure13.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1513 + $signature: 1521 }; A.tabIndexReducer_closure14.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.historyActivityIdReducer_closure1.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 466 + $signature: 468 }; A.editingItemIndexReducer_closure.prototype = { call$2(index, action) { action.toString; return null; }, - $signature: 1515 + $signature: 1523 }; A.editingItemIndexReducer_closure0.prototype = { call$2(index, action) { return action.itemIndex; }, - $signature: 1516 + $signature: 1524 }; A.selectedIdReducer_closure237.prototype = { call$2(completer, action) { return ""; }, - $signature: 1517 + $signature: 1525 }; A.selectedIdReducer_closure238.prototype = { call$2(completer, action) { return ""; }, - $signature: 1518 + $signature: 1526 }; A.selectedIdReducer_closure239.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure240.prototype = { call$2(selectedId, action) { return action.recurringInvoiceId; }, - $signature: 1519 + $signature: 1527 }; A.selectedIdReducer_closure241.prototype = { call$2(selectedId, action) { return action.recurringInvoice.id; }, - $signature: 1520 + $signature: 1528 }; A.selectedIdReducer_closure242.prototype = { call$2(selectedId, action) { var t1 = action.get$invoice(); return t1.get$id(t1); }, - $signature: 1521 + $signature: 1529 }; A.selectedIdReducer_closure243.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 466 + $signature: 468 }; A.selectedIdReducer_closure244.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure245.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure246.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1522 + $signature: 1530 }; A.selectedIdReducer_closure247.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1523 + $signature: 1531 }; A.selectedIdReducer_closure248.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1524 + $signature: 1532 }; A.selectedIdReducer_closure249.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1525 + $signature: 1533 }; A.selectedIdReducer_closure250.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1526 + $signature: 1534 }; A.selectedIdReducer_closure251.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1527 + $signature: 1535 }; A.selectedIdReducer_closure252.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1528 + $signature: 1536 }; A.selectedIdReducer_closure253.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1529 + $signature: 1537 }; A.selectedIdReducer_closure254.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? "" : selectedId; }, - $signature: 145 + $signature: 153 }; A.selectedIdReducer_closure255.prototype = { call$2(selectedId, action) { @@ -338811,71 +340892,71 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure74.prototype = { call$2(recurringInvoice, action) { return action.recurringInvoice.rebuild$1(new A.editingReducer__closure33()); }, - $signature: 1530 + $signature: 1538 }; A.editingReducer__closure33.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure75.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure32()); }, - $signature: 467 + $signature: 469 }; A.editingReducer__closure32.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure76.prototype = { call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1532 + $signature: 1540 }; A.editingReducer_closure77.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure31()); }, - $signature: 468 + $signature: 470 }; A.editingReducer__closure31.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure78.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure30()); }, - $signature: 469 + $signature: 471 }; A.editingReducer__closure30.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_isChanged = true; return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure79.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure29(action.client)); }, - $signature: 1535 + $signature: 1543 }; A.editingReducer__closure29.prototype = { call$1(b) { @@ -338895,37 +340976,37 @@ t3.replace$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.editingReducer___closure1(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer___closure1.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 203 }; A.editingReducer_closure80.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1536 + $signature: 1544 }; A.editingReducer_closure81.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1537 + $signature: 1545 }; A.editingReducer_closure82.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1538 + $signature: 1546 }; A.editingReducer_closure83.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure28(action)); }, - $signature: 1539 + $signature: 1547 }; A.editingReducer__closure28.prototype = { call$1(b) { @@ -338937,13 +341018,13 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A.editingReducer_closure84.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure27(action)); }, - $signature: 1540 + $signature: 1548 }; A.editingReducer__closure27.prototype = { call$1(b) { @@ -338952,7 +341033,7 @@ B.JSArray_methods.remove$1(t1.get$_safeList(), t2); return b; }, - $signature: 12 + $signature: 11 }; A._addRecurringInvoiceItem_closure.prototype = { call$1(b) { @@ -338961,21 +341042,21 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.item); return b; }, - $signature: 12 + $signature: 11 }; A._addRecurringInvoiceItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.items); return b; }, - $signature: 12 + $signature: 11 }; A._removeRecurringInvoiceItem_closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$lineItems().get$_safeList(), this.action.index); return b; }, - $signature: 12 + $signature: 11 }; A._updateRecurringInvoiceItem_closure.prototype = { call$1(b) { @@ -338985,7 +341066,7 @@ t1.get$_safeList()[t2.index] = t2.item; return b; }, - $signature: 12 + $signature: 11 }; A._filterRecurringInvoicesByCustom1_closure.prototype = { call$1(b) { @@ -339175,7 +341256,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 207 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -339197,7 +341278,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 207 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -339207,7 +341288,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 275 + $signature: 318 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -339229,7 +341310,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 207 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -339251,7 +341332,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 207 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -339273,7 +341354,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 224 + $signature: 207 }; A._addRecurringInvoice_closure.prototype = { call$1(b) { @@ -339286,7 +341367,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 275 + $signature: 318 }; A._addRecurringInvoice__closure.prototype = { call$1(b) { @@ -339294,14 +341375,14 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 12 + $signature: 11 }; A._updateRecurringInvoice_closure.prototype = { call$1(b) { 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: 275 + $signature: 318 }; A._updateRecurringInvoice__closure.prototype = { call$1(b) { @@ -339309,13 +341390,13 @@ b.get$_invoice_model$_$this()._invoice_model$_loadedAt = t1; return b; }, - $signature: 12 + $signature: 11 }; A.memoizedFilteredRecurringInvoiceList_closure.prototype = { call$6(selectionState, recurringInvoiceMap, clientMap, recurringInvoiceList, recurringInvoiceListState, userMap) { return A.filteredRecurringInvoicesSelector(selectionState, recurringInvoiceMap, clientMap, recurringInvoiceList, recurringInvoiceListState, userMap); }, - $signature: 1543 + $signature: 1551 }; A.filteredRecurringInvoicesSelector_closure.prototype = { call$1(recurringInvoiceId) { @@ -339390,7 +341471,7 @@ call$2(clientId, invoiceMap) { return A.recurringInvoiceStatsForClient(clientId, invoiceMap); }, - $signature: 81 + $signature: 76 }; A.recurringInvoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -339400,13 +341481,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedRecurringInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.recurringInvoiceStatsForUser(userId, invoiceMap); }, - $signature: 81 + $signature: 76 }; A.recurringInvoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -339416,13 +341497,13 @@ else if (invoice.isDeleted) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedRecurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoiceMap) { return A.recurringInvoiceStatsForInvoice(invoiceId, invoiceMap); }, - $signature: 81 + $signature: 76 }; A.recurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoice) { @@ -339432,13 +341513,13 @@ else if (invoice.isDeleted) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedRecurringInvoiceStatsForDesign_closure.prototype = { call$2(designId, recurringInvoiceMap) { return A.recurringInvoiceStatsForDesign(designId, recurringInvoiceMap); }, - $signature: 81 + $signature: 76 }; A.recurringInvoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -339448,13 +341529,13 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.memoizedRecurringInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.recurringInvoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 81 + $signature: 76 }; A.recurringInvoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -339464,7 +341545,7 @@ else if (invoice.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 53 + $signature: 48 }; A.RecurringInvoiceState.prototype = { $get$1(_, invoiceId) { @@ -339492,7 +341573,7 @@ call$1(item) { return item; }, - $signature: 161 + $signature: 176 }; A.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1(b) { @@ -339507,7 +341588,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 275 + $signature: 318 }; A.RecurringInvoiceUIState.prototype = { get$isCreatingNew() { @@ -339668,6 +341749,7 @@ A._$RecurringInvoiceState.prototype = { rebuild$1(updates) { var t1 = new A.RecurringInvoiceStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._recurring_invoice_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -339746,8 +341828,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._recurring_invoice_state$_$v = t1; return _$result; }, @@ -339850,6 +341931,7 @@ else { t2 = new A.InvoiceEntityBuilder(); A.InvoiceEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._invoice_model$_$v = t1; t1 = t2; } @@ -339859,6 +341941,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._recurring_invoice_state$_listUIState = t2; _this._recurring_invoice_state$_selectedId = $$v.selectedId; @@ -339908,8 +341991,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._recurring_invoice_state$_$v = t1; return _$result; } @@ -339950,7 +342032,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A.reportsUIReducer_closure.prototype = { call$1(b) { @@ -339960,14 +342042,14 @@ b.get$_reports_state$_$this()._chart = ""; return b; }, - $signature: 331 + $signature: 451 }; A.reportsUIReducer_closure0.prototype = { call$1(b) { b.get$_reports_state$_$this()._report = this.action.report; return b; }, - $signature: 331 + $signature: 451 }; A.reportsUIReducer_closure1.prototype = { call$1(b) { @@ -340003,7 +342085,7 @@ t2.replace$1(0, t1 == null ? _this.state.filters : t1); return b; }, - $signature: 331 + $signature: 451 }; A.ReportsUIState.prototype = { get$isGroupByFiltered() { @@ -340093,6 +342175,7 @@ A._$ReportsUIState.prototype = { rebuild$1(updates) { var t1 = new A.ReportsUIStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._reports_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -340207,8 +342290,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._reports_state$_$v = t1; return _$result; } @@ -340319,7 +342401,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._saveCompany_closure.prototype = { call$3(store, dynamicAction, next) { @@ -340336,7 +342418,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$0(0); }, - $signature: 473 + $signature: 475 }; A._saveCompany__closure0.prototype = { call$1(error) { @@ -340364,7 +342446,7 @@ if (t1 != null) t1.complete$0(0); }, - $signature: 173 + $signature: 170 }; A._saveAuthUser__closure0.prototype = { call$1(error) { @@ -340395,7 +342477,7 @@ this.store.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 173 + $signature: 170 }; A._connectOAuthUser__closure0.prototype = { call$1(error) { @@ -340427,7 +342509,7 @@ t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 173 + $signature: 170 }; A._connectGmailUser__closure0.prototype = { call$1(error) { @@ -340487,7 +342569,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveUserSettingsSuccess(userCompany)); this.action.completer.complete$0(0); }, - $signature: 471 + $signature: 721 }; A._saveSettings__closure0.prototype = { call$1(error) { @@ -340538,7 +342620,7 @@ } t1.completer.complete$0(0); }, - $signature: 348 + $signature: 254 }; A._uploadLogo__closure0.prototype = { call$1(error) { @@ -340580,7 +342662,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$1(0, null); }, - $signature: 473 + $signature: 475 }; A._saveDocument__closure8.prototype = { call$1(error) { @@ -340594,7 +342676,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure14(action, state)); }, - $signature: 1547 + $signature: 1555 }; A.settingsUIReducer__closure14.prototype = { call$1(b) { @@ -340604,54 +342686,42 @@ t3 = t2.company, t4 = t3 == null, t5 = t4 ? _this.state.company : t3; - if (t5 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t5, _s5_); t1._company_model$_$v = t5; - t1 = b.get$origCompany(); - if (t4) - t3 = _this.state.origCompany; - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._company_model$_$v = t3; + t5 = b.get$origCompany(); + t1 = t4 ? _this.state.origCompany : t3; + A.ArgumentError_checkNotNull(t1, _s5_); + t5._company_model$_$v = t1; t1 = b.get$group(); - t3 = t2.group; - t4 = t3 == null; - t5 = t4 ? _this.state.group : t3; - if (t5 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._group_model$_$v = t5; - t1 = b.get$origGroup(); - if (t4) - t3 = _this.state.origGroup; - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._group_model$_$v = t3; + t5 = t2.group; + t3 = t5 == null; + t4 = t3 ? _this.state.group : t5; + A.ArgumentError_checkNotNull(t4, _s5_); + t1._group_model$_$v = t4; + t4 = b.get$origGroup(); + t1 = t3 ? _this.state.origGroup : t5; + A.ArgumentError_checkNotNull(t1, _s5_); + t4._group_model$_$v = t1; t1 = b.get$client(b); - t3 = t2.client; - t5 = t3 == null; - t6 = t5 ? _this.state.client : t3; - if (t6 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + t4 = t2.client; + t5 = t4 == null; + t6 = t5 ? _this.state.client : t4; + A.ArgumentError_checkNotNull(t6, _s5_); t1._client_model$_$v = t6; - t1 = b.get$origClient(); - if (t5) - t3 = _this.state.origClient; - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._client_model$_$v = t3; + t6 = b.get$origClient(); + t1 = t5 ? _this.state.origClient : t4; + A.ArgumentError_checkNotNull(t1, _s5_); + t6._client_model$_$v = t1; t1 = b.get$user(); - t3 = t2.user; - t6 = t3 == null; - t7 = t6 ? _this.state.user : t3; - if (t7 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + t6 = t2.user; + t4 = t6 == null; + t7 = t4 ? _this.state.user : t6; + A.ArgumentError_checkNotNull(t7, _s5_); t1._user_model$_$v = t7; - t1 = b.get$origUser(); - if (t6) - t3 = _this.state.origUser; - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._user_model$_$v = t3; + t7 = b.get$origUser(); + t1 = t4 ? _this.state.origUser : t6; + A.ArgumentError_checkNotNull(t1, _s5_); + t7._user_model$_$v = t1; t1 = Date.now(); b.get$_company_state$_$this()._updatedAt = t1; t1 = t2.section; @@ -340675,29 +342745,28 @@ if (!t5) t1 = B.EntityType_client; else - t1 = !t4 ? B.EntityType_group : _this.state.entityType; + t1 = !t3 ? B.EntityType_group : _this.state.entityType; b.get$_company_state$_$this()._entityType = t1; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure0.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure13(action)); }, - $signature: 1549 + $signature: 1557 }; A.settingsUIReducer__closure13.prototype = { call$1(b) { var t1 = b.get$company(), t2 = this.action.company; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure1.prototype = { call$2(state, action) { @@ -340710,67 +342779,63 @@ return state.rebuild$1(new A.settingsUIReducer__closure12(action)); } }, - $signature: 1550 + $signature: 1558 }; A.settingsUIReducer__closure10.prototype = { call$1(b) { var t1 = b.get$client(b).get$settings(), t2 = this.action.settings; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._settings_model$_$v = t2; b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer__closure11.prototype = { call$1(b) { var t1 = b.get$group().get$settings(), t2 = this.action.settings; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._settings_model$_$v = t2; b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer__closure12.prototype = { call$1(b) { var t1 = b.get$company().get$settings(), t2 = this.action.settings; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._settings_model$_$v = t2; b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure2.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure9(action)); }, - $signature: 1551 + $signature: 1559 }; A.settingsUIReducer__closure9.prototype = { call$1(b) { var t1 = b.get$user(), t2 = this.action.user; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._user_model$_$v = t2; b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure3.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure8(state)); }, - $signature: 1552 + $signature: 1560 }; A.settingsUIReducer__closure8.prototype = { call$1(b) { @@ -340778,122 +342843,118 @@ t1 = b.get$company(), t2 = this.state, t3 = t2.origCompany; - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t3, _s5_); t1._company_model$_$v = t3; - t1 = b.get$group(); - t3 = t2.origGroup; - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._group_model$_$v = t3; + t3 = b.get$group(); + t1 = t2.origGroup; + A.ArgumentError_checkNotNull(t1, _s5_); + t3._group_model$_$v = t1; t1 = b.get$client(b); t3 = t2.origClient; - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t3, _s5_); t1._client_model$_$v = t3; - t1 = b.get$user(); + t3 = b.get$user(); t2 = t2.origUser; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._user_model$_$v = t2; + A.ArgumentError_checkNotNull(t2, _s5_); + t3._user_model$_$v = t2; b.get$_company_state$_$this()._isChanged = false; - t1 = Date.now(); - b.get$_company_state$_$this()._updatedAt = t1; + t2 = Date.now(); + b.get$_company_state$_$this()._updatedAt = t2; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure4.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure7(action)); }, - $signature: 1553 + $signature: 1561 }; A.settingsUIReducer__closure7.prototype = { call$1(b) { var t1 = b.get$company(), t2 = this.action.company; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; t1 = b.get$origCompany(); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; - t1 = Date.now(); - b.get$_company_state$_$this()._updatedAt = t1; + t2 = Date.now(); + b.get$_company_state$_$this()._updatedAt = t2; b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure5.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure6(action)); }, - $signature: 1554 + $signature: 1562 }; A.settingsUIReducer__closure6.prototype = { call$1(b) { var t1 = b.get$group(), t2 = this.action.group; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._group_model$_$v = t2; t1 = b.get$origGroup(); + A.ArgumentError_checkNotNull(t2, "other"); t1._group_model$_$v = t2; - t1 = Date.now(); - b.get$_company_state$_$this()._updatedAt = t1; + t2 = Date.now(); + b.get$_company_state$_$this()._updatedAt = t2; b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure6.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure5(action)); }, - $signature: 1555 + $signature: 1563 }; A.settingsUIReducer__closure5.prototype = { call$1(b) { var t1 = b.get$client(b), t2 = this.action.client; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._client_model$_$v = t2; t1 = b.get$origClient(); + A.ArgumentError_checkNotNull(t2, "other"); t1._client_model$_$v = t2; - t1 = Date.now(); - b.get$_company_state$_$this()._updatedAt = t1; + t2 = Date.now(); + b.get$_company_state$_$this()._updatedAt = t2; b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure7.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure4(action)); }, - $signature: 1556 + $signature: 1564 }; A.settingsUIReducer__closure4.prototype = { call$1(b) { var t1 = b.get$user(), t2 = this.action.user; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._user_model$_$v = t2; t1 = b.get$origUser(); + A.ArgumentError_checkNotNull(t2, "other"); t1._user_model$_$v = t2; b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure8.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure3(action, state)); }, - $signature: 1557 + $signature: 1565 }; A.settingsUIReducer__closure3.prototype = { call$1(b) { @@ -340903,13 +342964,13 @@ b.get$_company_state$_$this()._company_state$_filterClearedAt = t1; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure9.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure2(state)); }, - $signature: 1558 + $signature: 1566 }; A.settingsUIReducer__closure2.prototype = { call$1(b) { @@ -340918,21 +342979,20 @@ b.get$_company_state$_$this()._updatedAt = t1; t1 = b.get$company(); t2 = this.state.origCompany; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; b.get$_company_state$_$this()._entityType = B.EntityType_company; b.get$_company_state$_$this()._isChanged = false; b.get$_company_state$_$this()._tabIndex = 0; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure10.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure1(action)); }, - $signature: 1559 + $signature: 1567 }; A.settingsUIReducer__closure1.prototype = { call$1(b) { @@ -340940,13 +343000,13 @@ b.get$_company_state$_$this()._tabIndex = t1; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure11.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure0(action)); }, - $signature: 1560 + $signature: 1568 }; A.settingsUIReducer__closure0.prototype = { call$1(b) { @@ -340954,13 +343014,13 @@ b.get$_company_state$_$this()._selectedTemplate = t1; return b; }, - $signature: 78 + $signature: 79 }; A.settingsUIReducer_closure12.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure()); }, - $signature: 1561 + $signature: 1569 }; A.settingsUIReducer__closure.prototype = { call$1(b) { @@ -340968,7 +343028,7 @@ b.get$_company_state$_$this()._updatedAt = t1; return b; }, - $signature: 78 + $signature: 79 }; A.staticLoadedReducer_closure.prototype = { call$1(b) { @@ -340989,7 +343049,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: 1562 + $signature: 1570 }; A.staticLoadedReducer__closure.prototype = { call$1(item) { @@ -341001,7 +343061,7 @@ call$1(item) { return item; }, - $signature: 1563 + $signature: 1571 }; A.staticLoadedReducer__closure1.prototype = { call$1(item) { @@ -341013,7 +343073,7 @@ call$1(item) { return item; }, - $signature: 1564 + $signature: 1572 }; A.staticLoadedReducer__closure3.prototype = { call$1(item) { @@ -341025,7 +343085,7 @@ call$1(item) { return item; }, - $signature: 1565 + $signature: 1573 }; A.staticLoadedReducer__closure5.prototype = { call$1(item) { @@ -341037,7 +343097,7 @@ call$1(item) { return item; }, - $signature: 1566 + $signature: 1574 }; A.staticLoadedReducer__closure7.prototype = { call$1(item) { @@ -341049,7 +343109,7 @@ call$1(item) { return item; }, - $signature: 1567 + $signature: 1575 }; A.staticLoadedReducer__closure9.prototype = { call$1(item) { @@ -341061,7 +343121,7 @@ call$1(item) { return item; }, - $signature: 1568 + $signature: 1576 }; A.staticLoadedReducer__closure11.prototype = { call$1(item) { @@ -341073,7 +343133,7 @@ call$1(item) { return item; }, - $signature: 1569 + $signature: 1577 }; A.staticLoadedReducer__closure13.prototype = { call$1(item) { @@ -341085,7 +343145,7 @@ call$1(item) { return item; }, - $signature: 1570 + $signature: 1578 }; A.staticLoadedReducer__closure15.prototype = { call$1(item) { @@ -341097,13 +343157,13 @@ call$1(item) { return item; }, - $signature: 1571 + $signature: 1579 }; A.memoizedCountryList_closure.prototype = { call$1(countryMap) { return A.countryList(countryMap); }, - $signature: 1572 + $signature: 1580 }; A.countryList_closure.prototype = { call$2(idA, idB) { @@ -341116,7 +343176,7 @@ call$1(groupMap) { return A.groupList(groupMap); }, - $signature: 1573 + $signature: 1581 }; A.groupList_closure.prototype = { call$2(idA, idB) { @@ -341129,7 +343189,7 @@ call$1(languageMap) { return A.languageList(languageMap); }, - $signature: 1574 + $signature: 1582 }; A.languageList_closure.prototype = { call$2(idA, idB) { @@ -341142,7 +343202,7 @@ call$1(currencyMap) { return A.currencyList(currencyMap); }, - $signature: 1575 + $signature: 1583 }; A.currencyList_closure.prototype = { call$2(idA, idB) { @@ -341155,7 +343215,7 @@ call$1(timezoneMap) { return A.timezoneList(timezoneMap); }, - $signature: 1576 + $signature: 1584 }; A.timezoneList_closure.prototype = { call$2(idA, idB) { @@ -341168,7 +343228,7 @@ call$1(dateFormatMap) { return A.dateFormatList(dateFormatMap); }, - $signature: 1577 + $signature: 1585 }; A.dateFormatList_closure.prototype = { call$2(idA, idB) { @@ -341181,7 +343241,7 @@ call$1(industryMap) { return A.industryList(industryMap); }, - $signature: 1578 + $signature: 1586 }; A.industryList_closure.prototype = { call$2(idA, idB) { @@ -341194,7 +343254,7 @@ call$1(sizeMap) { return A.sizeList(sizeMap); }, - $signature: 1579 + $signature: 1587 }; A.sizeList_closure.prototype = { call$2(idA, idB) { @@ -341207,7 +343267,7 @@ call$1(gatewayMap) { return A.gatewayList(gatewayMap); }, - $signature: 1580 + $signature: 1588 }; A.gatewayList_closure.prototype = { call$1(gatewayId) { @@ -341226,7 +343286,7 @@ call$1(paymentTypeMap) { return A.paymentTypeList(paymentTypeMap); }, - $signature: 1581 + $signature: 1589 }; A.paymentTypeList_closure.prototype = { call$2(idA, idB) { @@ -341239,7 +343299,7 @@ call$1(fontList) { return A.fontMap(fontList); }, - $signature: 1582 + $signature: 1590 }; A.fontMap_closure.prototype = { call$1(v) { @@ -341258,7 +343318,7 @@ t1 = ""; return new A._$FontEntity(t1, t2); }, - $signature: 1583 + $signature: 1591 }; A.StaticState.prototype = { get$isStale() { @@ -341620,8 +343680,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._static_state$_$v = t1; return _$result; } @@ -341728,7 +343787,7 @@ call$1(subscription) { return subscription.get$id(subscription); }, - $signature: 42 + $signature: 44 }; A._editSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -341768,7 +343827,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewSubscriptionList_closure.prototype = { call$3(store, dynamicAction, next) { @@ -341788,7 +343847,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -341811,14 +343870,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 323 + $signature: 447 }; A._archiveSubscription__closure0.prototype = { call$1(subscriptions) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 324 + $signature: 446 }; A._archiveSubscription__closure1.prototype = { call$1(error) { @@ -341849,14 +343908,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 323 + $signature: 447 }; A._deleteSubscription__closure0.prototype = { call$1(subscriptions) { this.store.get$_dispatchers()[0].call$1(new A.DeleteSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 324 + $signature: 446 }; A._deleteSubscription__closure1.prototype = { call$1(error) { @@ -341887,14 +343946,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 323 + $signature: 447 }; A._restoreSubscription__closure0.prototype = { call$1(subscriptions) { this.store.get$_dispatchers()[0].call$1(new A.RestoreSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 324 + $signature: 446 }; A._restoreSubscription__closure1.prototype = { call$1(error) { @@ -341924,7 +343983,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveSubscriptionSuccess(subscription)); t1.completer.complete$1(0, subscription); }, - $signature: 306 + $signature: 315 }; A._saveSubscription__closure0.prototype = { call$1(error) { @@ -341952,7 +344011,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 306 + $signature: 315 }; A._loadSubscription__closure0.prototype = { call$1(error) { @@ -341983,7 +344042,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1587 + $signature: 1595 }; A._loadSubscriptions__closure0.prototype = { call$1(error) { @@ -342002,14 +344061,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$subscriptionListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer18().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._subscription_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer18().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._subscription_model$_$v = t1; t1 = $.$get$selectedIdReducer18().call$2(t2.selectedId, t3); b.get$_subscription_state$_$this()._subscription_state$_selectedId = t1; t1 = $.$get$forceSelectedReducer18().call$2(t2.forceSelected, t3); @@ -342018,151 +344075,151 @@ b.get$_subscription_state$_$this()._subscription_state$_tabIndex = t3; return b; }, - $signature: 1588 + $signature: 1596 }; A.forceSelectedReducer_closure143.prototype = { call$2(completer, action) { return true; }, - $signature: 1589 + $signature: 1597 }; A.forceSelectedReducer_closure144.prototype = { call$2(completer, action) { return false; }, - $signature: 1590 + $signature: 1598 }; A.forceSelectedReducer_closure145.prototype = { call$2(completer, action) { return false; }, - $signature: 1591 + $signature: 1599 }; A.forceSelectedReducer_closure146.prototype = { call$2(completer, action) { return false; }, - $signature: 1592 + $signature: 1600 }; A.forceSelectedReducer_closure147.prototype = { call$2(completer, action) { return false; }, - $signature: 1593 + $signature: 1601 }; A.forceSelectedReducer_closure148.prototype = { call$2(completer, action) { return false; }, - $signature: 1594 + $signature: 1602 }; A.forceSelectedReducer_closure149.prototype = { call$2(completer, action) { return false; }, - $signature: 1595 + $signature: 1603 }; A.forceSelectedReducer_closure150.prototype = { call$2(completer, action) { return false; }, - $signature: 1596 + $signature: 1604 }; A.tabIndexReducer_closure15.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1597 + $signature: 1605 }; A.tabIndexReducer_closure16.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.selectedIdReducer_closure286.prototype = { call$2(completer, action) { return ""; }, - $signature: 1598 + $signature: 1606 }; A.selectedIdReducer_closure287.prototype = { call$2(completer, action) { return ""; }, - $signature: 1599 + $signature: 1607 }; A.selectedIdReducer_closure288.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_subscription ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure289.prototype = { call$2(selectedId, action) { return action.get$subscriptionId(); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure290.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$subscription()); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure291.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure292.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure293.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1600 + $signature: 1608 }; A.selectedIdReducer_closure294.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1601 + $signature: 1609 }; A.selectedIdReducer_closure295.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1602 + $signature: 1610 }; A.selectedIdReducer_closure296.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1603 + $signature: 1611 }; A.selectedIdReducer_closure297.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1604 + $signature: 1612 }; A.selectedIdReducer_closure298.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1605 + $signature: 1613 }; A.selectedIdReducer_closure299.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1606 + $signature: 1614 }; A.selectedIdReducer_closure300.prototype = { call$2(selectedId, action) { @@ -342175,31 +344232,31 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure93.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 1607 + $signature: 1615 }; A.editingReducer_closure94.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 1608 + $signature: 1616 }; A.editingReducer_closure95.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 1609 + $signature: 1617 }; A.editingReducer_closure96.prototype = { call$2(subscription, action) { return action.subscription.rebuild$1(new A.editingReducer__closure36()); }, - $signature: 1610 + $signature: 1618 }; A.editingReducer__closure36.prototype = { call$1(b) { @@ -342342,7 +344399,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 327 + $signature: 443 }; A._deleteSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -342364,7 +344421,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 327 + $signature: 443 }; A._restoreSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -342386,7 +344443,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 327 + $signature: 443 }; A._addSubscription_closure.prototype = { call$1(b) { @@ -342399,7 +344456,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 321 + $signature: 305 }; A._updateSubscription_closure.prototype = { call$1(b) { @@ -342408,7 +344465,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 321 + $signature: 305 }; A._setLoadedSubscription_closure.prototype = { call$1(b) { @@ -342417,13 +344474,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 321 + $signature: 305 }; A.memoizedFilteredSubscriptionList_closure.prototype = { call$4(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { return A.filteredSubscriptionsSelector(selectionState, subscriptionMap, subscriptionList, subscriptionListState); }, - $signature: 1614 + $signature: 1622 }; A.filteredSubscriptionsSelector_closure.prototype = { call$1(subscriptionId) { @@ -342469,7 +344526,7 @@ call$1(item) { return item; }, - $signature: 1615 + $signature: 1623 }; A.SubscriptionState_loadSubscriptions_closure.prototype = { call$1(b) { @@ -342484,7 +344541,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 321 + $signature: 305 }; A.SubscriptionUIState.prototype = { get$isCreatingNew() { @@ -342639,6 +344696,7 @@ A._$SubscriptionState.prototype = { rebuild$1(updates) { var t1 = new A.SubscriptionStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._subscription_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -342717,8 +344775,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._subscription_state$_$v = t1; return _$result; }, @@ -342805,6 +344862,7 @@ t1 = null; else { t2 = new A.SubscriptionEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._subscription_model$_$v = t1; t1 = t2; } @@ -342812,6 +344870,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._subscription_state$_listUIState = t2; _this._subscription_state$_selectedId = $$v.selectedId; @@ -342859,8 +344918,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._subscription_state$_$v = t1; return _$result; } @@ -342970,7 +345028,7 @@ call$1(task) { return task.get$id(task); }, - $signature: 42 + $signature: 44 }; A.handleTaskAction_closure0.prototype = { call$1(savedTask) { @@ -342982,7 +345040,7 @@ t1 = this.localization.get$stoppedTask(); A.showToast(t1); }, - $signature: 140 + $signature: 148 }; A.handleTaskAction_closure1.prototype = { call$1(error) { @@ -342998,11 +345056,15 @@ }; A.handleTaskAction_closure2.prototype = { call$2(taskA, taskB) { - var taskATimes, taskBTimes, taskADate, taskBDate, + var taskAProjectId, taskBProjectId, taskATimes, taskBTimes, taskADate, taskBDate, t1 = type$.legacy_TaskEntity; t1._as(taskA); - taskATimes = taskA.getTaskTimes$0(); t1._as(taskB); + taskAProjectId = taskA.projectId; + taskBProjectId = taskB.projectId; + if (taskAProjectId !== taskBProjectId) + return B.JSString_methods.compareTo$1(taskAProjectId, taskBProjectId); + taskATimes = taskA.getTaskTimes$0(); taskBTimes = taskB.getTaskTimes$0(); if (taskATimes.length === 0) { t1 = taskA.createdAt; @@ -343016,7 +345078,7 @@ taskBDate = B.JSArray_methods.get$first(taskBTimes).startDate; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 515 + $signature: 663 }; A.handleTaskAction_closure3.prototype = { call$1(entity) { @@ -343031,13 +345093,22 @@ t1 = false; return t1; }, - $signature: 179 + $signature: 190 }; A.handleTaskAction_closure4.prototype = { call$1(task) { - return A.convertTaskToInvoiceItem(this.context, task); + var t2, t3, + t1 = this._box_0; + if (t1.hasMultipleProjects) { + t2 = type$.legacy_TaskEntity._as(task).projectId; + t3 = t1.lastTask; + t2 = t2 !== (t3 == null ? null : t3.projectId); + } else + t2 = false; + this.items.push(A.convertTaskToInvoiceItem(this.context, t2, task)); + t1.lastTask = task; }, - $signature: 617 + $signature: 254 }; A.handleTaskAction_closure5.prototype = { call$1(b) { @@ -343047,7 +345118,7 @@ b.get$_invoice_model$_$this()._projectId = t1; return b; }, - $signature: 12 + $signature: 11 }; A.StartTaskMultiselect.prototype = {}; A.AddToTaskMultiselect.prototype = {}; @@ -343098,7 +345169,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewTaskList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -343121,7 +345192,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -343144,14 +345215,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 212 + $signature: 227 }; A._archiveTask__closure0.prototype = { call$1(tasks) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 330 + $signature: 436 }; A._archiveTask__closure1.prototype = { call$1(error) { @@ -343182,14 +345253,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 212 + $signature: 227 }; A._deleteTask__closure0.prototype = { call$1(tasks) { this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 330 + $signature: 436 }; A._deleteTask__closure1.prototype = { call$1(error) { @@ -343220,14 +345291,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 212 + $signature: 227 }; A._restoreTask__closure0.prototype = { call$1(tasks) { this.store.get$_dispatchers()[0].call$1(new A.RestoreTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 330 + $signature: 436 }; A._restoreTask__closure1.prototype = { call$1(error) { @@ -343257,7 +345328,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveTaskSuccess(task)); t1.completer.complete$1(0, task); }, - $signature: 140 + $signature: 148 }; A._saveTask__closure0.prototype = { call$1(error) { @@ -343288,7 +345359,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 140 + $signature: 148 }; A._loadTask__closure0.prototype = { call$1(error) { @@ -343321,7 +345392,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadVendors()); }, - $signature: 1619 + $signature: 1627 }; A._loadTasks__closure0.prototype = { call$1(error) { @@ -343359,7 +345430,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveTaskSuccess(task)); this.action.completer.complete$1(0, null); }, - $signature: 140 + $signature: 148 }; A._saveDocument__closure14.prototype = { call$1(error) { @@ -343401,14 +345472,12 @@ t2 = this.state, t3 = this.action, t4 = $.$get$taskListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer2().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._task_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer2().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._task_model$_$v = t1; t1 = $.$get$editingTimeReducer().call$2(t2.editingTimeIndex, t3); b.get$_task_state$_$this()._editingTimeIndex = t1; t1 = $.$get$selectedIdReducer2().call$2(t2.selectedId, t3); @@ -343419,194 +345488,194 @@ b.get$_task_state$_$this()._task_state$_tabIndex = t3; return b; }, - $signature: 1620 + $signature: 1628 }; A.forceSelectedReducer_closure23.prototype = { call$2(completer, action) { return true; }, - $signature: 1621 + $signature: 1629 }; A.forceSelectedReducer_closure24.prototype = { call$2(completer, action) { return false; }, - $signature: 1622 + $signature: 1630 }; A.forceSelectedReducer_closure25.prototype = { call$2(completer, action) { return false; }, - $signature: 1623 + $signature: 1631 }; A.forceSelectedReducer_closure26.prototype = { call$2(completer, action) { return false; }, - $signature: 1624 + $signature: 1632 }; A.forceSelectedReducer_closure27.prototype = { call$2(completer, action) { return false; }, - $signature: 1625 + $signature: 1633 }; A.forceSelectedReducer_closure28.prototype = { call$2(completer, action) { return false; }, - $signature: 1626 + $signature: 1634 }; A.forceSelectedReducer_closure29.prototype = { call$2(completer, action) { return false; }, - $signature: 1627 + $signature: 1635 }; A.forceSelectedReducer_closure30.prototype = { call$2(completer, action) { return false; }, - $signature: 1628 + $signature: 1636 }; A.tabIndexReducer_closure5.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1629 + $signature: 1637 }; A.tabIndexReducer_closure6.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.editingTimeReducer_closure.prototype = { call$2(index, action) { return action.taskTimeIndex; }, - $signature: 1630 + $signature: 1638 }; A.editingTimeReducer_closure0.prototype = { call$2(index, action) { action.toString; return null; }, - $signature: 1631 + $signature: 1639 }; A.selectedIdReducer_closure49.prototype = { call$2(completer, action) { return ""; }, - $signature: 1632 + $signature: 1640 }; A.selectedIdReducer_closure50.prototype = { call$2(completer, action) { return ""; }, - $signature: 1633 + $signature: 1641 }; A.selectedIdReducer_closure51.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_task ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure52.prototype = { call$2(selectedId, action) { return action.taskId; }, - $signature: 1634 + $signature: 1642 }; A.selectedIdReducer_closure53.prototype = { call$2(selectedId, action) { return selectedId.length !== 0 || action.autoSelect ? action.task.id : ""; }, - $signature: 1635 + $signature: 1643 }; A.selectedIdReducer_closure54.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure55.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure56.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1636 + $signature: 1644 }; A.selectedIdReducer_closure57.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1637 + $signature: 1645 }; A.selectedIdReducer_closure58.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1638 + $signature: 1646 }; A.selectedIdReducer_closure59.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1639 + $signature: 1647 }; A.selectedIdReducer_closure60.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1640 + $signature: 1648 }; A.selectedIdReducer_closure61.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1641 + $signature: 1649 }; A.selectedIdReducer_closure62.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1642 + $signature: 1650 }; A.selectedIdReducer_closure63.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1643 + $signature: 1651 }; A.editingReducer_closure18.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1644 + $signature: 1652 }; A.editingReducer_closure19.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1645 + $signature: 1653 }; A.editingReducer_closure20.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 1646 + $signature: 1654 }; A.editingReducer_closure21.prototype = { call$2(task, action) { return action.task.rebuild$1(new A.editingReducer__closure8()); }, - $signature: 1647 + $signature: 1655 }; A.editingReducer__closure8.prototype = { call$1(b) { @@ -343724,7 +345793,7 @@ call$1(b) { return b.get$_task_model$_$this()._showAsRunning = this.action.showAsRunning; }, - $signature: 1648 + $signature: 1656 }; A._startListMultiselect_closure2.prototype = { call$1(b) { @@ -343791,7 +345860,7 @@ } } }, - $signature: 320 + $signature: 288 }; A._sortTasksSuccess__closure.prototype = { call$1(b) { @@ -343823,7 +345892,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 320 + $signature: 288 }; A._deleteTaskSuccess_closure.prototype = { call$1(b) { @@ -343845,7 +345914,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 320 + $signature: 288 }; A._restoreTaskSuccess_closure.prototype = { call$1(b) { @@ -343867,7 +345936,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 320 + $signature: 288 }; A._addTask_closure.prototype = { call$1(b) { @@ -343880,7 +345949,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 316 + $signature: 287 }; A._updateTask_closure.prototype = { call$1(b) { @@ -343889,7 +345958,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 316 + $signature: 287 }; A._setLoadedTask_closure.prototype = { call$1(b) { @@ -343898,13 +345967,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 316 + $signature: 287 }; A.convertTaskToInvoiceItem_closure.prototype = { call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 198 + $signature: 192 }; A.convertTaskToInvoiceItem_closure0.prototype = { call$1(time) { @@ -343938,7 +346007,7 @@ var t1, t2, t3, _this = this; b.get$_invoice_model$_$this()._invoice_model$_typeId = "2"; t1 = _this.task; - b.get$_invoice_model$_$this()._invoice_model$_taskId = t1.id; + b.get$_invoice_model$_$this()._taskId = t1.id; t2 = _this._box_0.notes; b.get$_invoice_model$_$this()._invoice_model$_notes = t2; t2 = _this.state; @@ -343959,7 +346028,7 @@ call$5(taskMap, clientId, userMap, clientMap, projectMap) { return A.taskList(taskMap, clientId, userMap, clientMap, projectMap); }, - $signature: 1651 + $signature: 1659 }; A.taskList_closure.prototype = { call$1(taskId) { @@ -343997,7 +346066,7 @@ call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.kanbanTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 487 + $signature: 613 }; A.kanbanTasksSelector_closure.prototype = { call$1(taskId) { @@ -344033,7 +346102,7 @@ call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.filteredTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 487 + $signature: 613 }; A.filteredTasksSelector_closure.prototype = { call$1(taskId) { @@ -344123,7 +346192,7 @@ call$2(clientId, taskMap) { return A.taskStatsForClient(clientId, taskMap); }, - $signature: 253 + $signature: 286 }; A.taskStatsForClient_closure.prototype = { call$2(taskId, task) { @@ -344133,13 +346202,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 124 + $signature: 128 }; A.memoizedTaskStatsForProject_closure.prototype = { call$2(projectId, taskMap) { return A.taskStatsForProject(projectId, taskMap); }, - $signature: 253 + $signature: 286 }; A.taskStatsForProject_closure.prototype = { call$2(taskId, task) { @@ -344149,13 +346218,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 124 + $signature: 128 }; A.memoizedTaskStatsForUser_closure.prototype = { call$2(userId, taskMap) { return A.taskStatsForProject(userId, taskMap); }, - $signature: 253 + $signature: 286 }; A.TaskState.prototype = { $get$1(_, taskId) { @@ -344183,7 +346252,7 @@ call$1(item) { return item; }, - $signature: 1654 + $signature: 1662 }; A.TaskState_loadTasks_closure.prototype = { call$1(b) { @@ -344198,7 +346267,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 316 + $signature: 287 }; A.TaskUIState.prototype = { get$isCreatingNew() { @@ -344359,6 +346428,7 @@ A._$TaskState.prototype = { rebuild$1(updates) { var t1 = new A.TaskStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._task_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -344437,8 +346507,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._task_state$_$v = t1; return _$result; }, @@ -344537,6 +346606,7 @@ else { t2 = new A.TaskEntityBuilder(); t2.get$_task_model$_$this()._showAsRunning = false; + A.ArgumentError_checkNotNull(t1, "other"); t2._task_model$_$v = t1; t1 = t2; } @@ -344545,6 +346615,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._task_state$_listUIState = t2; _this._task_state$_selectedId = $$v.selectedId; @@ -344593,8 +346664,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._task_state$_$v = t1; return _$result; } @@ -344702,7 +346772,7 @@ call$1(taskStatus) { return taskStatus.get$id(taskStatus); }, - $signature: 42 + $signature: 44 }; A.handleTaskStatusAction_closure0.prototype = { call$1(b) { @@ -344750,7 +346820,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewTaskStatusList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -344770,7 +346840,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -344793,14 +346863,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 333 + $signature: 435 }; A._archiveTaskStatus__closure0.prototype = { call$1(taskStatuses) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 334 + $signature: 434 }; A._archiveTaskStatus__closure1.prototype = { call$1(error) { @@ -344831,14 +346901,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 333 + $signature: 435 }; A._deleteTaskStatus__closure0.prototype = { call$1(taskStatuses) { this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 334 + $signature: 434 }; A._deleteTaskStatus__closure1.prototype = { call$1(error) { @@ -344869,14 +346939,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 333 + $signature: 435 }; A._restoreTaskStatus__closure0.prototype = { call$1(taskStatuses) { this.store.get$_dispatchers()[0].call$1(new A.RestoreTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 334 + $signature: 434 }; A._restoreTaskStatus__closure1.prototype = { call$1(error) { @@ -344906,7 +346976,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveTaskStatusSuccess(taskStatus)); t1.completer.complete$1(0, taskStatus); }, - $signature: 225 + $signature: 226 }; A._saveTaskStatus__closure0.prototype = { call$1(error) { @@ -344934,7 +347004,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 225 + $signature: 226 }; A._loadTaskStatus__closure0.prototype = { call$1(error) { @@ -344965,7 +347035,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1658 + $signature: 1666 }; A._loadTaskStatuses__closure0.prototype = { call$1(error) { @@ -344984,153 +347054,151 @@ t2 = this.state, t3 = this.action, t4 = $.$get$taskStatusListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer17().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._task_status_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer17().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._task_status_model$_$v = t1; t1 = $.$get$selectedIdReducer17().call$2(t2.selectedId, t3); b.get$_task_status_state$_$this()._task_status_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer17().call$2(t2.forceSelected, t3); b.get$_task_status_state$_$this()._task_status_state$_forceSelected = t3; return b; }, - $signature: 1659 + $signature: 1667 }; A.forceSelectedReducer_closure135.prototype = { call$2(completer, action) { return true; }, - $signature: 1660 + $signature: 1668 }; A.forceSelectedReducer_closure136.prototype = { call$2(completer, action) { return false; }, - $signature: 1661 + $signature: 1669 }; A.forceSelectedReducer_closure137.prototype = { call$2(completer, action) { return false; }, - $signature: 1662 + $signature: 1670 }; A.forceSelectedReducer_closure138.prototype = { call$2(completer, action) { return false; }, - $signature: 1663 + $signature: 1671 }; A.forceSelectedReducer_closure139.prototype = { call$2(completer, action) { return false; }, - $signature: 1664 + $signature: 1672 }; A.forceSelectedReducer_closure140.prototype = { call$2(completer, action) { return false; }, - $signature: 1665 + $signature: 1673 }; A.forceSelectedReducer_closure141.prototype = { call$2(completer, action) { return false; }, - $signature: 1666 + $signature: 1674 }; A.forceSelectedReducer_closure142.prototype = { call$2(completer, action) { return false; }, - $signature: 1667 + $signature: 1675 }; A.selectedIdReducer_closure271.prototype = { call$2(completer, action) { return ""; }, - $signature: 1668 + $signature: 1676 }; A.selectedIdReducer_closure272.prototype = { call$2(completer, action) { return ""; }, - $signature: 1669 + $signature: 1677 }; A.selectedIdReducer_closure273.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taskStatus ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure274.prototype = { call$2(selectedId, action) { return action.get$taskStatusId(); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure275.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$taskStatus()); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure276.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure277.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure278.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1670 + $signature: 1678 }; A.selectedIdReducer_closure279.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1671 + $signature: 1679 }; A.selectedIdReducer_closure280.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1672 + $signature: 1680 }; A.selectedIdReducer_closure281.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1673 + $signature: 1681 }; A.selectedIdReducer_closure282.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1674 + $signature: 1682 }; A.selectedIdReducer_closure283.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1675 + $signature: 1683 }; A.selectedIdReducer_closure284.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1676 + $signature: 1684 }; A.selectedIdReducer_closure285.prototype = { call$2(selectedId, action) { @@ -345143,38 +347211,38 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure89.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 1677 + $signature: 1685 }; A.editingReducer_closure90.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 1678 + $signature: 1686 }; A.editingReducer_closure91.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 1679 + $signature: 1687 }; A.editingReducer_closure92.prototype = { call$2(taskStatus, action) { return action.taskStatus.rebuild$1(new A.editingReducer__closure35()); }, - $signature: 1680 + $signature: 1688 }; A.editingReducer__closure35.prototype = { call$1(b) { b.get$_task_status_model$_$this()._task_status_model$_isChanged = true; return b; }, - $signature: 141 + $signature: 150 }; A._viewTaskStatusList_closure.prototype = { call$1(b) { @@ -345327,7 +347395,7 @@ t6.get$_safeMap().$indexSet(0, statusId, t7); } }, - $signature: 315 + $signature: 278 }; A._sortTaskStatusSuccess__closure.prototype = { call$1(b) { @@ -345336,7 +347404,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 141 + $signature: 150 }; A._archiveTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -345358,7 +347426,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 315 + $signature: 278 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -345380,7 +347448,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 315 + $signature: 278 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -345402,7 +347470,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 315 + $signature: 278 }; A._addTaskStatus_closure.prototype = { call$1(b) { @@ -345415,7 +347483,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 314 + $signature: 277 }; A._updateTaskStatus_closure.prototype = { call$1(b) { @@ -345424,7 +347492,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 314 + $signature: 277 }; A._setLoadedTaskStatus_closure.prototype = { call$1(b) { @@ -345433,13 +347501,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 314 + $signature: 277 }; A.memoizedDropdownTaskStatusList_closure.prototype = { call$4(taskStatusMap, taskStatusList, staticState, userMap) { return A.dropdownTaskStatusesSelector(taskStatusMap, taskStatusList, staticState, userMap); }, - $signature: 1684 + $signature: 1692 }; A.dropdownTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -345459,7 +347527,7 @@ call$4(selectionState, taskStatusMap, taskStatusList, taskStatusListState) { return A.filteredTaskStatusesSelector(selectionState, taskStatusMap, taskStatusList, taskStatusListState); }, - $signature: 1685 + $signature: 1693 }; A.filteredTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -345491,7 +347559,7 @@ call$2(taskStatusId, taskMap) { return A.calculateTaskStatusAmount(taskMap, taskStatusId); }, - $signature: 1686 + $signature: 1694 }; A.calculateTaskStatusAmount_closure.prototype = { call$2(taskId, task) { @@ -345501,13 +347569,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 124 + $signature: 128 }; A.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2(companyGatewayId, taskMap) { return A.taskStatsForTaskStatus(companyGatewayId, taskMap); }, - $signature: 253 + $signature: 286 }; A.taskStatsForTaskStatus_closure.prototype = { call$2(taskId, task) { @@ -345517,7 +347585,7 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 124 + $signature: 128 }; A.defaultTaskStatusId_closure.prototype = { call$1(statusId) { @@ -345565,7 +347633,7 @@ call$1(item) { return item; }, - $signature: 1687 + $signature: 1695 }; A.TaskStatusState_loadTaskStatuses_closure.prototype = { call$1(b) { @@ -345580,7 +347648,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 314 + $signature: 277 }; A.TaskStatusUIState.prototype = { get$isCreatingNew() { @@ -345741,6 +347809,7 @@ A._$TaskStatusState.prototype = { rebuild$1(updates) { var t1 = new A.TaskStatusStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._task_status_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -345819,8 +347888,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._task_status_state$_$v = t1; return _$result; }, @@ -345915,6 +347983,7 @@ else { t2 = new A.TaskStatusEntityBuilder(); t2.get$_task_status_model$_$this()._task_status_model$_color = ""; + A.ArgumentError_checkNotNull(t1, "other"); t2._task_status_model$_$v = t1; t1 = t2; } @@ -345922,6 +347991,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._task_status_state$_listUIState = t2; _this._task_status_state$_selectedId = $$v.selectedId; @@ -345969,8 +348039,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._task_status_state$_$v = t1; return _$result; } @@ -346050,7 +348119,7 @@ call$1(taxRate) { return taxRate.get$id(taxRate); }, - $signature: 42 + $signature: 44 }; A.StartTaxRateMultiselect.prototype = {}; A.AddToTaxRateMultiselect.prototype = {}; @@ -346094,7 +348163,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewTaxRateList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -346118,7 +348187,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -346141,14 +348210,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 226 + $signature: 225 }; A._archiveTaxRate__closure0.prototype = { call$1(taxRates) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 340 + $signature: 428 }; A._archiveTaxRate__closure1.prototype = { call$1(error) { @@ -346179,14 +348248,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 226 + $signature: 225 }; A._deleteTaxRate__closure0.prototype = { call$1(taxRates) { this.store.get$_dispatchers()[0].call$1(new A.DeleteTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 340 + $signature: 428 }; A._deleteTaxRate__closure1.prototype = { call$1(error) { @@ -346217,14 +348286,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 226 + $signature: 225 }; A._restoreTaxRate__closure0.prototype = { call$1(taxRates) { this.store.get$_dispatchers()[0].call$1(new A.RestoreTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 340 + $signature: 428 }; A._restoreTaxRate__closure1.prototype = { call$1(error) { @@ -346254,7 +348323,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveTaxRateSuccess(taxRate)); t1.completer.complete$1(0, taxRate); }, - $signature: 112 + $signature: 121 }; A._saveTaxRate__closure0.prototype = { call$1(error) { @@ -346282,7 +348351,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 112 + $signature: 121 }; A._loadTaxRate__closure0.prototype = { call$1(error) { @@ -346313,7 +348382,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1691 + $signature: 1699 }; A._loadTaxRates__closure0.prototype = { call$1(error) { @@ -346332,136 +348401,134 @@ t2 = this.state, t3 = this.action, t4 = $.$get$taxRateListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer8().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._tax_rate_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer8().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._tax_rate_model$_$v = t1; t1 = $.$get$selectedIdReducer8().call$2(t2.selectedId, t3); b.get$_tax_rate_state$_$this()._tax_rate_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer8().call$2(t2.forceSelected, t3); b.get$_tax_rate_state$_$this()._tax_rate_state$_forceSelected = t3; return b; }, - $signature: 1692 + $signature: 1700 }; A.forceSelectedReducer_closure67.prototype = { call$2(completer, action) { return true; }, - $signature: 1693 + $signature: 1701 }; A.forceSelectedReducer_closure68.prototype = { call$2(completer, action) { return false; }, - $signature: 1694 + $signature: 1702 }; A.forceSelectedReducer_closure69.prototype = { call$2(completer, action) { return false; }, - $signature: 1695 + $signature: 1703 }; A.forceSelectedReducer_closure70.prototype = { call$2(completer, action) { return false; }, - $signature: 1696 + $signature: 1704 }; A.selectedIdReducer_closure134.prototype = { call$2(completer, action) { return ""; }, - $signature: 1697 + $signature: 1705 }; A.selectedIdReducer_closure135.prototype = { call$2(completer, action) { return ""; }, - $signature: 1698 + $signature: 1706 }; A.selectedIdReducer_closure136.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taxRate ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure137.prototype = { call$2(selectedId, action) { return action.taxRateId; }, - $signature: 1699 + $signature: 1707 }; A.selectedIdReducer_closure138.prototype = { call$2(selectedId, action) { return action.taxRate.id; }, - $signature: 1700 + $signature: 1708 }; A.selectedIdReducer_closure139.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure140.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure141.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1701 + $signature: 1709 }; A.selectedIdReducer_closure142.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1702 + $signature: 1710 }; A.selectedIdReducer_closure143.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1703 + $signature: 1711 }; A.editingReducer_closure39.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 1704 + $signature: 1712 }; A.editingReducer_closure40.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 1705 + $signature: 1713 }; A.editingReducer_closure41.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 1706 + $signature: 1714 }; A.editingReducer_closure42.prototype = { call$2(taxRate, action) { return action.taxRate.rebuild$1(new A.editingReducer__closure14()); }, - $signature: 1707 + $signature: 1715 }; A.editingReducer__closure14.prototype = { call$1(b) { b.get$_tax_rate_model$_$this()._tax_rate_model$_isChanged = true; return b; }, - $signature: 498 + $signature: 500 }; A._viewTaxRateList_closure.prototype = { call$1(b) { @@ -346570,7 +348637,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 341 + $signature: 427 }; A._deleteTaxRateSuccess_closure.prototype = { call$1(b) { @@ -346592,7 +348659,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 341 + $signature: 427 }; A._restoreTaxRateSuccess_closure.prototype = { call$1(b) { @@ -346614,7 +348681,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 341 + $signature: 427 }; A._addTaxRate_closure.prototype = { call$1(b) { @@ -346627,7 +348694,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 158 + $signature: 164 }; A._updateTaxRate_closure.prototype = { call$1(b) { @@ -346636,7 +348703,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 158 + $signature: 164 }; A._setLoadedTaxRate_closure.prototype = { call$1(b) { @@ -346645,14 +348712,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 158 + $signature: 164 }; 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: 158 + $signature: 164 }; A._setLoadedTaxRates__closure.prototype = { call$1(item) { @@ -346664,7 +348731,7 @@ call$1(item) { return item; }, - $signature: 501 + $signature: 503 }; A._setLoadedTaxRates_closure0.prototype = { call$1(b) { @@ -346673,14 +348740,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 158 + $signature: 164 }; 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: 158 + $signature: 164 }; A._setLoadedCompany__closure3.prototype = { call$1(item) { @@ -346692,7 +348759,7 @@ call$1(item) { return item; }, - $signature: 501 + $signature: 503 }; A._setLoadedCompany_closure4.prototype = { call$1(b) { @@ -346701,13 +348768,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 158 + $signature: 164 }; A.memoizedFilteredTaxRateList_closure.prototype = { call$4(selectionState, taxRateMap, taxRateList, taxRateListState) { return A.filteredTaxRatesSelector(selectionState, taxRateMap, taxRateList, taxRateListState); }, - $signature: 1712 + $signature: 1720 }; A.filteredTaxRatesSelector_closure.prototype = { call$1(taxRateId) { @@ -346913,6 +348980,7 @@ A._$TaxRateState.prototype = { rebuild$1(updates) { var t1 = new A.TaxRateStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._tax_rate_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -346991,8 +349059,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._tax_rate_state$_$v = t1; return _$result; }, @@ -347079,6 +349146,7 @@ t1 = null; else { t2 = new A.TaxRateEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._tax_rate_model$_$v = t1; t1 = t2; } @@ -347086,6 +349154,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._tax_rate_state$_listUIState = t2; _this._tax_rate_state$_selectedId = $$v.selectedId; @@ -347133,8 +349202,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._tax_rate_state$_$v = t1; return _$result; } @@ -347238,7 +349306,7 @@ call$1(token) { return token.get$id(token); }, - $signature: 42 + $signature: 44 }; A.StartTokenMultiselect.prototype = {}; A.AddToTokenMultiselect.prototype = {}; @@ -347282,7 +349350,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewTokenList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -347306,7 +349374,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -347329,14 +349397,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 342 + $signature: 426 }; A._archiveToken__closure0.prototype = { call$1(tokens) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 417 }; A._archiveToken__closure1.prototype = { call$1(error) { @@ -347367,14 +349435,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 342 + $signature: 426 }; A._deleteToken__closure0.prototype = { call$1(tokens) { this.store.get$_dispatchers()[0].call$1(new A.DeleteTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 417 }; A._deleteToken__closure1.prototype = { call$1(error) { @@ -347405,14 +349473,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 342 + $signature: 426 }; A._restoreToken__closure0.prototype = { call$1(tokens) { this.store.get$_dispatchers()[0].call$1(new A.RestoreTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 343 + $signature: 417 }; A._restoreToken__closure1.prototype = { call$1(error) { @@ -347442,7 +349510,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveTokenSuccess(token)); t1.completer.complete$1(0, token); }, - $signature: 311 + $signature: 262 }; A._saveToken__closure0.prototype = { call$1(error) { @@ -347474,7 +349542,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 311 + $signature: 262 }; A._loadToken__closure0.prototype = { call$1(error) { @@ -347505,7 +349573,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1716 + $signature: 1724 }; A._loadTokens__closure0.prototype = { call$1(error) { @@ -347524,153 +349592,151 @@ t2 = this.state, t3 = this.action, t4 = $.$get$tokenListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer13().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._token_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer13().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._token_model$_$v = t1; t1 = $.$get$selectedIdReducer13().call$2(t2.selectedId, t3); b.get$_token_state$_$this()._token_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer13().call$2(t2.forceSelected, t3); b.get$_token_state$_$this()._token_state$_forceSelected = t3; return b; }, - $signature: 1717 + $signature: 1725 }; A.forceSelectedReducer_closure103.prototype = { call$2(completer, action) { return true; }, - $signature: 1718 + $signature: 1726 }; A.forceSelectedReducer_closure104.prototype = { call$2(completer, action) { return false; }, - $signature: 1719 + $signature: 1727 }; A.forceSelectedReducer_closure105.prototype = { call$2(completer, action) { return false; }, - $signature: 1720 + $signature: 1728 }; A.forceSelectedReducer_closure106.prototype = { call$2(completer, action) { return false; }, - $signature: 1721 + $signature: 1729 }; A.forceSelectedReducer_closure107.prototype = { call$2(completer, action) { return false; }, - $signature: 1722 + $signature: 1730 }; A.forceSelectedReducer_closure108.prototype = { call$2(completer, action) { return false; }, - $signature: 1723 + $signature: 1731 }; A.forceSelectedReducer_closure109.prototype = { call$2(completer, action) { return false; }, - $signature: 1724 + $signature: 1732 }; A.forceSelectedReducer_closure110.prototype = { call$2(completer, action) { return false; }, - $signature: 1725 + $signature: 1733 }; A.selectedIdReducer_closure207.prototype = { call$2(completer, action) { return ""; }, - $signature: 1726 + $signature: 1734 }; A.selectedIdReducer_closure208.prototype = { call$2(completer, action) { return ""; }, - $signature: 1727 + $signature: 1735 }; A.selectedIdReducer_closure209.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_token ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure210.prototype = { call$2(selectedId, action) { return action.get$tokenId(); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure211.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$token()); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure212.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure213.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure214.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1728 + $signature: 1736 }; A.selectedIdReducer_closure215.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1729 + $signature: 1737 }; A.selectedIdReducer_closure216.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1730 + $signature: 1738 }; A.selectedIdReducer_closure217.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1731 + $signature: 1739 }; A.selectedIdReducer_closure218.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1732 + $signature: 1740 }; A.selectedIdReducer_closure219.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1733 + $signature: 1741 }; A.selectedIdReducer_closure220.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1734 + $signature: 1742 }; A.selectedIdReducer_closure221.prototype = { call$2(selectedId, action) { @@ -347683,38 +349749,38 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure66.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 1735 + $signature: 1743 }; A.editingReducer_closure67.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 1736 + $signature: 1744 }; A.editingReducer_closure68.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 1737 + $signature: 1745 }; A.editingReducer_closure69.prototype = { call$2(token, action) { return action.token.rebuild$1(new A.editingReducer__closure25()); }, - $signature: 1738 + $signature: 1746 }; A.editingReducer__closure25.prototype = { call$1(b) { b.get$_token_model$_$this()._token_model$_isChanged = true; return b; }, - $signature: 505 + $signature: 507 }; A._viewTokenList_closure.prototype = { call$1(b) { @@ -347861,7 +349927,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 345 + $signature: 414 }; A._deleteTokenSuccess_closure.prototype = { call$1(b) { @@ -347883,7 +349949,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 345 + $signature: 414 }; A._restoreTokenSuccess_closure.prototype = { call$1(b) { @@ -347905,7 +349971,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 345 + $signature: 414 }; A._addToken_closure.prototype = { call$1(b) { @@ -347918,7 +349984,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 310 + $signature: 260 }; A._updateToken_closure.prototype = { call$1(b) { @@ -347927,7 +349993,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 310 + $signature: 260 }; A._setLoadedToken_closure.prototype = { call$1(b) { @@ -347936,13 +350002,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 310 + $signature: 260 }; A.memoizedFilteredTokenList_closure.prototype = { call$4(selectionState, tokenMap, tokenList, tokenListState) { return A.filteredTokensSelector(selectionState, tokenMap, tokenList, tokenListState); }, - $signature: 1742 + $signature: 1750 }; A.filteredTokensSelector_closure.prototype = { call$1(tokenId) { @@ -348007,7 +350073,7 @@ call$1(item) { return item; }, - $signature: 1743 + $signature: 1751 }; A.TokenState_loadTokens_closure.prototype = { call$1(b) { @@ -348022,7 +350088,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 310 + $signature: 260 }; A.TokenUIState.prototype = { get$isCreatingNew() { @@ -348177,6 +350243,7 @@ A._$TokenState.prototype = { rebuild$1(updates) { var t1 = new A.TokenStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._token_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -348255,8 +350322,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._token_state$_$v = t1; return _$result; }, @@ -348343,6 +350409,7 @@ t1 = null; else { t2 = new A.TokenEntityBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._token_model$_$v = t1; t1 = t2; } @@ -348350,6 +350417,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._token_state$_listUIState = t2; _this._token_state$_selectedId = $$v.selectedId; @@ -348397,8 +350465,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._token_state$_$v = t1; return _$result; } @@ -348624,6 +350691,7 @@ A._$ListUIState.prototype = { rebuild$1(updates) { var t1 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._list_ui_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -348781,8 +350849,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._list_ui_state$_$v = t1; return _$result; } @@ -348838,7 +350905,7 @@ b.get$_pref_state$_$this()._showPdfPreview = t3; return b; }, - $signature: 672 + $signature: 677 }; A._resortFields_closure.prototype = { call$1(b) { @@ -348849,146 +350916,146 @@ b.get$_pref_state$_$this()._field = t2; return b; }, - $signature: 1744 + $signature: 1752 }; A._resortFields_closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, this.directon); return b; }, - $signature: 1745 + $signature: 1753 }; A.sortFieldsReducer_closure.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_client, action.field); }, - $signature: 1746 + $signature: 1754 }; A.sortFieldsReducer_closure0.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_product, action.field); }, - $signature: 1747 + $signature: 1755 }; A.sortFieldsReducer_closure1.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_invoice, action.field); }, - $signature: 1748 + $signature: 1756 }; A.sortFieldsReducer_closure2.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 1749 + $signature: 1757 }; A.sortFieldsReducer_closure3.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_recurringInvoice, action.field); }, - $signature: 1750 + $signature: 1758 }; A.sortFieldsReducer_closure4.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_quote, action.field); }, - $signature: 1751 + $signature: 1759 }; A.sortFieldsReducer_closure5.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_credit, action.field); }, - $signature: 1752 + $signature: 1760 }; A.sortFieldsReducer_closure6.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_project, action.field); }, - $signature: 1753 + $signature: 1761 }; A.sortFieldsReducer_closure7.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_task, action.field); }, - $signature: 1754 + $signature: 1762 }; A.sortFieldsReducer_closure8.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_vendor, action.field); }, - $signature: 1755 + $signature: 1763 }; A.sortFieldsReducer_closure9.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expense, action.field); }, - $signature: 1756 + $signature: 1764 }; A.sortFieldsReducer_closure10.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 1757 + $signature: 1765 }; A.sortFieldsReducer_closure11.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taxRate, action.field); }, - $signature: 1758 + $signature: 1766 }; A.sortFieldsReducer_closure12.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_companyGateway, action.get$field()); }, - $signature: 1759 + $signature: 1767 }; A.sortFieldsReducer_closure13.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_user, action.field); }, - $signature: 1760 + $signature: 1768 }; A.sortFieldsReducer_closure14.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_group, action.field); }, - $signature: 1761 + $signature: 1769 }; A.sortFieldsReducer_closure15.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_design, action.field); }, - $signature: 1762 + $signature: 1770 }; A.sortFieldsReducer_closure16.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_token, action.field); }, - $signature: 1763 + $signature: 1771 }; A.sortFieldsReducer_closure17.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_webhook, action.field); }, - $signature: 1764 + $signature: 1772 }; A.sortFieldsReducer_closure18.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expenseCategory, action.field); }, - $signature: 1765 + $signature: 1773 }; A.sortFieldsReducer_closure19.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taskStatus, action.field); }, - $signature: 1766 + $signature: 1774 }; A.sortFieldsReducer_closure20.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_subscription, action.field); }, - $signature: 1767 + $signature: 1775 }; A.sidebarEditorReducer_closure.prototype = { call$2(value, action) { @@ -348998,7 +351065,7 @@ else return value.rebuild$1(new A.sidebarEditorReducer__closure0(entityType)); }, - $signature: 1768 + $signature: 1776 }; A.sidebarEditorReducer__closure.prototype = { call$1(b) { @@ -349006,20 +351073,20 @@ b.$indexSet(0, t1, !this.value._map$_map.$index(0, t1)); return b; }, - $signature: 508 + $signature: 510 }; A.sidebarEditorReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 508 + $signature: 510 }; A.menuVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_menu ? !value : value; }, - $signature: 86 + $signature: 91 }; A.menuVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -349033,20 +351100,20 @@ return value; } }, - $signature: 86 + $signature: 91 }; A.textScaleFactorReducer_closure.prototype = { call$2(value, action) { var t1 = action.textScaleFactor; return t1 == null ? value : t1; }, - $signature: 1771 + $signature: 1779 }; A.historyVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_history ? !value : value; }, - $signature: 86 + $signature: 91 }; A.historyVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -349057,27 +351124,34 @@ t1 = t1 === B.AppSidebarMode_float ? false : value; return t1; }, - $signature: 86 + $signature: 91 }; A.hideDesktopWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 462 + $signature: 698 }; A.layoutReducer_closure.prototype = { call$2(layout, action) { var t1 = action.appLayout; return t1 == null ? layout : t1; }, - $signature: 1772 + $signature: 1780 }; A.moduleLayoutReducer_closure.prototype = { call$2(moduleLayout, action) { var t1 = action.moduleLayout; - return t1 == null ? moduleLayout : t1; + if (t1 != null) + return t1; + else { + t1 = action.appLayout; + if (t1 != null) + return t1 === B.AppLayout_desktop ? B.ModuleLayout_table : B.ModuleLayout_list; + } + return moduleLayout; }, - $signature: 1773 + $signature: 1781 }; A.moduleLayoutReducer_closure0.prototype = { call$2(moduleLayout, action) { @@ -349086,125 +351160,125 @@ else return B.ModuleLayout_list; }, - $signature: 1774 + $signature: 1782 }; A.rowsPerPageReducer_closure.prototype = { call$2(numRows, action) { var t1 = action.rowsPerPage; return t1 == null ? numRows : t1; }, - $signature: 1775 + $signature: 1783 }; A.manuSidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.menuMode; return t1 == null ? mode : t1; }, - $signature: 510 + $signature: 512 }; A.historySidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.historyMode; return t1 == null ? mode : t1; }, - $signature: 510 + $signature: 512 }; A.darkModeReducer_closure.prototype = { call$2(enableDarkMode, action) { var t1 = action.enableDarkMode; return t1 == null ? enableDarkMode : t1; }, - $signature: 86 + $signature: 91 }; A.persistDataReducer_closure.prototype = { call$2(persistData, action) { var t1 = action.persistData; return t1 == null ? persistData : t1; }, - $signature: 86 + $signature: 91 }; A.persistUIReducer_closure.prototype = { call$2(persistUI, action) { var t1 = action.persistUi; return t1 == null ? persistUI : t1; }, - $signature: 86 + $signature: 91 }; A.showKanbanReducer_closure.prototype = { call$2(showKanban, action) { var t1 = action.showKanban; return t1 == null ? showKanban : t1; }, - $signature: 86 + $signature: 91 }; A.isFilterVisibleReducer_closure.prototype = { call$2(value, action) { var t1 = action.isFilterVisible; return t1 == null ? value : t1; }, - $signature: 86 + $signature: 91 }; A.longPressReducer_closure.prototype = { call$2(longPressSelectionIsDefault, action) { var t1 = action.longPressSelectionIsDefault; return t1 == null ? longPressSelectionIsDefault : t1; }, - $signature: 86 + $signature: 91 }; A.tapSelectedToEditReducer_closure.prototype = { call$2(tapSelectedToEdit, action) { var t1 = action.tapSelectedToEdit; return t1 == null ? tapSelectedToEdit : t1; }, - $signature: 86 + $signature: 91 }; A.isPreviewVisibleReducer_closure.prototype = { call$2(value, action) { return !value; }, - $signature: 1777 + $signature: 1785 }; A.isPreviewVisibleReducer_closure0.prototype = { call$2(isPreviewEnabled, action) { var t1 = action.isPreviewVisible; return t1 == null ? isPreviewEnabled : t1; }, - $signature: 86 + $signature: 91 }; A.requireAuthenticationReducer_closure.prototype = { call$2(requireAuthentication, action) { var t1 = action.requireAuthentication; return t1 == null ? requireAuthentication : t1; }, - $signature: 86 + $signature: 91 }; A.colorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.colorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 1778 + $signature: 1786 }; A.showPdfPreviewReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreview; return t1 == null ? value : t1; }, - $signature: 86 + $signature: 91 }; A.customColorsReducer_closure.prototype = { call$2(customColors, action) { var t1 = action.customColors; return t1 == null ? customColors : t1; }, - $signature: 1779 + $signature: 1787 }; 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: 1780 + $signature: 1788 }; A.historyReducer_closure.prototype = { call$2(historyList, action) { @@ -349213,26 +351287,26 @@ else return historyList.rebuild$1(new A.historyReducer__closure()); }, - $signature: 1781 + $signature: 1789 }; A.historyReducer__closure.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$_safeList(), 0); return b; }, - $signature: 347 + $signature: 412 }; A.historyReducer_closure0.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_dashboard, null, Date.now())); }, - $signature: 1783 + $signature: 1791 }; A.historyReducer_closure1.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_reports, null, Date.now())); }, - $signature: 1784 + $signature: 1792 }; A.historyReducer_closure2.prototype = { call$2(historyList, action) { @@ -349241,265 +351315,265 @@ t1 = "company_details"; return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_settings, t1, Date.now())); }, - $signature: 1785 + $signature: 1793 }; A.historyReducer_closure3.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_client, action.clientId, Date.now())); }, - $signature: 1786 + $signature: 1794 }; A.historyReducer_closure4.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_client, action.client.id, Date.now())); }, - $signature: 1787 + $signature: 1795 }; A.historyReducer_closure5.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_product, action.productId, Date.now())); }, - $signature: 1788 + $signature: 1796 }; A.historyReducer_closure6.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_product, action.product.id, Date.now())); }, - $signature: 1789 + $signature: 1797 }; A.historyReducer_closure7.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_invoice, action.invoiceId, Date.now())); }, - $signature: 1790 + $signature: 1798 }; A.historyReducer_closure8.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_invoice, action.invoice.id, Date.now())); }, - $signature: 1791 + $signature: 1799 }; A.historyReducer_closure9.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_payment, action.paymentId, Date.now())); }, - $signature: 1792 + $signature: 1800 }; A.historyReducer_closure10.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_payment, action.payment.id, Date.now())); }, - $signature: 1793 + $signature: 1801 }; A.historyReducer_closure11.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_quote, action.quoteId, Date.now())); }, - $signature: 1794 + $signature: 1802 }; A.historyReducer_closure12.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_quote, action.quote.id, Date.now())); }, - $signature: 1795 + $signature: 1803 }; A.historyReducer_closure13.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_task, action.taskId, Date.now())); }, - $signature: 1796 + $signature: 1804 }; A.historyReducer_closure14.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_task, action.task.id, Date.now())); }, - $signature: 1797 + $signature: 1805 }; A.historyReducer_closure15.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_project, action.projectId, Date.now())); }, - $signature: 1798 + $signature: 1806 }; A.historyReducer_closure16.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_project, action.project.id, Date.now())); }, - $signature: 1799 + $signature: 1807 }; A.historyReducer_closure17.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_vendor, action.vendorId, Date.now())); }, - $signature: 1800 + $signature: 1808 }; A.historyReducer_closure18.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_vendor, action.vendor.id, Date.now())); }, - $signature: 1801 + $signature: 1809 }; A.historyReducer_closure19.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expense, action.expenseId, Date.now())); }, - $signature: 1802 + $signature: 1810 }; A.historyReducer_closure20.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expense, action.expense.id, Date.now())); }, - $signature: 1803 + $signature: 1811 }; A.historyReducer_closure21.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_companyGateway, action.companyGatewayId, Date.now())); }, - $signature: 1804 + $signature: 1812 }; A.historyReducer_closure22.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_companyGateway, action.companyGateway.id, Date.now())); }, - $signature: 1805 + $signature: 1813 }; A.historyReducer_closure23.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_user, action.userId, Date.now())); }, - $signature: 1806 + $signature: 1814 }; A.historyReducer_closure24.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_user, action.user.id, Date.now())); }, - $signature: 1807 + $signature: 1815 }; A.historyReducer_closure25.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_group, action.groupId, Date.now())); }, - $signature: 1808 + $signature: 1816 }; A.historyReducer_closure26.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_group, action.group.id, Date.now())); }, - $signature: 1809 + $signature: 1817 }; A.historyReducer_closure27.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringExpense, action.recurringExpenseId, Date.now())); }, - $signature: 1810 + $signature: 1818 }; A.historyReducer_closure28.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringExpense, action.recurringExpense.id, Date.now())); }, - $signature: 1811 + $signature: 1819 }; A.historyReducer_closure29.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_subscription, action.subscriptionId, Date.now())); }, - $signature: 1812 + $signature: 1820 }; A.historyReducer_closure30.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_subscription, action.subscription.id, Date.now())); }, - $signature: 1813 + $signature: 1821 }; A.historyReducer_closure31.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_taskStatus, action.taskStatusId, Date.now())); }, - $signature: 1814 + $signature: 1822 }; A.historyReducer_closure32.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_taskStatus, action.taskStatus.id, Date.now())); }, - $signature: 1815 + $signature: 1823 }; A.historyReducer_closure33.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expenseCategory, action.expenseCategoryId, Date.now())); }, - $signature: 1816 + $signature: 1824 }; A.historyReducer_closure34.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_expenseCategory, action.expenseCategory.id, Date.now())); }, - $signature: 1817 + $signature: 1825 }; A.historyReducer_closure35.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringInvoice, action.recurringInvoiceId, Date.now())); }, - $signature: 1818 + $signature: 1826 }; A.historyReducer_closure36.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_recurringInvoice, action.recurringInvoice.id, Date.now())); }, - $signature: 1819 + $signature: 1827 }; A.historyReducer_closure37.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_webhook, action.webhookId, Date.now())); }, - $signature: 1820 + $signature: 1828 }; A.historyReducer_closure38.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_webhook, action.webhook.id, Date.now())); }, - $signature: 1821 + $signature: 1829 }; A.historyReducer_closure39.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_token, action.tokenId, Date.now())); }, - $signature: 1822 + $signature: 1830 }; A.historyReducer_closure40.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_token, action.token.id, Date.now())); }, - $signature: 1823 + $signature: 1831 }; A.historyReducer_closure41.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_paymentTerm, action.paymentTermId, Date.now())); }, - $signature: 1824 + $signature: 1832 }; A.historyReducer_closure42.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_paymentTerm, action.paymentTerm.id, Date.now())); }, - $signature: 1825 + $signature: 1833 }; A.historyReducer_closure43.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_design, action.design.id, Date.now())); }, - $signature: 1826 + $signature: 1834 }; A.historyReducer_closure44.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_credit, action.creditId, Date.now())); }, - $signature: 1827 + $signature: 1835 }; A.historyReducer_closure45.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A._$HistoryRecord$_(B.EntityType_credit, action.credit.id, Date.now())); }, - $signature: 1828 + $signature: 1836 }; A.historyReducer_closure46.prototype = { call$2(historyList, action) { @@ -349507,14 +351581,14 @@ t2 = t1.get$id(t1); return A._addToHistory(historyList, A._$HistoryRecord$_(t1.get$entityType(), t2, Date.now())); }, - $signature: 1829 + $signature: 1837 }; A._addToHistory_closure.prototype = { call$1(item) { var t1 = this.record; return t1.entityType == item.entityType && t1.id == item.id; }, - $signature: 464 + $signature: 715 }; A._addToHistory_closure0.prototype = { call$0() { @@ -349529,7 +351603,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), 0, this.record); return b; }, - $signature: 347 + $signature: 412 }; A._addToHistory_closure2.prototype = { call$1(b) { @@ -349541,7 +351615,7 @@ b._listOwner = null; return b; }, - $signature: 347 + $signature: 412 }; A.PrefState.prototype = { get$colorThemeModel() { @@ -349959,6 +352033,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "timestamp")); _$result = A._$HistoryRecord$_(t2, t1, t3); } + A.ArgumentError_checkNotNull(_$result, "other"); return result._pref_state$_$v = _$result; }, deserialize$2(serializers, serialized) { @@ -349977,6 +352052,7 @@ rebuild$1(updates) { var t1 = new A.PrefStateBuilder(); A.PrefState__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._pref_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -350192,8 +352268,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._pref_state$_$v = t1; return _$result; } @@ -350243,6 +352318,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "ascending")); _$result = A._$PrefStateSortField$_(t2, t1); } + A.ArgumentError_checkNotNull(_$result, "other"); return _this._pref_state$_$v = _$result; } }; @@ -350304,8 +352380,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._pref_state$_$v = t1; return _$result; } @@ -350378,184 +352453,157 @@ b.get$filterStack().replace$1(0, $.$get$filterStackReducer().call$2(t1.filterStack, t2)); t4 = b.get$productUIState(); t3 = A.productUIReducer(t1.productUIState, t2); - if (t3 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t3, _s5_); t4._product_state$_$v = t3; t3 = b.get$clientUIState(); t4 = A.clientUIReducer(t1.clientUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._client_state$_$v = t4; - t3 = b.get$invoiceUIState(); - t4 = A.invoiceUIReducer(t1.invoiceUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._invoice_state$_$v = t4; + t4 = b.get$invoiceUIState(); + t3 = A.invoiceUIReducer(t1.invoiceUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._invoice_state$_$v = t3; t3 = b.get$dashboardUIState(); t4 = A.dashboardUIReducer(t1.dashboardUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._dashboard_state$_$v = t4; - t3 = b.get$reportsUIState(); - t4 = A.reportsUIReducer(t1.reportsUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._reports_state$_$v = t4; + t4 = b.get$reportsUIState(); + t3 = A.reportsUIReducer(t1.reportsUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._reports_state$_$v = t3; t3 = b.get$recurringExpenseUIState(); t4 = A.recurringExpenseUIReducer(t1.recurringExpenseUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._recurring_expense_state$_$v = t4; - t3 = b.get$subscriptionUIState(); - t4 = A.subscriptionUIReducer(t1.subscriptionUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._subscription_state$_$v = t4; + t4 = b.get$subscriptionUIState(); + t3 = A.subscriptionUIReducer(t1.subscriptionUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._subscription_state$_$v = t3; t3 = b.get$taskStatusUIState(); t4 = A.taskStatusUIReducer(t1.taskStatusUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._task_status_state$_$v = t4; - t3 = b.get$expenseCategoryUIState(); - t4 = A.expenseCategoryUIReducer(t1.expenseCategoryUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._expense_category_state$_$v = t4; + t4 = b.get$expenseCategoryUIState(); + t3 = A.expenseCategoryUIReducer(t1.expenseCategoryUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._expense_category_state$_$v = t3; t3 = b.get$recurringInvoiceUIState(); t4 = A.recurringInvoiceUIReducer(t1.recurringInvoiceUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._recurring_invoice_state$_$v = t4; - t3 = b.get$webhookUIState(); - t4 = A.webhookUIReducer(t1.webhookUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._webhook_state$_$v = t4; + t4 = b.get$webhookUIState(); + t3 = A.webhookUIReducer(t1.webhookUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._webhook_state$_$v = t3; t3 = b.get$tokenUIState(); t4 = A.tokenUIReducer(t1.tokenUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._token_state$_$v = t4; - t3 = b.get$paymentTermUIState(); - t4 = A.paymentTermUIReducer(t1.paymentTermUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._payment_term_state$_$v = t4; + t4 = b.get$paymentTermUIState(); + t3 = A.paymentTermUIReducer(t1.paymentTermUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._payment_term_state$_$v = t3; t3 = b.get$designUIState(); t4 = A.designUIReducer(t1.designUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._design_state$_$v = t4; - t3 = b.get$creditUIState(); - t4 = A.creditUIReducer(t1.creditUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._credit_state$_$v = t4; + t4 = b.get$creditUIState(); + t3 = A.creditUIReducer(t1.creditUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._credit_state$_$v = t3; t3 = b.get$userUIState(); t4 = A.userUIReducer(t1.userUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._user_state$_$v = t4; - t3 = b.get$taxRateUIState(); - t4 = A.taxRateUIReducer(t1.taxRateUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._tax_rate_state$_$v = t4; + t4 = b.get$taxRateUIState(); + t3 = A.taxRateUIReducer(t1.taxRateUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._tax_rate_state$_$v = t3; t3 = b.get$companyGatewayUIState(); t4 = A.companyGatewayUIReducer(t1.companyGatewayUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._company_gateway_state$_$v = t4; - t3 = b.get$groupUIState(); - t4 = A.groupUIReducer(t1.groupUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._group_state$_$v = t4; + t4 = b.get$groupUIState(); + t3 = A.groupUIReducer(t1.groupUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._group_state$_$v = t3; t3 = b.get$documentUIState(); t4 = A.documentUIReducer(t1.documentUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._document_state$_$v = t4; - t3 = b.get$expenseUIState(); - t4 = A.expenseUIReducer(t1.expenseUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._expense_state$_$v = t4; + t4 = b.get$expenseUIState(); + t3 = A.expenseUIReducer(t1.expenseUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._expense_state$_$v = t3; t3 = b.get$vendorUIState(); t4 = A.vendorUIReducer(t1.vendorUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._vendor_state$_$v = t4; - t3 = b.get$taskUIState(); - t4 = A.taskUIReducer(t1.taskUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._task_state$_$v = t4; + t4 = b.get$taskUIState(); + t3 = A.taskUIReducer(t1.taskUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._task_state$_$v = t3; t3 = b.get$projectUIState(); t4 = A.projectUIReducer(t1.projectUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._project_state$_$v = t4; - t3 = b.get$paymentUIState(); - t4 = A.paymentUIReducer(t1.paymentUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._payment_state$_$v = t4; + t4 = b.get$paymentUIState(); + t3 = A.paymentUIReducer(t1.paymentUIState, t2); + A.ArgumentError_checkNotNull(t3, _s5_); + t4._payment_state$_$v = t3; t3 = b.get$quoteUIState(); t4 = A.quoteUIReducer(t1.quoteUIState, t2); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t3._quote_state$_$v = t4; - t3 = b.get$settingsUIState(); + t4 = b.get$settingsUIState(); t2 = $.$get$settingsUIReducer().call$2(t1.settingsUIState, t2); - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t3._company_state$_$v = t2; + A.ArgumentError_checkNotNull(t2, _s5_); + t4._company_state$_$v = t2; return b; }, - $signature: 694 + $signature: 695 }; A.lastActivityReducer_closure.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 1830 + $signature: 1838 }; A.filterReducer_closure.prototype = { call$2(filter, action) { return action.filter; }, - $signature: 1831 + $signature: 1839 }; A.filterReducer_closure0.prototype = { call$2(state, action) { return action.filter; }, - $signature: 1832 + $signature: 1840 }; A.filterClearedAtReducer_closure.prototype = { call$2(filterClearedAt, action) { return action.filter == null ? Date.now() : filterClearedAt; }, - $signature: 1833 + $signature: 1841 }; A.filterClearedAtReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 1834 + $signature: 1842 }; A.currentRouteReducer_closure.prototype = { call$2(currentRoute, action) { return action.route; }, - $signature: 1835 + $signature: 1843 }; A.selectedCompanyIndexReducer_closure.prototype = { call$2(selectedCompanyIndex, action) { return action.companyIndex; }, - $signature: 1836 + $signature: 1844 }; A.previewStackReducer_closure.prototype = { call$2(previewStack, action) { @@ -350571,19 +352619,19 @@ t2.push(t1); return A.BuiltList_BuiltList$from(t2, t3); }, - $signature: 1837 + $signature: 1845 }; A.previewStackReducer__closure.prototype = { call$1(entityType) { return entityType != this.action.entityType; }, - $signature: 309 + $signature: 323 }; A.previewStackReducer_closure0.prototype = { call$2(previewStack, action) { return A.BuiltList_BuiltList$from(A._setArrayType([], type$.JSArray_legacy_EntityType), type$.legacy_EntityType); }, - $signature: 1839 + $signature: 1847 }; A.previewStackReducer_closure1.prototype = { call$2(previewStack, action) { @@ -350591,13 +352639,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: 1840 + $signature: 1848 }; A.filterStackReducer_closure.prototype = { call$2(filterStack, action) { return A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_BaseEntity); }, - $signature: 1841 + $signature: 1849 }; A.filterStackReducer_closure0.prototype = { call$2(filterStack, action) { @@ -350613,13 +352661,13 @@ t1.push(action.entity); return A.BuiltList_BuiltList$from(t1, t2); }, - $signature: 1842 + $signature: 1850 }; A.filterStackReducer__closure.prototype = { call$1(entity) { return entity.get$entityType() != this.action.entity.get$entityType(); }, - $signature: 179 + $signature: 190 }; A.filterStackReducer_closure1.prototype = { call$2(filterStack, action) { @@ -350627,7 +352675,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: 1843 + $signature: 1851 }; A.UIState.prototype = { containsRoute$1(route) { @@ -351058,6 +353106,7 @@ rebuild$1(updates) { var t1 = new A.UIStateBuilder(); A.UIState__initializeBuilder(t1); + A.ArgumentError_checkNotNull(this, "other"); t1._ui_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -351271,7 +353320,7 @@ return t2 == null ? t1._reportsUIState = new A.ReportsUIStateBuilder() : t2; }, get$_ui_state$_$this() { - var t1, t2, _this = this, + var t1, t2, _this = this, _s5_ = "other", $$v = _this._ui_state$_$v; if ($$v != null) { _this._selectedCompanyIndex = $$v.selectedCompanyIndex; @@ -351289,137 +353338,164 @@ t1 = $$v.dashboardUIState; t1.toString; t2 = new A.DashboardUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._dashboard_state$_$v = t1; _this._dashboardUIState = t2; - t1 = $$v.productUIState; - t1.toString; - t2 = new A.ProductUIStateBuilder(); - t2._product_state$_$v = t1; - _this._productUIState = t2; + t2 = $$v.productUIState; + t2.toString; + t1 = new A.ProductUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._product_state$_$v = t2; + _this._productUIState = t1; t1 = $$v.clientUIState; t1.toString; t2 = new A.ClientUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._client_state$_$v = t1; _this._clientUIState = t2; - t1 = $$v.invoiceUIState; - t1.toString; - t2 = new A.InvoiceUIStateBuilder(); - t2._invoice_state$_$v = t1; - _this._invoiceUIState = t2; + t2 = $$v.invoiceUIState; + t2.toString; + t1 = new A.InvoiceUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._invoice_state$_$v = t2; + _this._invoiceUIState = t1; t1 = $$v.recurringExpenseUIState; t1.toString; t2 = new A.RecurringExpenseUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._recurring_expense_state$_$v = t1; _this._recurringExpenseUIState = t2; - t1 = $$v.subscriptionUIState; - t1.toString; - t2 = new A.SubscriptionUIStateBuilder(); - t2._subscription_state$_$v = t1; - _this._subscriptionUIState = t2; + t2 = $$v.subscriptionUIState; + t2.toString; + t1 = new A.SubscriptionUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._subscription_state$_$v = t2; + _this._subscriptionUIState = t1; t1 = $$v.taskStatusUIState; t1.toString; t2 = new A.TaskStatusUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._task_status_state$_$v = t1; _this._taskStatusUIState = t2; - t1 = $$v.expenseCategoryUIState; - t1.toString; - t2 = new A.ExpenseCategoryUIStateBuilder(); - t2._expense_category_state$_$v = t1; - _this._expenseCategoryUIState = t2; + t2 = $$v.expenseCategoryUIState; + t2.toString; + t1 = new A.ExpenseCategoryUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._expense_category_state$_$v = t2; + _this._expenseCategoryUIState = t1; t1 = $$v.recurringInvoiceUIState; t1.toString; t2 = new A.RecurringInvoiceUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._recurring_invoice_state$_$v = t1; _this._recurringInvoiceUIState = t2; - t1 = $$v.webhookUIState; - t1.toString; - t2 = new A.WebhookUIStateBuilder(); - t2._webhook_state$_$v = t1; - _this._webhookUIState = t2; + t2 = $$v.webhookUIState; + t2.toString; + t1 = new A.WebhookUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._webhook_state$_$v = t2; + _this._webhookUIState = t1; t1 = $$v.tokenUIState; t1.toString; t2 = new A.TokenUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._token_state$_$v = t1; _this._tokenUIState = t2; - t1 = $$v.paymentTermUIState; - t1.toString; - t2 = new A.PaymentTermUIStateBuilder(); - t2._payment_term_state$_$v = t1; - _this._paymentTermUIState = t2; + t2 = $$v.paymentTermUIState; + t2.toString; + t1 = new A.PaymentTermUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._payment_term_state$_$v = t2; + _this._paymentTermUIState = t1; t1 = $$v.designUIState; t1.toString; t2 = new A.DesignUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._design_state$_$v = t1; _this._designUIState = t2; - t1 = $$v.creditUIState; - t1.toString; - t2 = new A.CreditUIStateBuilder(); - t2._credit_state$_$v = t1; - _this._creditUIState = t2; + t2 = $$v.creditUIState; + t2.toString; + t1 = new A.CreditUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._credit_state$_$v = t2; + _this._creditUIState = t1; t1 = $$v.userUIState; t1.toString; t2 = new A.UserUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._user_state$_$v = t1; _this._userUIState = t2; - t1 = $$v.taxRateUIState; - t1.toString; - t2 = new A.TaxRateUIStateBuilder(); - t2._tax_rate_state$_$v = t1; - _this._taxRateUIState = t2; + t2 = $$v.taxRateUIState; + t2.toString; + t1 = new A.TaxRateUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._tax_rate_state$_$v = t2; + _this._taxRateUIState = t1; t1 = $$v.companyGatewayUIState; t1.toString; t2 = new A.CompanyGatewayUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._company_gateway_state$_$v = t1; _this._companyGatewayUIState = t2; - t1 = $$v.groupUIState; - t1.toString; - t2 = new A.GroupUIStateBuilder(); - t2._group_state$_$v = t1; - _this._groupUIState = t2; + t2 = $$v.groupUIState; + t2.toString; + t1 = new A.GroupUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._group_state$_$v = t2; + _this._groupUIState = t1; t1 = $$v.documentUIState; t1.toString; t2 = new A.DocumentUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._document_state$_$v = t1; _this._documentUIState = t2; - t1 = $$v.expenseUIState; - t1.toString; - t2 = new A.ExpenseUIStateBuilder(); - t2._expense_state$_$v = t1; - _this._expenseUIState = t2; + t2 = $$v.expenseUIState; + t2.toString; + t1 = new A.ExpenseUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._expense_state$_$v = t2; + _this._expenseUIState = t1; t1 = $$v.vendorUIState; t1.toString; t2 = new A.VendorUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._vendor_state$_$v = t1; _this._vendorUIState = t2; - t1 = $$v.taskUIState; - t1.toString; - t2 = new A.TaskUIStateBuilder(); - t2._task_state$_$v = t1; - _this._taskUIState = t2; + t2 = $$v.taskUIState; + t2.toString; + t1 = new A.TaskUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._task_state$_$v = t2; + _this._taskUIState = t1; t1 = $$v.projectUIState; t1.toString; t2 = new A.ProjectUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._project_state$_$v = t1; _this._projectUIState = t2; - t1 = $$v.paymentUIState; - t1.toString; - t2 = new A.PaymentUIStateBuilder(); - t2._payment_state$_$v = t1; - _this._paymentUIState = t2; + t2 = $$v.paymentUIState; + t2.toString; + t1 = new A.PaymentUIStateBuilder(); + A.ArgumentError_checkNotNull(t2, _s5_); + t1._payment_state$_$v = t2; + _this._paymentUIState = t1; t1 = $$v.quoteUIState; t1.toString; t2 = new A.QuoteUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._quote_state$_$v = t1; _this._quoteUIState = t2; - t1 = $$v.settingsUIState; - t1.toString; - t2 = new A.SettingsUIStateBuilder(); - t2.get$_company_state$_$this()._selectedTemplate = B.EmailTemplate_invoice; - t2._company_state$_$v = t1; - _this._settingsUIState = t2; + t2 = $$v.settingsUIState; + t2.toString; + t1 = new A.SettingsUIStateBuilder(); + t1.get$_company_state$_$this()._selectedTemplate = B.EmailTemplate_invoice; + A.ArgumentError_checkNotNull(t2, _s5_); + 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; @@ -351549,8 +353625,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._ui_state$_$v = t1; return _$result; } @@ -351655,77 +353730,77 @@ call$1(user) { return user.get$id(user); }, - $signature: 42 + $signature: 44 }; A.handleUserAction_closure0.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_client_model$_$this()._client_model$_assignedUserId = t1; }, - $signature: 1844 + $signature: 1852 }; A.handleUserAction_closure1.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 144 + $signature: 140 }; A.handleUserAction_closure2.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 144 + $signature: 140 }; A.handleUserAction_closure3.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 144 + $signature: 140 }; A.handleUserAction_closure4.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 144 + $signature: 140 }; A.handleUserAction_closure5.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_expense_model$_$this()._expense_model$_assignedUserId = t1; }, - $signature: 1845 + $signature: 1853 }; A.handleUserAction_closure6.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_payment_model$_$this()._payment_model$_assignedUserId = t1; }, - $signature: 474 + $signature: 598 }; A.handleUserAction_closure7.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_project_model$_$this()._project_model$_assignedUserId = t1; }, - $signature: 475 + $signature: 462 }; A.handleUserAction_closure8.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_task_model$_$this()._task_model$_assignedUserId = t1; }, - $signature: 1846 + $signature: 1854 }; A.handleUserAction_closure9.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = t1; }, - $signature: 1847 + $signature: 1855 }; A.handleUserAction_closure11.prototype = { call$2(password, idToken) { @@ -351739,7 +353814,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 307 + $signature: 252 }; A.handleUserAction_closure10.prototype = { call$2(password, idToken) { @@ -351759,7 +353834,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 307 + $signature: 252 }; A.handleUserAction_closure12.prototype = { call$2(password, idToken) { @@ -351779,7 +353854,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 307 + $signature: 252 }; A.handleUserAction_closure14.prototype = { call$2(password, idToken) { @@ -351800,7 +353875,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 307 + $signature: 252 }; A.handleUserAction_closure16.prototype = { call$1(_) { @@ -351865,7 +353940,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewUserList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -351889,7 +353964,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -351912,14 +353987,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 350 + $signature: 409 }; A._archiveUser__closure0.prototype = { call$1(users) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 227 + $signature: 221 }; A._archiveUser__closure1.prototype = { call$1(error) { @@ -351954,14 +354029,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 350 + $signature: 409 }; A._deleteUser__closure0.prototype = { call$1(users) { this.store.get$_dispatchers()[0].call$1(new A.DeleteUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 227 + $signature: 221 }; A._deleteUser__closure1.prototype = { call$1(error) { @@ -351996,14 +354071,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 350 + $signature: 409 }; A._restoreUser__closure0.prototype = { call$1(users) { this.store.get$_dispatchers()[0].call$1(new A.RestoreUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 227 + $signature: 221 }; A._restoreUser__closure1.prototype = { call$1(error) { @@ -352033,7 +354108,7 @@ this.store.get$_dispatchers()[0].call$1(new A.RemoveUserSuccess(t1.userId)); t1.completer.complete$1(0, null); }, - $signature: 227 + $signature: 221 }; A._removeUser__closure0.prototype = { call$1(error) { @@ -352058,7 +354133,7 @@ this.store.get$_dispatchers()[0].call$1(new A.ResendInviteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 227 + $signature: 221 }; A._resendInvite__closure0.prototype = { call$1(error) { @@ -352088,7 +354163,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveUserSuccess(user)); t1.completer.complete$1(0, user); }, - $signature: 173 + $signature: 170 }; A._saveUser__closure0.prototype = { call$1(error) { @@ -352120,7 +354195,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 170 }; A._loadUser__closure0.prototype = { call$1(error) { @@ -352151,7 +354226,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1851 + $signature: 1859 }; A._loadUsers__closure0.prototype = { call$1(error) { @@ -352170,159 +354245,157 @@ t2 = this.state, t3 = this.action, t4 = $.$get$userListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer9().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._user_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer9().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._user_model$_$v = t1; t1 = $.$get$selectedIdReducer9().call$2(t2.selectedId, t3); b.get$_user_state$_$this()._user_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer9().call$2(t2.forceSelected, t3); b.get$_user_state$_$this()._user_state$_forceSelected = t3; return b; }, - $signature: 1852 + $signature: 1860 }; A.forceSelectedReducer_closure71.prototype = { call$2(completer, action) { return true; }, - $signature: 1853 + $signature: 1861 }; A.forceSelectedReducer_closure72.prototype = { call$2(completer, action) { return false; }, - $signature: 1854 + $signature: 1862 }; A.forceSelectedReducer_closure73.prototype = { call$2(completer, action) { return false; }, - $signature: 1855 + $signature: 1863 }; A.forceSelectedReducer_closure74.prototype = { call$2(completer, action) { return false; }, - $signature: 1856 + $signature: 1864 }; A.forceSelectedReducer_closure75.prototype = { call$2(completer, action) { return false; }, - $signature: 1857 + $signature: 1865 }; A.forceSelectedReducer_closure76.prototype = { call$2(completer, action) { return false; }, - $signature: 1858 + $signature: 1866 }; A.forceSelectedReducer_closure77.prototype = { call$2(completer, action) { return false; }, - $signature: 1859 + $signature: 1867 }; A.forceSelectedReducer_closure78.prototype = { call$2(completer, action) { return false; }, - $signature: 1860 + $signature: 1868 }; A.selectedIdReducer_closure144.prototype = { call$2(completer, action) { return ""; }, - $signature: 1861 + $signature: 1869 }; A.selectedIdReducer_closure145.prototype = { call$2(completer, action) { return ""; }, - $signature: 1862 + $signature: 1870 }; A.selectedIdReducer_closure146.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure147.prototype = { call$2(selectedId, action) { return action.userId; }, - $signature: 1863 + $signature: 1871 }; A.selectedIdReducer_closure148.prototype = { call$2(selectedId, action) { return action.user.id; }, - $signature: 1864 + $signature: 1872 }; A.selectedIdReducer_closure149.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure150.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure151.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1865 + $signature: 1873 }; A.selectedIdReducer_closure152.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1866 + $signature: 1874 }; A.selectedIdReducer_closure153.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1867 + $signature: 1875 }; A.selectedIdReducer_closure154.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1868 + $signature: 1876 }; A.selectedIdReducer_closure155.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1869 + $signature: 1877 }; A.selectedIdReducer_closure156.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1870 + $signature: 1878 }; A.selectedIdReducer_closure157.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1871 + $signature: 1879 }; A.selectedIdReducer_closure158.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? "" : selectedId; }, - $signature: 145 + $signature: 153 }; A.selectedIdReducer_closure159.prototype = { call$2(selectedId, action) { @@ -352335,38 +354408,38 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure43.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 1872 + $signature: 1880 }; A.editingReducer_closure44.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 1873 + $signature: 1881 }; A.editingReducer_closure45.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 1874 + $signature: 1882 }; A.editingReducer_closure46.prototype = { call$2(user, action) { return action.user.rebuild$1(new A.editingReducer__closure15()); }, - $signature: 1875 + $signature: 1883 }; A.editingReducer__closure15.prototype = { call$1(b) { b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 77 + $signature: 81 }; A._viewUserList_closure.prototype = { call$1(b) { @@ -352551,7 +354624,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 353 + $signature: 408 }; A._deleteUserSuccess_closure.prototype = { call$1(b) { @@ -352573,7 +354646,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 353 + $signature: 408 }; A._restoreUserSuccess_closure.prototype = { call$1(b) { @@ -352595,7 +354668,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 353 + $signature: 408 }; A._removeUserSuccess_closure.prototype = { call$1(b) { @@ -352605,7 +354678,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 110 + $signature: 108 }; A._addUser_closure.prototype = { call$1(b) { @@ -352618,7 +354691,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 110 + $signature: 108 }; A._updateUser_closure.prototype = { call$1(b) { @@ -352627,7 +354700,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 110 + $signature: 108 }; A._updateAuthUser_closure.prototype = { call$1(b) { @@ -352636,7 +354709,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 110 + $signature: 108 }; A._connectOAuthUser_closure.prototype = { call$1(b) { @@ -352645,7 +354718,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 110 + $signature: 108 }; A._connectGmailUser_closure.prototype = { call$1(b) { @@ -352654,7 +354727,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 110 + $signature: 108 }; A._setLoadedUser_closure.prototype = { call$1(b) { @@ -352663,14 +354736,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 110 + $signature: 108 }; 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: 110 + $signature: 108 }; A._setLoadedUsers__closure.prototype = { call$1(item) { @@ -352682,7 +354755,7 @@ call$1(item) { return item; }, - $signature: 519 + $signature: 521 }; A._setLoadedUsers_closure0.prototype = { call$1(b) { @@ -352691,14 +354764,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 110 + $signature: 108 }; 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: 110 + $signature: 108 }; A._setLoadedCompany__closure5.prototype = { call$1(item) { @@ -352710,7 +354783,7 @@ call$1(item) { return item; }, - $signature: 519 + $signature: 521 }; A._setLoadedCompany_closure6.prototype = { call$1(b) { @@ -352719,13 +354792,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 110 + $signature: 108 }; A.memoizedFilteredUserList_closure.prototype = { call$5(selectionState, userMap, userList, userListState, authUserId) { return A.filteredUsersSelector(selectionState, userMap, userList, userListState, authUserId); }, - $signature: 1880 + $signature: 1888 }; A.filteredUsersSelector_closure.prototype = { call$1(userId) { @@ -352782,7 +354855,7 @@ call$1(userMap) { return A.userList(userMap); }, - $signature: 520 + $signature: 522 }; A.userList_closure.prototype = { call$1(userId) { @@ -352802,7 +354875,7 @@ call$1(userMap) { return A.gmailUserList(userMap); }, - $signature: 520 + $signature: 522 }; A.gmailUserList_closure.prototype = { call$1(userId) { @@ -352989,6 +355062,7 @@ A._$UserState.prototype = { rebuild$1(updates) { var t1 = new A.UserStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._user_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -353067,8 +355141,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._user_state$_$v = t1; return _$result; }, @@ -353163,6 +355236,7 @@ else { t2 = new A.UserEntityBuilder(); A.UserEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._user_model$_$v = t1; t1 = t2; } @@ -353170,6 +355244,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._user_state$_listUIState = t2; _this._user_state$_selectedId = $$v.selectedId; @@ -353217,8 +355292,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._user_state$_$v = t1; return _$result; } @@ -353339,7 +355413,7 @@ call$1(vendor) { return vendor.get$id(vendor); }, - $signature: 42 + $signature: 44 }; A.StartVendorMultiselect.prototype = {}; A.AddToVendorMultiselect.prototype = {}; @@ -353390,7 +355464,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewVendorList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -353413,7 +355487,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -353436,14 +355510,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 354 + $signature: 407 }; A._archiveVendor__closure0.prototype = { call$1(vendors) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 355 + $signature: 406 }; A._archiveVendor__closure1.prototype = { call$1(error) { @@ -353474,14 +355548,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 354 + $signature: 407 }; A._deleteVendor__closure0.prototype = { call$1(vendors) { this.store.get$_dispatchers()[0].call$1(new A.DeleteVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 355 + $signature: 406 }; A._deleteVendor__closure1.prototype = { call$1(error) { @@ -353512,14 +355586,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 354 + $signature: 407 }; A._restoreVendor__closure0.prototype = { call$1(vendors) { this.store.get$_dispatchers()[0].call$1(new A.RestoreVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 355 + $signature: 406 }; A._restoreVendor__closure1.prototype = { call$1(error) { @@ -353552,7 +355626,7 @@ if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 228 + $signature: 215 }; A._saveVendor__closure0.prototype = { call$1(error) { @@ -353583,7 +355657,7 @@ t2.complete$1(0, null); t1.get$_dispatchers()[0].call$1(new A.LoadExpenses()); }, - $signature: 228 + $signature: 215 }; A._loadVendor__closure0.prototype = { call$1(error) { @@ -353614,7 +355688,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadExpenses()); }, - $signature: 1885 + $signature: 1893 }; A._loadVendors__closure0.prototype = { call$1(error) { @@ -353652,7 +355726,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveVendorSuccess(vendor)); this.action.completer.complete$1(0, null); }, - $signature: 228 + $signature: 215 }; A._saveDocument__closure16.prototype = { call$1(error) { @@ -353669,188 +355743,185 @@ t2 = this.state, t3 = this.action, t4 = $.$get$vendorListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer3().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); - t1._vendor_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer3().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, _s5_); + t4._vendor_model$_$v = t1; t1 = b.get$editingContact(); t4 = $.$get$editingVendorContactReducer().call$2(t2.editingContact, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull(_s5_)); + A.ArgumentError_checkNotNull(t4, _s5_); t1._vendor_model$_$v = t4; - t1 = $.$get$selectedIdReducer3().call$2(t2.selectedId, t3); - b.get$_vendor_state$_$this()._vendor_state$_selectedId = t1; - t1 = $.$get$forceSelectedReducer3().call$2(t2.forceSelected, t3); - b.get$_vendor_state$_$this()._vendor_state$_forceSelected = t1; - t1 = $.$get$tabIndexReducer3().call$2(t2.tabIndex, t3); - b.get$_vendor_state$_$this()._vendor_state$_tabIndex = t1; - t1 = $.$get$saveCompleterReducer0().call$2(t2.saveCompleter, t3); - b.get$_vendor_state$_$this()._vendor_state$_saveCompleter = t1; + t4 = $.$get$selectedIdReducer3().call$2(t2.selectedId, t3); + b.get$_vendor_state$_$this()._vendor_state$_selectedId = t4; + t4 = $.$get$forceSelectedReducer3().call$2(t2.forceSelected, t3); + b.get$_vendor_state$_$this()._vendor_state$_forceSelected = t4; + t4 = $.$get$tabIndexReducer3().call$2(t2.tabIndex, t3); + b.get$_vendor_state$_$this()._vendor_state$_tabIndex = t4; + t4 = $.$get$saveCompleterReducer0().call$2(t2.saveCompleter, t3); + b.get$_vendor_state$_$this()._vendor_state$_saveCompleter = t4; t3 = $.$get$cancelCompleterReducer0().call$2(t2.cancelCompleter, t3); b.get$_vendor_state$_$this()._vendor_state$_cancelCompleter = t3; return b; }, - $signature: 1886 + $signature: 1894 }; A.forceSelectedReducer_closure31.prototype = { call$2(completer, action) { return true; }, - $signature: 1887 + $signature: 1895 }; A.forceSelectedReducer_closure32.prototype = { call$2(completer, action) { return false; }, - $signature: 1888 + $signature: 1896 }; A.forceSelectedReducer_closure33.prototype = { call$2(completer, action) { return false; }, - $signature: 1889 + $signature: 1897 }; A.forceSelectedReducer_closure34.prototype = { call$2(completer, action) { return false; }, - $signature: 1890 + $signature: 1898 }; A.forceSelectedReducer_closure35.prototype = { call$2(completer, action) { return false; }, - $signature: 1891 + $signature: 1899 }; A.forceSelectedReducer_closure36.prototype = { call$2(completer, action) { return false; }, - $signature: 1892 + $signature: 1900 }; A.forceSelectedReducer_closure37.prototype = { call$2(completer, action) { return false; }, - $signature: 1893 + $signature: 1901 }; A.forceSelectedReducer_closure38.prototype = { call$2(completer, action) { return false; }, - $signature: 1894 + $signature: 1902 }; A.tabIndexReducer_closure7.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1895 + $signature: 1903 }; A.tabIndexReducer_closure8.prototype = { call$2(completer, action) { return 0; }, - $signature: 94 + $signature: 96 }; A.saveCompleterReducer_closure0.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 524 + $signature: 526 }; A.cancelCompleterReducer_closure0.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 524 + $signature: 526 }; A.selectedIdReducer_closure64.prototype = { call$2(completer, action) { return ""; }, - $signature: 1897 + $signature: 1905 }; A.selectedIdReducer_closure65.prototype = { call$2(completer, action) { return ""; }, - $signature: 1898 + $signature: 1906 }; A.selectedIdReducer_closure66.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_vendor ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure67.prototype = { call$2(selectedId, action) { return action.vendorId; }, - $signature: 1899 + $signature: 1907 }; A.selectedIdReducer_closure68.prototype = { call$2(selectedId, action) { return action.vendor.id; }, - $signature: 1900 + $signature: 1908 }; A.selectedIdReducer_closure69.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure70.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure71.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1901 + $signature: 1909 }; A.selectedIdReducer_closure72.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1902 + $signature: 1910 }; A.selectedIdReducer_closure73.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1903 + $signature: 1911 }; A.selectedIdReducer_closure74.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1904 + $signature: 1912 }; A.selectedIdReducer_closure75.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1905 + $signature: 1913 }; A.selectedIdReducer_closure76.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1906 + $signature: 1914 }; A.selectedIdReducer_closure77.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1907 + $signature: 1915 }; A.selectedIdReducer_closure78.prototype = { call$2(selectedId, action) { @@ -353863,38 +355934,38 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure22.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 1908 + $signature: 1916 }; A.editingReducer_closure23.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 1909 + $signature: 1917 }; A.editingReducer_closure24.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 1910 + $signature: 1918 }; A.editingReducer_closure25.prototype = { call$2(vendor, action) { return action.vendor.rebuild$1(new A.editingReducer__closure9()); }, - $signature: 1911 + $signature: 1919 }; A.editingReducer__closure9.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 122 + $signature: 114 }; A._addContact_closure.prototype = { call$1(b) { @@ -353904,7 +355975,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 122 + $signature: 114 }; A._removeContact_closure.prototype = { call$1(b) { @@ -353913,7 +355984,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 122 + $signature: 114 }; A._updateContact_closure.prototype = { call$1(b) { @@ -353925,7 +355996,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 122 + $signature: 114 }; A._viewVendorList_closure.prototype = { call$1(b) { @@ -354110,7 +356181,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 357 + $signature: 404 }; A._deleteVendorSuccess_closure.prototype = { call$1(b) { @@ -354132,7 +356203,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 357 + $signature: 404 }; A._restoreVendorSuccess_closure.prototype = { call$1(b) { @@ -354154,7 +356225,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 357 + $signature: 404 }; A._addVendor_closure.prototype = { call$1(b) { @@ -354167,7 +356238,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 305 + $signature: 320 }; A._updateVendor_closure.prototype = { call$1(b) { @@ -354176,7 +356247,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 305 + $signature: 320 }; A._setLoadedVendor_closure.prototype = { call$1(b) { @@ -354185,13 +356256,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 305 + $signature: 320 }; A.memoizedDropdownVendorList_closure.prototype = { call$4(vendorMap, vendorList, userMap, staticState) { return A.dropdownVendorsSelector(vendorMap, vendorList, userMap, staticState); }, - $signature: 1915 + $signature: 1923 }; A.dropdownVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -354211,7 +356282,7 @@ call$6(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState) { return A.filteredVendorsSelector(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState); }, - $signature: 1916 + $signature: 1924 }; A.filteredVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -354257,7 +356328,7 @@ call$2(userId, vendorMap) { return A.vendorStatsForUser(userId, vendorMap); }, - $signature: 1917 + $signature: 1925 }; A.vendorStatsForUser_closure.prototype = { call$2(vendorId, vendor) { @@ -354267,13 +356338,13 @@ else if (vendor.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 1918 + $signature: 1926 }; A.memoizedCalculateVendorBalance_closure.prototype = { call$4(vendorId, currencyId, expenseMap, expenseList) { return A.calculateVendorBalance(vendorId, currencyId, expenseMap, expenseList); }, - $signature: 1919 + $signature: 1927 }; A.calculateVendorBalance_closure.prototype = { call$1(expenseId) { @@ -354321,7 +356392,7 @@ call$1(item) { return item; }, - $signature: 1920 + $signature: 1928 }; A.VendorState_loadVendors_closure.prototype = { call$1(b) { @@ -354336,7 +356407,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 305 + $signature: 320 }; A.VendorUIState.prototype = { get$isCreatingNew() { @@ -354505,6 +356576,7 @@ A._$VendorState.prototype = { rebuild$1(updates) { var t1 = new A.VendorStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._vendor_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -354583,8 +356655,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._vendor_state$_$v = t1; return _$result; }, @@ -354650,7 +356721,7 @@ return t2 == null ? t1._vendor_state$_listUIState = new A.ListUIStateBuilder() : t2; }, get$_vendor_state$_$this() { - var t1, t2, _this = this, + var t1, t2, _this = this, _s5_ = "other", $$v = _this._vendor_state$_$v; if ($$v != null) { t1 = $$v.editing; @@ -354658,6 +356729,7 @@ t1 = null; else { t2 = new A.VendorEntityBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._vendor_model$_$v = t1; t1 = t2; } @@ -354667,6 +356739,7 @@ t1 = null; else { t2 = new A.VendorContactEntityBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._vendor_model$_$v = t1; t1 = t2; } @@ -354674,6 +356747,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, _s5_); t2._list_ui_state$_$v = t1; _this._vendor_state$_listUIState = t2; _this._vendor_state$_selectedId = $$v.selectedId; @@ -354727,8 +356801,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._vendor_state$_$v = t1; return _$result; } @@ -354832,7 +356905,7 @@ call$1(webhook) { return webhook.get$id(webhook); }, - $signature: 42 + $signature: 44 }; A.StartWebhookMultiselect.prototype = {}; A.AddToWebhookMultiselect.prototype = {}; @@ -354876,7 +356949,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 26 + $signature: 25 }; A._viewWebhookList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -354900,7 +356973,7 @@ call$1(route) { return false; }, - $signature: 40 + $signature: 42 }; A._archiveWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -354923,14 +356996,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 359 + $signature: 325 }; A._archiveWebhook__closure0.prototype = { call$1(webhooks) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 360 + $signature: 402 }; A._archiveWebhook__closure1.prototype = { call$1(error) { @@ -354961,14 +357034,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 359 + $signature: 325 }; A._deleteWebhook__closure0.prototype = { call$1(webhooks) { this.store.get$_dispatchers()[0].call$1(new A.DeleteWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 360 + $signature: 402 }; A._deleteWebhook__closure1.prototype = { call$1(error) { @@ -354999,14 +357072,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 359 + $signature: 325 }; A._restoreWebhook__closure0.prototype = { call$1(webhooks) { this.store.get$_dispatchers()[0].call$1(new A.RestoreWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 360 + $signature: 402 }; A._restoreWebhook__closure1.prototype = { call$1(error) { @@ -355036,7 +357109,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveWebhookSuccess(webhook)); t1.completer.complete$1(0, webhook); }, - $signature: 304 + $signature: 309 }; A._saveWebhook__closure0.prototype = { call$1(error) { @@ -355064,7 +357137,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 304 + $signature: 309 }; A._loadWebhook__closure0.prototype = { call$1(error) { @@ -355095,7 +357168,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1924 + $signature: 1932 }; A._loadWebhooks__closure0.prototype = { call$1(error) { @@ -355114,153 +357187,151 @@ t2 = this.state, t3 = this.action, t4 = $.$get$webhookListReducer().call$2(t2.listUIState, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t4, "other"); t1._list_ui_state$_$v = t4; - t1 = b.get$editing(); - t4 = $.$get$editingReducer14().call$2(t2.editing, t3); - if (t4 == null) - A.throwExpression(A.ArgumentError$notNull("other")); - t1._webhook_model$_$v = t4; + t4 = b.get$editing(); + t1 = $.$get$editingReducer14().call$2(t2.editing, t3); + A.ArgumentError_checkNotNull(t1, "other"); + t4._webhook_model$_$v = t1; t1 = $.$get$selectedIdReducer14().call$2(t2.selectedId, t3); b.get$_webhook_state$_$this()._webhook_state$_selectedId = t1; t3 = $.$get$forceSelectedReducer14().call$2(t2.forceSelected, t3); b.get$_webhook_state$_$this()._webhook_state$_forceSelected = t3; return b; }, - $signature: 1925 + $signature: 1933 }; A.forceSelectedReducer_closure111.prototype = { call$2(completer, action) { return true; }, - $signature: 1926 + $signature: 1934 }; A.forceSelectedReducer_closure112.prototype = { call$2(completer, action) { return false; }, - $signature: 1927 + $signature: 1935 }; A.forceSelectedReducer_closure113.prototype = { call$2(completer, action) { return false; }, - $signature: 1928 + $signature: 1936 }; A.forceSelectedReducer_closure114.prototype = { call$2(completer, action) { return false; }, - $signature: 1929 + $signature: 1937 }; A.forceSelectedReducer_closure115.prototype = { call$2(completer, action) { return false; }, - $signature: 1930 + $signature: 1938 }; A.forceSelectedReducer_closure116.prototype = { call$2(completer, action) { return false; }, - $signature: 1931 + $signature: 1939 }; A.forceSelectedReducer_closure117.prototype = { call$2(completer, action) { return false; }, - $signature: 1932 + $signature: 1940 }; A.forceSelectedReducer_closure118.prototype = { call$2(completer, action) { return false; }, - $signature: 1933 + $signature: 1941 }; A.selectedIdReducer_closure222.prototype = { call$2(completer, action) { return ""; }, - $signature: 1934 + $signature: 1942 }; A.selectedIdReducer_closure223.prototype = { call$2(completer, action) { return ""; }, - $signature: 1935 + $signature: 1943 }; A.selectedIdReducer_closure224.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_webhook ? action.entityId : selectedId; }, - $signature: 49 + $signature: 53 }; A.selectedIdReducer_closure225.prototype = { call$2(selectedId, action) { return action.get$webhookId(); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure226.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$webhook()); }, - $signature: 75 + $signature: 77 }; A.selectedIdReducer_closure227.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 49 }; A.selectedIdReducer_closure228.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 48 + $signature: 50 }; A.selectedIdReducer_closure229.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1936 + $signature: 1944 }; A.selectedIdReducer_closure230.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1937 + $signature: 1945 }; A.selectedIdReducer_closure231.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1938 + $signature: 1946 }; A.selectedIdReducer_closure232.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1939 + $signature: 1947 }; A.selectedIdReducer_closure233.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1940 + $signature: 1948 }; A.selectedIdReducer_closure234.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1941 + $signature: 1949 }; A.selectedIdReducer_closure235.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1942 + $signature: 1950 }; A.selectedIdReducer_closure236.prototype = { call$2(selectedId, action) { @@ -355273,38 +357344,38 @@ } return t1; }, - $signature: 73 + $signature: 75 }; A.editingReducer_closure70.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 1943 + $signature: 1951 }; A.editingReducer_closure71.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 1944 + $signature: 1952 }; A.editingReducer_closure72.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 1945 + $signature: 1953 }; A.editingReducer_closure73.prototype = { call$2(webhook, action) { return action.webhook.rebuild$1(new A.editingReducer__closure26()); }, - $signature: 1946 + $signature: 1954 }; A.editingReducer__closure26.prototype = { call$1(b) { b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 190 + $signature: 202 }; A._viewWebhookList_closure.prototype = { call$1(b) { @@ -355451,7 +357522,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 363 + $signature: 400 }; A._deleteWebhookSuccess_closure.prototype = { call$1(b) { @@ -355473,7 +357544,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 363 + $signature: 400 }; A._restoreWebhookSuccess_closure.prototype = { call$1(b) { @@ -355495,7 +357566,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 363 + $signature: 400 }; A._addWebhook_closure.prototype = { call$1(b) { @@ -355508,7 +357579,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 301 + $signature: 289 }; A._updateWebhook_closure.prototype = { call$1(b) { @@ -355517,7 +357588,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 301 + $signature: 289 }; A._setLoadedWebhook_closure.prototype = { call$1(b) { @@ -355526,13 +357597,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 301 + $signature: 289 }; A.memoizedFilteredWebhookList_closure.prototype = { call$4(selectionState, webhookMap, webhookList, webhookListState) { return A.filteredWebhooksSelector(selectionState, webhookMap, webhookList, webhookListState); }, - $signature: 1950 + $signature: 1958 }; A.filteredWebhooksSelector_closure.prototype = { call$1(webhookId) { @@ -355595,7 +357666,7 @@ call$1(item) { return item; }, - $signature: 1951 + $signature: 1959 }; A.WebhookState_loadWebhooks_closure.prototype = { call$1(b) { @@ -355610,7 +357681,7 @@ t2.replace$1(0, A.List_List$of(t3, true, A._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 301 + $signature: 289 }; A.WebhookUIState.prototype = { get$isCreatingNew() { @@ -355781,6 +357852,7 @@ A._$WebhookState.prototype = { rebuild$1(updates) { var t1 = new A.WebhookStateBuilder(); + A.ArgumentError_checkNotNull(this, "other"); t1._webhook_state$_$v = this; updates.call$1(t1); return t1.build$0(0); @@ -355859,8 +357931,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._webhook_state$_$v = t1; return _$result; }, @@ -355955,6 +358026,7 @@ else { t2 = new A.WebhookEntityBuilder(); A.WebhookEntity__initializeBuilder(t2); + A.ArgumentError_checkNotNull(t1, "other"); t2._webhook_model$_$v = t1; t1 = t2; } @@ -355962,6 +358034,7 @@ t1 = $$v.listUIState; t1.toString; t2 = new A.ListUIStateBuilder(); + A.ArgumentError_checkNotNull(t1, "other"); t2._list_ui_state$_$v = t1; _this._webhook_state$_listUIState = t2; _this._webhook_state$_selectedId = $$v.selectedId; @@ -356009,8 +358082,7 @@ throw exception; } t1 = _$result; - if (t1 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t1, "other"); _this._webhook_state$_$v = t1; return _$result; } @@ -356020,7 +358092,7 @@ build$1(_, context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - textColor = A.Theme_of(context).textTheme.bodyText1.color, + textColor = A.Theme_of(context).textTheme.bodyLarge.color, t2 = type$.JSArray_legacy_Widget, fieldWidgets = A._setArrayType([], t2); J.forEach$1$ax(this.fields, new A.FieldGrid_build_closure(fieldWidgets, t1, textColor)); @@ -356031,43 +358103,32 @@ }; A.FieldGrid_build_closure.prototype = { call$2(field, value) { - var text, t1, t2, _null = null; + 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, 18, _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.localization; - t2 = this.textColor; - this.fieldWidgets.push(A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.Column$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t1.lookup$1(field), _null, _null, B.TextOverflow_2, _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, _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), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.FieldGrid_build__closure(value, t1), _null, _null, _null, _null, _null), B.Clip_0, B.Color_0, 0, _null, _null, _null, _null, B.MaterialType_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, _null), B.Clip_0, B.Color_0, 0, _null, _null, _null, _null, B.MaterialType_0)); } } }, $signature: 47 }; - A.FieldGrid_build__closure.prototype = { - call$0() { - var t2, - t1 = this.value; - A.Clipboard_setData(new A.ClipboardData(t1)); - t2 = this.localization.get$copiedToClipboard(); - A.showToast(B.JSString_methods.replaceFirst$2(t2, ":value", A.stringReplaceAllUnchecked(t1, "\n", " "))); - }, - $signature: 1 - }; 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: 398 }; A.ActionMenuButton.prototype = { build$1(_, context) { var t1, _this = this, _null = null, actions = A._setArrayType([], type$.JSArray_legacy_PopupMenuEntry_legacy_EntityAction); if (_this.isSaving) - return A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.SizedBox(26, 26, A.CircularProgressIndicator$(_null, B.Color_4294967295, _null, _null, _null, 4, _null, _null), _null), 24, _null, B.EdgeInsets_8_8_8_8, _null, _null); + return A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.SizedBox(26, 26, A.CircularProgressIndicator$(_null, B.Color_4294967295, _null, _null, _null, 4, _null, _null), _null), _null, _null, B.EdgeInsets_8_8_8_8, _null, _null); B.JSArray_methods.forEach$1(_this.entityActions, new A.ActionMenuButton_build_closure(actions, context)); t1 = _this.iconData; if (t1 == null) @@ -356089,19 +358150,19 @@ t1.push(A.PopupMenuItem$(A.Row$(A._setArrayType([t3, new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.legacy_EntityAction)); } }, - $signature: 366 + $signature: 397 }; A.ActionMenuButton_build_closure0.prototype = { call$1(context) { return this.actions; }, - $signature: 1954 + $signature: 1962 }; A.ActionMenuButton_build_closure1.prototype = { call$1(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 366 + $signature: 397 }; A.ViewActionMenuButton.prototype = { build$1(_, context) { @@ -356122,8 +358183,8 @@ if (isAllSides) t1 = A.Border_Border$all(color, 2); else { - t1 = t1 === true ? new A.BorderSide(color, 2, B.BorderStyle_1) : B.BorderSide_m7u; - t1 = new A.Border(t1, B.BorderSide_m7u, B.BorderSide_m7u, _this.isLeft === true ? new A.BorderSide(color, 2, B.BorderStyle_1) : B.BorderSide_m7u); + t1 = t1 === true ? new A.BorderSide(color, 2, B.BorderStyle_1) : B.BorderSide_0CF; + t1 = new A.Border(t1, B.BorderSide_0CF, B.BorderSide_0CF, _this.isLeft === true ? new A.BorderSide(color, 2, B.BorderStyle_1) : B.BorderSide_0CF); } 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); } @@ -356178,22 +358239,22 @@ t1 = _this._filterCustom1Controller; if (t1 != null) { t1.close.call$0(); - return 3; + return 4; } t1 = _this._filterCustom2Controller; if (t1 != null) { t1.close.call$0(); - return 4; + return 5; } t1 = _this._filterCustom3Controller; if (t1 != null) { t1.close.call$0(); - return 5; + return 6; } t1 = _this._filterCustom4Controller; if (t1 != null) { t1.close.call$0(); - return 6; + return 7; } return null; }, @@ -356222,13 +358283,13 @@ 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: 1955 + $signature: 1963 }; A._AppBottomBarState_build___closure8.prototype = { call$1(store) { return A._lateReadCheck(store.__Store__state, "_state").getUIState$1(this.$this._widget.entityType).get$listUIState().stateFilters; }, - $signature: 1956 + $signature: 1964 }; A._AppBottomBarState_build___closure7.prototype = { call$2(context, stateFilters) { @@ -356238,7 +358299,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: 1957 + $signature: 1965 }; A._AppBottomBarState_build____closure1.prototype = { call$1(state) { @@ -356250,7 +358311,7 @@ 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: 1958 + $signature: 1966 }; A._AppBottomBarState_build_____closure2.prototype = { call$1(value) { @@ -356282,13 +358343,13 @@ 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: 1959 + $signature: 1967 }; A._AppBottomBarState_build___closure6.prototype = { call$1(store) { return A._lateReadCheck(store.__Store__state, "_state").getUIState$1(this.$this._widget.entityType).get$listUIState().statusFilters; }, - $signature: 1960 + $signature: 1968 }; A._AppBottomBarState_build___closure5.prototype = { call$2(context, statusFilters) { @@ -356299,7 +358360,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: 1961 + $signature: 1969 }; A._AppBottomBarState_build____closure0.prototype = { call$1($status) { @@ -356310,7 +358371,7 @@ 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: 1962 + $signature: 1970 }; A._AppBottomBarState_build_____closure1.prototype = { call$1(value) { @@ -356342,13 +358403,13 @@ 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: 1963 + $signature: 1971 }; A._AppBottomBarState_build___closure0.prototype = { call$1(store) { return A._lateReadCheck(store.__Store__state, "_state").getUIState$1(this.$this._widget.entityType).get$listUIState(); }, - $signature: 1964 + $signature: 1972 }; A._AppBottomBarState_build___closure.prototype = { call$2(context, listUIState) { @@ -356359,7 +358420,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: 1965 + $signature: 1973 }; A._AppBottomBarState_build____closure.prototype = { call$1(sortField) { @@ -356385,7 +358446,7 @@ t3 = _null; return A.InkWell$(false, _null, true, new A.IgnorePointer(true, _null, new A.RadioListTile(sortField, t6, new A._AppBottomBarState_build_____closure(t1, t5, sortField), true, A.Theme_of(t2).colorScheme.secondary, t4, t3, true, _null, type$.RadioListTile_legacy_String), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._AppBottomBarState_build_____closure0(t1, sortField), _null, _null, _null, _null, _null); }, - $signature: 536 + $signature: 538 }; A._AppBottomBarState_build_____closure0.prototype = { call$0() { @@ -356415,7 +358476,7 @@ call$0() { var t2, t1 = this.$this; - if (t1.closeBottomSheet$0() === 3) + if (t1.closeBottomSheet$0() === 4) return; t2 = A.Scaffold_of(this.context).showBottomSheet$1$1(new A._AppBottomBarState_build__closure10(t1, this.state), type$.legacy_StoreConnector_dynamic_dynamic); t1._filterCustom1Controller = t2; @@ -356430,7 +358491,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: 300 + $signature: 284 }; A._AppBottomBarState_build___closure4.prototype = { call$1(field) { @@ -356448,7 +358509,7 @@ call$0() { var t2, t1 = this.$this; - if (t1.closeBottomSheet$0() === 4) + if (t1.closeBottomSheet$0() === 5) return; t2 = A.Scaffold_of(this.context).showBottomSheet$1$1(new A._AppBottomBarState_build__closure8(t1, this.state), type$.legacy_StoreConnector_dynamic_dynamic); t1._filterCustom2Controller = t2; @@ -356463,7 +358524,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: 300 + $signature: 284 }; A._AppBottomBarState_build___closure3.prototype = { call$1(field) { @@ -356481,7 +358542,7 @@ call$0() { var t2, t1 = this.$this; - if (t1.closeBottomSheet$0() === 5) + if (t1.closeBottomSheet$0() === 6) return; t2 = A.Scaffold_of(this.context).showBottomSheet$1$1(new A._AppBottomBarState_build__closure6(t1, this.state), type$.legacy_StoreConnector_dynamic_dynamic); t1._filterCustom3Controller = t2; @@ -356496,7 +358557,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: 300 + $signature: 284 }; A._AppBottomBarState_build___closure2.prototype = { call$1(field) { @@ -356514,7 +358575,7 @@ call$0() { var t2, t1 = this.$this; - if (t1.closeBottomSheet$0() === 6) + if (t1.closeBottomSheet$0() === 7) return; t2 = A.Scaffold_of(this.context).showBottomSheet$1$1(new A._AppBottomBarState_build__closure4(t1, this.state), type$.legacy_StoreConnector_dynamic_dynamic); t1._filterCustom4Controller = t2; @@ -356529,7 +358590,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: 300 + $signature: 284 }; A._AppBottomBarState_build___closure1.prototype = { call$1(field) { @@ -356558,7 +358619,7 @@ t7 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "multiselect"); if (t7 == null) t7 = ""; - t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57687_MaterialIcons_null_false, _null, _null), 24, new A._AppBottomBarState_build__closure(t2), B.EdgeInsets_8_8_8_8, t7, _null)); + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57687_MaterialIcons_null_false, _null, _null), _null, new A._AppBottomBarState_build__closure(t2), B.EdgeInsets_8_8_8_8, t7, _null)); } B.JSArray_methods.addAll$1(t5, t6); } @@ -356566,36 +358627,36 @@ t7 = A.Icon$(B.IconData_57984_MaterialIcons_null_false, _null, _null); t8 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().stateFilters._list; t8 = t8.length !== 1 || !J.$eq$(B.JSArray_methods.get$first(t8), B.EntityState_active) ? A.Theme_of(context).colorScheme.secondary : _null; - t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, 24, _this._showFilterStateSheet, B.EdgeInsets_8_8_8_8, t6, _null)); + t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, _null, _this._showFilterStateSheet, B.EdgeInsets_8_8_8_8, t6, _null)); if (t2._widget.statuses.length !== 0) { t6 = t1.get$status(t1); t7 = A.Icon$(B.IconData_57967_MaterialIcons_null_false, _null, _null); t8 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().statusFilters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; - t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, 24, _this._showFilterStatusSheet, B.EdgeInsets_8_8_8_8, t6, _null)); + t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, _null, _this._showFilterStatusSheet, B.EdgeInsets_8_8_8_8, t6, _null)); } if (t2._widget.customValues1.length !== 0) { t6 = t1.get$filteredBy(); t7 = A.Icon$(B.IconData_58297_MaterialIcons_null_false, _null, _null); t8 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().custom1Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; - t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, 24, _this._showFilterCustom1Sheet, B.EdgeInsets_8_8_8_8, t6, _null)); + t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, _null, _this._showFilterCustom1Sheet, B.EdgeInsets_8_8_8_8, t6, _null)); } if (t2._widget.customValues2.length !== 0) { t6 = t1.get$filteredBy(); t7 = A.Icon$(B.IconData_58298_MaterialIcons_null_false, _null, _null); t8 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().custom2Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; - t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, 24, _this._showFilterCustom2Sheet, B.EdgeInsets_8_8_8_8, t6, _null)); + t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, _null, _this._showFilterCustom2Sheet, B.EdgeInsets_8_8_8_8, t6, _null)); } if (t2._widget.customValues3.length !== 0) { t6 = t1.get$filteredBy(); t7 = A.Icon$(B.IconData_58293_MaterialIcons_null_false, _null, _null); t8 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().custom3Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; - t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, 24, _this._showFilterCustom3Sheet, B.EdgeInsets_8_8_8_8, t6, _null)); + t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, _null, _this._showFilterCustom3Sheet, B.EdgeInsets_8_8_8_8, t6, _null)); } if (t2._widget.customValues4.length !== 0) { t6 = t1.get$filteredBy(); t7 = A.Icon$(B.IconData_58294_MaterialIcons_null_false, _null, _null); t8 = A._lateReadCheck(store.__Store__state, _s6_).getUIState$1(t2._widget.entityType).get$listUIState().custom4Filters._list.length !== 0 ? A.Theme_of(context).colorScheme.secondary : _null; - t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, 24, _this._showFilterCustom4Sheet, B.EdgeInsets_8_8_8_8, t6, _null)); + t5.push(A.IconButton$(B.Alignment_0_0, t8, _null, true, t7, _null, _this._showFilterCustom4Sheet, B.EdgeInsets_8_8_8_8, t6, _null)); } if (!t2._widget.entityType.get$isSetting()) { t6 = t1.localeCode; @@ -356608,7 +358669,7 @@ if (t6 == null) t6 = ""; } - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(isList ? B.IconData_58938_MaterialIcons_null_false : B.IconData_59061_MaterialIcons_null_true, _null, _null), 24, new A._AppBottomBarState_build__closure0(store), B.EdgeInsets_8_8_8_8, t6, _null)); + t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(isList ? B.IconData_58938_MaterialIcons_null_false : B.IconData_59061_MaterialIcons_null_true, _null, _null), _null, new A._AppBottomBarState_build__closure0(store), B.EdgeInsets_8_8_8_8, t6, _null)); } if (!t2._widget.hideListOptions) { t6 = A._setArrayType([], type$.JSArray_legacy_Widget); @@ -356616,7 +358677,7 @@ t7 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "sort"); if (t7 == null) t7 = ""; - t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58835_MaterialIcons_null_false, _null, _null), 24, _this._showSortSheet, B.EdgeInsets_8_8_8_8, t7, _null)); + t6.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58835_MaterialIcons_null_false, _null, _null), _null, _this._showSortSheet, B.EdgeInsets_8_8_8_8, t7, _null)); } B.JSArray_methods.addAll$1(t5, t6); } @@ -356628,14 +358689,14 @@ if (t6 === B.AppLayout_desktop) t5.push(new A.AppTextButton(t1.get$columns(t1), t4, false, _null, _null)); else - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59066_MaterialIcons_null_false, _null, _null), 24, t4, B.EdgeInsets_8_8_8_8, t1.get$columns(t1), _null)); + t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59066_MaterialIcons_null_false, _null, _null), _null, t4, B.EdgeInsets_8_8_8_8, t1.get$columns(t1), _null)); if (t6 === B.AppLayout_desktop) { t1 = t1.get$refreshData(); t5.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), t1), _null, true, 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, false, _null), _null), _null, 0, new A.CircularNotchedRectangle()); }, - $signature: 1969 + $signature: 1977 }; A._AppBottomBarState_build_closure__onColumnsPressed.prototype = { call$0() { @@ -356685,29 +358746,27 @@ b.get$tableColumns().$indexSet(0, this.$this._widget.entityType.toString$0(0), A.BuiltList_BuiltList$from(this.selected, type$.legacy_String)); return b; }, - $signature: 540 + $signature: 542 }; A._AppBottomBarState_build___onColumnsPressed__closure0.prototype = { call$1(b) { var t1 = b.get$settings(), t2 = this.settings; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1(b) { var t1 = b.get$userCompany(), t2 = this.userCompany; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; return b; }, - $signature: 77 + $signature: 81 }; A._AppBottomBarState_build__closure.prototype = { call$0() { @@ -356738,7 +358797,7 @@ var t1 = this.$this; return A._lateReadCheck(store.__Store__state, "_state").getUIState$1(t1.entityType).get$listUIState().getCustomFilters$1(t1.customNumber); }, - $signature: 1972 + $signature: 1980 }; A.CustomFieldSelector_build_closure.prototype = { call$2(context, customFilters) { @@ -356749,7 +358808,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: 1973 + $signature: 1981 }; A.CustomFieldSelector_build__closure.prototype = { call$1(customField) { @@ -356759,13 +358818,13 @@ 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: 1974 + $signature: 1982 }; A.CustomFieldSelector_build___closure.prototype = { call$1(value) { return this.$this.onSelected.call$1(this.customField); }, - $signature: 11 + $signature: 12 }; A.AppBuilder.prototype = { createState$0() { @@ -356791,7 +358850,7 @@ A.AppHeader.prototype = { build$1(_, context) { var _this = this, _null = null, - textColor = A.Theme_of(context).textTheme.bodyText1.color, + textColor = A.Theme_of(context).textTheme.bodyLarge.color, t1 = type$.JSArray_legacy_Widget, t2 = A._setArrayType([A.Expanded$(new A.AppHeader_build__value1(_this, textColor).call$0(), 1)], t1), t3 = _this.secondValue; @@ -356818,7 +358877,7 @@ t1 = " "; return A.Column$(A._setArrayType([t2, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, 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: 126 + $signature: 127 }; A.AppHeader_build__value2.prototype = { call$0() { @@ -356831,7 +358890,7 @@ t1 = " "; return A.Column$(A._setArrayType([t2, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, 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: 126 + $signature: 127 }; A.AppScrollbar.prototype = { createState$0() { @@ -356848,7 +358907,7 @@ else { t1 = t2.child; t2 = t2.controller; - return new A.MouseRegion(new A._AppScrollbarState_build_closure(_this), _null, new A._AppScrollbarState_build_closure0(_this), B.C__DeferringMouseCursor, true, A.Scrollbar$(t1, t2, A.getLayout(context) === B.AppLayout_desktop && _this._app_scrollbar$_isHovered, true), _null); + return A.MouseRegion$(A.Scrollbar$(t1, t2, A.getLayout(context) === B.AppLayout_desktop && _this._app_scrollbar$_isHovered, true), B.C__DeferringMouseCursor, _null, new A._AppScrollbarState_build_closure(_this), new A._AppScrollbarState_build_closure0(_this), _null); } } }; @@ -356857,7 +358916,7 @@ var t1 = this.$this; return t1.setState$1(new A._AppScrollbarState_build__closure0(t1)); }, - $signature: 413 + $signature: 361 }; A._AppScrollbarState_build__closure0.prototype = { call$0() { @@ -356870,7 +358929,7 @@ var t1 = this.$this; return t1.setState$1(new A._AppScrollbarState_build__closure(t1)); }, - $signature: 299 + $signature: 316 }; A._AppScrollbarState_build__closure.prototype = { call$0() { @@ -356878,6 +358937,22 @@ }, $signature: 19 }; + A.AppTitleBar.prototype = { + build$1(_, context) { + var _null = null, + state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__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, 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)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, t1, 0, _null, _null, _null, _null, B.MaterialType_0); + } + }; A.AppWebView.prototype = { build$1(_, context) { return new A._WebWebView(this.html, null); @@ -356914,7 +358989,7 @@ else primaryColor = state.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, _null); + 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); } }; @@ -356923,7 +358998,7 @@ var t3, t4, _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.bodyText1.color : state.get$accentColor(), + 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; @@ -356976,7 +359051,7 @@ 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_m7u), _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); + 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); 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, _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); @@ -357055,7 +359130,7 @@ else t1.get$_dispatchers()[0].call$1(new A.ViewMainScreen()); }, - $signature: 39 + $signature: 38 }; A.ConfirmEmail.prototype = { build$1(_, context) { @@ -357072,7 +359147,7 @@ t6 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t5), "confirm_your_email_address"); if (t6 == null) t6 = ""; - t6 = A.Text$(t6, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null); + t6 = A.Text$(t6, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null); t7 = state.userCompanyStates; t8 = state.uiState.selectedCompanyIndex; t8 = t7._list[t8].userCompany.user.email; @@ -357123,7 +359198,7 @@ call$2(context, viewModel) { return new A.ConfirmEmail(viewModel, null); }, - $signature: 1979 + $signature: 1987 }; A.ConfirmEmailVM.prototype = {}; A.ConfirmEmailVM_fromStore_closure0.prototype = { @@ -357149,14 +359224,36 @@ 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)); }, - $signature: 545 + $signature: 547 }; A.ConfirmEmailVM_fromStore__closure.prototype = { call$1(b) { b.get$_user_model$_$this()._email = this.email; return b; }, - $signature: 77 + $signature: 81 + }; + A.CopyToClipboard.prototype = { + build$1(_, context) { + var _this = this, _null = null; + if (_this.value == null) + return _this.child; + return A.InkWell$(false, _null, true, _this.child, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.CopyToClipboard_build_closure(_this, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization)), _null, _null, _null, _null, _null); + }, + get$value(receiver) { + return this.value; + } + }; + A.CopyToClipboard_build_closure.prototype = { + call$0() { + var t2, + t1 = this.$this.value; + A.Clipboard_setData(new A.ClipboardData(t1)); + t2 = this.localization.get$copiedToClipboard(); + t1.toString; + A.showToast(B.JSString_methods.replaceFirst$2(t2, ":value", A.stringReplaceAllUnchecked(t1, "\n", " "))); + }, + $signature: 1 }; A.DesktopSessionTimeout.prototype = { createState$0() { @@ -357219,7 +359316,7 @@ else if (sessionLength > sessionTimeout - 120000) t1.setState$1(new A._DesktopSessionTimeoutState_initState__closure(t1)); }, - $signature: 394 + $signature: 328 }; A._DesktopSessionTimeoutState_initState__closure.prototype = { call$0() { @@ -357253,7 +359350,7 @@ 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.headline6, _null, _null, _null), + t2 = A.Text$(_this.message, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), t3 = type$.JSArray_legacy_Widget, t4 = A._setArrayType([], t3), t5 = _this.secondaryActions; @@ -357278,7 +359375,7 @@ call$1(action) { return new A.Padding(B.EdgeInsets_0_0_16_0, action, null); }, - $signature: 1981 + $signature: 1989 }; A.MessageDialog_build_closure0.prototype = { call$0() { @@ -357528,14 +359625,14 @@ else t3 = _this.isValid ? B.MaterialColor_Map_JNEaM_4283215696 : B.MaterialColor_Map_JNc9P_4294198070; t3 = A.Icon$(t4, t3, _null); - return A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, _null, _this.url != null ? new A._HealthListTile_build_closure(_this) : _null, false, _null, _null, t2, _null, t1, t3, _null); + return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _this.url != null ? new A._HealthListTile_build_closure(_this) : _null, false, _null, _null, t2, _null, t1, t3, _null); } }; A._HealthListTile_build_closure.prototype = { call$0() { return A.launch(this.$this.url, null, false); }, - $signature: 28 + $signature: 29 }; A.LoadingDialog.prototype = { build$1(_, context) { @@ -357551,13 +359648,13 @@ t1 = ""; return A.MultiSelectList$(t1, B.List_empty1, _this.defaultSelected, true, false, new A.multiselectDialog__closure(_this.onSelected), _this.options, null, _this.selected); }, - $signature: 1983 + $signature: 1991 }; A.multiselectDialog__closure.prototype = { call$1(values) { return this.onSelected.call$1(values); }, - $signature: 187 + $signature: 179 }; A.MultiSelectList.prototype = { createState$0() { @@ -357656,7 +359753,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.options.$index(0, option), _null, _null, _null, _null, _null, _null, _null, _null, _null), option, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.MultiSelectListState_build_closure3.prototype = { call$1(value) { @@ -357689,11 +359786,11 @@ columnTitle = t2._list[t1].userCompany.company.getCustomFieldLabel$1(option); t1 = "__" + A.S(entry.get$key(entry)) + "_" + A.S(entry.get$value(entry)) + "__"; t2 = this.$this; - t3 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), 24, new A.MultiSelectListState_build__closure2(t2, option), B.EdgeInsets_8_8_8_8, _null, _null); + t3 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.MultiSelectListState_build__closure2(t2, option), B.EdgeInsets_8_8_8_8, _null, _null); t2 = columnTitle.length === 0 ? t2.lookupOption$1(option) : columnTitle; - return new A.Padding(B.EdgeInsets_10_3_10_3, A.Row$(A._setArrayType([t3, new A.SizedBox(20, _null, _null, _null), A.Expanded$(A.Text$(t2, _null, _null, _null, _null, _null, A.Theme_of(this.context).textTheme.subtitle1, B.TextAlign_0, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.ValueKey(t1, type$.ValueKey_legacy_String)); + return new A.Padding(B.EdgeInsets_10_3_10_3, A.Row$(A._setArrayType([t3, new A.SizedBox(20, _null, _null, _null), A.Expanded$(A.Text$(t2, _null, _null, _null, _null, _null, A.Theme_of(this.context).textTheme.titleMedium, B.TextAlign_0, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.ValueKey(t1, type$.ValueKey_legacy_String)); }, - $signature: 1986 + $signature: 1994 }; A.MultiSelectListState_build__closure2.prototype = { call$0() { @@ -357725,7 +359822,7 @@ if (t1.liveChanges) t1.onSelected$1(t2.selected); }, - $signature: 129 + $signature: 131 }; A.MultiSelectListState_build__closure1.prototype = { call$0() { @@ -357755,7 +359852,7 @@ t2 = A._setArrayType(t2.slice(0), A.instanceType(t2)); return t1.selected = t2; }, - $signature: 550 + $signature: 552 }; A.MultiSelectListState_build_closure7.prototype = { call$0() { @@ -357775,7 +359872,7 @@ t2 = A._setArrayType(t2.slice(0), A.instanceType(t2)); return t1.selected = t2; }, - $signature: 550 + $signature: 552 }; A.MultiSelectListState_build_closure8.prototype = { call$0() { @@ -357843,35 +359940,35 @@ A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), B.EntityAction_toggleMultiselect, false); return null; }, - $signature: 25 + $signature: 26 }; 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: 25 + $signature: 26 }; 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: 25 + $signature: 26 }; 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: 25 + $signature: 26 }; 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: 25 + $signature: 26 }; A.DocumentGrid.prototype = { build$1(_, context) { @@ -357922,7 +360019,7 @@ case 0: // Function start $async$goto = 5; - return A._asyncAwait($.$get$PermissionHandlerPlatform__instance().checkPermissionStatus$1(B.Permission_1), $async$call$0); + return A._asyncAwait(A.PermissionActions_request(B.Permission_1), $async$call$0); case 5: // returning from await. $async$goto = $async$result === B.PermissionStatus_1 ? 2 : 4; @@ -357962,7 +360059,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A.DocumentGrid_build_closure0.prototype = { call$0() { @@ -357989,7 +360086,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A.DocumentGrid_build_closure1.prototype = { call$2(context, constraints) { @@ -357998,14 +360095,14 @@ 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: 398 }; A.DocumentGrid_build__closure.prototype = { call$1($document) { var t1 = this.$this; return new A.DocumentTile($document, t1.onDeleteDocument, t1.onViewExpense, null); }, - $signature: 1990 + $signature: 1998 }; A.DocumentTile.prototype = { build$1(_, context) { @@ -358014,10 +360111,10 @@ state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"), t2 = this.document, t3 = t2.name; - t3 = A.Text$(t3, _null, 1, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null); + t3 = A.Text$(t3, _null, 1, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null); t4 = t2.createdAt; 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(t2, 110, _null), new A.Padding(B.EdgeInsets_4_4_4_4, A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([A.Column$(A._setArrayType([t3, A.Text$(A.formatDate(A.DateTime$fromMillisecondsSinceEpoch(t4 * 1000, false).toIso8601String$0(), context, true, true, false) + "\n" + A.formatSize(t2.size), _null, 2, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.caption, _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, state, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_String), _null), _null)], t5), B.Clip_1, B.StackFit_0, _null, _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); + 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, A.Stack$(B.AlignmentDirectional_m1_m1, A._setArrayType([A.Column$(A._setArrayType([t3, A.Text$(A.formatDate(A.DateTime$fromMillisecondsSinceEpoch(t4 * 1000, false).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)], 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, state, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_String), _null), _null)], t5), B.Clip_1, B.StackFit_0, _null, _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; @@ -358048,7 +360145,8 @@ t1 = $async$self.state; t2 = t1.userCompanyStates; t1 = t1.uiState.selectedCompanyIndex; - A.launch(t2._list[t1].userCompany.account.defaultUrl + ("/documents/" + $async$self.$this.document.hash), null, false); + t1 = t2._list[t1]; + A.launch(t1.userCompany.account.defaultUrl + ("/documents/" + $async$self.$this.document.hash), null, false); } else if (value === t1.get$$delete(t1)) { t1 = $async$self.context; A.confirmCallback(false, new A.DocumentTile_build__closure($async$self.$this, t1), t1, null, false, null); @@ -358065,7 +360163,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 297 + $signature: 273 }; A.DocumentTile_build__closure.prototype = { call$1(_) { @@ -358089,7 +360187,7 @@ t2 = type$.legacy_String; return A._setArrayType([A.PopupMenuItem$(new A.IconText(t1.get$view(t1), B.IconData_58458_MaterialIcons_null_false, _null, _null, _null), t1.get$view(t1), t2), A.PopupMenuItem$(new A.IconText(t1.get$download(t1), B.IconData_57857_MaterialIcons_null_false, _null, _null, _null), t1.get$download(t1), t2), A.PopupMenuItem$(new A.IconText(t1.get$$delete(t1), B.IconData_57785_MaterialIcons_null_false, _null, _null, _null), t1.get$$delete(t1), t2)], type$.JSArray_legacy_PopupMenuEntry_legacy_String); }, - $signature: 376 + $signature: 386 }; A.DocumentPreview.prototype = { build$1(_, context) { @@ -358115,14 +360213,14 @@ var _null = null; return A.Container$(_null, A.Center$(A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, this.$this.height, _null, _null, _null, _null, _null, _null); }, - $signature: 1993 + $signature: 2001 }; 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: 1994 + $signature: 2002 }; A.EditScaffold.prototype = { build$1(_, context) { @@ -358254,7 +360352,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 28 + $signature: 29 }; A.EditScaffold_build_closure.prototype = { call$0() { @@ -358277,7 +360375,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A.EditScaffold_build_closure1.prototype = { call$1(context) { @@ -358304,7 +360402,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: 644 + $signature: 557 }; A.EditScaffold_build__closure.prototype = { call$1(action) { @@ -358312,13 +360410,13 @@ t1 = this.context; return A.PopupMenuItem$(A.Row$(A._setArrayType([A.Icon$(A.getEntityActionIcon(action), A.Theme_of(t1).colorScheme.secondary, _null), new A.SizedBox(16, _null, _null, _null), A.Text$(A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).lookup$1(J.toString$0$(action)), _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: 556 + $signature: 558 }; A.EditScaffold_build_closure3.prototype = { call$1(action) { return this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 1998 + $signature: 2006 }; A.showEntityActionsDialog_closure.prototype = { call$1(entityAction) { @@ -358328,20 +360426,20 @@ else return new A.EntityActionListTile(this.entities, entityAction, this.mainContext, this.completer, _null); }, - $signature: 1999 + $signature: 2007 }; A.showEntityActionsDialog_closure0.prototype = { call$1(dialogContext) { return A.SimpleDialog$(this.actions); }, - $signature: 162 + $signature: 160 }; A.EntityActionListTile.prototype = { build$1(_, context) { var _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this.action; - return A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(A.getEntityActionIcon(t2), _null, _null), _null, new A.EntityActionListTile_build_closure(this, context), false, _null, _null, _null, _null, A.Text$(t1.lookup$1(A.toSnakeCase(t2.super$EnumClass$toString(0))), _null, _null, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, _null); + return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityActionIcon(t2), _null, _null), _null, new A.EntityActionListTile_build_closure(this, context), false, _null, _null, _null, _null, A.Text$(t1.lookup$1(A.toSnakeCase(t2.super$EnumClass$toString(0))), _null, _null, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, _null); } }; A.EntityActionListTile_build_closure.prototype = { @@ -358478,7 +360576,7 @@ 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), 24, new A._EntityListTileState_build_closure0(_this, context), B.EdgeInsets_8_8_8_8, _null, _null), _null); + 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); } t1 = isFilteredBy && A.getLayout(context) === B.AppLayout_desktop; t2 = new A.EntityPresenter(); @@ -358511,7 +360609,7 @@ t4 = !(!t4.get$isArchived() && !t4.get$isDeleted(t4)); } else t4 = false; - return new A.MouseRegion(new A._EntityListTileState_build_closure1(_this), _null, new A._EntityListTileState_build_closure2(_this), B.C__DeferringMouseCursor, true, A.Column$(A._setArrayType([new A.SelectedIndicator(A.ListTile$(false, B.EdgeInsets_16_0_16_0, _null, _null, true, _null, t4, _null, leading, new A._EntityListTileState_build_closure3(_this), new A._EntityListTileState_build_closure4(_this), 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), _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, t4, _null, leading, new A._EntityListTileState_build_closure1(_this), new A._EntityListTileState_build_closure2(_this), 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); } }; A._EntityListTileState_build_closure.prototype = { @@ -358529,12 +360627,12 @@ }, $signature: 0 }; - A._EntityListTileState_build_closure1.prototype = { + A._EntityListTileState_build_closure3.prototype = { call$1($event) { var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure0(t1)); }, - $signature: 413 + $signature: 361 }; A._EntityListTileState_build__closure0.prototype = { call$0() { @@ -358542,12 +360640,12 @@ }, $signature: 19 }; - A._EntityListTileState_build_closure2.prototype = { + A._EntityListTileState_build_closure4.prototype = { call$1($event) { var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure(t1)); }, - $signature: 299 + $signature: 316 }; A._EntityListTileState_build__closure.prototype = { call$0() { @@ -358555,13 +360653,13 @@ }, $signature: 19 }; - A._EntityListTileState_build_closure4.prototype = { + A._EntityListTileState_build_closure2.prototype = { call$0() { return A.inspectEntity(this.$this._widget.entity, false); }, $signature: 0 }; - A._EntityListTileState_build_closure3.prototype = { + A._EntityListTileState_build_closure1.prototype = { call$0() { return A.inspectEntity(this.$this._widget.entity, true); }, @@ -358574,12 +360672,15 @@ }; A._EntitiesListTileState.prototype = { _entity_list_tile$_onLongPress$0() { - var store, uiState, entity, t2, - t1 = this._framework$_element; + var store, uiState, entity, t2, _this = this, + t1 = _this._widget.entity; + if (t1.get$isDeleted(t1)) + return; + t1 = _this._framework$_element; t1.toString; store = A.StoreProvider_of(t1, type$.legacy_AppState); uiState = A._lateReadCheck(store.__Store__state, "_state").uiState; - entity = this._widget.entity; + entity = _this._widget.entity; t1 = uiState.filterStack._list; if (t1.length === 0) t2 = null; @@ -358594,11 +360695,11 @@ t1 = true; if (t1) store.get$_dispatchers()[0].call$1(new A.FilterByEntity(entity, false)); - t1 = A.EntityAction_newEntityType(this._widget.entityType); + t1 = A.EntityAction_newEntityType(_this._widget.entityType); A.handleEntitiesActions(A._setArrayType([entity], type$.JSArray_legacy_BaseEntity), t1, false); }, build$1(_, context) { - var t3, t4, t5, _this = this, _null = null, + 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(), @@ -358611,24 +360712,27 @@ if (_this._entity_list_tile$_isHovered) { t4 = _this._widget; if (!t4.hideNew) { - t5 = state.userCompanyStates; - t1 = t1.selectedCompanyIndex; - t4 = t5._list[t1].userCompany.can$2(B.UserPermission_create, t4.entityType); - t1 = t4; + 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); + } else + t1 = false; } 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), 24, _this.get$_entity_list_tile$_onLongPress(), B.EdgeInsets_8_8_8_8, _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), 24, new A._EntitiesListTileState_build_closure(_this, context), B.EdgeInsets_8_8_8_8, _null, _null), _null); - return new A.MouseRegion(new A._EntitiesListTileState_build_closure0(_this), _null, new A._EntitiesListTileState_build_closure1(_this), B.C__DeferringMouseCursor, true, A.Column$(A._setArrayType([new A.SelectedIndicator(A.ListTile$(false, B.EdgeInsets_16_0_16_0, _null, _null, true, _null, false, _null, t1, _this.get$_entity_list_tile$_onLongPress(), new A._EntitiesListTileState_build_closure2(_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), 24, new A._EntitiesListTileState_build_closure3(), B.EdgeInsets_8_8_8_8, _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), _null); + 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) : 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); + 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), 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_closure0.prototype = { + A._EntitiesListTileState_build_closure2.prototype = { call$1($event) { var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure0(t1)); }, - $signature: 413 + $signature: 361 }; A._EntitiesListTileState_build__closure0.prototype = { call$0() { @@ -358636,12 +360740,12 @@ }, $signature: 19 }; - A._EntitiesListTileState_build_closure1.prototype = { + A._EntitiesListTileState_build_closure3.prototype = { call$1($event) { var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure(t1)); }, - $signature: 299 + $signature: 316 }; A._EntitiesListTileState_build__closure.prototype = { call$0() { @@ -358656,13 +360760,13 @@ }, $signature: 0 }; - A._EntitiesListTileState_build_closure3.prototype = { + A._EntitiesListTileState_build_closure1.prototype = { call$0() { return null; }, $signature: 1 }; - A._EntitiesListTileState_build_closure2.prototype = { + A._EntitiesListTileState_build_closure0.prototype = { call$0() { var t1 = this.$this._widget; return A.viewEntitiesByType(t1.entityType, t1.entity); @@ -358860,18 +360964,18 @@ return new A.SizedBox(_null, _null, _null, _null); theme = A.Theme_of(context); if (_this._widget.allowClearing && _this.get$hasValue()) - iconButton = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), 24, new A._EntityDropdownState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null); + iconButton = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._EntityDropdownState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null); 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), 24, new A._EntityDropdownState_build_closure0(_this), B.EdgeInsets_8_8_8_8, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$createNew(), _null) : _null; + 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, 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), _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, 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, false, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, t1.allowClearing && _this.get$hasValue() ? _null : B.Icon_OxR, _null, _null, _null), _null, false, _this._entity_dropdown$_focusNode, _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, true, _null, _null, B.TextAlign_4, _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)], 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, 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, 1, _null, false, _null, _null, _null, _null, true, _null, _null, B.TextAlign_4, _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)], 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), 24, new A._EntityDropdownState_build_closure7(_this), B.EdgeInsets_8_8_8_8, _null, _null)); + 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)); return A.Stack$(B.Alignment_1_0, t2, B.Clip_1, B.StackFit_0, _null, _null); } }; @@ -358890,7 +360994,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: 2002 + $signature: 2010 }; A._EntityDropdownState__showOptions__closure0.prototype = { call$2(entity, update) { @@ -358910,13 +361014,13 @@ call$1(entity) { return this.call$2(entity, true); }, - $signature: 2003 + $signature: 2011 }; A._EntityDropdownState__showOptions__closure.prototype = { call$2(context, completer) { return this.$this._widget.onAddPressed$1(completer); }, - $signature: 2004 + $signature: 2012 }; A._EntityDropdownState_build_closure.prototype = { call$0() { @@ -358939,7 +361043,7 @@ call$1(entity) { this.$this._widget.onSelected$1(entity); }, - $signature: 44 + $signature: 41 }; A._EntityDropdownState_build_closure5.prototype = { call$1(textEditingValue) { @@ -358960,26 +361064,26 @@ return A._setArrayType([], type$.JSArray_legacy_SelectableEntity); return options; }, - $signature: 2006 + $signature: 2014 }; A._EntityDropdownState_build__closure.prototype = { call$1(entityId) { return this.$this._entityMap._map$_map.$index(0, entityId); }, - $signature: 2007 + $signature: 2015 }; A._EntityDropdownState_build__closure0.prototype = { call$1(entity) { var t1 = entity == null ? null : entity.matchesFilter$1(this.textEditingValue.text); return t1 === true; }, - $signature: 2008 + $signature: 2016 }; A._EntityDropdownState_build_closure3.prototype = { call$1(entity) { return entity.get$listDisplayName(); }, - $signature: 2009 + $signature: 2017 }; A._EntityDropdownState_build_closure4.prototype = { call$1(entity) { @@ -358992,14 +361096,14 @@ t2._entity_dropdown$_focusNode.requestFocus$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build__closure1(t2)); }, - $signature: 44 + $signature: 41 }; A._EntityDropdownState_build__closure1.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: 39 + $signature: 38 }; A._EntityDropdownState_build_closure1.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { @@ -359018,7 +361122,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__closure3(t1), new A._EntityDropdownState_build__closure4(onFieldSubmitted), _null, t2, _null, this.iconButton, B.TextAlign_4, t3); }, - $signature: 377 + $signature: 382 }; A._EntityDropdownState_build__closure4.prototype = { call$1(value) { @@ -359035,32 +361139,48 @@ A._EntityDropdownState_build_closure2.prototype = { call$3(context, onSelected, options) { var _null = null, - highlightedIndex = A.AutocompleteHighlightedOption_of(context), 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__closure2(this.$this, highlightedIndex, 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, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, B.MaterialType_0), _null), _null); + return new A.Theme(this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, new A.ScrollableListViewBuilder(new A._EntityDropdownState_build__closure2(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, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 2012 + $signature: 2020 }; A._EntityDropdownState_build__closure2.prototype = { call$2(context, index) { - var t1, t2, t3, t4, _this = this, _null = null; - if (_this.highlightedIndex === index) - t1 = A.convertHexStringToColor(_this.state.prefState.enableDarkMode ? "#253750" : "#e5f5ff"); + var _this = this; + return new A.Builder(new A._EntityDropdownState_build___closure(_this.$this, index, _this.state, _this.onSelected, _this.options), null); + }, + $signature: 2021 + }; + A._EntityDropdownState_build___closure.prototype = { + call$1(context) { + var t3, t4, _this = this, _null = null, + t1 = _this.index, + t2 = A.AutocompleteHighlightedOption_of(context) === t1; + if (t2) + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build____closure(context)); + if (t2) + t2 = A.convertHexStringToColor(_this.state.prefState.enableDarkMode ? "#253750" : "#e5f5ff"); else - t1 = A.Theme_of(context).cardColor; - t2 = J.elementAt$1$ax(_this.options, index); + t2 = A.Theme_of(context).cardColor; + t1 = J.elementAt$1$ax(_this.options, t1); t3 = _this.$this; t4 = t3._entity_dropdown$_filter; t3 = t3._widget; - return A.Container$(_null, new A.EntityAutocompleteListTile(t2, new A._EntityDropdownState_build___closure(_this.onSelected), t4, t3.overrideSuggestedAmount, t3.overrideSuggestedLabel, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Container$(_null, new A.EntityAutocompleteListTile(t1, new A._EntityDropdownState_build____closure0(_this.onSelected), t4, t3.overrideSuggestedAmount, t3.overrideSuggestedLabel, _null), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 378 + $signature: 2022 }; - A._EntityDropdownState_build___closure.prototype = { + A._EntityDropdownState_build____closure.prototype = { + call$1(timeStamp) { + A.Scrollable_ensureVisible(this.context, 0, B.ScrollPositionAlignmentPolicy_0); + }, + $signature: 38 + }; + A._EntityDropdownState_build____closure0.prototype = { call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 166 + $signature: 169 }; A._EntityDropdownState_build_closure6.prototype = { call$0() { @@ -359101,7 +361221,7 @@ this.$this._widget.onSelected$1(entity); A.Navigator_of(this.context, false).pop$1(0, null); }, - $signature: 166 + $signature: 169 }; A._EntityDropdownDialogState_build__headerRow.prototype = { call$0() { @@ -359109,13 +361229,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_empty1, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_EYU, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3.get$filter(t3), _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, true, true, _null, false, _null, _null, _null, _null, _null, true, _null, 1, _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), + t4 = A.Expanded$(A.TextField$(true, B.List_empty1, 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, true, true, _null, false, _null, _null, _null, _null, _null, true, _null, 1, _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, 24, new A._EntityDropdownDialogState_build__headerRow_closure0(t5), B.EdgeInsets_8_8_8_8, _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), 24, new A._EntityDropdownDialogState_build__headerRow_closure1(t2, t5), B.EdgeInsets_8_8_8_8, t3.get$createNew(), _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + 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); + 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, 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: 126 + $signature: 127 }; A._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1(value) { @@ -359153,7 +361273,7 @@ call$1(entity) { this.$this._widget.onSelected$2(entity, false); }, - $signature: 44 + $signature: 41 }; A._EntityDropdownDialogState_build__createList.prototype = { call$0() { @@ -359163,7 +361283,7 @@ matches = A.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E")); return new A.ScrollableListViewBuilder(new A._EntityDropdownDialogState_build__createList_closure0(t1, matches, this._selectEntity), _null, matches.length, _null, _null, _null); }, - $signature: 126 + $signature: 127 }; A._EntityDropdownDialogState_build__createList_closure.prototype = { call$1(entityId) { @@ -359183,13 +361303,13 @@ t1 = t1._widget; return new A.EntityAutocompleteListTile(entity, new A._EntityDropdownDialogState_build__createList__closure(this._selectEntity), t2, t1.overrideSuggestedAmount, t1.overrideSuggestedLabel, null); }, - $signature: 2015 + $signature: 2024 }; A._EntityDropdownDialogState_build__createList__closure.prototype = { call$1(entity) { return this._selectEntity.call$1(entity); }, - $signature: 166 + $signature: 169 }; A.EntityAutocompleteListTile.prototype = { build$1(_, context) { @@ -359200,10 +361320,10 @@ label = t2 == null ? t1.get$listDisplayName() : t2.call$1(t1); t2 = _this.overrideSuggestedAmount; amount = t2 == null ? A.formatNumber(t1.get$listDisplayAmount(), context, _null, _null, t1.get$listDisplayAmountType(), true, _null, false) : t2.call$1(t1); - t2 = A.Expanded$(A.Text$(label, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.subtitle1, _null, _null, _null), 1); - t2 = A.Row$(A._setArrayType([t2, t1.get$listDisplayAmount() != null ? A.Text$(amount, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.subtitle1, _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), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t2 = A.Expanded$(A.Text$(label, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), 1); + t2 = A.Row$(A._setArrayType([t2, t1.get$listDisplayAmount() != null ? A.Text$(amount, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _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), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); t1 = subtitle != null ? A.Text$(subtitle, _null, 2, _null, _null, _null, _null, _null, _null, _null) : _null; - return A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, _null, new A.EntityAutocompleteListTile_build_closure(_this), false, _null, _null, t1, _null, t2, _null, _null); + return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A.EntityAutocompleteListTile_build_closure(_this), false, _null, _null, t1, _null, t2, _null, _null); } }; A.EntityAutocompleteListTile_build_closure.prototype = { @@ -359217,7 +361337,7 @@ build$1(_, context) { var 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.bodyText1.color, + 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), @@ -359252,27 +361372,25 @@ call$0() { 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); - 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.SelectableText$(t1, 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)))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + 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); + 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, _null); }, - $signature: 126 + $signature: 127 }; A.EntityHeader_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); - 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.SelectableText$(t1, 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)))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + 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); + 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, _null); }, - $signature: 126 + $signature: 127 }; A.EntityStateLabel.prototype = { build$1(_, context) { @@ -359288,7 +361406,7 @@ }; A.EntityTopFilter.prototype = { build$1(_, context) { - var filterEntity, relatedTypes, backgroundColor, t4, t5, t6, t7, t8, t9, t10, i, t11, t12, _null = null, + var filterEntity, relatedTypes, backgroundColor, t4, t5, t6, t7, t8, t9, t10, 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"), @@ -359338,16 +361456,16 @@ for (i = 0; i < relatedTypes.length; ++i) { t9 = t1.lookup$1(relatedTypes[i].get$plural()); t10 = !t2 || state.get$hasAccentColor() ? A.convertHexStringToColor("#FFFFFF") : A.convertHexStringToColor("#000000"); - t11 = 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, _null); + t9 = A.TextButton$(false, new A.Text(t9, _null, new A.TextStyle(true, t10, _null, _null, _null, _null, _null, _null, _null, _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_closure2(filterEntity, relatedTypes, i), new A.EntityTopFilter_build_closure3(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)); if (J.$eq$(relatedTypes[i], routeEntityType)) - t12 = new A.Border(B.BorderSide_m7u, B.BorderSide_m7u, new A.BorderSide(!t2 || !state.get$hasAccentColor() ? state.get$accentColor() : B.Color_4294967295, 2, B.BorderStyle_1), B.BorderSide_m7u); + t10 = new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, new A.BorderSide(!t2 || !state.get$hasAccentColor() ? state.get$accentColor() : B.Color_4294967295, 2, B.BorderStyle_1), B.BorderSide_0CF); else - t12 = _null; - t7.push(new A.DecoratedBox(new A.BoxDecoration(_null, _null, t12, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0, new A.TextButton(new A.EntityTopFilter_build_closure2(relatedTypes, i, filterEntity), new A.EntityTopFilter_build_closure3(filterEntity, relatedTypes, i), t11, B.Clip_0, _null, false, new A.Text(t9, new A.TextStyle(true, t10, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null), _null), _null)); + t10 = _null; + t7.push(new A.DecoratedBox(new A.BoxDecoration(_null, _null, t10, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0, t9, _null)); } t8.push(A.Expanded$(new A.Align(B.Alignment_m1_0, _null, _null, A.OverflowView$flexible(new A.EntityTopFilter_build_closure4(t1, state, routeEntityType, filterEntityType, filterEntity, relatedTypes), t7, 4), _null), 1)); t8.push(new A.SizedBox(4, _null, _null, _null)); - t8.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, state.get$headerTextColor(), _null), 24, new A.EntityTopFilter_build_closure5(store, uiState), B.EdgeInsets_8_8_8_8, _null, _null)); + t8.push(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_closure5(store, uiState), B.EdgeInsets_8_8_8_8, _null, _null)); t1 = A.Row$(t8, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } return A.Material$(B.Duration_200000, true, _null, A.AnimatedContainer$(A.AnimatedOpacity$(false, t1, B.Cubic_oKc, t6, t3), _null, B.Cubic_oKc, _null, t5, t4, _null, _null, _null, _null), B.Clip_0, backgroundColor, 0, _null, _null, _null, _null, B.MaterialType_0); @@ -359359,7 +361477,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(element); }, - $signature: 309 + $signature: 323 }; A.EntityTopFilter_build_closure1.prototype = { call$0() { @@ -359375,13 +361493,13 @@ }, $signature: 1 }; - A.EntityTopFilter_build_closure2.prototype = { + A.EntityTopFilter_build_closure3.prototype = { call$0() { A.viewEntitiesByType(this.relatedTypes[this.i], this.filterEntity); }, $signature: 1 }; - A.EntityTopFilter_build_closure3.prototype = { + A.EntityTopFilter_build_closure2.prototype = { call$0() { var t1 = A.EntityAction_newEntityType(this.relatedTypes[this.i]); A.handleEntitiesActions(A._setArrayType([this.filterEntity], type$.JSArray_legacy_BaseEntity), t1, false); @@ -359396,7 +361514,7 @@ t3 = _this.filterEntityType; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_4_0_4_0, A.Row$(A._setArrayType([A.Text$(t1.get$more(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 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: 2016 + $signature: 2025 }; A.EntityTopFilter_build__closure0.prototype = { call$1(value) { @@ -359406,7 +361524,7 @@ else A.viewEntitiesByType(value, t1); }, - $signature: 186 + $signature: 193 }; A.EntityTopFilter_build__closure.prototype = { call$1(context) { @@ -359417,7 +361535,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: 2018 + $signature: 2027 }; A.EntityTopFilter_build___closure.prototype = { call$1(element) { @@ -359425,7 +361543,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(element); }, - $signature: 309 + $signature: 323 }; A.EntityTopFilter_build___closure0.prototype = { call$1(type) { @@ -359433,7 +361551,7 @@ t1 = this.localization; return A.PopupMenuItem$(new A.ConstrainedBox(new A.BoxConstraints(75, 1 / 0, 0, 1 / 0), A.Text$(type === this.filterEntityType ? t1.get$overview() : A.S(t1.lookup$1(type.get$plural())), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), type, type$.legacy_EntityType); }, - $signature: 2019 + $signature: 2028 }; A.EntityTopFilter_build_closure5.prototype = { call$0() { @@ -359472,7 +361590,7 @@ 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, _null, _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, !t5, _null), _null, _null, _this.elevation, _null, true, new A.RoundedRectangleBorder(t4, B.BorderSide_m7u)), _null), _null); + return new A.Padding(t3, A.FocusTraversalGroup$(A.Card$(new A.AppBorder(new A.Padding(t6, t1, _null), _null, _null, !t5, _null), _null, _null, _this.elevation, _null, true, new A.RoundedRectangleBorder(t4, B.BorderSide_0CF)), _null), _null); } }; A.AppDropdownButton.prototype = { @@ -359495,7 +361613,7 @@ t3.push(A.DropdownMenuItem$(new A.SizedBox(_null, _null, _null, _null), _this.blankValue, t4)); B.JSArray_methods.addAll$1(t3, t1); dropDownButton = new A.DropdownButtonHideUnderline(A.DropdownButton$(B.AlignmentDirectional_m1_0, false, _null, _null, 8, _null, _null, _null, _null, _null, _null, _null, 24, t5, true, 48, t3, _null, t6, _null, _this.selectedItemBuilder, _null, checkedValue, t4), _null); - return t5 ? A.InputDecorator$(_null, dropDownButton, 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, false, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, isEmpty, false, false, _null, _null) : dropDownButton; + return t5 ? A.InputDecorator$(_null, dropDownButton, 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, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, isEmpty, false, false, _null, _null) : dropDownButton; }, get$value(receiver) { return this.value; @@ -359515,7 +361633,7 @@ t1 = _this.child; if (t1 == null) t1 = new A.ScrollableListView(_this.children, _null, _null, _null); - return A.FocusScope$(false, A.Form$(false, t1, _this.formKey), _null, _this.focusNode); + return A.FocusScope$(false, A.Form$(_null, t1, _this.formKey), _null, _this.focusNode); } }; A.AppTabForm.prototype = { @@ -359525,7 +361643,7 @@ t1 = _this.tabBarKey; if (t1 == null) t1 = new A.ValueKey(state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int); - return A.FocusScope$(false, A.Form$(false, A.TabBarView$(_this.children, _this.tabController, t1), _this.formKey), null, _this.focusNode); + return A.FocusScope$(false, A.Form$(null, A.TabBarView$(_this.children, _this.tabController, t1), _this.formKey), null, _this.focusNode); } }; A.AppTabBar.prototype = { @@ -359555,7 +361673,7 @@ call$1(index) { return this.$this.onTabChanged.call$1(index); }, - $signature: 168 + $signature: 166 }; A.BoolDropdownButton.prototype = { build$1(_, context) { @@ -359584,8 +361702,8 @@ 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_EYU; - 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, false, _null, _null, _null, _this.label, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = _showBlank ? _null : B._NoInputBorder_sqK; + 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); if (_showBlank) { @@ -359616,13 +361734,13 @@ call$1(value) { return this.$this.onChanged.call$1(value); }, - $signature: 11 + $signature: 12 }; A.BoolDropdownButton_build_closure0.prototype = { call$1(value) { return this.$this.onChanged.call$1(value); }, - $signature: 11 + $signature: 12 }; A.BoolDropdownButton_build_closure2.prototype = { call$0() { @@ -359750,9 +361868,9 @@ _this._widget.toString; t3 = _this._selectedColor; if (t3 != null) - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), 24, new A._FormColorPickerState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null)); + t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._FormColorPickerState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null)); else - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57724_MaterialIcons_null_false, _null, _null), 24, t2, B.EdgeInsets_8_8_8_8, _null, _null)); + t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57724_MaterialIcons_null_false, _null, _null), _null, t2, B.EdgeInsets_8_8_8_8, _null, _null)); return A.Stack$(B.Alignment_1_0, A._setArrayType([t1, A.Row$(t5, B.CrossAxisAlignment_2, B.MainAxisAlignment_1, B.MainAxisSize_1, _null)], t6), B.Clip_1, B.StackFit_0, _null, _null); } }; @@ -359799,13 +361917,13 @@ t3 = _this.localization; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t3.get$cancel(t3).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 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, _null); }, - $signature: 169 + $signature: 165 }; A._FormColorPickerState__showPicker__closure.prototype = { call$1(color) { this.$this._pendingColor = A.convertColorToHexString(color); }, - $signature: 2022 + $signature: 2031 }; A._FormColorPickerState__showPicker__closure0.prototype = { call$0() { @@ -359941,7 +362059,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(option, _null, _null, _null, _null, _null, _null, _null, _null, _null), option, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._CustomFieldState_build_closure2.prototype = { call$1(value) { @@ -360083,7 +362201,7 @@ if (initialDate._value < t1) firstDate = initialDate; } else { - t1 = A.Primitives_valueFromDecomposedDate(2015, 8, 1, 0, 0, 0, 0, false); + t1 = A.Primitives_valueFromDecomposedDate(1920, 1, 1, 0, 0, 0, 0, false); if (!A._isInt(t1)) A.throwExpression(A.argumentErrorValue(t1)); firstDate = new A.DateTime(t1, false); @@ -360129,8 +362247,8 @@ t2 = label; if (t2 == null) t2 = ""; - t3 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57782_MaterialIcons_null_false, _null, _null), 24, new A._DatePickerState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null); - return A.DecoratedFormField$(false, _null, false, false, _this._textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null), true, _this._date_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._DatePickerState_build_closure0(_this, context), _null, _null, true, _null, _null, B.TextAlign_4, t1); + t3 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57782_MaterialIcons_null_false, _null, _null), _null, new A._DatePickerState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null); + return A.DecoratedFormField$(false, _null, false, false, _this._textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null), true, _this._date_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._DatePickerState_build_closure0(_this, context), _null, _null, true, _null, _null, B.TextAlign_4, t1); } }; A._DatePickerState__onFoucsChanged_closure.prototype = { @@ -360248,7 +362366,7 @@ }; A._DecoratedFormFieldState.prototype = { build$1(_, context) { - var hasValue, enterShouldSubmit, inputDecoration, icon, state, t3, t4, t5, t6, t7, t8, _this = this, _null = null, + var hasValue, enterShouldSubmit, inputDecoration, icon, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, t1 = _this._widget, iconButton = t1.suffixIconButton, t2 = t1.initialValue; @@ -360276,50 +362394,51 @@ if (t1) { t1 = _this._widget; if (t1.suffixIconButton == null && t1.suffixIcon == null && t1.enabled) - iconButton = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), 24, new A._DecoratedFormFieldState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null); + iconButton = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._DecoratedFormFieldState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null); } t1 = _this._widget; inputDecoration = t1.decoration; - if (!(inputDecoration != null)) - if (t1.label == null) + if (!(inputDecoration != null)) { + t2 = t1.label; + if (t2 == null) inputDecoration = _null; else { icon = t1.suffixIcon; if (icon == null) icon = iconButton; if (icon == null) - if (t1.isMoney) { - state = A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"); - t1 = state.userCompanyStates; - t2 = state.uiState.selectedCompanyIndex; - t2 = t1._list[t2].userCompany.company.settings.currencyId; - icon = A.Icon$((t2 == null ? "1" : t2) === "3" ? B.IconData_57915_MaterialIcons_null_false : B.IconData_57522_MaterialIcons_null_false, _null, _null); - } else if (t1.isPercent) - icon = A.Icon$(B._MdiIconData_egL, _null, 16); - t1 = _this._widget; - t2 = t1.label; + icon = t1.isPercent ? A.Icon$(B._MdiIconData_egL, _null, 16) : icon; t3 = t1.hint; t4 = icon == null ? _null : icon; if ((t3 == null ? "" : t3).length !== 0) - t5 = (t2 == null ? "" : t2).length === 0; + t5 = t2.length === 0; else t5 = false; - inputDecoration = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, t5 ? B.FloatingLabelBehavior_2 : B.FloatingLabelBehavior_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, false, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null); + inputDecoration = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, t5 ? B.FloatingLabelBehavior_2 : B.FloatingLabelBehavior_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, false, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null); } - t2 = t1.keyboardType; - t3 = t1.maxLines; - if (t3 == null) - t3 = 1; - t4 = t1.autovalidate ? B.AutovalidateMode_2 : B.AutovalidateMode_0; + } + t2 = t1.label; + t3 = t1.focusNode; + t4 = t1.controller; + t5 = t1.autofocus; + t6 = t1.validator; + t7 = t1.keyboardType; + t8 = t1.maxLines; + if (t8 == null) + t8 = 1; + t9 = t1.minLines; + t10 = t1.autovalidate ? B.AutovalidateMode_2 : B.AutovalidateMode_0; !t1.isMoney; - if (t2.$eq(0, B.TextInputType_1_null_null)) - t5 = B.TextInputAction_12; + t11 = t1.obscureText; + t1 = t1.initialValue; + if (t7.$eq(0, B.TextInputType_1_null_null)) + t12 = B.TextInputAction_12; else - t5 = enterShouldSubmit ? B.TextInputAction_2 : B.TextInputAction_6; - t6 = _this._widget; - t7 = t6.inputFormatters; - t8 = t6.enabled; - return A.TextFormField$(false, t6.autofillHints, t1.autofocus, t4, t1.controller, inputDecoration, t8, false, t1.focusNode, t1.initialValue, t7, new A.ValueKey(t1.label, type$.ValueKey_legacy_String), t2, t3, t1.minLines, t1.obscureText, new A._DecoratedFormFieldState_build_closure0(_this), _null, new A._DecoratedFormFieldState_build_closure1(_this, enterShouldSubmit, context), _null, false, _null, _null, t6.textAlign, t5, t1.validator); + t12 = enterShouldSubmit ? B.TextInputAction_2 : B.TextInputAction_6; + t13 = _this._widget; + t14 = t13.inputFormatters; + t15 = t13.enabled; + return A.TextFormField$(false, t13.autofillHints, t5, t10, t4, inputDecoration, t15, false, t3, t1, t14, new A.ValueKey(t2, type$.ValueKey_legacy_String), t7, t8, t9, t11, new A._DecoratedFormFieldState_build_closure0(_this), _null, new A._DecoratedFormFieldState_build_closure1(_this, enterShouldSubmit, context), _null, false, _null, _null, t13.textAlign, t12, t6); } }; A._DecoratedFormFieldState_build_closure.prototype = { @@ -360433,7 +362552,7 @@ 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), value, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.DiscountField.prototype = { build$1(_, context) { @@ -360505,7 +362624,7 @@ } _this._widget.toString; t2 = A.PopupMenuButton$(B.Icon_MC7, _null, true, _null, _null, new A._DurationPickerState_build_closure(), new A._DurationPickerState_build_closure0(_this), B.EdgeInsets_0_0_0_0, _null, type$.legacy_int); - return A.DecoratedFormField$(false, _null, false, false, _this._duration_picker$_textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null), true, _this._duration_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._DurationPickerState_build_closure1(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null); + return A.DecoratedFormField$(false, _null, false, false, _this._duration_picker$_textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null), true, _this._duration_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._DurationPickerState_build_closure1(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null); } }; A._DurationPickerState__onFoucsChanged_closure.prototype = { @@ -360546,14 +362665,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: 2024 + $signature: 2033 }; 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: 2025 + $signature: 2034 }; A._DurationPickerState_build_closure0.prototype = { call$1(minutes) { @@ -360562,7 +362681,7 @@ t1._duration_picker$_textController.set$text(0, A.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 98 + $signature: 94 }; A.DynamicSelector.prototype = { build$1(_, context) { @@ -360608,14 +362727,14 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), entityId, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; 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: 56 + $signature: 55 }; A.GrowableFormField.prototype = { createState$0() { @@ -360697,7 +362816,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A.NotificationSettings.prototype = { build$1(_, context) { @@ -360801,7 +362920,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: 2028 + $signature: 2037 }; A.NotificationSettings_build__closure.prototype = { call$1(value) { @@ -360866,7 +362985,7 @@ }; A._PasswordFormFieldState.prototype = { build$1(_, context) { - var t3, t4, t5, t6, t7, t8, _this = this, _null = null, + 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; if (t2 == null) @@ -360888,8 +363007,14 @@ t7 = ""; } t8 = _this._password_field$_isPasswordObscured; - t3 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(B.Alignment_0_1, _null, _null, true, A.Icon$(t8 ? B.IconData_59069_MaterialIcons_null_false : B.IconData_59070_MaterialIcons_null_false, B.MaterialColor_Map_HFpTk_4288585374, _null), 24, new A._PasswordFormFieldState_build_closure(_this), B.EdgeInsets_8_8_8_8, t7, _null), _null, _null, _null); - return A.DecoratedFormField$(false, A._setArrayType([_this._widget.newPassword ? "newPassword" : "password"], type$.JSArray_legacy_String), false, t6, t4, t3, true, _null, _null, _null, _null, false, false, new A.ValueKey(t2, type$.ValueKey_legacy_String), B.TextInputType_7_null_null, _null, _null, _null, t8, _null, _null, t5, true, _null, _null, B.TextAlign_4, new A._PasswordFormFieldState_build_closure0(_this, t1)); + t3 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(B.Alignment_0_1, _null, _null, true, A.Icon$(t8 ? B.IconData_59069_MaterialIcons_null_false : B.IconData_59070_MaterialIcons_null_false, B.MaterialColor_Map_HFpTk_4288585374, _null), _null, new A._PasswordFormFieldState_build_closure(_this), B.EdgeInsets_8_8_8_8, t7, _null), _null, _null, _null, _null); + t7 = _this._widget; + if (t7.validate) { + t9 = A._setArrayType([t7.newPassword ? "newPassword" : "password"], type$.JSArray_legacy_String); + t7 = t9; + } else + t7 = _null; + return A.DecoratedFormField$(false, t7, false, t6, t4, t3, true, _null, _null, _null, _null, false, false, new A.ValueKey(t2, type$.ValueKey_legacy_String), B.TextInputType_7_null_null, _null, _null, _null, t8, _null, _null, t5, true, _null, _null, B.TextAlign_4, new A._PasswordFormFieldState_build_closure0(_this, t1)); } }; A._PasswordFormFieldState_build_closure.prototype = { @@ -360908,11 +363033,14 @@ }; A._PasswordFormFieldState_build_closure0.prototype = { call$1(value) { - var regExp, _this = this, - t1 = value.length; - if (t1 === 0 || B.JSString_methods.trim$0(value).length === 0) { - if (_this.$this._widget.newPassword) - t1 = null; + var t2, regExp, _this = this, _null = null, + t1 = _this.$this._widget; + if (!t1.validate) + return _null; + t2 = value.length; + if (t2 === 0 || B.JSString_methods.trim$0(value).length === 0) { + if (t1.newPassword) + t1 = _null; else { t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, _this.localization.localeCode), "please_enter_your_password"); if (t1 == null) @@ -360920,9 +363048,9 @@ } return t1; } - if (!_this.$this._widget.newPassword) - return null; - if (t1 < 8) + if (!t1.newPassword) + return _null; + if (t2 < 8) return _this.localization.get$passwordIsTooShort(); regExp = A.RegExp_RegExp("^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9]).{8,}$", true, false); if (typeof value != "string") @@ -360931,7 +363059,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, _this.localization.localeCode), "password_is_too_easy"); return t1 == null ? "" : t1; } - return null; + return _null; }, $signature: 15 }; @@ -360974,7 +363102,7 @@ t3 = false; return new A.AppTextButton(t2, t1.isEnabled || t1.isCancelEnabled ? new A.SaveCancelButtons_build__closure0(t1, context) : null, t3, null, null); }, - $signature: 294 + $signature: 265 }; A.SaveCancelButtons_build__closure0.prototype = { call$0() { @@ -360994,7 +363122,7 @@ t3 = t1.isEnabled ? new A.SaveCancelButtons_build__closure(t1, context) : null; return new A.AppTextButton(t2, t3, t1.isHeader, null, null); }, - $signature: 294 + $signature: 265 }; A.SaveCancelButtons_build__closure.prototype = { call$0() { @@ -361105,8 +363233,8 @@ t1 = t2 == null ? t1.labelText : t2; if (t1 == null) t1 = ""; - t2 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57402_MaterialIcons_null_false, _null, _null), 24, new A._TimePickerState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null); - return A.DecoratedFormField$(false, _null, false, false, _this._time_picker$_textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null), true, _this._time_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._TimePickerState_build_closure0(_this, context), _null, _null, true, _null, _null, B.TextAlign_4, _null); + t2 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57402_MaterialIcons_null_false, _null, _null), _null, new A._TimePickerState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null); + return A.DecoratedFormField$(false, _null, false, false, _this._time_picker$_textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null), true, _this._time_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._TimePickerState_build_closure0(_this, context), _null, _null, true, _null, _null, B.TextAlign_4, _null); } }; A._TimePickerState__onFoucsChanged_closure.prototype = { @@ -361124,7 +363252,7 @@ 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: 2030 + $signature: 688 }; A._TimePickerState_build_closure.prototype = { call$0() { @@ -361149,11 +363277,11 @@ part = parts[0]; t4 = part.length; if (t4 === 1 || t4 === 2) - dateTimeStr = J.$add$ansx(part, ":00:00"); + dateTimeStr = part + ":00:00"; else if (t4 === 3) - dateTimeStr = J.substring$2$s(part, 0, 1) + ":" + B.JSString_methods.substring$2(part, 1, 3) + ":00"; + dateTimeStr = B.JSString_methods.substring$2(part, 0, 1) + ":" + B.JSString_methods.substring$2(part, 1, 3) + ":00"; else - dateTimeStr = t4 === 4 ? J.substring$2$s(part, 0, 2) + ":" + B.JSString_methods.substring$2(part, 2, 4) + ":00" : ""; + dateTimeStr = t4 === 4 ? B.JSString_methods.substring$2(part, 0, 2) + ":" + B.JSString_methods.substring$2(part, 2, 4) + ":00" : ""; } else if (t4 !== 0) { t5 = J.$add$ansx(parts[0], _s1_); t6 = parts[1]; @@ -361267,16 +363395,16 @@ if (t3.appLayout === B.AppLayout_mobile || t3.historySidebarMode === B.AppSidebarMode_float) t2.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), 24, new A.HistoryDrawer_build_closure0(store), B.EdgeInsets_8_8_8_8, _null, _null)); + 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)); return new A.SizedBox(270, _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, 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), _null), _null, _null, _null, _null, _null)), _null); } }; A.HistoryDrawer_build_closure.prototype = { call$1(context) { var _null = null; - return A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), 24, new A.HistoryDrawer_build__closure(context), B.EdgeInsets_8_8_8_8, _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); }, - $signature: 276 + $signature: 255 }; A.HistoryDrawer_build__closure.prototype = { call$0() { @@ -361337,14 +363465,14 @@ t4 = A.Icon$(A.getEntityIcon(t4), _null, _null); t5 = 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, false, new A.ValueKey(t3, type$.ValueKey_legacy_String), t4, t1, new A._HistoryListTileState_build_closure0(state, context, $history, store), false, _null, _null, subtitle, _null, title, new A.LiveText(t5, new A._HistoryListTileState_build_closure1($history), _null, _null), _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Container$(_null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, new A.ValueKey(t3, type$.ValueKey_legacy_String), t4, t1, new A._HistoryListTileState_build_closure0(state, context, $history, store), false, _null, _null, subtitle, _null, title, new A.LiveText(t5, new A._HistoryListTileState_build_closure1($history), _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), "en_short"); }, - $signature: 146 + $signature: 136 }; A._HistoryListTileState_build_closure0.prototype = { call$0() { @@ -361406,7 +363534,7 @@ call$2(context, viewModel) { return new A.HistoryDrawer(null); }, - $signature: 2033 + $signature: 2041 }; A.AppDrawerVM.prototype = { get$user() { @@ -361438,14 +363566,15 @@ }; A.InvoiceEmailView.prototype = { createState$0() { - return new A._InvoiceEmailViewState(A.TextEditingController$(null), A.TextEditingController$(null), new A.Debouncer(1500, false), A._setArrayType([], type$.JSArray_legacy_TextEditingController), null, B._StateLifecycle_0); + var _null = null; + return new A._InvoiceEmailViewState(A.TextEditingController$(_null), A.TextEditingController$(_null), new A.Debouncer(1500, false), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, _null, B._StateLifecycle_0); } }; A._InvoiceEmailViewState.prototype = { initState$0() { var t1, viewModel, client, invoice, _this = this; _this.super$State$initState(); - t1 = A.TabController$(0, 4, _this); + t1 = A.TabController$(null, 0, 4, _this); _this._invoice_email_view$_controller = t1; t1.addListener$1(0, _this.get$_invoice_email_view$_loadTemplate()); _this._invoice_email_view$_controllers = A._setArrayType([_this._invoice_email_view$_subjectController, _this._invoice_email_view$_bodyController], type$.JSArray_legacy_TextEditingController); @@ -361487,7 +363616,7 @@ }, didChangeDependencies$0() { this._invoice_email_view$_loadTemplate$0(); - this.super$__InvoiceEmailViewState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + this.super$State$didChangeDependencies(); }, dispose$0(_) { var _this = this; @@ -361644,7 +363773,7 @@ return; t1.setState$1(new A._InvoiceEmailViewState__loadTemplate__closure(t1, subject, body, this.origSubject, this.origBody, rawSubject, rawBody)); }, - $signature: 573 + $signature: 574 }; A._InvoiceEmailViewState__loadTemplate__closure.prototype = { call$0() { @@ -361664,13 +363793,13 @@ call$1(invitation) { return B.JSArray_methods.firstWhere$2$orElse(this.client.contacts._list, new A._InvoiceEmailViewState__buildTemplateDropdown__closure0(invitation), new A._InvoiceEmailViewState__buildTemplateDropdown__closure1()); }, - $signature: 2035 + $signature: 2043 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure0.prototype = { call$1(contact) { return contact.id === this.invitation.contactId; }, - $signature: 148 + $signature: 143 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure1.prototype = { call$0() { @@ -361682,7 +363811,7 @@ call$1(contact) { return contact != null; }, - $signature: 148 + $signature: 143 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1(contact) { @@ -361692,14 +363821,14 @@ $name = $name.length === 0 ? $name + t1 : $name + (" \u2022 " + t1); return $name; }, - $signature: 574 + $signature: 575 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure2.prototype = { call$1(template) { var t1 = this.$this; t1.setState$1(new A._InvoiceEmailViewState__buildTemplateDropdown__closure(t1, template)); }, - $signature: 575 + $signature: 576 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure.prototype = { call$0() { @@ -361727,13 +363856,13 @@ call$2(context, index) { return new A.ActivityListTile(this.activities.elementAt$1(0, index), false, null); }, - $signature: 291 + $signature: 240 }; A._InvoiceEmailViewState_build_closure.prototype = { call$1(context) { return A.viewEntity(false, this.invoice, null, false); }, - $signature: 25 + $signature: 26 }; A._InvoiceEmailViewState_build_closure0.prototype = { call$1(context) { @@ -361746,7 +363875,7 @@ call$1(context) { return A.viewEntity(false, this.invoice, null, false); }, - $signature: 25 + $signature: 26 }; A._InvoiceEmailViewState_build_closure2.prototype = { call$1(context) { @@ -361757,17 +363886,17 @@ }; A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.InvoiceItemListTile.prototype = { @@ -361827,7 +363956,7 @@ t3 = A.Row$(A._setArrayType([A.Expanded$(A.Text$(t1.productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Text$(A.formatNumber(t1.total$2(0, t2, precision), context, t3, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); t2 = A.Row$(A._setArrayType([A.Expanded$(A.Text$(subtitle, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), 1), new A.SizedBox(1, _null, _null, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); t1 = A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null); - return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([A.ListTile$(false, B.EdgeInsets_20_4_20_4, _null, _null, true, _null, false, _null, _null, _null, this.onTap, false, _null, _null, t2, _null, t3, t1, _null), new A.ListDivider(_null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t4, 0, _null, _null, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([A.ListTile$(false, B.EdgeInsets_20_4_20_4, _null, _null, true, _null, _null, false, _null, _null, _null, this.onTap, false, _null, _null, t2, _null, t3, t1, _null), new A.ListDivider(_null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t4, 0, _null, _null, _null, _null, B.MaterialType_0); }, get$invoice() { return this.invoice; @@ -361877,7 +364006,7 @@ 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)); t1 = _this._widget; - t2 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1.labelText, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1.labelText, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); if (taxRate != null) t3 = taxRate.rate === 0 && taxRate.name.length === 0; else @@ -361898,7 +364027,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 226 + $signature: 225 }; A._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1(taxRate) { @@ -361906,14 +364035,14 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 577 + $signature: 578 }; A._TaxRateDropdownState_didChangeDependencies_closure1.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 578 + $signature: 579 }; A._TaxRateDropdownState_build_closure.prototype = { call$1(id) { @@ -361926,7 +364055,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 226 + $signature: 225 }; A._TaxRateDropdownState_build_closure1.prototype = { call$1(taxRate) { @@ -361934,21 +364063,21 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 577 + $signature: 578 }; A._TaxRateDropdownState_build_closure2.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 578 + $signature: 579 }; 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), taxRate, type$.legacy_TaxRateEntity); }, - $signature: 2041 + $signature: 2049 }; A.TaxRateField.prototype = { build$1(_, context) { @@ -362042,7 +364171,7 @@ }, build$1(_, context) { var color, t1, t2, t3, t4, _this = this, _null = null, - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; _this._widget.toString; if (A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state").prefState.enableDarkMode) color = A.convertHexStringToColor("#393A3C"); @@ -362051,8 +364180,8 @@ t1 = A.BorderRadius$all(new A.Radius(2, 2)); t2 = _this._list_filter$_focusNode; t3 = _this._filterController._change_notifier$_value.text.length !== 0 || t2.get$hasFocus() ? B.TextAlign_4 : B.TextAlign_2; - t4 = _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), 24, new A._ListFilterState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null) : A.Icon$(B.IconData_58727_MaterialIcons_null_false, textColor, _null); - t4 = A.InputDecoration$(_null, B._NoInputBorder_EYU, _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, _this.get$_getPlaceholder(), _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null); + t4 = _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) : A.Icon$(B.IconData_58727_MaterialIcons_null_false, textColor, _null); + t4 = 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, t4, _null, _null, _null, _null); return 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, t4, true, true, true, _null, false, t2, _null, _null, _null, _null, true, _null, 1, _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, t3, B.TextAlignVertical_0, B.TextCapitalization_30, _null, _null, _null), B.Clip_0, _null, _null, new A.BoxDecoration(color, _null, _null, t1, _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); } }; @@ -362093,7 +364222,7 @@ 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), 24, new A.ListScaffold_build_closure(context), B.EdgeInsets_8_8_8_8, _null, _null) : A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57415_MaterialIcons_null_false, _null, _null), 24, new A.ListScaffold_build_closure0(_this, context), B.EdgeInsets_8_8_8_8, _null, _null); + 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) : 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); else { if (A.getLayout(context) !== B.AppLayout_mobile) { t3 = state.prefState; @@ -362103,13 +364232,13 @@ if (t3) leading = new A.Builder(new A.ListScaffold_build_closure1(_this, t1), _null); else if (t2 !== B.EntityType_settings) - leading = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57415_MaterialIcons_null_false, _null, _null), 24, new A.ListScaffold_build_closure2(_this, context), B.EdgeInsets_8_8_8_8, _null, _null); + leading = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57415_MaterialIcons_null_false, _null, _null), _null, new A.ListScaffold_build_closure2(_this, context), B.EdgeInsets_8_8_8_8, _null, _null); } t2 = type$.JSArray_legacy_Widget; t3 = A._setArrayType([A.Expanded$(leading, 1)], t2); if (A.getLayout(context) === B.AppLayout_desktop && _this.onCheckboxPressed != null) { t4 = A.Icon$(B.IconData_57687_MaterialIcons_null_false, _null, _null); - t3.push(A.Expanded$(A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, 24, state.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, _null), 1)); + t3.push(A.Expanded$(A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, state.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, _null), 1)); } t4 = _this.appBarLeadingActions; B.JSArray_methods.addAll$1(t3, t4); @@ -362162,9 +364291,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), 24, new A.ListScaffold_build__closure0(context), B.EdgeInsets_8_8_8_8, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.$this.onHamburgerLongPress, _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, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.$this.onHamburgerLongPress, _null, _null, _null, _null, _null, _null); }, - $signature: 385 + $signature: 380 }; A.ListScaffold_build__closure0.prototype = { call$0() { @@ -362208,7 +364337,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 28 + $signature: 29 }; A.ListScaffold_build_closure4.prototype = { call$0() { @@ -362226,9 +364355,9 @@ var _null = null, t1 = this.localization; t1 = t1.get$history(t1); - return A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null), 24, new A.ListScaffold_build__closure(context, this.state, this.store), B.EdgeInsets_4_0_20_0, t1, _null); + return A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null), _null, new A.ListScaffold_build__closure(context, this.state, this.store), B.EdgeInsets_4_0_20_0, t1, _null); }, - $signature: 276 + $signature: 255 }; A.ListScaffold_build__closure.prototype = { call$0() { @@ -362250,7 +364379,7 @@ }; A.ActivityListTile.prototype = { build$1(_, context) { - var t4, t5, t6, user, client, vendor, invoice, quote, credit, recurringInvoice, payment, task, expense, title, t7, _null = null, + var t4, t5, t6, user, client, vendor, invoice, quote, credit, recurringInvoice, payment, task, expense, recurringExpense, title, 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 = state.userCompanyStates, @@ -362284,12 +364413,15 @@ t4 = t2[t3].taskState.map; t6 = t5.taskId; task = t4._map$_map.$index(0, t6); - t3 = t2[t3].expenseState.map; - t2 = t5.expenseId; - expense = t3._map$_map.$index(0, t2); + t6 = t2[t3].expenseState.map; + t4 = t5.expenseId; + expense = t6._map$_map.$index(0, t4); + t3 = t2[t3].recurringExpenseState.map; + t2 = t5.recurringExpenseId; + recurringExpense = t3._map$_map.$index(0, t2); title = t1.lookup$1("activity_" + t5.activityTypeId); t2 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "system"); - title = t5.getDescription$12$client$credit$expense$invoice$payment$quote$recurringInvoice$task$user$vendor(title, t2 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), "system") : t2, client, credit, expense, invoice, payment, quote, recurringInvoice, task, user, vendor); + title = t5.getDescription$13$client$credit$expense$invoice$payment$quote$recurringExpense$recurringInvoice$task$user$vendor(title, t2 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), "system") : t2, client, credit, expense, invoice, payment, quote, recurringExpense, recurringInvoice, task, user, vendor); t2 = A.Icon$(A.getEntityIcon(t5.get$entityType()), _null, _null); t3 = A.Text$(title, _null, _null, _null, _null, _null, _null, _null, _null, _null); t4 = this.enableNavigation; @@ -362300,7 +364432,7 @@ t7 = t5.updatedAt; t1 += A.formatDate(A.DateTime$fromMillisecondsSinceEpoch(t7 * 1000, false).toIso8601String$0(), context, true, true, true); t5 = t5.ip; - return A.ListTile$(false, _null, _null, _null, true, _null, false, _null, t2, _null, t6, false, _null, _null, A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t1 + ((t5 == null ? "" : t5).length !== 0 ? B.JSString_methods.$add(" \u2022 ", t5) : ""), _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, t3, t4, _null); + return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, _null, t6, false, _null, _null, A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t1 + ((t5 == null ? "" : t5).length !== 0 ? B.JSString_methods.$add(" \u2022 ", t5) : ""), _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, t3, t4, _null); } }; A.ActivityListTile_build_closure.prototype = { @@ -362358,7 +364490,7 @@ if (t5 != null) t4.push(new A.Padding(B.EdgeInsets_0_8_0_0, A.Row$(t5, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null)); t4 = A.Column$(t4, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); - return A.Material$(B.Duration_200000, true, _null, A.ListTile$(false, new A.EdgeInsets(25, 16, 25, 16), false, _null, true, _null, false, _null, t2, new A.AppListTile_build_closure(_this, context), new A.AppListTile_build_closure0(_this, context), false, _null, _null, t4, _null, t3, _null, _null), B.Clip_0, t1, 0, _null, _null, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, A.ListTile$(false, new A.EdgeInsets(25, 16, 25, 16), false, _null, true, _null, _null, false, _null, t2, new A.AppListTile_build_closure(_this, context), new A.AppListTile_build_closure0(_this, context), false, _null, _null, t4, _null, t3, _null, _null), B.Clip_0, t1, 0, _null, _null, _null, _null, B.MaterialType_0); } }; A.AppListTile_build_closure0.prototype = { @@ -362420,9 +364552,9 @@ t2 = this._box_0, t3 = A.Text$(t2.title, _null, _null, _null, _null, _null, _null, _null, _null, _null), t4 = this.$this; - return A.ListTile$(false, _null, _null, _null, true, _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), 24, t4.onClearPressed, B.EdgeInsets_8_8_8_8, _null, _null), _null); + 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); }, - $signature: 2043 + $signature: 2051 }; A.FilterListTile_build__closure.prototype = { call$0() { @@ -362480,7 +364612,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._LiveTextState_initState__closure()); }, - $signature: 290 + $signature: 298 }; A._LiveTextState_initState__closure.prototype = { call$0() { @@ -362506,7 +364638,7 @@ }; A.MainScreen_build_closure.prototype = { call$2(context, store) { - var t1, editingFilterEntity, showFilterSidebar, t2, t3, _null = null, + var t1, editingFilterEntity, showFilterSidebar, t2, t3, t4, _null = null, state = A._lateReadCheck(store.__Store__state, "_state"), uiState = state.uiState, prefState = state.prefState, @@ -362595,18 +364727,23 @@ default: A.print("## Error: main screen route " + mainRoute + " not defined"); } - t1 = prefState.appLayout; - t2 = A._setArrayType([], type$.JSArray_legacy_Widget); + t1 = type$.JSArray_legacy_Widget; + t2 = A._setArrayType([], t1); + if (A.isMacOS() || A.isWindows() || A.isLinux()) + t2.push(new A.AppTitleBar(_null)); + t3 = prefState.appLayout; + t1 = A._setArrayType([], t1); if (prefState.get$showMenu()) - t2.push(new A.MenuDrawerBuilder(_null)); + t1.push(new A.MenuDrawerBuilder(_null)); if (prefState.get$showMenu()) - t3 = !state.get$isFullScreen() || showFilterSidebar; + t4 = !state.get$isFullScreen() || showFilterSidebar; else - t3 = false; - t2.push(A.Expanded$(new A.AppBorder($screen, _null, t3, false, _null), 1)); - return new A.WillPopScope(new A.DesktopSessionTimeout(A.SafeArea$(true, A.FocusTraversalGroup$(new A.ChangeLayoutBanner(A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t1, B.AppLayout_desktop, _null), new A.ReadingOrderTraversalPolicy(A.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData))), B.EdgeInsets_0_0_0_0, true), _null), new A.MainScreen_build__closure(store), _null); + t4 = false; + t1.push(A.Expanded$(new A.AppBorder($screen, _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.DesktopSessionTimeout(A.SafeArea$(true, A.FocusTraversalGroup$(A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A.ReadingOrderTraversalPolicy(A.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData))), B.EdgeInsets_0_0_0_0, true), _null), new A.MainScreen_build__closure(store), _null); }, - $signature: 2045 + $signature: 2053 }; A.MainScreen_build__closure.prototype = { call$0() { @@ -362706,7 +364843,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 28 + $signature: 29 }; A.EntityScreens.prototype = { build$1(_, context) { @@ -363148,9 +365285,6 @@ case "client_portal": $screen = new A.ClientPortalScreen(_null); break; - case "buy_now_buttons": - $screen = new A.BuyNowButtonsScreen(_null); - break; case "email_settings": $screen = new A.EmailSettingsScreen(_null); break; @@ -363276,7 +365410,7 @@ if (t8.company.isDisabled && t8.isAdmin) if (state.get$isMenuCollapsed()) { t7 = t2.get$companyDisabledWarning(); - t6.push(A.Tooltip$(A.ListTile$(false, B.EdgeInsets_20_0_0_0, _null, _null, true, _null, false, _null, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.MenuDrawer_build_closure4(), false, _null, _null, _null, _null, _null, _null, _null), t7)); + t6.push(A.Tooltip$(A.ListTile$(false, B.EdgeInsets_20_0_0_0, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.MenuDrawer_build_closure4(), false, _null, _null, _null, _null, _null, _null, _null), t7)); } else { t7 = B.Map_JNZaB.$index(0, 800); t7.toString; @@ -363284,7 +365418,7 @@ if (t8 == null) t8 = ""; t9 = 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); - t6.push(A.Material$(B.Duration_200000, true, _null, A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, _null, new A.MenuDrawer_build_closure5(), false, _null, _null, A.Text$(t2.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), t7, new A.Padding(B.EdgeInsets_0_0_0_6, new A.IconText(t8, B.IconData_59083_MaterialIcons_null_false, t9, _null, _null), _null), _null, _null), B.Clip_0, _null, 0, _null, _null, _null, _null, B.MaterialType_0)); + t6.push(A.Material$(B.Duration_200000, true, _null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A.MenuDrawer_build_closure5(), false, _null, _null, A.Text$(t2.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), t7, new A.Padding(B.EdgeInsets_0_0_0_6, new A.IconText(t8, B.IconData_59083_MaterialIcons_null_false, t9, _null, _null), _null), _null, _null), B.Clip_0, _null, 0, _null, _null, _null, _null, B.MaterialType_0)); } t6.push(A.DrawerTile$(company, _null, A.getEntityIcon(B.EntityType_dashboard), _null, new A.MenuDrawer_build_closure6(store), new A.MenuDrawer_build_closure7(), t2.get$dashboard())); t7 = A.getEntityIcon(B.EntityType_client); @@ -363336,7 +365470,7 @@ var t1 = company.settings.companyLogo; return t1 != null && t1.length !== 0 ? A.CachedImage$(t1, 38) : A.Image$asset("assets/images/icon.png", null, 38); }, - $signature: 581 + $signature: 582 }; A.MenuDrawer_build__companyListItem.prototype = { call$2$showAccentColor(company, showAccentColor) { @@ -363350,7 +365484,7 @@ t3 = _this.localization.get$newCompany(); else if (t4) t3 = ""; - t3 = A._setArrayType([t2, new A.SizedBox(15, 50, _null, _null), A.Expanded$(A.Text$(t3, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(_this.context).textTheme.headline6, _null, _null, _null), 1)], type$.JSArray_legacy_Widget); + t3 = A._setArrayType([t2, new A.SizedBox(15, 50, _null, _null), A.Expanded$(A.Text$(t3, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(_this.context).textTheme.titleLarge, _null, _null, _null), 1)], type$.JSArray_legacy_Widget); if (showAccentColor && userCompany.settings.accentColor != null && t1.get$companies().length > 1) t3.push(A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(A.convertHexStringToColor(userCompany.settings.accentColor), _null, _null, _null, _null, _null, B.BoxShape_1), _null, 10, _null, _null, B.EdgeInsets_0_0_2_0, _null, _null, 10)); return A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); @@ -363358,13 +365492,13 @@ call$1(company) { return this.call$2$showAccentColor(company, true); }, - $signature: 2047 + $signature: 2055 }; A.MenuDrawer_build__companyListItem_closure.prototype = { call$1(userCompanyState) { return userCompanyState.userCompany.company.id === this.company.id; }, - $signature: 2048 + $signature: 2056 }; A.MenuDrawer_build_closure.prototype = { call$1(context) { @@ -363377,35 +365511,43 @@ 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(20, _null, _null, _null), A.Text$(_this.localization.get$logout(), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), "logout", type$.legacy_String)); return t2; }, - $signature: 376 + $signature: 386 }; A.MenuDrawer_build__closure1.prototype = { call$1(company) { return A.PopupMenuItem$(this._companyListItem.call$1(company), company.id, type$.legacy_String); }, - $signature: 2049 + $signature: 2057 }; A.MenuDrawer_build_closure0.prototype = { call$1(companyId) { - var t1, t2, t3, company, index, _this = this; + var t1, t2, t3, company, index, _this = this, _null = null; if (companyId === "logout") _this.$this.viewModel.onLogoutTap.call$1(_this.context); else { t1 = _this.state; - t2 = t1.uiState.selectedCompanyIndex; - t2 = t1.userCompanyStates._list[t2].lastUpdated; - if (t2 <= 0 || t1.isLoading || t1.isSaving) { - A.showMessageDialog(_this.context, _this.localization.get$waitForData(), null, null); + if (t1.isLoading) { + A.showMessageDialog(_this.context, _this.localization.get$waitForLoading(), _null, _null); + return; + } else if (t1.isSaving) { + A.showMessageDialog(_this.context, _this.localization.get$waitForSaving(), _null, _null); return; } else { - t2 = _this.context; - t3 = _this.$this.viewModel; - if (companyId === "company") - t3.onAddCompany.call$1(t2); - else { - company = B.JSArray_methods.firstWhere$1(t1.get$companies(), new A.MenuDrawer_build__closure0(companyId)); - index = B.JSArray_methods.indexOf$1(t1.get$companies(), company); - t3.onCompanyChanged.call$3(t2, index, company); + t2 = t1.uiState.selectedCompanyIndex; + t2 = t1.userCompanyStates._list[t2].lastUpdated; + if (t2 <= 0) { + A.showMessageDialog(_this.context, _this.localization.get$waitForData(), _null, _null); + return; + } else { + t2 = _this.context; + t3 = _this.$this.viewModel; + if (companyId === "company") + t3.onAddCompany.call$1(t2); + else { + company = B.JSArray_methods.firstWhere$1(t1.get$companies(), new A.MenuDrawer_build__closure0(companyId)); + index = B.JSArray_methods.indexOf$1(t1.get$companies(), company); + t3.onCompanyChanged.call$3(t2, index, company); + } } } } @@ -363416,7 +365558,7 @@ call$1(company) { return company.id === this.companyId; }, - $signature: 463 + $signature: 713 }; A.MenuDrawer_build_closure3.prototype = { call$1(context) { @@ -363424,24 +365566,24 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,Widget*>"); return A.List_List$of(new A.MappedListIterable(t1, new A.MenuDrawer_build__closure(this._companyListItem), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 582 + $signature: 583 }; A.MenuDrawer_build__closure.prototype = { call$1(company) { return this._companyListItem.call$2$showAccentColor(company, false); }, - $signature: 581 + $signature: 582 }; A.MenuDrawer_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), t1, type$.legacy_String); }, - $signature: 2051 + $signature: 2059 }; A.MenuDrawer_build_closure2.prototype = { call$1(value) { - var t2, t3, t4, index, _this = this, + var t2, t3, t4, index, _this = this, _null = null, t1 = J.getInterceptor$(value); if (t1.$eq(value, "logout")) { t2 = _this.state; @@ -363452,20 +365594,28 @@ _this.$this.viewModel.onLogoutTap.call$1(_this.context); else { t2 = _this.state; - t3 = t2.uiState.selectedCompanyIndex; - t3 = t2.userCompanyStates._list[t3].lastUpdated; - if (t3 <= 0 || t2.isLoading || t2.isSaving) { - A.showMessageDialog(_this.context, _this.localization.get$waitForData(), null, null); + if (t2.isLoading) { + A.showMessageDialog(_this.context, _this.localization.get$waitForLoading(), _null, _null); + return; + } else if (t2.isSaving) { + A.showMessageDialog(_this.context, _this.localization.get$waitForSaving(), _null, _null); return; } else { - t3 = _this.context; - t4 = _this.$this.viewModel; - if (t1.$eq(value, "company")) - t4.onAddCompany.call$1(t3); - else { - index = A.int_parse(value, null); - t1 = t2.get$companies()[index]; - t4.onCompanyChanged.call$3(t3, index, t1); + t3 = t2.uiState.selectedCompanyIndex; + t3 = t2.userCompanyStates._list[t3].lastUpdated; + if (t3 <= 0) { + A.showMessageDialog(_this.context, _this.localization.get$waitForData(), _null, _null); + return; + } else { + t3 = _this.context; + t4 = _this.$this.viewModel; + if (t1.$eq(value, "company")) + t4.onAddCompany.call$1(t3); + else { + index = A.int_parse(value, _null); + t1 = t2.get$companies()[index]; + t4.onCompanyChanged.call$3(t3, index, t1); + } } } } @@ -363571,7 +365721,7 @@ activeFontColor = t1.$index(0, "sidebar_active_font_color"); if (activeFontColor == null) activeFontColor = ""; - t1 = A.Theme_of(context).textTheme.bodyText1.color; + t1 = A.Theme_of(context).textTheme.bodyLarge.color; t3 = isSelected ? 1 : 0.7; t1.toString; textColor = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t3), t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); @@ -363589,10 +365739,10 @@ } if (!state.get$isMenuCollapsed()) if (_this._widget.title === t2.get$dashboard()) - trailingWidget = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58727_MaterialIcons_null_false, textColor, _null), 24, new A._DrawerTileState_build_closure(context, $navigator, store, uiState), B.EdgeInsets_8_8_8_8, _null, _null); + trailingWidget = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58727_MaterialIcons_null_false, textColor, _null), _null, new A._DrawerTileState_build_closure(context, $navigator, store, uiState), B.EdgeInsets_8_8_8_8, _null, _null); else if (userCompany.can$2(B.UserPermission_create, _this._widget.entityType)) { t1 = _this._widget.iconTooltip; - trailingWidget = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, textColor, _null), 24, new A._DrawerTileState_build_closure0(_this, context, $navigator), B.EdgeInsets_8_8_8_8, t1, _null); + trailingWidget = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, textColor, _null), _null, new A._DrawerTileState_build_closure0(_this, context, $navigator), B.EdgeInsets_8_8_8_8, t1, _null); } else trailingWidget = _null; else @@ -363601,10 +365751,10 @@ t2 = _this._widget; t3 = A.Icon$(t2.icon, textColor, 22); t2 = t2.title; - t2 = A.Text$(t2, new A.ValueKey("menu_" + t2, type$.ValueKey_legacy_String), 1, B.TextOverflow_0, _null, _null, A.Theme_of(context).textTheme.bodyText1.copyWith$2$color$fontSize(textColor, 14), _null, _null, _null); + t2 = A.Text$(t2, new A.ValueKey("menu_" + t2, type$.ValueKey_legacy_String), 1, B.TextOverflow_0, _null, _null, A.Theme_of(context).textTheme.bodyLarge.copyWith$2$color$fontSize(textColor, 14), _null, _null, _null); t4 = state.get$isMenuCollapsed() ? _null : trailingWidget; - child = A.Material$(B.Duration_200000, true, _null, A.Opacity$(false, A.ListTile$(false, _null, true, _null, true, _null, false, _null, new A.Padding(B.EdgeInsets_4_0_0_0, t3, _null), new A._DrawerTileState_build_closure1(_this, context), new A._DrawerTileState_build_closure2(_this), false, _null, _null, _null, _null, t2, t4, _null), t1), B.Clip_0, color, 0, _null, _null, _null, _null, B.MaterialType_0); - return new A.MouseRegion(_null, _null, _null, B.C__DeferringMouseCursor, true, state.get$isMenuCollapsed() ? A.Tooltip$(child, _this._widget.title) : child, _null); + child = A.Material$(B.Duration_200000, true, _null, A.Opacity$(false, A.ListTile$(false, _null, true, _null, true, _null, _null, false, _null, new A.Padding(B.EdgeInsets_4_0_0_0, t3, _null), new A._DrawerTileState_build_closure1(_this, context), new A._DrawerTileState_build_closure2(_this), false, _null, _null, _null, _null, t2, t4, _null), t1), B.Clip_0, color, 0, _null, _null, _null, _null, B.MaterialType_0); + return A.MouseRegion$(state.get$isMenuCollapsed() ? A.Tooltip$(child, _this._widget.title) : child, B.C__DeferringMouseCursor, _null, _null, _null, _null); } }; A._DrawerTileState_build_closure.prototype = { @@ -363676,23 +365826,23 @@ t7 = t6.get$isHosted(); if (!t7 && !account.isSchedulerRunning) { t6 = t2.get$error(t2); - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null), 24, new A.SidebarFooter_build_closure(context, t2, store), B.EdgeInsets_8_8_8_8, t6, _null)); + t3.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, t6, _null)); } else if (state.get$credentials(state).token.length === 0) { t6 = t2.get$error(t2); - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null), 24, new A.SidebarFooter_build_closure0(context), B.EdgeInsets_8_8_8_8, t6, _null)); + t3.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, t6, _null)); } else { t7 = t6.get$isHosted(); if (!t7 && account.get$isUpdateAvailable()) { t6 = t2.get$updateAvailable(); - t3.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), 24, new A.SidebarFooter_build_closure1(context), B.EdgeInsets_8_8_8_8, t6, _null)); + t3.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, t6, _null)); } else { t6 = t6.get$isHosted(); if (t6 && A.getUnconnectedStripeAccount(state) != null) - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), 24, new A.SidebarFooter_build_closure2(context), B.EdgeInsets_8_8_8_8, _null, _null)); + t3.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)); else { t6 = !state.dismissedNativeWarning && !state.prefState.hideDesktopWarning; if (t6) - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58446_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), 24, new A.SidebarFooter_build_closure3(context, t2, store), B.EdgeInsets_8_8_8_8, _null, _null)); + t3.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)); } } } @@ -363743,20 +365893,20 @@ t1 = ""; } else t1 = t2.get$purchaseLicense(); - t3.push(A.IconButton$(B.Alignment_0_0, B.MaterialColor_Map_JNEaM_4283215696, _null, true, A.Icon$(B.IconData_57494_MaterialIcons_null_false, _null, _null), 24, new A.SidebarFooter_build_closure4(context, state), B.EdgeInsets_8_8_8_8, t1, _null)); + t3.push(A.IconButton$(B.Alignment_0_0, B.MaterialColor_Map_JNEaM_4283215696, _null, true, A.Icon$(B.IconData_57494_MaterialIcons_null_false, _null, _null), _null, new A.SidebarFooter_build_closure4(context, state), B.EdgeInsets_8_8_8_8, t1, _null)); } - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58307_MaterialIcons_null_false, _null, _null), 24, new A.SidebarFooter_build_closure5(context), B.EdgeInsets_8_8_8_8, t2.get$contactUs(), _null)); - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58051_MaterialIcons_null_false, _null, _null), 24, new A.SidebarFooter_build_closure6(), B.EdgeInsets_8_8_8_8, t2.get$supportForum(), _null)); + t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58307_MaterialIcons_null_false, _null, _null), _null, new A.SidebarFooter_build_closure5(context), B.EdgeInsets_8_8_8_8, t2.get$contactUs(), _null)); + t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58051_MaterialIcons_null_false, _null, _null), _null, new A.SidebarFooter_build_closure6(), B.EdgeInsets_8_8_8_8, t2.get$supportForum(), _null)); t1 = A.Icon$(B.IconData_58123_MaterialIcons_null_true, _null, _null); t6 = t2.localeCode; t7 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t6), _s10_); if (t7 == null) t7 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s10_); - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t1, 24, new A.SidebarFooter_build_closure7(state), B.EdgeInsets_8_8_8_8, t7, _null)); - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58173_MaterialIcons_null_false, _null, _null), 24, new A.SidebarFooter_build_closure8(context), B.EdgeInsets_8_8_8_8, t2.get$about(), _null)); + t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, t1, _null, new A.SidebarFooter_build_closure7(state), B.EdgeInsets_8_8_8_8, t7, _null)); + t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58173_MaterialIcons_null_false, _null, _null), _null, new A.SidebarFooter_build_closure8(context), B.EdgeInsets_8_8_8_8, t2.get$about(), _null)); t1 = state.lastError; if (t1.length !== 0) - t3.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null), 24, new A.SidebarFooter_build_closure9(context, state), B.EdgeInsets_8_8_8_8, t2.get$error(t2), _null)); + t3.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_closure9(context, state), B.EdgeInsets_8_8_8_8, t2.get$error(t2), _null)); t3.push(new A.Spacer(_null)); if (A.getLayout(context) !== B.AppLayout_mobile && state.prefState.menuSidebarMode === B.AppSidebarMode_collapse) { t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t6), "hide_menu"); @@ -363865,7 +366015,7 @@ call$0() { return A.launch("https://invoiceninja.github.io/docs/introduction/#performance", null, false); }, - $signature: 28 + $signature: 29 }; A.SidebarFooter_build__closure3.prototype = { call$0() { @@ -363899,7 +366049,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A.SidebarFooter_build_closure5.prototype = { call$0() { @@ -363911,7 +366061,7 @@ call$0() { return A.launch("https://forum.invoiceninja.com", null, false); }, - $signature: 28 + $signature: 29 }; A.SidebarFooter_build_closure7.prototype = { call$0() { @@ -363937,7 +366087,7 @@ call$0() { return A.showDialog(true, new A.SidebarFooter_build__closure(this.state), this.context, null, true, type$.legacy_ErrorDialog); }, - $signature: 2052 + $signature: 2060 }; A.SidebarFooter_build__closure.prototype = { call$1(context) { @@ -363976,7 +366126,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "show_menu"); if (t1 == null) t1 = ""; - t1 = A.IconButton$(B.Alignment_0_0, _null, _null, true, t3, 24, new A.SidebarFooterCollapsed_build_closure1(store), B.EdgeInsets_8_8_8_8, 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, t1, _null); } return A.Container$(_null, t1, B.Clip_0, t2, _null, _null, _null, 1 / 0, _null, _null, _null, _null, _null, 1 / 0); } @@ -364000,17 +366150,17 @@ t1 = A._setArrayType([], type$.JSArray_legacy_PopupMenuEntry_legacy_String); if (this.isUpdateAvailable) { t2 = this.localization; - t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(B.IconData_59083_MaterialIcons_null_false, A.Theme_of(context).colorScheme.secondary, _null), _null, _null, false, _null, _null, _null, _null, A.Text$(t2.get$updateAvailable(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$updateAvailable(), type$.legacy_String)); + t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_59083_MaterialIcons_null_false, A.Theme_of(context).colorScheme.secondary, _null), _null, _null, false, _null, _null, _null, _null, A.Text$(t2.get$updateAvailable(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$updateAvailable(), type$.legacy_String)); } t2 = this.localization; t3 = type$.legacy_String; - t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(B.IconData_58307_MaterialIcons_null_false, _null, _null), _null, _null, false, _null, _null, _null, _null, A.Text$(t2.get$contactUs(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$contactUs(), t3)); - t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(B.IconData_58123_MaterialIcons_null_true, _null, _null), _null, _null, false, _null, _null, _null, _null, A.Text$(t2.get$documentation(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$documentation(), t3)); - t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(B.IconData_58051_MaterialIcons_null_false, _null, _null), _null, _null, false, _null, _null, _null, _null, A.Text$(t2.get$supportForum(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$supportForum(), t3)); - t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _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)); + t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_58307_MaterialIcons_null_false, _null, _null), _null, _null, false, _null, _null, _null, _null, A.Text$(t2.get$contactUs(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$contactUs(), t3)); + t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_58123_MaterialIcons_null_true, _null, _null), _null, _null, false, _null, _null, _null, _null, A.Text$(t2.get$documentation(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$documentation(), t3)); + t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_58051_MaterialIcons_null_false, _null, _null), _null, _null, false, _null, _null, _null, _null, A.Text$(t2.get$supportForum(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$supportForum(), t3)); + 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: 376 + $signature: 386 }; A.SidebarFooterCollapsed_build_closure1.prototype = { call$0() { @@ -364024,13 +366174,13 @@ call$1(context) { return new A.ContactUsDialog(null); }, - $signature: 2053 + $signature: 2061 }; A._showUpdate_closure.prototype = { call$1(context) { return new A.UpdateDialog(null); }, - $signature: 2054 + $signature: 2062 }; A._showConnectStripe_closure.prototype = { call$0() { @@ -364056,12 +366206,12 @@ t5 = _this.state; t6 = type$.JSArray_legacy_Widget; t3 = A._setArrayType([A.TextButton$(false, A.Text$(t3.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._showAbout__closure(context, t4, _this.appLegalese, t5), _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)], t6); - t7 = A.Text$("Invoice Ninja", _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null); - t7 = A.ListTile$(false, _null, _null, _null, true, _null, false, _null, new A.Padding(B.EdgeInsets_0_0_16_0, t4, _null), new A._showAbout__closure1(context), new A._showAbout__closure2(t5, t1), false, _null, _null, A.Text$(t5.get$appVersion(t5), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t7, _null, _null); + t7 = A.Text$("Invoice Ninja", _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null); + t7 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.Padding(B.EdgeInsets_0_0_16_0, t4, _null), new A._showAbout__closure1(context, t1, _this.store), new A._showAbout__closure2(t5, t1), false, _null, _null, A.Text$(t5.get$appVersion(t5), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t7, _null, _null); t4 = t5.uiState.selectedCompanyIndex; t8 = t5.userCompanyStates._list; t9 = A.Text$(t8[t4].userCompany.user.get$fullName(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t9 = A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, false, _null, _null, _null, _null, false, _null, _null, A.Text$(t8[t4].userCompany.user.email, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t9, _null, _null); + t9 = A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _null, _null, A.Text$(t8[t4].userCompany.user.email, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t9, _null, _null); t10 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t2), "app_platforms"); if (t10 == null) t10 = ""; @@ -364089,10 +366239,10 @@ t10.push(new A.AppButton(B.MaterialColor_Map_JNNS7_4288423856, B.IconData_58873_MaterialIcons_null_false, t1.toUpperCase(), new A._showAbout__closure6(context), _null, _null)); } t10.push(new A.SizedBox(_null, 22, _null, _null)); - t10.push(A.Row$(A._setArrayType([A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_SXh, _null, _null), 24, new A._showAbout__closure7(), B.EdgeInsets_8_8_8_8, "Twitter", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_sUr, _null, _null), 24, new A._showAbout__closure8(), B.EdgeInsets_8_8_8_8, "Facebook", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_aAu, _null, _null), 24, new A._showAbout__closure9(), B.EdgeInsets_8_8_8_8, "GitHub", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_7vC, _null, _null), 24, new A._showAbout__closure10(), B.EdgeInsets_8_8_8_8, "YouTube", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_AmO, _null, _null), 24, new A._showAbout__closure11(), B.EdgeInsets_8_8_8_8, "Slack", _null)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_5, B.MainAxisSize_1, _null)); + t10.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__closure7(), B.EdgeInsets_8_8_8_8, "Twitter", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_sUr, _null, _null), _null, new A._showAbout__closure8(), B.EdgeInsets_8_8_8_8, "Facebook", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_aAu, _null, _null), _null, new A._showAbout__closure9(), B.EdgeInsets_8_8_8_8, "GitHub", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_7vC, _null, _null), _null, new A._showAbout__closure10(), B.EdgeInsets_8_8_8_8, "YouTube", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_AmO, _null, _null), _null, new A._showAbout__closure11(), B.EdgeInsets_8_8_8_8, "Slack", _null)], t6), B.WrapCrossAlignment_0)); return A.PointerInterceptor$(A.AlertDialog$(t3, B.EdgeInsets_0_0_0_0, _null, A.SingleChildScrollView$(A.Column$(t10, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), B.EdgeInsets_24_20_24_24, _null, _null, _null)); }, - $signature: 583 + $signature: 584 }; A._showAbout__closure.prototype = { call$0() { @@ -364118,10 +366268,17 @@ }; A._showAbout__closure1.prototype = { call$0() { - A.showMessageDialog(this.context, B.JSString_methods.$add(B.Map_HLN66.$index(0, "channel").toUpperCase() + " \u2022 ", B.Map_HLN66.$index(0, "frameworkVersion")), null, null); + var _null = null; + A.showMessageDialog(this.context, B.JSString_methods.$add(B.Map_eBc8d.$index(0, "channel").toUpperCase() + " \u2022 ", B.Map_eBc8d.$index(0, "frameworkVersion")), _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)); }, $signature: 1 }; + A._showAbout___closure1.prototype = { + call$0() { + return this.store.get$_dispatchers()[0].call$1(new A.UserLogout()); + }, + $signature: 9 + }; A._showAbout__closure3.prototype = { call$0() { A.showDialog(true, new A._showAbout___closure0(this.localization), this.context, null, true, type$.legacy_AlertDialog); @@ -364138,7 +366295,7 @@ t3 = type$.JSArray_legacy_Widget; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 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, _null); }, - $signature: 169 + $signature: 165 }; A._showAbout____closure.prototype = { call$0() { @@ -364153,7 +366310,7 @@ t2 = type$.JSArray_legacy_Widget; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 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, _null); }, - $signature: 169 + $signature: 165 }; A._showAbout______closure.prototype = { call$0() { @@ -364165,19 +366322,19 @@ call$0() { return A.launch("https://github.com/invoiceninja/invoiceninja/tree/v5-stable", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout______closure1.prototype = { call$0() { return A.launch("https://github.com/invoiceninja/admin-portal", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout______closure2.prototype = { call$0() { return A.launch("https://pub.dev/packages/invoiceninja", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout____closure0.prototype = { call$0() { @@ -364189,37 +366346,37 @@ call$0() { return A.launch(string$.https_w, null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout____closure2.prototype = { call$0() { return A.launch("https://apps.apple.com/app/id1503970375", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout____closure3.prototype = { call$0() { return A.launch("https://download.invoiceninja.com/linux", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout____closure4.prototype = { call$0() { return A.launch(string$.https_as, null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout____closure5.prototype = { call$0() { return A.launch(string$.https_p, null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout____closure6.prototype = { call$0() { return A.launch("https://f-droid.org/packages/com.invoiceninja.app/", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout__closure4.prototype = { call$0() { @@ -364231,7 +366388,7 @@ call$1(context) { return new A.HealthCheckDialog(null); }, - $signature: 2056 + $signature: 2064 }; A._showAbout__closure5.prototype = { call$0() { @@ -364243,37 +366400,37 @@ call$0() { return A.launch(A.getRateAppURL(this.context), null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout__closure7.prototype = { call$0() { return A.launch("https://twitter.com/invoiceninja", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout__closure8.prototype = { call$0() { return A.launch("https://www.facebook.com/invoiceninja", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout__closure9.prototype = { call$0() { return A.launch("https://github.com/invoiceninja", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout__closure10.prototype = { call$0() { return A.launch("https://www.youtube.com/channel/UCXAHcBvhW05PDtWYIq7WDFA/videos", null, false); }, - $signature: 28 + $signature: 29 }; A._showAbout__closure11.prototype = { call$0() { return A.launch("http://slack.invoiceninja.com", null, false); }, - $signature: 28 + $signature: 29 }; A.ContactUsDialog.prototype = { createState$0() { @@ -364318,9 +366475,9 @@ t5 = A.getLayout(context) === B.AppLayout_mobile ? _null : 500; t1 = t1.localeCode; t6 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1), "from"); - t6 = A.TextFormField$(true, _null, false, _null, _null, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t6 == null ? "" : t6, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, _null, user.get$fullName() + " \u2022 " + user.email, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, false, _null, _null, B.TextAlign_4, _null, _null); + t6 = A.TextFormField$(true, _null, false, _null, _null, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t6 == null ? "" : t6, _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, 1, _null, false, _null, _null, _null, _null, false, _null, _null, B.TextAlign_4, _null, _null); t7 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1), "message"); - t6 = A._setArrayType([t6, new A.SizedBox(_null, 10, _null, _null), A.TextFormField$(true, _null, true, _null, _null, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t7 == null ? "" : t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null, _null, _null, _null, B.TextInputType_1_null_null, 4, 4, false, new A._ContactUsDialogState_build_closure1(_this), _null, _null, _null, false, _null, _null, B.TextAlign_4, _null, _null)], t2); + t6 = A._setArrayType([t6, new A.SizedBox(_null, 10, _null, _null), A.TextFormField$(true, _null, true, _null, _null, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t7 == null ? "" : t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null, _null, _null, _null, B.TextInputType_1_null_null, 4, 4, false, new A._ContactUsDialogState_build_closure1(_this), _null, _null, _null, false, _null, _null, B.TextAlign_4, _null, _null)], t2); t7 = state.authState.get$isHosted(); if (!t7) { t7 = _this._includeLogs; @@ -364366,7 +366523,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2057 + $signature: 2065 }; A._ContactUsDialogState__sendMessage__closure0.prototype = { call$0() { @@ -364380,7 +366537,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localization.localeCode), "your_message_has_been_received"); return new A.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 318 + $signature: 307 }; A._ContactUsDialogState__sendMessage_closure1.prototype = { call$1(error) { @@ -364442,7 +366599,7 @@ call$2(context, viewModel) { return new A.MenuDrawer(viewModel, null); }, - $signature: 2058 + $signature: 2066 }; A.MenuDrawerVM.prototype = { get$user() { @@ -364484,7 +366641,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 297 + $signature: 273 }; A.MenuDrawerVM_fromStore_closure.prototype = { call$3(context, index, company) { @@ -364495,7 +366652,7 @@ t2 = this.store; A.checkForChanges(new A.MenuDrawerVM_fromStore__closure1(t2, index, context, t1, company), context, false, t2); }, - $signature: 2059 + $signature: 2067 }; A.MenuDrawerVM_fromStore__closure1.prototype = { call$0() { @@ -364588,7 +366745,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 297 + $signature: 273 }; A.MenuDrawerVM_fromStore___closure.prototype = { call$1(value) { @@ -364602,7 +366759,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 162 + $signature: 160 }; A.EntityPresenter.prototype = { title$1$isNarrow(_, isNarrow) { @@ -364617,7 +366774,7 @@ if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_client, B.EntityType_vendor, B.EntityType_project, B.EntityType_user, B.EntityType_product], type$.JSArray_legacy_EntityType), _this.entity.get$entityType()) || isNarrow) return $name; else - return A.S(type) + " " + A.S($name); + return A.S(type) + " " + $name; }, title$0($receiver) { return this.title$1$isNarrow($receiver, false); @@ -364795,14 +366952,14 @@ call$1(log) { return log.typeId !== 800; }, - $signature: 584 + $signature: 585 }; 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: 387 + $signature: 378 }; A._SystemLogViewerState_build__closure.prototype = { call$0() { @@ -364815,7 +366972,7 @@ call$1(systemLog) { return systemLog.eventId >= 20; }, - $signature: 584 + $signature: 585 }; A._SystemLogViewerState_build_closure1.prototype = { call$1(systemLog) { @@ -364841,7 +366998,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: 2062 + $signature: 2070 }; A._SystemLogViewerState_build__closure0.prototype = { call$2(context, isExpanded) { @@ -364853,9 +367010,9 @@ t3 = t3.lookup$1(t1.get$event()); t5 = _this.client; t3 = J.$add$ansx(t3, !t5.get$isNew() ? " \u2022 " + t5.displayName : "") + "\n"; - return A.ListTile$(false, _null, _null, _null, true, _null, true, _null, t2, _null, new A._SystemLogViewerState_build___closure(_this.$this, t1), false, _null, _null, A.Text$(t3 + A.formatDate(A.DateTime$fromMillisecondsSinceEpoch(t1.createdAt * 1000, false).toIso8601String$0(), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t4, _null, _null); + 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$(t3 + A.formatDate(A.DateTime$fromMillisecondsSinceEpoch(t1.createdAt * 1000, false).toIso8601String$0(), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t4, _null, _null); }, - $signature: 2063 + $signature: 2071 }; A._SystemLogViewerState_build___closure.prototype = { call$0() { @@ -364882,7 +367039,7 @@ _app_data_table$_buildCheckbox$4$checked$color$onCheckboxChanged$onRowTap(checked, color, onCheckboxChanged, onRowTap) { var _null = null, t1 = this.horizontalMargin, - t2 = A.Center$(A.Checkbox$(color, false, _null, _null, onCheckboxChanged, false, checked), _null, _null), + t2 = A.Center$(A.Checkbox$(color, false, _null, _null, onCheckboxChanged, _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); return A.TableCell$(onRowTap != null ? A.TableRowInkWell$0(contents, onRowTap) : contents, B.TableCellVerticalAlignment_4); }, @@ -364908,8 +367065,8 @@ 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_m7u, B.BorderSide_m7u, t1, B.BorderSide_m7u), _null, _null, _null, B.BoxShape_0), - _kUnselectedDecoration = new A.BoxDecoration(_null, _null, new A.Border(B.BorderSide_m7u, B.BorderSide_m7u, A.Divider_createBorderSide(context, _null, 1), B.BorderSide_m7u), _null, _null, _null, B.BoxShape_0); + _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); 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()); @@ -364922,7 +367079,7 @@ for (t4 = type$.legacy_Widget, index = 0; index < _length; ++index) { t5 = index === 0 ? $.$get$AppDataTable__headingRowKey() : t1[index - 1].key; t6 = index > 0 && t1[index - 1].selected ? _kSelectedDecoration : _kUnselectedDecoration; - tableRows[index] = new A.TableRow(t5, t6, A.List_List$filled(t3, B._NullWidget_null1, false, t4)); + tableRows[index] = new A.TableRow(t5, t6, A.List_List$filled(t3, B._NullWidget_null2, false, t4)); } if (displayCheckboxColumn) { t3 = _this.horizontalMargin; @@ -364981,32 +367138,32 @@ } ++displayColumnIndex; } - return A.Table$(tableRows, new A.ListMapView(tableColumns, A._arrayInstanceType(tableColumns)._eval$1("ListMapView<1>")), B.FlexColumnWidth_1, B.TableCellVerticalAlignment_0, _null); + return A.Table$(_null, tableRows, new A.ListMapView(tableColumns, A._arrayInstanceType(tableColumns)._eval$1("ListMapView<1>")), B.FlexColumnWidth_1, B.TableCellVerticalAlignment_0, _null); } }; A.AppDataTable__buildHeadingCell_arrowWithPadding.prototype = { call$0() { if (this.onSort == null) - var t1 = B.List_empty9; + var t1 = B.List_empty11; 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: 180 + $signature: 199 }; A.AppDataTable_build_closure.prototype = { call$1(row) { return row.onSelectChanged != null; }, - $signature: 588 + $signature: 589 }; A.AppDataTable_build_closure0.prototype = { call$1(row) { return row.onSelectChanged != null && !row.selected; }, - $signature: 588 + $signature: 589 }; A.AppDataTable_build_closure1.prototype = { call$0() { @@ -365066,18 +367223,18 @@ } return B.Rect_0_0_0_0; }, - $signature: 2069 + $signature: 2077 }; A._SortArrow0.prototype = { createState$0() { - return new A._SortArrowState0(null, B._StateLifecycle_0); + return new A._SortArrowState0(null, null, B._StateLifecycle_0); } }; A._SortArrowState0.prototype = { initState$0() { var t1, t2, t3, _this = this, _null = null; _this.super$State$initState(); - t1 = A.AnimationController$(_null, _this._widget.duration, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _this._widget.duration, _null, 1, _null, _this); _this._opacityController = t1; t1 = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); t2 = _this.get$_app_data_table$_rebuild(); @@ -365085,7 +367242,7 @@ _this._app_data_table$_opacityAnimation = t1; t1 = _this._opacityController; t1.set$value(0, _this._widget.visible ? 1 : 0); - t1 = A.AnimationController$(_null, _this._widget.duration, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _this._widget.duration, _null, 1, _null, _this); _this._orientationController = t1; t3 = $.$get$_SortArrowState__turnTween0(); type$.Animation_double._as(t1); @@ -365178,19 +367335,18 @@ } }; A.__SortArrowState_State_TickerProviderStateMixin0.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.AppDataTableSource.prototype = {}; @@ -365302,7 +367458,7 @@ themeData = A.Theme_of(context), t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - footerTextStyle = themeData.textTheme.caption; + footerTextStyle = themeData.textTheme.bodySmall; t2 = type$.JSArray_legacy_Widget; footerWidgets = A._setArrayType([], t2); t3 = _this._widget.availableRowsPerPage; @@ -365318,10 +367474,10 @@ t4 = A.Text$(t1.pageRowsInfoTitle$4(t4 + 1, t4 + _this._widget.rowsPerPage, _this._rowCount, _this._rowCountApproximate), _null, _null, _null, _null, _null, _null, _null, _null, _null); t5 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 32); t6 = t1.get$previousPageTooltip(); - t6 = A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_cKo, 24, _this._app_paginated_data_table$_firstRowIndex <= 0 ? _null : _this.get$_app_paginated_data_table$_handlePrevious(), B.EdgeInsets_0_0_0_0, t6, _null); + t6 = A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_cKo, _null, _this._app_paginated_data_table$_firstRowIndex <= 0 ? _null : _this.get$_app_paginated_data_table$_handlePrevious(), B.EdgeInsets_0_0_0_0, t6, _null); t7 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 24); t1 = t1.get$nextPageTooltip(); - B.JSArray_methods.addAll$1(footerWidgets, A._setArrayType([t3, t4, t5, t6, t7, A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_wEo, 24, !_this._rowCountApproximate && _this._app_paginated_data_table$_firstRowIndex + _this._widget.rowsPerPage >= _this._rowCount ? _null : _this.get$_app_paginated_data_table$_handleNext(), B.EdgeInsets_0_0_0_0, t1, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 14)], t2)); + B.JSArray_methods.addAll$1(footerWidgets, A._setArrayType([t3, t4, t5, t6, t7, A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_wEo, _null, !_this._rowCountApproximate && _this._app_paginated_data_table$_firstRowIndex + _this._widget.rowsPerPage >= _this._rowCount ? _null : _this.get$_app_paginated_data_table$_handleNext(), B.EdgeInsets_0_0_0_0, t1, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 14)], t2)); return new A.LayoutBuilder(new A.AppPaginatedDataTableState_build_closure0(_this, footerTextStyle, footerWidgets), _null); } }; @@ -365347,7 +367503,7 @@ call$1(column) { return B.DataCell_mS8; }, - $signature: 589 + $signature: 590 }; A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure.prototype = { call$1(column) { @@ -365355,20 +367511,20 @@ this._box_0.haveProgressIndicator = true; return B.DataCell_R8h; }, - $signature: 589 + $signature: 590 }; A.AppPaginatedDataTableState__getRows_closure.prototype = { call$0() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 2072 + $signature: 2080 }; 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), value, type$.legacy_int); }, - $signature: 177 + $signature: 159 }; A.AppPaginatedDataTableState_build_closure0.prototype = { call$2(context, constraints) { @@ -365382,7 +367538,7 @@ t1._widget.toString; return A.Card$(A.Column$(A._setArrayType([new A.SizedBox(_null, 4, _null, _null), t2, A.DefaultTextStyle$(A.IconTheme_merge(A.Container$(_null, A.SingleChildScrollView$(A.Row$(this.footerWidgets, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, B.DragStartBehavior_1, _null, _null, _null, true, B.Axis_0), B.Clip_0, _null, _null, _null, _null, 56, _null, _null, _null, _null, _null, _null), B.IconThemeData_gsm), _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: 2074 + $signature: 2082 }; A.EntityDataTableSource.prototype = { getRow$1(index) { @@ -365433,7 +367589,7 @@ t8 = A._setArrayType([], type$.JSArray_legacy_DataCell_2); if (t4) { t2 = A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$editRecord(); - 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), 24, new A.EntityDataTableSource_getRow_closure2(_this, entity), B.EdgeInsets_8_8_8_8, t2, _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, new A.EntityDataTableSource_getRow_closure2(_this, entity), B.EdgeInsets_8_8_8_8, t2, _null); t4 = state.userCompanyStates; t9 = state.uiState.selectedCompanyIndex; t9 = t4._list[t9]; @@ -365456,13 +367612,13 @@ var _null = null; return new A.DataCell0(new A.SizedBox(_null, _null, _null, _null), _null, _null); }, - $signature: 591 + $signature: 592 }; A.EntityDataTableSource_getRow_closure0.prototype = { call$1(value) { return this.$this.onTap.call$1(this.entity); }, - $signature: 11 + $signature: 12 }; A.EntityDataTableSource_getRow_closure2.prototype = { call$0() { @@ -365495,7 +367651,7 @@ var t1 = this.$this; return new A.DataCell0(t1.entityPresenter.getField$2$context$field(t1.context, field), new A.EntityDataTableSource_getRow__closure(t1, this.entity), this._box_0.backgroundColor); }, - $signature: 591 + $signature: 592 }; A.EntityDataTableSource_getRow__closure.prototype = { call$0() { @@ -365621,7 +367777,7 @@ if (t12.moduleLayout === B.ModuleLayout_list || entityType.get$isSetting()) { t13 = A.Theme_of(context).colorScheme; t14 = J.get$length$asx(entityList); - t11.push(A.Checkbox$(t13.secondary, false, _null, B.MaterialTapTargetSize_1, new A._EntityListState_build_closure2(entityList, entityMap), false, t14 === J.get$length$asx(t3 ? A._setArrayType([], type$.JSArray_legacy_String) : t2))); + t11.push(A.Checkbox$(t13.secondary, false, _null, B.MaterialTapTargetSize_1, new A._EntityListState_build_closure2(entityList, entityMap), _null, false, t14 === J.get$length$asx(t3 ? A._setArrayType([], type$.JSArray_legacy_String) : t2))); } if (A.getLayout(context) === B.AppLayout_desktop) { t2 = t5._eval$1("MappedIterable<1,OutlinedButton*>"); @@ -365658,13 +367814,13 @@ t1.toString; return A.selectEntity(t1, entity, false, false); }, - $signature: 2076 + $signature: 2084 }; A._EntityListState_build_closure.prototype = { call$1(duration) { A.viewEntityById(false, this.entityId, this.entityType, null, false, true); }, - $signature: 39 + $signature: 38 }; A._EntityListState_build_closure7.prototype = { call$0() { @@ -365690,7 +367846,7 @@ } t2 = _this.entityList; t3 = J.getInterceptor$asx(t2); - t1.push(new A.Flexible(1, B.FlexFit_1, t3.get$isEmpty(t2) ? new A.HelpText(A.Localizations_of(_this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$noRecordsFound(), _null) : new A.ScrollableListViewBuilder(new A._EntityListState_build__closure1(_this.$this, t2), new A._EntityListState_build__closure2(t2), t3.get$length(t2) + 2, _null, B.EdgeInsets_0_20_0_20, _null), _null)); + t1.push(new A.Flexible(1, B.FlexFit_1, t3.get$isEmpty(t2) ? new A.HelpText(A.Localizations_of(_this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$clickPlusToAddItem(), _null) : new A.ScrollableListViewBuilder(new A._EntityListState_build__closure1(_this.$this, t2), new A._EntityListState_build__closure2(t2), t3.get$length(t2) + 2, _null, B.EdgeInsets_0_20_0_20, _null), _null)); return A.Column$(t1, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); } else { t1 = _this.$this; @@ -365729,7 +367885,7 @@ return A.Column$(t3, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } }, - $signature: 2077 + $signature: 2085 }; A._EntityListState_build__closure.prototype = { call$1(_) { @@ -365743,7 +367899,7 @@ } return A.viewEntityById(false, t2, t1.length === 0 ? null : B.JSArray_methods.get$last(t1).get$entityType(), null, false, true); }, - $signature: 25 + $signature: 26 }; A._EntityListState_build__closure0.prototype = { call$0() { @@ -365756,7 +367912,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: 116 + $signature: 111 }; A._EntityListState_build__closure1.prototype = { call$2(context, index) { @@ -365769,7 +367925,7 @@ return t1.itemBuilder$2(context, index - 1); } }, - $signature: 116 + $signature: 111 }; A._EntityListState_build__closure3.prototype = { call$1(_) { @@ -365808,7 +367964,7 @@ call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 389 + $signature: 375 }; A._EntityListState_build___closure0.prototype = { call$1(invoice) { @@ -365817,7 +367973,7 @@ t1 = t2 != null && B.JSArray_methods.contains$1(t2._list, t1); return this.value !== t1; }, - $signature: 179 + $signature: 190 }; A._EntityListState_build__closure5.prototype = { call$1(field) { @@ -365838,19 +367994,19 @@ } 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, new A.BoxConstraints(minWidth, maxWidth, 0, 1 / 0), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A._EntityListState_build___closure1(_this.$this, field)); }, - $signature: 2080 + $signature: 2088 }; A._EntityListState_build___closure1.prototype = { call$2(columnIndex, ascending) { this.$this._widget.onSortColumn$1(this.field); }, - $signature: 387 + $signature: 378 }; A._EntityListState_build__closure7.prototype = { call$1(row) { return this.$this._firstRowIndex = row; }, - $signature: 2081 + $signature: 2089 }; A._EntityListState_build__closure8.prototype = { call$1(value) { @@ -365858,19 +368014,19 @@ t1 = A.UpdateUserPreferences$(_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); }, - $signature: 98 + $signature: 94 }; A._EntityListState_build_closure0.prototype = { call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 389 + $signature: 375 }; A._EntityListState_build_closure1.prototype = { call$1(action) { return action != null; }, - $signature: 2082 + $signature: 2090 }; A._EntityListState_build_closure8.prototype = { call$0() { @@ -365891,7 +368047,7 @@ call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 389 + $signature: 375 }; A._EntityListState_build_closure4.prototype = { call$1(action) { @@ -365899,7 +368055,7 @@ t1 = A.getEntityActionIcon(action); return A.OutlinedButton$(new A.IconText(this.localization.lookup$1(A.S(action)), t1, _null, _null, _null), new A._EntityListState_build__closure10(this.$this, this.entities, action), _null); }, - $signature: 2084 + $signature: 2092 }; A._EntityListState_build__closure10.prototype = { call$0() { @@ -365916,14 +368072,14 @@ 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); 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: 2085 + $signature: 2093 }; A._EntityListState_build__closure12.prototype = { call$1(action) { A.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 366 + $signature: 397 }; A._EntityListState_build__closure11.prototype = { call$1(context) { @@ -365933,7 +368089,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: 644 + $signature: 557 }; A._EntityListState_build___closure2.prototype = { call$1(action) { @@ -365943,7 +368099,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: 556 + $signature: 558 }; A._EntityListState_build_closure6.prototype = { call$1(context) { @@ -365978,7 +368134,7 @@ call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 596 + $signature: 597 }; A._EntityListState_build_closure5.prototype = { call$1(_) { @@ -365988,7 +368144,7 @@ }; A.VariablesHelp.prototype = { createState$0() { - return new A._VariablesHelpState(null, B._StateLifecycle_0); + return new A._VariablesHelpState(null, null, B._StateLifecycle_0); } }; A._VariablesHelpState.prototype = { @@ -365996,7 +368152,7 @@ var _this = this; _this.super$State$initState(); _this._widget.toString; - _this._variables$_controller = A.TabController$(0, 4, _this); + _this._variables$_controller = A.TabController$(null, 0, 4, _this); }, dispose$0(_) { this._variables$_controller.dispose$0(0); @@ -366112,14 +368268,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: 398 }; 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); }, - $signature: 2089 + $signature: 2097 }; A._VariableGrid_build___closure.prototype = { call$0() { @@ -366131,17 +368287,17 @@ }; A.__VariablesHelpState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.ViewScaffold.prototype = { @@ -366173,12 +368329,12 @@ } else t6 = false; if (t6) - leading = t3.filterStack._list.length > 1 ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57490_MaterialIcons_null_true, _null, _null), 24, new A.ViewScaffold_build_closure(store), B.EdgeInsets_8_8_8_8, _null, _null) : A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), 24, new A.ViewScaffold_build_closure0(store), B.EdgeInsets_8_8_8_8, _null, _null); + leading = t3.filterStack._list.length > 1 ? 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) : 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); 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), 24, new A.ViewScaffold_build_closure1(store), B.EdgeInsets_8_8_8_8, t3, _null); + 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, t3, _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), 24, new A.ViewScaffold_build_closure2(store), B.EdgeInsets_8_8_8_8, _null, _null) : _null; + 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; } else leading = _null; t3 = A.Theme_of(context).cardColor; @@ -366204,13 +368360,13 @@ t8.push(new A.ViewActionMenuButton(t5, t5.getActions$2$client$userCompany(t2, userCompany), new A.ViewScaffold_build_closure5(_this), t9, _null)); t2 = t8; } - 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, t7, _null, _null, _null, 1, _null); + 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, new A.CopyToClipboard(t7, title, _null), _null, _null, _null, 1, _null); if (t5.get$isNew()) { t1 = J.$index$asx($.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, t1, _null, _null, _null, _null, _null), _null), new A.ViewScaffold_build_closure6(), _null); + 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), _null), new A.ViewScaffold_build_closure6(), _null); }, get$body(receiver) { return this.body; @@ -366267,7 +368423,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 28 + $signature: 29 }; A.ViewScaffold_build_closure3.prototype = { call$0() { @@ -366294,7 +368450,7 @@ t1 = this.localization.get$edit(); return new A.AppTextButton(t1, isDisabled ? _null : new A.ViewScaffold_build__closure(this.$this, context), true, _null, _null); }, - $signature: 294 + $signature: 265 }; A.ViewScaffold_build__closure.prototype = { call$0() { @@ -366346,7 +368502,7 @@ if (Date.now() - t1[t2].lastUpdated > sessionTimeout) store.get$_dispatchers()[0].call$1(new A.UserLogout()); }, - $signature: 394 + $signature: 328 }; A.WebSocketRefresh.prototype = { createState$0() { @@ -366371,14 +368527,14 @@ call$1(store) { return store.get$_dispatchers()[0].call$1(new A.LoadStateRequest(this.context)); }, - $signature: 2090 + $signature: 2098 }; 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), 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: 2091 + $signature: 2099 }; A.LockScreen.prototype = { build$1(_, context) { @@ -366405,8 +368561,7 @@ initState$0() { var t1, _this = this; _this.super$State$initState(); - t1 = _this._widget; - t1 = !t1.viewModel.authState.get$isHosted(); + t1 = !_this._widget.viewModel.authState.get$isHosted(); _this._isSelfHosted = t1; if (t1) { _this._emailLogin = true; @@ -366484,6 +368639,7 @@ }, _submitLoginForm$0() { var t1, completer, authState, url, t2, t3, t4, t5, _this = this, + _s27_ = "https://testv5.invoicing.co", _s28_ = "https://staging.invoicing.co", isValid = _this._login_view$_formKey.get$currentState().validate$0(), viewModel = _this._widget.viewModel; @@ -366498,8 +368654,15 @@ authState = _this._widget.viewModel.authState; if (_this._isSelfHosted) url = _this._urlController._change_notifier$_value.text; - else - url = A.cleanApiUrl(authState.url) === _s28_ ? _s28_ : "https://invoicing.co"; + else { + t1 = authState.url; + if (A.cleanApiUrl(t1) === _s27_) + url = _s27_; + else { + t1 = A.cleanApiUrl(t1) === _s28_ ? _s28_ : "https://invoicing.co"; + url = t1; + } + } if (_this._emailLogin) { t1 = _this._recoverPassword; t2 = _this._framework$_element; @@ -366526,7 +368689,7 @@ } }, build$1(_, context) { - var t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, + var t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, _s7_ = "#2F7DC3", _s15_ = "select_platform", _s2_ = "en", @@ -366536,22 +368699,26 @@ platform = A.getNativePlatform(), viewModel = _this._widget.viewModel, state = viewModel.state, - aboutTextStyle = A.Theme_of(context).textTheme.bodyText2, + aboutTextStyle = A.Theme_of(context).textTheme.bodyMedium, linkStyle = aboutTextStyle.copyWith$1$color(A.convertHexStringToColor(_s7_)), horizontalPadding = A.calculateLayout(context) === B.AppLayout_desktop ? 40 : 16, - t2 = A.Container$(_null, _null, B.Clip_0, state.get$accentColor(), _null, _null, _null, 24, _null, _null, _null, _null, _null, 1 / 0), - t3 = A.Image$asset(state.prefState.enableDarkMode ? "assets/images/logo_dark.png" : "assets/images/logo_light.png", 50, _null), - t4 = A.isApple() ? _null : new A._LoginState_build_closure(), - t5 = type$.JSArray_legacy_Widget; - t4 = A._setArrayType([t2, new A.Padding(new A.EdgeInsets(0, 25, 0, 25), A.Center$(A.InkWell$(false, _null, true, t3, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure0(_this), t4, _null, _null, _null, _null, _null), _null, _null), _null)], t5); + t2 = type$.JSArray_legacy_Widget, + t3 = A._setArrayType([], t2); + if (A.isMacOS() || A.isWindows() || A.isLinux()) + t3.push(new A.AppTitleBar(_null)); + else + t3.push(A.Container$(_null, _null, B.Clip_0, state.get$accentColor(), _null, _null, _null, 24, _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); + 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)); if (_this._tokenLogin) { - t2 = A.calculateLayout(context); - t4.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)], t5), _null, 4, t2 !== B.AppLayout_mobile, _null, false, _null)); + t4 = A.calculateLayout(context); + 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, 4, t4 !== B.AppLayout_mobile, _null, false, _null)); } - t2 = A.Duration$(0, 0, 0, 500, 0, 0); - t3 = viewModel.authState.isAuthenticated ? 0 : 1; + t4 = A.Duration$(0, 0, 0, 500, 0, 0); + t5 = viewModel.authState.isAuthenticated ? 0 : 1; t6 = A.calculateLayout(context); - t7 = A._setArrayType([], t5); + t7 = A._setArrayType([], t2); if (!A.isApple()) t8 = state.authState.get$isHosted(); else @@ -366564,18 +368731,18 @@ t10 = ""; t11 = A.Theme_of(context).textTheme; t12 = _this._createAccount ? B.Color_4294967295 : _null; - t8 = A.Expanded$(A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.Center$(new A.Padding(B.EdgeInsets_16_16_16_16, A.Text$(t10, _null, _null, _null, _null, _null, t11.headline6.copyWith$3$color$fontSize$fontWeight(t12, 18, B.FontWeight_5), _null, _null, _null), _null), _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure2(_this), _null, _null, _null, _null, _null), B.Clip_0, t8, 0, _null, _null, _null, _null, B.MaterialType_0), 1); + t8 = A.Expanded$(A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.Center$(new A.Padding(B.EdgeInsets_16_16_16_16, A.Text$(t10, _null, _null, _null, _null, _null, t11.titleLarge.copyWith$3$color$fontSize$fontWeight(t12, 18, B.FontWeight_5), _null, _null, _null), _null), _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure2(_this), _null, _null, _null, _null, _null), B.Clip_0, t8, 0, _null, _null, _null, _null, B.MaterialType_0), 1); t10 = _this._createAccount ? B.Color_0 : state.get$accentColor(); t9 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t9), "login"); if (t9 == null) t9 = ""; t11 = A.Theme_of(context).textTheme; t12 = _this._createAccount ? _null : B.Color_4294967295; - t7.push(A.Row$(A._setArrayType([t8, A.Expanded$(A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.Center$(new A.Padding(B.EdgeInsets_16_16_16_16, A.Text$(t9, _null, _null, _null, _null, _null, t11.headline6.copyWith$3$color$fontSize$fontWeight(t12, 18, B.FontWeight_5), _null, _null, _null), _null), _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure3(_this), _null, _null, _null, _null, _null), B.Clip_0, t10, 0, _null, _null, _null, _null, B.MaterialType_0), 1)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t7.push(A.Row$(A._setArrayType([t8, A.Expanded$(A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.Center$(new A.Padding(B.EdgeInsets_16_16_16_16, A.Text$(t9, _null, _null, _null, _null, _null, t11.titleLarge.copyWith$3$color$fontSize$fontWeight(t12, 18, B.FontWeight_5), _null, _null, _null), _null), _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._LoginState_build_closure3(_this), _null, _null, _null, _null, _null), B.Clip_0, t10, 0, _null, _null, _null, _null, B.MaterialType_0), 1)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); } t7.push(new A.SizedBox(_null, 20, _null, _null)); if (!_this._recoverPassword) { - t8 = A._setArrayType([], t5); + t8 = A._setArrayType([], t2); if (!_this._createAccount && true) { t9 = t1.localeCode; t10 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t9), _s15_); @@ -366587,7 +368754,7 @@ t9 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t9), "selfhosted"); t9 = A._setArrayType([t11, t9 == null ? "" : t9], type$.JSArray_legacy_String); t11 = _this._isSelfHosted ? 1 : 0; - B.JSArray_methods.addAll$1(t8, A._setArrayType([new A.RuledText(t10, _null), new A.AppToggleButtons(t9, t11, new A._LoginState_build_closure4(_this), _null)], t5)); + B.JSArray_methods.addAll$1(t8, A._setArrayType([new A.RuledText(t10, _null), new A.AppToggleButtons(t9, t11, new A._LoginState_build_closure4(_this), _null)], t2)); } if (!_this._isSelfHosted && !_this._hideGoogle) { t9 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), _s13_); @@ -366600,18 +368767,18 @@ t10 = A._setArrayType([t10, _this._createAccount ? t1.get$emailSignUp() : t1.get$emailSignIn()], type$.JSArray_legacy_String); } t11 = _this._emailLogin ? 1 : 0; - B.JSArray_methods.addAll$1(t8, A._setArrayType([new A.RuledText(t9, _null), new A.AppToggleButtons(t10, t11, new A._LoginState_build_closure5(_this), _null)], t5)); + B.JSArray_methods.addAll$1(t8, A._setArrayType([new A.RuledText(t9, _null), new A.AppToggleButtons(t10, t11, new A._LoginState_build_closure5(_this), _null)], t2)); } B.JSArray_methods.addAll$1(t7, t8); } - t8 = A._setArrayType([], t5); + t8 = A._setArrayType([], t2); if (_this._emailLogin) { t9 = t1.get$email(); t10 = _this._login_view$_autoValidate; t8.push(A.DecoratedFormField$(false, A._setArrayType(["email"], type$.JSArray_legacy_String), true, t10, _this._login_view$_emailController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_5_null_null, t9, _null, _null, false, _null, _null, new A._LoginState_build_closure6(_this), true, _null, _null, B.TextAlign_4, new A._LoginState_build_closure7(t1))); } if (_this._emailLogin && !_this._recoverPassword) - t8.push(new A.PasswordFormField(_this._login_view$_passwordController, new A._LoginState_build_closure8(_this), false, _this._createAccount, _null, _null)); + t8.push(new A.PasswordFormField(_this._login_view$_passwordController, new A._LoginState_build_closure8(_this), false, _this._createAccount, true, _null, _null)); if (!_this._createAccount && !_this._recoverPassword) { t9 = t1.get$oneTimePassword() + " (" + t1.get$optional() + ")"; t8.push(A.DecoratedFormField$(false, A._setArrayType(["oneTimeCode"], type$.JSArray_legacy_String), false, false, _this._oneTimePasswordController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_2_false_false, t9, _null, _null, false, _null, _null, new A._LoginState_build_closure9(_this), true, _null, _null, B.TextAlign_4, _null)); @@ -366619,7 +368786,7 @@ if (_this._isSelfHosted && !_this._recoverPassword) { t9 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "secret"); t9 = (t9 == null ? "" : t9) + " (" + t1.get$optional() + ")"; - t8.push(new A.PasswordFormField(_this._secretController, new A._LoginState_build_closure10(_this), _this._login_view$_autoValidate, true, t9, _null)); + t8.push(new A.PasswordFormField(_this._secretController, new A._LoginState_build_closure10(_this), _this._login_view$_autoValidate, true, false, t9, _null)); } if (_this._createAccount) { t9 = A.convertHexStringToColor(_s7_); @@ -366628,10 +368795,10 @@ t10 = A.CheckboxListTile$(t9, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure11(_this), A.RichText$(_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")], t11), _null, _null, _null), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0), t10); t9 = A.convertHexStringToColor(_s7_); t12 = _this._privacyChecked; - t8.push(new A.Padding(new A.EdgeInsets(0, 10, 0, 0), A.Column$(A._setArrayType([t10, A.CheckboxListTile$(t9, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure12(_this), A.RichText$(_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")], t11), _null, _null, _null), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0), t12)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)); + t8.push(new A.Padding(new A.EdgeInsets(0, 10, 0, 0), A.Column$(A._setArrayType([t10, A.CheckboxListTile$(t9, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure12(_this), A.RichText$(_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")], t11), _null, _null, _null), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0), t12)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)); } t7.push(new A.Padding(new A.EdgeInsets(horizontalPadding, 0, horizontalPadding, 0), A.Column$(t8, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)); - t7 = A._setArrayType([A.Column$(t7, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t5); + t7 = A._setArrayType([A.Column$(t7, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t2); t8 = _this._loginError; if (t8.length !== 0 && !B.JSString_methods.contains$1(t8, "OTP_REQUIRED")) { t8 = A.Expanded$(A.SelectableText$(t8, 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); @@ -366639,10 +368806,10 @@ t10 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "copy_error"); if (t10 == null) t10 = ""; - t7.push(A.Container$(_null, A.Row$(A._setArrayType([t8, A.IconButton$(B.Alignment_0_0, _null, _null, true, t9, 24, new A._LoginState_build_closure13(_this), B.EdgeInsets_8_8_8_8, t10, _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(horizontalPadding, 20, horizontalPadding, 0), _null, _null, _null)); + t7.push(A.Container$(_null, A.Row$(A._setArrayType([t8, A.IconButton$(B.Alignment_0_0, _null, _null, true, t9, _null, new A._LoginState_build_closure13(_this), B.EdgeInsets_8_8_8_8, t10, _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(horizontalPadding, 20, horizontalPadding, 0), _null, _null, _null)); } t8 = state.get$accentColor(); - t9 = A._setArrayType([], t5); + t9 = A._setArrayType([], t2); if (_this._emailLogin) t9.push(A.Icon$(B.IconData_58307_MaterialIcons_null_false, B.Color_4294967295, _null)); else @@ -366658,9 +368825,9 @@ t7.push(new A.Padding(new A.EdgeInsets(16, 20, 16, 10), new A.RoundedLoadingButton(_this._buttonController, new A._LoginState_build_closure14(_this), A.Row$(t9, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null), t8, 50, 430, 4, _null), _null)); t7.push(new A.SizedBox(_null, 4, _null, _null)); t8 = A.calculateLayout(context) === B.AppLayout_desktop ? B.Axis_0 : B.Axis_1; - t9 = A._setArrayType([], t5); + t9 = A._setArrayType([], t2); if (!_this._createAccount && _this._emailLogin) { - t10 = A._setArrayType([], t5); + t10 = A._setArrayType([], t2); if (!_this._recoverPassword) t10.push(A.Icon$(B._MdiIconData_wMy, _null, 16)); t10.push(new A.SizedBox(8, _null, _null, _null)); @@ -366670,18 +368837,18 @@ if (!_this._recoverPassword && !_this._isSelfHosted) { t10 = A.Icon$(B.IconData_58729_MaterialIcons_null_false, _null, 16); t11 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), _s12_); - t9.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(A._setArrayType([t10, new A.SizedBox(8, _null, _null, _null), A.Text$(t11 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, _s2_), _s12_) : t11, _null, _null, _null, _null, _null, _null, _null, _null, _null)], t5), 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(), _null, _null, _null, _null, _null)); + t9.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(A._setArrayType([t10, new A.SizedBox(8, _null, _null, _null), A.Text$(t11 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, _s2_), _s12_) : t11, _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(), _null, _null, _null, _null, _null)); } if (!_this._recoverPassword && true) { t10 = A.Icon$(A.getNativeAppIcon(platform), _null, 16); t11 = platform + " "; t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "app"); - t9.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(A._setArrayType([t10, new A.SizedBox(8, _null, _null, _null), A.Text$(t11 + A.S(t1 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, _s2_), "app") : t1), _null, _null, _null, _null, _null, _null, _null, _null, _null)], t5), 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_closure17(platform), _null, _null, _null, _null, _null)); + t9.push(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_14_14_14_14, A.Row$(A._setArrayType([t10, new A.SizedBox(8, _null, _null, _null), A.Text$(t11 + A.S(t1 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, _s2_), "app") : 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_closure17(platform), _null, _null, _null, _null, _null)); } t7.push(A.Flex$(t9, B.CrossAxisAlignment_2, t8, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, _null, _null, B.VerticalDirection_1)); t7.push(new A.SizedBox(_null, 16, _null, _null)); - t4.push(A.AnimatedOpacity$(false, A.Form$(false, new A.AutofillGroup(A.FormCard$(_null, t7, _null, 20, t6 !== B.AppLayout_mobile, B.EdgeInsets_0_0_0_0, false, _null), _null), _this._login_view$_formKey), B.C__Linear, t2, t3)); - return new A.ScrollableListView(t4, _null, _null, _null); + t3.push(A.AnimatedOpacity$(false, A.Form$(_null, new A.AutofillGroup(A.FormCard$(_null, t7, _null, 20, t6 !== B.AppLayout_mobile, B.EdgeInsets_0_0_0_0, false, _null), _null), _this._login_view$_formKey), B.C__Linear, t4, t5)); + return A.SafeArea$(true, new A.ScrollableListView(t3, _null, _null, _null), B.EdgeInsets_0_0_0_0, true); } }; A._LoginState__submitSignUpForm_closure.prototype = { @@ -366702,7 +368869,7 @@ t3 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); return A.AlertDialog$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_8_0, A.TextButton$(false, A.Text$(t3.get$close(t3), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 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, _null, t2); }, - $signature: 169 + $signature: 165 }; A._LoginState__submitSignUpForm__closure1.prototype = { call$0() { @@ -366773,7 +368940,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).localeCode), "recover_password_email_sent"); return new A.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 318 + $signature: 307 }; A._LoginState__submitLoginForm_closure1.prototype = { call$1(error) { @@ -366852,7 +369019,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure3(t1, index)); }, - $signature: 98 + $signature: 94 }; A._LoginState_build__closure3.prototype = { call$0() { @@ -366870,7 +369037,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure2(t1, index)); }, - $signature: 98 + $signature: 94 }; A._LoginState_build__closure2.prototype = { call$0() { @@ -366890,25 +369057,25 @@ call$1(_) { return this.$this._submitForm$0(); }, - $signature: 25 + $signature: 26 }; A._LoginState_build_closure8.prototype = { call$1(_) { return this.$this._submitForm$0(); }, - $signature: 25 + $signature: 26 }; A._LoginState_build_closure9.prototype = { call$1(_) { return this.$this._submitForm$0(); }, - $signature: 25 + $signature: 26 }; A._LoginState_build_closure10.prototype = { call$1(_) { return this.$this._submitForm$0(); }, - $signature: 25 + $signature: 26 }; A._LoginState_build_closure11.prototype = { call$1(value) { @@ -366972,7 +369139,7 @@ call$0() { return A.launch(A.getNativeAppUrl(this.platform), null, false); }, - $signature: 28 + $signature: 29 }; A.RuledText.prototype = { build$1(_, context) { @@ -366992,7 +369159,7 @@ call$2(context, viewModel) { return new A.LoginView(viewModel, null); }, - $signature: 2092 + $signature: 2100 }; A.LoginVM.prototype = {}; A.LoginVM_fromStore__handleLogin.prototype = { @@ -367012,7 +369179,7 @@ call$1$context(context) { return this.call$2$context$isSignUp(context, false); }, - $signature: 2093 + $signature: 2101 }; A.LoginVM_fromStore__handleLogin_closure.prototype = { call$1(duration) { @@ -367026,7 +369193,7 @@ } else _this.store.get$_dispatchers()[0].call$1(new A.ViewMainScreen()); }, - $signature: 39 + $signature: 38 }; A.LoginVM_fromStore__formatApiUrl.prototype = { call$1(url) { @@ -367101,7 +369268,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 2094 + $signature: 2102 }; A.LoginVM_fromStore__closure0.prototype = { call$2(idToken, accessToken) { @@ -367126,7 +369293,7 @@ call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 233 + $signature: 211 }; A.LoginVM_fromStore_closure4.prototype = { call$2(context, completer) { @@ -367187,7 +369354,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2096 + $signature: 2104 }; A.LoginVM_fromStore__closure.prototype = { call$2(idToken, accessToken) { @@ -367209,7 +369376,7 @@ call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 233 + $signature: 211 }; A.LoginVM_fromStore_closure1.prototype = { call$4$email$password(context, completer, email, password) { @@ -367246,13 +369413,13 @@ }); return A._asyncStartSync($async$call$4$email$password, $async$completer); }, - $signature: 2097 + $signature: 2105 }; A.LoginVM_fromStore__closure1.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 233 + $signature: 211 }; A.LoginVM_fromStore_closure0.prototype = { call$5$email$secret$url(context, completer, email, secret, url) { @@ -367289,7 +369456,7 @@ }); return A._asyncStartSync($async$call$5$email$secret$url, $async$completer); }, - $signature: 2098 + $signature: 2106 }; A.LoginVM_fromStore_closure.prototype = { call$7$email$oneTimePassword$password$secret$url(context, completer, email, oneTimePassword, password, secret, url) { @@ -367339,13 +369506,13 @@ }); return A._asyncStartSync($async$call$7$email$oneTimePassword$password$secret$url, $async$completer); }, - $signature: 2099 + $signature: 2107 }; A.LoginVM_fromStore__closure2.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 233 + $signature: 211 }; A.LoginVM_fromStore_closure2.prototype = { call$3$token(context, completer, token) { @@ -367379,7 +369546,7 @@ }); return A._asyncStartSync($async$call$3$token, $async$completer); }, - $signature: 2100 + $signature: 2108 }; A.ClientListItem.prototype = { build$1(_, context) { @@ -367413,7 +369580,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.showCheckbox) - t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), false, t1.isChecked), _null), _null); + t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), _null, false, t1.isChecked), _null), _null); else { t2 = t1.client; t3 = _this.state; @@ -367432,23 +369599,23 @@ t7 = A._setArrayType([A.Text$(t7 + (t3.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, t4, _null, _null, _null)], t5); t8 = _this.filterMatch; if (t8 != null) - t7.push(A.Text$(t8, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.subtitle2, _null, _null, _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, context), new A.ClientListItem_build__closure2(t1, context), _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), false, t1.isChecked), _null) : _null; + 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, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.client; t5 = t4.displayName; t6 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1), A.Text$(A.formatNumber(t4.balance, context, t4.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _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, t3.size._dx); + t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1), A.Text$(A.formatNumber(t4.balance, context, t4.id, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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, t3.size._dx); t5 = _this.filterMatch; t5 = t5 != null ? A.Text$(t5, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null) : A.Text$(t4.number, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t3 = A.ListTile$(false, _null, _null, _null, true, _null, false, _null, t2, new A.ClientListItem_build__closure4(t1, context), new A.ClientListItem_build__closure5(t1, context), 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, t3, _null, _null); + t3 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.ClientListItem_build__closure4(t1, context), new A.ClientListItem_build__closure5(t1, context), 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, t3, _null, _null); t1 = t3; } return t1; }, - $signature: 99 + $signature: 104 }; A.ClientListItem_build__closure2.prototype = { call$0() { @@ -367468,7 +369635,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.ClientListItem_build__closure0.prototype = { call$2(context, action) { @@ -367495,7 +369662,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.ClientListBuilder.prototype = { build$1(_, context) { @@ -367512,7 +369679,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: 2102 + $signature: 2110 }; A.ClientListBuilder_build__closure.prototype = { call$2(context, index) { @@ -367531,7 +369698,7 @@ t2 = false; return new A.ClientListItem(t4, client, t1.filter, t2, null); }, - $signature: 2103 + $signature: 2111 }; A.ClientListVM.prototype = {}; A.ClientListVM_fromStore__handleRefresh.prototype = { @@ -367585,7 +369752,7 @@ _loadPDF$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_Response), - $async$returnValue, $async$next = [], $async$self = this, errorMessage, state, url, t3, t4, exception, t1, response, t2; + $async$returnValue, $async$next = [], $async$self = this, errorMessage, state, url, t3, t4, startDate, endDate, 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); @@ -367604,13 +369771,14 @@ t3 = state.userCompanyStates; t4 = state.uiState.selectedCompanyIndex; t3 = t3._list; - A.calculateStartDate(t3[t4].userCompany.company, null, null, t2, 0); - A.calculateEndDate(t3[t4].userCompany.company, null, null, $async$self._client_pdf$_dateRange, 0); + startDate = A.calculateStartDate(t3[t4].userCompany.company, null, null, t2, 0); + endDate = A.calculateEndDate(t3[t4].userCompany.company, null, null, $async$self._client_pdf$_dateRange, 0); + } else { + startDate = ""; + endDate = ""; } - t2 = state.get$credentials(state); - t1 = t1.client.id; $async$goto = 3; - return A._asyncAwait(new A.WebClient().post$4$data$rawResponse(url, t2.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["client_id", t1, "start_date", "2021-01-01", "end_date", "2023-01-01", "show_payments_table", $async$self._showPayments, "show_aging_table", $async$self._showAging], type$.legacy_String, type$.legacy_Object)), true), $async$_loadPDF$0); + return A._asyncAwait(new A.WebClient().post$4$data$rawResponse(url, state.get$credentials(state).token, 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)), true), $async$_loadPDF$0); case 3: // returning from await. response = $async$result; @@ -367648,7 +369816,7 @@ this.super$State$dispose(0); }, build$1(_, context) { - var pageSelector, t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, + var pageSelector, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _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), client = _this._widget.viewModel.client; @@ -367656,10 +369824,10 @@ pageSelector = A._setArrayType([], type$.JSArray_legacy_Widget); else { t2 = A.Icon$(B.IconData_58396_MaterialIcons_null_true, _null, _null); - t2 = A.IconButton$(B.Alignment_0_0, _null, _null, true, t2, 24, _this._pageNumber > 1 ? new A._ClientPdfViewState_build_closure(_this) : _null, B.EdgeInsets_8_8_8_8, _null, _null); + t2 = A.IconButton$(B.Alignment_0_0, _null, _null, true, t2, _null, _this._pageNumber > 1 ? new A._ClientPdfViewState_build_closure(_this) : _null, B.EdgeInsets_8_8_8_8, _null, _null); t3 = A.Text$(B.JSString_methods.replaceFirst$2(B.JSString_methods.replaceFirst$2(t1.get$pdfPageInfo(), ":current", "" + _this._pageNumber), ":total", "" + _this._pageCount), _null, _null, _null, _null, _null, _null, _null, _null, _null); t4 = A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null); - pageSelector = A._setArrayType([t2, new A.Padding(B.EdgeInsets_8_0_8_0, t3, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, 24, _this._pageNumber < _this._pageCount ? new A._ClientPdfViewState_build_closure0(_this) : _null, B.EdgeInsets_8_8_8_8, _null, _null)], type$.JSArray_legacy_Widget); + pageSelector = A._setArrayType([t2, new A.Padding(B.EdgeInsets_8_0_8_0, t3, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, _this._pageNumber < _this._pageCount ? new A._ClientPdfViewState_build_closure0(_this) : _null, B.EdgeInsets_8_8_8_8, _null, _null)], type$.JSArray_legacy_Widget); } 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()); @@ -367675,25 +369843,31 @@ t6 = A.CheckboxListTile$(state.get$accentColor(), _null, B.ListTileControlAffinity_0, _null, _null, new A._ClientPdfViewState_build_closure2(_this), t5, t6); _this._widget.toString; t5 = A.getLayout(context); - t7 = type$.JSArray_legacy_Widget; - t8 = A._setArrayType([], t7); + t7 = !state.prefState.enableDarkMode; + t8 = !t7 || 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); + t9 = t1.get$dateRange(); + t10 = _this._client_pdf$_dateRange; + t11 = $.$get$_$values()._set$_set; + t12 = A._instanceType(t11); + t13 = t12._eval$1("MappedIterable*>"); + t13 = A.List_List$of(new A.MappedIterable(new A.WhereIterable(t11, new A._ClientPdfViewState_build_closure3(), t12._eval$1("WhereIterable")), new A._ClientPdfViewState_build_closure4(t1), t13), true, t13._eval$1("Iterable.E")); + t7 = !t7 || 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 = type$.MappedListIterable_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String; + t12 = type$.JSArray_legacy_Widget; + t11 = A._setArrayType([new A.Flexible(1, B.FlexFit_1, new A.Theme(t8, new A.AppDropdownButton(t9, t10, new A._ClientPdfViewState_build_closure5(_this), t13, false, true, _null, _null, _null, type$.AppDropdownButton_legacy_DateRange), _null), _null), new A.SizedBox(16, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, new A.Theme(t7, new A.AppDropdownButton(t1.get$status(t1), _this._client_pdf$_status, new A._ClientPdfViewState_build_closure6(_this), A.List_List$of(new A.MappedListIterable(A._setArrayType(["all", "paid", "unpaid"], type$.JSArray_legacy_String), new A._ClientPdfViewState_build_closure7(t1), t11), true, t11._eval$1("ListIterable.E")), false, true, _null, _null, _null, type$.AppDropdownButton_legacy_String), _null), _null)], t12); if (A.getLayout(context) === B.AppLayout_desktop) { - t2 = 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, t6, _null), _null)], t7); + t2 = 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, t6, _null), _null)], t12); B.JSArray_methods.addAll$1(t2, pageSelector); - B.JSArray_methods.addAll$1(t8, t2); + B.JSArray_methods.addAll$1(t11, t2); } - t2 = A.Row$(t8, B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); - t7 = A._setArrayType([], t7); + t2 = A.Row$(t11, B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); + t12 = A._setArrayType([], t12); t3 = t1.get$download(t1); - t7.push(new A.AppTextButton(t3, _this._client_pdf$_response == null ? _null : new A._ClientPdfViewState_build_closure3(_this, t1, client), true, _null, _null)); + t12.push(new A.AppTextButton(t3, _this._client_pdf$_response == null ? _null : new A._ClientPdfViewState_build_closure8(_this, t1, client), true, _null, _null)); if (A.getLayout(context) === B.AppLayout_desktop) - t7.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_closure4(client), _null)); - t1 = A.AppBar$(t7, _null, t5 === B.AppLayout_mobile, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, t2, _null, _null, _null, 1, _null); - if (_this._client_pdf$_isLoading || _this._client_pdf$_response == null) - t2 = new A.LoadingIndicator(_null, false, _null); - else - t2 = new A.HtmlElementView(_this._client_pdf$_pdfString, _null); - return A.Scaffold$(t1, B.MaterialColor_Map_HFpTk_4288585374, t2, _null, _null, _null, _null, _null); + t12.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_closure9(client), _null)); + t1 = A.AppBar$(t12, _null, t5 === B.AppLayout_mobile, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, t2, _null, _null, _null, 1, _null); + return A.Scaffold$(t1, B.MaterialColor_Map_HFpTk_4288585374, _this._client_pdf$_isLoading || _this._client_pdf$_response == null ? new A.LoadingIndicator(_null, false, _null) : new A.Padding(B.EdgeInsets_8_8_8_8, A.PdfView$(_this._pdfController, new A._ClientPdfViewState_build_closure10(_this), new A._ClientPdfViewState_build_closure11(_this)), _null), _null, _null, _null, _null, _null); } }; A._ClientPdfViewState_loadPdf_closure.prototype = { @@ -367704,15 +369878,19 @@ }; A._ClientPdfViewState_loadPdf_closure0.prototype = { call$1(response) { - var t2, + var $document, t2, t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_loadPdf__closure(t1, response)); - t2 = response.bodyBytes; - t2 = "data:application/pdf;base64," + B.C_Base64Codec.get$encoder().convert$1(t2); - t1._client_pdf$_pdfString = t2; - A.WebUtils_registerWebView(t2); + $document = A.PdfDocument_openData(t1._client_pdf$_response.bodyBytes); + t2 = t1._pdfController; + if (t2 == null) + t1._pdfController = new A.PdfController($document); + else { + t2.dispose$0(0); + t1._pdfController = new A.PdfController($document); + } }, - $signature: 600 + $signature: 601 }; A._ClientPdfViewState_loadPdf__closure.prototype = { call$0() { @@ -367743,11 +369921,11 @@ A._ClientPdfViewState_build_closure1.prototype = { call$1(value) { var t1 = this.$this; - t1.setState$1(new A._ClientPdfViewState_build__closure0(t1)); + t1.setState$1(new A._ClientPdfViewState_build__closure4(t1)); }, $signature: 20 }; - A._ClientPdfViewState_build__closure0.prototype = { + A._ClientPdfViewState_build__closure4.prototype = { call$0() { var t1 = this.$this; t1._showPayments = !t1._showPayments; @@ -367758,11 +369936,11 @@ A._ClientPdfViewState_build_closure2.prototype = { call$1(value) { var t1 = this.$this; - t1.setState$1(new A._ClientPdfViewState_build__closure(t1)); + t1.setState$1(new A._ClientPdfViewState_build__closure3(t1)); }, $signature: 20 }; - A._ClientPdfViewState_build__closure.prototype = { + A._ClientPdfViewState_build__closure3.prototype = { call$0() { var t1 = this.$this; t1._showAging = !t1._showAging; @@ -367770,11 +369948,59 @@ }, $signature: 1 }; + A._ClientPdfViewState_build_closure5.prototype = { + call$1(value) { + var t1 = this.$this; + t1.setState$1(new A._ClientPdfViewState_build__closure2(t1, value)); + t1.loadPdf$0(); + }, + $signature: 8 + }; + A._ClientPdfViewState_build__closure2.prototype = { + call$0() { + this.$this._client_pdf$_dateRange = this.value; + }, + $signature: 1 + }; A._ClientPdfViewState_build_closure3.prototype = { + call$1(dateRange) { + return dateRange !== B.DateRange_custom; + }, + $signature: 2113 + }; + A._ClientPdfViewState_build_closure4.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), dateRange, type$.legacy_DateRange); + }, + $signature: 373 + }; + A._ClientPdfViewState_build_closure6.prototype = { + call$1(value) { + var t1 = this.$this; + t1.setState$1(new A._ClientPdfViewState_build__closure1(t1, value)); + t1.loadPdf$0(); + }, + $signature: 8 + }; + A._ClientPdfViewState_build__closure1.prototype = { + call$0() { + this.$this._client_pdf$_status = this.value; + }, + $signature: 1 + }; + A._ClientPdfViewState_build_closure7.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), value, type$.legacy_String); + }, + $signature: 35 + }; + A._ClientPdfViewState_build_closure8.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1, fileName; + $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); @@ -367783,23 +370009,51 @@ case 0: // Function start t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, $async$self.localization.localeCode), "statement"); - fileName = (t1 == null ? "" : t1) + "_" + $async$self.client.number + ".pdf"; - t1 = $async$self.$this._client_pdf$_response; - A.WebUtils_downloadBinaryFile(fileName, t1.bodyBytes); + A.WebUtils_downloadBinaryFile((t1 == null ? "" : t1) + "_" + $async$self.client.number + ".pdf", $async$self.$this._client_pdf$_response.bodyBytes); // implicit return return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; - A._ClientPdfViewState_build_closure4.prototype = { + A._ClientPdfViewState_build_closure9.prototype = { call$0() { A.viewEntity(false, this.client, null, false); }, $signature: 1 }; + A._ClientPdfViewState_build_closure10.prototype = { + call$1($document) { + var t1 = this.$this; + t1.setState$1(new A._ClientPdfViewState_build__closure0(t1, $document)); + }, + $signature: 603 + }; + A._ClientPdfViewState_build__closure0.prototype = { + call$0() { + var t1 = this.document; + t1 = t1 == null ? null : t1.pagesCount; + if (t1 == null) + t1 = 0; + this.$this._pageCount = t1; + }, + $signature: 1 + }; + A._ClientPdfViewState_build_closure11.prototype = { + call$1(page) { + var t1 = this.$this; + t1.setState$1(new A._ClientPdfViewState_build__closure(t1, page)); + }, + $signature: 94 + }; + A._ClientPdfViewState_build__closure.prototype = { + call$0() { + this.$this._pageNumber = this.page; + }, + $signature: 1 + }; A.ClientPdfScreen.prototype = { build$1(_, context) { var _null = null; @@ -367815,13 +370069,13 @@ t1 = t1.selectedCompanyIndex; return new A.ClientPdfVM(state, t2._list[t1].clientState.$get$1(0, clientId)); }, - $signature: 2105 + $signature: 2116 }; 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: 2106 + $signature: 2117 }; A.ClientPdfVM.prototype = {}; A.ClientPresenter.prototype = { @@ -367883,6 +370137,8 @@ return A.Text$(client.state, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "phone": return A.Text$(client.phone, _null, _null, _null, _null, _null, _null, _null, _null, _null); + case "website": + return A.Text$(client.website, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "custom1": return A.Text$(_this.presentCustomField$2(context, client.customValue1), _null, _null, _null, _null, _null, _null, _null, _null, _null); case "custom2": @@ -367905,7 +370161,7 @@ return A.Text$(t1._list[t2].groupState.$get$1(0, client.groupId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "contacts": t1 = client.contacts._list; - return new A.ConstrainedBox(new A.BoxConstraints(0, 120, 0, 1 / 0), new A.Flexible(1, B.FlexFit_1, A.Text$(new A.MappedListIterable(t1, new A.ClientPresenter_getField_closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).join$1(0, ", "), _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null), _null); + return A.Text$(new A.MappedListIterable(t1, new A.ClientPresenter_getField_closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).join$1(0, "\n"), _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); } return _this.super$EntityPresenter$getField(context, field); } @@ -367914,7 +370170,7 @@ call$1(contact) { return contact.get$fullName(); }, - $signature: 574 + $signature: 575 }; A.ClientScreen.prototype = { build$1(_, context) { @@ -367958,10 +370214,10 @@ 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_empty15, 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_empty16, t7); + 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_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_client, t2, new A.ClientScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.ClientListBuilder(_null), t7, B.EntityType_client, t1, 0, _null, new A.ClientScreen_build_closure8(store), new A.ClientScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_client, t2, new A.ClientScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.ClientListBuilder(_null), t7, B.EntityType_client, t1, 0, _null, new A.ClientScreen_build_closure8(store), new A.ClientScreen_build_closure9(store)); } }; A.ClientScreen_build_closure9.prototype = { @@ -367996,7 +370252,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterClientsByState(state)); }, - $signature: 50 + $signature: 52 }; A.ClientScreen_build_closure.prototype = { call$0() { @@ -368048,18 +370304,18 @@ call$2(context, vm) { return new A.ClientScreen(vm, null); }, - $signature: 2108 + $signature: 2119 }; A.ClientScreenVM.prototype = {}; A.ClientEdit.prototype = { createState$0() { - return new A._ClientEditState(null, B._StateLifecycle_0); + return new A._ClientEditState(null, null, B._StateLifecycle_0); } }; A._ClientEditState.prototype = { initState$0() { this.super$State$initState(); - this._client_edit$_controller = A.TabController$(0, 6, this); + this._client_edit$_controller = A.TabController$(null, 0, 6, this); }, dispose$0(_) { this._client_edit$_controller.dispose$0(0); @@ -368086,7 +370342,7 @@ t7 = A.TabBarView$(A._setArrayType([new A.ScrollableListView(A._setArrayType([new A.ClientEditDetails(viewModel, _null)], t3), _null, _null, _null), new A.ClientEditContactsScreen(viewModel, _null), new A.ScrollableListView(A._setArrayType([new A.ClientEditNotes(viewModel, _null)], t3), _null, _null, _null), new A.ScrollableListView(A._setArrayType([new A.ClientEditSettings(viewModel, _null)], t3), _null, _null, _null), new A.ScrollableListView(A._setArrayType([new A.ClientEditBillingAddress(viewModel, _null)], t3), _null, _null, _null), new A.ScrollableListView(A._setArrayType([new A.ClientEditShippingAddress(viewModel, _null)], t3), _null, _null, _null)], t3), t6, new A.ValueKey(t5, t7)); t3 = t7; } - return A.EditScaffold$(_null, t1, A.Form$(false, t3, t4), new A.ClientEditFooter(client, _null), client, _null, isFullscreen, _null, new A._ClientEditState_build_closure(viewModel), new A._ClientEditState_build_closure0(_this, viewModel), _null, t2); + return A.EditScaffold$(_null, t1, A.Form$(_null, t3, t4), new A.ClientEditFooter(client, _null), client, _null, isFullscreen, _null, new A._ClientEditState_build_closure(viewModel), new A._ClientEditState_build_closure0(_this, viewModel), _null, t2); } }; A._ClientEditState_build_closure.prototype = { @@ -368112,17 +370368,17 @@ }; A.__ClientEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.ClientEditBillingAddress.prototype = { @@ -368245,7 +370501,7 @@ b.get$_client_model$_$this()._postalCode = t1; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditBillingAddressState__onChanged_closure0.prototype = { call$0() { @@ -368257,7 +370513,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditBillingAddressState_build__closure0(country))); }, - $signature: 56 + $signature: 55 }; A.ClientEditBillingAddressState_build__closure0.prototype = { call$1(b) { @@ -368268,7 +370524,7 @@ b.get$_client_model$_$this()._countryId = t1; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditBillingAddressState_build_closure0.prototype = { call$0() { @@ -368281,7 +370537,7 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 39 + $signature: 38 }; A.ClientEditContacts.prototype = { createState$0() { @@ -368336,19 +370592,19 @@ t5 = t4.length; return new A.ContactEditDetails(B.JSArray_methods.indexOf$2(t4, B.JSArray_methods.firstWhere$2$orElse(t4, new A._ClientEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t5 > 1, new A.ValueKey(t3, type$.ValueKey_String)); }, - $signature: 2109 + $signature: 2120 }; A._ClientEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 148 + $signature: 143 }; 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: 2110 + $signature: 2121 }; A._ClientEditContactsState_build__closure.prototype = { call$0() { @@ -368360,7 +370616,7 @@ call$1(duration) { this.$this._client_edit_contacts$_showContactEditor$2(this.contact, this.context); }, - $signature: 39 + $signature: 38 }; A._ClientEditContactsState_build_closure1.prototype = { call$0() { @@ -368375,7 +370631,7 @@ 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), 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, 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, B.MaterialType_0); + 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, B.MaterialType_0); }, get$contact() { return this.contact; @@ -368392,20 +370648,26 @@ }; A.ContactEditDetailsState.prototype = { _client_edit_contacts$_onDoneContactPressed$0() { - var t1 = this._widget, - t2 = t1.isDialog, - t3 = this._framework$_element; - if (t2) { - t1 = t1.viewModel; - t3.toString; - t1.onDoneContactPressed.call$1(t3); - t3 = this._framework$_element; - t3.toString; - A.Navigator_of(t3, false).pop$0(0); + var t2, _this = this, + t1 = _this._widget; + if (t1.isDialog) { + t1 = $.Debouncer_action; + if (t1 != null) { + t1.call$0(); + $.Debouncer_action = null; + } + t1 = _this._widget.viewModel; + t2 = _this._framework$_element; + t2.toString; + t1.onDoneContactPressed.call$1(t2); + t2 = _this._framework$_element; + t2.toString; + A.Navigator_of(t2, false).pop$0(0); } else { t1 = t1.clientViewModel; - t3.toString; - t1.onSavePressed.call$1(t3); + t2 = _this._framework$_element; + t2.toString; + t1.onSavePressed.call$1(t2); } }, didChangeDependencies$0() { @@ -368524,7 +370786,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 410 + $signature: 349 }; A.ContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -368542,7 +370804,7 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.ContactEditDetailsState_build_closure2.prototype = { call$1(val) { @@ -368554,7 +370816,7 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.ContactEditDetailsState_build_closure4.prototype = { call$1(value) { @@ -368566,7 +370828,7 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.ContactEditDetailsState_build_closure6.prototype = { call$1(value) { @@ -368579,37 +370841,37 @@ call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.ContactEditDetailsState_build_closure7.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.ContactEditDetailsState_build_closure8.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.ContactEditDetailsState_build_closure9.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.ContactEditDetailsState_build_closure10.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.ContactEditDetailsState_build_closure11.prototype = { call$1(_) { return this.$this._client_edit_contacts$_onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.ContactEditDetailsState_build_closure12.prototype = { call$1(value) { @@ -368624,7 +370886,7 @@ b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 410 + $signature: 349 }; A.ContactEditDetailsState_build__closure1.prototype = { call$0() { @@ -368663,13 +370925,13 @@ call$1(store) { return A.ClientEditContactsVM_ClientEditContactsVM$fromStore(store); }, - $signature: 2111 + $signature: 2122 }; A.ClientEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2112 + $signature: 2123 }; A.ClientEditContactsVM.prototype = { get$company() { @@ -368692,7 +370954,7 @@ call$1(index) { return this.store.get$_dispatchers()[0].call$1(new A.DeleteContact(index)); }, - $signature: 168 + $signature: 166 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1.prototype = { call$1(_) { @@ -368704,7 +370966,7 @@ call$2(contact, index) { this.store.get$_dispatchers()[0].call$1(new A.UpdateContact(index, contact)); }, - $signature: 2113 + $signature: 2124 }; A.ClientEditDesktop.prototype = { build$1(_, context) { @@ -368839,7 +371101,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -368864,7 +371126,7 @@ b.get$_client_model$_$this()._groupId = this.groupId; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditDetailsState_build_closure1.prototype = { call$1(userId) { @@ -368877,7 +371139,7 @@ b.get$_client_model$_$this()._client_model$_assignedUserId = this.userId; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditFooter.prototype = { build$1(_, context) { @@ -368984,7 +371246,7 @@ b.get$_client_model$_$this()._privateNotes = t1; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -368997,7 +371259,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), sizeId, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.ClientEditNotesState_build_closure0.prototype = { call$1(sizeId) { @@ -369010,13 +371272,13 @@ b.get$_client_model$_$this()._sizeId = this.sizeId; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditNotesState_build_closure1.prototype = { call$1(industry) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditNotesState_build__closure(industry))); }, - $signature: 56 + $signature: 55 }; A.ClientEditNotesState_build__closure.prototype = { call$1(b) { @@ -369027,7 +371289,7 @@ b.get$_client_model$_$this()._industryId = t1; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditSettings.prototype = { createState$0() { @@ -369130,7 +371392,7 @@ t1.get$_settings_model$_$this()._defaultTaskRate = t2; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditSettingsState__onChanged_closure0.prototype = { call$0() { @@ -369142,7 +371404,7 @@ call$1(currency) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure3(currency))); }, - $signature: 56 + $signature: 55 }; A.ClientEditSettingsState_build__closure3.prototype = { call$1(b) { @@ -369154,13 +371416,13 @@ t1.get$_settings_model$_$this()._currencyId = t2; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditSettingsState_build_closure0.prototype = { call$1(language) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure2(language))); }, - $signature: 56 + $signature: 55 }; A.ClientEditSettingsState_build__closure2.prototype = { call$1(b) { @@ -369172,7 +371434,7 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditSettingsState_build_closure1.prototype = { call$1(paymentTermId) { @@ -369182,7 +371444,7 @@ paymentTerm = t1.userCompanyStates._list[t2].paymentTermState.map._map$_map.$index(0, paymentTermId); return A.DropdownMenuItem$(A.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.ClientEditSettingsState_build_closure2.prototype = { call$1(numDays) { @@ -369198,7 +371460,7 @@ t1.get$_settings_model$_$this()._defaultPaymentTerms = t2; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditSettingsState_build_closure3.prototype = { call$1(paymentTermId) { @@ -369208,7 +371470,7 @@ paymentTerm = t1.userCompanyStates._list[t2].paymentTermState.map._map$_map.$index(0, paymentTermId); return A.DropdownMenuItem$(A.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.ClientEditSettingsState_build_closure4.prototype = { call$1(numDays) { @@ -369224,7 +371486,7 @@ t1.get$_settings_model$_$this()._defaultValidUntil = t2; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditSettingsState_build_closure5.prototype = { call$1(value) { @@ -369237,7 +371499,7 @@ b.get$settings().get$_settings_model$_$this()._sendReminders = this.value; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditShippingAddress.prototype = { createState$0() { @@ -369359,7 +371621,7 @@ b.get$_client_model$_$this()._shippingPostalCode = t1; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditShippingAddressState__onChanged_closure0.prototype = { call$0() { @@ -369371,7 +371633,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditShippingAddressState_build__closure0(country))); }, - $signature: 56 + $signature: 55 }; A.ClientEditShippingAddressState_build__closure0.prototype = { call$1(b) { @@ -369382,7 +371644,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditShippingAddressState_build_closure0.prototype = { call$0() { @@ -369395,7 +371657,7 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 39 + $signature: 38 }; A.ClientEditScreen.prototype = { build$1(_, context) { @@ -369407,13 +371669,13 @@ call$1(store) { return A.ClientEditVM_ClientEditVM$fromStore(store); }, - $signature: 2114 + $signature: 2125 }; A.ClientEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientEdit(vm, null); }, - $signature: 2115 + $signature: 2126 }; A.ClientEditVM.prototype = { get$company() { @@ -369424,7 +371686,7 @@ call$1(client) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateClient(client)); }, - $signature: 2116 + $signature: 2127 }; A.ClientEditVM_ClientEditVM$fromStore_closure3.prototype = { call$0() { @@ -369445,7 +371707,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1.countryId; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditVM_ClientEditVM$fromStore_closure2.prototype = { call$0() { @@ -369466,7 +371728,7 @@ b.get$_client_model$_$this()._countryId = t1.shippingCountryId; return b; }, - $signature: 38 + $signature: 43 }; A.ClientEditVM_ClientEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -369511,7 +371773,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.ClientEditVM_ClientEditVM$fromStore___closure.prototype = { call$1(context) { @@ -369554,7 +371816,7 @@ A.viewEntity(false, savedClient, null, true); } }, - $signature: 239 + $signature: 319 }; A.ClientEditVM_ClientEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -369572,7 +371834,7 @@ }; A.ClientView.prototype = { createState$0() { - return new A._ClientViewState(null, B._StateLifecycle_0); + return new A._ClientViewState(null, null, B._StateLifecycle_0); } }; A._ClientViewState.prototype = { @@ -369581,7 +371843,7 @@ _this.super$State$initState(); t1 = _this._widget; state = t1.viewModel.state; - t2 = A.TabController$(t1.isFilter ? 0 : state.uiState.clientUIState.tabIndex, 6, _this); + t2 = A.TabController$(null, t1.isFilter ? 0 : state.uiState.clientUIState.tabIndex, 6, _this); _this._client_view$_controller = t2; t2.addListener$1(0, _this.get$_client_view$_onTabChanged()); }, @@ -369643,7 +371905,7 @@ t7 = type$.JSArray_legacy_Widget; return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.ClientOverview(t3, t1._widget.isFilter, _null), new A._ClientViewState_build__closure(t3, context)), A.RefreshIndicator$(new A.ClientViewDetails(t4, _null), new A._ClientViewState_build__closure0(t3, context)), A.RefreshIndicator$(new A.ClientViewDocuments(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure1(t3, context)), A.RefreshIndicator$(new A.ClientViewLedger(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure2(t3, context)), A.RefreshIndicator$(new A.ClientViewActivity(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure3(t3, context)), A.RefreshIndicator$(new A.ClientViewSystemLogs(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure4(t3, context))], t7), t2, _null), 1), new A.BottomButtons(this.client, B.EntityAction_viewStatement, B.EntityAction_clientPortal, true, true, _null)], t7), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 183 + $signature: 196 }; A._ClientViewState_build__closure.prototype = { call$0() { @@ -369692,14 +371954,14 @@ call$1(context) { var _this = this, _null = null, t1 = _this.userCompany, - t2 = t1.can$2(B.UserPermission_view, B.EntityType_client) || t1.can$2(B.UserPermission_create, B.EntityType_client) ? A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$invoice(), _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), - t3 = t1.can$2(B.UserPermission_view, B.EntityType_payment) || t1.can$2(B.UserPermission_create, B.EntityType_payment) ? A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure0(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$payment(), _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), - t4 = t1.can$2(B.UserPermission_view, B.EntityType_quote) || t1.can$2(B.UserPermission_create, B.EntityType_quote) ? A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure1(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$quote(), _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), - t5 = t1.can$2(B.UserPermission_view, B.EntityType_project) || t1.can$2(B.UserPermission_create, B.EntityType_project) ? A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure2(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$project(), _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), - 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, 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, 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)); + t2 = t1.can$2(B.UserPermission_view, B.EntityType_client) || t1.can$2(B.UserPermission_create, B.EntityType_client) ? 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___closure(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$invoice(), _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), + t3 = t1.can$2(B.UserPermission_view, B.EntityType_payment) || t1.can$2(B.UserPermission_create, B.EntityType_payment) ? 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___closure0(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$payment(), _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), + t4 = t1.can$2(B.UserPermission_view, B.EntityType_quote) || t1.can$2(B.UserPermission_create, B.EntityType_quote) ? 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___closure1(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$quote(), _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), + t5 = t1.can$2(B.UserPermission_view, B.EntityType_project) || t1.can$2(B.UserPermission_create, B.EntityType_project) ? 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___closure2(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$project(), _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), + 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)); }, - $signature: 162 + $signature: 160 }; A._ClientViewState_build___closure.prototype = { call$0() { @@ -369752,17 +372014,17 @@ }; A.__ClientViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.ClientViewActivity.prototype = { @@ -369795,13 +372057,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A._ClientViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 291 + $signature: 240 }; A.ClientViewDetails.prototype = { createState$0() { @@ -369857,7 +372119,7 @@ if (t2 != null) return A.Text$(t1.get$error(t1) + ": " + A.S(t2), _null, _null, _null, _null, _null, _null, _null, _null, _null); else - return B.Text_W3F; + return B.Text_OPN; }, build$1(_, context) { var t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); @@ -369894,7 +372156,7 @@ listTiles.push(new A.Padding(B.EdgeInsets_16_16_16_16, A.FutureBuilder$(t2.get$_client_view_details$_launchStatus(), t2._client_view_details$_launched, type$.Null), _null)); return listTiles; }, - $signature: 180 + $signature: 199 }; A._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -369913,7 +372175,7 @@ t1.push(A.AppListTile$(_null, t3, B.IconData_58530_MaterialIcons_null_false, new A._ClientViewDetailsState_build__buildDetailsList__closure4(t6, t7, contact), t2.get$phone(t2), t4)); } }, - $signature: 605 + $signature: 608 }; A._ClientViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -370017,13 +372279,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 138 }; A.ClientViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 135 + $signature: 137 }; A.ClientViewLedger.prototype = { createState$0() { @@ -370056,13 +372318,13 @@ call$1(ledger) { return ledger.adjustment !== 0; }, - $signature: 2123 + $signature: 2134 }; A._ClientViewLedgerState_build_closure1.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A._ClientViewLedgerState_build_closure0.prototype = { call$2(context, index) { @@ -370076,7 +372338,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "client_created"); t3 = this.client; 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, false, _null, t2, _null, _null, false, _null, _null, A.Text$(A.formatDate(A.DateTime$fromMillisecondsSinceEpoch(t3.createdAt * 1000, false).toIso8601String$0(), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, _null, _null); + return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, _null, _null, false, _null, _null, A.Text$(A.formatDate(A.DateTime$fromMillisecondsSinceEpoch(t3.createdAt * 1000, false).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()); @@ -370097,9 +372359,9 @@ 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, 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); + 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); }, - $signature: 116 + $signature: 111 }; A._ClientViewLedgerState_build__closure0.prototype = { call$0() { @@ -370193,9 +372455,9 @@ t13 = A._arrayInstanceType(t12)._eval$1("MappedListIterable<1,TokenMeta*>"); t13 = A.Column$(A.List_List$of(new A.MappedListIterable(t12, new A.ClientOverview_build_closure0(), t13), true, t13._eval$1("ListIterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); t12 = linkMap.containsKey$1(0, t10) ? new A.ClientOverview_build_closure1(linkMap, t10) : _null; - t14 = A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_58497_MaterialIcons_null_false, _null, _null, _null), 24, new A.ClientOverview_build_closure2(), B.EdgeInsets_8_8_8_8, _null, _null); - t10 = linkMap.containsKey$1(0, t10) ? new A.IgnorePointer(true, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_58460_MaterialIcons_null_true, _null, _null, _null), 24, new A.ClientOverview_build_closure3(), B.EdgeInsets_8_8_8_8, _null, _null), _null) : _null; - B.JSArray_methods.addAll$1(t8, A._setArrayType([new A.ListTile(new A.IgnorePointer(true, _null, t14, _null), new A.Text(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null), t13, t10, false, _null, _null, _null, _null, true, t12, _null, false, _null, false, _null, _null, _null, _null), new A.ListDivider(_null)], t9)); + t14 = A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_58497_MaterialIcons_null_false, _null, _null, _null), _null, new A.ClientOverview_build_closure2(), B.EdgeInsets_8_8_8_8, _null, _null); + t10 = linkMap.containsKey$1(0, t10) ? new A.IgnorePointer(true, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_58460_MaterialIcons_null_true, _null, _null, _null), _null, new A.ClientOverview_build_closure3(), B.EdgeInsets_8_8_8_8, _null, _null), _null) : _null; + B.JSArray_methods.addAll$1(t8, A._setArrayType([A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.IgnorePointer(true, _null, t14, _null), _null, t12, false, _null, _null, t13, _null, new A.Text(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t10, _null), new A.ListDivider(_null)], t9)); } if (t6 && t4.length !== 0) t8.push(A.EntityListTile$(user, _this.isFilter, _null)); @@ -370287,19 +372549,19 @@ t1.$indexSet(0, customerReference, A._setArrayType([gatewayToken], type$.JSArray_legacy_GatewayTokenEntity)); } }, - $signature: 2124 + $signature: 2135 }; A.ClientOverview_build_closure0.prototype = { call$1(token) { return new A.TokenMeta(token.meta, null); }, - $signature: 2125 + $signature: 2136 }; A.ClientOverview_build_closure1.prototype = { call$0() { return A.launch(this.linkMap.$index(0, this.customerReference), null, false); }, - $signature: 28 + $signature: 29 }; A.ClientOverview_build_closure2.prototype = { call$0() { @@ -370346,13 +372608,13 @@ call$1(store) { return A.ClientViewVM_ClientViewVM$fromStore(store); }, - $signature: 2126 + $signature: 2137 }; A.ClientViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientView(vm, this.$this.isFilter, vm.state.uiState.clientUIState.tabIndex, null); }, - $signature: 2127 + $signature: 2138 }; A.ClientViewVM.prototype = { get$company() { @@ -370379,7 +372641,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.ClientViewVM_ClientViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -370410,13 +372672,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadClient(null, this.client.id)); }, - $signature: 97 + $signature: 98 }; A.CompanyGatewayList.prototype = { createState$0() { @@ -370464,7 +372726,7 @@ --newIndex; t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 129 + $signature: 131 }; A._CompanyGatewayListState_build_closure.prototype = { call$1(companyGatewayId) { @@ -370486,7 +372748,7 @@ t3 = false; return new A.CompanyGatewayListItem(t4, companyGateway, t5, t1, t3, new A.ValueKey(t2, type$.ValueKey_legacy_String)); }, - $signature: 2131 + $signature: 2142 }; A._CompanyGatewayListState_build__closure.prototype = { call$0() { @@ -370516,10 +372778,10 @@ t6 = new A.Padding(B.EdgeInsets_0_0_16_0, new A.AppTextButton(t1.get$remove(t1), t6, false, _null, _null), _null); t1 = 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), false, _this.isChecked), _null) : _null; + 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, 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.headline6, _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.headline6, _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$(t5.get$listDisplayName(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t2.localeCode), "test_mode"); @@ -370527,7 +372789,7 @@ } 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, false, _null, t4, _null, new A.CompanyGatewayListItem_build_closure0(_this, context), 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); + 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, context), 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); }, get$user() { return this.user; @@ -370546,7 +372808,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.CompanyGatewayListBuilder.prototype = { build$1(_, context) { @@ -370558,7 +372820,7 @@ call$2(context, viewModel) { return new A.CompanyGatewayList(viewModel, null); }, - $signature: 2132 + $signature: 2143 }; A.CompanyGatewayListVM.prototype = {}; A.CompanyGatewayListVM_fromStore__handleRefresh.prototype = { @@ -370610,7 +372872,7 @@ settings = this.uiState.get$settings().rebuild$1(new A.CompanyGatewayListVM_fromStore__closure0(t1)); this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 129 + $signature: 131 }; A.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1(b) { @@ -370647,7 +372909,7 @@ 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); } - t4 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_companyGateway, false, B.List_empty15, 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_empty16, _null); + t4 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_companyGateway, false, B.List_empty16, 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_empty17, _null); if (state.prefState.appLayout === B.AppLayout_mobile) { t6 = state.userCompanyStates; t2 = t2.selectedCompanyIndex; @@ -370655,7 +372917,7 @@ } 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_empty9, t3, new A.CompanyGatewayListBuilder(_null), t4, B.EntityType_companyGateway, t1, 0, _null, new A.CompanyGatewayScreen_build_closure10(store), new A.CompanyGatewayScreen_build_closure11(store)); + return A.ListScaffold$(t5, B.List_empty11, t3, new A.CompanyGatewayListBuilder(_null), t4, B.EntityType_companyGateway, t1, 0, _null, new A.CompanyGatewayScreen_build_closure10(store), new A.CompanyGatewayScreen_build_closure11(store)); } }; A.CompanyGatewayScreen_build_closure11.prototype = { @@ -370710,13 +372972,13 @@ call$1(companyGatewayId) { return this.$this.viewModel.companyGatewayMap._map$_map.$index(0, companyGatewayId); }, - $signature: 248 + $signature: 282 }; A.CompanyGatewayScreen_build__closure1.prototype = { call$1(_) { return this.store.get$_dispatchers()[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 596 + $signature: 597 }; A.CompanyGatewayScreen_build_closure0.prototype = { call$1(context) { @@ -370777,7 +373039,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterCompanyGatewaysByState(state)); }, - $signature: 50 + $signature: 52 }; A.CompanyGatewayScreen_build_closure3.prototype = { call$0() { @@ -370806,7 +373068,7 @@ call$2(context, vm) { return new A.CompanyGatewayScreen(vm, null); }, - $signature: 2133 + $signature: 2144 }; A.CompanyGatewayScreenVM.prototype = {}; A.CompanyGatewayScreenVM_fromStore_closure.prototype = { @@ -370850,13 +373112,13 @@ }; A.CompanyGatewayEdit.prototype = { createState$0() { - return new A._CompanyGatewayEditState(A.FocusScopeNode$(true, null, false), null, B._StateLifecycle_0); + return new A._CompanyGatewayEditState(A.FocusScopeNode$(true, null, false), null, null, B._StateLifecycle_0); } }; A._CompanyGatewayEditState.prototype = { initState$0() { this.super$State$initState(); - this._company_gateway_edit$_controller = A.TabController$(0, 3, this); + this._company_gateway_edit$_controller = A.TabController$(null, 0, 3, this); }, didChangeDependencies$0() { var t2, enabledGatewayIds, _this = this, @@ -370875,7 +373137,7 @@ t1 = t1 ? null : gateway.defaultGatewayTypeId; _this._company_gateway_edit$_gatewayTypeId = t1 == null ? "1" : t1; } - _this.super$__CompanyGatewayEditState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, dispose$0(_) { this._company_gateway_edit$_controller.dispose$0(0); @@ -370968,19 +373230,19 @@ t5 = companyGateway.feesAndLimitsMap; for (; t2.moveNext$0();) { t6 = t2.get$current(t2); - t11 = B.Map_IQQHC.$index(0, t6); + t11 = B.Map_IQ4sJ.$index(0, t6); t11 = t1.lookup$1(t11 == null ? "" : t11); t12 = A.Theme_of(context).colorScheme; t18 = t5._map$_map.$index(0, t6); if (t18 == null) t18 = A.FeesAndLimitsSettings_FeesAndLimitsSettings(_null); - t4.push(A.SwitchListTile$(t12.secondary, _null, new A._CompanyGatewayEditState_build_closure6(companyGateway, t6, viewModel), _null, _null, new A.Text(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null), t18.isEnabled)); + t4.push(A.SwitchListTile$(t12.secondary, _null, new A._CompanyGatewayEditState_build_closure6(companyGateway, t6, viewModel), _null, _null, new A.Text(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t18.isEnabled)); } t2 = A.FormCard$(_null, t4, _null, 4, false, _null, false, _null); t4 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t13), "required_fields"); if (t4 == null) t4 = ""; - t4 = A.Text$(t4, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null); + t4 = A.Text$(t4, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null); t5 = A.Theme_of(context).colorScheme; t6 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t13), "client_name"); t5 = A.CheckboxListTile$(t5.secondary, _null, B.ListTileControlAffinity_0, _null, _null, new A._CompanyGatewayEditState_build_closure7(viewModel, companyGateway), A.Text$(t6 == null ? "" : t6, _null, _null, _null, _null, _null, _null, _null, _null, _null), companyGateway.requireClientName); @@ -371008,7 +373270,7 @@ t4 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t13), "accepted_card_logos"); if (t4 == null) t4 = ""; - t2.push(A.FormCard$(_null, A._setArrayType([new A.Padding(B.EdgeInsets_16_16_0_16, A.Text$(t4, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), _null), new A.CardListTile(viewModel, "5", 1, _null), new A.CardListTile(viewModel, "6", 2, _null), new A.CardListTile(viewModel, "7", 4, _null), new A.CardListTile(viewModel, "8", 16, _null), new A.CardListTile(viewModel, "9", 8, _null)], t17), B.CrossAxisAlignment_0, 4, false, _null, false, _null)); + t2.push(A.FormCard$(_null, A._setArrayType([new A.Padding(B.EdgeInsets_16_16_0_16, A.Text$(t4, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), _null), new A.CardListTile(viewModel, "5", 1, _null), new A.CardListTile(viewModel, "6", 2, _null), new A.CardListTile(viewModel, "7", 4, _null), new A.CardListTile(viewModel, "8", 16, _null), new A.CardListTile(viewModel, "9", 8, _null)], t17), B.CrossAxisAlignment_0, 4, false, _null, false, _null)); } t2 = A._setArrayType([new A.ScrollableListView(t3, _null, _null, _null), new A.ScrollableListView(t2, _null, _null, _null)], t17); if (!enabledGatewayIds.get$iterator(enabledGatewayIds).moveNext$0()) { @@ -371049,7 +373311,7 @@ t1.gateway = A.GatewayEntity_GatewayEntity(); this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure12(t1))); }, - $signature: 44 + $signature: 41 }; A._CompanyGatewayEditState_build__closure12.prototype = { call$1(b) { @@ -371079,7 +373341,7 @@ call$0() { return A.launch("https://invoiceninja.github.io/docs/hosted-stripe", null, false); }, - $signature: 28 + $signature: 29 }; A._CompanyGatewayEditState_build_closure3.prototype = { call$1(value) { @@ -371113,7 +373375,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._CompanyGatewayEditState_build_closure6.prototype = { call$1(value) { @@ -371135,13 +373397,13 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 164 + $signature: 175 }; A._CompanyGatewayEditState_build_closure7.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure8(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyGatewayEditState_build__closure8.prototype = { call$1(b) { @@ -371154,7 +373416,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure7(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyGatewayEditState_build__closure7.prototype = { call$1(b) { @@ -371167,7 +373429,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure6(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyGatewayEditState_build__closure6.prototype = { call$1(b) { @@ -371180,7 +373442,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure5(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyGatewayEditState_build__closure5.prototype = { call$1(b) { @@ -371193,7 +373455,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure4(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyGatewayEditState_build__closure4.prototype = { call$1(b) { @@ -371206,7 +373468,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure3(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyGatewayEditState_build__closure3.prototype = { call$1(b) { @@ -371219,7 +373481,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure2(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyGatewayEditState_build__closure2.prototype = { call$1(b) { @@ -371232,7 +373494,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure1(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyGatewayEditState_build__closure1.prototype = { call$1(b) { @@ -371245,7 +373507,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyGatewayEditState_build__closure0.prototype = { call$1(b) { @@ -371257,12 +373519,12 @@ A._CompanyGatewayEditState_build_closure17.prototype = { call$1(gatewayTypeId) { var _null = null, - t1 = B.Map_IQQHC.$index(0, gatewayTypeId); + t1 = B.Map_IQ4sJ.$index(0, gatewayTypeId); if (t1 == null) t1 = ""; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), gatewayTypeId, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._CompanyGatewayEditState_build_closure16.prototype = { call$1(value) { @@ -371297,7 +373559,7 @@ t2 = value ? t2.addCard$1(t3) : t2.removeCard$1(t3); return t1.viewModel.onChanged.call$1(t2); }, - $signature: 11 + $signature: 12 }; A.GatewayConfigSettings.prototype = { build$1(_, context) { @@ -371320,7 +373582,7 @@ call$0() { return A.launch(this.gateway.siteUrl, null, false); }, - $signature: 28 + $signature: 29 }; A.GatewayConfigSettings_build_closure0.prototype = { call$1(field) { @@ -371328,7 +373590,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), null); }, - $signature: 2135 + $signature: 2146 }; A.GatewayConfigSettings_build__closure.prototype = { call$1(value) { @@ -371339,7 +373601,7 @@ }; A.GatewayConfigField.prototype = { createState$0() { - return new A._GatewayConfigFieldState(new A.Debouncer(500, false), B._StateLifecycle_0); + return new A._GatewayConfigFieldState(B._StateLifecycle_0); }, onChanged$1(arg0) { return this.onChanged.call$1(arg0); @@ -371369,7 +373631,9 @@ _this.super$State$didChangeDependencies(); }, _company_gateway_edit$_onChanged$0() { - this._company_gateway_edit$_debouncer.run$1(new A._GatewayConfigFieldState__onChanged_closure(this)); + var t1 = this._widget; + t1.toString; + t1.onChanged$1(J.trim$0$s(this._company_gateway_edit$_textController._change_notifier$_value.text)); }, _company_gateway_edit$_obscureText$1(field) { var t1 = {}; @@ -371378,7 +373642,7 @@ return t1.obscure; }, build$1(_, context) { - var options, t2, value, t3, t4, _this = this, _null = null, + var options, t2, value, t3, isMultiline, t4, _this = this, _null = null, t1 = _this._widget, label = t1.gateway.id === "d14dd26a37cecc30fdd65700bfb55b23" && t1.field === "apiKey" ? "Secret Key" : A.toTitleCase(t1.field); if (B.JSString_methods.startsWith$1(A.S(_this._widget.defaultValue), "[") && B.JSString_methods.endsWith$1(A.S(_this._widget.defaultValue), "]")) { @@ -371401,25 +373665,16 @@ t3 = false; return A.CheckboxListTile$(t1.secondary, _null, B.ListTileControlAffinity_0, _null, _null, new A._GatewayConfigFieldState_build_closure2(_this), t2, t3); } else { + isMultiline = B.JSArray_methods.contains$1(A._setArrayType(["text", "appleDomainVerification"], type$.JSArray_legacy_String), _this._widget.field); t1 = _this._company_gateway_edit$_textController; - t2 = _this._widget.field; - t3 = t2 === "text" ? 6 : 1; - t2 = _this._company_gateway_edit$_obscureText$1(t2); - t4 = _this._widget.field === "text" ? B.TextInputType_1_null_null : B.TextInputType_7_null_null; - return A.DecoratedFormField$(false, _null, false, false, t1, _null, true, _null, _null, _null, _null, false, false, _null, t4, label, t3, _null, t2, new A._GatewayConfigFieldState_build_closure3(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null); + t2 = isMultiline ? 6 : 1; + t3 = _this._company_gateway_edit$_obscureText$1(_this._widget.field); + t4 = isMultiline ? B.TextInputType_1_null_null : B.TextInputType_7_null_null; + return A.DecoratedFormField$(false, _null, false, false, t1, _null, true, _null, _null, _null, _null, false, false, _null, t4, label, t2, _null, t3, new A._GatewayConfigFieldState_build_closure3(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null); } } } }; - A._GatewayConfigFieldState__onChanged_closure.prototype = { - call$0() { - var t1 = this.$this, - t2 = t1._widget; - t2.toString; - t2.onChanged$1(J.trim$0$s(t1._company_gateway_edit$_textController._change_notifier$_value.text)); - }, - $signature: 1 - }; A._GatewayConfigFieldState__obscureText_closure.prototype = { call$1(word) { if (B.JSString_methods.contains$1(this.field.toLowerCase(), word)) @@ -371439,7 +373694,7 @@ t1 = J.trim$0$s(value); return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._GatewayConfigFieldState_build_closure1.prototype = { call$1(value) { @@ -371451,7 +373706,7 @@ call$1(value) { return this.$this._widget.onChanged$1(value); }, - $signature: 11 + $signature: 12 }; A._GatewayConfigFieldState_build_closure3.prototype = { call$1(value) { @@ -371565,7 +373820,7 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 164 + $signature: 175 }; A._LimitEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -371718,7 +373973,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 164 + $signature: 175 }; A._FeesEditorState__onChanged_closure0.prototype = { call$0() { @@ -371757,7 +374012,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1; return b; }, - $signature: 164 + $signature: 175 }; A._FeesEditorState_build_closure0.prototype = { call$1(taxRate) { @@ -371782,7 +374037,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1; return b; }, - $signature: 164 + $signature: 175 }; A._FeesEditorState_build_closure1.prototype = { call$1(taxRate) { @@ -371807,14 +374062,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1; return b; }, - $signature: 164 + $signature: 175 }; A._FeesEditorState_build_closure2.prototype = { call$1(value) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure(_this.$this, _this.settings, value))); }, - $signature: 11 + $signature: 12 }; A._FeesEditorState_build__closure.prototype = { call$1(b) { @@ -371828,21 +374083,21 @@ b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 164 + $signature: 175 }; A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.CompanyGatewayEditScreen.prototype = { @@ -371855,13 +374110,13 @@ call$1(store) { return A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore(store); }, - $signature: 2137 + $signature: 2148 }; 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: 2138 + $signature: 2149 }; A.CompanyGatewayEditVM.prototype = { get$companyGateway() { @@ -371875,7 +374130,7 @@ call$1(companyGateway) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCompanyGateway(companyGateway)); }, - $signature: 249 + $signature: 281 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -371910,7 +374165,7 @@ t1.get$_dispatchers()[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, this.state, t1, $navigator), type$.Null).catchError$1(new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0()); }, - $signature: 31 + $signature: 32 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure.prototype = { call$1(savedCompanyGateway) { @@ -371939,7 +374194,7 @@ } else A.viewEntityById(false, savedCompanyGateway.id, B.EntityType_companyGateway, null, true, true); }, - $signature: 249 + $signature: 281 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -371983,7 +374238,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 297 + $signature: 273 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure.prototype = { call$1(response) { @@ -372012,13 +374267,13 @@ }; A.CompanyGatewayView.prototype = { createState$0() { - return new A._CompanyGatewayViewState(null, B._StateLifecycle_0); + return new A._CompanyGatewayViewState(null, null, B._StateLifecycle_0); } }; A._CompanyGatewayViewState.prototype = { initState$0() { this.super$State$initState(); - this._company_gateway_view$_controller = A.TabController$(0, 2, this); + this._company_gateway_view$_controller = A.TabController$(null, 0, 2, this); }, dispose$0(_) { this._company_gateway_view$_controller.dispose$0(0); @@ -372076,7 +374331,7 @@ webhookUrl = t2.account.defaultUrl + "/payment_webhook/" + t2.company.companyKey + "/" + t3; t2 = type$.legacy_String; allFields = A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.legacy_Map_of_legacy_String_and_legacy_String); - for (t6 = J.get$iterator$ax(B.Map_IQQHC.get$keys(B.Map_IQQHC)), t7 = companyGateway.feesAndLimitsMap; t6.moveNext$0();) { + for (t6 = J.get$iterator$ax(B.Map_IQ4sJ.get$keys(B.Map_IQ4sJ)), t7 = companyGateway.feesAndLimitsMap; t6.moveNext$0();) { t8 = t6.get$current(t6); fields = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2); t9 = t7._map$_map; @@ -372147,14 +374402,14 @@ t2 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t2), "supported_events"); t2 = "\n" + (t2 == null ? "" : t2) + ":\n"; t10 = gateway.supportedEvents$0(); - B.JSArray_methods.addAll$1(t6, A._setArrayType([A.ListTile$(false, B.EdgeInsets_22_22_22_22, _null, _null, true, _null, false, _null, _null, _null, new A._CompanyGatewayOverview_build_closure1(webhookUrl, t1), false, _null, _null, A.Column$(A._setArrayType([t9, A.Text$(t2 + new A.MappedListIterable(t10, new A._CompanyGatewayOverview_build_closure2(), A._arrayInstanceType(t10)._eval$1("MappedListIterable<1,String*>")).join$1(0, "\n"), _null, _null, _null, _null, _null, _null, _null, _null, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, t8, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null), new A.ListDivider(_null)], t7)); + B.JSArray_methods.addAll$1(t6, 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([t9, A.Text$(t2 + new A.MappedListIterable(t10, new A._CompanyGatewayOverview_build_closure2(), A._arrayInstanceType(t10)._eval$1("MappedListIterable<1,String*>")).join$1(0, "\n"), _null, _null, _null, _null, _null, _null, _null, _null, _null)], t7), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, t8, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null), new A.ListDivider(_null)], t7)); } if (gateway.get$supportsTokenBilling()) B.JSArray_methods.addAll$1(t6, 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)], t7)); t6.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();) { t3 = t2.get$current(t2); - B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.Padding(B.EdgeInsets_20_20_0_0, new A.Text(t1.lookup$1(B.Map_IQQHC.$index(0, t3.get$key(t3))), A.Theme_of(context).textTheme.headline6, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.FieldGrid(t3.get$value(t3), _null)], t7)); + B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.Padding(B.EdgeInsets_20_20_0_0, new A.Text(t1.lookup$1(B.Map_IQ4sJ.$index(0, t3.get$key(t3))), _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.FieldGrid(t3.get$value(t3), _null)], t7)); } return new A.ScrollableListView(t6, _null, _null, _null); } @@ -372210,17 +374465,17 @@ }; A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.CompanyGatewayViewScreen.prototype = { @@ -372233,13 +374488,13 @@ call$1(store) { return A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore(store); }, - $signature: 2139 + $signature: 2150 }; A.CompanyGatewayViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.CompanyGatewayView(vm, this.$this.isFilter, null); }, - $signature: 2140 + $signature: 2151 }; A.CompanyGatewayViewVM.prototype = { get$companyGateway() { @@ -372309,7 +374564,7 @@ t5 = J.getInterceptor$asx(t4); return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 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, _null, t2); }, - $signature: 169 + $signature: 165 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure.prototype = { call$0() { @@ -372386,7 +374641,7 @@ store.get$_dispatchers()[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 399 + $signature: 370 }; A.CreditEmailScreen_build_closure0.prototype = { call$1(store) { @@ -372397,13 +374652,13 @@ t1 = t1.selectedCompanyIndex; return A.EmailCreditVM_EmailCreditVM$fromStore(store, t2._list[t1].creditState.map._map$_map.$index(0, creditId)); }, - $signature: 2142 + $signature: 2153 }; A.CreditEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2143 + $signature: 2154 }; A.EmailCreditVM.prototype = {}; A.EmailCreditVM_EmailCreditVM$fromStore_closure.prototype = { @@ -372420,7 +374675,7 @@ 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)); }, - $signature: 400 + $signature: 369 }; A.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1(value) { @@ -372445,7 +374700,7 @@ filterMatch = t6 == null ? _this.client.matchesFilterValue$1(t5) : t6; } else filterMatch = _null; - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; t5 = t2.date; if (t5.length !== 0) @@ -372469,7 +374724,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.showCheckbox) - t2 = 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__closure(t1), false, t1.isChecked), _null); + t2 = 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__closure(t1), _null, false, t1.isChecked), _null); else { t2 = t1.credit; t3 = _this.state; @@ -372496,16 +374751,16 @@ 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.subtitle2.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), new A.EntityStatusChip(t3, 105, _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.CreditListItem_build__closure1(t1, context), new A.CreditListItem_build__closure2(t1, context), _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), new A.EntityStatusChip(t3, 105, _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.CreditListItem_build__closure1(t1, context), new A.CreditListItem_build__closure2(t1, context), _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), false, t1.isChecked), _null) : _null; + 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, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; - t4 = A.Expanded$(A.Text$(t1.client.displayName, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1); + t4 = A.Expanded$(A.Text$(t1.client.displayName, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1); t5 = t1.credit; t6 = t5.balance; t6 = t6 > 0 ? t6 : t5.amount; t7 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([t4, new A.SizedBox(4, _null, _null, _null), A.Text$(A.formatNumber(t6, context, t5.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _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, t3.size._dx); + t3 = A.Container$(_null, A.Row$(A._setArrayType([t4, new A.SizedBox(4, _null, _null, _null), A.Text$(A.formatNumber(t6, context, t5.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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, t3.size._dx); t4 = _this.filterMatch; if (t4 == null) { t4 = t5.number; @@ -372520,11 +374775,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, false, _null, t2, new A.CreditListItem_build__closure4(t1, context), new A.CreditListItem_build__closure5(t1, context), 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, context), new A.CreditListItem_build__closure5(t1, context), 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); } return t1; }, - $signature: 99 + $signature: 104 }; A.CreditListItem_build__closure2.prototype = { call$0() { @@ -372544,7 +374799,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.CreditListItem_build__closure0.prototype = { call$2(context, action) { @@ -372571,7 +374826,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.CreditListBuilder.prototype = { build$1(_, context) { @@ -372587,7 +374842,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: 2145 + $signature: 2156 }; A.CreditListBuilder_build__closure.prototype = { call$2(context, index) { @@ -372611,7 +374866,7 @@ t2 = false; return new A.CreditListItem(t4, invoice, t3, t1.filter, t2, _null); }, - $signature: 2146 + $signature: 2157 }; A.CreditListVM.prototype = {}; A.CreditListVM_fromStore__handleRefresh.prototype = { @@ -372660,13 +374915,13 @@ t1 = t1.selectedCompanyIndex; return new A.CreditPdfVM(state, t2._list[t1].creditState.$get$1(0, invoiceId), creditUIState.historyActivityId); }, - $signature: 2147 + $signature: 2158 }; 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: 2148 + $signature: 2159 }; A.CreditPdfVM.prototype = {}; A.CreditPresenter.prototype = { @@ -372696,6 +374951,7 @@ 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, credit.clientId, _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.balance, context, _null, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "custom1": @@ -372744,7 +375000,7 @@ t5 = this.viewModel.creditList; t2 = t2.filter; t6 = type$.JSArray_legacy_String; - t7 = A.List_List$of(A._setArrayType(["status", "number", "client", "amount", "date", "balance"], t6), true, type$.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"); @@ -372760,12 +375016,12 @@ t7.push("exchange_rate"); t7.push("is_viewed"); t7.push("last_sent_date"); - t8 = A._setArrayType(["status", "number", "client", "amount", "date", "balance"], t6); + 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_empty15, 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_empty16, t7); + 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_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_credit, t2, new A.CreditScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.CreditListBuilder(_null), t7, B.EntityType_credit, t1, 0, _null, new A.CreditScreen_build_closure8(store), new A.CreditScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_credit, t2, new A.CreditScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.CreditListBuilder(_null), t7, B.EntityType_credit, t1, 0, _null, new A.CreditScreen_build_closure8(store), new A.CreditScreen_build_closure9(store)); } }; A.CreditScreen_build_closure9.prototype = { @@ -372800,7 +375056,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterCreditsByState(state)); }, - $signature: 50 + $signature: 52 }; A.CreditScreen_build_closure.prototype = { call$0() { @@ -372852,19 +375108,19 @@ call$2(context, vm) { return new A.CreditScreen(vm, null); }, - $signature: 2149 + $signature: 2160 }; A.CreditScreenVM.prototype = {}; A.CreditEdit.prototype = { createState$0() { - return new A._CreditEditState(null, B._StateLifecycle_0); + return new A._CreditEditState(null, null, B._StateLifecycle_0); } }; A._CreditEditState.prototype = { initState$0() { var _this = this; _this.super$State$initState(); - _this._credit_edit$_controller = A.TabController$(_this._widget.viewModel.invoiceItemIndex != null ? 2 : 0, 5, _this); + _this._credit_edit$_controller = A.TabController$(null, _this._widget.viewModel.invoiceItemIndex != null ? 2 : 0, 5, _this); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); @@ -372896,7 +375152,7 @@ if (t2 == null) t2 = ""; } - t3 = A._setArrayType([B.EntityAction_viewPdf, B.EntityAction_emailCredit], type$.JSArray_legacy_EntityAction); + t3 = A._setArrayType([B.EntityAction_viewPdf, B.EntityAction_download, B.EntityAction_emailCredit], type$.JSArray_legacy_EntityAction); if (invoice.statusId === "1") t3.push(B.EntityAction_markSent); t4 = type$.JSArray_legacy_Widget; @@ -372911,7 +375167,7 @@ t7 = A.TabBarView$(A._setArrayType([new A.CreditEditDetailsScreen(t9, _null), new A.InvoiceEditContactsScreen(invoice.entityType, _null), new A.CreditEditItemsScreen(t9, false, _null), new A.CreditEditNotesScreen(_null), new A.CreditEditPDFScreen(_null)], t4), t8, new A.ValueKey(t7, type$.ValueKey_legacy_String)); t4 = t7; } - return A.EditScaffold$(t3, t5, A.Form$(false, t4, t6), new A.InvoiceEditFooter(invoice, _null), invoice, A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, B.Icon_yXb, "credit_edit_fab", false, new A._CreditEditState_build_closure(_this, context, invoice, viewModel, isFullscreen), t1.get$addItem()), isFullscreen, new A._CreditEditState_build_closure0(_this), new A._CreditEditState_build_closure1(viewModel), new A._CreditEditState_build_closure2(_this), _null, t2); + return A.EditScaffold$(t3, t5, A.Form$(_null, t4, t6), new A.InvoiceEditFooter(invoice, _null), invoice, A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, B.Icon_yXb, "credit_edit_fab", false, new A._CreditEditState_build_closure(_this, context, invoice, viewModel, isFullscreen), t1.get$addItem()), isFullscreen, new A._CreditEditState_build_closure0(_this), new A._CreditEditState_build_closure1(viewModel), new A._CreditEditState_build_closure2(_this), _null, t2); } }; A._CreditEditState_build_closure1.prototype = { @@ -372924,7 +375180,7 @@ call$1(context) { return this.$this._credit_edit$_onSavePressed$1(context); }, - $signature: 25 + $signature: 26 }; A._CreditEditState_build_closure0.prototype = { call$2(context, action) { @@ -372949,14 +375205,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: 282 + $signature: 302 }; A._CreditEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 55 + $signature: 56 }; A._CreditEditState_build___closure1.prototype = { call$1(item) { @@ -372975,7 +375231,7 @@ } return t1; }, - $signature: 281 + $signature: 299 }; A._CreditEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -372989,21 +375245,21 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 280 + $signature: 322 }; A.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.CreditEditDetailsScreen.prototype = { @@ -373016,7 +375272,7 @@ call$1(store) { return A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore(store); }, - $signature: 2153 + $signature: 2164 }; A.CreditEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -373025,14 +375281,14 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_credit, null); }, - $signature: 2154 + $signature: 2165 }; A.CreditEditDetailsVM.prototype = {}; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure.prototype = { call$1(credit) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 152 + $signature: 146 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3(context, credit, client) { @@ -373043,7 +375299,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 278 + $signature: 275 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -373056,7 +375312,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 127 + $signature: 107 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -373068,7 +375324,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/credit/edit")); }, - $signature: 44 + $signature: 41 }; A.CreditEditItemsScreen.prototype = { build$1(_, context) { @@ -373080,7 +375336,7 @@ call$1(store) { return A.CreditEditItemsVM_CreditEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2158 + $signature: 2169 }; A.CreditEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -373091,14 +375347,14 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2159 + $signature: 2170 }; A.CreditEditItemsVM.prototype = {}; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure.prototype = { call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteCreditItem(index)); }, - $signature: 98 + $signature: 94 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -373116,7 +375372,7 @@ } else t1.get$_dispatchers()[0].call$1(new A.UpdateCreditItem(index, creditItem)); }, - $signature: 317 + $signature: 270 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -373130,7 +375386,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 129 + $signature: 131 }; A.CreditEditNotesScreen.prototype = { build$1(_, context) { @@ -373142,20 +375398,20 @@ call$1(store) { return A.CreditEditNotesVM_CreditEditNotesVM$fromStore(store); }, - $signature: 2161 + $signature: 2172 }; A.CreditEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2162 + $signature: 2173 }; A.CreditEditNotesVM.prototype = {}; A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure.prototype = { call$1(credit) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 152 + $signature: 146 }; A.CreditEditPDFScreen.prototype = { build$1(_, context) { @@ -373172,13 +375428,13 @@ t1 = t1.selectedCompanyIndex; return new A.CreditEditPDFVM(state, t2._list[t1].userCompany.company, invoice); }, - $signature: 2163 + $signature: 2174 }; A.CreditEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2164 + $signature: 2175 }; A.CreditEditPDFVM.prototype = {}; A.CreditEditScreen.prototype = { @@ -373191,13 +375447,13 @@ call$1(store) { return A.CreditEditVM_CreditEditVM$fromStore(store); }, - $signature: 2165 + $signature: 2176 }; 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: 2166 + $signature: 2177 }; A.CreditEditVM.prototype = {}; A.CreditEditVM_CreditEditVM$fromStore_closure.prototype = { @@ -373212,7 +375468,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 193 + $signature: 180 }; A.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$0() { @@ -373230,7 +375486,7 @@ if (!credit.get$isNew()) { t2 = _this.state; t4 = t2.uiState.selectedCompanyIndex; - t2 = !A.hasCreditChanges(credit, t2.userCompanyStates._list[t4].creditState.map) && B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_emailCredit, B.EntityAction_viewPdf], type$.JSArray_legacy_EntityAction), _this.action); + t2 = !A.hasCreditChanges(credit, t2.userCompanyStates._list[t4].creditState.map) && B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_emailCredit, B.EntityAction_viewPdf, B.EntityAction_download], type$.JSArray_legacy_EntityAction), _this.action); } else t2 = false; t4 = _this.action; @@ -373242,7 +375498,7 @@ return t2.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore___closure0(credit, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore___closure1()); } }, - $signature: 31 + $signature: 32 }; A.CreditEditVM_CreditEditVM$fromStore___closure.prototype = { call$1(context) { @@ -373281,10 +375537,10 @@ } } t1 = _this.action; - if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_emailCredit, B.EntityAction_viewPdf], type$.JSArray_legacy_EntityAction), t1)) + if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_emailCredit, B.EntityAction_viewPdf, B.EntityAction_download], type$.JSArray_legacy_EntityAction), t1)) A.handleEntitiesActions(A._setArrayType([savedCredit], type$.JSArray_legacy_BaseEntity), t1, false); }, - $signature: 74 + $signature: 72 }; A.CreditEditVM_CreditEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -373309,7 +375565,7 @@ } this.store.get$_dispatchers()[0].call$1(new A.AddCreditItems(items)); }, - $signature: 322 + $signature: 259 }; A.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -373335,13 +375591,13 @@ call$1(store) { return A.CreditViewVM_CreditViewVM$fromStore(store); }, - $signature: 2169 + $signature: 2180 }; A.CreditViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.creditUIState.tabIndex, null); }, - $signature: 2170 + $signature: 2181 }; A.CreditViewVM.prototype = {}; A.CreditViewVM_CreditViewVM$fromStore__handleRefresh.prototype = { @@ -373364,7 +375620,7 @@ $defaultValues() { return [null]; }, - $signature: 302 + $signature: 257 }; A.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -373378,7 +375634,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.CreditViewVM_CreditViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -373409,13 +375665,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadCredit(null, this.credit.id)); }, - $signature: 97 + $signature: 98 }; A.CreditViewVM_CreditViewVM$fromStore_closure3.prototype = { call$3(context, credit, activityId) { @@ -373429,7 +375685,7 @@ $defaultValues() { return [null]; }, - $signature: 293 + $signature: 242 }; A.DashboardActivity.prototype = { build$1(_, context) { @@ -373445,13 +375701,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.DashboardActivity_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 291 + $signature: 240 }; A.DashboardChart.prototype = { createState$0() { @@ -373491,7 +375747,7 @@ t2 = _this._widget; t3 = t2.title; t4 = theme.textTheme; - t3 = A.Text$(t3, _null, _null, _null, _null, _null, t4.headline5, _null, _null, _null); + t3 = A.Text$(t3, _null, _null, _null, _null, _null, t4.headlineSmall, _null, _null, _null); t5 = A.Divider$(_null, 1, _null); t6 = settings.enableComparison ? 122 : 102; t6 = A.LimitedBox$(A.ListView$(J.map$1$1$ax(t2.data, new A._DashboardChartState_build_closure(_this, context, settings, state, theme, t1), type$.legacy_InkWell).toList$0(0), _null, _null, B.Axis_0, true), t6, 1 / 0); @@ -373499,7 +375755,7 @@ t7 = A.ClipRect$(chart, _null); t8 = A.Divider$(_null, 1, _null); t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "average"); - t4 = t4.headline6; + t4 = t4.titleLarge; t1 = A.Expanded$(A.Text$(B.JSString_methods.$add((t1 == null ? "" : t1) + ": ", A.formatNumber(series.average, context, _null, _this._widget.currencyId, B.FormatNumberType_0, true, _null, false)), _null, _null, _null, _null, _null, t4, _null, _null, _null), 1); t9 = _this._dashboard_chart$_selected; t4 = t9 != null ? A.Text$(t9, _null, _null, _null, _null, _null, t4, _null, _null, _null) : new A.SizedBox(_null, _null, _null, _null); @@ -373511,7 +375767,7 @@ call$1(datumPair) { return datumPair.series.id === "current"; }, - $signature: 2174 + $signature: 2185 }; A._DashboardChartState__onSelectionChanged_closure0.prototype = { call$1(datumPair) { @@ -373521,7 +375777,7 @@ t1.total = t2 + t3.get$amount(); this.measures.$indexSet(0, datumPair.series.displayName, t3.get$amount()); }, - $signature: 2175 + $signature: 2186 }; A._DashboardChartState__onSelectionChanged_closure1.prototype = { call$0() { @@ -373578,10 +375834,10 @@ t3 = _this.localization.lookup$1(dataGroup.name); t4 = _this.theme.textTheme; t6 = isSelected ? B.Color_4294967295 : _null; - t6 = A.Text$(t3, _null, _null, _null, _null, _null, t4.headline6.copyWith$1$color(t6), _null, _null, _null); + t6 = A.Text$(t3, _null, _null, _null, _null, _null, t4.titleLarge.copyWith$1$color(t6), _null, _null, _null); t5 = A.formatNumber(dataGroup.total, t5, _null, t1._widget.currencyId, B.FormatNumberType_0, true, _null, false); t3 = isSelected ? B.Color_4294967295 : _null; - t3 = A.Text$(t5, _null, _null, _null, _null, _null, t4.headline5.copyWith$1$color(t3), _null, _null, _null); + t3 = A.Text$(t5, _null, _null, _null, _null, _null, t4.headlineSmall.copyWith$1$color(t3), _null, _null, _null); if (changeString.length !== 0) { if (isSelected) t4 = B.Color_4294967295; @@ -373592,7 +375848,7 @@ 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); }, - $signature: 2176 + $signature: 2187 }; A._DashboardChartState_build__closure.prototype = { call$0() { @@ -373636,7 +375892,7 @@ 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.headline6, _null, _null, _null), + t2 = A.Text$(t1.get$dateRange(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), t3 = $.$get$_$values()._set$_set, t4 = A._instanceType(t3)._eval$1("EfficientLengthMappedIterable*>"); t4 = A.DropdownButton$(B.AlignmentDirectional_m1_0, false, _null, _null, 8, _null, _null, _null, _null, _null, _null, _null, 24, false, false, 48, A.List_List$of(new A.EfficientLengthMappedIterable(t3, new A._DashboardDateRangePickerState_build_closure(t1), t4), true, t4._eval$1("Iterable.E")), _null, new A._DashboardDateRangePickerState_build_closure0(_this), _null, _null, _null, _this._dashboard_date_range_picker$_settings.dateRange, type$.legacy_DateRange); @@ -373645,7 +375901,7 @@ t5 = A.Text$(t5 == null ? "" : t5, _null, _null, _null, _null, _null, _null, _null, _null, _null); t6 = _this._dashboard_date_range_picker$_settings.enableComparison; t7 = type$.JSArray_legacy_Widget; - t6 = A.Row$(A._setArrayType([new A.DropdownButtonHideUnderline(t4, _null), t3, new A.Wrap(B.WrapCrossAlignment_2, A._setArrayType([t5, A.Switch$(A.Theme_of(context).colorScheme.secondary, _null, _null, false, _null, _null, _null, _null, new A._DashboardDateRangePickerState_build_closure1(_this), t6)], t7), _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t6 = A.Row$(A._setArrayType([new A.DropdownButtonHideUnderline(t4, _null), t3, A.Wrap$(B.WrapAlignment_0, A._setArrayType([t5, A.Switch$(A.Theme_of(context).colorScheme.secondary, _null, _null, false, _null, _null, _null, _null, new A._DashboardDateRangePickerState_build_closure1(_this), t6)], t7), B.WrapCrossAlignment_2)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); t3 = _this._dashboard_date_range_picker$_settings; if (t3.dateRange !== B.DateRange_custom) t3 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -373690,20 +375946,20 @@ 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), dateRange, type$.legacy_DateRange); }, - $signature: 626 + $signature: 373 }; A._DashboardDateRangePickerState_build_closure0.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure6(t1, dateRange)); }, - $signature: 627 + $signature: 629 }; A._DashboardDateRangePickerState_build__closure6.prototype = { call$0() { return this.$this._dashboard_date_range_picker$_settings.dateRange = this.dateRange; }, - $signature: 2179 + $signature: 2189 }; A._DashboardDateRangePickerState_build_closure1.prototype = { call$1(value) { @@ -373749,20 +376005,20 @@ 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), dateRange, type$.legacy_DateRangeComparison); }, - $signature: 2180 + $signature: 2190 }; A._DashboardDateRangePickerState_build_closure5.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure2(t1, dateRange)); }, - $signature: 2181 + $signature: 2191 }; A._DashboardDateRangePickerState_build__closure2.prototype = { call$0() { return this.$this._dashboard_date_range_picker$_settings.compareDateRange = this.dateRange; }, - $signature: 2182 + $signature: 3289 }; A._DashboardDateRangePickerState_build_closure6.prototype = { call$1(date) { @@ -373827,7 +376083,7 @@ t1 = J.getInterceptor$asx(currencies); if (t1.get$length(currencies) > 1 && !t1.contains$1(currencies, "-1")) t1.insert$2(currencies, 0, "-1"); - return new A.LayoutBuilder(new A.DashboardPanels__header_closure(this, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), settings, $.$get$memoizedHasMultipleCurrencies().call$3(company, clientMap, groupMap), company, clientMap, groupMap, state), null); + return new A.LayoutBuilder(new A.DashboardPanels__header_closure(this, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), settings, company, state, $.$get$memoizedHasMultipleCurrencies().call$3(company, clientMap, groupMap), clientMap, groupMap), null); }, _paymentChart$2$context$onDateSelected(context, onDateSelected) { var t6, currentData, t7, previousData, @@ -373952,11 +376208,11 @@ var t1 = this.$this.viewModel; return new A.DashboardDateRangePicker(t1.dashboardUIState, t1.onSettingsChanged, null); }, - $signature: 2183 + $signature: 2193 }; A.DashboardPanels__header_closure.prototype = { call$2(context, constraints) { - var t8, t9, t10, t11, t12, t13, today, startDateTime, startDateTimeString, endDateTime, endDateTimeString, _this = this, _null = null, + var t8, today, startDateTime, startDateTimeString, endDateTime, endDateTimeString, dateRange, t9, t10, t11, t12, t13, _this = this, _null = null, _s10_ = "MMM d, yyy", t1 = {}, isWide = constraints.maxWidth > 500, @@ -373967,47 +376223,50 @@ t6 = _this.$this, t7 = _this.settings, taxSettings = new A.Padding(B.EdgeInsets_16_0_0_0, new A.DropdownButtonHideUnderline(A.DropdownButton$(B.AlignmentDirectional_m1_0, false, _null, _null, 8, _null, _null, _null, _null, _null, _null, _null, 24, false, false, 48, A._setArrayType([A.DropdownMenuItem$(A.Text$(t4 == null ? "" : t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, t5), A.DropdownMenuItem$(A.Text$(t2.get$net(), _null, _null, _null, _null, _null, _null, _null, _null, _null), false, t5)], type$.JSArray_legacy_DropdownMenuItem_legacy_bool), _null, new A.DashboardPanels__header__closure(t6, isWide, context), _null, _null, _null, t7.includeTaxes, t5), _null), _null); - t5 = t1.currencySettings = new A.SizedBox(_null, _null, _null, _null); - t4 = _this.hasMultipleCurrencies; - if (t4) - t5 = t1.currencySettings = new A.Padding(B.EdgeInsets_16_0_0_0, new A.DropdownButtonHideUnderline(A.DropdownButton$(B.AlignmentDirectional_m1_0, false, _null, _null, 8, _null, _null, _null, _null, _null, _null, _null, 24, false, false, 48, J.map$1$1$ax($.$get$memoizedGetCurrencyIds().call$3(_this.company, _this.clientMap, _this.groupMap), new A.DashboardPanels__header__closure0(t6, t2), type$.legacy_DropdownMenuItem_legacy_String).toList$0(0), _null, new A.DashboardPanels__header__closure1(t6, isWide, context), _null, _null, _null, t7.currencyId, type$.legacy_String), _null), _null); - t8 = A.Theme_of(context).cardColor; - t9 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58396_MaterialIcons_null_true, _null, _null), 24, new A.DashboardPanels__header__closure2(t6), B.EdgeInsets_8_8_8_8, _null, B.VisualDensity_m2_m2); - t10 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null), 24, new A.DashboardPanels__header__closure3(t6), B.EdgeInsets_8_8_8_8, _null, B.VisualDensity_m2_m2); - t11 = _this.company; - t12 = t7.startDate$1(t11); - t13 = t7.endDate$1(t11); + t5 = _this.company; + t4 = t7.startDate$1(t5); + t8 = t7.endDate$1(t5); today = new A.DateTime(Date.now(), false); - startDateTime = A.DateTime_tryParse(t12).toLocal$0(); - startDateTimeString = A.DateFormat$(A.Primitives_getYear(today) === A.Primitives_getYear(startDateTime) ? "MMM d" : _s10_, _null).format$1(startDateTime); - endDateTime = A.DateTime_tryParse(t13).toLocal$0(); - endDateTimeString = A.DateFormat$(A.Primitives_getYear(today) === A.Primitives_getYear(endDateTime) ? "MMM d" : _s10_, _null).format$1(endDateTime); - t12 = type$.JSArray_legacy_Widget; - t13 = _this.state; - t10 = A._setArrayType([t9, t10, new A.SizedBox(4, _null, _null, _null), A.Expanded$(A.PopupMenuButton$(new A.Padding(B.EdgeInsets_4_6_0_6, A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(startDateTimeString + " - " + endDateTimeString, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6.copyWith$1$fontSize(16), _null, _null, _null), _null), new A.SizedBox(6, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, _null, _null)], t12), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null), _null), _null, true, _null, _null, new A.DashboardPanels__header__closure4(t2), new A.DashboardPanels__header__closure5(t6, t13, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_DateRange), 1), new A.SizedBox(8, _null, _null, _null)], t12); - if (!isWide) - t9 = t11.numberOfInvoiceTaxRates > 0 || t11.numberOfItemTaxRates > 0 || t4; + startDateTime = A.DateTime_tryParse(t4).toLocal$0(); + startDateTimeString = A.DateFormat$(A.Primitives_getYear(today) === A.Primitives_getYear(startDateTime) ? "MMM d" : _s10_, _null).format$1(0, startDateTime); + endDateTime = A.DateTime_tryParse(t8).toLocal$0(); + endDateTimeString = A.DateFormat$(A.Primitives_getYear(today) === A.Primitives_getYear(endDateTime) ? "MMM d" : _s10_, _null).format$1(0, endDateTime); + t4 = type$.JSArray_legacy_Widget; + t8 = _this.state; + dateRange = A.PopupMenuButton$(new A.Padding(B.EdgeInsets_4_6_0_6, A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(startDateTimeString + " - " + endDateTimeString, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge.copyWith$1$fontSize(16), _null, _null, _null), _null), new A.SizedBox(6, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, _null, _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null), _null), _null, true, _null, _null, new A.DashboardPanels__header__closure0(t2), new A.DashboardPanels__header__closure1(t6, t8, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_DateRange); + t9 = t1.currencySettings = new A.SizedBox(_null, _null, _null, _null); + t10 = _this.hasMultipleCurrencies; + if (t10) + t9 = t1.currencySettings = new A.Padding(B.EdgeInsets_16_0_0_0, new A.DropdownButtonHideUnderline(A.DropdownButton$(B.AlignmentDirectional_m1_0, false, _null, _null, 8, _null, _null, _null, _null, _null, _null, _null, 24, false, false, 48, J.map$1$1$ax($.$get$memoizedGetCurrencyIds().call$3(t5, _this.clientMap, _this.groupMap), new A.DashboardPanels__header__closure2(t6, t2), type$.legacy_DropdownMenuItem_legacy_String).toList$0(0), _null, new A.DashboardPanels__header__closure3(t6, isWide, context), _null, _null, _null, t7.currencyId, type$.legacy_String), _null), _null); + t11 = A.Theme_of(context).cardColor; + t12 = A._setArrayType([A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58396_MaterialIcons_null_true, _null, _null), _null, new A.DashboardPanels__header__closure4(t6), B.EdgeInsets_8_8_8_8, _null, B.VisualDensity_m2_m2), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null), _null, new A.DashboardPanels__header__closure5(t6), B.EdgeInsets_8_8_8_8, _null, B.VisualDensity_m2_m2), new A.SizedBox(4, _null, _null, _null)], t4); + if (A.getLayout(context) === B.AppLayout_desktop) + B.JSArray_methods.addAll$1(t12, A._setArrayType([dateRange, new A.Spacer(_null)], t4)); else - t9 = false; - if (t9) - t10.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_dDd, _null, _null), 24, new A.DashboardPanels__header__closure6(t1, context, t2, t7, t4, t11, taxSettings), B.EdgeInsets_8_8_8_8, _null, B.VisualDensity_m2_m2)); + B.JSArray_methods.addAll$1(t12, A._setArrayType([A.Expanded$(dateRange, 1)], t4)); + if (!isWide) + t13 = t5.numberOfInvoiceTaxRates > 0 || t5.numberOfItemTaxRates > 0 || t10; + else + t13 = false; + if (t13) + t12.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_dDd, _null, _null), _null, new A.DashboardPanels__header__closure6(t1, context, t2, t7, t10, t5, taxSettings), B.EdgeInsets_8_8_8_8, _null, B.VisualDensity_m2_m2)); else { - t1 = A._setArrayType([], t12); - if (t11.numberOfInvoiceTaxRates > 0 || t11.numberOfItemTaxRates > 0) + t1 = A._setArrayType([], t4); + if (t5.numberOfInvoiceTaxRates > 0 || t5.numberOfItemTaxRates > 0) t1.push(taxSettings); - if (t4) - t1.push(t5); - B.JSArray_methods.addAll$1(t10, t1); + if (t10) + t1.push(t9); + B.JSArray_methods.addAll$1(t12, t1); } - if (A.getLayout(context) === B.AppLayout_desktop && !t13.uiState.dashboardUIState.showSidebar) { + if (A.getLayout(context) === B.AppLayout_desktop && !t8.uiState.dashboardUIState.showSidebar) { t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t3), "show_sidebar"); if (t1 == null) t1 = ""; - t10.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59064_MaterialIcons_null_false, _null, _null), 24, new A.DashboardPanels__header__closure7(t6), B.EdgeInsets_8_8_8_8, t1, _null)); + t12.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59064_MaterialIcons_null_false, _null, _null), _null, new A.DashboardPanels__header__closure7(t6), B.EdgeInsets_8_8_8_8, t1, _null)); } - return A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_16_8_16_2, A.Row$(t10, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, t8, 6, _null, _null, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_16_8_16_2, A.Row$(t12, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, t11, 6, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 3277 + $signature: 2194 }; A.DashboardPanels__header__closure.prototype = { call$1(value) { @@ -374024,6 +376283,41 @@ $signature: 20 }; A.DashboardPanels__header__closure0.prototype = { + call$1(context) { + var t1 = $.$get$_$values()._set$_set, + t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable*>"); + return A.List_List$of(new A.EfficientLengthMappedIterable(t1, new A.DashboardPanels__header___closure1(this.localization), t2), true, t2._eval$1("Iterable.E")); + }, + $signature: 2195 + }; + A.DashboardPanels__header___closure1.prototype = { + call$1(dateRange) { + var _null = null, + 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: 2196 + }; + A.DashboardPanels__header__closure1.prototype = { + call$1(dateRange) { + var settings = A.DashboardSettings_fromState(this.state.uiState.dashboardUIState), + t1 = this.$this; + if (dateRange === B.DateRange_custom) + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.DashboardPanels__header___closure0(t1, this.context)); + else { + settings.dateRange = dateRange; + t1.viewModel.onSettingsChanged.call$1(settings); + } + }, + $signature: 629 + }; + A.DashboardPanels__header___closure0.prototype = { + call$1(duration) { + this.$this._showDateOptions$1(this.context); + }, + $signature: 38 + }; + A.DashboardPanels__header__closure2.prototype = { call$1(currencyId) { var t1, _null = null; if (currencyId === "-1") @@ -374034,9 +376328,9 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), currencyId, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; - A.DashboardPanels__header__closure1.prototype = { + A.DashboardPanels__header__closure3.prototype = { call$1(currencyId) { var $navigator, t1, _this = this; _this.$this.viewModel.onCurrencyChanged.call$1(currencyId); @@ -374050,53 +376344,18 @@ }, $signature: 7 }; - A.DashboardPanels__header__closure2.prototype = { + A.DashboardPanels__header__closure4.prototype = { call$0() { return this.$this.viewModel.onOffsetChanged.call$1(1); }, $signature: 9 }; - A.DashboardPanels__header__closure3.prototype = { + A.DashboardPanels__header__closure5.prototype = { call$0() { return this.$this.viewModel.onOffsetChanged.call$1(-1); }, $signature: 9 }; - A.DashboardPanels__header__closure4.prototype = { - call$1(context) { - var t1 = $.$get$_$values()._set$_set, - t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable*>"); - return A.List_List$of(new A.EfficientLengthMappedIterable(t1, new A.DashboardPanels__header___closure1(this.localization), t2), true, t2._eval$1("Iterable.E")); - }, - $signature: 2185 - }; - A.DashboardPanels__header___closure1.prototype = { - call$1(dateRange) { - var _null = null, - 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: 2186 - }; - A.DashboardPanels__header__closure5.prototype = { - call$1(dateRange) { - var settings = A.DashboardSettings_fromState(this.state.uiState.dashboardUIState), - t1 = this.$this; - if (dateRange === B.DateRange_custom) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.DashboardPanels__header___closure0(t1, this.context)); - else { - settings.dateRange = dateRange; - t1.viewModel.onSettingsChanged.call$1(settings); - } - }, - $signature: 627 - }; - A.DashboardPanels__header___closure0.prototype = { - call$1(duration) { - this.$this._showDateOptions$1(this.context); - }, - $signature: 39 - }; A.DashboardPanels__header__closure6.prototype = { call$0() { var _this = this; @@ -374123,7 +376382,7 @@ } return A.AlertDialog$(t5, B.EdgeInsets_0_0_0_0, _null, A.Column$(t6, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.EdgeInsets_24_20_24_24, new A.ValueKey(t3, type$.ValueKey_legacy_String), _null, t2); }, - $signature: 169 + $signature: 165 }; A.DashboardPanels__header____closure.prototype = { call$0() { @@ -374143,13 +376402,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 125 + $signature: 130 }; A.DashboardPanels__paymentChart_closure0.prototype = { call$2(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 82 }; A.DashboardPanels__quoteChart_closure.prototype = { call$1(b) { @@ -374157,13 +376416,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 125 + $signature: 130 }; A.DashboardPanels__quoteChart_closure0.prototype = { call$2(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 82 }; A.DashboardPanels__taskChart_closure.prototype = { call$1(b) { @@ -374171,13 +376430,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 125 + $signature: 130 }; A.DashboardPanels__taskChart_closure0.prototype = { call$2(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 82 }; A.DashboardPanels__expenseChart_closure.prototype = { call$1(b) { @@ -374185,13 +376444,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 125 + $signature: 130 }; A.DashboardPanels__expenseChart_closure0.prototype = { call$2(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 82 }; A.DashboardPanels_build_closure.prototype = { call$2(context, index) { @@ -374218,37 +376477,37 @@ } return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 116 + $signature: 111 }; A.DashboardPanels_build__closure.prototype = { call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_invoice, entityIds); }, - $signature: 187 + $signature: 179 }; A.DashboardPanels_build__closure0.prototype = { call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_payment, entityIds); }, - $signature: 187 + $signature: 179 }; A.DashboardPanels_build__closure1.prototype = { call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_quote, entityIds); }, - $signature: 187 + $signature: 179 }; A.DashboardPanels_build__closure2.prototype = { call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_task, entityIds); }, - $signature: 187 + $signature: 179 }; A.DashboardPanels_build__closure3.prototype = { call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_expense, entityIds); }, - $signature: 187 + $signature: 179 }; A._DashboardPanel.prototype = { createState$0() { @@ -374316,43 +376575,43 @@ t1.push(A.Series_Series(new A.__DashboardPanelState_build__closure2(), previous, t2, new A.__DashboardPanelState_build__closure3(), _s8_, new A.__DashboardPanelState_build__closure4(), t5, t6)); } }, - $signature: 2188 + $signature: 2198 }; A.__DashboardPanelState_build__closure0.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 629 + $signature: 631 }; A.__DashboardPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 630 + $signature: 632 }; A.__DashboardPanelState_build__closure.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 631 + $signature: 633 }; A.__DashboardPanelState_build__closure3.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 629 + $signature: 631 }; A.__DashboardPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 630 + $signature: 632 }; A.__DashboardPanelState_build__closure2.prototype = { call$2(chartData, _) { return B.Color_ePM; }, - $signature: 631 + $signature: 633 }; A._InvoiceChart.prototype = { build$1(_, context) { @@ -374385,17 +376644,17 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 125 + $signature: 130 }; A._InvoiceChart_build_closure0.prototype = { call$2(index, date) { return this.$this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 76 + $signature: 82 }; A.DashboardScreen.prototype = { createState$0() { - return new A._DashboardScreenState(A._setArrayType([], type$.JSArray_legacy_EntityType), null, B._StateLifecycle_0); + return new A._DashboardScreenState(A._setArrayType([], type$.JSArray_legacy_EntityType), null, null, B._StateLifecycle_0); } }; A._DashboardScreenState.prototype = { @@ -374411,8 +376670,8 @@ B.JSArray_methods.forEach$1(A._setArrayType([B.EntityType_invoice, B.EntityType_payment, B.EntityType_quote, B.EntityType_task, B.EntityType_expense], type$.JSArray_legacy_EntityType), new A._DashboardScreenState_initState_closure(_this, company)); t1 = _this._tabs; index = B.JSArray_methods.contains$1(t1, entityType) ? B.JSArray_methods.indexOf$1(t1, entityType) : 0; - _this._mainTabController = A.TabController$(0, state.prefState.appLayout === B.AppLayout_mobile ? 3 + t1.length : 3, _this); - t1 = A.TabController$(index, t1.length, _this); + _this._mainTabController = A.TabController$(null, 0, state.prefState.appLayout === B.AppLayout_mobile ? 3 + t1.length : 3, _this); + t1 = A.TabController$(null, index, t1.length, _this); t1.addListener$1(0, _this.get$onTabListener()); _this._sideTabController = t1; t1 = A.ScrollController$(null, index * 539); @@ -374541,7 +376800,7 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 186 + $signature: 193 }; A._DashboardScreenState_initState_closure0.prototype = { call$1(duration) { @@ -374549,7 +376808,7 @@ t1.toString; A.showDialog(false, new A._DashboardScreenState_initState__closure(this.state), t1, null, true, type$.void); }, - $signature: 39 + $signature: 38 }; A._DashboardScreenState_initState__closure.prototype = { call$1(context) { @@ -374557,15 +376816,15 @@ t2 = t1.uiState.selectedCompanyIndex; return new A.SettingsWizard(t1.userCompanyStates._list[t2].userCompany.user, null); }, - $signature: 2192 + $signature: 2202 }; 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), 24, new A._DashboardScreenState_build__closure0(context), B.EdgeInsets_8_8_8_8, t1, _null), _null, true, _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__closure0(context), B.EdgeInsets_8_8_8_8, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 385 + $signature: 380 }; A._DashboardScreenState_build__closure0.prototype = { call$0() { @@ -374584,9 +376843,9 @@ var _null = null, t1 = this.localization; t1 = t1.get$history(t1); - return A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null), 24, new A._DashboardScreenState_build__closure(context, this.state, this.store), B.EdgeInsets_4_0_20_0, t1, _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, this.state, this.store), B.EdgeInsets_4_0_20_0, t1, _null); }, - $signature: 276 + $signature: 255 }; A._DashboardScreenState_build__closure.prototype = { call$0() { @@ -374629,7 +376888,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 28 + $signature: 29 }; A._CustomTabBarView.prototype = { build$1(_, context) { @@ -374665,9 +376924,9 @@ t2 = A.Text$(entity.get$listDisplayName(), _null, _null, _null, _null, _null, _null, _null, _null, _null); t3 = A.Icon$(A.getEntityIcon(entity.get$entityType()), _null, _null); t4 = A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null); - return A.ListTile$(false, _null, _null, _null, true, _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); + 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: 632 + $signature: 634 }; A._CustomTabBarView_build__closure.prototype = { call$0() { @@ -374694,19 +376953,18 @@ $signature: 27 }; A.__DashboardScreenState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.DashboardScreenBuilder.prototype = { @@ -374724,7 +376982,7 @@ return new A.ConfirmEmailBuilder(null); return new A.DashboardScreen(viewModel, new A.ValueKey("__" + company.id + "_" + company.enabledModules + "_" + (state.prefState.appLayout === B.AppLayout_desktop) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2194 + $signature: 2204 }; A.DashboardVM.prototype = {}; A.DashboardVM_fromStore__handleRefresh.prototype = { @@ -374751,31 +377009,31 @@ return; this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardEntityType(entityType)); }, - $signature: 186 + $signature: 193 }; A.DashboardVM_fromStore_closure0.prototype = { call$1(settings) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSettings(settings, null, null, null)); }, - $signature: 2195 + $signature: 2205 }; A.DashboardVM_fromStore_closure5.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSettings(null, null, null, value)); }, - $signature: 11 + $signature: 12 }; A.DashboardVM_fromStore_closure1.prototype = { call$2(entityType, entityIds) { this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSelection(entityType, entityIds)); }, - $signature: 2196 + $signature: 2206 }; A.DashboardVM_fromStore_closure3.prototype = { call$1(offset) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSettings(null, offset, null, null)); }, - $signature: 168 + $signature: 166 }; A.DashboardVM_fromStore_closure4.prototype = { call$1(currencyId) { @@ -374811,7 +377069,7 @@ 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, 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), 24, new A.SidebarScaffold_build_closure(store), B.EdgeInsets_8_8_8_8, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, _null, _null, 1, _null); + t1 = A.AppBar$(_null, _null, false, _null, _null, _null, 1, _null, _null, _null, false, _null, _null, _null, _null, _null, true, _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)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, _null, _null, 1, _null); t2 = A._setArrayType([], t2); if (company.isModuleEnabled$1(B.EntityType_invoice)) t2.push(new A.InvoiceSidebar(_null)); @@ -374882,25 +377140,25 @@ call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.upcomingInvoices, index), null, false, null); }, - $signature: 411 + $signature: 367 }; A.InvoiceSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.InvoiceSidebar_build_closure1.prototype = { call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.pastDueInvoices, index), null, false, null); }, - $signature: 411 + $signature: 367 }; A.InvoiceSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.InvoiceSidebar_build_closure3.prototype = { call$2(context, index) { @@ -374912,13 +377170,13 @@ 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: 116 + $signature: 111 }; A.InvoiceSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.PaymentSidebar.prototype = { build$1(_, context) { @@ -374960,13 +377218,13 @@ call$2(context, index) { return new A.PaymentListItem(J.$index$asx(this.recentPayments, index), null, false, null); }, - $signature: 634 + $signature: 636 }; A.PaymentSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.PaymentSidebar_build_closure1.prototype = { call$2(context, index) { @@ -374978,13 +377236,13 @@ 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: 116 + $signature: 111 }; A.PaymentSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.QuoteSidebar.prototype = { build$1(_, context) { @@ -375036,25 +377294,25 @@ call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.upcomingQuotes, index), null, false, null); }, - $signature: 412 + $signature: 366 }; A.QuoteSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.QuoteSidebar_build_closure1.prototype = { call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.expriedQuotes, index), null, false, null); }, - $signature: 412 + $signature: 366 }; A.QuoteSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.QuoteSidebar_build_closure3.prototype = { call$2(context, index) { @@ -375066,13 +377324,13 @@ quote = t2._map$_map.$index(0, t1); return quote == null ? new A.SizedBox(_null, _null, _null, _null) : new A.QuoteListItem(quote, _null, false, _null); }, - $signature: 116 + $signature: 111 }; A.QuoteSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.TaskSidebar.prototype = { build$1(_, context) { @@ -375124,25 +377382,25 @@ call$2(context, index) { return A.TaskListItem$(null, false, true, null, null, false, J.$index$asx(this.runningTasks, index)); }, - $signature: 236 + $signature: 239 }; A.TaskSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.TaskSidebar_build_closure1.prototype = { call$2(context, index) { return A.TaskListItem$(null, false, true, null, null, false, J.$index$asx(this.recentTasks, index)); }, - $signature: 236 + $signature: 239 }; A.TaskSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.TaskSidebar_build_closure3.prototype = { call$2(context, index) { @@ -375154,13 +377412,13 @@ task = t2._map$_map.$index(0, t1); return task == null ? new A.SizedBox(_null, _null, _null, _null) : A.TaskListItem$(_null, false, true, _null, _null, false, task); }, - $signature: 116 + $signature: 111 }; A.TaskSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.ExpenseSidbar.prototype = { build$1(_, context) { @@ -375202,13 +377460,13 @@ call$2(context, index) { return A.ExpenseListItem$(J.$index$asx(this.recentExpenses, index), null, false, true, null, null, false); }, - $signature: 414 + $signature: 365 }; A.ExpenseSidbar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.ExpenseSidbar_build_closure1.prototype = { call$2(context, index) { @@ -375220,13 +377478,13 @@ expense = t2._map$_map.$index(0, t1); return expense == null ? new A.SizedBox(_null, _null, _null, _null) : A.ExpenseListItem$(expense, _null, false, true, _null, _null, false); }, - $signature: 116 + $signature: 111 }; A.ExpenseSidbar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A._DashboardSidebar.prototype = { build$1(_, context) { @@ -375236,7 +377494,7 @@ store = A.StoreProvider_of(context, type$.legacy_AppState), t2 = A.Theme_of(context).cardColor, t3 = A.Theme_of(context).scaffoldBackgroundColor, - t4 = textTheme.bodyText2; + t4 = textTheme.bodyMedium; 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, B.MaterialType_0); t5 = _this.list1; t6 = type$.JSArray_legacy_Widget; @@ -375253,7 +377511,7 @@ t7 = t3 ? 0 : (context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.size._dy - 100) / 2; t8 = A.Duration$(0, 0, 0, 500, 0, 0); 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), 24, new A._DashboardSidebar_build_closure(_this, store), B.EdgeInsets_8_8_8_8, _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, B.MaterialType_0); + 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, 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, B.MaterialType_0); t4 = _this.list3; t5.push(A.AnimatedContainer$(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, 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); @@ -375284,12 +377542,12 @@ 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), false, _this.isChecked), _null) : _null; + 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, 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.headline6, _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.headline6, _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$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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, false, _null, t1, new A.DesignListItem_build_closure0(_this, context), new A.DesignListItem_build_closure1(_this, context), 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, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.DesignListItem_build_closure0(_this, context), new A.DesignListItem_build_closure1(_this, context), 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); }, get$design() { return this.design; @@ -375313,7 +377571,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.DesignListBuilder.prototype = { build$1(_, context) { @@ -375329,7 +377587,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: 2202 + $signature: 2212 }; A.DesignListBuilder_build__closure.prototype = { call$2(context, index) { @@ -375345,7 +377603,7 @@ t2 = false; return new A.DesignListItem(design, t1.filter, t2, null); }, - $signature: 2203 + $signature: 2213 }; A.DesignListVM.prototype = {}; A.DesignListVM_fromStore__handleRefresh.prototype = { @@ -375392,9 +377650,9 @@ t1 = "__filter_" + t2.filterClearedAt + "__"; t4 = this.viewModel.designList; t2 = t2.filter; - t5 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_design, false, B.List_empty15, 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_empty16, _null); + t5 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_design, false, B.List_empty16, 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_empty17, _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_empty9, new A.ListFilter(B.EntityType_design, t2, new A.DesignScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.DesignListBuilder(_null), t5, B.EntityType_design, t3, 0, "invoice_design", new A.DesignScreen_build_closure8(store), new A.DesignScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_design, t2, new A.DesignScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.DesignListBuilder(_null), t5, B.EntityType_design, t3, 0, "invoice_design", new A.DesignScreen_build_closure8(store), new A.DesignScreen_build_closure9(store)); } }; A.DesignScreen_build_closure9.prototype = { @@ -375429,7 +377687,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterDesignsByState(state)); }, - $signature: 50 + $signature: 52 }; A.DesignScreen_build_closure.prototype = { call$0() { @@ -375484,13 +377742,13 @@ call$2(context, vm) { return new A.DesignScreen(vm, null); }, - $signature: 2204 + $signature: 2214 }; A.DesignScreenVM.prototype = {}; A.DesignEdit.prototype = { createState$0() { var _null = null; - return new A._DesignEditState(new A.Debouncer(1500, false), new A.Debouncer(500, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), _null, B._StateLifecycle_0); + return new A._DesignEditState(new A.Debouncer(1500, false), new A.Debouncer(500, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), _null, _null, B._StateLifecycle_0); } }; A._DesignEditState.prototype = { @@ -375499,7 +377757,7 @@ _this.super$State$initState(); _this._htmlController.addListener$1(0, _this.get$_onHtmlChanged()); _this._design_edit$_focusNode = A.FocusScopeNode$(true, null, false); - _this._tabController = A.TabController$(0, _this._widget.viewModel.state.prefState.appLayout === B.AppLayout_mobile ? 7 : 6, _this); + _this._tabController = A.TabController$(null, 0, _this._widget.viewModel.state.prefState.appLayout === B.AppLayout_mobile ? 7 : 6, _this); }, didChangeDependencies$0() { var design, _this = this, @@ -375528,7 +377786,7 @@ t1 = _this._framework$_element; t1.toString; _this._loadPreview$2(t1, design); - _this.super$__DesignEditState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, dispose$0(_) { var t1, _this = this; @@ -375658,7 +377916,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._DesignEditState__onChanged_closure.prototype = { call$1(b) { @@ -375666,7 +377924,7 @@ b.get$_design_model$_$this()._design_model$_name = t1; return b; }, - $signature: 260 + $signature: 238 }; A._DesignEditState__onChanged_closure0.prototype = { call$0() { @@ -375695,7 +377953,7 @@ t1.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(t2._includesController._change_notifier$_value.text)], t8, t8), t8, t8)); return b; }, - $signature: 260 + $signature: 238 }; A._DesignEditState__onHtmlChanged_closure.prototype = { call$0() { @@ -375752,7 +378010,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2208 + $signature: 2218 }; A._DesignEditState__loadPreview__closure.prototype = { call$0() { @@ -375811,7 +378069,7 @@ build$1(_, context) { var _null = null, t1 = this.textController; - return A.SingleChildScrollView$(A.Card$(new A.Padding(B.EdgeInsets_10_0_10_0, new 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_empty1, true, _null, t1, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_EYU, _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, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, true, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, true, _null, _null, 16, 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_30, _null, B.TextInputAction_12, _null), _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); + 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_empty1, 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, true, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, true, _null, _null, 16, 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_30, _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); } }; A.DesignSettings.prototype = { @@ -375840,9 +378098,10 @@ } }, build$1(_, context) { - var t3, t4, t5, t6, t7, t8, _this = this, _null = null, + var t3, t4, t5, t6, t7, t8, t9, _this = this, _null = null, _s9_ = "html_mode", _s14_ = "html_mode_help", + _s20_ = "html_preview_warning", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = t1.get$name(t1); t2 = A.DecoratedFormField$(false, _null, false, false, _this._widget.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, _null); @@ -375851,21 +378110,23 @@ t4 = t4 == null ? _null : t4.id; t5 = type$.JSArray_legacy_Widget; t4 = A._setArrayType([t2, new A.DesignPicker(new A._DesignSettingsState_build_closure(_this), t3, t4, _null)], t5); - t2 = A.Theme_of(context); - t2 = t2.colorScheme; + t2 = A.Theme_of(context).colorScheme; t3 = t1.localeCode; t6 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t3), _s9_); t6 = A.Text$(t6 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s9_) : t6, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t3 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t3), _s14_); - t3 = A.Text$(t3 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s14_) : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t7 = _this._widget; - t8 = t7.draftMode; - t7 = t7.isLoading ? _null : t7.onDraftModeChanged; - B.JSArray_methods.addAll$1(t4, A._setArrayType([new A.SizedBox(_null, 16, _null, _null), A.SwitchListTile$(t2.secondary, _null, t7, _null, t3, t6, t8)], t5)); + t7 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t3), _s14_); + t7 = A.Text$(t7 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s14_) : t7, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t8 = _this._widget; + t9 = t8.draftMode; + t8 = t8.isLoading ? _null : t8.onDraftModeChanged; + B.JSArray_methods.addAll$1(t4, A._setArrayType([new A.SizedBox(_null, 16, _null, _null), A.SwitchListTile$(t2.secondary, _null, t8, _null, t7, t6, t9)], t5)); t1 = A._setArrayType([A.FormCard$(_null, t4, _null, 4, false, _null, false, _null), new A.Padding(B.EdgeInsets_16_16_16_0, A.OutlinedButton$(new A.Padding(B.EdgeInsets_8_8_8_8, new A.IconText(t1.get$viewDocs().toUpperCase(), B._MdiIconData_ujl, _null, _null, _null), _null), new A._DesignSettingsState_build_closure0(), _null), _null)], t5); - if (_this._widget.draftMode) - t1.push(A.FormCard$(new 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_empty1, false, _null, _this._widget.htmlController, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_EYU, _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, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, true, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, true, _null, _null, 16, 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_30, _null, B.TextInputAction_12, _null), _null, _null), _null), _null, _null, 4, false, _null, false, _null)); - else + if (_this._widget.draftMode) { + t2 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t3), _s20_); + if (t2 == null) + t2 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s20_); + 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_empty1, 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, true, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, true, _null, _null, 16, 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_30, _null, B.TextInputAction_12, _null), _null, _null)), _null, _null, 4, 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, _null)); return new A.ScrollableListView(t1, _null, _null, _null); } @@ -375876,13 +378137,13 @@ t1._widget.onLoadDesign$1(value); t1._selectedDesign = value; }, - $signature: 143 + $signature: 139 }; A._DesignSettingsState_build_closure0.prototype = { call$0() { return A.launch("https://invoiceninja.github.io/docs/custom-fields", null, false); }, - $signature: 28 + $signature: 29 }; A.PdfDesignPreview.prototype = { createState$0() { @@ -375959,17 +378220,17 @@ }; A.__DesignEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.DesignEditScreen.prototype = { @@ -375982,13 +378243,13 @@ call$1(store) { return A.DesignEditVM_DesignEditVM$fromStore(store); }, - $signature: 2209 + $signature: 2219 }; A.DesignEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.DesignEdit(viewModel, new A.ValueKey(viewModel.design.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2210 + $signature: 2220 }; A.DesignEditVM.prototype = { get$design() { @@ -376002,7 +378263,7 @@ call$1(design) { this.store.get$_dispatchers()[0].call$1(new A.UpdateDesign(design)); }, - $signature: 143 + $signature: 139 }; A.DesignEditVM_DesignEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -376095,13 +378356,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 69 + $signature: 70 }; A._DesignViewState_build_closure0.prototype = { call$1(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 200 + $signature: 204 }; A._DesignViewState_build_closure1.prototype = { call$1(quoteId) { @@ -376109,13 +378370,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 69 + $signature: 70 }; A._DesignViewState_build_closure2.prototype = { call$1(quote) { return !quote.isDeleted && quote.designId === this.design.id; }, - $signature: 200 + $signature: 204 }; A._DesignViewState_build_closure3.prototype = { call$1(creditId) { @@ -376123,13 +378384,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].creditState.map._map$_map.$index(0, creditId); }, - $signature: 69 + $signature: 70 }; A._DesignViewState_build_closure4.prototype = { call$1(credit) { return !credit.isDeleted && credit.designId === this.design.id; }, - $signature: 200 + $signature: 204 }; A._DesignViewState_build_closure5.prototype = { call$1(invoiceId) { @@ -376137,13 +378398,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].recurringInvoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 69 + $signature: 70 }; A._DesignViewState_build_closure6.prototype = { call$1(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 200 + $signature: 204 }; A._DesignViewState_build_closure7.prototype = { call$0() { @@ -376161,13 +378422,13 @@ call$1(store) { return A.DesignViewVM_DesignViewVM$fromStore(store); }, - $signature: 2211 + $signature: 2221 }; A.DesignViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DesignView(vm, this.$this.isFilter, null); }, - $signature: 2212 + $signature: 2222 }; A.DesignViewVM.prototype = { get$design() { @@ -376194,12 +378455,12 @@ t2 = _this.document; t3 = t2.id; t4 = uiState.get$isEditing() ? documentUIState.editing.id : documentUIState.selectedId; - t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.DocumentListItem_build_closure(_this), false, _this.isChecked), _null) : _null; + t1 = t1 != null ? new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, B.MaterialTapTargetSize_1, new A.DocumentListItem_build_closure(_this), _null, false, _this.isChecked), _null) : _null; t5 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t6 = type$.JSArray_legacy_Widget; - t5 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _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.headline6, _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, t5.size._dx); + t5 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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, t5.size._dx); t7 = 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(_this.userCompany, t2, A.ListTile$(false, _null, _null, _null, true, _null, false, _null, t1, new A.DocumentListItem_build_closure0(_this, context), new A.DocumentListItem_build_closure1(_this, context), false, _null, _null, A.Column$(A._setArrayType([t7, new A.EntityStateLabel(t2, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t5, _null, _null), t3 === t4, true, true, _null); + return new A.DismissibleEntity(_this.userCompany, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.DocumentListItem_build_closure0(_this, context), new A.DocumentListItem_build_closure1(_this, context), false, _null, _null, A.Column$(A._setArrayType([t7, new A.EntityStateLabel(t2, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t5, _null, _null), t3 === t4, true, true, _null); }, get$document(receiver) { return this.document; @@ -376223,7 +378484,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.DocumentListBuilder.prototype = { build$1(_, context) { @@ -376237,7 +378498,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: 2213 + $signature: 2223 }; A.DocumentListBuilder_build__closure.prototype = { call$2(context, index) { @@ -376256,7 +378517,7 @@ t2 = false; return new A.DocumentListItem(t4, t2, $document, t1.filter, null); }, - $signature: 2214 + $signature: 2224 }; A.DocumentListVM.prototype = {}; A.DocumentListVM_fromStore__handleRefresh.prototype = { @@ -376303,10 +378564,10 @@ t1 = "__filter_" + t2.filterClearedAt + "__"; t4 = this.viewModel.documentList; t2 = t2.filter; - t5 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_document, false, B.List_empty15, 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_empty16, _null); + t5 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_document, false, B.List_empty16, 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_empty17, _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_empty9, new A.ListFilter(B.EntityType_document, t2, new A.DocumentScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.DocumentListBuilder(_null), t5, B.EntityType_document, t3, 0, _null, new A.DocumentScreen_build_closure8(store), new A.DocumentScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_document, t2, new A.DocumentScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.DocumentListBuilder(_null), t5, B.EntityType_document, t3, 0, _null, new A.DocumentScreen_build_closure8(store), new A.DocumentScreen_build_closure9(store)); } }; A.DocumentScreen_build_closure9.prototype = { @@ -376365,7 +378626,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterDocumentsByState(state)); }, - $signature: 50 + $signature: 52 }; A.DocumentScreen_build_closure.prototype = { call$0() { @@ -376393,7 +378654,7 @@ call$2(context, vm) { return new A.DocumentScreen(vm, null); }, - $signature: 2215 + $signature: 2225 }; A.DocumentScreenVM.prototype = {}; A.DocumentEdit.prototype = { @@ -376432,7 +378693,7 @@ if (t1 == null) t1 = ""; } - return A.EditScaffold$(_null, _null, A.Form$(false, new A.Builder(new A._DocumentEditState_build_closure(), _null), $.$get$_DocumentEditState__formKey()), _null, $document, _null, false, _null, _null, new A._DocumentEditState_build_closure0(viewModel), _null, t1); + return A.EditScaffold$(_null, _null, A.Form$(_null, new A.Builder(new A._DocumentEditState_build_closure(), _null), $.$get$_DocumentEditState__formKey()), _null, $document, _null, false, _null, _null, new A._DocumentEditState_build_closure0(viewModel), _null, t1); } }; A._DocumentEditState_didChangeDependencies_closure.prototype = { @@ -376451,13 +378712,13 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_document_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._DocumentEditState__onChanged_closure.prototype = { call$1(b) { return b; }, - $signature: 613 + $signature: 531 }; A._DocumentEditState__onChanged_closure0.prototype = { call$0() { @@ -376479,7 +378740,7 @@ t1 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([], t1), _null, 4, false, _null, false, _null)], t1), _null, _null, _null); }, - $signature: 155 + $signature: 149 }; A.DocumentEditScreen.prototype = { build$1(_, context) { @@ -376491,13 +378752,13 @@ call$1(store) { return A.DocumentEditVM_DocumentEditVM$fromStore(store); }, - $signature: 2217 + $signature: 2227 }; 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: 2218 + $signature: 2228 }; A.DocumentEditVM.prototype = { get$document(receiver) { @@ -376539,13 +378800,13 @@ call$1(store) { return A.DocumentViewVM_DocumentViewVM$fromStore(store); }, - $signature: 2219 + $signature: 2229 }; A.DocumentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DocumentView(vm, false, null); }, - $signature: 2220 + $signature: 2230 }; A.DocumentViewVM.prototype = { get$document(receiver) { @@ -376557,13 +378818,13 @@ }; A.ExpenseEdit.prototype = { createState$0() { - return new A._ExpenseEditState(null, B._StateLifecycle_0); + return new A._ExpenseEditState(null, null, B._StateLifecycle_0); } }; A._ExpenseEditState.prototype = { initState$0() { this.super$State$initState(); - this._expense_edit$_controller = A.TabController$(0, 3, this); + this._expense_edit$_controller = A.TabController$(null, 0, 3, this); }, dispose$0(_) { this._expense_edit$_controller.dispose$0(0); @@ -376614,7 +378875,7 @@ t8 = A.TabBarView$(A._setArrayType([new A.ExpenseEditDetails(t9, _null), new A.ExpenseEditNotes(t9, _null), new A.ExpenseEditSettings(t9, _null)], t3), t7, new A.ValueKey(t6, t8)); t6 = t8; } - t5 = A.Form$(false, t6, t5); + t5 = A.Form$(_null, t6, t5); t6 = A.Theme_of(context).cardColor; t3 = A._setArrayType([], t3); if (A.getLayout(context) === B.AppLayout_desktop) { @@ -376634,7 +378895,7 @@ return; this.$this._widget.viewModel.onSavePressed.call$2(this.context, this.action); }, - $signature: 39 + $signature: 38 }; A._ExpenseEditState_build_closure1.prototype = { call$1(context) { @@ -376646,7 +378907,7 @@ call$1(context) { return this.$this._expense_edit$_onSavePressed$1(context); }, - $signature: 25 + $signature: 26 }; A._ExpenseEditState_build_closure0.prototype = { call$2(context, action) { @@ -376662,17 +378923,17 @@ }; A.__ExpenseEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.ExpenseEditDesktop.prototype = { @@ -376880,7 +379141,7 @@ call$1(vendor) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure17(vendor))); }, - $signature: 44 + $signature: 41 }; A.ExpenseEditDetailsState_build__closure17.prototype = { call$1(b) { @@ -376895,7 +379156,7 @@ call$1(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 160 + $signature: 163 }; A.ExpenseEditDetailsState_build_closure2.prototype = { call$1(client) { @@ -376909,7 +379170,7 @@ } this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure16(client, currencyId))); }, - $signature: 44 + $signature: 41 }; A.ExpenseEditDetailsState_build__closure16.prototype = { call$1(b) { @@ -376927,7 +379188,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 160 + $signature: 163 }; A.ExpenseEditDetailsState_build_closure3.prototype = { call$1(selectedId) { @@ -377000,7 +379261,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 417 + $signature: 362 }; A.ExpenseEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -377043,7 +379304,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 417 + $signature: 362 }; A.ExpenseEditDetailsState_build__closure8.prototype = { call$1(b) { @@ -377086,7 +379347,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 417 + $signature: 362 }; A.ExpenseEditDetailsState_build__closure5.prototype = { call$1(b) { @@ -377117,7 +379378,7 @@ var t1 = this.viewModel; return t1.onChanged.call$1(t1.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure3(currency))); }, - $signature: 56 + $signature: 55 }; A.ExpenseEditDetailsState_build__closure3.prototype = { call$1(b) { @@ -377162,7 +379423,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), t1, type$.legacy_String); }, - $signature: 277 + $signature: 279 }; A.ExpenseEditDetailsState_build_closure18.prototype = { call$1(date) { @@ -377195,7 +379456,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 177 + $signature: 159 }; A.ExpenseEditNotes.prototype = { createState$0() { @@ -377380,7 +379641,7 @@ t11 = expense.exchangeRate; t12 = "__expense_amount_" + A.S(expense.get$grossAmount()) + "_" + A.S(t11) + "__"; t11 = t11 !== 1 && t11 !== 0 ? A.formatNumber(expense.get$grossAmount() * t11, context, _null, _null, B.FormatNumberType_4, true, _null, false) : ""; - t10 = A.Column$(A._setArrayType([new A.SizedBox(_null, 8, _null, _null), t9, t5, A.Focus$(false, _null, A.DecoratedFormField$(false, _null, false, false, _null, _null, true, _null, _null, t11, _null, true, false, new A.ValueKey(t12, t10), new A.TextInputType(2, true, true), t1.get$convertedAmount(), _null, _null, false, new A.ExpenseEditSettingsState_build_closure5(_this), _null, new A.ExpenseEditSettingsState_build_closure6(_this, viewModel), true, _null, _null, B.TextAlign_4, _null), _null, true, _null, true, _null, new A.ExpenseEditSettingsState_build_closure7(_this), _null, _null, _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); + t10 = A.Column$(A._setArrayType([new A.SizedBox(_null, 8, _null, _null), t9, t5, A.Focus$(false, _null, A.DecoratedFormField$(false, _null, false, false, _null, _null, true, _null, _null, t11, _null, true, false, new A.ValueKey(t12, t10), new A.TextInputType(2, true, true), t1.get$convertedAmount(), _null, _null, false, new A.ExpenseEditSettingsState_build_closure5(_this), _null, new A.ExpenseEditSettingsState_build_closure6(_this, viewModel), true, _null, _null, B.TextAlign_4, _null), _null, _null, _null, true, _null, new A.ExpenseEditSettingsState_build_closure7(_this), _null, _null, _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); t5 = t10; } else t5 = new A.SizedBox(_null, _null, _null, _null); @@ -377461,7 +379722,7 @@ t2.toString; t1._expense_edit_settings$_exchangeRateController.set$text(0, A.formatNumber(this.exchangeRate, t2, null, null, B.FormatNumberType_5, true, null, false)); }, - $signature: 39 + $signature: 38 }; A.ExpenseEditSettingsState__calculateExchangeRate_closure.prototype = { call$1(b) { @@ -377518,7 +379779,7 @@ call$1(duration) { this.$this._expense_edit_settings$_transactionReferenceController.set$text(0, ""); }, - $signature: 39 + $signature: 38 }; A.ExpenseEditSettingsState_build__closure10.prototype = { call$0() { @@ -377530,7 +379791,7 @@ call$1(paymentType) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure6(paymentType))); }, - $signature: 56 + $signature: 55 }; A.ExpenseEditSettingsState_build__closure6.prototype = { call$1(b) { @@ -377588,13 +379849,13 @@ call$1(duration) { this.$this._expense_edit_settings$_exchangeRateController.set$text(0, ""); }, - $signature: 39 + $signature: 38 }; A.ExpenseEditSettingsState_build_closure4.prototype = { call$1(currency) { return this.$this._setCurrency$1(currency); }, - $signature: 166 + $signature: 169 }; A.ExpenseEditSettingsState_build_closure7.prototype = { call$1(hasFocus) { @@ -377639,7 +379900,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A.ExpenseEditSettingsState_build__closure0.prototype = { call$1(b) { @@ -377652,7 +379913,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A.ExpenseEditSettingsState_build__closure.prototype = { call$1(b) { @@ -377671,13 +379932,13 @@ call$1(store) { return A.ExpenseEditVM_ExpenseEditVM$fromStore(store); }, - $signature: 2224 + $signature: 2234 }; 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: 2225 + $signature: 2235 }; A.AbstractExpenseEditVM.prototype = { get$expense() { @@ -377689,7 +379950,7 @@ call$1(expense) { this.store.get$_dispatchers()[0].call$1(new A.UpdateExpense(expense)); }, - $signature: 119 + $signature: 115 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -377711,7 +379972,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2(t3), t4); }, - $signature: 127 + $signature: 107 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1.prototype = { call$1(_) { @@ -377723,7 +379984,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 44 + $signature: 41 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3.prototype = { call$2(context, completer) { @@ -377736,7 +379997,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0(t3), t4); }, - $signature: 127 + $signature: 107 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1(_) { @@ -377748,7 +380009,7 @@ call$1(expense) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 44 + $signature: 41 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0.prototype = { call$2(context, action) { @@ -377762,7 +380023,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 193 + $signature: 180 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3.prototype = { call$0() { @@ -377777,7 +380038,7 @@ t1.get$_dispatchers()[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___closure(expense, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0()); }, - $signature: 31 + $signature: 32 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure.prototype = { call$1(savedExpense) { @@ -377813,7 +380074,7 @@ } } }, - $signature: 119 + $signature: 115 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -377864,7 +380125,7 @@ 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); - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; if (filterMatch != null) t1.subtitle = filterMatch; @@ -377901,7 +380162,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.showCheckbox) - t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), false, _this.isChecked), _null), _null); + t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), _null, false, _this.isChecked), _null), _null); else { t2 = t1.expense; t3 = _this.state; @@ -377920,26 +380181,26 @@ 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.subtitle2.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), new A.EntityStatusChip(t3, 105, _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.ExpenseListItem_build__closure1(t1, context), new A.ExpenseListItem_build__closure2(t1, context), _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), new A.EntityStatusChip(t3, 105, _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.ExpenseListItem_build__closure1(t1, context), new A.ExpenseListItem_build__closure2(t1, context), _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), false, _this.isChecked), _null) : _null; + 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, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.expense; t5 = t4.publicNotes; if (t5.length === 0) t5 = t4.number; t6 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, 1, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1), A.Text$(A.formatNumber(t4.amount, context, _null, t4.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _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, t3.size._dx); + t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, 1, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1), A.Text$(A.formatNumber(t4.amount, context, _null, t4.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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, t3.size._dx); t5 = _this.filterMatch; if (t5 == null) t5 = _this._box_0.subtitle; t7 = _this.textColor; - t3 = A.ListTile$(false, _null, _null, _null, true, _null, false, _null, t2, new A.ExpenseListItem_build__closure4(t1, context), new A.ExpenseListItem_build__closure5(t1, context), false, _null, _null, A.Column$(A._setArrayType([A.Text$(t5, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.subtitle2.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), new A.EntityStateLabel(t4, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); + t3 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.ExpenseListItem_build__closure4(t1, context), new A.ExpenseListItem_build__closure5(t1, context), false, _null, _null, 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, t7.get$value(t7) >>> 16 & 255, t7.get$value(t7) >>> 8 & 255, t7.get$value(t7) & 255)), _null, _null, _null), new A.EntityStateLabel(t4, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); t1 = t3; } return t1; }, - $signature: 99 + $signature: 104 }; A.ExpenseListItem_build__closure2.prototype = { call$0() { @@ -377959,7 +380220,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 12 }; A.ExpenseListItem_build__closure0.prototype = { call$2(context, action) { @@ -377986,7 +380247,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 12 }; A.ExpenseListBuilder.prototype = { build$1(_, context) { @@ -378002,7 +380263,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: 2226 + $signature: 2236 }; A.ExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -378010,7 +380271,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: 414 + $signature: 365 }; A.ExpenseListVM.prototype = { get$user() { @@ -378215,10 +380476,10 @@ t7.push("custom4"); t7.push("documents"); 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_empty15, new A.ExpenseScreen_build_closure(store), new A.ExpenseScreen_build_closure0(store), new A.ExpenseScreen_build_closure1(store), new A.ExpenseScreen_build_closure2(store), new A.ExpenseScreen_build_closure3(store), new A.ExpenseScreen_build_closure4(store), new A.ExpenseScreen_build_closure5(store), new A.ExpenseScreen_build_closure6(store), A._setArrayType(["number", "date", "updated_at"], t6), A._setArrayType([A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure7(t1)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure8(t1)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure9(t1))], type$.JSArray_legacy_EntityStatus), t7); + 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_empty16, new A.ExpenseScreen_build_closure(store), new A.ExpenseScreen_build_closure0(store), new A.ExpenseScreen_build_closure1(store), new A.ExpenseScreen_build_closure2(store), new A.ExpenseScreen_build_closure3(store), new A.ExpenseScreen_build_closure4(store), new A.ExpenseScreen_build_closure5(store), new A.ExpenseScreen_build_closure6(store), A._setArrayType(["number", "date", "updated_at"], t6), A._setArrayType([A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure7(t1)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure8(t1)), A._$ExpenseStatusEntity$_("", "").rebuild$1(new A.ExpenseScreen_build_closure9(t1))], type$.JSArray_legacy_EntityStatus), 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_closure10(context), t1.get$newExpense()) : _null; - return A.ListScaffold$(_null, B.List_empty9, new A.ListFilter(B.EntityType_expense, t2, new A.ExpenseScreen_build_closure11(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.ExpenseListBuilder(_null), t7, B.EntityType_expense, t1, 0, _null, new A.ExpenseScreen_build_closure12(store), new A.ExpenseScreen_build_closure13(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_expense, t2, new A.ExpenseScreen_build_closure11(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.ExpenseListBuilder(_null), t7, B.EntityType_expense, t1, 0, _null, new A.ExpenseScreen_build_closure12(store), new A.ExpenseScreen_build_closure13(store)); } }; A.ExpenseScreen_build_closure13.prototype = { @@ -378277,7 +380538,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByState(state)); }, - $signature: 50 + $signature: 52 }; A.ExpenseScreen_build_closure7.prototype = { call$1(b) { @@ -378287,7 +380548,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 379 + $signature: 392 }; A.ExpenseScreen_build_closure8.prototype = { call$1(b) { @@ -378298,7 +380559,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 379 + $signature: 392 }; A.ExpenseScreen_build_closure9.prototype = { call$1(b) { @@ -378308,13 +380569,13 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 379 + $signature: 392 }; A.ExpenseScreen_build_closure6.prototype = { call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 235 + $signature: 231 }; A.ExpenseScreen_build_closure.prototype = { call$0() { @@ -378342,24 +380603,25 @@ call$2(context, vm) { return new A.ExpenseScreen(vm, null); }, - $signature: 2229 + $signature: 2239 }; A.ExpenseScreenVM.prototype = {}; A.ExpenseView.prototype = { createState$0() { - return new A._ExpenseViewState(null, B._StateLifecycle_0); + return new A._ExpenseViewState(null, null, B._StateLifecycle_0); } }; A._ExpenseViewState.prototype = { initState$0() { - var viewModel, state, t1, _this = this; + var viewModel, state, t1, t2, _this = this; _this.super$State$initState(); viewModel = _this._widget.viewModel; state = viewModel.state; t1 = viewModel.expense; t1 = B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), t1.entityType) ? 3 : 2; _this._widget.toString; - t1 = A.TabController$(state.uiState.expenseUIState.tabIndex, t1, _this); + t2 = state.uiState.expenseUIState.tabIndex; + t1 = A.TabController$(null, t2, t1, _this); _this._expense_view$_controller = t1; t1.addListener$1(0, _this.get$_expense_view$_onTabChanged()); }, @@ -378447,7 +380709,7 @@ 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: 183 + $signature: 196 }; A._ExpenseViewState_build__closure.prototype = { call$0() { @@ -378469,17 +380731,17 @@ }; A.__ExpenseViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.ExpenseViewDocuments.prototype = { @@ -378495,13 +380757,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 138 }; A.ExpenseViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 135 + $signature: 137 }; A.ExpenseOverview.prototype = { build$1(_, context) { @@ -378636,7 +380898,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: 180 + $signature: 199 }; A.ExpenseViewSchedule.prototype = { createState$0() { @@ -378672,7 +380934,7 @@ var _null = null; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, this.context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2230 + $signature: 2240 }; A.ExpenseViewScreen.prototype = { build$1(_, context) { @@ -378684,13 +380946,13 @@ call$1(store) { return A.ExpenseViewVM_ExpenseViewVM$fromStore(store); }, - $signature: 2231 + $signature: 2241 }; A.ExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, false, vm.state.uiState.expenseUIState.tabIndex, null); }, - $signature: 2232 + $signature: 2242 }; A.AbstractExpenseViewVM.prototype = { get$expense() { @@ -378721,7 +380983,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -378754,13 +381016,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadExpense(null, this.expense.id)); }, - $signature: 97 + $signature: 98 }; A.ExpenseCategoryEdit.prototype = { createState$0() { @@ -378800,7 +381062,7 @@ if (t2 == null) t2 = ""; } - return A.EditScaffold$(_null, _null, A.Form$(false, new A.Builder(new A._ExpenseCategoryEditState_build_closure(this, t1, viewModel, expenseCategory), _null), $.$get$_ExpenseCategoryEditState__formKey()), _null, expenseCategory, _null, false, _null, new A._ExpenseCategoryEditState_build_closure0(viewModel), new A._ExpenseCategoryEditState_build_closure1(this, viewModel), _null, t2); + return A.EditScaffold$(_null, _null, A.Form$(_null, new A.Builder(new A._ExpenseCategoryEditState_build_closure(this, t1, viewModel, expenseCategory), _null), $.$get$_ExpenseCategoryEditState__formKey()), _null, expenseCategory, _null, false, _null, new A._ExpenseCategoryEditState_build_closure0(viewModel), new A._ExpenseCategoryEditState_build_closure1(this, viewModel), _null, t2); } }; A._ExpenseCategoryEditState_didChangeDependencies_closure.prototype = { @@ -378819,7 +381081,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._ExpenseCategoryEditState__onChanged_closure.prototype = { call$1(b) { @@ -378827,7 +381089,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_name = t1; return b; }, - $signature: 393 + $signature: 344 }; A._ExpenseCategoryEditState__onChanged_closure0.prototype = { call$0() { @@ -378854,7 +381116,7 @@ }; A._ExpenseCategoryEditState_build__closure.prototype = { call$0() { - this.$this._expense_category_edit$_autoValidate = !this.isValid; + this.$this._autoValidate = !this.isValid; }, $signature: 1 }; @@ -378866,9 +381128,9 @@ t3 = _this.viewModel, t4 = _this.expenseCategory, t5 = type$.JSArray_legacy_Widget; - return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._expense_category_edit$_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, 4, false, _null, false, _null)], t5), _null, _null, _null); + 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, 4, false, _null, false, _null)], t5), _null, _null, _null); }, - $signature: 155 + $signature: 149 }; A._ExpenseCategoryEditState_build__closure0.prototype = { call$1(value) { @@ -378881,7 +381143,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_color = this.value; return b; }, - $signature: 393 + $signature: 344 }; A.ExpenseCategoryEditScreen.prototype = { build$1(_, context) { @@ -378893,13 +381155,13 @@ call$1(store) { return A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore(store); }, - $signature: 2233 + $signature: 2243 }; 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: 2234 + $signature: 2244 }; A.ExpenseCategoryEditVM.prototype = { get$expenseCategory() { @@ -378913,7 +381175,7 @@ call$1(expenseCategory) { this.store.get$_dispatchers()[0].call$1(new A.UpdateExpenseCategory(expenseCategory)); }, - $signature: 262 + $signature: 301 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -378948,7 +381210,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure.prototype = { call$1(savedExpenseCategory) { @@ -378977,7 +381239,7 @@ } else A.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 262 + $signature: 301 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -379008,12 +381270,12 @@ t2 = _this.expenseCategory; t4 = t2.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), false, _this.isChecked), _null) : _null; + 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, 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.headline6, _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.headline6, _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$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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, false, _null, t1, new A.ExpenseCategoryListItem_build_closure0(_this, context), new A.ExpenseCategoryListItem_build_closure1(_this, context), 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, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.ExpenseCategoryListItem_build_closure0(_this, context), new A.ExpenseCategoryListItem_build_closure1(_this, context), 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); }, get$user() { return this.user; @@ -379040,7 +381302,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.ExpenseCategoryListBuilder.prototype = { build$1(_, context) { @@ -379057,7 +381319,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: 2235 + $signature: 2245 }; A.ExpenseCategoryListBuilder_build__closure.prototype = { call$2(context, index) { @@ -379076,7 +381338,7 @@ t2 = false; return new A.ExpenseCategoryListItem(t4, expenseCategory, t1.filter, t2, null); }, - $signature: 2236 + $signature: 2246 }; A.ExpenseCategoryListVM.prototype = {}; A.ExpenseCategoryListVM_fromStore__handleRefresh.prototype = { @@ -379131,10 +381393,10 @@ 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_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_expenseCategory, false, B.List_empty15, 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_empty16, t6); + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_expenseCategory, false, B.List_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_expenseCategory, t2, new A.ExpenseCategoryScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.ExpenseCategoryListBuilder(_null), t6, B.EntityType_expenseCategory, t3, 0, "expense_settings", new A.ExpenseCategoryScreen_build_closure8(store), new A.ExpenseCategoryScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_expenseCategory, t2, new A.ExpenseCategoryScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.ExpenseCategoryListBuilder(_null), t6, B.EntityType_expenseCategory, t3, 0, "expense_settings", new A.ExpenseCategoryScreen_build_closure8(store), new A.ExpenseCategoryScreen_build_closure9(store)); } }; A.ExpenseCategoryScreen_build_closure9.prototype = { @@ -379169,7 +381431,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterExpenseCategoriesByState(state)); }, - $signature: 50 + $signature: 52 }; A.ExpenseCategoryScreen_build_closure.prototype = { call$0() { @@ -379221,7 +381483,7 @@ call$2(context, vm) { return new A.ExpenseCategoryScreen(vm, null); }, - $signature: 2237 + $signature: 2247 }; A.ExpenseCategoryScreenVM.prototype = {}; A.ExpenseCategoryView.prototype = { @@ -379263,13 +381525,13 @@ call$1(store) { return A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore(store); }, - $signature: 2238 + $signature: 2248 }; A.ExpenseCategoryViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseCategoryView(vm, this.$this.isFilter, null); }, - $signature: 2239 + $signature: 2249 }; A.ExpenseCategoryViewVM.prototype = { get$expenseCategory() { @@ -379323,7 +381585,7 @@ if (t2 == null) t2 = ""; } - return A.EditScaffold$(_null, _null, A.Form$(false, new A.Builder(new A._GroupEditState_build_closure(this, t1, viewModel), _null), $.$get$_GroupEditState__formKey()), _null, group, _null, false, _null, new A._GroupEditState_build_closure0(viewModel), new A._GroupEditState_build_closure1(this, viewModel), _null, t2); + return A.EditScaffold$(_null, _null, A.Form$(_null, new A.Builder(new A._GroupEditState_build_closure(this, t1, viewModel), _null), $.$get$_GroupEditState__formKey()), _null, group, _null, false, _null, new A._GroupEditState_build_closure0(viewModel), new A._GroupEditState_build_closure1(this, viewModel), _null, t2); } }; A._GroupEditState_didChangeDependencies_closure.prototype = { @@ -379342,7 +381604,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_group_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._GroupEditState__onChanged_closure.prototype = { call$1(b) { @@ -379350,7 +381612,7 @@ b.get$_group_model$_$this()._group_model$_name = t1; return b; }, - $signature: 386 + $signature: 350 }; A._GroupEditState__onChanged_closure0.prototype = { call$0() { @@ -379390,7 +381652,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, 4, false, _null, false, _null)], t4), _null, _null, _null); }, - $signature: 155 + $signature: 149 }; A._GroupEditState_build__closure0.prototype = { call$1(val) { @@ -379408,13 +381670,13 @@ call$1(store) { return A.GroupEditVM_GroupEditVM$fromStore(store); }, - $signature: 2240 + $signature: 2250 }; 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: 2241 + $signature: 2251 }; A.GroupEditVM.prototype = { get$group() { @@ -379428,7 +381690,7 @@ call$1(group) { this.store.get$_dispatchers()[0].call$1(new A.UpdateGroup(group)); }, - $signature: 218 + $signature: 213 }; A.GroupEditVM_GroupEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -379463,7 +381725,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.GroupEditVM_GroupEditVM$fromStore___closure.prototype = { call$1(savedGroup) { @@ -379492,7 +381754,7 @@ } else A.viewEntity(false, savedGroup, null, true); }, - $signature: 218 + $signature: 213 }; A.GroupEditVM_GroupEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -379524,12 +381786,12 @@ 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), false, _this.isChecked), _null) : _null; + 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, 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.headline6, _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.headline6, _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$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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, false, _null, t1, new A.GroupListItem_build_closure0(_this, context), new A.GroupListItem_build_closure1(_this, context), 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, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.GroupListItem_build_closure0(_this, context), new A.GroupListItem_build_closure1(_this, context), 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); }, get$user() { return this.user; @@ -379556,7 +381818,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.GroupListBuilder.prototype = { build$1(_, context) { @@ -379570,7 +381832,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: 2242 + $signature: 2252 }; A.GroupListBuilder_build__closure.prototype = { call$2(context, index) { @@ -379587,7 +381849,7 @@ t2 = false; return new A.GroupListItem(t3, group, t1.filter, t2, null); }, - $signature: 2243 + $signature: 2253 }; A.GroupListVM.prototype = {}; A.GroupListVM_fromStore__handleRefresh.prototype = { @@ -379631,7 +381893,7 @@ t4 = "__filter_" + t3.filterClearedAt + "__", t5 = this.viewModel.groupList; t3 = t3.filter; - t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_group, false, B.List_empty15, 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_empty16, _null); + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_group, false, B.List_empty16, 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_empty17, _null); if (state.prefState.appLayout === B.AppLayout_mobile) { t7 = state.userCompanyStates; t2 = t2.selectedCompanyIndex; @@ -379639,7 +381901,7 @@ } 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_empty9, new A.ListFilter(B.EntityType_group, t3, new A.GroupSettingsScreen_build_closure3(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.GroupListBuilder(_null), t6, B.EntityType_group, t1, 0, _null, new A.GroupSettingsScreen_build_closure4(store), new A.GroupSettingsScreen_build_closure5(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_group, t3, new A.GroupSettingsScreen_build_closure3(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.GroupListBuilder(_null), t6, B.EntityType_group, t1, 0, _null, new A.GroupSettingsScreen_build_closure4(store), new A.GroupSettingsScreen_build_closure5(store)); } }; A.GroupSettingsScreen_build_closure5.prototype = { @@ -379674,7 +381936,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterGroupsByState(state)); }, - $signature: 50 + $signature: 52 }; A.GroupSettingsScreen_build_closure.prototype = { call$0() { @@ -379702,18 +381964,18 @@ call$2(context, vm) { return new A.GroupSettingsScreen(vm, null); }, - $signature: 2244 + $signature: 2254 }; A.GroupScreenVM.prototype = {}; A.GroupView.prototype = { createState$0() { - return new A._GroupViewState(null, B._StateLifecycle_0); + return new A._GroupViewState(null, null, B._StateLifecycle_0); } }; A._GroupViewState.prototype = { initState$0() { this.super$State$initState(); - this._group_view$_controller = A.TabController$(0, 2, this); + this._group_view$_controller = A.TabController$(null, 0, 2, this); }, dispose$0(_) { this._group_view$_controller.dispose$0(0); @@ -379760,13 +382022,13 @@ call$1(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 138 }; A._GroupViewState_build_closure1.prototype = { call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 135 + $signature: 137 }; A.SettingsViewer.prototype = { build$1(_, context) { @@ -380215,17 +382477,17 @@ }; A.__GroupViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.GroupViewScreen.prototype = { @@ -380238,13 +382500,13 @@ call$1(store) { return A.GroupViewVM_GroupViewVM$fromStore(store); }, - $signature: 2245 + $signature: 2255 }; A.GroupViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.GroupView(vm, this.$this.isFilter, null); }, - $signature: 2246 + $signature: 2256 }; A.GroupViewVM.prototype = { get$group() { @@ -380266,7 +382528,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.GroupViewVM_GroupViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -380297,24 +382559,24 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadGroup(null, this.group.id)); }, - $signature: 97 + $signature: 98 }; A.InvoiceEdit.prototype = { createState$0() { - return new A._InvoiceEditState(null, B._StateLifecycle_0); + return new A._InvoiceEditState(null, null, B._StateLifecycle_0); } }; A._InvoiceEditState.prototype = { initState$0() { var _this = this; _this.super$State$initState(); - _this._invoice_edit$_controller = A.TabController$(_this._widget.viewModel.invoiceItemIndex != null ? 2 : 0, 5, _this); + _this._invoice_edit$_controller = A.TabController$(null, _this._widget.viewModel.invoiceItemIndex != null ? 2 : 0, 5, _this); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); @@ -380357,7 +382619,7 @@ if (t2 == null) t2 = ""; } - t3 = A._setArrayType([B.EntityAction_viewPdf, B.EntityAction_emailInvoice], type$.JSArray_legacy_EntityAction); + t3 = A._setArrayType([B.EntityAction_viewPdf, B.EntityAction_download, B.EntityAction_emailInvoice], type$.JSArray_legacy_EntityAction); t4 = invoice.entityType; t5 = t4 === B.EntityType_invoice; if (!(t5 && invoice.statusId === "4")) @@ -380379,7 +382641,7 @@ t8 = A.TabBarView$(A._setArrayType([new A.InvoiceEditDetailsScreen(t10, _null), new A.InvoiceEditContactsScreen(t4, _null), new A.InvoiceEditItemsScreen(t10, false, _null), new A.InvoiceEditNotesScreen(_null), new A.InvoiceEditPDFScreen(_null)], t5), t9, new A.ValueKey(t8, type$.ValueKey_legacy_String)); t4 = t8; } - return A.EditScaffold$(t3, t6, A.Form$(false, t4, t7), new A.InvoiceEditFooter(invoice, _null), invoice, A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, B.Icon_yXb, "invoice_edit_fab", false, new A._InvoiceEditState_build_closure(_this, context, invoice, viewModel, isFullscreen), t1.get$addItem()), isFullscreen, new A._InvoiceEditState_build_closure0(_this), new A._InvoiceEditState_build_closure1(viewModel), new A._InvoiceEditState_build_closure2(_this), _null, t2); + return A.EditScaffold$(t3, t6, A.Form$(_null, t4, t7), new A.InvoiceEditFooter(invoice, _null), invoice, A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, B.Icon_yXb, "invoice_edit_fab", false, new A._InvoiceEditState_build_closure(_this, context, invoice, viewModel, isFullscreen), t1.get$addItem()), isFullscreen, new A._InvoiceEditState_build_closure0(_this), new A._InvoiceEditState_build_closure1(viewModel), new A._InvoiceEditState_build_closure2(_this), _null, t2); } }; A._InvoiceEditState__onSavePressed_closure.prototype = { @@ -380400,7 +382662,7 @@ call$1(context) { return this.$this._invoice_edit$_onSavePressed$1(context); }, - $signature: 25 + $signature: 26 }; A._InvoiceEditState_build_closure0.prototype = { call$2(context, action) { @@ -380425,14 +382687,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: 282 + $signature: 302 }; A._InvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 55 + $signature: 56 }; A._InvoiceEditState_build___closure1.prototype = { call$1(item) { @@ -380451,7 +382713,7 @@ } return t1; }, - $signature: 281 + $signature: 299 }; A._InvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -380465,21 +382727,21 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 280 + $signature: 322 }; A.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.InvoiceEditContacts.prototype = { @@ -380511,7 +382773,7 @@ else return B.JSString_methods.compareTo$1(contactA.get$fullName().toLowerCase(), contactB.get$fullName().toLowerCase()); }, - $signature: 2247 + $signature: 2257 }; A.InvoiceEditContacts_build_closure0.prototype = { call$1(contact) { @@ -380519,7 +382781,7 @@ invitation = t1.getInvitationForContact$1(contact); return new A._ContactListTile(t1, contact, invitation, new A.InvoiceEditContacts_build__closure(this.$this, invitation, contact), null); }, - $signature: 2248 + $signature: 2258 }; A.InvoiceEditContacts_build__closure.prototype = { call$0() { @@ -380531,11 +382793,24 @@ }; A._ContactListTile.prototype = { build$1(_, context) { - var _null = null, - t1 = this.contact, - t2 = A.Text$(t1.get$fullName().length !== 0 ? t1.get$fullName() : A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$blankContact(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t1 = A.Text$(t1.email, _null, _null, _null, _null, _null, _null, _null, _null, _null); - return A.ListTile$(false, _null, _null, _null, true, _null, false, _null, new A.IgnorePointer(true, _null, A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, _null, new A._ContactListTile_build_closure(), false, this.invitation != null), _null), _null, this.onTap, false, _null, _null, t1, _null, t2, _null, _null); + var t4, t5, t6, _this = this, _null = null, + t1 = type$.legacy_AppLocalization, + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1), + t3 = _this.contact; + t1 = A.Text$(t3.get$fullName().length !== 0 ? t3.get$fullName() : A.Localizations_of(context, B.Type_AppLocalization_KyD, t1).get$blankContact(), _null, _null, _null, _null, _null, _null, _null, _null, _null); + t3 = A.Text$(t3.email, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t4 = _this.invitation; + t5 = t4 == null; + t6 = A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, _null, new A._ContactListTile_build_closure(), _null, false, !t5); + t4 = t5 ? _null : t4.link; + if ((t4 == null ? "" : t4).length === 0) + t2 = _null; + else { + t4 = t2.get$copyLink(); + t4 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null, new A._ContactListTile_build_closure0(_this, t2), B.EdgeInsets_8_8_8_8, t4, _null); + t2 = t4; + } + return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.IgnorePointer(true, _null, t6, _null), _null, _this.onTap, false, _null, _null, t3, _null, t1, t2, _null); }, get$invoice() { return this.invoice; @@ -380550,6 +382825,14 @@ }, $signature: 20 }; + A._ContactListTile_build_closure0.prototype = { + call$0() { + var t1 = this.$this.invitation.link; + A.Clipboard_setData(new A.ClipboardData(t1)); + A.showToast(B.JSString_methods.replaceFirst$2(this.localization.get$copiedToClipboard(), ":value", B.JSString_methods.substring$2(t1, 0, 40) + "...")); + }, + $signature: 1 + }; A.InvoiceEditContactsScreen.prototype = { build$1(_, context) { var _null = null; @@ -380560,13 +382843,13 @@ call$1(store) { return A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, this.$this.entityType); }, - $signature: 2249 + $signature: 2259 }; A.InvoiceEditContactsScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditContacts(viewModel, null); }, - $signature: 2250 + $signature: 2260 }; A.EntityEditContactsVM.prototype = { get$company() { @@ -380599,7 +382882,7 @@ else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 605 + $signature: 608 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0.prototype = { call$1(invitation) { @@ -380616,24 +382899,24 @@ else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2251 + $signature: 2261 }; A.InvoiceEditDesktop.prototype = { createState$0() { var _null = null; - return new A.InvoiceEditDesktopState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), new A.Debouncer(500, false), _null, B._StateLifecycle_0); + return new A.InvoiceEditDesktopState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), new A.Debouncer(500, false), _null, _null, B._StateLifecycle_0); } }; A.InvoiceEditDesktopState.prototype = { initState$0() { - var invoice, _this = this; + var invoice, _this = this, _null = null; _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$(0, 3, _this); - _this._tableTabController = A.TabController$(_this._invoice_edit_desktop$_showTasksTable ? 1 : 0, 2, _this); - _this._invoice_edit_desktop$_scrollController = A.ScrollController$(null, 0); + _this._invoice_edit_desktop$_focusNode = A.FocusScopeNode$(true, _null, false); + _this._optionTabController = A.TabController$(_null, 0, 3, _this); + _this._tableTabController = A.TabController$(_null, _this._invoice_edit_desktop$_showTasksTable ? 1 : 0, 2, _this); + _this._invoice_edit_desktop$_scrollController = A.ScrollController$(_null, 0); }, didChangeDependencies$0() { var invoice, _this = this, _null = null, @@ -380692,7 +382975,7 @@ t15.set$text(0, invoice.terms); t16.set$text(0, invoice.footer); B.JSArray_methods.forEach$1(_this._invoice_edit_desktop$_controllers, new A.InvoiceEditDesktopState_didChangeDependencies_closure0(_this)); - _this.super$_InvoiceEditDesktopState_State_TickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, dispose$0(_) { var _this = this; @@ -380746,7 +383029,7 @@ t2 = new A.EntityPresenter(); t2.entity = client; t2.context = context; - t11.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.headline6, _null, _null, _null), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.InvoiceEditDesktopState_build_closure3(context, client), _null, _null, _null, _null, _null)); + t11.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, _null, new A.InvoiceEditDesktopState_build_closure3(context, client), _null, _null, _null, _null, _null)); } t11.push(new A.SizedBox(_null, 8, _null, _null)); t11.push(new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 0, 186), new A.InvoiceEditContactsScreen(entityType, _null), _null)); @@ -380884,7 +383167,7 @@ else B.JSArray_methods.addAll$1(t17, A._setArrayType([new A.SizedBox(16, _null, _null, _null), A.Expanded$(new A.SizedBox(_null, _null, _null, _null), 1)], t10)); t3 = A.Expanded$(A.FormCard$(_null, A._setArrayType([new A.AppTabBar(t6, t3, false, _null, _null), new A.SizedBox(_null, 200, A.TabBarView$(A._setArrayType([t12, t11, A.Column$(A._setArrayType([t15, t16, A.Row$(t17, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t10), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t10), t14, _null), _null)], t10), _null, 4, false, _null, false, B.EdgeInsets_12_12_6_12), 2); - t6 = 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, false, _null, _null, _null, t1.get$subtotal(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t6 = 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$subtotal(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t11 = "__invoice_subtotal_" + A.S(invoice.calculateSubtotal$1$precision(A.precisionForInvoice(state, invoice))) + "_" + t5 + "__"; t11 = A._setArrayType([A.TextFormField$(true, _null, false, _null, _null, t6, false, false, _null, A.formatNumber(invoice.calculateSubtotal$1$precision(A.precisionForInvoice(state, invoice)), context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, new A.ValueKey(t11, t9), _null, 1, _null, false, _null, _null, _null, _null, false, _null, _null, B.TextAlign_5, _null, _null)], t10); if (!invoice.get$isNew()) @@ -380892,7 +383175,7 @@ else t2 = false; if (t2) { - t2 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1.get$paidToDate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1.get$paidToDate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t6 = invoice.paidToDate; t12 = "__invoice_paid_to_date_" + A.S(t6) + "_" + t5 + "__"; t11.push(A.TextFormField$(true, _null, false, _null, _null, t2, false, false, _null, A.formatNumber(t6, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, new A.ValueKey(t12, t9), _null, 1, _null, false, _null, _null, _null, _null, false, _null, _null, B.TextAlign_5, _null, _null)); @@ -380913,12 +383196,12 @@ } if (company.get$hasCustomSurcharge()) t11.push(new A.CustomSurcharges(_this._invoice_edit_desktop$_surcharge1Controller, _this._invoice_edit_desktop$_surcharge2Controller, _this._invoice_edit_desktop$_surcharge3Controller, _this._invoice_edit_desktop$_surcharge4Controller, _this._widget.entityViewModel.onSavePressed, true, _null)); - t2 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t7 ? t1.get$total(t1) : t1.get$balanceDue(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t7 ? t1.get$total(t1) : t1.get$balanceDue(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t6 = _s16_ + A.S(invoice.calculateTotal$1$precision(A.precisionForInvoice(state, invoice))) + "_" + t5 + "__"; t11.push(A.TextFormField$(true, _null, false, _null, _null, t2, false, false, _null, A.formatNumber(invoice.calculateTotal$1$precision(A.precisionForInvoice(state, invoice)) - invoice.paidToDate, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, new A.ValueKey(t6, t9), _null, 1, _null, false, _null, _null, _null, _null, false, _null, _null, B.TextAlign_5, _null, _null)); t2 = invoice.partial; if (t2 !== 0) { - 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, false, _null, _null, _null, t1.get$partialDue(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1.get$partialDue(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t6 = _s16_ + A.S(t2) + "_" + t5 + "__"; t11.push(A.TextFormField$(true, _null, false, _null, _null, t1, false, false, _null, A.formatNumber(t2, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, new A.ValueKey(t6, t9), _null, 1, _null, false, _null, _null, _null, _null, false, _null, _null, B.TextAlign_5, _null, _null)); } @@ -380944,7 +383227,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_invoice_edit_desktop$_onChanged()); }, - $signature: 58 + $signature: 60 }; A.InvoiceEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -380983,7 +383266,7 @@ b.get$_invoice_model$_$this()._footer = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState__onChanged_closure0.prototype = { call$0() { @@ -380995,25 +383278,25 @@ call$1(item) { return !item.get$isEmpty(item) && item.typeId !== "2"; }, - $signature: 55 + $signature: 56 }; A.InvoiceEditDesktopState_build_closure0.prototype = { call$1(item) { return !item.get$isEmpty(item) && item.typeId === "2"; }, - $signature: 55 + $signature: 56 }; A.InvoiceEditDesktopState_build_closure1.prototype = { call$1(client) { this.viewModel.onClientChanged.call$3(this.context, this.invoice, client); }, - $signature: 44 + $signature: 41 }; A.InvoiceEditDesktopState_build_closure2.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 646 + $signature: 648 }; A.InvoiceEditDesktopState_build_closure3.prototype = { call$0() { @@ -381032,7 +383315,7 @@ b.get$_invoice_model$_$this()._frequencyId = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure4.prototype = { call$1(entry) { @@ -381040,7 +383323,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), t1, type$.legacy_String); }, - $signature: 277 + $signature: 279 }; A.InvoiceEditDesktopState_build_closure5.prototype = { call$1(date) { @@ -381053,7 +383336,7 @@ b.get$_invoice_model$_$this()._nextSendDate = this.date; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure9.prototype = { call$1(value) { @@ -381066,14 +383349,14 @@ b.get$_invoice_model$_$this()._remainingCycles = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure6.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 177 + $signature: 159 }; A.InvoiceEditDesktopState_build_closure10.prototype = { call$1(value) { @@ -381086,7 +383369,7 @@ b.get$_invoice_model$_$this()._dueDateDays = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure7.prototype = { call$1(value) { @@ -381099,7 +383382,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.S(value), type$.legacy_String); }, - $signature: 420 + $signature: 453 }; A.InvoiceEditDesktopState_build_closure12.prototype = { call$1(val) { @@ -381118,7 +383401,7 @@ b.get$_invoice_model$_$this()._date = this.date; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure13.prototype = { call$1(date) { @@ -381131,7 +383414,7 @@ b.get$_invoice_model$_$this()._dueDate = this.date; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure14.prototype = { call$1(value) { @@ -381161,7 +383444,7 @@ b.get$_invoice_model$_$this()._partialDueDate = this.date; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure16.prototype = { call$1(val) { @@ -381173,14 +383456,14 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure7(value))); }, - $signature: 11 + $signature: 12 }; A.InvoiceEditDesktopState_build__closure7.prototype = { call$1(b) { b.get$_invoice_model$_$this()._isAmountDiscount = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure18.prototype = { call$1(value) { @@ -381193,27 +383476,27 @@ b.get$_invoice_model$_$this()._invoice_model$_autoBill = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure19.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), value, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.InvoiceEditDesktopState_build_closure20.prototype = { call$1(item) { return item.typeId === "2"; }, - $signature: 55 + $signature: 56 }; A.InvoiceEditDesktopState_build_closure21.prototype = { call$1(index) { var t1 = this.$this; t1.setState$1(new A.InvoiceEditDesktopState_build__closure5(t1, index)); }, - $signature: 98 + $signature: 94 }; A.InvoiceEditDesktopState_build__closure5.prototype = { call$0() { @@ -381225,7 +383508,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure4(value))); }, - $signature: 143 + $signature: 139 }; A.InvoiceEditDesktopState_build__closure4.prototype = { call$1(b) { @@ -381233,7 +383516,7 @@ b.get$_invoice_model$_$this()._designId = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure23.prototype = { call$1(userId) { @@ -381246,7 +383529,7 @@ b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.userId; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure24.prototype = { call$1(value) { @@ -381260,7 +383543,7 @@ b.get$_invoice_model$_$this()._exchangeRate = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure25.prototype = { call$1(value) { @@ -381273,7 +383556,7 @@ b.get$_invoice_model$_$this()._usesInclusiveTaxes = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure26.prototype = { call$1(projectId) { @@ -381286,7 +383569,7 @@ b.get$_invoice_model$_$this()._projectId = this.projectId; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure27.prototype = { call$1(value) { @@ -381299,25 +383582,25 @@ b.get$_invoice_model$_$this()._autoBillEnabled = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDesktopState_build_closure28.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 112 + $signature: 121 }; A.InvoiceEditDesktopState_build_closure29.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 112 + $signature: 121 }; A.InvoiceEditDesktopState_build_closure30.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 112 + $signature: 121 }; A._PdfPreview.prototype = { createState$0() { @@ -381490,7 +383773,7 @@ var t1 = this.$this; t1.setState$1(new A.__PdfPreviewState_build__closure0(t1, $document)); }, - $signature: 2254 + $signature: 603 }; A.__PdfPreviewState_build__closure0.prototype = { call$0() { @@ -381507,7 +383790,7 @@ var t1 = this.$this; t1.setState$1(new A.__PdfPreviewState_build__closure(t1, page)); }, - $signature: 98 + $signature: 94 }; A.__PdfPreviewState_build__closure.prototype = { call$0() { @@ -381516,19 +383799,18 @@ $signature: 1 }; A._InvoiceEditDesktopState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.InvoiceEditDetails.prototype = { @@ -381737,7 +384019,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_invoice_edit_details$_onChanged()); }, - $signature: 58 + $signature: 60 }; A.InvoiceEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -381768,7 +384050,7 @@ b.get$_invoice_model$_$this()._customSurcharge4 = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -381780,13 +384062,13 @@ call$1(client) { return this.viewModel.onClientChanged.call$3(this.context, this.invoice, client); }, - $signature: 56 + $signature: 55 }; A.InvoiceEditDetailsState_build_closure0.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 646 + $signature: 648 }; A.InvoiceEditDetailsState_build_closure1.prototype = { call$1(val) { @@ -381805,7 +384087,7 @@ b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.userId; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure7.prototype = { call$1(value) { @@ -381818,7 +384100,7 @@ b.get$_invoice_model$_$this()._frequencyId = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure3.prototype = { call$1(entry) { @@ -381826,7 +384108,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), t1, type$.legacy_String); }, - $signature: 277 + $signature: 279 }; A.InvoiceEditDetailsState_build_closure4.prototype = { call$1(date) { @@ -381839,7 +384121,7 @@ b.get$_invoice_model$_$this()._nextSendDate = this.date; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure8.prototype = { call$1(value) { @@ -381852,14 +384134,14 @@ b.get$_invoice_model$_$this()._remainingCycles = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure5.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 177 + $signature: 159 }; A.InvoiceEditDetailsState_build_closure9.prototype = { call$1(value) { @@ -381872,7 +384154,7 @@ b.get$_invoice_model$_$this()._dueDateDays = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure6.prototype = { call$1(value) { @@ -381885,7 +384167,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.S(value), type$.legacy_String); }, - $signature: 420 + $signature: 453 }; A.InvoiceEditDetailsState_build_closure11.prototype = { call$1(val) { @@ -381904,7 +384186,7 @@ b.get$_invoice_model$_$this()._date = this.date; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure12.prototype = { call$1(date) { @@ -381917,7 +384199,7 @@ b.get$_invoice_model$_$this()._dueDate = this.date; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure13.prototype = { call$1(value) { @@ -381947,20 +384229,20 @@ b.get$_invoice_model$_$this()._partialDueDate = this.date; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure15.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure5(value))); }, - $signature: 11 + $signature: 12 }; A.InvoiceEditDetailsState_build__closure5.prototype = { call$1(b) { b.get$_invoice_model$_$this()._isAmountDiscount = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure16.prototype = { call$1(value) { @@ -381973,14 +384255,14 @@ b.get$_invoice_model$_$this()._invoice_model$_autoBill = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure17.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), value, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.InvoiceEditDetailsState_build_closure18.prototype = { call$1(taxRate) { @@ -382004,7 +384286,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure3(value))); }, - $signature: 298 + $signature: 296 }; A.InvoiceEditDetailsState_build__closure3.prototype = { call$1(b) { @@ -382013,7 +384295,7 @@ b.get$_invoice_model$_$this()._designId = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure22.prototype = { call$1(projectId) { @@ -382026,7 +384308,7 @@ b.get$_invoice_model$_$this()._projectId = this.projectId; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure23.prototype = { call$1(value) { @@ -382040,7 +384322,7 @@ b.get$_invoice_model$_$this()._exchangeRate = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure24.prototype = { call$1(value) { @@ -382053,7 +384335,7 @@ b.get$_invoice_model$_$this()._usesInclusiveTaxes = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsState_build_closure25.prototype = { call$1(value) { @@ -382066,7 +384348,7 @@ b.get$_invoice_model$_$this()._autoBillEnabled = this.value; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditDetailsScreen.prototype = { build$1(_, context) { @@ -382078,7 +384360,7 @@ call$1(store) { return A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore(store); }, - $signature: 2256 + $signature: 2265 }; A.InvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -382087,7 +384369,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_invoice, null); }, - $signature: 2257 + $signature: 2266 }; A.EntityEditDetailsVM.prototype = { get$company() { @@ -382102,7 +384384,7 @@ call$1(invoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 152 + $signature: 146 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -382113,7 +384395,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 278 + $signature: 275 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -382126,7 +384408,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 127 + $signature: 107 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -382138,7 +384420,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/invoice/edit")); }, - $signature: 44 + $signature: 41 }; A.InvoiceEditFooter.prototype = { build$1(_, context) { @@ -382194,10 +384476,8 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._InvoiceEditItemsState_build_closure(this, itemIndex, context)); } t2 = invoice.lineItems._list; - if (t2.length === 0) { - t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "click_plus_to_add_item"); - return new A.HelpText(t1 == null ? "" : t1, _null); - } + if (t2.length === 0) + return new A.HelpText(t1.get$clickPlusToAddItem(), _null); t1 = A._setArrayType([], type$.JSArray_legacy_Widget); for (i = 0; i < t2.length; ++i) t1.push(new A.InvoiceItemListTile(new A._InvoiceEditItemsState_build_closure0(this, i, context), invoice, t2[i], _null)); @@ -382214,7 +384494,7 @@ t3 = "__" + A.S(t2) + "__"; return new A.ItemEditDetails(t2, viewModel.invoice.lineItems._list[t2], viewModel, t1, new A.ValueKey(t3, type$.ValueKey_legacy_String)); }, - $signature: 2258 + $signature: 2267 }; A._InvoiceEditItemsState_build_closure.prototype = { call$1(duration) { @@ -382238,7 +384518,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2259 + $signature: 2268 }; A._InvoiceEditItemsState_build_closure0.prototype = { call$0() { @@ -382438,7 +384718,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 112 + $signature: 121 }; A.ItemEditDetailsState_build__closure1.prototype = { call$0() { @@ -382453,7 +384733,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 112 + $signature: 121 }; A.ItemEditDetailsState_build__closure0.prototype = { call$0() { @@ -382468,7 +384748,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 112 + $signature: 121 }; A.ItemEditDetailsState_build__closure.prototype = { call$0() { @@ -382585,7 +384865,7 @@ t4.push(A.Expanded$(new A.TableHeader(t1.get$lineTotal(), true, false, _null), 1)); t4.push(new A.SizedBox(16, _null, _null, _null)); t1 = tableFontColor.length !== 0 ? A.convertHexStringToColor(tableFontColor) : _null; - t4.push(A.IconButton$(B.Alignment_0_0, t1, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), 24, new A._InvoiceEditItemsDesktopState_build_closure3(_this), B.EdgeInsets_8_8_8_8, _null, _null)); + t4.push(A.IconButton$(B.Alignment_0_0, t1, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A._InvoiceEditItemsDesktopState_build_closure3(_this), B.EdgeInsets_8_8_8_8, _null, _null)); return A.FormCard$(_null, A._setArrayType([A.DecoratedBox$(A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t2, B.DecorationPosition_0), new A.ReorderableListView(new A._InvoiceEditItemsDesktopState_build_closure4(_this, lineItems, company, customField1, customField2, customField3, customField4, hasTax1, hasTax2, hasTax3, invoice, precision), t6.length, new A._InvoiceEditItemsDesktopState_build_closure5(lineItems, viewModel), false, _null, false, true, _null)], t3), _null, 4, false, _null, false, B.EdgeInsets_12_0_12_0); } t2 = B.JSArray_methods.where$1(t6, new A._InvoiceEditItemsDesktopState_build_closure6()); @@ -382643,7 +384923,7 @@ t6 = A.Icon$(B.IconData_58919_MaterialIcons_null_false, _null, _null); t7 = tableFontColor.length !== 0 ? A.convertHexStringToColor(tableFontColor) : _null; t8 = new A.WhereIterable(includedLineItems, new A._InvoiceEditItemsDesktopState_build_closure7(), A._arrayInstanceType(includedLineItems)._eval$1("WhereIterable<1>")); - t4.push(A.IconButton$(B.Alignment_0_0, t7, _null, true, t6, 24, t8.get$length(t8) < 2 ? _null : new A._InvoiceEditItemsDesktopState_build_closure8(_this), B.EdgeInsets_8_8_8_8, _null, _null)); + t4.push(A.IconButton$(B.Alignment_0_0, t7, _null, true, t6, _null, t8.get$length(t8) < 2 ? _null : new A._InvoiceEditItemsDesktopState_build_closure8(_this), B.EdgeInsets_8_8_8_8, _null, _null)); t6 = A.LinkedHashMap_LinkedHashMap$_literal([0, new A.FlexColumnWidth(1.3), 1, new A.FlexColumnWidth(2.2), lastIndex, new A.FixedColumnWidth(40)], type$.legacy_int, type$.legacy_TableColumnWidth); t7 = "__datatable_" + A.S(_this._invoice_edit_items_desktop$_updatedAt) + "__"; t9 = type$.ValueKey_legacy_String; @@ -382659,46 +384939,46 @@ t14 = J.$index$asx(lineItems._copy_on_write_list$_list, index).productKey; t15 = "__line_item_" + index + "_description__"; t16 = _this._autocompleteFocusIndex; - t15 = A._setArrayType([new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.RawAutocomplete(new A._InvoiceEditItemsDesktopState_build_closure9(_this, lineItems, index), _null, new A._InvoiceEditItemsDesktopState_build_closure10(theme, state), new A._InvoiceEditItemsDesktopState_build_closure11(), new A._InvoiceEditItemsDesktopState_build_closure12(_this, lineItems, index, state, invoice, company, viewModel), new A._InvoiceEditItemsDesktopState_build_closure13(productIds, productState, lineItems, index), _null, new A.TextEditingValue(t14, B.TextSelection_TbC, B.TextRange_m1_m1), new A.ValueKey(t13, t9), t10), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure14(_this, index), false, _null, true, true, _null, true, _null), new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.GrowableFormField(J.$index$asx(lineItems._copy_on_write_list$_list, index).notes, new A._InvoiceEditItemsDesktopState_build_closure15(_this, lineItems, index), t16 === index, new A.ValueKey(t15, t9)), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure16(_this), false, _null, true, true, _null, true, _null)], t11); + t15 = A._setArrayType([new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.RawAutocomplete(new A._InvoiceEditItemsDesktopState_build_closure9(_this, lineItems, index), _null, new A._InvoiceEditItemsDesktopState_build_closure10(theme, state), new A._InvoiceEditItemsDesktopState_build_closure11(), new A._InvoiceEditItemsDesktopState_build_closure12(_this, lineItems, index, state, invoice, company, viewModel), new A._InvoiceEditItemsDesktopState_build_closure13(productIds, productState, lineItems, index), _null, new A.TextEditingValue(t14, B.TextSelection_ke5, B.TextRange_m1_m1), new A.ValueKey(t13, t9), t10), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure14(_this, index), _null, _null, _null, true, _null, true, _null, _null), new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.GrowableFormField(J.$index$asx(lineItems._copy_on_write_list$_list, index).notes, new A._InvoiceEditItemsDesktopState_build_closure15(_this, lineItems, index), t16 === index, new A.ValueKey(t15, t9)), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure16(_this), _null, _null, _null, true, _null, true, _null, _null)], t11); if (company.getCustomFieldLabel$1(customField1).length !== 0) { t13 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue1; - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.CustomField(_null, new A._InvoiceEditItemsDesktopState_build_closure17(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField1, t13, true, _null), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure18(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.CustomField(_null, new A._InvoiceEditItemsDesktopState_build_closure17(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField1, t13, true, _null), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure18(_this), _null, _null, _null, true, _null, true, _null, _null)); } if (company.getCustomFieldLabel$1(customField2).length !== 0) { t13 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue2; - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.CustomField(_null, new A._InvoiceEditItemsDesktopState_build_closure19(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField2, t13, true, _null), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure20(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.CustomField(_null, new A._InvoiceEditItemsDesktopState_build_closure19(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField2, t13, true, _null), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure20(_this), _null, _null, _null, true, _null, true, _null, _null)); } if (company.getCustomFieldLabel$1(customField3).length !== 0) { t13 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue3; - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.CustomField(_null, new A._InvoiceEditItemsDesktopState_build_closure21(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField3, t13, true, _null), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure22(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.CustomField(_null, new A._InvoiceEditItemsDesktopState_build_closure21(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField3, t13, true, _null), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure22(_this), _null, _null, _null, true, _null, true, _null, _null)); } if (company.getCustomFieldLabel$1(customField4).length !== 0) { t13 = J.$index$asx(lineItems._copy_on_write_list$_list, index).customValue4; - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.CustomField(_null, new A._InvoiceEditItemsDesktopState_build_closure23(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField4, t13, true, _null), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure24(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.CustomField(_null, new A._InvoiceEditItemsDesktopState_build_closure23(_this, lineItems, index), _this._widget.entityViewModel.onSavePressed, customField4, t13, true, _null), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure24(_this), _null, _null, _null, true, _null, true, _null, _null)); } if (hasTax1) - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.TaxRateDropdown(_null, new A._InvoiceEditItemsDesktopState_build_closure25(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName1, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate1, _null), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure26(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.TaxRateDropdown(_null, new A._InvoiceEditItemsDesktopState_build_closure25(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName1, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate1, _null), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure26(_this), _null, _null, _null, true, _null, true, _null, _null)); if (hasTax2) - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.TaxRateDropdown(_null, new A._InvoiceEditItemsDesktopState_build_closure27(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName2, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate2, _null), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure28(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.TaxRateDropdown(_null, new A._InvoiceEditItemsDesktopState_build_closure27(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName2, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate2, _null), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure28(_this), _null, _null, _null, true, _null, true, _null, _null)); if (hasTax3) - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.TaxRateDropdown(_null, new A._InvoiceEditItemsDesktopState_build_closure29(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName3, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate3, _null), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure30(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.TaxRateDropdown(_null, new A._InvoiceEditItemsDesktopState_build_closure29(_this, lineItems, index), J.$index$asx(lineItems._copy_on_write_list$_list, index).taxName3, J.$index$asx(lineItems._copy_on_write_list$_list, index).taxRate3, _null), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure30(_this), _null, _null, _null, true, _null, true, _null, _null)); t13 = "__line_item_" + index + "_cost__"; - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.DecoratedFormField(_null, _null, _null, A.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).cost, context, t5, _null, B.FormatNumberType_4, true, _null, false), _null, new A.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new A._InvoiceEditItemsDesktopState_build_closure31(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, B.TextAlign_1, _null, _null, false, false, true, _null, new A.ValueKey(t13, t9)), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure32(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.DecoratedFormField(_null, _null, _null, A.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).cost, context, t5, _null, B.FormatNumberType_4, true, _null, false), _null, new A.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new A._InvoiceEditItemsDesktopState_build_closure31(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, B.TextAlign_1, _null, _null, false, false, true, _null, new A.ValueKey(t13, t9)), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure32(_this), _null, _null, _null, true, _null, true, _null, _null)); if (!t2 || _this._widget.isTasks) { t13 = "__line_item_" + index + "_quantity__"; - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.DecoratedFormField(_null, _null, _null, A.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).quantity, context, t5, _null, B.FormatNumberType_5, true, _null, false), _null, new A.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new A._InvoiceEditItemsDesktopState_build_closure33(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, B.TextAlign_1, _null, _null, false, false, true, _null, new A.ValueKey(t13, t9)), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure34(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.DecoratedFormField(_null, _null, _null, A.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).quantity, context, t5, _null, B.FormatNumberType_5, true, _null, false), _null, new A.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new A._InvoiceEditItemsDesktopState_build_closure33(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, B.TextAlign_1, _null, _null, false, false, true, _null, new A.ValueKey(t13, t9)), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure34(_this), _null, _null, _null, true, _null, true, _null, _null)); } if (t3) { t13 = "__line_item_" + index + "_discount__"; - t15.push(new A.Focus(_null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.DecoratedFormField(_null, _null, _null, A.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).discount, context, t5, _null, B.FormatNumberType_5, true, _null, false), _null, new A.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new A._InvoiceEditItemsDesktopState_build_closure35(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, B.TextAlign_1, _null, _null, false, false, true, _null, new A.ValueKey(t13, t9)), _null), _null, _null, new A._InvoiceEditItemsDesktopState_build_closure36(_this), false, _null, true, true, _null, true, _null)); + t15.push(new A.Focus(new A.Padding(B.EdgeInsets_0_0_16_0, new A.DecoratedFormField(_null, _null, _null, A.formatNumber(J.$index$asx(lineItems._copy_on_write_list$_list, index).discount, context, t5, _null, B.FormatNumberType_5, true, _null, false), _null, new A.TextInputType(2, true, true), _null, _null, false, true, false, false, false, _null, new A._InvoiceEditItemsDesktopState_build_closure35(_this, lineItems, index), _null, _null, _null, _this._widget.entityViewModel.onSavePressed, B.TextAlign_1, _null, _null, false, false, true, _null, new A.ValueKey(t13, t9)), _null), _null, false, new A._InvoiceEditItemsDesktopState_build_closure36(_this), _null, _null, _null, true, _null, true, _null, _null)); } t13 = "__total_" + index + "_" + A.S(J.total$2$x(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision)) + "_" + t5 + "__"; - t15.push(new A.Padding(B.EdgeInsets_0_0_16_0, A.TextFormField$(true, _null, false, _null, _null, B.InputDecoration_cE0, 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(t13, t9), _null, 1, _null, false, _null, _null, _null, _null, true, _null, _null, B.TextAlign_1, _null, _null), _null)); + t15.push(new A.Padding(B.EdgeInsets_0_0_16_0, A.TextFormField$(true, _null, false, _null, _null, 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(t13, t9), _null, 1, _null, false, _null, _null, _null, _null, true, _null, _null, B.TextAlign_1, _null, _null), _null)); t15.push(new A.PopupMenuButton(new A._InvoiceEditItemsDesktopState_build_closure37(includedLineItems, lineItems, index, t1), _null, new A._InvoiceEditItemsDesktopState_build_closure38(_this, t1, viewModel, index, lineItems), _null, B.EdgeInsets_8_8_8_8, _null, new A.Icon(B.IconData_58372_MaterialIcons_null_false, _null, _null, _null), !J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index)), _null, _null, t8)); t4.push(new A.TableRow(new A.ValueKey(t12, t9), _null, t15)); } } - return A.FormCard$(A.Table$(t4, t6, B.FlexColumnWidth_1, B.TableCellVerticalAlignment_2, new A.ValueKey(t7, t9)), _null, _null, 4, false, _null, false, B.EdgeInsets_12_0_12_0); + return A.FormCard$(A.Table$(_null, t4, t6, B.FlexColumnWidth_1, B.TableCellVerticalAlignment_2, new A.ValueKey(t7, t9)), _null, _null, 4, false, _null, false, B.EdgeInsets_12_0_12_0); } }; A._InvoiceEditItemsDesktopState__updateTable_closure.prototype = { @@ -382721,7 +385001,7 @@ $.Debouncer_action = null; } }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build_closure.prototype = { call$1(lineItem) { @@ -382732,25 +385012,25 @@ t1 = true; return t1; }, - $signature: 55 + $signature: 56 }; A._InvoiceEditItemsDesktopState_build_closure0.prototype = { call$1(item) { return item.taxName1.length !== 0; }, - $signature: 55 + $signature: 56 }; A._InvoiceEditItemsDesktopState_build_closure1.prototype = { call$1(item) { return item.taxName2.length !== 0; }, - $signature: 55 + $signature: 56 }; A._InvoiceEditItemsDesktopState_build_closure2.prototype = { call$1(item) { return item.taxName3.length !== 0; }, - $signature: 55 + $signature: 56 }; A._InvoiceEditItemsDesktopState_build_closure3.prototype = { call$0() { @@ -382827,7 +385107,7 @@ t1.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$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), index, true, new A.ObjectKey(item)); }, - $signature: 116 + $signature: 111 }; A._InvoiceEditItemsDesktopState_build_closure5.prototype = { call$2(oldIndex, newIndex) { @@ -382838,19 +385118,19 @@ --newIndex; this.viewModel.onMovedInvoiceItem.call$2(oldIndex, newIndex); }, - $signature: 129 + $signature: 131 }; A._InvoiceEditItemsDesktopState_build_closure6.prototype = { call$1(item) { return item.get$isEmpty(item); }, - $signature: 55 + $signature: 56 }; A._InvoiceEditItemsDesktopState_build_closure7.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 55 + $signature: 56 }; A._InvoiceEditItemsDesktopState_build_closure8.prototype = { call$0() { @@ -382883,25 +385163,25 @@ return A._setArrayType([], type$.JSArray_legacy_ProductEntity); return options; }, - $signature: 2260 + $signature: 2269 }; A._InvoiceEditItemsDesktopState_build__closure11.prototype = { call$1(productId) { return this.productState.map._map$_map.$index(0, productId); }, - $signature: 211 + $signature: 229 }; A._InvoiceEditItemsDesktopState_build__closure12.prototype = { call$1(product) { return B.JSString_methods.contains$1(product.productKey.toLowerCase(), this.textEditingValue.text.toLowerCase()); }, - $signature: 504 + $signature: 671 }; A._InvoiceEditItemsDesktopState_build_closure11.prototype = { call$1(product) { return product.productKey; }, - $signature: 2261 + $signature: 2270 }; A._InvoiceEditItemsDesktopState_build_closure12.prototype = { call$1(product) { @@ -382929,7 +385209,7 @@ t4._invoice_edit_items_desktop$_onChanged$3$debounce(item.rebuild$1(new A._InvoiceEditItemsDesktopState_build__closure13(t1, product, item, _this.viewModel, t3)), t2, false); t4._updateTable$0(); }, - $signature: 201 + $signature: 205 }; A._InvoiceEditItemsDesktopState_build__closure13.prototype = { call$1(b) { @@ -382982,7 +385262,7 @@ 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: 377 + $signature: 382 }; A._InvoiceEditItemsDesktopState_build__closure16.prototype = { call$1(value) { @@ -383011,7 +385291,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(highlightedIndex, 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, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 2262 + $signature: 2271 }; A._InvoiceEditItemsDesktopState_build__closure14.prototype = { call$2(context, index) { @@ -383022,13 +385302,13 @@ t1 = A.Theme_of(context).cardColor; return A.Container$(_null, new A.EntityAutocompleteListTile(J.elementAt$1$ax(_this.options, index), new A._InvoiceEditItemsDesktopState_build___closure(_this.onSelected), _null, _null, _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 378 + $signature: 651 }; A._InvoiceEditItemsDesktopState_build___closure.prototype = { call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 166 + $signature: 169 }; A._InvoiceEditItemsDesktopState_build_closure16.prototype = { call$1(hasFocus) { @@ -383141,7 +385421,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build__closure5(taxRate)), t1, false); }, - $signature: 422 + $signature: 448 }; A._InvoiceEditItemsDesktopState_build__closure5.prototype = { call$1(b) { @@ -383165,7 +385445,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build__closure4(taxRate)), t1, false); }, - $signature: 422 + $signature: 448 }; A._InvoiceEditItemsDesktopState_build__closure4.prototype = { call$1(b) { @@ -383189,7 +385469,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build__closure3(taxRate)), t1, false); }, - $signature: 422 + $signature: 448 }; A._InvoiceEditItemsDesktopState_build__closure3.prototype = { call$1(b) { @@ -383285,13 +385565,13 @@ t1 = A.MappedIterable_MappedIterable(t1, new A._InvoiceEditItemsDesktopState_build__closure(t2), A._instanceType(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: 650 + $signature: 653 }; A._InvoiceEditItemsDesktopState_build__closure.prototype = { call$1(option) { return A.PopupMenuItem$(new A.IconText(option, this.options.$index(0, option), null, null, null), option, type$.legacy_String); }, - $signature: 651 + $signature: 654 }; A._InvoiceEditItemsDesktopState_build_closure38.prototype = { call$1(action) { @@ -383343,7 +385623,7 @@ call$1(store) { return A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2266 + $signature: 2276 }; A.InvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -383354,7 +385634,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2267 + $signature: 2277 }; A.EntityEditItemsVM.prototype = { get$company() { @@ -383369,7 +385649,7 @@ call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteInvoiceItem(index)); }, - $signature: 98 + $signature: 94 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -383387,7 +385667,7 @@ } else t1.get$_dispatchers()[0].call$1(new A.UpdateInvoiceItem(index, invoiceItem)); }, - $signature: 317 + $signature: 270 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -383401,7 +385681,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 129 + $signature: 131 }; A.InvoiceEditNotes.prototype = { createState$0() { @@ -383498,7 +385778,7 @@ b.get$_invoice_model$_$this()._footer = t1; return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -383516,13 +385796,13 @@ call$1(store) { return A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore(store); }, - $signature: 2268 + $signature: 2278 }; A.InvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2269 + $signature: 2279 }; A.EntityEditNotesVM.prototype = { get$company() { @@ -383537,7 +385817,7 @@ call$1(invoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 152 + $signature: 146 }; A.InvoiceEditPDF.prototype = { createState$0() { @@ -383627,13 +385907,13 @@ t1 = t1.selectedCompanyIndex; return new A.InvoiceEditPDFVM(state, t2._list[t1].userCompany.company, invoice); }, - $signature: 2270 + $signature: 2280 }; A.InvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2271 + $signature: 2281 }; A.EntityEditPDFVM.prototype = { get$company() { @@ -383654,13 +385934,13 @@ call$1(store) { return A.InvoiceEditVM_InvoiceEditVM$fromStore(store); }, - $signature: 2272 + $signature: 2282 }; 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: 2273 + $signature: 2283 }; A.AbstractInvoiceEditVM.prototype = { get$company() { @@ -383683,7 +385963,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 193 + $signature: 180 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0.prototype = { call$0() { @@ -383723,7 +386003,7 @@ if (!invoice.get$isNew()) { t2 = state.userCompanyStates; t4 = state.uiState.selectedCompanyIndex; - t2 = !A.hasInvoiceChanges(invoice, t2._list[t4].invoiceState.map) && B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_newPayment, B.EntityAction_emailInvoice, B.EntityAction_viewPdf], type$.JSArray_legacy_EntityAction), this.action); + t2 = !A.hasInvoiceChanges(invoice, t2._list[t4].invoiceState.map) && B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_newPayment, B.EntityAction_emailInvoice, B.EntityAction_viewPdf, B.EntityAction_download], type$.JSArray_legacy_EntityAction), this.action); } else t2 = false; t4 = this.action; @@ -383735,7 +386015,7 @@ return t2.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3(invoice, t3, state, t1, $navigator, t4), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4()); } }, - $signature: 31 + $signature: 32 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -383790,10 +386070,10 @@ } } t1 = _this.action; - if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_newPayment, B.EntityAction_emailInvoice, B.EntityAction_viewPdf], type$.JSArray_legacy_EntityAction), t1)) + if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_newPayment, B.EntityAction_emailInvoice, B.EntityAction_viewPdf, B.EntityAction_download], type$.JSArray_legacy_EntityAction), t1)) A.handleEntitiesActions(A._setArrayType([savedInvoice], type$.JSArray_legacy_BaseEntity), t1, false); }, - $signature: 74 + $signature: 72 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4.prototype = { call$1(error) { @@ -383829,7 +386109,7 @@ t1.get$_dispatchers()[0].call$1(new A.EditInvoiceItem(t2)); } }, - $signature: 322 + $signature: 259 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1(b) { @@ -383848,13 +386128,13 @@ t1.replace$1(0, A.BuiltList_BuiltList$from(A.List_List$of(new A.MappedListIterable(t2, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure(), t3), true, t3._eval$1("ListIterable.E")), type$.legacy_InvitationEntity)); return b; }, - $signature: 12 + $signature: 11 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 202 + $signature: 203 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -383872,7 +386152,7 @@ }; A.InvoiceItemSelector.prototype = { createState$0() { - return new A._InvoiceItemSelectorState(A._setArrayType([], type$.JSArray_legacy_BaseEntity), A.TextEditingController$(null), null, B._StateLifecycle_0); + return new A._InvoiceItemSelectorState(A._setArrayType([], type$.JSArray_legacy_BaseEntity), A.TextEditingController$(null), null, null, B._StateLifecycle_0); }, onItemsSelected$1(arg0) { return this.onItemsSelected.call$1(arg0); @@ -383886,7 +386166,7 @@ var _this = this; _this.super$State$initState(); _this._filterClientId = _this._widget.clientId; - _this._invoice_item_selector$_tabController = A.TabController$(0, 3, _this); + _this._invoice_item_selector$_tabController = A.TabController$(null, 0, 3, _this); }, dispose$0(_) { this._invoice_item_selector$_tabController.dispose$0(0); @@ -383959,12 +386239,12 @@ } 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_empty1, true, _null, _this._invoice_item_selector$_textController, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_EYU, _null, _null, _null, _null, _null, _null, true, _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, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, true, true, _null, false, _null, _null, _null, _null, _null, true, _null, 1, _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); - t6 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), 24, new A._InvoiceItemSelectorState_build_closure3(_this, context), B.EdgeInsets_8_8_8_8, _null, _null); + t5 = A.Expanded$(A.TextField$(true, B.List_empty1, 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, true, true, _null, false, _null, _null, _null, _null, _null, true, _null, 1, _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); + 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); if (t3.length !== 0) - t1 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57686_MaterialIcons_null_false, _null, _null), 24, new A._InvoiceItemSelectorState_build_closure4(_this, context), B.EdgeInsets_8_8_8_8, _null, _null); + 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); 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), 24, new A._InvoiceItemSelectorState_build_closure5(_this, company), B.EdgeInsets_8_8_8_8, t1.get$createNew(), _null) : new A.SizedBox(_null, _null, _null, _null); + 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, 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); 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, B.MaterialType_0), _null); @@ -383986,11 +386266,11 @@ t1 = _this._box_0; if (t1.projectId == null) t1.projectId = entity.projectId; - _this.items.push(A.convertTaskToInvoiceItem(_this.context, entity)); + _this.items.push(A.convertTaskToInvoiceItem(_this.context, false, entity)); } else if (entity.get$entityType() === B.EntityType_expense) _this.items.push(A.convertExpenseToInvoiceItem(_this.context, type$.legacy_ExpenseEntity._as(entity))); }, - $signature: 348 + $signature: 254 }; A._InvoiceItemSelectorState__toggleEntity_closure.prototype = { call$0() { @@ -384018,7 +386298,7 @@ t1 = false; return t1; }, - $signature: 179 + $signature: 190 }; A._InvoiceItemSelectorState__updateClientId_closure0.prototype = { call$0() { @@ -384083,7 +386363,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: 126 + $signature: 127 }; A._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2(context, index) { @@ -384094,7 +386374,7 @@ 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); }, - $signature: 652 + $signature: 655 }; A._InvoiceItemSelectorState_build__productList__closure.prototype = { call$1(checked) { @@ -384122,7 +386402,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: 126 + $signature: 127 }; A._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2(context, index) { @@ -384133,7 +386413,7 @@ 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); }, - $signature: 236 + $signature: 239 }; A._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1(checked) { @@ -384161,7 +386441,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: 126 + $signature: 127 }; A._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2(context, index) { @@ -384176,7 +386456,7 @@ t2 = B.JSArray_methods.contains$1(t1._invoice_item_selector$_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: 414 + $signature: 365 }; A._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1(checked) { @@ -384250,17 +386530,17 @@ }; A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.InvoiceEmailScreen.prototype = { @@ -384285,7 +386565,7 @@ store.get$_dispatchers()[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 399 + $signature: 370 }; A.InvoiceEmailScreen_build_closure0.prototype = { call$1(store) { @@ -384296,13 +386576,13 @@ t1 = t1.selectedCompanyIndex; return A.EmailInvoiceVM_EmailInvoiceVM$fromStore(store, t2._list[t1].invoiceState.$get$1(0, invoiceId)); }, - $signature: 2275 + $signature: 2285 }; 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: 2276 + $signature: 2286 }; A.EmailEntityVM.prototype = { get$company() { @@ -384327,7 +386607,7 @@ 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)); }, - $signature: 400 + $signature: 369 }; A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1(value) { @@ -384365,7 +386645,7 @@ 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()); - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; t8 = t5.date; if (t8.length !== 0) { @@ -384398,7 +386678,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.isInMultiselect) - t2 = 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__closure(), false, _this.isChecked), _null); + t2 = 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__closure(), _null, false, _this.isChecked), _null); else { t2 = t1.invoice; t3 = _this.state; @@ -384425,19 +386705,19 @@ if (t9 == null) t9 = _this._box_0.subtitle; t10 = _this.textColor; - t10 = A.Expanded$(A.Column$(A._setArrayType([t8, A.Text$(t9, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.subtitle2.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); + 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), new A.EntityStatusChip(t3, 105, _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.InvoiceListItem_build__closure1(t1, context), new A.InvoiceListItem_build__closure2(t1, context), _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(), false, _this.isChecked), _null) : _null; + 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, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; - t4 = A.Expanded$(A.Text$(_this.client.displayName, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1); + t4 = A.Expanded$(A.Text$(_this.client.displayName, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1); t5 = t1.invoice; t6 = t5.balance; t6 = t6 > 0 ? t6 : t5.amount; t7 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([t4, new A.SizedBox(4, _null, _null, _null), A.Text$(A.formatNumber(t6, context, t5.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _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, t3.size._dx); + t3 = A.Container$(_null, A.Row$(A._setArrayType([t4, new A.SizedBox(4, _null, _null, _null), A.Text$(A.formatNumber(t6, context, t5.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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, t3.size._dx); t4 = _this.filterMatch; if (t4 == null) { t4 = t5.number; @@ -384452,11 +386732,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, false, _null, t2, new A.InvoiceListItem_build__closure4(t1, context), new A.InvoiceListItem_build__closure5(t1, context), 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, context), new A.InvoiceListItem_build__closure5(t1, context), 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); } return t1; }, - $signature: 99 + $signature: 104 }; A.InvoiceListItem_build__closure2.prototype = { call$0() { @@ -384517,7 +386797,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: 2277 + $signature: 2287 }; A.InvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -384525,7 +386805,7 @@ invoiceId = J.$index$asx(t1.invoiceList, index); return new A.InvoiceListItem(t1.invoiceMap._map$_map.$index(0, invoiceId), t1.filter, true, null); }, - $signature: 411 + $signature: 367 }; A.EntityListVM.prototype = {}; A.InvoiceListVM.prototype = {}; @@ -384598,10 +386878,10 @@ pageSelector = A._setArrayType([], type$.JSArray_legacy_Widget); else { t2 = A.Icon$(B.IconData_58396_MaterialIcons_null_true, _null, _null); - t2 = A.IconButton$(B.Alignment_0_0, _null, _null, true, t2, 24, _this._invoice_pdf$_pageNumber > 1 ? new A._InvoicePdfViewState_build_closure(_this) : _null, B.EdgeInsets_8_8_8_8, _null, _null); + t2 = A.IconButton$(B.Alignment_0_0, _null, _null, true, t2, _null, _this._invoice_pdf$_pageNumber > 1 ? new A._InvoicePdfViewState_build_closure(_this) : _null, B.EdgeInsets_8_8_8_8, _null, _null); t3 = A.Text$(B.JSString_methods.replaceFirst$2(B.JSString_methods.replaceFirst$2(t1.get$pdfPageInfo(), ":current", "" + _this._invoice_pdf$_pageNumber), ":total", "" + _this._invoice_pdf$_pageCount), _null, _null, _null, _null, _null, _null, _null, _null, _null); t4 = A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null); - pageSelector = A._setArrayType([t2, new A.Padding(B.EdgeInsets_8_0_8_0, t3, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, 24, _this._invoice_pdf$_pageNumber < _this._invoice_pdf$_pageCount ? new A._InvoicePdfViewState_build_closure0(_this) : _null, B.EdgeInsets_8_8_8_8, _null, _null)], type$.JSArray_legacy_Widget); + pageSelector = A._setArrayType([t2, new A.Padding(B.EdgeInsets_8_0_8_0, t3, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t4, _null, _this._invoice_pdf$_pageNumber < _this._invoice_pdf$_pageCount ? new A._InvoicePdfViewState_build_closure0(_this) : _null, B.EdgeInsets_8_8_8_8, _null, _null)], type$.JSArray_legacy_Widget); } t2 = type$.JSArray_legacy_Widget; activitySelector = A._setArrayType([], t2); @@ -384664,7 +386944,7 @@ t1._invoice_pdf$_pdfString = t2; A.WebUtils_registerWebView(t2); }, - $signature: 600 + $signature: 601 }; A._InvoicePdfViewState_loadPdf__closure.prototype = { call$0() { @@ -384719,7 +386999,7 @@ call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t3, t4, fileName, t1, t2; + $async$self = this, t3, t4, t1, t2; var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -384736,9 +387016,7 @@ t3 = $async$self.localization; t4 = J.$add$ansx(t3.lookup$1(A.S(t2.entityType)), "_"); t2 = t2.number; - fileName = t4 + (t2.length === 0 ? t3.get$pending(t3) : t2) + ".pdf"; - t1 = t1._invoice_pdf$_response; - A.WebUtils_downloadBinaryFile(fileName, t1.bodyBytes); + A.WebUtils_downloadBinaryFile(t4 + (t2.length === 0 ? t3.get$pending(t3) : t2) + ".pdf", t1._invoice_pdf$_response.bodyBytes); } // implicit return return A._asyncReturn(null, $async$completer); @@ -384746,7 +387024,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A._InvoicePdfViewState_build_closure4.prototype = { call$0() { @@ -384770,13 +387048,13 @@ t1 = t1.selectedCompanyIndex; return new A.InvoicePdfVM(state, t2._list[t1].invoiceState.$get$1(0, invoiceId), invoiceUIState.historyActivityId); }, - $signature: 2278 + $signature: 2288 }; 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: 2279 + $signature: 2289 }; A.EntityPdfVM.prototype = { get$invoice() { @@ -384903,10 +387181,10 @@ t6.push("project"); 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_empty15, new A.InvoiceScreen_build_closure(store), new A.InvoiceScreen_build_closure0(store), new A.InvoiceScreen_build_closure1(store), new A.InvoiceScreen_build_closure2(store), new A.InvoiceScreen_build_closure3(store), new A.InvoiceScreen_build_closure4(store), new A.InvoiceScreen_build_closure5(store), new A.InvoiceScreen_build_closure6(store), t5, A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure7(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure8(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure9(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure10(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure11(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure12(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure13(t3))], type$.JSArray_legacy_EntityStatus), t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_invoice, false, B.List_empty16, new A.InvoiceScreen_build_closure(store), new A.InvoiceScreen_build_closure0(store), new A.InvoiceScreen_build_closure1(store), new A.InvoiceScreen_build_closure2(store), new A.InvoiceScreen_build_closure3(store), new A.InvoiceScreen_build_closure4(store), new A.InvoiceScreen_build_closure5(store), new A.InvoiceScreen_build_closure6(store), t5, A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure7(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure8(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure9(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure10(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure11(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure12(t3)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.InvoiceScreen_build_closure13(t3))], type$.JSArray_legacy_EntityStatus), 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_empty9, new A.ListFilter(B.EntityType_invoice, t2, new A.InvoiceScreen_build_closure15(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.InvoiceListBuilder(_null), t6, B.EntityType_invoice, t3, 0, _null, new A.InvoiceScreen_build_closure16(store), new A.InvoiceScreen_build_closure17(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_invoice, t2, new A.InvoiceScreen_build_closure15(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.InvoiceListBuilder(_null), t6, B.EntityType_invoice, t3, 0, _null, new A.InvoiceScreen_build_closure16(store), new A.InvoiceScreen_build_closure17(store)); } }; A.InvoiceScreen_build_closure17.prototype = { @@ -384941,13 +387219,13 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByState(state)); }, - $signature: 50 + $signature: 52 }; A.InvoiceScreen_build_closure6.prototype = { call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 235 + $signature: 231 }; A.InvoiceScreen_build_closure0.prototype = { call$1(value) { @@ -384981,7 +387259,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.InvoiceScreen_build_closure8.prototype = { call$1(b) { @@ -384991,7 +387269,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.InvoiceScreen_build_closure9.prototype = { call$1(b) { @@ -385001,7 +387279,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.InvoiceScreen_build_closure10.prototype = { call$1(b) { @@ -385013,7 +387291,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.InvoiceScreen_build_closure11.prototype = { call$1(b) { @@ -385025,7 +387303,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.InvoiceScreen_build_closure12.prototype = { call$1(b) { @@ -385037,7 +387315,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.InvoiceScreen_build_closure13.prototype = { call$1(b) { @@ -385049,7 +387327,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.InvoiceScreen_build_closure.prototype = { call$0() { @@ -385077,12 +387355,12 @@ call$2(context, vm) { return new A.InvoiceScreen(vm, null); }, - $signature: 2281 + $signature: 2291 }; A.InvoiceScreenVM.prototype = {}; A.InvoiceView.prototype = { createState$0() { - return new A._InvoiceViewState(null, B._StateLifecycle_0); + return new A._InvoiceViewState(null, null, B._StateLifecycle_0); } }; A._InvoiceViewState.prototype = { @@ -385103,7 +387381,7 @@ tabIndex = t2 === B.EntityType_credit ? t3.creditUIState.tabIndex : t3.invoiceUIState.tabIndex; } t1 = B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringInvoice], t1), t2) ? 6 : 5; - t1 = A.TabController$(_this._widget.isFilter ? 0 : tabIndex, t1, _this); + t1 = A.TabController$(null, _this._widget.isFilter ? 0 : tabIndex, t1, _this); _this._invoice_view$_controller = t1; t1.addListener$1(0, _this.get$_invoice_view$_onTabChanged()); }, @@ -385192,7 +387470,7 @@ t4.push(A.RefreshIndicator$(new A.InvoiceViewActivity(t1, new A.ValueKey(t5, t6)), new A._InvoiceViewState_build__closure4(t1, context))); return A.RefreshIndicator$(A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(t4, t3, null), 1), new A.BottomButtons(t2, B.EntityAction_viewPdf, _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: 654 + $signature: 657 }; A._InvoiceViewState_build__closure5.prototype = { call$0() { @@ -385238,17 +387516,17 @@ }; A.__InvoiceViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.InvoiceViewActivity.prototype = { @@ -385281,13 +387559,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A._InvoiceViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], false, null); }, - $signature: 291 + $signature: 240 }; A.InvoiceViewContacts.prototype = { build$1(_, context) { @@ -385300,7 +387578,7 @@ call$1(invitation) { return new A._InvitationListTile(invitation, this.$this.viewModel, null); }, - $signature: 2283 + $signature: 2293 }; A._InvitationListTile.prototype = { build$1(_, context) { @@ -385348,20 +387626,20 @@ t5.push(new A.Padding(B.EdgeInsets_0_0_0_4, A.Text$(t1.get$viewed() + ": " + A.formatDate(t2, context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); t5.push(new A.SizedBox(_null, 8, _null, _null)); t5.push(A.Row$(A._setArrayType([A.Expanded$(A.OutlinedButton$(A.Text$(t1.get$viewPortal().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A._InvitationListTile_build_closure1(_this, client), _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.OutlinedButton$(A.Text$(t1.get$copyLink().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A._InvitationListTile_build_closure2(_this, t1), _null), 1)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); - return A.ListTile$(false, new A.EdgeInsets(16, 16, 16, 16), _null, _null, true, _null, true, _null, icon, _null, _null, false, _null, _null, A.Column$(t5, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); + return A.ListTile$(false, new A.EdgeInsets(16, 16, 16, 16), _null, _null, true, _null, _null, true, _null, icon, _null, _null, false, _null, _null, A.Column$(t5, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); } }; A._InvitationListTile_build_closure.prototype = { call$1(contact) { return contact.id === this.$this.invitation.contactId; }, - $signature: 148 + $signature: 143 }; A._InvitationListTile_build_closure0.prototype = { call$0() { return A.ContactEntity_ContactEntity(); }, - $signature: 666 + $signature: 505 }; A._InvitationListTile_build_closure1.prototype = { call$0() { @@ -385390,19 +387668,19 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 138 }; A.InvoiceViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 135 + $signature: 137 }; A.InvoiceViewDocuments_build_closure1.prototype = { call$1($document) { return this.$this.viewModel.onViewExpense.call$2(this.context, $document); }, - $signature: 2284 + $signature: 2294 }; A.InvoiceViewHistory.prototype = { createState$0() { @@ -385444,13 +387722,13 @@ call$1(activity) { return activity.history != null; }, - $signature: 405 + $signature: 346 }; A._InvoiceViewHistoryState_build_closure0.prototype = { call$2(a, b) { return B.JSInt_methods.compareTo$1(b.updatedAt, a.updatedAt); }, - $signature: 2285 + $signature: 2295 }; A._InvoiceViewHistoryState_build_closure1.prototype = { call$2(context, index) { @@ -385467,9 +387745,9 @@ t4 = $history.createdAt; t4 *= 1000; t5 = A.formatDate(A.DateTime$fromMillisecondsSinceEpoch(t4, false).toIso8601String$0(), context, true, true, true) + " \u2022 "; - return A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, _null, new A._InvoiceViewHistoryState_build__closure(t1, context, t3, $history), false, _null, _null, A.Text$(t5 + A.format(A.DateTime$fromMillisecondsSinceEpoch(t4, false), _null), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null), _null); + return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._InvoiceViewHistoryState_build__closure(t1, context, t3, $history), false, _null, _null, A.Text$(t5 + A.format(A.DateTime$fromMillisecondsSinceEpoch(t4, false), _null), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null), _null); }, - $signature: 632 + $signature: 634 }; A._InvoiceViewHistoryState_build__closure.prototype = { call$0() { @@ -385482,7 +387760,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 64 + $signature: 67 }; A.InvoiceOverview.prototype = { build$1(_, context) { @@ -385725,21 +388003,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: 137 + $signature: 129 }; A.InvoiceOverview_build__closure0.prototype = { call$1(paymentable) { if (paymentable.invoiceId === this.invoice.id) this.paymentMap.$indexSet(0, paymentable, this.payment); }, - $signature: 219 + $signature: 212 }; A.InvoiceOverview_build__closure1.prototype = { call$1(paymentable) { if (paymentable.creditId === this.invoice.id) this.creditMap.$indexSet(0, paymentable, this.payment); }, - $signature: 219 + $signature: 212 }; A.InvoiceOverview_build_closure0.prototype = { call$1(entry) { @@ -385752,7 +388030,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: 655 + $signature: 658 }; A.InvoiceOverview_build_closure1.prototype = { call$1(entry) { @@ -385765,14 +388043,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: 655 + $signature: 658 }; 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: 204 + $signature: 208 }; A.InvoiceOverview_build__closure.prototype = { call$1(context) { @@ -385781,7 +388059,7 @@ t2 = _this.invoiceItem; return new A.InvoiceItemListTile(new A.InvoiceOverview_build___closure(_this.$this, _this.userCompany, t1, context, t2), t1, t2, null); }, - $signature: 2287 + $signature: 2297 }; A.InvoiceOverview_build___closure.prototype = { call$0() { @@ -385796,15 +388074,15 @@ var _null = null, t1 = this.context, 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.subtitle1, _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.subtitle1, _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); + 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: 2288 + $signature: 2298 }; A.InvoiceOverview_build_closure3.prototype = { call$2(taxName, taxAmount) { this.widgets.push(this.surchargeRow.call$2(taxName, taxAmount)); }, - $signature: 2289 + $signature: 2299 }; A.InvoiceViewSchedule.prototype = { createState$0() { @@ -385842,7 +388120,7 @@ t1 = this.context; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Text$(A.formatDate(schedule.dueDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2290 + $signature: 2300 }; A.InvoiceViewScreen.prototype = { build$1(_, context) { @@ -385854,13 +388132,13 @@ call$1(store) { return A.InvoiceViewVM_InvoiceViewVM$fromStore(store); }, - $signature: 2291 + $signature: 2301 }; A.InvoiceViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.invoiceUIState.tabIndex, null); }, - $signature: 2292 + $signature: 2302 }; A.AbstractInvoiceViewVM.prototype = { get$company() { @@ -385891,7 +388169,7 @@ $defaultValues() { return [null]; }, - $signature: 302 + $signature: 257 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -385905,7 +388183,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -385936,18 +388214,18 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadInvoice(null, this.invoice.id)); }, - $signature: 97 + $signature: 98 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3.prototype = { call$2(context, $document) { }, - $signature: 2293 + $signature: 2303 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4.prototype = { call$3(context, invoice, activityId) { @@ -385961,7 +388239,7 @@ $defaultValues() { return [null]; }, - $signature: 293 + $signature: 242 }; A.PaymentEdit.prototype = { createState$0() { @@ -386035,7 +388313,7 @@ viewModel.onChanged.call$1(t1); }, build$1(_, context) { - var t5, creditPaymentables, amountPlaceholder, t6, t7, t8, t9, t10, t11, t12, t13, index, body, _this = this, _null = null, + var t5, creditPaymentables, amountPlaceholder, t6, t7, t8, t9, t10, t11, t12, index, t13, body, _this = this, _null = null, _s17_ = "__payment_amount_", _box_0 = {}, viewModel = _this._widget.viewModel, @@ -386083,15 +388361,14 @@ t7 = type$.JSArray_legacy_Widget; t8 = A._setArrayType([], t7); if (payment.get$isNew()) { - t9 = payment.clientId; t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1); t1 = t1.get$client(t1); - t10 = _this.autoValidate; - t11 = $.$get$memoizedDropdownClientList(); - t12 = state.uiState.selectedCompanyIndex; - t12 = state.userCompanyStates._list[t12]; - t13 = t12.clientState; - t1 = A._setArrayType([A.EntityDropdown$(true, t10, t9.length === 0, t9, t11.call$4(t13.map, t13.list, t12.userState.map, state.staticState), _null, B.EntityType_client, t1, _null, new A._PaymentEditState_build_closure3(viewModel, payment), _null, _null, new A._PaymentEditState_build_closure4(context))], t7); + t9 = _this.autoValidate; + t10 = $.$get$memoizedDropdownClientList(); + t11 = state.uiState.selectedCompanyIndex; + t11 = state.userCompanyStates._list[t11]; + t12 = t11.clientState; + t1 = A._setArrayType([A.EntityDropdown$(true, t9, true, payment.clientId, t10.call$4(t12.map, t12.list, t11.userState.map, state.staticState), _null, B.EntityType_client, t1, _null, new A._PaymentEditState_build_closure3(viewModel, payment), _null, _null, new A._PaymentEditState_build_closure4(context))], t7); if (!t3 && payment.isForCredit !== true) { t9 = _box_0.paymentTotal === 0 ? t2.get$amount() : amountPlaceholder; 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), t9, _null, _null, false, _null, _null, viewModel.onSavePressed, true, _null, _null, B.TextAlign_4, _null)); @@ -386155,9 +388432,9 @@ t12 = A.formatNumber((payment.get$isNew() ? _box_0.paymentTotal - _box_0.creditTotal : payment.amount) * t12, context, _null, _null, B.FormatNumberType_4, true, _null, false); else t12 = ""; - B.JSArray_methods.addAll$1(t9, A._setArrayType([t11, t10, A.Focus$(false, _null, A.DecoratedFormField$(false, _null, false, false, _null, _null, true, _null, _null, t12, _null, false, false, new A.ValueKey(t13, t6), new A.TextInputType(2, false, true), t2.get$convertedAmount(), _null, _null, false, new A._PaymentEditState_build_closure12(_this), _null, t3, true, _null, _null, B.TextAlign_4, _null), _null, true, _null, true, _null, new A._PaymentEditState_build_closure13(_box_0, _this, payment, context, viewModel), _null, _null, _null)], t7)); + B.JSArray_methods.addAll$1(t9, A._setArrayType([t11, t10, A.Focus$(false, _null, A.DecoratedFormField$(false, _null, false, false, _null, _null, true, _null, _null, t12, _null, false, false, new A.ValueKey(t13, t6), new A.TextInputType(2, false, true), t2.get$convertedAmount(), _null, _null, false, new A._PaymentEditState_build_closure12(_this), _null, t3, true, _null, _null, B.TextAlign_4, _null), _null, _null, _null, true, _null, new A._PaymentEditState_build_closure13(_box_0, _this, payment, context, viewModel), _null, _null, _null)], t7)); } - body = A.Form$(false, A.Column$(A._setArrayType([t8, A.FormCard$(_null, t9, _null, 4, false, _null, true, _null)], t7), B.CrossAxisAlignment_2, new A.ValueKey(t5, t6), B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), t4); + body = A.Form$(_null, A.Column$(A._setArrayType([t8, A.FormCard$(_null, t9, _null, 4, false, _null, true, _null)], t7), B.CrossAxisAlignment_2, new A.ValueKey(t5, t6), B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), t4); t3 = new A._PaymentEditState_build_onSavePressed(_this, viewModel); if (t1 && A.getLayout(context) === B.AppLayout_desktop) { t1 = A.Theme_of(context).canvasColor; @@ -386204,7 +388481,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._PaymentEditState__onChanged_closure.prototype = { call$1(b) { @@ -386254,27 +388531,27 @@ call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 184 + $signature: 198 }; A._PaymentEditState_build_closure0.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 184 + $signature: 198 }; A._PaymentEditState_build_closure1.prototype = { call$1(invoice) { var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 219 + $signature: 212 }; A._PaymentEditState_build_closure2.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 219 + $signature: 212 }; A._PaymentEditState_build_closure4.prototype = { call$1(val) { @@ -386286,7 +388563,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure5(client))); }, - $signature: 44 + $signature: 41 }; A._PaymentEditState_build__closure5.prototype = { call$1(b) { @@ -386330,7 +388607,7 @@ call$1(paymentType) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure3(paymentType))); }, - $signature: 56 + $signature: 55 }; A._PaymentEditState_build__closure3.prototype = { call$1(b) { @@ -386347,7 +388624,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure2(value))); }, - $signature: 11 + $signature: 12 }; A._PaymentEditState_build__closure2.prototype = { call$1(b) { @@ -386392,7 +388669,7 @@ call$1(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 166 + $signature: 169 }; A._PaymentEditState_build_closure13.prototype = { call$1(hasFocus) { @@ -386439,7 +388716,7 @@ return; this.viewModel.onSavePressed.call$1(context); }, - $signature: 25 + $signature: 26 }; A._PaymentEditState_build_onSavePressed_closure.prototype = { call$0() { @@ -386605,7 +388882,7 @@ if (t1) { t1 = A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null); t2 = t2.get$remove(t2); - B.JSArray_methods.addAll$1(t4, A._setArrayType([new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t1, 24, paymentable.get$isEmpty(paymentable) ? _null : new A._PaymentableEditorState_build_closure4(_this, viewModel, payment), B.EdgeInsets_8_8_8_8, t2, _null)], t3)); + B.JSArray_methods.addAll$1(t4, A._setArrayType([new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t1, _null, paymentable.get$isEmpty(paymentable) ? _null : new A._PaymentableEditorState_build_closure4(_this, viewModel, payment), B.EdgeInsets_8_8_8_8, t2, _null)], t3)); } return A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } @@ -386626,7 +388903,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._PaymentableEditorState__onChanged_closure.prototype = { call$1(b) { @@ -386639,7 +388916,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 424 + $signature: 441 }; A._PaymentableEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -386652,7 +388929,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 424 + $signature: 441 }; A._PaymentableEditorState__onChanged_closure1.prototype = { call$1(b) { @@ -386715,13 +388992,13 @@ call$1(p) { return p.invoiceId; }, - $signature: 139 + $signature: 144 }; A._PaymentableEditorState_build_closure0.prototype = { call$1(p) { return p.creditId; }, - $signature: 139 + $signature: 144 }; A._PaymentableEditorState_build_closure2.prototype = { call$1(entity) { @@ -386737,7 +389014,7 @@ return t1; } }, - $signature: 42 + $signature: 44 }; A._PaymentableEditorState_build_closure1.prototype = { call$1(selected) { @@ -386757,7 +389034,7 @@ t1._payment_edit$_invoiceId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 44 + $signature: 41 }; A._PaymentableEditorState_build_closure3.prototype = { call$1(selected) { @@ -386771,7 +389048,7 @@ t1._payment_edit$_creditId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 44 + $signature: 41 }; A._PaymentableEditorState_build_closure4.prototype = { call$0() { @@ -386813,13 +389090,13 @@ call$1(store) { return A.PaymentEditVM_PaymentEditVM$fromStore(store); }, - $signature: 2296 + $signature: 2306 }; 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: 2297 + $signature: 2307 }; A.PaymentEditVM.prototype = { get$payment() { @@ -386830,7 +389107,7 @@ call$1(payment) { this.store.get$_dispatchers()[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 137 + $signature: 129 }; A.PaymentEditVM_PaymentEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -386872,21 +389149,21 @@ t2.get$_dispatchers()[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: 31 + $signature: 32 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure.prototype = { call$1(invoice) { var t1 = this._box_0; return t1.amount = t1.amount + invoice.amount; }, - $signature: 658 + $signature: 661 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure0.prototype = { call$1(credit) { var t1 = this._box_0; return t1.amount = t1.amount - credit.amount; }, - $signature: 658 + $signature: 661 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure1.prototype = { call$1(context) { @@ -386934,7 +389211,7 @@ else A.viewEntity(false, savedPayment, null, false); }, - $signature: 137 + $signature: 129 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure3.prototype = { call$1(error) { @@ -386983,7 +389260,7 @@ mobileSubtitle = t7 + " \u2022 " + A.formatDate(t5.date, context, true, true, false); } else mobileSubtitle = filterMatch; - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.desktopSubtitle = ""; t7 = t5.date; if (t7.length !== 0) { @@ -387012,7 +389289,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.isInMultiselect) - t2 = 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__closure(), false, _this.isChecked), _null); + t2 = 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__closure(), _null, false, _this.isChecked), _null); else { t2 = t1.payment; t3 = _this.state; @@ -387033,19 +389310,19 @@ 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.subtitle2.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), new A.EntityStatusChip(t3, 105, _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.PaymentListItem_build__closure1(t1, context), new A.PaymentListItem_build__closure2(t1, context), _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), new A.EntityStatusChip(t3, 105, _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.PaymentListItem_build__closure1(t1, context), new A.PaymentListItem_build__closure2(t1, context), _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(), false, _this.isChecked), _null) : _null; + 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, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.payment; 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.headline6, _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.headline6, _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); + 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.titleLarge, _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.titleLarge, _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, false, _null, t2, new A.PaymentListItem_build__closure4(t1, context), new A.PaymentListItem_build__closure5(t1, context), 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, context), new A.PaymentListItem_build__closure5(t1, context), 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); } return t1; }, - $signature: 99 + $signature: 104 }; A.PaymentListItem_build__closure2.prototype = { call$0() { @@ -387106,7 +389383,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: 2299 + $signature: 2309 }; A.PaymentListBuilder_build__closure.prototype = { call$2(context, index) { @@ -387117,7 +389394,7 @@ t3 = state.uiState.selectedCompanyIndex; return new A.PaymentListItem(t2._list[t3].paymentState.map._map$_map.$index(0, paymentId), t1.filter, true, null); }, - $signature: 634 + $signature: 636 }; A.PaymentListVM.prototype = { get$user() { @@ -387227,7 +389504,7 @@ t1 = t2 == null ? null : t2.number; return t1 == null ? "" : t1; }, - $signature: 139 + $signature: 144 }; A.PaymentPresenter_getField_closure0.prototype = { call$1(paymentable) { @@ -387240,7 +389517,7 @@ t1 = t2 == null ? null : t2.number; return t1 == null ? "" : t1; }, - $signature: 139 + $signature: 144 }; A.PaymentScreen.prototype = { build$1(_, context) { @@ -387272,10 +389549,10 @@ 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_empty15, 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_empty16, t7); + 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_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_payment, t2, new A.PaymentScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.PaymentListBuilder(_null), t7, B.EntityType_payment, t1, 0, _null, new A.PaymentScreen_build_closure8(store), new A.PaymentScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_payment, t2, new A.PaymentScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.PaymentListBuilder(_null), t7, B.EntityType_payment, t1, 0, _null, new A.PaymentScreen_build_closure8(store), new A.PaymentScreen_build_closure9(store)); } }; A.PaymentScreen_build_closure9.prototype = { @@ -387334,7 +389611,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentsByState(state)); }, - $signature: 50 + $signature: 52 }; A.PaymentScreen_build_closure.prototype = { call$0() { @@ -387362,7 +389639,7 @@ call$2(context, vm) { return new A.PaymentScreen(vm, null); }, - $signature: 2300 + $signature: 2310 }; A.PaymentScreenVM.prototype = {}; A.PaymentRefund.prototype = { @@ -387444,7 +389721,7 @@ t7 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t7), "gateway_refund_help"); t6.push(A.SwitchListTile$(t8.secondary, _null, new A._PaymentRefundState_build_closure3(viewModel, payment), _null, A.Text$(t7 == null ? "" : t7, _null, _null, _null, _null, _null, _null, _null, _null, _null), t9, payment.gatewayRefund === true)); } - body = A.Form$(false, A.Column$(A._setArrayType([t5, A.FormCard$(_null, t6, _null, 4, false, _null, false, _null)], t4), B.CrossAxisAlignment_2, new A.ValueKey(payment.id, t3), B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), t2); + body = A.Form$(_null, A.Column$(A._setArrayType([t5, A.FormCard$(_null, t6, _null, 4, false, _null, false, _null)], t4), B.CrossAxisAlignment_2, new A.ValueKey(payment.id, t3), B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), t2); t2 = new A._PaymentRefundState_build_onSavePressed(_this, viewModel); if (A.getLayout(context) === B.AppLayout_mobile) { t3 = t1.get$refundPayment(); @@ -387478,7 +389755,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._PaymentRefundState__onChanged_closure.prototype = { call$0() { @@ -387501,7 +389778,7 @@ call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 184 + $signature: 198 }; A._PaymentRefundState_build_closure1.prototype = { call$1(val) { @@ -387526,7 +389803,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._PaymentRefundState_build__closure0.prototype = { call$1(b) { @@ -387539,7 +389816,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A._PaymentRefundState_build__closure.prototype = { call$1(b) { @@ -387559,7 +389836,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: 25 + $signature: 26 }; A._PaymentRefundState_build_onSavePressed_closure.prototype = { call$0() { @@ -387571,7 +389848,7 @@ call$1(value) { A.Navigator_of(this.context, false).pop$0(0); }, - $signature: 137 + $signature: 129 }; A._PaymentRefundState_build_closure4.prototype = { call$1(context) { @@ -387583,7 +389860,7 @@ call$1(context) { return this.onSavePressed.call$1(context); }, - $signature: 25 + $signature: 26 }; A._PaymentRefundState_build_closure6.prototype = { call$0() { @@ -387663,7 +389940,7 @@ if (hasMultipleInvoices && _this._payment_refund$_invoiceId != null) { t3 = A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null); t2 = t2.get$remove(t2); - B.JSArray_methods.addAll$1(t1, A._setArrayType([new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t3, 24, paymentable.get$isEmpty(paymentable) ? _null : new A._PaymentableEditorState_build_closure9(_this, viewModel, payment), B.EdgeInsets_8_8_8_8, t2, _null)], t6)); + B.JSArray_methods.addAll$1(t1, A._setArrayType([new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t3, _null, paymentable.get$isEmpty(paymentable) ? _null : new A._PaymentableEditorState_build_closure9(_this, viewModel, payment), B.EdgeInsets_8_8_8_8, t2, _null)], t6)); } return A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } @@ -387684,7 +389961,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._PaymentableEditorState__onChanged_closure6.prototype = { call$1(b) { @@ -387695,7 +389972,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 424 + $signature: 441 }; A._PaymentableEditorState__onChanged_closure7.prototype = { call$1(b) { @@ -387727,14 +390004,14 @@ call$1(payment) { return payment.invoiceId; }, - $signature: 139 + $signature: 144 }; A._PaymentableEditorState_build_closure7.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: 42 + $signature: 44 }; A._PaymentableEditorState_build_closure6.prototype = { call$1(selected) { @@ -387744,7 +390021,7 @@ t1._payment_refund$_onChanged$1(selected.clientId); t1.setState$1(new A._PaymentableEditorState_build__closure2(t1, selected)); }, - $signature: 44 + $signature: 41 }; A._PaymentableEditorState_build__closure2.prototype = { call$0() { @@ -387788,13 +390065,13 @@ call$1(store) { return A.PaymentRefundVM_PaymentRefundVM$fromStore(store); }, - $signature: 2301 + $signature: 2311 }; 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: 2302 + $signature: 2312 }; A.PaymentRefundVM.prototype = { get$payment() { @@ -387805,7 +390082,7 @@ call$1(payment) { this.store.get$_dispatchers()[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 137 + $signature: 129 }; A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1.prototype = { call$1(context) { @@ -387823,7 +390100,7 @@ t1.get$_dispatchers()[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: 2303 + $signature: 2313 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure.prototype = { call$1(savedPayment) { @@ -387841,7 +390118,7 @@ } else A.viewEntity(false, savedPayment, null, true); }, - $signature: 137 + $signature: 129 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0.prototype = { call$1(error) { @@ -387948,16 +390225,16 @@ t3 = _this.companyGatewayLink; t4 = t3 != null; t3 = t4 ? new A._PaymentViewState_build__closure(t3) : _null; - t5 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58497_MaterialIcons_null_false, _null, _null), 24, new A._PaymentViewState_build__closure0(), B.EdgeInsets_8_8_8_8, _null, _null); - t4 = t4 ? new A.IgnorePointer(true, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58460_MaterialIcons_null_true, _null, _null), 24, new A._PaymentViewState_build__closure1(), B.EdgeInsets_8_8_8_8, _null, _null), _null) : _null; - B.JSArray_methods.addAll$1(t9, A._setArrayType([A.ListTile$(false, _null, _null, _null, true, _null, false, _null, new A.IgnorePointer(true, _null, t5, _null), _null, t3, false, _null, _null, _null, _null, t2, t4, _null), new A.ListDivider(_null)], t14)); + t5 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58497_MaterialIcons_null_false, _null, _null), _null, new A._PaymentViewState_build__closure0(), B.EdgeInsets_8_8_8_8, _null, _null); + t4 = t4 ? new A.IgnorePointer(true, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58460_MaterialIcons_null_true, _null, _null), _null, new A._PaymentViewState_build__closure1(), B.EdgeInsets_8_8_8_8, _null, _null), _null) : _null; + B.JSArray_methods.addAll$1(t9, A._setArrayType([A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.IgnorePointer(true, _null, t5, _null), _null, t3, false, _null, _null, _null, _null, t2, t4, _null), new A.ListDivider(_null)], t14)); } t2 = t1.privateNotes; t9.push(t2.length !== 0 ? A.Column$(A._setArrayType([new A.IconMessage(t2, _null, _null, _null), A.Container$(_null, _null, B.Clip_0, A.Theme_of(context).cardColor, _null, _null, _null, 12, _null, _null, _null, _null, _null, _null)], t14), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null)); t9.push(new A.FieldGrid(_this.fields, _null)); return A.RefreshIndicator$(A.Column$(A._setArrayType([A.Expanded$(new A.ScrollableListView(t9, _null, _null, _null), 1), new A.BottomButtons(t1, B.EntityAction_applyPayment, B.EntityAction_refundPayment, t12 < t7, 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: 654 + $signature: 657 }; A._PaymentViewState_build__closure2.prototype = { call$0() { @@ -387969,7 +390246,7 @@ call$0() { return A.launch(this.companyGatewayLink, null, false); }, - $signature: 28 + $signature: 29 }; A._PaymentViewState_build__closure0.prototype = { call$0() { @@ -387993,13 +390270,13 @@ call$1(store) { return A.PaymentViewVM_PaymentViewVM$fromStore(store); }, - $signature: 2304 + $signature: 2314 }; A.PaymentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentView(vm, this.$this.isFilter, null); }, - $signature: 2305 + $signature: 2315 }; A.PaymentViewVM.prototype = { get$payment() { @@ -388064,7 +390341,7 @@ if (t3 == null) t3 = ""; } - return A.EditScaffold$(_null, _null, A.Form$(false, new A.Builder(new A._PaymentTermEditState_build_closure(this, t1), _null), $.$get$_PaymentTermEditState__formKey()), _null, t2, _null, false, _null, new A._PaymentTermEditState_build_closure0(viewModel), new A._PaymentTermEditState_build_closure1(viewModel), _null, t3); + return A.EditScaffold$(_null, _null, A.Form$(_null, new A.Builder(new A._PaymentTermEditState_build_closure(this, t1), _null), $.$get$_PaymentTermEditState__formKey()), _null, t2, _null, false, _null, new A._PaymentTermEditState_build_closure0(viewModel), new A._PaymentTermEditState_build_closure1(viewModel), _null, t3); } }; A._PaymentTermEditState_didChangeDependencies_closure.prototype = { @@ -388083,7 +390360,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._PaymentTermEditState__onChanged_closure.prototype = { call$1(b) { @@ -388091,7 +390368,7 @@ b.get$_payment_term_model$_$this()._numDays = t1; return b; }, - $signature: 686 + $signature: 480 }; A._PaymentTermEditState__onChanged_closure0.prototype = { call$0() { @@ -388123,7 +390400,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, 4, false, _null, false, _null)], t3), _null, _null, _null); }, - $signature: 155 + $signature: 149 }; A._PaymentTermEditState_build__closure.prototype = { call$1(value) { @@ -388141,13 +390418,13 @@ call$1(store) { return A.PaymentTermEditVM_PaymentTermEditVM$fromStore(store); }, - $signature: 2306 + $signature: 2316 }; 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: 2307 + $signature: 2317 }; A.PaymentTermEditVM.prototype = { get$paymentTerm() { @@ -388161,7 +390438,7 @@ call$1(paymentTerm) { this.store.get$_dispatchers()[0].call$1(new A.UpdatePaymentTerm(paymentTerm)); }, - $signature: 269 + $signature: 241 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -388193,7 +390470,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure.prototype = { call$1(savedPaymentTerm) { @@ -388222,7 +390499,7 @@ } else A.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 269 + $signature: 241 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -388257,12 +390534,12 @@ t2 = _this.paymentTerm; t4 = t2.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), false, _this.isChecked), _null) : _null; + 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, 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.headline6, _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.headline6, _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$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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, false, _null, t1, new A.PaymentTermListItem_build_closure0(_this, context), new A.PaymentTermListItem_build_closure1(_this, context), 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, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.PaymentTermListItem_build_closure0(_this, context), new A.PaymentTermListItem_build_closure1(_this, context), 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); }, get$user() { return this.user; @@ -388289,7 +390566,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.PaymentTermListBuilder.prototype = { build$1(_, context) { @@ -388303,7 +390580,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: 2308 + $signature: 2318 }; A.PaymentTermListBuilder_build__closure.prototype = { call$2(context, index) { @@ -388322,7 +390599,7 @@ t2 = false; return new A.PaymentTermListItem(t4, paymentTerm, t1.filter, t2, null); }, - $signature: 2309 + $signature: 2319 }; A.PaymentTermListVM.prototype = {}; A.PaymentTermListVM_fromStore__handleRefresh.prototype = { @@ -388369,9 +390646,9 @@ t1 = "__filter_" + t2.filterClearedAt + "__"; t4 = this.viewModel.paymentTermList; t2 = t2.filter; - t5 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_paymentTerm, false, B.List_empty15, 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_empty16, _null); + t5 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_paymentTerm, false, B.List_empty16, 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_empty17, _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_empty9, new A.ListFilter(B.EntityType_paymentTerm, t2, new A.PaymentTermScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.PaymentTermListBuilder(_null), t5, B.EntityType_paymentTerm, t3, 3, "company_details", new A.PaymentTermScreen_build_closure8(store), new A.PaymentTermScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_paymentTerm, t2, new A.PaymentTermScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.PaymentTermListBuilder(_null), t5, B.EntityType_paymentTerm, t3, 3, "company_details", new A.PaymentTermScreen_build_closure8(store), new A.PaymentTermScreen_build_closure9(store)); } }; A.PaymentTermScreen_build_closure9.prototype = { @@ -388406,7 +390683,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterPaymentTermsByState(state)); }, - $signature: 50 + $signature: 52 }; A.PaymentTermScreen_build_closure.prototype = { call$0() { @@ -388458,7 +390735,7 @@ call$2(context, vm) { return new A.PaymentTermScreen(vm, null); }, - $signature: 2310 + $signature: 2320 }; A.PaymentTermScreenVM.prototype = {}; A.PaymentTermView.prototype = { @@ -388491,13 +390768,13 @@ call$1(store) { return A.PaymentTermViewVM_PaymentTermViewVM$fromStore(store); }, - $signature: 2311 + $signature: 2321 }; A.PaymentTermViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentTermView(vm, null); }, - $signature: 2312 + $signature: 2322 }; A.PaymentTermViewVM.prototype = { get$paymentTerm() { @@ -388645,7 +390922,7 @@ b.get$_product_model$_$this()._product_model$_customValue4 = t1; return b; }, - $signature: 157 + $signature: 162 }; A._ProductEditState__onChanged_closure0.prototype = { call$0() { @@ -388704,7 +390981,7 @@ b.get$_product_model$_$this()._product_model$_taxName1 = t1; return b; }, - $signature: 157 + $signature: 162 }; A._ProductEditState_build_closure1.prototype = { call$1(taxRate) { @@ -388721,7 +390998,7 @@ b.get$_product_model$_$this()._product_model$_taxName2 = t1; return b; }, - $signature: 157 + $signature: 162 }; A._ProductEditState_build_closure2.prototype = { call$1(taxRate) { @@ -388738,7 +391015,7 @@ b.get$_product_model$_$this()._product_model$_taxName3 = t1; return b; }, - $signature: 157 + $signature: 162 }; A.ProductEditScreen.prototype = { build$1(_, context) { @@ -388750,13 +391027,13 @@ call$1(store) { return A.ProductEditVM_ProductEditVM$fromStore(store); }, - $signature: 2313 + $signature: 2323 }; 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: 2314 + $signature: 2324 }; A.ProductEditVM.prototype = { get$company() { @@ -388770,7 +391047,7 @@ call$1(product) { this.store.get$_dispatchers()[0].call$1(new A.UpdateProduct(product)); }, - $signature: 201 + $signature: 205 }; A.ProductEditVM_ProductEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -388805,7 +391082,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.ProductEditVM_ProductEditVM$fromStore___closure.prototype = { call$1(savedProduct) { @@ -388834,7 +391111,7 @@ } else A.viewEntity(false, savedProduct, null, false); }, - $signature: 201 + $signature: 205 }; A.ProductEditVM_ProductEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -388883,7 +391160,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.showCheckbox) - t2 = 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__closure(t1), false, t1.isChecked), _null); + t2 = 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__closure(t1), _null, false, t1.isChecked), _null); else { t2 = t1.product; t3 = _this.state; @@ -388902,23 +391179,23 @@ t7 = A._setArrayType([A.Text$(t3.notes, _null, 6, _null, _null, _null, t5, _null, _null, _null)], t6); t8 = _this.filterMatch; if (t8 != null) - t7.push(A.Text$(t8, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.subtitle2, _null, _null, _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, t4, _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.price, context, _null, _null, B.FormatNumberType_0, false, _null, 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.ProductListItem_build__closure1(t1, context), new A.ProductListItem_build__closure2(t1, context), _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), false, t1.isChecked), _null) : _null; + 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, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.product; t5 = t4.productKey; t6 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1), A.Text$(A.formatNumber(t4.price, context, _null, _null, B.FormatNumberType_0, false, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _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, t3.size._dx); + t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1), A.Text$(A.formatNumber(t4.price, context, _null, _null, B.FormatNumberType_0, false, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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, t3.size._dx); t5 = _this.subtitle; t5 = t5.length !== 0 ? A.Text$(t5, _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); - t3 = A.ListTile$(false, _null, _null, _null, true, _null, false, _null, t2, new A.ProductListItem_build__closure4(t1, context), new A.ProductListItem_build__closure5(t1, context), 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, t3, _null, _null); + t3 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.ProductListItem_build__closure4(t1, context), new A.ProductListItem_build__closure5(t1, context), 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, t3, _null, _null); t1 = t3; } return t1; }, - $signature: 99 + $signature: 104 }; A.ProductListItem_build__closure2.prototype = { call$0() { @@ -388939,7 +391216,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 12 }; A.ProductListItem_build__closure0.prototype = { call$2(context, action) { @@ -388967,7 +391244,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 12 }; A.ProductListBuilder.prototype = { build$1(_, context) { @@ -388983,7 +391260,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: 2315 + $signature: 2325 }; A.ProductListBuilder_build__closure.prototype = { call$2(context, index) { @@ -388999,7 +391276,7 @@ t2 = false; return A.ProductListItem$(t1.filter, t2, true, null, null, product); }, - $signature: 652 + $signature: 655 }; A.ProductListVM.prototype = {}; A.ProductListVM_fromStore__handleRefresh.prototype = { @@ -389103,10 +391380,10 @@ t6.push("tax_name2"); t6.push("tax_name3"); 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_empty15, 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_empty16, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("product1", true), company.getCustomFieldValues$2$excludeBlank("product2", true), company.getCustomFieldValues$2$excludeBlank("product3", true), company.getCustomFieldValues$2$excludeBlank("product4", true), t8, B.EntityType_product, false, B.List_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_product, t2, new A.ProductScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.ProductListBuilder(_null), t6, B.EntityType_product, t1, 0, _null, new A.ProductScreen_build_closure8(store), new A.ProductScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_product, t2, new A.ProductScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.ProductListBuilder(_null), t6, B.EntityType_product, t1, 0, _null, new A.ProductScreen_build_closure8(store), new A.ProductScreen_build_closure9(store)); } }; A.ProductScreen_build_closure9.prototype = { @@ -389165,7 +391442,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterProductsByState(state)); }, - $signature: 50 + $signature: 52 }; A.ProductScreen_build_closure.prototype = { call$0() { @@ -389193,20 +391470,20 @@ call$2(context, vm) { return new A.ProductScreen(vm, null); }, - $signature: 2316 + $signature: 2326 }; A.ProductScreenVM.prototype = {}; A.ProductView.prototype = { createState$0() { - return new A._ProductViewState(null, B._StateLifecycle_0); + return new A._ProductViewState(null, null, B._StateLifecycle_0); } }; A._ProductViewState.prototype = { initState$0() { - var state, t1, _this = this; + var t1, _this = this; _this.super$State$initState(); - state = _this._widget.viewModel.state; - t1 = A.TabController$(state.uiState.productUIState.tabIndex, 2, _this); + t1 = _this._widget.viewModel.state.uiState.productUIState.tabIndex; + t1 = A.TabController$(null, t1, 2, _this); _this._product_view$_controller = t1; t1.addListener$1(0, _this.get$_product_view$_onTabChanged()); }, @@ -389253,7 +391530,7 @@ t5 = type$.JSArray_legacy_Widget; return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.ProductOverview(t2, new A.ValueKey(t3, t4)), new A._ProductViewState_build__closure(t2, context)), A.RefreshIndicator$(new A.ProductViewDocuments(t2, new A.ValueKey(t3, t4)), new A._ProductViewState_build__closure0(t2, context))], t5), t1, null), 1), new A.BottomButtons(this.product, B.EntityAction_newInvoice, B.EntityAction_clone, true, true, null)], t5), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 183 + $signature: 196 }; A._ProductViewState_build__closure.prototype = { call$0() { @@ -389269,17 +391546,17 @@ }; A.__ProductViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.ProductViewDocuments.prototype = { @@ -389292,13 +391569,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 138 }; A.ProductViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 135 + $signature: 137 }; A.ProductOverview.prototype = { createState$0() { @@ -389351,13 +391628,13 @@ call$1(store) { return A.ProductViewVM_ProductViewVM$fromStore(store); }, - $signature: 2317 + $signature: 2327 }; A.ProductViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProductView(vm, false, vm.state.uiState.productUIState.tabIndex, null); }, - $signature: 2318 + $signature: 2328 }; A.ProductViewVM.prototype = { $eq(_, other) { @@ -389396,7 +391673,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.ProductViewVM_ProductViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -389427,13 +391704,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadProduct(null, this.product.id)); }, - $signature: 97 + $signature: 98 }; A.ProjectEdit.prototype = { createState$0() { @@ -389502,7 +391779,7 @@ if (t2 == null) t2 = ""; } - return A.EditScaffold$(_null, _null, A.Form$(false, new A.Builder(new A._ProjectEditState_build_closure(this, project, t1, viewModel, state), _null), $.$get$_ProjectEditState__formKey()), _null, project, _null, false, _null, new A._ProjectEditState_build_closure0(viewModel), new A._ProjectEditState_build_closure1(this, viewModel), _null, t2); + return A.EditScaffold$(_null, _null, A.Form$(_null, new A.Builder(new A._ProjectEditState_build_closure(this, project, t1, viewModel, state), _null), $.$get$_ProjectEditState__formKey()), _null, project, _null, false, _null, new A._ProjectEditState_build_closure0(viewModel), new A._ProjectEditState_build_closure1(this, viewModel), _null, t2); } }; A._ProjectEditState_didChangeDependencies_closure.prototype = { @@ -389521,7 +391798,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_project_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._ProjectEditState__onChanged_closure.prototype = { call$1(b) { @@ -389548,7 +391825,7 @@ b.get$_project_model$_$this()._project_model$_customValue4 = t1; return b; }, - $signature: 165 + $signature: 158 }; A._ProjectEditState__onChanged_closure0.prototype = { call$0() { @@ -389616,7 +391893,7 @@ t11 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t7, t5, new A.UserPicker(t1.assignedUserId, new A._ProjectEditState_build__closure5(t8, t1), _null), t10, A.DecoratedFormField$(false, _null, false, false, t3._hoursController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), t6, _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, t3._project_edit$_taskRateController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), t4.get$taskRate(), _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, _null), new A.CustomField(t3._project_edit$_custom1Controller, _null, t9, "project1", t1.customValue1, false, _null), new A.CustomField(t3._project_edit$_custom2Controller, _null, t9, "project2", t1.customValue2, false, _null), new A.CustomField(t3._project_edit$_custom3Controller, _null, t9, "project3", t1.customValue3, false, _null), new A.CustomField(t3._project_edit$_custom4Controller, _null, t9, "project4", t1.customValue4, false, _null), A.DecoratedFormField$(false, _null, false, false, t3._project_edit$_publicNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t4.get$publicNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, t3._project_edit$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t4.get$privateNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t11), _null, 4, false, _null, true, _null)], t11), _null, _null, new A.ValueKey(t2, type$.ValueKey_legacy_String)); }, - $signature: 155 + $signature: 149 }; A._ProjectEditState_build__closure0.prototype = { call$1(val) { @@ -389634,7 +391911,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure1(client))); }, - $signature: 44 + $signature: 41 }; A._ProjectEditState_build___closure1.prototype = { call$1(b) { @@ -389645,13 +391922,13 @@ b.get$_project_model$_$this()._project_model$_clientId = t1; return b; }, - $signature: 165 + $signature: 158 }; A._ProjectEditState_build__closure1.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 160 + $signature: 163 }; A._ProjectEditState_build__closure5.prototype = { call$1(userId) { @@ -389664,7 +391941,7 @@ b.get$_project_model$_$this()._project_model$_assignedUserId = this.userId; return b; }, - $signature: 165 + $signature: 158 }; A._ProjectEditState_build__closure4.prototype = { call$1(date) { @@ -389677,7 +391954,7 @@ b.get$_project_model$_$this()._project_model$_dueDate = this.date; return b; }, - $signature: 165 + $signature: 158 }; A.ProjectEditScreen.prototype = { build$1(_, context) { @@ -389689,13 +391966,13 @@ call$1(store) { return A.ProjectEditVM_ProjectEditVM$fromStore(store); }, - $signature: 2319 + $signature: 2329 }; 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: 2320 + $signature: 2330 }; A.ProjectEditVM.prototype = { get$project() { @@ -389709,7 +391986,7 @@ call$1(project) { this.store.get$_dispatchers()[0].call$1(new A.UpdateProject(project)); }, - $signature: 221 + $signature: 209 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -389737,7 +392014,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore__closure0(t3), t4); }, - $signature: 127 + $signature: 107 }; A.ProjectEditVM_ProjectEditVM$fromStore__closure.prototype = { call$1(_) { @@ -389749,7 +392026,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/project/edit")); }, - $signature: 44 + $signature: 41 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -389775,7 +392052,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure.prototype = { call$1(savedProject) { @@ -389810,7 +392087,7 @@ A.viewEntity(false, savedProject, null, true); } }, - $signature: 221 + $signature: 209 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -389847,7 +392124,7 @@ 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); subtitle = client.displayName; - textColor = A.Theme_of(context).textTheme.bodyText1.color; + 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); @@ -389871,7 +392148,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.showCheckbox) - t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), false, t1.isChecked), _null), _null); + t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), _null, false, t1.isChecked), _null), _null); else { t2 = t1.project; t3 = _this.state; @@ -389890,20 +392167,20 @@ 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.subtitle2.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, B.JSNumber_methods.toInt$0(t3.budgetedHours), 0, 0, 0, 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, context), new A.ProjectListItem_build__closure2(t1, context), _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, B.JSNumber_methods.toInt$0(t3.budgetedHours), 0, 0, 0, 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, context), new A.ProjectListItem_build__closure2(t1, context), _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), false, t1.isChecked), _null) : _null; + 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, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.project; t5 = t4.name; t6 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1), A.Text$(A.formatDuration(A.Duration$(0, B.JSNumber_methods.toInt$0(t4.budgetedHours), 0, 0, 0, 0), false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _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, t3.size._dx); + t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1), A.Text$(A.formatDuration(A.Duration$(0, B.JSNumber_methods.toInt$0(t4.budgetedHours), 0, 0, 0, 0), false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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, t3.size._dx); t5 = _this.filterMatch; - t1 = A.ListTile$(false, _null, _null, _null, true, _null, false, _null, t2, new A.ProjectListItem_build__closure4(t1, context), new A.ProjectListItem_build__closure5(t1, context), false, _null, _null, A.Column$(A._setArrayType([A.Text$(t5 == null ? t4.number + " \u2022 " + _this.client.displayName : t5, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), new A.EntityStateLabel(t4, _null)], t6), 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.ProjectListItem_build__closure4(t1, context), new A.ProjectListItem_build__closure5(t1, context), false, _null, _null, A.Column$(A._setArrayType([A.Text$(t5 == null ? t4.number + " \u2022 " + _this.client.displayName : t5, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), new A.EntityStateLabel(t4, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); } return t1; }, - $signature: 99 + $signature: 104 }; A.ProjectListItem_build__closure2.prototype = { call$0() { @@ -389923,7 +392200,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.ProjectListItem_build__closure0.prototype = { call$2(context, action) { @@ -389950,7 +392227,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.ProjectListBuilder.prototype = { build$1(_, context) { @@ -389966,7 +392243,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: 2321 + $signature: 2331 }; A.ProjectListBuilder_build__closure.prototype = { call$2(context, index) { @@ -389985,7 +392262,7 @@ t2 = false; return new A.ProjectListItem(t4, project, t1.filter, t2, null); }, - $signature: 2322 + $signature: 2332 }; A.ProjectListVM.prototype = {}; A.ProjectListVM_fromStore__handleRefresh.prototype = { @@ -390096,10 +392373,10 @@ 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_empty15, 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_empty16, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("project1", true), company.getCustomFieldValues$2$excludeBlank("project2", true), company.getCustomFieldValues$2$excludeBlank("project3", true), company.getCustomFieldValues$2$excludeBlank("project4", true), t7, B.EntityType_project, false, B.List_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_project, t2, new A.ProjectScreen_build_closure7(store), t4, new A.ValueKey(t3, type$.ValueKey_legacy_String)), new A.ProjectListBuilder(_null), t6, B.EntityType_project, t1, 0, _null, new A.ProjectScreen_build_closure8(store), new A.ProjectScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_project, t2, new A.ProjectScreen_build_closure7(store), t4, new A.ValueKey(t3, type$.ValueKey_legacy_String)), new A.ProjectListBuilder(_null), t6, B.EntityType_project, t1, 0, _null, new A.ProjectScreen_build_closure8(store), new A.ProjectScreen_build_closure9(store)); } }; A.ProjectScreen_build_closure9.prototype = { @@ -390158,7 +392435,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterProjectsByState(state)); }, - $signature: 50 + $signature: 52 }; A.ProjectScreen_build_closure.prototype = { call$0() { @@ -390186,12 +392463,12 @@ call$2(context, vm) { return new A.ProjectScreen(vm, null); }, - $signature: 2323 + $signature: 2333 }; A.ProjectScreenVM.prototype = {}; A.ProjectView.prototype = { createState$0() { - return new A._ProjectViewState(null, B._StateLifecycle_0); + return new A._ProjectViewState(null, null, B._StateLifecycle_0); } }; A._ProjectViewState.prototype = { @@ -390200,7 +392477,7 @@ _this.super$State$initState(); t1 = _this._widget; state = t1.viewModel.state; - t2 = A.TabController$(t1.isFilter ? 0 : state.uiState.projectUIState.tabIndex, 2, _this); + t2 = A.TabController$(null, t1.isFilter ? 0 : state.uiState.projectUIState.tabIndex, 2, _this); _this._project_view$_controller = t2; t2.addListener$1(0, _this.get$_project_view$_onTabChanged()); }, @@ -390251,7 +392528,7 @@ t4 = type$.JSArray_legacy_Widget; return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.ProjectOverview(t3, t1._widget.isFilter, _null), new A._ProjectViewState_build__closure(t3, context)), A.RefreshIndicator$(new A.ProjectViewDocuments(t3, new A.ValueKey(t3.project.id, type$.ValueKey_legacy_String)), new A._ProjectViewState_build__closure0(t3, context))], t4), t2, _null), 1), new A.BottomButtons(this.project, B.EntityAction_newTask, B.EntityAction_invoiceProject, true, true, _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 183 + $signature: 196 }; A._ProjectViewState_build__closure.prototype = { call$0() { @@ -390273,17 +392550,17 @@ }; A.__ProjectViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.ProjectViewDocuments.prototype = { @@ -390296,13 +392573,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 138 }; A.ProjectViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 135 + $signature: 137 }; A.ProjectOverview.prototype = { createState$0() { @@ -390351,7 +392628,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._ProjectOverviewState_initState__closure()); }, - $signature: 290 + $signature: 298 }; A._ProjectOverviewState_initState__closure.prototype = { call$0() { @@ -390399,7 +392676,7 @@ B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.IconMessage(t1, _null, _null, _null), new A.ListDivider(_null)], t8)); return t6; }, - $signature: 180 + $signature: 199 }; A._ProjectOverviewState_build_closure.prototype = { call$0() { @@ -390417,13 +392694,13 @@ call$1(store) { return A.ProjectViewVM_ProjectViewVM$fromStore(store); }, - $signature: 2324 + $signature: 2334 }; A.ProjectViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProjectView(vm, this.$this.isFilter, vm.state.uiState.projectUIState.tabIndex, null); }, - $signature: 2325 + $signature: 2335 }; A.ProjectViewVM.prototype = { get$project() { @@ -390469,7 +392746,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -390500,13 +392777,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadProject(null, this.project.id)); }, - $signature: 97 + $signature: 98 }; A.QuoteEditDetailsScreen.prototype = { build$1(_, context) { @@ -390518,7 +392795,7 @@ call$1(store) { return A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore(store); }, - $signature: 2326 + $signature: 2336 }; A.QuoteEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -390527,14 +392804,14 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_quote, null); }, - $signature: 2327 + $signature: 2337 }; A.QuoteEditDetailsVM.prototype = {}; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure.prototype = { call$1(quote) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 152 + $signature: 146 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3(context, quote, client) { @@ -390545,7 +392822,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 278 + $signature: 275 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -390558,7 +392835,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 127 + $signature: 107 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -390570,7 +392847,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/quote/edit")); }, - $signature: 44 + $signature: 41 }; A.QuoteEditItemsScreen.prototype = { build$1(_, context) { @@ -390582,7 +392859,7 @@ call$1(store) { return A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore(store); }, - $signature: 2328 + $signature: 2338 }; A.QuoteEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -390592,14 +392869,14 @@ else return new A.InvoiceEditItems(viewModel, t1, null); }, - $signature: 2329 + $signature: 2339 }; A.QuoteEditItemsVM.prototype = {}; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure.prototype = { call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteQuoteItem(index)); }, - $signature: 98 + $signature: 94 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -390615,13 +392892,13 @@ else t1.get$_dispatchers()[0].call$1(new A.UpdateQuoteItem(index, quoteItem)); }, - $signature: 317 + $signature: 270 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 129 + $signature: 131 }; A.QuoteEditNotesScreen.prototype = { build$1(_, context) { @@ -390633,20 +392910,20 @@ call$1(store) { return A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore(store); }, - $signature: 2330 + $signature: 2340 }; A.QuoteEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2331 + $signature: 2341 }; A.QuoteEditNotesVM.prototype = {}; A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure.prototype = { call$1(quote) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 152 + $signature: 146 }; A.QuoteEditPDFScreen.prototype = { build$1(_, context) { @@ -390663,13 +392940,13 @@ t1 = t1.selectedCompanyIndex; return new A.QuoteEditPDFVM(state, t2._list[t1].userCompany.company, invoice); }, - $signature: 2332 + $signature: 2342 }; A.QuoteEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2333 + $signature: 2343 }; A.QuoteEditPDFVM.prototype = {}; A.QuoteEditScreen.prototype = { @@ -390682,13 +392959,13 @@ call$1(store) { return A.QuoteEditVM_QuoteEditVM$fromStore(store); }, - $signature: 2334 + $signature: 2344 }; 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: 2335 + $signature: 2345 }; A.QuoteEditVM.prototype = {}; A.QuoteEditVM_QuoteEditVM$fromStore_closure.prototype = { @@ -390703,7 +392980,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 193 + $signature: 180 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$0() { @@ -390721,7 +392998,7 @@ if (!quote.get$isNew()) { t2 = _this.state; t4 = t2.uiState.selectedCompanyIndex; - t2 = !A.hasQuoteChanges(quote, t2.userCompanyStates._list[t4].quoteState.map) && B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_emailQuote, B.EntityAction_viewPdf], type$.JSArray_legacy_EntityAction), _this.action); + t2 = !A.hasQuoteChanges(quote, t2.userCompanyStates._list[t4].quoteState.map) && B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_emailQuote, B.EntityAction_viewPdf, B.EntityAction_download], type$.JSArray_legacy_EntityAction), _this.action); } else t2 = false; t4 = _this.action; @@ -390733,7 +393010,7 @@ return t2.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore___closure0(quote, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore___closure1()); } }, - $signature: 31 + $signature: 32 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure.prototype = { call$1(context) { @@ -390772,10 +393049,10 @@ } } t1 = _this.action; - if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_emailQuote, B.EntityAction_viewPdf], type$.JSArray_legacy_EntityAction), t1)) + if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityAction_emailQuote, B.EntityAction_viewPdf, B.EntityAction_download], type$.JSArray_legacy_EntityAction), t1)) A.handleEntitiesActions(A._setArrayType([savedQuote], type$.JSArray_legacy_BaseEntity), t1, false); }, - $signature: 74 + $signature: 72 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -390800,7 +393077,7 @@ } this.store.get$_dispatchers()[0].call$1(new A.AddQuoteItems(items)); }, - $signature: 322 + $signature: 259 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -390818,14 +393095,14 @@ }; A.QuoteEdit.prototype = { createState$0() { - return new A._QuoteEditState(null, B._StateLifecycle_0); + return new A._QuoteEditState(null, null, B._StateLifecycle_0); } }; A._QuoteEditState.prototype = { initState$0() { var _this = this; _this.super$State$initState(); - _this._quote_edit$_controller = A.TabController$(_this._widget.viewModel.invoiceItemIndex != null ? 2 : 0, 5, _this); + _this._quote_edit$_controller = A.TabController$(null, _this._widget.viewModel.invoiceItemIndex != null ? 2 : 0, 5, _this); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); @@ -390857,7 +393134,7 @@ if (t2 == null) t2 = ""; } - t3 = A._setArrayType([B.EntityAction_viewPdf, B.EntityAction_emailQuote], type$.JSArray_legacy_EntityAction); + t3 = A._setArrayType([B.EntityAction_viewPdf, B.EntityAction_download, B.EntityAction_emailQuote], type$.JSArray_legacy_EntityAction); t4 = invoice.statusId; if (t4 === "1") t3.push(B.EntityAction_markSent); @@ -390875,7 +393152,7 @@ t7 = A.TabBarView$(A._setArrayType([new A.QuoteEditDetailsScreen(t9, _null), new A.InvoiceEditContactsScreen(invoice.entityType, _null), new A.QuoteEditItemsScreen(t9, _null), new A.QuoteEditNotesScreen(_null), new A.QuoteEditPDFScreen(_null)], t4), t8, new A.ValueKey(t7, type$.ValueKey_legacy_String)); t4 = t7; } - return A.EditScaffold$(t3, t5, A.Form$(false, t4, t6), new A.InvoiceEditFooter(invoice, _null), invoice, A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, B.Icon_yXb, "quote_edit_fab", false, new A._QuoteEditState_build_closure(_this, context, invoice, viewModel, isFullscreen), t1.get$addItem()), isFullscreen, new A._QuoteEditState_build_closure0(_this), new A._QuoteEditState_build_closure1(viewModel), new A._QuoteEditState_build_closure2(_this), _null, t2); + return A.EditScaffold$(t3, t5, A.Form$(_null, t4, t6), new A.InvoiceEditFooter(invoice, _null), invoice, A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, B.Icon_yXb, "quote_edit_fab", false, new A._QuoteEditState_build_closure(_this, context, invoice, viewModel, isFullscreen), t1.get$addItem()), isFullscreen, new A._QuoteEditState_build_closure0(_this), new A._QuoteEditState_build_closure1(viewModel), new A._QuoteEditState_build_closure2(_this), _null, t2); } }; A._QuoteEditState_build_closure1.prototype = { @@ -390888,7 +393165,7 @@ call$1(context) { return this.$this._quote_edit$_onSavePressed$1(context); }, - $signature: 25 + $signature: 26 }; A._QuoteEditState_build_closure0.prototype = { call$2(context, action) { @@ -390913,14 +393190,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: 282 + $signature: 302 }; A._QuoteEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 55 + $signature: 56 }; A._QuoteEditState_build___closure1.prototype = { call$1(item) { @@ -390939,7 +393216,7 @@ } return t1; }, - $signature: 281 + $signature: 299 }; A._QuoteEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -390953,21 +393230,21 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 280 + $signature: 322 }; A.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.QuoteEmailScreen.prototype = { @@ -390994,7 +393271,7 @@ store.get$_dispatchers()[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 399 + $signature: 370 }; A.QuoteEmailScreen_build_closure0.prototype = { call$1(store) { @@ -391005,13 +393282,13 @@ t1 = t1.selectedCompanyIndex; return A.EmailQuoteVM_EmailQuoteVM$fromStore(store, t2._list[t1].quoteState.map._map$_map.$index(0, quoteId)); }, - $signature: 2336 + $signature: 2346 }; A.QuoteEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2337 + $signature: 2347 }; A.EmailQuoteVM.prototype = {}; A.EmailQuoteVM_EmailQuoteVM$fromStore_closure.prototype = { @@ -391028,7 +393305,7 @@ 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)); }, - $signature: 400 + $signature: 369 }; A.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1(value) { @@ -391058,7 +393335,7 @@ 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); - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; t8 = _this.filter; if (t8 != null && t8.length !== 0) { t9 = t5.matchesFilterValue$1(t8); @@ -391093,7 +393370,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.isInMultiselect) - t2 = 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__closure(), false, _this.isChecked), _null); + t2 = 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__closure(), _null, false, _this.isChecked), _null); else { t2 = t1.quote; t3 = _this.state; @@ -391120,13 +393397,13 @@ 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.subtitle2.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), new A.EntityStatusChip(t3, 105, _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.QuoteListItem_build__closure1(t1, context), new A.QuoteListItem_build__closure2(t1, context), _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), new A.EntityStatusChip(t3, 105, _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.QuoteListItem_build__closure1(t1, context), new A.QuoteListItem_build__closure2(t1, context), _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(), false, _this.isChecked), _null) : _null; + 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, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.quote; t5 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(_this.client.displayName, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1), new A.SizedBox(4, _null, _null, _null), 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.headline6, _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); + t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(_this.client.displayName, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1), new A.SizedBox(4, _null, _null, _null), 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.titleLarge, _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.filterMatch; if (t6 == null) { t6 = t4.number; @@ -391142,11 +393419,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, false, _null, t2, new A.QuoteListItem_build__closure4(t1, context), new A.QuoteListItem_build__closure5(t1, context), 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, context), new A.QuoteListItem_build__closure5(t1, context), 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); } return t1; }, - $signature: 99 + $signature: 104 }; A.QuoteListItem_build__closure2.prototype = { call$0() { @@ -391207,7 +393484,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: 2338 + $signature: 2348 }; A.QuoteListBuilder_build__closure.prototype = { call$2(context, index) { @@ -391215,7 +393492,7 @@ invoiceId = J.$index$asx(t1.invoiceList, index); return new A.QuoteListItem(t1.invoiceMap._map$_map.$index(0, invoiceId), t1.filter, true, null); }, - $signature: 412 + $signature: 366 }; A.QuoteListVM.prototype = {}; A.QuoteListVM_fromStore__handleRefresh.prototype = { @@ -391264,13 +393541,13 @@ t1 = t1.selectedCompanyIndex; return new A.QuotePdfVM(state, t2._list[t1].quoteState.$get$1(0, invoiceId), quoteUIState.historyActivityId); }, - $signature: 2339 + $signature: 2349 }; 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: 2340 + $signature: 2350 }; A.QuotePdfVM.prototype = {}; A.QuotePresenter.prototype = { @@ -391365,10 +393642,10 @@ t6.push("is_viewed"); t6.push("last_sent_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_empty15, new A.QuoteScreen_build_closure(store), new A.QuoteScreen_build_closure0(store), new A.QuoteScreen_build_closure1(store), new A.QuoteScreen_build_closure2(store), new A.QuoteScreen_build_closure3(store), new A.QuoteScreen_build_closure4(store), new A.QuoteScreen_build_closure5(store), new A.QuoteScreen_build_closure6(store), A._setArrayType(["number", "date", "valid_until", "updated_at"], t5), A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure7(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure8(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure9(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure10(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure11(t1))], type$.JSArray_legacy_EntityStatus), t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_quote, false, B.List_empty16, new A.QuoteScreen_build_closure(store), new A.QuoteScreen_build_closure0(store), new A.QuoteScreen_build_closure1(store), new A.QuoteScreen_build_closure2(store), new A.QuoteScreen_build_closure3(store), new A.QuoteScreen_build_closure4(store), new A.QuoteScreen_build_closure5(store), new A.QuoteScreen_build_closure6(store), A._setArrayType(["number", "date", "valid_until", "updated_at"], t5), A._setArrayType([A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure7(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure8(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure9(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure10(t1)), A._$InvoiceStatusEntity$_("", "").rebuild$1(new A.QuoteScreen_build_closure11(t1))], type$.JSArray_legacy_EntityStatus), 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_empty9, new A.ListFilter(B.EntityType_quote, t2, new A.QuoteScreen_build_closure13(store), t4, new A.ValueKey(t3, type$.ValueKey_legacy_String)), new A.QuoteListBuilder(_null), t6, B.EntityType_quote, t1, 0, _null, new A.QuoteScreen_build_closure14(store), new A.QuoteScreen_build_closure15(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_quote, t2, new A.QuoteScreen_build_closure13(store), t4, new A.ValueKey(t3, type$.ValueKey_legacy_String)), new A.QuoteListBuilder(_null), t6, B.EntityType_quote, t1, 0, _null, new A.QuoteScreen_build_closure14(store), new A.QuoteScreen_build_closure15(store)); } }; A.QuoteScreen_build_closure15.prototype = { @@ -391427,13 +393704,13 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByState(state)); }, - $signature: 50 + $signature: 52 }; A.QuoteScreen_build_closure6.prototype = { call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 235 + $signature: 231 }; A.QuoteScreen_build_closure7.prototype = { call$1(b) { @@ -391443,7 +393720,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.QuoteScreen_build_closure8.prototype = { call$1(b) { @@ -391453,7 +393730,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.QuoteScreen_build_closure9.prototype = { call$1(b) { @@ -391463,7 +393740,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.QuoteScreen_build_closure10.prototype = { call$1(b) { @@ -391475,7 +393752,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.QuoteScreen_build_closure11.prototype = { call$1(b) { @@ -391487,7 +393764,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.QuoteScreen_build_closure.prototype = { call$0() { @@ -391515,7 +393792,7 @@ call$2(context, vm) { return new A.QuoteScreen(vm, null); }, - $signature: 2341 + $signature: 2351 }; A.QuoteScreenVM.prototype = {}; A.QuoteViewScreen.prototype = { @@ -391528,13 +393805,13 @@ call$1(store) { return A.QuoteViewVM_QuoteViewVM$fromStore(store); }, - $signature: 2342 + $signature: 2352 }; A.QuoteViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.quoteUIState.tabIndex, null); }, - $signature: 2343 + $signature: 2353 }; A.QuoteViewVM.prototype = {}; A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh.prototype = { @@ -391557,7 +393834,7 @@ $defaultValues() { return [null]; }, - $signature: 302 + $signature: 257 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -391571,7 +393848,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -391602,13 +393879,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadQuote(null, this.quote.id)); }, - $signature: 97 + $signature: 98 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure3.prototype = { call$3(context, quote, activityId) { @@ -391622,7 +393899,7 @@ $defaultValues() { return [null]; }, - $signature: 293 + $signature: 242 }; A.RecurringExpenseEditScreen.prototype = { build$1(_, context) { @@ -391634,20 +393911,70 @@ call$1(store) { return A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore(store); }, - $signature: 2344 + $signature: 2354 }; 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: 2345 + $signature: 2355 }; A.RecurringExpenseEditVM.prototype = {}; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure.prototype = { call$1(recurringExpense) { this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); }, - $signature: 119 + $signature: 115 + }; + A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2.prototype = { + call$2(context, completer) { + var _null = null, + t1 = A.ClientEntity_ClientEntity(_null, _null, _null, _null), + t2 = new A._Future($.Zone__current, type$._Future_Null), + t3 = this.store, + t4 = type$.Null; + t2.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1(t3), t4); + A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); + completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2(t3), t4); + }, + $signature: 107 + }; + A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1.prototype = { + call$1(_) { + this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); + }, + $signature: 3 + }; + A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2.prototype = { + call$1(client) { + this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); + }, + $signature: 41 + }; + A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3.prototype = { + call$2(context, completer) { + var _null = null, + t1 = A.VendorEntity_VendorEntity(_null, _null, _null), + t2 = new A._Future($.Zone__current, type$._Future_Null), + t3 = this.store, + t4 = type$.Null; + t2.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure(t3), t4); + A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); + completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0(t3), t4); + }, + $signature: 107 + }; + A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { + call$1(_) { + this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); + }, + $signature: 3 + }; + A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0.prototype = { + call$1(expense) { + this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); + }, + $signature: 41 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -391667,14 +393994,14 @@ t1.call$0(); $.Debouncer_action = null; } - new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure(this.store, context, this.state, action).call$0(); + new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3(this.store, context, this.state, action).call$0(); }, call$1(context) { return this.call$2(context, null); }, - $signature: 193 + $signature: 180 }; - A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { + A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3.prototype = { call$0() { var t4, t5, _this = this, t1 = _this.store, @@ -391695,7 +394022,7 @@ return t4.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure(recurringExpense, t3, _this.state, t1, t2), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0(t2)); } }, - $signature: 31 + $signature: 32 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure.prototype = { call$1(savedRecurringExpense) { @@ -391733,7 +394060,7 @@ } } }, - $signature: 119 + $signature: 115 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -391777,7 +394104,7 @@ } 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); - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; if (filterMatch != null) t1.subtitle = filterMatch; @@ -391817,7 +394144,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.showCheckbox) - t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), false, _this.isChecked), _null), _null); + t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), _null, false, _this.isChecked), _null), _null); else { t2 = t1.expense; t3 = _this.state; @@ -391836,36 +394163,36 @@ 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; - t9 = A.Expanded$(A.Column$(A._setArrayType([t7, A.Text$(t8, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.subtitle2.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); + t9 = 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); t8 = t3.get$grossAmount(); 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), new A.EntityStatusChip(t3, 105, _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.RecurringExpenseListItem_build__closure1(t1, context), new A.RecurringExpenseListItem_build__closure2(t1, context), _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), false, _this.isChecked), _null) : _null; + 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, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.expense; t5 = t4.publicNotes; if (t5.length === 0) t5 = t4.number; - t5 = A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, 1, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1); + t5 = A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, 1, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1); t6 = t4.get$grossAmount(); t7 = t4.exchangeRate; if (t7 === 0) t7 = 1; t8 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([t5, A.Text$(A.formatNumber(t6 * t7, context, _null, t4.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _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, t3.size._dx); + t3 = A.Container$(_null, A.Row$(A._setArrayType([t5, A.Text$(A.formatNumber(t6 * t7, context, _null, t4.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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, t3.size._dx); t5 = _this.filterMatch; if (t5 == null) t5 = _this._box_0.subtitle; t6 = _this.textColor; - t3 = A.ListTile$(false, _null, _null, _null, true, _null, false, _null, t2, new A.RecurringExpenseListItem_build__closure4(t1, context), new A.RecurringExpenseListItem_build__closure5(t1, context), false, _null, _null, A.Column$(A._setArrayType([A.Text$(t5, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.subtitle2.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)], t8), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); + t3 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.RecurringExpenseListItem_build__closure4(t1, context), new A.RecurringExpenseListItem_build__closure5(t1, context), false, _null, _null, 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)], t8), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t3, _null, _null); t1 = t3; } return t1; }, - $signature: 99 + $signature: 104 }; A.RecurringExpenseListItem_build__closure2.prototype = { call$0() { @@ -391884,7 +394211,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.RecurringExpenseListItem_build__closure0.prototype = { call$2(context, action) { @@ -391910,7 +394237,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.RecurringExpenseListBuilder.prototype = { build$1(_, context) { @@ -391927,7 +394254,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: 2346 + $signature: 2356 }; A.RecurringExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -391943,7 +394270,7 @@ t2 = false; return new A.RecurringExpenseListItem(recurringExpense, t1.filter, t2, null); }, - $signature: 2347 + $signature: 2357 }; A.RecurringExpenseListVM.prototype = {}; A.RecurringExpenseListVM_fromStore__handleRefresh.prototype = { @@ -392132,10 +394459,10 @@ 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_empty15, 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_empty16, t7); + 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_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_recurringExpense, t2, new A.RecurringExpenseScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.RecurringExpenseListBuilder(_null), t7, B.EntityType_recurringExpense, t1, 0, _null, new A.RecurringExpenseScreen_build_closure8(store), new A.RecurringExpenseScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_recurringExpense, t2, new A.RecurringExpenseScreen_build_closure7(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.RecurringExpenseListBuilder(_null), t7, B.EntityType_recurringExpense, t1, 0, _null, new A.RecurringExpenseScreen_build_closure8(store), new A.RecurringExpenseScreen_build_closure9(store)); } }; A.RecurringExpenseScreen_build_closure9.prototype = { @@ -392170,7 +394497,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringExpensesByState(state)); }, - $signature: 50 + $signature: 52 }; A.RecurringExpenseScreen_build_closure.prototype = { call$0() { @@ -392222,7 +394549,7 @@ call$2(context, vm) { return new A.RecurringExpenseScreen(vm, null); }, - $signature: 2348 + $signature: 2358 }; A.RecurringExpenseScreenVM.prototype = {}; A.RecurringExpenseViewScreen.prototype = { @@ -392235,13 +394562,13 @@ call$1(store) { return A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore(store); }, - $signature: 2349 + $signature: 2359 }; A.RecurringExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, false, vm.state.uiState.recurringExpenseUIState.tabIndex, null); }, - $signature: 2350 + $signature: 2360 }; A.RecurringExpenseViewVM.prototype = {}; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh.prototype = { @@ -392264,7 +394591,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -392297,24 +394624,24 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringExpense(null, this.recurringExpense.id)); }, - $signature: 97 + $signature: 98 }; A.RecurringInvoiceEdit.prototype = { createState$0() { - return new A._RecurringInvoiceEditState(null, B._StateLifecycle_0); + return new A._RecurringInvoiceEditState(null, null, B._StateLifecycle_0); } }; A._RecurringInvoiceEditState.prototype = { initState$0() { var _this = this; _this.super$State$initState(); - _this._recurring_invoice_edit$_controller = A.TabController$(_this._widget.viewModel.invoiceItemIndex != null ? 2 : 0, 5, _this); + _this._recurring_invoice_edit$_controller = A.TabController$(null, _this._widget.viewModel.invoiceItemIndex != null ? 2 : 0, 5, _this); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); @@ -392366,7 +394693,7 @@ t8 = A.TabBarView$(A._setArrayType([new A.RecurringInvoiceEditDetailsScreen(t10, _null), new A.InvoiceEditContactsScreen(t5, _null), new A.RecurringInvoiceEditItemsScreen(t10, false, _null), new A.RecurringInvoiceEditNotesScreen(_null), new A.RecurringInvoiceEditPDFScreen(_null)], t4), t9, new A.ValueKey(t8, type$.ValueKey_legacy_String)); t4 = t8; } - return A.EditScaffold$(t3, t6, A.Form$(false, t4, t7), new A.InvoiceEditFooter(recurringInvoice, _null), recurringInvoice, A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, B.Icon_yXb, "recurring_invoice_edit_fab", false, new A._RecurringInvoiceEditState_build_closure(_this, context, recurringInvoice, viewModel, isFullscreen), t1.get$addItem()), isFullscreen, new A._RecurringInvoiceEditState_build_closure0(_this), new A._RecurringInvoiceEditState_build_closure1(viewModel), new A._RecurringInvoiceEditState_build_closure2(_this), _null, t2); + return A.EditScaffold$(t3, t6, A.Form$(_null, t4, t7), new A.InvoiceEditFooter(recurringInvoice, _null), recurringInvoice, A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, B.Icon_yXb, "recurring_invoice_edit_fab", false, new A._RecurringInvoiceEditState_build_closure(_this, context, recurringInvoice, viewModel, isFullscreen), t1.get$addItem()), isFullscreen, new A._RecurringInvoiceEditState_build_closure0(_this), new A._RecurringInvoiceEditState_build_closure1(viewModel), new A._RecurringInvoiceEditState_build_closure2(_this), _null, t2); } }; A._RecurringInvoiceEditState_build_closure1.prototype = { @@ -392379,7 +394706,7 @@ call$1(context) { return this.$this._recurring_invoice_edit$_onSavePressed$1(context); }, - $signature: 25 + $signature: 26 }; A._RecurringInvoiceEditState_build_closure0.prototype = { call$2(context, action) { @@ -392405,14 +394732,14 @@ t5 = A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._RecurringInvoiceEditState_build___closure(), t3._eval$1("WhereIterable<1>")), new A._RecurringInvoiceEditState_build___closure0(t4), t5), true, t5._eval$1("Iterable.E")); return new A.InvoiceItemSelector(new A._RecurringInvoiceEditState_build___closure1(_this.$this, t4, _this.isFullscreen), t1.clientId, t5, false, null); }, - $signature: 282 + $signature: 302 }; A._RecurringInvoiceEditState_build___closure.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 55 + $signature: 56 }; A._RecurringInvoiceEditState_build___closure0.prototype = { call$1(item) { @@ -392431,7 +394758,7 @@ } return t1; }, - $signature: 281 + $signature: 299 }; A._RecurringInvoiceEditState_build___closure1.prototype = { call$3(items, clientId, projectId) { @@ -392445,21 +394772,21 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 280 + $signature: 322 }; A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.RecurringInvoiceEditDetailsScreen.prototype = { @@ -392472,7 +394799,7 @@ call$1(store) { return A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore(store); }, - $signature: 2351 + $signature: 2361 }; A.RecurringInvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -392481,14 +394808,14 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_recurringInvoice, null); }, - $signature: 2352 + $signature: 2362 }; A.RecurringInvoiceEditDetailsVM.prototype = {}; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure.prototype = { call$1(invoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoice(invoice)); }, - $signature: 152 + $signature: 146 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -392499,7 +394826,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 278 + $signature: 275 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -392512,7 +394839,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 127 + $signature: 107 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -392524,7 +394851,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/edit")); }, - $signature: 44 + $signature: 41 }; A.RecurringInvoiceEditItemsScreen.prototype = { build$1(_, context) { @@ -392536,7 +394863,7 @@ call$1(store) { return A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2353 + $signature: 2363 }; A.RecurringInvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -392547,14 +394874,14 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2354 + $signature: 2364 }; A.RecurringInvoiceEditItemsVM.prototype = {}; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure.prototype = { call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteRecurringInvoiceItem(index)); }, - $signature: 98 + $signature: 94 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -392572,7 +394899,7 @@ } else t1.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoiceItem(index, item)); }, - $signature: 317 + $signature: 270 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -392586,7 +394913,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 129 + $signature: 131 }; A.RecurringInvoiceEditNotesScreen.prototype = { build$1(_, context) { @@ -392598,20 +394925,20 @@ call$1(store) { return A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore(store); }, - $signature: 2355 + $signature: 2365 }; A.RecurringInvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2356 + $signature: 2366 }; A.RecurringInvoiceEditNotesVM.prototype = {}; A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure.prototype = { call$1(recurringInvoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 152 + $signature: 146 }; A.RecurringInvoiceEditPDFScreen.prototype = { build$1(_, context) { @@ -392628,13 +394955,13 @@ t1 = t1.selectedCompanyIndex; return new A.RecurringInvoiceEditPDFVM(state, t2._list[t1].userCompany.company, invoice); }, - $signature: 2357 + $signature: 2367 }; A.RecurringInvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2358 + $signature: 2368 }; A.RecurringInvoiceEditPDFVM.prototype = {}; A.RecurringInvoiceEditScreen.prototype = { @@ -392647,13 +394974,13 @@ call$1(store) { return A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore(store); }, - $signature: 2359 + $signature: 2369 }; 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: 2360 + $signature: 2370 }; A.RecurringInvoiceEditVM.prototype = {}; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure.prototype = { @@ -392668,7 +394995,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 193 + $signature: 180 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$0() { @@ -392698,7 +395025,7 @@ return t2.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0(recurringInvoice, t3, _this.state, t1, $navigator), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1()); } }, - $signature: 31 + $signature: 32 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure.prototype = { call$1(context) { @@ -392737,7 +395064,7 @@ } } }, - $signature: 74 + $signature: 72 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -392762,7 +395089,7 @@ } this.store.get$_dispatchers()[0].call$1(new A.AddRecurringInvoiceItems(items)); }, - $signature: 322 + $signature: 259 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -392780,7 +395107,7 @@ }; A.RecurringInvoiceListItem.prototype = { build$1(_, context) { - var t5, client, invoiceUIState, listUIState, isInMultiselect, t6, t7, isChecked, textStyle, t8, filterMatch, statusLabel, statusColor, textColor, subtitle, _null = null, t1 = {}, + 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, @@ -392790,11 +395117,11 @@ client = t2[t4].clientState.$get$1(0, t5.clientId); invoiceUIState = t3.recurringInvoiceUIState; listUIState = state.getUIState$1(t5.entityType).get$listUIState(); - isInMultiselect = listUIState.selectedIds != null; + t6 = listUIState.selectedIds; + isInMultiselect = t6 != null; if (isInMultiselect) { - t6 = t5.id; - t7 = listUIState.selectedIds; - isChecked = t7 != null && B.JSArray_methods.contains$1(t7._list, t6); + t7 = t5.id; + isChecked = B.JSArray_methods.contains$1(t6._list, t7); } 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); @@ -392807,7 +395134,7 @@ 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()); - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; t1.subtitle = ""; t7 = t5.nextSendDate; if (t7.length !== 0) { @@ -392837,7 +395164,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.isInMultiselect) - t2 = 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__closure(), false, _this.isChecked), _null); + t2 = 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__closure(), _null, false, _this.isChecked), _null); else { t2 = t1.invoice; t3 = _this.state; @@ -392864,13 +395191,13 @@ 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.subtitle2.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), new A.EntityStatusChip(t3, 105, _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.RecurringInvoiceListItem_build__closure1(t1, context), new A.RecurringInvoiceListItem_build__closure2(t1, context), _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), new A.EntityStatusChip(t3, 105, _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.RecurringInvoiceListItem_build__closure1(t1, context), new A.RecurringInvoiceListItem_build__closure2(t1, context), _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(), false, _this.isChecked), _null) : _null; + 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, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.invoice; t5 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(_this.client.displayName, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1), new A.SizedBox(4, _null, _null, _null), 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.headline6, _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); + t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(_this.client.displayName, _null, _null, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1), new A.SizedBox(4, _null, _null, _null), 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.titleLarge, _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.filterMatch; if (t6 == null) { t6 = t4.number; @@ -392884,11 +395211,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, false, _null, t2, new A.RecurringInvoiceListItem_build__closure4(t1, context), new A.RecurringInvoiceListItem_build__closure5(t1, context), 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, context), new A.RecurringInvoiceListItem_build__closure5(t1, context), 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); } return t1; }, - $signature: 99 + $signature: 104 }; A.RecurringInvoiceListItem_build__closure2.prototype = { call$0() { @@ -392948,7 +395275,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: 2361 + $signature: 2371 }; A.RecurringInvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -392956,7 +395283,7 @@ recurringInvoiceId = J.$index$asx(t1.recurringInvoiceList, index); return new A.RecurringInvoiceListItem(t1.recurringInvoiceMap._map$_map.$index(0, recurringInvoiceId), t1.filter, null); }, - $signature: 2362 + $signature: 2372 }; A.RecurringInvoiceListVM.prototype = {}; A.RecurringInvoiceListVM_fromStore__handleRefresh.prototype = { @@ -393005,13 +395332,13 @@ t1 = t1.selectedCompanyIndex; return new A.RecurringInvoicePdfVM(state, t2._list[t1].recurringInvoiceState.$get$1(0, invoiceId), recurringInvoiceUIState.historyActivityId); }, - $signature: 2363 + $signature: 2373 }; 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: 2364 + $signature: 2374 }; A.RecurringInvoicePdfVM.prototype = {}; A.RecurringInvoicePresenter.prototype = { @@ -393124,10 +395451,10 @@ t8 = A._setArrayType(["status", "number", "number", "client", "amount", _s16_, "next_send_date", "frequency", "due_date_days", "auto_bill"], t6); t6 = A._setArrayType(["number", "next_send_date", "updated_at"], t6); t9 = 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_EntityStatus); - 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_empty15, 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, t9, t7); + 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_empty16, 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, t9, 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_empty9, new A.ListFilter(B.EntityType_recurringInvoice, t2, new A.RecurringInvoiceScreen_build_closure13(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.RecurringInvoiceListBuilder(_null), t7, B.EntityType_recurringInvoice, t1, 0, _null, new A.RecurringInvoiceScreen_build_closure14(store), new A.RecurringInvoiceScreen_build_closure15(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_recurringInvoice, t2, new A.RecurringInvoiceScreen_build_closure13(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.RecurringInvoiceListBuilder(_null), t7, B.EntityType_recurringInvoice, t1, 0, _null, new A.RecurringInvoiceScreen_build_closure14(store), new A.RecurringInvoiceScreen_build_closure15(store)); } }; A.RecurringInvoiceScreen_build_closure15.prototype = { @@ -393162,13 +395489,13 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 235 + $signature: 231 }; A.RecurringInvoiceScreen_build_closure10.prototype = { call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByState(state)); }, - $signature: 50 + $signature: 52 }; A.RecurringInvoiceScreen_build_closure4.prototype = { call$0() { @@ -393188,7 +395515,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.RecurringInvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -393199,7 +395526,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.RecurringInvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -393210,7 +395537,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.RecurringInvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -393222,7 +395549,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.RecurringInvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -393234,7 +395561,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 70 + $signature: 73 }; A.RecurringInvoiceScreen_build_closure5.prototype = { call$1(value) { @@ -393276,7 +395603,7 @@ call$2(context, vm) { return new A.RecurringInvoiceScreen(vm, null); }, - $signature: 2365 + $signature: 2375 }; A.RecurringInvoiceScreenVM.prototype = {}; A.RecurringInvoiceViewScreen.prototype = { @@ -393289,13 +395616,13 @@ call$1(store) { return A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore(store); }, - $signature: 2366 + $signature: 2376 }; A.RecurringInvoiceViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoiceView(vm, this.$this.isFilter, vm.state.uiState.recurringInvoiceUIState.tabIndex, null); }, - $signature: 2367 + $signature: 2377 }; A.RecurringInvoiceViewVM.prototype = {}; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh.prototype = { @@ -393318,7 +395645,7 @@ $defaultValues() { return [null]; }, - $signature: 302 + $signature: 257 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -393332,7 +395659,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -393363,13 +395690,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoice(null, this.invoice.id)); }, - $signature: 97 + $signature: 98 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3.prototype = { call$3(context, invoice, activityId) { @@ -393383,171 +395710,171 @@ $defaultValues() { return [null]; }, - $signature: 293 + $signature: 242 }; A.ClientReportFields.prototype = { toString$0(_) { - return this._client_report$_name; + return "ClientReportFields." + this._core$_name; } }; A.memoizedClientReport_closure.prototype = { call$5(userCompany, reportsUIState, clientMap, userMap, staticState) { return A.clientReport(userCompany, reportsUIState, clientMap, userMap, staticState); }, - $signature: 659 + $signature: 662 }; A.clientReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_0, e, type$.legacy_ClientReportFields); + return A.EnumUtils_fromString(B.List_2No, e, type$.legacy_ClientReportFields); }, - $signature: 2369 + $signature: 2379 }; A.clientReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2370 + $signature: 2380 }; A.clientReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 425 + $signature: 440 }; A.clientReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.clientReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 425 + $signature: 440 }; A.clientReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 425 + $signature: 440 }; A.ContactReportFields.prototype = { toString$0(_) { - return this._contact_report$_name; + return "ContactReportFields." + this._core$_name; } }; A.memoizedContactReport_closure.prototype = { call$5(userCompany, reportsUIState, clientMap, userMap, staticState) { return A.contactReport(userCompany, reportsUIState, clientMap, userMap, staticState); }, - $signature: 659 + $signature: 662 }; A.contactReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_HB4, e, type$.legacy_ContactReportFields); + return A.EnumUtils_fromString(B.List_APm, e, type$.legacy_ContactReportFields); }, - $signature: 2373 + $signature: 2383 }; A.contactReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2374 + $signature: 2384 }; A.contactReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 427 + $signature: 437 }; A.contactReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.contactReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 427 + $signature: 437 }; A.contactReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 427 + $signature: 437 }; A.CreditReportFields.prototype = { toString$0(_) { - return this._credit_report$_name; + return "CreditReportFields." + this._core$_name; } }; A.memoizedCreditReport_closure.prototype = { call$6(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState) { return A.creditReport(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState); }, - $signature: 663 + $signature: 666 }; A.creditReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_MEg, e, type$.legacy_CreditReportFields); + return A.EnumUtils_fromString(B.List_rFM, e, type$.legacy_CreditReportFields); }, - $signature: 2377 + $signature: 2387 }; A.creditReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2378 + $signature: 2388 }; A.creditReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 428 + $signature: 403 }; A.creditReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.creditReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.creditReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 428 + $signature: 403 }; A.creditReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 428 + $signature: 403 }; A.DocumentReportFields.prototype = { toString$0(_) { - return this._document_report$_name; + return "DocumentReportFields." + this._core$_name; } }; A.memoizedDocumentReport_closure.prototype = { 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: 2380 + $signature: 2390 }; A.documentReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_usR, e, type$.legacy_DocumentReportFields); + return A.EnumUtils_fromString(B.List_lqi, e, type$.legacy_DocumentReportFields); }, - $signature: 2381 + $signature: 2391 }; A.documentReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2382 + $signature: 2392 }; A.documentReport__getRow.prototype = { call$2(entity, $document) { @@ -393632,13 +395959,13 @@ } return skip ? _null : row; }, - $signature: 2383 + $signature: 2393 }; 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)); }, - $signature: 210 + $signature: 233 }; A.documentReport__closure2.prototype = { call$1($document) { @@ -393652,7 +395979,7 @@ call$2(productId, product) { B.JSArray_methods.forEach$1(product.documents._list, new A.documentReport__closure1(this._getRow, product, this.data)); }, - $signature: 2384 + $signature: 2394 }; A.documentReport__closure1.prototype = { call$1($document) { @@ -393666,7 +395993,7 @@ call$2(invoiceId, invoice) { B.JSArray_methods.forEach$1(invoice.documents._list, new A.documentReport__closure0(this._getRow, invoice, this.data)); }, - $signature: 53 + $signature: 48 }; A.documentReport__closure0.prototype = { call$1($document) { @@ -393680,7 +396007,7 @@ call$2(quoteId, quote) { B.JSArray_methods.forEach$1(quote.documents._list, new A.documentReport__closure(this._getRow, quote, this.data)); }, - $signature: 53 + $signature: 48 }; A.documentReport__closure.prototype = { call$1($document) { @@ -393694,513 +396021,513 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 429 + $signature: 433 }; A.documentReport_closure6.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.documentReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.documentReport_closure7.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 429 + $signature: 433 }; A.documentReport_closure8.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 429 + $signature: 433 }; A.ExpenseReportFields.prototype = { toString$0(_) { - return this._expense_report$_name; + return "ExpenseReportFields." + this._core$_name; } }; A.memoizedExpenseReport_closure.prototype = { call$9(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { return A.expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 2386 + $signature: 2396 }; A.expenseReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_aVE, e, type$.legacy_ExpenseReportFields); + return A.EnumUtils_fromString(B.List_QcJ, e, type$.legacy_ExpenseReportFields); }, - $signature: 2387 + $signature: 2397 }; A.expenseReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2388 + $signature: 2398 }; A.expenseReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 430 + $signature: 454 }; A.expenseReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.expenseReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.expenseReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 430 + $signature: 454 }; A.expenseReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 430 + $signature: 454 }; A.InvoiceItemReportFields.prototype = { toString$0(_) { - return this._invoice_item_report$_name; + return "InvoiceItemReportFields." + this._core$_name; } }; A.memoizedInvoiceItemReport_closure.prototype = { call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport0(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 667 + $signature: 670 }; A.lineItemReport_closure5.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_hN6, e, type$.legacy_InvoiceItemReportFields); + return A.EnumUtils_fromString(B.List_Wii, e, type$.legacy_InvoiceItemReportFields); }, - $signature: 2391 + $signature: 2401 }; A.lineItemReport_closure6.prototype = { call$1(element) { return element != null; }, - $signature: 2392 + $signature: 2402 }; A.lineItemReport_closure7.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 431 + $signature: 421 }; A.lineItemReport_closure8.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.lineItemReport_closure9.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 431 + $signature: 421 }; A.lineItemReport_closure10.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 431 + $signature: 421 }; A.InvoiceReportFields.prototype = { toString$0(_) { - return this._invoice_report$_name; + return "InvoiceReportFields." + this._core$_name; } }; A.memoizedInvoiceReport_closure.prototype = { call$6(userCompany, reportsUIState, invoiceMap, clientMap, userMap, staticState) { return A.invoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, staticState); }, - $signature: 663 + $signature: 666 }; A.invoiceReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_kfn, e, type$.legacy_InvoiceReportFields); + return A.EnumUtils_fromString(B.List_gc60, e, type$.legacy_InvoiceReportFields); }, - $signature: 2394 + $signature: 2404 }; A.invoiceReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2395 + $signature: 2405 }; A.invoiceReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 432 + $signature: 420 }; A.invoiceReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.invoiceReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.invoiceReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 432 + $signature: 420 }; A.invoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 432 + $signature: 420 }; A.TaxRateReportFields0.prototype = { toString$0(_) { - return this._invoice_tax_report$_name; + return "TaxRateReportFields." + this._core$_name; } }; A.memoizedInvoiceTaxReport_closure.prototype = { call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.taxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 670 + $signature: 673 }; A.taxReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_dyC, e, type$.legacy_TaxRateReportFields); + return A.EnumUtils_fromString(B.List_San, e, type$.legacy_TaxRateReportFields); }, - $signature: 2398 + $signature: 2408 }; A.taxReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2399 + $signature: 2409 }; A.taxReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 286 + $signature: 317 }; A.taxReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.taxReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 286 + $signature: 317 }; A.taxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 286 + $signature: 317 }; A.taxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 286 + $signature: 317 }; A.PaymentReportFields.prototype = { toString$0(_) { - return this._payment_report$_name; + return "PaymentReportFields." + this._core$_name; } }; A.memoizedPaymentReport_closure.prototype = { call$6(userCompany, reportsUIState, paymentMap, clientMap, userMap, staticState) { return A.paymentReport(userCompany, reportsUIState, paymentMap, clientMap, userMap, staticState); }, - $signature: 2401 + $signature: 2411 }; A.paymentReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_Fb0, e, type$.legacy_PaymentReportFields); + return A.EnumUtils_fromString(B.List_yzJ, e, type$.legacy_PaymentReportFields); }, - $signature: 2402 + $signature: 2412 }; A.paymentReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2403 + $signature: 2413 }; A.paymentReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 434 + $signature: 418 }; A.paymentReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.paymentReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.paymentReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 434 + $signature: 418 }; A.paymentReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 434 + $signature: 418 }; A.TaxRateReportFields.prototype = { toString$0(_) { - return this._payment_tax_report$_name; + return "TaxRateReportFields." + this._core$_name; } }; A.memoizedPaymentTaxReport_closure.prototype = { call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.paymentTaxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 670 + $signature: 673 }; A.paymentTaxReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_QsP, e, type$.legacy_TaxRateReportFields_2); + return A.EnumUtils_fromString(B.List_4mv, e, type$.legacy_TaxRateReportFields_2); }, - $signature: 2405 + $signature: 2415 }; A.paymentTaxReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2406 + $signature: 2416 }; A.paymentTaxReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 279 + $signature: 311 }; A.paymentTaxReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.paymentTaxReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 279 + $signature: 311 }; A.paymentTaxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 279 + $signature: 311 }; A.paymentTaxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 279 + $signature: 311 }; A.ProductReportFields.prototype = { toString$0(_) { - return this._product_report$_name; + return "ProductReportFields." + this._core$_name; } }; A.memoizedProductReport_closure.prototype = { call$6(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState) { return A.productReport(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState); }, - $signature: 2408 + $signature: 2418 }; A.productReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_IwX, e, type$.legacy_ProductReportFields); + return A.EnumUtils_fromString(B.List_ubB, e, type$.legacy_ProductReportFields); }, - $signature: 2409 + $signature: 2419 }; A.productReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2410 + $signature: 2420 }; A.productReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 436 + $signature: 416 }; A.productReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.productReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.productReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 436 + $signature: 416 }; A.productReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 436 + $signature: 416 }; A.ProfitAndLossReportFields.prototype = { toString$0(_) { - return this._profit_loss_report$_name; + return "ProfitAndLossReportFields." + this._core$_name; } }; A.memoizedProfitAndLossReport_closure.prototype = { call$9(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState) { return A.profitAndLossReport(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState); }, - $signature: 2412 + $signature: 2422 }; A.profitAndLossReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_EKR, e, type$.legacy_ProfitAndLossReportFields); + return A.EnumUtils_fromString(B.List_KLa, e, type$.legacy_ProfitAndLossReportFields); }, - $signature: 2413 + $signature: 2423 }; A.profitAndLossReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2414 + $signature: 2424 }; A.profitAndLossReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 308 + $signature: 304 }; A.profitAndLossReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.profitAndLossReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.profitAndLossReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 308 + $signature: 304 }; A.profitAndLossReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 308 + $signature: 304 }; A.profitAndLossReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 308 + $signature: 304 }; A.QuoteItemReportFields.prototype = { toString$0(_) { - return this._quote_item_report$_name; + return "QuoteItemReportFields." + this._core$_name; } }; A.memoizedQuoteItemReport_closure.prototype = { call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 667 + $signature: 670 }; A.lineItemReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_dWA, e, type$.legacy_QuoteItemReportFields); + return A.EnumUtils_fromString(B.List_gqs, e, type$.legacy_QuoteItemReportFields); }, - $signature: 2416 + $signature: 2426 }; A.lineItemReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2417 + $signature: 2427 }; A.lineItemReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 438 + $signature: 415 }; A.lineItemReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.lineItemReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 438 + $signature: 415 }; A.lineItemReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 438 + $signature: 415 }; A.QuoteReportFields.prototype = { toString$0(_) { - return this._quote_report$_name; + return "QuoteReportFields." + this._core$_name; } }; A.memoizedQuoteReport_closure.prototype = { call$7(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { return A.quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 2419 + $signature: 2429 }; A.quoteReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_T3Q, e, type$.legacy_QuoteReportFields); + return A.EnumUtils_fromString(B.List_Fcu, e, type$.legacy_QuoteReportFields); }, - $signature: 2420 + $signature: 2430 }; A.quoteReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2421 + $signature: 2431 }; A.quoteReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 439 + $signature: 405 }; A.quoteReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.quoteReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.quoteReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 439 + $signature: 405 }; A.quoteReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 439 + $signature: 405 }; A.ReportCharts.prototype = { build$1(_, context) { @@ -394218,12 +396545,12 @@ t5 = type$.legacy_DateTime; dateTimeAxis = A.DateTimeAxisSpec$(A.SmallTickRendererSpec$(_null, _null, _null, _null, _null, _null, _null, _null, _null, new A.TextStyleSpec(_null, color), new A.LineStyleSpec(color), _null, _null, t5)); columnType = A.getReportColumnType(reportState.group, context); - switch (columnType) { - case B.ReportColumnType_0: - case B.ReportColumnType_4: - case B.ReportColumnType_3: - case B.ReportColumnType_5: - case B.ReportColumnType_6: + switch (columnType.index) { + case 0: + case 4: + case 3: + case 5: + case 6: t1 = t1.groupTotals.rows; t1.toString; t5 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,Map*>"); @@ -394231,8 +396558,8 @@ t1 = A.BarRendererConfig$(_null, _null, type$.String); child = new A.BarChart(new A.OrdinalAxisSpec(_null, t4, _null, _null, _null), numericAxis, _null, _null, _null, t3, true, B.Duration_300000, _null, t1, true, _null, _null, _null, _null, _null, _null); break; - case B.ReportColumnType_2: - case B.ReportColumnType_1: + case 2: + case 1: t1 = t1.groupTotals.rows; t1.toString; t2 = A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"); @@ -394251,26 +396578,26 @@ call$2(_, __) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 678 + $signature: 681 }; 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: 2424 + $signature: 2434 }; A.ReportCharts_build_closure2.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 679 + $signature: 682 }; 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: 680 + $signature: 683 }; A.ReportCharts_build_closure3.prototype = { call$1(element) { @@ -394288,25 +396615,25 @@ call$2(_, __) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 678 + $signature: 681 }; A.ReportCharts_build_closure7.prototype = { call$2(item, _) { return A.DateTime_tryParse(J.$index$asx(item, "name")); }, - $signature: 2427 + $signature: 2437 }; A.ReportCharts_build_closure8.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 679 + $signature: 682 }; 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: 680 + $signature: 683 }; A.ReportsScreen.prototype = { build$1(_, context) { @@ -394436,9 +396763,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), 24, new A.ReportsScreen_build__closure2(context), B.EdgeInsets_8_8_8_8, t1, _null), _null, true, _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__closure2(context), B.EdgeInsets_8_8_8_8, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 385 + $signature: 380 }; A.ReportsScreen_build__closure2.prototype = { call$0() { @@ -394471,7 +396798,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(report), _null, _null, _null, _null, _null, _null, _null, _null, _null), report, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.ReportsScreen_build_closure4.prototype = { call$1(date) { @@ -394505,7 +396832,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), column, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.ReportsScreen_build_closure9.prototype = { call$1(value) { @@ -394530,7 +396857,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), column, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.ReportsScreen_build_closure18.prototype = { call$0() { @@ -394556,14 +396883,14 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 28 + $signature: 29 }; A.ReportsScreen_build_closure13.prototype = { call$1(context) { var t1 = this.localization; return new A.AppTextButton(t1.get$columns(t1), new A.ReportsScreen_build__closure1(this.$this, context, this.reportResult), true, null, null); }, - $signature: 294 + $signature: 265 }; A.ReportsScreen_build__closure1.prototype = { call$0() { @@ -394594,9 +396921,9 @@ call$1(context) { var _null = null, t1 = this.localization; - return A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null), 24, new A.ReportsScreen_build__closure0(context, this.state, this.store), B.EdgeInsets_4_0_20_0, t1.get$history(t1), _null); + return A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null), _null, new A.ReportsScreen_build__closure0(context, this.state, this.store), B.EdgeInsets_4_0_20_0, t1.get$history(t1), _null); }, - $signature: 276 + $signature: 255 }; A.ReportsScreen_build__closure0.prototype = { call$0() { @@ -394622,7 +396949,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: 2428 + $signature: 2438 }; A.ReportsScreen_build__closure.prototype = { call$0() { @@ -394681,12 +397008,12 @@ t6.$indexSet(0, t9, A.LinkedHashMap_LinkedHashMap$_empty(t4, t7)); } if (!t3.$index(0, t9).containsKey$1(0, column)) { - textEditingController = new A.TextEditingController(B.TextEditingValue_QOg, A.List_List$filled(0, _null, false, t8)); + textEditingController = new A.TextEditingController(B.TextEditingValue_li8, A.List_List$filled(0, _null, false, t8)); textEditingController.addListener$1(0, new A._ReportDataTableState_didChangeDependencies_closure(_this, column, textEditingController)); t10 = reportState.filters._map$_map; if (t10.containsKey$1(0, column)) { t10 = t10.$index(0, column); - textEditingController.super$ValueNotifier$value(0, textEditingController._change_notifier$_value.copyWith$3$composing$selection$text(B.TextRange_m1_m1, B.TextSelection_TbC, t10)); + textEditingController.super$ValueNotifier$value(0, textEditingController._change_notifier$_value.copyWith$3$composing$selection$text(B.TextRange_m1_m1, B.TextSelection_ke5, t10)); } t3.$index(0, t9).$indexSet(0, column, textEditingController); t6.$index(0, t9).$indexSet(0, column, A.FocusNode$(true, _null, true, _null, _null, false)); @@ -394760,7 +397087,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 295 + $signature: 291 }; A._ReportDataTableState_didChangeDependencies_closure.prototype = { call$0() { @@ -394774,7 +397101,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 295 + $signature: 291 }; A._ReportDataTableState_dispose_closure.prototype = { call$1(i) { @@ -394799,7 +397126,7 @@ t2 = this.sortedColumns[index]; return t1.onReportSorted.call$2(t2, ascending); }, - $signature: 682 + $signature: 685 }; A.TotalsDataTable.prototype = { build$1(_, context) { @@ -394817,11 +397144,11 @@ call$2(index, ascending) { return this.$this.viewModel.onReportTotalsSorted.call$2(index, ascending); }, - $signature: 682 + $signature: 685 }; A.ReportColumnType.prototype = { toString$0(_) { - return this._reports_screen$_name; + return "ReportColumnType." + this._core$_name; } }; A.getReportColumnType_convertCustomFieldType.prototype = { @@ -394833,7 +397160,7 @@ else return B.ReportColumnType_0; }, - $signature: 2431 + $signature: 2441 }; A.ReportDataTableSource.prototype = { get$rowCount(_) { @@ -394861,7 +397188,7 @@ call$2(column, value) { return this.$this.onFilterChanged.call$2(column, value); }, - $signature: 2432 + $signature: 2442 }; A.ReportResult.prototype = { sortedColumns$1(reportState) { @@ -394886,7 +397213,7 @@ t2 = A._setArrayType([], type$.JSArray_legacy_DataColumn); for (t3 = this.sortedColumns$1(reportState), t4 = t3.length, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) { column = t3[_i]; - t2.push(new A.DataColumn(A.Container$(_null, new A.Text(J.$add$ansx(company.getCustomFieldLabel$1(column).length !== 0 ? company.getCustomFieldLabel$1(column) : t1.lookup$1(column), " "), _null, _null, _null, _null, B.TextOverflow_2, _null, _null, _null, _null), B.Clip_0, _null, new A.BoxConstraints(80, 1 / 0, 0, 1 / 0), _null, _null, _null, _null, _null, _null, _null, _null, _null), A.getReportColumnType(column, context) === B.ReportColumnType_3, onSortCallback)); + t2.push(new A.DataColumn(A.Container$(_null, new A.Text(J.$add$ansx(company.getCustomFieldLabel$1(column).length !== 0 ? company.getCustomFieldLabel$1(column) : t1.lookup$1(column), " "), _null, _null, _null, _null, _null, B.TextOverflow_2, _null, _null, _null, _null), B.Clip_0, _null, new A.BoxConstraints(80, 1 / 0, 0, 1 / 0), _null, _null, _null, _null, _null, _null, _null, _null, _null), A.getReportColumnType(column, context) === B.ReportColumnType_3, onSortCallback)); } return t2; }, @@ -394900,7 +397227,7 @@ 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)) - t2.push(new A.DataCell(new A.Text("", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); + t2.push(new A.DataCell(new A.Text("", _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)); else if (A.getReportColumnType(column, context) === B.ReportColumnType_4) { if (textEditingControllers.$index(0, column)._change_notifier$_value.text === "true") t16 = true; @@ -394914,7 +397241,7 @@ t18 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, (scope == null ? _null : t14._as(J.$index$asx(scope.localizationsState._typeToResources, B.Type_AppLocalization_KyD))).localeCode), "no"); if (t18 == null) t18 = ""; - t2.push(new A.DataCell(new A.AppDropdownButton(_null, t16, new A.ReportResult_tableFilters_closure(textEditingControllers, column, onFilterChanged), A._setArrayType([new A.DropdownMenuItem(true, new A.Text(t17, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.AlignmentDirectional_m1_0, _null, t11), new A.DropdownMenuItem(false, new A.Text(t18, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.AlignmentDirectional_m1_0, _null, t11)], t12), true, true, _null, _null, _null, t13), _null)); + t2.push(new A.DataCell(new A.AppDropdownButton(_null, t16, new A.ReportResult_tableFilters_closure(textEditingControllers, column, onFilterChanged), A._setArrayType([new A.DropdownMenuItem(true, new A.Text(t17, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.AlignmentDirectional_m1_0, _null, t11), new A.DropdownMenuItem(false, new A.Text(t18, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.AlignmentDirectional_m1_0, _null, t11)], t12), true, true, _null, _null, _null, t13), _null)); } else if (A.getReportColumnType(column, context) === B.ReportColumnType_5) { t16 = textEditingControllers.$index(0, column)._change_notifier$_value.text; t16 = (t16 == null ? "" : t16).length !== 0 && textEditingControllers.$index(0, column)._change_notifier$_value.text !== "null" ? textEditingControllers.$index(0, column)._change_notifier$_value.text : _null; @@ -394923,8 +397250,8 @@ t16 = textEditingControllers.$index(0, column); t17 = textEditingControllers.$index(0, column); t17 = t17 == null ? _null : t17._change_notifier$_value.text; - t17 = (t17 == null ? "" : t17).length === 0 ? _null : A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, B.MaterialColor_Map_HFpTk_4288585374, _null), 24, new A.ReportResult_tableFilters_closure2(textEditingControllers, column, onFilterChanged), B.EdgeInsets_8_8_8_8, _null, _null); - t2.push(new A.DataCell(A.TextFormField$(true, _null, false, _null, t16, new A.InputDecoration(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, t17, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null), _null, false, _null, _null, _null, _null, new A.TextInputType(2, true, true), 1, _null, false, _null, _null, _null, _null, false, _null, _null, B.TextAlign_4, _null, _null), _null)); + t17 = (t17 == null ? "" : t17).length === 0 ? _null : A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, B.MaterialColor_Map_HFpTk_4288585374, _null), _null, new A.ReportResult_tableFilters_closure2(textEditingControllers, column, onFilterChanged), B.EdgeInsets_8_8_8_8, _null, _null); + t2.push(new A.DataCell(A.TextFormField$(true, _null, false, _null, t16, 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, t17, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null), _null, false, _null, _null, _null, _null, new A.TextInputType(2, true, true), 1, _null, false, _null, _null, _null, _null, false, _null, _null, B.TextAlign_4, _null, _null), _null)); } else if (B.JSArray_methods.contains$1(A._setArrayType([B.ReportColumnType_2, B.ReportColumnType_1], t6), A.getReportColumnType(column, context))) { t16 = textEditingControllers.$index(0, column)._change_notifier$_value.text; t16 = (t16 == null ? "" : t16).length !== 0 && textEditingControllers.$index(0, column)._change_notifier$_value.text !== "null" ? A._$valueOf0(textEditingControllers.$index(0, column)._change_notifier$_value.text) : _null; @@ -394985,7 +397312,7 @@ value = A.formatNumber(values.$index(0, column), context, _null, _null, B.FormatNumberType_2, true, _null, false); else value = columnType === B.ReportColumnType_6 ? A.formatDuration(new A.Duration(1000000 * J.toInt$0$n(values.$index(0, column))), true) : ""; - cells.push(new A.DataCell(new A.Text(value, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.ReportResult_tableRow_closure0(group, column, groupBy, context, reportState, t1, store))); + cells.push(new A.DataCell(new A.Text(value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.ReportResult_tableRow_closure0(group, column, groupBy, context, reportState, t1, store))); } return A.DataRow$(cells); } @@ -395004,7 +397331,7 @@ for (t3 = sortedColumns.length, t4 = type$.JSArray_legacy_ReportColumnType, _i = 0; _i < sortedColumns.length; sortedColumns.length === t3 || (0, A.throwConcurrentModificationError)(sortedColumns), ++_i) { column = sortedColumns[_i]; if (B.JSArray_methods.contains$1(A._setArrayType([B.ReportColumnType_3, B.ReportColumnType_5, B.ReportColumnType_6], t4), A.getReportColumnType(column, context))) - t2.push(new A.DataColumn(new A.Text(company.getCustomFieldLabel$1(column).length === 0 ? t1.lookup$1(column) : company.getCustomFieldLabel$1(column), _null, _null, _null, _null, B.TextOverflow_2, _null, _null, _null, _null), true, onSortCallback)); + t2.push(new A.DataColumn(new A.Text(company.getCustomFieldLabel$1(column).length === 0 ? t1.lookup$1(column) : company.getCustomFieldLabel$1(column), _null, _null, _null, _null, _null, B.TextOverflow_2, _null, _null, _null, _null), true, onSortCallback)); } return t2; }, @@ -395116,7 +397443,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(ageGroup), _null, _null, _null, _null, _null, _null, _null, _null, _null), ageGroup, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.ReportResult_tableFilters_closure2.prototype = { call$0() { @@ -395148,7 +397475,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), dateRange, type$.legacy_DateRange); }, - $signature: 626 + $signature: 373 }; A.ReportResult_tableFilters_closure8.prototype = { call$1(textEditingValue) { @@ -395164,7 +397491,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: 2433 + $signature: 2443 }; A.ReportResult_tableFilters__closure.prototype = { call$1(row) { @@ -395175,13 +397502,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: 2434 + $signature: 2444 }; A.ReportResult_tableFilters__closure0.prototype = { call$1(row) { return J.$index$asx(row, this.index).renderText$2(this.context, this.column); }, - $signature: 2435 + $signature: 2445 }; A.ReportResult_tableFilters_closure7.prototype = { call$1(value) { @@ -395200,15 +397527,15 @@ var t1 = this.textEditingController; t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(t1._change_notifier$_value.text.length, B.TextAffinity_1))); }, - $signature: 39 + $signature: 38 }; A.ReportResult_tableFilters_closure5.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { var _this = this, _null = null, - t1 = textEditingController._change_notifier$_value.text.length === 0 ? _null : A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _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), 24, new A.ReportResult_tableFilters__closure3(_this.textEditingControllers, _this.column, _this.onFilterChanged, _this.textEditingFocusNodes), B.EdgeInsets_8_8_8_8, _null, _null), _null, _null, _null); + t1 = textEditingController._change_notifier$_value.text.length === 0 ? _null : A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 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); 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: 377 + $signature: 382 }; A.ReportResult_tableFilters__closure3.prototype = { call$0() { @@ -395233,7 +397560,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.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, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 2436 + $signature: 2446 }; A.ReportResult_tableFilters__closure2.prototype = { call$2(context, index) { @@ -395243,9 +397570,9 @@ else t1 = A.Theme_of(context).cardColor; t2 = _this.options; - return A.Container$(_null, A.ListTile$(false, _null, _null, _null, true, _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.subtitle1, _null, _null, _null), _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + 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: 378 + $signature: 651 }; A.ReportResult_tableFilters___closure.prototype = { call$0() { @@ -395312,7 +397639,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this._box_0.filter], t1, t1)); return b; }, - $signature: 295 + $signature: 291 }; A.ReportResult_totalColumns_closure.prototype = { call$2(str1, str2) { @@ -395567,7 +397894,7 @@ call$2(context, vm) { return new A.ReportsScreen(vm, null); }, - $signature: 2437 + $signature: 2447 }; A.ReportsScreenVM.prototype = {}; A.ReportsScreenVM_fromStore_closure2.prototype = { @@ -395576,7 +397903,7 @@ 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)); }, - $signature: 2438 + $signature: 2448 }; A.ReportsScreenVM_fromStore_closure3.prototype = { call$2(index, ascending) { @@ -395584,14 +397911,14 @@ 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)); }, - $signature: 387 + $signature: 378 }; 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)); }, - $signature: 683 + $signature: 686 }; A.ReportsScreenVM_fromStore_closure.prototype = { call$2(context, columns) { @@ -395604,43 +397931,41 @@ 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)); }, - $signature: 2440 + $signature: 2450 }; 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: 540 + $signature: 542 }; 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: 502 + $signature: 674 }; A.ReportsScreenVM_fromStore__closure7.prototype = { call$1(b) { var t1 = b.get$settings(), t2 = this.settings; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A.ReportsScreenVM_fromStore__closure8.prototype = { call$1(b) { var t1 = b.get$userCompany(), t2 = this.userCompany; - if (t2 == null) - A.throwExpression(A.ArgumentError$notNull("other")); + A.ArgumentError_checkNotNull(t2, "other"); t1._company_model$_$v = t2; return b; }, - $signature: 77 + $signature: 81 }; A.ReportsScreenVM_fromStore_closure4.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -395672,7 +397997,7 @@ $defaultValues() { return {chart: null, customEndDate: null, customStartDate: null, group: null, report: null, selectedGroup: null, subgroup: null}; }, - $signature: 2441 + $signature: 2451 }; A.ReportsScreenVM_fromStore__closure.prototype = { call$0() { @@ -395765,7 +398090,7 @@ t2 = t1.csvData; t1.csvData = B.JSString_methods.substring$2(t2, 0, t2.length - 1); }, - $signature: 2442 + $signature: 2452 }; A.ReportsScreenVM_fromStore__closure2.prototype = { call$1(column) { @@ -395810,7 +398135,7 @@ call$5(reportResult, reportUIState, reportSettings, currencyMap, company) { return A.calculateReportTotals(company, currencyMap, reportResult, reportSettings, reportUIState); }, - $signature: 2443 + $signature: 2453 }; A.calculateReportTotals_closure.prototype = { call$2(rowA, rowB) { @@ -395833,54 +398158,54 @@ }; A.TaskReportFields.prototype = { toString$0(_) { - return this._task_report$_name; + return "TaskReportFields." + this._core$_name; } }; A.memoizedTaskReport_closure.prototype = { 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: 2444 + $signature: 2454 }; A.taskReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_7BT, e, type$.legacy_TaskReportFields); + return A.EnumUtils_fromString(B.List_MMm, e, type$.legacy_TaskReportFields); }, - $signature: 2445 + $signature: 2455 }; A.taskReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2446 + $signature: 2456 }; A.taskReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 441 + $signature: 396 }; A.taskReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taskReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 84 }; A.taskReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 441 + $signature: 396 }; A.taskReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 441 + $signature: 396 }; A.AccountManagement.prototype = { createState$0() { - return new A._AccountManagementState(new A.Debouncer(500, false), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), null, B._StateLifecycle_0); + return new A._AccountManagementState(new A.Debouncer(500, false), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), null, null, B._StateLifecycle_0); } }; A._AccountManagementState.prototype = { @@ -395888,7 +398213,7 @@ var t1, _this = this; _this.super$State$initState(); _this._account_management$_focusNode = A.FocusScopeNode$(true, null, false); - t1 = A.TabController$(_this._widget.viewModel.state.uiState.settingsUIState.tabIndex, 4, _this); + t1 = A.TabController$(null, _this._widget.viewModel.state.uiState.settingsUIState.tabIndex, 4, _this); _this._account_management$_controller = t1; t1.addListener$1(0, _this.get$_onTabChanged()); }, @@ -395908,7 +398233,7 @@ B.JSArray_methods.forEach$1(t2, new A._AccountManagementState_didChangeDependencies_closure(_this)); t1.set$text(0, _this._widget.viewModel.company.googleAnalyticsKey); B.JSArray_methods.forEach$1(_this._account_management$_controllers, new A._AccountManagementState_didChangeDependencies_closure0(_this)); - _this.super$__AccountManagementState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, _account_management$_onChanged$0() { var _this = this, @@ -396022,7 +398347,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: 2448 + $signature: 2458 }; A._AccountManagementState_build__closure2.prototype = { call$1(value) { @@ -396082,7 +398407,7 @@ call$1(b) { return b.get$_company_model$_$this()._oauthPasswordRequired = this.value; }, - $signature: 2449 + $signature: 2459 }; A._AccountOverview.prototype = { build$1(_, context) { @@ -396265,7 +398590,7 @@ } return stats; }, - $signature: 146 + $signature: 136 }; A._AccountOverview_build_closure.prototype = { call$0() { @@ -396279,7 +398604,7 @@ t2 = t1.uiState.selectedCompanyIndex; return A.launch(t1.userCompanyStates._list[t2].userCompany.ninjaPortalUrl, null, false); }, - $signature: 28 + $signature: 29 }; A._AccountOverview_build_closure1.prototype = { call$1(value) { @@ -396343,7 +398668,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A._AccountOverview_build_closure5.prototype = { call$0() { @@ -396373,7 +398698,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 162 + $signature: 160 }; A._AccountOverview_build___closure2.prototype = { call$1(response) { @@ -396411,13 +398736,13 @@ call$0() { return A.launch("https://app.swaggerhub.com/apis/invoiceninja/invoiceninja", null, false); }, - $signature: 28 + $signature: 29 }; A._AccountOverview_build_closure9.prototype = { call$0() { return A.launch("https://zapier.com/apps/invoice-ninja", null, false); }, - $signature: 28 + $signature: 29 }; A._AccountOverview_build_closure10.prototype = { call$0() { @@ -396486,17 +398811,17 @@ }; A.__AccountManagementState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.AccountManagementScreen.prototype = { @@ -396509,7 +398834,7 @@ call$2(context, viewModel) { return new A.AccountManagement(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2450 + $signature: 2460 }; A.AccountManagementVM.prototype = { get$company() { @@ -396532,13 +398857,13 @@ 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)); }, - $signature: 545 + $signature: 547 }; A.AccountManagementVM_fromStore__closure.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 162 + $signature: 160 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1(value) { @@ -396625,7 +398950,7 @@ completer = A.snackBarCompleter(context, t1, false, type$.Null); this.store.get$_dispatchers()[0].call$1(new A.PurgeDataRequest(completer, password, idToken)); }, - $signature: 2452 + $signature: 2462 }; A.AccountManagementVM_fromStore_closure4.prototype = { call$0() { @@ -396645,106 +398970,10 @@ }, $signature: 14 }; - A.BuyNowButtons.prototype = { - createState$0() { - return new A._BuyNowButtonsState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), B._StateLifecycle_0); - } - }; - A._BuyNowButtonsState.prototype = { - dispose$0(_) { - B.JSArray_methods.forEach$1(this._buy_now_buttons$_controllers, new A._BuyNowButtonsState_dispose_closure(this)); - this.super$State$dispose(0); - }, - didChangeDependencies$0() { - var _this = this, - t1 = A._setArrayType([_this._buy_now_buttons$_firstNameController], type$.JSArray_legacy_TextEditingController); - _this._buy_now_buttons$_controllers = t1; - B.JSArray_methods.forEach$1(t1, new A._BuyNowButtonsState_didChangeDependencies_closure(_this)); - B.JSArray_methods.forEach$1(_this._buy_now_buttons$_controllers, new A._BuyNowButtonsState_didChangeDependencies_closure0(_this)); - _this.super$State$didChangeDependencies(); - }, - _buy_now_buttons$_onChanged$0() { - }, - build$1(_, context) { - var t4, _null = null, - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = A.getLayout(context), - t3 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "buy_now_buttons"); - t3 = A.Text$(t3 == null ? "" : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t4 = type$.JSArray_legacy_Widget; - t3 = A.AppBar$(A._setArrayType([], t4), _null, t2 === B.AppLayout_mobile, _null, _null, _null, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, t3, _null, _null, _null, 1, _null); - t2 = $.$get$_BuyNowButtonsState__formKey(); - return new A.WillPopScope(A.Scaffold$(t3, _null, A.Form$(false, new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, this._buy_now_buttons$_firstNameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$firstName(), _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._BuyNowButtonsState_build_closure(t1))], t4), _null, 4, false, _null, false, _null)], t4), _null, _null, _null), t2), _null, _null, _null, _null, _null), new A._BuyNowButtonsState_build_closure0(), _null); - } - }; - A._BuyNowButtonsState_dispose_closure.prototype = { - call$1(controller) { - var t1 = J.getInterceptor$x(controller); - t1.removeListener$1(controller, this.$this.get$_buy_now_buttons$_onChanged()); - t1.dispose$0(controller); - }, - $signature: 8 - }; - A._BuyNowButtonsState_didChangeDependencies_closure.prototype = { - call$1(controller) { - return J.removeListener$1$x(controller, this.$this.get$_buy_now_buttons$_onChanged()); - }, - $signature: 10 - }; - A._BuyNowButtonsState_didChangeDependencies_closure0.prototype = { - call$1(controller) { - return J.addListener$1$x(controller, this.$this.get$_buy_now_buttons$_onChanged()); - }, - $signature: 10 - }; - A._BuyNowButtonsState_build_closure0.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_bool), - $async$returnValue; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$returnValue = true; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); - }, - $signature: 28 - }; - A._BuyNowButtonsState_build_closure.prototype = { - call$1(val) { - return val.length === 0 || B.JSString_methods.trim$0(val).length === 0 ? this.localization.get$pleaseEnterAFirstName() : null; - }, - $signature: 15 - }; - A.BuyNowButtonsScreen.prototype = { - build$1(_, context) { - var _null = null; - return A.StoreConnector$(new A.BuyNowButtonsScreen_build_closure(), A.buy_now_buttons_vm_BuyNowButtonsVM_fromStore$closure(), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_BuyNowButtonsVM); - } - }; - A.BuyNowButtonsScreen_build_closure.prototype = { - call$2(context, viewModel) { - return new A.BuyNowButtons(null); - }, - $signature: 2453 - }; - A.BuyNowButtonsVM.prototype = {}; A.ClientPortal.prototype = { createState$0() { var _null = null; - return new A._ClientPortalState(A.FocusScopeNode$(true, _null, false), new A.WebClient(), new A.Debouncer(1500, true), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, B._StateLifecycle_0); + return new A._ClientPortalState(A.FocusScopeNode$(true, _null, false), new A.WebClient(), new A.Debouncer(1500, true), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, _null, B._StateLifecycle_0); } }; A._ClientPortalState.prototype = { @@ -396753,7 +398982,7 @@ _this.super$State$initState(); settingsUIState = _this._widget.viewModel.state.uiState.settingsUIState; t1 = settingsUIState.entityType !== B.EntityType_company ? 4 : 5; - t1 = A.TabController$(settingsUIState.tabIndex, t1, _this); + t1 = A.TabController$(null, settingsUIState.tabIndex, t1, _this); _this._client_portal$_controller = t1; t1.addListener$1(0, _this.get$_client_portal$_onTabChanged()); }, @@ -396810,7 +399039,7 @@ t3.set$text(0, settings.clientPortalCustomCss); t4.set$text(0, settings.clientPortalCustomJs); B.JSArray_methods.forEach$1(_this._client_portal$_controllers, new A._ClientPortalState_didChangeDependencies_closure0(_this)); - _this.super$__ClientPortalState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, _client_portal$_onChanged$0() { this._client_portal$_debouncer.run$1(new A._ClientPortalState__onChanged_closure(this)); @@ -396897,7 +399126,7 @@ else t16 = _this._isSubdomainUnique ? B.IconData_57690_MaterialIcons_null_false : B.IconData_57912_MaterialIcons_null_false; t16 = A.Icon$(t16, _null, _null); - B.JSArray_methods.addAll$1(t12, A._setArrayType([A.DecoratedFormField$(false, _null, false, t14, _this._subdomainController, _null, true, _null, t15, _null, A._setArrayType([new A.FilteringTextInputFormatter(A.RegExp_RegExp("[a-z0-9\\-]", true, false), true)], type$.JSArray_legacy_TextInputFormatter), false, false, _null, B.TextInputType_0_null_null, t13, _null, _null, false, new A._ClientPortalState_build_closure0(_this), _null, _null, true, t16, _null, B.TextAlign_4, new A._ClientPortalState_build_closure1(_this, t1)), new A.Padding(B.EdgeInsets_0_16_0_0, A.Text$(portalUrl, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t8)); + B.JSArray_methods.addAll$1(t12, A._setArrayType([A.DecoratedFormField$(false, _null, false, t14, _this._subdomainController, _null, true, _null, t15, _null, A._setArrayType([new A.FilteringTextInputFormatter(A.RegExp_RegExp("[a-z0-9\\-]", true, false), true, "")], type$.JSArray_legacy_TextInputFormatter), false, false, _null, B.TextInputType_0_null_null, t13, _null, _null, false, new A._ClientPortalState_build_closure0(_this), _null, _null, true, t16, _null, B.TextAlign_4, new A._ClientPortalState_build_closure1(_this, t1)), new A.Padding(B.EdgeInsets_0_16_0_0, A.Text$(portalUrl, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t8)); } else { t14 = t13.url; t15 = A.cleanApiUrl(t14) !== _s20_ || t2[t4].userCompany.account.plan === "enterprise"; @@ -396965,7 +399194,7 @@ if (t12) { t12 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t10), "company_key"); t12 = A.Text$(t12 == null ? "" : t12, _null, _null, _null, _null, _null, _null, _null, _null, _null); - B.JSArray_methods.addAll$1(t13, A._setArrayType([new A.SizedBox(_null, 16, _null, _null), new A.ListDivider(_null), A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, _null, new A._ClientPortalState_build_closure8(company, t1), false, _null, _null, A.Text$(company.companyKey, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, t12, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null)], t8)); + B.JSArray_methods.addAll$1(t13, A._setArrayType([new A.SizedBox(_null, 16, _null, _null), new A.ListDivider(_null), A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._ClientPortalState_build_closure8(company, t1), false, _null, _null, A.Text$(company.companyKey, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, t12, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null)], t8)); } t11.push(A.FormCard$(_null, t13, _null, 4, false, _null, false, _null)); t11.push(A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, false, false, _this._termsController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$termsOfService(), 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, _this._privacyController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$privacyPolicy(), 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t8), B.CrossAxisAlignment_0, 4, false, _null, true, _null)); @@ -396982,7 +399211,7 @@ if (t2) { t2 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t10), "registration_url"); t2 = A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null); - B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.SizedBox(_null, 16, _null, _null), new A.ListDivider(_null), A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, _null, new A._ClientPortalState_build_closure10(url, t1), false, _null, _null, A.Text$(url, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, t2, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null), new A.ListDivider(_null)], t8)); + B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.SizedBox(_null, 16, _null, _null), new A.ListDivider(_null), A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._ClientPortalState_build_closure10(url, t1), false, _null, _null, A.Text$(url, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, t2, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null), new A.ListDivider(_null)], t8)); } t2 = A.FormCard$(_null, t3, _null, 4, false, _null, false, _null); t3 = company.clientRegistrationFields._list; @@ -397195,7 +399424,7 @@ call$1(context) { return this.$this._client_portal$_onSavePressed$1(context); }, - $signature: 25 + $signature: 26 }; A._ClientPortalState_build_closure.prototype = { call$1(value) { @@ -397246,13 +399475,13 @@ call$0() { return A.launch("https://invoiceninja.github.io/docs/hosted-custom-domain", null, false); }, - $signature: 28 + $signature: 29 }; A._ClientPortalState_build_closure4.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure10(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure10.prototype = { call$1(b) { @@ -397265,7 +399494,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure9(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure9.prototype = { call$1(b) { @@ -397278,7 +399507,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure8(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure8.prototype = { call$1(b) { @@ -397291,7 +399520,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ClientPortalState_build__closure7(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure7.prototype = { call$1(b) { @@ -397312,7 +399541,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ClientPortalState_build__closure6(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure6.prototype = { call$1(b) { @@ -397334,7 +399563,7 @@ var _this = this, _null = null; return A.SwitchListTile$(A.Theme_of(_this.context).colorScheme.secondary, _null, new A._ClientPortalState_build__closure5(_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: 2454 + $signature: 2463 }; A._ClientPortalState_build__closure5.prototype = { call$1(value) { @@ -397349,6 +399578,7 @@ var t1 = b.get$clientRegistrationFields(), t2 = this.field, t3 = new A.RegistrationFieldEntityBuilder(); + A.ArgumentError_checkNotNull(t2, "other"); t3._company_model$_$v = t2; new A._ClientPortalState_build____closure(t2).call$1(t3); t2 = t3.build$0(0); @@ -397363,13 +399593,13 @@ b.get$_company_model$_$this()._required = !this.field.required; return b; }, - $signature: 2455 + $signature: 2464 }; A._ClientPortalState_build_closure12.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure4(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure4.prototype = { call$1(b) { @@ -397382,7 +399612,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure3(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure3.prototype = { call$1(b) { @@ -397395,7 +399625,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure2(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure2.prototype = { call$1(b) { @@ -397408,7 +399638,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure1(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure1.prototype = { call$1(b) { @@ -397421,7 +399651,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure0.prototype = { call$1(b) { @@ -397434,7 +399664,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A._ClientPortalState_build__closure.prototype = { call$1(b) { @@ -397445,17 +399675,17 @@ }; A.__ClientPortalState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.ClientPortalScreen.prototype = { @@ -397468,7 +399698,7 @@ call$2(context, viewModel) { return new A.ClientPortal(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2456 + $signature: 2465 }; A.ClientPortalVM.prototype = { get$company() { @@ -397479,7 +399709,7 @@ call$1(settings) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 442 + $signature: 377 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1(company) { @@ -397543,7 +399773,7 @@ A.CompanyDetails.prototype = { createState$0() { var _null = null; - return new A._CompanyDetailsState(A.FocusScopeNode$(true, _null, false), new A.Debouncer(500, true), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, B._StateLifecycle_0); + return new A._CompanyDetailsState(A.FocusScopeNode$(true, _null, false), new A.Debouncer(500, true), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, _null, B._StateLifecycle_0); } }; A._CompanyDetailsState.prototype = { @@ -397552,7 +399782,7 @@ _this.super$State$initState(); settingsUIState = _this._widget.viewModel.state.uiState.settingsUIState; t1 = settingsUIState.entityType !== B.EntityType_company ? 4 : 5; - t1 = A.TabController$(settingsUIState.tabIndex, t1, _this); + t1 = A.TabController$(null, settingsUIState.tabIndex, t1, _this); _this._company_details$_controller = t1; t1.addListener$1(0, _this.get$_company_details$_onTabChanged()); }, @@ -397620,7 +399850,7 @@ t20.set$text(0, settings.defaultCreditFooter); t21.set$text(0, settings.defaultCreditTerms); B.JSArray_methods.forEach$1(_this._company_details$_controllers, new A._CompanyDetailsState_didChangeDependencies_closure0(_this)); - _this.super$__CompanyDetailsState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, _onSettingsChanged$0() { var _this = this, @@ -397847,7 +400077,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), sizeId, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._CompanyDetailsState_build_closure1.prototype = { call$1(sizeId) { @@ -397866,7 +400096,7 @@ call$1(industry) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure11(industry))); }, - $signature: 56 + $signature: 55 }; A._CompanyDetailsState_build__closure11.prototype = { call$1(b) { @@ -397883,7 +400113,7 @@ call$1(country) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure10(country))); }, - $signature: 56 + $signature: 55 }; A._CompanyDetailsState_build__closure10.prototype = { call$1(b) { @@ -397910,7 +400140,7 @@ t2.push(A.Expanded$(new A.AppButton(_null, B.IconData_57717_MaterialIcons_null_false, t1, new A._CompanyDetailsState_build__closure9(_this.viewModel, context), 1 / 0, _null), 1)); return A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 2458 + $signature: 2467 }; A._CompanyDetailsState_build__closure8.prototype = { call$0() { @@ -397950,7 +400180,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A._CompanyDetailsState_build_closure6.prototype = { call$1(value) { @@ -397970,13 +400200,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._CompanyDetailsState_build_closure7.prototype = { call$1(paymentType) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure6(paymentType))); }, - $signature: 56 + $signature: 55 }; A._CompanyDetailsState_build__closure6.prototype = { call$1(b) { @@ -397995,7 +400225,7 @@ paymentTerm = t1.userCompanyStates._list[t2].paymentTermState.map._map$_map.$index(0, paymentTermId); return A.DropdownMenuItem$(A.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._CompanyDetailsState_build_closure9.prototype = { call$1(numDays) { @@ -398020,7 +400250,7 @@ paymentTerm = t1.userCompanyStates._list[t2].paymentTermState.map._map$_map.$index(0, paymentTermId); return A.DropdownMenuItem$(A.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._CompanyDetailsState_build_closure11.prototype = { call$1(numDays) { @@ -398047,7 +400277,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); }, - $signature: 298 + $signature: 296 }; A._CompanyDetailsState_build__closure3.prototype = { call$1(b) { @@ -398061,7 +400291,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); }, - $signature: 298 + $signature: 296 }; A._CompanyDetailsState_build__closure2.prototype = { call$1(b) { @@ -398075,7 +400305,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure1(value))); }, - $signature: 298 + $signature: 296 }; A._CompanyDetailsState_build__closure1.prototype = { call$1(b) { @@ -398089,7 +400319,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyDetailsState_build__closure0.prototype = { call$1(b) { @@ -398102,7 +400332,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A._CompanyDetailsState_build__closure.prototype = { call$1(b) { @@ -398115,27 +400345,27 @@ call$1(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 138 }; A._CompanyDetailsState_build_closure19.prototype = { call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 135 + $signature: 137 }; A.__CompanyDetailsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.CompanyDetailsScreen.prototype = { @@ -398148,7 +400378,7 @@ call$2(context, viewModel) { return new A.CompanyDetails(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2459 + $signature: 2468 }; A.CompanyDetailsVM.prototype = { get$company() { @@ -398159,7 +400389,7 @@ call$1(settings) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 442 + $signature: 377 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1(company) { @@ -398203,14 +400433,14 @@ b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 386 + $signature: 350 }; A.CompanyDetailsVM_fromStore__closure4.prototype = { call$1(b) { b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 38 + $signature: 43 }; A.CompanyDetailsVM_fromStore_closure1.prototype = { call$1(context) { @@ -398268,7 +400498,7 @@ completer = A.snackBarCompleter(context, t1, false, type$.Null); this.store.get$_dispatchers()[0].call$1(new A.UploadLogoRequest(completer, multipartFile, type)); }, - $signature: 89 + $signature: 88 }; A.CompanyDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -398289,7 +400519,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.CompanyDetailsVM_fromStore__closure0.prototype = { call$1(client) { @@ -398320,23 +400550,23 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 97 + $signature: 98 }; A.CreditCardsAndBanks.prototype = { createState$0() { - return new A._CreditCardsAndBanksState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), null, B._StateLifecycle_0); + return new A._CreditCardsAndBanksState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), null, null, B._StateLifecycle_0); } }; A._CreditCardsAndBanksState.prototype = { initState$0() { this.super$State$initState(); - this._credit_cards_and_banks$_controller = A.TabController$(0, 3, this); + this._credit_cards_and_banks$_controller = A.TabController$(null, 0, 3, this); }, dispose$0(_) { var _this = this; @@ -398350,7 +400580,7 @@ _this._credit_cards_and_banks$_controllers = t1; B.JSArray_methods.forEach$1(t1, new A._CreditCardsAndBanksState_didChangeDependencies_closure(_this)); B.JSArray_methods.forEach$1(_this._credit_cards_and_banks$_controllers, new A._CreditCardsAndBanksState_didChangeDependencies_closure0(_this)); - _this.super$__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, _credit_cards_and_banks$_onChanged$0() { }, @@ -398384,17 +400614,17 @@ }; A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.CreditCardsAndBanksScreen.prototype = { @@ -398407,12 +400637,12 @@ call$2(context, viewModel) { return new A.CreditCardsAndBanks(null); }, - $signature: 2460 + $signature: 2469 }; A.CreditCardsAndBanksVM.prototype = {}; A.CustomFields.prototype = { createState$0() { - return new A._CustomFieldsState(null, B._StateLifecycle_0); + return new A._CustomFieldsState(null, null, B._StateLifecycle_0); } }; A._CustomFieldsState.prototype = { @@ -398425,7 +400655,7 @@ B.JSArray_methods.forEach$1(A._setArrayType([B.EntityType_invoice, B.EntityType_payment, B.EntityType_task, B.EntityType_vendor, B.EntityType_expense, B.EntityType_project], type$.JSArray_legacy_EntityType), new A._CustomFieldsState_initState_closure(t1, state)); settingsUIState = state.uiState.settingsUIState; t1 = t1.tabs; - t1 = A.TabController$(settingsUIState.tabIndex, t1, _this); + t1 = A.TabController$(null, settingsUIState.tabIndex, t1, _this); _this._custom_fields$_controller = t1; t1.addListener$1(0, _this.get$_custom_fields$_onTabChanged()); }, @@ -398505,7 +400735,7 @@ if (t2._list[t1].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 186 + $signature: 193 }; A.CustomFieldsSettings.prototype = { build$1(_, context) { @@ -398539,7 +400769,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure5(value))); }, - $signature: 11 + $signature: 12 }; A.CustomFieldsSettings_build__closure5.prototype = { call$1(b) { @@ -398566,7 +400796,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure3(value))); }, - $signature: 11 + $signature: 12 }; A.CustomFieldsSettings_build__closure3.prototype = { call$1(b) { @@ -398593,7 +400823,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure1(value))); }, - $signature: 11 + $signature: 12 }; A.CustomFieldsSettings_build__closure1.prototype = { call$1(b) { @@ -398620,7 +400850,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A.CustomFieldsSettings_build__closure.prototype = { call$1(b) { @@ -398713,7 +400943,7 @@ if (_this._widget.showTaxes) { t4 = A.Theme_of(context).colorScheme; t5 = _this._widget.taxesEnabled; - t4 = A.Checkbox$(t4.secondary, false, _null, _null, new A._CustomFormFieldState_build_closure(), false, t5); + t4 = A.Checkbox$(t4.secondary, false, _null, _null, new A._CustomFormFieldState_build_closure(), _null, false, t5); t5 = J.$index$asx($.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)], t2)); } else { @@ -398800,17 +401030,17 @@ }; A.__CustomFieldsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.CustomFieldsScreen.prototype = { @@ -398823,7 +401053,7 @@ call$2(context, viewModel) { return new A.CustomFields(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2461 + $signature: 2470 }; A.CustomFieldsVM.prototype = { get$company() { @@ -398933,12 +401163,12 @@ call$2(context, viewModel) { return new A.DataVisualizations(null); }, - $signature: 2462 + $signature: 2471 }; A.DataVisualizationsVM.prototype = {}; A.DeviceSettings.prototype = { createState$0() { - return new A._DeviceSettingsState(new A.LabeledGlobalKey("_deviceSettings", type$.LabeledGlobalKey_legacy_FormState), null, B._StateLifecycle_0); + return new A._DeviceSettingsState(new A.LabeledGlobalKey("_deviceSettings", type$.LabeledGlobalKey_legacy_FormState), null, null, B._StateLifecycle_0); } }; A._DeviceSettingsState.prototype = { @@ -398947,7 +401177,7 @@ _this.super$State$initState(); settingsUIState = _this._widget.viewModel.state.uiState.settingsUIState; _this._device_settings$_focusNode = A.FocusScopeNode$(true, null, false); - t1 = A.TabController$(settingsUIState.tabIndex, 2, _this); + t1 = A.TabController$(null, settingsUIState.tabIndex, 2, _this); _this._device_settings$_controller = t1; t1.addListener$1(0, _this.get$_device_settings$_onTabChanged()); }, @@ -399077,7 +401307,7 @@ t8 = A.FormCard$(_null, t8, _null, 4, false, _null, false, _null); t11 = A.Icon$(B.IconData_58291_MaterialIcons_null_false, _null, _null); t9 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t3), _s16_0); - t7 = A._setArrayType([t7, t8, A.FormCard$(_null, A._setArrayType([new A.Builder(new A._DeviceSettingsState_build_closure9(t1, state, viewModel), _null), A.ListTile$(false, _null, _null, _null, true, _null, false, _null, t11, _null, new A._DeviceSettingsState_build_closure10(context, viewModel), false, _null, _null, _null, _null, A.Text$(t9 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, _s2_), _s16_0) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)], t6), _null, 4, false, _null, true, _null)], t6); + t7 = A._setArrayType([t7, t8, A.FormCard$(_null, A._setArrayType([new A.Builder(new A._DeviceSettingsState_build_closure9(t1, state, viewModel), _null), A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t11, _null, new A._DeviceSettingsState_build_closure10(context, viewModel), false, _null, _null, _null, _null, A.Text$(t9 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, _s2_), _s16_0) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)], t6), _null, 4, false, _null, true, _null)], t6); t8 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t3), "dark_mode"); t8 = A.Text$(t8 == null ? "" : t8, _null, _null, _null, _null, _null, _null, _null, _null, _null); t9 = prefState.enableDarkMode; @@ -399164,39 +401394,39 @@ } else return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 2463 + $signature: 2472 }; A._DeviceSettingsState_build__closure7.prototype = { call$1(value) { return this.viewModel.onRequireAuthenticationChanged.call$2(this.context, value); }, - $signature: 11 + $signature: 12 }; A._DeviceSettingsState_build_closure6.prototype = { call$1(value) { return this.viewModel.onShowPdfChanged.call$2(this.context, value); }, - $signature: 11 + $signature: 12 }; A._DeviceSettingsState_build_closure7.prototype = { call$1(value) { return this.viewModel.onPersistUiChanged.call$2(this.context, value); }, - $signature: 11 + $signature: 12 }; A._DeviceSettingsState_build_closure8.prototype = { call$1(value) { return this.viewModel.onPersistDataChanged.call$2(this.context, value); }, - $signature: 11 + $signature: 12 }; A._DeviceSettingsState_build_closure9.prototype = { call$1(context) { var _null = null, t1 = this.localization; - return A.ListTile$(false, _null, _null, _null, true, _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(t1, this.state), _null, _null), _null, A.Text$(t1.get$refreshData(), _null, _null, _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_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(t1, this.state), _null, _null), _null, A.Text$(t1.get$refreshData(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null); }, - $signature: 2464 + $signature: 2473 }; A._DeviceSettingsState_build__closure6.prototype = { call$0() { @@ -399206,7 +401436,7 @@ t3 = B.JSNumber_methods.round$0(t2.userCompanyStates._list[t3].lastUpdated / 1000); return t1 + A.format(A.DateTime$fromMillisecondsSinceEpoch(t3 * 1000, false), null); }, - $signature: 146 + $signature: 136 }; A._DeviceSettingsState_build__closure5.prototype = { call$0() { @@ -399231,14 +401461,14 @@ call$1(value) { return this.viewModel.onDarkModeChanged.call$2(this.context, value); }, - $signature: 11 + $signature: 12 }; A._DeviceSettingsState_build_closure12.prototype = { call$1(key) { 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), key, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._DeviceSettingsState_build_closure13.prototype = { call$1(value) { @@ -399262,7 +401492,7 @@ b.get$_safeMap().clear$0(0); return b; }, - $signature: 295 + $signature: 291 }; A._DeviceSettingsState_build__closure3.prototype = { call$1(b) { @@ -399270,7 +401500,7 @@ t2 = type$.legacy_String; return b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal(["sidebar_active_background_color", "#444444", "sidebar_active_font_color", "#FFFFFF", "sidebar_inactive_background_color", "#2F2F2F", "sidebar_inactive_font_color", "#FFFFFF", "invoice_header_background_color", "#777777", "invoice_header_font_color", "#FFFFFF", "table_alternate_row_background_color", t1], t2, t2)); }, - $signature: 2465 + $signature: 2474 }; A._DeviceSettingsState_build_closure15.prototype = { call$1(selector) { @@ -399279,7 +401509,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: 2466 + $signature: 2475 }; A._DeviceSettingsState_build__closure1.prototype = { call$1(value) { @@ -399296,7 +401526,7 @@ b.$indexSet(0, this.selector, t1); return t1; }, - $signature: 687 + $signature: 690 }; A._DeviceSettingsState_build_closure16.prototype = { call$0() { @@ -399354,21 +401584,21 @@ b.$indexSet(0, t2, t1); return t1; }, - $signature: 687 + $signature: 690 }; A.__DeviceSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.DeviceSettingsScreen.prototype = { @@ -399381,14 +401611,14 @@ call$2(context, viewModel) { return new A.DeviceSettings(viewModel, null); }, - $signature: 2468 + $signature: 2477 }; A.DeviceSettingsVM.prototype = {}; A.DeviceSettingsVM_fromStore_closure.prototype = { call$1(context) { return A.showRefreshDataDialog(context, true); }, - $signature: 25 + $signature: 26 }; A.DeviceSettingsVM_fromStore_closure0.prototype = { call$1(context) { @@ -399430,7 +401660,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 283 + $signature: 266 }; A.DeviceSettingsVM_fromStore_closure7.prototype = { call$2(context, value) { @@ -399455,7 +401685,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 283 + $signature: 266 }; A.DeviceSettingsVM_fromStore_closure4.prototype = { call$2(context, value) { @@ -399487,7 +401717,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 689 + $signature: 692 }; A.DeviceSettingsVM_fromStore_closure5.prototype = { call$2(context, value) { @@ -399519,7 +401749,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 689 + $signature: 692 }; A.DeviceSettingsVM_fromStore_closure8.prototype = { call$2(context, value) { @@ -399544,7 +401774,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 283 + $signature: 266 }; A.DeviceSettingsVM_fromStore_closure12.prototype = { call$2(context, value) { @@ -399552,7 +401782,7 @@ t1 = A.UpdateUserPreferences$(_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); }, - $signature: 444 + $signature: 374 }; A.DeviceSettingsVM_fromStore_closure13.prototype = { call$2(context, value) { @@ -399560,7 +401790,7 @@ t1 = A.UpdateUserPreferences$(_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); }, - $signature: 2472 + $signature: 2481 }; A.DeviceSettingsVM_fromStore_closure6.prototype = { call$2(context, value) { @@ -399588,7 +401818,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2473 + $signature: 2482 }; A.DeviceSettingsVM_fromStore_closure3.prototype = { call$2(context, value) { @@ -399622,7 +401852,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2474 + $signature: 2483 }; A.DeviceSettingsVM_fromStore__closure.prototype = { call$1(duration) { @@ -399632,7 +401862,7 @@ else t1.get$_dispatchers()[0].call$1(new A.ViewMainScreen()); }, - $signature: 39 + $signature: 38 }; A.DeviceSettingsVM_fromStore_closure9.prototype = { call$2(context, value) { @@ -399694,7 +401924,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 283 + $signature: 266 }; A.DeviceSettingsVM_fromStore_closure14.prototype = { call$0() { @@ -399749,7 +401979,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 28 + $signature: 29 }; A.DeviceSettingsVM_fromStore_closure2.prototype = { call$2(context, customColors) { @@ -399759,7 +401989,7 @@ t1.get$_dispatchers()[0].call$1(t2); t1.get$_dispatchers()[0].call$1(new A.UpdatedSetting()); }, - $signature: 683 + $signature: 686 }; A.DeviceSettingsVM_fromStore_closure10.prototype = { call$2(context, value) { @@ -399772,7 +402002,7 @@ else t1.get$_dispatchers()[0].call$1(new A.ClearPersistedData()); }, - $signature: 444 + $signature: 374 }; A.DeviceSettingsVM_fromStore_closure11.prototype = { call$2(context, value) { @@ -399783,7 +402013,7 @@ if (value) t1.get$_dispatchers()[0].call$1(new A.PersistUI()); }, - $signature: 444 + $signature: 374 }; A.EmailSettings.prototype = { createState$0() { @@ -399975,7 +402205,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure5(value))); }, - $signature: 11 + $signature: 12 }; A._EmailSettingsState_build__closure5.prototype = { call$1(b) { @@ -400014,7 +402244,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 42 + $signature: 44 }; A._EmailSettingsState_build_closure3.prototype = { call$1(value) { @@ -400044,7 +402274,7 @@ } return A.DropdownMenuItem$(A.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), hour, type$.legacy_int); }, - $signature: 177 + $signature: 159 }; A._EmailSettingsState_build_closure5.prototype = { call$1(value) { @@ -400063,7 +402293,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure1(value))); }, - $signature: 11 + $signature: 12 }; A._EmailSettingsState_build__closure1.prototype = { call$1(b) { @@ -400076,7 +402306,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._EmailSettingsState_build__closure0.prototype = { call$1(b) { @@ -400089,7 +402319,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A._EmailSettingsState_build__closure.prototype = { call$1(b) { @@ -400108,14 +402338,14 @@ call$2(context, viewModel) { return new A.EmailSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2475 + $signature: 2484 }; A.EmailSettingsVM.prototype = {}; A.EmailSettingsVM_fromStore_closure0.prototype = { call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 138 + $signature: 154 }; A.EmailSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -400224,7 +402454,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure3(value))); }, - $signature: 11 + $signature: 12 }; A._ExpenseSettingsState_build__closure3.prototype = { call$1(b) { @@ -400237,7 +402467,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 12 }; A._ExpenseSettingsState_build__closure2.prototype = { call$1(b) { @@ -400250,7 +402480,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure1(value))); }, - $signature: 11 + $signature: 12 }; A._ExpenseSettingsState_build__closure1.prototype = { call$1(b) { @@ -400263,7 +402493,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._ExpenseSettingsState_build__closure0.prototype = { call$1(b) { @@ -400276,7 +402506,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A._ExpenseSettingsState_build__closure.prototype = { call$1(b) { @@ -400301,7 +402531,7 @@ call$2(context, viewModel) { return new A.ExpenseSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2477 + $signature: 2486 }; A.ExpenseSettingsVM.prototype = { get$company() { @@ -400345,7 +402575,7 @@ }; A.GeneratedNumbers.prototype = { createState$0() { - return new A._GeneratedNumbersState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), new A.Debouncer(500, true), null, B._StateLifecycle_0); + return new A._GeneratedNumbersState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), new A.Debouncer(500, true), null, null, B._StateLifecycle_0); } }; A._GeneratedNumbersState.prototype = { @@ -400361,7 +402591,7 @@ _this._generated_numbers$_focusNode = A.FocusScopeNode$(true, null, false); settingsUIState = _this._widget.viewModel.state.uiState.settingsUIState; t1 = t1.tabs; - t1 = A.TabController$(settingsUIState.tabIndex, t1, _this); + t1 = A.TabController$(null, settingsUIState.tabIndex, t1, _this); _this._generated_numbers$_controller = t1; t1.addListener$1(0, _this.get$_generated_numbers$_onTabChanged()); }, @@ -400389,7 +402619,7 @@ B.JSArray_methods.forEach$1(t2, new A._GeneratedNumbersState_didChangeDependencies_closure(_this)); t1.set$text(0, _this._widget.viewModel.settings.recurringNumberPrefix); B.JSArray_methods.forEach$1(_this._generated_numbers$_controllers, new A._GeneratedNumbersState_didChangeDependencies_closure0(_this)); - _this.super$__GeneratedNumbersState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, _generated_numbers$_onChanged$0() { this._generated_numbers$_debouncer.run$1(new A._GeneratedNumbersState__onChanged_closure(this)); @@ -400522,7 +402752,7 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 186 + $signature: 193 }; A._GeneratedNumbersState_dispose_closure.prototype = { call$1(controller) { @@ -400600,7 +402830,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), value, type$.legacy_int); }, - $signature: 177 + $signature: 159 }; A._GeneratedNumbersState_build_closure1.prototype = { call$1(value) { @@ -400619,7 +402849,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure13(value))); }, - $signature: 11 + $signature: 12 }; A._GeneratedNumbersState_build__closure13.prototype = { call$1(b) { @@ -400632,7 +402862,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure12(value))); }, - $signature: 11 + $signature: 12 }; A._GeneratedNumbersState_build__closure12.prototype = { call$1(b) { @@ -400659,7 +402889,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), id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 446 + $signature: 450 }; A._GeneratedNumbersState_build_closure6.prototype = { call$1(value) { @@ -400678,7 +402908,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure9.prototype = { call$1(b) { @@ -400692,7 +402922,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure8.prototype = { call$1(b) { @@ -400706,7 +402936,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure7.prototype = { call$1(b) { @@ -400720,7 +402950,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure6.prototype = { call$1(b) { @@ -400734,7 +402964,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure5.prototype = { call$1(b) { @@ -400748,7 +402978,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure4.prototype = { call$1(b) { @@ -400762,7 +402992,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure3.prototype = { call$1(b) { @@ -400776,7 +403006,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure2.prototype = { call$1(b) { @@ -400790,7 +403020,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure1.prototype = { call$1(b) { @@ -400804,7 +403034,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure0.prototype = { call$1(b) { @@ -400818,7 +403048,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 76 + $signature: 82 }; A._GeneratedNumbersState_build__closure.prototype = { call$1(b) { @@ -400910,24 +403140,24 @@ call$0() { return A.launch("https://www.php.net/manual/en/datetime.format.php", null, false); }, - $signature: 28 + $signature: 29 }; A._EntityNumberSettingsState_build_closure0.prototype = { call$1(field) { - var newValue, + var currentValue, newValue, t1 = this.$this._patternController, - t2 = t1._change_notifier$_value, - t3 = t2.selection.extentOffset, + offset = t1._change_notifier$_value.selection.get$extent().offset, newOffset = field.length, - t4 = t3 >= 0; - t2 = t2.text; - if (t4) { - newValue = B.JSString_methods.$add(J.substring$2$s(t2, 0, t3), field) + B.JSString_methods.substring$1(t2, t3); - newOffset = t3 + newOffset; + t2 = offset >= 0, + t3 = t1._change_notifier$_value; + if (t2) { + currentValue = t3.text; + newValue = J.substring$2$s(currentValue, 0, offset) + field + B.JSString_methods.substring$1(currentValue, offset); + newOffset = offset + newOffset; } else - newValue = J.$add$ansx(t2, field); + newValue = J.$add$ansx(t3.text, field); t1.set$text(0, newValue); - if (t4) + if (t2) t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(newOffset, B.TextAffinity_1))); }, $signature: 7 @@ -400969,7 +403199,7 @@ var _null = null; return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_0_6_0_6, A.Text$(field, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.HelpPanel_build__closure(this.$this, field), _null, _null, _null, _null, _null); }, - $signature: 536 + $signature: 538 }; A.HelpPanel_build__closure.prototype = { call$0() { @@ -400979,17 +403209,17 @@ }; A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.GeneratedNumbersScreen.prototype = { @@ -401002,7 +403232,7 @@ call$2(context, viewModel) { return new A.GeneratedNumbers(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2479 + $signature: 2488 }; A.GeneratedNumbersVM.prototype = { get$company() { @@ -401013,7 +403243,7 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 138 + $signature: 154 }; A.GeneratedNumbersVM_fromStore_closure.prototype = { call$1(context) { @@ -401104,26 +403334,26 @@ t1.add$1(0, A.LinkedHashSet_LinkedHashSet$_literal([A.showToast(this.localization.get$startedImport())], type$.legacy_ToastFuture)); return t1; }, - $signature: 2480 + $signature: 2489 }; A._ImportExportState_build__closure3.prototype = { call$0() { return this.$this._import_export$_response = this.response; }, - $signature: 2481 + $signature: 2490 }; A._ImportExportState_build_closure.prototype = { call$1(importType) { var t1 = this.$this; return t1.setState$1(new A._ImportExportState_build__closure4(t1, importType)); }, - $signature: 2482 + $signature: 2491 }; A._ImportExportState_build__closure4.prototype = { call$0() { return this.$this._import_export$_importType = this.importType; }, - $signature: 2483 + $signature: 2492 }; A._ImportExportState_build_closure1.prototype = { call$0() { @@ -401267,7 +403497,7 @@ t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = t1.localeCode, t3 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t2), "import_type"); - t3 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t3 == null ? "" : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t3 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t3 == null ? "" : t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t4 = _this._widget.importType; t5 = type$.MappedListIterable_of_legacy_ImportType_and_legacy_DropdownMenuItem_legacy_ImportType; t6 = type$.JSArray_legacy_Widget; @@ -401288,7 +403518,7 @@ t10 += t11 > 1000000 ? "" + B.JSNumber_methods.toInt$0(A.round(t11 / 1000000, 1)) + " MB" : "" + B.JSNumber_methods.toInt$0(A.round(t11 / 1000, 0)) + " KB"; } t11 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t2), "select_file"); - children.push(A.Row$(A._setArrayType([new A.Expanded(1, B.FlexFit_0, new A.DecoratedFormField(_null, t9, _null, t10, _null, B.TextInputType_0_null_null, _null, _null, false, false, false, false, false, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, _null, false, false, true, _null, new A.ValueKey(t8, t5)), _null), new A.SizedBox(16, _null, _null, _null), A.OutlinedButton$(new A.Text(t11 == null ? "" : t11, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A._FileImportState_build_closure1(_this, t7), _null)], t6), B.CrossAxisAlignment_1, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + children.push(A.Row$(A._setArrayType([new A.Expanded(1, B.FlexFit_0, new A.DecoratedFormField(_null, t9, _null, t10, _null, B.TextInputType_0_null_null, _null, _null, false, false, false, false, false, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, _null, false, false, true, _null, new A.ValueKey(t8, t5)), _null), new A.SizedBox(16, _null, _null, _null), A.OutlinedButton$(new A.Text(t11 == null ? "" : t11, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A._FileImportState_build_closure1(_this, t7), _null)], t6), B.CrossAxisAlignment_1, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); } children.push(new A.SizedBox(_null, 20, _null, _null)); if (_this._widget.importType === B.ImportType_json) { @@ -401328,7 +403558,7 @@ t1._import_export$_isLoading = false; return A.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 693 + $signature: 696 }; A._FileImportState_uploadJsonFile_closure1.prototype = { call$1(error) { @@ -401372,7 +403602,7 @@ t1._import_export$_isLoading = false; return A.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 693 + $signature: 696 }; A._FileImportState_uploadFile_closure1.prototype = { call$1(error) { @@ -401401,7 +403631,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), importType, type$.legacy_ImportType); }, - $signature: 2485 + $signature: 2494 }; A._FileImportState_build_closure1.prototype = { call$0() { @@ -401436,7 +403666,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A._FileImportState_build__closure1.prototype = { call$0() { @@ -401544,7 +403774,7 @@ t10 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t10), "map_to"); if (t10 == null) t10 = ""; - t10 = A._setArrayType([new A.SizedBox(_null, 25, _null, _null), new A.Text(t7, t8.subtitle1, _null, _null, _null, B.TextOverflow_0, _null, 1, _null, _null), new A.SizedBox(_null, 12, _null, _null), A.Row$(A._setArrayType([new A.Expanded(1, B.FlexFit_0, new A.Text(t9, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Expanded(1, B.FlexFit_0, new A.Text(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Expanded(1, B.FlexFit_0, new A.Text(t10, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 12, _null, _null)], t4); + t10 = A._setArrayType([new A.SizedBox(_null, 25, _null, _null), new A.Text(t7, _null, t8.titleMedium, _null, _null, _null, B.TextOverflow_0, _null, 1, _null, _null), new A.SizedBox(_null, 12, _null, _null), A.Row$(A._setArrayType([new A.Expanded(1, B.FlexFit_0, new A.Text(t9, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Expanded(1, B.FlexFit_0, new A.Text(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Expanded(1, B.FlexFit_0, new A.Text(t10, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 12, _null, _null)], t4); i = 0; while (true) { t7 = t6.get$value(t6).headers._list; @@ -401714,7 +403944,7 @@ B.JSArray_methods.addAll$1(t1, A.List_List$of(t2, true, t2.$ti._eval$1("ListIterable.E"))); return t1; }, - $signature: 582 + $signature: 583 }; A._FieldMapper_build__closure0.prototype = { call$1(field) { @@ -401723,7 +403953,7 @@ t1.toString; return A.Text$(this.localization.lookup$1(A.stringReplaceAllUnchecked(t1, "_id", "")), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2486 + $signature: 2495 }; A._FieldMapper_build_closure2.prototype = { call$1(value) { @@ -401759,7 +403989,7 @@ fieldType = t1.lookup$1(B.JSArray_methods.get$first(field.split("."))); return A.DropdownMenuItem$(A.Text$(A.S(fieldLabel) + " - " + A.S(fieldType), _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), field, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A.ImportExportScreen.prototype = { build$1(_, context) { @@ -401771,12 +404001,12 @@ call$2(context, viewModel) { return new A.ImportExport(null); }, - $signature: 2487 + $signature: 2496 }; A.ImportExportVM.prototype = {}; A.InvoiceDesign.prototype = { createState$0() { - return new A._InvoiceDesignState(null, B._StateLifecycle_0); + return new A._InvoiceDesignState(null, null, B._StateLifecycle_0); } }; A._InvoiceDesignState.prototype = { @@ -401785,7 +404015,7 @@ _this.super$State$initState(); settingsUIState = _this._widget.viewModel.state.uiState.settingsUIState; _this._invoice_design$_focusNode = A.FocusScopeNode$(true, null, false); - t1 = A.TabController$(settingsUIState.tabIndex, 10, _this); + t1 = A.TabController$(null, settingsUIState.tabIndex, 10, _this); _this._invoice_design$_controller = t1; t1.addListener$1(0, _this.get$_invoice_design$_onTabChanged()); }, @@ -402015,7 +404245,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure14(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure15(value))); }, - $signature: 143 + $signature: 139 }; A._InvoiceDesignState_build__closure14.prototype = { call$0() { @@ -402050,7 +404280,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure11(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure12(value))); }, - $signature: 143 + $signature: 139 }; A._InvoiceDesignState_build__closure11.prototype = { call$0() { @@ -402085,7 +404315,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure8(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure9(value))); }, - $signature: 143 + $signature: 139 }; A._InvoiceDesignState_build__closure8.prototype = { call$0() { @@ -402132,7 +404362,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageLayout), _null, _null, _null, _null, _null, _null, _null, _null, _null), pageLayout, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._InvoiceDesignState_build_closure7.prototype = { call$1(value) { @@ -402152,7 +404382,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageSize), _null, _null, _null, _null, _null, _null, _null, _null, _null), pageSize, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._InvoiceDesignState_build_closure9.prototype = { call$1(value) { @@ -402175,13 +404405,13 @@ t2 = fontSize === 0 ? new A.SizedBox(_null, _null, _null, _null) : A.Text$(A.S(fontSize), _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.DropdownMenuItem$(t2, t1, type$.legacy_String); }, - $signature: 420 + $signature: 453 }; A._InvoiceDesignState_build_closure11.prototype = { call$1(font) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure3(font))); }, - $signature: 56 + $signature: 55 }; A._InvoiceDesignState_build__closure3.prototype = { call$1(b) { @@ -402196,7 +404426,7 @@ call$1(font) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure2(font))); }, - $signature: 56 + $signature: 55 }; A._InvoiceDesignState_build__closure2.prototype = { call$1(b) { @@ -402237,7 +404467,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A._InvoiceDesignState_build__closure.prototype = { call$1(b) { @@ -402440,17 +404670,17 @@ }; A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.InvoiceDesignScreen.prototype = { @@ -402463,7 +404693,7 @@ call$2(context, viewModel) { return new A.InvoiceDesign(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2488 + $signature: 2497 }; A.InvoiceDesignVM.prototype = { get$company() { @@ -402474,7 +404704,7 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 138 + $signature: 154 }; A.InvoiceDesignVM_fromStore_closure0.prototype = { call$2(context, entityTypes) { @@ -402485,7 +404715,7 @@ } new A.InvoiceDesignVM_fromStore__closure(this.store, context, this.state, entityTypes).call$0(); }, - $signature: 2489 + $signature: 2498 }; A.InvoiceDesignVM_fromStore__closure.prototype = { call$0() { @@ -402536,7 +404766,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: 186 + $signature: 193 }; A.InvoiceDesignVM_fromStore_____closure.prototype = { call$1(response) { @@ -402556,7 +404786,7 @@ }; A.LocalizationSettings.prototype = { createState$0() { - return new A._LocalizationSettingsState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), null, B._StateLifecycle_0); + return new A._LocalizationSettingsState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), null, null, B._StateLifecycle_0); } }; A._LocalizationSettingsState.prototype = { @@ -402565,7 +404795,7 @@ _this.super$State$initState(); _this._localization_settings$_focusNode = A.FocusScopeNode$(true, null, false); settingsUIState = _this._widget.viewModel.state.uiState.settingsUIState; - t1 = A.TabController$(settingsUIState.entityType !== B.EntityType_company ? 0 : settingsUIState.tabIndex, 2, _this); + t1 = A.TabController$(null, settingsUIState.entityType !== B.EntityType_company ? 0 : settingsUIState.tabIndex, 2, _this); _this._localization_settings$_controller = t1; t1.addListener$1(0, _this.get$_localization_settings$_onTabChanged()); }, @@ -402591,7 +404821,7 @@ _this._localization_settings$_controllers = t1; B.JSArray_methods.forEach$1(t1, new A._LocalizationSettingsState_didChangeDependencies_closure(_this)); B.JSArray_methods.forEach$1(_this._localization_settings$_controllers, new A._LocalizationSettingsState_didChangeDependencies_closure0(_this)); - _this.super$__LocalizationSettingsState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, _localization_settings$_onChanged$0() { }, @@ -402695,7 +404925,7 @@ t16 = t12.$index(0, t13); if (t16 == null) t16 = ""; - t3.push(A.Row$(A._setArrayType([new A.Expanded(1, B.FlexFit_0, new A.Text(t14, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Expanded(1, B.FlexFit_0, A.TextFormField$(true, _null, false, _null, _null, B.InputDecoration_cE0, _null, false, _null, t16, _null, new A.ValueKey(t15, t11), _null, 1, _null, false, new A._LocalizationSettingsState_build_closure13(viewModel, settings, t13), _null, _null, _null, false, _null, _null, B.TextAlign_4, _null, _null), _null), new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), 24, new A._LocalizationSettingsState_build_closure14(viewModel, settings, t13), B.EdgeInsets_8_8_8_8, _null, _null)], t17), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t3.push(A.Row$(A._setArrayType([new A.Expanded(1, B.FlexFit_0, new A.Text(t14, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.Expanded(1, B.FlexFit_0, A.TextFormField$(true, _null, false, _null, _null, B.InputDecoration_C4W, _null, false, _null, t16, _null, new A.ValueKey(t15, t11), _null, 1, _null, false, new A._LocalizationSettingsState_build_closure13(viewModel, settings, t13), _null, _null, _null, false, _null, _null, B.TextAlign_4, _null, _null), _null), new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._LocalizationSettingsState_build_closure14(viewModel, settings, t13), B.EdgeInsets_8_8_8_8, _null, _null)], t17), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); } return A.EditScaffold$(_null, t6, new A.AppTabForm(t8, t7, A._setArrayType([new A.ScrollableListView(t10, _null, _null, _null), new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t3, B.CrossAxisAlignment_0, 4, false, _null, true, _null)], t17), _null, _null, _null)], t17), t9, _null, _null), _null, _null, _null, false, _null, _null, t4, _null, t2); } @@ -402738,7 +404968,7 @@ call$1(currency) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure11(currency))); }, - $signature: 56 + $signature: 55 }; A._LocalizationSettingsState_build__closure11.prototype = { call$1(b) { @@ -402753,7 +404983,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure10(value))); }, - $signature: 11 + $signature: 12 }; A._LocalizationSettingsState_build__closure10.prototype = { call$1(b) { @@ -402766,7 +404996,7 @@ call$1(language) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure9(language))); }, - $signature: 56 + $signature: 55 }; A._LocalizationSettingsState_build__closure9.prototype = { call$1(b) { @@ -402781,7 +405011,7 @@ call$1(timezone) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure8(timezone))); }, - $signature: 56 + $signature: 55 }; A._LocalizationSettingsState_build__closure8.prototype = { call$1(b) { @@ -402796,7 +405026,7 @@ call$1(dateFormat) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure7(dateFormat))); }, - $signature: 56 + $signature: 55 }; A._LocalizationSettingsState_build__closure7.prototype = { call$1(b) { @@ -402811,7 +405041,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure6(value))); }, - $signature: 11 + $signature: 12 }; A._LocalizationSettingsState_build__closure6.prototype = { call$1(b) { @@ -402851,14 +405081,14 @@ 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), id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 446 + $signature: 450 }; 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), key, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._LocalizationSettingsState_build_closure11.prototype = { call$1(value) { @@ -402903,7 +405133,7 @@ call$0() { return A.launch("https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php", null, false); }, - $signature: 28 + $signature: 29 }; A._LocalizationSettingsState_build_closure13.prototype = { call$1(value) { @@ -402933,17 +405163,17 @@ }; A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.LocalizationScreen.prototype = { @@ -402956,7 +405186,7 @@ call$2(context, viewModel) { return new A.LocalizationSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2490 + $signature: 2499 }; A.LocalizationSettingsVM.prototype = { get$company() { @@ -402967,7 +405197,7 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 138 + $signature: 154 }; A.LocalizationSettingsVM_fromStore_closure.prototype = { call$1(company) { @@ -403031,7 +405261,7 @@ call$1(value) { return this.appBuilder.rebuild$0(); }, - $signature: 88 + $signature: 86 }; A.OnlinePayments.prototype = { createState$0() { @@ -403177,7 +405407,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._OnlinePaymentsState_build__closure2(value))); }, - $signature: 11 + $signature: 12 }; A._OnlinePaymentsState_build__closure2.prototype = { call$1(b) { @@ -403190,7 +405420,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._OnlinePaymentsState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A._OnlinePaymentsState_build__closure.prototype = { call$1(b) { @@ -403215,7 +405445,7 @@ call$2(context, viewModel) { return new A.OnlinePayments(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2491 + $signature: 2500 }; A.OnlinePaymentsVM.prototype = { get$company() { @@ -403226,7 +405456,7 @@ call$1(settings) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 442 + $signature: 377 }; A.OnlinePaymentsVM_fromStore_closure.prototype = { call$1(context) { @@ -403348,7 +405578,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure5(value))); }, - $signature: 11 + $signature: 12 }; A._ProductSettingsState_build__closure5.prototype = { call$1(b) { @@ -403361,7 +405591,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure4(value))); }, - $signature: 11 + $signature: 12 }; A._ProductSettingsState_build__closure4.prototype = { call$1(b) { @@ -403374,7 +405604,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure3(value))); }, - $signature: 11 + $signature: 12 }; A._ProductSettingsState_build__closure3.prototype = { call$1(b) { @@ -403387,7 +405617,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 12 }; A._ProductSettingsState_build__closure2.prototype = { call$1(b) { @@ -403400,7 +405630,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure1(value))); }, - $signature: 11 + $signature: 12 }; A._ProductSettingsState_build__closure1.prototype = { call$1(b) { @@ -403413,7 +405643,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._ProductSettingsState_build__closure0.prototype = { call$1(b) { @@ -403426,7 +405656,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A._ProductSettingsState_build__closure.prototype = { call$1(b) { @@ -403445,7 +405675,7 @@ call$2(context, viewModel) { return new A.ProductSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2492 + $signature: 2501 }; A.ProductSettingsVM.prototype = { get$company() { @@ -403547,7 +405777,7 @@ t8 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1), "basic_settings"); if (t8 == null) t8 = ""; - t7.push(A.Container$(_null, A.Text$(t8, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyText2, _null, _null, _null), B.Clip_0, t3, _null, _null, _null, _null, _null, _null, B.EdgeInsets_19_16_0_16, _null, _null, _null)); + t7.push(A.Container$(_null, A.Text$(t8, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyMedium, _null, _null, _null), B.Clip_0, t3, _null, _null, _null, _null, _null, _null, B.EdgeInsets_19_16_0_16, _null, _null, _null)); t7.push(new A.SettingsListTile("company_details", _this._widget.viewModel, _null)); if (showAll) t7.push(new A.SettingsListTile(_s12_, _this._widget.viewModel, _null)); @@ -403571,7 +405801,7 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1), "advanced_settings"); if (t1 == null) t1 = ""; - t7.push(A.Container$(_null, A.Text$(t1, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyText2, _null, _null, _null), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, B.EdgeInsets_19_16_0_16, _null, _null, _null)); + t7.push(A.Container$(_null, A.Text$(t1, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyMedium, _null, _null, _null), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, B.EdgeInsets_19_16_0_16, _null, _null, _null)); t7.push(new A.SettingsListTile("invoice_design", _this._widget.viewModel, _null)); if (showAll) t7.push(new A.SettingsListTile("custom_fields", _this._widget.viewModel, _null)); @@ -403603,7 +405833,7 @@ t3 = A.Theme_of(context).cardColor; t4 = this.viewModel.state.uiState.containsRoute$1("/" + t2) && A.getLayout(context) === B.AppLayout_desktop; t5 = A.getLayout(context); - return A.Container$(_null, new A.SelectedIndicator(A.ListTile$(false, _null, t5 === B.AppLayout_desktop, _null, true, _null, false, _null, new A.Padding(B.EdgeInsets_6_2_0_0, A.Icon$(icon, _null, 22), _null), _null, new A.SettingsListTile_build_closure(this, context), false, _null, _null, _null, _null, A.Text$(t1.lookup$1(t2), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyText1.copyWith$1$fontSize(14), _null, _null, _null), _null, _null), t4, false, _null), B.Clip_0, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Container$(_null, new A.SelectedIndicator(A.ListTile$(false, _null, t5 === B.AppLayout_desktop, _null, true, _null, _null, false, _null, new A.Padding(B.EdgeInsets_6_2_0_0, A.Icon$(icon, _null, 22), _null), _null, new A.SettingsListTile_build_closure(this, context), false, _null, _null, _null, _null, A.Text$(t1.lookup$1(t2), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyLarge.copyWith$1$fontSize(14), _null, _null, _null), _null, _null), t4, false, _null), B.Clip_0, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); } }; A.SettingsListTile_build_closure.prototype = { @@ -403647,7 +405877,7 @@ t9 = t3.toLowerCase(); if (A.stringContainsUnchecked(t8, t9, 0)) { t8 = t1.lookup$1(field); - t4.push(new A.ListTile(new A.Padding(B.EdgeInsets_6_10_0_0, new A.Icon(A.getSettingIcon(t5), 22, _null, _null), _null), new A.Text(t8, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.Text(t1.lookup$1(t5), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null, _null, _null, _null, true, new A.SettingsSearch_build_closure(this, context, t5, i), _null, false, _null, false, _null, _null, _null, _null)); + 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)); } } } @@ -403671,7 +405901,7 @@ call$2(context, viewModel) { return new A.SettingsList(viewModel, null); }, - $signature: 2493 + $signature: 2502 }; A.SettingsListVM.prototype = {}; A.SettingsListVM_fromStore_closure.prototype = { @@ -403685,7 +405915,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2494 + $signature: 2503 }; A.SettingsListVM_fromStore_closure2.prototype = { call$0() { @@ -403713,7 +405943,7 @@ t2 = "__cleared_at_" + t1.filterClearedAt + "__", t3 = A._setArrayType([], type$.JSArray_legacy_String); t1 = t1.filter; - return A.ListScaffold$(A._setArrayType([], type$.JSArray_legacy_Widget), B.List_empty9, new A.ListFilter(B.EntityType_settings, t1, new A.SettingsScreen_build_closure(store), t3, new A.ValueKey(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_empty11, new A.ListFilter(B.EntityType_settings, t1, new A.SettingsScreen_build_closure(store), t3, new A.ValueKey(t2, type$.ValueKey_legacy_String)), new A.SettingsListBuilder(_null), _null, B.EntityType_settings, _null, 0, _null, _null, _null); } }; A.SettingsScreen_build_closure.prototype = { @@ -403732,7 +405962,7 @@ call$2(context, vm) { return new A.SettingsScreen(null); }, - $signature: 2495 + $signature: 2504 }; A.SettingsScreenVM.prototype = {}; A.SettingsWizard.prototype = { @@ -403841,14 +406071,14 @@ 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), 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)); + 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), 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(); if (_this._settings_wizard$_isSaving) t3 = new A.LoadingIndicator(200, false, _null); else { t3 = 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.headline6, _null, _null, _null), _null), companyName], t3); + 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); t5 = state.authState; t6 = t5.get$isHosted(); if (t6) @@ -403864,7 +406094,7 @@ 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; } else { - t4 = A._setArrayType([A.Expanded$(A.Text$(t1.get$welcomeToInvoiceNinja(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1)], t3); + 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); t5 = state.authState; t6 = t5.get$isHosted(); if (t6) @@ -404051,7 +406281,7 @@ call$1(value) { return this.navigator.pop$0(0); }, - $signature: 233 + $signature: 211 }; A._SettingsWizardState__onSavePressed___closure1.prototype = { call$1(error) { @@ -404113,7 +406343,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 77 + $signature: 81 }; A._SettingsWizardState_build_closure.prototype = { call$1(value) { @@ -404138,7 +406368,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 166 + $signature: 169 }; A._SettingsWizardState_build__closure1.prototype = { call$0() { @@ -404146,7 +406376,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_currencyId = t1; }, - $signature: 146 + $signature: 136 }; A._SettingsWizardState_build_closure3.prototype = { call$1(value) { @@ -404162,7 +406392,7 @@ this.store.get$_dispatchers()[0].call$1(new A.UpdateCompanyLanguage(t1)); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 44 + $signature: 41 }; A._SettingsWizardState_build__closure0.prototype = { call$0() { @@ -404170,7 +406400,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_languageId = t1; }, - $signature: 146 + $signature: 136 }; A._SettingsWizardState_build_closure5.prototype = { call$1(value) { @@ -404187,7 +406417,7 @@ t3 = this.state.prefState.enableDarkMode; return A.ToggleButtons$(t1, new A.BoxConstraints(t2, t2, 40, 40), A._setArrayType([!t3, t3], type$.JSArray_legacy_bool), new A._SettingsWizardState_build__closure(this.store, context)); }, - $signature: 2496 + $signature: 2505 }; A._SettingsWizardState_build__closure.prototype = { call$1(index) { @@ -404199,7 +406429,7 @@ this.store.get$_dispatchers()[0].call$1(t1); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 98 + $signature: 94 }; A._SettingsWizardState_build_closure8.prototype = { call$1(value) { @@ -404379,7 +406609,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure5(value))); }, - $signature: 11 + $signature: 12 }; A._TaskSettingsState_build__closure5.prototype = { call$1(b) { @@ -404392,7 +406622,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure4(value))); }, - $signature: 11 + $signature: 12 }; A._TaskSettingsState_build__closure4.prototype = { call$1(b) { @@ -404405,7 +406635,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure3(value))); }, - $signature: 11 + $signature: 12 }; A._TaskSettingsState_build__closure3.prototype = { call$1(b) { @@ -404418,7 +406648,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 12 }; A._TaskSettingsState_build__closure2.prototype = { call$1(b) { @@ -404431,7 +406661,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure1(value))); }, - $signature: 11 + $signature: 12 }; A._TaskSettingsState_build__closure1.prototype = { call$1(b) { @@ -404444,7 +406674,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._TaskSettingsState_build__closure0.prototype = { call$1(b) { @@ -404471,7 +406701,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._TaskSettingsState_build_closure7.prototype = { call$0() { @@ -404489,7 +406719,7 @@ call$2(context, viewModel) { return new A.TaskSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2497 + $signature: 2506 }; A.TaskSettingsVM.prototype = { get$company() { @@ -404506,7 +406736,7 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 138 + $signature: 154 }; A.TaskSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -404621,7 +406851,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure4(value))); }, - $signature: 168 + $signature: 166 }; A._TaxSettingsState_build__closure4.prototype = { call$1(b) { @@ -404634,7 +406864,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure3(value))); }, - $signature: 168 + $signature: 166 }; A._TaxSettingsState_build__closure3.prototype = { call$1(b) { @@ -404647,7 +406877,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 12 }; A._TaxSettingsState_build__closure2.prototype = { call$1(b) { @@ -404746,7 +406976,7 @@ call$2(context, viewModel) { return new A.TaxSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2498 + $signature: 2507 }; A.TaxSettingsVM.prototype = { get$company() { @@ -404757,7 +406987,7 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 138 + $signature: 154 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -404813,7 +407043,8 @@ }; A.TemplatesAndReminders.prototype = { createState$0() { - return new A._TemplatesAndRemindersState(new A.Debouncer(500, true), A.TextEditingController$(null), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), null, B._StateLifecycle_0); + var _null = null; + return new A._TemplatesAndRemindersState(new A.Debouncer(500, true), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, _null, B._StateLifecycle_0); } }; A._TemplatesAndRemindersState.prototype = { @@ -404821,7 +407052,7 @@ var t1, t2, t3, _this = this; _this.super$State$initState(); _this._templates_and_reminders$_focusNode = A.FocusScopeNode$(true, null, false); - t1 = A.TabController$(0, 2, _this); + t1 = A.TabController$(null, 0, 2, _this); _this._templates_and_reminders$_controller = t1; t1.addListener$1(0, _this.get$_handleTabSelection()); t1 = _this._subjectController; @@ -404833,7 +407064,7 @@ }, didChangeDependencies$0() { this._loadTemplate$1(this._widget.viewModel.selectedTemplate); - this.super$__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + this.super$State$didChangeDependencies(); }, dispose$0(_) { var _this = this; @@ -404880,7 +407111,7 @@ A.loadEmailTemplate(body, t1, null, new A._TemplatesAndRemindersState__handleTabSelection_closure0(_this), subject, _this._widget.viewModel.selectedTemplate.toString$0(0)); }, build$1(_, context) { - var t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, + var t5, t6, t7, t8, t9, editor, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), viewModel = _this._widget.viewModel, state = viewModel.state, @@ -404891,63 +407122,72 @@ t4 = t3.selectedCompanyIndex, company = t2._list[t4].userCompany.company; t4 = t1.localeCode; + t2 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t4), "template"); + if (t2 == null) + t2 = ""; + t5 = $.$get$_$templateValues()._set$_set; + t6 = A._instanceType(t5); + t7 = t6._eval$1("MappedIterable*>"); + t7 = A.List_List$of(new A.MappedIterable(new A.WhereIterable(t5, new A._TemplatesAndRemindersState_build_closure(company), t6._eval$1("WhereIterable")), new A._TemplatesAndRemindersState_build_closure0(t1), t7), true, t7._eval$1("Iterable.E")); + t6 = t1.get$subject(); + t6 = A.DecoratedFormField$(false, _null, false, false, _this._subjectController, _null, true, _null, _this._defaultSubject, _null, _null, false, false, _null, B.TextInputType_0_null_null, t6, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null); + t5 = t1.get$body(t1); + t8 = type$.JSArray_legacy_Widget; + t5 = A._setArrayType([A.FormCard$(_null, A._setArrayType([new A.AppDropdownButton(t2, template, new A._TemplatesAndRemindersState_build_closure1(_this, viewModel), t7, false, true, "", _null, _null, type$.AppDropdownButton_legacy_EmailTemplate), t6, A.DecoratedFormField$(false, _null, false, false, _this._templates_and_reminders$_bodyController, _null, true, _null, _this._defaultBody, _null, _null, false, false, _null, B.TextInputType_1_null_null, t5, 8, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t8), _null, 4, false, _null, false, _null)], t8); + if (template === B.EmailTemplate_reminder1) { + t2 = "__reminder1_" + template.toString$0(0) + "__"; + t6 = settings.enableReminder1; + t7 = settings.numDaysReminder1; + t9 = settings.scheduleReminder1; + t5.push(new A.ReminderSettings(t6, t7, settings.lateFeeAmount1, settings.lateFeePercent1, t9, new A._TemplatesAndRemindersState_build_closure2(viewModel, settings), new A.ValueKey(t2, type$.ValueKey_legacy_String))); + } + if (template === B.EmailTemplate_reminder2) { + t2 = "__reminder2_" + template.toString$0(0) + "__"; + t6 = settings.enableReminder2; + t7 = settings.numDaysReminder2; + t9 = settings.scheduleReminder2; + t5.push(new A.ReminderSettings(t6, t7, settings.lateFeeAmount2, settings.lateFeePercent2, t9, new A._TemplatesAndRemindersState_build_closure3(viewModel, settings), new A.ValueKey(t2, type$.ValueKey_legacy_String))); + } + if (template === B.EmailTemplate_reminder3) { + t2 = "__reminder3_" + template.toString$0(0) + "__"; + t6 = settings.enableReminder3; + t7 = settings.numDaysReminder3; + t9 = settings.scheduleReminder3; + t5.push(new A.ReminderSettings(t6, t7, settings.lateFeeAmount3, settings.lateFeePercent3, t9, new A._TemplatesAndRemindersState_build_closure4(viewModel, settings), new A.ValueKey(t2, type$.ValueKey_legacy_String))); + } + if (template === B.EmailTemplate_reminder_endless) { + t2 = A.BoolDropdownButton$(_null, _null, _null, B.IconData_57898_MaterialIcons_null_false, t1.get$sendEmail(), _null, new A._TemplatesAndRemindersState_build_closure5(viewModel, settings), _null, settings.enableReminderEndless); + t6 = t1.get$frequency(t1); + t7 = settings.endlessReminderFrequencyId; + if (t7 === "0") + t7 = _null; + t9 = B.Map_tOn4d.map$2$1(0, new A._TemplatesAndRemindersState_build_closure6(t1), type$.legacy_String, type$.legacy_DropdownMenuItem_legacy_String); + t9 = t9.get$values(t9); + t5.push(A.FormCard$(_null, A._setArrayType([t2, new A.AppDropdownButton(t6, t7, new A._TemplatesAndRemindersState_build_closure7(viewModel, settings), A.List_List$of(t9, true, A._instanceType(t9)._eval$1("Iterable.E")), false, true, "", _null, _null, type$.AppDropdownButton_legacy_String)], t8), _null, 4, false, _null, false, _null)); + } + t5.push(new A.VariablesHelp(template === B.EmailTemplate_quote, _null)); + editor = new A.ScrollableListView(t5, _null, _null, _null); t2 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t4), "templates_and_reminders"); if (t2 == null) t2 = ""; - t5 = viewModel.onSavePressed; - t3 = t3.settingsUIState.updatedAt; - t6 = type$.JSArray_legacy_Widget; - t7 = A.TabBar$(_this._templates_and_reminders$_controller, _null, false, new A.ValueKey(t3, type$.ValueKey_legacy_int), _null, A._setArrayType([A.Tab$(_null, t1.get$edit()), A.Tab$(_null, t1.get$preview())], t6)); - t3 = "__" + t3 + "_" + _this._subjectPreview + "_" + _this._bodyPreview + "_"; - t8 = type$.ValueKey_legacy_String; - t9 = _this._templates_and_reminders$_controller; - t10 = $.$get$_TemplatesAndRemindersState__formKey(); - t11 = _this._templates_and_reminders$_focusNode; - t4 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t4), "template"); - if (t4 == null) - t4 = ""; - t12 = $.$get$_$templateValues()._set$_set; - t13 = A._instanceType(t12); - t14 = t13._eval$1("MappedIterable*>"); - t14 = A.List_List$of(new A.MappedIterable(new A.WhereIterable(t12, new A._TemplatesAndRemindersState_build_closure(company), t13._eval$1("WhereIterable")), new A._TemplatesAndRemindersState_build_closure0(t1), t14), true, t14._eval$1("Iterable.E")); - t13 = t1.get$subject(); - t13 = A.DecoratedFormField$(false, _null, false, false, _this._subjectController, _null, true, _null, _this._defaultSubject, _null, _null, false, false, _null, B.TextInputType_0_null_null, t13, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null); - t12 = t1.get$body(t1); - t12 = A._setArrayType([A.FormCard$(_null, A._setArrayType([new A.AppDropdownButton(t4, template, new A._TemplatesAndRemindersState_build_closure1(_this, viewModel), t14, false, true, "", _null, _null, type$.AppDropdownButton_legacy_EmailTemplate), t13, A.DecoratedFormField$(false, _null, false, false, _this._templates_and_reminders$_bodyController, _null, true, _null, _this._defaultBody, _null, _null, false, false, _null, B.TextInputType_1_null_null, t12, 8, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t6), _null, 4, false, _null, false, _null)], t6); - if (template === B.EmailTemplate_reminder1) { - t4 = "__reminder1_" + template.toString$0(0) + "__"; - t13 = settings.enableReminder1; - t14 = settings.numDaysReminder1; - t15 = settings.scheduleReminder1; - t12.push(new A.ReminderSettings(t13, t14, settings.lateFeeAmount1, settings.lateFeePercent1, t15, new A._TemplatesAndRemindersState_build_closure2(viewModel, settings), new A.ValueKey(t4, t8))); - } - if (template === B.EmailTemplate_reminder2) { - t4 = "__reminder2_" + template.toString$0(0) + "__"; - t13 = settings.enableReminder2; - t14 = settings.numDaysReminder2; - t15 = settings.scheduleReminder2; - t12.push(new A.ReminderSettings(t13, t14, settings.lateFeeAmount2, settings.lateFeePercent2, t15, new A._TemplatesAndRemindersState_build_closure3(viewModel, settings), new A.ValueKey(t4, t8))); - } - if (template === B.EmailTemplate_reminder3) { - t4 = "__reminder3_" + template.toString$0(0) + "__"; - t13 = settings.enableReminder3; - t14 = settings.numDaysReminder3; - t15 = settings.scheduleReminder3; - t12.push(new A.ReminderSettings(t13, t14, settings.lateFeeAmount3, settings.lateFeePercent3, t15, new A._TemplatesAndRemindersState_build_closure4(viewModel, settings), new A.ValueKey(t4, t8))); - } - if (template === B.EmailTemplate_reminder_endless) { - t4 = A.BoolDropdownButton$(_null, _null, _null, B.IconData_57898_MaterialIcons_null_false, t1.get$sendEmail(), _null, new A._TemplatesAndRemindersState_build_closure5(viewModel, settings), _null, settings.enableReminderEndless); - t13 = t1.get$frequency(t1); - t14 = settings.endlessReminderFrequencyId; - if (t14 === "0") - t14 = _null; - t1 = B.Map_tOn4d.map$2$1(0, new A._TemplatesAndRemindersState_build_closure6(t1), type$.legacy_String, type$.legacy_DropdownMenuItem_legacy_String); - t1 = t1.get$values(t1); - t12.push(A.FormCard$(_null, A._setArrayType([t4, new A.AppDropdownButton(t13, t14, new A._TemplatesAndRemindersState_build_closure7(viewModel, settings), A.List_List$of(t1, true, A._instanceType(t1)._eval$1("Iterable.E")), false, true, "", _null, _null, type$.AppDropdownButton_legacy_String)], t6), _null, 4, false, _null, false, _null)); - } - t12.push(new A.VariablesHelp(template === B.EmailTemplate_quote, _null)); - t1 = _this._templates_and_reminders$_isLoading; - return A.EditScaffold$(_null, t7, new A.AppTabForm(t11, t10, A._setArrayType([new A.ScrollableListView(t12, _null, _null, _null), new A.EmailPreview(_this._subjectPreview, _this._bodyPreview, t1, _null)], t6), t9, new A.ValueKey(t3, t8), _null), _null, _null, _null, false, _null, _null, t5, _null, t2); + t4 = viewModel.onSavePressed; + if (!(A.isMacOS() || A.isWindows() || A.isLinux())) { + t5 = t3.settingsUIState.updatedAt; + t1 = A.TabBar$(_this._templates_and_reminders$_controller, _null, false, new A.ValueKey(t5, type$.ValueKey_legacy_int), _null, A._setArrayType([A.Tab$(_null, t1.get$edit()), A.Tab$(_null, t1.get$preview())], t8)); + } else + t1 = _null; + if (!(A.isMacOS() || A.isWindows() || A.isLinux())) { + t3 = "__" + t3.settingsUIState.updatedAt + "_"; + t5 = _this._subjectPreview; + t3 = t3 + t5 + "_"; + t6 = _this._bodyPreview; + t3 = t3 + t6 + "_"; + t7 = _this._templates_and_reminders$_controller; + t9 = $.$get$_TemplatesAndRemindersState__formKey(); + t3 = new A.AppTabForm(_this._templates_and_reminders$_focusNode, t9, A._setArrayType([editor, new A.EmailPreview(t5, t6, _this._templates_and_reminders$_isLoading, _null)], t8), t7, new A.ValueKey(t3, type$.ValueKey_legacy_String), _null); + } else + t3 = new A.AppForm($.$get$_TemplatesAndRemindersState__formKey(), _null, editor, _this._templates_and_reminders$_focusNode, _null); + return A.EditScaffold$(_null, t1, t3, _null, _null, _null, false, _null, _null, t4, _null, t2); } }; A._TemplatesAndRemindersState_dispose_closure.prototype = { @@ -405126,7 +407366,7 @@ return; t1.setState$1(new A._TemplatesAndRemindersState__handleTabSelection__closure(t1, subject, body)); }, - $signature: 573 + $signature: 574 }; A._TemplatesAndRemindersState__handleTabSelection__closure.prototype = { call$0() { @@ -405142,7 +407382,7 @@ var t1 = this.$this; return t1.setState$1(new A._TemplatesAndRemindersState_build__closure4(t1, this.viewModel, value)); }, - $signature: 88 + $signature: 86 }; A._TemplatesAndRemindersState_build__closure4.prototype = { call$0() { @@ -405164,7 +407404,7 @@ return false; return true; }, - $signature: 2499 + $signature: 2508 }; A._TemplatesAndRemindersState_build_closure0.prototype = { call$1(item) { @@ -405185,13 +407425,13 @@ $name = t1.get$thirdCustom(); return A.DropdownMenuItem$(A.Text$($name, _null, _null, _null, _null, _null, _null, _null, _null, _null), item, type$.legacy_EmailTemplate); }, - $signature: 2500 + $signature: 2509 }; A._TemplatesAndRemindersState_build_closure2.prototype = { call$5(enabled, days, schedule, feeAmount, feePercent) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure3(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 447 + $signature: 445 }; A._TemplatesAndRemindersState_build__closure3.prototype = { call$1(b) { @@ -405209,7 +407449,7 @@ call$5(enabled, days, schedule, feeAmount, feePercent) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure2(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 447 + $signature: 445 }; A._TemplatesAndRemindersState_build__closure2.prototype = { call$1(b) { @@ -405227,7 +407467,7 @@ call$5(enabled, days, schedule, feeAmount, feePercent) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure1(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 447 + $signature: 445 }; A._TemplatesAndRemindersState_build__closure1.prototype = { call$1(b) { @@ -405245,7 +407485,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._TemplatesAndRemindersState_build__closure0.prototype = { call$1(b) { @@ -405272,7 +407512,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), id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 446 + $signature: 450 }; A.ReminderSettings.prototype = { createState$0() { @@ -405399,7 +407639,7 @@ build$1(_, context) { var _null = null, t1 = type$.JSArray_legacy_Widget; - t1 = A._setArrayType([A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_14_14_14_14, A.Text$(this.subject, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodyText1.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); + t1 = A._setArrayType([A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_14_14_14_14, 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); if (this.isLoading) t1.push(new A.SizedBox(_null, _null, A.LinearProgressIndicator$(), _null)); return A.Container$(_null, A.Stack$(B.Alignment_0_m1, t1, B.Clip_1, B.StackFit_0, _null, _null), B.Clip_0, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); @@ -405410,17 +407650,17 @@ }; A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.TemplatesAndRemindersScreen.prototype = { @@ -405433,20 +407673,20 @@ call$2(context, viewModel) { return new A.TemplatesAndReminders(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2502 + $signature: 2511 }; A.TemplatesAndRemindersVM.prototype = {}; A.TemplatesAndRemindersVM_fromStore_closure0.prototype = { call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 138 + $signature: 154 }; A.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1(template) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettingsTemplate(template)); }, - $signature: 575 + $signature: 576 }; A.TemplatesAndRemindersVM_fromStore_closure1.prototype = { call$1(context) { @@ -405490,14 +407730,14 @@ A.UserDetails.prototype = { createState$0() { var _null = null; - return new A._UserDetailsState(A.FocusScopeNode$(true, _null, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), new A.Debouncer(500, true), _null, B._StateLifecycle_0); + return new A._UserDetailsState(A.FocusScopeNode$(true, _null, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), new A.Debouncer(500, true), _null, _null, B._StateLifecycle_0); } }; A._UserDetailsState.prototype = { initState$0() { var t1, _this = this; _this.super$State$initState(); - t1 = A.TabController$(_this._widget.viewModel.state.uiState.settingsUIState.tabIndex, 2, _this); + t1 = A.TabController$(null, _this._widget.viewModel.state.uiState.settingsUIState.tabIndex, 2, _this); _this._user_details$_controller = t1; t1.addListener$1(0, _this.get$_user_details$_onTabChanged()); }, @@ -405537,7 +407777,7 @@ t4.set$text(0, user.phone); t5.set$text(0, user.password); B.JSArray_methods.forEach$1(_this._user_details$_controllers, new A._UserDetailsState_didChangeDependencies_closure0(_this)); - _this.super$__UserDetailsState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, _user_details$_onChanged$0() { var _this = this, @@ -405568,7 +407808,7 @@ t10 = t1.get$lastName(); t10 = A.DecoratedFormField$(false, _null, false, _this.autoValidate, _this._user_details$_lastNameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_8_null_null, t10, _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, new A._UserDetailsState_build_closure0(t1)); t11 = t1.get$email(); - t9 = A.FormCard$(_null, A._setArrayType([t8, t10, A.DecoratedFormField$(false, _null, false, _this.autoValidate, _this._user_details$_emailController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_5_null_null, t11, _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, new A._UserDetailsState_build_closure1(t1)), A.DecoratedFormField$(false, _null, false, false, _this._user_details$_phoneController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_3_null_null, t1.get$phone(t1), _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, _null), new A.PasswordFormField(_this._passwordController, t9, _this.autoValidate, true, _null, _null)], t4), _null, 4, false, _null, false, _null); + t9 = A.FormCard$(_null, A._setArrayType([t8, t10, A.DecoratedFormField$(false, _null, false, _this.autoValidate, _this._user_details$_emailController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_5_null_null, t11, _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, new A._UserDetailsState_build_closure1(t1)), A.DecoratedFormField$(false, _null, false, false, _this._user_details$_phoneController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_3_null_null, t1.get$phone(t1), _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, _null), new A.PasswordFormField(_this._passwordController, t9, _this.autoValidate, true, true, _null, _null)], t4), _null, 4, false, _null, false, _null); t11 = A._setArrayType([], t4); t8 = state.authState.get$isHosted(); if (t8 && !A.isApple()) { @@ -405669,7 +407909,7 @@ b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 77 + $signature: 81 }; A._UserDetailsState__onChanged_closure0.prototype = { call$0() { @@ -405764,7 +408004,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 31 + $signature: 32 }; A._UserDetailsState_build_closure4.prototype = { call$0() { @@ -405796,7 +408036,7 @@ call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 2503 + $signature: 2512 }; A._UserDetailsState_build_closure5.prototype = { call$1(value) { @@ -405813,7 +408053,7 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 77 + $signature: 81 }; A._UserDetailsState_build_closure7.prototype = { call$1(value) { @@ -405826,14 +408066,14 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 77 + $signature: 81 }; A._UserDetailsState_build_closure6.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 177 + $signature: 159 }; A._UserDetailsState_build_closure8.prototype = { call$1(value) { @@ -405846,20 +408086,20 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 77 + $signature: 81 }; A._UserDetailsState_build_closure9.prototype = { call$2(channel, options) { this.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure0(channel, options))); }, - $signature: 448 + $signature: 425 }; A._UserDetailsState_build__closure0.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: 77 + $signature: 81 }; A._EnableTwoFactor.prototype = { createState$0() { @@ -406013,7 +408253,7 @@ call$1(context) { return this.$this._user_details$_onSavePressed$0(); }, - $signature: 25 + $signature: 26 }; A._EnableTwoFactorState_build_closure2.prototype = { call$0() { @@ -406035,17 +408275,17 @@ }; A.__UserDetailsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.UserDetailsScreen.prototype = { @@ -406058,7 +408298,7 @@ call$2(context, viewModel) { return new A.UserDetails(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2505 + $signature: 2514 }; A.UserDetailsVM.prototype = { get$user() { @@ -406069,7 +408309,7 @@ call$1(user) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateUserSettings(user)); }, - $signature: 2506 + $signature: 2515 }; A.UserDetailsVM_fromStore_closure3.prototype = { call$1(context) { @@ -406105,7 +408345,7 @@ b.get$_user_model$_$this()._oauthUserToken = ""; return b; }, - $signature: 77 + $signature: 81 }; A.UserDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -406176,7 +408416,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 77 + $signature: 81 }; A.UserDetailsVM_fromStore_closure1.prototype = { call$1(context) { @@ -406242,7 +408482,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 696 + $signature: 699 }; A.UserDetailsVM_fromStore___closure2.prototype = { call$2(idToken, accessToken) { @@ -406329,13 +408569,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2508 + $signature: 2517 }; A.UserDetailsVM_fromStore____closure3.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 162 + $signature: 160 }; A.UserDetailsVM_fromStore___closure4.prototype = { call$1(_) { @@ -406353,7 +408593,7 @@ }; A.WorkflowSettings.prototype = { createState$0() { - return new A._WorkflowSettingsState(null, B._StateLifecycle_0); + return new A._WorkflowSettingsState(null, null, B._StateLifecycle_0); } }; A._WorkflowSettingsState.prototype = { @@ -406361,7 +408601,7 @@ var t1, _this = this; _this.super$State$initState(); _this._workflow_settings$_focusNode = A.FocusScopeNode$(true, null, false); - t1 = A.TabController$(_this._widget.viewModel.state.uiState.settingsUIState.tabIndex, 2, _this); + t1 = A.TabController$(null, _this._widget.viewModel.state.uiState.settingsUIState.tabIndex, 2, _this); _this._workflow_settings$_controller = t1; t1.addListener$1(0, _this.get$_workflow_settings$_onTabChanged()); }, @@ -406427,7 +408667,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure3(value))); }, - $signature: 11 + $signature: 12 }; A._WorkflowSettingsState_build__closure3.prototype = { call$1(b) { @@ -406440,7 +408680,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 12 }; A._WorkflowSettingsState_build__closure2.prototype = { call$1(b) { @@ -406467,13 +408707,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, _null, _null, _null, _null), option, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._WorkflowSettingsState_build_closure3.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 12 }; A._WorkflowSettingsState_build__closure0.prototype = { call$1(b) { @@ -406486,7 +408726,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 12 }; A._WorkflowSettingsState_build__closure.prototype = { call$1(b) { @@ -406497,17 +408737,17 @@ }; A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.WorkflowSettingsScreen.prototype = { @@ -406520,14 +408760,14 @@ call$2(context, viewModel) { return new A.WorkflowSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2509 + $signature: 2518 }; A.WorkflowSettingsVM.prototype = {}; A.WorkflowSettingsVM_fromStore_closure0.prototype = { call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 138 + $signature: 154 }; A.WorkflowSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -406571,7 +408811,7 @@ A.SubscriptionEdit.prototype = { createState$0() { var _null = null; - return new A._SubscriptionEditState(new A.Debouncer(500, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, B._StateLifecycle_0); + return new A._SubscriptionEditState(new A.Debouncer(500, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, _null, B._StateLifecycle_0); } }; A._SubscriptionEditState.prototype = { @@ -406579,7 +408819,7 @@ var t1, _this = this; _this.super$State$initState(); _this._subscription_edit$_focusNode = A.FocusScopeNode$(true, null, false); - t1 = A.TabController$(_this._widget.viewModel.state.uiState.settingsUIState.tabIndex, 3, _this); + t1 = A.TabController$(null, _this._widget.viewModel.state.uiState.settingsUIState.tabIndex, 3, _this); _this._subscription_edit$_controller = t1; t1.addListener$1(0, _this.get$_subscription_edit$_onTabChanged()); }, @@ -406615,7 +408855,7 @@ t5.set$text(0, webhookConfiguration.returnUrl); t6.set$text(0, webhookConfiguration.postPurchaseUrl); B.JSArray_methods.forEach$1(_this._subscription_edit$_controllers, new A._SubscriptionEditState_didChangeDependencies_closure0(_this)); - _this.super$__SubscriptionEditState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, dispose$0(_) { var _this = this; @@ -406741,7 +408981,7 @@ t5 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t14), "max_seats_limit"); if (t5 == null) t5 = ""; - t19.push(A.DecoratedFormField$(false, _null, false, false, _this._maxSeatsLimitController, _null, true, _null, _null, _null, A._setArrayType([new A.FilteringTextInputFormatter(A.RegExp_RegExp("[0-9]", true, false), true)], type$.JSArray_legacy_TextInputFormatter), false, false, _null, B.TextInputType_2_false_false, t5, _null, _null, false, _null, _null, t12, true, _null, _null, B.TextAlign_4, _null)); + t19.push(A.DecoratedFormField$(false, _null, false, false, _this._maxSeatsLimitController, _null, true, _null, _null, _null, A._setArrayType([new A.FilteringTextInputFormatter(A.RegExp_RegExp("[0-9]", true, false), true, "")], type$.JSArray_legacy_TextInputFormatter), false, false, _null, B.TextInputType_2_false_false, t5, _null, _null, false, _null, _null, t12, true, _null, _null, B.TextAlign_4, _null)); } t5 = A._setArrayType([t16, t13, A.FormCard$(_null, t19, _null, 4, false, _null, true, _null)], t7); t13 = A.DecoratedFormField$(false, _null, false, false, _this._postPurchaseUrlController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_6_null_null, t1.get$webhookUrl(), _null, _null, false, _null, _null, t12, true, _null, _null, B.TextAlign_4, _null); @@ -406753,7 +408993,7 @@ t12 = A.Expanded$(A.DecoratedFormField$(false, _null, false, false, t3, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$headerValue(), _null, _null, false, new A._SubscriptionEditState_build_closure20(_this), _null, t12, true, _null, _null, B.TextAlign_4, _null), 1); t3 = t1.get$addHeader(); t18 = A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null); - t2 = A._setArrayType([t13, new A.AppDropdownButton(t14, t15, new A._SubscriptionEditState_build_closure21(viewModel, subscription), t16, true, true, "", _null, _null, t17), A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), t12, new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t18, 24, key.length === 0 || value.length === 0 ? _null : new A._SubscriptionEditState_build_closure22(_this, webhookConfiguration, key, viewModel, subscription, value), B.EdgeInsets_8_8_8_8, t3, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null)], t7); + t2 = A._setArrayType([t13, new A.AppDropdownButton(t14, t15, new A._SubscriptionEditState_build_closure21(viewModel, subscription), t16, true, true, "", _null, _null, t17), A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), t12, new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t18, _null, key.length === 0 || value.length === 0 ? _null : new A._SubscriptionEditState_build_closure22(_this, webhookConfiguration, key, viewModel, subscription, value), B.EdgeInsets_8_8_8_8, t3, _null)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null)], t7); t3 = webhookConfiguration.postPurchaseHeaders; t12 = t3._map$_map; if (t12.get$isEmpty(t12)) @@ -406782,7 +409022,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_subscription_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._SubscriptionEditState__onChanged_closure.prototype = { call$1(b) { @@ -406857,7 +409097,7 @@ var t1 = this.subscription; this.viewModel.onChanged.call$1(t1.rebuild$1(new A._SubscriptionEditState_build__closure17(A._setArrayType(t1.productIds.split(","), type$.JSArray_String), value))); }, - $signature: 44 + $signature: 41 }; A._SubscriptionEditState_build__closure17.prototype = { call$1(b) { @@ -406887,9 +409127,9 @@ var _null = null, t1 = this.state, t2 = t1.uiState.selectedCompanyIndex; - return A.ListTile$(false, _null, _null, _null, true, _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), 24, new A._SubscriptionEditState_build__closure16(this.subscription, productId, this.viewModel), B.EdgeInsets_8_8_8_8, _null, _null), _null); + 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__closure16(this.subscription, productId, this.viewModel), B.EdgeInsets_8_8_8_8, _null, _null), _null); }, - $signature: 292 + $signature: 244 }; A._SubscriptionEditState_build__closure16.prototype = { call$0() { @@ -406913,7 +409153,7 @@ var t1 = this.subscription; this.viewModel.onChanged.call$1(t1.rebuild$1(new A._SubscriptionEditState_build__closure15(A._setArrayType(t1.recurringProductIds.split(","), type$.JSArray_String), value))); }, - $signature: 44 + $signature: 41 }; A._SubscriptionEditState_build__closure15.prototype = { call$1(b) { @@ -406943,9 +409183,9 @@ var _null = null, t1 = this.state, t2 = t1.uiState.selectedCompanyIndex; - return A.ListTile$(false, _null, _null, _null, true, _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), 24, new A._SubscriptionEditState_build__closure14(this.subscription, productId, this.viewModel), B.EdgeInsets_8_8_8_8, _null, _null), _null); + 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); }, - $signature: 292 + $signature: 244 }; A._SubscriptionEditState_build__closure14.prototype = { call$0() { @@ -406983,7 +409223,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), t1, type$.legacy_String); }, - $signature: 277 + $signature: 279 }; A._SubscriptionEditState_build_closure9.prototype = { call$1(value) { @@ -407003,13 +409243,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._SubscriptionEditState_build_closure11.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure11(value))); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build__closure11.prototype = { call$1(b) { @@ -407022,7 +409262,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure10(value))); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build__closure10.prototype = { call$1(b) { @@ -407035,7 +409275,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure9(value))); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build__closure9.prototype = { call$1(b) { @@ -407048,7 +409288,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure8(value))); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build__closure8.prototype = { call$1(b) { @@ -407074,13 +409314,13 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure6(value))); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build__closure6.prototype = { call$1(b) { return b.get$_subscription_model$_$this()._trialEnabled = this.value; }, - $signature: 698 + $signature: 701 }; A._SubscriptionEditState_build_closure17.prototype = { call$1(value) { @@ -407099,13 +409339,13 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure4(value))); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build__closure4.prototype = { call$1(b) { return b.get$_subscription_model$_$this()._perSeatEnabled = this.value; }, - $signature: 698 + $signature: 701 }; A._SubscriptionEditState_build_closure21.prototype = { call$1(value) { @@ -407165,9 +409405,9 @@ 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, 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), 24, new A._SubscriptionEditState_build__closure(_this.viewModel, _this.subscription, key), B.EdgeInsets_8_8_8_8, _this.localization.get$removeHeader(), _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, _this.localization.get$removeHeader(), _null), _null); }, - $signature: 292 + $signature: 244 }; A._SubscriptionEditState_build__closure.prototype = { call$0() { @@ -407184,17 +409424,17 @@ }; A.__SubscriptionEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.SubscriptionEditScreen.prototype = { @@ -407207,13 +409447,13 @@ call$1(store) { return A.SubscriptionEditVM_SubscriptionEditVM$fromStore(store); }, - $signature: 2512 + $signature: 2521 }; 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: 2513 + $signature: 2522 }; A.SubscriptionEditVM.prototype = { get$subscription() { @@ -407227,7 +409467,7 @@ call$1(subscription) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSubscription(subscription)); }, - $signature: 306 + $signature: 315 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -407268,7 +409508,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure.prototype = { call$1(context) { @@ -407303,7 +409543,7 @@ } else A.viewEntity(false, savedSubscription, null, true); }, - $signature: 306 + $signature: 315 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -407334,12 +409574,12 @@ t2 = _this.subscription; t4 = t2.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), false, _this.isChecked), _null) : _null; + 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, 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.headline6, _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.headline6, _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$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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, false, _null, t1, new A.SubscriptionListItem_build_closure0(_this, context), new A.SubscriptionListItem_build_closure1(_this, context), 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, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.SubscriptionListItem_build_closure0(_this, context), new A.SubscriptionListItem_build_closure1(_this, context), 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); }, get$user() { return this.user; @@ -407366,7 +409606,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.SubscriptionListBuilder.prototype = { build$1(_, context) { @@ -407383,7 +409623,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: 2514 + $signature: 2523 }; A.SubscriptionListBuilder_build__closure.prototype = { call$2(context, index) { @@ -407402,7 +409642,7 @@ t2 = false; return new A.SubscriptionListItem(t4, subscription, t1.filter, t2, null); }, - $signature: 2515 + $signature: 2524 }; A.SubscriptionListVM.prototype = {}; A.SubscriptionListVM_fromStore__handleRefresh.prototype = { @@ -407457,10 +409697,10 @@ 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_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_subscription, false, B.List_empty15, 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_empty16, t6); + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_subscription, false, B.List_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_subscription, t2, new A.SubscriptionScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.SubscriptionListBuilder(_null), t6, B.EntityType_subscription, t3, 0, _null, new A.SubscriptionScreen_build_closure8(store), new A.SubscriptionScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_subscription, t2, new A.SubscriptionScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.SubscriptionListBuilder(_null), t6, B.EntityType_subscription, t3, 0, _null, new A.SubscriptionScreen_build_closure8(store), new A.SubscriptionScreen_build_closure9(store)); } }; A.SubscriptionScreen_build_closure9.prototype = { @@ -407495,7 +409735,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterSubscriptionsByState(state)); }, - $signature: 50 + $signature: 52 }; A.SubscriptionScreen_build_closure.prototype = { call$0() { @@ -407547,7 +409787,7 @@ call$2(context, vm) { return new A.SubscriptionScreen(vm, null); }, - $signature: 2516 + $signature: 2525 }; A.SubscriptionScreenVM.prototype = {}; A.SubscriptionView.prototype = { @@ -407569,7 +409809,7 @@ t5 = A.EntityHeader$(subscription, t1.get$price(), _null, _null, _null, _null, A.formatNumber(subscription.price, context, _null, _null, B.FormatNumberType_0, true, _null, false)), t6 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "purchase_page"); t6 = A.Text$(t6 == null ? "" : t6, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t6 = A._setArrayType([t5, new A.ListDivider(_null), A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, new A._SubscriptionViewState_build_closure(subscription), new A._SubscriptionViewState_build_closure0(subscription, t1), false, _null, _null, A.Text$(subscription.purchasePage, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, t6, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null), new A.ListDivider(_null)], type$.JSArray_legacy_Widget); + t6 = A._setArrayType([t5, new A.ListDivider(_null), A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, new A._SubscriptionViewState_build_closure(subscription), new A._SubscriptionViewState_build_closure0(subscription, t1), false, _null, _null, A.Text$(subscription.purchasePage, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, t6, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null), new A.ListDivider(_null)], type$.JSArray_legacy_Widget); if (company.isModuleEnabled$1(B.EntityType_invoice)) { t5 = _this._widget.isFilter; t6.push(new A.EntitiesListTile(subscription, B.EntityType_invoice, t1.get$invoices(), $.$get$memoizedInvoiceStatsForSubscription().call$2(subscription.id, t3[t2].invoiceState.map).present$2(t1.get$active(t1), t1.get$archived()), t5, true, _null)); @@ -407599,7 +409839,7 @@ call$0() { return A.launch(this.subscription.purchasePage, null, false); }, - $signature: 28 + $signature: 29 }; A.SubscriptionViewScreen.prototype = { build$1(_, context) { @@ -407611,13 +409851,13 @@ call$1(store) { return A.SubscriptionViewVM_SubscriptionViewVM$fromStore(store); }, - $signature: 2517 + $signature: 2526 }; A.SubscriptionViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.SubscriptionView(vm, this.$this.isFilter, null); }, - $signature: 2518 + $signature: 2527 }; A.SubscriptionViewVM.prototype = { get$subscription() { @@ -407640,7 +409880,7 @@ }; A.UpdateState.prototype = { toString$0(_) { - return this._update_dialog$_name; + return "UpdateState." + this._core$_name; } }; A._UpdateDialogState.prototype = { @@ -407699,7 +409939,7 @@ if (account.isDocker) { t1.toString; t4 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t4), "to_update_run"); - B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.SizedBox(_null, 20, _null, _null), A.Text$((t4 == null ? "" : t4) + ":", _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(_null, 20, _null, _null), A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, _null, new A._UpdateDialogState_build_closure(t1), false, _null, _null, A.Text$(string$.docker, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null)], t5)); + B.JSArray_methods.addAll$1(t3, A._setArrayType([new A.SizedBox(_null, 20, _null, _null), A.Text$((t4 == null ? "" : t4) + ":", _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.SizedBox(_null, 20, _null, _null), A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._UpdateDialogState_build_closure(t1), false, _null, _null, A.Text$(string$.docker, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null)], t5)); } t3 = A.Column$(t3, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); } @@ -407765,7 +410005,7 @@ call$0() { return A.launch(B.JSString_methods.replaceFirst$2("https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable", "VERSION", this.account.currentVersion), null, false); }, - $signature: 28 + $signature: 29 }; A._UpdateDialogState_build_closure2.prototype = { call$0() { @@ -407795,16 +410035,14 @@ call$0() { return this.$this.updateState = B.UpdateState_1; }, - $signature: 699 + $signature: 702 }; A._UpdateDialogState_updateApp__closure0.prototype = { call$1(response) { var t1 = this.$this; t1.setState$1(new A._UpdateDialogState_updateApp___closure0(t1, response)); - if (!J.contains$1$asx(t1.updateResponse, "failed")) { - t1 = window.location; - t1.reload(); - } + if (!J.contains$1$asx(t1.updateResponse, "failed")) + window.location.reload(); }, $signature: 8 }; @@ -407829,19 +410067,18 @@ call$0() { return this.$this.updateState = B.UpdateState_0; }, - $signature: 699 + $signature: 702 }; A.TaskEdit.prototype = { createState$0() { - return new A._TaskEditState(null, B._StateLifecycle_0); + return new A._TaskEditState(null, null, B._StateLifecycle_0); } }; A._TaskEditState.prototype = { initState$0() { var _this = this; _this.super$State$initState(); - _this._task_edit$_timer = A.Timer_Timer$periodic(A.Duration$(0, 0, 0, 0, 0, 1), new A._TaskEditState_initState_closure(_this)); - _this._task_edit$_controller = A.TabController$(_this._widget.viewModel.taskTimeIndex != null ? 1 : 0, 2, _this); + _this._task_edit$_controller = A.TabController$(null, _this._widget.viewModel.taskTimeIndex != null ? 1 : 0, 2, _this); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); @@ -407849,88 +410086,58 @@ this._task_edit$_controller.animateTo$1(1); }, dispose$0(_) { - var _this = this; - _this._task_edit$_timer.cancel$0(0); - _this._task_edit$_timer = null; - _this._task_edit$_controller.dispose$0(0); - _this.super$__TaskEditState_State_SingleTickerProviderStateMixin$dispose(0); + this._task_edit$_controller.dispose$0(0); + this.super$__TaskEditState_State_SingleTickerProviderStateMixin$dispose(0); }, build$1(_, context) { - var store, isFullscreen, t3, t4, t5, t6, t7, t8, t9, _this = this, _null = null, + 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, task = viewModel.task, - t2 = viewModel.state.prefState, - useSidebarEditor = t2.useSidebarEditor._map$_map.$index(0, B.EntityType_task); - if (useSidebarEditor == null) - useSidebarEditor = false; - store = A.StoreProvider_of(context, type$.legacy_AppState); - isFullscreen = t2.isEditorFullScreen$1(B.EntityType_task); + isFullscreen = viewModel.state.prefState.isEditorFullScreen$1(B.EntityType_task); if (task.get$isNew()) - t3 = t1.get$newTask(); + t2 = t1.get$newTask(); else { - t3 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "edit_task"); - if (t3 == null) - t3 = ""; + t2 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "edit_task"); + if (t2 == null) + t2 = ""; } - t4 = _this._task_edit$_controller; - t5 = A.Tab$(_null, t1.get$details(t1)); - t6 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "times"); - t7 = type$.JSArray_legacy_Widget; - t6 = A.TabBar$(t4, _null, false, _null, _null, A._setArrayType([t5, A.Tab$(_null, t6 == null ? "" : t6)], t7)); - t5 = $.$get$_TaskEditState__formKey(); - t4 = task.id; - t8 = _this._task_edit$_updatedAt; - t9 = type$.ValueKey_legacy_String; + t3 = _this._task_edit$_controller; + t4 = A.Tab$(_null, t1.get$details(t1)); + t5 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "times"); + t6 = type$.JSArray_legacy_Widget; + t5 = A.TabBar$(t3, _null, false, _null, _null, A._setArrayType([t4, A.Tab$(_null, t5 == null ? "" : t5)], t6)); + t4 = $.$get$_TaskEditState__formKey(); + t3 = task.id; + t7 = _this._task_edit$_updatedAt; + t8 = type$.ValueKey_legacy_String; if (isFullscreen) - t4 = new A.TaskEditDetailsScreen(new A.ValueKey("__task_" + t4 + "_" + t8 + "__", t9)); + t3 = new A.TaskEditDetailsScreen(new A.ValueKey("__task_" + t3 + "_" + t7 + "__", t8)); else { - t4 = "__task_" + t4 + "_" + t8 + "__"; - t8 = _this._task_edit$_controller; - t9 = A.TabBarView$(A._setArrayType([new A.TaskEditDetailsScreen(_null), new A.TaskEditTimesScreen(_null)], t7), t8, new A.ValueKey(t4, t9)); - t4 = t9; + t3 = "__task_" + t3 + "_" + t7 + "__"; + t7 = _this._task_edit$_controller; + t8 = A.TabBarView$(A._setArrayType([new A.TaskEditDetailsScreen(_null), new A.TaskEditTimesScreen(_null)], t6), t7, new A.ValueKey(t3, t8)); + t3 = t8; } - t5 = A.Form$(false, t4, t5); - t4 = A.Theme_of(context).cardColor; - t7 = A._setArrayType([], t7); - if (A.getLayout(context) === B.AppLayout_desktop) { - t8 = useSidebarEditor ? t1.get$fullscreenEditor() : t1.get$sidebarEditor(); - t7.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._TaskEditState_build_closure(store), _null, _null, _null, _null, _null), t8)); - } - t8 = A.getLayout(context); - t7.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._TaskEditState_build_closure0(t1, task, 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, t8 === B.AppLayout_desktop, false, _null)); - t4 = A.BottomAppBar$(new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(t7, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, false, _null), _null), t4, 0, new A.CircularNotchedRectangle()); + t4 = A.Form$(_null, t3, t4); if (task.invoiceId.length !== 0 || task.isDeleted) t1 = new A.SizedBox(_null, _null, _null, _null); else { - t2 = A.Theme_of(context).primaryColorDark; - t7 = A.Icon$(task.get$isRunning() ? B.IconData_58886_MaterialIcons_null_false : B.IconData_58571_MaterialIcons_null_false, B.Color_4294967295, _null); + t3 = A.Theme_of(context).primaryColorDark; + t6 = A.Icon$(task.get$isRunning() ? B.IconData_58886_MaterialIcons_null_false : B.IconData_58571_MaterialIcons_null_false, B.Color_4294967295, _null); t1 = task.get$isRunning() ? t1.get$stop(t1) : t1.get$start(t1); - t1 = A.FloatingActionButton$(t2, t7, "task_edit_fab", false, new A._TaskEditState_build_closure1(_this, viewModel), t1); + t1 = A.FloatingActionButton$(t3, t6, "task_edit_fab", false, new A._TaskEditState_build_closure(_this, viewModel), t1); } - return A.EditScaffold$(_null, t6, t5, t4, task, t1, isFullscreen, _null, new A._TaskEditState_build_closure2(viewModel), new A._TaskEditState_build_closure3(viewModel), _null, t3); + return A.EditScaffold$(_null, t5, t4, new A._BottomBar(task, _null), task, t1, isFullscreen, _null, new A._TaskEditState_build_closure0(viewModel), new A._TaskEditState_build_closure1(viewModel), _null, t2); } }; - A._TaskEditState_initState_closure.prototype = { - call$1(t) { - var t1 = this.$this; - return t1._framework$_element != null && t1.setState$1(new A._TaskEditState_initState__closure()); - }, - $signature: 290 - }; - A._TaskEditState_initState__closure.prototype = { - call$0() { - return false; - }, - $signature: 19 - }; - A._TaskEditState_build_closure2.prototype = { + A._TaskEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, $signature: 51 }; - A._TaskEditState_build_closure3.prototype = { + A._TaskEditState_build_closure1.prototype = { call$1(context) { if (!$.$get$_TaskEditState__formKey().get$currentState().validate$0()) return; @@ -407939,20 +410146,6 @@ $signature: 14 }; A._TaskEditState_build_closure.prototype = { - call$0() { - return this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(B.EntityType_task)); - }, - $signature: 9 - }; - A._TaskEditState_build_closure0.prototype = { - call$0() { - var t1 = this.localization, - t2 = this.task; - return B.JSString_methods.$add(t1.get$duration(t1) + " ", A.formatNumber(B.JSInt_methods._tdivFast$1(t2.calculateDuration$1$includeRunning(t2.showAsRunning)._duration, 1000000), this.context, null, null, B.FormatNumberType_6, true, null, false)); - }, - $signature: 146 - }; - A._TaskEditState_build_closure1.prototype = { call$0() { this.viewModel.onFabPressed.call$0(); var t1 = this.$this; @@ -407966,19 +410159,85 @@ }, $signature: 1 }; - A.__TaskEditState_State_SingleTickerProviderStateMixin.prototype = { + A._BottomBar.prototype = { + createState$0() { + return new A._BottomBarState(B._StateLifecycle_0); + }, + get$task() { + return this.task; + } + }; + A._BottomBarState.prototype = { + initState$0() { + this.super$State$initState(); + this._task_edit$_timer = A.Timer_Timer$periodic(A.Duration$(0, 0, 0, 0, 0, 1), new A._BottomBarState_initState_closure(this)); + }, dispose$0(_) { + this._task_edit$_timer.cancel$0(0); + this._task_edit$_timer = null; this.super$State$dispose(0); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); + build$1(_, context) { + var 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); + 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._BottomBarState_build_closure(store), _null, _null, _null, _null, _null), t5)); } - this.super$State$didChangeDependencies(); + 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._BottomBarState_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, 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, false, _null), _null), t3, 0, new A.CircularNotchedRectangle()); + } + }; + A._BottomBarState_initState_closure.prototype = { + call$1(t) { + var t1 = this.$this; + return t1._framework$_element != null && t1.setState$1(new A._BottomBarState_initState__closure()); + }, + $signature: 298 + }; + A._BottomBarState_initState__closure.prototype = { + call$0() { + return false; + }, + $signature: 19 + }; + A._BottomBarState_build_closure.prototype = { + call$0() { + return this.store.get$_dispatchers()[0].call$1(new A.ToggleEditorLayout(B.EntityType_task)); + }, + $signature: 9 + }; + A._BottomBarState_build_closure0.prototype = { + call$0() { + var t2, + t1 = this.localization; + t1 = t1.get$duration(t1) + " "; + t2 = this.$this._widget.task; + return B.JSString_methods.$add(t1, A.formatNumber(B.JSInt_methods._tdivFast$1(t2.calculateDuration$1$includeRunning(t2.showAsRunning)._duration, 1000000), this.context, null, null, B.FormatNumberType_6, true, null, false)); + }, + $signature: 136 + }; + A.__TaskEditState_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(0); + }, + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.TaskEditDesktop.prototype = { @@ -408128,10 +410387,10 @@ t5 = ""; t6 = taskTimes[index]; t6 = t6.startDate == null && t6.endDate == null ? _null : new A._TaskEditDesktopState_build_closure12(_this, viewModel, index); - t8.push(new A.Padding(B.EdgeInsets_0_4_0_0, A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), 24, t6, B.EdgeInsets_8_8_8_8, t5, _null), _null)); + t8.push(new A.Padding(B.EdgeInsets_0_4_0_0, A.IconButton$(B.Alignment_0_0, _null, _null, true, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, t6, B.EdgeInsets_8_8_8_8, t5, _null), _null)); t3.push(new A.TableRow(_null, _null, t8)); } - return new A.ScrollableListView(A._setArrayType([t11, A.FormCard$(A.Table$(t3, t2, B.FlexColumnWidth_1, B.TableCellVerticalAlignment_0, new A.ValueKey(t10, t7)), _null, _null, 4, false, _null, false, B.EdgeInsets_12_0_12_0), new A.SizedBox(_null, 12, _null, _null)], t4), _null, _null, _null); + return new A.ScrollableListView(A._setArrayType([t11, A.FormCard$(A.Table$(_null, t3, t2, B.FlexColumnWidth_1, B.TableCellVerticalAlignment_0, new A.ValueKey(t10, t7)), _null, _null, 4, false, _null, false, B.EdgeInsets_12_0_12_0), new A.SizedBox(_null, 12, _null, _null)], t4), _null, _null, _null); } }; A._TaskEditDesktopState_didChangeDependencies_closure.prototype = { @@ -408150,7 +410409,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._TaskEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -408183,20 +410442,20 @@ call$1(taskTime) { return taskTime.startDate == null && taskTime.endDate == null; }, - $signature: 198 + $signature: 192 }; A._TaskEditDesktopState_build_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._startDate = null; return b; }, - $signature: 649 + $signature: 672 }; A._TaskEditDesktopState_build_closure2.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDesktopState_build__closure8(client))); }, - $signature: 44 + $signature: 41 }; A._TaskEditDesktopState_build__closure8.prototype = { call$1(b) { @@ -408214,7 +410473,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 160 + $signature: 163 }; A._TaskEditDesktopState_build_closure3.prototype = { call$1(selectedId) { @@ -408242,7 +410501,7 @@ call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 160 + $signature: 163 }; A._TaskEditDesktopState_build_closure5.prototype = { call$1(userId) { @@ -408301,7 +410560,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure3(t1)); }, - $signature: 288 + $signature: 294 }; A._TaskEditDesktopState_build__closure3.prototype = { call$0() { @@ -408333,7 +410592,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure1(t1)); }, - $signature: 288 + $signature: 294 }; A._TaskEditDesktopState_build__closure1.prototype = { call$0() { @@ -408349,7 +410608,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure0(t1)); }, - $signature: 39 + $signature: 38 }; A._TaskEditDesktopState_build__closure0.prototype = { call$0() { @@ -408480,7 +410739,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_task_edit_details$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._TaskEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -408513,7 +410772,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDetailsState_build__closure2(client))); }, - $signature: 44 + $signature: 41 }; A._TaskEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -408531,7 +410790,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 160 + $signature: 163 }; A._TaskEditDetailsState_build_closure1.prototype = { call$1(selectedId) { @@ -408559,7 +410818,7 @@ call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 160 + $signature: 163 }; A._TaskEditDetailsState_build_closure3.prototype = { call$1(userId) { @@ -408602,7 +410861,7 @@ call$1(store) { return A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore(store); }, - $signature: 2521 + $signature: 2530 }; A.TaskEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -408611,7 +410870,7 @@ else return new A.TaskEditDetails(viewModel, null); }, - $signature: 2522 + $signature: 2531 }; A.TaskEditDetailsVM.prototype = { get$task() { @@ -408625,7 +410884,7 @@ call$1(task) { this.store.get$_dispatchers()[0].call$1(new A.UpdateTask(task)); }, - $signature: 140 + $signature: 148 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2(context, completer) { @@ -408638,7 +410897,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3(t3), t4); }, - $signature: 127 + $signature: 107 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2.prototype = { call$1(_) { @@ -408650,7 +410909,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 44 + $signature: 41 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2.prototype = { call$2(taskTime, index) { @@ -408660,13 +410919,13 @@ else t1.get$_dispatchers()[0].call$1(new A.UpdateTaskTime(index, taskTime)); }, - $signature: 701 + $signature: 704 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3.prototype = { call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 98 + $signature: 94 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -408679,14 +410938,14 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1(t3), t4); }, - $signature: 127 + $signature: 107 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_clientId = this.task.clientId; return b; }, - $signature: 165 + $signature: 158 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1(_) { @@ -408698,7 +410957,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 44 + $signature: 41 }; A.TaskEditTimes.prototype = { createState$0() { @@ -408739,32 +410998,32 @@ 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: 2524 + $signature: 2533 }; 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: 198 + $signature: 192 }; A._TaskEditTimesState_build_closure.prototype = { call$1(duration) { this.$this._showTaskTimeEditor$2(this.taskTime, this.context); }, - $signature: 39 + $signature: 38 }; A._TaskEditTimesState_build_closure0.prototype = { call$1(taskTime) { return new A.TaskTimeListTile(new A._TaskEditTimesState_build__closure(this.$this, taskTime), this.task, taskTime, null); }, - $signature: 2525 + $signature: 2534 }; A._TaskEditTimesState_build__closure.prototype = { call$1(context) { return this.$this._showTaskTimeEditor$2(this.taskTime, context); }, - $signature: 25 + $signature: 26 }; A.TimeEditDetails.prototype = { createState$0() { @@ -408826,7 +411085,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure2(t1, timeOfDay, this.viewModel)); }, - $signature: 288 + $signature: 294 }; A.TimeEditDetailsState_build__closure2.prototype = { call$0() { @@ -408843,7 +411102,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure1(t1, timeOfDay, this.viewModel)); }, - $signature: 288 + $signature: 294 }; A.TimeEditDetailsState_build__closure1.prototype = { call$0() { @@ -408877,7 +411136,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure(t1, duration, this.viewModel)); }, - $signature: 39 + $signature: 38 }; A.TimeEditDetailsState_build__closure.prototype = { call$0() { @@ -408914,13 +411173,13 @@ call$1(store) { return A.TaskEditTimesVM_TaskEditTimesVM$fromStore(store); }, - $signature: 2526 + $signature: 2535 }; A.TaskEditTimesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEditTimes(viewModel, null); }, - $signature: 2527 + $signature: 2536 }; A.TaskEditTimesVM.prototype = { get$company() { @@ -408934,7 +411193,7 @@ call$1(index) { return this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 168 + $signature: 166 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0.prototype = { call$0() { @@ -408946,7 +411205,7 @@ call$2(taskTime, index) { this.store.get$_dispatchers()[0].call$1(new A.UpdateTaskTime(index, taskTime)); }, - $signature: 701 + $signature: 704 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2.prototype = { call$0() { @@ -408964,13 +411223,13 @@ call$1(store) { return A.TaskEditVM_TaskEditVM$fromStore(store); }, - $signature: 2528 + $signature: 2537 }; 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: 2529 + $signature: 2538 }; A.TaskEditVM.prototype = { get$task() { @@ -409010,7 +411269,7 @@ call$1(time) { return time.endDate == null; }, - $signature: 198 + $signature: 192 }; A.TaskEditVM_TaskEditVM$fromStore_closure.prototype = { call$1(context) { @@ -409040,7 +411299,7 @@ t1.get$_dispatchers()[0].call$1(new A.SaveTaskRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_TaskEntity), task, true)); return t2.then$1$1(0, new A.TaskEditVM_TaskEditVM$fromStore___closure0(task, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.TaskEditVM_TaskEditVM$fromStore___closure1()); }, - $signature: 31 + $signature: 32 }; A.TaskEditVM_TaskEditVM$fromStore___closure.prototype = { call$1(context) { @@ -409080,7 +411339,7 @@ } } }, - $signature: 140 + $signature: 148 }; A.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -409130,7 +411389,7 @@ t5 = task.projectId; project = t4.$get$1(0, t5); client = t2[t3].clientState.$get$1(0, task.clientId); - textColor = A.Theme_of(context).textTheme.bodyText1.color; + 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; isDragging = context.findAncestorStateOfType$1$0(type$.legacy_KanbanViewState).isDragging; @@ -409173,7 +411432,7 @@ 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)); } - return new A.MouseRegion(_null, new A._KanbanTaskCardState_build_closure8(_this, state), new A._KanbanTaskCardState_build_closure9(_this), B.C__DeferringMouseCursor, true, A.InkWell$(false, t2, true, A.Opacity$(false, 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_closure10(_this), _null, _null, _null, _null, _null), _null); + return A.MouseRegion$(A.InkWell$(false, t2, true, A.Opacity$(false, 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), B.C__DeferringMouseCursor, _null, _null, new A._KanbanTaskCardState_build_closure9(_this), new A._KanbanTaskCardState_build_closure10(_this, state)); } }; A._KanbanTaskCardState_build_closure.prototype = { @@ -409215,7 +411474,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanTaskCardState_build___closure(t1)); }, - $signature: 140 + $signature: 148 }; A._KanbanTaskCardState_build___closure.prototype = { call$0() { @@ -409223,17 +411482,17 @@ }, $signature: 1 }; - A._KanbanTaskCardState_build_closure8.prototype = { + A._KanbanTaskCardState_build_closure10.prototype = { call$1($event) { var t1; if (this.state.prefState.appLayout === B.AppLayout_desktop) { t1 = this.$this; - t1.setState$1(new A._KanbanTaskCardState_build__closure1(t1)); + t1.setState$1(new A._KanbanTaskCardState_build__closure(t1)); } }, - $signature: 2530 + $signature: 2539 }; - A._KanbanTaskCardState_build__closure1.prototype = { + A._KanbanTaskCardState_build__closure.prototype = { call$0() { return this.$this._kanban_card$_isHovered = true; }, @@ -409244,7 +411503,7 @@ var t1 = this.$this; return t1.setState$1(new A._KanbanTaskCardState_build__closure0(t1)); }, - $signature: 299 + $signature: 316 }; A._KanbanTaskCardState_build__closure0.prototype = { call$0() { @@ -409285,7 +411544,7 @@ t2 = this.project; return t1 + (!t2.get$isNew() ? " \u2022 " + t2.name : ""); }, - $signature: 146 + $signature: 136 }; A._KanbanTaskCardState_build_closure6.prototype = { call$1(context) { @@ -409293,14 +411552,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: 650 + $signature: 653 }; 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: 651 + $signature: 654 }; A._KanbanTaskCardState_build_closure7.prototype = { call$1(value) { @@ -409319,14 +411578,14 @@ }, $signature: 7 }; - A._KanbanTaskCardState_build_closure10.prototype = { + A._KanbanTaskCardState_build_closure8.prototype = { call$0() { var t1 = this.$this; - t1.setState$1(new A._KanbanTaskCardState_build__closure(t1)); + t1.setState$1(new A._KanbanTaskCardState_build__closure1(t1)); }, $signature: 1 }; - A._KanbanTaskCardState_build__closure.prototype = { + A._KanbanTaskCardState_build__closure1.prototype = { call$0() { this.$this._isEditing = true; }, @@ -409388,7 +411647,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 225 + $signature: 226 }; A._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0() { @@ -409406,7 +411665,7 @@ call$1(context) { return this.$this._kanban_status$_onSavePressed$0(); }, - $signature: 25 + $signature: 26 }; A._KanbanStatusCardState_build_closure1.prototype = { call$0() { @@ -409540,7 +411799,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: 448 + $signature: 425 }; A.KanbanViewState__initBoard__closure.prototype = { call$2(taskIdA, taskIdB) { @@ -409594,7 +411853,7 @@ 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: 2531 + $signature: 2540 }; A.KanbanViewState_build__closure5.prototype = { call$2(endIndex, startIndex) { @@ -409605,7 +411864,7 @@ t1.setState$1(new A.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 129 + $signature: 131 }; A.KanbanViewState_build___closure.prototype = { call$0() { @@ -409633,7 +411892,7 @@ statusOrder = (t2 && B.JSArray_methods).indexOf$1(t2, t3); t1._widget.viewModel.onSaveStatusPressed.call$4(completer, t3, $name, statusOrder); }, - $signature: 2532 + $signature: 2541 }; A.KanbanViewState_build__closure1.prototype = { call$2(completer, description) { @@ -409645,7 +411904,7 @@ statusOrder = 0; t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t1._newTask.id, t2, description, statusOrder); }, - $signature: 702 + $signature: 705 }; A.KanbanViewState_build__closure0.prototype = { call$0() { @@ -409689,7 +411948,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.$get$1(0, taskId); }, - $signature: 212 + $signature: 227 }; A.KanbanViewState_build__closure4.prototype = { call$1(task) { @@ -409713,7 +411972,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: 2534 + $signature: 2543 }; A.KanbanViewState_build___closure1.prototype = { call$2(completer, description) { @@ -409723,7 +411982,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: 702 + $signature: 705 }; A.KanbanViewState_build___closure0.prototype = { call$0() { @@ -409745,7 +412004,7 @@ var t1 = this.$this; t1.setState$1(new A.KanbanViewState_build____closure(t1)); }, - $signature: 2535 + $signature: 2544 }; A.KanbanViewState_build____closure.prototype = { call$0() { @@ -409766,7 +412025,7 @@ 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: 2536 + $signature: 2545 }; A.KanbanViewState_build____closure0.prototype = { call$0() { @@ -409812,14 +412071,14 @@ t2 = t1._list[t2]; return new A.KanbanView(viewModel, new A.ValueKey("__" + t2.userCompany.company.id + "_" + t2.lastUpdated + "_" + A.S(J.get$length$asx(viewModel.filteredTaskList)) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2537 + $signature: 2546 }; 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)); }, - $signature: 2538 + $signature: 2547 }; A.KanbanVM_fromStore_closure1.prototype = { call$4(completer, statusId, $name, statusOrder) { @@ -409832,7 +412091,7 @@ t1.status = $status; this.store.get$_dispatchers()[0].call$1(new A.SaveTaskStatusRequest(completer, $status)); }, - $signature: 2539 + $signature: 2548 }; A.KanbanVM_fromStore__closure.prototype = { call$1(b) { @@ -409843,7 +412102,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 141 + $signature: 150 }; A.KanbanVM_fromStore_closure0.prototype = { call$5(completer, taskId, statusId, description, statusOrder) { @@ -409876,7 +412135,7 @@ t1 = t1.task; this.store.get$_dispatchers()[0].call$1(new A.SaveTaskRequest(completer, t1, false)); }, - $signature: 2540 + $signature: 2549 }; A.KanbanVM_fromStore__closure0.prototype = { call$1(b) { @@ -409967,7 +412226,7 @@ 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); - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; t5 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); subtitle = client.displayName; t1.subtitle = subtitle; @@ -409982,7 +412241,7 @@ t3 = 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, 24, t2 ? _null : new A.TaskListItem_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, B.VisualDensity_m2_m2); + 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, B.VisualDensity_m2_m2); } if (A.getLayout(context) === B.AppLayout_desktop) { t2 = t4.id; @@ -410002,7 +412261,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: 146 + $signature: 136 }; A.TaskListItem_build_closure.prototype = { call$0() { @@ -410019,7 +412278,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.showCheckbox) - t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), false, _this.isChecked), _null), _null); + t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), _null, false, _this.isChecked), _null), _null); else { t2 = t1.task; t3 = _this.state; @@ -410038,16 +412297,16 @@ 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.subtitle2.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), new A.EntityStatusChip(t3, 105, _null), 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, context), new A.TaskListItem_build__closure2(t1, context), _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), new A.EntityStatusChip(t3, 105, _null), 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, context), new A.TaskListItem_build__closure2(t1, context), _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), false, _this.isChecked), _null) : _null; + 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, false, _this.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.task; t5 = t4.description; if (t5.length === 0) t5 = t4.number; t6 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, 1, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1), _this.duration], t6), 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); + t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (t4.documents._list.length !== 0 ? " \ud83d\udcce" : ""), _null, 1, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1), _this.duration], t6), 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); t5 = _this.filterMatch; t5 = A.Expanded$(A.Column$(A._setArrayType([A.Text$(t5 == null ? _this._box_0.subtitle : t5, _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), new A.EntityStateLabel(t4, _null)], t6), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1); if (t4.get$isRunning()) @@ -410074,12 +412333,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, false, _null, t2, new A.TaskListItem_build__closure4(t1, context), new A.TaskListItem_build__closure5(t1, context), false, _null, _null, A.Row$(A._setArrayType([t5, A.Text$(t7, _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)], t6), 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, context), new A.TaskListItem_build__closure5(t1, context), false, _null, _null, A.Row$(A._setArrayType([t5, A.Text$(t7, _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)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, t3, _this.startStopButton, _null); t1 = t3; } return t1; }, - $signature: 99 + $signature: 104 }; A.TaskListItem_build__closure2.prototype = { call$0() { @@ -410099,7 +412358,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 12 }; A.TaskListItem_build__closure0.prototype = { call$2(context, action) { @@ -410126,7 +412385,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 12 }; A.TaskListBuilder.prototype = { build$1(_, context) { @@ -410142,7 +412401,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: 2541 + $signature: 2550 }; A.TaskListBuilder_build__closure.prototype = { call$2(context, index) { @@ -410150,7 +412409,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: 236 + $signature: 239 }; A.TaskListVM.prototype = { get$user() { @@ -410270,7 +412529,7 @@ call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 198 + $signature: 192 }; A.TaskPresenter_getField_closure0.prototype = { call$1(time) { @@ -410301,11 +412560,11 @@ t2 = t2.filter; t5 = state.prefState; t6 = t5.showKanban; - t7 = A._setArrayType([A.Expanded$(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(t6 ? B.IconData_59061_MaterialIcons_null_true : B._MdiIconData_7T13, _null, _null), 24, new A.TaskScreen_build_closure(context, state, store), B.EdgeInsets_8_8_8_8, _null, _null), 1)], type$.JSArray_legacy_Widget); + t7 = A._setArrayType([A.Expanded$(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(t6 ? B.IconData_59061_MaterialIcons_null_true : B._MdiIconData_7T13, _null, _null), _null, new A.TaskScreen_build_closure(context, state, store), B.EdgeInsets_8_8_8_8, _null, _null), 1)], type$.JSArray_legacy_Widget); t8 = t6 ? new A.KanbanViewBuilder(_null) : new A.TaskListBuilder(_null); t9 = A._setArrayType([], type$.JSArray_legacy_IconButton); if (t6) - t9.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(A.getEntityIcon(B.EntityType_settings), _null, _null), 24, new A.TaskScreen_build_closure0(store, state), B.EdgeInsets_8_8_8_8, _null, _null)); + t9.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(A.getEntityIcon(B.EntityType_settings), _null, _null), _null, new A.TaskScreen_build_closure0(store, state), B.EdgeInsets_8_8_8_8, _null, _null)); t10 = type$.JSArray_legacy_String; t11 = A.List_List$of(A._setArrayType(["status", "number", "client", "project", "description", "duration", "entity_state"], t10), true, type$.legacy_String); B.JSArray_methods.addAll$1(t11, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t10)); @@ -410391,7 +412650,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 235 + $signature: 231 }; A.TaskScreen_build_closure5.prototype = { call$1(value) { @@ -410425,7 +412684,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 141 + $signature: 150 }; A.TaskScreen_build_closure2.prototype = { call$1(b) { @@ -410435,7 +412694,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 141 + $signature: 150 }; A.TaskScreen_build_closure3.prototype = { call$1(b) { @@ -410445,13 +412704,13 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 141 + $signature: 150 }; A.TaskScreen_build_closure10.prototype = { call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByState(state)); }, - $signature: 50 + $signature: 52 }; A.TaskScreen_build_closure4.prototype = { call$0() { @@ -410479,52 +412738,58 @@ call$2(context, vm) { return new A.TaskScreen(vm, null); }, - $signature: 2542 + $signature: 2551 }; A.TaskScreenVM.prototype = {}; A.TaskTimeListTile.prototype = { build$1(_, context) { - var endDateString, title, subtitle, duration, t4, _null = null, + var endDateString, title, subtitle, t3, t4, _null = null, t1 = this.taskTime, t2 = t1.startDate, - startDateString = A.formatDate(t2.toIso8601String$0(), context, false, true, true), - t3 = t1.endDate; - if (t3 != null) - endDateString = A.formatDate(t3.toIso8601String$0(), context, false, true, true); + startDateString = A.formatDate(t2.toIso8601String$0(), context, false, true, true); + t1 = t1.endDate; + if (t1 != null) + endDateString = A.formatDate(t1.toIso8601String$0(), context, false, true, true); else { - t3 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).localeCode), "now"); - endDateString = t3 == null ? "" : t3; + t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).localeCode), "now"); + endDateString = t1 == null ? "" : t1; } - title = A.DateFormat$("EEE MMM d, yyy", A.localeSelector(A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"))).format$1(t2.toLocal$0()); + title = A.DateFormat$("EEE MMM d, yyy", A.localeSelector(A._lateReadCheck(A.StoreProvider_of(context, type$.legacy_AppState).__Store__state, "_state"))).format$1(0, t2.toLocal$0()); subtitle = startDateString + " - " + endDateString; - duration = A.formatDuration(t1.get$duration(t1), true); t1 = type$.JSArray_legacy_Widget; - t2 = A.Row$(A._setArrayType([A.Expanded$(A.Text$(title, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Text$(duration, _null, _null, _null, _null, _null, _null, _null, _null, _null)], t1), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t2 = A.Row$(A._setArrayType([A.Expanded$(A.Text$(title, _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$(subtitle, _null, _null, _null, _null, _null, _null, _null, _null, _null); t4 = A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null); - return A.Column$(A._setArrayType([A.ListTile$(false, _null, _null, _null, true, _null, false, _null, _null, _null, new A.TaskTimeListTile_build_closure(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, t3, _null, t2, t4, _null), A.Divider$(_null, 1, _null)], t1), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, get$task() { return this.task; } }; - A.TaskTimeListTile_build_closure.prototype = { + A.TaskTimeListTile_build_closure0.prototype = { call$0() { return this.$this.onTap.call$1(this.context); }, $signature: 9 }; + A.TaskTimeListTile_build_closure.prototype = { + call$0() { + var t1 = this.$this.taskTime; + return A.formatDuration(t1.get$duration(t1), true); + }, + $signature: 136 + }; A.TaskView.prototype = { createState$0() { - return new A._TaskViewState(null, B._StateLifecycle_0); + return new A._TaskViewState(null, null, B._StateLifecycle_0); } }; A._TaskViewState.prototype = { initState$0() { - var state, t1, _this = this; + var t1, _this = this; _this.super$State$initState(); - state = _this._widget.viewModel.state; - t1 = A.TabController$(state.uiState.taskUIState.tabIndex, 2, _this); + t1 = _this._widget.viewModel.state.uiState.taskUIState.tabIndex; + t1 = A.TabController$(null, t1, 2, _this); _this._task_view$_controller = t1; t1.addListener$1(0, _this.get$_task_view$_onTabChanged()); }, @@ -410581,7 +412846,7 @@ t6 = !t5 ? B.EntityAction_archive : B.EntityAction_invoiceTask; return A.Column$(A._setArrayType([t2, new A.BottomButtons(t3, t4, t6, t5, true, _null)], t1), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 183 + $signature: 196 }; A._TaskViewState_build__closure.prototype = { call$0() { @@ -410597,17 +412862,17 @@ }; A.__TaskViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.TaskViewDocuments.prototype = { @@ -410620,13 +412885,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 138 }; A.TaskViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 135 + $signature: 137 }; A.TaskOverview.prototype = { createState$0() { @@ -410689,7 +412954,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._TaskOverviewState_initState__closure()); }, - $signature: 290 + $signature: 298 }; A._TaskOverviewState_initState__closure.prototype = { call$0() { @@ -410754,7 +413019,7 @@ 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: 180 + $signature: 199 }; A._TaskOverviewState_build__buildView_closure.prototype = { call$1(taskTime) { @@ -410788,13 +413053,13 @@ call$1(store) { return A.TaskViewVM_TaskViewVM$fromStore(store); }, - $signature: 2543 + $signature: 2552 }; A.TaskViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskView(vm, false, vm.state.uiState.taskUIState.tabIndex, null); }, - $signature: 2544 + $signature: 2553 }; A.TaskViewVM.prototype = { get$task() { @@ -410824,7 +413089,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveTaskRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_TaskEntity), t3, true)); 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: 25 + $signature: 26 }; A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure.prototype = { call$1(savedTask) { @@ -410836,7 +413101,7 @@ t1 = this.localization.get$stoppedTask(); A.showToast(t1); }, - $signature: 140 + $signature: 148 }; A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0.prototype = { call$1(error) { @@ -410854,7 +413119,7 @@ call$1(context) { return this._toggleTask.call$1(context); }, - $signature: 25 + $signature: 26 }; A.TaskViewVM_TaskViewVM$fromStore_closure.prototype = { call$2(context, taskTime) { @@ -410870,7 +413135,7 @@ $defaultValues() { return [null]; }, - $signature: 2545 + $signature: 2554 }; A.TaskViewVM_TaskViewVM$fromStore_closure1.prototype = { call$1(context) { @@ -410884,7 +413149,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.TaskViewVM_TaskViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -410915,13 +413180,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadTask(null, this.task.id)); }, - $signature: 97 + $signature: 98 }; A.TaskStatusEdit.prototype = { createState$0() { @@ -410961,7 +413226,7 @@ if (t2 == null) t2 = ""; } - return A.EditScaffold$(_null, _null, A.Form$(false, new A.Builder(new A._TaskStatusEditState_build_closure(this, t1, viewModel, taskStatus), _null), $.$get$_TaskStatusEditState__formKey()), _null, taskStatus, _null, false, _null, new A._TaskStatusEditState_build_closure0(viewModel), new A._TaskStatusEditState_build_closure1(this, viewModel), _null, t2); + return A.EditScaffold$(_null, _null, A.Form$(_null, new A.Builder(new A._TaskStatusEditState_build_closure(this, t1, viewModel, taskStatus), _null), $.$get$_TaskStatusEditState__formKey()), _null, taskStatus, _null, false, _null, new A._TaskStatusEditState_build_closure0(viewModel), new A._TaskStatusEditState_build_closure1(this, viewModel), _null, t2); } }; A._TaskStatusEditState_didChangeDependencies_closure.prototype = { @@ -410980,7 +413245,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_task_status_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._TaskStatusEditState__onChanged_closure.prototype = { call$1(b) { @@ -410988,7 +413253,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 141 + $signature: 150 }; A._TaskStatusEditState__onChanged_closure0.prototype = { call$0() { @@ -411029,7 +413294,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, 4, false, _null, false, _null)], t5), _null, _null, _null); }, - $signature: 155 + $signature: 149 }; A._TaskStatusEditState_build__closure0.prototype = { call$1(val) { @@ -411048,7 +413313,7 @@ b.get$_task_status_model$_$this()._task_status_model$_color = this.value; return b; }, - $signature: 141 + $signature: 150 }; A.TaskStatusEditScreen.prototype = { build$1(_, context) { @@ -411060,13 +413325,13 @@ call$1(store) { return A.TaskStatusEditVM_TaskStatusEditVM$fromStore(store); }, - $signature: 2546 + $signature: 2555 }; 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: 2547 + $signature: 2556 }; A.TaskStatusEditVM.prototype = { get$taskStatus() { @@ -411080,7 +413345,7 @@ call$1(taskStatus) { this.store.get$_dispatchers()[0].call$1(new A.UpdateTaskStatus(taskStatus)); }, - $signature: 225 + $signature: 226 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -411115,7 +413380,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure.prototype = { call$1(savedTaskStatus) { @@ -411141,7 +413406,7 @@ } else A.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 225 + $signature: 226 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -411172,12 +413437,12 @@ t2 = _this.taskStatus; t4 = t2.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), false, _this.isChecked), _null) : _null; + 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, 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.headline6, _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.headline6, _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$(t2.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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, false, _null, t1, new A.TaskStatusListItem_build_closure0(_this, context), new A.TaskStatusListItem_build_closure1(_this, context), 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, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.TaskStatusListItem_build_closure0(_this, context), new A.TaskStatusListItem_build_closure1(_this, context), 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); }, get$user() { return this.user; @@ -411204,7 +413469,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.TaskStatusListBuilder.prototype = { build$1(_, context) { @@ -411221,7 +413486,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: 2548 + $signature: 2557 }; A.TaskStatusListBuilder_build__closure.prototype = { call$2(context, index) { @@ -411240,7 +413505,7 @@ t2 = false; return new A.TaskStatusListItem(t4, taskStatus, t1.filter, t2, null); }, - $signature: 2549 + $signature: 2558 }; A.TaskStatusListVM.prototype = {}; A.TaskStatusListVM_fromStore__handleRefresh.prototype = { @@ -411295,10 +413560,10 @@ 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_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_taskStatus, false, B.List_empty15, 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_empty16, t6); + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_taskStatus, false, B.List_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_taskStatus, t2, new A.TaskStatusScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.TaskStatusListBuilder(_null), t6, B.EntityType_taskStatus, t3, 0, "task_settings", new A.TaskStatusScreen_build_closure8(store), new A.TaskStatusScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_taskStatus, t2, new A.TaskStatusScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.TaskStatusListBuilder(_null), t6, B.EntityType_taskStatus, t3, 0, "task_settings", new A.TaskStatusScreen_build_closure8(store), new A.TaskStatusScreen_build_closure9(store)); } }; A.TaskStatusScreen_build_closure9.prototype = { @@ -411333,7 +413598,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterTaskStatusesByState(state)); }, - $signature: 50 + $signature: 52 }; A.TaskStatusScreen_build_closure.prototype = { call$0() { @@ -411385,7 +413650,7 @@ call$2(context, vm) { return new A.TaskStatusScreen(vm, null); }, - $signature: 2550 + $signature: 2559 }; A.TaskStatusScreenVM.prototype = {}; A.TaskStatusView.prototype = { @@ -411427,13 +413692,13 @@ call$1(store) { return A.TaskStatusViewVM_TaskStatusViewVM$fromStore(store); }, - $signature: 2551 + $signature: 2560 }; A.TaskStatusViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskStatusView(vm, this.$this.isFilter, null); }, - $signature: 2552 + $signature: 2561 }; A.TaskStatusViewVM.prototype = { get$taskStatus() { @@ -411514,7 +413779,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._TaxRateEditState__onChanged_closure.prototype = { call$1(b) { @@ -411525,7 +413790,7 @@ b.get$_tax_rate_model$_$this()._tax_rate_model$_rate = t1; return b; }, - $signature: 498 + $signature: 500 }; A._TaxRateEditState__onChanged_closure0.prototype = { call$0() { @@ -411549,13 +413814,13 @@ call$1(store) { return A.TaxRateEditVM_TaxRateEditVM$fromStore(store); }, - $signature: 2553 + $signature: 2562 }; 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: 2554 + $signature: 2563 }; A.TaxRateEditVM.prototype = { get$taxRate() { @@ -411569,7 +413834,7 @@ call$1(taxRate) { this.store.get$_dispatchers()[0].call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 112 + $signature: 121 }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -411604,7 +413869,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure.prototype = { call$1(savedTaxRate) { @@ -411633,7 +413898,7 @@ } else A.viewEntity(false, savedTaxRate, null, true); }, - $signature: 112 + $signature: 121 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -411661,12 +413926,12 @@ 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), false, _this.isChecked), _null) : _null; + 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, 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.headline6, _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.headline6, _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$(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.titleLarge, _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.titleLarge, _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, false, _null, t1, new A.TaxRateListItem_build_closure0(_this, context), new A.TaxRateListItem_build_closure1(_this, context), 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, t2, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.TaxRateListItem_build_closure0(_this, context), new A.TaxRateListItem_build_closure1(_this, context), 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); }, get$user() { return this.user; @@ -411693,7 +413958,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.TaxRateListBuilder.prototype = { build$1(_, context) { @@ -411707,7 +413972,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: 2555 + $signature: 2564 }; A.TaxRateListBuilder_build__closure.prototype = { call$2(context, index) { @@ -411724,7 +413989,7 @@ t2 = false; return new A.TaxRateListItem(t3, taxRate, t1.filter, t2, null); }, - $signature: 2556 + $signature: 2565 }; A.TaxRateListVM.prototype = {}; A.TaxRateListVM_fromStore__handleRefresh.prototype = { @@ -411768,7 +414033,7 @@ t4 = "__filter_" + t3.filterClearedAt + "__", t5 = this.viewModel.taxRateList; t3 = t3.filter; - t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_taxRate, false, B.List_empty15, 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_empty16, _null); + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_taxRate, false, B.List_empty16, 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_empty17, _null); if (state.prefState.appLayout === B.AppLayout_mobile) { t7 = state.userCompanyStates; t2 = t2.selectedCompanyIndex; @@ -411776,7 +414041,7 @@ } 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_empty9, new A.ListFilter(B.EntityType_taxRate, t3, new A.TaxRateSettingsScreen_build_closure3(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.TaxRateListBuilder(_null), t6, B.EntityType_taxRate, t1, 0, "tax_settings", new A.TaxRateSettingsScreen_build_closure4(store), new A.TaxRateSettingsScreen_build_closure5(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_taxRate, t3, new A.TaxRateSettingsScreen_build_closure3(store), t5, new A.ValueKey(t4, type$.ValueKey_legacy_String)), new A.TaxRateListBuilder(_null), t6, B.EntityType_taxRate, t1, 0, "tax_settings", new A.TaxRateSettingsScreen_build_closure4(store), new A.TaxRateSettingsScreen_build_closure5(store)); } }; A.TaxRateSettingsScreen_build_closure5.prototype = { @@ -411811,7 +414076,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterTaxRatesByState(state)); }, - $signature: 50 + $signature: 52 }; A.TaxRateSettingsScreen_build_closure.prototype = { call$0() { @@ -411839,7 +414104,7 @@ call$2(context, vm) { return new A.TaxRateSettingsScreen(vm, null); }, - $signature: 2557 + $signature: 2566 }; A.TaxRateScreenVM.prototype = {}; A.TaxRateView.prototype = { @@ -411873,13 +414138,13 @@ call$1(store) { return A.TaxRateViewVM_TaxRateViewVM$fromStore(store); }, - $signature: 2558 + $signature: 2567 }; A.TaxRateViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaxRateView(vm, false, null); }, - $signature: 2559 + $signature: 2568 }; A.TaxRateViewVM.prototype = { get$taxRate() { @@ -411933,7 +414198,7 @@ if (t2 == null) t2 = ""; } - return A.EditScaffold$(_null, _null, A.Form$(false, new A.Builder(new A._TokenEditState_build_closure(this, t1, viewModel), _null), $.$get$_TokenEditState__formKey()), _null, token, _null, false, _null, new A._TokenEditState_build_closure0(viewModel), new A._TokenEditState_build_closure1(this, viewModel), _null, t2); + return A.EditScaffold$(_null, _null, A.Form$(_null, new A.Builder(new A._TokenEditState_build_closure(this, t1, viewModel), _null), $.$get$_TokenEditState__formKey()), _null, token, _null, false, _null, new A._TokenEditState_build_closure0(viewModel), new A._TokenEditState_build_closure1(this, viewModel), _null, t2); } }; A._TokenEditState_didChangeDependencies_closure.prototype = { @@ -411952,7 +414217,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_token_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._TokenEditState__onChanged_closure.prototype = { call$1(b) { @@ -411960,7 +414225,7 @@ b.get$_token_model$_$this()._token_model$_name = t1; return b; }, - $signature: 505 + $signature: 507 }; A._TokenEditState__onChanged_closure0.prototype = { call$0() { @@ -412000,7 +414265,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, 4, false, _null, false, _null)], t4), _null, _null, _null); }, - $signature: 155 + $signature: 149 }; A._TokenEditState_build__closure0.prototype = { call$1(value) { @@ -412018,13 +414283,13 @@ call$1(store) { return A.TokenEditVM_TokenEditVM$fromStore(store); }, - $signature: 2560 + $signature: 2569 }; 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: 2561 + $signature: 2570 }; A.TokenEditVM.prototype = { get$token() { @@ -412038,7 +414303,7 @@ call$1(token) { this.store.get$_dispatchers()[0].call$1(new A.UpdateToken(token)); }, - $signature: 311 + $signature: 262 }; A.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -412082,7 +414347,7 @@ t3.get$_dispatchers()[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: 696 + $signature: 699 }; A.TokenEditVM_TokenEditVM$fromStore____closure.prototype = { call$1(savedToken) { @@ -412111,7 +414376,7 @@ } else A.viewEntity(false, savedToken, null, true); }, - $signature: 311 + $signature: 262 }; A.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1(error) { @@ -412144,11 +414409,11 @@ t2 = t2[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), false, _this.isChecked), _null) : _null; - t6 = A.Text$(t4.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null); + 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, false, _this.isChecked), _null) : _null; + t6 = A.Text$(t4.name, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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, false, _null, t1, new A.TokenListItem_build_closure0(_this, context), new A.TokenListItem_build_closure1(_this, context), 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(t2, t4, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.TokenListItem_build_closure0(_this, context), new A.TokenListItem_build_closure1(_this, context), 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() { return this.user; @@ -412175,7 +414440,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.TokenListBuilder.prototype = { build$1(_, context) { @@ -412191,7 +414456,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: 2562 + $signature: 2571 }; A.TokenListBuilder_build__closure.prototype = { call$2(context, index) { @@ -412210,7 +414475,7 @@ t2 = false; return new A.TokenListItem(t4, token, t1.filter, t2, null); }, - $signature: 2563 + $signature: 2572 }; A.TokenListVM.prototype = {}; A.TokenListVM_fromStore__handleRefresh.prototype = { @@ -412265,10 +414530,10 @@ 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_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_token, false, B.List_empty15, 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_empty16, t6); + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_token, false, B.List_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_token, t2, new A.TokenScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.TokenListBuilder(_null), t6, B.EntityType_token, t3, 0, "account_management", new A.TokenScreen_build_closure8(store), new A.TokenScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_token, t2, new A.TokenScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.TokenListBuilder(_null), t6, B.EntityType_token, t3, 0, "account_management", new A.TokenScreen_build_closure8(store), new A.TokenScreen_build_closure9(store)); } }; A.TokenScreen_build_closure9.prototype = { @@ -412303,7 +414568,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterTokensByState(state)); }, - $signature: 50 + $signature: 52 }; A.TokenScreen_build_closure.prototype = { call$0() { @@ -412355,7 +414620,7 @@ call$2(context, vm) { return new A.TokenScreen(vm, null); }, - $signature: 2564 + $signature: 2573 }; A.TokenScreenVM.prototype = {}; A.TokenView.prototype = { @@ -412393,7 +414658,7 @@ t1 = B.JSString_methods.substring$1(t1, 10) === "xxxxxxxxxxx"; t3 = t1 ? _null : A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null); t1 = t1 ? _null : new A._TokenListTile_build_closure(this, context); - return A.ListTile$(false, B.EdgeInsets_22_22_22_22, _null, _null, true, _null, false, _null, _null, _null, t1, false, _null, _null, _null, _null, new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), t3, _null); + return A.ListTile$(false, B.EdgeInsets_22_22_22_22, _null, _null, true, _null, _null, false, _null, _null, _null, t1, false, _null, _null, _null, _null, new A.Padding(B.EdgeInsets_0_0_16_0, t2, _null), t3, _null); }, get$token() { return this.token; @@ -412415,13 +414680,13 @@ call$1(store) { return A.TokenViewVM_TokenViewVM$fromStore(store); }, - $signature: 2565 + $signature: 2574 }; A.TokenViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TokenView(vm, false, null); }, - $signature: 2566 + $signature: 2575 }; A.TokenViewVM.prototype = { get$token() { @@ -412440,13 +414705,13 @@ A.UserEdit.prototype = { createState$0() { var _null = null; - return new A._UserEditState(new A.Debouncer(500, false), A.FocusScopeNode$(true, _null, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, B._StateLifecycle_0); + return new A._UserEditState(new A.Debouncer(500, false), A.FocusScopeNode$(true, _null, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_legacy_TextEditingController), _null, _null, B._StateLifecycle_0); } }; A._UserEditState.prototype = { initState$0() { this.super$State$initState(); - this._user_edit$_controller = A.TabController$(0, 3, this); + this._user_edit$_controller = A.TabController$(null, 0, 3, this); }, didChangeDependencies$0() { var user, _this = this, @@ -412471,7 +414736,7 @@ t7.set$text(0, user.customValue3); t8.set$text(0, user.customValue4); B.JSArray_methods.forEach$1(_this._user_edit$_controllers, new A._UserEditState_didChangeDependencies_closure0(_this)); - _this.super$__UserEditState_State_SingleTickerProviderStateMixin$didChangeDependencies(); + _this.super$State$didChangeDependencies(); }, dispose$0(_) { var _this = this; @@ -412564,7 +414829,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_user_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._UserEditState__onChanged_closure.prototype = { call$1(b) { @@ -412587,7 +414852,7 @@ b.get$_user_model$_$this()._customValue4 = t1; return b; }, - $signature: 77 + $signature: 81 }; A._UserEditState__onChanged_closure0.prototype = { call$0() { @@ -412606,7 +414871,7 @@ b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 77 + $signature: 81 }; A._UserEditState_build_closure13.prototype = { call$1(context) { @@ -412653,27 +414918,27 @@ call$2(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure9(channel, options))); }, - $signature: 448 + $signature: 425 }; 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: 77 + $signature: 81 }; A._UserEditState_build_closure3.prototype = { call$1(value) { return this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure8(value))); }, - $signature: 11 + $signature: 12 }; A._UserEditState_build__closure8.prototype = { call$1(b) { b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 77 + $signature: 81 }; A._UserEditState_build_closure4.prototype = { call$0() { @@ -412689,13 +414954,13 @@ t1._togglePermission$1("view_all"); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build___closure0(t1)); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build___closure0.prototype = { call$1(duration) { this.$this._togglePermission$1("edit_all"); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build_closure5.prototype = { call$1(value) { @@ -412739,7 +415004,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 309 + $signature: 323 }; A._UserEditState_build_closure12.prototype = { call$1(type) { @@ -412761,7 +415026,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: 2567 + $signature: 2576 }; A._UserEditState_build__closure0.prototype = { call$0() { @@ -412778,13 +415043,13 @@ t1._togglePermission$1(this.viewPermission); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build____closure(t1, this.editPermission)); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build____closure.prototype = { call$1(duration) { this.$this._togglePermission$1(this.editPermission); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build__closure2.prototype = { call$1(value) { @@ -412824,29 +415089,29 @@ }; A._PermissionCheckbox.prototype = { build$1(_, context) { - var t2, _this = this, + var t2, _this = this, _null = null, t1 = _this.checkAll; if (t1) t2 = true; else t2 = B.JSString_methods.contains$1(_this.userCompany.permissions, _this.permission); - t1 = t1 ? null : _this.onChanged; - return A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, null, null, t1, false, t2); + t1 = t1 ? _null : _this.onChanged; + return A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, _null, t1, _null, false, t2); } }; A.__UserEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.UserEditScreen.prototype = { @@ -412859,13 +415124,13 @@ call$1(store) { return A.UserEditVM_UserEditVM$fromStore(store); }, - $signature: 2568 + $signature: 2577 }; 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: 2569 + $signature: 2578 }; A.UserEditVM.prototype = { get$user() { @@ -412879,7 +415144,7 @@ call$1(user) { this.store.get$_dispatchers()[0].call$1(new A.UpdateUser(user)); }, - $signature: 173 + $signature: 170 }; A.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -412914,7 +415179,7 @@ A.passwordCallback(false, new A.UserEditVM_UserEditVM$fromStore___closure(t1, new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_UserEntity), user), this.context); 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: 31 + $signature: 32 }; A.UserEditVM_UserEditVM$fromStore___closure.prototype = { call$2(password, idToken) { @@ -412946,7 +415211,7 @@ } else A.viewEntity(false, savedUser, null, true); }, - $signature: 173 + $signature: 170 }; A.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -412975,13 +415240,13 @@ t2 = state.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), false, false), _null) : _null; + 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, false, false), _null) : _null; t2 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t5 = t4.get$fullName().length !== 0 ? t4.get$fullName() : t4.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.headline6, _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.headline6, _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); + t2 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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, false, _null, t1, new A.UserListItem_build_closure0(_this, context), new A.UserListItem_build_closure1(_this, context), 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); + return new A.DismissibleEntity(t3, t4, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, new A.UserListItem_build_closure0(_this, context), new A.UserListItem_build_closure1(_this, context), 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); }, get$user() { return this.user; @@ -413005,7 +415270,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.UserListBuilder.prototype = { build$1(_, context) { @@ -413019,7 +415284,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: 2570 + $signature: 2579 }; A.UserListBuilder_build__closure.prototype = { call$2(context, index) { @@ -413028,7 +415293,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: 2571 + $signature: 2580 }; A.UserListBuilder_build__closure_showDialog.prototype = { call$0() { @@ -413087,9 +415352,9 @@ t1 = "__filter_" + t2.filterClearedAt + "__"; t4 = this.viewModel.userList; t2 = t2.filter; - t5 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_user, false, B.List_empty15, 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_empty16, _null); + t5 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, _null, B.EntityType_user, false, B.List_empty16, 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_empty17, _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_empty9, new A.ListFilter(B.EntityType_user, t2, new A.UserScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.UserListBuilder(_null), t5, B.EntityType_user, t3, 0, _null, new A.UserScreen_build_closure8(store), new A.UserScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_user, t2, new A.UserScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.UserListBuilder(_null), t5, B.EntityType_user, t3, 0, _null, new A.UserScreen_build_closure8(store), new A.UserScreen_build_closure9(store)); } }; A.UserScreen_build_closure9.prototype = { @@ -413148,7 +415413,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterUsersByState(state)); }, - $signature: 50 + $signature: 52 }; A.UserScreen_build_closure.prototype = { call$0() { @@ -413176,7 +415441,7 @@ call$2(context, vm) { return new A.UserScreen(vm, null); }, - $signature: 2572 + $signature: 2581 }; A.UserScreenVM.prototype = {}; A.UserView.prototype = { @@ -413234,13 +415499,13 @@ call$1(store) { return A.UserViewVM_UserViewVM$fromStore(store); }, - $signature: 2573 + $signature: 2582 }; A.UserViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.UserView(vm, this.$this.isFilter, null); }, - $signature: 2574 + $signature: 2583 }; A.UserViewVM.prototype = { get$user() { @@ -413258,13 +415523,13 @@ }; A.VendorEdit.prototype = { createState$0() { - return new A._VendorEditState(null, B._StateLifecycle_0); + return new A._VendorEditState(null, null, B._StateLifecycle_0); } }; A._VendorEditState.prototype = { initState$0() { this.super$State$initState(); - this._vendor_edit$_controller = A.TabController$(0, 4, this); + this._vendor_edit$_controller = A.TabController$(null, 0, 4, this); }, dispose$0(_) { this._vendor_edit$_controller.dispose$0(0); @@ -413299,7 +415564,7 @@ t7 = A.TabBarView$(A._setArrayType([new A.ScrollableListView(t8, _null, _null, _null), new A.VendorEditContactsScreen(t9, _null), new A.ScrollableListView(A._setArrayType([new A.VendorEditNotes(t9, _null)], t3), _null, _null, _null), new A.ScrollableListView(A._setArrayType([new A.VendorEditAddress(_this._widget.viewModel, _null)], t3), _null, _null, _null)], t3), t6, new A.ValueKey(t5, t7)); t3 = t7; } - return A.EditScaffold$(_null, t1, A.Form$(false, t3, t4), new A.VendorEditFooter(vendor, _null), vendor, _null, isFullscreen, _null, new A._VendorEditState_build_closure(viewModel), new A._VendorEditState_build_closure0(viewModel), _null, t2); + return A.EditScaffold$(_null, t1, A.Form$(_null, t3, t4), new A.VendorEditFooter(vendor, _null), vendor, _null, isFullscreen, _null, new A._VendorEditState_build_closure(viewModel), new A._VendorEditState_build_closure0(viewModel), _null, t2); } }; A._VendorEditState_build_closure.prototype = { @@ -413318,17 +415583,17 @@ }; A.__VendorEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.VendorEditAddress.prototype = { @@ -413414,7 +415679,7 @@ b.get$_vendor_model$_$this()._vendor_model$_postalCode = t1; return b; }, - $signature: 122 + $signature: 114 }; A.VendorEditAddressState__onChanged_closure0.prototype = { call$0() { @@ -413426,7 +415691,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditAddressState_build__closure(country))); }, - $signature: 56 + $signature: 55 }; A.VendorEditAddressState_build__closure.prototype = { call$1(b) { @@ -413435,7 +415700,7 @@ b.get$_vendor_model$_$this()._vendor_model$_countryId = t1; return b; }, - $signature: 122 + $signature: 114 }; A.VendorEditContacts.prototype = { createState$0() { @@ -413490,19 +415755,19 @@ t5 = t4.length; return new A.VendorContactEditDetails(B.JSArray_methods.indexOf$2(t4, B.JSArray_methods.firstWhere$2$orElse(t4, new A._VendorEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t5 > 1, new A.ValueKey(t3, type$.ValueKey_String)); }, - $signature: 2575 + $signature: 2584 }; A._VendorEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 2576 + $signature: 2585 }; 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: 2577 + $signature: 2586 }; A._VendorEditContactsState_build__closure.prototype = { call$0() { @@ -413514,7 +415779,7 @@ call$1(duration) { this.$this._showContactEditor$2(this.contact, this.context); }, - $signature: 39 + $signature: 38 }; A._VendorEditContactsState_build_closure1.prototype = { call$0() { @@ -413529,7 +415794,7 @@ 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), 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, 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, B.MaterialType_0); + 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, B.MaterialType_0); }, get$contact() { return this.contact; @@ -413546,20 +415811,26 @@ }; A.VendorContactEditDetailsState.prototype = { _onDoneContactPressed$0() { - var t1 = this._widget, - t2 = t1.isDialog, - t3 = this._framework$_element; - if (t2) { - t1 = t1.viewModel; - t3.toString; - t1.onDoneContactPressed.call$1(t3); - t3 = this._framework$_element; - t3.toString; - A.Navigator_of(t3, false).pop$0(0); + var t2, _this = this, + t1 = _this._widget; + if (t1.isDialog) { + t1 = $.Debouncer_action; + if (t1 != null) { + t1.call$0(); + $.Debouncer_action = null; + } + t1 = _this._widget.viewModel; + t2 = _this._framework$_element; + t2.toString; + t1.onDoneContactPressed.call$1(t2); + t2 = _this._framework$_element; + t2.toString; + A.Navigator_of(t2, false).pop$0(0); } else { t1 = t1.vendorViewModel; - t3.toString; - t1.onSavePressed.call$1(t3); + t2 = _this._framework$_element; + t2.toString; + t1.onSavePressed.call$1(t2); } }, didChangeDependencies$0() { @@ -413641,7 +415912,7 @@ b.get$_vendor_model$_$this()._vendor_model$_phone = t1; return b; }, - $signature: 669 + $signature: 675 }; A.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -413654,19 +415925,19 @@ call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.VendorContactEditDetailsState_build_closure0.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.VendorContactEditDetailsState_build_closure1.prototype = { call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.VendorContactEditDetailsState_build_closure2.prototype = { call$1(value) { @@ -413678,7 +415949,7 @@ call$1(_) { return this.$this._onDoneContactPressed$0(); }, - $signature: 25 + $signature: 26 }; A.VendorContactEditDetailsState_build_closure4.prototype = { call$0() { @@ -413712,13 +415983,13 @@ call$1(store) { return A.VendorEditContactsVM_VendorEditContactsVM$fromStore(store); }, - $signature: 2578 + $signature: 2587 }; A.VendorEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.VendorEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2579 + $signature: 2588 }; A.VendorEditContactsVM.prototype = { get$company() { @@ -413744,7 +416015,7 @@ call$1(index) { return this.store.get$_dispatchers()[0].call$1(new A.DeleteVendorContact(index)); }, - $signature: 168 + $signature: 166 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1.prototype = { call$0() { @@ -413756,7 +416027,7 @@ call$2(contact, index) { this.store.get$_dispatchers()[0].call$1(new A.UpdateVendorContact(index, contact)); }, - $signature: 2580 + $signature: 2589 }; A.VendorEditDesktop.prototype = { build$1(_, context) { @@ -413883,7 +416154,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 122 + $signature: 114 }; A.VendorEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -413908,7 +416179,7 @@ b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.userId; return b; }, - $signature: 122 + $signature: 114 }; A.VendorEditFooter.prototype = { build$1(_, context) { @@ -414011,7 +416282,7 @@ b.get$_vendor_model$_$this()._vendor_model$_privateNotes = t1; return b; }, - $signature: 122 + $signature: 114 }; A.VendorEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -414023,7 +416294,7 @@ call$1(currency) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditNotesState_build__closure(currency))); }, - $signature: 56 + $signature: 55 }; A.VendorEditNotesState_build__closure.prototype = { call$1(b) { @@ -414034,7 +416305,7 @@ b.get$_vendor_model$_$this()._vendor_model$_currencyId = t1; return b; }, - $signature: 122 + $signature: 114 }; A.VendorEditScreen.prototype = { build$1(_, context) { @@ -414046,13 +416317,13 @@ call$1(store) { return A.VendorEditVM_VendorEditVM$fromStore(store); }, - $signature: 2581 + $signature: 2590 }; 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: 2582 + $signature: 2591 }; A.VendorEditVM.prototype = { get$vendor(receiver) { @@ -414066,7 +416337,7 @@ call$1(vendor) { this.store.get$_dispatchers()[0].call$1(new A.UpdateVendor(vendor)); }, - $signature: 228 + $signature: 215 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -414112,7 +416383,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.VendorEditVM_VendorEditVM$fromStore___closure.prototype = { call$1(context) { @@ -414153,7 +416424,7 @@ A.viewEntity(false, savedVendor, null, true); } }, - $signature: 228 + $signature: 215 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -414181,7 +416452,7 @@ 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); - textColor = A.Theme_of(context).textTheme.bodyText1.color; + textColor = A.Theme_of(context).textTheme.bodyLarge.color; t2 = _this.vendor; documents = t2.documents; if (documents == null) @@ -414209,7 +416480,7 @@ t1 = _this.$this; if (constraints.maxWidth > 550) { if (_this.showCheckbox) - t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), false, t1.isChecked), _null), _null); + t2 = new A.Padding(B.EdgeInsets_0_0_20_0, 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__closure(t1), _null, false, t1.isChecked), _null), _null); else { t2 = t1.vendor; t3 = _this.state; @@ -414229,29 +416500,29 @@ t4 = _this.filterMatch; if (t4 != null) { t7 = _this.textColor; - t3.push(A.Text$(t4, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.subtitle2.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)); + 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, context), new A.VendorListItem_build__closure2(t1, context), _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), false, t1.isChecked), _null) : _null; + 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, false, t1.isChecked), _null) : _null; t3 = context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data; t4 = t1.vendor; t5 = t4.name; t6 = type$.JSArray_legacy_Widget; - t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (J.get$isNotEmpty$asx(_this.documents) ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.headline6, _null, _null, _null), 1)], t6), 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); + t3 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t5 + (J.get$isNotEmpty$asx(_this.documents) ? " \ud83d\udcce" : ""), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), 1)], t6), 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); t5 = _this.filterMatch; if (t5 != null) { t7 = _this.textColor; - t7 = A.Text$(t5, _null, 3, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.subtitle2.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); + t7 = A.Text$(t5, _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); t5 = t7; } else t5 = A.Text$(t4.number, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t3 = A.ListTile$(false, _null, _null, _null, true, _null, false, _null, t2, new A.VendorListItem_build__closure4(t1, context), new A.VendorListItem_build__closure5(t1, context), 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, t3, _null, _null); + t3 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.VendorListItem_build__closure4(t1, context), new A.VendorListItem_build__closure5(t1, context), 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, t3, _null, _null); t1 = t3; } return t1; }, - $signature: 99 + $signature: 104 }; A.VendorListItem_build__closure2.prototype = { call$0() { @@ -414271,7 +416542,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.VendorListItem_build__closure0.prototype = { call$2(context, action) { @@ -414298,7 +416569,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.VendorListBuilder.prototype = { build$1(_, context) { @@ -414314,7 +416585,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: 2583 + $signature: 2592 }; A.VendorListBuilder_build__closure.prototype = { call$2(context, index) { @@ -414333,7 +416604,7 @@ t2 = false; return new A.VendorListItem(t4, vendor, t1.filter, t2, null); }, - $signature: 2584 + $signature: 2593 }; A.VendorListVM.prototype = {}; A.VendorListVM_fromStore__handleRefresh.prototype = { @@ -414420,7 +416691,7 @@ return A.Text$("" + vendor.documents._list.length, _null, _null, _null, _null, _null, _null, _null, _null, _null); case "contacts": t1 = vendor.contacts._list; - return new A.ConstrainedBox(new A.BoxConstraints(0, 120, 0, 1 / 0), new A.Flexible(1, B.FlexFit_1, A.Text$(new A.MappedListIterable(t1, new A.VendorPresenter_getField_closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).join$1(0, ", "), _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null), _null); + return A.Text$(new A.MappedListIterable(t1, new A.VendorPresenter_getField_closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).join$1(0, "\n"), _null, 3, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); } return _this.super$EntityPresenter$getField(context, field); } @@ -414429,7 +416700,7 @@ call$1(contact) { return contact.get$fullName(); }, - $signature: 2585 + $signature: 2594 }; A.VendorScreen.prototype = { build$1(_, context) { @@ -414470,10 +416741,10 @@ 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_empty15, 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_empty16, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("vendor1", true), company.getCustomFieldValues$2$excludeBlank("vendor2", true), company.getCustomFieldValues$2$excludeBlank("vendor3", true), company.getCustomFieldValues$2$excludeBlank("vendor4", true), t7, B.EntityType_vendor, false, B.List_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_vendor, t2, new A.VendorScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.VendorListBuilder(_null), t6, B.EntityType_vendor, t3, 0, _null, new A.VendorScreen_build_closure8(store), new A.VendorScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_vendor, t2, new A.VendorScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.VendorListBuilder(_null), t6, B.EntityType_vendor, t3, 0, _null, new A.VendorScreen_build_closure8(store), new A.VendorScreen_build_closure9(store)); } }; A.VendorScreen_build_closure9.prototype = { @@ -414532,7 +416803,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterVendorsByState(state)); }, - $signature: 50 + $signature: 52 }; A.VendorScreen_build_closure.prototype = { call$0() { @@ -414560,12 +416831,12 @@ call$2(context, vm) { return new A.VendorScreen(vm, null); }, - $signature: 2586 + $signature: 2595 }; A.VendorScreenVM.prototype = {}; A.VendorView.prototype = { createState$0() { - return new A._VendorViewState(null, B._StateLifecycle_0); + return new A._VendorViewState(null, null, B._StateLifecycle_0); } }; A._VendorViewState.prototype = { @@ -414574,7 +416845,7 @@ _this.super$State$initState(); t1 = _this._widget; state = t1.viewModel.state; - t2 = A.TabController$(t1.isFilter ? 0 : state.uiState.vendorUIState.tabIndex, 3, _this); + t2 = A.TabController$(null, t1.isFilter ? 0 : state.uiState.vendorUIState.tabIndex, 3, _this); _this._vendor_view$_controller = t2; t2.addListener$1(0, _this.get$_vendor_view$_onTabChanged()); }, @@ -414623,7 +416894,7 @@ 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: 183 + $signature: 196 }; A._VendorViewState_build__closure.prototype = { call$0() { @@ -414651,17 +416922,17 @@ }; A.__VendorViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.VendorViewDetails.prototype = { @@ -414721,7 +416992,7 @@ if (t2 != null) return A.Text$(t1.get$error(t1) + ": " + A.S(t2), _null, _null, _null, _null, _null, _null, _null, _null, _null); else - return B.Text_W3F; + return B.Text_OPN; }, build$1(_, context) { var t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); @@ -414755,7 +417026,7 @@ listTiles.push(new A.Padding(B.EdgeInsets_16_16_16_16, A.FutureBuilder$(t2.get$_launchStatus(), t2._launched, type$.Null), _null)); return listTiles; }, - $signature: 180 + $signature: 199 }; A._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -414772,7 +417043,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)); } }, - $signature: 2587 + $signature: 2596 }; A._VendorViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -414850,13 +417121,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 134 + $signature: 138 }; A.VendorViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 135 + $signature: 137 }; A.VendorOverview.prototype = { build$1(_, context) { @@ -414933,13 +417204,13 @@ call$1(store) { return A.VendorViewVM_VendorViewVM$fromStore(store); }, - $signature: 2588 + $signature: 2597 }; A.VendorViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.VendorView(vm, this.$this.isFilter, vm.state.uiState.vendorUIState.tabIndex, null); }, - $signature: 2589 + $signature: 2598 }; A.VendorViewVM.prototype = { get$vendor(receiver) { @@ -414976,7 +417247,7 @@ this.store.get$_dispatchers()[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: 89 + $signature: 88 }; A.VendorViewVM_VendorViewVM$fromStore__closure0.prototype = { call$1(client) { @@ -415007,13 +417278,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 92 + $signature: 95 }; A.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadVendor(null, this.vendor.id)); }, - $signature: 97 + $signature: 98 }; A.WebhookEdit.prototype = { createState$0() { @@ -415055,7 +417326,7 @@ if (t2 == null) t2 = ""; } - return A.EditScaffold$(_null, _null, A.Form$(false, new A.Builder(new A._WebhookEditState_build_closure(_this, t1, webhook, viewModel, key, value), _null), $.$get$_WebhookEditState__formKey()), _null, webhook, _null, false, _null, new A._WebhookEditState_build_closure0(viewModel), new A._WebhookEditState_build_closure1(viewModel), _null, t2); + return A.EditScaffold$(_null, _null, A.Form$(_null, new A.Builder(new A._WebhookEditState_build_closure(_this, t1, webhook, viewModel, key, value), _null), $.$get$_WebhookEditState__formKey()), _null, webhook, _null, false, _null, new A._WebhookEditState_build_closure0(viewModel), new A._WebhookEditState_build_closure1(viewModel), _null, t2); } }; A._WebhookEditState_didChangeDependencies_closure.prototype = { @@ -415074,7 +417345,7 @@ call$1(controller) { controller.removeListener$1(0, this.$this.get$_webhook_edit$_onChanged()); }, - $signature: 58 + $signature: 60 }; A._WebhookEditState__onChanged_closure.prototype = { call$1(b) { @@ -415082,7 +417353,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 190 + $signature: 202 }; A._WebhookEditState__onChanged_closure0.prototype = { call$0() { @@ -415129,7 +417400,7 @@ t14 = A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null); t15 = _this.key; t16 = type$.JSArray_legacy_Widget; - t13 = A._setArrayType([t3, new A.AppDropdownButton(t4, t5.eventId, new A._WebhookEditState_build__closure3(t6, t5), t7, false, true, "", _null, _null, t8), new A.AppDropdownButton(t9, t5.restMethod, new A._WebhookEditState_build__closure4(t6, t5), t10, true, true, "", _null, _null, t8), A.Row$(A._setArrayType([t12, new A.SizedBox(16, _null, _null, _null), t11, new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t14, 24, t15.length === 0 || _this.value.length === 0 ? _null : new A._WebhookEditState_build__closure5(t1, t5, t15, t6, _this.value), B.EdgeInsets_8_8_8_8, t13, _null)], t16), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null)], t16); + t13 = A._setArrayType([t3, new A.AppDropdownButton(t4, t5.eventId, new A._WebhookEditState_build__closure3(t6, t5), t7, false, true, "", _null, _null, t8), new A.AppDropdownButton(t9, t5.restMethod, new A._WebhookEditState_build__closure4(t6, t5), t10, true, true, "", _null, _null, t8), A.Row$(A._setArrayType([t12, new A.SizedBox(16, _null, _null, _null), t11, new A.SizedBox(16, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, t14, _null, t15.length === 0 || _this.value.length === 0 ? _null : new A._WebhookEditState_build__closure5(t1, t5, t15, t6, _this.value), B.EdgeInsets_8_8_8_8, t13, _null)], t16), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null)], t16); t1 = t5.headers; t3 = t1._map$_map; if (t3.get$isEmpty(t3)) @@ -415141,7 +417412,7 @@ } return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t13, _null, 4, false, _null, false, _null)], t16), _null, _null, _null); }, - $signature: 155 + $signature: 149 }; A._WebhookEditState_build__closure.prototype = { call$1(value) { @@ -415160,14 +417431,14 @@ b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 190 + $signature: 202 }; A._WebhookEditState_build__closure0.prototype = { call$1(eventId) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_IicEm.$index(0, eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), eventId, type$.legacy_String); }, - $signature: 34 + $signature: 35 }; A._WebhookEditState_build__closure4.prototype = { call$1(value) { @@ -415180,7 +417451,7 @@ b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 190 + $signature: 202 }; A._WebhookEditState_build__closure1.prototype = { call$1(value) { @@ -415223,15 +417494,15 @@ b.get$headers(b).$indexSet(0, this.key, this.value); return b; }, - $signature: 190 + $signature: 202 }; A._WebhookEditState_build__closure6.prototype = { call$1(key) { var _null = null, t1 = this.webhook; - return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _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), 24, new A._WebhookEditState_build___closure(this.viewModel, t1, key), B.EdgeInsets_8_8_8_8, this.localization.get$removeHeader(), _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$(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, this.localization.get$removeHeader(), _null), _null); }, - $signature: 292 + $signature: 244 }; A._WebhookEditState_build___closure.prototype = { call$0() { @@ -415244,7 +417515,7 @@ b.get$headers(b).get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 190 + $signature: 202 }; A.WebhookEditScreen.prototype = { build$1(_, context) { @@ -415256,13 +417527,13 @@ call$1(store) { return A.WebhookEditVM_WebhookEditVM$fromStore(store); }, - $signature: 2590 + $signature: 2599 }; 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: 2591 + $signature: 2600 }; A.WebhookEditVM.prototype = { get$webhook() { @@ -415276,7 +417547,7 @@ call$1(webhook) { this.store.get$_dispatchers()[0].call$1(new A.UpdateWebhook(webhook)); }, - $signature: 304 + $signature: 309 }; A.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -415313,7 +417584,7 @@ t1.get$_dispatchers()[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: 31 + $signature: 32 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure.prototype = { call$1(savedWebhook) { @@ -415342,7 +417613,7 @@ } else A.viewEntity(false, savedWebhook, null, true); }, - $signature: 304 + $signature: 309 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -415384,7 +417655,7 @@ A.TargetListTile.prototype = { build$1(_, context) { var _null = null; - return A.ListTile$(false, B.EdgeInsets_22_22_22_22, _null, _null, true, _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); + 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); }, get$webhook() { return this.webhook; @@ -415406,13 +417677,13 @@ call$1(store) { return A.WebhookViewVM_WebhookViewVM$fromStore(store); }, - $signature: 2592 + $signature: 2601 }; A.WebhookViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.WebhookView(vm, false, null); }, - $signature: 2593 + $signature: 2602 }; A.WebhookViewVM.prototype = { get$webhook() { @@ -415444,13 +417715,13 @@ t3 = _this.webhook; t5 = t3.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), 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.WebhookListItem_build_closure(_this), _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.headline6, _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.headline6, _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); + t7 = A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(t3.targetUrl, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _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.titleLarge, _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_IicEm.$index(0, t3.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, false, _null, t2, new A.WebhookListItem_build_closure0(_this, context), new A.WebhookListItem_build_closure1(_this, context), 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, t3, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t2, new A.WebhookListItem_build_closure0(_this, context), new A.WebhookListItem_build_closure1(_this, context), 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); }, get$user() { return this.user; @@ -415477,7 +417748,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 12 }; A.WebhookListBuilder.prototype = { build$1(_, context) { @@ -415493,7 +417764,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: 2594 + $signature: 2603 }; A.WebhookListBuilder_build__closure.prototype = { call$2(context, index) { @@ -415512,7 +417783,7 @@ t2 = false; return new A.WebhookListItem(t4, webhook, t1.filter, t2, null); }, - $signature: 2595 + $signature: 2604 }; A.WebhookListVM.prototype = {}; A.WebhookListVM_fromStore__handleRefresh.prototype = { @@ -415567,10 +417838,10 @@ 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_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_webhook, false, B.List_empty15, 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_empty16, t6); + t6 = A.AppBottomBar$(B.List_empty1, B.List_empty1, B.List_empty1, B.List_empty1, A._setArrayType([], t5), B.EntityType_webhook, false, B.List_empty16, 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_empty17, 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_empty9, new A.ListFilter(B.EntityType_webhook, t2, new A.WebhookScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.WebhookListBuilder(_null), t6, B.EntityType_webhook, t3, 0, "account_management", new A.WebhookScreen_build_closure8(store), new A.WebhookScreen_build_closure9(store)); + return A.ListScaffold$(_null, B.List_empty11, new A.ListFilter(B.EntityType_webhook, t2, new A.WebhookScreen_build_closure7(store), t4, new A.ValueKey(t1, type$.ValueKey_legacy_String)), new A.WebhookListBuilder(_null), t6, B.EntityType_webhook, t3, 0, "account_management", new A.WebhookScreen_build_closure8(store), new A.WebhookScreen_build_closure9(store)); } }; A.WebhookScreen_build_closure9.prototype = { @@ -415605,7 +417876,7 @@ call$2(state, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterWebhooksByState(state)); }, - $signature: 50 + $signature: 52 }; A.WebhookScreen_build_closure.prototype = { call$0() { @@ -415657,7 +417928,7 @@ call$2(context, vm) { return new A.WebhookScreen(vm, null); }, - $signature: 2596 + $signature: 2605 }; A.WebhookScreenVM.prototype = {}; A.snackBarCompleter_closure.prototype = { @@ -415735,7 +418006,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 162 + $signature: 160 }; A.showErrorDialog_closure.prototype = { call$1(context) { @@ -415747,7 +418018,7 @@ call$1(context) { return new A.MessageDialog(this.message, null, this.secondaryActions, this.onDismiss, null, null); }, - $signature: 318 + $signature: 307 }; A.confirmCallback_closure.prototype = { call$1(context) { @@ -415781,7 +418052,7 @@ t2 = t4 == null ? t2 : t4; return A.PointerInterceptor$(A.AlertDialog$(A._setArrayType([t3, A.TextButton$(t7, A.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.confirmCallback__closure3(t5), _null)], type$.JSArray_legacy_Widget), B.EdgeInsets_0_0_0_0, _null, t1, B.EdgeInsets_24_20_24_24, _null, t6, t9)); }, - $signature: 583 + $signature: 584 }; A.confirmCallback_closure__onPressed.prototype = { call$0() { @@ -415807,7 +418078,7 @@ call$1(context) { return this._onPressed.call$0(); }, - $signature: 25 + $signature: 26 }; A.confirmCallback__closure1.prototype = { call$1(value) { @@ -415839,7 +418110,7 @@ call$1(context) { return new A.PasswordConfirmation(this.callback, null, null); }, - $signature: 703 + $signature: 706 }; A.passwordCallback_closure1.prototype = { call$2(idToken, accessToken) { @@ -415864,7 +418135,7 @@ call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 703 + $signature: 706 }; A.PasswordConfirmation.prototype = { createState$0() { @@ -415893,7 +418164,7 @@ 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_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, false, _null, _null, _null, t4, _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), 24, new A._PasswordConfirmationState_build_closure(_this), B.EdgeInsets_8_8_8_8, _null, _null), _null, _null, _null), true, true, true, _null, false, _null, _null, _null, B.TextInputType_7_null_null, _null, true, _null, 1, _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); + 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), true, true, true, _null, false, _null, _null, _null, B.TextInputType_7_null_null, _null, true, _null, 1, _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, 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, _null, t2); } }; @@ -415941,7 +418212,7 @@ var _this = this; return new A.FieldConfirmation(_this.callback, _this.title, _this.field, _this.maxLength, _this.secondaryActions, null); }, - $signature: 2598 + $signature: 2607 }; A.FieldConfirmation.prototype = { createState$0() { @@ -415969,7 +418240,7 @@ 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_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, false, _null, _null, _null, t2.field, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, true, true, _null, false, _null, _null, _null, _null, t4, true, t5, 1, _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); + 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, true, true, _null, false, _null, _null, _null, _null, t4, true, t5, 1, _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); @@ -415993,7 +418264,7 @@ call$1(_) { return this.call$4$currentLength$isFocused$maxLength(_, null, null, null); }, - $signature: 2599 + $signature: 2608 }; A._FieldConfirmationState_build_closure1.prototype = { call$1(value) { @@ -416024,17 +418295,17 @@ t4 = A._setArrayType([], t3); t5 = _this.userCompany; if (t5.can$2(B.UserPermission_create, B.EntityType_invoice)) - t4.push(A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(A.getEntityIcon(B.EntityType_invoice), _null, _null), _null, new A.cloneToDialog__closure(_this.invoice, context), false, _null, _null, _null, _null, A.Text$(t1.get$invoice(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); + t4.push(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(B.EntityType_invoice), _null, _null), _null, new A.cloneToDialog__closure(_this.invoice, context), false, _null, _null, _null, _null, A.Text$(t1.get$invoice(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); if (t5.can$2(B.UserPermission_create, B.EntityType_quote)) - t4.push(A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(A.getEntityIcon(B.EntityType_quote), _null, _null), _null, new A.cloneToDialog__closure0(_this.invoice, context), false, _null, _null, _null, _null, A.Text$(t1.get$quote(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); + t4.push(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(B.EntityType_quote), _null, _null), _null, new A.cloneToDialog__closure0(_this.invoice, context), false, _null, _null, _null, _null, A.Text$(t1.get$quote(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); if (t5.can$2(B.UserPermission_create, B.EntityType_credit)) - t4.push(A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(A.getEntityIcon(B.EntityType_credit), _null, _null), _null, new A.cloneToDialog__closure1(_this.invoice, context), false, _null, _null, _null, _null, A.Text$(t1.get$credit(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); + t4.push(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(B.EntityType_credit), _null, _null), _null, new A.cloneToDialog__closure1(_this.invoice, context), false, _null, _null, _null, _null, A.Text$(t1.get$credit(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); if (t5.can$2(B.UserPermission_create, B.EntityType_recurringInvoice)) - t4.push(A.ListTile$(false, _null, _null, _null, true, _null, false, _null, A.Icon$(A.getEntityIcon(B.EntityType_recurringInvoice), _null, _null), _null, new A.cloneToDialog__closure2(_this.invoice, context), false, _null, _null, _null, _null, A.Text$(t1.get$recurringInvoice(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); + t4.push(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(B.EntityType_recurringInvoice), _null, _null), _null, new A.cloneToDialog__closure2(_this.invoice, context), false, _null, _null, _null, _null, A.Text$(t1.get$recurringInvoice(), _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__closure3(context), _null)], t3), B.EdgeInsets_0_0_0_0, _null, t4, B.EdgeInsets_24_20_24_24, _null, _null, t2); }, - $signature: 169 + $signature: 165 }; A.cloneToDialog__closure.prototype = { call$0() { @@ -416088,7 +418359,7 @@ }; A.FormatNumberType.prototype = { toString$0(_) { - return this._formatting$_name; + return "FormatNumberType." + this._core$_name; } }; A.LocaleCodeAware.prototype = {}; @@ -416477,6 +418748,10 @@ var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localeCode), "status"); return t1 == null ? "" : t1; }, + get$clickPlusToAddItem() { + var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localeCode), "click_plus_to_add_item"); + return t1 == null ? "" : t1; + }, get$countSelected() { var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localeCode), "count_selected"); return t1 == null ? "" : t1; @@ -417789,6 +420064,16 @@ t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localeCode), _s11_); return t1 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s11_) : t1; }, + get$waitForLoading() { + var _s16_ = "wait_for_loading", + t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localeCode), _s16_); + return t1 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s16_) : t1; + }, + get$waitForSaving() { + var _s15_ = "wait_for_saving", + t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localeCode), _s15_); + return t1 == null ? J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s15_) : t1; + }, lookup$1(key) { var t1, t2, value, englishValue, lookupKey = A.toSnakeCase(key); @@ -417820,7 +420105,7 @@ A.AppLocalization.prototype = {}; A.AppLocalizationsDelegate.prototype = { isSupported$1(locale) { - return B.JSArray_methods.contains$1(B.List_Hn1, J.toString$0$(locale)); + return B.JSArray_methods.contains$1(B.List_Avr, J.toString$0$(locale)); }, load$1(_, locale) { return new A.SynchronousFuture(new A.AppLocalization(J.toString$0$(locale)), type$.SynchronousFuture_legacy_AppLocalization); @@ -417841,7 +420126,7 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 704 + $signature: 707 }; A.GoogleOAuth_signUp_closure.prototype = { call$1(value) { @@ -417854,13 +420139,13 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 704 + $signature: 707 }; A.toSnakeCase_closure.prototype = { call$1(match) { return "_" + match.$index(0, 0).toLowerCase(); }, - $signature: 705 + $signature: 708 }; A.toCamelCase_closure.prototype = { call$1(word) { @@ -417872,7 +420157,7 @@ call$1(match) { return " " + match.$index(0, 0).toLowerCase(); }, - $signature: 705 + $signature: 708 }; A.toTitleCase_closure.prototype = { call$1(word) { @@ -417924,14 +420209,14 @@ t2.border = "none"; return t1; }, - $signature: 2602 + $signature: 2611 }; A.WebUtils_warnChanges_closure.prototype = { call$1(e) { if (A._lateReadCheck(this.store.__Store__state, "_state").hasChanges$0()) J.set$returnValue$x(type$.legacy_BeforeUnloadEvent._as(e), "Changes you made may not be saved."); }, - $signature: 2603 + $signature: 2612 }; A.AndroidAuthMessages.prototype = {}; A.IOSAuthMessages.prototype = {}; @@ -418040,8 +420325,7 @@ t1.toString; effectiveLevel = t1; } else { - t1 = $.$get$Logger_root(); - t1 = t1._level; + t1 = $.$get$Logger_root()._level; t1.toString; effectiveLevel = t1; } @@ -418096,7 +420380,7 @@ $parent._children.$indexSet(0, thisName, t1); return t1; }, - $signature: 2604 + $signature: 2613 }; A._MdiIconData.prototype = {}; A.memo1_closure.prototype = { @@ -418420,7 +420704,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2605 + $signature: 2614 }; A.PdfPageNotFoundException.prototype = { toString$0(_) { @@ -418481,7 +420765,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2606 + $signature: 2615 }; A.PdfPage_close_closure.prototype = { call$0() { @@ -418511,7 +420795,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 104 + $signature: 90 }; A.PdfPageAlreadyClosedException.prototype = { toString$0(_) { @@ -418610,7 +420894,7 @@ this.data.add$1(0, type$.List_int._as(B.FileReader_methods.get$result(this.reader))); this.completer.complete$0(0); }, - $signature: 159 + $signature: 178 }; A.Data.prototype = {}; A.NativePdfRendererPlugin.prototype = { @@ -418968,7 +421252,7 @@ break; } $async$handler = 5; - if (B.JSInt_methods.$add(A._lateReadCheck($async$self._pdfViewState.___PdfViewState__currentIndex, "_currentIndex"), 1) !== initialPage) { + if (A._lateReadCheck($async$self._pdfViewState.___PdfViewState__currentIndex, "_currentIndex") + 1 !== initialPage) { t1 = $async$self._pdfViewState; if (t1 != null) { t1 = t1._widget.onPageChanged; @@ -419046,7 +421330,7 @@ }; A.PdfView.prototype = { createState$0() { - return new A._PdfViewState(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.nullable_PdfPageImage), null, B._StateLifecycle_0); + return new A._PdfViewState(A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.nullable_PdfPageImage), null, null, B._StateLifecycle_0); }, pageBuilder$3(arg0, arg1, arg2) { return A.native_pdf_view_PdfView__pageBuilder$closure().call$3(arg0, arg1, arg2); @@ -419093,7 +421377,7 @@ t2 = t2 == null ? null : t2.pagesCount; if (t2 == null) t2 = 0; - return new A.PhotoViewGallery(t2, new A._PdfViewState__buildLoaded_closure(_this), null, new A._PdfViewState__buildLoaded_closure0(_this), B.BoxDecoration_PTL, t1._pageController, new A._PdfViewState__buildLoaded_closure1(_this), B.Axis_0, null); + return new A.PhotoViewGallery(t2, new A._PdfViewState__buildLoaded_closure(_this), null, new A._PdfViewState__buildLoaded_closure0(_this), B.BoxDecoration_423, t1._pageController, new A._PdfViewState__buildLoaded_closure1(_this), B.Axis_0, null); }, build$1(_, context) { var t1, $content, t2, _this = this, _null = null; @@ -419195,7 +421479,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2607 + $signature: 2616 }; A._PdfViewState__changeLoadingState_closure.prototype = { call$0() { @@ -419214,7 +421498,7 @@ t1.toString; return t2.pageBuilder$3(t3, index, t1); }, - $signature: 2608 + $signature: 2617 }; A._PdfViewState__buildLoaded_closure0.prototype = { call$2(_, __) { @@ -419222,7 +421506,7 @@ this.$this._widget.toString; return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 2609 + $signature: 2618 }; A._PdfViewState__buildLoaded_closure1.prototype = { call$1(index) { @@ -419232,32 +421516,32 @@ if (t1 != null) t1.call$1(index + 1); }, - $signature: 65 + $signature: 64 }; A._PdfViewState_build_closure.prototype = { call$2(child, animation) { return A.FadeTransition$(false, child, animation); }, - $signature: 2610 + $signature: 2619 }; A._PdfViewLoadingState.prototype = { toString$0(_) { - return this._native_pdf_view$_name; + return "_PdfViewLoadingState." + this._core$_name; } }; A.__PdfViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.PdfPageImageProvider.prototype = { @@ -419343,16 +421627,16 @@ }; }, type$.DiagnosticsNode); }, - $signature: 102 + $signature: 2620 }; A.AnimationDirection.prototype = { toString$0(_) { - return this._fade_widget$_name; + return "AnimationDirection." + this._core$_name; } }; A.FadeWidget.prototype = { createState$0() { - return new A._FadeWidgetState(null, B._StateLifecycle_0); + return new A._FadeWidgetState(null, null, B._StateLifecycle_0); } }; A._FadeWidgetState.prototype = { @@ -419367,7 +421651,7 @@ var t1, curved, begin, end, _this = this, _null = null, _s10_ = "controller"; _this.super$State$initState(); - t1 = A.AnimationController$(_null, _this._widget.duration, 0, _null, 1, _null, _this); + t1 = A.AnimationController$(_null, _this._widget.duration, _null, 1, _null, _this); _this.___FadeWidgetState_controller = t1; t1 = A._lateReadCheck(t1, _s10_); curved = A.CurvedAnimation$(_this._widget.curve, t1, _null); @@ -419403,17 +421687,17 @@ }; A.__FadeWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { - this.super$State$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); }, - didChangeDependencies$0() { - var t2, - t1 = this.SingleTickerProviderStateMixin__ticker; - if (t1 != null) { - t2 = this._framework$_element; - t2.toString; - t1.set$muted(0, !A.TickerMode_of(t2)); - } - this.super$State$didChangeDependencies(); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); } }; A.OctoImage.prototype = { @@ -419475,7 +421759,7 @@ }; A._PlaceholderType.prototype = { toString$0(_) { - return this._image_handler$_name; + return "_PlaceholderType." + this._core$_name; } }; A.ImageHandler.prototype = { @@ -419576,7 +421860,7 @@ A.OverflowViewParentData.prototype = {}; A.OverflowViewLayoutBehavior.prototype = { toString$0(_) { - return this._overflow_view$_name; + return "OverflowViewLayoutBehavior." + this._core$_name; } }; A.RenderOverflowView.prototype = { @@ -419585,20 +421869,20 @@ child.parentData = new A.OverflowViewParentData(null, null, B.Offset_0_0); }, _overflow_view$_getCrossSize$1(child) { - switch (this._overflow_view$_direction) { - case B.Axis_0: + switch (this._overflow_view$_direction.index) { + case 0: return child._box$_size._dy; - case B.Axis_1: + case 1: return child._box$_size._dx; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, _overflow_view$_getMainSize$1(child) { - switch (this._overflow_view$_direction) { - case B.Axis_0: + switch (this._overflow_view$_direction.index) { + case 0: return child._box$_size._dx; - case B.Axis_1: + case 1: return child._box$_size._dy; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -419617,11 +421901,12 @@ this.visitChildren$1(new A.RenderOverflowView_resetOffstage_closure()); }, performFixedLayout$0() { - var t2, childConstraints, maxExtent, t3, childParentData, t4, t5, childExtent, crossExtent, otherChildConstraints, childStride, getChildOffset, count, renderedChildCount, unRenderedChildCount, onstageCount, child, i, overflowIndicatorParentData, mainAxisExtent, requestedSize, _this = this, + var t2, t3, childConstraints, maxExtent, childParentData, t4, t5, childExtent, crossExtent, otherChildConstraints, childStride, getChildOffset, count, renderedChildCount, unRenderedChildCount, onstageCount, child, i, overflowIndicatorParentData, mainAxisExtent, requestedSize, _this = this, t1 = _this.ContainerRenderObjectMixin__firstChild; t1.toString; t2 = type$.BoxConstraints; - childConstraints = t2._as(A.RenderObject.prototype.get$constraints.call(_this)).loosen$0(); + t3 = t2._as(A.RenderObject.prototype.get$constraints.call(_this)); + childConstraints = new A.BoxConstraints(0, t3.maxWidth, 0, t3.maxHeight); 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); @@ -419786,14 +422071,14 @@ else return new A.Offset(0, mainAxisOffset); }, - $signature: 2613 + $signature: 2623 }; 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: 2614 + $signature: 2624 }; A.RenderOverflowView_visitOnlyOnStageChildren_closure.prototype = { call$1(child) { @@ -419817,7 +422102,7 @@ call$2(context, offset) { this.$this.visitOnlyOnStageChildren$1(this.paintChild); }, - $signature: 84 + $signature: 85 }; A.RenderOverflowView_hitTestChildren_closure.prototype = { call$1(renderObject) { @@ -419833,7 +422118,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 230 + $signature: 58 }; A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -419862,11 +422147,10 @@ A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin.prototype = {}; A.OverflowView.prototype = { createElement$0(_) { - var t1 = type$.Element_2, - t2 = A.HashSet_HashSet(t1), - t3 = ($.Element__nextHashCode + 1) % 16777215; - $.Element__nextHashCode = t3; - return new A._OverflowViewElement(t2, t3, this, B._ElementLifecycle_0, A.HashSet_HashSet(t1)); + var t1 = A.HashSet_HashSet(type$.Element_2), + t2 = ($.Element__nextHashCode + 1) % 16777215; + $.Element__nextHashCode = t2; + return new A._OverflowViewElement(t1, t2, this, B._ElementLifecycle_0); }, createRenderObject$1(context) { var t1 = this.direction; @@ -419900,7 +422184,7 @@ call$2(context, constraints) { return this.builder.call$2(context, constraints.value); }, - $signature: 2615 + $signature: 2625 }; A._OverflowViewElement.prototype = {}; A.MethodChannelPackageInfo.prototype = {}; @@ -420116,19 +422400,19 @@ call$1(part) { return part !== ""; }, - $signature: 60 + $signature: 71 }; A.Context_split_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 60 + $signature: 71 }; A._validateArgList_closure.prototype = { call$1(arg) { return arg == null ? "null" : '"' + arg + '"'; }, - $signature: 2616 + $signature: 2626 }; A.InternalStyle.prototype = { getRoot$1(path) { @@ -420395,14 +422679,14 @@ return upperCase1 >= 97 && upperCase1 <= 122; }, pathsEqual$2(path1, path2) { - var t1, t2, i; + var t1, i; if (path1 == path2) return true; t1 = path1.length; if (t1 !== path2.length) return false; - for (t2 = J.getInterceptor$s(path2), i = 0; i < t1; ++i) - if (!this.codeUnitsEqual$2(B.JSString_methods._codeUnitAt$1(path1, i), t2._codeUnitAt$1(path2, i))) + for (i = 0; i < t1; ++i) + if (!this.codeUnitsEqual$2(B.JSString_methods._codeUnitAt$1(path1, i), B.JSString_methods._codeUnitAt$1(path2, i))) return false; return true; }, @@ -420432,9 +422716,10 @@ A.PermissionHandlerPlatform.prototype = {}; A.PermissionStatus0.prototype = { toString$0(_) { - return this._permission_handler_platform_interface$_name; + return "PermissionStatus." + this._core$_name; } }; + A.PermissionWithService.prototype = {}; A.Permission.prototype = { toString$0(_) { return "Permission." + B.List_qhE[this.value]; @@ -420456,36 +422741,6 @@ } }; A.MethodChannelPermissionHandler.prototype = { - checkPermissionStatus$1(permission) { - return this.checkPermissionStatus$body$MethodChannelPermissionHandler(permission); - }, - checkPermissionStatus$body$MethodChannelPermissionHandler(permission) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.PermissionStatus), - $async$returnValue, $async$temp1; - var $async$checkPermissionStatus$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$temp1 = [B.PermissionStatus_0, B.PermissionStatus_1, B.PermissionStatus_2, B.PermissionStatus_3, B.PermissionStatus_4]; - $async$goto = 3; - return A._asyncAwait(B.MethodChannel_KDg._invokeMethod$1$3$arguments$missingOk("checkPermissionStatus", permission.value, false, type$.dynamic), $async$checkPermissionStatus$1); - case 3: - // returning from await. - $async$returnValue = $async$temp1[$async$result]; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$checkPermissionStatus$1, $async$completer); - }, openAppSettings$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), @@ -420512,8 +422767,52 @@ } }); return A._asyncStartSync($async$openAppSettings$0, $async$completer); + }, + requestPermissions$1(permissions) { + return this.requestPermissions$body$MethodChannelPermissionHandler(permissions); + }, + requestPermissions$body$MethodChannelPermissionHandler(permissions) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.Map_Permission_PermissionStatus), + $async$returnValue, t1, $async$temp1, $async$temp2; + var $async$requestPermissions$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 = type$.int; + $async$temp1 = A; + $async$temp2 = A; + $async$goto = 3; + return A._asyncAwait(B.MethodChannel_KDg._invokeMethod$1$3$arguments$missingOk("requestPermissions", A.encodePermissions(permissions), false, type$.dynamic), $async$requestPermissions$1); + case 3: + // returning from await. + $async$returnValue = $async$temp1.decodePermissionRequestResult($async$temp2.LinkedHashMap_LinkedHashMap$from($async$result, t1, t1)); + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$requestPermissions$1, $async$completer); } }; + A.decodePermissionRequestResult_closure.prototype = { + 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: 2627 + }; + A.encodePermissions_closure.prototype = { + call$1(it) { + return it.value; + }, + $signature: 2628 + }; A.PhotoView.prototype = { createState$0() { return new A._PhotoViewState(null, B._StateLifecycle_0); @@ -420579,36 +422878,37 @@ }; A._PhotoViewState_build_closure.prototype = { call$2(context, constraints) { - var computedOuterSize, t2, backgroundDecoration, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, + var t2, t3, t4, backgroundDecoration, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t1 = this.$this; t1._widget.toString; - computedOuterSize = 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)); - t2 = t1._widget; - backgroundDecoration = t2.backgroundDecoration; - t3 = t2.imageProvider; - t3.toString; - t4 = t2.loadingBuilder; - t2 = t2.heroAttributes; - t5 = A._lateReadCheck(t1.___PhotoViewState__controller, "_controller"); - t6 = A._lateReadCheck(t1.___PhotoViewState__scaleStateController, "_scaleStateController"); + t2 = B.JSInt_methods.clamp$2(1 / 0, constraints.minWidth, constraints.maxWidth); + t3 = B.JSInt_methods.clamp$2(1 / 0, constraints.minHeight, constraints.maxHeight); + t4 = t1._widget; + backgroundDecoration = t4.backgroundDecoration; + t5 = t4.imageProvider; + t5.toString; + t6 = t4.loadingBuilder; + t4 = t4.heroAttributes; + t7 = A._lateReadCheck(t1.___PhotoViewState__controller, "_controller"); + t8 = A._lateReadCheck(t1.___PhotoViewState__scaleStateController, "_scaleStateController"); t1 = t1._widget; - t7 = t1.maxScale; - t8 = t1.minScale; - t9 = t1.initialScale; - t10 = t1.basePosition; - t11 = t1.scaleStateCycle; - t12 = t1.onTapUp; - t13 = t1.onTapDown; - t14 = t1.onScaleEnd; - t15 = t1.gestureDetectorBehavior; - t16 = t1.tightMode; - t17 = t1.filterQuality; - t18 = t1.disableGestures; - t18 = new A.ImageWrapper(t3, t4, t1.errorBuilder, backgroundDecoration, false, t2, false, t7, t8, t9, t5, t6, t10, t11, t12, t13, t14, computedOuterSize, t15, t16, t17, t18, null, null); - t1 = t18; + t9 = t1.maxScale; + t10 = t1.minScale; + t11 = t1.initialScale; + t12 = t1.basePosition; + t13 = t1.scaleStateCycle; + t14 = t1.onTapUp; + t15 = t1.onTapDown; + t16 = t1.onScaleEnd; + t17 = t1.gestureDetectorBehavior; + t18 = t1.tightMode; + t19 = t1.filterQuality; + t20 = t1.disableGestures; + t20 = new A.ImageWrapper(t5, t6, t1.errorBuilder, backgroundDecoration, false, t4, false, t9, t10, t11, t7, t8, t12, t13, t14, t15, t16, new A.Size(t2, t3), t17, t18, t19, t20, null, null); + t1 = t20; return t1; }, - $signature: 259 + $signature: 248 }; A.__PhotoViewState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { @@ -420656,7 +422956,7 @@ return new A.PhotoViewGestureDetectorScope(t2, A.PageView$builder(false, value, _this.get$_buildItem(), t3, null, t1, t4.scrollPhysics, false, t5), null); }, _buildItem$2(context, index) { - var t4, t5, t6, photoView, _null = null, + var t4, t5, t6, t7, _null = null, pageOption = this._buildPageOption$2(context, index), t1 = pageOption.imageProvider, t2 = this._widget, @@ -420665,8 +422965,8 @@ t4 = pageOption.heroAttributes; t5 = pageOption.initialScale; t6 = pageOption.minScale; - photoView = new A.PhotoView(t1, t3, _null, t2, false, t4, _null, this.get$scaleStateChangedCallback(), false, _null, _null, pageOption.maxScale, t6, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ObjectKey(index)); - return A.ClipRect$(photoView, _null); + t7 = pageOption.maxScale; + return A.ClipRect$(new A.PhotoView(t1, t3, _null, t2, false, t4, _null, this.get$scaleStateChangedCallback(), false, _null, _null, t7, t6, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ObjectKey(index)), _null); }, _buildPageOption$2(context, index) { var t1 = this._widget.builder.call$2(context, index); @@ -420907,7 +423207,7 @@ }; A.PhotoViewCore.prototype = { createState$0() { - return new A.PhotoViewCoreState(null, true, null, B._StateLifecycle_0); + return new A.PhotoViewCoreState(null, true, null, null, B._StateLifecycle_0); } }; A.PhotoViewCoreState.prototype = { @@ -420915,7 +423215,7 @@ var result, t1, _this = this, _null = null, value = _this.__PhotoViewCoreState__scaleAnimationController; if (value === $) { - result = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); + result = A.AnimationController$(_null, _null, _null, 1, _null, _this); result.didRegisterListener$0(); t1 = result.AnimationLocalListenersMixin__listeners; t1._isDirty = true; @@ -420931,7 +423231,7 @@ var result, t1, _this = this, _null = null, value = _this.__PhotoViewCoreState__positionAnimationController; if (value === $) { - result = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); + result = A.AnimationController$(_null, _null, _null, 1, _null, _this); result.didRegisterListener$0(); t1 = result.AnimationLocalListenersMixin__listeners; t1._isDirty = true; @@ -420946,7 +423246,7 @@ var result, t1, _this = this, _null = null, value = _this.__PhotoViewCoreState__rotationAnimationController; if (value === $) { - result = A.AnimationController$(_null, _null, 0, _null, 1, _null, _this); + result = A.AnimationController$(_null, _null, _null, 1, _null, _this); result.didRegisterListener$0(); t1 = result.AnimationLocalListenersMixin__listeners; t1._isDirty = true; @@ -421007,7 +423307,8 @@ t2 = t2.controller; t3 = t2.__PhotoViewController_prevValue = t2._valueNotifier._ignorable_change_notifier$_value; t4 = t3.rotation; - t2.set$value(0, new A.PhotoViewControllerValue(t1, newScale, t4, t3.rotationFocusPoint)); + t3 = t3.rotationFocusPoint; + t2.set$value(0, new A.PhotoViewControllerValue(t1, newScale, t4, t3)); }, onScaleEnd$1(details) { var magnitude, t2, _this = this, @@ -421136,7 +423437,7 @@ } else return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2618 + $signature: 2630 }; A._CenterWithOriginalSizeDelegate.prototype = { getPositionForChild$2(size, childSize) { @@ -421173,19 +423474,18 @@ } }; A._PhotoViewCoreState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A._PhotoViewCoreState_State_TickerProviderStateMixin_PhotoViewControllerDelegate.prototype = { @@ -421215,7 +423515,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this); }, - $signature: 445 + $signature: 444 }; A.PhotoViewGestureDetector_build_closure0.prototype = { call$1(instance) { @@ -421223,19 +423523,19 @@ instance.onTapDown = t1.onTapDown; instance.onTapUp = t1.onTapUp; }, - $signature: 370 + $signature: 449 }; A.PhotoViewGestureDetector_build_closure1.prototype = { call$0() { return A.DoubleTapGestureRecognizer$(this.$this); }, - $signature: 716 + $signature: 476 }; A.PhotoViewGestureDetector_build_closure2.prototype = { call$1(instance) { instance.onDoubleTap = this.$this.onDoubleTap; }, - $signature: 569 + $signature: 473 }; A.PhotoViewGestureDetector_build_closure3.prototype = { call$0() { @@ -421244,7 +423544,7 @@ t3 = A.HashSet_HashSet(t2); return new A.PhotoViewGestureRecognizer(t1.hitDetector, this.axis, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.Offset), B.DragStartBehavior_0, B._ScaleState_0, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.VelocityTracker), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.GestureArenaEntry), t3, t1, null, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.PointerDeviceKind)); }, - $signature: 2619 + $signature: 2631 }; A.PhotoViewGestureDetector_build_closure4.prototype = { call$1(instance) { @@ -421253,7 +423553,7 @@ instance.onUpdate = t1.onScaleUpdate; instance.onEnd = t1.onScaleEnd; }, - $signature: 2620 + $signature: 2632 }; A.PhotoViewGestureRecognizer.prototype = { addAllowedPointer$1($event) { @@ -421418,7 +423718,7 @@ }; A.PhotoViewScaleState.prototype = { toString$0(_) { - return this._photo_view_scale_state$_name; + return "PhotoViewScaleState." + this._core$_name; } }; A.ImageWrapper.prototype = { @@ -421514,7 +423814,7 @@ var t1 = this.$this; t1.setState$1(new A._ImageWrapperState__getOrCreateListener_handleImageChunk_closure(t1, $event)); }, - $signature: 388 + $signature: 413 }; A._ImageWrapperState__getOrCreateListener_handleImageChunk_closure.prototype = { call$0() { @@ -421533,7 +423833,7 @@ else t1.setState$1(setupCB); }, - $signature: 381 + $signature: 411 }; A._ImageWrapperState__getOrCreateListener_handleImageFrame_closure.prototype = { call$0() { @@ -421554,7 +423854,7 @@ var t1 = this.$this; t1.setState$1(new A._ImageWrapperState__getOrCreateListener_handleError_closure(t1, error, stackTrace)); }, - $signature: 2621 + $signature: 2633 }; A._ImageWrapperState__getOrCreateListener_handleError_closure.prototype = { call$0() { @@ -421674,7 +423974,9 @@ return A.Platform_executableArguments(); }, get$stdinSupportsAnsi() { - return A.stdin().get$supportsAnsiEscapes(); + A.IOOverrides_current(); + var t1 = $.$get$_stdin(); + return t1.get$supportsAnsiEscapes(); }, get$stdoutSupportsAnsi() { return A.stdout().get$supportsAnsiEscapes(); @@ -421686,7 +423988,7 @@ A.Platform.prototype = { toJson$0() { var _this = this; - A.LinkedHashMap_LinkedHashMap$_literal(["numberOfProcessors", $.$get$Platform__numberOfProcessors(), "pathSeparator", $.$get$Platform__pathSeparator(), "operatingSystem", $.$get$Platform__operatingSystem(), "operatingSystemVersion", $.$get$Platform__operatingSystemVersion(), "localHostname", $.$get$Platform__localHostname(), "environment", A._Platform_environment(), "executable", _this.get$executable(), "resolvedExecutable", _this.get$resolvedExecutable(), "script", _this.get$script().toString$0(0), "executableArguments", _this.get$executableArguments(), "packageRoot", void 1, "packageConfig", void 1, "version", void 1, "stdinSupportsAnsi", _this.get$stdinSupportsAnsi(), "stdoutSupportsAnsi", _this.get$stdoutSupportsAnsi(), "localeName", _this.get$localeName()], type$.String, type$.dynamic); + A.LinkedHashMap_LinkedHashMap$_literal(["numberOfProcessors", $.$get$Platform__numberOfProcessors(), "pathSeparator", $.$get$Platform__pathSeparator(), "operatingSystem", $.$get$Platform__operatingSystem(), "operatingSystemVersion", $.$get$Platform__operatingSystemVersion(), "localHostname", $.$get$Platform__localHostname(), "environment", A._Platform_environment(), "executable", _this.get$executable(), "resolvedExecutable", _this.get$resolvedExecutable(), "script", _this.get$script().toString$0(0), "executableArguments", _this.get$executableArguments(), "packageConfig", void 1, "version", void 1, "stdinSupportsAnsi", _this.get$stdinSupportsAnsi(), "stdoutSupportsAnsi", _this.get$stdoutSupportsAnsi(), "localeName", _this.get$localeName()], type$.String, type$.dynamic); return void 1; } }; @@ -421704,7 +424006,7 @@ } return htmlElement; }, - $signature: 708 + $signature: 711 }; A.PointerInterceptor.prototype = { build$1(_, context) { @@ -422019,8 +424321,8 @@ A.QrRsBlock.prototype = {}; A.PaintCache.prototype = { _cacheKey$2$position(element, position) { - var posKey = position != null ? position._types$_name : "any"; - return element._types$_name + ":" + posKey; + var posKey = position != null ? "FinderPatternPosition." + position._core$_name : "any"; + return "QrCodeElement." + element._core$_name + ":" + posKey; }, cache$3$position(_, paint, element, position) { if (element === B.QrCodeElement_3) @@ -422093,7 +424395,7 @@ t1 = t1._qrWidget$3(context, null, widgetSize); return t1; }, - $signature: 259 + $signature: 248 }; A._QrContentView.prototype = { build$1(_, context) { @@ -422105,7 +424407,8 @@ }; A.QrPainter.prototype = { _initPaints$0() { - var _i, position, t3, + var _i, position, t3, posKey, + _s22_ = "FinderPatternPosition.", t1 = this._paintCache, t2 = A._detectRenderer(); t2 = t2 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); @@ -422116,20 +424419,23 @@ t2.set$style(0, B.PaintingStyle_0); t1.cache$2(0, t2, B.QrCodeElement_4); for (_i = 0; _i < 3; ++_i) { - position = B.List_xWp[_i]; + position = B.List_Yb0[_i]; t2 = A._detectRenderer(); t2 = t2 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t2.set$style(0, B.PaintingStyle_1); t3 = t1._keyedPaints; - t3.$indexSet(0, "QrCodeElement.finderPatternOuter:" + position._types$_name, t2); + posKey = _s22_ + position._core$_name; + t3.$indexSet(0, "QrCodeElement.finderPatternOuter:" + posKey, t2); t2 = A._detectRenderer(); t2 = t2 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t2.set$style(0, B.PaintingStyle_1); - t3.$indexSet(0, "QrCodeElement.finderPatternInner:" + position._types$_name, t2); + posKey = _s22_ + position._core$_name; + t3.$indexSet(0, "QrCodeElement.finderPatternInner:" + posKey, t2); t2 = A._detectRenderer(); t2 = t2 ? A.CkPaint$() : new A.SurfacePaint(new A.SurfacePaintData()); t2.set$style(0, B.PaintingStyle_0); - t3.$indexSet(0, "QrCodeElement.finderPatternDot:" + position._types$_name, t2); + posKey = _s22_ + position._core$_name; + t3.$indexSet(0, "QrCodeElement.finderPatternDot:" + posKey, t2); } }, paint$2(canvas, size) { @@ -422149,7 +424455,7 @@ t4 = B.JSNumber_methods.roundToDouble$0((t1 - gapTotal) / t3 * 2) / 2; A._lateWriteOnceCheck($, _s10_); paintMetrics.___PaintMetrics__pixelSize = t4; - t4 = B.JSNumber_methods.$mul(A._lateReadCheck(t4, _s10_), t3) + gapTotal; + t4 = A._lateReadCheck(t4, _s10_) * t3 + gapTotal; A._lateWriteOnceCheck($, _s17_); paintMetrics.___PaintMetrics__innerContentSize = t4; t4 = A._lateReadCheck(t4, _s17_); @@ -422171,13 +424477,13 @@ paint = t2.isDark$2(y, x) ? pixelPaint : _null; if (paint == null) continue; - left = B.JSNumber_methods.$add(A._lateReadCheck(paintMetrics.___PaintMetrics__inset, _s6_), x * B.JSNumber_methods.$add(A._lateReadCheck(paintMetrics.___PaintMetrics__pixelSize, _s10_), 0)); - $top = B.JSNumber_methods.$add(A._lateReadCheck(paintMetrics.___PaintMetrics__inset, _s6_), y * B.JSNumber_methods.$add(A._lateReadCheck(paintMetrics.___PaintMetrics__pixelSize, _s10_), 0)); + 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); t4 = _this._hasAdjacentHorizontalPixel$3(x, y, t3); pixelHTweak = t4 ? 0.5 : 0; t4 = _this._hasAdjacentVerticalPixel$3(x, y, t3); pixelVTweak = t4 ? 0.5 : 0; - canvas.drawRect$2(0, new A.Rect(left, $top, left + B.JSNumber_methods.$add(A._lateReadCheck(paintMetrics.___PaintMetrics__pixelSize, _s10_), pixelHTweak), $top + B.JSNumber_methods.$add(A._lateReadCheck(paintMetrics.___PaintMetrics__pixelSize, _s10_), pixelVTweak)), paint); + 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); } t1 = _this.embeddedImage; if (t1 != null) { @@ -422218,13 +424524,13 @@ _s10_ = "_pixelSize", _s6_ = "_inset", radius = 7 * A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_) + 6 * metrics.gapSize - A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_), - strokeAdjust = B.JSNumber_methods.$div(A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_), 2), - edgePos = B.JSNumber_methods.$add(A._lateReadCheck(metrics.___PaintMetrics__inset, _s6_), A._lateReadCheck(metrics.___PaintMetrics__innerContentSize, "_innerContentSize")) - (radius + strokeAdjust); + 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(B.JSNumber_methods.$add(A._lateReadCheck(metrics.___PaintMetrics__inset, _s6_), strokeAdjust), B.JSNumber_methods.$add(A._lateReadCheck(metrics.___PaintMetrics__inset, _s6_), strokeAdjust)); + 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(B.JSNumber_methods.$add(A._lateReadCheck(t1, _s6_), strokeAdjust), edgePos) : new A.Offset(edgePos, B.JSNumber_methods.$add(A._lateReadCheck(t1, _s6_), strokeAdjust)); + offset = position === B.FinderPatternPosition_2 ? new A.Offset(A._lateReadCheck(t1, _s6_) + strokeAdjust, edgePos) : new A.Offset(edgePos, A._lateReadCheck(t1, _s6_) + strokeAdjust); } t1 = this._paintCache; t2 = t1.firstPaint$2$position(B.QrCodeElement_0, position); @@ -422242,7 +424548,7 @@ 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 - B.JSNumber_methods.$mul(A._lateReadCheck(metrics.___PaintMetrics__pixelSize, _s10_), 2) - 2 * strokeAdjust; + 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); @@ -422278,22 +424584,22 @@ A._PaintMetrics.prototype = {}; A.QrCodeElement.prototype = { toString$0(_) { - return this._types$_name; + return "QrCodeElement." + this._core$_name; } }; A.FinderPatternPosition.prototype = { toString$0(_) { - return this._types$_name; + return "FinderPatternPosition." + this._core$_name; } }; A.QrEyeShape.prototype = { toString$0(_) { - return "QrEyeShape.square"; + return "QrEyeShape." + this._core$_name; } }; A.QrDataModuleShape.prototype = { toString$0(_) { - return "QrDataModuleShape.square"; + return "QrDataModuleShape." + this._core$_name; } }; A.QrEyeStyle.prototype = { @@ -422329,14 +424635,14 @@ A.QrValidationResult.prototype = {}; A.QrValidationStatus.prototype = { toString$0(_) { - return this._validator$_name; + return "QrValidationStatus." + this._core$_name; } }; - A.hashObjects_closure1.prototype = { + A.hashObjects_closure0.prototype = { call$2(h, i) { return A._combine0(h, J.get$hashCode$(i)); }, - $signature: 514 + $signature: 619 }; A.MiddlewareClass.prototype = {}; A.Store.prototype = { @@ -422412,12 +424718,12 @@ }; A.ButtonState.prototype = { toString$0(_) { - return this._rounded_loading_button$_name; + return "ButtonState." + this._core$_name; } }; A.RoundedLoadingButton.prototype = { createState$0() { - return new A.RoundedLoadingButtonState(A.BehaviorSubject_BehaviorSubject$seeded(B.ButtonState_0, type$.ButtonState), null, B._StateLifecycle_0); + return new A.RoundedLoadingButtonState(A.BehaviorSubject_BehaviorSubject$seeded(B.ButtonState_0, type$.ButtonState), null, null, B._StateLifecycle_0); } }; A.RoundedLoadingButtonState.prototype = { @@ -422487,9 +424793,9 @@ t1 = _this._widget; t5 = 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, new A.EdgeInsets(0, 0, 0, 0), t1.color, _null, new A.RoundedRectangleBorder(t6, B.BorderSide_m7u), _null, _null, _null, _null, _null); + t6 = A.ElevatedButton_styleFrom(_null, _null, _null, 2, _null, _null, _null, new A.Size(t3, t5), _null, _null, new A.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, new A.EdgeInsets(0, 0, 0, 0), new A.RoundedRectangleBorder(t2, B.BorderSide_m7u), _null, B.ButtonTextTheme_0), t1, _null); + _btn = new A.ButtonTheme(A.ButtonThemeData$(false, _null, _null, _null, _null, 36, _null, _null, B.ButtonBarLayoutBehavior_1, _null, 88, new A.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; else @@ -422501,11 +424807,11 @@ _s17_ = "_squeezeAnimation"; _this.super$State$initState(); _this._widget.toString; - _this.__RoundedLoadingButtonState__buttonController = A.AnimationController$(_null, B.Duration_500000, 0, _null, 1, _null, _this); + _this.__RoundedLoadingButtonState__buttonController = A.AnimationController$(_null, B.Duration_500000, _null, 1, _null, _this); _this._widget.toString; - _this.__RoundedLoadingButtonState__checkButtonControler = A.AnimationController$(_null, B.Duration_1000000, 0, _null, 1, _null, _this); + _this.__RoundedLoadingButtonState__checkButtonControler = 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), 0, _null, 1, _null, _this); + _this.__RoundedLoadingButtonState__borderController = 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"); @@ -422601,7 +424907,7 @@ var t1 = A.Duration$(0, 0, 0, 200, 0, 0); return A.AnimatedSwitcher$(J.$eq$(snapshot.data, B.ButtonState_1) ? this._loader : this.$this._widget.child, t1, A.animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure()); }, - $signature: 2624 + $signature: 2636 }; A.RoundedLoadingButtonState_initState_closure.prototype = { call$0() { @@ -422636,7 +424942,7 @@ if (t1) this.$this._widget.onPressed.call$0(); }, - $signature: 35 + $signature: 36 }; A.RoundedLoadingButtonState_initState_closure2.prototype = { call$0() { @@ -422653,7 +424959,7 @@ call$1($event) { this.$this._widget.controller._rounded_loading_button$_state.add$1(0, $event); }, - $signature: 2625 + $signature: 2637 }; A.RoundedLoadingButtonController.prototype = { get$_startListener() { @@ -422670,19 +424976,18 @@ } }; A._RoundedLoadingButtonState_State_TickerProviderStateMixin.prototype = { - dispose$0(_) { - this.super$State$dispose(0); + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); }, - didChangeDependencies$0() { - var muted, - t1 = this._framework$_element; - t1.toString; - muted = !A.TickerMode_of(t1); - t1 = this.TickerProviderStateMixin__tickers; + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; if (t1 != null) - for (t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); t1.moveNext$0();) - t1._collection$_current.set$muted(0, muted); - this.super$State$didChangeDependencies(); + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.DeferStream.prototype = { @@ -422713,15 +425018,15 @@ }; A._MissingCase.prototype = { toString$0(_) { - return this._value_stream$_name; + return "_MissingCase." + this._core$_name; } }; A.ValueStreamError.prototype = { toString$0(_) { - switch (this._missingCase) { - case B._MissingCase_0: + switch (this._missingCase.index) { + case 0: return "ValueStream has no value. You should check ValueStream.hasValue before accessing ValueStream.value, or use ValueStream.valueOrNull instead."; - case B._MissingCase_1: + case 1: return "ValueStream has no error. You should check ValueStream.hasError before accessing ValueStream.error, or use ValueStream.errorOrNull instead."; default: throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); @@ -422729,6 +425034,9 @@ } }; A.BehaviorSubject.prototype = { + get$stream(_) { + return this; + }, get$value(_) { var wrapper = this._wrapper.value; if (wrapper != null) @@ -422763,6 +425071,9 @@ } }; A.Subject.prototype = { + get$stream(_) { + return this; + }, addError$2(error, stackTrace) { if (this._isAddingStreamItems) throw A.wrapException(A.StateError$("You cannot add an error while items are being added from addStream")); @@ -422774,6 +425085,20 @@ t1.isValue = false; this._subject$_controller.addError$2(error, stackTrace); }, + addStream$2$cancelOnError(_, source, cancelOnError) { + var t2, complete, _this = this, t1 = {}; + if (_this._isAddingStreamItems) + throw A.wrapException(A.StateError$(string$.You_ca)); + t2 = new A._Future($.Zone__current, type$._Future_void); + t1.isOnDoneCalled = false; + complete = new A.Subject_addStream_closure(t1, _this, new A._AsyncCompleter(t2, type$._AsyncCompleter_void)); + _this._isAddingStreamItems = true; + source.listen$4$cancelOnError$onDone$onError(0, new A.Subject_addStream_closure0(_this), cancelOnError, new A.Subject_addStream_closure1(complete), new A.Subject_addStream_closure2(_this, cancelOnError, complete)); + return t2; + }, + addStream$1($receiver, source) { + return this.addStream$2$cancelOnError($receiver, source, null); + }, add$1(_, $event) { var t1; if (this._isAddingStreamItems) @@ -422790,6 +425115,41 @@ }, $isEventSink: 1 }; + A.Subject_addStream_closure.prototype = { + call$0() { + var t1 = this._box_0; + if (!t1.isOnDoneCalled) { + t1.isOnDoneCalled = true; + this.$this._isAddingStreamItems = false; + this.completer.complete$0(0); + } + }, + $signature: 1 + }; + A.Subject_addStream_closure0.prototype = { + call$1($event) { + var t1 = this.$this, + t2 = t1._wrapper; + t2.value = new A.ValueWrapper($event, t2.$ti._eval$1("ValueWrapper<1>")); + t2.isValue = true; + t1._subject$_controller.add$1(0, $event); + }, + $signature() { + return this.$this.$ti._eval$1("~(1)"); + } + }; + A.Subject_addStream_closure2.prototype = { + call$2(e, s) { + this.$this._subject$_addError$2(e, s); + }, + $signature: 116 + }; + A.Subject_addStream_closure1.prototype = { + call$0() { + this.complete.call$0(); + }, + $signature: 0 + }; A._StartWithStreamSink.prototype = { onData$1(data) { return this.get$sink().add$1(0, data); @@ -422913,7 +425273,7 @@ call$0() { return this.call$1(null); }, - $signature: 709 + $signature: 712 }; A._forwardMulti__closure.prototype = { call$0() { @@ -422966,7 +425326,7 @@ call$0() { return this.call$1(null); }, - $signature: 709 + $signature: 712 }; A._forward__listenToUpstream_closure.prototype = { call$0() { @@ -423156,7 +425516,7 @@ call$2(key, value) { return new A.MapEntry(key, J.toString$0$(value), type$.MapEntry_String_String); }, - $signature: 2627 + $signature: 2639 }; A.SharedPreferences.prototype = { containsKey$1(_, key) { @@ -423169,8 +425529,7 @@ }, _setValue$3(valueType, key, value) { var prefixedKey; - if (value == null) - A.throwExpression(A.ArgumentError$notNull("value")); + A.ArgumentError_checkNotNull(value, "value"); prefixedKey = "flutter." + key; J.$indexSet$ax(this._preferenceCache, key, value); return A.SharedPreferences__store().setValue$3(valueType, prefixedKey, value); @@ -423379,7 +425738,7 @@ call$1(key) { return J.startsWith$1$s(key, "flutter."); }, - $signature: 60 + $signature: 71 }; A.SourceFile.prototype = { get$length(_) { @@ -423791,7 +426150,7 @@ call$0() { return this.color; }, - $signature: 2628 + $signature: 2640 }; A.Highlighter$__closure.prototype = { call$1(line) { @@ -423799,7 +426158,7 @@ t1 = new A.WhereIterable(t1, new A.Highlighter$___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); return t1.get$length(t1); }, - $signature: 2629 + $signature: 2641 }; A.Highlighter$___closure.prototype = { call$1(highlight) { @@ -423809,25 +426168,25 @@ t1 = t1.get$end(t1); return t2 != t1.get$line(t1); }, - $signature: 452 + $signature: 423 }; A.Highlighter$__closure0.prototype = { call$1(line) { return line.url; }, - $signature: 2631 + $signature: 2643 }; A.Highlighter__collateLines_closure.prototype = { call$1(highlight) { return highlight.span.get$sourceUrl(); }, - $signature: 2632 + $signature: 2644 }; A.Highlighter__collateLines_closure0.prototype = { call$2(highlight1, highlight2) { return highlight1.span.compareTo$1(0, highlight2.span); }, - $signature: 2633 + $signature: 2645 }; A.Highlighter__collateLines_closure1.prototype = { call$1(highlightsForFile) { @@ -423872,7 +426231,7 @@ } return lines; }, - $signature: 2634 + $signature: 2646 }; A.Highlighter__collateLines__closure.prototype = { call$1(highlight) { @@ -423886,14 +426245,14 @@ t1 = true; return t1; }, - $signature: 452 + $signature: 423 }; A.Highlighter_highlight_closure.prototype = { call$1(highlight) { highlight.toString; return true; }, - $signature: 452 + $signature: 423 }; A.Highlighter__writeFileStart_closure.prototype = { call$0() { @@ -424051,7 +426410,7 @@ } return A._Highlight__normalizeEndOfLine(A._Highlight__normalizeTrailingNewline(A._Highlight__normalizeNewlines(t1))); }, - $signature: 2635 + $signature: 2647 }; A._Line.prototype = { toString$0(_) { @@ -424599,7 +426958,7 @@ call$1(str) { return str.length !== 0; }, - $signature: 60 + $signature: 71 }; A.TypedDataBuffer.prototype = { get$length(_) { @@ -424762,13 +427121,13 @@ call$1(value) { return value === true; }, - $signature: 711 + $signature: 714 }; A.MethodChannelUrlLauncher_launch_closure.prototype = { call$1(value) { return value === true; }, - $signature: 711 + $signature: 714 }; A.UrlLauncherPlatform.prototype = {}; A.UrlLauncherPlugin.prototype = { @@ -424973,14 +427332,6 @@ } }; A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder.prototype = {}; - A.hashObjects_closure0.prototype = { - call$2(h, i) { - var hash = h + J.get$hashCode$(i) & 536870911; - hash = hash + ((hash & 524287) << 10) & 536870911; - return hash ^ hash >>> 6; - }, - $signature: 2637 - }; A.Matrix3.prototype = { setFrom$1(arg) { var argStorage = arg._m3storage, @@ -425018,7 +427369,7 @@ return t1; }, get$hashCode(_) { - return A.hashObjects0(this._m3storage); + return A.Object_hashAll(this._m3storage); }, getRow$1(row) { var t1 = new Float64Array(3), @@ -425129,7 +427480,7 @@ return t1; }, get$hashCode(_) { - return A.hashObjects0(this._m4storage); + return A.Object_hashAll(this._m4storage); }, setRow$2(row, arg) { var argStorage = arg._v4storage, @@ -425784,7 +428135,7 @@ return t1; }, get$hashCode(_) { - return A.hashObjects0(this._v3storage); + return A.Object_hashAll(this._v3storage); }, $sub(_, other) { var argStorage, @@ -425891,7 +428242,7 @@ return t1; }, get$hashCode(_) { - return A.hashObjects0(this._v4storage); + return A.Object_hashAll(this._v4storage); }, $sub(_, other) { var argStorage, @@ -426084,8 +428435,8 @@ _ = J.Interceptor.prototype; _.super$Interceptor$toString = _.toString$0; _.super$Interceptor$noSuchMethod = _.noSuchMethod$1; - _ = J.JavaScriptObject.prototype; - _.super$JavaScriptObject$toString = _.toString$0; + _ = J.LegacyJavaScriptObject.prototype; + _.super$LegacyJavaScriptObject$toString = _.toString$0; _ = A.JsLinkedHashMap.prototype; _.super$JsLinkedHashMap$internalContainsKey = _.internalContainsKey$1; _.super$JsLinkedHashMap$internalGet = _.internalGet$1; @@ -426178,8 +428529,6 @@ _.super$ParametricCurve$transform = _.transform$1; _ = A.AnimationEagerListenerMixin.prototype; _.super$AnimationEagerListenerMixin$dispose = _.dispose$0; - _ = A.__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin.prototype; - _.super$__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__CupertinoSwitchState_State_TickerProviderStateMixin.prototype; _.super$__CupertinoSwitchState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A.BindingBase.prototype; @@ -426245,7 +428594,6 @@ _.super$__SortArrowState_State_TickerProviderStateMixin$dispose0 = _.dispose$0; _ = A._DrawerControllerState_State_SingleTickerProviderStateMixin.prototype; _.super$_DrawerControllerState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$_DrawerControllerState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__ExpandIconState_State_SingleTickerProviderStateMixin.prototype; _.super$__ExpandIconState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.InkResponse.prototype; @@ -426259,7 +428607,6 @@ _.super$__HelperErrorState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__InputDecoratorState_State_TickerProviderStateMixin.prototype; _.super$__InputDecoratorState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$__InputDecoratorState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.InkFeature.prototype; _.super$InkFeature$dispose = _.dispose$0; _ = A.__MergeableMaterialState_State_TickerProviderStateMixin.prototype; @@ -426276,21 +428623,16 @@ _.super$__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin$dispose = _.dispose$0; _ = A._RefreshIndicatorState_State_TickerProviderStateMixin.prototype; _.super$_RefreshIndicatorState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$_RefreshIndicatorState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype; _.super$_ScaffoldMessengerState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$_ScaffoldMessengerState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A._ScaffoldState_State_TickerProviderStateMixin.prototype; _.super$_ScaffoldState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$_ScaffoldState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin.prototype; _.super$_ScaffoldState_State_TickerProviderStateMixin_RestorationMixin$didUpdateWidget = _.didUpdateWidget$1; _.super$_ScaffoldState_State_TickerProviderStateMixin_RestorationMixin$didChangeDependencies = _.didChangeDependencies$0; _.super$_ScaffoldState_State_TickerProviderStateMixin_RestorationMixin$dispose = _.dispose$0; _ = A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin.prototype; _.super$__FloatingActionButtonTransitionState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _ = A.__SelectableTextState_State_AutomaticKeepAliveClientMixin.prototype; - _.super$__SelectableTextState_State_AutomaticKeepAliveClientMixin$initState = _.initState$0; _ = A.__MaterialSwitchState_State_TickerProviderStateMixin.prototype; _.super$__MaterialSwitchState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A.__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin.prototype; @@ -426303,7 +428645,6 @@ _.super$__TextFieldState_State_RestorationMixin$dispose = _.dispose$0; _ = A.__DialState_State_SingleTickerProviderStateMixin.prototype; _.super$__DialState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__DialState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__HourMinuteTextFieldState_State_RestorationMixin.prototype; _.super$__HourMinuteTextFieldState_State_RestorationMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__TimePickerDialogState_State_RestorationMixin.prototype; @@ -426334,6 +428675,7 @@ _ = A.ImageStreamCompleter.prototype; _.super$ImageStreamCompleter$addListener = _.addListener$1; _.super$ImageStreamCompleter$removeListener = _.removeListener$1; + _.super$ImageStreamCompleter$_maybeDispose = _._maybeDispose$0; _ = A.InlineSpan.prototype; _.super$InlineSpan$$eq = _.$eq; _ = A.SpringSimulation.prototype; @@ -426453,6 +428795,10 @@ _.super$MethodChannel$_invokeMethod = _._invokeMethod$1$3$arguments$missingOk; _ = A.TextInputConfiguration.prototype; _.super$TextInputConfiguration$toJson = _.toJson$0; + _ = A.Action.prototype; + _.super$Action$_updateCallingAction = _._updateCallingAction$1; + _.super$Action$addActionListener = _.addActionListener$1; + _.super$Action$removeActionListener = _.removeActionListener$1; _ = A.__AnimatedCrossFadeState_State_TickerProviderStateMixin.prototype; _.super$__AnimatedCrossFadeState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A.__AnimatedSwitcherState_State_TickerProviderStateMixin.prototype; @@ -426487,7 +428833,6 @@ _.super$_EditableTextState_State_AutomaticKeepAliveClientMixin$initState = _.initState$0; _ = A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin.prototype; _.super$_EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$_EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.FocusTraversalPolicy.prototype; _.super$FocusTraversalPolicy$invalidateScopeData = _.invalidateScopeData$1; _.super$FocusTraversalPolicy$changedScope = _.changedScope$2$node$oldScope; @@ -426506,6 +428851,8 @@ _.super$State$activate = _.activate$0; _.super$State$dispose = _.dispose$0; _.super$State$didChangeDependencies = _.didChangeDependencies$0; + _ = A.RenderObjectWidget.prototype; + _.super$RenderObjectWidget$updateRenderObject = _.updateRenderObject$2; _ = A.Element0.prototype; _.super$Element$reassemble = _.reassemble$0; _.super$Element$updateChild = _.updateChild$3; @@ -426560,8 +428907,8 @@ _ = A._RestorationInformation.prototype; _.super$_RestorationInformation$computeSerializableData = _.computeSerializableData$0; _ = A._NavigatorState_State_TickerProviderStateMixin.prototype; + _.super$_NavigatorState_State_TickerProviderStateMixin$activate = _.activate$0; _.super$_NavigatorState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$_NavigatorState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin.prototype; _.super$_NavigatorState_State_TickerProviderStateMixin_RestorationMixin$didUpdateWidget = _.didUpdateWidget$1; _.super$_NavigatorState_State_TickerProviderStateMixin_RestorationMixin$didChangeDependencies = _.didChangeDependencies$0; @@ -426577,7 +428924,6 @@ _.super$__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A._SliverReorderableListState_State_TickerProviderStateMixin.prototype; _.super$_SliverReorderableListState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$_SliverReorderableListState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.RestorableProperty.prototype; _.super$RestorableProperty$dispose = _.dispose$0; _ = A.RestorationMixin.prototype; @@ -426637,7 +428983,6 @@ _.super$ScrollPositionWithSingleContext$dispose = _.dispose$0; _ = A._ScrollableState_State_TickerProviderStateMixin.prototype; _.super$_ScrollableState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$_ScrollableState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin.prototype; _.super$_ScrollableState_State_TickerProviderStateMixin_RestorationMixin$didUpdateWidget = _.didUpdateWidget$1; _.super$_ScrollableState_State_TickerProviderStateMixin_RestorationMixin$didChangeDependencies = _.didChangeDependencies$0; @@ -426653,20 +428998,14 @@ _.super$RawScrollbarState$dispose = _.dispose$0; _ = A._RawScrollbarState_State_TickerProviderStateMixin.prototype; _.super$_RawScrollbarState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$_RawScrollbarState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype; _.super$__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin$attach = _.attach$1; _.super$__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin$detach = _.detach$0; _ = A.SliverMultiBoxAdaptorWidget.prototype; _.super$SliverMultiBoxAdaptorWidget$estimateMaxScrollOffset = _.estimateMaxScrollOffset$5; - _ = A.TextEditingActionTarget.prototype; - _.super$TextEditingActionTarget$setSelection = _.setSelection$2; - _.super$TextEditingActionTarget$selectAll = _.selectAll$1; - _.super$TextEditingActionTarget$copySelection = _.copySelection$1; - _.super$TextEditingActionTarget$cutSelection = _.cutSelection$1; - _.super$TextEditingActionTarget$pasteText = _.pasteText$1; _ = A.TextSelectionGestureDetectorBuilder.prototype; _.super$TextSelectionGestureDetectorBuilder$onForcePressStart = _.onForcePressStart$1; + _.super$TextSelectionGestureDetectorBuilder$onSingleTapUp = _.onSingleTapUp$1; _ = A.__TextSelectionHandleOverlayState_State_SingleTickerProviderStateMixin.prototype; _.super$__TextSelectionHandleOverlayState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__SlidableDismissalState_State_SingleTickerProviderStateMixin.prototype; @@ -426676,7 +429015,6 @@ _.super$__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin$detach = _.detach$0; _ = A.__SlidableState_State_TickerProviderStateMixin.prototype; _.super$__SlidableState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$__SlidableState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__SlidableState_State_TickerProviderStateMixin_AutomaticKeepAliveClientMixin.prototype; _.super$__SlidableState_State_TickerProviderStateMixin_AutomaticKeepAliveClientMixin$initState = _.initState$0; _ = A._StyledToastWidgetState_State_TickerProviderStateMixin.prototype; @@ -426687,7 +429025,6 @@ _.super$BaseEntity$getActions = _.getActions$4$client$includeEdit$multiselect$userCompany; _ = A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin.prototype; _.super$__InvoiceEmailViewState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__InvoiceEmailViewState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.EntityPresenter.prototype; _.super$EntityPresenter$getField = _.getField$2$context$field; _ = A.__SortArrowState_State_TickerProviderStateMixin0.prototype; @@ -426700,7 +429037,6 @@ _.super$__ClientViewState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype; _.super$__CompanyGatewayEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__CompanyGatewayEditState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin.prototype; _.super$__CompanyGatewayViewState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__CreditEditState_State_SingleTickerProviderStateMixin.prototype; @@ -426709,7 +429045,6 @@ _.super$__DashboardScreenState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A.__DesignEditState_State_SingleTickerProviderStateMixin.prototype; _.super$__DesignEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__DesignEditState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__ExpenseEditState_State_SingleTickerProviderStateMixin.prototype; _.super$__ExpenseEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__ExpenseViewState_State_SingleTickerProviderStateMixin.prototype; @@ -426720,7 +429055,6 @@ _.super$__InvoiceEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A._InvoiceEditDesktopState_State_TickerProviderStateMixin.prototype; _.super$_InvoiceEditDesktopState_State_TickerProviderStateMixin$dispose = _.dispose$0; - _.super$_InvoiceEditDesktopState_State_TickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin.prototype; _.super$__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__InvoiceViewState_State_SingleTickerProviderStateMixin.prototype; @@ -426735,46 +429069,36 @@ _.super$__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__AccountManagementState_State_SingleTickerProviderStateMixin.prototype; _.super$__AccountManagementState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__AccountManagementState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__ClientPortalState_State_SingleTickerProviderStateMixin.prototype; _.super$__ClientPortalState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__ClientPortalState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__CompanyDetailsState_State_SingleTickerProviderStateMixin.prototype; _.super$__CompanyDetailsState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__CompanyDetailsState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin.prototype; _.super$__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__CustomFieldsState_State_SingleTickerProviderStateMixin.prototype; _.super$__CustomFieldsState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__DeviceSettingsState_State_SingleTickerProviderStateMixin.prototype; _.super$__DeviceSettingsState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin.prototype; _.super$__GeneratedNumbersState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__GeneratedNumbersState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype; _.super$__InvoiceDesignState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin.prototype; _.super$__LocalizationSettingsState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__LocalizationSettingsState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin.prototype; _.super$__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__UserDetailsState_State_SingleTickerProviderStateMixin.prototype; _.super$__UserDetailsState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__UserDetailsState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin.prototype; _.super$__WorkflowSettingsState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__SubscriptionEditState_State_SingleTickerProviderStateMixin.prototype; _.super$__SubscriptionEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__SubscriptionEditState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__TaskEditState_State_SingleTickerProviderStateMixin.prototype; _.super$__TaskEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__TaskViewState_State_SingleTickerProviderStateMixin.prototype; _.super$__TaskViewState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__UserEditState_State_SingleTickerProviderStateMixin.prototype; _.super$__UserEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _.super$__UserEditState_State_SingleTickerProviderStateMixin$didChangeDependencies = _.didChangeDependencies$0; _ = A.__VendorEditState_State_SingleTickerProviderStateMixin.prototype; _.super$__VendorEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__VendorViewState_State_SingleTickerProviderStateMixin.prototype; @@ -426804,114 +429128,119 @@ _instance_1_u = hunkHelpers._instance_1u, _instance_1_i = hunkHelpers._instance_1i, _instance_0_i = hunkHelpers._instance_0i, - _instance_2_u = hunkHelpers._instance_2u, _static_2 = hunkHelpers._static_2, - _static = hunkHelpers.installStaticTearOff, _instance = hunkHelpers.installInstanceTearOff, + _static = hunkHelpers.installStaticTearOff, + _instance_2_u = hunkHelpers._instance_2u, _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", 2638); - _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 113); - _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 88); + _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 2649); + _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 120); + _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 86); _instance_0_u(A.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); - _instance_1_u(A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 65); + _instance_1_u(A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 64); _instance_0_u(A.FontFallbackData.prototype, "get$_ensureFallbackFonts", "_ensureFallbackFonts$0", 0); var _; - _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1194); - _instance_0_u(_, "get$startDownloads", "startDownloads$0", 104); - _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 497); + _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1207); + _instance_0_u(_, "get$startDownloads", "startDownloads$0", 90); + _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 717); _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 66); _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 66); - _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 2152); - _instance_1_u(_ = A.DomRenderer.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 918); + _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 1747); + _instance_1_u(_ = A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 912); _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 66); - _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 692); - _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 36); - _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 36); - _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1782); + _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 419); + _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 31); + _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 31); + _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1990); _instance_0_i(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 66); _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 66); - _instance_2_u(A.WebExperiments.prototype, "get$updateExperiment", "updateExperiment$2", 987); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 251); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 292); + _instance(J.JSArray.prototype, "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_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 101); - _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 241); - _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 244); - _static_1(A, "_js_helper___matchString$closure", "_matchString", 319); - _static_1(A, "_js_helper___stringIdentity$closure", "_stringIdentity", 95); + _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 253); + _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 246); _instance_1_i(A.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 1268); - _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 328); - _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 453); - _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 453); - _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 453); + _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 1336); + _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 363); + _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 410); + _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 410); + _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 410); _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); - _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 88); - _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 117); + _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 86); + _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 109); _static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); - _static(A, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 2640, 0); + _static(A, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 2651, 0); _static(A, "async___rootRun$closure", 4, null, ["call$1$4", "call$4"], ["_rootRun", function($self, $parent, zone, f) { return A._rootRun($self, $parent, zone, f, type$.dynamic); - }], 2641, 1); + }], 2652, 1); _static(A, "async___rootRunUnary$closure", 5, null, ["call$2$5", "call$5"], ["_rootRunUnary", function($self, $parent, zone, f, arg) { return A._rootRunUnary($self, $parent, zone, f, arg, type$.dynamic, type$.dynamic); - }], 2642, 1); + }], 2653, 1); _static(A, "async___rootRunBinary$closure", 6, null, ["call$3$6", "call$6"], ["_rootRunBinary", function($self, $parent, zone, f, arg1, arg2) { return A._rootRunBinary($self, $parent, zone, f, arg1, arg2, type$.dynamic, type$.dynamic, type$.dynamic); - }], 2643, 1); + }], 2654, 1); _static(A, "async___rootRegisterCallback$closure", 4, null, ["call$1$4", "call$4"], ["_rootRegisterCallback", function($self, $parent, zone, f) { return A._rootRegisterCallback($self, $parent, zone, f, type$.dynamic); - }], 2644, 0); + }], 2655, 0); _static(A, "async___rootRegisterUnaryCallback$closure", 4, null, ["call$2$4", "call$4"], ["_rootRegisterUnaryCallback", function($self, $parent, zone, f) { return A._rootRegisterUnaryCallback($self, $parent, zone, f, type$.dynamic, type$.dynamic); - }], 2645, 0); + }], 2656, 0); _static(A, "async___rootRegisterBinaryCallback$closure", 4, null, ["call$3$4", "call$4"], ["_rootRegisterBinaryCallback", function($self, $parent, zone, f) { return A._rootRegisterBinaryCallback($self, $parent, zone, f, type$.dynamic, type$.dynamic, type$.dynamic); - }], 2646, 0); - _static(A, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"], 2647, 0); - _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2648, 0); - _static(A, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 2649, 0); - _static(A, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 2650, 0); - _static(A, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 2651, 0); - _static_1(A, "async___printToZone$closure", "_printToZone", 90); - _static(A, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 2652, 0); + }], 2657, 0); + _static(A, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"], 2658, 0); + _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2659, 0); + _static(A, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 2660, 0); + _static(A, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 2661, 0); + _static(A, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 2662, 0); + _static_1(A, "async___printToZone$closure", "_printToZone", 87); + _static(A, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 2663, 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", 31); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 31); + _instance_2_u(_, "get$_addError", "_addError$2", 109); + _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"], 561, 0, 0); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 641, 0, 0); _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, function() { return [null]; - }, ["call$1", "call$0"], ["complete$1", "complete$0"], 563, 0, 0); - _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 117); - _instance(_ = A._StreamController.prototype, "get$addError", 0, 1, function() { + }, ["call$1", "call$0"], ["complete$1", "complete$0"], 640, 0, 0); + _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 109); + _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 31); + _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 561, 0, 0); - _instance_1_i(_, "get$_async$_add", "_async$_add$1", 36); - _instance_2_u(_, "get$_addError", "_addError$2", 117); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 641, 0, 0); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 31); + _instance_2_u(_, "get$_addError", "_addError$2", 109); _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", 36); - _instance_2_u(_, "get$_onError", "_onError$2", 117); + _instance_1_u(_ = A._StreamIterator.prototype, "get$_async$_onData", "_async$_onData$1", 31); + _instance_2_u(_, "get$_onError", "_onError$2", 109); _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", 36); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1948); + _instance_1_u(_, "get$_handleData", "_handleData$1", 31); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1961); _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", 36); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 117); + _instance_1_u(_, "get$_handleData", "_handleData$1", 31); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 109); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 440); - _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 241); - _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 251); - _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 251); + _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 376); + _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 253); + _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 292); + _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 292); _instance_1_i(A._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); _instance_1_i(A._HashSet.prototype, "get$contains", "contains$1", 101); _instance_1_i(A._LinkedHashSet.prototype, "get$contains", "contains$1", 101); @@ -426919,142 +429248,139 @@ _instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 101); _instance_1_i(A.SplayTreeSet.prototype, "get$contains", "contains$1", 101); _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 10); - _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 36); + _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 31); _instance_0_i(_, "get$close", "close$0", 0); - _static_1(A, "core__identityHashCode$closure", "identityHashCode", 241); - _static_2(A, "core__identical$closure", "identical", 440); - _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 2653); - _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 95); - _instance_1_i(_ = A.Iterable.prototype, "get$contains", "contains$1", 101); - _instance(_, "get$toList", 1, 0, function() { - return {growable: true}; - }, ["call$1$growable", "call$0"], ["toList$1$growable", "toList$0"], "List({growable:bool})", 0, 0); - _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 563, 0, 0); - _static(A, "html__Html5NodeValidator__standardAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__standardAttributeValidator"], 713, 0); - _static(A, "html__Html5NodeValidator__uriAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__uriAttributeValidator"], 713, 0); - _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 154); - _instance_1_u(_ = A.Console.prototype, "get$group", "group$1", 36); - _instance_1_u(_, "get$warn", "warn$1", 36); + _static_1(A, "core__identityHashCode$closure", "identityHashCode", 253); + _static_2(A, "core__identical$closure", "identical", 376); + _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 2664); + _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 125); + _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 101); + _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 640, 0, 0); + _static(A, "html__Html5NodeValidator__standardAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__standardAttributeValidator"], 716, 0); + _static(A, "html__Html5NodeValidator__uriAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__uriAttributeValidator"], 716, 0); + _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 142); + _instance_1_u(_ = A.Console.prototype, "get$group", "group$1", 31); + _instance_1_u(_, "get$warn", "warn$1", 31); _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", 265); - _static_1(A, "js___convertToJS$closure", "_convertToJS", 615); - _static_1(A, "js___convertToDart$closure", "_convertToDart", 153); + _instance_0_i(A._File.prototype, "get$length", "length$0", 276); + _static_1(A, "js___convertToJS$closure", "_convertToJS", 618); + _static_1(A, "js___convertToDart$closure", "_convertToDart", 151); _static(A, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return A.max(a, b, type$.num); - }], 2655, 1); - _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2656, 0); - _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2657, 0); - _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2658, 0); - _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 113); + }], 2666, 1); + _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2667, 0); + _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2668, 0); + _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2669, 0); + _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 120); _instance_0_u(A._Channel.prototype, "get$_drainStep", "_drainStep$0", 0); - _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 895); - _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 903); + _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 925); + _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 944); _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 101); - _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 72); - _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 648, 0, 0); - _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 29); + _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 69); + _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 615, 0, 0); + _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 28); _instance_0_u(_, "get$_multi_image_stream_completer$_scheduleAppFrame", "_multi_image_stream_completer$_scheduleAppFrame$0", 0); - _instance_1_i(_, "get$addListener", "addListener$1", 372); + _instance_1_i(_, "get$addListener", "addListener$1", 371); _instance_1_u(A.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); - _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 36); - _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 36); - _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 673); - _instance_1_u(_, "get$_preProcess", "_preProcess$1", 36); - _instance_1_u(_, "get$_postProcess", "_postProcess$1", 36); - _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 36); - _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 36); - _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 36); + _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 31); + _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 31); + _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 610); + _instance_1_u(_, "get$_preProcess", "_preProcess$1", 31); + _instance_1_u(_, "get$_postProcess", "_postProcess$1", 31); + _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 31); + _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 31); + _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 31); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 449); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 449); - _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1196, 0, 0); - _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1199, 0, 0); - _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 472); + _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 372); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 372); + _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1263, 0, 0); + _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1295, 0, 0); + _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 600); _instance_0_u(A.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); - _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1617); + _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1722); _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 105); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 151); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 482); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 484); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 485); - _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 440); - _instance_1_i(_, "get$hash", "hash$1", 241); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 155); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 667); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 596); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 595); + _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 376); + _instance_1_i(_, "get$hash", "hash$1", 253); _instance_1_u(_, "get$isValidKey", "isValidKey$1", 101); - _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 265); - _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 265); - _instance_1_u(_, "get$_blobToByteBuffer", "_blobToByteBuffer$1", 1711); - _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 265); - _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2659); - _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 1881); - _static_1(A, "utils0__isEmpty$closure", "isEmpty", 60); + _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 276); + _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 276); + _instance_1_u(_, "get$_blobToByteBuffer", "_blobToByteBuffer$1", 1790); + _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 276); + _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2670); + _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 1976); + _static_1(A, "utils0__isEmpty$closure", "isEmpty", 71); _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, function() { return {from: null}; - }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 1982, 0, 0); - _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 1989); - _instance(_, "get$stop", 1, 0, null, ["call$1$canceled", "call$0"], ["stop$1$canceled", "stop$0"], 1997, 0, 0); - _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 29); - _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 35); - _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 35); - _instance_1_u(_ = A.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 35); + }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2019, 0, 0); + _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2030); + _instance(_, "get$stop", 1, 0, null, ["call$1$canceled", "call$0"], ["stop$1$canceled", "stop$0"], 2118, 0, 0); + _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 28); + _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 36); + _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 36); + _instance_1_u(_ = A.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 36); _instance_0_u(_, "get$_valueChangeHandler", "_valueChangeHandler$0", 0); - _instance_1_u(_ = A.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 35); + _instance_1_u(_ = A.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 36); _instance_0_u(_, "get$_maybeNotifyListeners", "_maybeNotifyListeners$0", 0); _instance_0_u(A.AnimationLocalListenersMixin.prototype, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 35); + _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 36); _instance_1_i(A._Interval.prototype, "get$value", "value$1", 6); - _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 109); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 80); + _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 99); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 78); _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 118); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); - _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 206); + _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 232); _instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch0$_handleTapDown", "_switch0$_handleTapDown$1", 105); - _instance_0_u(_, "get$_switch0$_handleTap", "_switch0$_handleTap$0", 0); - _instance_1_u(_, "get$_switch0$_handleTapUp", "_switch0$_handleTapUp$1", 151); - _instance_0_u(_, "get$_switch0$_handleTapCancel", "_switch0$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 109); - _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 80); - _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 118); + _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 105); + _instance_0_u(_, "get$_switch$_handleTap", "_switch$_handleTap$0", 0); + _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 155); + _instance_0_u(_, "get$_switch$_handleTapCancel", "_switch$_handleTapCancel$0", 0); + _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 99); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 78); + _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 118); _static(A, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return A.FlutterError_dumpErrorToConsole(details, false); - }], 2660, 0); - _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2661); + }], 2671, 0); + _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2672); _instance_0_i(_ = A.ChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 610); - _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2221); - _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2662); - _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2227); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 65); + _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 570); + _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2263); + _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2673); + _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2273); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 64); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 93); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 92); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); - _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2663, 0); - _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 93); - _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 512); - _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 93); - _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 93); - _instance_1_u(_, "get$_removeState", "_removeState$1", 65); + _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2674, 0); + _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); + _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 491); + _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); + _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 92); + _instance_1_u(_, "get$_removeState", "_removeState$1", 64); _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$_handleEvent", "_handleEvent$1", 93); - _instance_1_u(_, "get$_reject", "_reject$1", 2264); + _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_handleEvent", "_handleEvent$1", 92); + _instance_1_u(_, "get$_reject", "_reject$1", 2305); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 65, 0, 1); - _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 93); - _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 93); - _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 598, 0, 0); - _instance_2_u(_, "get$_packagesView", "_packagesView$2", 607); - _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2439); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 217); + _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 64, 0, 1); + _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); + _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 568, 0, 0); + _instance_2_u(_, "get$_packagesView", "_packagesView$2", 567); + _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2480); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 183); _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", 2469); - _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 109); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 80); + _instance_1_u(_, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 2629); + _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 99); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 78); _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 118); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 657); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 561); _instance_1_u(_ = A._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); @@ -427063,76 +429389,76 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 220); - _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 220); - _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 220); - _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 220); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 65); + _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 223); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 223); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 223); + _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 223); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 64); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 63); - _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 865); - _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 866); - _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 867); - _instance_2_u(_, "get$_buildItems", "_buildItems$2", 136); - _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 136); + _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 874); + _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 875); + _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 877); + _instance_2_u(_, "get$_buildItems", "_buildItems$2", 126); + _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 126); _instance_0_u(A.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); - _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 896); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 483); + _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 905); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 551); _instance_0_u(_ = A._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 35); + _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 36); _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", 220); - _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2664, 0); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 223); + _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2675, 0); _instance_0_u(_ = A.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); - _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 35); + _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 36); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 500); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 549); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 80); + _instance_1_u(_, "get$_move", "_move$1", 78); _instance_1_u(_, "get$_settle", "_settle$1", 118); _instance_0_i(_, "get$close", "close$0", 0); _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 63); _instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0); _instance_0_u(_ = A._DropdownButtonState.prototype, "get$_dropdown$_handleFocusChanged", "_dropdown$_handleFocusChanged$0", 0); - _instance_1_u(_, "get$_dropdown$_handleFocusHighlightModeChange", "_dropdown$_handleFocusHighlightModeChange$1", 352); + _instance_1_u(_, "get$_dropdown$_handleFocusHighlightModeChange", "_dropdown$_handleFocusHighlightModeChange$1", 391); _instance_0_u(_, "get$_dropdown$_handleTap", "_dropdown$_handleTap$0", 0); - _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 36); + _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 31); _instance_0_u(A._ExpandIconState.prototype, "get$_handlePressed", "_handlePressed$0", 0); _instance_1_u(_ = A._RenderChildOverflowBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_0_u(_ = A._InkState.prototype, "get$_handleRemoved", "_handleRemoved$0", 0); - _instance_1_u(_, "get$_build", "_build$1", 72); + _instance_1_u(_, "get$_build", "_build$1", 69); _instance_0_u(A.InkDecoration.prototype, "get$_handleChanged", "_handleChanged$0", 0); - _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 35); - _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 35); - _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 35); - _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 952); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 483); + _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 36); + _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 36); + _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 36); + _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 961); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 551); _instance(_ = A._InkResponseState.prototype, "get$_simulateTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_simulateTap$1", "_simulateTap$0"], 525, 0, 0); + }, ["call$1", "call$0"], ["_simulateTap$1", "_simulateTap$0"], 543, 0, 0); _instance_0_u(_, "get$_simulateLongPress", "_simulateLongPress$0", 0); - _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 352); + _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 391); _instance_1_u(_, "get$_handleFocusUpdate", "_handleFocusUpdate$1", 63); _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 105); _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", 229); - _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 167); - _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 369); - _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 213); - _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 90); + _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 210); + _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 171); + _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 394); + _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 219); + _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 87); _instance_0_u(A._HelperErrorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderDecoration.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 84); + _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 85); _instance_0_u(A._InputDecoratorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderListTile.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); @@ -427144,69 +429470,70 @@ _instance_0_u(_, "get$_handleNext", "_handleNext$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", 454); - _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 150); - _instance_1_u(_, "get$_handleGlowNotification", "_handleGlowNotification$1", 1026); - _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 136); - _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1030, 0, 0); - _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 35); + _instance_1_u(A._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 388); + _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 147); + _instance_1_u(_, "get$_handleGlowNotification", "_handleGlowNotification$1", 1034); + _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 126); + _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1038, 0, 0); + _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 36); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 63); _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 63); _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", 109); - _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1033, 0, 0); - _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 35); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 657); - _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 149); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 149); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 231); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 151); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 232); + _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 99); + _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1041, 0, 0); + _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 36); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 561); + _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 2676, 0); + _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 152); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 152); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 217); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 155); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 218); _instance_0_u(_ = A._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 566); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 520); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); - _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 109); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 80); - _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 118); - _instance_1_u(_, "get$_switch$_handleChanged", "_switch$_handleChanged$1", 454); + _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 99); + _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 78); + _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 118); + _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 388); _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(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"], 1073, 0, 0); + _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1083, 0, 0); _instance_0_u(_ = A._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 150); - _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 149); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 149); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 231); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 151); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 232); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 147); + _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 152); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 152); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 217); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 155); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 218); _instance_0_u(_ = A._TextFieldState.prototype, "get$_text_field$_handleFocusChanged", "_text_field$_handleFocusChanged$0", 0); - _instance_2_u(_, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 566); + _instance_2_u(_, "get$_handleSelectionChanged", "_handleSelectionChanged$2", 520); _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", 567); + _instance_1_u(A._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 518); _instance_1_u(_ = A._RenderInputPadding1.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 109); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 80); + _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 99); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 78); _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 118); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 151); - _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 213); - _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 90); - _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 213); - _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 568); - _instance_1_u(_, "get$_validateHour", "_validateHour$1", 369); - _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 369); - _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 567); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 155); + _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 219); + _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 87); + _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 219); + _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 517); + _instance_1_u(_, "get$_validateHour", "_validateHour$1", 394); + _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 394); + _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 518); _instance_0_u(_, "get$_time_picker0$_handleEntryModeToggle", "_time_picker0$_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 568); + _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 517); _instance_0_u(_, "get$_handleHourDoubleTapped", "_handleHourDoubleTapped$0", 0); _instance_0_u(_, "get$_handleMinuteDoubleTapped", "_handleMinuteDoubleTapped$0", 0); _instance_0_u(_, "get$_handleHourSelected", "_handleHourSelected$0", 0); @@ -427216,39 +429543,43 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); + _instance_1_u(_ = A._RenderInputPadding2.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); + _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); + _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); + _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 105); - _instance(_, "get$_toggleable$_handleTap", 0, 0, null, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 525, 0, 0); - _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1096, 0, 0); + _instance(_, "get$_toggleable$_handleTap", 0, 0, null, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 543, 0, 0); + _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1105, 0, 0); _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 63); _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 63); _instance_0_i(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", 35); - _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 214); - _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 93); + _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 36); + _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 230); + _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 92); _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"], 1097, 0, 0); - _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 381); - _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2665, 0); - _static_1(A, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2666); - _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 372); - _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 388); - _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 731); - _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 29); - _instance_1_i(_, "get$addListener", "addListener$1", 372); - _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 2667, 0); + _instance(A.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 1107, 0, 0); + _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 411); + _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2677, 0); + _static_1(A, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2678); + _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 371); + _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 413); + _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 612); + _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 28); + _instance_1_i(_, "get$addListener", "addListener$1", 371); + _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 2679, 0); _instance_0_u(_ = A.RendererBinding.prototype, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); - _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 29); - _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1164, 0, 0); + _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 28); + _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1174, 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", 29); + _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 28); _instance_1_u(_ = A.RenderBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0); - _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 84); + _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 85); _instance_1_u(_ = A.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -427257,12 +429588,12 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = A.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 590); + _instance_1_u(_ = A.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 509); _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", 90); - _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 592); + _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 87); + _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 506); _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 63); _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 63); _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 63); @@ -427274,7 +429605,7 @@ _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 105); _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", 84); + _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 85); _instance_1_u(_ = A.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_ = A.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); @@ -427290,11 +429621,11 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 100); - _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 36); + _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 31); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 84, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 85, 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"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 284, 0, 0); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 269, 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", 6); @@ -427306,12 +429637,12 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 93); + _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); _instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 84, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 85, 0, 1); _instance_1_u(_ = A.RenderConstrainedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -427329,7 +429660,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_0_u(A.RenderAnimatedOpacityMixin.prototype, "get$_updateOpacity", "_updateOpacity$0", 0); _instance_0_u(A._RenderCustomClip.prototype, "get$_markNeedsClip", "_markNeedsClip$0", 0); - _instance_2_u(A.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 1233); + _instance_2_u(A.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 1260); _instance_1_u(_ = A.RenderOffstage.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -427351,7 +429682,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 84, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 85, 0, 1); _instance_1_u(_ = A.RenderPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -427364,130 +429695,138 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1234, 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"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 284, 0, 0); + _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1261, 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"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 269, 0, 0); _instance_1_u(_ = A.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$paintStack", "paintStack$2", 84); - _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 84); + _instance_2_u(_, "get$paintStack", "paintStack$2", 85); + _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 85); _instance_1_u(_ = A.RenderTable.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 1254); + _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 1276); _instance_1_u(_ = A.RenderViewportBase.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$_paintContents", "_paintContents$2", 84); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 284, 0, 0); + _instance_2_u(_, "get$_paintContents", "_paintContents$2", 85); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 269, 0, 0); _instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(A, "binding_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 2668); + _static_2(A, "binding_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 2680); _static(A, "binding__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler", "call$0"], ["defaultSchedulingStrategy", function() { return A.defaultSchedulingStrategy(null, null); - }], 2669, 0); - _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 396); + }], 2681, 0); + _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 430); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); _instance_0_u(_, "get$ensureVisualUpdate", "ensureVisualUpdate$0", 0); - _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 29); + _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 28); _instance_0_u(_, "get$_handleDrawFrame", "_handleDrawFrame$0", 0); - _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 1285); - _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 29); + _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 1296); + _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 28); _instance_0_i(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 36); - _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 2670); - _static_1(A, "binding0_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2671); - _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1331); - _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1335); - _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 1336); - _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 692); - _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 1361); - _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 1362); - _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 1369); - _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 612); - _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 612); - _instance_1_u(A.TextInput.prototype, "get$_handleTextInputInvocation", "_handleTextInputInvocation$1", 313); - _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1434); - _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_actions$_handleFocusHighlightModeChange", "_actions$_handleFocusHighlightModeChange$1", 352); - _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 229); - _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 167); + _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 31); + _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 2682); + _static_1(A, "binding0_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2683); + _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1344); + _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1345); + _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 490); + _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 419); + _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 1371); + _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 1372); + _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 490); + _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 487); + _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 487); + _instance_1_u(A.TextInput.prototype, "get$_handleTextInputInvocation", "_handleTextInputInvocation$1", 293); + _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1442); + _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_actions$_handleFocusHighlightModeChange", "_actions$_handleFocusHighlightModeChange$1", 391); + _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 210); + _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 171); _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 63); - _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 2672, 0); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 619); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 2673); - _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1450); - _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1469); - _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1470); - _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 587); - _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 104); + _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 2684, 0); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 565); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 2685); + _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1458); + _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1477); + _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1478); + _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 700); + _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 90); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); - _instance_1_u(_, "get$_select", "_select$1", 36); - _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 1477); - _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1478); - _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1531); - _instance_1_u(A._MouseRegionState.prototype, "get$handleExit", "handleExit$1", 167); + _instance_1_u(_, "get$_select", "_select$1", 31); + _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 1485); + _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1486); + _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1539); + _instance_1_u(A._MouseRegionState.prototype, "get$handleExit", "handleExit$1", 171); _instance_0_u(_ = A.WidgetsBinding.prototype, "get$handleLocaleChanged", "handleLocaleChanged$0", 0); - _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 313); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 293); _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$handlePlatformBrightnessChanged", "handlePlatformBrightnessChanged$0", 0); - _instance_0_u(_, "get$performReassemble", "performReassemble$0", 104); + _instance_0_u(_, "get$performReassemble", "performReassemble$0", 90); _instance_0_u(A._DraggableScrollableSheetState.prototype, "get$_setExtent", "_setExtent$0", 0); _instance_0_i(A._DraggableScrollableSheetScrollPosition.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A._DraggableScrollableNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 114); - _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 35); + _instance_1_u(A._DraggableScrollableNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 123); + _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 36); _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", 590); + _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 509); _instance_0_u(_, "get$_onCursorColorTick", "_onCursorColorTick$0", 0); - _instance_1_u(_, "get$_cursorTick", "_cursorTick$1", 361); - _instance_1_u(_, "get$_cursorWaitForStart", "_cursorWaitForStart$1", 361); + _instance_1_u(_, "get$_cursorTick", "_cursorTick$1", 401); + _instance_1_u(_, "get$_cursorWaitForStart", "_cursorWaitForStart$1", 401); _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", 306); + _instance_1_u(_, "get$_nextWordBoundary", "_nextWordBoundary$1", 306); + _instance_1_u(_, "get$_linebreak", "_linebreak$1", 306); + _instance_1_u(_, "get$_documentBoundary", "_documentBoundary$1", 306); + _instance_1_u(_, "get$_replaceText", "_replaceText$1", 1594); + _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 1619); _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", 93); - _instance_1_u(_, "get$_handleKeyMessage", "_handleKeyMessage$1", 1612); + _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 92); + _instance_1_u(_, "get$_handleKeyMessage", "_handleKeyMessage$1", 1658); _instance_0_u(_, "get$_applyFocusChange", "_applyFocusChange$0", 0); - _instance_0_u(_ = A._FocusState.prototype, "get$_handleAutofocus", "_handleAutofocus$0", 0); - _instance_0_u(_, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); - _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 87); - _static_2(A, "framework_Element__sort$closure", "Element__sort", 2674); - _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 87); - _instance_1_u(A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 87); - _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 206); - _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 1770); - _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 72); - _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 35); + _instance_0_u(A._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); + _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 89); + _static_2(A, "framework_Element__sort$closure", "Element__sort", 2686); + _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 89); + _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 89); + _instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0); + _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 232); + _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 1858); + _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 69); + _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 36); _instance_0_u(_, "get$onTick", "onTick$0", 0); - _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1838); - _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1848, 0, 0); - _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 381); - _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 388); + _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1886); + _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1887, 0, 0); + _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 2687, 0); + _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 411); + _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 413); _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._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 36); + _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 31); _instance_1_u(_ = A._RenderLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 2675); - _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 237); - _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 237); - _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 237); - _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 242); - _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 242); - _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 242); - _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 242); - _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 206); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 93); - _instance_1_u(A.Notification0.prototype, "get$visitAncestor", "visitAncestor$1", 114); + _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 2688); + _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 249); + _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 249); + _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 249); + _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 250); + _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 250); + _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 250); + _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 250); + _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 232); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 92); + _instance_1_u(A.Notification0.prototype, "get$visitAncestor", "visitAncestor$1", 123); _instance_1_u(_ = A._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); @@ -427496,730 +429835,732 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$paintStack", "paintStack$2", 84); - _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 150); + _instance_2_u(_, "get$paintStack", "paintStack$2", 85); + _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 147); _instance_0_i(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_changePhase", "_changePhase$1", 35); - _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 29); - _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 150); - _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 35); + _instance_1_u(_, "get$_changePhase", "_changePhase$1", 36); + _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 28); + _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 147); + _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 36); _instance_0_i(_, "get$dispose", "dispose$0", 0); - _instance_1_u(A._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 114); - _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 1971); - _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 1976); - _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 65); + _instance_1_u(A._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 123); + _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 1988); + _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 1992); + _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 64); _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 63); - _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 597); - _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 1977, 0, 0); - _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 494); - _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 494); + _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 569); + _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 1993, 0, 0); + _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 486); + _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 486); _instance_0_u(_, "get$_dropCompleted", "_dropCompleted$0", 0); - _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 136); + _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 126); _instance_0_u(A._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); - _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 72); + _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 69); _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", 733); + _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 1997); _instance_0_i(A.RestorableListenable.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(A.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(A.PlatformRouteInformationProvider.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 35); + _instance_1_u(A.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 36); _instance_0_i(A.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); - _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 72); - _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 72); + _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 69); + _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 69); _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", 150); - _instance_1_u(A._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 114); + _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 147); + _instance_1_u(A._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 123); _instance_0_u(_ = A.ScrollPosition.prototype, "get$didUpdateScrollMetrics", "didUpdateScrollMetrics$0", 0); _instance_0_i(_, "get$dispose", "dispose$0", 0); - _instance_1_u(A._ScrollMetricsNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 114); + _instance_1_u(A._ScrollMetricsNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 123); _instance_0_i(A.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 500); - _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 109); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 80); + _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 549); + _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 99); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 78); _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 118); _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", 1996); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 93); - _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 516); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 2018); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 92); + _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 492); _instance_0_i(A.ScrollbarPainter.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 35); + _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 36); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 105); - _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 516); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 150); - _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 621); + _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 492); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 147); + _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 564); _instance_0_u(_ = A._RenderSingleChildViewport.prototype, "get$_hasScrolled", "_hasScrolled$0", 0); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 284, 0, 0); - _static_2(A, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 2676); - _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2026); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 269, 0, 0); + _static_2(A, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 2689); + _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2044); _instance_0_u(A._FloatingHeaderState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); - _instance(A.TextSelectionOverlay.prototype, "get$_markNeedsBuild", 0, 0, function() { + _instance(A.TextSelectionOverlay.prototype, "get$_text_selection$_markNeedsBuild", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_markNeedsBuild$1", "_markNeedsBuild$0"], 2042, 0, 0); + }, ["call$1", "call$0"], ["_text_selection$_markNeedsBuild$1", "_text_selection$_markNeedsBuild$0"], 2069, 0, 0); _instance_0_u(_ = A._TextSelectionHandleOverlayState.prototype, "get$_handleVisibilityChanged", "_handleVisibilityChanged$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 109); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 80); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 99); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 78); _instance_1_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 105); - _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 149); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 149); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 151); + _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 152); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 152); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 155); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 232); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 231); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 433); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 218); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 217); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 352); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 105); _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 105); - _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 109); - _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2044); + _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 99); + _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2072); _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 118); _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 105); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 151); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 155); _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 109); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 80); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 99); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 78); _instance_0_u(_, "get$_handleDragUpdateThrottled", "_handleDragUpdateThrottled$0", 0); _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 118); - _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 149); - _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 149); - _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 232); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 231); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 433); + _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 152); + _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 152); + _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 218); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 217); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 352); _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"], 2677, 0); - _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 2678, 0); + _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 2690, 0); + _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 2691, 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); - }], 2679, 0); + }], 2692, 0); _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_mapConverter", "_mapConverter$1", "2(Object?)"); _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 101); _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 101); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 234); - _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2073, 0, 0); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 214); + _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2095, 0, 0); _instance_0_u(A._SlidableAutoCloseNotificationSenderState.prototype, "get$handleRatioChanged", "handleRatioChanged$0", 0); _instance_0_u(A.SlidableController.prototype, "get$_onRatioChanged", "_onRatioChanged$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", 100); - _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 109); - _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 80); + _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 99); + _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 78); _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 118); _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); - _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2086, 0, 0); - _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 247); - _instance_0_i(_, "get$signIn", "signIn$0", 247); - _instance_0_i(_, "get$signOut", "signOut$0", 104); - _instance_0_i(_, "get$disconnect", "disconnect$0", 104); - _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 247); - _instance_0_i(_, "get$signIn", "signIn$0", 247); - _instance_0_i(_, "get$signOut", "signOut$0", 104); - _instance_0_i(_, "get$disconnect", "disconnect$0", 104); + _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2114, 0, 0); + _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 280); + _instance_0_i(_, "get$signIn", "signIn$0", 280); + _instance_0_i(_, "get$signOut", "signOut$0", 90); + _instance_0_i(_, "get$disconnect", "disconnect$0", 90); + _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 280); + _instance_0_i(_, "get$signIn", "signIn$0", 280); + _instance_0_i(_, "get$signOut", "signOut$0", 90); + _instance_0_i(_, "get$disconnect", "disconnect$0", 90); _instance_0_i(A.BrowserClient.prototype, "get$close", "close$0", 0); - _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 65); - _instance_1_u(_, "get$setMonth", "setMonth$1", 65); - _instance_1_u(_, "get$setDay", "setDay$1", 65); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 65); - _instance_1_u(_, "get$setHour", "setHour$1", 65); - _instance_1_u(_, "get$setMinute", "setMinute$1", 65); - _instance_1_u(_, "get$setSecond", "setSecond$1", 65); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 65); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 106); - _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2128); - _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 106); - _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 95); - _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 41); - _static_0(A, "plural_rules___fil_rule$closure", "_fil_rule", 41); - _static_0(A, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 41); - _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 41); - _static_0(A, "plural_rules___sr_rule$closure", "_sr_rule", 41); - _static_0(A, "plural_rules___ro_rule$closure", "_ro_rule", 41); - _static_0(A, "plural_rules___hi_rule$closure", "_hi_rule", 41); - _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 41); - _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 41); - _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 41); - _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 41); - _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 41); - _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 41); - _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 41); - _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 41); - _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 41); - _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 41); - _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 41); - _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 41); - _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 41); - _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 41); - _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 41); - _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 41); - _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 41); - _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 41); - _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 41); - _static_0(A, "plural_rules___en_rule$closure", "_en_rule", 41); - _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 41); - _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 60); - _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 31); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 748); - _static_2(A, "app_reducer__appReducer$closure", "appReducer", 2681); - _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2682); - _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 2683); - _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 2684); - _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 2685); - _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 2686); - _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 2687); - _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 2688); - _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 2689); - _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 2690); - _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 2691); - _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 2692); - _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 2693); - _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 2694); - _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 2695); - _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 2696); - _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 2697); - _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect", 2698); - _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect", 2699); - _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 2700); - _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect", 2701); - _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 2702); - _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 2703); - _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 2704); - _static_2(A, "client_reducer___addClient$closure", "_addClient", 2705); - _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 2706); - _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 2707); - _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 2708); - _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany", 2709); - _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 2710); - _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 2711); - _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing", 715); - _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing", 715); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 2713); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 2714); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 2715); - _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 2716); - _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 2717); - _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect0", 2718); - _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 2719); - _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 2720); - _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 2721); - _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 2722); - _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 2723); - _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 2724); - _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 2725); - _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 2726); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 2727); - _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 2728); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 2729); - _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing0", 147); - _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing0", 147); - _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 732); - _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 2731); - _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 537); - _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 538); - _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 2732); - _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 2733); - _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 2734); - _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 2735); - _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 2736); - _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 2737); - _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 2738); - _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 2739); - _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 2740); - _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect1", 2741); - _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 2742); - _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 2743); - _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 2744); - _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 2745); - _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 2746); - _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 2747); - _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 2748); - _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 2749); - _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 2750); - _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 2751); - _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 2752); - _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing1", 717); - _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing1", 717); - _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 2754); - _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 2755); - _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 2756); - _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 2757); - _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 2758); - _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 2759); - _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect2", 2760); - _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 2761); - _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 2762); - _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 2763); - _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 2764); - _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 2765); - _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 2766); - _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 2767); - _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 2768); - _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 2769); - _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 2770); - _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 2771); - _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing2", 2772); - _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 2773); - _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 2774); - _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 2775); - _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 2776); - _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 2777); - _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 2778); - _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect3", 2779); - _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 2780); - _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 2781); - _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 2782); - _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 2783); - _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 2784); - _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 2785); - _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 2786); - _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 2787); - _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 2788); - _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing2", 264); - _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing3", 264); - _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 2790); - _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 2791); - _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 2792); - _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 2793); - _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 2794); - _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 2795); - _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 2796); - _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 2797); - _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 2798); - _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect4", 2799); - _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 2800); - _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 2801); - _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 2802); - _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 2803); - _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 2804); - _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 2805); - _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 2806); - _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 2807); - _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 2808); - _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 2809); - _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 2810); - _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing3", 719); - _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing4", 719); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 2812); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 2813); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 2814); - _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 2815); - _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 2816); - _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect5", 2817); - _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 2818); - _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 2819); - _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 2820); - _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 2821); - _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 2822); - _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 2823); - _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 2824); - _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 2825); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 2826); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 2827); - _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 2828); - _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing4", 720); - _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing5", 720); - _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 2830); - _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 2831); - _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 2832); - _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 2833); - _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect6", 2834); - _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 2835); - _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 2836); - _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 2837); - _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 2838); - _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 2839); - _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 2840); - _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 2841); - _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 2842); - _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 2843); - _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 2844); - _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 2845); - _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing5", 147); - _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing6", 147); - _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 662); - _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 2846); - _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 664); - _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 665); - _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 2847); - _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 2848); - _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 2849); - _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 2850); - _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 2851); - _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 2852); - _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 2853); - _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 2854); - _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 2855); - _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect7", 2856); - _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 2857); - _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 2858); - _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 2859); - _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 2860); - _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 2861); - _static_2(A, "invoice_reducer___reverseInvoicesSuccess$closure", "_reverseInvoicesSuccess", 2862); - _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 2863); - _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 2864); - _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 2865); - _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 2866); - _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 2867); - _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 2868); - _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 2869); - _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 2870); - _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 2871); - _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing6", 721); - _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing7", 721); - _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 2873); - _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 2874); - _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 2875); - _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 2876); - _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 2877); - _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 2878); - _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 2879); - _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 2880); - _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect8", 2881); - _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 2882); - _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 2883); - _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 2884); - _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 2885); - _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 2886); - _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 2887); - _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 2888); - _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 2889); - _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 2890); - _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 2891); - _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 2892); - _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing7", 722); - _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing8", 722); - _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 2894); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 2895); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 2896); - _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 2897); - _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 2898); - _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 2899); - _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect9", 2900); - _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 2901); - _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 2902); - _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 2903); - _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 2904); - _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 2905); - _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 2906); - _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 2907); - _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 2908); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 2909); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 2910); - _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 2911); - _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing8", 723); - _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing9", 723); - _static_2(A, "product_reducer___viewClientList$closure", "_viewClientList1", 2913); - _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 2914); - _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 2915); - _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 2916); - _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 2917); - _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 2918); - _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 2919); - _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 2920); - _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect10", 2921); - _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 2922); - _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 2923); - _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 2924); - _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 2925); - _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 2926); - _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 2927); - _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 2928); - _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 2929); - _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 2930); - _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 2931); - _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 2932); - _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", 2934); - _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 2935); - _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 2936); - _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 2937); - _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 2938); - _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 2939); - _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 2940); - _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 2941); - _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect11", 2942); - _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 2943); - _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 2944); - _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 2945); - _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 2946); - _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 2947); - _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 2948); - _static_2(A, "project_reducer___addProject$closure", "_addProject", 2949); - _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 2950); - _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 2951); - _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 2952); - _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 2953); - _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing10", 147); - _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing11", 147); - _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 459); - _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 2954); - _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 460); - _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 461); - _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 2955); - _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 2956); - _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 2957); - _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 2958); - _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 2959); - _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 2960); - _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 2961); - _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 2962); - _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 2963); - _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect12", 2964); - _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 2965); - _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 2966); - _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 2967); - _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 2968); - _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 2969); - _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 2970); - _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 2971); - _static_2(A, "quote_reducer___convertQuoteSuccess$closure", "_convertQuoteSuccess", 2972); - _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 2973); - _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 2974); - _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 2975); - _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 2976); - _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing11", 264); - _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing12", 264); - _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 2977); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 2978); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 2979); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 2980); - _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 2981); - _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 2982); - _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect13", 2983); - _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 2984); - _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 2985); - _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 2986); - _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 2987); - _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 2988); - _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 2989); - _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 2990); - _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 2991); - _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 2992); - _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 2993); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 2994); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 2995); - _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 2996); - _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing12", 147); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing13", 147); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 467); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 2997); - _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 468); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 469); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 2998); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 2999); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3000); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3001); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3002); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3003); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3004); - _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3005); - _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect14", 3006); - _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3007); - _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3008); - _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3009); - _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3010); - _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3011); - _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3012); - _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3013); - _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3014); - _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3015); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3016); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3017); - _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3018); - _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3019); - _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3020); - _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing13", 725); - _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing14", 725); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3022); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3023); - _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3024); - _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3025); - _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3026); - _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect15", 3027); - _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3028); - _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3029); - _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3030); - _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3031); - _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3032); - _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3033); - _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3034); - _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3035); - _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3036); - _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3037); - _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3038); - _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing14", 726); - _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing15", 726); - _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3040); - _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3041); - _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3042); - _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3043); - _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3044); - _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3045); - _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3046); - _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3047); - _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3048); - _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3049); - _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect16", 3050); - _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3051); - _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3052); - _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3053); - _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3054); - _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3055); - _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3056); - _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3057); - _static_2(A, "task_reducer___addTask$closure", "_addTask", 3058); - _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3059); - _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3060); - _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3061); - _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3062); - _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing15", 727); - _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing16", 727); - _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3064); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3065); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3066); - _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3067); - _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3068); - _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3069); - _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect17", 3070); - _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3071); - _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3072); - _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3073); - _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3074); - _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3075); - _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3076); - _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3077); - _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3078); - _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3079); - _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3080); - _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3081); - _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3082); - _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing16", 728); - _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing17", 728); - _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3084); - _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3085); - _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3086); - _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3087); - _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect18", 3088); - _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3089); - _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3090); - _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3091); - _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3092); - _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3093); - _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3094); - _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3095); - _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3096); - _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3097); - _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3098); - _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3099); - _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing17", 729); - _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing18", 729); - _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3101); - _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3102); - _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3103); - _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3104); - _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3105); - _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3106); - _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect19", 3107); - _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3108); - _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3109); - _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3110); - _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3111); - _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3112); - _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3113); - _static_2(A, "token_reducer___addToken$closure", "_addToken", 3114); - _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3115); - _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3116); - _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3117); - _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3118); - _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing18", 730); - _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing19", 730); - _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 3120); - _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3121); - _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3122); - _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3123); - _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3124); - _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3125); - _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 3126); - _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 3127); - _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect20", 3128); - _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3129); - _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3130); - _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3131); - _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3132); - _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3133); - _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3134); - _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3135); - _static_2(A, "user_reducer___addUser$closure", "_addUser", 3136); - _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 3137); - _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3138); - _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3139); - _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3140); - _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3141); - _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3142); - _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3143); - _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3144); - _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing19", 555); - _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing20", 555); - _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 3146); - _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 3147); - _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 3148); - _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3149); - _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3150); - _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3151); - _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3152); - _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3153); - _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3154); - _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 3155); - _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 3156); - _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect21", 3157); - _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3158); - _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3159); - _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3160); - _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3161); - _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3162); - _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3163); - _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 3164); - _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 3165); - _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3166); - _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3167); - _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3168); - _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing20", 488); - _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing21", 488); - _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3170); - _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3171); - _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3172); - _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3173); - _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3174); - _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3175); - _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect22", 3176); - _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3177); - _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3178); - _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3179); - _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3180); - _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3181); - _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3182); - _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 3183); - _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3184); - _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3185); - _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3186); - _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3187); - _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3188); + _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 64); + _instance_1_u(_, "get$setMonth", "setMonth$1", 64); + _instance_1_u(_, "get$setDay", "setDay$1", 64); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 64); + _instance_1_u(_, "get$setHour", "setHour$1", 64); + _instance_1_u(_, "get$setMinute", "setMinute$1", 64); + _instance_1_u(_, "get$setSecond", "setSecond$1", 64); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 64); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 110); + _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2152); + _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 110); + _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 125); + _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 40); + _static_0(A, "plural_rules___fil_rule$closure", "_fil_rule", 40); + _static_0(A, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 40); + _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 40); + _static_0(A, "plural_rules___sr_rule$closure", "_sr_rule", 40); + _static_0(A, "plural_rules___ro_rule$closure", "_ro_rule", 40); + _static_0(A, "plural_rules___hi_rule$closure", "_hi_rule", 40); + _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 40); + _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 40); + _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 40); + _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 40); + _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 40); + _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 40); + _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 40); + _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 40); + _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 40); + _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 40); + _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 40); + _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 40); + _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 40); + _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 40); + _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 40); + _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 40); + _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 40); + _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 40); + _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 40); + _static_0(A, "plural_rules___en_rule$closure", "_en_rule", 40); + _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 40); + _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 71); + _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 32); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 756); + _static_2(A, "app_reducer__appReducer$closure", "appReducer", 2694); + _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2695); + _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 2696); + _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 2697); + _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 2698); + _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 2699); + _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 2700); + _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 2701); + _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 2702); + _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 2703); + _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 2704); + _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 2705); + _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 2706); + _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 2707); + _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 2708); + _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 2709); + _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 2710); + _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect", 2711); + _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect", 2712); + _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 2713); + _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect", 2714); + _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 2715); + _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 2716); + _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 2717); + _static_2(A, "client_reducer___addClient$closure", "_addClient", 2718); + _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 2719); + _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 2720); + _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 2721); + _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany", 2722); + _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 2723); + _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 2724); + _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing", 718); + _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing", 718); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 2726); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 2727); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 2728); + _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 2729); + _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 2730); + _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect0", 2731); + _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 2732); + _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 2733); + _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 2734); + _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 2735); + _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 2736); + _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 2737); + _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 2738); + _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 2739); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 2740); + _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 2741); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 2742); + _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing0", 145); + _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing0", 145); + _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 617); + _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 2744); + _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 616); + _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 614); + _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 2745); + _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 2746); + _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 2747); + _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 2748); + _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 2749); + _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 2750); + _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 2751); + _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 2752); + _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 2753); + _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect1", 2754); + _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 2755); + _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 2756); + _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 2757); + _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 2758); + _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 2759); + _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 2760); + _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 2761); + _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 2762); + _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 2763); + _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 2764); + _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 2765); + _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing1", 720); + _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing1", 720); + _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 2767); + _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 2768); + _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 2769); + _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 2770); + _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 2771); + _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 2772); + _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect2", 2773); + _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 2774); + _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 2775); + _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 2776); + _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 2777); + _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 2778); + _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 2779); + _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 2780); + _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 2781); + _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 2782); + _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 2783); + _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 2784); + _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing2", 2785); + _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 2786); + _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 2787); + _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 2788); + _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 2789); + _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 2790); + _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 2791); + _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect3", 2792); + _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 2793); + _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 2794); + _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 2795); + _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 2796); + _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 2797); + _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 2798); + _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 2799); + _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 2800); + _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 2801); + _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing2", 308); + _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing3", 308); + _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 2803); + _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 2804); + _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 2805); + _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 2806); + _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 2807); + _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 2808); + _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 2809); + _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 2810); + _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 2811); + _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect4", 2812); + _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 2813); + _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 2814); + _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 2815); + _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 2816); + _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 2817); + _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 2818); + _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 2819); + _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 2820); + _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 2821); + _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 2822); + _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 2823); + _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing3", 722); + _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing4", 722); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 2825); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 2826); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 2827); + _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 2828); + _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 2829); + _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect5", 2830); + _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 2831); + _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 2832); + _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 2833); + _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 2834); + _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 2835); + _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 2836); + _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 2837); + _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 2838); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 2839); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 2840); + _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 2841); + _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing4", 723); + _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing5", 723); + _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 2843); + _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 2844); + _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 2845); + _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 2846); + _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect6", 2847); + _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 2848); + _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 2849); + _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 2850); + _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 2851); + _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 2852); + _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 2853); + _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 2854); + _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 2855); + _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 2856); + _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 2857); + _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 2858); + _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing5", 145); + _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing6", 145); + _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 497); + _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 2859); + _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 496); + _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 495); + _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 2860); + _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 2861); + _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 2862); + _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 2863); + _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 2864); + _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 2865); + _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 2866); + _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 2867); + _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 2868); + _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect7", 2869); + _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 2870); + _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 2871); + _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 2872); + _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 2873); + _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 2874); + _static_2(A, "invoice_reducer___reverseInvoicesSuccess$closure", "_reverseInvoicesSuccess", 2875); + _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 2876); + _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 2877); + _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 2878); + _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 2879); + _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 2880); + _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 2881); + _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 2882); + _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 2883); + _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 2884); + _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing6", 724); + _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing7", 724); + _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 2886); + _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 2887); + _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 2888); + _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 2889); + _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 2890); + _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 2891); + _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 2892); + _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 2893); + _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect8", 2894); + _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 2895); + _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 2896); + _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 2897); + _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 2898); + _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 2899); + _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 2900); + _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 2901); + _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 2902); + _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 2903); + _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 2904); + _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 2905); + _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing7", 725); + _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing8", 725); + _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 2907); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 2908); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 2909); + _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 2910); + _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 2911); + _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 2912); + _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect9", 2913); + _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 2914); + _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 2915); + _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 2916); + _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 2917); + _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 2918); + _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 2919); + _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 2920); + _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 2921); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 2922); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 2923); + _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 2924); + _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing8", 726); + _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing9", 726); + _static_2(A, "product_reducer___viewClientList$closure", "_viewClientList1", 2926); + _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 2927); + _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 2928); + _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 2929); + _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 2930); + _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 2931); + _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 2932); + _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 2933); + _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect10", 2934); + _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 2935); + _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 2936); + _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 2937); + _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 2938); + _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 2939); + _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 2940); + _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 2941); + _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 2942); + _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 2943); + _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 2944); + _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 2945); + _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing9", 727); + _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing10", 727); + _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 2947); + _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 2948); + _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 2949); + _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 2950); + _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 2951); + _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 2952); + _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 2953); + _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 2954); + _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect11", 2955); + _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 2956); + _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 2957); + _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 2958); + _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 2959); + _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 2960); + _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 2961); + _static_2(A, "project_reducer___addProject$closure", "_addProject", 2962); + _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 2963); + _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 2964); + _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 2965); + _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 2966); + _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing10", 145); + _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing11", 145); + _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 461); + _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 2967); + _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 735); + _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 463); + _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 2968); + _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 2969); + _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 2970); + _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 2971); + _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 2972); + _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 2973); + _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 2974); + _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 2975); + _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 2976); + _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect12", 2977); + _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 2978); + _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 2979); + _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 2980); + _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 2981); + _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 2982); + _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 2983); + _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 2984); + _static_2(A, "quote_reducer___convertQuoteSuccess$closure", "_convertQuoteSuccess", 2985); + _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 2986); + _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 2987); + _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 2988); + _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 2989); + _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing11", 308); + _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing12", 308); + _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 2990); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 2991); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 2992); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 2993); + _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 2994); + _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 2995); + _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect13", 2996); + _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 2997); + _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 2998); + _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 2999); + _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3000); + _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3001); + _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3002); + _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3003); + _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3004); + _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3005); + _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3006); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3007); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3008); + _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3009); + _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing12", 145); + _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing13", 145); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 469); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3010); + _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 470); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 471); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3011); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3012); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3013); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3014); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3015); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3016); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3017); + _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3018); + _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect14", 3019); + _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3020); + _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3021); + _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3022); + _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3023); + _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3024); + _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3025); + _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3026); + _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3027); + _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3028); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3029); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3030); + _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3031); + _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3032); + _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3033); + _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing13", 728); + _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing14", 728); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3035); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3036); + _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3037); + _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3038); + _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3039); + _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect15", 3040); + _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3041); + _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3042); + _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3043); + _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3044); + _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3045); + _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3046); + _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3047); + _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3048); + _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3049); + _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3050); + _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3051); + _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing14", 729); + _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing15", 729); + _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3053); + _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3054); + _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3055); + _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3056); + _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3057); + _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3058); + _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3059); + _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3060); + _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3061); + _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3062); + _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect16", 3063); + _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3064); + _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3065); + _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3066); + _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3067); + _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3068); + _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3069); + _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3070); + _static_2(A, "task_reducer___addTask$closure", "_addTask", 3071); + _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3072); + _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3073); + _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3074); + _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3075); + _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing15", 730); + _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing16", 730); + _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3077); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3078); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3079); + _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3080); + _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3081); + _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3082); + _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect17", 3083); + _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3084); + _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3085); + _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3086); + _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3087); + _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3088); + _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3089); + _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3090); + _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3091); + _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3092); + _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3093); + _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3094); + _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3095); + _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing16", 731); + _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing17", 731); + _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3097); + _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3098); + _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3099); + _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3100); + _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect18", 3101); + _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3102); + _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3103); + _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3104); + _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3105); + _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3106); + _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3107); + _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3108); + _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3109); + _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3110); + _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3111); + _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3112); + _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing17", 732); + _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing18", 732); + _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3114); + _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3115); + _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3116); + _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3117); + _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3118); + _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3119); + _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect19", 3120); + _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3121); + _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3122); + _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3123); + _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3124); + _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3125); + _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3126); + _static_2(A, "token_reducer___addToken$closure", "_addToken", 3127); + _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3128); + _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3129); + _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3130); + _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3131); + _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing18", 733); + _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing19", 733); + _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 3133); + _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3134); + _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3135); + _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3136); + _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3137); + _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3138); + _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 3139); + _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 3140); + _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect20", 3141); + _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3142); + _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3143); + _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3144); + _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3145); + _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3146); + _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3147); + _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3148); + _static_2(A, "user_reducer___addUser$closure", "_addUser", 3149); + _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 3150); + _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3151); + _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3152); + _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3153); + _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3154); + _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3155); + _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3156); + _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3157); + _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing19", 734); + _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing20", 734); + _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 3159); + _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 3160); + _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 3161); + _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3162); + _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3163); + _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3164); + _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3165); + _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3166); + _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3167); + _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 3168); + _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 3169); + _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect21", 3170); + _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3171); + _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3172); + _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3173); + _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3174); + _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3175); + _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3176); + _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 3177); + _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 3178); + _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3179); + _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3180); + _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3181); + _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing20", 489); + _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing21", 489); + _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3183); + _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3184); + _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3185); + _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3186); + _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3187); + _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3188); + _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect22", 3189); + _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3190); + _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3191); + _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3192); + _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3193); + _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3194); + _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3195); + _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 3196); + _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3197); + _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3198); + _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3199); + _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3200); + _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3201); _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); @@ -428228,21 +430569,21 @@ _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", 3189); + _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3202); _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", 3190); + _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 3203); _instance_1_u(A.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 33); - _instance_1_u(_ = A.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2067); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2068); + _instance_1_u(_ = A.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2075); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2076); _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", 2070); + _instance_1_u(_, "get$_app_data_table$_resetOrientationAnimation", "_app_data_table$_resetOrientationAnimation$1", 2078); _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); - _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3191); - _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3192); - _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3193); + _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3204); + _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3205); + _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3206); _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); @@ -428250,176 +430591,174 @@ _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", 604); - _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3194); - _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3195); + _instance_2_u(A._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 607); + _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3207); + _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3208); _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", 3196); - _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3197); - _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2173); + _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3209); + _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3210); + _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2184); _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", 3198); - _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3199); - _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3200); + _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3211); + _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3212); + _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3213); _instance_0_u(_ = A._DesignEditState.prototype, "get$_design_edit$_onChanged", "_design_edit$_onChanged$0", 0); _instance_0_u(_, "get$_onHtmlChanged", "_onHtmlChanged$0", 0); - _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2205); - _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3201); - _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3202); + _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2215); + _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3214); + _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3215); _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", 3203); - _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3204); + _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3216); + _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3217); _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", 3205); - _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3206); + _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 3218); + _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3219); _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", 3207); - _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3208); + _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3220); + _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3221); _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", 3209); - _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3210); + _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3222); + _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3223); _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"], 656, 0, 0); - _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3211); - _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3212); + }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 659, 0, 0); + _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3224); + _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3225); _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"], 656, 0, 0); + }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 659, 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", 3213); - _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3214); + _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 3226); + _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3227); _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", 3215); - _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3216); + _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3228); + _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3229); _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", 3217); - _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3218); + _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3230); + _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3231); _instance_0_u(A._ProjectViewState.prototype, "get$_project_view$_onTabChanged", "_project_view$_onTabChanged$0", 0); - _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3219); - _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3220); - _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3221); - _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3222); - _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3223); - _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3224); - _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3225); + _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3232); + _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3233); + _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3234); + _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3235); + _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3236); + _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3237); + _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3238); _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", 3226); - _instance_0_u(A._BuyNowButtonsState.prototype, "get$_buy_now_buttons$_onChanged", "_buy_now_buttons$_onChanged$0", 0); - _static_1(A, "buy_now_buttons_vm_BuyNowButtonsVM_fromStore$closure", "BuyNowButtonsVM_fromStore", 3227); + _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 3239); _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", 3228); + _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 3240); _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", 3229); + _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 3241); _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", 3230); + _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3242); _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", 3231); + _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3243); _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", 3232); + _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3244); _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", 3233); + _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 3245); _instance_0_u(_ = A._EmailSettingsState.prototype, "get$_email_settings$_onChanged", "_email_settings$_onChanged$0", 0); - _instance_1_u(_, "get$_onSavePressed", "_onSavePressed$1", 25); - _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3234); - _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3235); + _instance_1_u(_, "get$_onSavePressed", "_onSavePressed$1", 26); + _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3246); + _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3247); _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", 25); + _instance_1_u(_, "get$_generated_numbers$_onSavePressed", "_generated_numbers$_onSavePressed$1", 26); _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", 3236); - _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3237); + _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 3248); + _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3249); _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", 3238); + _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3250); _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", 3239); + _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3251); _instance_0_u(A._OnlinePaymentsState.prototype, "get$_online_payments$_onChanged", "_online_payments$_onChanged$0", 0); - _static_1(A, "online_payments_vm_OnlinePaymentsVM_fromStore$closure", "OnlinePaymentsVM_fromStore", 3240); - _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3241); - _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3242); - _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3243); + _static_1(A, "online_payments_vm_OnlinePaymentsVM_fromStore$closure", "OnlinePaymentsVM_fromStore", 3252); + _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3253); + _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3254); + _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3255); _instance_0_u(_ = A._SettingsWizardState.prototype, "get$_onRefreshPressed", "_onRefreshPressed$0", 0); _instance_0_u(_, "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", 3244); - _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3245); + _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3256); + _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3257); _instance_0_u(_ = A._TemplatesAndRemindersState.prototype, "get$_templates_and_reminders$_onChanged", "_templates_and_reminders$_onChanged$0", 0); _instance_0_u(_, "get$_handleTabSelection", "_handleTabSelection$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", 3246); + _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3258); _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); - _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3247); + _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3259); _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", 3248); + _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 3260); _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", 3249); - _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3250); + _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3261); + _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3262); _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", 3251); - _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3252); - _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3253); + _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3263); + _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3264); + _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3265); _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", 3254); - _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3255); + _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3266); + _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3267); _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", 3256); - _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3257); + _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3268); + _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3269); _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", 3258); - _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3259); + _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3270); + _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3271); _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", 3260); - _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3261); + _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3272); + _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3273); _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", 3262); - _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3263); + _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 3274); + _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3275); _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", 604); + _instance_2_u(A._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 607); _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", 3264); - _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3265); - _instance_1_u(A.NativePdfRendererPlugin.prototype, "get$onMethodCall", "onMethodCall$1", 313); - _static_1(A, "native_pdf_view_PdfView__render$closure", "PdfView__render", 3266); - _static(A, "native_pdf_view_PdfView__pageBuilder$closure", 3, null, ["call$3"], ["PdfView__pageBuilder"], 3267, 0); - _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 35); - _instance_1_i(_ = A.ImageHandler.prototype, "get$build", "build$1", 72); - _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 451, 0, 0); - _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 451, 0, 0); - _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 451, 0, 0); - _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2612, 0, 0); - _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 648, 0, 0); - _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3268); - _static_1(A, "photo_view__defaultScaleStateCycle$closure", "defaultScaleStateCycle", 3269); - _instance_1_u(A._PhotoViewState.prototype, "get$scaleStateListener", "scaleStateListener$1", 707); - _instance_1_u(_ = A._PhotoViewGalleryState.prototype, "get$scaleStateChangedCallback", "scaleStateChangedCallback$1", 707); - _instance_2_u(_, "get$_buildItem", "_buildItem$2", 136); + _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3276); + _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3277); + _instance_1_u(A.NativePdfRendererPlugin.prototype, "get$onMethodCall", "onMethodCall$1", 293); + _static_1(A, "native_pdf_view_PdfView__render$closure", "PdfView__render", 3278); + _static(A, "native_pdf_view_PdfView__pageBuilder$closure", 3, null, ["call$3"], ["PdfView__pageBuilder"], 3279, 0); + _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 36); + _instance_1_i(_ = A.ImageHandler.prototype, "get$build", "build$1", 69); + _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 424, 0, 0); + _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 424, 0, 0); + _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 424, 0, 0); + _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2622, 0, 0); + _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 615, 0, 0); + _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3280); + _static_1(A, "photo_view__defaultScaleStateCycle$closure", "defaultScaleStateCycle", 3281); + _instance_1_u(A._PhotoViewState.prototype, "get$scaleStateListener", "scaleStateListener$1", 710); + _instance_1_u(_ = A._PhotoViewGalleryState.prototype, "get$scaleStateChangedCallback", "scaleStateChangedCallback$1", 710); + _instance_2_u(_, "get$_buildItem", "_buildItem$2", 126); _instance_0_u(A.PhotoViewController.prototype, "get$_changeListener", "_changeListener$0", 0); _instance_0_u(_ = A.PhotoViewControllerDelegate.prototype, "get$_blindScaleStateListener", "_blindScaleStateListener$0", 0); _instance_0_u(_, "get$_blindScaleListener", "_blindScaleListener$0", 0); @@ -428428,73 +430767,78 @@ _instance_0_u(_ = A.PhotoViewCoreState.prototype, "get$handleScaleAnimation", "handleScaleAnimation$0", 0); _instance_0_u(_, "get$handlePositionAnimate", "handlePositionAnimate$0", 0); _instance_0_u(_, "get$handleRotationAnimation", "handleRotationAnimation$0", 0); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 482); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 484); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 485); - _instance_1_u(_, "get$onAnimationStatus", "onAnimationStatus$1", 35); - _instance_2_u(_, "get$animateOnScaleStateUpdate", "animateOnScaleStateUpdate$2", 559); - _instance_1_u(A.PhotoViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 93); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 667); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 596); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 595); + _instance_1_u(_, "get$onAnimationStatus", "onAnimationStatus$1", 36); + _instance_2_u(_, "get$animateOnScaleStateUpdate", "animateOnScaleStateUpdate$2", 525); + _instance_1_u(A.PhotoViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); _instance_0_i(A.IgnorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _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"], 2623, 0, 0); + _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 2635, 0, 0); _instance_0_u(_ = A.RoundedLoadingButtonState.prototype, "get$_btnPressed", "_btnPressed$0", 9); _instance_0_i(_, "get$_rounded_loading_button$_start", "_rounded_loading_button$_start$0", 9); _instance_0_u(_, "get$_rounded_loading_button$_reset", "_rounded_loading_button$_reset$0", 9); - _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 36); - _instance_2_i(_, "get$onError", "onError$2", 117); + _instance_1_i(A.Subject.prototype, "get$add", "add$1", 31); + _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 31); + _instance_2_i(_, "get$onError", "onError$2", 109); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 36); - _instance_2_i(_, "get$onError", "onError$2", 117); + _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 31); + _instance_2_i(_, "get$onError", "onError$2", 109); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 313); + _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 293); _instance_1_u(_ = A._RenderValueLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 708); - _static_0(A, "clock__systemTime$closure", "systemTime", 718); + _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 711); + _static_0(A, "clock__systemTime$closure", "systemTime", 647); _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); - }], 3270, 0); + }], 3282, 0); _static(A, "print__debugPrintThrottled$closure", 1, null, ["call$2$wrapWidth", "call$1"], ["debugPrintThrottled", function(message) { return A.debugPrintThrottled(message, null); - }], 3271, 0); + }], 3283, 0); _static_0(A, "print___debugPrintTask$closure", "_debugPrintTask", 0); - _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 490); - _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 490); - _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3273); - _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 3274); - _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 3275); - _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 3276); - _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 2184); + _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 519); + _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 519); + _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3285); + _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 3286); + _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 3287); + _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 3288); + _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 2192); _static_1(A, "serialization0_SerializationUtils_computeDecode$closure", "SerializationUtils_computeDecode", 10); })(); (function inheritance() { var _mixin = hunkHelpers.mixin, + _mixinHard = hunkHelpers.mixinHard, _inherit = hunkHelpers.inherit, _inheritMany = hunkHelpers.inheritMany; _inherit(A.Object, null); - _inheritMany(A.Object, [A.Closure, A.NullTreeSanitizer, A.AlarmClock, A.AssetManager, A.AssetManagerException, A.BrowserEngine, A.OperatingSystem, 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.MutatorType, 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.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.CkParagraphBuilder, A._ParagraphCommand, A._ParagraphCommandType, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.DomRenderer, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.ShadowDomHostNode, A.ElementHostNode, A.SurfaceCanvas, A._DomClip, A.PersistedSurface, A.OffScreenCanvas, 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.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A.GlProgram, A.GlContext, A.PersistedSurfaceState, 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.AccessibilityAnnouncements, A._CheckableKind, A.RoleManager, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.Role, A.SemanticsObject, A.AccessibilityMode, A.GestureMode, A.EngineSemanticsOwner, A.EnabledState, A.SemanticsHelper, A.SemanticsEnabler, A.DefaultTextEditingStrategy, A._ListBase_Object_ListMixin, A.MethodCall0, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer0, A.ReadBuffer0, A.SurfaceShadowData, A.CanvasParagraph, A.FlatTextSpan, A.StyleNode, A.CanvasParagraphBuilder, A.FontCollection, A.FontManager, A.TextLayoutService, A.RangeBox, A.LineSegment, A.LineBuilder, A.Spanometer, A.LineCharProperty, A.LineBreakType, A.LineBreakResult, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.DirectionalPosition, A._ComparisonResult, A.UnicodeRange, A.UnicodePropertyLookup, A.WordCharProperty, A._FindBreakDirection, A.BrowserAutofillHints, A.EngineInputType, A.TextCapitalization, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.TransformKind, A.Matrix40, A.Vector30, A.WebExperiments, 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._PendingEvents, A._DelayedEvent, A._DelayedDone, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._ZoneFunction, A._RunNullaryZoneFunction, A._RunUnaryZoneFunction, A._RunBinaryZoneFunction, A._RegisterNullaryZoneFunction, A._RegisterUnaryZoneFunction, A._RegisterBinaryZoneFunction, A._ZoneSpecification, A._ZoneDelegate, 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._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.Codec0, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, 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.Expando, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A._FakeUserTag, A.ServiceExtensionResponse, A.TimelineTask, A._AsyncBlock, A.CssStyleDeclarationBase, A._WrappedEvent, A._BeforeUnloadEventStreamProvider, 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.ClipOp, A.PathFillType, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A._HashEnd, A.KeyEventType, A.KeyData, A.Color, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.MaskFilter, A.FilterQuality, A.ImageByteFormat, A.Shadow, A.PlatformConfiguration, A.ViewConfiguration0, A.FrameTiming, A.AppLifecycleState, A.Locale, A.PointerChange, A.PointerDeviceKind, A.PointerSignalKind, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontStyle, A.PlaceholderAlignment, A.FontWeight, A.FontFeature, A.TextAlign, A.TextBaseline, A.TextDecoration, A.TextDecorationStyle, A.TextLeadingDistribution, A.TextDirection, A.TextBox, A.TextAffinity, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.BoxHeightStyle, A.BoxWidthStyle, A.TileMode, A.AccessibilityFeatures, A.Brightness, A.CallbackHandle, A.GestureSettings, A.PlatformViewRegistry, A.GZipEncoder, A.InputStreamBase, A.OutputStreamBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, 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.ImageRenderMethodForWeb, A._ImageStreamCompleter_Object_Diagnosticable, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.BaseChart0, A.BaseSeriesRenderer, A.BaseBarRendererElement, A.BaseAnimatedBar, A.LayoutViewConfig, A.ConstCornerStrategy, A.BarGroupingType, A.AxisOrientation, A.ImmutableAxis, A.Tick, A.CollisionReport, A.BaseRenderSpec, A.BaseTickDrawStrategy, A._PixelVerticalDirection, A.NoneDrawStrategy, A.LinearScale, A.LinearScaleDomainInfo, A.LinearScaleFunction, A.LinearScaleViewportSettings, A.NumericExtents, A.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, A.Scale, A.ScaleOutputExtent, A.RangeBandType, A.RangeBandConfig, A.StepSizeType, A.StepSizeConfig, A.Extents, A.SimpleOrdinalScale, A.AxisSpec, A.TextStyleSpec, A.LineStyleSpec, A.TickLabelAnchor, A.TickLabelJustification, A.SimpleTickFormatterBase, A.AutoAdjustingDateTimeTickProvider, A.BaseTimeStepper, A._TimeStepIteratorImpl, A.DateTimeTickFormatter, A.TimeTickFormatterImpl, A.CalendarField, A.LifecycleListener, A.BehaviorPosition, A.OutsideJustification, A.InsideJustification, A.DomainHighlighter0, A.Legend, A.LegendState, A.LegendTapHandling, A.LegendEntryBase, A.LegendDefaultMeasure, A.PerSeriesLegendEntryGenerator, A.LinePointHighlighter0, A.LayoutView, A.NullablePoint, A._PointRendererElement, A._AnimatedPoint, A.LinePointHighlighterFollowLineType, A.SelectNearest0, A.SelectionMode, A.SelectionTrigger, A.CanvasRect, A.CanvasBarStack, A.FillPatternType, A.DatumDetails, A.ImmutableSeries, A.SelectionModel, A.SelectionModelType, A.SeriesDatum, A.TypedRegistry, A.IdentityConverter, A.LayoutConfig, A.MarginSpec, A.LayoutManagerImpl, A._MeasuredSizes, A.SizeList, A._DesiredViewSizes, A.VerticalMarginStrategy, A.HorizontalMarginStrategy, A.LayoutPosition, 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.TextDirection0, A.MaxWidthStrategy, A.TextMeasurement, A.TypedKey, A.Series, A.ChartBehavior, A.GestureType, A.BaseLegendContentBuilder, A.SimpleLegendEntryLayout, A.TabularLegendLayout, A.ChartCanvas, A.AbstractNode, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement, A.TextStyle0, A.MultiChildLayoutDelegate, A._HorizontalJustification, A.Clock, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A.XFileBase, A.PlatformInterface, A.Enum, A.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node0, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A._MacOSCodes, A._WindowsCodes, A.FileType, A.FilePickerResult, A.PlatformFile, A.Int64, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A.Simulation, A.AnimationWithParentMixin, A._TrainHoppingMode, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.CupertinoUserInterfaceLevelData, 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.DiagnosticLevel, A.DiagnosticsTreeStyle, A.TextTreeConfiguration, A._WordWrapParseMode, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A._LicenseEntryWithLineBreaksParserState, A.TargetPlatform, A.WriteBuffer, A.ReadBuffer, A.StackFrame, A.SynchronousFuture, A.GestureDisposition, 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._ForceState, 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._DragState, A.MultiDragPointerState, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.DragStartBehavior, A.GestureRecognizerState, A.OffsetPair, A._ScaleState, 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._ActionLevel, A._LayoutMode, A._Focus, A._MasterDetailFlowProxy, A.ThemeMode, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._CornerId, 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._LerpProperties3, A._LerpSides, A._LerpShapes, A._MouseCursor_Object_Diagnosticable, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._LerpProperties1, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A._LerpProperties2, A.DatePickerEntryMode, A.DatePickerMode, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A.DrawerAlignment, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._DefaultHeroTag, A._FloatingActionButtonType, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.InkFeature, A.InteractiveInkFeatureFactory, A._HighlightType, A.ShapeBorder, A.FloatingLabelBehavior, A._DecorationSlot, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A.ListTileStyle, A.ListTileControlAffinity, A._ListTileSlot, A.MaterialType, A.DefaultMaterialLocalizations, A.MaterialState, A._MaterialStatePropertyWith, A._MaterialStatePropertyAll, A.MaterialStateMixin, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._PopupMenuThemeData_Object_Diagnosticable, A._ActivityIndicatorType, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A._LerpProperties0, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._ScaffoldSlot, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._LerpProperties4, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A.SnackBarClosedReason, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchType, A._SwitchListTileType, A._SwitchThemeData_Object_Diagnosticable, A._LerpProperties, A._TabBarTheme_Object_Diagnosticable, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A.MaterialTapTargetSize, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.DayPeriod, A.TimeOfDay, A.TimeOfDayFormat, A.HourFormat, A._TimePickerMode, A.TimePickerEntryMode, A._TimePickerFragmentContext, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin, A._TooltipThemeData_Object_Diagnosticable, A.TooltipTriggerMode, A.ScriptCategory, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.RenderComparison, A.Axis0, A.VerticalDirection, A.AxisDirection, A.PaintingBinding, A.BorderRadiusGeometry, A.BorderStyle, A.BorderSide, A.BoxShape, A.BoxFit, A.FittedSizes, A.ClipContext, A.ImageSizeInfo, A.ImageRepeat, A.DecorationImagePainter, A.EdgeInsetsGeometry, 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.TextOverflow, A.PlaceholderDimensions, A.TextWidthBasis, A._CaretMetrics, A.TextPainter, A._TextStyle_Object_Diagnosticable, A.SpringDescription, A.SpringType, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RenderAnimatedSizeState, A.RendererBinding, A.ParentData, A._IntrinsicDimension, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.CustomPainterSemantics, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A.FlexFit, A.MainAxisSize, A.MainAxisAlignment, A.CrossAxisAlignment, 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.PlatformViewHitTestBehavior, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.HitTestBehavior, A.RenderAnimatedOpacityMixin, A.DecorationPosition, A.GrowthDirection, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.SliverGridGeometry, A.SliverGridLayout, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.PersistentHeaderShowOnScreenConfiguration, A.RelativeRect, A.StackFit, A.Overflow, A.TableCellVerticalAlignment, A.ViewConfiguration, A.CacheExtentStyle, A.RevealedOffset, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.SchedulerPhase, A.SchedulerBinding, A.Priority, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.SemanticsTag, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A.DebugSemanticsDumpOrder, 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.KeyDataTransitMode, A.KeyMessage, A.KeyEventManager, A._KeyboardKey_Object_Diagnosticable, A.MethodCall, 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.KeyboardSide, A.ModifierKey, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard, A._ModifierSidePair, A.RestorationBucket, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A.SystemSoundType, A.TextEditingDelta, A.MaxLengthEnforcement, A.TextInputFormatter, A.SmartDashesType, A.SmartQuotesType, A.TextInputType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.TextEditingValue, A.SelectionChangedCause, A.TextSelectionDelegate, A.TextInputConnection, A.TextInput, A._Intent_Object_Diagnosticable, A._Action_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A.CrossFadeState, A._ChildEntry, A.ConnectionState, A.AsyncSnapshot, A.AutofillContextAction, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A.KeyEventResult, A._Autofocus, A.FocusAttachment, A.UnfocusDisposition, A._FocusNode_Object_DiagnosticableTreeMixin, A.FocusHighlightMode, A.FocusHighlightStrategy, A._FocusManager_Object_DiagnosticableTreeMixin, A._FocusTraversalGroupInfo, A.TraversalDirection, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A._InactiveElements, A.BuildOwner, A.DebugCreator, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A.HeroFlightDirection, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.Orientation, A.MediaQueryData, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._RouteLifecycle, A._NavigatorObservation, A._RouteRestorationType, A._RestorationInformation, A.OverflowBarAlignment, A._GlowState, A._StretchState, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.PlatformViewCreationParams, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A.AndroidOverscrollIndicator, A._WrappedScrollBehavior, A.ScrollMetrics, A.ViewportNotificationMixin, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollableDetails, A.ScrollIncrementType, A.ScrollbarOrientation, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A.SliverChildDelegate, A._RenderSliverPersistentHeaderForWidgetsMixin, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TextEditingActionTarget, A.TextSelectionHandleType, A._TextSelectionHandlePosition, A.TextSelectionOverlay, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A.CacheManager, A.ImageCacheManager, A.CacheStore, A.Config, A.FileResponse, A.NonStoringObjectProvider, A.CacheObject, A.MemoryCacheSystem, A.FileService, A.HttpGetResponse, A.QueueItem, A.WebHelper, A.GlobalCupertinoLocalizations, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.ActionPaneType, A.GestureDirection, A.EndGesture, A.SlidableController, A.ActionPaneData, A.StyledToastPosition, A.StyledToastAnimation, A.ToastFuture, A.ToastManager, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.GoogleSignInPlatform, A.SignInOption, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.BaseClient, A.BaseRequest, A.BaseResponse, A.ClientException, A.MultipartFile, A.MediaType, A.ImagePicker, A.ImageResizer, A.CameraDevice, A.ImageSource, 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.PluralCase, A.InvoiceStatusColors, A.RecurringInvoiceStatusColors, A.CreditStatusColors, A.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ContactEntityBuilder, 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._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, 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.BelongsToClient, 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.DocumentRepository0, A.ExpenseCategoryRepository, A.ExpenseRepository, A.GroupRepository, A.InvoiceRepository, A.PaymentRepository, A.PaymentTermRepository, A.PersistenceRepository, A.ProductRepository, A.ProjectRepository, 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.PersistUI, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.ViewMainScreen, A.StartSaving, A.StopSaving, A.LoadStaticSuccess, A.ToggleEditorLayout, 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.DeleteClientsRequest, A.DeleteClientsSuccess, A.DeleteClientsFailure, 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.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.UpdateDashboardSelection, A.UpdateDashboardEntityType, 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.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.ReverseInvoicesRequest, A.ReverseInvoicesSuccess, A.ReverseInvoicesFailure, 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.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.ConvertQuotes, A.ConvertQuoteSuccess, A.ConvertQuoteFailure, 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.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.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.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.AppDrawerVM, A.MenuDrawerVM, 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.QuoteScreenVM, A.RecurringExpenseListVM, A.RecurringExpenseScreenVM, A.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, 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.QuoteItemReportFields, A.QuoteReportFields, A.ReportColumnType, A.ReportResult, A.ReportElement, A.ReportsScreenVM, A.GroupTotals, A.TaskReportFields, A.AccountManagementVM, A.BuyNowButtonsVM, 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.OnlinePaymentsVM, 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.UpdateState, 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.FormatNumberType, A.LocaleCodeAware, A.LocalizationsProvider, A.AndroidAuthMessages, A.IOSAuthMessages, A.LocalAuthentication, A.Level, A.LogRecord, A.Logger, A.PdfDocument, A.PdfPageNotFoundException, A.PdfPage, A.PdfPageAlreadyClosedException, A.PdfPageImage, A.Document, A.Page, A.Data, A.NativePdfRendererPlugin, A.Repository, A.RepositoryItemNotFoundException, A.PdfController, A._PdfViewLoadingState, A.AnimationDirection, A._PlaceholderType, A.ImageHandler, A.OverflowViewLayoutBehavior, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PermissionStatus0, A.Permission, A.PhotoViewGalleryPageOptions, A.PhotoViewControllerValue, A.PhotoViewController, A.PhotoViewControllerDelegate, A.PhotoViewScaleStateController, A.HitCornersDetector, A.HitCorners, A.PhotoViewComputedScale, A.PhotoViewScaleState, A.PhotoViewHeroAttributes, A.ScaleBoundaries, A.CornersRange, A.Platform, A._QrBitBuffer_Object_ListMixin, A.QrByte, A.InputTooLongException, A.QrPolynomial, A.QrCode, A.QrRsBlock, A.PaintCache, A._PaintMetrics, A.QrCodeElement, A.FinderPatternPosition, A.QrEyeShape, A.QrDataModuleShape, A.QrEyeStyle, A.QrDataModuleStyle, A.QrValidationResult, A.QrValidationStatus, A.MiddlewareClass, A.Store, A.TypedReducer, A.TypedMiddleware, A.ButtonState, A.RoundedLoadingButtonController, A._MissingCase, A._Wrapper, A.ForwardingSink, A.ErrorAndStackTrace, A._MultiControllerSink, A.ValueWrapper, A.HubAdapter, A.NoOpHub, A.Breadcrumb, A.SentryLevel, A.SentryFlutterWeb, A.SharedPreferences, A.SharedPreferencesStorePlatform, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.StringScanner, A.BasicLock, A.EnMessages, A.EnShortMessages, A.EsMessages, A.EsShortMessages, A.Uuid, A.Matrix3, A.Matrix4, A.Quaternion, A.Vector3, A.Vector4, A.Version]); - _inheritMany(A.Closure, [A.Closure2Args, A.Closure0Args, A.initializeEngine__closure, A._addUrlStrategyListener_closure, A.AssetManager__baseUrl_closure, A.ProductionCollector_closure, A.HtmlViewEmbedder_getOverlayCanvases_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.skiaInstantiateWebImageCodec_closure, A.skiaInstantiateWebImageCodec_closure0, A.skiaInstantiateWebImageCodec_closure1, A.initializeCanvasKit_closure, A.initializeCanvasKit__closure0, A._startDownloadingCanvasKit_closure, A._startDownloadingCanvasKit_closure1, A._startDownloadingCanvasKit_closure3, 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.DomRenderer_reset_closure, A.DomRenderer_setPreferredOrientation_closure, A.DomRenderer_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, 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.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_closure0, A.HybridTextEditing__startEditing_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_first_closure0, A._StreamHandlerTransformer_closure, A._CustomZone_bindUnaryCallback_closure, A._CustomZone_bindUnaryCallbackGuarded_closure, A._RootZone_bindUnaryCallback_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_parseIPv6Address_error, 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._BeforeUnloadEventStreamProvider_forTarget_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_closure, 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.promiseToFuture_closure, A.promiseToFuture_closure0, A.KeyData__quotedCharCode_closure, A.webOnlyInstantiateImageCodecFromUrl_closure, A._futurize_closure, 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_closure, A.Series_Series_closure0, A.Series_Series_closure1, 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.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, 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.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__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_closure17, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure10, 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._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.ListTileTheme_merge_closure, A._RenderListTile_paint_doPaint, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, 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__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_closure1, A._TextFieldState_build_closure2, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._AnimatedThemeState_forEachTween_closure, 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._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, 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_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_formatEditUpdate_closure, A.FilteringTextInputFormatter_formatEditUpdate__closure, A.FilteringTextInputFormatter_formatEditUpdate__closure0, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_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__closure, A._RawAutocompleteState_initState_closure, A._RawAutocompleteState_didUpdateWidget_closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_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_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.EditableTextState_didChangeDependencies_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__updateSizeAndTransform_closure, A.EditableTextState__updateComposingRectIfNeeded_closure, A.EditableTextState__updateCaretRectIfNeeded_closure, A._Editable__extractChildren_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.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_closure0, A.HtmlElementView__createHtmlElementView_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_closure0, A.RawScrollbarState_build_closure, 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.TextEditingActionTarget_nextCharacter_closure, A.TextSelectionOverlay_showHandles_closure, A.TextSelectionOverlay_showHandles_closure0, A.TextSelectionOverlay__buildHandle_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._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.injectJSLibraries_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.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.ClientEntity_ClientEntity_closure, A.ClientEntity_getActivities_closure, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.CompanyGatewayEntity_addCard_closure, A.CompanyGatewayEntity_removeCard_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.ActivityEntity_getDescription_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_applyClient_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_getInvitationForContact_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_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.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.ProductRepository_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.editEntity__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._createLoadState__closure4, A._createLoadState__closure5, 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._editClient_closure, A._viewClient_closure, A._viewClientList_closure1, A._viewClientList__closure, A._archiveClient_closure, A._archiveClient__closure, A._archiveClient__closure0, A._archiveClient__closure1, A._deleteClient_closure, A._deleteClient__closure, A._deleteClient__closure0, A._deleteClient__closure1, 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_closure10, A._saveDocument__closure21, A._saveDocument__closure22, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure48, A.editingReducer__closure47, A.editingReducer__closure46, A.editingReducer__closure45, 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_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, 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.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__closure5, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure6, 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__closure, 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._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.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.memoizedChartInvoices_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._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_closure8, A._saveDocument__closure17, A._saveDocument__closure18, 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_closure2, A.handleInvoiceAction_closure3, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, 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._reverseInvoices_closure, A._reverseInvoices__closure, A._reverseInvoices__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_closure9, A._saveDocument__closure19, A._saveDocument__closure20, A.invoiceUIReducer_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._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_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._reverseInvoicesSuccess_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.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__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_closure11, A._saveDocument__closure23, A._saveDocument__closure24, A.productUIReducer_closure, A.editingReducer__closure49, 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_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, 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._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_closure5, A._saveDocument__closure11, A._saveDocument__closure12, 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.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure2, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, 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._convertQuote_closure, A._convertQuote__closure, A._convertQuote__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_closure4, A._saveDocument__closure9, A._saveDocument__closure10, 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._convertQuoteSuccess_closure0, A._convertQuoteSuccess_closure1, A._convertQuoteSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A._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._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._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._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_closure3, A._saveDocument__closure7, A._saveDocument__closure8, 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.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_closure1, A.handleTaskAction__closure, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A.handleTaskAction_closure5, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._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_closure6, A._saveDocument__closure13, A._saveDocument__closure14, 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._addTaskTime_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_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.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.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.handleVendorAction_closure, 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_closure7, A._saveDocument__closure15, A._saveDocument__closure16, 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._AppScrollbarState_build_closure, A._AppScrollbarState_build_closure0, A._ChangeLayoutBannerState_build__closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure1, 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_closure1, A.EditScaffold_build_closure0, A.EditScaffold_build_closure2, A.EditScaffold_build__closure, A.EditScaffold_build_closure3, A.showEntityActionsDialog_closure, A.showEntityActionsDialog_closure0, A._EntityListTileState_build_closure1, A._EntityListTileState_build_closure2, A._EntitiesListTileState_build_closure0, A._EntitiesListTileState_build_closure1, A._EntityDropdownState__showOptions_closure, A._EntityDropdownState__showOptions__closure0, A._EntityDropdownState_build__closure5, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build__closure, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build__closure4, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build_closure2, A._EntityDropdownState_build___closure, A._EntityDropdownDialogState_build__selectEntity, A._EntityDropdownDialogState_build__headerRow_closure, A._EntityDropdownDialogState_build__headerRow__closure, A._EntityDropdownDialogState_build__createList_closure, 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.AppDropdownButton_build_closure, A.AppToggleButtons_build_closure, 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_closure0, 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_closure, A.DynamicSelector_build_closure0, 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.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildTemplateDropdown_closure2, A._InvoiceEmailViewState__buildEdit_closure, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState_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._ListFilterState_build_closure0, A.ListScaffold_build_closure1, A.ListScaffold_build_closure5, A._LiveTextState_initState_closure, A.MenuDrawer_build__companyLogo, A.MenuDrawer_build__companyListItem, A.MenuDrawer_build__companyListItem_closure, A.MenuDrawer_build_closure, A.MenuDrawer_build__closure1, A.MenuDrawer_build_closure0, A.MenuDrawer_build__closure0, A.MenuDrawer_build_closure3, A.MenuDrawer_build__closure, A.MenuDrawer_build_closure1, A.MenuDrawer_build_closure2, 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._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_closure4, A._LoginState_build_closure5, A._LoginState_build_closure7, A._LoginState_build_closure6, A._LoginState_build_closure8, A._LoginState_build_closure9, A._LoginState_build_closure10, A._LoginState_build_closure11, A._LoginState_build_closure12, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore___closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure1, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure2, 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_closure1, A._ClientPdfViewState_build_closure2, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure, 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__closure0, 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._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_closure4, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure5, 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_closure17, A._CompanyGatewayEditState_build_closure16, A.CardListTile_build_closure, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure0, 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____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_closure0, 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___closure, A.CreditEditVM_CreditEditVM$fromStore___closure0, A.CreditEditVM_CreditEditVM$fromStore___closure1, A.CreditEditVM_CreditEditVM$fromStore____closure, A.CreditEditVM_CreditEditVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure1, A.CreditViewScreen_build_closure0, A.CreditViewVM_CreditViewVM$fromStore__handleRefresh, A.CreditViewVM_CreditViewVM$fromStore_closure, A.CreditViewVM_CreditViewVM$fromStore_closure0, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore__closure1, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore_closure3, A._DashboardChartState__onSelectionChanged_closure, A._DashboardChartState__onSelectionChanged_closure0, A._DashboardChartState_build_closure, A._DashboardDateRangePickerState_build_closure, A._DashboardDateRangePickerState_build_closure0, A._DashboardDateRangePickerState_build_closure1, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build_closure7, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header__closure1, A.DashboardPanels__header__closure4, A.DashboardPanels__header___closure1, A.DashboardPanels__header__closure5, A.DashboardPanels__header___closure0, A.DashboardPanels__header___closure, A.DashboardPanels__paymentChart_closure, A.DashboardPanels__quoteChart_closure, A.DashboardPanels__taskChart_closure, A.DashboardPanels__expenseChart_closure, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A.DashboardPanels_build__closure2, A.DashboardPanels_build__closure3, A.__DashboardPanelState_build_closure, A._InvoiceChart_build_closure, A._DashboardScreenState_initState_closure, A._DashboardScreenState_initState_closure0, A._DashboardScreenState_initState__closure, A._DashboardScreenState_build_closure, A._DashboardScreenState_build_closure0, A._DashboardScreenState_build_closure1, A.DashboardVM_fromStore__handleRefresh, A.DashboardVM_fromStore_closure, A.DashboardVM_fromStore_closure2, A.DashboardVM_fromStore_closure0, A.DashboardVM_fromStore_closure5, A.DashboardVM_fromStore_closure3, A.DashboardVM_fromStore_closure4, 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__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_closure0, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build_closure2, 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__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseListItem_build__closure, A.ExpenseListItem_build__closure3, A.ExpenseListVM_fromStore__handleRefresh, A.ExpenseListVM_fromStore_closure, A.ExpenseListVM_fromStore_closure0, A.ExpenseScreen_build_closure11, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A.ExpenseScreen_build_closure9, A._ExpenseViewState_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewDocuments_build_closure0, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__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_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._ContactListTile_build_closure, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, 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_closure8, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build__closure, 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.__PdfPreviewState_build_closure2, 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__closure13, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure25, 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__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build_closure14, A._InvoiceEditItemsDesktopState_build_closure13, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build_closure11, A._InvoiceEditItemsDesktopState_build_closure12, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build_closure9, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build_closure10, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure16, A._InvoiceEditItemsDesktopState_build_closure15, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build_closure18, A._InvoiceEditItemsDesktopState_build_closure17, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build_closure20, A._InvoiceEditItemsDesktopState_build_closure19, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build_closure22, A._InvoiceEditItemsDesktopState_build_closure21, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build_closure24, A._InvoiceEditItemsDesktopState_build_closure23, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build_closure26, A._InvoiceEditItemsDesktopState_build_closure25, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build_closure28, A._InvoiceEditItemsDesktopState_build_closure27, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build_closure30, A._InvoiceEditItemsDesktopState_build_closure29, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build_closure32, A._InvoiceEditItemsDesktopState_build_closure31, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build_closure34, A._InvoiceEditItemsDesktopState_build_closure33, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build_closure36, A._InvoiceEditItemsDesktopState_build_closure35, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build_closure37, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure38, 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___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, A.InvoiceEditVM_InvoiceEditVM$fromStore____closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, 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_closure0, 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_closure1, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure15, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure13, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, 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_closure6, 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_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure3, 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.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_closure0, 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_closure5, A._PaymentableEditorState_build_closure7, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure8, 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_closure3, A._ProductEditState_build_closure4, A._ProductEditState_build_closure, A._ProductEditState_build_closure0, A._ProductEditState_build__closure2, A._ProductEditState_build_closure1, A._ProductEditState_build__closure1, A._ProductEditState_build_closure2, 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__closure4, 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.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___closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure1, A.QuoteEditVM_QuoteEditVM$fromStore____closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure1, 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_closure0, 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_closure13, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure11, 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_closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, A.RecurringExpenseListItem_build__closure, A.RecurringExpenseListItem_build__closure3, A.RecurringExpenseListVM_fromStore__handleRefresh, A.RecurringExpenseListVM_fromStore_closure, A.RecurringExpenseListVM_fromStore_closure0, A.RecurringExpenseScreen_build_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___closure, A._RecurringInvoiceEditState_build___closure0, A._RecurringInvoiceEditState_build___closure1, 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___closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, 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_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, 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.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.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure11, A.ReportsScreen_build_closure12, A.ReportsScreen_build_closure13, A.ReportsScreen_build___closure0, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure16, 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_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._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__closure4, A._AccountOverview_build_closure2, A._AccountOverview_build__closure3, A._AccountOverview_build_closure3, 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._BuyNowButtonsState_dispose_closure, A._BuyNowButtonsState_didChangeDependencies_closure, A._BuyNowButtonsState_didChangeDependencies_closure0, A._BuyNowButtonsState_build_closure, 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_closure18, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure4, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure9, A._ClientPortalState_build__closure6, A._ClientPortalState_build_closure11, A._ClientPortalState_build__closure5, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build_closure19, 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__closure7, A._DeviceSettingsState_build_closure6, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build_closure9, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure15, 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__closure5, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure3, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure8, 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__closure15, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build_closure6, 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__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__closure0, A._FieldMapper_build_closure2, A._FieldMapper_build__closure, A._FieldMapper_build_closure0, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure10, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build_closure21, 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.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__closure11, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build_closure9, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._OnlinePaymentsState_didChangeDependencies_closure, A._OnlinePaymentsState_didChangeDependencies_closure0, A._OnlinePaymentsState__onChanged_closure, A._OnlinePaymentsState_build_closure0, A._OnlinePaymentsState_build__closure1, A._OnlinePaymentsState_build_closure1, A._OnlinePaymentsState_build__closure0, A._OnlinePaymentsState_build_closure, A._OnlinePaymentsState_build__closure2, A._OnlinePaymentsState_build_closure2, A._OnlinePaymentsState_build__closure, A.OnlinePaymentsVM_fromStore_closure0, A.OnlinePaymentsVM_fromStore_closure, A.OnlinePaymentsVM_fromStore_closure1, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure5, 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__onRefreshPressed_closure, A._SettingsWizardState__onRefreshPressed_closure0, 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__closure5, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure6, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build_closure4, 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_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__handleTabSelection_closure0, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure0, A._ReminderSettingsState_build_closure, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure10, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure7, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure6, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure1, A._UserDetailsState_build__closure0, 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_closure3, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore____closure0, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore____closure3, A.UserDetailsVM_fromStore___closure4, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, 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__closure19, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build___closure3, 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_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure10, 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_closure21, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build_closure20, 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_initState_closure, A._TaskEditState_build_closure2, A._TaskEditState_build_closure3, 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_closure7, A._TaskEditDesktopState_build_closure8, A._TaskEditDesktopState_build_closure9, 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._TaskEditTimesState_build__closure, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure1, A.TimeEditDetailsState_build_closure2, 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_closure8, 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__initBoard_closure1, 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_closure13, A.TaskScreen_build_closure9, A.TaskScreen_build_closure5, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure1, A.TaskScreen_build_closure2, A.TaskScreen_build_closure3, 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.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__closure3, A._WebhookEditState_build___closure2, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure1, A._WebhookEditState_build__closure2, 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__closure, 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.EnumUtils_fromString_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesStringsValue_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_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.Page_render_closure, A._PdfViewState__buildLoaded_closure1, 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.PhotoViewGestureDetector_build_closure0, A.PhotoViewGestureDetector_build_closure2, A.PhotoViewGestureDetector_build_closure4, A._ImageWrapperState__getOrCreateListener_handleImageChunk, A._registerFactory_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SharedPreferencesPlugin__storedFlutterKeys_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.format_closure, A.MethodChannelUrlLauncher_canLaunch_closure, A.MethodChannelUrlLauncher_launch_closure]); - _inheritMany(A.Closure2Args, [A.initializeEngine_closure, A.HtmlViewEmbedder_submitFrame_closure, A.initializeCanvasKit__closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.Surface_acquireFrame_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.KeyboardConverter_handleEvent_closure2, A.KeyboardConverter_handleEvent__closure, A.StandardMessageCodec_writeValue_closure0, A.saveForms_closure, A._HeaderValue_toString_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A._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__parseIPv4Address_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._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.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_debugDescribeChildren_add, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_debugDescribeChildren_add, 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_closure0, A._TextFieldState_build_closure3, A.__TextFieldState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure1, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A.NetworkImage__loadAsync_closure, A._CompoundBorder_dimensions_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_hitTestChildren_closure, A.RenderEditable__paintContents_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderParagraph_hitTestChildren_closure, A.RenderParagraph_paint_closure, A.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_closure, 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.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.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, 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.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.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.editingContactReducer_closure, A.editingContactReducer_closure0, 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.editingReducer_closure112, A.editingReducer_closure113, 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.editingReducer_closure125, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.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_closure35, A.editingReducer_closure36, A.editingReducer_closure37, A.editingReducer_closure38, 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_closure47, A.editingReducer_closure48, 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.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.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_closure58, A.editingReducer_closure59, A.editingReducer_closure60, A.editingReducer_closure61, 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_closure30, 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_closure26, A.editingReducer_closure27, A.editingReducer_closure28, A.editingReducer_closure29, 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_closure85, A.editingReducer_closure86, A.editingReducer_closure87, A.editingReducer_closure88, 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_closure31, A.editingReducer_closure32, A.editingReducer_closure33, A.editingReducer_closure34, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_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.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, 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_closure101, A.editingReducer_closure102, 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.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_closure62, A.editingReducer_closure63, A.editingReducer_closure64, A.editingReducer_closure65, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure175, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, 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.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_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_closure97, A.editingReducer_closure98, A.editingReducer_closure99, A.editingReducer_closure100, 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_closure74, A.editingReducer_closure75, 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.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_closure, 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_closure93, A.editingReducer_closure94, A.editingReducer_closure95, A.editingReducer_closure96, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure2, 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.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.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_closure89, A.editingReducer_closure90, A.editingReducer_closure91, A.editingReducer_closure92, 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_closure39, A.editingReducer_closure40, A.editingReducer_closure41, A.editingReducer_closure42, 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_closure66, A.editingReducer_closure67, A.editingReducer_closure68, A.editingReducer_closure69, 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.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideDesktopWarningReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeReducer_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.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.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, 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_closure43, A.editingReducer_closure44, A.editingReducer_closure45, A.editingReducer_closure46, 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_closure22, A.editingReducer_closure23, A.editingReducer_closure24, A.editingReducer_closure25, 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_closure70, A.editingReducer_closure71, A.editingReducer_closure72, A.editingReducer_closure73, 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._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState_build__closure2, A._EntityDropdownDialogState_build__createList_closure0, A.EntityTopFilter_build_closure4, A._TimePickerState__showTimePicker_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_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__closure0, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore__closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A.ClientPdfScreen_build_closure, 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._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_closure5, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditViewScreen_build_closure, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A.DashboardPanels__header_closure, A.DashboardPanels__paymentChart_closure0, A.DashboardPanels__quoteChart_closure0, A.DashboardPanels__taskChart_closure0, A.DashboardPanels__expenseChart_closure0, A.DashboardPanels_build_closure, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure2, A._InvoiceChart_build_closure0, 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_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentScreen_build_closure5, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure6, 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_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, 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.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, 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._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_closure5, A.InvoiceScreen_build_closure6, 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.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure5, A.PaymentScreenBuilder_build_closure, 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_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_closure5, A.ProductScreenBuilder_build_closure, A.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, 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_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewScreen_build_closure, A.ProjectViewVM_ProjectViewVM$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._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_closure5, A.QuoteScreen_build_closure6, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, 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.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, 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.lineItemReport_closure2, A.quoteReport_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._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure, 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._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.BuyNowButtonsScreen_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_closure5, 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_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure11, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A.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.OnlinePaymentsScreen_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._UserDetailsState_build_closure9, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore____closure2, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard_closure2, 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_closure11, A.TaskScreen_build_closure10, 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_closure5, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, 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_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_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_closure5, A.VendorScreenBuilder_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_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.memo2_closure, A._PdfViewState__buildLoaded_closure, A._PdfViewState__buildLoaded_closure0, A._PdfViewState_build_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A._PhotoViewState_build_closure, A.PhotoViewCoreState_build_closure, A._ImageWrapperState__getOrCreateListener_handleImageFrame, A._ImageWrapperState__getOrCreateListener_handleError, A._QrImageState_build_closure, A.hashObjects_closure1, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.hashObjects_closure0]); - _inheritMany(A.Closure0Args, [A.initializeEngine_closure0, A._addUrlStrategyListener_closure0, A.AssetManager__baseUrl_closure0, A.ProductionCollector_collect_closure, 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.httpRequestFactory_closure, A.CkImage_closure, A._startDownloadingCanvasKit_closure0, A._startDownloadingCanvasKit_closure2, 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.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__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.WebExperiments$__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_Stream$fromIterable_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_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._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_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.webOnlyInitializePlatform_closure, A.KeyData__logicalToString_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.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._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._DropdownButtonState__handleFocusHighlightModeChange_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.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_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__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__createErrorHandlerAndKey_closure0, 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.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.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.ServicesBinding__addLicenses_closure0, A.HardwareKeyboard__dispatchKeyEvent_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_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._DraggableScrollableSheetScrollPosition_goBallistic__tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__cursorTick_closure, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.BuildOwner_finalizeTree_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._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromWindowState_didChangeMetrics_closure, A._MediaQueryFromWindowState_didChangePlatformBrightness_closure, A.ModalBarrier_build_handleDismiss, A.ModalBarrier_build_closure, 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__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.MediaType_MediaType$parse_closure, A.ClientEntity_primaryContact_closure0, A.ActivityEntity_getDescription_closure0, A.InvoiceEntity_getInvitationForContact_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.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.handleCreditAction_closure1, A._createViewDashboard__closure, A.DesignState_cleanDesign_closure0, A.handleInvoiceAction_closure1, A.handleQuoteAction_closure1, A._viewReports__closure, A._viewSettings__closure, A._addToHistory_closure0, A.FieldGrid_build__closure, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A._AppScrollbarState_build__closure0, A._AppScrollbarState_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_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_closure4, A.EditScaffold_build_closure, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure4, A._EntityListTileState_build_closure3, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure3, A._EntitiesListTileState_build_closure2, 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_closure1, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure3, A.EntityTopFilter_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._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure, A._ListFilterState_build__closure, 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_closure0, A.AppListTile_build_closure, A.FilterListTile_build__closure, A._LiveTextState_initState__closure, A.MainScreen_build__closure, A.MenuDrawer_build_closure4, A.MenuDrawer_build_closure5, A.MenuDrawer_build_closure7, A.MenuDrawer_build_closure6, A.MenuDrawer_build_closure8, A.MenuDrawer_build_closure9, A._DrawerTileState_build_closure, A._DrawerTileState_build_closure0, A._DrawerTileState_build_closure2, A._DrawerTileState_build_closure1, 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.SidebarFooter_build_closure10, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._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._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._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__closure6, A._LoginState_build_closure1, A._LoginState_build_closure2, A._LoginState_build__closure5, A._LoginState_build_closure3, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build__closure2, A._LoginState_build__closure1, A._LoginState_build__closure0, A._LoginState_build_closure13, A._LoginState_build_closure14, A._LoginState_build_closure15, A._LoginState_build__closure, A._LoginState_build_closure16, A._LoginState_build_closure17, 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__closure, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure4, A.ClientScreen_build_closure9, A.ClientScreen_build_closure8, 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__closure1, 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__closure2, A._ClientViewDetailsState_build__buildDetailsList__closure3, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure4, 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._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._GatewayConfigFieldState__onChanged_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.EmailCreditVM_EmailCreditVM$fromStore_closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditScreen_build_closure9, A.CreditScreen_build_closure8, A.CreditScreen_build_closure, A.CreditScreen_build_closure6, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__closure, 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__closure2, A.DashboardPanels__header__closure3, A.DashboardPanels__header__closure6, A.DashboardPanels__header____closure, A.DashboardPanels__header__closure7, A._DashboardScreenState_build__closure0, A._DashboardScreenState_build__closure, A._DashboardScreenState_build_closure2, 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_closure9, A.DesignScreen_build_closure8, 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_closure9, A.DocumentScreen_build_closure8, 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__closure3, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure13, A.ExpenseScreen_build_closure12, A.ExpenseScreen_build_closure, A.ExpenseScreen_build_closure10, 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_closure9, A.ExpenseCategoryScreen_build_closure8, 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_closure5, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build__closure5, 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_closure3, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure17, 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__closure0, 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.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, A.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build_closure, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure2, A._InvoicePdfViewState_build_closure3, A._InvoicePdfViewState_build_closure4, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure, 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_closure1, 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_closure4, 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_closure9, A.PaymentScreen_build_closure8, 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_closure9, 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_closure9, A.PaymentTermScreen_build_closure8, 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_closure9, A.ProductScreen_build_closure8, 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_closure9, A.ProjectScreen_build_closure8, 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.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A._QuoteEditState_build_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore_closure, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure12, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure6, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure18, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure14, A.ReportsScreen_build__closure0, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure17, A._ReportDataTableState_didChangeDependencies_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_closure4, 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.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._BuyNowButtonsState_build_closure0, 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_closure8, A._ClientPortalState_build_closure10, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build__closure9, 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_closure10, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A.DeviceSettingsVM_fromStore_closure14, A._EmailSettingsState_build_closure0, 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__closure3, A._ImportExportState_build__closure4, A._ImportExportState_build_closure1, A._ImportExportState_build__closure2, A._ImportExportState_build_closure2, 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_closure15, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build__closure7, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure14, A.LocalizationSettingsVM_fromStore__closure, A._OnlinePaymentsState_build_closure3, A.OnlinePaymentsVM_fromStore__closure, 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__onRefreshPressed__closure0, A._SettingsWizardState__onRefreshPressed__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_closure7, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure5, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__handleTabSelection_closure, A._TemplatesAndRemindersState__handleTabSelection__closure, A._TemplatesAndRemindersState_build__closure4, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build__closure, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build_closure4, 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__closure3, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build__closure2, 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_closure9, A.SubscriptionScreen_build_closure8, 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_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_initState__closure, A._TaskEditState_build_closure, A._TaskEditState_build_closure0, A._TaskEditState_build_closure1, A._TaskEditState_build__closure, 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__closure1, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build__closure, 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_closure15, A.TaskScreen_build_closure14, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure4, A.TaskScreen_build_closure12, 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_closure9, A.TaskStatusScreen_build_closure8, 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_closure5, A.TaxRateSettingsScreen_build_closure4, 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_closure9, A.TokenScreen_build_closure8, 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_closure9, A.UserScreen_build_closure8, 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_closure9, A.VendorScreen_build_closure8, 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._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure4, A._WebhookEditState_build___closure3, 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_closure9, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_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.EnumUtils_fromString_closure0, A.Logger_Logger_closure, A.PdfDocument_getPage_closure, A.PdfPage_render_closure, A.PdfPage_close_closure, A._PdfViewState__getPageImage_closure, A._PdfViewState__changeLoadingState_closure, A.PdfPageImageProvider_load_closure, A._FadeWidgetState_animationStatusChange_closure, A.PhotoViewGestureDetector_build_closure, A.PhotoViewGestureDetector_build_closure1, A.PhotoViewGestureDetector_build_closure3, A._ImageWrapperState__getOrCreateListener_handleImageChunk_closure, A._ImageWrapperState__getOrCreateListener_handleImageFrame_closure, A._ImageWrapperState__getOrCreateListener_handleError_closure, 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.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.BasicLock_synchronized__complete]); + _inheritMany(A.Object, [A.AlarmClock, A.AssetManager, A.Closure, 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.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._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.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.PersistedSurface, 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.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.MethodCall0, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer0, A.ReadBuffer0, A.SurfaceShadowData, A.CanvasParagraph, A.FlatTextSpan, 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.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._RunNullaryZoneFunction, A._RunUnaryZoneFunction, A._RunBinaryZoneFunction, A._RegisterNullaryZoneFunction, A._RegisterUnaryZoneFunction, A._RegisterBinaryZoneFunction, A._ZoneSpecification, A._ZoneDelegate, 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._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.Codec0, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, 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.Expando, A.BidirectionalIterator, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A._FakeUserTag, A.ServiceExtensionResponse, A.TimelineTask, A.CssStyleDeclarationBase, A._WrappedEvent, A._BeforeUnloadEventStreamProvider, 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.KeyData, A.Color, A.MaskFilter, 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.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.AccessibilityFeatures, A.CallbackHandle, A.GestureSettings, A.PlatformViewRegistry, A.GZipEncoder, A.InputStreamBase, A.OutputStreamBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, 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.TextElement, A.TextStyle0, A.MultiChildLayoutDelegate, A.Clock, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A.XFileBase, A.Enum, A.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node0, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A._MacOSCodes, A._WindowsCodes, A.FilePickerResult, 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._DefaultHeroTag, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._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._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.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._LayerLinkHandle, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.SemanticsHandle, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, 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.SemanticsTag, 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.MethodCall, 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.TextEditingValue, A.TextSelectionDelegate, 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._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.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.PlatformViewCreationParams, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.ScrollMetrics, A.ViewportNotificationMixin, 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.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A.CacheManager, A.ImageCacheManager, A.CacheStore, A.Config, A.FileResponse, A.NonStoringObjectProvider, A.CacheObject, A.MemoryCacheSystem, A.FileService, A.HttpGetResponse, A.QueueItem, A.WebHelper, A.GlobalCupertinoLocalizations, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.EndGesture, A.SlidableController, A.ActionPaneData, A.StyledToastPosition, A.ToastFuture, A.ToastManager, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.GoogleSignInPlatform, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.BaseClient, A.BaseRequest, A.BaseResponse, A.ClientException, A.MultipartFile, A.MediaType, 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.InvoiceStatusColors, A.RecurringInvoiceStatusColors, A.CreditStatusColors, A.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ContactEntityBuilder, 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._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, 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.BelongsToClient, 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.DocumentRepository0, A.ExpenseCategoryRepository, A.ExpenseRepository, A.GroupRepository, A.InvoiceRepository, A.PaymentRepository, A.PaymentTermRepository, A.PersistenceRepository, A.ProductRepository, A.ProjectRepository, 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.PersistUI, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.ViewMainScreen, A.StartSaving, A.StopSaving, A.LoadStaticSuccess, A.ToggleEditorLayout, 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.DeleteClientsRequest, A.DeleteClientsSuccess, A.DeleteClientsFailure, 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.UpdateDashboardSelection, A.UpdateDashboardEntityType, 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.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.ReverseInvoicesRequest, A.ReverseInvoicesSuccess, A.ReverseInvoicesFailure, 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.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.ConvertQuotes, A.ConvertQuoteSuccess, A.ConvertQuoteFailure, 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.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.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.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.AppDrawerVM, A.MenuDrawerVM, 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.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.OnlinePaymentsVM, 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.LocaleCodeAware, A.LocalizationsProvider, A.AndroidAuthMessages, A.IOSAuthMessages, A.LocalAuthentication, A.Level, A.LogRecord, A.Logger, A.PdfDocument, A.PdfPageNotFoundException, A.PdfPage, A.PdfPageAlreadyClosedException, A.PdfPageImage, A.Document, A.Page, A.Data, A.NativePdfRendererPlugin, A.Repository, A.RepositoryItemNotFoundException, A.PdfController, A.ImageHandler, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.Permission, A.PhotoViewGalleryPageOptions, A.PhotoViewControllerValue, A.PhotoViewController, A.PhotoViewControllerDelegate, A.PhotoViewScaleStateController, A.HitCornersDetector, A.HitCorners, A.PhotoViewComputedScale, A.PhotoViewHeroAttributes, A.ScaleBoundaries, A.CornersRange, A.Platform, A._QrBitBuffer_Object_ListMixin, A.QrByte, A.InputTooLongException, A.QrPolynomial, A.QrCode, 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.ErrorAndStackTrace, A._MultiControllerSink, A.ValueWrapper, A.HubAdapter, A.NoOpHub, A.Breadcrumb, A.SentryLevel, A.SentryFlutterWeb, A.SharedPreferences, A.SharedPreferencesStorePlatform, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.StringScanner, A.BasicLock, A.EnMessages, A.EnShortMessages, A.EsMessages, A.EsShortMessages, A.Uuid, A.Matrix3, A.Matrix4, A.Quaternion, A.Vector3, A.Vector4, A.Version]); + _inheritMany(A.Closure, [A.AssetManager__baseUrl_closure, A.Closure0Args, A.ProductionCollector_closure, A.patchCanvasKitModule_closure0, A.patchCanvasKitModule_closure2, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder_submitFrame_closure0, A.Closure2Args, 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.initializeCanvasKit_closure, A.initializeCanvasKit__closure0, A._startDownloadingCanvasKit_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.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngine__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_closure0, A.HybridTextEditing__startEditing_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_first_closure0, A._StreamHandlerTransformer_closure, A._CustomZone_bindUnaryCallback_closure, A._CustomZone_bindUnaryCallbackGuarded_closure, A._RootZone_bindUnaryCallback_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._BeforeUnloadEventStreamProvider_forTarget_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_closure, 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.promiseToFuture_closure, A.promiseToFuture_closure0, A.KeyData__quotedCharCode_closure, A.webOnlyInstantiateImageCodecFromUrl_closure, A._futurize_closure, 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_closure, A.Series_Series_closure0, A.Series_Series_closure1, 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.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, 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_closure17, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure10, 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._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.ListTileTheme_merge_closure, A._RenderListTile_paint_doPaint, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, 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.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._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, 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_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._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__closure, A._RawAutocompleteState_initState_closure, A._RawAutocompleteState_didUpdateWidget_closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_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.EditableTextState_didChangeDependencies_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__updateSizeAndTransform_closure, A.EditableTextState__updateComposingRectIfNeeded_closure, A.EditableTextState__updateCaretRectIfNeeded_closure, A.EditableTextState__actions_closure, A._Editable__extractChildren_closure, A._UpdateTextSelectionAction_invoke__collapse, 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.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_closure0, A.HtmlElementView__createHtmlElementView_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.TextSelectionOverlay_showHandles_closure, A.TextSelectionOverlay_showHandles_closure0, A.TextSelectionOverlay__buildHandle_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._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.injectJSLibraries_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.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.ClientEntity_ClientEntity_closure, A.ClientEntity_getActivities_closure, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.CompanyGatewayEntity_addCard_closure, A.CompanyGatewayEntity_removeCard_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.ActivityEntity_getDescription_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_applyClient_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_getInvitationForContact_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_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.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.ProductRepository_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.editEntity__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._createLoadState__closure4, A._createLoadState__closure5, 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._editClient_closure, A._viewClient_closure, A._viewClientList_closure1, A._viewClientList__closure, A._archiveClient_closure, A._archiveClient__closure, A._archiveClient__closure0, A._archiveClient__closure1, A._deleteClient_closure, A._deleteClient__closure, A._deleteClient__closure0, A._deleteClient__closure1, 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_closure10, A._saveDocument__closure21, A._saveDocument__closure22, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure48, A.editingReducer__closure47, A.editingReducer__closure46, A.editingReducer__closure45, 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_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, 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.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__closure5, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure6, 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__closure, 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.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.memoizedChartInvoices_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._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_closure8, A._saveDocument__closure17, A._saveDocument__closure18, 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_closure2, A.handleInvoiceAction_closure3, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, 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._reverseInvoices_closure, A._reverseInvoices__closure, A._reverseInvoices__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_closure9, A._saveDocument__closure19, A._saveDocument__closure20, A.invoiceUIReducer_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._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_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._reverseInvoicesSuccess_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.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__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_closure11, A._saveDocument__closure23, A._saveDocument__closure24, A.productUIReducer_closure, A.editingReducer__closure49, 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_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, 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._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_closure5, A._saveDocument__closure11, A._saveDocument__closure12, 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.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure2, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, 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._convertQuote_closure, A._convertQuote__closure, A._convertQuote__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_closure4, A._saveDocument__closure9, A._saveDocument__closure10, 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._convertQuoteSuccess_closure0, A._convertQuoteSuccess_closure1, A._convertQuoteSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A._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._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._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._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_closure3, A._saveDocument__closure7, A._saveDocument__closure8, 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.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_closure1, A.handleTaskAction__closure, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A.handleTaskAction_closure5, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._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_closure6, A._saveDocument__closure13, A._saveDocument__closure14, 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._addTaskTime_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_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.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.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.handleVendorAction_closure, 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_closure7, A._saveDocument__closure15, A._saveDocument__closure16, 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._AppScrollbarState_build_closure, A._AppScrollbarState_build_closure0, A._ChangeLayoutBannerState_build__closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure1, 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_closure1, A.EditScaffold_build_closure0, A.EditScaffold_build_closure2, A.EditScaffold_build__closure, A.EditScaffold_build_closure3, 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__closure5, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build__closure, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build__closure4, A._EntityDropdownState_build__closure3, 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__closure, A.EntityTopFilter_build_closure, A.EntityTopFilter_build__closure0, A.EntityTopFilter_build__closure, A.EntityTopFilter_build___closure, A.EntityTopFilter_build___closure0, A.AppDropdownButton_build_closure, A.AppToggleButtons_build_closure, 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_closure0, 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_closure, A.DynamicSelector_build_closure0, 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.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildTemplateDropdown_closure2, A._InvoiceEmailViewState__buildEdit_closure, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState_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._ListFilterState_build_closure0, A.ListScaffold_build_closure1, A.ListScaffold_build_closure5, A._LiveTextState_initState_closure, A.MenuDrawer_build__companyLogo, A.MenuDrawer_build__companyListItem, A.MenuDrawer_build__companyListItem_closure, A.MenuDrawer_build_closure, A.MenuDrawer_build__closure1, A.MenuDrawer_build_closure0, A.MenuDrawer_build__closure0, A.MenuDrawer_build_closure3, A.MenuDrawer_build__closure, A.MenuDrawer_build_closure1, A.MenuDrawer_build_closure2, 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._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_closure4, A._LoginState_build_closure5, A._LoginState_build_closure7, A._LoginState_build_closure6, A._LoginState_build_closure8, A._LoginState_build_closure9, A._LoginState_build_closure10, A._LoginState_build_closure11, A._LoginState_build_closure12, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore___closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure1, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure2, 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_closure1, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build_closure10, A._ClientPdfViewState_build_closure11, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure, 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__closure0, 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._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_closure4, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure5, 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_closure17, A._CompanyGatewayEditState_build_closure16, A.CardListTile_build_closure, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure0, 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____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_closure0, 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___closure, A.CreditEditVM_CreditEditVM$fromStore___closure0, A.CreditEditVM_CreditEditVM$fromStore___closure1, A.CreditEditVM_CreditEditVM$fromStore____closure, A.CreditEditVM_CreditEditVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure1, A.CreditViewScreen_build_closure0, A.CreditViewVM_CreditViewVM$fromStore__handleRefresh, A.CreditViewVM_CreditViewVM$fromStore_closure, A.CreditViewVM_CreditViewVM$fromStore_closure0, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore__closure1, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore_closure3, A._DashboardChartState__onSelectionChanged_closure, A._DashboardChartState__onSelectionChanged_closure0, A._DashboardChartState_build_closure, A._DashboardDateRangePickerState_build_closure, A._DashboardDateRangePickerState_build_closure0, A._DashboardDateRangePickerState_build_closure1, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build_closure7, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header___closure1, A.DashboardPanels__header__closure1, A.DashboardPanels__header___closure0, A.DashboardPanels__header__closure2, A.DashboardPanels__header__closure3, A.DashboardPanels__header___closure, A.DashboardPanels__paymentChart_closure, A.DashboardPanels__quoteChart_closure, A.DashboardPanels__taskChart_closure, A.DashboardPanels__expenseChart_closure, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A.DashboardPanels_build__closure2, A.DashboardPanels_build__closure3, A.__DashboardPanelState_build_closure, A._InvoiceChart_build_closure, A._DashboardScreenState_initState_closure, A._DashboardScreenState_initState_closure0, A._DashboardScreenState_initState__closure, A._DashboardScreenState_build_closure, A._DashboardScreenState_build_closure0, A._DashboardScreenState_build_closure1, A.DashboardVM_fromStore__handleRefresh, A.DashboardVM_fromStore_closure, A.DashboardVM_fromStore_closure2, A.DashboardVM_fromStore_closure0, A.DashboardVM_fromStore_closure5, A.DashboardVM_fromStore_closure3, A.DashboardVM_fromStore_closure4, 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__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_closure0, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build_closure2, 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__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseListItem_build__closure, A.ExpenseListItem_build__closure3, A.ExpenseListVM_fromStore__handleRefresh, A.ExpenseListVM_fromStore_closure, A.ExpenseListVM_fromStore_closure0, A.ExpenseScreen_build_closure11, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A.ExpenseScreen_build_closure9, A._ExpenseViewState_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewDocuments_build_closure0, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__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_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._ContactListTile_build_closure, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, 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_closure8, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build__closure, 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.__PdfPreviewState_build_closure2, 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__closure13, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure25, 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__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build_closure14, A._InvoiceEditItemsDesktopState_build_closure13, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build_closure11, A._InvoiceEditItemsDesktopState_build_closure12, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build_closure9, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build_closure10, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure16, A._InvoiceEditItemsDesktopState_build_closure15, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build_closure18, A._InvoiceEditItemsDesktopState_build_closure17, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build_closure20, A._InvoiceEditItemsDesktopState_build_closure19, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build_closure22, A._InvoiceEditItemsDesktopState_build_closure21, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build_closure24, A._InvoiceEditItemsDesktopState_build_closure23, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build_closure26, A._InvoiceEditItemsDesktopState_build_closure25, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build_closure28, A._InvoiceEditItemsDesktopState_build_closure27, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build_closure30, A._InvoiceEditItemsDesktopState_build_closure29, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build_closure32, A._InvoiceEditItemsDesktopState_build_closure31, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build_closure34, A._InvoiceEditItemsDesktopState_build_closure33, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build_closure36, A._InvoiceEditItemsDesktopState_build_closure35, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build_closure37, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure38, 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___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, A.InvoiceEditVM_InvoiceEditVM$fromStore____closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, 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_closure0, 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_closure1, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure15, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure13, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, 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_closure6, 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_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure3, 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.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_closure0, 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_closure5, A._PaymentableEditorState_build_closure7, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure8, 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_closure3, A._ProductEditState_build_closure4, A._ProductEditState_build_closure, A._ProductEditState_build_closure0, A._ProductEditState_build__closure2, A._ProductEditState_build_closure1, A._ProductEditState_build__closure1, A._ProductEditState_build_closure2, 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__closure4, 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.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___closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure1, A.QuoteEditVM_QuoteEditVM$fromStore____closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure1, 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_closure0, 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_closure13, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure11, 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__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, A.RecurringExpenseListItem_build__closure, A.RecurringExpenseListItem_build__closure3, A.RecurringExpenseListVM_fromStore__handleRefresh, A.RecurringExpenseListVM_fromStore_closure, A.RecurringExpenseListVM_fromStore_closure0, A.RecurringExpenseScreen_build_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___closure, A._RecurringInvoiceEditState_build___closure0, A._RecurringInvoiceEditState_build___closure1, 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___closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, 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_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, 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.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.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure11, A.ReportsScreen_build_closure12, A.ReportsScreen_build_closure13, A.ReportsScreen_build___closure0, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure16, 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_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._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__closure4, A._AccountOverview_build_closure2, A._AccountOverview_build__closure3, A._AccountOverview_build_closure3, 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_closure18, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure4, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure9, A._ClientPortalState_build__closure6, A._ClientPortalState_build_closure11, A._ClientPortalState_build__closure5, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build_closure19, 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__closure7, A._DeviceSettingsState_build_closure6, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build_closure9, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure15, 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__closure5, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure3, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure8, 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__closure15, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build_closure6, 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__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__closure0, A._FieldMapper_build_closure2, A._FieldMapper_build__closure, A._FieldMapper_build_closure0, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure10, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build_closure21, 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.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__closure11, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build_closure9, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._OnlinePaymentsState_didChangeDependencies_closure, A._OnlinePaymentsState_didChangeDependencies_closure0, A._OnlinePaymentsState__onChanged_closure, A._OnlinePaymentsState_build_closure0, A._OnlinePaymentsState_build__closure1, A._OnlinePaymentsState_build_closure1, A._OnlinePaymentsState_build__closure0, A._OnlinePaymentsState_build_closure, A._OnlinePaymentsState_build__closure2, A._OnlinePaymentsState_build_closure2, A._OnlinePaymentsState_build__closure, A.OnlinePaymentsVM_fromStore_closure0, A.OnlinePaymentsVM_fromStore_closure, A.OnlinePaymentsVM_fromStore_closure1, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure5, 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__onRefreshPressed_closure, A._SettingsWizardState__onRefreshPressed_closure0, 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__closure5, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure6, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build_closure4, 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_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__handleTabSelection_closure0, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure0, A._ReminderSettingsState_build_closure, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure10, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure7, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure6, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure1, A._UserDetailsState_build__closure0, 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_closure3, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore____closure0, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore____closure3, A.UserDetailsVM_fromStore___closure4, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, 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__closure19, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build___closure3, 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_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure10, 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_closure21, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build_closure20, 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_closure0, A._TaskEditState_build_closure1, A._BottomBarState_initState_closure, 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_closure7, A._TaskEditDesktopState_build_closure8, A._TaskEditDesktopState_build_closure9, 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._TaskEditTimesState_build__closure, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure1, A.TimeEditDetailsState_build_closure2, 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__initBoard_closure1, 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_closure13, A.TaskScreen_build_closure9, A.TaskScreen_build_closure5, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure1, A.TaskScreen_build_closure2, A.TaskScreen_build_closure3, 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.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__closure3, A._WebhookEditState_build___closure2, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure1, A._WebhookEditState_build__closure2, 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__closure, 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.EnumUtils_fromString_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesStringsValue_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_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.Page_render_closure, A._PdfViewState__buildLoaded_closure1, 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.PhotoViewGestureDetector_build_closure0, A.PhotoViewGestureDetector_build_closure2, A.PhotoViewGestureDetector_build_closure4, A._ImageWrapperState__getOrCreateListener_handleImageChunk, A._registerFactory_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A.Subject_addStream_closure0, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SharedPreferencesPlugin__storedFlutterKeys_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.format_closure, A.MethodChannelUrlLauncher_canLaunch_closure, A.MethodChannelUrlLauncher_launch_closure]); + _inheritMany(A.Closure0Args, [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.httpRequestFactory_closure, A.CkImage_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.initializeEngine_closure0, 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__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_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._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_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.webOnlyInitializePlatform_closure, A.KeyData__logicalToString_closure, A.MinimizeWindowButton_closure0, A.MaximizeWindowButton_closure0, A.CloseWindowButton_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._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._DropdownButtonState__handleFocusHighlightModeChange_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_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__createErrorHandlerAndKey_closure0, 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.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.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_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, 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._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromWindowState_didChangeMetrics_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__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.MediaType_MediaType$parse_closure, A.ClientEntity_primaryContact_closure0, A.ActivityEntity_getDescription_closure0, A.InvoiceEntity_getInvitationForContact_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.main_closure, 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.handleCreditAction_closure1, A._createViewDashboard__closure, A.DesignState_cleanDesign_closure0, A.handleInvoiceAction_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._AppScrollbarState_build__closure0, A._AppScrollbarState_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_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_closure4, A.EditScaffold_build_closure, 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_closure1, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure2, A.EntityTopFilter_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._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure, A._ListFilterState_build__closure, 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_closure0, A.AppListTile_build_closure, A.FilterListTile_build__closure, A._LiveTextState_initState__closure, A.MainScreen_build__closure, A.MenuDrawer_build_closure4, A.MenuDrawer_build_closure5, A.MenuDrawer_build_closure7, A.MenuDrawer_build_closure6, A.MenuDrawer_build_closure8, A.MenuDrawer_build_closure9, A._DrawerTileState_build_closure, A._DrawerTileState_build_closure0, A._DrawerTileState_build_closure2, A._DrawerTileState_build_closure1, 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.SidebarFooter_build_closure10, 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._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._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._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__closure6, A._LoginState_build_closure1, A._LoginState_build_closure2, A._LoginState_build__closure5, A._LoginState_build_closure3, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build__closure2, A._LoginState_build__closure1, A._LoginState_build__closure0, A._LoginState_build_closure13, A._LoginState_build_closure14, A._LoginState_build_closure15, A._LoginState_build__closure, A._LoginState_build_closure16, A._LoginState_build_closure17, 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__closure, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure8, A._ClientPdfViewState_build_closure9, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A.ClientScreen_build_closure9, A.ClientScreen_build_closure8, 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__closure1, 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__closure2, A._ClientViewDetailsState_build__buildDetailsList__closure3, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure4, 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._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.EmailCreditVM_EmailCreditVM$fromStore_closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditScreen_build_closure9, A.CreditScreen_build_closure8, A.CreditScreen_build_closure, A.CreditScreen_build_closure6, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__closure, 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__closure4, A.DashboardPanels__header__closure5, A.DashboardPanels__header__closure6, A.DashboardPanels__header____closure, A.DashboardPanels__header__closure7, A._DashboardScreenState_build__closure0, A._DashboardScreenState_build__closure, A._DashboardScreenState_build_closure2, 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_closure9, A.DesignScreen_build_closure8, 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_closure9, A.DocumentScreen_build_closure8, 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__closure3, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure13, A.ExpenseScreen_build_closure12, A.ExpenseScreen_build_closure, A.ExpenseScreen_build_closure10, 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_closure9, A.ExpenseCategoryScreen_build_closure8, 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_closure5, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure, A._ContactListTile_build_closure0, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build__closure5, 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_closure3, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure17, 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__closure0, 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.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, A.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build_closure, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure2, A._InvoicePdfViewState_build_closure3, A._InvoicePdfViewState_build_closure4, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure, 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_closure1, 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_closure4, 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_closure9, A.PaymentScreen_build_closure8, 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_closure9, 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_closure9, A.PaymentTermScreen_build_closure8, 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_closure9, A.ProductScreen_build_closure8, 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_closure9, A.ProjectScreen_build_closure8, 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.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A._QuoteEditState_build_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore_closure, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure12, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure6, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure18, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure14, A.ReportsScreen_build__closure0, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure17, A._ReportDataTableState_didChangeDependencies_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_closure4, 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.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_closure8, A._ClientPortalState_build_closure10, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build__closure9, 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_closure10, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A.DeviceSettingsVM_fromStore_closure14, A._EmailSettingsState_build_closure0, 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__closure3, A._ImportExportState_build__closure4, A._ImportExportState_build_closure1, A._ImportExportState_build__closure2, A._ImportExportState_build_closure2, 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_closure15, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build__closure7, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure14, A.LocalizationSettingsVM_fromStore__closure, A._OnlinePaymentsState_build_closure3, A.OnlinePaymentsVM_fromStore__closure, 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__onRefreshPressed__closure0, A._SettingsWizardState__onRefreshPressed__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_closure7, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure5, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__handleTabSelection_closure, A._TemplatesAndRemindersState__handleTabSelection__closure, A._TemplatesAndRemindersState_build__closure4, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build__closure, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build_closure4, 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__closure3, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build__closure2, 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_closure9, A.SubscriptionScreen_build_closure8, 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_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBarState_initState__closure, A._BottomBarState_build_closure, A._BottomBarState_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_closure15, A.TaskScreen_build_closure14, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure4, A.TaskScreen_build_closure12, 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_closure9, A.TaskStatusScreen_build_closure8, 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_closure5, A.TaxRateSettingsScreen_build_closure4, 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_closure9, A.TokenScreen_build_closure8, 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_closure9, A.UserScreen_build_closure8, 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_closure9, A.VendorScreen_build_closure8, 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._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure4, A._WebhookEditState_build___closure3, 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_closure9, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_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.EnumUtils_fromString_closure0, A.Logger_Logger_closure, A.PdfDocument_getPage_closure, A.PdfPage_render_closure, A.PdfPage_close_closure, A._PdfViewState__getPageImage_closure, A._PdfViewState__changeLoadingState_closure, A.PdfPageImageProvider_load_closure, A._FadeWidgetState_animationStatusChange_closure, A.PhotoViewGestureDetector_build_closure, A.PhotoViewGestureDetector_build_closure1, A.PhotoViewGestureDetector_build_closure3, A._ImageWrapperState__getOrCreateListener_handleImageChunk_closure, A._ImageWrapperState__getOrCreateListener_handleImageFrame_closure, A._ImageWrapperState__getOrCreateListener_handleError_closure, 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_closure, A.Subject_addStream_closure1, 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.BasicLock_synchronized__complete]); + _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A._ParagraphCommandType, A.PersistedSurfaceState, 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.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.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.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._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.Overflow, 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.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._TextSelectionHandlePosition, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.CameraDevice, A.ImageSource, A.PluralCase, 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.QuoteItemReportFields, A.QuoteReportFields, A.ReportColumnType, A.TaskReportFields, A.UpdateState, A.FormatNumberType, A._PdfViewLoadingState, A.AnimationDirection, A._PlaceholderType, A.OverflowViewLayoutBehavior, A.PermissionStatus0, A.PhotoViewScaleState, A.QrCodeElement, A.FinderPatternPosition, A.QrEyeShape, A.QrDataModuleShape, A.QrValidationStatus, A.ButtonState, A._MissingCase]); _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]); - _inheritMany(J.Interceptor, [J.JavaScriptObject, J.JSBool, J.JSNull, J.JSArray, J.JSNumber, J.JSString, A.NativeByteBuffer, A.NativeTypedData, 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_Interceptor_CssStyleDeclarationBase, A.StyleSheet, A.DataTransferItemList, A.DomError, A.DomException, A._DomRectList_Interceptor_ListMixin, A.DomRectReadOnly, A._DomStringList_Interceptor_ListMixin, A.DomTokenList, A.Entry, A._FileList_Interceptor_ListMixin, A.FileSystem, A.FontFace, A.Gamepad, A.GamepadButton, A.History, A._HtmlCollection_Interceptor_ListMixin, A.ImageData, A.Location, A.MediaList, A._MidiInputMap_Interceptor_MapMixin, A._MidiOutputMap_Interceptor_MapMixin, A.MimeType, A._MimeTypeArray_Interceptor_ListMixin, A.NavigatorConcurrentHardware, A.NavigatorUserMediaError, A._NodeList_Interceptor_ListMixin, A.OverconstrainedError, A.PerformanceEntry, A.PerformanceServerTiming, A.Plugin, A._PluginArray_Interceptor_ListMixin, A.RelatedApplication, A.RtcLegacyStatsReport, A._RtcStatsReport_Interceptor_MapMixin, A.SpeechGrammar, A._SpeechGrammarList_Interceptor_ListMixin, A.SpeechRecognitionResult, A.SpeechSynthesisVoice, A._Storage_Interceptor_MapMixin, A._TextTrackCueList_Interceptor_ListMixin, A.TimeRanges, A.Touch, A._TouchList_Interceptor_ListMixin, A.TrackDefaultList, A.Url, A.VideoTrack, A.VttRegion, A.__CssRuleList_Interceptor_ListMixin, A.__GamepadList_Interceptor_ListMixin, A.__NamedNodeMap_Interceptor_ListMixin, A._Report, A.__SpeechRecognitionResultList_Interceptor_ListMixin, A.__StyleSheetList_Interceptor_ListMixin, A.Cursor, A.Index, A.KeyRange, A.ObjectStore, A.Observation, A.Angle, A.Length, A._LengthList_Interceptor_ListMixin, A.Number, A._NumberList_Interceptor_ListMixin, A.PointList, A.Rect0, A._StringList_Interceptor_ListMixin, A.Transform0, A._TransformList_Interceptor_ListMixin, A.AudioBuffer, A.AudioParam, A._AudioParamMap_Interceptor_MapMixin, A.AudioTrack, A.ActiveInfo, A._SqlResultSetRowList_Interceptor_ListMixin]); - _inheritMany(J.JavaScriptObject, [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.SkFilterQualityEnum, A.SkFilterQuality, 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.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.SkDeletable, A.JsConstructor, A.SkObjectFinalizationRegistry, A.SkData, A.SkImageInfo, A.JsUrlStrategy, 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.Promise, A.PdfJs, A.Settings, A.PdfJsDocLoader, A.PdfJsDoc, A.PdfJsPage, A.PdfJsViewport, A.PdfJsRender]); + _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.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.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.PerformanceEntry, A.PerformanceServerTiming, A.Plugin, A._PluginArray_JavaScriptObject_ListMixin, 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.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.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.Promise, A.PdfJs, A.Settings, A.PdfJsDocLoader, A.PdfJsDoc, A.PdfJsPage, A.PdfJsViewport, A.PdfJsRender]); + _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.CkAnimatedImage, A.CkMaskFilter, A.CkPaint, A.CkPath, A.CkPicture, A.CkShader]); _inheritMany(A.CkColorFilter, [A.CkBlendModeColorFilter, A.CkMatrixColorFilter, A.CkComposeColorFilter]); + _inheritMany(A.Closure2Args, [A.HtmlViewEmbedder_submitFrame_closure1, A.initializeCanvasKit__closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.Surface_acquireFrame_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngine_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.StandardMessageCodec_writeValue_closure0, A.saveForms_closure, A._HeaderValue_toString_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A._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__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._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.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._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.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_closure, 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.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.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure106, 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.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.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.editingContactReducer_closure, A.editingContactReducer_closure0, 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.editingReducer_closure112, A.editingReducer_closure113, 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.editingReducer_closure125, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.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_closure35, A.editingReducer_closure36, A.editingReducer_closure37, A.editingReducer_closure38, 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_closure47, A.editingReducer_closure48, 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.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.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_closure58, A.editingReducer_closure59, A.editingReducer_closure60, A.editingReducer_closure61, 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_closure30, 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_closure26, A.editingReducer_closure27, A.editingReducer_closure28, A.editingReducer_closure29, 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_closure85, A.editingReducer_closure86, A.editingReducer_closure87, A.editingReducer_closure88, 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_closure31, A.editingReducer_closure32, A.editingReducer_closure33, A.editingReducer_closure34, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_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.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, 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_closure101, A.editingReducer_closure102, 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.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_closure62, A.editingReducer_closure63, A.editingReducer_closure64, A.editingReducer_closure65, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure175, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, 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.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_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_closure97, A.editingReducer_closure98, A.editingReducer_closure99, A.editingReducer_closure100, 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_closure74, A.editingReducer_closure75, 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.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_closure, 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_closure93, A.editingReducer_closure94, A.editingReducer_closure95, A.editingReducer_closure96, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure2, 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.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.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_closure89, A.editingReducer_closure90, A.editingReducer_closure91, A.editingReducer_closure92, 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_closure39, A.editingReducer_closure40, A.editingReducer_closure41, A.editingReducer_closure42, 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_closure66, A.editingReducer_closure67, A.editingReducer_closure68, A.editingReducer_closure69, 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.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideDesktopWarningReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeReducer_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.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.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, 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_closure43, A.editingReducer_closure44, A.editingReducer_closure45, A.editingReducer_closure46, 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_closure22, A.editingReducer_closure23, A.editingReducer_closure24, A.editingReducer_closure25, 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_closure70, A.editingReducer_closure71, A.editingReducer_closure72, A.editingReducer_closure73, 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._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState_build__closure2, A._EntityDropdownDialogState_build__createList_closure0, A.EntityTopFilter_build_closure4, A._TimePickerState__showTimePicker_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_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__closure0, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore__closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A.ClientPdfScreen_build_closure, 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._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_closure5, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditViewScreen_build_closure, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A.DashboardPanels__header_closure, A.DashboardPanels__paymentChart_closure0, A.DashboardPanels__quoteChart_closure0, A.DashboardPanels__taskChart_closure0, A.DashboardPanels__expenseChart_closure0, A.DashboardPanels_build_closure, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure2, A._InvoiceChart_build_closure0, 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_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentScreen_build_closure5, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure6, 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_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, 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.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, 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._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_closure5, A.InvoiceScreen_build_closure6, 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.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure5, A.PaymentScreenBuilder_build_closure, 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_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_closure5, A.ProductScreenBuilder_build_closure, A.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, 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_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewScreen_build_closure, A.ProjectViewVM_ProjectViewVM$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._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_closure5, A.QuoteScreen_build_closure6, 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.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, 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.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, 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.lineItemReport_closure2, A.quoteReport_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._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure, 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._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_closure5, 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_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure11, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A.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.OnlinePaymentsScreen_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._UserDetailsState_build_closure9, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore____closure2, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard_closure2, 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_closure11, A.TaskScreen_build_closure10, 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_closure5, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, 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_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_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_closure5, A.VendorScreenBuilder_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_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.memo2_closure, A._PdfViewState__buildLoaded_closure, A._PdfViewState__buildLoaded_closure0, A._PdfViewState_build_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.decodePermissionRequestResult_closure, A._PhotoViewState_build_closure, A.PhotoViewCoreState_build_closure, A._ImageWrapperState__getOrCreateListener_handleImageFrame, A._ImageWrapperState__getOrCreateListener_handleError, A._QrImageState_build_closure, A.hashObjects_closure0, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.Subject_addStream_closure2, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0]); _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.StringCharacters, A._ReversedSeriesIterable, A.TimeStepIteratorFactory, A.ObserverList, A.HashedObserverList]); _inheritMany(A.Layer, [A.ContainerLayer, A.PictureLayer0, A.PlatformViewLayer0]); _inheritMany(A.ContainerLayer, [A.RootLayer, A.ClipPathEngineLayer, A.ClipRectEngineLayer, A.ClipRRectEngineLayer, A.OpacityEngineLayer, A.TransformEngineLayer, A.PhysicalShapeEngineLayer]); _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.AssertionError, A._Error, A.JsonUnsupportedObjectError, 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.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.EngineCanvas, [A.BitmapCanvas, A._DomCanvas_EngineCanvas_SaveElementStackTracking]); _inheritMany(A.PersistedSurface, [A.PersistedContainerSurface, A.PersistedLeafSurface]); _inheritMany(A.PersistedContainerSurface, [A._PersistedClipRect_PersistedContainerSurface__DomClip, A._PersistedClipRRect_PersistedContainerSurface__DomClip, A._PersistedPhysicalShape_PersistedContainerSurface__DomClip, A.PersistedClipPath, A.PersistedOffset, A.PersistedOpacity, A.PersistedScene, A.PersistedTransform]); @@ -428555,7 +430899,6 @@ _inherit(A.Instantiation1, A.Instantiation); _inherit(A.NullError, A.TypeError); _inheritMany(A.TearOffClosure, [A.StaticClosure, A.BoundClosure]); - _inheritMany(A.AssertionError, [A._AssertionError, A._UnreachableError]); _inheritMany(A.IterableBase, [A._AllMatchesIterable, A._SyncStarIterable]); _inheritMany(A.NativeTypedData, [A.NativeByteData, A.NativeTypedArray]); _inheritMany(A.NativeTypedArray, [A._NativeTypedArrayOfDouble_NativeTypedArray_ListMixin, A._NativeTypedArrayOfInt_NativeTypedArray_ListMixin]); @@ -428567,7 +430910,7 @@ _inheritMany(A.NativeTypedArrayOfInt, [A.NativeInt16List, A.NativeInt32List, A.NativeInt8List, A.NativeUint16List, A.NativeUint32List, A.NativeUint8ClampedList, A.NativeUint8List]); _inherit(A._TypeError, A._Error); _inheritMany(A.Stream, [A._StreamImpl, A.StreamView, A._EmptyStream, A._MultiStream, A._ForwardingStream, A._BoundSinkStream, A._EventStream, A._FileStream, A.DeferStream]); - _inheritMany(A._StreamImpl, [A._ControllerStream, A._GeneratedStreamImpl]); + _inherit(A._ControllerStream, A._StreamImpl); _inherit(A._BroadcastStream, A._ControllerStream); _inheritMany(A._BufferingStreamSubscription, [A._ControllerSubscription, A._ForwardingStreamSubscription, A._SinkTransformerStreamSubscription]); _inherit(A._BroadcastSubscription, A._ControllerSubscription); @@ -428575,8 +430918,8 @@ _inheritMany(A._Completer, [A._AsyncCompleter, A._SyncCompleter]); _inheritMany(A._StreamController, [A._AsyncStreamController, A._SyncStreamController]); _inherit(A._StreamControllerAddStreamState, A._AddStreamState); - _inheritMany(A._PendingEvents, [A._IterablePendingEvents, A._StreamImplEvents]); _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.StartWithStreamTransformer, A.StartWithErrorStreamTransformer]); @@ -428611,64 +430954,63 @@ _inheritMany(A.EventTarget, [A.Node, 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.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.Node, [A.Element, A.CharacterData, A.Document0, A._Attr]); _inheritMany(A.Element, [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.MediaElement, A.MetaElement, A.MeterElement, A.ObjectElement, A.OptionElement, A.OutputElement, A.ParagraphElement, A.ParamElement, A.ProgressElement, A.ScriptElement, A.SelectElement, A.SlotElement, A.StyleElement, A.TableElement, A.TableRowElement, A.TableSectionElement, A.TemplateElement, A.TextAreaElement]); + _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.ScriptElement, A.SelectElement, A.SlotElement, A.StyleElement, A.TableElement, A.TableRowElement, A.TableSectionElement, A.TemplateElement, A.TextAreaElement]); _inheritMany(A.Event, [A.ExtendableEvent, A.BeforeUnloadEvent, A.UIEvent, A.MediaQueryListEvent, A.ProgressEvent, A.SpeechSynthesisEvent, 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_Interceptor_CssStyleDeclarationBase); + _inherit(A.CssStyleDeclaration, A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase); _inherit(A.CssStyleSheet, A.StyleSheet); _inherit(A.CssUnitValue, A.CssNumericValue); - _inherit(A._DomRectList_Interceptor_ListMixin_ImmutableListMixin, A._DomRectList_Interceptor_ListMixin); - _inherit(A.DomRectList, A._DomRectList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A._DomStringList_Interceptor_ListMixin_ImmutableListMixin, A._DomStringList_Interceptor_ListMixin); - _inherit(A.DomStringList, A._DomStringList_Interceptor_ListMixin_ImmutableListMixin); + _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_Interceptor_ListMixin_ImmutableListMixin, A._FileList_Interceptor_ListMixin); - _inherit(A.FileList, A._FileList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A._HtmlCollection_Interceptor_ListMixin_ImmutableListMixin, A._HtmlCollection_Interceptor_ListMixin); - _inherit(A.HtmlCollection, A._HtmlCollection_Interceptor_ListMixin_ImmutableListMixin); + _inherit(A._FileList_JavaScriptObject_ListMixin_ImmutableListMixin, A._FileList_JavaScriptObject_ListMixin); + _inherit(A.FileList, A._FileList_JavaScriptObject_ListMixin_ImmutableListMixin); + _inherit(A._HtmlCollection_JavaScriptObject_ListMixin_ImmutableListMixin, A._HtmlCollection_JavaScriptObject_ListMixin); + _inherit(A.HtmlCollection, A._HtmlCollection_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A.HtmlDocument, A.Document0); _inherit(A.HttpRequest, A.HttpRequestEventTarget); _inheritMany(A.UIEvent, [A.KeyboardEvent, A.MouseEvent, A.TouchEvent]); - _inherit(A.MidiInputMap, A._MidiInputMap_Interceptor_MapMixin); - _inherit(A.MidiOutputMap, A._MidiOutputMap_Interceptor_MapMixin); - _inherit(A._MimeTypeArray_Interceptor_ListMixin_ImmutableListMixin, A._MimeTypeArray_Interceptor_ListMixin); - _inherit(A.MimeTypeArray, A._MimeTypeArray_Interceptor_ListMixin_ImmutableListMixin); + _inherit(A.MidiInputMap, A._MidiInputMap_JavaScriptObject_MapMixin); + _inherit(A.MidiOutputMap, A._MidiOutputMap_JavaScriptObject_MapMixin); + _inherit(A._MimeTypeArray_JavaScriptObject_ListMixin_ImmutableListMixin, A._MimeTypeArray_JavaScriptObject_ListMixin); + _inherit(A.MimeTypeArray, A._MimeTypeArray_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A.Navigator0, A.NavigatorConcurrentHardware); - _inherit(A._NodeList_Interceptor_ListMixin_ImmutableListMixin, A._NodeList_Interceptor_ListMixin); - _inherit(A.NodeList, A._NodeList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A._PluginArray_Interceptor_ListMixin_ImmutableListMixin, A._PluginArray_Interceptor_ListMixin); - _inherit(A.PluginArray, A._PluginArray_Interceptor_ListMixin_ImmutableListMixin); - _inheritMany(A.MouseEvent, [A.PointerEvent, A.WheelEvent]); - _inherit(A.RtcStatsReport, A._RtcStatsReport_Interceptor_MapMixin); + _inherit(A._NodeList_JavaScriptObject_ListMixin_ImmutableListMixin, A._NodeList_JavaScriptObject_ListMixin); + _inherit(A.NodeList, 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_Interceptor_ListMixin_ImmutableListMixin, A._SpeechGrammarList_Interceptor_ListMixin); - _inherit(A.SpeechGrammarList, A._SpeechGrammarList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A.Storage, A._Storage_Interceptor_MapMixin); - _inherit(A._TextTrackCueList_Interceptor_ListMixin_ImmutableListMixin, A._TextTrackCueList_Interceptor_ListMixin); - _inherit(A.TextTrackCueList, A._TextTrackCueList_Interceptor_ListMixin_ImmutableListMixin); + _inherit(A._SpeechGrammarList_JavaScriptObject_ListMixin_ImmutableListMixin, A._SpeechGrammarList_JavaScriptObject_ListMixin); + _inherit(A.SpeechGrammarList, A._SpeechGrammarList_JavaScriptObject_ListMixin_ImmutableListMixin); + _inherit(A.Storage, A._Storage_JavaScriptObject_MapMixin); + _inherit(A._TextTrackCueList_JavaScriptObject_ListMixin_ImmutableListMixin, A._TextTrackCueList_JavaScriptObject_ListMixin); + _inherit(A.TextTrackCueList, A._TextTrackCueList_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A._TextTrackList_EventTarget_ListMixin_ImmutableListMixin, A._TextTrackList_EventTarget_ListMixin); _inherit(A.TextTrackList, A._TextTrackList_EventTarget_ListMixin_ImmutableListMixin); - _inherit(A._TouchList_Interceptor_ListMixin_ImmutableListMixin, A._TouchList_Interceptor_ListMixin); - _inherit(A.TouchList, A._TouchList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A.VideoElement, A.MediaElement); + _inherit(A._TouchList_JavaScriptObject_ListMixin_ImmutableListMixin, A._TouchList_JavaScriptObject_ListMixin); + _inherit(A.TouchList, A._TouchList_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A._BeforeUnloadEvent, A._WrappedEvent); - _inherit(A.__CssRuleList_Interceptor_ListMixin_ImmutableListMixin, A.__CssRuleList_Interceptor_ListMixin); - _inherit(A._CssRuleList, A.__CssRuleList_Interceptor_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.__GamepadList_Interceptor_ListMixin_ImmutableListMixin, A.__GamepadList_Interceptor_ListMixin); - _inherit(A._GamepadList, A.__GamepadList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A.__NamedNodeMap_Interceptor_ListMixin_ImmutableListMixin, A.__NamedNodeMap_Interceptor_ListMixin); - _inherit(A._NamedNodeMap, A.__NamedNodeMap_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A.__SpeechRecognitionResultList_Interceptor_ListMixin_ImmutableListMixin, A.__SpeechRecognitionResultList_Interceptor_ListMixin); - _inherit(A._SpeechRecognitionResultList, A.__SpeechRecognitionResultList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A.__StyleSheetList_Interceptor_ListMixin_ImmutableListMixin, A.__StyleSheetList_Interceptor_ListMixin); - _inherit(A._StyleSheetList, A.__StyleSheetList_Interceptor_ListMixin_ImmutableListMixin); + _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); + _inherit(A._NamedNodeMap, A.__NamedNodeMap_JavaScriptObject_ListMixin_ImmutableListMixin); + _inherit(A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin_ImmutableListMixin, A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin); + _inherit(A._SpeechRecognitionResultList, A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin_ImmutableListMixin); + _inherit(A.__StyleSheetList_JavaScriptObject_ListMixin_ImmutableListMixin, A.__StyleSheetList_JavaScriptObject_ListMixin); + _inherit(A._StyleSheetList, A.__StyleSheetList_JavaScriptObject_ListMixin_ImmutableListMixin); _inherit(A._ElementAttributeMap, A._AttributeMap); _inherit(A._ElementEventStreamImpl, A._EventStream); _inherit(A._EventStreamSubscription, A.StreamSubscription); @@ -428680,30 +431022,38 @@ _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.ScriptElement0]); - _inherit(A._LengthList_Interceptor_ListMixin_ImmutableListMixin, A._LengthList_Interceptor_ListMixin); - _inherit(A.LengthList, A._LengthList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A._NumberList_Interceptor_ListMixin_ImmutableListMixin, A._NumberList_Interceptor_ListMixin); - _inherit(A.NumberList, A._NumberList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A._StringList_Interceptor_ListMixin_ImmutableListMixin, A._StringList_Interceptor_ListMixin); - _inherit(A.StringList, A._StringList_Interceptor_ListMixin_ImmutableListMixin); - _inherit(A.SvgSvgElement, A.GraphicsElement); - _inherit(A._TransformList_Interceptor_ListMixin_ImmutableListMixin, A._TransformList_Interceptor_ListMixin); - _inherit(A.TransformList, A._TransformList_Interceptor_ListMixin_ImmutableListMixin); + _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); + _inherit(A.TransformList, A._TransformList_JavaScriptObject_ListMixin_ImmutableListMixin); _inheritMany(A.OffsetBase, [A.Offset, A.Size]); - _inherit(A.AudioParamMap, A._AudioParamMap_Interceptor_MapMixin); + _inherit(A.AudioParamMap, A._AudioParamMap_JavaScriptObject_MapMixin); _inherit(A.OfflineAudioContext, A.BaseAudioContext); - _inherit(A._SqlResultSetRowList_Interceptor_ListMixin_ImmutableListMixin, A._SqlResultSetRowList_Interceptor_ListMixin); - _inherit(A.SqlResultSetRowList, A._SqlResultSetRowList_Interceptor_ListMixin_ImmutableListMixin); _inherit(A.ArchiveException, A.FormatException); _inherit(A.InputStream, A.InputStreamBase); _inherit(A.OutputStream, A.OutputStreamBase); _inherit(A.DiagnosticableTree, A._DiagnosticableTree_Object_Diagnosticable); - _inheritMany(A.DiagnosticableTree, [A.Widget, A.Element0, A.InlineSpan, A.SemanticsHintOverrides, A.SemanticsProperties]); - _inheritMany(A.Widget, [A.StatefulWidget, A.StatelessWidget, A.RenderObjectWidget, A.ProxyWidget, A._NullWidget0, A._NullWidget, A._NullWidget3]); - _inheritMany(A.StatefulWidget, [A.BoardItem, A.BoardList, A.BoardView, A.BaseChart, A.CupertinoActivityIndicator, 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.MouseRegion, A.Shortcuts, A.DraggableScrollableSheet, A.DualTransitionBuilder, A.EditableText, A.Focus, A.FocusTraversalGroup, A.Form, A.RawGestureDetector, A.Hero, A.Image, 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._FloatingHeader, A._TextSelectionHandleOverlay, A.TextSelectionGestureDetector, A.ValueListenableBuilder, A.WillPopScope, A.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, A._StoreStreamListener, A.SlidableAutoCloseNotificationSender, A.SlidableDismissal, A.SlidableGestureDetector, A.SlidableGroupBehaviorListener, A.SlidableNotificationSender, A.SlidableScrollingBehavior, A.ActionPane, A.Slidable, A.StyledToast, A._StyledToastWidget, A.InvoiceNinjaApp, A.AppBottomBar, A.AppBuilder, A.AppScrollbar, 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.ListFilter, A.LiveText, A.DrawerTile, A.ContactUsDialog, A.ScrollableListView, A.ScrollableListViewBuilder, A.SystemLogViewer, A._SortArrow0, A.AppPaginatedDataTable, A.EntityList, A.VariablesHelp, A.WebSessionTimeout, A.WebSocketRefresh, 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.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.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.QuoteEdit, A.RecurringInvoiceEdit, A.ReportDataTable, A.AccountManagement, A.BuyNowButtons, 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.OnlinePayments, 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.WebhookEdit, A.WebhookView, A.PasswordConfirmation, A.FieldConfirmation, A.PdfView, A.FadeWidget, A.OctoImage, A.PhotoView, A.PhotoViewGallery, A.PhotoViewCore, A.ImageWrapper, A.QrImage, A.RoundedLoadingButton]); + _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.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.ExcludeFocus, A.GestureDetector, A.Icon, A._CaptureAll, A.ModalBarrier, A._ModalBarrierGestureDetector, A.NavigationToolbar, A.NotificationListener, A.PageStorage, 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.Visibility, A.StoreConnector, A.StoreBuilder, A.DrawerMotion, A.CustomSlidableAction, A.SlidableAction, A.SlidableAutoCloseBehaviorListener, 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.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.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.MenuDrawer, A.SidebarFooter, A.SidebarFooterCollapsed, A.MenuDrawerBuilder, 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.CardListTile, 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._InvoiceChart, 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._ContactListTile, 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.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.OnlinePaymentsScreen, 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.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.PhotoViewGestureDetector, A.PhotoViewDefaultError, A.PhotoViewDefaultLoading, A.PointerInterceptor, A._QrContentView]); + _inheritMany(A.Listenable, [A.CustomPainter, A.Animation0, A.ValueListenable, 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.QrPainter]); + _inheritMany(A._IconPainter, [A._MaximizePainter, A._MinimizePainter]); + _inheritMany(A.WindowButton, [A.MinimizeWindowButton, A.MaximizeWindowButton, A.CloseWindowButton]); + _inheritMany(A.PlatformInterface, [A.BitsdojoWindowPlatform, A.DeviceInfoPlatform, A.FilePicker, A.ImagePickerPlatform, A.PackageInfoPlatform, A.PathProviderPlatform, A.PermissionHandlerPlatform, 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._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.MouseRegion, A.Shortcuts, A.DraggableScrollableSheet, A.DualTransitionBuilder, A.EditableText, A.Focus, A.FocusTraversalGroup, A.Form, A.RawGestureDetector, A.Hero, A.Image, 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._TextSelectionHandleOverlay, A.TextSelectionGestureDetector, A.TickerMode, A.ValueListenableBuilder, A.WillPopScope, A.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, A._StoreStreamListener, A.SlidableAutoCloseNotificationSender, A.SlidableDismissal, A.SlidableGestureDetector, A.SlidableGroupBehaviorListener, A.SlidableNotificationSender, A.SlidableScrollingBehavior, A.ActionPane, A.Slidable, A.StyledToast, A._StyledToastWidget, A.InvoiceNinjaApp, A.AppBottomBar, A.AppBuilder, A.AppScrollbar, 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.ListFilter, A.LiveText, A.DrawerTile, A.ContactUsDialog, A.ScrollableListView, A.ScrollableListViewBuilder, A.SystemLogViewer, A._SortArrow0, A.AppPaginatedDataTable, A.EntityList, A.VariablesHelp, A.WebSessionTimeout, A.WebSocketRefresh, 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.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.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.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.OnlinePayments, 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._BottomBar, 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.WebhookEdit, A.WebhookView, A.PasswordConfirmation, A.FieldConfirmation, A.PdfView, A.FadeWidget, A.OctoImage, A.PhotoView, A.PhotoViewGallery, A.PhotoViewCore, A.ImageWrapper, A.QrImage, A.RoundedLoadingButton]); _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.__CupertinoActivityIndicatorState_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_State_AutomaticKeepAliveClientMixin, 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._MouseRegionState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, 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._ShortcutsState, A._FloatingHeaderState, A.__TextSelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._AnimatedState, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseNotificationSenderState, 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.InvoiceNinjaAppState, A._AppBottomBarState, A.AppBuilderState, A._AppScrollbarState, 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._ListFilterState, A._LiveTextState, A._DrawerTileState, A._ContactUsDialogState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._SystemLogViewerState, A.__SortArrowState_State_TickerProviderStateMixin0, A.AppPaginatedDataTableState, A._EntityListState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, 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._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.__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.__QuoteEditState_State_SingleTickerProviderStateMixin, A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, A.__AccountManagementState_State_SingleTickerProviderStateMixin, A._BuyNowButtonsState, 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._OnlinePaymentsState, 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._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A.__PdfViewState_State_SingleTickerProviderStateMixin, A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A._OctoImageState, A.__PhotoViewState_State_AutomaticKeepAliveClientMixin, A._PhotoViewGalleryState, A._PhotoViewCoreState_State_TickerProviderStateMixin, A._ImageWrapperState, A._QrImageState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin]); + _inheritMany(A.State, [A._BoardItemState_State_AutomaticKeepAliveClientMixin, A._BoardListState_State_AutomaticKeepAliveClientMixin, A._BoardViewState_State_AutomaticKeepAliveClientMixin, A._BaseChartState_State_TickerProviderStateMixin, 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._MouseRegionState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, 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.__TextSelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._TickerModeState, A._AnimatedState, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseNotificationSenderState, 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.InvoiceNinjaAppState, A._AppBottomBarState, A.AppBuilderState, A._AppScrollbarState, 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._ListFilterState, A._LiveTextState, A._DrawerTileState, A._ContactUsDialogState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._SystemLogViewerState, A.__SortArrowState_State_TickerProviderStateMixin0, A.AppPaginatedDataTableState, A._EntityListState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, 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._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.__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.__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._OnlinePaymentsState, 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._BottomBarState, 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._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A.__PdfViewState_State_SingleTickerProviderStateMixin, A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A._OctoImageState, A.__PhotoViewState_State_AutomaticKeepAliveClientMixin, A._PhotoViewGalleryState, A._PhotoViewCoreState_State_TickerProviderStateMixin, A._ImageWrapperState, A._QrImageState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin]); _inherit(A.BoardItemState, A._BoardItemState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardListState, A._BoardListState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardViewState, A._BoardViewState_State_AutomaticKeepAliveClientMixin); @@ -428713,7 +431063,6 @@ _inherit(A._BuiltSet, A.BuiltSet); _inherit(A._BuiltSetMultimap, A.BuiltSetMultimap); _inheritMany(A.JsonObject, [A.BoolJsonObject, A.ListJsonObject, A.MapJsonObject, A.NumJsonObject, A.StringJsonObject]); - _inheritMany(A.StatelessWidget, [A.CachedNetworkImage, A.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.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._NullWidget1, A.PositionedDirectional, A.KeyedSubtree, A.Builder, A.Container, A.ExcludeFocus, A.GestureDetector, A.Icon, A._CaptureAll, A.ModalBarrier, A._ModalBarrierGestureDetector, A.NavigationToolbar, A.NotificationListener, A.PageStorage, 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.TickerMode, A.Title, A.Visibility, A.StoreConnector, A.StoreBuilder, A.DrawerMotion, A.CustomSlidableAction, A.SlidableAction, A.SlidableAutoCloseBehaviorListener, A.FieldGrid, A.ActionMenuButton, A.ViewActionMenuButton, A.AppBorder, A.CustomFieldSelector, A.AppHeader, A.AppWebView, A._WebWebView, A.BlankScreen, A.AppTextButton, A.BottomButtons, A.AppButton, A.ConfirmEmail, A.ConfirmEmailBuilder, 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.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.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.MenuDrawer, A.SidebarFooter, A.SidebarFooterCollapsed, A.MenuDrawerBuilder, 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.CardListTile, 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._InvoiceChart, 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._ContactListTile, 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.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.BuyNowButtonsScreen, 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.OnlinePaymentsScreen, 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.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.PhotoViewGestureDetector, A.PhotoViewDefaultError, A.PhotoViewDefaultLoading, A.PointerInterceptor, A._QrContentView]); _inheritMany(A.ImageProvider, [A.CachedNetworkImageProvider, A.NetworkImage, A.AssetBundleImageProvider, A.ScrollAwareImageProvider, A.PdfPageImageProvider]); _inherit(A.ImageStreamCompleter, A._ImageStreamCompleter_Object_Diagnosticable); _inheritMany(A.ImageStreamCompleter, [A.MultiImageStreamCompleter, A._ErrorImageCompleter, A.MultiFrameImageStreamCompleter]); @@ -428762,23 +431111,20 @@ _inheritMany(A.ChartBehavior, [A.DomainHighlighter, A.SeriesLegend, A.LinePointHighlighter, A.SelectNearest]); _inherit(A.TabularLegendContentBuilder, A.BaseLegendContentBuilder); _inherit(A._FlutterSeriesLegend, A.SeriesLegend0); - _inheritMany(A.RenderObjectWidget, [A.SingleChildRenderObjectWidget, A.LeafRenderObjectWidget, A._Decorator, A._ListTile, 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._AnimatedSize, A.AnnotatedRegion, A.Opacity, 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.Offstage, A.AspectRatio, A.IntrinsicWidth, A.IntrinsicHeight, A.SliverPadding, A.Listener, A._RawMouseRegion, 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.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.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.Offstage, A.AspectRatio, A.IntrinsicWidth, A.IntrinsicHeight, A.SliverPadding, A.Listener, A._RawMouseRegion, 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]); _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); _inheritMany(A.RenderObject, [A.RenderBox, A.RenderSliver, A._RenderView_RenderObject_RenderObjectWithChildMixin]); - _inheritMany(A.RenderBox, [A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin, A._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin, A._RenderDecoration, A._RenderListTile, A._RenderListBody_RenderBox_ContainerRenderObjectMixin, A._RenderFlex_RenderBox_ContainerRenderObjectMixin, A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin, A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin, A._RenderEditableCustomPaint, A.RenderErrorBox, A.RenderImage, A._RenderParagraph_RenderBox_ContainerRenderObjectMixin, A.RenderPerformanceOverlay, A._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin, A._RenderStack_RenderBox_ContainerRenderObjectMixin, A.RenderTable, A._RenderViewportBase_RenderBox_ContainerRenderObjectMixin, A._RenderWrap_RenderBox_ContainerRenderObjectMixin, A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin, A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin, A.__RenderTheatre_RenderBox_ContainerRenderObjectMixin, A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin, A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin, A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin]); + _inheritMany(A.RenderBox, [A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin, A._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin, A.__RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin, A.__RenderListTile_RenderBox_SlottedContainerRenderObjectMixin, A._RenderListBody_RenderBox_ContainerRenderObjectMixin, A._RenderFlex_RenderBox_ContainerRenderObjectMixin, A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin, A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin, A._RenderEditableCustomPaint, A.RenderErrorBox, A.RenderImage, A._RenderParagraph_RenderBox_ContainerRenderObjectMixin, A.RenderPerformanceOverlay, A._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin, A._RenderStack_RenderBox_ContainerRenderObjectMixin, A.RenderTable, A._RenderViewportBase_RenderBox_ContainerRenderObjectMixin, A._RenderWrap_RenderBox_ContainerRenderObjectMixin, A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin, A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin, A.__RenderTheatre_RenderBox_ContainerRenderObjectMixin, A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin, A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin, A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin]); _inherit(A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin, A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin); _inherit(A.RenderProxyBox, A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin); _inheritMany(A.RenderProxyBox, [A.RenderCustomPaint, A.RenderConstrainedBox, A._RenderMenuItem, A._RenderInkFeatures, A.RenderProxyBoxWithHitTestBehavior, A.RenderLimitedBox, A.RenderAspectRatio, A.RenderIntrinsicWidth, A.RenderIntrinsicHeight, A.RenderOpacity, A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin, A._RenderCustomClip, A.RenderDecoratedBox, A.RenderTransform, A.RenderFittedBox, A.RenderFractionalTranslation, A.RenderMouseRegion, 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.ValueListenable, A._MergingListenable, A.CustomClipper, A._SystemFontsNotifier]); - _inheritMany(A.CustomPainter, [A.ChartContainerCustomPaint, A._SymbolCustomPaint, A._CupertinoActivityIndicatorPainter, A._TextSelectionHandlePainter0, A._DropdownMenuPainter, A._InputBorderPainter, A._ShapeBorderPainter, A._LinearProgressIndicatorPainter, A._CircularProgressIndicatorPainter, A._IndicatorPainter, A._TextSelectionHandlePainter, A._DialPainter, A._GlowingOverscrollIndicatorPainter, A.QrPainter]); _inheritMany(A.MultiChildLayoutDelegate, [A.WidgetLayoutDelegate, A._ScaffoldLayout, A._ToolbarLayout]); _inheritMany(A._UnorderedEquality, [A.UnorderedIterableEquality, A.SetEquality]); _inherit(A.XFile, A.XFileBase); - _inheritMany(A.PlatformInterface, [A.DeviceInfoPlatform, A.FilePicker, A.ImagePickerPlatform, A.PackageInfoPlatform, A.PathProviderPlatform, A.PermissionHandlerPlatform, A.UrlLauncherPlatform]); _inheritMany(A.DeviceInfoPlatform, [A.MethodChannelDeviceInfo, A.DeviceInfoPlusPlugin]); _inherit(A._RealtimeClock, A.Clock0); _inheritMany(A.MemoryFileSystemEntity, [A._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin, A.MemoryFile]); @@ -428812,7 +431158,6 @@ _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]); - _inherit(A._CupertinoActivityIndicatorState, A.__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin); _inheritMany(A.Color, [A._CupertinoDynamicColor_Color_Diagnosticable, A.ColorSwatch, A.MaterialStateColor]); _inherit(A.CupertinoDynamicColor, A._CupertinoDynamicColor_Color_Diagnosticable); _inheritMany(A.TextSelectionControls, [A._CupertinoDesktopTextSelectionControls, A.CupertinoTextSelectionControls, A._DesktopTextSelectionControls, A.MaterialTextSelectionControls]); @@ -428831,12 +431176,12 @@ _inherit(A._RenderCupertinoSwitch, A.RenderConstrainedBox); _inherit(A.CupertinoTextThemeData, A._CupertinoTextThemeData_Object_Diagnosticable); _inheritMany(A.ProxyWidget, [A.InheritedWidget, A.ParentDataWidget]); - _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._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, A.PhotoViewGestureDetectorScope]); + _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, A.PhotoViewGestureDetectorScope]); _inherit(A._CupertinoThemeData_NoDefaultCupertinoThemeData_Diagnosticable, A.NoDefaultCupertinoThemeData); _inherit(A.CupertinoThemeData, A._CupertinoThemeData_NoDefaultCupertinoThemeData_Diagnosticable); _inherit(A._DefaultCupertinoTextThemeData, A.CupertinoTextThemeData); _inheritMany(A.DiagnosticsNode, [A.DiagnosticsProperty, A.DiagnosticsBlock, A.DiagnosticableNode]); - _inheritMany(A.DiagnosticsProperty, [A._ErrorDiagnostic, A.ErrorSpacer, A.DiagnosticsDebugCreator]); + _inheritMany(A.DiagnosticsProperty, [A._ErrorDiagnostic, A.ErrorSpacer]); _inheritMany(A._ErrorDiagnostic, [A.ErrorDescription, A.ErrorSummary, A.ErrorHint]); _inherit(A.FlutterErrorDetails, A._FlutterErrorDetails_Object_Diagnosticable); _inherit(A.FlutterError, A._FlutterError_Error_DiagnosticableTreeMixin); @@ -428847,11 +431192,11 @@ _inheritMany(A.LocalKey, [A.ValueKey, A._SaltedKey, A.UniqueKey, A.ObjectKey]); _inherit(A.LicenseEntryWithLineBreaks, A.LicenseEntry); _inherit(A.FlutterErrorDetailsForPointerEventDispatcher, A.FlutterErrorDetails); - _inherit(A.PointerEvent0, A._PointerEvent_Object_Diagnosticable); + _inherit(A.PointerEvent, A._PointerEvent_Object_Diagnosticable); _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.PointerEvent0, [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._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]); @@ -428901,7 +431246,7 @@ _inherit(A._SliverAppBarDelegate, A.SliverPersistentHeaderDelegate); _inherit(A._SliverAppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin); _inherit(A.RenderShiftedBox, A._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin); - _inheritMany(A.RenderShiftedBox, [A.RenderAligningShiftedBox, A._RenderInputPadding, A._RenderInputPadding0, A._RenderMenuItem0, A._RenderInputPadding1, A._SelectToggleButtonRenderObject, A.RenderPadding, A.RenderCustomSingleChildLayoutBox]); + _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.RenderFractionallySizedOverflowBox]); _inherit(A.AppBarTheme, A._AppBarTheme_Object_Diagnosticable); _inherit(A.MaterialRectArcTween, A.RectTween); @@ -428936,7 +431281,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.RestorableTimeOfDay, A._RestorableTimePickerEntryMode, A._RestorableTimePickerMode, 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._RestorableScrollOffset]); _inheritMany(A.Route, [A.OverlayRoute, A._NotAnnounced]); _inherit(A.TransitionRoute, A.OverlayRoute); _inherit(A._ModalRoute_TransitionRoute_LocalHistoryRoute, A.TransitionRoute); @@ -428981,10 +431326,13 @@ _inherit(A._BorderContainerState, A.__BorderContainerState_State_TickerProviderStateMixin); _inheritMany(A.AnimatedWidget, [A._Shaker, A._TabStyle, A.AnimatedModalBarrier, A.SlideTransition, A.ScaleTransition, A.RotationTransition, A.SizeTransition, A.DecoratedBoxTransition, A.AnimatedBuilder, A.CustomSizeTransition]); _inherit(A._HelperErrorState, A.__HelperErrorState_State_SingleTickerProviderStateMixin); - _inheritMany(A.Element0, [A.RenderObjectElement, A.ComponentElement, A._NullElement]); - _inheritMany(A.RenderObjectElement, [A._DecorationElement, A._ListTileElement, A.SingleChildRenderObjectElement, A.RootRenderObjectElement, A.LeafRenderObjectElement, A.MultiChildRenderObjectElement, A._LayoutBuilderElement, A.SliverMultiBoxAdaptorElement, A._SliverPersistentHeaderElement, A._TableElement]); + _inherit(A._RenderDecoration, A.__RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin); + _inherit(A._Decorator, A.__Decorator_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin); _inherit(A._InputDecoratorState, A.__InputDecoratorState_State_TickerProviderStateMixin); _inherit(A.InputDecorationTheme, A._InputDecorationTheme_Object_Diagnosticable); + _inherit(A.ListTileThemeData, A._ListTileThemeData_Object_Diagnosticable); + _inherit(A._ListTile, A.__ListTile_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin); + _inherit(A._RenderListTile, A.__RenderListTile_RenderBox_SlottedContainerRenderObjectMixin); _inherit(A._MaterialState, A.__MaterialState_State_TickerProviderStateMixin); _inheritMany(A.ImplicitlyAnimatedWidget, [A._MaterialInterior, A.AnimatedTheme, A.AnimatedContainer, A.AnimatedPadding, A.AnimatedOpacity, A.AnimatedDefaultTextStyle, A.AnimatedPhysicalModel]); _inherit(A.ImplicitlyAnimatedWidgetState, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin); @@ -428999,6 +431347,7 @@ _inherit(A._RenderListBody_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderListBody_RenderBox_ContainerRenderObjectMixin); _inherit(A.RenderListBody, A._RenderListBody_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); _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._OutlinedButtonDefaultOverlay, A.__OutlinedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable); @@ -429033,7 +431382,6 @@ _inheritMany(A.ValueNotifier, [A.TextEditingController, A._ValueNotifier]); _inherit(A._TextSpanEditingController, A.TextEditingController); _inheritMany(A.TextSelectionGestureDetectorBuilder, [A._SelectableTextSelectionGestureDetectorBuilder, A._TextFieldSelectionGestureDetectorBuilder]); - _inherit(A._SelectableTextState, A.__SelectableTextState_State_AutomaticKeepAliveClientMixin); _inherit(A.SliderThemeData, A._SliderThemeData_Object_Diagnosticable); _inherit(A.SnackBarThemeData, A._SnackBarThemeData_Object_Diagnosticable); _inherit(A.__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin, A.__MaterialSwitchState_State_TickerProviderStateMixin); @@ -429096,6 +431444,7 @@ _inheritMany(A.ContainerBoxParentData, [A.MultiChildLayoutParentData, A.FlexParentData, A.ListBodyParentData, A.TextParentData, A.StackParentData, A.WrapParentData, A._OverflowBarParentData, A.OverflowViewParentData]); _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); @@ -429164,15 +431513,18 @@ _inherit(A.RawKeyEventData, A._RawKeyEventData_Object_Diagnosticable); _inherit(A.RawKeyEvent, A._RawKeyEvent_Object_Diagnosticable); _inheritMany(A.RawKeyEvent, [A.RawKeyDownEvent, A.RawKeyUpEvent]); - _inheritMany(A.RawKeyEventData, [A.RawKeyEventDataFuchsia, A.RawKeyEventDataMacOs, A.RawKeyEventDataWeb]); + _inheritMany(A.RawKeyEventData, [A.RawKeyEventDataFuchsia, A.RawKeyEventDataLinux, A.RawKeyEventDataMacOs, A.RawKeyEventDataWeb]); _inherit(A.TextSelection, A.TextRange); _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.RequestFocusAction, A.NextFocusAction, A.PreviousFocusAction, A.DirectionalFocusAction, A.ScrollAction, A.InsertTabAction]); + _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.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.ReplaceTextIntent, A.UpdateSelectionIntent, 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); _inherit(A._AnimatedCrossFadeState, A.__AnimatedCrossFadeState_State_TickerProviderStateMixin); _inherit(A._AnimatedSizeState, A.__AnimatedSizeState_State_SingleTickerProviderStateMixin); _inherit(A._AnimatedSwitcherState, A.__AnimatedSwitcherState_State_TickerProviderStateMixin); @@ -429184,6 +431536,8 @@ _inheritMany(A.Notification0, [A.KeepAliveNotification, A._DraggableScrollableNotification_Notification_ViewportNotificationMixin, A.LayoutChangedNotification, A._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin, A._ScrollMetricsNotification_Notification_ViewportNotificationMixin]); _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]); _inherit(A._OffstageElement, A.SingleChildRenderObjectElement); _inherit(A.IndexedStack, A.Stack); _inherit(A.Expanded, A.Flexible); @@ -429196,16 +431550,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.DefaultTextEditingActions, A.Actions); - _inherit(A.TextEditingAction, A.ContextAction); - _inheritMany(A.TextEditingAction, [A._DoNothingAndStopPropagationTextAction, A._DeleteTextAction, A._DeleteByWordTextAction, A._DeleteByLineTextAction, A._DeleteForwardTextAction, A._DeleteForwardByWordTextAction, A._DeleteForwardByLineTextAction, A._ExpandSelectionLeftByLineTextAction, A._ExpandSelectionRightByLineTextAction, A._ExpandSelectionToEndTextAction, A._ExpandSelectionToStartTextAction, A._ExtendSelectionDownTextAction, A._ExtendSelectionLeftByLineTextAction, A._ExtendSelectionLeftByWordAndStopAtReversalTextAction, A._ExtendSelectionLeftByWordTextAction, A._ExtendSelectionLeftTextAction, A._ExtendSelectionRightByLineTextAction, A._ExtendSelectionRightByWordAndStopAtReversalTextAction, A._ExtendSelectionRightByWordTextAction, A._ExtendSelectionRightTextAction, A._ExtendSelectionUpTextAction, A._MoveSelectionDownTextAction, A._MoveSelectionLeftTextAction, A._MoveSelectionRightTextAction, A._MoveSelectionUpTextAction, A._MoveSelectionLeftByLineTextAction, A._MoveSelectionLeftByWordTextAction, A._MoveSelectionRightByLineTextAction, A._MoveSelectionRightByWordTextAction, A._MoveSelectionToEndTextAction, A._MoveSelectionToStartTextAction, A._SelectAllTextAction, A._CopySelectionTextAction, A._CutSelectionTextAction, A._PasteTextAction]); _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_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextEditingActionTarget, A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate); - _inherit(A.EditableTextState, A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextEditingActionTarget); + _inherit(A.EditableTextState, A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate); + _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); _inherit(A.FocusNode, A._FocusNode_Object_DiagnosticableTreeMixin_ChangeNotifier); _inherit(A.FocusScopeNode, A.FocusNode); @@ -429225,7 +431576,7 @@ _inheritMany(A.SemanticsGestureDelegate, [A._DefaultSemanticsGestureDelegate, A._ModalBarrierSemanticsDelegate]); _inheritMany(A.NavigatorObserver, [A.HeroController, A.RouteObserver]); _inherit(A._ImageState, A.__ImageState_State_WidgetsBindingObserver); - _inherit(A._InheritedNotifierElement, A.InheritedElement); + _inheritMany(A.InheritedElement, [A.InheritedModelElement, A._InheritedNotifierElement]); _inheritMany(A.ConstrainedLayoutBuilder, [A.LayoutBuilder, A.ValueLayoutBuilder]); _inherit(A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder, A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin); _inherit(A._RenderLayoutBuilder, A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder); @@ -429273,6 +431624,7 @@ _inherit(A.ScrollableState, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin); _inherit(A._ThumbPressGestureRecognizer, A.LongPressGestureRecognizer); _inherit(A._TrackTapGestureRecognizer, A.TapGestureRecognizer); + _inherit(A._SharedAppModel, A.InheritedModel); _inherit(A._LogicalKeySet_KeySet_Diagnosticable, A.KeySet); _inherit(A.LogicalKeySet, A._LogicalKeySet_KeySet_Diagnosticable); _inherit(A.SingleActivator, A._SingleActivator_Object_Diagnosticable); @@ -429688,6 +432040,7 @@ _inherit(A.InternalStyle, A.Style); _inheritMany(A.InternalStyle, [A.PosixStyle, A.UrlStyle, A.WindowsStyle]); _inherit(A.MethodChannelPathProvider, A.PathProviderPlatform); + _inherit(A.PermissionWithService, A.Permission); _inherit(A.MethodChannelPermissionHandler, A.PermissionHandlerPlatform); _inherit(A._PhotoViewState, A.__PhotoViewState_State_AutomaticKeepAliveClientMixin); _inherit(A._PhotoViewCoreState_State_TickerProviderStateMixin_PhotoViewControllerDelegate, A._PhotoViewCoreState_State_TickerProviderStateMixin); @@ -429715,9 +432068,9 @@ _inherit(A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin); _inherit(A._RenderValueLayoutBuilder, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder); _mixin(A._DomCanvas_EngineCanvas_SaveElementStackTracking, A.SaveElementStackTracking); - _mixin(A._PersistedClipRRect_PersistedContainerSurface__DomClip, A._DomClip); - _mixin(A._PersistedClipRect_PersistedContainerSurface__DomClip, A._DomClip); - _mixin(A._PersistedPhysicalShape_PersistedContainerSurface__DomClip, A._DomClip); + _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); @@ -429737,61 +432090,59 @@ _mixin(A.__SetBase_Object_SetMixin, A.SetMixin); _mixin(A.__UnmodifiableSet__SetBase__UnmodifiableSetMixin, A._UnmodifiableSetMixin); _mixin(A.__JsonStringStringifierPretty__JsonStringStringifier__JsonPrettyPrintMixin, A._JsonPrettyPrintMixin); - _mixin(A._CssStyleDeclaration_Interceptor_CssStyleDeclarationBase, A.CssStyleDeclarationBase); - _mixin(A._DomRectList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._DomRectList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._DomStringList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._DomStringList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._FileList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._FileList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._HtmlCollection_Interceptor_ListMixin, A.ListMixin); - _mixin(A._HtmlCollection_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._MidiInputMap_Interceptor_MapMixin, A.MapMixin); - _mixin(A._MidiOutputMap_Interceptor_MapMixin, A.MapMixin); - _mixin(A._MimeTypeArray_Interceptor_ListMixin, A.ListMixin); - _mixin(A._MimeTypeArray_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._NodeList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._NodeList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._PluginArray_Interceptor_ListMixin, A.ListMixin); - _mixin(A._PluginArray_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._RtcStatsReport_Interceptor_MapMixin, A.MapMixin); + _mixin(A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase, A.CssStyleDeclarationBase); + _mixin(A._DomRectList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._DomRectList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._DomStringList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._DomStringList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._FileList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._FileList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._HtmlCollection_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._HtmlCollection_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._MidiInputMap_JavaScriptObject_MapMixin, A.MapMixin); + _mixin(A._MidiOutputMap_JavaScriptObject_MapMixin, A.MapMixin); + _mixin(A._MimeTypeArray_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._MimeTypeArray_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._NodeList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._NodeList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._PluginArray_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._PluginArray_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._RtcStatsReport_JavaScriptObject_MapMixin, A.MapMixin); _mixin(A._SourceBufferList_EventTarget_ListMixin, A.ListMixin); _mixin(A._SourceBufferList_EventTarget_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._SpeechGrammarList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._SpeechGrammarList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._Storage_Interceptor_MapMixin, A.MapMixin); - _mixin(A._TextTrackCueList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._TextTrackCueList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._SpeechGrammarList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._SpeechGrammarList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._Storage_JavaScriptObject_MapMixin, A.MapMixin); + _mixin(A._TextTrackCueList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._TextTrackCueList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); _mixin(A._TextTrackList_EventTarget_ListMixin, A.ListMixin); _mixin(A._TextTrackList_EventTarget_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._TouchList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._TouchList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A.__CssRuleList_Interceptor_ListMixin, A.ListMixin); - _mixin(A.__CssRuleList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A.__GamepadList_Interceptor_ListMixin, A.ListMixin); - _mixin(A.__GamepadList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A.__NamedNodeMap_Interceptor_ListMixin, A.ListMixin); - _mixin(A.__NamedNodeMap_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A.__SpeechRecognitionResultList_Interceptor_ListMixin, A.ListMixin); - _mixin(A.__SpeechRecognitionResultList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A.__StyleSheetList_Interceptor_ListMixin, A.ListMixin); - _mixin(A.__StyleSheetList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._JsArray_JsObject_ListMixin, A.ListMixin); - _mixin(A._LengthList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._LengthList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._NumberList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._NumberList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._StringList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._StringList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._TransformList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._TransformList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._AudioParamMap_Interceptor_MapMixin, A.MapMixin); - _mixin(A._SqlResultSetRowList_Interceptor_ListMixin, A.ListMixin); - _mixin(A._SqlResultSetRowList_Interceptor_ListMixin_ImmutableListMixin, A.ImmutableListMixin); - _mixin(A._BoardItemState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); - _mixin(A._BoardListState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); - _mixin(A._BoardViewState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); - _mixin(A._BaseChartState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixin(A._TouchList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._TouchList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A.__CssRuleList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A.__CssRuleList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A.__GamepadList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A.__GamepadList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A.__NamedNodeMap_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A.__NamedNodeMap_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A.__StyleSheetList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A.__StyleSheetList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixinHard(A._JsArray_JsObject_ListMixin, A.ListMixin); + _mixin(A._LengthList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._LengthList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._NumberList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._NumberList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._StringList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._StringList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._TransformList_JavaScriptObject_ListMixin, A.ListMixin); + _mixin(A._TransformList_JavaScriptObject_ListMixin_ImmutableListMixin, A.ImmutableListMixin); + _mixin(A._AudioParamMap_JavaScriptObject_MapMixin, A.MapMixin); + _mixinHard(A._BoardItemState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); + _mixinHard(A._BoardListState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); + _mixinHard(A._BoardViewState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); + _mixinHard(A._BaseChartState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin, A.DirectoryAddOnsMixin); _mixin(A._AnimationController_Animation_AnimationEagerListenerMixin, A.AnimationEagerListenerMixin); _mixin(A._AnimationController_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin, A.AnimationLocalListenersMixin); @@ -429809,10 +432160,9 @@ _mixin(A._TrainHoppingAnimation_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin, A.AnimationLocalListenersMixin); _mixin(A._TrainHoppingAnimation_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin, A.AnimationLocalStatusListenersMixin); _mixin(A.__AnimatedEvaluation_Animation_AnimationWithParentMixin, A.AnimationWithParentMixin); - _mixin(A.__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._CupertinoDynamicColor_Color_Diagnosticable, A.Diagnosticable); _mixin(A._CupertinoIconThemeData_IconThemeData_Diagnosticable, A.Diagnosticable); - _mixin(A.__CupertinoSwitchState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__CupertinoSwitchState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._CupertinoTextThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._CupertinoThemeData_NoDefaultCupertinoThemeData_Diagnosticable, A.Diagnosticable); _mixin(A._FlutterError_Error_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); @@ -429852,7 +432202,7 @@ _mixin(A.__TransformedPointerScrollEvent__TransformedPointerEvent__CopyPointerScrollEvent, A._CopyPointerScrollEvent); _mixin(A.__TransformedPointerUpEvent__TransformedPointerEvent__CopyPointerUpEvent, A._CopyPointerUpEvent); _mixin(A._GestureRecognizer_GestureArenaMember_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); - _mixin(A.__SliverAppBarState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__SliverAppBarState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._AppBarTheme_Object_Diagnosticable, A.Diagnosticable); _mixin(A._MaterialBannerThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._BottomAppBarTheme_Object_Diagnosticable, A.Diagnosticable); @@ -429862,21 +432212,21 @@ _mixin(A._ButtonBarThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._ButtonStyle_Object_Diagnosticable, A.Diagnosticable); _mixin(A.__ButtonStyleState_State_MaterialStateMixin, A.MaterialStateMixin); - _mixin(A.__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._ButtonThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._CardTheme_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__CheckboxState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin, A.ToggleableStateMixin); + _mixinHard(A.__CheckboxState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin, A.ToggleableStateMixin); _mixin(A._CheckboxThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._ChipThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._ColorScheme_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__SortArrowState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__SortArrowState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._DataTableThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__DatePickerDialogState_State_RestorationMixin, A.RestorationMixin); + _mixinHard(A.__DatePickerDialogState_State_RestorationMixin, A.RestorationMixin); _mixin(A._DialogTheme_Object_Diagnosticable, A.Diagnosticable); _mixin(A._DividerThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._DrawerControllerState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _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); @@ -429885,7 +432235,7 @@ _mixin(A.__ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A.__ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A._ElevatedButtonThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__ExpandIconState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__ExpandIconState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A.__EndDockedFabLocation_StandardFabLocation_FabEndOffsetX, A.FabEndOffsetX); _mixin(A.__EndDockedFabLocation_StandardFabLocation_FabEndOffsetX_FabDockedOffsetY, A.FabDockedOffsetY); _mixin(A.__EndFloatFabLocation_StandardFabLocation_FabEndOffsetX, A.FabEndOffsetX); @@ -429893,13 +432243,19 @@ _mixin(A.__EndTopFabLocation_StandardFabLocation_FabEndOffsetX, A.FabEndOffsetX); _mixin(A.__EndTopFabLocation_StandardFabLocation_FabEndOffsetX_FabTopOffsetY, A.FabTopOffsetY); _mixin(A._FloatingActionButtonThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); + _mixinHard(A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); _mixin(A._InputDecorationTheme_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__BorderContainerState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__InputDecoratorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__MaterialState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__MergeableMaterialState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__BorderContainerState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__Decorator_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin, A.SlottedMultiChildRenderObjectWidgetMixin); + _mixinHard(A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__InputDecoratorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin, A.SlottedContainerRenderObjectMixin); + _mixin(A._ListTileThemeData_Object_Diagnosticable, A.Diagnosticable); + _mixinHard(A.__ListTile_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin, A.SlottedMultiChildRenderObjectWidgetMixin); + _mixinHard(A.__RenderListTile_RenderBox_SlottedContainerRenderObjectMixin, A.SlottedContainerRenderObjectMixin); + _mixinHard(A.__MaterialState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _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.__OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.Diagnosticable); @@ -429908,44 +432264,43 @@ _mixin(A._MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin, A.MaterialRouteTransitionMixin); _mixin(A._PageTransitionsTheme_Object_Diagnosticable, A.Diagnosticable); _mixin(A._PopupMenuThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._ProgressIndicatorThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__RadioState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin, A.ToggleableStateMixin); + _mixinHard(A.__RadioState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin, A.ToggleableStateMixin); _mixin(A._RadioThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._RefreshIndicatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A._ScaffoldState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin, A.RestorationMixin); - _mixin(A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._RefreshIndicatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._ScaffoldState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin, A.RestorationMixin); + _mixinHard(A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._ScrollbarThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__SelectableTextState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); _mixin(A._SliderThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._SnackBarThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__MaterialSwitchState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin, A.ToggleableStateMixin); + _mixinHard(A.__MaterialSwitchState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin, A.ToggleableStateMixin); _mixin(A._SwitchThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._TabBarTheme_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A.__ChangeAnimation_Animation_AnimationWithParentMixin, A.AnimationWithParentMixin); _mixin(A.__DragAnimation_Animation_AnimationWithParentMixin, A.AnimationWithParentMixin); _mixin(A.__TextButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A._TextButtonThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__TextFieldState_State_RestorationMixin, A.RestorationMixin); + _mixinHard(A.__TextFieldState_State_RestorationMixin, A.RestorationMixin); _mixin(A._TextSelectionThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._TextTheme_Object_Diagnosticable, A.Diagnosticable); _mixin(A._ThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._VisualDensity_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__DialState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__HourMinuteTextFieldState_State_RestorationMixin, A.RestorationMixin); - _mixin(A.__TimePickerDialogState_State_RestorationMixin, A.RestorationMixin); - _mixin(A.__TimePickerInputState_State_RestorationMixin, A.RestorationMixin); + _mixinHard(A.__DialState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__HourMinuteTextFieldState_State_RestorationMixin, A.RestorationMixin); + _mixinHard(A.__TimePickerDialogState_State_RestorationMixin, A.RestorationMixin); + _mixinHard(A.__TimePickerInputState_State_RestorationMixin, A.RestorationMixin); _mixin(A._TimePickerThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A.__DefaultFillColor_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A.__ResolveFillColor_MaterialStateProperty_Diagnosticable, A.Diagnosticable); _mixin(A._ToggleButtonsThemeData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__TooltipState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__TooltipState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._TooltipThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._Typography_Object_Diagnosticable, A.Diagnosticable); _mixin(A._Decoration_Object_Diagnosticable, A.Diagnosticable); @@ -429954,45 +432309,45 @@ _mixin(A._ImageStreamCompleter_Object_Diagnosticable, A.Diagnosticable); _mixin(A._StrutStyle_Object_Diagnosticable, A.Diagnosticable); _mixin(A._TextStyle_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin, A.ContainerParentDataMixin); - _mixin(A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin, A.ContainerParentDataMixin); + _mixinHard(A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); - _mixin(A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin, A.RelayoutWhenSystemFontsChangeMixin); - _mixin(A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin, A.RelayoutWhenSystemFontsChangeMixin); + _mixinHard(A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); - _mixin(A._RenderFlex_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._RenderFlex_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderFlex_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); - _mixin(A._RenderFlex_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_DebugOverflowIndicatorMixin, A.DebugOverflowIndicatorMixin); + _mixinHard(A._RenderFlex_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_DebugOverflowIndicatorMixin, A.DebugOverflowIndicatorMixin); _mixin(A._Layer_AbstractNode_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); - _mixin(A._RenderListBody_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._RenderListBody_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderListBody_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); _mixin(A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.Diagnosticable); _mixin(A._RenderObject_AbstractNode_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); - _mixin(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); - _mixin(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_RelayoutWhenSystemFontsChangeMixin, A.RelayoutWhenSystemFontsChangeMixin); - _mixin(A._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin, A._PlatformViewGestureMixin); - _mixin(A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin, A.RenderProxyBoxMixin); - _mixin(A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin_RenderAnimatedOpacityMixin, A.RenderAnimatedOpacityMixin); - _mixin(A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); - _mixin(A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin, A.RenderProxyBoxMixin); - _mixin(A._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); + _mixinHard(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin_RelayoutWhenSystemFontsChangeMixin, A.RelayoutWhenSystemFontsChangeMixin); + _mixinHard(A._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin, A._PlatformViewGestureMixin); + _mixinHard(A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin, A.RenderProxyBoxMixin); + _mixinHard(A._RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin_RenderAnimatedOpacityMixin, A.RenderAnimatedOpacityMixin); + _mixinHard(A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); + _mixinHard(A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin, A.RenderProxyBoxMixin); + _mixinHard(A._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); _mixin(A._SliverGeometry_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin, A.ContainerParentDataMixin); - _mixin(A._SliverPhysicalContainerParentData_SliverPhysicalParentData_ContainerParentDataMixin, A.ContainerParentDataMixin); - _mixin(A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin, A.ContainerParentDataMixin); + _mixinHard(A._SliverPhysicalContainerParentData_SliverPhysicalParentData_ContainerParentDataMixin, A.ContainerParentDataMixin); + _mixinHard(A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin_RenderSliverHelpers, A.RenderSliverHelpers); _mixin(A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin_RenderSliverHelpers_RenderSliverWithKeepAliveMixin, A.RenderSliverWithKeepAliveMixin); - _mixin(A._SliverMultiBoxAdaptorParentData_SliverLogicalParentData_ContainerParentDataMixin, A.ContainerParentDataMixin); + _mixinHard(A._SliverMultiBoxAdaptorParentData_SliverLogicalParentData_ContainerParentDataMixin, A.ContainerParentDataMixin); _mixin(A._SliverMultiBoxAdaptorParentData_SliverLogicalParentData_ContainerParentDataMixin_KeepAliveParentDataMixin, A.KeepAliveParentDataMixin); - _mixin(A._RenderSliverEdgeInsetsPadding_RenderSliver_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); - _mixin(A._RenderSliverPersistentHeader_RenderSliver_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); + _mixinHard(A._RenderSliverEdgeInsetsPadding_RenderSliver_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); + _mixinHard(A._RenderSliverPersistentHeader_RenderSliver_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); _mixin(A._RenderSliverPersistentHeader_RenderSliver_RenderObjectWithChildMixin_RenderSliverHelpers, A.RenderSliverHelpers); - _mixin(A._RenderStack_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._RenderStack_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderStack_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); - _mixin(A._RenderView_RenderObject_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); - _mixin(A._RenderViewportBase_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); - _mixin(A._RenderWrap_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._RenderView_RenderObject_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); + _mixinHard(A._RenderViewportBase_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._RenderWrap_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderWrap_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); _mixin(A._SemanticsData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._SemanticsNode_AbstractNode_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); @@ -430005,76 +432360,77 @@ _mixin(A._Action_Object_Diagnosticable, A.Diagnosticable); _mixin(A._ActionDispatcher_Object_Diagnosticable, A.Diagnosticable); _mixin(A._Intent_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__OverridableAction_ContextAction__OverridableActionMixin, A._OverridableActionMixin); + _mixinHard(A.__OverridableContextAction_ContextAction__OverridableActionMixin, A._OverridableActionMixin); + _mixinHard(A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A.__WidgetsAppState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixin(A._AutofillGroupState_State_AutofillScopeMixin, A.AutofillScopeMixin); - _mixin(A._WidgetsFlutterBinding_BindingBase_GestureBinding, A.GestureBinding); - _mixin(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding, A.SchedulerBinding); - _mixin(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding, A.ServicesBinding); - _mixin(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding, A.PaintingBinding); - _mixin(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding, A.SemanticsBinding); - _mixin(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding, A.RendererBinding); - _mixin(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding, A.WidgetsBinding); - _mixin(A._DraggableScrollableNotification_Notification_ViewportNotificationMixin, A.ViewportNotificationMixin); - _mixin(A._EditableTextState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); + _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding, A.GestureBinding); + _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding, A.SchedulerBinding); + _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding, A.ServicesBinding); + _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding, A.PaintingBinding); + _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding, A.SemanticsBinding); + _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding, A.RendererBinding); + _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding, A.WidgetsBinding); + _mixinHard(A._DraggableScrollableNotification_Notification_ViewportNotificationMixin, A.ViewportNotificationMixin); + _mixinHard(A._EditableTextState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); _mixin(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver, A.WidgetsBindingObserver); - _mixin(A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin, A.TickerProviderStateMixin); + _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_TextEditingActionTarget, A.TextEditingActionTarget); _mixin(A._FocusManager_Object_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); _mixin(A._FocusManager_Object_DiagnosticableTreeMixin_ChangeNotifier, A.ChangeNotifier); _mixin(A._FocusNode_Object_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); _mixin(A._FocusNode_Object_DiagnosticableTreeMixin_ChangeNotifier, A.ChangeNotifier); _mixin(A._FocusTraversalPolicy_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin, A.DirectionalFocusTraversalPolicyMixin); + _mixinHard(A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin, A.DirectionalFocusTraversalPolicyMixin); _mixin(A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A.Diagnosticable); _mixin(A.__ReadingOrderSortData_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._FormFieldState_State_RestorationMixin, A.RestorationMixin); + _mixinHard(A._FormFieldState_State_RestorationMixin, A.RestorationMixin); _mixin(A._State_Object_Diagnosticable, A.Diagnosticable); _mixin(A._IconThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A.__ImageState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); - _mixin(A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); + _mixinHard(A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); _mixin(A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder, A.RenderConstrainedLayoutBuilder); _mixin(A.__MediaQueryFromWindowState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); - _mixin(A._NavigatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin, A.RestorationMixin); - _mixin(A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._NavigatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin, A.RestorationMixin); + _mixinHard(A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); - _mixin(A._OverlayState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__RenderTheatre_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); - _mixin(A._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin, A.ViewportNotificationMixin); - _mixin(A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A._SliverReorderableListState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__RestorationScopeState_State_RestorationMixin, A.RestorationMixin); + _mixinHard(A._OverlayState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__RenderTheatre_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin, A.ViewportNotificationMixin); + _mixinHard(A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._SliverReorderableListState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__RestorationScopeState_State_RestorationMixin, A.RestorationMixin); _mixin(A._PlatformRouteInformationProvider_RouteInformationProvider_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixin(A._PlatformRouteInformationProvider_RouteInformationProvider_WidgetsBindingObserver_ChangeNotifier, A.ChangeNotifier); - _mixin(A._ModalRoute_TransitionRoute_LocalHistoryRoute, A.LocalHistoryRoute); + _mixinHard(A._ModalRoute_TransitionRoute_LocalHistoryRoute, A.LocalHistoryRoute); _mixin(A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollMetrics); - _mixin(A._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin, A.ViewportNotificationMixin); - _mixin(A._ScrollMetricsNotification_Notification_ViewportNotificationMixin, A.ViewportNotificationMixin); + _mixinHard(A._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin, A.ViewportNotificationMixin); + _mixinHard(A._ScrollMetricsNotification_Notification_ViewportNotificationMixin, A.ViewportNotificationMixin); _mixin(A._ScrollPosition_ViewportOffset_ScrollMetrics, A.ScrollMetrics); - _mixin(A._ScrollableState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin, A.RestorationMixin); - _mixin(A._RawScrollbarState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._ScrollableState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin, A.RestorationMixin); + _mixinHard(A._RawScrollbarState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._LogicalKeySet_KeySet_Diagnosticable, A.Diagnosticable); _mixin(A._ShortcutManager_ChangeNotifier_Diagnosticable, A.Diagnosticable); _mixin(A._SingleActivator_Object_Diagnosticable, A.Diagnosticable); _mixin(A.__ActivatorIntentPair_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); + _mixinHard(A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); _mixin(A.__RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin, A._RenderSliverPersistentHeaderForWidgetsMixin); _mixin(A.__TableSlot_Object_Diagnosticable, A.Diagnosticable); - _mixin(A.__TextSelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__TextSelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._DefaultCacheManager_CacheManager_ImageCacheManager, A.ImageCacheManager); - _mixin(A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); - _mixin(A.__SlidableState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__SlidableState_State_TickerProviderStateMixin_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); - _mixin(A._StyledToastWidgetState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__SlidableState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__SlidableState_State_TickerProviderStateMixin_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); + _mixinHard(A._StyledToastWidgetState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._StyledToastWidgetState_State_TickerProviderStateMixin_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixin(A._ClientEntity_Object_BaseEntity, A.BaseEntity); _mixin(A._ClientEntity_Object_BaseEntity_SelectableEntity, A.SelectableEntity); @@ -430167,83 +432523,81 @@ _mixin(A._UserUIState_Object_EntityUIState, A.EntityUIState); _mixin(A._VendorUIState_Object_EntityUIState, A.EntityUIState); _mixin(A._WebhookUIState_Object_EntityUIState, A.EntityUIState); - _mixin(A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__SortArrowState_State_TickerProviderStateMixin0, A.TickerProviderStateMixin); - _mixin(A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__ClientEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__ClientViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__CreditEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__DashboardScreenState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__DesignEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__GroupViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__ProductViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__ProjectViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__UserDetailsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__TaskEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__TaskViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__UserEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__VendorEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__VendorViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__SortArrowState_State_TickerProviderStateMixin0, A.TickerProviderStateMixin); + _mixinHard(A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__ClientEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__ClientViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__CreditEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__DashboardScreenState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__DesignEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__GroupViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__ProductViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__ProjectViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__UserDetailsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__TaskEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__TaskViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__UserEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__VendorEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__VendorViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._AppLocalization_LocaleCodeAware_LocalizationsProvider, A.LocalizationsProvider); - _mixin(A.__PdfViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixinHard(A.__PdfViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); - _mixin(A.__PhotoViewState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); - _mixin(A._PhotoViewCoreState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A._PhotoViewCoreState_State_TickerProviderStateMixin_PhotoViewControllerDelegate, A.PhotoViewControllerDelegate); + _mixinHard(A.__PhotoViewState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); + _mixinHard(A._PhotoViewCoreState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._PhotoViewCoreState_State_TickerProviderStateMixin_PhotoViewControllerDelegate, A.PhotoViewControllerDelegate); _mixin(A._PhotoViewCoreState_State_TickerProviderStateMixin_PhotoViewControllerDelegate_HitCornersDetector, A.HitCornersDetector); _mixin(A._QrBitBuffer_Object_ListMixin, A.ListMixin); - _mixin(A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); + _mixinHard(A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); _mixin(A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder, A.RenderConstrainedLayoutBuilder); })(); var init = { 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*)", "double(double)", "Null(String*)", "Null(@)", "@()", "@(@)", "@(bool*)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "int*(String*,String*)", "bool*()", "Null(bool*)", "ErrorDialog*(BuildContext*)", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "String*(@)", "~(BuildContext*)", "Future*(Store*,@,@(@)*)", "Future<~>*()", "Future*()", "~(Duration)", "~(TextEditingController*)", "Future*()", "ListBuilder*()", "~(bool*)", "DropdownMenuItem*(String*)", "~(AnimationStatus)", "~(Object?)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "Null(Duration*)", "bool*(Route<@>*)", "PluralCase()", "String*(BaseEntity*)", "Null(List*)", "Null(SelectableEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "Null(String*,String*)", "String*(String*,ClearEntityFilter*)", "String*(String*,PreviewEntity*)", "Null(EntityState*,bool*)", "@(BuildContext*)", "String*(String*,SelectCompany*)", "Null(String*,InvoiceEntity*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "bool*(InvoiceItemEntity*)", "@(SelectableEntity*)", "~(String*)", "Null(TextEditingController*)", "~(BuildContext*,EntityAction*)", "bool(String)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Null(DocumentEntity*)", "~(bool)", "ListDivider*(BuildContext*,int*)", "~(int)", "~(Event)", "Null(~)", "String()", "InvoiceEntity*(String*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "Null(Event)", "Widget(BuildContext)", "String*(String*,FilterByEntity*)", "Null(InvoiceEntity*)", "String*(String*,@)", "@(int*,String*)", "UserEntityBuilder*(UserEntityBuilder*)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "double(RenderBox)", "~(DragUpdateDetails)", "EntityStats*(String*,BuiltMap*)", "int*(List*,List*)", "@(TaxRateEntity*)", "~(PaintingContext,Offset)", "bool(BoxHitTestResult,Offset?)", "bool*(bool*,UpdateUserPreferences*)", "~(Element0)", "~(@)", "Null(BuildContext*,MultipartFile*)", "~(String)", "Null(String*,ExpenseEntity*)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "~(PointerEvent0)", "int*(int*,PreviewEntity*)", "String(String)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "Future?(Object*)", "Null(int*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "~(RenderObject)", "bool(Object?)", "Iterable()", "Null(List*)", "Future<~>()", "~(TapDownDetails)", "bool(@)", "Color(Set)", "Palette()", "~(DragStartDetails)", "UserStateBuilder*(UserStateBuilder*)", "bool(FocusNode)", "Null(TaxRateEntity*)", "~(ByteData?)", "bool(Element0)", "~(String,@)", "Widget*(BuildContext*,int*)", "~(Object,StackTrace)", "~(DragEndDetails)", "Null(ExpenseEntity*)", "~(RestorableProperty,~())", "~(@,@)", "VendorEntityBuilder*(VendorEntityBuilder*)", "ListBuilder*()", "Null(String*,TaskEntity*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Widget*()", "Null(BuildContext*,Completer*)", "~(LayoutView)", "Null(int*,int*)", "AuthStateBuilder*(AuthStateBuilder*)", "Null(Object,StackTrace)", "EntityStats*(String*,BuiltMap*)", "@(CompanyEntity*)", "@(MultipartFile*)", "@(DocumentEntity*,String*,String*)", "Widget(BuildContext,int)", "Null(PaymentEntity*)", "Null(SettingsEntity*)", "String*(PaymentableEntity*)", "Null(TaskEntity*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "Null(List*)", "Null(DesignEntity*)", "String*(InvoiceEntityBuilder*)", "String*(String*,ClearEntitySelection*)", "String*()", "InvoiceEntity*(InvoiceEntity*,@)", "bool*(ContactEntity*)", "~(ForcePressDetails)", "bool(ScrollNotification)", "~(TapUpDetails)", "@(InvoiceEntity*)", "Object?(@)", "~(String,String)", "ScrollableListView*(BuildContext*)", "bool(FlutterHtmlKeyboardEvent)", "ProductEntityBuilder*(ProductEntityBuilder*)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "~(ProgressEvent)", "Null(Completer*)", "InvoiceEntity*(@)", "SimpleDialog*(BuildContext*)", "MapBuilder*()", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "~(SelectableEntity*)", "~(PointerExitEvent)", "@(int*)", "AlertDialog*(BuildContext*)", "Color0(int?)", "Null(InvoiceStateBuilder*)", "GroupStateBuilder*(GroupStateBuilder*)", "Null(UserEntity*)", "double*(double*)", "bool(_RouteEntry?)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "DropdownMenuItem*(int*)", "ExpenseEntity*(String*)", "bool*(BaseEntity*)", "List*()", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "double*()", "Column*(BuildContext*)", "bool*(PaymentableEntity*)", "double(RenderBox,double)", "Null(EntityType*)", "@(List*)", "int(_Codes)", "ListBuilder*()", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "Null(TaskTime*)", "bool(InlineSpan)", "Null(BuildContext*[EntityAction*])", "Null(String*,PaymentEntity*)", "Color?(Set)", "int(int)", "PaymentEntity*(String*)", "bool*(TaskTime*)", "@(Event)", "bool*(InvoiceEntity*)", "Null(ProductEntity*)", "InvitationEntity*(ContactEntity*)", "Null(LoginResponse*)", "Null(InvoiceItemEntity*)", "int(FocusNode,FocusNode)", "~(PointerDownEvent)", "~(String,NumericAxis)", "AppStateBuilder*(AppStateBuilder*)", "bool(GestureListener)", "Null(String*,ClientEntity*)", "ProductEntity*(String*)", "TaskEntity*(String*)", "~(String?)", "bool()", "Future>(Map)", "DocumentStateBuilder*(DocumentStateBuilder*)", "Widget(BuildContext,Widget?)", "Null(GroupEntity*)", "Null(PaymentableEntity*)", "~(DateTime)", "Null(ProjectEntity*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "Null(RecurringExpenseStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "Null(TaskStatusEntity*)", "TaxRateEntity*(String*)", "Null(List*)", "Null(VendorEntity*)", "~(PointerEnterEvent)", "bool(BoxHitTestResult,Offset)", "~(LongPressMoveUpdateDetails)", "~(LongPressStartDetails)", "~(Object*)", "~(Object?,Object?)", "Null(EntityStatus*,bool*)", "TaskListItem*(BuildContext*,int*)", "bool(_RouteEntry)", "ClientEntity*(String*)", "Null(ClientEntity*)", "ClientStateBuilder*(ClientStateBuilder*)", "int(Object?)", "~(NavigatorObserver)", "List*(BuiltMap*,BuiltMap*)", "int()", "~(MouseEvent)", "ProjectEntity*(String*)", "Future()", "CompanyGatewayEntity*(String*)", "Null(CompanyGatewayEntity*)", "Future()", "int(@,@)", "Null(BuiltList*)", "EntityStats*(String*,BuiltMap*)", "CreditStateBuilder*(CreditStateBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "int*(InvoiceEntity*,InvoiceEntity*)", "DesignEntity*(String*)", "DesignStateBuilder*(DesignStateBuilder*)", "Widget(BuildContext,BoxConstraints)", "DesignEntityBuilder*(DesignEntityBuilder*)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Null(ExpenseCategoryEntity*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "ExpenseEntity*(ExpenseEntity*,@)", "Future()", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "Null(List*)", "PaymentStateBuilder*(PaymentStateBuilder*)", "Null(PaymentTermEntity*)", "~(int,int)", "ProductStateBuilder*(ProductStateBuilder*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "Null(PointerEvent)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "IconButton*(BuildContext*)", "DropdownMenuItem*(MapEntry*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "String*(TaxRateReportFields*)", "Null(List*[String*,String*])", "BaseEntity*(InvoiceItemEntity*)", "InvoiceItemSelector*(BuildContext*)", "Future*(BuildContext*,bool*)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "int(RenderObject,RenderObject)", "String*(TaxRateReportFields0*)", "Null(@,@)", "Null(DateTime*)", "Future>(Map)", "~(Timer*)", "ActivityListTile*(BuildContext*,int*)", "ListTile*(String*)", "Null(BuildContext*,InvoiceEntity*[String*])", "AppTextButton*(BuildContext*)", "MapBuilder*(MapBuilder*)", "double(double,double)", "Future*(String*)", "@(DesignEntity*)", "~(PointerExitEvent*)", "CustomFieldSelector*(BuildContext*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "Null(BuildContext*[int*])", "MapBuilder*()", "Null(WebhookEntity*)", "VendorStateBuilder*(VendorStateBuilder*)", "Null(SubscriptionEntity*)", "@([String*,String*])", "String*(ProfitAndLossReportFields*)", "bool*(EntityType*)", "TokenStateBuilder*(TokenStateBuilder*)", "Null(TokenEntity*)", "Null(TouchEvent)", "Future<@>(MethodCall)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "Null(TaskStatusStateBuilder*)", "TaskStateBuilder*(TaskStateBuilder*)", "Null(InvoiceItemEntity*,int*)", "MessageDialog*(BuildContext*)", "String(Match)", "Null(TaskStateBuilder*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "Null(List*,String*,String*)", "SubscriptionEntity*(String*)", "Null(List*)", "MouseCursor0(Set)", "bool(DataRow)", "Null(SubscriptionStateBuilder*)", "String(int)", "Null(List*)", "Null(List*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "ListBuilder*()", "TaskStatusEntity*(String*)", "Null(List*)", "ListBuilder*()", "Rect()", "Null(QuoteStateBuilder*)", "ListBuilder*()", "Null(ProjectStateBuilder*)", "Null(List*)", "Null(TaxRateStateBuilder*)", "TokenEntity*(String*)", "Null(List*)", "HorizontalDragGestureRecognizer()", "Null(TokenStateBuilder*)", "Null(List*)", "ListBuilder*(ListBuilder*)", "Null(BaseEntity*)", "Null(ProductStateBuilder*)", "UserEntity*(String*)", "ListBuilder*()", "~(FocusHighlightMode)", "Null(UserStateBuilder*)", "VendorEntity*(String*)", "Null(List*)", "MapBuilder*>*()", "Null(VendorStateBuilder*)", "Null(List*)", "WebhookEntity*(String*)", "Null(List*)", "~(Timer)", "Null(PaymentTermStateBuilder*)", "Null(WebhookStateBuilder*)", "Null(List*)", "GridView*(BuildContext*,BoxConstraints*)", "Null(EntityAction*)", "PaymentTermEntity*(String*)", "Null(@,StackTrace)", "String?(String?)", "~(TapGestureRecognizer)", "MaterialStateProperty?(ButtonStyle?)", "~(ImageStreamListener)", "Tween(@)", "ColorTween(@)", "Null(PaymentStateBuilder*)", "List*>*(BuildContext*)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "Container*(BuildContext*,int*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "MaterialStateProperty?(ButtonStyle?)", "~(ImageInfo,bool)", "Set()", "Null(bool)", "Null(GroupStateBuilder*)", "InkWell*(BuildContext*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(int*,bool*)", "~(ImageChunkEvent)", "BaseEntity*(String*)", "GroupEntity*(String*)", "Null(ExpenseCategoryStateBuilder*)", "~(HorizontalDragGestureRecognizer)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "Null(Timer*)", "~(SliverConstraints)", "~(List)", "bool(SemanticsNode)", "int(SemanticsNode,SemanticsNode)", "Null(Store*)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "Null(List*)", "ExpenseCategoryEntity*(String*)", "double()", "Null(ExpenseStateBuilder*)", "bool*(ActivityEntity*)", "Null(DesignStateBuilder*)", "Null(List*)", "Future()", "int*(TaskEntity*,TaskEntity*)", "ContactEntityBuilder*(ContactEntityBuilder*)", "InvoiceListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "~(PointerEnterEvent*)", "ExpenseListItem*(BuildContext*,int*)", "bool(FocusableActionDetector)", "Null(CreditStateBuilder*)", "@(double*)", "Color(Color)", "Null(CompanyGatewayStateBuilder*)", "DropdownMenuItem*(int*)", "Null(List*)", "~(TaxRateEntity*)", "int(int,int)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "Null(MouseEvent)", "String*(ContactReportFields*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "~(LongPressEndDetails)", "String*(PaymentReportFields*)", "bool*(PaymentEntity*)", "String*(ProductReportFields*)", "Null(ClientStateBuilder*)", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "bool(Object?,Object?)", "String*(TaskReportFields*)", "@(SettingsEntity*)", "Null(List*)", "Null(BuildContext*,bool*)", "TapGestureRecognizer()", "MapEntry*>*(String*,String*)", "@(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "bool(Point)", "EdgeInsetsGeometryTween(@)", "Widget(BuildContext,Widget,int?,bool)", "bool(_Highlight)", "~(~())", "~(bool?)", "~(num)", "String*(InvoiceItemEntityBuilder*)", "EntityStats*(String*,BuiltMap*)", "String*(String*,ShowPdfQuote*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "bool*(bool*,DismissNativeWarningPermanently*)", "bool*(CompanyEntity*)", "bool*(HistoryRecord*)", "~(RandomAccessFile)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "~(GestureListener)", "Null(UserCompanyEntity*)", "bool(ChartBehavior<@>)", "Null(CompanyEntity*)", "String*(PaymentEntityBuilder*)", "String*(ProjectEntityBuilder*)", "~(VerticalDragGestureRecognizer)", "bool*(InvitationEntity*)", "Future(RandomAccessFile)", "~(ChartBehavior<@>)", "Completer*(Completer*,EditClient*)", "String(String,String)", "~(ScaleStartDetails)", "bool(BuildContext)", "~(ScaleUpdateDetails)", "~(ScaleEndDetails)", "bool(RenderBox)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(WebhookEntity*,@)", "_Channel()", "Size(RenderBox,BoxConstraints)", "LongPressGestureRecognizer()", "KeyData()", "EntityStats*(String*,BuiltMap*)", "~(_DragInfo)", "bool*(GatewayTokenEntity*)", "~(List)", "Future(Body)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "Node0?(DirectoryNode,String,Node0?)", "~(DragDownDetails)", "TaxRateEntity*(@)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "~(LongPressGestureRecognizer)", "bool*(ProductEntity*)", "TokenEntityBuilder*(TokenEntityBuilder*)", "List()", "ListBuilder*()", "MapBuilder*(MapBuilder*)", "CustomSingleChildLayout(BuildContext)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "ListBuilder*()", "VelocityTracker(PointerEvent0)", "ListBuilder*()", "int(int,@)", "int*(BaseEntity*,BaseEntity*)", "bool(ScrollMetricsNotification)", "ListBuilder*()", "~(Size)", "UserEntity*(@)", "List*(BuiltMap*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "Completer*(Completer*,EditVendor*)", "~([Intent?])", "ListBuilder*()", "CompanyGatewayEntity*(@)", "~(String,String?)", "ListBuilder*()", "PaymentableEntity*(BaseEntity*)", "Future<~>(~)", "ListBuilder*()", "ListBuilder*()", "String*(String*,ShowPdfCredit*)", "ListBuilder*()", "InkWell*(String*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "Color?(Color?)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "~(RenderBox?,String)", "ByteBuffer(@)", "MapBuilder*()", "ListBuilder*()", "Null(BuildContext*,String*,String*,String*)", "~(RenderBox?)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*)", "Future()", "Future<~>(String)", "List*()", "LocalKey(MergeableMaterialItem)", "MapBuilder*>*(MapBuilder*>*)", "Positioned(BuildContext,Widget?)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "VendorEntity*(VendorEntity*,@)", "PopupMenuItem*(EntityAction*)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "DataCell(DataColumn)", "~(double,double)", "ListBuilder*()", "~(Object[StackTrace?])", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "~([Object?])", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "bool(int)", "~(TextSelection,SelectionChangedCause?)", "~(_TimePickerMode)", "~(TimeOfDay)", "~(DoubleTapGestureRecognizer)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "Future(String,Map)", "ImageStreamCompleter()", "Null(String*,String*,String*,String*)", "String*(ContactEntity*)", "Null(EmailTemplate*)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "List*(BuiltMap*,BuiltMap*)", "ListBuilder*()", "Widget*(CompanyEntity*)", "List*(BuildContext*)", "PointerInterceptor*(BuildContext*)", "bool*(SystemLogEntity*)", "int*(ExpenseEntity*,ExpenseEntity*)", "ListBuilder*()", "String(@)", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "~(Rect)", "DataCell0*(String*)", "~(TextSelection)", "ListBuilder*()", "bool(InlineSpanSemanticsInformation)", "MapBuilder*()", "@(Object*)", "Drag?(Offset)", "Widget(BuildContext,Object?,ScrollController?)", "ListBuilder*()", "Null(Response*)", "ListBuilder*()", "bool(BoxHitTestResult)", "DocumentEntity*(String*)", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ContactEntity*)", "Null(List*)", "Widget(BuildContext,bool)", "List(_SemanticsSortGroup)", "LicenseEntry(int)", "~(DiagnosticsNode)", "Future(ByteData?)", "~(RestorationBucket)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Null(DocumentStateBuilder*)", "Object?(Object?)", "ListBuilder*()", "InvoiceItemEntity*(BaseEntity*)", "Map()", "Widget(Widget,Animation0)", "ListBuilder*()", "KeyEventResult(FocusNode,RawKeyEvent)", "Null(BuiltList*)", "ListBuilder*()", "ListBuilder*()", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "DropdownMenuItem*(DateRange*)", "Null(DateRange*)", "@(Object?)", "DateTime*(ChartMoneyData*,int*)", "double*(ChartMoneyData*,int*)", "Color0*(ChartMoneyData*,int*)", "ListTile*(BuildContext*,int*)", "ListBuilder*()", "PaymentListItem*(BuildContext*,int*)", "ExpenseEntity*(@)", "ListBuilder*()", "ListBuilder*()", "bool(InheritedElement)", "ListBuilder*()", "~(Symbol0,@)", "Null(ProgressEvent)", "AlignmentGeometryTween(@)", "VerticalDragGestureRecognizer()", "List*>*(BuildContext*)", "MapBuilder*()", "@(Completer*)", "DecorationTween(@)", "Widget(BuildContext,Object,StackTrace?)", "TaskTimeBuilder*(TaskTimeBuilder*)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "int(String?)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "bool(DraggableScrollableNotification)", "double*(PaymentableEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "GroupEntity*(@)", "String*(String*,ShowPdfInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "ContactEntity*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "List?(int?)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(Uint8List,String,int)", "PrefStateBuilder*(PrefStateBuilder*)", "String(num?)", "bool(Node)", "List*(String*,BuiltMap*,BuiltList*)", "List()", "LoginScreen*(BuildContext*)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "MainScreen*(BuildContext*)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "PaymentEditScreen*(BuildContext*)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "String*(MapBuilder*)", "PaymentRefundScreen*(BuildContext*)", "Future*(BuildContext*,AppSidebarMode*)", "MapBuilder*>*(MapBuilder*>*)", "PaymentTermEntity*(@)", "bool(KeyData)", "Set<~>*()", "UIStateBuilder*(UIStateBuilder*)", "bool(NodeValidator)", "Future*(String*,String*)", "~(GestureMode)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "Null(Uint8List)", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "PasswordConfirmation*(BuildContext*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "int(LayoutView,LayoutView)", "~(PhotoViewScaleState)", "Element(int)", "~([~])", "bool(LayoutView)", "bool(bool?)", "Completer*(Completer*,EditProject*)", "bool(Element,String,String,_Html5NodeValidator)", "~(PersistenceRepository*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "DoubleTapGestureRecognizer()", "DesignEntity*(DesignEntity*,@)", "DateTime()", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "UserEntity*(UserEntity*,@)", "~(Codec)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "~(RestorableProperty)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "0^?(0^?(ButtonStyle?))", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "LiveRegion(SemanticsObject)", "int*(TaskTime*,TaskTime*)", "MaterialStateProperty?(ButtonStyle?)", "Future(int)", "Null(String*,@)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "Route<@>*(RouteSettings*)", "MouseCursor0?(Set)", "MouseCursor0?(ButtonStyle?)", "JsFunction(@)", "Color?(ButtonStyle?)", "StyledToast*(BuildContext*)", "Locale*(String*)", "ChangeLayoutBanner*(BuildContext*)", "ProductScreenBuilder*(BuildContext*)", "ProductViewScreen*(BuildContext*)", "ProductEditScreen*(BuildContext*)", "ClientScreenBuilder*(BuildContext*)", "ClientViewScreen*(BuildContext*)", "ClientEditScreen*(BuildContext*)", "ClientPdfScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "VisualDensity?(ButtonStyle?)", "MaterialTapTargetSize?(ButtonStyle?)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(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*)", "OnlinePaymentsScreen*(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*)", "BuyNowButtonsScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "AlignmentGeometry?(ButtonStyle?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "JsArray<@>(@)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "Future*(SharedPreferences*)", "JsObject(@)", "Future(Body)", "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*,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*)", "String?(~(Codec))", "UserCompanyState*(int*)", "TableRow(int)", "~(int?,int?)", "Rect()(RenderBox)", "ViewClipChain()", "Null(FontFace)", "Null(UserCompanyState*)", "CalendarDatePicker()", "Form()", "Flex(BuildContext)", "~(int?)", "Widget(BuildContext,Animation0,Animation0)", "Null(String)", "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*)", "~(PointerMoveEvent)", "~(Event?)", "ContactEntity*(ContactEntity*,EditClient*)", "ContactEntity*(ContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "~(ActivateIntent)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "~(ButtonActivateIntent)", "~(PointerUpEvent)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "RenderObjectWidget(Widget)", "InputDecorator(BuildContext)", "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*)", "Rect()?(RenderBox)", "String?(String)", "IndentingBuiltValueToStringHelper(String)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "ListBuilder()", "bool(InkHighlight?)", "ListMultimapBuilder()", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "MapBuilder()", "SetBuilder()", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "SetMultimapBuilder()", "~(KeyboardEvent)", "UserCompanyEntity*(UserCompanyEntity*,SaveAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecOAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecGmailUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,DisableTwoFactorSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveUserSettingsSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateCompanyLanguage*)", "CompanyEntityBuilder*(UserCompanyEntityBuilder*)", "int*(int*,LoadCompanySuccess*)", "int*(int*,LoadExpensesSuccess*)", "List*(BuiltMap*,BuiltList*)", "bool*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(String*,UserCompanyState*)", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "bool*(ClientEntity*)", "~(String,FormElement)", "~(EditingState?)", "ShapeBorderTween(@)", "HttpRequest()", "~(String,bool?)", "bool*(ProjectEntity*)", "SurfaceScene()", "bool*(TaskEntity*)", "Container(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "int(PaintRequest,PaintRequest)", "DataRow?()", "Card(BuildContext,BoxConstraints)", "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*)", "Opacity(BuildContext,Widget?)", "Map()", "num(int?)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "bool(OverscrollIndicatorNotification)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "CustomMultiChildLayout(BuildContext,Widget?)", "~(DragEndDetails{isClosing: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*)", "Align(BuildContext,Widget?)", "int*(int*,EditCredit*)", "int*(int*,EditCreditItem*)", "String*(String*,ArchiveCreditsSuccess*)", "String*(String*,DeleteCreditsSuccess*)", "String*(String*,ViewCredit*)", "String*(String*,AddCreditSuccess*)", "String*(String*,ShowEmailCredit*)", "String*(String*,SortCredits*)", "String*(String*,FilterCredits*)", "String*(String*,FilterCreditsByState*)", "String*(String*,FilterCreditsByStatus*)", "String*(String*,FilterCreditsByCustom1*)", "String*(String*,FilterCreditsByCustom2*)", "String*(String*,FilterCreditsByCustom3*)", "String*(String*,FilterCreditsByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateCredit*)", "double(Set)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "Set(Set,Set)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "List()", "~(String?,List)", "~(List,TextDirection,double)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "GlobalKey>(Widget)", "Center(int)", "InputDecorator(BuildContext,Widget?)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "Semantics(BuildContext,Widget?)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "ThemeData()", "TextElement1(String)", "TimeOfDay(int)", "Null(String*,Duration*)", "Offset(double)", "~(List<_TappableLabel>?)", "double(TextElement1)", "_ToggleButton(int)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "List*(BuiltMap*,BuiltMap*)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "bool(NotoFont)", "_LiveImage()", "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*)", "~(ImageInfo?,bool)", "String*(String*,SortDesigns*)", "String*(String*,FilterDesigns*)", "String*(String*,FilterDesignsByState*)", "String*(String*,FilterDesignsByCustom1*)", "String*(String*,FilterDesignsByCustom2*)", "String*(String*,FilterDesignsByCustom3*)", "String*(String*,FilterDesignsByCustom4*)", "DesignEntity*(DesignEntity*,RestoreDesignsSuccess*)", "DesignEntity*(DesignEntity*,ArchiveDesignsSuccess*)", "DesignEntity*(DesignEntity*,DeleteDesignsSuccess*)", "DesignEntity*(DesignEntity*,UpdateDesign*)", "Future<~>(Object,StackTrace?)", "~(Zone,ZoneDelegate,Zone,Object,StackTrace)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "SkImage()", "Null(Map>?)", "int(int?)", "~(Object,StackTrace?)?(ImageStreamListener)", "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*)", "~(ImageChunkEvent)?(ImageStreamListener)", "Null(SkDeletable)", "Paint(BoxShadow)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "Size()", "double?()", "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*)", "~(_ResolvedNotoSubset)", "~(CanvasKit)", "bool(Point[double?])", "Rect(Rect?,TextBox)", "List*(BuiltMap*,String*)", "bool(Point,double,double)", "MouseCursor0(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "bool(MouseTrackerAnnotation)", "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*)", "String(int?)", "@(@,String)", "@(String)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "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*)", "Color0?(int?)", "~(_LineRendererElement)", "HitTestResult(Offset)", "bool(RenderSliver)", "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*)", "String?(int)", "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*)", "~(FrameTiming)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "~(int,_FrameCallbackEntry)", "Palette(Palette())", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "~(JsUrlStrategy?)", "Null(~())", "int(SemanticsNode)", "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*)", "SemanticsNode(int)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Stream()", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "Future(String?)", "Future<~>(MethodCall)", "Future<~>(ByteData?,~(ByteData?))", "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>(@)", "~(RawKeyEvent)", "num?(int?)", "RawKeyEventData()", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceItemEntity*(String*)", "bool(PhysicalKeyboardKey)", "Future(MethodCall)", "Null(BuiltList*)", "ProductUIStateBuilder*(ProductUIStateBuilder*)", "bool*(bool*,ViewProduct*)", "bool*(bool*,ViewProductList*)", "bool*(bool*,FilterProductsByState*)", "bool*(bool*,FilterProducts*)", "bool*(bool*,FilterProductsByCustom1*)", "bool*(bool*,FilterProductsByCustom2*)", "bool*(bool*,FilterProductsByCustom3*)", "bool*(bool*,FilterProductsByCustom4*)", "int*(int*,UpdateProductTab*)", "ProductEntity*(ProductEntity*,UpdateProduct*)", "ProductEntity*(ProductEntity*,RestoreProductsSuccess*)", "ProductEntity*(ProductEntity*,ArchiveProductsSuccess*)", "ProductEntity*(ProductEntity*,DeleteProductsSuccess*)", "String*(String*,ArchiveProductsSuccess*)", "String*(String*,DeleteProductsSuccess*)", "String*(String*,ViewProduct*)", "String*(String*,AddProductSuccess*)", "String*(String*,SortProducts*)", "String*(String*,FilterProducts*)", "String*(String*,FilterProductsByState*)", "String*(String*,FilterProductsByCustom1*)", "String*(String*,FilterProductsByCustom2*)", "String*(String*,FilterProductsByCustom3*)", "String*(String*,FilterProductsByCustom4*)", "~(int,bool(FlutterHtmlKeyboardEvent))", "~(SelectionModelType)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "List()", "List(List)", "bool(int,int)", "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*)", "~(String,ChartBehavior0<@>)", "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*)", "~(ChartStateBehavior>,AnimationController)", "Widget(LegendEntry<@>)", "~(Action)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "~(int,@)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "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*)", "~(_ChildEntry)", "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*)", "Widget(_ChildEntry)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "Route<@>?(RouteSettings)", "Route<@>(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "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*)", "CompositedTransformFollower(BuildContext)", "bool(AutofillClient)", "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*)", "AutofillClient()", "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*)", "bool(KeepAliveNotification)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "Padding(Widget)", "int(TableRow)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "HitTestResult()", "Future()", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "Future<~>(double)", "Future<~>(@)", "Future>(Map)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "Future<~>(bool)", "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*(@)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "Padding(int)", "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*)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "bool(_DirectionalPolicyDataEntry)", "List(Size)", "bool(TraversalDirection)", "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*,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*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "bool*(TaskEntityBuilder*)", "Set(_ReadingOrderSortData)", "_Future<@>?()", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "TaskEntity*(@)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "Null(BuiltList*)", "TaskStatusUIStateBuilder*(TaskStatusUIStateBuilder*)", "bool*(bool*,ViewTaskStatus*)", "bool*(bool*,ViewTaskStatusList*)", "bool*(bool*,FilterTaskStatusesByState*)", "bool*(bool*,FilterTaskStatuses*)", "bool*(bool*,FilterTaskStatusesByCustom1*)", "bool*(bool*,FilterTaskStatusesByCustom2*)", "bool*(bool*,FilterTaskStatusesByCustom3*)", "bool*(bool*,FilterTaskStatusesByCustom4*)", "String*(String*,ArchiveTaskStatusesSuccess*)", "String*(String*,DeleteTaskStatusesSuccess*)", "String*(String*,SortTaskStatuses*)", "String*(String*,FilterTaskStatuses*)", "String*(String*,FilterTaskStatusesByState*)", "String*(String*,FilterTaskStatusesByCustom1*)", "String*(String*,FilterTaskStatusesByCustom2*)", "String*(String*,FilterTaskStatusesByCustom3*)", "String*(String*,FilterTaskStatusesByCustom4*)", "TaskStatusEntity*(TaskStatusEntity*,RestoreTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,ArchiveTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,DeleteTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,UpdateTaskStatus*)", "bool(FormFieldState<@>)", "Element0?(Element0)", "Object?(int,Element0?)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "CkCanvas(CkPictureRecorder)", "Null(ByteData)", "ChartContainerRenderObject<@>()", "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*)", "~(Element)", "Element()", "_Future<@>(@)", "Future(Blob)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "FileNode()", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "PanGestureRecognizer()", "~(PanGestureRecognizer)", "ScaleGestureRecognizer()", "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*)", "~(ScaleGestureRecognizer)", "~(RenderSemanticsGestureHandler)", "double*(double*,UpdateUserPreferences*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "~(StatefulElement,Object)", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "~(Iterable)", "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*,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*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "~(_HeroFlight)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "bool(_HeroFlight)", "IconTheme(BuildContext)", "Null(BuiltList*)", "UserUIStateBuilder*(UserUIStateBuilder*)", "bool*(bool*,ViewUser*)", "bool*(bool*,ViewUserList*)", "bool*(bool*,FilterUsersByState*)", "bool*(bool*,FilterUsers*)", "bool*(bool*,FilterUsersByCustom1*)", "bool*(bool*,FilterUsersByCustom2*)", "bool*(bool*,FilterUsersByCustom3*)", "bool*(bool*,FilterUsersByCustom4*)", "String*(String*,ArchiveUserSuccess*)", "String*(String*,DeleteUserSuccess*)", "String*(String*,ViewUser*)", "String*(String*,AddUserSuccess*)", "String*(String*,SortUsers*)", "String*(String*,FilterUsers*)", "String*(String*,FilterUsersByState*)", "String*(String*,FilterUsersByCustom1*)", "String*(String*,FilterUsersByCustom2*)", "String*(String*,FilterUsersByCustom3*)", "String*(String*,FilterUsersByCustom4*)", "UserEntity*(UserEntity*,RestoreUserSuccess*)", "UserEntity*(UserEntity*,ArchiveUserSuccess*)", "UserEntity*(UserEntity*,DeleteUserSuccess*)", "UserEntity*(UserEntity*,UpdateUser*)", "~(Object,StackTrace?)", "~(FileNode)", "FileNode(FileNode)", "Future<@>(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "~(Node0)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "TextStyleTween(@)", "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*)", "BorderRadiusTween(@)", "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*)", "Future<@>(_Pending)", "Map(List<@>)", "Map(Map)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "Null(Map)", "Node0?(DirectoryNode,String,Node0?,int,int)", "bool(Route<@>?)", "Null(BuiltList*)", "WebhookUIStateBuilder*(WebhookUIStateBuilder*)", "bool*(bool*,ViewWebhook*)", "bool*(bool*,ViewWebhookList*)", "bool*(bool*,FilterWebhooksByState*)", "bool*(bool*,FilterWebhooks*)", "bool*(bool*,FilterWebhooksByCustom1*)", "bool*(bool*,FilterWebhooksByCustom2*)", "bool*(bool*,FilterWebhooksByCustom3*)", "bool*(bool*,FilterWebhooksByCustom4*)", "String*(String*,ArchiveWebhooksSuccess*)", "String*(String*,DeleteWebhooksSuccess*)", "String*(String*,SortWebhooks*)", "String*(String*,FilterWebhooks*)", "String*(String*,FilterWebhooksByState*)", "String*(String*,FilterWebhooksByCustom1*)", "String*(String*,FilterWebhooksByCustom2*)", "String*(String*,FilterWebhooksByCustom3*)", "String*(String*,FilterWebhooksByCustom4*)", "WebhookEntity*(WebhookEntity*,RestoreWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,ArchiveWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,DeleteWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,UpdateWebhook*)", "bool(OverlayEntry)", "~(@,StackTrace)", "~(File,Uint8List?,String?,Stream>?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "_RouteEntry(Route<@>)", "String(Object?)", "List*>*(BuildContext*)", "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*)", "MapEntry>(@,@)", "RenderBox?()", "Transform(BuildContext,Widget?)", "BottomAppBar*(BuildContext*,Store*)", "Viewport(BuildContext,ViewportOffset)", "_HtmlElementViewController(PlatformViewCreationParams)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Future<~>(PointerEvent0)", "~(_DragInfo,Offset,Offset)", "Future(String)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "Null(RestorationBucket?)", "Padding*(TextButton*)", "TickerFuture({from:double?})", "MultiSelectList*(BuildContext*)", "RestorationScope(BuildContext,Widget?)", "Actions(BuildContext)", "Padding*(MapEntry*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent0)", "~(_AnimationDirection)", "DocumentTile*(DocumentEntity*)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "int?(Widget,int)", "~(PointerSignalEvent)", "~({canceled:bool})", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "bool(ScrollMetrics?)", "_ThumbPressGestureRecognizer()", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "~(_ThumbPressGestureRecognizer)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "String*(SelectableEntity*)", "_ButtonSanitizer()", "_TrackTapGestureRecognizer()", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "~(_TrackTapGestureRecognizer)", "~(PointerHoverEvent)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "List(LogicalKeyboardKey)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "Null(Color*)", "_SingleChildViewport(BuildContext,ViewportOffset)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "~(RenderBox)", "Element0?()", "DataRow*(String*)", "bool(TableRow)", "MediaQuery*(BuildContext*,Widget*)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "Element0(Widget)", "ContactEntity*(InvitationEntity*)", "bool(_TableElementRow)", "bool(List)", "Iterable(_TableElementRow)", "RenderBox(Element0)", "List(_TableElementRow)", "DropdownMenuItem*(TaxRateEntity*)", "~([Duration?])", "ListTile*(BuildContext*,BoxConstraints*)", "~(DragStartDetails,DragUpdateDetails)", "Widget*(BuildContext*,Store*)", "ForcePressGestureRecognizer()", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "~(ForcePressGestureRecognizer)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "CacheInfoRepository(bool)", "HealthCheckDialog*(BuildContext*)", "Future*(@)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "Future<~>(CacheObject?)", "List(List)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "Widget(Color[bool?,Function?])", "SynchronousFuture()", "SynchronousFuture()", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "~(String,Map)", "DataRow0*()", "~(Object,StackTrace,Object?)", "Card*(BuildContext*,BoxConstraints*)", "Flexible(Widget)", "~(BaseEntity*)", "RenderObjectWidget*()", "~(SlidableAutoCloseNotification)", "IgnorePointer(BuildContext)", "DataColumn0*(String*)", "int*(int*)", "bool*(EntityAction*)", "~(ToastFuture)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "Future<~>(String,ByteData?,~(ByteData?)?)", "GoogleSignInAccount?/(~)", "bool(bool)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "GoogleSignInTokenData(Map?)", "Future*(BuildContext*,Completer*)", "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*})", "Null(GoogleAuth)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(GoogleAuthInitFailureError)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "bool(String,String)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "int(String)", "String(String,Color)", "String(List)", "MediaType()", "XFile(File)", "List(String)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "RegExp()", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "_DateFormatQuotedField(String,DateFormat)", "GatewayConfigField*(String*)", "_DateFormatPatternField(String,DateFormat)", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "_DateFormatLiteralField(String,DateFormat)", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "bool(SurfaceFrame,CkCanvas)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "String?(NumberSymbols)", "String(NumberSymbols)", "~(Surface)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "_PointerState()", "SkTextStyle()", "~(String,int)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "~(String[@])", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "Uint8List(@,@)", "TargetPlatform?()", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "Null(String*,GatewayOptionsEntity*)", "TargetPlatform()", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "bool(DiagnosticsNode?)", "bool(StackFrame)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "bool*(bool*,StopSaving*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "ErrorDescription(String)", "Null(ChartDataGroup*)", "String(DiagnosticsNode)", "Incrementable(SemanticsObject)", "InvitationEntity*(InvitationEntity*)", "SettingsWizard*(BuildContext*)", "InvoiceHistoryEntity*(ActivityEntity*)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "~(Blob?)", "double*(double*,double*)", "Map*()", "bool(Element)", "Scrollable0(SemanticsObject)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~(DesignEntity*)", "~(DomException)", "bool(DiagnosticsNode)", "Future*(Response*)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "LicenseParagraph()", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "~(AbstractNode)", "String(GestureArenaMember)", "_GestureArena()", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "~(PointerDataPacket)", "ListBuilder*()", "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*(ContactEntity*,ContactEntity*)", "_ContactListTile*(ContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "Null(InvitationEntity*)", "LabelAndValue(SemanticsObject)", "ListBuilder*()", "Null(PdfDocument*)", "~(BeforeUnloadEvent)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "Drag?()", "~(_TapTracker)", "Map<~(PointerEvent0),Matrix4?>()", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "~(~(PointerEvent0),Matrix4?)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "_CombiningGestureArenaMember()", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "LicensePage(BuildContext)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "Tappable(SemanticsObject)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "ListBuilder*()", "~(Node,Node?)", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "_LicenseData(_LicenseData,LicenseEntry)", "EntityList*(BuildContext*,PaymentListVM*)", "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*)", "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*)", "_LicenseData(_LicenseData)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "ListBuilder*()", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "StatefulWidget(BuildContext,BoxConstraints)", "Center(BuildContext,int?,Widget?)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "ListBuilder*()", "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*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "ListBuilder*()", "@(@,@)", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "ListBuilder*()", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "ListBuilder*()", "_PackageListTile(MapEntry)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "int(String,String)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "Localizations(BuildContext,int)", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "Element(Node)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "List>(NavigatorState,String)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "MaterialPageRoute<~>(RouteSettings)", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "BlockSemantics(BuildContext)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "WillPopScope(BuildContext)", "List(BuildContext,_ActionLevel)", "String*(@,int*)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "Future<@>()", "DateTime*(@,int*)", "Expanded*(BuildContext*)", "MouseRegion(BuildContext,ScrollController)", "MaterialRectArcTween(Rect?,Rect?)", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "Null(String*,bool*)", "Widget(BuildContext,~())", "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*)", "TextField0(SemanticsObject)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "Null(BuildContext*,String*,String*)", "BuyNowButtons*(BuildContext*,BuyNowButtonsVM*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "Checkable(SemanticsObject)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "ListBuilder*()", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "~(ScrollNotification)", "ListBuilder*()", "ListBuilder*()", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "ListBuilder*()", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "ListBuilder*()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "ImageRoleManager(SemanticsObject)", "DropdownMenuItem*(ImportType*)", "Text*(String*)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "OnlinePayments*(BuildContext*,OnlinePaymentsVM*)", "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*)", "ListBuilder*>*()", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "_EnableTwoFactor*(BuildContext*)", "ListBuilder*()", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "ListBuilder*()", "Future*(Object*)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "ListBuilder*()", "MapBuilder*>*()", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "MapBuilder*()", "MapBuilder*()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "MapBuilder*()", "TimeEditDetails*(BuildContext*)", "TaskTimeListTile*(TaskTime*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "Null(PointerHoverEvent*)", "BoardList*(String*)", "Null(Completer*,String*)", "double(_Diagonal)", "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*)", "bool*(VendorContactEntity*)", "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*)", "Null(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "MapBuilder*()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "MapBuilder*()", "MapBuilder*()", "IFrameElement*(int*)", "Null(Event*)", "Logger()", "Future()", "Future()", "Future()", "PhotoViewGalleryPageOptions(BuildContext,int)", "Widget(BuildContext,ImageChunkEvent?)", "FadeTransition(Widget,Animation0)", "MapBuilder*()", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapBuilder*()", "StatelessWidget(BuildContext,AsyncSnapshot)", "PhotoViewGestureRecognizer()", "~(PhotoViewGestureRecognizer)", "~(@,StackTrace?)", "MapBuilder*()", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "MapBuilder*()", "MapEntry(String,@)", "String?()", "int(_Line)", "MapBuilder*()", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "MapBuilder*()", "int(int,Object)", "~(HtmlElement)", "MapBuilder*()", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)", "0^()(Zone,ZoneDelegate,Zone,0^())", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map?)", "int(Comparable<@>,Comparable<@>)", "MapBuilder*()", "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)", "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)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "MapBuilder*()", "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*,LoadClientsSuccess*)", "ClientState*(ClientState*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom1*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom2*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByState*)", "ListUIState*(ListUIState*,FilterCompanyGateways*)", "ListUIState*(ListUIState*,SortCompanyGateways*)", "ListUIState*(ListUIState*,StartCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,AddToCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,ClearCompanyGatewayMultiselect*)", "CompanyGatewayState*(CompanyGatewayState*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,AddCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,SaveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaysSuccess*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "_RandomAccessFile(@)", "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*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*,ReverseInvoicesSuccess*)", "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*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "int/(@)", "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*)", "MapBuilder*()", "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*,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*,ConvertQuoteSuccess*)", "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*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*,@)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "BuyNowButtonsVM*(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*)", "OnlinePaymentsVM*(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(PdfPage)", "PhotoViewGalleryPageOptions(Future,int,PdfDocument)", "Future()", "PhotoViewScaleState(PhotoViewScaleState)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "MapBuilder*()", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "Material*(BuildContext*,BoxConstraints*)"], + types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "double(double)", "Null(String*)", "Null(@)", "@()", "@(@)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "@(bool*)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "int*(String*,String*)", "bool*()", "Null(bool*)", "ErrorDialog*(BuildContext*)", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "String*(@)", "Future*(Store*,@,@(@)*)", "~(BuildContext*)", "Future<~>*()", "~(Duration)", "Future*()", "~(TextEditingController*)", "~(Object?)", "Future*()", "~(bool*)", "ListBuilder*()", "DropdownMenuItem*(String*)", "~(AnimationStatus)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "Null(Duration*)", "Null(List*)", "PluralCase()", "Null(SelectableEntity*)", "bool*(Route<@>*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "String*(BaseEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "Null(String*,String*)", "Null(String*,InvoiceEntity*)", "String*(String*,SelectCompany*)", "String*(String*,ClearEntityFilter*)", "@(BuildContext*)", "Null(EntityState*,bool*)", "String*(String*,PreviewEntity*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "@(SelectableEntity*)", "bool*(InvoiceItemEntity*)", "~(String*)", "bool(BoxHitTestResult,Offset)", "~(BuildContext*,EntityAction*)", "Null(TextEditingController*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Null(DocumentEntity*)", "~(bool)", "~(int)", "Null(~)", "~(Event)", "ListDivider*(BuildContext*,int*)", "String()", "Widget(BuildContext)", "InvoiceEntity*(String*)", "bool(String)", "Null(InvoiceEntity*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "Null(Event)", "String*(String*,FilterByEntity*)", "EntityStats*(String*,BuiltMap*)", "String*(String*,@)", "~(DragUpdateDetails)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "double(RenderBox)", "UserEntityBuilder*(UserEntityBuilder*)", "@(int*,String*)", "@(TaxRateEntity*)", "int*(List*,List*)", "~(PaintingContext,Offset)", "~(@)", "~(String)", "Null(BuildContext*,MultipartFile*)", "~(Element0)", "Future<~>()", "bool*(bool*,UpdateUserPreferences*)", "~(PointerEvent)", "Null(String*,ExpenseEntity*)", "Null(int*)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "int*(int*,PreviewEntity*)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "Future?(Object*)", "~(DragStartDetails)", "~(RenderObject)", "bool(Object?)", "Color(Set)", "Null(List*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "~(TapDownDetails)", "Palette()", "Null(BuildContext*,Completer*)", "UserStateBuilder*(UserStateBuilder*)", "~(Object,StackTrace)", "bool(@)", "Widget*(BuildContext*,int*)", "List()", "~(@,@)", "VendorEntityBuilder*(VendorEntityBuilder*)", "Null(ExpenseEntity*)", "Null(Object,StackTrace)", "~(RestorableProperty,~())", "~(DragEndDetails)", "~(String,@)", "~(ByteData?)", "Null(TaxRateEntity*)", "bool(FocusNode)", "bool(Element0)", "ListBuilder*()", "String(String)", "Widget(BuildContext,int)", "Widget*()", "Null(String*,TaskEntity*)", "Null(PaymentEntity*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Null(int*,int*)", "EntityStats*(String*,BuiltMap*)", "@(CompanyEntity*)", "~(LayoutView)", "AuthStateBuilder*(AuthStateBuilder*)", "String*()", "@(DocumentEntity*,String*,String*)", "@(MultipartFile*)", "Null(DesignEntity*)", "String*(InvoiceEntityBuilder*)", "Null(List*)", "~(String,String)", "bool*(ContactEntity*)", "String*(PaymentableEntity*)", "InvoiceEntity*(InvoiceEntity*,@)", "@(InvoiceEntity*)", "bool(ScrollNotification)", "Null(TaskEntity*)", "ScrollableListView*(BuildContext*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "Object?(@)", "~(ForcePressDetails)", "String*(String*,ClearEntitySelection*)", "Null(SettingsEntity*)", "~(TapUpDetails)", "bool(FlutterHtmlKeyboardEvent)", "int(int)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "DropdownMenuItem*(int*)", "SimpleDialog*(BuildContext*)", "double*(double*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "Null(Completer*)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "AlertDialog*(BuildContext*)", "@(int*)", "bool(_RouteEntry?)", "GroupStateBuilder*(GroupStateBuilder*)", "~(SelectableEntity*)", "Null(UserEntity*)", "~(PointerExitEvent)", "Null(InvoiceStateBuilder*)", "MapBuilder*()", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "InvoiceEntity*(@)", "Color0(int?)", "~(ProgressEvent)", "@(List*)", "Null(BuildContext*[EntityAction*])", "Future()", "ListBuilder*()", "Widget(BuildContext,Widget?)", "Null(String*,PaymentEntity*)", "int(_Codes)", "@(Event)", "PaymentEntity*(String*)", "Null(LoginResponse*)", "bool(InlineSpan)", "bool*(BaseEntity*)", "Null(TaskTime*)", "bool*(TaskTime*)", "Null(EntityType*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "ExpenseEntity*(String*)", "Column*(BuildContext*)", "double(RenderBox,double)", "bool*(PaymentableEntity*)", "List*()", "double*()", "Color?(Set)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "InvitationEntity*(ContactEntity*)", "bool*(InvoiceEntity*)", "Null(ProductEntity*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "Null(InvoiceItemEntity*)", "Null(ProjectEntity*)", "~(PointerEnterEvent)", "~(Object*)", "Null(PaymentableEntity*)", "Null(GroupEntity*)", "~(Object?,Object?)", "Null(VendorEntity*)", "Null(RecurringExpenseStateBuilder*)", "~(LongPressMoveUpdateDetails)", "~(LongPressStartDetails)", "~(String?)", "bool(int)", "Null(List*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "~(DateTime)", "Future>(Map)", "TaxRateEntity*(String*)", "Null(TaskStatusEntity*)", "TaskEntity*(String*)", "bool(GestureListener)", "ProductEntity*(String*)", "bool()", "Null(EntityStatus*,bool*)", "~(PointerDownEvent)", "Null(String*,ClientEntity*)", "int(FocusNode,FocusNode)", "AppStateBuilder*(AppStateBuilder*)", "~(String,NumericAxis)", "~(MouseEvent)", "DesignEntityBuilder*(DesignEntityBuilder*)", "TaskListItem*(BuildContext*,int*)", "ActivityListTile*(BuildContext*,int*)", "Null(PaymentTermEntity*)", "Null(BuildContext*,InvoiceEntity*[String*])", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "ListTile*(String*)", "Null(PointerEvent0)", "int()", "PaymentStateBuilder*(PaymentStateBuilder*)", "Widget(BuildContext,BoxConstraints)", "bool(_RouteEntry)", "~(NavigatorObserver)", "Null(TouchEvent)", "@([String*,String*])", "int(Object?)", "Null(BaseEntity*)", "IconButton*(BuildContext*)", "Null(List*)", "Null(BuildContext*[int*])", "DesignStateBuilder*(DesignStateBuilder*)", "Null(List*,String*,String*)", "TokenStateBuilder*(TokenStateBuilder*)", "DesignEntity*(String*)", "Null(TokenEntity*)", "int*(InvoiceEntity*,InvoiceEntity*)", "List*(BuiltMap*,BuiltMap*)", "AppTextButton*(BuildContext*)", "Future*(BuildContext*,bool*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "int(RenderObject,RenderObject)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "Null(InvoiceItemEntity*,int*)", "ProductStateBuilder*(ProductStateBuilder*)", "CreditStateBuilder*(CreditStateBuilder*)", "Future*(String*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "Future()", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "Null(TaskStatusStateBuilder*)", "DropdownMenuItem*(MapEntry*)", "Future()", "Null(CompanyGatewayEntity*)", "CompanyGatewayEntity*(String*)", "ClientEntity*(String*)", "CustomFieldSelector*(BuildContext*)", "ProjectEntity*(String*)", "EntityStats*(String*,BuiltMap*)", "TaskStateBuilder*(TaskStateBuilder*)", "Null(TaskStateBuilder*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "MapBuilder*()", "MapBuilder*(MapBuilder*)", "int(@,@)", "Future<@>(MethodCall)", "Null(DateTime*)", "bool(InheritedElement)", "@(DesignEntity*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "~(Timer*)", "BaseEntity*(InvoiceItemEntity*)", "Future>(Map)", "Null(ExpenseCategoryEntity*)", "InvoiceItemSelector*(BuildContext*)", "ClientStateBuilder*(ClientStateBuilder*)", "String*(ProfitAndLossReportFields*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "_TextBoundary(DirectionalTextEditingIntent)", "MessageDialog*(BuildContext*)", "ExpenseEntity*(ExpenseEntity*,@)", "Null(WebhookEntity*)", "Null(@,@)", "String*(TaxRateReportFields*)", "double(double,double)", "~(int,int)", "ProjectStateBuilder*(ProjectStateBuilder*)", "Null(SubscriptionEntity*)", "~(PointerExitEvent*)", "String*(TaxRateReportFields0*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Null(ClientEntity*)", "VendorStateBuilder*(VendorStateBuilder*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "Null(List*[String*,String*])", "bool*(EntityType*)", "Null(BuiltList*)", "WebhookEntity*(String*)", "Null(List*)", "Null(ClientStateBuilder*)", "Null(Timer*)", "MapBuilder*>*()", "ListBuilder*()", "bool*(PaymentEntity*)", "Null(List*)", "Null(CompanyGatewayStateBuilder*)", "Null(CreditStateBuilder*)", "ListBuilder*()", "int*(TaskEntity*,TaskEntity*)", "Null(List*)", "Null(DesignStateBuilder*)", "ListBuilder*()", "ListBuilder*()", "Null(ExpenseStateBuilder*)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "Null(ExpenseCategoryStateBuilder*)", "bool*(ActivityEntity*)", "GroupEntity*(String*)", "Null(List*)", "ContactEntityBuilder*(ContactEntityBuilder*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "~(LongPressEndDetails)", "Null(PaymentStateBuilder*)", "EdgeInsetsGeometryTween(@)", "PaymentTermEntity*(String*)", "Null(List*)", "Null(PaymentTermStateBuilder*)", "Null(List*)", "Null(ProductStateBuilder*)", "Null(List*)", "~(PointerEnterEvent*)", "@(double*)", "String(int)", "Null(@,StackTrace)", "ExpenseListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "InvoiceListItem*(BuildContext*,int*)", "int(int,int)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "Null(Store*)", "~(ImageStreamListener)", "bool(Point)", "DropdownMenuItem*(DateRange*)", "Null(BuildContext*,bool*)", "BaseEntity*(String*)", "bool(Object?,Object?)", "@(SettingsEntity*)", "Null(int*,bool*)", "Color(Color)", "InkWell*(BuildContext*)", "double()", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "MouseCursor0(Set)", "List*>*(BuildContext*)", "bool(DataRow)", "~(bool?)", "Null(bool)", "Rect()", "~(FocusHighlightMode)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "Set()", "String?(String?)", "Tween(@)", "String*(TaskReportFields*)", "Null(EntityAction*)", "GridView*(BuildContext*,BoxConstraints*)", "ColorTween(@)", "Null(WebhookStateBuilder*)", "~(Timer)", "Null(List*)", "String*(CreditReportFields*)", "Null(VendorStateBuilder*)", "String*(QuoteReportFields*)", "Null(List*)", "VendorEntity*(String*)", "Null(UserStateBuilder*)", "UserEntity*(String*)", "~(~())", "~(ImageInfo,bool)", "ListBuilder*(ListBuilder*)", "~(ImageChunkEvent)", "Null(TokenStateBuilder*)", "String*(QuoteItemReportFields*)", "String*(ProductReportFields*)", "Null(List*)", "String*(PaymentReportFields*)", "bool(KeyData)", "String*(InvoiceReportFields*)", "String*(InvoiceItemReportFields*)", "Null(ProjectStateBuilder*)", "bool(_Highlight)", "Widget(BuildContext,Widget,int?,bool)", "Null(String*,List*)", "TokenEntity*(String*)", "Null(TaxRateStateBuilder*)", "Null(List*)", "~(SliverConstraints)", "~(List)", "bool(SemanticsNode)", "int(SemanticsNode,SemanticsNode)", "String*(DocumentReportFields*)", "Null(List*)", "TaskStatusEntity*(String*)", "Null(List*)", "String*(ContactReportFields*)", "bool(FocusableActionDetector)", "Future<~>(bool)", "String*(ClientReportFields*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "Null(MouseEvent)", "Null(SubscriptionStateBuilder*)", "TapGestureRecognizer()", "@(bool*,int*,String*,double*,double*)", "Null(List*)", "SubscriptionEntity*(String*)", "~(TaxRateEntity*)", "~(TapGestureRecognizer)", "MapEntry*>*(String*,String*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "Null(QuoteStateBuilder*)", "DropdownMenuItem*(int*)", "String*(ExpenseReportFields*)", "Completer*(Completer*,EditProject*)", "~(HorizontalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "String*(InvoiceItemEntityBuilder*)", "EntityStats*(String*,BuiltMap*)", "String*(String*,ShowPdfQuote*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "String*(ProjectEntityBuilder*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "~(VerticalDragGestureRecognizer)", "PanGestureRecognizer()", "VerticalDragGestureRecognizer()", "~(LongPressGestureRecognizer)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "LongPressGestureRecognizer()", "~(DoubleTapGestureRecognizer)", "~(PanGestureRecognizer)", "Null(CompanyEntity*)", "DoubleTapGestureRecognizer()", "Positioned(BuildContext,Widget?)", "PaymentTermEntity*(@)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "AlignmentGeometryTween(@)", "List*(String*,BuiltMap*,BuiltList*)", "DecorationTween(@)", "Map()", "~(_DragInfo)", "~(RestorationBucket)", "Future(ByteData?)", "WebhookEntity*(WebhookEntity*,@)", "Future<~>(MethodCall)", "VelocityTracker(PointerEvent)", "bool(ScrollMetricsNotification)", "Null(ProgressEvent)", "List(_SemanticsSortGroup)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "String*(String*,ShowPdfInvoice*)", "bool(BoxHitTestResult)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "GroupEntity*(@)", "bool(InlineSpanSemanticsInformation)", "TaxRateEntity*(@)", "String(Match)", "ContactEntity*()", "~(TextSelection)", "TokenEntityBuilder*(TokenEntityBuilder*)", "ExpenseEntity*(@)", "~(Rect)", "MapBuilder*(MapBuilder*)", "MapBuilder*>*(MapBuilder*>*)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ImageStreamCompleter()", "bool*(InvitationEntity*)", "Null(BuiltList*)", "~(TimeOfDay)", "~(_TimePickerMode)", "Size(RenderBox,BoxConstraints)", "~(TextSelection,SelectionChangedCause?)", "UserEntity*(@)", "List*(BuiltMap*)", "ListBuilder*()", "ListBuilder*()", "~(double,double)", "Completer*(Completer*,EditVendor*)", "DataCell(DataColumn)", "ListBuilder*()", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "Null(DocumentStateBuilder*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "LocalKey(MergeableMaterialItem)", "ListBuilder*()", "Null(List*)", "DocumentEntity*(String*)", "ListBuilder*()", "InkWell*(String*)", "ListBuilder*()", "~(RenderBox?)", "ListBuilder*()", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "~([Intent?])", "~(Size)", "ListBuilder*()", "ListBuilder*()", "Null(BuildContext*,String*,String*,String*)", "CustomSingleChildLayout(BuildContext)", "~(DragDownDetails)", "int*(ExpenseEntity*,ExpenseEntity*)", "bool(BuildContext)", "List*()", "List*(BuiltMap*,BuiltMap*)", "ListBuilder*()", "ListBuilder*()", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "ListBuilder*()", "MapBuilder*()", "bool(DraggableScrollableNotification)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "KeyEventResult(FocusNode,RawKeyEvent)", "Widget(Widget,Animation0)", "LicenseEntry(int)", "Widget(BuildContext,bool)", "Widget(BuildContext,Object?,ScrollController?)", "Drag?(Offset)", "~(DiagnosticsNode)", "Future<~>(String)", "Future()", "Color?(Color?)", "Null(String*,String*,String*,String*)", "String*(ContactEntity*)", "Null(EmailTemplate*)", "Future<~>(~)", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "ListBuilder*()", "ListBuilder*()", "Widget*(CompanyEntity*)", "List*(BuildContext*)", "PointerInterceptor*(BuildContext*)", "bool*(SystemLogEntity*)", "MapBuilder*>*(MapBuilder*>*)", "Node0?(DirectoryNode,String,Node0?)", "~(List)", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "ListBuilder*()", "DataCell0*(String*)", "bool(RenderBox)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*)", "~(ScaleEndDetails)", "~(ScaleUpdateDetails)", "@(Object*)", "String*(PaymentEntityBuilder*)", "~(ChartBehavior<@>)", "bool(ChartBehavior<@>)", "Null(Response*)", "ListBuilder*()", "Null(PdfDocument*)", "~(GestureListener)", "bool(LayoutView)", "int(LayoutView,LayoutView)", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ContactEntity*)", "ListBuilder*()", "String(num?)", "List?(int?)", "~(Codec)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "Widget(BuildContext,Object,StackTrace?)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "Object?(Object?)", "int(int,@)", "_Channel()", "Future(RandomAccessFile)", "~(RandomAccessFile)", "Null(Uint8List)", "bool(NodeValidator)", "bool(Node)", "~(Uint8List,String,int)", "int(String?)", "String*(String*,ShowPdfCredit*)", "Null(DateRange*)", "~(Symbol0,@)", "DateTime*(ChartMoneyData*,int*)", "double*(ChartMoneyData*,int*)", "Color0*(ChartMoneyData*,int*)", "ListTile*(BuildContext*,int*)", "MapBuilder*()", "PaymentListItem*(BuildContext*,int*)", "ListBuilder*()", "@(Object?)", "ListBuilder*()", "~([Object?])", "~(Object[StackTrace?])", "PaymentableEntity*(BaseEntity*)", "ListBuilder*()", "ListBuilder*()", "~(String,String?)", "CompanyGatewayEntity*(@)", "DateTime()", "@(Completer*)", "ListBuilder*()", "~(GestureMode)", "Container*(BuildContext*,int*)", "ListBuilder*()", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "ListBuilder*()", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "ListBuilder*()", "double*(PaymentableEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "int*(BaseEntity*,BaseEntity*)", "KeyData()", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(ScaleStartDetails)", "ListBuilder*()", "MapBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "bool*(ProductEntity*)", "TaskTimeBuilder*(TaskTimeBuilder*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "Future(String,Map)", "PrefStateBuilder*(PrefStateBuilder*)", "~(num)", "bool*(GatewayTokenEntity*)", "EntityStats*(String*,BuiltMap*)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "LoginScreen*(BuildContext*)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "MainScreen*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "PaymentEditScreen*(BuildContext*)", "String*(MapBuilder*)", "String(String,String)", "Future*(BuildContext*,AppSidebarMode*)", "PaymentRefundScreen*(BuildContext*)", "List()", "UIStateBuilder*(UIStateBuilder*)", "Set<~>*()", "~(PersistenceRepository*)", "bool*(bool*,DismissNativeWarningPermanently*)", "Future*(String*,String*)", "String(@)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "ByteBuffer(@)", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "PasswordConfirmation*(BuildContext*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "Completer*(Completer*,EditClient*)", "~(PhotoViewScaleState)", "Element(int)", "~([~])", "bool*(CompanyEntity*)", "bool(bool?)", "bool*(HistoryRecord*)", "bool(Element,String,String,_Html5NodeValidator)", "Future(Body)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "List()", "DesignEntity*(DesignEntity*,@)", "Null(UserCompanyEntity*)", "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*,@)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "PlatformViewSurface(BuildContext,PlatformViewController)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "_RandomAccessFile(@)", "int/(@)", "0^?(0^?(ButtonStyle?))", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "MaterialStateProperty?(ButtonStyle?)", "int*(TaskTime*,TaskTime*)", "MaterialStateProperty?(ButtonStyle?)", "ImageRoleManager(SemanticsObject)", "Null(String*,@)", "MaterialStateProperty?(ButtonStyle?)", "Future(int)", "Route<@>*(RouteSettings*)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "MouseCursor0?(Set)", "MouseCursor0?(ButtonStyle?)", "StyledToast*(BuildContext*)", "JsFunction(@)", "Locale*(String*)", "ChangeLayoutBanner*(BuildContext*)", "ProductScreenBuilder*(BuildContext*)", "ProductViewScreen*(BuildContext*)", "ProductEditScreen*(BuildContext*)", "ClientScreenBuilder*(BuildContext*)", "ClientViewScreen*(BuildContext*)", "ClientEditScreen*(BuildContext*)", "ClientPdfScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "Color?(ButtonStyle?)", "VisualDensity?(ButtonStyle?)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(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*)", "OnlinePaymentsScreen*(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*)", "MaterialTapTargetSize?(ButtonStyle?)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "AlignmentGeometry?(ButtonStyle?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "JsArray<@>(@)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "Future*(SharedPreferences*)", "~(DirectionalFocusIntent)", "JsObject(@)", "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*,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*)", "LiveRegion(SemanticsObject)", "UserCompanyState*(int*)", "String?(~(Codec))", "TableRow(int)", "MinimizeIcon(WindowButtonContext)", "Rect()(RenderBox)", "MaximizeIcon(WindowButtonContext)", "Null(UserCompanyState*)", "CloseIcon(WindowButtonContext)", "CalendarDatePicker()", "Form()", "Flex(BuildContext)", "~(Event?)", "Widget(BuildContext,Animation0,Animation0)", "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*)", "~(int?,int?)", "CkCanvas(CkPictureRecorder)", "ContactEntity*(ContactEntity*,EditClient*)", "ContactEntity*(ContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "Null(FontFace)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "~(int?)", "RenderObjectWidget(Widget)", "ClientEntity*(ClientEntity*,SaveClientSuccess*)", "ClientEntity*(ClientEntity*,AddClientSuccess*)", "ClientEntity*(ClientEntity*,RestoreClientSuccess*)", "ClientEntity*(ClientEntity*,ArchiveClientsSuccess*)", "ClientEntity*(ClientEntity*,DeleteClientsSuccess*)", "ClientEntity*(ClientEntity*,EditClient*)", "ClientEntity*(ClientEntity*,UpdateClient*)", "ClientEntity*(ClientEntity*,AddContact*)", "ClientEntity*(ClientEntity*,DeleteContact*)", "ClientEntity*(ClientEntity*,UpdateContact*)", "ClientEntity*(ClientEntity*,ViewClient*)", "ClientEntity*(ClientEntity*,ViewClientList*)", "ClientEntity*(ClientEntity*,SelectCompany*)", "ClientEntity*(ClientEntity*,DiscardChanges*)", "InputDecorator(BuildContext)", "Rect()?(RenderBox)", "String?(String)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "~(PointerMoveEvent)", "HttpRequest()", "bool(InkHighlight?)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "~(PointerUpEvent)", "SurfaceScene()", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "IndentingBuiltValueToStringHelper(String)", "TextStyle()", "UserCompanyEntity*(UserCompanyEntity*,SaveAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecOAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecGmailUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,DisableTwoFactorSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveUserSettingsSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateCompanyLanguage*)", "CompanyEntityBuilder*(UserCompanyEntityBuilder*)", "int*(int*,LoadCompanySuccess*)", "int*(int*,LoadExpensesSuccess*)", "List*(BuiltMap*,BuiltList*)", "bool*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(String*,UserCompanyState*)", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "bool*(ClientEntity*)", "ListBuilder()", "ListMultimapBuilder()", "ShapeBorderTween(@)", "MapBuilder()", "SetBuilder()", "bool*(ProjectEntity*)", "SetMultimapBuilder()", "bool*(TaskEntity*)", "Container(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "~(KeyboardEvent)", "DataRow?()", "Column(BuildContext,BoxConstraints)", "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*)", "FadeTransition(BuildContext,Widget?)", "~(String,FormElement)", "~(EditingState?)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "bool(OverscrollIndicatorNotification)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "CustomMultiChildLayout(BuildContext,Widget?)", "~(DragEndDetails{isClosing: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*)", "Align(BuildContext,Widget?)", "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*)", "bool(Set)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "double(Set)", "int(PaintRequest,PaintRequest)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "bool(NotoFont)", "~(JsUrlStrategy?)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "Center(int)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "InputDecorator(BuildContext,Widget?)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "Semantics(BuildContext,Widget?)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "ThemeData()", "Map()", "Null(String*,Duration*)", "TimeOfDay(int)", "Offset(double)", "~(List<_TappableLabel>?)", "num(int?)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "_ToggleButton(int)", "~([TapUpDetails?])", "List*(BuiltMap*,BuiltMap*)", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "SkImage()", "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*)", "_LiveImage()", "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*)", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "~(Zone,ZoneDelegate,Zone,Object,StackTrace)", "Set(Set,Set)", "Null(Map>?)", "List()", "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*)", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "~(String?,List)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "Paint(BoxShadow)", "InvoiceItemEntity*(BaseEntity*)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "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*)", "Size()", "double?()", "TextElement1(String)", "double(TextElement1)", "List*(BuiltMap*,String*)", "~(_ResolvedNotoSubset)", "Rect(Rect?,TextBox)", "Future()", "MouseCursor0(MouseTrackerAnnotation)", "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*)", "~(MouseTrackerAnnotation,Matrix4)", "bool(MouseTrackerAnnotation)", "int(int?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "ViewClipChain()", "~(CanvasKit)", "OneSequenceGestureRecognizer(Factory)", "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*)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "@(@,String)", "bool(Point[double?])", "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*)", "HitTestResult(Offset)", "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*)", "bool(RenderSliver)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "bool(Point,double,double)", "~(FrameTiming)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "~(int,_FrameCallbackEntry)", "String(int?)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "@(String)", "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*)", "String?(int)", "int(SemanticsNode)", "SemanticsNode(int)", "Map(TextInputConfiguration)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "TextInputConfiguration(AutofillClient)", "Stream()", "Future(String?)", "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*)", "Color0?(int?)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "~(RawKeyEvent)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceItemEntity*(String*)", "~(_LineRendererElement)", "RawKeyEventData()", "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*)", "bool(PhysicalKeyboardKey)", "Null(SkDeletable)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "Palette(Palette())", "List()", "List(List)", "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*)", "Null(~())", "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*)", "bool(SurfaceFrame,CkCanvas)", "num?(int?)", "~(Action)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "~(int,bool(FlutterHtmlKeyboardEvent))", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "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*)", "~(_ChildEntry)", "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*)", "Widget(_ChildEntry)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "Route<@>?(RouteSettings)", "Route<@>(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "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*)", "CompositedTransformFollower(BuildContext)", "bool(AutofillClient)", "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*)", "AutofillClient()", "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*)", "bool(KeepAliveNotification)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "~(SelectionModelType)", "~(int,@)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "~(String,ChartBehavior0<@>)", "HitTestResult()", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "Future()", "Future<~>(double)", "Future<~>(@)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "Future>(Map)", "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*(@)", "_DraggableSheetExtent()", "~(ChartStateBehavior>,AnimationController)", "~(ReplaceTextIntent)", "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*)", "~(UpdateSelectionIntent)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "Future<~>(PasteTextIntent)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "TextSelection(TextSelection)", "Widget(LegendEntry<@>)", "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*,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*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "bool*(TaskEntityBuilder*)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "~(_FocusTraversalGroupInfo)", "bool(_DirectionalPolicyDataEntry)", "TaskEntity*(@)", "_Future<@>?()", "bool(TraversalDirection)", "Set(_ReadingOrderSortData)", "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*)", "Padding(Widget)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "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*)", "bool(FormFieldState<@>)", "Element0?(Element0)", "Object?(int,Element0?)", "int(TableRow)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Padding(int)", "List(Size)", "bool(int,int)", "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*)", "~(Surface)", "Null(ByteData)", "ChartContainerRenderObject<@>()", "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*)", "~(Element)", "_Future<@>(@)", "double*(double*,UpdateUserPreferences*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "Element()", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "Future(Blob)", "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*,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*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "DirectoryNode?(DirectoryNode,bool)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "~(RenderSemanticsGestureHandler)", "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*)", "~(StatefulElement,Object)", "RealNode?(DirectoryNode,bool)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "bool(_HeroFlight)", "IconTheme(BuildContext)", "~(Object,StackTrace?)", "FileNode()", "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*)", "Future<@>(@)", "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*)", "~(FileNode)", "FileNode(FileNode)", "BoxConstraintsTween(@)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "Matrix4Tween(@)", "TextStyleTween(@)", "BorderRadiusTween(@)", "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*)", "Future<@>(_Pending)", "Map(List<@>)", "Map(Map)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "Null(Map)", "~(@,StackTrace)", "List*>*(BuildContext*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityState*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityStatus*)", "StoreConnector*(BuildContext*)", "ListUIState*(Store*)", "Container*(BuildContext*,ListUIState*)", "bool(Route<@>?)", "bool(OverlayEntry)", "~(Node0)", "BottomAppBar*(BuildContext*,Store*)", "Node0?(DirectoryNode,String,Node0?,int,int)", "_RouteEntry(Route<@>)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "String(Object?)", "MapEntry>(@,@)", "RenderBox?()", "Viewport(BuildContext,ViewportOffset)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "_HtmlElementViewController(PlatformViewCreationParams)", "Padding*(TextButton*)", "~(Iterable)", "MultiSelectList*(BuildContext*)", "Future<~>(PointerEvent)", "~(_DragInfo,Offset,Offset)", "Padding*(MapEntry*)", "~(File,Uint8List?,String?,Stream>?)", "Null(RestorationBucket?)", "~(RestorableProperty)", "DocumentTile*(DocumentEntity*)", "RestorationScope(BuildContext,Widget?)", "Actions(BuildContext)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "Future(String)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "int?(Widget,int)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "String*(SelectableEntity*)", "~(PointerSignalEvent)", "TickerFuture({from:double?})", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "bool(ScrollMetrics?)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "_ThumbPressGestureRecognizer()", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "~(_ThumbPressGestureRecognizer)", "~(_AnimationDirection)", "Null(Color*)", "_TrackTapGestureRecognizer()", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "~(_TrackTapGestureRecognizer)", "~(PointerHoverEvent)", "DataRow*(String*)", "List(LogicalKeyboardKey)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "_SingleChildViewport(BuildContext,ViewportOffset)", "ContactEntity*(InvitationEntity*)", "~(RenderBox)", "Element0?()", "bool(TableRow)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "DropdownMenuItem*(TaxRateEntity*)", "Element0(Widget)", "ListTile*(BuildContext*,BoxConstraints*)", "bool(_TableElementRow)", "Widget*(BuildContext*,Store*)", "bool(List)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "Iterable(_TableElementRow)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "RenderBox(Element0)", "HealthCheckDialog*(BuildContext*)", "Future*(@)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "List(_TableElementRow)", "~([Duration?])", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "~(DragStartDetails,DragUpdateDetails)", "ForcePressGestureRecognizer()", "~(ForcePressGestureRecognizer)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "CacheInfoRepository(bool)", "DataRow0*()", "Future<~>(CacheObject?)", "Card*(BuildContext*,BoxConstraints*)", "List(List)", "~(BaseEntity*)", "RenderObjectWidget*()", "Widget(Color)", "SynchronousFuture()", "DataColumn0*(String*)", "int*(int*)", "bool*(EntityAction*)", "SynchronousFuture()", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "~(String,Map)", "~(Object,StackTrace,Object?)", "Flexible(Widget)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "~(SlidableAutoCloseNotification)", "Future*(BuildContext*,Completer*)", "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*})", "IgnorePointer(BuildContext)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "~(ToastFuture)", "bool*(DateRange*)", "Future<~>(String,ByteData?,~(ByteData?)?)", "GoogleSignInAccount?/(~)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "~({canceled:bool})", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "GoogleSignInTokenData(Map?)", "Null(GoogleAuth)", "Null(GoogleAuthInitFailureError)", "bool(String,String)", "int(String)", "_ButtonSanitizer()", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "String(List)", "MediaType()", "SkTextStyle()", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "XFile(File)", "GatewayConfigField*(String*)", "List(String)", "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)", "String(String,Color)", "String?(NumberSymbols)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "String(NumberSymbols)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "bool(bool)", "Future(Body)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "_PointerState()", "~(String,int)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "~(String,int?)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "bool*(bool*,StopSaving*)", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "Uint8List(@,@)", "Null(ChartDataGroup*)", "TargetPlatform?()", "Null(String*,GatewayOptionsEntity*)", "TargetPlatform()", "SettingsWizard*(BuildContext*)", "bool(DiagnosticsNode?)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "bool(StackFrame)", "ErrorDescription(String)", "String(DiagnosticsNode)", "Null(String)", "InvitationEntity*(InvitationEntity*)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~(DesignEntity*)", "InvoiceHistoryEntity*(ActivityEntity*)", "~(Blob?)", "Future*(Response*)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "double*(double*,double*)", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "Map*()", "bool(Element)", "Incrementable(SemanticsObject)", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "~(DomException)", "bool(DiagnosticsNode)", "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*(ContactEntity*,ContactEntity*)", "_ContactListTile*(ContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "Null(InvitationEntity*)", "LicenseParagraph()", "~(AbstractNode)", "String(GestureArenaMember)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "_GestureArena()", "~(PointerDataPacket)", "ListBuilder*()", "Scrollable0(SemanticsObject)", "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*)", "bool(PointerData)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "_PointerEventDescription(PointerData)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "~(BeforeUnloadEvent)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "Drag?()", "~(_TapTracker)", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "Map<~(PointerEvent),Matrix4?>()", "EntityList*(BuildContext*,PaymentListVM*)", "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*)", "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*)", "~(~(PointerEvent),Matrix4?)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "_CombiningGestureArenaMember()", "ListBuilder*()", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "LicensePage(BuildContext)", "LabelAndValue(SemanticsObject)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "~(Node,Node?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "_LicenseData(_LicenseData,LicenseEntry)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "ListBuilder*()", "_LicenseData(_LicenseData)", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "ListBuilder*()", "ListBuilder*()", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "StatefulWidget(BuildContext,BoxConstraints)", "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*)", "Center(BuildContext,int?,Widget?)", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "@(@,@)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "_PackageListTile(MapEntry)", "int(String,String)", "String*(@,int*)", "Localizations(BuildContext,int)", "Element(Node)", "DateTime*(@,int*)", "Expanded*(BuildContext*)", "List>(NavigatorState,String)", "MaterialPageRoute<~>(RouteSettings)", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "Null(String*,bool*)", "BlockSemantics(BuildContext)", "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*)", "WillPopScope(BuildContext)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "List(BuildContext,_ActionLevel)", "Null(BuildContext*,String*,String*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "Future<@>()", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "MouseRegion(BuildContext,ScrollController)", "MaterialRectArcTween(Rect?,Rect?)", "Widget(BuildContext,~())", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "Tappable(SemanticsObject)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "ListBuilder*()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "DropdownMenuItem*(ImportType*)", "Text*(String*)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "OnlinePayments*(BuildContext*,OnlinePaymentsVM*)", "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*)", "ListBuilder*()", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "_EnableTwoFactor*(BuildContext*)", "ListBuilder*()", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "ListBuilder*()", "Future*(Object*)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "ListBuilder*()", "TextField0(SemanticsObject)", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "ListBuilder*>*()", "ListBuilder*()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "ListBuilder*()", "TimeEditDetails*(BuildContext*)", "TaskTimeListTile*(TaskTime*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "Null(PointerHoverEvent*)", "BoardList*(String*)", "Null(Completer*,String*)", "ListBuilder*()", "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*)", "bool*(VendorContactEntity*)", "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*)", "Null(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "MapBuilder*>*()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "MapBuilder*()", "MapBuilder*()", "IFrameElement*(int*)", "Null(Event*)", "Logger()", "Future()", "Future()", "Future()", "PhotoViewGalleryPageOptions(BuildContext,int)", "Widget(BuildContext,ImageChunkEvent?)", "FadeTransition(Widget,Animation0)", "Iterable()", "MapBuilder*()", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "~(ScrollNotification)", "StatelessWidget(BuildContext,AsyncSnapshot)", "PhotoViewGestureRecognizer()", "~(PhotoViewGestureRecognizer)", "~(@,StackTrace?)", "MapBuilder*()", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "MapBuilder*()", "MapEntry(String,@)", "String?()", "int(_Line)", "MapBuilder*()", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "MapBuilder*()", "~(HtmlElement)", "MapBuilder*()", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)", "0^()(Zone,ZoneDelegate,Zone,0^())", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map?)", "int(Comparable<@>,Comparable<@>)", "MapBuilder*()", "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^>)", "MapBuilder*()", "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*,LoadClientsSuccess*)", "ClientState*(ClientState*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom1*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom2*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByState*)", "ListUIState*(ListUIState*,FilterCompanyGateways*)", "ListUIState*(ListUIState*,SortCompanyGateways*)", "ListUIState*(ListUIState*,StartCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,AddToCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,ClearCompanyGatewayMultiselect*)", "CompanyGatewayState*(CompanyGatewayState*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,AddCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,SaveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaysSuccess*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewExpenseList*)", "ListUIState*(ListUIState*,FilterExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterExpensesByCustom3*)", "ListUIState*(ListUIState*,FilterExpensesByCustom4*)", "ListUIState*(ListUIState*,FilterExpensesByState*)", "ListUIState*(ListUIState*,FilterExpensesByStatus*)", "ListUIState*(ListUIState*,FilterExpenses*)", "ListUIState*(ListUIState*,SortExpenses*)", "ListUIState*(ListUIState*,StartExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseMultiselect*)", "ExpenseState*(ExpenseState*,ArchiveExpenseSuccess*)", "ExpenseState*(ExpenseState*,DeleteExpenseSuccess*)", "ExpenseState*(ExpenseState*,RestoreExpenseSuccess*)", "ExpenseState*(ExpenseState*,AddExpenseSuccess*)", "ExpenseState*(ExpenseState*,SaveExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpensesSuccess*)", "ExpenseState*(ExpenseState*,LoadCompanySuccess*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*,ReverseInvoicesSuccess*)", "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*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "Checkable(SemanticsObject)", "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*)", "MapBuilder*()", "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*,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*,ConvertQuoteSuccess*)", "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*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "MapBuilder*()", "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*)", "double(_Diagonal)", "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*)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*,@)", "MapBuilder*()", "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*)", "MapBuilder*()", "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*)", "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*)", "OnlinePaymentsVM*(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(PdfPage)", "PhotoViewGalleryPageOptions(Future,int,PdfDocument)", "Future()", "PhotoViewScaleState(PhotoViewScaleState)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "MapBuilder*()", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "DateRangeComparison*()"], interceptorsByTag: null, leafTags: null, arrayRti: Symbol("$ti") }; - A._Universe_addRules(init.typeUniverse, JSON.parse('{"CanvasKit":"JavaScriptObject","SkFontSlant":"JavaScriptObject","SkFontWeight":"JavaScriptObject","SkTextDirection":"JavaScriptObject","SkTextAlign":"JavaScriptObject","SkTextHeightBehavior":"JavaScriptObject","SkRectHeightStyle":"JavaScriptObject","SkRectWidthStyle":"JavaScriptObject","SkClipOp":"JavaScriptObject","SkFillType":"JavaScriptObject","SkBlurStyle":"JavaScriptObject","SkStrokeCap":"JavaScriptObject","SkPaintStyle":"JavaScriptObject","SkBlendMode":"JavaScriptObject","SkStrokeJoin":"JavaScriptObject","SkTileMode":"JavaScriptObject","SkAnimatedImage":"JavaScriptObject","SkImage":"JavaScriptObject","SkShader":"JavaScriptObject","SkPaint":"JavaScriptObject","SkMaskFilter":"JavaScriptObject","SkColorFilter":"JavaScriptObject","SkPath":"JavaScriptObject","SkPicture":"JavaScriptObject","SkTextStyle":"JavaScriptObject","SkTextDecorationStyle":"JavaScriptObject","SkTextBaseline":"JavaScriptObject","SkTextShadow":"JavaScriptObject","SkFontFeature":"JavaScriptObject","SkFont":"JavaScriptObject","SkParagraph":"JavaScriptObject","SkDeletable":"JavaScriptObject","JsUrlStrategy":"JavaScriptObject","CanvasKitInitOptions":"JavaScriptObject","CanvasKitInitPromise":"JavaScriptObject","ColorSpace":"JavaScriptObject","SkWebGLContextOptions":"JavaScriptObject","SkSurface":"JavaScriptObject","SkGrContext":"JavaScriptObject","SkFontSlantEnum":"JavaScriptObject","SkFontWeightEnum":"JavaScriptObject","SkAffinityEnum":"JavaScriptObject","SkAffinity":"JavaScriptObject","SkTextDirectionEnum":"JavaScriptObject","SkTextAlignEnum":"JavaScriptObject","SkTextHeightBehaviorEnum":"JavaScriptObject","SkRectHeightStyleEnum":"JavaScriptObject","SkRectWidthStyleEnum":"JavaScriptObject","SkVertexModeEnum":"JavaScriptObject","SkVertexMode":"JavaScriptObject","SkPointModeEnum":"JavaScriptObject","SkPointMode":"JavaScriptObject","SkClipOpEnum":"JavaScriptObject","SkFillTypeEnum":"JavaScriptObject","SkPathOpEnum":"JavaScriptObject","SkPathOp":"JavaScriptObject","SkBlurStyleEnum":"JavaScriptObject","SkStrokeCapEnum":"JavaScriptObject","SkPaintStyleEnum":"JavaScriptObject","SkBlendModeEnum":"JavaScriptObject","SkStrokeJoinEnum":"JavaScriptObject","SkFilterQualityEnum":"JavaScriptObject","SkFilterQuality":"JavaScriptObject","SkTileModeEnum":"JavaScriptObject","SkFilterModeEnum":"JavaScriptObject","SkFilterMode":"JavaScriptObject","SkMipmapModeEnum":"JavaScriptObject","SkMipmapMode":"JavaScriptObject","SkAlphaTypeEnum":"JavaScriptObject","SkAlphaType":"JavaScriptObject","SkColorTypeEnum":"JavaScriptObject","SkColorType":"JavaScriptObject","SkShaderNamespace":"JavaScriptObject","SkMaskFilterNamespace":"JavaScriptObject","SkColorFilterNamespace":"JavaScriptObject","SkImageFilterNamespace":"JavaScriptObject","SkImageFilter":"JavaScriptObject","SkPathNamespace":"JavaScriptObject","_NativeFloat32ArrayType":"JavaScriptObject","SkFloat32List":"JavaScriptObject","SkContourMeasureIter":"JavaScriptObject","SkContourMeasure":"JavaScriptObject","SkPictureRecorder":"JavaScriptObject","SkCanvas":"JavaScriptObject","SkParagraphBuilderNamespace":"JavaScriptObject","SkParagraphBuilder":"JavaScriptObject","SkParagraphStyle":"JavaScriptObject","SkParagraphStyleProperties":"JavaScriptObject","SkTextDecorationStyleEnum":"JavaScriptObject","SkTextBaselineEnum":"JavaScriptObject","SkPlaceholderAlignmentEnum":"JavaScriptObject","SkPlaceholderAlignment":"JavaScriptObject","SkTextStyleProperties":"JavaScriptObject","SkStrutStyleProperties":"JavaScriptObject","SkFontStyle":"JavaScriptObject","SkTypeface":"JavaScriptObject","SkFontMgr":"JavaScriptObject","TypefaceFontProvider":"JavaScriptObject","SkLineMetrics":"JavaScriptObject","SkTextPosition":"JavaScriptObject","SkTextRange":"JavaScriptObject","SkVertices":"JavaScriptObject","SkTonalColors":"JavaScriptObject","SkFontMgrNamespace":"JavaScriptObject","TypefaceFontProviderNamespace":"JavaScriptObject","JsConstructor":"JavaScriptObject","SkObjectFinalizationRegistry":"JavaScriptObject","SkData":"JavaScriptObject","SkImageInfo":"JavaScriptObject","PlainJavaScriptObject":"JavaScriptObject","UnknownJavaScriptObject":"JavaScriptObject","JavaScriptFunction":"JavaScriptObject","JsUrlStrategy0":"JavaScriptObject","LoadConfig":"JavaScriptObject","GoogleAuthInitFailureError":"JavaScriptObject","GoogleAuth":"JavaScriptObject","GoogleUser":"JavaScriptObject","GoogleAuthSignInError":"JavaScriptObject","OfflineAccessResponse":"JavaScriptObject","_GoogleAuth":"JavaScriptObject","IsSignedIn":"JavaScriptObject","CurrentUser":"JavaScriptObject","SigninOptions":"JavaScriptObject","OfflineAccessOptions":"JavaScriptObject","ClientConfig":"JavaScriptObject","SigninOptionsBuilder":"JavaScriptObject","BasicProfile":"JavaScriptObject","AuthResponse":"JavaScriptObject","AuthorizeConfig":"JavaScriptObject","AuthorizeResponse":"JavaScriptObject","_GoogleUser":"JavaScriptObject","Promise":"JavaScriptObject","PdfJsDoc":"JavaScriptObject","PdfJsPage":"JavaScriptObject","PdfJs":"JavaScriptObject","Settings":"JavaScriptObject","PdfJsDocLoader":"JavaScriptObject","PdfJsViewport":"JavaScriptObject","PdfJsRender":"JavaScriptObject","AnimationEvent":"Event","AudioContext":"BaseAudioContext","AbsoluteOrientationSensor":"EventTarget","OrientationSensor":"EventTarget","Sensor":"EventTarget","AnimateElement":"SvgElement","AnimationElement":"SvgElement","AElement":"GraphicsElement","_Request":"Body","_ResourceProgressEvent":"ProgressEvent","BRElement":"HtmlElement","ShadowRoot":"Node","DocumentFragment":"Node","XmlDocument":"Document0","VttCue":"TextTrackCue","CompositionEvent":"UIEvent","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","CDataSection":"CharacterData","Text0":"CharacterData","MidiInput":"MidiPort","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","CssCharsetRule":"CssRule","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","AudioElement":"MediaElement","ManagedSkiaObject":{"SkiaObject":["1"]},"PersistedContainerSurface":{"PersistedSurface":[]},"Checkable":{"RoleManager":[]},"ImageRoleManager":{"RoleManager":[]},"Incrementable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"Scrollable0":{"RoleManager":[]},"Tappable":{"RoleManager":[]},"TextField0":{"RoleManager":[]},"AssetManagerException":{"Exception":[]},"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":[]},"SkiaObjectCollectionError":{"Error":[]},"ManagedSkColorFilter":{"ManagedSkiaObject":["SkColorFilter"],"SkiaObject":["SkColorFilter"]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"CkAnimatedImage":{"ManagedSkiaObject":["SkAnimatedImage"],"SkiaObject":["SkAnimatedImage"],"Codec":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"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"]},"CanvasKitError":{"Error":[]},"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":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"_TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer0":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","_TypedDataBuffer.E":"int"},"CanvasParagraph":{"EngineParagraph":[]},"FlatTextSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"SpanBox":{"RangeBox":[]},"EngineFlutterWindow":{"FlutterWindow":[]},"EngineSingletonFlutterWindow":{"FlutterWindow":[]},"HttpException":{"Exception":[]},"JSBool":{"bool":[]},"JSNull":{"Null":[]},"JavaScriptObject":{"JSObject":[],"CanvasKit":[],"SkFontSlant":[],"SkFontWeight":[],"SkTextDirection":[],"SkTextAlign":[],"SkTextHeightBehavior":[],"SkRectHeightStyle":[],"SkRectWidthStyle":[],"SkClipOp":[],"SkFillType":[],"SkBlurStyle":[],"SkStrokeCap":[],"SkPaintStyle":[],"SkBlendMode":[],"SkStrokeJoin":[],"SkTileMode":[],"SkAnimatedImage":[],"SkImage":[],"SkShader":[],"SkPaint":[],"SkMaskFilter":[],"SkColorFilter":[],"SkPath":[],"SkPicture":[],"SkTextStyle":[],"SkTextDecorationStyle":[],"SkTextBaseline":[],"SkTextShadow":[],"SkFontFeature":[],"SkFont":[],"SkParagraph":[],"SkDeletable":[],"JsUrlStrategy":[],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"PdfJsDoc":[],"PdfJsPage":[]},"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":[]},"_AssertionError":{"AssertionError":[],"Error":[]},"_UnreachableError":{"AssertionError":[],"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"LinkedHashMap":["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":[]},"AsyncError":{"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"},"_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"]},"_GeneratedStreamImpl":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"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"},"_StreamSinkTransformer":{"StreamTransformerBase":["1","2"]},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"],"StreamTransformerBase":["1","2"]},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"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"],"LinkedHashMap":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"LinkedHashMap":["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"]},"_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"],"StreamTransformerBase":["String","List"]},"AsciiEncoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"_UnicodeSubsetDecoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"AsciiDecoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Base64Codec":{"Codec0":["List","String"]},"Base64Encoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Base64Decoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Converter":{"StreamTransformerBase":["1","2"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec0":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"],"StreamTransformerBase":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"],"StreamTransformerBase":["String","Object?"]},"Latin1Codec":{"Encoding":[],"Codec0":["String","List"]},"Latin1Encoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Latin1Decoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Utf8Codec":{"Encoding":[],"Codec0":["String","List"]},"Utf8Encoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Utf8Decoder":{"Converter":["List","String"],"StreamTransformerBase":["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"]},"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":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element":[],"Node":[],"EventTarget":[]},"BeforeUnloadEvent":{"Event":[]},"CanvasElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Element":{"Node":[],"EventTarget":[]},"File":{"Blob":[]},"FormElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"HttpRequest":{"EventTarget":[]},"IFrameElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"KeyboardEvent":{"Event":[]},"MetaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MouseEvent":{"Event":[]},"Node":{"EventTarget":[]},"PointerEvent":{"MouseEvent":[],"Event":[]},"ProgressEvent":{"Event":[]},"SourceBuffer":{"EventTarget":[]},"TextTrack":{"EventTarget":[]},"TextTrackCue":{"EventTarget":[]},"TouchEvent":{"Event":[]},"_Html5NodeValidator":{"NodeValidator":[]},"AnchorElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Animation":{"EventTarget":[]},"AreaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BackgroundFetchEvent":{"Event":[]},"BackgroundFetchRegistration":{"EventTarget":[]},"BaseElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BodyElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BroadcastChannel":{"EventTarget":[]},"ButtonElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"CharacterData":{"Node":[],"EventTarget":[]},"CssKeyframesRule":{"CssRule":[]},"CssStyleSheet":{"StyleSheet":[]},"DataElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"DivElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Document0":{"Node":[],"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":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element"},"_FrozenElementList":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"EmbedElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ExtendableEvent":{"Event":[]},"FieldSetElement":{"HtmlElement":[],"Element":[],"Node":[],"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":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ImmutableListMixin.E":"Node","ListMixin.E":"Node"},"HtmlDocument":{"Document0":[],"Node":[],"EventTarget":[]},"HttpRequestEventTarget":{"EventTarget":[]},"ImageElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"InputElement":{"FileUploadInputElement":[],"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"LIElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"LabelElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MapElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MediaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MediaKeySession":{"EventTarget":[]},"MediaQueryList":{"EventTarget":[]},"MediaQueryListEvent":{"Event":[]},"MediaStream":{"EventTarget":[]},"MediaStreamTrack":{"EventTarget":[]},"MessagePort":{"EventTarget":[]},"MeterElement":{"HtmlElement":[],"Element":[],"Node":[],"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":["Node"],"List":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"ListMixin.E":"Node"},"NodeList":{"ListMixin":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ImmutableListMixin.E":"Node","ListMixin.E":"Node"},"Notification":{"EventTarget":[]},"ObjectElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"OffscreenCanvas":{"EventTarget":[]},"OptionElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"OutputElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ParagraphElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ParamElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"PaymentRequest":{"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":[]},"ProgressElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"RtcDataChannel":{"EventTarget":[]},"RtcStatsReport":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"ScreenOrientation":{"EventTarget":[]},"ScriptElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SelectElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SharedWorkerGlobalScope":{"WorkerGlobalScope":[],"EventTarget":[]},"SlotElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SourceBufferList":{"ListMixin":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"EventTarget":[],"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"},"SpeechSynthesisEvent":{"Event":[]},"Storage":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"StyleElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableRowElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableSectionElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TemplateElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TextAreaElement":{"HtmlElement":[],"Element":[],"Node":[],"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"],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"EventTarget":[],"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":[]},"VideoElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"VideoTrackList":{"EventTarget":[]},"WheelEvent":{"MouseEvent":[],"Event":[]},"Window":{"EventTarget":[]},"_BeforeUnloadEvent":{"BeforeUnloadEvent":[],"Event":[]},"WorkerGlobalScope":{"EventTarget":[]},"_Attr":{"Node":[],"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":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ImmutableListMixin.E":"Node","ListMixin.E":"Node"},"_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":[]},"_WrappedEvent":{"Event":[]},"FilteredElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element"},"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"]},"GraphicsElement":{"SvgElement":[],"Element":[],"Node":[],"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"},"ScriptElement0":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"StringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"SvgElement":{"Element":[],"Node":[],"EventTarget":[]},"SvgSvgElement":{"SvgElement":[],"Element":[],"Node":[],"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":[]},"SingletonFlutterWindow":{"FlutterWindow":[]},"AudioParamMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"AudioTrackList":{"EventTarget":[]},"BaseAudioContext":{"EventTarget":[]},"OfflineAudioContext":{"EventTarget":[]},"SqlResultSetRowList":{"ListMixin":["Map<@,@>"],"ImmutableListMixin":["Map<@,@>"],"List":["Map<@,@>"],"EfficientLengthIterable":["Map<@,@>"],"Iterable":["Map<@,@>"],"ImmutableListMixin.E":"Map<@,@>","ListMixin.E":"Map<@,@>"},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"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"]},"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"},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"SimpleOrdinalScale":{"OrdinalScale":[]},"DateTimeAxisSpec":{"AxisSpec":["DateTime"]},"NumericAxisSpec":{"AxisSpec":["num"]},"OrdinalAxisSpec":{"AxisSpec":["String"]},"OrdinalTickFormatter":{"SimpleTickFormatterBase":["String"],"SimpleTickFormatterBase.D":"String"},"NumericTickFormatter":{"SimpleTickFormatterBase":["num"],"SimpleTickFormatterBase.D":"num"},"_TimeStepIteratorFactoryImpl":{"Iterable":["DateTime"],"Iterable.E":"DateTime"},"DateTimeAxis":{"Axis":["DateTime"],"ImmutableAxis":["DateTime"],"LayoutView":[],"Axis.D":"DateTime"},"DateTimeScale":{"MutableScale":["DateTime"]},"HourTickFormatter":{"TimeTickFormatter":[]},"TimeRangeTickProvider":{"BaseTickProvider":["DateTime"]},"TimeRangeTickProviderImpl":{"TimeRangeTickProvider":[],"BaseTickProvider":["DateTime"],"BaseTickProvider.D":"DateTime"},"TimeStepIteratorFactory":{"Iterable":["DateTime"]},"TimeTickFormatterImpl":{"TimeTickFormatter":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LineRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"PointRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"TimeSeriesChart":{"CartesianChart":["DateTime"],"BaseChart0":["DateTime"],"BaseChart0.D":"DateTime","CartesianChart.D":"DateTime"},"MaterialBlue":{"Palette":[]},"MaterialRed":{"Palette":[]},"MaterialYellow":{"Palette":[]},"MaterialGreen":{"Palette":[]},"MaterialPurple":{"Palette":[]},"MaterialCyan":{"Palette":[]},"MaterialDeepOrange":{"Palette":[]},"MaterialLime":{"Palette":[]},"MaterialIndigo":{"Palette":[]},"MaterialPink":{"Palette":[]},"MaterialTeal":{"Palette":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"DomainHighlighter":{"ChartBehavior":["1"]},"SeriesLegend":{"ChartBehavior":["1"]},"_FlutterSeriesLegend":{"SeriesLegend0":["1"],"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[],"BuildableBehavior":["ChartBehavior0<@>"]},"LinePointHighlighter":{"ChartBehavior":["1"]},"SelectNearest":{"ChartBehavior":["1"]},"CartesianChart0":{"BaseChart":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement":{"TextElement1":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>?"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>?"],"_UnorderedEquality.E":"1"},"MemoryDirectory":{"Directory0":[],"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"MemoryFile":{"File1":[],"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"_FileSink":{"EventSink":["List"]},"MemoryFileSystemEntity":{"FileSystemEntity0":[],"FileSystemEntity":[]},"RealNode":{"Node0":[]},"DirectoryNode":{"Node0":[]},"FileNode":{"Node0":[]},"LinkNode":{"Node0":[]},"RootNode":{"DirectoryNode":[],"Node0":[]},"_LinuxCodes":{"_Codes":[]},"_MacOSCodes":{"_Codes":[]},"_WindowsCodes":{"_Codes":[]},"Int64":{"Comparable":["Object"]},"Animation0":{"Listenable":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"Curve":[]},"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"},"CupertinoActivityIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoActivityIndicatorState":{"State":["CupertinoActivityIndicator"]},"_CupertinoActivityIndicatorPainter":{"Listenable":[]},"CupertinoDynamicColor":{"Color":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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":[]},"_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":{"Listenable":[]},"ValueListenable":{"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"SynchronousFuture":{"Future":["1"]},"FlutterErrorDetailsForPointerEventDispatcher":{"FlutterErrorDetails":[]},"PointerHoverEvent":{"PointerEvent0":[]},"PointerEnterEvent":{"PointerEvent0":[]},"PointerExitEvent":{"PointerEvent0":[]},"PointerDownEvent":{"PointerEvent0":[]},"PointerMoveEvent":{"PointerEvent0":[]},"PointerUpEvent":{"PointerEvent0":[]},"PointerSignalEvent":{"PointerEvent0":[]},"_AbstractPointerEvent":{"PointerEvent0":[]},"_TransformedPointerEvent":{"PointerEvent0":[]},"PointerAddedEvent":{"PointerEvent0":[]},"_TransformedPointerAddedEvent":{"PointerAddedEvent":[],"PointerEvent0":[]},"PointerRemovedEvent":{"PointerEvent0":[]},"_TransformedPointerRemovedEvent":{"PointerRemovedEvent":[],"PointerEvent0":[]},"_TransformedPointerHoverEvent":{"PointerHoverEvent":[],"PointerEvent0":[]},"_TransformedPointerEnterEvent":{"PointerEnterEvent":[],"PointerEvent0":[]},"_TransformedPointerExitEvent":{"PointerExitEvent":[],"PointerEvent0":[]},"_TransformedPointerDownEvent":{"PointerDownEvent":[],"PointerEvent0":[]},"_TransformedPointerMoveEvent":{"PointerMoveEvent":[],"PointerEvent0":[]},"_TransformedPointerUpEvent":{"PointerUpEvent":[],"PointerEvent0":[]},"PointerScrollEvent":{"PointerSignalEvent":[],"PointerEvent0":[]},"_TransformedPointerScrollEvent":{"PointerScrollEvent":[],"PointerSignalEvent":[],"PointerEvent0":[]},"PointerCancelEvent":{"PointerEvent0":[]},"_TransformedPointerCancelEvent":{"PointerCancelEvent":[],"PointerEvent0":[]},"ForcePressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"MultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ImmediatePointerState":{"MultiDragPointerState":[]},"ImmediateMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DelayedPointerState":{"MultiDragPointerState":[]},"DelayedMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DoubleTapGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"GestureRecognizer":{"DiagnosticableTree":[],"GestureArenaMember":[]},"OneSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlowState":{"State":["_MasterDetailFlow"]},"_MasterDetailScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailScaffoldState":{"State":["_MasterDetailScaffold"]},"_LicensePageState":{"State":["LicensePage"]},"_AboutProgram":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesViewState":{"State":["_PackagesView"]},"_PackageLicensePageState":{"State":["_PackageLicensePage"]},"_PackageLicensePageTitle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Tween.T":"Offset","Animatable.T":"Offset"},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"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":[]},"_LerpProperties3":{"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":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties1":{"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":[]},"_NullWidget0":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"Listenable":[]},"_LerpProperties2":{"MaterialStateProperty":["1"]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"Listenable":[]},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"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"]},"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":[]},"_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":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_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":[]},"InkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkResponse":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseState":{"State":["_InkResponseStateWidget"],"_ParentInkResponseState":[]},"InputBorder":{"ShapeBorder":[]},"_NoInputBorder":{"InputBorder":[],"ShapeBorder":[]},"UnderlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"OutlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"InputDatePickerFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDatePickerFormFieldState":{"State":["InputDatePickerFormField"]},"_BorderContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperError":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Tween.T":"InputBorder","Animatable.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"_RenderDecoration":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_DecorationElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_Decorator":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTile":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTileElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderListTile":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"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":[]},"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":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"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":[]},"FadeUpwardsPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"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":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":{"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties0":{"MaterialStateProperty":["1"]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicatorState":{"State":["RefreshIndicator"]},"ReorderableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableListViewState":{"State":["ReorderableListView"]},"_ReorderableListViewChildGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"ScaffoldMessenger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldMessengerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldState":{"State":["Scaffold"]},"_StandardBottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StandardBottomSheetState":{"State":["_StandardBottomSheet"]},"_ScaffoldScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[]},"_BodyBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransitionState":{"State":["_FloatingActionButtonTransition"]},"PersistentBottomSheetController":{"ScaffoldFeatureController":["_StandardBottomSheet","1"]},"_MaterialScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbarState":{"RawScrollbarState":["_MaterialScrollbar"],"State":["_MaterialScrollbar"]},"_LerpProperties4":{"MaterialStateProperty":["1"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties":{"MaterialStateProperty":["1"]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"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":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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"]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"Listenable":[]},"_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":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_RestorableTimePickerEntryMode":{"RestorableProperty":["TimePickerEntryMode"],"Listenable":[]},"_RestorableTimePickerMode":{"RestorableProperty":["_TimePickerMode"],"Listenable":[]},"_RestorableTimePickerModeN":{"RestorableProperty":["_TimePickerMode?"],"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":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipState":{"State":["Tooltip"]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"BoxHitTestResult":{"HitTestResult":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"BoxHitTestEntry":{"HitTestEntry":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderEditablePainter":{"Listenable":[]},"RenderEditable":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"Listenable":[]},"_FloatingCursorPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"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":[]},"PhysicalModelLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"LeaderLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"FollowerLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"AbstractNode":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"DiagnosticsDebugCreator":{"DiagnosticsProperty":["Object"],"DiagnosticsNode":[]},"TextParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderPerformanceOverlay":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverHitTestEntry":{"HitTestEntry":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Tween.T":"AlignmentGeometry?","Animatable.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"Listenable":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"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":{"Listenable":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"Listenable":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"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"]},"_ActionsState":{"State":["Actions"]},"_FocusableActionDetectorState":{"State":["FocusableActionDetector"]},"DoNothingAction":{"Action":["Intent"]},"DismissAction":{"Action":["DismissIntent"]},"PrioritizedAction":{"Action":["PrioritizedIntents"]},"AnimatedCrossFade":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedCrossFadeState":{"State":["AnimatedCrossFade"]},"AnimatedSize":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSizeState":{"State":["AnimatedSize"]},"_AnimatedSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedSwitcher":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSwitcherState":{"State":["AnimatedSwitcher"]},"AnnotatedRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetsApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsAppState":{"State":["WidgetsApp"],"WidgetsBindingObserver":[]},"StreamBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FutureBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StreamBuilderBaseState":{"State":["StreamBuilderBase<1,2>"]},"StreamBuilder":{"StreamBuilderBase":["1","AsyncSnapshot<1>"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"StreamBuilderBase.T":"1","StreamBuilderBase.S":"AsyncSnapshot<1>"},"_FutureBuilderState":{"State":["FutureBuilder<1>"]},"RawAutocomplete":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutocompletePreviousOptionIntent":{"Intent":[]},"AutocompleteNextOptionIntent":{"Intent":[]},"AutocompleteHighlightedOption":{"InheritedNotifier":["ValueNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ValueNotifier"},"_RawAutocompleteState":{"State":["RawAutocomplete<1>"]},"_AutocompleteCallbackAction":{"CallbackAction":["1"],"Action":["1"]},"AutofillGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutofillScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"Listenable":[]},"_NullWidget1":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Transform":{"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":[]},"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":{"Flexible":[],"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalModel":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FittedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionalTranslation":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"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":[]},"Stack":{"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":[]},"_MouseRegionState":{"State":["MouseRegion"]},"_RawMouseRegion":{"SingleChildRenderObjectWidget":[],"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":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderObjectToWidgetAdapter":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectToWidgetElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultTextEditingActions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DoNothingAndStopPropagationTextAction":{"ContextAction":["DoNothingAndStopPropagationTextIntent"],"Action":["DoNothingAndStopPropagationTextIntent"]},"_DeleteTextAction":{"ContextAction":["DeleteTextIntent"],"Action":["DeleteTextIntent"]},"_DeleteByWordTextAction":{"ContextAction":["DeleteByWordTextIntent"],"Action":["DeleteByWordTextIntent"]},"_DeleteByLineTextAction":{"ContextAction":["DeleteByLineTextIntent"],"Action":["DeleteByLineTextIntent"]},"_DeleteForwardTextAction":{"ContextAction":["DeleteForwardTextIntent"],"Action":["DeleteForwardTextIntent"]},"_DeleteForwardByWordTextAction":{"ContextAction":["DeleteForwardByWordTextIntent"],"Action":["DeleteForwardByWordTextIntent"]},"_DeleteForwardByLineTextAction":{"ContextAction":["DeleteForwardByLineTextIntent"],"Action":["DeleteForwardByLineTextIntent"]},"_ExpandSelectionLeftByLineTextAction":{"ContextAction":["ExpandSelectionLeftByLineTextIntent"],"Action":["ExpandSelectionLeftByLineTextIntent"]},"_ExpandSelectionRightByLineTextAction":{"ContextAction":["ExpandSelectionRightByLineTextIntent"],"Action":["ExpandSelectionRightByLineTextIntent"]},"_ExpandSelectionToEndTextAction":{"ContextAction":["ExpandSelectionToEndTextIntent"],"Action":["ExpandSelectionToEndTextIntent"]},"_ExpandSelectionToStartTextAction":{"ContextAction":["ExpandSelectionToStartTextIntent"],"Action":["ExpandSelectionToStartTextIntent"]},"_ExtendSelectionDownTextAction":{"ContextAction":["ExtendSelectionDownTextIntent"],"Action":["ExtendSelectionDownTextIntent"]},"_ExtendSelectionLeftByLineTextAction":{"ContextAction":["ExtendSelectionLeftByLineTextIntent"],"Action":["ExtendSelectionLeftByLineTextIntent"]},"_ExtendSelectionLeftByWordAndStopAtReversalTextAction":{"ContextAction":["ExtendSelectionLeftByWordAndStopAtReversalTextIntent"],"Action":["ExtendSelectionLeftByWordAndStopAtReversalTextIntent"]},"_ExtendSelectionLeftByWordTextAction":{"ContextAction":["ExtendSelectionLeftByWordTextIntent"],"Action":["ExtendSelectionLeftByWordTextIntent"]},"_ExtendSelectionLeftTextAction":{"ContextAction":["ExtendSelectionLeftTextIntent"],"Action":["ExtendSelectionLeftTextIntent"]},"_ExtendSelectionRightByLineTextAction":{"ContextAction":["ExtendSelectionRightByLineTextIntent"],"Action":["ExtendSelectionRightByLineTextIntent"]},"_ExtendSelectionRightByWordAndStopAtReversalTextAction":{"ContextAction":["ExtendSelectionRightByWordAndStopAtReversalTextIntent"],"Action":["ExtendSelectionRightByWordAndStopAtReversalTextIntent"]},"_ExtendSelectionRightByWordTextAction":{"ContextAction":["ExtendSelectionRightByWordTextIntent"],"Action":["ExtendSelectionRightByWordTextIntent"]},"_ExtendSelectionRightTextAction":{"ContextAction":["ExtendSelectionRightTextIntent"],"Action":["ExtendSelectionRightTextIntent"]},"_ExtendSelectionUpTextAction":{"ContextAction":["ExtendSelectionUpTextIntent"],"Action":["ExtendSelectionUpTextIntent"]},"_MoveSelectionDownTextAction":{"ContextAction":["MoveSelectionDownTextIntent"],"Action":["MoveSelectionDownTextIntent"]},"_MoveSelectionLeftTextAction":{"ContextAction":["MoveSelectionLeftTextIntent"],"Action":["MoveSelectionLeftTextIntent"]},"_MoveSelectionRightTextAction":{"ContextAction":["MoveSelectionRightTextIntent"],"Action":["MoveSelectionRightTextIntent"]},"_MoveSelectionUpTextAction":{"ContextAction":["MoveSelectionUpTextIntent"],"Action":["MoveSelectionUpTextIntent"]},"_MoveSelectionLeftByLineTextAction":{"ContextAction":["MoveSelectionLeftByLineTextIntent"],"Action":["MoveSelectionLeftByLineTextIntent"]},"_MoveSelectionLeftByWordTextAction":{"ContextAction":["MoveSelectionLeftByWordTextIntent"],"Action":["MoveSelectionLeftByWordTextIntent"]},"_MoveSelectionRightByLineTextAction":{"ContextAction":["MoveSelectionRightByLineTextIntent"],"Action":["MoveSelectionRightByLineTextIntent"]},"_MoveSelectionRightByWordTextAction":{"ContextAction":["MoveSelectionRightByWordTextIntent"],"Action":["MoveSelectionRightByWordTextIntent"]},"_MoveSelectionToEndTextAction":{"ContextAction":["MoveSelectionToEndTextIntent"],"Action":["MoveSelectionToEndTextIntent"]},"_MoveSelectionToStartTextAction":{"ContextAction":["MoveSelectionToStartTextIntent"],"Action":["MoveSelectionToStartTextIntent"]},"_SelectAllTextAction":{"ContextAction":["SelectAllTextIntent"],"Action":["SelectAllTextIntent"]},"_CopySelectionTextAction":{"ContextAction":["CopySelectionTextIntent"],"Action":["CopySelectionTextIntent"]},"_CutSelectionTextAction":{"ContextAction":["CutSelectionTextIntent"],"Action":["CutSelectionTextIntent"]},"_PasteTextAction":{"ContextAction":["PasteTextIntent"],"Action":["PasteTextIntent"]},"DefaultTextEditingShortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResetNotifier":{"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"TextEditingActionTarget":[],"AutofillClient":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusNode":{"DiagnosticableTree":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"FocusManager":{"DiagnosticableTree":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusTraversalGroupMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupState":{"State":["FocusTraversalGroup"]},"RequestFocusAction":{"Action":["RequestFocusIntent"]},"NextFocusAction":{"Action":["NextFocusIntent"]},"PreviousFocusAction":{"Action":["PreviousFocusIntent"]},"DirectionalFocusAction":{"Action":["DirectionalFocusIntent"]},"Form":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormState":{"State":["Form"]},"_FormScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormFieldState":{"State":["FormField<1>"]},"ObjectKey":{"LocalKey":[],"Key":[]},"GlobalKey":{"Key":[]},"LabeledGlobalKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Widget":{"DiagnosticableTree":[]},"StatelessWidget":{"Widget":[],"DiagnosticableTree":[]},"StatefulWidget":{"Widget":[],"DiagnosticableTree":[]},"RenderObjectWidget":{"Widget":[],"DiagnosticableTree":[]},"Element0":{"DiagnosticableTree":[],"BuildContext":[]},"StatefulElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"UniqueKey":{"LocalKey":[],"Key":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalObjectKey.T":"1","GlobalKey.T":"1"},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElementDiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"ErrorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ComponentElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"StatelessElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ProxyElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ParentDataElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderObjectElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RootRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Hero":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HeroState":{"State":["Hero"]},"HeroController":{"NavigatorObserver":[]},"Icon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Image":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageState":{"State":["Image"],"WidgetsBindingObserver":[]},"BoxConstraintsTween":{"Tween":["BoxConstraints"],"Animatable":["BoxConstraints"],"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"]},"InheritedNotifier":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedNotifierElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaptureAll":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[],"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":[]},"_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":[]},"Page0":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"Listenable":[]},"NotificationListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"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":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowController":{"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchController":{"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"PerformanceOverlay":{"RenderObjectWidget":[],"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":{"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[],"_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"Listenable":[],"_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"Listenable":[]},"RestorableListenable":{"RestorableProperty":["1"],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"Listenable":[]},"RouteInformationProvider":{"Listenable":[]},"PlatformRouteInformationProvider":{"Listenable":[],"WidgetsBindingObserver":[]},"_ModalScopeStatus":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScopeState":{"State":["_ModalScope<1>"]},"OverlayRoute":{"Route":["1"]},"TransitionRoute":{"Route":["1"]},"_DismissModalAction":{"Action":["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":[]},"_RenderFocusTrap":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollController":{"Listenable":[]},"FixedScrollMetrics":{"ScrollMetrics":[]},"ScrollNotification":{"LayoutChangedNotification":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"_ScrollNotificationObserverScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ScrollNotificationObserver":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollNotificationObserverState":{"State":["ScrollNotificationObserver"]},"ScrollPosition":{"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollIntent":{"Intent":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ScrollAction":{"Action":["ScrollIntent"]},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"Listenable":[]},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarPainter":{"Listenable":[]},"RawScrollbarState":{"State":["1"]},"ShortcutManager":{"Listenable":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"SingleActivator":{"ShortcutActivator":[]},"_ShortcutsState":{"State":["Shortcuts"]},"_ShortcutsMarker":{"InheritedNotifier":["ShortcutManager"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ShortcutManager"},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_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":[]},"_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":[]},"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":[]},"TextEditingAction":{"ContextAction":["1"],"Action":["1"]},"DeleteTextIntent":{"Intent":[]},"DeleteByWordTextIntent":{"Intent":[]},"DeleteByLineTextIntent":{"Intent":[]},"DeleteForwardTextIntent":{"Intent":[]},"DeleteForwardByWordTextIntent":{"Intent":[]},"DeleteForwardByLineTextIntent":{"Intent":[]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"ExpandSelectionLeftByLineTextIntent":{"Intent":[]},"ExpandSelectionRightByLineTextIntent":{"Intent":[]},"ExpandSelectionToEndTextIntent":{"Intent":[]},"ExpandSelectionToStartTextIntent":{"Intent":[]},"ExtendSelectionDownTextIntent":{"Intent":[]},"ExtendSelectionLeftByLineTextIntent":{"Intent":[]},"ExtendSelectionLeftByWordAndStopAtReversalTextIntent":{"Intent":[]},"ExtendSelectionLeftByWordTextIntent":{"Intent":[]},"ExtendSelectionLeftTextIntent":{"Intent":[]},"ExtendSelectionRightByLineTextIntent":{"Intent":[]},"ExtendSelectionRightByWordAndStopAtReversalTextIntent":{"Intent":[]},"ExtendSelectionRightByWordTextIntent":{"Intent":[]},"ExtendSelectionRightTextIntent":{"Intent":[]},"ExtendSelectionUpTextIntent":{"Intent":[]},"MoveSelectionDownTextIntent":{"Intent":[]},"MoveSelectionLeftByLineTextIntent":{"Intent":[]},"MoveSelectionLeftByWordTextIntent":{"Intent":[]},"MoveSelectionLeftTextIntent":{"Intent":[]},"MoveSelectionToStartTextIntent":{"Intent":[]},"MoveSelectionRightByLineTextIntent":{"Intent":[]},"MoveSelectionRightByWordTextIntent":{"Intent":[]},"MoveSelectionRightTextIntent":{"Intent":[]},"MoveSelectionToEndTextIntent":{"Intent":[]},"MoveSelectionUpTextIntent":{"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"CutSelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"_TextSelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionHandleOverlayState":{"State":["_TextSelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TickerMode":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"Visibility":{"StatelessWidget":[],"Widget":[],"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":[]},"SlidableAutoCloseNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseNotificationSenderState":{"State":["SlidableAutoCloseNotificationSender"]},"_ValueNotifier":{"ValueNotifier":["1"],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"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":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"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"},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity*"],"Serializer":["AccountEntity*"]},"_$AccountEntity":{"AccountEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[]},"ContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse*"],"Serializer":["ClientListResponse*"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse*"],"Serializer":["ClientItemResponse*"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity*"],"Serializer":["ClientEntity*"]},"_$ContactEntitySerializer":{"StructuredSerializer":["ContactEntity*"],"Serializer":["ContactEntity*"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ContactEntity":{"ContactEntity":[],"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*"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$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":{"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":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"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":[]},"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":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"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":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"LoadClientsRequest":{"StartLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"_$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":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"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":[]},"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":[]},"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":[]},"LoadCreditsRequest":{"StartLoading":[]},"SaveCreditFailure":{"StopSaving":[]},"EmailCreditSuccess":{"StopSaving":[],"PersistData":[]},"EmailCreditFailure":{"StopSaving":[]},"MarkSentCreditFailure":{"StopSaving":[]},"BulkEmailCreditsSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsFailure":{"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"LoadExpensesRequest":{"StartLoading":[]},"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":[]},"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":[]},"ReverseInvoicesRequest":{"StartSaving":[]},"ReverseInvoicesSuccess":{"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":[]},"LoadInvoicesRequest":{"StartLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"ReverseInvoicesFailure":{"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":[]},"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":[]},"LoadPaymentsRequest":{"StartLoading":[]},"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":[]},"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":[]},"LoadProductsRequest":{"StartLoading":[]},"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":[]},"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":[]},"LoadProjectsRequest":{"StartLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState*"],"Serializer":["ProjectState*"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState*"],"Serializer":["ProjectUIState*"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"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":[]},"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":[]},"ConvertQuotes":{"StartSaving":[]},"ConvertQuoteSuccess":{"StopSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"LoadQuotesRequest":{"StartLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuoteFailure":{"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":[]},"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":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"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":[]},"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":[]},"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":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"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":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"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":[]},"LoadTasksRequest":{"StartLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"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":[]},"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":[]},"LoadVendorsRequest":{"StartLoading":[]},"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":[]},"AppScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppScrollbarState":{"State":["AppScrollbar*"]},"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":[]},"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*"]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"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":[]},"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":[]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[]},"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":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DrawerTileState":{"State":["DrawerTile*"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog*"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView*"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder*"]},"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":{"Listenable":[]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable*"]},"EntityDataTableSource":{"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*"]},"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":[]},"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*"]},"CardListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField*"]},"_LimitEditorState":{"State":["LimitEditor*"]},"_FeesEditorState":{"State":["FeesEditor*"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView*"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog*"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit*"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart*"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker*"]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel*"]},"_InvoiceChart":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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*"]},"DesignEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignViewState":{"State":["DesignView*"]},"DesignViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentEditState":{"State":["DocumentEdit*"]},"DocumentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentViewState":{"State":["DocumentView*"]},"DocumentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseEditState":{"State":["ExpenseEdit*"]},"ExpenseEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetailsState":{"State":["ExpenseEditDetails*"]},"ExpenseEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditNotesState":{"State":["ExpenseEditNotes*"]},"ExpenseEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditSettingsState":{"State":["ExpenseEditSettings*"]},"ExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewState":{"State":["ExpenseView*"]},"ExpenseViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewScheduleState":{"State":["ExpenseViewSchedule*"]},"ExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryEditState":{"State":["ExpenseCategoryEdit*"]},"ExpenseCategoryEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryViewState":{"State":["ExpenseCategoryView*"]},"ExpenseCategoryViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupEditState":{"State":["GroupEdit*"]},"GroupEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupViewState":{"State":["GroupView*"]},"SettingsViewer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditState":{"State":["InvoiceEdit*"]},"InvoiceEditContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactListTile":{"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":[]},"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":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReportDataTableState":{"State":["ReportDataTable*"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagement":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountManagementState":{"State":["AccountManagement*"]},"_AccountOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagementScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BuyNowButtons":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BuyNowButtonsState":{"State":["BuyNowButtons*"]},"BuyNowButtonsScreen":{"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":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings*"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OnlinePayments":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OnlinePaymentsState":{"State":["OnlinePayments*"]},"OnlinePaymentsScreen":{"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":[]},"_UpdateDialogState":{"State":["UpdateDialog*"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit*"]},"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":[]},"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*"]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization*"],"LocalizationsDelegate.T":"AppLocalization*"},"Level":{"Comparable":["Level"]},"_MdiIconData":{"IconData":[]},"PdfPageNotFoundException":{"Exception":[]},"PdfPageAlreadyClosedException":{"Exception":[]},"DocumentRepository":{"Repository":["Document"]},"PageRepository":{"Repository":["Page"]},"RepositoryItemNotFoundException":{"Exception":[]},"PdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfViewState":{"State":["PdfView"]},"PdfPageImageProvider":{"ImageProvider":["PdfPageImageProvider"],"ImageProvider.T":"PdfPageImageProvider"},"FadeWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"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":[]},"PhotoView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PhotoViewState":{"State":["PhotoView"]},"PhotoViewGallery":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PhotoViewGalleryState":{"State":["PhotoViewGallery"]},"PhotoViewCore":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewCoreState":{"State":["PhotoViewCore"]},"PhotoViewGestureRecognizer":{"ScaleGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PhotoViewGestureDetectorScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewDefaultError":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewDefaultLoading":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageWrapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageWrapperState":{"State":["ImageWrapper"]},"IgnorableChangeNotifier":{"Listenable":[]},"IgnorableValueNotifier":{"Listenable":[]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrBitBuffer":{"ListMixin":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListMixin.E":"bool"},"InputTooLongException":{"Exception":[]},"QrImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageState":{"State":["QrImage"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"StartWithStreamTransformer":{"StreamTransformerBase":["1","1"]},"StartWithErrorStreamTransformer":{"StreamTransformerBase":["1","1"]},"_MultiControllerSink":{"EventSink":["1"]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"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"]},"StringScannerException":{"FormatException":[],"Exception":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer0":{"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"},"BoxValueConstraints":{"BoxConstraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlaceholderSpan":{"InlineSpan":[],"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,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"_PendingEvents":1,"IterableBase":1,"ListBase":1,"MapBase":2,"UnmodifiableMapBase":2,"_UnmodifiableSetMixin":1,"_SplayTreeNode":2,"_SplayTree":2,"_ListBase_Object_ListMixin":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,"Enum":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,"ValueListenable":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,"Page0":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,"TextEditingAction":1,"SingleTickerProviderStateMixin":1,"TickerProviderStateMixin":1,"ForwardingSink":2,"__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder":1}')); + 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","SkMaskFilter":"LegacyJavaScriptObject","SkColorFilter":"LegacyJavaScriptObject","SkPath":"LegacyJavaScriptObject","SkPicture":"LegacyJavaScriptObject","SkTextStyle":"LegacyJavaScriptObject","SkTextDecorationStyle":"LegacyJavaScriptObject","SkTextBaseline":"LegacyJavaScriptObject","SkTextShadow":"LegacyJavaScriptObject","SkFontFeature":"LegacyJavaScriptObject","SkFont":"LegacyJavaScriptObject","SkParagraph":"LegacyJavaScriptObject","SkDeletable":"LegacyJavaScriptObject","JsUrlStrategy":"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","CkFilterOptions":"LegacyJavaScriptObject","_CkCubicFilterOptions":"LegacyJavaScriptObject","_CkTransformFilterOptions":"LegacyJavaScriptObject","SkColorFilterNamespace":"LegacyJavaScriptObject","SkImageFilterNamespace":"LegacyJavaScriptObject","SkImageFilter":"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","SkPlaceholderAlignment":"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","JsPromise":"LegacyJavaScriptObject","ImageDecoder":"LegacyJavaScriptObject","ImageDecoderOptions":"LegacyJavaScriptObject","DecodeResult":"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","Promise":"LegacyJavaScriptObject","PdfJsDoc":"LegacyJavaScriptObject","PdfJsPage":"LegacyJavaScriptObject","PdfJs":"LegacyJavaScriptObject","Settings":"LegacyJavaScriptObject","PdfJsDocLoader":"LegacyJavaScriptObject","PdfJsViewport":"LegacyJavaScriptObject","PdfJsRender":"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":"Node","DocumentFragment":"Node","XmlDocument":"Document0","VttCue":"TextTrackCue","CompositionEvent":"UIEvent","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","CDataSection":"CharacterData","Text0":"CharacterData","MidiInput":"MidiPort","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","CssCharsetRule":"CssRule","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","OperatingSystem":{"Enum0":[]},"ManagedSkiaObject":{"SkiaObject":["1"]},"PersistedContainerSurface":{"PersistedSurface":[]},"Checkable":{"RoleManager":[]},"ImageRoleManager":{"RoleManager":[]},"Incrementable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"Scrollable0":{"RoleManager":[]},"Role":{"Enum0":[]},"GestureMode":{"Enum0":[]},"Tappable":{"RoleManager":[]},"TextField0":{"RoleManager":[]},"LineCharProperty":{"Enum0":[]},"EngineLineMetrics":{"LineMetrics":[]},"WordCharProperty":{"Enum0":[]},"AssetManagerException":{"Exception":[]},"BrowserEngine":{"Enum0":[]},"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":[]},"SkiaObjectCollectionError":{"Error":[]},"ManagedSkColorFilter":{"ManagedSkiaObject":["SkColorFilter"],"SkiaObject":["SkColorFilter"]},"MutatorType":{"Enum0":[]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"CkAnimatedImage":{"ManagedSkiaObject":["SkAnimatedImage"],"SkiaObject":["SkAnimatedImage"],"Codec":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"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":{"Enum0":[]},"CanvasKitError":{"Error":[]},"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":[]},"PersistedSurfaceState":{"Enum0":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"_CheckableKind":{"Enum0":[]},"AccessibilityMode":{"Enum0":[]},"EnabledState":{"Enum0":[]},"_TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer0":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","_TypedDataBuffer.E":"int"},"CanvasParagraph":{"EngineParagraph":[]},"FlatTextSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"SpanBox":{"RangeBox":[]},"LineBreakType":{"Enum0":[]},"_ComparisonResult":{"Enum0":[]},"TextCapitalization":{"Enum0":[]},"TransformKind":{"Enum0":[]},"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":[],"SkMaskFilter":[],"SkColorFilter":[],"SkPath":[],"SkPicture":[],"SkTextStyle":[],"SkTextDecorationStyle":[],"SkTextBaseline":[],"SkTextShadow":[],"SkFontFeature":[],"SkFont":[],"SkParagraph":[],"SkDeletable":[],"JsUrlStrategy":[],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"PdfJsDoc":[],"PdfJsPage":[]},"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"],"LinkedHashMap":["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":[]},"AsyncError":{"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"},"_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"},"_StreamSinkTransformer":{"StreamTransformerBase":["1","2"]},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"],"StreamTransformerBase":["1","2"]},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"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"],"LinkedHashMap":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"LinkedHashMap":["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"]},"_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"],"StreamTransformerBase":["String","List"]},"AsciiEncoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"_UnicodeSubsetDecoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"AsciiDecoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Base64Codec":{"Codec0":["List","String"]},"Base64Encoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Base64Decoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Converter":{"StreamTransformerBase":["1","2"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec0":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"],"StreamTransformerBase":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"],"StreamTransformerBase":["String","Object?"]},"Latin1Codec":{"Encoding":[],"Codec0":["String","List"]},"Latin1Encoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Latin1Decoder":{"Converter":["List","String"],"StreamTransformerBase":["List","String"]},"Utf8Codec":{"Encoding":[],"Codec0":["String","List"]},"Utf8Encoder":{"Converter":["String","List"],"StreamTransformerBase":["String","List"]},"Utf8Decoder":{"Converter":["List","String"],"StreamTransformerBase":["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":{"Enum0":[]},"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":[]},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element":[],"Node":[],"EventTarget":[]},"BeforeUnloadEvent":{"Event":[]},"CanvasElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Element":{"Node":[],"EventTarget":[]},"File":{"Blob":[]},"FormElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"HttpRequest":{"EventTarget":[]},"IFrameElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"KeyboardEvent":{"Event":[]},"MetaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MouseEvent":{"Event":[]},"Node":{"EventTarget":[]},"PointerEvent0":{"MouseEvent":[],"Event":[]},"ProgressEvent":{"Event":[]},"SourceBuffer":{"EventTarget":[]},"TextTrack":{"EventTarget":[]},"TextTrackCue":{"EventTarget":[]},"TouchEvent":{"Event":[]},"_Html5NodeValidator":{"NodeValidator":[]},"AnchorElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Animation":{"EventTarget":[]},"AreaElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BackgroundFetchEvent":{"Event":[]},"BackgroundFetchRegistration":{"EventTarget":[]},"BaseElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BodyElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"BroadcastChannel":{"EventTarget":[]},"ButtonElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"CharacterData":{"Node":[],"EventTarget":[]},"CssKeyframesRule":{"CssRule":[]},"CssStyleSheet":{"StyleSheet":[]},"DataElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"DivElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"Document0":{"Node":[],"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":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element"},"_FrozenElementList":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"EmbedElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ExtendableEvent":{"Event":[]},"FieldSetElement":{"HtmlElement":[],"Element":[],"Node":[],"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":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ImmutableListMixin.E":"Node","ListMixin.E":"Node"},"HtmlDocument":{"Document0":[],"Node":[],"EventTarget":[]},"HttpRequestEventTarget":{"EventTarget":[]},"ImageElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"InputElement":{"FileUploadInputElement":[],"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"LIElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"LabelElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MapElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"MediaKeySession":{"EventTarget":[]},"MediaQueryList":{"EventTarget":[]},"MediaQueryListEvent":{"Event":[]},"MediaStream":{"EventTarget":[]},"MediaStreamTrack":{"EventTarget":[]},"MessagePort":{"EventTarget":[]},"MeterElement":{"HtmlElement":[],"Element":[],"Node":[],"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":["Node"],"List":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"ListMixin.E":"Node"},"NodeList":{"ListMixin":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ImmutableListMixin.E":"Node","ListMixin.E":"Node"},"Notification":{"EventTarget":[]},"ObjectElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"OffscreenCanvas":{"EventTarget":[]},"OptionElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"OutputElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ParagraphElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"ParamElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"PaymentRequest":{"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":[]},"ProgressElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"RtcDataChannel":{"EventTarget":[]},"RtcStatsReport":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"ScreenOrientation":{"EventTarget":[]},"ScriptElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SelectElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"SharedWorkerGlobalScope":{"WorkerGlobalScope":[],"EventTarget":[]},"SlotElement":{"HtmlElement":[],"Element":[],"Node":[],"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"},"SpeechSynthesisEvent":{"Event":[]},"Storage":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"StyleElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableRowElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TableSectionElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TemplateElement":{"HtmlElement":[],"Element":[],"Node":[],"EventTarget":[]},"TextAreaElement":{"HtmlElement":[],"Element":[],"Node":[],"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":[]},"_BeforeUnloadEvent":{"BeforeUnloadEvent":[],"Event":[]},"WorkerGlobalScope":{"EventTarget":[]},"_Attr":{"Node":[],"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":["Node"],"ImmutableListMixin":["Node"],"List":["Node"],"JavaScriptIndexingBehavior":["Node"],"EfficientLengthIterable":["Node"],"Iterable":["Node"],"JSIndexable":["Node"],"ImmutableListMixin.E":"Node","ListMixin.E":"Node"},"_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":[]},"_WrappedEvent":{"Event":[]},"FilteredElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element"},"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":[],"Element":[],"Node":[],"EventTarget":[]},"DefsElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"FEBlendElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"FEColorMatrixElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"FECompositeElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"FEFloodElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"FilterElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"GeometryElement":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"GraphicsElement":{"SvgElement":[],"Element":[],"Node":[],"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":[],"Element":[],"Node":[],"EventTarget":[]},"ScriptElement0":{"SvgElement":[],"Element":[],"Node":[],"EventTarget":[]},"StringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"SvgElement":{"Element":[],"Node":[],"EventTarget":[]},"SvgSvgElement":{"SvgElement":[],"Element":[],"Node":[],"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":[]},"PointerDeviceKind":{"Enum0":[]},"TextAlign":{"Enum0":[]},"TextBaseline":{"Enum0":[]},"TextDirection":{"Enum0":[]},"TextAffinity":{"Enum0":[]},"ClipOp":{"Enum0":[]},"PathFillType":{"Enum0":[]},"KeyEventType":{"Enum0":[]},"StrokeCap":{"Enum0":[]},"StrokeJoin":{"Enum0":[]},"PaintingStyle":{"Enum0":[]},"BlendMode":{"Enum0":[]},"Clip":{"Enum0":[]},"BlurStyle":{"Enum0":[]},"FilterQuality":{"Enum0":[]},"ImageByteFormat":{"Enum0":[]},"AppLifecycleState":{"Enum0":[]},"PointerChange":{"Enum0":[]},"PointerSignalKind":{"Enum0":[]},"FontStyle":{"Enum0":[]},"PlaceholderAlignment":{"Enum0":[]},"TextDecorationStyle":{"Enum0":[]},"TextLeadingDistribution":{"Enum0":[]},"BoxHeightStyle":{"Enum0":[]},"BoxWidthStyle":{"Enum0":[]},"TileMode":{"Enum0":[]},"SingletonFlutterWindow":{"FlutterWindow":[]},"Brightness":{"Enum0":[]},"AudioParamMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"AudioTrackList":{"EventTarget":[]},"BaseAudioContext":{"EventTarget":[]},"OfflineAudioContext":{"EventTarget":[]},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"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":{"Enum0":[]},"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":{"Enum0":[]},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"AxisOrientation":{"Enum0":[]},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"_PixelVerticalDirection":{"Enum0":[]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"RangeBandType":{"Enum0":[]},"StepSizeType":{"Enum0":[]},"SimpleOrdinalScale":{"OrdinalScale":[]},"TickLabelAnchor":{"Enum0":[]},"TickLabelJustification":{"Enum0":[]},"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":{"Enum0":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"BehaviorPosition":{"Enum0":[]},"OutsideJustification":{"Enum0":[]},"InsideJustification":{"Enum0":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"LegendTapHandling":{"Enum0":[]},"LegendDefaultMeasure":{"Enum0":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"LinePointHighlighterFollowLineType":{"Enum0":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"SelectionMode":{"Enum0":[]},"SelectionTrigger":{"Enum0":[]},"FillPatternType":{"Enum0":[]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SelectionModelType":{"Enum0":[]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LayoutPosition":{"Enum0":[]},"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":{"Enum0":[]},"MaxWidthStrategy":{"Enum0":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"GestureType":{"Enum0":[]},"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":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement":{"TextElement1":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"_HorizontalJustification":{"Enum0":[]},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>?"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>?"],"_UnorderedEquality.E":"1"},"MemoryDirectory":{"Directory0":[],"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"MemoryFile":{"File1":[],"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"_FileSink":{"EventSink":["List"]},"MemoryFileSystemEntity":{"FileSystemEntity0":[],"FileSystemEntity":[]},"RealNode":{"Node0":[]},"DirectoryNode":{"Node0":[]},"FileNode":{"Node0":[]},"LinkNode":{"Node0":[]},"RootNode":{"DirectoryNode":[],"Node0":[]},"_LinuxCodes":{"_Codes":[]},"_MacOSCodes":{"_Codes":[]},"_WindowsCodes":{"_Codes":[]},"FileType":{"Enum0":[]},"Int64":{"Comparable":["Object"]},"AnimationStatus":{"Enum0":[]},"Animation0":{"Listenable":[]},"_AnimationDirection":{"Enum0":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"AnimationBehavior":{"Enum0":[]},"_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":{"Enum0":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"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"},"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":[]},"_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":{"Listenable":[]},"ValueListenable":{"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticLevel":{"Enum0":[]},"DiagnosticsTreeStyle":{"Enum0":[]},"_WordWrapParseMode":{"Enum0":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"_LicenseEntryWithLineBreaksParserState":{"Enum0":[]},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"TargetPlatform":{"Enum0":[]},"SynchronousFuture":{"Future":["1"]},"GestureDisposition":{"Enum0":[]},"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":{"Enum0":[]},"_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":{"Enum0":[]},"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":{"Enum0":[]},"GestureRecognizerState":{"Enum0":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ScaleState":{"Enum0":[]},"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":{"Enum0":[]},"_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":{"Enum0":[]},"_Focus":{"Enum0":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeMode":{"Enum0":[]},"_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":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Tween.T":"Offset","Animatable.T":"Offset"},"_CornerId":{"Enum0":[]},"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":[]},"_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":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ButtonTextTheme":{"Enum0":[]},"ButtonBarLayoutBehavior":{"Enum0":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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":{"Listenable":[]},"_LerpProperties3":{"MaterialStateProperty":["1"]},"DatePickerEntryMode":{"Enum0":[]},"DatePickerMode":{"Enum0":[]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"Listenable":[]},"_RestorableAutovalidateMode":{"RestorableProperty":["AutovalidateMode"],"Listenable":[]},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"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":{"Enum0":[]},"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":[]},"_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":{"Enum0":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_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":{"Enum0":[]},"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":{"Enum0":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"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":{"Enum0":[]},"_RenderDecoration":{"SlottedContainerRenderObjectMixin":["_DecorationSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"SlottedContainerRenderObjectMixin.S":"_DecorationSlot"},"_Decorator":{"SlottedMultiChildRenderObjectWidgetMixin":["_DecorationSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_DecorationSlot"},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTileSlot":{"Enum0":[]},"ListTileStyle":{"Enum0":[]},"ListTileControlAffinity":{"Enum0":[]},"_ListTile":{"SlottedMultiChildRenderObjectWidgetMixin":["_ListTileSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_ListTileSlot"},"_RenderListTile":{"SlottedContainerRenderObjectMixin":["_ListTileSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"SlottedContainerRenderObjectMixin.S":"_ListTileSlot"},"MaterialType":{"Enum0":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"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":{"Enum0":[]},"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":[],"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":[]},"FadeUpwardsPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"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":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActivityIndicatorType":{"Enum0":[]},"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":{"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpProperties1":{"MaterialStateProperty":["1"]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RefreshIndicatorMode":{"Enum0":[]},"RefreshIndicatorTriggerMode":{"Enum0":[]},"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":{"Enum0":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"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"],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBarClosedReason":{"Enum0":[]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchType":{"Enum0":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchListTileType":{"Enum0":[]},"_LerpProperties0":{"MaterialStateProperty":["1"]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"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":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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":{"Enum0":[]},"DayPeriod":{"Enum0":[]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"Listenable":[]},"TimeOfDayFormat":{"Enum0":[]},"HourFormat":{"Enum0":[]},"_TimePickerMode":{"Enum0":[]},"TimePickerEntryMode":{"Enum0":[]},"_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":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_RestorableTimePickerEntryMode":{"RestorableProperty":["TimePickerEntryMode"],"Listenable":[]},"_RestorableTimePickerMode":{"RestorableProperty":["_TimePickerMode"],"Listenable":[]},"_RestorableAutovalidateMode0":{"RestorableProperty":["AutovalidateMode"],"Listenable":[]},"_RestorableTimePickerModeN":{"RestorableProperty":["_TimePickerMode?"],"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":[]},"_InputPadding1":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding2":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipState":{"State":["Tooltip"]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTriggerMode":{"Enum0":[]},"ScriptCategory":{"Enum0":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"RenderComparison":{"Enum0":[]},"Axis0":{"Enum0":[]},"VerticalDirection":{"Enum0":[]},"AxisDirection":{"Enum0":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"BorderStyle":{"Enum0":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxShape":{"Enum0":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"BoxFit":{"Enum0":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"ImageRepeat":{"Enum0":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"TextOverflow":{"Enum0":[]},"TextWidthBasis":{"Enum0":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[]},"SpringType":{"Enum0":[]},"RenderAnimatedSizeState":{"Enum0":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"BoxHitTestResult":{"HitTestResult":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"BoxHitTestEntry":{"HitTestEntry":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"]},"_IntrinsicDimension":{"Enum0":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderEditablePainter":{"Listenable":[]},"RenderEditable":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"Listenable":[]},"_FloatingCursorPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"FlexFit":{"Enum0":[]},"MainAxisSize":{"Enum0":[]},"MainAxisAlignment":{"Enum0":[]},"CrossAxisAlignment":{"Enum0":[]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"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":[]},"PhysicalModelLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"LeaderLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"FollowerLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"AbstractNode":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"TextParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"RenderParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderPerformanceOverlay":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"PlatformViewHitTestBehavior":{"Enum0":[]},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"HitTestBehavior":{"Enum0":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"DecorationPosition":{"Enum0":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"GrowthDirection":{"Enum0":[]},"SliverHitTestEntry":{"HitTestEntry":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"StackFit":{"Enum0":[]},"Overflow":{"Enum0":[]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"TableCellVerticalAlignment":{"Enum0":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Tween.T":"AlignmentGeometry?","Animatable.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"CacheExtentStyle":{"Enum0":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"Listenable":[]},"ScrollDirection":{"Enum0":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"WrapAlignment":{"Enum0":[]},"WrapCrossAlignment":{"Enum0":[]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SchedulerPhase":{"Enum0":[]},"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":{"Listenable":[]},"DebugSemanticsDumpOrder":{"Enum0":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"KeyDataTransitMode":{"Enum0":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"KeyboardSide":{"Enum0":[]},"ModifierKey":{"Enum0":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"Listenable":[]},"SystemSoundType":{"Enum0":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"MaxLengthEnforcement":{"Enum0":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"SelectionChangedCause":{"Enum0":[]},"SmartDashesType":{"Enum0":[]},"SmartQuotesType":{"Enum0":[]},"TextInputAction":{"Enum0":[]},"TextCapitalization0":{"Enum0":[]},"FloatingCursorDragState":{"Enum0":[]},"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":{"Enum0":[]},"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":{"Enum0":[]},"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":{"Enum0":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"Listenable":[]},"_NullWidget0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"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":[]},"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":{"Flexible":[],"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"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":[]},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"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":[]},"Stack":{"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":[]},"_MouseRegionState":{"State":["MouseRegion"]},"_RawMouseRegion":{"SingleChildRenderObjectWidget":[],"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":[]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"RenderObjectToWidgetAdapter":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectToWidgetElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultTextEditingShortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResetNotifier":{"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_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"},"KeyEventResult":{"Enum0":[]},"FocusNode":{"DiagnosticableTree":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"FocusHighlightMode":{"Enum0":[]},"UnfocusDisposition":{"Enum0":[]},"FocusHighlightStrategy":{"Enum0":[]},"FocusManager":{"DiagnosticableTree":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TraversalDirection":{"Enum0":[]},"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":{"Enum0":[]},"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":[]},"UniqueKey":{"LocalKey":[],"Key":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalObjectKey.T":"1","GlobalKey.T":"1"},"_StateLifecycle":{"Enum0":[]},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElementLifecycle":{"Enum0":[]},"_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":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HeroFlightDirection":{"Enum0":[]},"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":[]},"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":[],"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":{"Enum0":[]},"NavigationMode":{"Enum0":[]},"_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":{"Enum0":[]},"RoutePopDisposition":{"Enum0":[]},"Page0":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_RouteRestorationType":{"Enum0":[]},"_RouteLifecycle":{"Enum0":[]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"Listenable":[]},"NotificationListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"OverflowBarAlignment":{"Enum0":[]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"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":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowState":{"Enum0":[]},"_GlowController":{"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchState":{"Enum0":[]},"_StretchController":{"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"PerformanceOverlay":{"RenderObjectWidget":[],"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":{"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[],"_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"Listenable":[],"_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"Listenable":[]},"RestorableListenable":{"RestorableProperty":["1"],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"Listenable":[]},"RouteInformationProvider":{"Listenable":[]},"PlatformRouteInformationProvider":{"Listenable":[],"WidgetsBindingObserver":[]},"_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":[]},"_RenderFocusTrap":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidOverscrollIndicator":{"Enum0":[]},"ScrollController":{"Listenable":[]},"FixedScrollMetrics":{"ScrollMetrics":[]},"ScrollNotification":{"LayoutChangedNotification":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[]},"_ScrollNotificationObserverScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ScrollNotificationObserver":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollNotificationObserverState":{"State":["ScrollNotificationObserver"]},"ScrollPosition":{"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"ScrollPositionAlignmentPolicy":{"Enum0":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollViewKeyboardDismissBehavior":{"Enum0":[]},"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":[]},"ScrollIncrementType":{"Enum0":[]},"ScrollAction":{"Action":["ScrollIntent"],"Action.T":"ScrollIntent"},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"Listenable":[]},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarOrientation":{"Enum0":[]},"ScrollbarPainter":{"Listenable":[]},"RawScrollbarState":{"State":["1"]},"SharedAppData":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SharedAppDataState":{"State":["SharedAppData"]},"_SharedAppModel":{"InheritedModel":["Object"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"Object"},"SingleActivator":{"ShortcutActivator":[]},"ShortcutManager":{"Listenable":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"_ShortcutsState":{"State":["Shortcuts"]},"_ShortcutsMarker":{"InheritedNotifier":["ShortcutManager"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ShortcutManager"},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[]},"_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":[]},"_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":[]},"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":[]},"ExtendSelectionToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentLineIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"ReplaceTextIntent":{"Intent":[]},"UpdateSelectionIntent":{"Intent":[]},"_TextSelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionHandleType":{"Enum0":[]},"_TextSelectionHandlePosition":{"Enum0":[]},"_TextSelectionHandleOverlayState":{"State":["_TextSelectionHandleOverlay"]},"_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":[]},"Visibility":{"StatelessWidget":[],"Widget":[],"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":[]},"SlidableAutoCloseNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseNotificationSenderState":{"State":["SlidableAutoCloseNotificationSender"]},"ActionPaneType":{"Enum0":[]},"GestureDirection":{"Enum0":[]},"_ValueNotifier":{"ValueNotifier":["1"],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"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":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastAnimation":{"Enum0":[]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignInOption":{"Enum0":[]},"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"},"CameraDevice":{"Enum0":[]},"ImageSource":{"Enum0":[]},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"PluralCase":{"Enum0":[]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity*"],"Serializer":["AccountEntity*"]},"_$AccountEntity":{"AccountEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[]},"ContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse*"],"Serializer":["ClientListResponse*"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse*"],"Serializer":["ClientItemResponse*"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity*"],"Serializer":["ClientEntity*"]},"_$ContactEntitySerializer":{"StructuredSerializer":["ContactEntity*"],"Serializer":["ContactEntity*"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ContactEntity":{"ContactEntity":[],"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*"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$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":{"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":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"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":[]},"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":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"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":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"LoadClientsRequest":{"StartLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"_$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":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"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":[]},"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":[]},"LoadCreditsRequest":{"StartLoading":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"LoadExpensesRequest":{"StartLoading":[]},"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":[]},"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":[]},"ReverseInvoicesRequest":{"StartSaving":[]},"ReverseInvoicesSuccess":{"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":[]},"LoadInvoicesRequest":{"StartLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"ReverseInvoicesFailure":{"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":[]},"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":[]},"LoadPaymentsRequest":{"StartLoading":[]},"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":[]},"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":[]},"LoadProductsRequest":{"StartLoading":[]},"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":[]},"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":[]},"LoadProjectsRequest":{"StartLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState*"],"Serializer":["ProjectState*"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState*"],"Serializer":["ProjectUIState*"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"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":[]},"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":[]},"ConvertQuotes":{"StartSaving":[]},"ConvertQuoteSuccess":{"StopSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"LoadQuotesRequest":{"StartLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuoteFailure":{"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":[]},"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":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"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":[]},"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":[]},"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":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"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":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"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":[]},"LoadTasksRequest":{"StartLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"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":[]},"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":[]},"LoadVendorsRequest":{"StartLoading":[]},"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":[]},"AppScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppScrollbarState":{"State":["AppScrollbar*"]},"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*"]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"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":[]},"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":[]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[]},"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":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DrawerTileState":{"State":["DrawerTile*"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog*"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView*"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder*"]},"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":{"Listenable":[]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable*"]},"EntityDataTableSource":{"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*"]},"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":[]},"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*"]},"CardListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField*"]},"_LimitEditorState":{"State":["LimitEditor*"]},"_FeesEditorState":{"State":["FeesEditor*"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView*"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog*"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit*"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart*"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker*"]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel*"]},"_InvoiceChart":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"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":[]},"_ContactListTile":{"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":[]},"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":{"Enum0":[]},"ContactReportFields":{"Enum0":[]},"CreditReportFields":{"Enum0":[]},"DocumentReportFields":{"Enum0":[]},"ExpenseReportFields":{"Enum0":[]},"InvoiceItemReportFields":{"Enum0":[]},"InvoiceReportFields":{"Enum0":[]},"TaxRateReportFields0":{"Enum0":[]},"PaymentReportFields":{"Enum0":[]},"TaxRateReportFields":{"Enum0":[]},"ProductReportFields":{"Enum0":[]},"ProfitAndLossReportFields":{"Enum0":[]},"QuoteItemReportFields":{"Enum0":[]},"QuoteReportFields":{"Enum0":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportColumnType":{"Enum0":[]},"_ReportDataTableState":{"State":["ReportDataTable*"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskReportFields":{"Enum0":[]},"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":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings*"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OnlinePayments":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OnlinePaymentsState":{"State":["OnlinePayments*"]},"OnlinePaymentsScreen":{"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":{"Enum0":[]},"_UpdateDialogState":{"State":["UpdateDialog*"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit*"]},"_BottomBarState":{"State":["_BottomBar*"]},"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":[]},"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":{"Enum0":[]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization*"],"LocalizationsDelegate.T":"AppLocalization*"},"Level":{"Comparable":["Level"]},"_MdiIconData":{"IconData":[]},"PdfPageNotFoundException":{"Exception":[]},"PdfPageAlreadyClosedException":{"Exception":[]},"DocumentRepository":{"Repository":["Document"]},"PageRepository":{"Repository":["Page"]},"RepositoryItemNotFoundException":{"Exception":[]},"PdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfViewState":{"State":["PdfView"]},"_PdfViewLoadingState":{"Enum0":[]},"PdfPageImageProvider":{"ImageProvider":["PdfPageImageProvider"],"ImageProvider.T":"PdfPageImageProvider"},"FadeWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimationDirection":{"Enum0":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"_PlaceholderType":{"Enum0":[]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"]},"OverflowViewLayoutBehavior":{"Enum0":[]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"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":{"Enum0":[]},"PermissionWithService":{"Permission":[]},"PhotoView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PhotoViewState":{"State":["PhotoView"]},"PhotoViewGallery":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PhotoViewGalleryState":{"State":["PhotoViewGallery"]},"PhotoViewCore":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewCoreState":{"State":["PhotoViewCore"]},"PhotoViewGestureRecognizer":{"ScaleGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PhotoViewGestureDetectorScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewDefaultError":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewDefaultLoading":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhotoViewScaleState":{"Enum0":[]},"ImageWrapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageWrapperState":{"State":["ImageWrapper"]},"IgnorableChangeNotifier":{"Listenable":[]},"IgnorableValueNotifier":{"Listenable":[]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrBitBuffer":{"ListMixin":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListMixin.E":"bool"},"InputTooLongException":{"Exception":[]},"QrImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageState":{"State":["QrImage"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"FinderPatternPosition":{"Enum0":[]},"QrCodeElement":{"Enum0":[]},"QrEyeShape":{"Enum0":[]},"QrDataModuleShape":{"Enum0":[]},"QrValidationStatus":{"Enum0":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"ButtonState":{"Enum0":[]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"_MissingCase":{"Enum0":[]},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"StartWithStreamTransformer":{"StreamTransformerBase":["1","1"]},"StartWithErrorStreamTransformer":{"StreamTransformerBase":["1","1"]},"_MultiControllerSink":{"EventSink":["1"]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"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"]},"StringScannerException":{"FormatException":[],"Exception":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer0":{"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"},"BoxValueConstraints":{"BoxConstraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBannerClosedReason":{"Enum0":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipVisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlaceholderSpan":{"InlineSpan":[],"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,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"_PendingEvents":1,"IterableBase":1,"ListBase":1,"MapBase":2,"UnmodifiableMapBase":2,"_UnmodifiableSetMixin":1,"_SplayTreeNode":2,"_SplayTree":2,"_ListBase_Object_ListMixin":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,"Enum":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,"ValueListenable":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,"Page0":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,"__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", x20must_: " must not be greater than the number of characters in the file, ", - x22x20filt: '" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">33333\xb3\xbb\xbb\xbb\xbb\xbb\xbb\xbb;3\xc3\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc334343C33333333333SET333333333333333EDTETD433333333CD33333333333333CD33333CDD4333333333333333333333333CDTDDDCTE43C4CD3C333333333333333D3C33333\x99\x99\x9933333DDDDD42333333333333333333CDDD4333333333333333333333333DDDD433334333C53333333333333333333333C33TEDCSUUU433333333S533333333333333333333333333333CD4DDDDD3D5333333333333333333333333333CSEUCUSE4333D33333C43333333333333CDDD9DDD3DCD433333333CDCDDDDDDEDDD33433C3E433#""""\x82" """"""""2333333333333333CDUUDU53SEUUUD43SDD3U3U4333C43333C43333333333333SE43CD33333333DD33333CDDDDDDDDDD3333333343333333B!233333333333#"""333333s3CD533333333333333333333333333CESEU3333333333333333333DDDD433333CD2333333333333333333333333""""23333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDD33333333333333333333333333333CDDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333SUDDDDUDT43333333333343333333333333333333333333333333333333333TEDDTTEETD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CUDD3UUDE43333333333333D33333333333333333333333333333333333333333UEDDDTEE43333333333333333333333333333333333333333333333333333CEUDDDE33333333333333333333333333333333333333333333333333CDUDDEDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333D#"2333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CSUUUUUUUUUUUUUUUUUUUUUUUUUUU333CD4333333333333333333333333333333333333333333333333333333""""""33EDDCTSE3333333333D33333333333DDDDDDD\x94DDDDDDDDDDDDDDDDDDDDDDDDDDDDDCDDDDDDDD3DDD4DCDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CD4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333s73333s33333333333""""""""3333333373s333333333333333333333333333333CTDDDTU5D4DD333C433333D33333333333333DU433333333333333333333DDDUDUD3333S3333333333333333334333333333333s733333s33333333333CD4DDDD4D4DD4333333333sww73333333w3333333333sw3333s33333337333333sw333333333s733333333333333333UTEUS433333333C433333333333333C433333333333334443SUE4333333333333CDDDDDDDD4333333DDDDDT533333\xa3\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa3SDDDDUUT5DDD43333C43333333333333333C33333333333EEDDDCC3DDDDUUUDDDDD3T5333333333333333333333333333CSDDD433E533333333333333333333333333DDDDDDD4333333333333333333333333333CD53333333333333333333333UEDTE4\x933333333\x933333333333333333333333333D433333333333333333CDDEDDD43333333S5333333333333333333333C333333D533333333333333333333333SUDDDDT5\x9933CD433333333333333333333333333333333333333333333333UEDUTD33343333333333333333333333333333333333333333333333333333333333333333333333333333333CUEDDD43333333333DU333333333333333333333333333C4TTU5S5SU3333C33333U3DDD43DD4333333333333333333333333333333333333333333333333333333333333333333333DDDDDDD533333333333333333333333DDDTTU43333333333333333333333333333DDD733333s373ss33w7733333ww733333333333ss33333333333333333333333333333ww3333333333333333333333333333wwww33333www33333333333333333333wwww333333333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww333333wwwwwwwwwwwwwwwwwwwwwww7wwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww733333333333333333333333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333333333333333333333333333333333333333333333333333333swwwww7333333333333333333333333333333333333333333wwwwwwwwwwwwwwwwwwwww7wwwwwwswwwwwwwwwwwwwwwwwwwww73333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333w7333333333333333733333333333333333333333333333sww733333s7333333s3wwwww333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwgffffffffffff6wwwwwww73333s33333333337swwwwsw73333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwDDDDDDDDDDDDDDDDDDDDDDDD33333333DDDDDDDD33333333DDDDDDDDDDDDDDDD43333333DC44333333333333333333333333333SUDDDDTD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333UED4CTUE3S33333333333333DDDDD33333333333333333333DDD\x95DD333343333DDDUD43333333333333333333\x93\x99\x99IDDDDDDE4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDDDDDDDDDDDDDDDDDDDDDDDD33DDDDDDDDDDDDDDDDDDDDDDDDD33334333333C33333333333DD4DDDDDDD43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333TD43EDD""""DDDD3DDD433333333333333CD43333333333333333333333333333333333333333333333333333333333333333333333333CD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333C33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333333333333333333DD4333333333333333333333333333333333333333333333333333333333333333333EDDDCDDT43333333333333333333333333333333333333333CDDDDDDDDDD4EDDDETD3333333333333333333333333333333333333333333333333333333333333DDD3CC4DDD\x94433333333333333333333333333333333SUUC4UT433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DU333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDD333333333333333333333333333333333333333333333333333333CDDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDC433DD33333333333333333333D43C3333333333333333333333333333333333333333333333333333333333333333333333333333333333C4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333334EDDDD3\x03', + x22_____: '""""""""""""""""DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""3333s3#7333333339433333333333333CDDDDDDDDDDDDDDDDDDDDDDC433DDDDD4DDDDDDDDDDDDDDDDDD3CU33333333333333333333333333334T5333333333333333333333333333CCD3D33CD533333333333333333333333TEDTET53U5UE3333C33333333333333333333333333333CETUTDT5333333333333333333333333SUUUUUEUDDDDD43333433333333333333333333ET533E3333SDD3U3U4333343333C4333333333333CSD33343333333433333333333333333SUUUEDDDTE4333SDDSUSU\x94333343333C43333333333333333s333333333337333333333333wwwww73sw33sww7swwwwwss33373733s33333w33333\xa3\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xba\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xcb\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xec\xee\xde\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xde\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xde\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee>33333\xb3\xbb\xbb\xbb\xbb\xbb\xbb\xbb;3\xc3\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc334343C33333333333SET333333333333333EDTETD433333333CD33333333333333CD33333CDD4333333333333333333333333CDTDDDCTE43C4CD3C333333333333333D3C33333\x99\x99\x9933333DDDDD42333333333333333333CDDD4333333333333333333333333DDDD433334333C53333333333333333333333C33TEDCSUUU433333333S533333333333333333333333333333CD4DDDDD3D5333333333333333333333333333CSEUCUSE4333D33333C43333333333333CDDD9DDD3DCD433333333CDCDDDDDDEDDD33433C3E433#""""\x82" """"""""2333333333333333CDUUDU53SEUUUD43SDD3U3U4333C43333C43333333333333SE43CD33333333DD33333CDDDDDDDDDD3333333343333333B!233333333333#"""333333s3CD533333333333333333333333333CESEU3333333333333333333DDDD433333CD2333333333333333333333333""""23333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDD33333333333333333333333333333CDDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333SUDDDDUDT43333333333343333333333333333333333333333333333333333TEDDTTEETD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CUDD3UUDE43333333333333D33333333333333333333333333333333333333333UEDDDTEE43333333333333333333333333333333333333333333333333333CEUDDDE33333333333333333333333333333333333333333333333333CDUDDEDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333D#"2333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CSUUUUUUUUUUUUUUUUUUUUUUUUUUU333CD4333333333333333333333333333333333333333333333333333333""""""33EDDCTSE3333333333D33333333333DDDDDDD\x94DDDDDDDDDDDDDDDDDDDDDDDDDDDDDCDDDDDDDD3DDD4DCDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CD4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333s73333s33333333333""""""""3333333373s333333333333333333333333333333CTDDDTU5D4DD333C433333D33333333333333DU433333333333333333333DDDUDUD3333S3333333333333333334333333333333s733333s33333333333CD4DDDD4D4DD4333333333sww73333333w3333333333sw3333s33333337333333sw333333333s733333333333333333UTEUS433333333C433333333333333C433333333333334443SUE4333333333333CDDDDDDDD4333333DDDDDT533333\xa3\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa3SDDDDUUT5DDD43333C43333333333333333C33333333333EEDDDCC3DDDDUUUDDDDD3T5333333333333333333333333333CSDDD433E533333333333333333333333333DDDDDDD4333333333333333333333333333CD53333333333333333333333UEDTE4\x933333333\x933333333333333333333333333D433333333333333333CDDEDDD43333333S5333333333333333333333C333333D533333333333333333333333SUDDDDT5\x9933CD433333333333333333333333333333333333333333333333UEDUTD33343333333333333333333333333333333333333333333333333333333333333333333333333333333CUEDDD43333333333DU333333333333333333333333333C4TTU5S5SU3333C33333U3DDD43DD4333333333333333333333333333333333333333333333333333333333333333333333DDDDDDD533333333333333333333333DDDTTU43333333333333333333333333333DDD733333s373ss33w7733333ww733333333333ss33333333333333333333333333333ww3333333333333333333333333333wwww33333www33333333333333333333wwww333333333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww333333wwwwwwwwwwwwwwwwwwwwwww7wwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww733333333333333333333333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333333333333333333333333333333333333333333333333333333swwwww7333333333333333333333333333333333333333333wwwwwwwwwwwwwwwwwwwww7wwwwwwswwwwwwwwwwwwwwwwwwwww73333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333w7333333333333333733333333333333333333333333333sww733333s7333333s3wwwww333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwgffffffffffff6wwwwwww73333s33333333337swwwwsw73333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwDDDDDDDDDDDDDDDDDDDDDDDD33333333DDDDDDDD33333333DDDDDDDDDDDDDDDD43333333DC44333333333333333333333333333SUDDDDTD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333UED4CTUE3S33333333333333DDDDD33333333333333333333DDD\x95DD333343333DDDUD43333333333333333333\x93\x99\x99IDDDDDDE4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDDDDDDDDDDDDDDDDDDDDDDDD33DDDDDDDDDDDDDDDDDDDDDDDDD33334333333C33333333333DD4DDDDDDD43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333TD43EDD""""DDDD3DDD433333333333333CD43333333333333333333333333333333333333333333333333333333333333333333333333CD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333C33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333333333333333333DD4333333333333333333333333333333333333333333333333333333333333333333EDDDCDDT43333333333333333333333333333333333333333CDDDDDDDDDD4EDDDETD3333333333333333333333333333333333333333333333333333333333333DDD3CC4DDD\x94433333333333333333333333333333333SUUC4UT433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DU333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDD333333333333333333333333333333333333333333333333333333CDDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDC433DD33333333333333333333D43C3333333333333333333333333333333333333333333333333333333333333333333333333333333333C4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333334EDDDD3\x03', x24firstda: "$firstRow\u2013$lastRow dari kira-kira $rowCount", x24firstde: "$firstRow\u2013$lastRow de aproximadamente $rowCount", x24firstn: "$firstRow\u2013$lastRow ng humigit kumulang $rowCount", x24remai: "$remainingCount na character ang natitira", x27_has_: "' has been assigned during initialization.", 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", - x3csvg_w: '"), + BasicMessageChannel_nullable_Object: findType("BasicMessageChannel"), BeforeUnloadEvent: findType("BeforeUnloadEvent"), BehaviorSubject_FileResponse: findType("BehaviorSubject"), Blob: findType("Blob"), @@ -430333,8 +432686,10 @@ CallbackAction_ButtonActivateIntent: findType("CallbackAction"), CallbackAction_DirectionalFocusIntent: findType("CallbackAction"), CallbackAction_NextFocusIntent: findType("CallbackAction"), + CallbackAction_PasteTextIntent: findType("CallbackAction"), CallbackAction_PreviousFocusIntent: findType("CallbackAction"), - CanvasElement: findType("CanvasElement"), + CallbackAction_ReplaceTextIntent: findType("CallbackAction"), + CallbackAction_UpdateSelectionIntent: findType("CallbackAction"), CastList_of_nullable_Route_dynamic_and_Route_dynamic: findType("CastList?,Route<@>>"), ChangeNotifier: findType("ChangeNotifier"), Characters: findType("Characters"), @@ -430352,6 +432707,7 @@ CkPictureRecorder: findType("CkPictureRecorder"), CkStrutStyle: findType("CkStrutStyle"), CkTextStyle: findType("CkTextStyle"), + ClipPathElement: findType("ClipPathElement"), ClipRRectLayer: findType("ClipRRectLayer"), ClipRectLayer: findType("ClipRectLayer"), CodeUnits: findType("CodeUnits"), @@ -430381,6 +432737,7 @@ DefaultAssetBundle: findType("DefaultAssetBundle"), DefaultTextHeightBehavior: findType("DefaultTextHeightBehavior"), DefaultTextStyle: findType("DefaultTextStyle"), + DefsElement: findType("DefsElement"), DeltaTextInputClient: findType("DeltaTextInputClient"), DiagnosticableTree: findType("DiagnosticableTree"), DiagnosticsNode: findType("DiagnosticsNode"), @@ -430412,12 +432769,21 @@ EnginePicture: findType("EnginePicture"), EnginePictureRecorder: findType("EnginePictureRecorder"), EngineTextStyle: findType("EngineTextStyle"), + Enum: findType("Enum0"), Error: findType("Error"), Event: findType("Event"), EventTarget: findType("EventTarget"), 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"), + FEBlendElement: findType("FEBlendElement"), + FEColorMatrixElement: findType("FEColorMatrixElement"), + FECompositeElement: findType("FECompositeElement"), + FEFloodElement: findType("FEFloodElement"), File: findType("File"), FileList: findType("FileList"), FileNode: findType("FileNode"), @@ -430427,6 +432793,7 @@ FileSystemEntity: findType("FileSystemEntity0"), FileUploadInputElement: findType("FileUploadInputElement"), File_2: findType("File1"), + FilterElement: findType("FilterElement"), FlexParentData: findType("FlexParentData"), FlexibleSpaceBarSettings: findType("FlexibleSpaceBarSettings"), Float32List: findType("Float32List"), @@ -430441,7 +432808,6 @@ FrameReference_PersistedSurface: findType("FrameReference"), FullType: findType("FullType"), Function: findType("Function"), - Future_Null: findType("Future"), Future_bool_Function: findType("Future()"), Future_dynamic: findType("Future<@>"), Future_nullable_CacheObject: findType("Future"), @@ -430449,6 +432815,7 @@ GeneralConstantMap_of_legacy_MaterialState_and_Null: findType("GeneralConstantMap"), GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent: 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"), GestureArenaEntry: findType("GestureArenaEntry"), GestureListener: findType("GestureListener"), @@ -430473,7 +432840,6 @@ GoogleSignInAuthentication: findType("GoogleSignInAuthentication"), GoogleSignInTokenData: findType("GoogleSignInTokenData"), GoogleUser: findType("GoogleUser"), - HardwareKeyboard: findType("HardwareKeyboard"), HashedObserverList_of_void_Function_FocusHighlightMode: findType("HashedObserverList<~(FocusHighlightMode)>"), HeapPriorityQueue__TaskEntry_dynamic: findType("HeapPriorityQueue<_TaskEntry<@>>"), Hero: findType("Hero"), @@ -430546,6 +432912,7 @@ JSArray_ImageStreamListener: findType("JSArray"), JSArray_InheritedTheme: findType("JSArray"), JSArray_InkFeature: findType("JSArray"), + JSArray_InlineSpan: findType("JSArray"), JSArray_InlineSpanSemanticsInformation: findType("JSArray"), JSArray_KeyEvent: findType("JSArray"), JSArray_KeyEventResult: findType("JSArray"), @@ -430553,8 +432920,10 @@ JSArray_LayoutId: findType("JSArray"), JSArray_LayoutView: findType("JSArray"), JSArray_LicenseEntry: findType("JSArray"), + JSArray_LicenseParagraph: findType("JSArray"), JSArray_LifecycleListener_DateTime: findType("JSArray>"), JSArray_LifecycleListener_String: findType("JSArray>"), + JSArray_LineMetrics: findType("JSArray"), JSArray_LineSegment: findType("JSArray"), JSArray_List_String: findType("JSArray>"), JSArray_List_nullable_bool: findType("JSArray>"), @@ -430581,6 +432950,7 @@ JSArray_PaintCommand: findType("JSArray"), JSArray_PaintRequest: findType("JSArray"), JSArray_ParagraphSpan: findType("JSArray"), + JSArray_Permission: findType("JSArray"), JSArray_PersistedContainerSurface: findType("JSArray"), JSArray_PersistedSurface: findType("JSArray"), JSArray_PlaceholderDimensions: findType("JSArray"), @@ -430589,16 +432959,18 @@ 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_PointerEvent_2: findType("JSArray"), JSArray_QrByte: findType("JSArray"), JSArray_QrRsBlock: findType("JSArray"), JSArray_Radius: findType("JSArray"), JSArray_RangeBox: findType("JSArray"), + JSArray_Rect: findType("JSArray"), JSArray_RegisteredFont: findType("JSArray"), JSArray_RenderBox: findType("JSArray"), JSArray_RenderEditablePainter: findType("JSArray"), JSArray_RenderObject: findType("JSArray"), + JSArray_RenderSliver: findType("JSArray"), JSArray_RestorationBucket: findType("JSArray"), JSArray_Route_void: findType("JSArray>"), JSArray_SaveClipEntry: findType("JSArray"), @@ -430617,6 +432989,7 @@ JSArray_String: findType("JSArray"), JSArray_StringAttribute: findType("JSArray"), JSArray_StyleNode: findType("JSArray"), + JSArray_Surface: findType("JSArray"), JSArray_TableRow: findType("JSArray"), JSArray_TextBox: findType("JSArray"), JSArray_TextEditingDelta: findType("JSArray"), @@ -430631,7 +433004,6 @@ JSArray_Widget: findType("JSArray"), JSArray_WidgetsBindingObserver: findType("JSArray"), JSArray__ActivatorIntentPair: findType("JSArray<_ActivatorIntentPair>"), - JSArray__AsyncBlock: findType("JSArray<_AsyncBlock>"), JSArray__Autofocus: findType("JSArray<_Autofocus>"), JSArray__BoxEdge: findType("JSArray<_BoxEdge>"), JSArray__DateFormatField: findType("JSArray<_DateFormatField>"), @@ -430758,6 +433130,7 @@ JSArray_nullable_SemanticsObject: findType("JSArray"), JSArray_nullable_ShapeBorder: findType("JSArray"), JSArray_nullable_String: findType("JSArray"), + JSArray_nullable__AsyncBlock: findType("JSArray<_AsyncBlock?>"), JSArray_nullable_int: findType("JSArray"), JSArray_num: findType("JSArray"), JSArray_of_Future_bool_Function: findType("JSArray()>"), @@ -430812,7 +433185,6 @@ LayoutView: findType("LayoutView"), LeaderLayer: findType("LeaderLayer"), LicenseEntry: findType("LicenseEntry"), - LicenseParagraph: findType("LicenseParagraph"), LineCharProperty: findType("LineCharProperty"), LinePointHighlighter_DateTime: findType("LinePointHighlighter"), LinkNode: findType("LinkNode"), @@ -430884,7 +433256,8 @@ List_LicenseEntry: findType("List"), List_LicenseParagraph: findType("List"), List_Object: findType("List"), - List_PointerEvent: findType("List"), + List_OverlayEntry: findType("List"), + List_PointerEvent: findType("List"), List_RestorationBucket: findType("List"), List_SemanticsNode: findType("List"), List_SkFont: findType("List"), @@ -430943,20 +433316,23 @@ MapBuilder_of_legacy_String_and_legacy_VendorEntity: findType("MapBuilder"), MapBuilder_of_legacy_String_and_legacy_WebhookEntity: findType("MapBuilder"), MapBuilder_of_legacy_int_and_legacy_String: findType("MapBuilder"), + MapEntry_Offset_TextPosition: findType("MapEntry"), + MapEntry_Permission_PermissionStatus: findType("MapEntry"), MapEntry_String_String: findType("MapEntry"), + MapEntry_int_Offset: findType("MapEntry"), MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String: findType("MapEntry*>"), MapEntry_of_nullable_String_and_List_Object: findType("MapEntry>"), MapEquality_dynamic_dynamic: findType("MapEquality<@,@>"), + Map_Permission_PermissionStatus: findType("Map"), Map_String_BaseBarRendererElement: findType("Map"), Map_String_Object: findType("Map"), Map_String_String: findType("Map"), Map_String_dynamic: findType("Map"), Map_Type_dynamic: findType("Map"), Map_dynamic_dynamic: findType("Map<@,@>"), - Map_of_Element_and_GlobalKey_State_StatefulWidget: findType("Map>>"), Map_of_String_and_nullable_Object: findType("Map"), Map_of_nullable_Object_and_nullable_Object: findType("Map"), - Map_of_void_Function_PointerEvent_and_nullable_Matrix4: findType("Map<~(PointerEvent0),Matrix4?>"), + Map_of_void_Function_PointerEvent_and_nullable_Matrix4: findType("Map<~(PointerEvent),Matrix4?>"), MappedIterable_of_String_and_legacy_ListTile: findType("MappedIterable"), MappedIterable_of_String_and_nullable_StackFrame: findType("MappedIterable"), MappedIterable_of_legacy_EntityType_and_legacy_DataRow: findType("MappedIterable"), @@ -430995,6 +433371,7 @@ MappedListIterable_of_legacy_TaxRateReportFields_and_legacy_String_2: findType("MappedListIterable"), MappedListIterable_of_legacy_int_and_legacy_DropdownMenuItem_legacy_String: findType("MappedListIterable*>"), MappedListIterable_of_legacy_int_and_legacy_PopupMenuItem_legacy_int: findType("MappedListIterable*>"), + MaterialBannerTheme: findType("MaterialBannerTheme"), MaterialGap: findType("MaterialGap"), MaterialLocalizations: findType("MaterialLocalizations"), MaterialRouteTransitionMixin_dynamic: findType("MaterialRouteTransitionMixin<@>"), @@ -431058,12 +433435,14 @@ Paint: findType("Paint"), ParentDataWidget_KeepAliveParentDataMixin: findType("ParentDataWidget"), Path: findType("Path"), + PathElement: findType("PathElement"), Pattern: findType("Pattern"), PdfDocument: findType("PdfDocument"), PdfJsDoc: findType("PdfJsDoc"), PdfJsPage: findType("PdfJsPage"), PdfPage: findType("PdfPage"), PdfPageImage: findType("PdfPageImage"), + Permission: findType("Permission"), PermissionStatus: findType("PermissionStatus0"), PersistedContainerSurface: findType("PersistedContainerSurface"), PersistedPlatformView: findType("PersistedPlatformView"), @@ -431083,9 +433462,9 @@ PointerDataPacket: findType("PointerDataPacket"), PointerDeviceKind: findType("PointerDeviceKind"), PointerDownEvent: findType("PointerDownEvent"), - PointerEvent: findType("PointerEvent"), + PointerEvent: findType("PointerEvent0"), PointerEventResampler: findType("PointerEventResampler"), - PointerEvent_2: findType("PointerEvent0"), + PointerEvent_2: findType("PointerEvent"), PointerHoverEvent: findType("PointerHoverEvent"), PointerMoveEvent: findType("PointerMoveEvent"), PointerRemovedEvent: findType("PointerRemovedEvent"), @@ -431106,7 +433485,6 @@ RawAutocomplete_legacy_SelectableEntity: findType("RawAutocomplete"), RawAutocomplete_legacy_String: findType("RawAutocomplete"), RawScrollbar: findType("RawScrollbar"), - Rect: findType("Rect"), Rectangle_num: findType("Rectangle"), RegExp: findType("RegExp"), RenderAbsorbPointer: findType("RenderAbsorbPointer"), @@ -431126,6 +433504,7 @@ RenderSliverMultiBoxAdaptor: findType("RenderSliverMultiBoxAdaptor"), RenderTable: findType("RenderTable"), RenderViewport: findType("RenderViewport"), + ReplaceTextIntent: findType("ReplaceTextIntent"), Response: findType("Response"), RestorableNum_int: findType("RestorableNum"), RestorableProperty_nullable_Object: findType("RestorableProperty"), @@ -431224,7 +433603,6 @@ TextAreaElement: findType("TextAreaElement"), TextBaseline: findType("TextBaseline"), TextButtonTheme: findType("TextButtonTheme"), - TextEditingActionTarget: findType("TextEditingActionTarget"), TextEditingValue: findType("TextEditingValue"), TextFormField: findType("TextFormField"), TextPainter: findType("TextPainter"), @@ -431390,6 +433768,7 @@ TypedMiddleware_of_legacy_AppState_and_legacy_LoadVendors: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_LoadWebhook: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_LoadWebhooks: findType("TypedMiddleware"), + TypedMiddleware_of_legacy_AppState_and_legacy_MarkCreditsPaidRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_MarkInvoicesPaidRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_MarkInvoicesSentRequest: findType("TypedMiddleware"), TypedMiddleware_of_legacy_AppState_and_legacy_MarkSentCreditRequest: findType("TypedMiddleware"), @@ -431554,6 +433933,7 @@ UnmodifiableMapView_String_String: findType("UnmodifiableMapView"), UnmodifiableMapView_of_String_and_nullable_Object: findType("UnmodifiableMapView"), UnorderedIterableEquality_dynamic: findType("UnorderedIterableEquality<@>"), + UpdateSelectionIntent: findType("UpdateSelectionIntent"), Uri: findType("Uri"), ValueKey_ConnectionState: findType("ValueKey"), ValueKey_DateTime: findType("ValueKey"), @@ -431606,15 +433986,12 @@ _AsyncBroadcastStreamController_legacy_AppState: findType("_AsyncBroadcastStreamController"), _AsyncCompleter_AssetBundleImageKey: findType("_AsyncCompleter"), _AsyncCompleter_Blob: findType("_AsyncCompleter"), - _AsyncCompleter_Codec: findType("_AsyncCompleter"), _AsyncCompleter_FrameInfo: findType("_AsyncCompleter"), _AsyncCompleter_HttpRequest: findType("_AsyncCompleter"), - _AsyncCompleter_List_LicenseEntry: findType("_AsyncCompleter>"), _AsyncCompleter_List_XFile: findType("_AsyncCompleter>"), _AsyncCompleter_Null: findType("_AsyncCompleter"), _AsyncCompleter_SharedPreferences: findType("_AsyncCompleter"), _AsyncCompleter_StreamedResponse: findType("_AsyncCompleter"), - _AsyncCompleter_String: findType("_AsyncCompleter"), _AsyncCompleter_Uint8List: findType("_AsyncCompleter"), _AsyncCompleter_bool: findType("_AsyncCompleter"), _AsyncCompleter_dynamic: findType("_AsyncCompleter<@>"), @@ -431652,9 +434029,12 @@ _ChildNodeListLazy: findType("_ChildNodeListLazy"), _CombiningGestureArenaMember: findType("_CombiningGestureArenaMember"), _DecorationSlot: findType("_DecorationSlot"), - _Decorator: findType("_Decorator"), + _DeleteTextAction_DeleteCharacterIntent: findType("_DeleteTextAction"), + _DeleteTextAction_DeleteToLineBreakIntent: findType("_DeleteTextAction"), + _DeleteTextAction_DeleteToNextWordBoundaryIntent: findType("_DeleteTextAction"), _DetailArguments: findType("_DetailArguments"), _DirectionalPolicyData: findType("_DirectionalPolicyData"), + _DraggableScrollableSheetScrollPosition: findType("_DraggableScrollableSheetScrollPosition"), _EffectiveTickerMode: findType("_EffectiveTickerMode"), _ElementEventStreamImpl_legacy_Event: findType("_ElementEventStreamImpl"), _ElementEventStreamImpl_legacy_KeyboardEvent: findType("_ElementEventStreamImpl"), @@ -431670,15 +434050,12 @@ _FrozenElementList_Element: findType("_FrozenElementList"), _Future_AssetBundleImageKey: findType("_Future"), _Future_Blob: findType("_Future"), - _Future_Codec: findType("_Future"), _Future_FrameInfo: findType("_Future"), _Future_HttpRequest: findType("_Future"), - _Future_List_LicenseEntry: findType("_Future>"), _Future_List_XFile: findType("_Future>"), _Future_Null: findType("_Future"), _Future_SharedPreferences: findType("_Future"), _Future_StreamedResponse: findType("_Future"), - _Future_String: findType("_Future"), _Future_Uint8List: findType("_Future"), _Future_bool: findType("_Future"), _Future_dynamic: findType("_Future<@>"), @@ -431721,7 +434098,6 @@ _InterestingSemanticsFragment: findType("_InterestingSemanticsFragment"), _IntrinsicDimensionsCacheEntry: findType("_IntrinsicDimensionsCacheEntry"), _LicenseData: findType("_LicenseData"), - _ListTile: findType("_ListTile"), _ListTileSlot: findType("_ListTileSlot"), _ListenerEntry: findType("_ListenerEntry"), _LiveImage: findType("_LiveImage"), @@ -431739,6 +434115,7 @@ _MaterialStatePropertyAll_nullable_TextStyle: findType("_MaterialStatePropertyAll"), _MaterialStatePropertyWith_Color: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_MouseCursor: findType("_MaterialStatePropertyWith"), + _MaterialStatePropertyWith_bool: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_double: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_nullable_Color: findType("_MaterialStatePropertyWith"), _ModalScopeStatus: findType("_ModalScopeStatus"), @@ -431753,9 +434130,7 @@ _ReadingOrderDirectionalGroupData: findType("_ReadingOrderDirectionalGroupData"), _ReadingOrderSortData: findType("_ReadingOrderSortData"), _RenderColoredBox: findType("_RenderColoredBox"), - _RenderDecoration: findType("_RenderDecoration"), _RenderInkFeatures: findType("_RenderInkFeatures"), - _RenderListTile: findType("_RenderListTile"), _RenderMergeableMaterialListBody: findType("_RenderMergeableMaterialListBody"), _RenderOverflowBar: findType("_RenderOverflowBar"), _RenderSliverPersistentHeaderForWidgetsMixin: findType("_RenderSliverPersistentHeaderForWidgetsMixin"), @@ -431779,9 +434154,10 @@ _TapTracker: findType("_TapTracker"), _TextFormFieldState: findType("_TextFormFieldState"), _Theatre: findType("_Theatre"), - _TooltipState: findType("_TooltipState"), + _TooltipVisibilityScope: findType("_TooltipVisibilityScope"), _UnmodifiableSet_legacy_MaterialState: findType("_UnmodifiableSet"), _UnmodifiableSet_legacy_String: findType("_UnmodifiableSet"), + _UpdateTextSelectionToAdjacentLineAction_ExtendSelectionVerticallyToAdjacentLineIntent: findType("_UpdateTextSelectionToAdjacentLineAction"), _ValueNotifier_nullable_DismissGesture: findType("_ValueNotifier"), _WidgetTicker: findType("_WidgetTicker"), _Wrapper_FileResponse: findType("_Wrapper"), @@ -431875,7 +434251,6 @@ legacy_BulkEmailCreditsRequest: findType("BulkEmailCreditsRequest*"), legacy_BulkEmailInvoicesRequest: findType("BulkEmailInvoicesRequest*"), legacy_BulkEmailQuotesRequest: findType("BulkEmailQuotesRequest*"), - legacy_BuyNowButtonsVM: findType("BuyNowButtonsVM*"), legacy_CancelInvoicesRequest: findType("CancelInvoicesRequest*"), legacy_ChartMoneyData: findType("ChartMoneyData*"), legacy_CheckboxListTile: findType("CheckboxListTile*"), @@ -432216,6 +434591,7 @@ legacy_Map_of_legacy_String_and_legacy_TextEditingController: findType("Map*"), legacy_Map_of_legacy_String_and_legacy_double: findType("Map*"), legacy_Map_of_legacy_int_and_legacy_String: findType("Map*"), + legacy_MarkCreditsPaidRequest: findType("MarkCreditsPaidRequest*"), legacy_MarkInvoicesPaidRequest: findType("MarkInvoicesPaidRequest*"), legacy_MarkInvoicesSentRequest: findType("MarkInvoicesSentRequest*"), legacy_MarkSentCreditRequest: findType("MarkSentCreditRequest*"), @@ -432646,7 +435022,9 @@ nullable_GoogleSignInUserData: findType("GoogleSignInUserData?"), nullable_HeroControllerScope: findType("HeroControllerScope?"), nullable_HorizontalDragGestureRecognizer: findType("HorizontalDragGestureRecognizer?"), + nullable_IconThemeData: findType("IconThemeData?"), nullable_InkHighlight: findType("InkHighlight?"), + nullable_InputBorder: findType("InputBorder?"), nullable_Key: findType("Key?"), nullable_List_BaseBarRendererElement: findType("List?"), nullable_List__LineRendererElement_Object: findType("List<_LineRendererElement>?"), @@ -432718,6 +435096,7 @@ nullable_VerticalDragGestureRecognizer: findType("VerticalDragGestureRecognizer?"), nullable_XFile: findType("XFile?"), nullable__AnimationTuple: findType("_AnimationTuple?"), + nullable__EffectiveTickerMode: findType("_EffectiveTickerMode?"), nullable__FlexEntranceTransitionParentData: findType("_FlexEntranceTransitionParentData?"), nullable__FocusTraversalGroupMarker: findType("_FocusTraversalGroupMarker?"), nullable__Highlight: findType("_Highlight?"), @@ -432739,7 +435118,7 @@ void_Function_List_FrameTiming: findType("~(List)"), void_Function_Object: findType("~(Object)"), void_Function_Object_StackTrace: findType("~(Object,StackTrace)"), - void_Function_PointerEvent: findType("~(PointerEvent0)"), + void_Function_PointerEvent: findType("~(PointerEvent)"), void_Function_RawKeyEvent: findType("~(RawKeyEvent)"), void_Function_nullable_Object: findType("~(Object?)") }; @@ -432753,6 +435132,7 @@ 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; @@ -432786,10 +435166,10 @@ B.UnknownJavaScriptObject_methods = J.UnknownJavaScriptObject.prototype; B.WheelEvent_methods = A.WheelEvent.prototype; B.Window_methods = A.Window.prototype; - B.AccessibilityMode_0 = new A.AccessibilityMode("AccessibilityMode.unknown"); - B.ActionPaneType_0 = new A.ActionPaneType("ActionPaneType.end"); - B.ActionPaneType_1 = new A.ActionPaneType("ActionPaneType.none"); - B.ActionPaneType_2 = new A.ActionPaneType("ActionPaneType.start"); + B.AccessibilityMode_0 = new A.AccessibilityMode(0, "unknown"); + B.ActionPaneType_0 = new A.ActionPaneType(0, "end"); + B.ActionPaneType_1 = new A.ActionPaneType(1, "none"); + B.ActionPaneType_2 = new A.ActionPaneType(2, "start"); B.AlignmentDirectional_0_1 = new A.AlignmentDirectional(0, 1); B.AlignmentDirectional_0_m1 = new A.AlignmentDirectional(0, -1); B.AlignmentDirectional_1_0 = new A.AlignmentDirectional(1, 0); @@ -432806,23 +435186,22 @@ B.Alignment_m1_1 = new A.Alignment(-1, 1); B.Alignment_m1_m1 = new A.Alignment(-1, -1); B.AlwaysScrollableScrollPhysics_null = new A.AlwaysScrollableScrollPhysics(null); - B.AndroidOverscrollIndicator_0 = new A.AndroidOverscrollIndicator("AndroidOverscrollIndicator.stretch"); - B.AndroidOverscrollIndicator_1 = new A.AndroidOverscrollIndicator("AndroidOverscrollIndicator.glow"); - B.AnimationBehavior_0 = new A.AnimationBehavior("AnimationBehavior.normal"); - B.AnimationBehavior_1 = new A.AnimationBehavior("AnimationBehavior.preserve"); - B.AnimationDirection_0 = new A.AnimationDirection("AnimationDirection.forward"); - B.AnimationDirection_1 = new A.AnimationDirection("AnimationDirection.reverse"); - B.AnimationStatus_0 = new A.AnimationStatus("AnimationStatus.dismissed"); - B.AnimationStatus_1 = new A.AnimationStatus("AnimationStatus.forward"); - B.AnimationStatus_2 = new A.AnimationStatus("AnimationStatus.reverse"); - B.AnimationStatus_3 = new A.AnimationStatus("AnimationStatus.completed"); + B.AndroidOverscrollIndicator_1 = new A.AndroidOverscrollIndicator(1, "glow"); + B.AnimationBehavior_0 = new A.AnimationBehavior(0, "normal"); + B.AnimationBehavior_1 = new A.AnimationBehavior(1, "preserve"); + B.AnimationDirection_0 = new A.AnimationDirection(0, "forward"); + B.AnimationDirection_1 = new A.AnimationDirection(1, "reverse"); + B.AnimationStatus_0 = new A.AnimationStatus(0, "dismissed"); + B.AnimationStatus_1 = new A.AnimationStatus(1, "forward"); + B.AnimationStatus_2 = new A.AnimationStatus(2, "reverse"); + B.AnimationStatus_3 = new A.AnimationStatus(3, "completed"); B.AppBarTheme_6cf = new A.AppBarTheme(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.AppLayout_desktop = new A.AppLayout("desktop"); B.AppLayout_mobile = new A.AppLayout("mobile"); - B.AppLifecycleState_0 = new A.AppLifecycleState("AppLifecycleState.resumed"); - B.AppLifecycleState_1 = new A.AppLifecycleState("AppLifecycleState.inactive"); - B.AppLifecycleState_2 = new A.AppLifecycleState("AppLifecycleState.paused"); - B.AppLifecycleState_3 = new A.AppLifecycleState("AppLifecycleState.detached"); + B.AppLifecycleState_0 = new A.AppLifecycleState(0, "resumed"); + B.AppLifecycleState_1 = new A.AppLifecycleState(1, "inactive"); + B.AppLifecycleState_2 = new A.AppLifecycleState(2, "paused"); + B.AppLifecycleState_3 = new A.AppLifecycleState(3, "detached"); B.AppSidebarMode_collapse = new A.AppSidebarMode("collapse"); B.AppSidebarMode_float = new A.AppSidebarMode("float"); B.AppSidebarMode_visible = new A.AppSidebarMode("visible"); @@ -432845,73 +435224,47 @@ B.AttributeKey_kWM = new A.AttributeKey("Axis.measureAxis", type$.AttributeKey_legacy_Axis_legacy_Object); B.AttributeKey_vl2 = new A.AttributeKey("BarRenderer.elements", A.findType("AttributeKey*>")); B.List_empty1 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_String); - B.TextAffinity_1 = new A.TextAffinity("TextAffinity.downstream"); - B.TextSelection_TbC = new A.TextSelection(-1, -1, B.TextAffinity_1, false, -1, -1); + 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_QOg = new A.TextEditingValue("", B.TextSelection_TbC, B.TextRange_m1_m1); - B.AutofillConfiguration_sci = new A.AutofillConfiguration(false, "", B.List_empty1, B.TextEditingValue_QOg, null); - B.AutofillContextAction_0 = new A.AutofillContextAction("AutofillContextAction.commit"); - B.AutofillContextAction_1 = new A.AutofillContextAction("AutofillContextAction.cancel"); - B.AutovalidateMode_0 = new A.AutovalidateMode("AutovalidateMode.disabled"); - B.AutovalidateMode_1 = new A.AutovalidateMode("AutovalidateMode.always"); - B.AutovalidateMode_2 = new A.AutovalidateMode("AutovalidateMode.onUserInteraction"); - B.AxisDirection_0 = new A.AxisDirection("AxisDirection.up"); - B.AxisDirection_1 = new A.AxisDirection("AxisDirection.right"); - B.AxisDirection_2 = new A.AxisDirection("AxisDirection.down"); - B.AxisDirection_3 = new A.AxisDirection("AxisDirection.left"); - B.AxisOrientation_0 = new A.AxisOrientation("AxisOrientation.top"); - B.AxisOrientation_1 = new A.AxisOrientation("AxisOrientation.right"); - B.AxisOrientation_2 = new A.AxisOrientation("AxisOrientation.bottom"); - B.AxisOrientation_3 = new A.AxisOrientation("AxisOrientation.left"); - B.Axis_0 = new A.Axis0("Axis.horizontal"); - B.Axis_1 = new A.Axis0("Axis.vertical"); + B.TextEditingValue_li8 = new A.TextEditingValue("", B.TextSelection_ke5, B.TextRange_m1_m1); + 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"); + B.AutovalidateMode_2 = new A.AutovalidateMode(2, "onUserInteraction"); + B.AxisDirection_0 = new A.AxisDirection(0, "up"); + B.AxisDirection_1 = new A.AxisDirection(1, "right"); + B.AxisDirection_2 = new A.AxisDirection(2, "down"); + B.AxisDirection_3 = new A.AxisDirection(3, "left"); + B.AxisOrientation_0 = new A.AxisOrientation(0, "top"); + B.AxisOrientation_1 = new A.AxisOrientation(1, "right"); + B.AxisOrientation_2 = new A.AxisOrientation(2, "bottom"); + B.AxisOrientation_3 = new A.AxisOrientation(3, "left"); + B.Axis_0 = new A.Axis0(0, "horizontal"); + B.Axis_1 = new A.Axis0(1, "vertical"); B.BackButtonIcon_null = new A.BackButtonIcon(null); B.BackButton_null_null = new A.BackButton(null, null); - B.BarGroupingType_0 = new A.BarGroupingType("BarGroupingType.grouped"); - B.BarGroupingType_1 = new A.BarGroupingType("BarGroupingType.groupedStacked"); - B.BarGroupingType_2 = new A.BarGroupingType("BarGroupingType.stacked"); + B.BarGroupingType_0 = new A.BarGroupingType(0, "grouped"); + B.BarGroupingType_1 = new A.BarGroupingType(1, "groupedStacked"); + B.BarGroupingType_2 = new A.BarGroupingType(2, "stacked"); B.C_StandardMessageCodec = new A.StandardMessageCodec0(); - B.BasicMessageChannel_8hp = new A.BasicMessageChannel("flutter/accessibility", B.C_StandardMessageCodec, type$.BasicMessageChannel_dynamic); + B.BasicMessageChannel_8hp = new A.BasicMessageChannel("flutter/accessibility", B.C_StandardMessageCodec, type$.BasicMessageChannel_nullable_Object); B.C_JSONMessageCodec0 = new A.JSONMessageCodec0(); - B.BasicMessageChannel_Cfi = new A.BasicMessageChannel("flutter/keyevent", B.C_JSONMessageCodec0, type$.BasicMessageChannel_dynamic); + B.BasicMessageChannel_Cfi = new A.BasicMessageChannel("flutter/keyevent", B.C_JSONMessageCodec0, type$.BasicMessageChannel_nullable_Object); B.C_StringCodec = new A.StringCodec(); B.BasicMessageChannel_No7 = new A.BasicMessageChannel("flutter/lifecycle", B.C_StringCodec, A.findType("BasicMessageChannel")); - B.BasicMessageChannel_Qma = new A.BasicMessageChannel("flutter/system", B.C_JSONMessageCodec0, type$.BasicMessageChannel_dynamic); - B.BehaviorPosition_0 = new A.BehaviorPosition("BehaviorPosition.top"); - B.BehaviorPosition_1 = new A.BehaviorPosition("BehaviorPosition.bottom"); - B.BehaviorPosition_2 = new A.BehaviorPosition("BehaviorPosition.start"); - B.BehaviorPosition_3 = new A.BehaviorPosition("BehaviorPosition.end"); - B.BehaviorPosition_4 = new A.BehaviorPosition("BehaviorPosition.inside"); - B.BlendMode_0 = new A.BlendMode(0, "BlendMode.clear"); - B.BlendMode_1 = new A.BlendMode(1, "BlendMode.src"); - B.BlendMode_10 = new A.BlendMode(10, "BlendMode.dstATop"); - B.BlendMode_11 = new A.BlendMode(11, "BlendMode.xor"); - B.BlendMode_12 = new A.BlendMode(12, "BlendMode.plus"); - B.BlendMode_13 = new A.BlendMode(13, "BlendMode.modulate"); - B.BlendMode_14 = new A.BlendMode(14, "BlendMode.screen"); - B.BlendMode_15 = new A.BlendMode(15, "BlendMode.overlay"); - B.BlendMode_16 = new A.BlendMode(16, "BlendMode.darken"); - B.BlendMode_17 = new A.BlendMode(17, "BlendMode.lighten"); - B.BlendMode_18 = new A.BlendMode(18, "BlendMode.colorDodge"); - B.BlendMode_19 = new A.BlendMode(19, "BlendMode.colorBurn"); - B.BlendMode_2 = new A.BlendMode(2, "BlendMode.dst"); - B.BlendMode_20 = new A.BlendMode(20, "BlendMode.hardLight"); - B.BlendMode_21 = new A.BlendMode(21, "BlendMode.softLight"); - B.BlendMode_22 = new A.BlendMode(22, "BlendMode.difference"); - B.BlendMode_23 = new A.BlendMode(23, "BlendMode.exclusion"); - B.BlendMode_24 = new A.BlendMode(24, "BlendMode.multiply"); - B.BlendMode_25 = new A.BlendMode(25, "BlendMode.hue"); - B.BlendMode_26 = new A.BlendMode(26, "BlendMode.saturation"); - B.BlendMode_27 = new A.BlendMode(27, "BlendMode.color"); - B.BlendMode_28 = new A.BlendMode(28, "BlendMode.luminosity"); - B.BlendMode_3 = new A.BlendMode(3, "BlendMode.srcOver"); - B.BlendMode_4 = new A.BlendMode(4, "BlendMode.dstOver"); - B.BlendMode_5 = new A.BlendMode(5, "BlendMode.srcIn"); - B.BlendMode_6 = new A.BlendMode(6, "BlendMode.dstIn"); - B.BlendMode_7 = new A.BlendMode(7, "BlendMode.srcOut"); - B.BlendMode_8 = new A.BlendMode(8, "BlendMode.dstOut"); - B.BlendMode_9 = new A.BlendMode(9, "BlendMode.srcATop"); - B.BlurStyle_0 = new A.BlurStyle(0, "BlurStyle.normal"); + B.BasicMessageChannel_Qma = new A.BasicMessageChannel("flutter/system", B.C_JSONMessageCodec0, type$.BasicMessageChannel_nullable_Object); + B.BehaviorPosition_0 = new A.BehaviorPosition(0, "top"); + B.BehaviorPosition_1 = new A.BehaviorPosition(1, "bottom"); + B.BehaviorPosition_2 = new A.BehaviorPosition(2, "start"); + B.BehaviorPosition_3 = new A.BehaviorPosition(3, "end"); + B.BehaviorPosition_4 = new A.BehaviorPosition(4, "inside"); + B.BlendMode_13 = new A.BlendMode(13, "modulate"); + B.BlendMode_20 = new A.BlendMode(20, "hardLight"); + B.BlendMode_26 = new A.BlendMode(26, "saturation"); + B.BlendMode_3 = new A.BlendMode(3, "srcOver"); + B.BlurStyle_0 = new A.BlurStyle(0, "normal"); B.Radius_0_0 = new A.Radius(0, 0); B.BorderRadius_tLn = new A.BorderRadius(B.Radius_0_0, B.Radius_0_0, B.Radius_0_0, B.Radius_0_0); B.Radius_4_4 = new A.Radius(4, 4); @@ -432920,10 +435273,10 @@ B.BorderRadius_tLn2 = new A.BorderRadius(B.Radius_2_2, B.Radius_2_2, B.Radius_2_2, B.Radius_2_2); B.BorderRadius_tLn0 = new A.BorderRadius(B.Radius_4_4, B.Radius_4_4, B.Radius_4_4, B.Radius_4_4); B.Color_4278190080 = new A.Color(4278190080); - B.BorderStyle_0 = new A.BorderStyle("BorderStyle.none"); - B.BorderSide_m7u = new A.BorderSide(B.Color_4278190080, 0, B.BorderStyle_0); - B.BorderStyle_1 = new A.BorderStyle("BorderStyle.solid"); - B.Border_A43 = new A.Border(B.BorderSide_m7u, B.BorderSide_m7u, B.BorderSide_m7u, B.BorderSide_m7u); + B.BorderStyle_0 = new A.BorderStyle(0, "none"); + B.BorderSide_0CF = new A.BorderSide(B.Color_4278190080, 0, B.BorderStyle_0); + B.BorderStyle_1 = new A.BorderStyle(1, "solid"); + B.Border_27z = new A.Border(B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF, B.BorderSide_0CF); B.BottomAppBarTheme_null_null_null = new A.BottomAppBarTheme(null, null, null); B.BottomNavigationBarThemeData_aBG = new A.BottomNavigationBarThemeData(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); @@ -432945,43 +435298,37 @@ 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.BoxShape_0 = new A.BoxShape("BoxShape.rectangle"); - B.BoxDecoration_PTL = new A.BoxDecoration(null, null, null, null, null, null, B.BoxShape_0); B.Color_4290624957 = new A.Color(4290624957); - B.BorderSide_SRw = new A.BorderSide(B.Color_4290624957, 0, B.BorderStyle_1); - B.Border_3bx = new A.Border(B.BorderSide_m7u, B.BorderSide_m7u, B.BorderSide_SRw, B.BorderSide_m7u); - B.BoxDecoration_en0 = new A.BoxDecoration(null, null, B.Border_3bx, null, null, null, B.BoxShape_0); - B.BoxFit_0 = new A.BoxFit("BoxFit.fill"); - B.BoxFit_1 = new A.BoxFit("BoxFit.contain"); - B.BoxFit_2 = new A.BoxFit("BoxFit.cover"); - B.BoxFit_3 = new A.BoxFit("BoxFit.fitWidth"); - B.BoxFit_4 = new A.BoxFit("BoxFit.fitHeight"); - B.BoxFit_5 = new A.BoxFit("BoxFit.none"); - B.BoxFit_6 = new A.BoxFit("BoxFit.scaleDown"); - B.BoxHeightStyle_0 = new A.BoxHeightStyle(0, "BoxHeightStyle.tight"); - B.BoxHeightStyle_5 = new A.BoxHeightStyle(5, "BoxHeightStyle.strut"); - B.BoxShape_1 = new A.BoxShape("BoxShape.circle"); - B.BoxWidthStyle_0 = new A.BoxWidthStyle(); - B.Brightness_0 = new A.Brightness("Brightness.dark"); - B.Brightness_1 = new A.Brightness("Brightness.light"); - B.BrowserEngine_0 = new A.BrowserEngine("BrowserEngine.blink"); - B.BrowserEngine_1 = new A.BrowserEngine("BrowserEngine.webkit"); - B.BrowserEngine_2 = new A.BrowserEngine("BrowserEngine.firefox"); - B.BrowserEngine_3 = new A.BrowserEngine("BrowserEngine.edge"); - B.BrowserEngine_4 = new A.BrowserEngine("BrowserEngine.ie11"); - B.BrowserEngine_5 = new A.BrowserEngine("BrowserEngine.samsung"); - B.BrowserEngine_6 = new A.BrowserEngine("BrowserEngine.unknown"); - B.ButtonBarLayoutBehavior_1 = new A.ButtonBarLayoutBehavior(); + 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.BoxFit_1 = new A.BoxFit(1, "contain"); + B.BoxFit_2 = new A.BoxFit(2, "cover"); + B.BoxFit_6 = new A.BoxFit(6, "scaleDown"); + B.BoxHeightStyle_0 = new A.BoxHeightStyle(0, "tight"); + B.BoxHeightStyle_5 = new A.BoxHeightStyle(5, "strut"); + B.BoxShape_1 = new A.BoxShape(1, "circle"); + B.BoxWidthStyle_0 = new A.BoxWidthStyle(0, "tight"); + B.Brightness_0 = new A.Brightness(0, "dark"); + B.Brightness_1 = new A.Brightness(1, "light"); + B.BrowserEngine_0 = new A.BrowserEngine(0, "blink"); + B.BrowserEngine_1 = new A.BrowserEngine(1, "webkit"); + B.BrowserEngine_2 = new A.BrowserEngine(2, "firefox"); + B.BrowserEngine_3 = new A.BrowserEngine(3, "edge"); + B.BrowserEngine_4 = new A.BrowserEngine(4, "ie11"); + B.BrowserEngine_5 = new A.BrowserEngine(5, "samsung"); + B.BrowserEngine_6 = new A.BrowserEngine(6, "unknown"); + B.ButtonBarLayoutBehavior_1 = new A.ButtonBarLayoutBehavior(1, "padded"); B.ButtonBarThemeData_A0t = new A.ButtonBarThemeData(null, null, null, null, null, null, null, null, null); - B.ButtonState_0 = new A.ButtonState("ButtonState.idle"); - B.ButtonState_1 = new A.ButtonState("ButtonState.loading"); - B.ButtonState_2 = new A.ButtonState("ButtonState.success"); - B.ButtonState_3 = new A.ButtonState("ButtonState.error"); - B.ButtonTextTheme_0 = new A.ButtonTextTheme("ButtonTextTheme.normal"); - B.ButtonTextTheme_1 = new A.ButtonTextTheme("ButtonTextTheme.accent"); - B.ButtonTextTheme_2 = new A.ButtonTextTheme("ButtonTextTheme.primary"); - B.C__EmptyStream = new A._EmptyStream(A.findType("_EmptyStream*>")); - B.ByteStream__EmptyStream = new A.ByteStream(B.C__EmptyStream); + B.ButtonState_0 = new A.ButtonState(0, "idle"); + B.ButtonState_1 = new A.ButtonState(1, "loading"); + B.ButtonState_2 = new A.ButtonState(2, "success"); + B.ButtonState_3 = new A.ButtonState(3, "error"); + B.ButtonTextTheme_0 = new A.ButtonTextTheme(0, "normal"); + B.C__EmptyStream0 = new A._EmptyStream(A.findType("_EmptyStream*>")); + 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(); @@ -433011,6 +435358,7 @@ B.C_DefaultTransitionDelegate = new A.DefaultTransitionDelegate(A.findType("DefaultTransitionDelegate<@>")); B.C_DefaultWidgetsLocalizations = new A.DefaultWidgetsLocalizations(); B.C_DesignRepository = new A.DesignRepository(); + B.C_DoNothingAndStopPropagationTextIntent = new A.DoNothingAndStopPropagationTextIntent(); B.C_DocumentRepository = new A.DocumentRepository0(); B.C_ElasticOutCurve = new A.ElasticOutCurve(); B.C_EmailInputType = new A.EmailInputType(); @@ -433021,12 +435369,13 @@ B.C_ExpenseCategoryRepository = new A.ExpenseCategoryRepository(); B.C_ExpenseRepository = new A.ExpenseRepository(); B.C_FadeUpwardsPageTransitionsBuilder = new A.FadeUpwardsPageTransitionsBuilder(); + B.C_FloatingLabelAlignment = new A.FloatingLabelAlignment(); B.C_GestureSettings = new A.GestureSettings(); B.C_GroupRepository = new A.GroupRepository(); B.C_HashUrlStrategy = new A.HashUrlStrategy(); B.C_IOSAuthMessages = new A.IOSAuthMessages(); B.C_IdentityConverter = new A.IdentityConverter(A.findType("IdentityConverter")); - B.FloatingLabelBehavior_1 = new A.FloatingLabelBehavior("FloatingLabelBehavior.auto"); + B.FloatingLabelBehavior_1 = new A.FloatingLabelBehavior(1, "auto"); B.C_InputDecorationTheme = new A.InputDecorationTheme(); B.C_IntegerDivisionByZeroException = new A.IntegerDivisionByZeroException(); B.C_InvoiceRepository = new A.InvoiceRepository(); @@ -433184,9 +435533,9 @@ B.C_PointerSupportDetector = new A.PointerSupportDetector(); B.C_ProductRepository = new A.ProductRepository(); B.C_ProjectRepository = new A.ProjectRepository(); - B.QrDataModuleShape_0 = new A.QrDataModuleShape(); + B.QrDataModuleShape_0 = new A.QrDataModuleShape(0, "square"); B.C_QrDataModuleStyle = new A.QrDataModuleStyle(); - B.QrEyeShape_0 = new A.QrEyeShape(); + B.QrEyeShape_0 = new A.QrEyeShape(0, "square"); B.C_QrEyeStyle = new A.QrEyeStyle(); B.C_QuoteRepository = new A.QuoteRepository(); B.C_RecurringExpenseRepository = new A.RecurringExpenseRepository(); @@ -433197,7 +435546,7 @@ B.C_StandardMessageCodec0 = new A.StandardMessageCodec(); B.C_StandardMethodCodec0 = new A.StandardMethodCodec(); B.C_StandardMethodCodec = new A.StandardMethodCodec0(); - B.StepSizeType_0 = new A.StepSizeType("StepSizeType.autoDetect"); + B.StepSizeType_0 = new A.StepSizeType(0, "autoDetect"); B.C_StepSizeConfig = new A.StepSizeConfig(); B.C_StyledToastPosition = new A.StyledToastPosition(); B.C_SubscriptionRepository = new A.SubscriptionRepository(); @@ -433222,6 +435571,7 @@ B.C_VendorRepository = new A.VendorRepository(); B.Rect_0_0_0_0 = new A.Rect(0, 0, 0, 0); B.WindowPadding_0_0_0_0 = new A.WindowPadding(0, 0, 0, 0); + B.List_empty4 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.C_ViewConfiguration = new A.ViewConfiguration0(); B.C_ViewMargin = new A.ViewMargin(); B.C_WebhookRepository = new A.WebhookRepository(); @@ -433235,6 +435585,7 @@ B.C__DefaultHeroTag = new A._DefaultHeroTag(); B.C__DeferringMouseCursor = new A._DeferringMouseCursor(); B.C__DelayedDone = new A._DelayedDone(); + B.C__EmptyStream = new A._EmptyStream(A.findType("_EmptyStream")); B.C__EndDockedFabLocation = new A._EndDockedFabLocation(); B.C__EndFloatFabLocation = new A._EndFloatFabLocation(); B.C__EndTopFabLocation = new A._EndTopFabLocation(); @@ -433258,81 +435609,80 @@ B.C__WidgetsLocalizationsDelegate0 = new A._WidgetsLocalizationsDelegate(); B.C__WidgetsLocalizationsDelegate = new A._WidgetsLocalizationsDelegate0(); B.C__YearPickerGridDelegate = new A._YearPickerGridDelegate(); - B.CacheExtentStyle_0 = new A.CacheExtentStyle("CacheExtentStyle.pixel"); - B.CacheExtentStyle_1 = new A.CacheExtentStyle("CacheExtentStyle.viewport"); - B.CalendarField_0 = new A.CalendarField("CalendarField.year"); - B.CalendarField_1 = new A.CalendarField("CalendarField.month"); - B.CalendarField_2 = new A.CalendarField("CalendarField.date"); - B.CalendarField_3 = new A.CalendarField("CalendarField.hourOfDay"); - B.CalendarField_4 = new A.CalendarField("CalendarField.minute"); - B.CalendarField_5 = new A.CalendarField("CalendarField.second"); - B.CameraDevice_0 = new A.CameraDevice(0, "CameraDevice.rear"); - B.CameraDevice_1 = new A.CameraDevice(1, "CameraDevice.front"); + B.CacheExtentStyle_0 = new A.CacheExtentStyle(0, "pixel"); + B.CacheExtentStyle_1 = new A.CacheExtentStyle(1, "viewport"); + B.CalendarField_0 = new A.CalendarField(0, "year"); + B.CalendarField_1 = new A.CalendarField(1, "month"); + B.CalendarField_2 = new A.CalendarField(2, "date"); + B.CalendarField_3 = new A.CalendarField(3, "hourOfDay"); + B.CameraDevice_0 = new A.CameraDevice(0, "rear"); + B.CameraDevice_1 = new A.CameraDevice(1, "front"); B.CardTheme_hKX = new A.CardTheme(null, null, null, null, null, null); - B._ActivityIndicatorType_0 = new A._ActivityIndicatorType("_ActivityIndicatorType.material"); + B._ActivityIndicatorType_0 = new A._ActivityIndicatorType(0, "material"); 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.CircleBorder_61T = new A.CircleBorder(B.BorderSide_m7u); + 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.ClampingScrollPhysics_KYr = new A.ClampingScrollPhysics(B.RangeMaintainingScrollPhysics_null); B.ClampingScrollPhysics_null = new A.ClampingScrollPhysics(null); - B.ClientReportFields_0 = new A.ClientReportFields("ClientReportFields.name"); - B.ClientReportFields_1 = new A.ClientReportFields("ClientReportFields.website"); - B.ClientReportFields_10 = new A.ClientReportFields("ClientReportFields.city"); - B.ClientReportFields_11 = new A.ClientReportFields("ClientReportFields.state"); - B.ClientReportFields_12 = new A.ClientReportFields("ClientReportFields.postal_code"); - B.ClientReportFields_13 = new A.ClientReportFields("ClientReportFields.phone"); - B.ClientReportFields_14 = new A.ClientReportFields("ClientReportFields.country"); - B.ClientReportFields_15 = new A.ClientReportFields("ClientReportFields.shipping_address1"); - B.ClientReportFields_16 = new A.ClientReportFields("ClientReportFields.shipping_address2"); - B.ClientReportFields_17 = new A.ClientReportFields("ClientReportFields.shipping_city"); - B.ClientReportFields_18 = new A.ClientReportFields("ClientReportFields.shipping_state"); - B.ClientReportFields_19 = new A.ClientReportFields("ClientReportFields.shipping_postal_code"); - B.ClientReportFields_2 = new A.ClientReportFields("ClientReportFields.currency"); - B.ClientReportFields_20 = new A.ClientReportFields("ClientReportFields.shipping_country"); - B.ClientReportFields_21 = new A.ClientReportFields("ClientReportFields.client1"); - B.ClientReportFields_22 = new A.ClientReportFields("ClientReportFields.client2"); - B.ClientReportFields_23 = new A.ClientReportFields("ClientReportFields.client3"); - B.ClientReportFields_24 = new A.ClientReportFields("ClientReportFields.client4"); - B.ClientReportFields_25 = new A.ClientReportFields("ClientReportFields.created_by"); - B.ClientReportFields_26 = new A.ClientReportFields("ClientReportFields.assigned_to"); - B.ClientReportFields_27 = new A.ClientReportFields("ClientReportFields.balance"); - B.ClientReportFields_28 = new A.ClientReportFields("ClientReportFields.credit_balance"); - B.ClientReportFields_29 = new A.ClientReportFields("ClientReportFields.paid_to_date"); - B.ClientReportFields_3 = new A.ClientReportFields("ClientReportFields.language"); - B.ClientReportFields_30 = new A.ClientReportFields("ClientReportFields.total"); - B.ClientReportFields_31 = new A.ClientReportFields("ClientReportFields.converted_balance"); - B.ClientReportFields_32 = new A.ClientReportFields("ClientReportFields.converted_credit_balance"); - B.ClientReportFields_33 = new A.ClientReportFields("ClientReportFields.converted_paid_to_date"); - B.ClientReportFields_34 = new A.ClientReportFields("ClientReportFields.converted_total"); - B.ClientReportFields_35 = new A.ClientReportFields("ClientReportFields.number"); - B.ClientReportFields_36 = new A.ClientReportFields("ClientReportFields.id_number"); - B.ClientReportFields_37 = new A.ClientReportFields("ClientReportFields.vat_number"); - B.ClientReportFields_38 = new A.ClientReportFields("ClientReportFields.contact_full_name"); - B.ClientReportFields_39 = new A.ClientReportFields("ClientReportFields.contact_first_name"); - B.ClientReportFields_4 = new A.ClientReportFields("ClientReportFields.private_notes"); - B.ClientReportFields_40 = new A.ClientReportFields("ClientReportFields.contact_last_name"); - B.ClientReportFields_41 = new A.ClientReportFields("ClientReportFields.contact_email"); - B.ClientReportFields_42 = new A.ClientReportFields("ClientReportFields.contact_phone"); - B.ClientReportFields_43 = new A.ClientReportFields("ClientReportFields.contact1"); - B.ClientReportFields_44 = new A.ClientReportFields("ClientReportFields.contact2"); - B.ClientReportFields_45 = new A.ClientReportFields("ClientReportFields.contact3"); - B.ClientReportFields_46 = new A.ClientReportFields("ClientReportFields.contact4"); - B.ClientReportFields_47 = new A.ClientReportFields("ClientReportFields.contact_last_login"); - B.ClientReportFields_48 = new A.ClientReportFields("ClientReportFields.is_active"); - B.ClientReportFields_49 = new A.ClientReportFields("ClientReportFields.created_at"); - B.ClientReportFields_5 = new A.ClientReportFields("ClientReportFields.public_notes"); - B.ClientReportFields_50 = new A.ClientReportFields("ClientReportFields.updated_at"); - B.ClientReportFields_6 = new A.ClientReportFields("ClientReportFields.industry"); - B.ClientReportFields_7 = new A.ClientReportFields("ClientReportFields.size"); - B.ClientReportFields_8 = new A.ClientReportFields("ClientReportFields.address1"); - B.ClientReportFields_9 = new A.ClientReportFields("ClientReportFields.address2"); - B.ClipOp_0 = new A.ClipOp(0, "ClipOp.difference"); - B.ClipOp_1 = new A.ClipOp(1, "ClipOp.intersect"); - B.Clip_0 = new A.Clip("Clip.none"); - B.Clip_1 = new A.Clip("Clip.hardEdge"); - B.Clip_2 = new A.Clip("Clip.antiAlias"); - B.Clip_3 = new A.Clip("Clip.antiAliasWithSaveLayer"); + B.ClientReportFields_0 = new A.ClientReportFields(0, "name"); + B.ClientReportFields_1 = new A.ClientReportFields(1, "website"); + B.ClientReportFields_10 = new A.ClientReportFields(10, "city"); + B.ClientReportFields_11 = new A.ClientReportFields(11, "state"); + B.ClientReportFields_12 = new A.ClientReportFields(12, "postal_code"); + B.ClientReportFields_13 = new A.ClientReportFields(13, "phone"); + B.ClientReportFields_14 = new A.ClientReportFields(14, "country"); + B.ClientReportFields_15 = new A.ClientReportFields(15, "shipping_address1"); + B.ClientReportFields_16 = new A.ClientReportFields(16, "shipping_address2"); + B.ClientReportFields_17 = new A.ClientReportFields(17, "shipping_city"); + B.ClientReportFields_18 = new A.ClientReportFields(18, "shipping_state"); + B.ClientReportFields_19 = new A.ClientReportFields(19, "shipping_postal_code"); + B.ClientReportFields_2 = new A.ClientReportFields(2, "currency"); + B.ClientReportFields_20 = new A.ClientReportFields(20, "shipping_country"); + B.ClientReportFields_21 = new A.ClientReportFields(21, "client1"); + B.ClientReportFields_22 = new A.ClientReportFields(22, "client2"); + B.ClientReportFields_23 = new A.ClientReportFields(23, "client3"); + B.ClientReportFields_24 = new A.ClientReportFields(24, "client4"); + B.ClientReportFields_25 = new A.ClientReportFields(25, "created_by"); + B.ClientReportFields_26 = new A.ClientReportFields(26, "assigned_to"); + B.ClientReportFields_27 = new A.ClientReportFields(27, "balance"); + B.ClientReportFields_28 = new A.ClientReportFields(28, "credit_balance"); + B.ClientReportFields_29 = new A.ClientReportFields(29, "paid_to_date"); + B.ClientReportFields_3 = new A.ClientReportFields(3, "language"); + B.ClientReportFields_30 = new A.ClientReportFields(30, "total"); + B.ClientReportFields_31 = new A.ClientReportFields(31, "converted_balance"); + B.ClientReportFields_32 = new A.ClientReportFields(32, "converted_credit_balance"); + B.ClientReportFields_33 = new A.ClientReportFields(33, "converted_paid_to_date"); + B.ClientReportFields_34 = new A.ClientReportFields(34, "converted_total"); + B.ClientReportFields_35 = new A.ClientReportFields(35, "number"); + B.ClientReportFields_36 = new A.ClientReportFields(36, "id_number"); + B.ClientReportFields_37 = new A.ClientReportFields(37, "vat_number"); + B.ClientReportFields_38 = new A.ClientReportFields(38, "contact_full_name"); + B.ClientReportFields_39 = new A.ClientReportFields(39, "contact_first_name"); + B.ClientReportFields_4 = new A.ClientReportFields(4, "private_notes"); + B.ClientReportFields_40 = new A.ClientReportFields(40, "contact_last_name"); + B.ClientReportFields_41 = new A.ClientReportFields(41, "contact_email"); + B.ClientReportFields_42 = new A.ClientReportFields(42, "contact_phone"); + B.ClientReportFields_43 = new A.ClientReportFields(43, "contact1"); + B.ClientReportFields_44 = new A.ClientReportFields(44, "contact2"); + B.ClientReportFields_45 = new A.ClientReportFields(45, "contact3"); + B.ClientReportFields_46 = new A.ClientReportFields(46, "contact4"); + B.ClientReportFields_47 = new A.ClientReportFields(47, "contact_last_login"); + B.ClientReportFields_48 = new A.ClientReportFields(48, "is_active"); + B.ClientReportFields_49 = new A.ClientReportFields(49, "created_at"); + B.ClientReportFields_5 = new A.ClientReportFields(5, "public_notes"); + B.ClientReportFields_50 = new A.ClientReportFields(50, "updated_at"); + B.ClientReportFields_6 = new A.ClientReportFields(6, "industry"); + B.ClientReportFields_7 = new A.ClientReportFields(7, "size"); + B.ClientReportFields_8 = new A.ClientReportFields(8, "address1"); + B.ClientReportFields_9 = new A.ClientReportFields(9, "address2"); + B.ClipOp_0 = new A.ClipOp(0, "difference"); + B.ClipOp_1 = new A.ClipOp(1, "intersect"); + B.Clip_0 = new A.Clip(0, "none"); + B.Clip_1 = new A.Clip(1, "hardEdge"); + B.Clip_2 = new A.Clip(2, "antiAlias"); + B.Clip_3 = new A.Clip(3, "antiAliasWithSaveLayer"); B.CodeunitRange_0_255 = new A.CodeunitRange(0, 255); B.CodeunitRange_1024_1119 = new A.CodeunitRange(1024, 1119); B.CodeunitRange_1120_1327 = new A.CodeunitRange(1120, 1327); @@ -433617,115 +435967,118 @@ B.Color_ww818 = new A.Color0(230, 74, 25, 255, null, null); B.Color_bUY1 = new A.Color0(255, 171, 145, 255, null, null); B.Color_wz6 = new A.Color0(255, 87, 34, 255, B.Color_ww818, B.Color_bUY1); - B.ConnectionState_0 = new A.ConnectionState("ConnectionState.none"); - B.ConnectionState_1 = new A.ConnectionState("ConnectionState.waiting"); - B.ConnectionState_2 = new A.ConnectionState("ConnectionState.active"); - B.ConnectionState_3 = new A.ConnectionState("ConnectionState.done"); - B.ContactReportFields_0 = new A.ContactReportFields("ContactReportFields.name"); - B.ContactReportFields_1 = new A.ContactReportFields("ContactReportFields.website"); - B.ContactReportFields_10 = new A.ContactReportFields("ContactReportFields.city"); - B.ContactReportFields_11 = new A.ContactReportFields("ContactReportFields.state"); - B.ContactReportFields_12 = new A.ContactReportFields("ContactReportFields.postal_code"); - B.ContactReportFields_13 = new A.ContactReportFields("ContactReportFields.phone"); - B.ContactReportFields_14 = new A.ContactReportFields("ContactReportFields.country"); - B.ContactReportFields_15 = new A.ContactReportFields("ContactReportFields.shipping_address1"); - B.ContactReportFields_16 = new A.ContactReportFields("ContactReportFields.shipping_address2"); - B.ContactReportFields_17 = new A.ContactReportFields("ContactReportFields.shipping_city"); - B.ContactReportFields_18 = new A.ContactReportFields("ContactReportFields.shipping_state"); - B.ContactReportFields_19 = new A.ContactReportFields("ContactReportFields.shipping_postal_code"); - B.ContactReportFields_2 = new A.ContactReportFields("ContactReportFields.currency"); - B.ContactReportFields_20 = new A.ContactReportFields("ContactReportFields.shipping_country"); - B.ContactReportFields_21 = new A.ContactReportFields("ContactReportFields.client1"); - B.ContactReportFields_22 = new A.ContactReportFields("ContactReportFields.client2"); - B.ContactReportFields_23 = new A.ContactReportFields("ContactReportFields.client3"); - B.ContactReportFields_24 = new A.ContactReportFields("ContactReportFields.client4"); - B.ContactReportFields_25 = new A.ContactReportFields("ContactReportFields.created_by"); - B.ContactReportFields_26 = new A.ContactReportFields("ContactReportFields.assigned_to"); - B.ContactReportFields_27 = new A.ContactReportFields("ContactReportFields.balance"); - B.ContactReportFields_28 = new A.ContactReportFields("ContactReportFields.credit_balance"); - B.ContactReportFields_29 = new A.ContactReportFields("ContactReportFields.paid_to_date"); - B.ContactReportFields_3 = new A.ContactReportFields("ContactReportFields.language"); - B.ContactReportFields_30 = new A.ContactReportFields("ContactReportFields.total"); - B.ContactReportFields_31 = new A.ContactReportFields("ContactReportFields.converted_balance"); - B.ContactReportFields_32 = new A.ContactReportFields("ContactReportFields.converted_credit_balance"); - B.ContactReportFields_33 = new A.ContactReportFields("ContactReportFields.converted_paid_to_date"); - B.ContactReportFields_34 = new A.ContactReportFields("ContactReportFields.converted_total"); - B.ContactReportFields_35 = new A.ContactReportFields("ContactReportFields.number"); - B.ContactReportFields_36 = new A.ContactReportFields("ContactReportFields.id_number"); - B.ContactReportFields_37 = new A.ContactReportFields("ContactReportFields.vat_number"); - B.ContactReportFields_38 = new A.ContactReportFields("ContactReportFields.contact_full_name"); - B.ContactReportFields_39 = new A.ContactReportFields("ContactReportFields.contact_first_name"); - B.ContactReportFields_4 = new A.ContactReportFields("ContactReportFields.private_notes"); - B.ContactReportFields_40 = new A.ContactReportFields("ContactReportFields.contact_last_name"); - B.ContactReportFields_41 = new A.ContactReportFields("ContactReportFields.contact_email"); - B.ContactReportFields_42 = new A.ContactReportFields("ContactReportFields.contact_phone"); - B.ContactReportFields_43 = new A.ContactReportFields("ContactReportFields.contact1"); - B.ContactReportFields_44 = new A.ContactReportFields("ContactReportFields.contact2"); - B.ContactReportFields_45 = new A.ContactReportFields("ContactReportFields.contact3"); - B.ContactReportFields_46 = new A.ContactReportFields("ContactReportFields.contact4"); - B.ContactReportFields_47 = new A.ContactReportFields("ContactReportFields.contact_last_login"); - B.ContactReportFields_48 = new A.ContactReportFields("ContactReportFields.is_active"); - B.ContactReportFields_49 = new A.ContactReportFields("ContactReportFields.created_at"); - B.ContactReportFields_5 = new A.ContactReportFields("ContactReportFields.public_notes"); - B.ContactReportFields_50 = new A.ContactReportFields("ContactReportFields.updated_at"); - B.ContactReportFields_6 = new A.ContactReportFields("ContactReportFields.industry"); - B.ContactReportFields_7 = new A.ContactReportFields("ContactReportFields.size"); - B.ContactReportFields_8 = new A.ContactReportFields("ContactReportFields.address1"); - B.ContactReportFields_9 = new A.ContactReportFields("ContactReportFields.address2"); - B.CreditReportFields_0 = new A.CreditReportFields("CreditReportFields.amount"); - B.CreditReportFields_1 = new A.CreditReportFields("CreditReportFields.balance"); - B.CreditReportFields_10 = new A.CreditReportFields("CreditReportFields.client_country"); - B.CreditReportFields_11 = new A.CreditReportFields("CreditReportFields.status"); - B.CreditReportFields_12 = new A.CreditReportFields("CreditReportFields.number"); - B.CreditReportFields_13 = new A.CreditReportFields("CreditReportFields.discount"); - B.CreditReportFields_14 = new A.CreditReportFields("CreditReportFields.po_number"); - B.CreditReportFields_15 = new A.CreditReportFields("CreditReportFields.date"); - B.CreditReportFields_16 = new A.CreditReportFields("CreditReportFields.valid_until"); - B.CreditReportFields_17 = new A.CreditReportFields("CreditReportFields.partial"); - B.CreditReportFields_18 = new A.CreditReportFields("CreditReportFields.partial_due_date"); - B.CreditReportFields_19 = new A.CreditReportFields("CreditReportFields.auto_bill"); - B.CreditReportFields_2 = new A.CreditReportFields("CreditReportFields.converted_amount"); - B.CreditReportFields_20 = new A.CreditReportFields("CreditReportFields.invoice1"); - B.CreditReportFields_21 = new A.CreditReportFields("CreditReportFields.invoice2"); - B.CreditReportFields_22 = new A.CreditReportFields("CreditReportFields.invoice3"); - B.CreditReportFields_23 = new A.CreditReportFields("CreditReportFields.invoice4"); - B.CreditReportFields_24 = new A.CreditReportFields("CreditReportFields.surcharge1"); - B.CreditReportFields_25 = new A.CreditReportFields("CreditReportFields.surcharge2"); - B.CreditReportFields_26 = new A.CreditReportFields("CreditReportFields.surcharge3"); - B.CreditReportFields_27 = new A.CreditReportFields("CreditReportFields.surcharge4"); - B.CreditReportFields_28 = new A.CreditReportFields("CreditReportFields.updated_at"); - B.CreditReportFields_29 = new A.CreditReportFields("CreditReportFields.archived_at"); - B.CreditReportFields_3 = new A.CreditReportFields("CreditReportFields.converted_balance"); - B.CreditReportFields_30 = new A.CreditReportFields("CreditReportFields.is_deleted"); - B.CreditReportFields_31 = new A.CreditReportFields("CreditReportFields.tax_amount"); - B.CreditReportFields_32 = new A.CreditReportFields("CreditReportFields.net_amount"); - B.CreditReportFields_33 = new A.CreditReportFields("CreditReportFields.net_remaining"); - B.CreditReportFields_34 = new A.CreditReportFields("CreditReportFields.exchange_rate"); - B.CreditReportFields_35 = new A.CreditReportFields("CreditReportFields.public_notes"); - B.CreditReportFields_36 = new A.CreditReportFields("CreditReportFields.private_notes"); - B.CreditReportFields_37 = new A.CreditReportFields("CreditReportFields.client_vat_number"); - B.CreditReportFields_38 = new A.CreditReportFields("CreditReportFields.client_city"); - B.CreditReportFields_39 = new A.CreditReportFields("CreditReportFields.client_postal_code"); - B.CreditReportFields_4 = new A.CreditReportFields("CreditReportFields.client"); - B.CreditReportFields_40 = new A.CreditReportFields("CreditReportFields.tax_rate1"); - B.CreditReportFields_41 = new A.CreditReportFields("CreditReportFields.tax_rate2"); - B.CreditReportFields_42 = new A.CreditReportFields("CreditReportFields.tax_rate3"); - B.CreditReportFields_43 = new A.CreditReportFields("CreditReportFields.tax_name1"); - B.CreditReportFields_44 = new A.CreditReportFields("CreditReportFields.tax_name2"); - B.CreditReportFields_45 = new A.CreditReportFields("CreditReportFields.tax_name3"); - B.CreditReportFields_46 = new A.CreditReportFields("CreditReportFields.currency"); - B.CreditReportFields_5 = new A.CreditReportFields("CreditReportFields.client_balance"); - B.CreditReportFields_6 = new A.CreditReportFields("CreditReportFields.client_address1"); - B.CreditReportFields_7 = new A.CreditReportFields("CreditReportFields.client_address2"); - B.CreditReportFields_8 = new A.CreditReportFields("CreditReportFields.client_shipping_address1"); - B.CreditReportFields_9 = new A.CreditReportFields("CreditReportFields.client_shipping_address2"); - B.CrossAxisAlignment_0 = new A.CrossAxisAlignment("CrossAxisAlignment.start"); - B.CrossAxisAlignment_1 = new A.CrossAxisAlignment("CrossAxisAlignment.end"); - B.CrossAxisAlignment_2 = new A.CrossAxisAlignment("CrossAxisAlignment.center"); - B.CrossAxisAlignment_3 = new A.CrossAxisAlignment("CrossAxisAlignment.stretch"); - B.CrossAxisAlignment_4 = new A.CrossAxisAlignment("CrossAxisAlignment.baseline"); - B.CrossFadeState_0 = new A.CrossFadeState("CrossFadeState.showFirst"); - B.CrossFadeState_1 = new A.CrossFadeState("CrossFadeState.showSecond"); + B.ConnectionState_0 = new A.ConnectionState(0, "none"); + B.ConnectionState_1 = new A.ConnectionState(1, "waiting"); + B.ConnectionState_2 = new A.ConnectionState(2, "active"); + B.ConnectionState_3 = new A.ConnectionState(3, "done"); + B.ContactReportFields_0 = new A.ContactReportFields(0, "name"); + B.ContactReportFields_1 = new A.ContactReportFields(1, "website"); + B.ContactReportFields_10 = new A.ContactReportFields(10, "city"); + B.ContactReportFields_11 = new A.ContactReportFields(11, "state"); + B.ContactReportFields_12 = new A.ContactReportFields(12, "postal_code"); + B.ContactReportFields_13 = new A.ContactReportFields(13, "phone"); + B.ContactReportFields_14 = new A.ContactReportFields(14, "country"); + B.ContactReportFields_15 = new A.ContactReportFields(15, "shipping_address1"); + B.ContactReportFields_16 = new A.ContactReportFields(16, "shipping_address2"); + B.ContactReportFields_17 = new A.ContactReportFields(17, "shipping_city"); + B.ContactReportFields_18 = new A.ContactReportFields(18, "shipping_state"); + B.ContactReportFields_19 = new A.ContactReportFields(19, "shipping_postal_code"); + B.ContactReportFields_2 = new A.ContactReportFields(2, "currency"); + B.ContactReportFields_20 = new A.ContactReportFields(20, "shipping_country"); + B.ContactReportFields_21 = new A.ContactReportFields(21, "client1"); + B.ContactReportFields_22 = new A.ContactReportFields(22, "client2"); + B.ContactReportFields_23 = new A.ContactReportFields(23, "client3"); + B.ContactReportFields_24 = new A.ContactReportFields(24, "client4"); + B.ContactReportFields_25 = new A.ContactReportFields(25, "created_by"); + B.ContactReportFields_26 = new A.ContactReportFields(26, "assigned_to"); + B.ContactReportFields_27 = new A.ContactReportFields(27, "balance"); + B.ContactReportFields_28 = new A.ContactReportFields(28, "credit_balance"); + B.ContactReportFields_29 = new A.ContactReportFields(29, "paid_to_date"); + B.ContactReportFields_3 = new A.ContactReportFields(3, "language"); + B.ContactReportFields_30 = new A.ContactReportFields(30, "total"); + B.ContactReportFields_31 = new A.ContactReportFields(31, "converted_balance"); + B.ContactReportFields_32 = new A.ContactReportFields(32, "converted_credit_balance"); + B.ContactReportFields_33 = new A.ContactReportFields(33, "converted_paid_to_date"); + B.ContactReportFields_34 = new A.ContactReportFields(34, "converted_total"); + B.ContactReportFields_35 = new A.ContactReportFields(35, "number"); + B.ContactReportFields_36 = new A.ContactReportFields(36, "id_number"); + B.ContactReportFields_37 = new A.ContactReportFields(37, "vat_number"); + B.ContactReportFields_38 = new A.ContactReportFields(38, "contact_full_name"); + B.ContactReportFields_39 = new A.ContactReportFields(39, "contact_first_name"); + B.ContactReportFields_4 = new A.ContactReportFields(4, "private_notes"); + B.ContactReportFields_40 = new A.ContactReportFields(40, "contact_last_name"); + B.ContactReportFields_41 = new A.ContactReportFields(41, "contact_email"); + B.ContactReportFields_42 = new A.ContactReportFields(42, "contact_phone"); + B.ContactReportFields_43 = new A.ContactReportFields(43, "contact1"); + B.ContactReportFields_44 = new A.ContactReportFields(44, "contact2"); + B.ContactReportFields_45 = new A.ContactReportFields(45, "contact3"); + B.ContactReportFields_46 = new A.ContactReportFields(46, "contact4"); + B.ContactReportFields_47 = new A.ContactReportFields(47, "contact_last_login"); + B.ContactReportFields_48 = new A.ContactReportFields(48, "is_active"); + B.ContactReportFields_49 = new A.ContactReportFields(49, "created_at"); + B.ContactReportFields_5 = new A.ContactReportFields(5, "public_notes"); + B.ContactReportFields_50 = new A.ContactReportFields(50, "updated_at"); + B.ContactReportFields_6 = new A.ContactReportFields(6, "industry"); + B.ContactReportFields_7 = new A.ContactReportFields(7, "size"); + B.ContactReportFields_8 = new A.ContactReportFields(8, "address1"); + B.ContactReportFields_9 = new A.ContactReportFields(9, "address2"); + B.CreditReportFields_0 = new A.CreditReportFields(0, "amount"); + B.CreditReportFields_1 = new A.CreditReportFields(1, "balance"); + B.CreditReportFields_10 = new A.CreditReportFields(10, "client_country"); + B.CreditReportFields_11 = new A.CreditReportFields(11, "status"); + B.CreditReportFields_12 = new A.CreditReportFields(12, "number"); + B.CreditReportFields_13 = new A.CreditReportFields(13, "discount"); + B.CreditReportFields_14 = new A.CreditReportFields(14, "po_number"); + B.CreditReportFields_15 = new A.CreditReportFields(15, "date"); + B.CreditReportFields_16 = new A.CreditReportFields(16, "valid_until"); + B.CreditReportFields_17 = new A.CreditReportFields(17, "partial"); + B.CreditReportFields_18 = new A.CreditReportFields(18, "partial_due_date"); + B.CreditReportFields_19 = new A.CreditReportFields(19, "auto_bill"); + B.CreditReportFields_2 = new A.CreditReportFields(2, "converted_amount"); + B.CreditReportFields_20 = new A.CreditReportFields(20, "invoice1"); + B.CreditReportFields_21 = new A.CreditReportFields(21, "invoice2"); + B.CreditReportFields_22 = new A.CreditReportFields(22, "invoice3"); + B.CreditReportFields_23 = new A.CreditReportFields(23, "invoice4"); + B.CreditReportFields_24 = new A.CreditReportFields(24, "surcharge1"); + B.CreditReportFields_25 = new A.CreditReportFields(25, "surcharge2"); + B.CreditReportFields_26 = new A.CreditReportFields(26, "surcharge3"); + B.CreditReportFields_27 = new A.CreditReportFields(27, "surcharge4"); + B.CreditReportFields_28 = new A.CreditReportFields(28, "updated_at"); + B.CreditReportFields_29 = new A.CreditReportFields(29, "archived_at"); + B.CreditReportFields_3 = new A.CreditReportFields(3, "converted_balance"); + B.CreditReportFields_30 = new A.CreditReportFields(30, "is_deleted"); + B.CreditReportFields_31 = new A.CreditReportFields(31, "tax_amount"); + B.CreditReportFields_32 = new A.CreditReportFields(32, "net_amount"); + B.CreditReportFields_33 = new A.CreditReportFields(33, "net_remaining"); + B.CreditReportFields_34 = new A.CreditReportFields(34, "exchange_rate"); + B.CreditReportFields_35 = new A.CreditReportFields(35, "public_notes"); + B.CreditReportFields_36 = new A.CreditReportFields(36, "private_notes"); + B.CreditReportFields_37 = new A.CreditReportFields(37, "client_vat_number"); + B.CreditReportFields_38 = new A.CreditReportFields(38, "client_city"); + B.CreditReportFields_39 = new A.CreditReportFields(39, "client_postal_code"); + B.CreditReportFields_4 = new A.CreditReportFields(4, "client"); + B.CreditReportFields_40 = new A.CreditReportFields(40, "tax_rate1"); + B.CreditReportFields_41 = new A.CreditReportFields(41, "tax_rate2"); + B.CreditReportFields_42 = new A.CreditReportFields(42, "tax_rate3"); + B.CreditReportFields_43 = new A.CreditReportFields(43, "tax_name1"); + B.CreditReportFields_44 = new A.CreditReportFields(44, "tax_name2"); + B.CreditReportFields_45 = new A.CreditReportFields(45, "tax_name3"); + B.CreditReportFields_46 = new A.CreditReportFields(46, "currency"); + B.CreditReportFields_47 = new A.CreditReportFields(47, "is_viewed"); + B.CreditReportFields_48 = new A.CreditReportFields(48, "assigned_to"); + B.CreditReportFields_49 = new A.CreditReportFields(49, "created_by"); + B.CreditReportFields_5 = new A.CreditReportFields(5, "client_balance"); + B.CreditReportFields_6 = new A.CreditReportFields(6, "client_address1"); + B.CreditReportFields_7 = new A.CreditReportFields(7, "client_address2"); + B.CreditReportFields_8 = new A.CreditReportFields(8, "client_shipping_address1"); + B.CreditReportFields_9 = new A.CreditReportFields(9, "client_shipping_address2"); + B.CrossAxisAlignment_0 = new A.CrossAxisAlignment(0, "start"); + B.CrossAxisAlignment_1 = new A.CrossAxisAlignment(1, "end"); + B.CrossAxisAlignment_2 = new A.CrossAxisAlignment(2, "center"); + B.CrossAxisAlignment_3 = new A.CrossAxisAlignment(3, "stretch"); + B.CrossAxisAlignment_4 = new A.CrossAxisAlignment(4, "baseline"); + B.CrossFadeState_0 = new A.CrossFadeState(0, "showFirst"); + B.CrossFadeState_1 = new A.CrossFadeState(1, "showSecond"); B.Cubic_2Vk = new A.Cubic(0.18, 1, 0.04, 1); B.Cubic_HzT = new A.Cubic(0.05, 0, 0.133333, 0.06); B.Cubic_JUR = new A.Cubic(0.25, 0.1, 0.25, 1); @@ -433746,9 +436099,6 @@ B.Color_4288256409 = new A.Color(4288256409); B.Color_4285887861 = new A.Color(4285887861); B.CupertinoDynamicColor_YIZ = new A.CupertinoDynamicColor(B.Color_4288256409, "inactiveGray", null, B.Color_4288256409, B.Color_4285887861, B.Color_4288256409, B.Color_4285887861, B.Color_4288256409, B.Color_4285887861, B.Color_4288256409, B.Color_4285887861, 0); - B.Color_4282137668 = new A.Color(4282137668); - B.Color_4293651445 = new A.Color(4293651445); - B.CupertinoDynamicColor_YNl = new A.CupertinoDynamicColor(B.Color_4282137668, null, null, B.Color_4282137668, B.Color_4293651445, B.Color_4282137668, B.Color_4293651445, B.Color_4282137668, B.Color_4293651445, B.Color_4282137668, B.Color_4293651445, 0); B.Color_4281648985 = new A.Color(4281648985); B.Color_4281389400 = new A.Color(4281389400); B.Color_4280584765 = new A.Color(4280584765); @@ -433772,20 +436122,18 @@ B._CupertinoTextThemeDefaults_954 = new A._CupertinoTextThemeDefaults(B.CupertinoDynamicColor_qQo, B.CupertinoDynamicColor_YIZ); B._CupertinoThemeDefaults_iF8 = new A._CupertinoThemeDefaults(null, B.CupertinoDynamicColor_948, B.CupertinoDynamicColor_k0n, B.CupertinoDynamicColor_wEo, B.CupertinoDynamicColor_k0n, B._CupertinoTextThemeDefaults_954); B.CupertinoThemeData_KQb = new A.CupertinoThemeData(B._CupertinoThemeDefaults_iF8, null, null, null, null, null, null); - B.CupertinoUserInterfaceLevelData_0 = new A.CupertinoUserInterfaceLevelData("CupertinoUserInterfaceLevelData.base"); - B.CupertinoUserInterfaceLevelData_1 = new A.CupertinoUserInterfaceLevelData("CupertinoUserInterfaceLevelData.elevated"); B.SizedBox_0_0_null_null = new A.SizedBox(0, 0, null, null); B.DataCell_AHF = new A.DataCell(B.SizedBox_0_0_null_null, null); B.DataCell_R8h = new A.DataCell0(B.CircularProgressIndicator_MQk, null, null); B.DataCell_mS8 = new A.DataCell0(B.SizedBox_0_0_null_null, null, null); B.DataCell_su2 = new A.DataCell(B.CircularProgressIndicator_MQk, null); B.DataTableThemeData_SL9 = new A.DataTableThemeData(null, null, null, null, null, null, null, null, null, null, null); - B.DatePickerEntryMode_0 = new A.DatePickerEntryMode(0, "DatePickerEntryMode.calendar"); - B.DatePickerEntryMode_1 = new A.DatePickerEntryMode(1, "DatePickerEntryMode.input"); - B.DatePickerEntryMode_2 = new A.DatePickerEntryMode(2, "DatePickerEntryMode.calendarOnly"); - B.DatePickerEntryMode_3 = new A.DatePickerEntryMode(3, "DatePickerEntryMode.inputOnly"); - B.DatePickerMode_0 = new A.DatePickerMode("DatePickerMode.day"); - B.DatePickerMode_1 = new A.DatePickerMode("DatePickerMode.year"); + B.DatePickerEntryMode_0 = new A.DatePickerEntryMode(0, "calendar"); + B.DatePickerEntryMode_1 = new A.DatePickerEntryMode(1, "input"); + B.DatePickerEntryMode_2 = new A.DatePickerEntryMode(2, "calendarOnly"); + B.DatePickerEntryMode_3 = new A.DatePickerEntryMode(3, "inputOnly"); + B.DatePickerMode_0 = new A.DatePickerMode(0, "day"); + B.DatePickerMode_1 = new A.DatePickerMode(1, "year"); B.DateRangeComparison_customRange = new A.DateRangeComparison("customRange"); B.DateRangeComparison_previousPeriod = new A.DateRangeComparison("previousPeriod"); B.DateRangeComparison_previousYear = new A.DateRangeComparison("previousYear"); @@ -433798,56 +436146,53 @@ B.DateRange_thisMonth = new A.DateRange("thisMonth"); B.DateRange_thisQuarter = new A.DateRange("thisQuarter"); B.DateRange_thisYear = new A.DateRange("thisYear"); - B.DayPeriod_0 = new A.DayPeriod("DayPeriod.am"); - B.DayPeriod_1 = new A.DayPeriod("DayPeriod.pm"); - B.DebugSemanticsDumpOrder_0 = new A.DebugSemanticsDumpOrder("DebugSemanticsDumpOrder.inverseHitTest"); - B.DebugSemanticsDumpOrder_1 = new A.DebugSemanticsDumpOrder("DebugSemanticsDumpOrder.traversalOrder"); - B.DecorationPosition_0 = new A.DecorationPosition("DecorationPosition.background"); - B.DecorationPosition_1 = new A.DecorationPosition("DecorationPosition.foreground"); + B.DayPeriod_0 = new A.DayPeriod(0, "am"); + B.DayPeriod_1 = new A.DayPeriod(1, "pm"); + B.DebugSemanticsDumpOrder_0 = new A.DebugSemanticsDumpOrder(0, "inverseHitTest"); + B.DebugSemanticsDumpOrder_1 = new A.DebugSemanticsDumpOrder(1, "traversalOrder"); + B.DecorationPosition_0 = new A.DecorationPosition(0, "background"); + B.DecorationPosition_1 = new A.DecorationPosition(1, "foreground"); B.DeepCollectionEquality_false = new A.DeepCollectionEquality(false); B.TextStyle_zIQ0 = 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.TextOverflow_0 = new A.TextOverflow("TextOverflow.clip"); - B.TextWidthBasis_0 = new A.TextWidthBasis("TextWidthBasis.parent"); - B._NullWidget_null2 = new A._NullWidget2(null); - B.DefaultTextStyle_m7u = new A.DefaultTextStyle(B.TextStyle_zIQ0, null, true, B.TextOverflow_0, null, B.TextWidthBasis_0, null, B._NullWidget_null2, 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_zIQ0, null, true, B.TextOverflow_0, null, B.TextWidthBasis_0, null, B._NullWidget_null3, null); B.DeviceGestureSettings_18 = new A.DeviceGestureSettings(18); - B.DiagnosticLevel_0 = new A.DiagnosticLevel(0, "DiagnosticLevel.hidden"); - B.DiagnosticLevel_1 = new A.DiagnosticLevel(1, "DiagnosticLevel.fine"); - B.DiagnosticLevel_2 = new A.DiagnosticLevel(2, "DiagnosticLevel.debug"); - B.DiagnosticLevel_3 = new A.DiagnosticLevel(3, "DiagnosticLevel.info"); - B.DiagnosticLevel_4 = new A.DiagnosticLevel(4, "DiagnosticLevel.warning"); - B.DiagnosticLevel_5 = new A.DiagnosticLevel(5, "DiagnosticLevel.hint"); - B.DiagnosticLevel_6 = new A.DiagnosticLevel(6, "DiagnosticLevel.summary"); - B.DiagnosticLevel_7 = new A.DiagnosticLevel(7, "DiagnosticLevel.error"); - B.DiagnosticsTreeStyle_0 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.none"); - B.DiagnosticsTreeStyle_1 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.sparse"); - B.DiagnosticsTreeStyle_10 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.shallow"); - B.DiagnosticsTreeStyle_11 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.truncateChildren"); - B.DiagnosticsTreeStyle_2 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.offstage"); - B.DiagnosticsTreeStyle_3 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.dense"); - B.DiagnosticsTreeStyle_4 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.transition"); - B.DiagnosticsTreeStyle_5 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.error"); - B.DiagnosticsTreeStyle_6 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.whitespace"); - B.DiagnosticsTreeStyle_7 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.flat"); - B.DiagnosticsTreeStyle_8 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.singleLine"); - B.DiagnosticsTreeStyle_9 = new A.DiagnosticsTreeStyle("DiagnosticsTreeStyle.errorProperty"); + B.DiagnosticLevel_0 = new A.DiagnosticLevel(0, "hidden"); + B.DiagnosticLevel_1 = new A.DiagnosticLevel(1, "fine"); + B.DiagnosticLevel_2 = new A.DiagnosticLevel(2, "debug"); + B.DiagnosticLevel_3 = new A.DiagnosticLevel(3, "info"); + B.DiagnosticLevel_4 = new A.DiagnosticLevel(4, "warning"); + B.DiagnosticLevel_5 = new A.DiagnosticLevel(5, "hint"); + B.DiagnosticLevel_6 = new A.DiagnosticLevel(6, "summary"); + B.DiagnosticLevel_7 = new A.DiagnosticLevel(7, "error"); + B.DiagnosticsTreeStyle_1 = new A.DiagnosticsTreeStyle(1, "sparse"); + B.DiagnosticsTreeStyle_10 = new A.DiagnosticsTreeStyle(10, "shallow"); + B.DiagnosticsTreeStyle_11 = new A.DiagnosticsTreeStyle(11, "truncateChildren"); + B.DiagnosticsTreeStyle_2 = new A.DiagnosticsTreeStyle(2, "offstage"); + B.DiagnosticsTreeStyle_4 = new A.DiagnosticsTreeStyle(4, "transition"); + B.DiagnosticsTreeStyle_5 = new A.DiagnosticsTreeStyle(5, "error"); + 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.DividerThemeData_Tnu = new A.DividerThemeData(null, null, null, null, null); B.Divider_null_null_null_null = new A.Divider(null, null, null, null); - B.DocumentReportFields_0 = new A.DocumentReportFields("DocumentReportFields.name"); - B.DocumentReportFields_1 = new A.DocumentReportFields("DocumentReportFields.size"); - B.DocumentReportFields_2 = new A.DocumentReportFields("DocumentReportFields.width"); - B.DocumentReportFields_3 = new A.DocumentReportFields("DocumentReportFields.height"); - B.DocumentReportFields_4 = new A.DocumentReportFields("DocumentReportFields.file_type"); - B.DocumentReportFields_5 = new A.DocumentReportFields("DocumentReportFields.record_type"); - B.DocumentReportFields_6 = new A.DocumentReportFields("DocumentReportFields.record_name"); - B.DocumentReportFields_7 = new A.DocumentReportFields("DocumentReportFields.created_at"); - B.DocumentReportFields_8 = new A.DocumentReportFields("DocumentReportFields.created_by"); - B.DocumentReportFields_9 = new A.DocumentReportFields("DocumentReportFields.updated_at"); - B.DragStartBehavior_0 = new A.DragStartBehavior("DragStartBehavior.down"); - B.DragStartBehavior_1 = new A.DragStartBehavior("DragStartBehavior.start"); - B.DrawerAlignment_0 = new A.DrawerAlignment("DrawerAlignment.start"); - B.DrawerAlignment_1 = new A.DrawerAlignment("DrawerAlignment.end"); + B.DocumentReportFields_0 = new A.DocumentReportFields(0, "name"); + B.DocumentReportFields_1 = new A.DocumentReportFields(1, "size"); + B.DocumentReportFields_2 = new A.DocumentReportFields(2, "width"); + B.DocumentReportFields_3 = new A.DocumentReportFields(3, "height"); + B.DocumentReportFields_4 = new A.DocumentReportFields(4, "file_type"); + B.DocumentReportFields_5 = new A.DocumentReportFields(5, "record_type"); + B.DocumentReportFields_6 = new A.DocumentReportFields(6, "record_name"); + B.DocumentReportFields_7 = new A.DocumentReportFields(7, "created_at"); + B.DocumentReportFields_8 = new A.DocumentReportFields(8, "created_by"); + B.DocumentReportFields_9 = new A.DocumentReportFields(9, "updated_at"); + B.DragStartBehavior_0 = new A.DragStartBehavior(0, "down"); + B.DragStartBehavior_1 = new A.DragStartBehavior(1, "start"); + B.DrawerAlignment_0 = new A.DrawerAlignment(0, "start"); + B.DrawerAlignment_1 = new A.DrawerAlignment(1, "end"); B.DrawerMotion_null = new A.DrawerMotion(null); B.DrawerThemeData_null_null_null_null = new A.DrawerThemeData(null, null, null, null); B.Duration_0 = new A.Duration(0); @@ -433979,6 +436324,7 @@ B.EdgeInsets_24_24_24_24 = new A.EdgeInsets(24, 24, 24, 24); B.EdgeInsets_25_0_25_6 = new A.EdgeInsets(25, 0, 25, 6); B.EdgeInsets_28_28_28_28 = new A.EdgeInsets(28, 28, 28, 28); + B.EdgeInsets_30_16_30_0 = new A.EdgeInsets(30, 16, 30, 0); B.EdgeInsets_36_24_36_24 = new A.EdgeInsets(36, 24, 36, 24); B.EdgeInsets_40_24_40_24 = new A.EdgeInsets(40, 24, 40, 24); B.EdgeInsets_4_0_0_0 = new A.EdgeInsets(4, 0, 0, 0); @@ -434019,9 +436365,9 @@ B.EmailTemplate_reminder3 = new A.EmailTemplate("reminder3"); B.EmailTemplate_reminder_endless = new A.EmailTemplate("reminder_endless"); B.EmailTemplate_statement = new A.EmailTemplate("statement"); - B.EnabledState_0 = new A.EnabledState("EnabledState.noOpinion"); - B.EnabledState_1 = new A.EnabledState("EnabledState.enabled"); - B.EnabledState_2 = new A.EnabledState("EnabledState.disabled"); + 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.EntityAction_applyCredit = new A.EntityAction("applyCredit"); B.EntityAction_applyPayment = new A.EntityAction("applyPayment"); B.EntityAction_approve = new A.EntityAction("approve"); @@ -434127,31 +436473,34 @@ B.EntityType_vendor = new A.EntityType("vendor"); B.EntityType_vendorContact = new A.EntityType("vendorContact"); B.EntityType_webhook = new A.EntityType("webhook"); - B.ExpenseReportFields_0 = new A.ExpenseReportFields("ExpenseReportFields.amount"); - B.ExpenseReportFields_1 = new A.ExpenseReportFields("ExpenseReportFields.net_amount"); - B.ExpenseReportFields_10 = new A.ExpenseReportFields("ExpenseReportFields.tax_rate3"); - B.ExpenseReportFields_11 = new A.ExpenseReportFields("ExpenseReportFields.client"); - B.ExpenseReportFields_12 = new A.ExpenseReportFields("ExpenseReportFields.client_balance"); - B.ExpenseReportFields_13 = new A.ExpenseReportFields("ExpenseReportFields.client_address1"); - B.ExpenseReportFields_14 = new A.ExpenseReportFields("ExpenseReportFields.client_address2"); - B.ExpenseReportFields_15 = new A.ExpenseReportFields("ExpenseReportFields.client_shipping_address1"); - B.ExpenseReportFields_16 = new A.ExpenseReportFields("ExpenseReportFields.client_shipping_address2"); - B.ExpenseReportFields_17 = new A.ExpenseReportFields("ExpenseReportFields.invoice"); - B.ExpenseReportFields_18 = new A.ExpenseReportFields("ExpenseReportFields.invoice_amount"); - B.ExpenseReportFields_19 = new A.ExpenseReportFields("ExpenseReportFields.vendor"); - B.ExpenseReportFields_2 = new A.ExpenseReportFields("ExpenseReportFields.tax_amount"); - B.ExpenseReportFields_20 = new A.ExpenseReportFields("ExpenseReportFields.expense1"); - B.ExpenseReportFields_21 = new A.ExpenseReportFields("ExpenseReportFields.expense2"); - B.ExpenseReportFields_22 = new A.ExpenseReportFields("ExpenseReportFields.expense3"); - B.ExpenseReportFields_23 = new A.ExpenseReportFields("ExpenseReportFields.expense4"); - B.ExpenseReportFields_24 = new A.ExpenseReportFields("ExpenseReportFields.category"); - B.ExpenseReportFields_3 = new A.ExpenseReportFields("ExpenseReportFields.transaction_reference"); - B.ExpenseReportFields_4 = new A.ExpenseReportFields("ExpenseReportFields.currency"); - B.ExpenseReportFields_5 = new A.ExpenseReportFields("ExpenseReportFields.date"); - B.ExpenseReportFields_6 = new A.ExpenseReportFields("ExpenseReportFields.payment_date"); - B.ExpenseReportFields_7 = new A.ExpenseReportFields("ExpenseReportFields.payment_type"); - B.ExpenseReportFields_8 = new A.ExpenseReportFields("ExpenseReportFields.tax_rate1"); - B.ExpenseReportFields_9 = new A.ExpenseReportFields("ExpenseReportFields.tax_rate2"); + B.ExpenseReportFields_0 = new A.ExpenseReportFields(0, "amount"); + B.ExpenseReportFields_1 = new A.ExpenseReportFields(1, "net_amount"); + B.ExpenseReportFields_10 = new A.ExpenseReportFields(10, "tax_rate3"); + B.ExpenseReportFields_11 = new A.ExpenseReportFields(11, "client"); + B.ExpenseReportFields_12 = new A.ExpenseReportFields(12, "client_balance"); + B.ExpenseReportFields_13 = new A.ExpenseReportFields(13, "client_address1"); + B.ExpenseReportFields_14 = new A.ExpenseReportFields(14, "client_address2"); + B.ExpenseReportFields_15 = new A.ExpenseReportFields(15, "client_shipping_address1"); + B.ExpenseReportFields_16 = new A.ExpenseReportFields(16, "client_shipping_address2"); + B.ExpenseReportFields_17 = new A.ExpenseReportFields(17, "invoice"); + B.ExpenseReportFields_18 = new A.ExpenseReportFields(18, "invoice_amount"); + B.ExpenseReportFields_19 = new A.ExpenseReportFields(19, "invoice_date"); + B.ExpenseReportFields_2 = new A.ExpenseReportFields(2, "tax_amount"); + B.ExpenseReportFields_20 = new A.ExpenseReportFields(20, "vendor"); + B.ExpenseReportFields_21 = new A.ExpenseReportFields(21, "expense1"); + B.ExpenseReportFields_22 = new A.ExpenseReportFields(22, "expense2"); + B.ExpenseReportFields_23 = new A.ExpenseReportFields(23, "expense3"); + B.ExpenseReportFields_24 = new A.ExpenseReportFields(24, "expense4"); + B.ExpenseReportFields_25 = new A.ExpenseReportFields(25, "category"); + B.ExpenseReportFields_26 = new A.ExpenseReportFields(26, "assigned_to"); + B.ExpenseReportFields_27 = new A.ExpenseReportFields(27, "created_by"); + B.ExpenseReportFields_3 = new A.ExpenseReportFields(3, "transaction_reference"); + B.ExpenseReportFields_4 = new A.ExpenseReportFields(4, "currency"); + B.ExpenseReportFields_5 = new A.ExpenseReportFields(5, "date"); + B.ExpenseReportFields_6 = new A.ExpenseReportFields(6, "payment_date"); + B.ExpenseReportFields_7 = new A.ExpenseReportFields(7, "payment_type"); + B.ExpenseReportFields_8 = new A.ExpenseReportFields(8, "tax_rate1"); + B.ExpenseReportFields_9 = new A.ExpenseReportFields(9, "tax_rate2"); B.FileMode_0 = new A.FileMode(0); B.FileMode_1 = new A.FileMode(1); B.FileMode_2 = new A.FileMode(2); @@ -434166,41 +436515,36 @@ B.FileSystemOp_3 = new A.FileSystemOp(3); B.FileSystemOp_4 = new A.FileSystemOp(4); B.FileSystemOp_6 = new A.FileSystemOp(6); - B.FileType_0 = new A.FileType("FileType.any"); - B.FileType_1 = new A.FileType("FileType.media"); - B.FileType_2 = new A.FileType("FileType.image"); - B.FileType_3 = new A.FileType("FileType.video"); - B.FileType_4 = new A.FileType("FileType.audio"); - B.FileType_5 = new A.FileType("FileType.custom"); - B.FillPatternType_0 = new A.FillPatternType("FillPatternType.forwardHatch"); - B.FillPatternType_1 = new A.FillPatternType("FillPatternType.solid"); - B.FilterQuality_0 = new A.FilterQuality(0, "FilterQuality.none"); - B.FilterQuality_1 = new A.FilterQuality(1, "FilterQuality.low"); - B.FilterQuality_2 = new A.FilterQuality(2, "FilterQuality.medium"); - B.FilterQuality_3 = new A.FilterQuality(3, "FilterQuality.high"); - B.FinderPatternPosition_0 = new A.FinderPatternPosition("FinderPatternPosition.topLeft"); - B.FinderPatternPosition_1 = new A.FinderPatternPosition("FinderPatternPosition.topRight"); - B.FinderPatternPosition_2 = new A.FinderPatternPosition("FinderPatternPosition.bottomLeft"); + B.FileType_0 = new A.FileType(0, "any"); + B.FileType_2 = new A.FileType(2, "image"); + B.FileType_5 = new A.FileType(5, "custom"); + B.FillPatternType_0 = new A.FillPatternType(0, "forwardHatch"); + B.FillPatternType_1 = new A.FillPatternType(1, "solid"); + B.FilterQuality_0 = new A.FilterQuality(0, "none"); + B.FilterQuality_1 = new A.FilterQuality(1, "low"); + B.FilterQuality_2 = new A.FilterQuality(2, "medium"); + B.FilterQuality_3 = new A.FilterQuality(3, "high"); + B.FinderPatternPosition_0 = new A.FinderPatternPosition(0, "topLeft"); + B.FinderPatternPosition_1 = new A.FinderPatternPosition(1, "topRight"); + B.FinderPatternPosition_2 = new A.FinderPatternPosition(2, "bottomLeft"); B.Size_0_0 = new A.Size(0, 0); B.FittedSizes_46c = new A.FittedSizes(B.Size_0_0, B.Size_0_0); B.FlexColumnWidth_1 = new A.FlexColumnWidth(1); - B.FlexFit_0 = new A.FlexFit("FlexFit.tight"); - B.FlexFit_1 = new A.FlexFit("FlexFit.loose"); + B.FlexFit_0 = new A.FlexFit(0, "tight"); + B.FlexFit_1 = new A.FlexFit(1, "loose"); B.SizedBox_null_38_null_null = new A.SizedBox(null, 38, null, null); - B.Flexible_alm = new A.Flexible(1, B.FlexFit_1, B.SizedBox_null_38_null_null, null); + B.Flexible_swd = new A.Flexible(1, B.FlexFit_1, B.SizedBox_null_38_null_null, null); B.FloatingActionButtonThemeData_ebz = new A.FloatingActionButtonThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.FloatingCursorDragState_0 = new A.FloatingCursorDragState("FloatingCursorDragState.Start"); - B.FloatingCursorDragState_1 = new A.FloatingCursorDragState("FloatingCursorDragState.Update"); - B.FloatingCursorDragState_2 = new A.FloatingCursorDragState("FloatingCursorDragState.End"); - B.FloatingLabelBehavior_0 = new A.FloatingLabelBehavior("FloatingLabelBehavior.never"); - B.FloatingLabelBehavior_2 = new A.FloatingLabelBehavior("FloatingLabelBehavior.always"); - B.FocusHighlightMode_0 = new A.FocusHighlightMode("FocusHighlightMode.touch"); - B.FocusHighlightMode_1 = new A.FocusHighlightMode("FocusHighlightMode.traditional"); - B.FocusHighlightStrategy_0 = new A.FocusHighlightStrategy("FocusHighlightStrategy.automatic"); - B.FocusHighlightStrategy_1 = new A.FocusHighlightStrategy("FocusHighlightStrategy.alwaysTouch"); - B.FocusHighlightStrategy_2 = new A.FocusHighlightStrategy("FocusHighlightStrategy.alwaysTraditional"); - B.FontStyle_0 = new A.FontStyle(0, "FontStyle.normal"); - B.FontStyle_1 = new A.FontStyle(1, "FontStyle.italic"); + B.FloatingCursorDragState_0 = new A.FloatingCursorDragState(0, "Start"); + B.FloatingCursorDragState_1 = new A.FloatingCursorDragState(1, "Update"); + B.FloatingCursorDragState_2 = new A.FloatingCursorDragState(2, "End"); + B.FloatingLabelBehavior_0 = new A.FloatingLabelBehavior(0, "never"); + B.FloatingLabelBehavior_2 = new A.FloatingLabelBehavior(2, "always"); + B.FocusHighlightMode_0 = new A.FocusHighlightMode(0, "touch"); + B.FocusHighlightMode_1 = new A.FocusHighlightMode(1, "traditional"); + B.FocusHighlightStrategy_0 = new A.FocusHighlightStrategy(0, "automatic"); + B.FontStyle_0 = new A.FontStyle(0, "normal"); + B.FontStyle_1 = new A.FontStyle(1, "italic"); B.FontWeight_3 = new A.FontWeight(3); B.FontWeight_4 = new A.FontWeight(4); B.FontWeight_5 = new A.FontWeight(5); @@ -434209,249 +436553,249 @@ B.FormatException_oCg = new A.FormatException("Message corrupted", null, null); B.FormatException_oQ2 = new A.FormatException("Too many percent/permill", null, null); B.FormatException_pSr = new A.FormatException("Invalid envelope", null, null); - B.FormatNumberType_0 = new A.FormatNumberType("FormatNumberType.money"); - B.FormatNumberType_1 = new A.FormatNumberType("FormatNumberType.percent"); - B.FormatNumberType_2 = new A.FormatNumberType("FormatNumberType.int"); - B.FormatNumberType_3 = new A.FormatNumberType("FormatNumberType.double"); - B.FormatNumberType_4 = new A.FormatNumberType("FormatNumberType.inputMoney"); - B.FormatNumberType_5 = new A.FormatNumberType("FormatNumberType.inputAmount"); - B.FormatNumberType_6 = new A.FormatNumberType("FormatNumberType.duration"); + B.FormatNumberType_0 = new A.FormatNumberType(0, "money"); + B.FormatNumberType_1 = new A.FormatNumberType(1, "percent"); + B.FormatNumberType_2 = new A.FormatNumberType(2, "int"); + B.FormatNumberType_3 = new A.FormatNumberType(3, "double"); + B.FormatNumberType_4 = new A.FormatNumberType(4, "inputMoney"); + B.FormatNumberType_5 = new A.FormatNumberType(5, "inputAmount"); + B.FormatNumberType_6 = new A.FormatNumberType(6, "duration"); 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_empty8 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_FullType); - B.FullType_h8g = new A.FullType(B.Type_String_k8F, B.List_empty8, false); + B.List_empty9 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_FullType); + B.FullType_h8g = new A.FullType(B.Type_String_k8F, B.List_empty9, false); B.Type_DocumentEntity_4AN = A.typeLiteral("DocumentEntity"); - B.FullType_uzh = new A.FullType(B.Type_DocumentEntity_4AN, B.List_empty8, false); + B.FullType_uzh = new A.FullType(B.Type_DocumentEntity_4AN, B.List_empty9, 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_empty8, false); + B.FullType_0eC = new A.FullType(B.Type_QuoteUIState_WI9, B.List_empty9, false); B.Type_CountryEntity_1Wj = A.typeLiteral("CountryEntity"); - B.FullType_i9j = new A.FullType(B.Type_CountryEntity_1Wj, B.List_empty8, false); + B.FullType_i9j = new A.FullType(B.Type_CountryEntity_1Wj, B.List_empty9, 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.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_empty8, false); + B.FullType_UcG = new A.FullType(B.Type_ExpenseEntity_OLh, B.List_empty9, 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_empty8, false); + B.FullType_1cc = new A.FullType(B.Type_PaymentUIState_kyk, B.List_empty9, false); B.Type_ModuleLayout_0mz = A.typeLiteral("ModuleLayout"); - B.FullType_2No = new A.FullType(B.Type_ModuleLayout_0mz, B.List_empty8, false); + B.FullType_2No = new A.FullType(B.Type_ModuleLayout_0mz, B.List_empty9, false); B.Type_CompanyGatewayUIState_0Ae = A.typeLiteral("CompanyGatewayUIState"); - B.FullType_2Px = new A.FullType(B.Type_CompanyGatewayUIState_0Ae, B.List_empty8, false); + B.FullType_2Px = new A.FullType(B.Type_CompanyGatewayUIState_0Ae, B.List_empty9, false); B.Type_VendorUIState_ohJ = A.typeLiteral("VendorUIState"); - B.FullType_2be = new A.FullType(B.Type_VendorUIState_ohJ, B.List_empty8, false); + B.FullType_2be = new A.FullType(B.Type_VendorUIState_ohJ, B.List_empty9, false); B.Type_GroupUIState_Ejg = A.typeLiteral("GroupUIState"); - B.FullType_2bx = new A.FullType(B.Type_GroupUIState_Ejg, B.List_empty8, false); + B.FullType_2bx = new A.FullType(B.Type_GroupUIState_Ejg, B.List_empty9, false); B.Type_PaymentTypeEntity_3f7 = A.typeLiteral("PaymentTypeEntity"); - B.FullType_G05 = new A.FullType(B.Type_PaymentTypeEntity_3f7, B.List_empty8, false); + B.FullType_G05 = new A.FullType(B.Type_PaymentTypeEntity_3f7, B.List_empty9, 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_empty8, false); + B.FullType_Nws = new A.FullType(B.Type_LedgerEntity_mHe, B.List_empty9, 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_empty8, false); + B.FullType_3BG = new A.FullType(B.Type_SubscriptionState_4CA, B.List_empty9, false); B.Type_WebhookEntity_Cfr = A.typeLiteral("WebhookEntity"); - B.FullType_iL9 = new A.FullType(B.Type_WebhookEntity_Cfr, B.List_empty8, false); + B.FullType_iL9 = new A.FullType(B.Type_WebhookEntity_Cfr, B.List_empty9, 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_empty8, false); + B.FullType_4QF = new A.FullType(B.Type_InvoiceUIState_YU8, B.List_empty9, false); B.Type_TaskEntity_33h = A.typeLiteral("TaskEntity"); - B.FullType_4QF0 = new A.FullType(B.Type_TaskEntity_33h, B.List_empty8, false); + B.FullType_4QF0 = new A.FullType(B.Type_TaskEntity_33h, B.List_empty9, 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_empty8, false); + B.FullType_1MH = new A.FullType(B.Type_Object_xQ6, B.List_empty9, 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_empty8, false); + B.FullType_CNd = new A.FullType(B.Type_DesignEntity_0, B.List_empty9, 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_ExpenseCategoryState_58F = A.typeLiteral("ExpenseCategoryState"); - B.FullType_4qm = new A.FullType(B.Type_ExpenseCategoryState_58F, B.List_empty8, false); + B.FullType_4qm = new A.FullType(B.Type_ExpenseCategoryState_58F, B.List_empty9, false); B.Type_CurrencyEntity_nZd = A.typeLiteral("CurrencyEntity"); - B.FullType_Yio = new A.FullType(B.Type_CurrencyEntity_nZd, B.List_empty8, false); + B.FullType_Yio = new A.FullType(B.Type_CurrencyEntity_nZd, B.List_empty9, 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_empty8, false); + B.FullType_oyU = new A.FullType(B.Type_UserEntity_IVQ, B.List_empty9, 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_empty8, false); + B.FullType_kjq = new A.FullType(B.Type_int_tHn, B.List_empty9, 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_ContactEntity_RvJ = A.typeLiteral("ContactEntity"); - B.FullType_5MH = new A.FullType(B.Type_ContactEntity_RvJ, B.List_empty8, false); + B.FullType_5MH = new A.FullType(B.Type_ContactEntity_RvJ, B.List_empty9, false); B.Type_ExpenseState_yzp = A.typeLiteral("ExpenseState"); - B.FullType_5OF = new A.FullType(B.Type_ExpenseState_yzp, B.List_empty8, false); + B.FullType_5OF = new A.FullType(B.Type_ExpenseState_yzp, B.List_empty9, 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_empty8, false); + B.FullType_5xM = new A.FullType(B.Type_TaskUIState_oqK, B.List_empty9, false); B.Type_DocumentState_yL2 = A.typeLiteral("DocumentState"); - B.FullType_61h = new A.FullType(B.Type_DocumentState_yL2, B.List_empty8, false); + B.FullType_61h = new A.FullType(B.Type_DocumentState_yL2, B.List_empty9, false); B.Type_UIState_sxw = A.typeLiteral("UIState"); - B.FullType_69P = new A.FullType(B.Type_UIState_sxw, B.List_empty8, false); + B.FullType_69P = new A.FullType(B.Type_UIState_sxw, B.List_empty9, 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.Type_CompanyGatewayEntity_Yu9 = A.typeLiteral("CompanyGatewayEntity"); - B.FullType_UQL = new A.FullType(B.Type_CompanyGatewayEntity_Yu9, B.List_empty8, false); + B.FullType_UQL = new A.FullType(B.Type_CompanyGatewayEntity_Yu9, B.List_empty9, 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_empty8, false); + B.FullType_86y = new A.FullType(B.Type_DashboardUISettings_cg9, B.List_empty9, false); B.Type_AppLayout_co1 = A.typeLiteral("AppLayout"); - B.FullType_88H = new A.FullType(B.Type_AppLayout_co1, B.List_empty8, false); + B.FullType_88H = new A.FullType(B.Type_AppLayout_co1, B.List_empty9, false); B.Type_UserCompanyEntity_XrT = A.typeLiteral("UserCompanyEntity"); - B.FullType_whX = new A.FullType(B.Type_UserCompanyEntity_XrT, B.List_empty8, false); + B.FullType_whX = new A.FullType(B.Type_UserCompanyEntity_XrT, B.List_empty9, 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_empty8, false); + B.FullType_M6L = new A.FullType(B.Type_ExpenseCategoryEntity_ccl, B.List_empty9, 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_empty8, false); + B.FullType_8h5 = new A.FullType(B.Type_IndustryEntity_a7D, B.List_empty9, 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_empty8, false); + B.FullType_gg9 = new A.FullType(B.Type_DateFormatEntity_OME, B.List_empty9, 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_empty8, false); + B.FullType_A6W = new A.FullType(B.Type_TaskStatusState_Dm4, B.List_empty9, false); B.Type_UserUIState_ymM = A.typeLiteral("UserUIState"); - B.FullType_A8J0 = new A.FullType(B.Type_UserUIState_ymM, B.List_empty8, false); + B.FullType_A8J0 = new A.FullType(B.Type_UserUIState_ymM, B.List_empty9, 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_WebhookUIState_HFe = A.typeLiteral("WebhookUIState"); - B.FullType_AUo = new A.FullType(B.Type_WebhookUIState_HFe, B.List_empty8, false); + B.FullType_AUo = new A.FullType(B.Type_WebhookUIState_HFe, B.List_empty9, false); B.Type_DateRange_avx = A.typeLiteral("DateRange"); - B.FullType_AaU = new A.FullType(B.Type_DateRange_avx, B.List_empty8, false); + B.FullType_AaU = new A.FullType(B.Type_DateRange_avx, B.List_empty9, false); B.Type_ClientEntity_PI2 = A.typeLiteral("ClientEntity"); - B.FullType_W34 = new A.FullType(B.Type_ClientEntity_PI2, B.List_empty8, false); + B.FullType_W34 = new A.FullType(B.Type_ClientEntity_PI2, B.List_empty9, 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_empty8, false); + B.FullType_Art = new A.FullType(B.Type_ProductEntity_P4I, B.List_empty9, false); B.Type_TokenEntity_QoM = A.typeLiteral("TokenEntity"); - B.FullType_Azp = new A.FullType(B.Type_TokenEntity_QoM, B.List_empty8, false); + B.FullType_Azp = new A.FullType(B.Type_TokenEntity_QoM, B.List_empty9, false); B.Type_GatewayTokenEntity_goM = A.typeLiteral("GatewayTokenEntity"); - B.FullType_C0V = new A.FullType(B.Type_GatewayTokenEntity_goM, B.List_empty8, false); + B.FullType_C0V = new A.FullType(B.Type_GatewayTokenEntity_goM, B.List_empty9, 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.List_6D4 = A._setArrayType(makeConstList([B.FullType_5MH]), type$.JSArray_legacy_FullType); B.FullType_CFh = new A.FullType(B.Type_BuiltList_iTR, B.List_6D4, false); B.Type_GatewayEntity_kOG = A.typeLiteral("GatewayEntity"); - B.FullType_uRN0 = new A.FullType(B.Type_GatewayEntity_kOG, B.List_empty8, false); + B.FullType_uRN0 = new A.FullType(B.Type_GatewayEntity_kOG, B.List_empty9, 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_empty8, false); + B.FullType_CxZ0 = new A.FullType(B.Type_PaymentEntity_Usy, B.List_empty9, false); B.Type_GroupEntity_CJE = A.typeLiteral("GroupEntity"); - B.FullType_Iiu = new A.FullType(B.Type_GroupEntity_CJE, B.List_empty8, false); + B.FullType_Iiu = new A.FullType(B.Type_GroupEntity_CJE, B.List_empty9, 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.Type_UserTwoFactorData_wwi = A.typeLiteral("UserTwoFactorData"); - B.FullType_CyS = new A.FullType(B.Type_UserTwoFactorData_wwi, B.List_empty8, false); + B.FullType_CyS = new A.FullType(B.Type_UserTwoFactorData_wwi, B.List_empty9, false); B.Type_AppSidebarMode_ZeT = A.typeLiteral("AppSidebarMode"); - B.FullType_D72 = new A.FullType(B.Type_AppSidebarMode_ZeT, B.List_empty8, false); + B.FullType_D72 = new A.FullType(B.Type_AppSidebarMode_ZeT, B.List_empty9, false); B.Type_ProductUIState_luG = A.typeLiteral("ProductUIState"); - B.FullType_DDR = new A.FullType(B.Type_ProductUIState_luG, B.List_empty8, false); + B.FullType_DDR = new A.FullType(B.Type_ProductUIState_luG, B.List_empty9, false); B.Type_AuthState_Eo2 = A.typeLiteral("AuthState"); - B.FullType_DFh = new A.FullType(B.Type_AuthState_Eo2, B.List_empty8, false); + B.FullType_DFh = new A.FullType(B.Type_AuthState_Eo2, B.List_empty9, false); B.Type_LanguageEntity_eDt = A.typeLiteral("LanguageEntity"); - B.FullType_DZ5 = new A.FullType(B.Type_LanguageEntity_eDt, B.List_empty8, false); + B.FullType_DZ5 = new A.FullType(B.Type_LanguageEntity_eDt, B.List_empty9, false); B.Type_WebhookState_6v8 = A.typeLiteral("WebhookState"); - B.FullType_EAC = new A.FullType(B.Type_WebhookState_6v8, B.List_empty8, false); + B.FullType_EAC = new A.FullType(B.Type_WebhookState_6v8, B.List_empty9, 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_empty8, false); + B.FullType_EOF = new A.FullType(B.Type_ProjectUIState_osT, B.List_empty9, 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_empty8, false); + B.FullType_Elr = new A.FullType(B.Type_RecurringInvoiceState_qX6, B.List_empty9, 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_empty8, false); + B.FullType_HVD = new A.FullType(B.Type_VendorContactEntity_2Vk, B.List_empty9, false); B.Type_ProductState_jr5 = A.typeLiteral("ProductState"); - B.FullType_HZ2 = new A.FullType(B.Type_ProductState_jr5, B.List_empty8, false); + B.FullType_HZ2 = new A.FullType(B.Type_ProductState_jr5, B.List_empty9, 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_empty8, false); + B.FullType_ML3 = new A.FullType(B.Type_TaxRateEntity_uQj, B.List_empty9, 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_empty8, false); + B.FullType_AKW = new A.FullType(B.Type_TemplateEntity_Mm0, B.List_empty9, 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_empty8, false); + B.FullType_7N7 = new A.FullType(B.Type_EntityStatus_gc6, B.List_empty9, 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_empty8, false); + B.FullType_Iqz = new A.FullType(B.Type_ListUIState_46y, B.List_empty9, false); B.Type_SettingsEntity_46y = A.typeLiteral("SettingsEntity"); - B.FullType_Iqz0 = new A.FullType(B.Type_SettingsEntity_46y, B.List_empty8, false); + B.FullType_Iqz0 = new A.FullType(B.Type_SettingsEntity_46y, B.List_empty9, false); B.Type_InvoiceItemEntity_23h = A.typeLiteral("InvoiceItemEntity"); - B.FullType_lqU0 = new A.FullType(B.Type_InvoiceItemEntity_23h, B.List_empty8, false); + B.FullType_lqU0 = new A.FullType(B.Type_InvoiceItemEntity_23h, B.List_empty9, 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_empty8, false); + B.FullType_LCa = new A.FullType(B.Type_EntityState_NQk, B.List_empty9, 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_empty8, false); + B.FullType_vbG = new A.FullType(B.Type_ProjectEntity_mZ3, B.List_empty9, 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_empty8, false); + B.FullType_KIj = new A.FullType(B.Type_PaymentTermState_gkc, B.List_empty9, 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_empty8, false); + B.FullType_MIo = new A.FullType(B.Type_ClientState_QAb, B.List_empty9, false); B.Type_TaxRateUIState_QAb = A.typeLiteral("TaxRateUIState"); - B.FullType_MIo0 = new A.FullType(B.Type_TaxRateUIState_QAb, B.List_empty8, false); + B.FullType_MIo0 = new A.FullType(B.Type_TaxRateUIState_QAb, B.List_empty9, false); B.Type_double_K1J = A.typeLiteral("double"); - B.FullType_MME = new A.FullType(B.Type_double_K1J, B.List_empty8, false); + B.FullType_MME = new A.FullType(B.Type_double_K1J, B.List_empty9, 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_empty8, false); + B.FullType_Met = new A.FullType(B.Type_StaticDataEntity_7Re, B.List_empty9, false); B.Type_bool_lhE = A.typeLiteral("bool"); - B.FullType_MtR = new A.FullType(B.Type_bool_lhE, B.List_empty8, false); + B.FullType_MtR = new A.FullType(B.Type_bool_lhE, B.List_empty9, 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_empty8, false); - B.List_02 = A._setArrayType(makeConstList([B.FullType_VCV]), type$.JSArray_legacy_FullType); - B.FullType_NIe = new A.FullType(B.Type_BuiltList_iTR, B.List_02, false); + B.FullType_VCV = new A.FullType(B.Type_SubscriptionEntity_Wl2, B.List_empty9, false); + B.List_00 = A._setArrayType(makeConstList([B.FullType_VCV]), type$.JSArray_legacy_FullType); + B.FullType_NIe = new A.FullType(B.Type_BuiltList_iTR, B.List_00, false); B.Type_ReportsUIState_YKi = A.typeLiteral("ReportsUIState"); - B.FullType_NPy = new A.FullType(B.Type_ReportsUIState_YKi, B.List_empty8, false); + B.FullType_NPy = new A.FullType(B.Type_ReportsUIState_YKi, B.List_empty9, false); B.Type_SubscriptionUIState_jf1 = A.typeLiteral("SubscriptionUIState"); - B.FullType_NT2 = new A.FullType(B.Type_SubscriptionUIState_jf1, B.List_empty8, false); + B.FullType_NT2 = new A.FullType(B.Type_SubscriptionUIState_jf1, B.List_empty9, false); B.Type_TimezoneEntity_fPO = A.typeLiteral("TimezoneEntity"); - B.FullType_bTj = new A.FullType(B.Type_TimezoneEntity_fPO, B.List_empty8, false); + B.FullType_bTj = new A.FullType(B.Type_TimezoneEntity_fPO, B.List_empty9, 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.Type_ReportSettingsEntity_piR = A.typeLiteral("ReportSettingsEntity"); - B.FullType_Zyt = new A.FullType(B.Type_ReportSettingsEntity_piR, B.List_empty8, false); + B.FullType_Zyt = new A.FullType(B.Type_ReportSettingsEntity_piR, B.List_empty9, 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); @@ -434459,128 +436803,128 @@ 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_empty8, false); + B.FullType_efs = new A.FullType(B.Type_VendorEntity_Fh9, B.List_empty9, 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.Type_DesignState_jZd = A.typeLiteral("DesignState"); - B.FullType_QKT = new A.FullType(B.Type_DesignState_jZd, B.List_empty8, false); + B.FullType_QKT = new A.FullType(B.Type_DesignState_jZd, B.List_empty9, false); B.Type_ActivityEntity_bvx = A.typeLiteral("ActivityEntity"); - B.FullType_U4K = new A.FullType(B.Type_ActivityEntity_bvx, B.List_empty8, false); + B.FullType_U4K = new A.FullType(B.Type_ActivityEntity_bvx, B.List_empty9, 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.Type_EntityType_6qb = A.typeLiteral("EntityType"); - B.FullType_qBb = new A.FullType(B.Type_EntityType_6qb, B.List_empty8, false); + B.FullType_qBb = new A.FullType(B.Type_EntityType_6qb, B.List_empty9, 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_empty8, false); + B.FullType_M7M = new A.FullType(B.Type_InvoiceScheduleEntity_26b, B.List_empty9, 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.Type_GroupState_QS8 = A.typeLiteral("GroupState"); - B.FullType_SNv = new A.FullType(B.Type_GroupState_QS8, B.List_empty8, false); + B.FullType_SNv = new A.FullType(B.Type_GroupState_QS8, B.List_empty9, false); B.Type_StaticState_AgZ = A.typeLiteral("StaticState"); - B.FullType_SQp0 = new A.FullType(B.Type_StaticState_AgZ, B.List_empty8, false); + B.FullType_SQp0 = new A.FullType(B.Type_StaticState_AgZ, B.List_empty9, false); B.Type_TaskState_AgZ = A.typeLiteral("TaskState"); - B.FullType_SQp = new A.FullType(B.Type_TaskState_AgZ, B.List_empty8, false); + B.FullType_SQp = new A.FullType(B.Type_TaskState_AgZ, B.List_empty9, false); B.Type_PaymentableEntity_e3c = A.typeLiteral("PaymentableEntity"); - B.FullType_NH6 = new A.FullType(B.Type_PaymentableEntity_e3c, B.List_empty8, false); + B.FullType_NH6 = new A.FullType(B.Type_PaymentableEntity_e3c, B.List_empty9, 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_empty8, false); + B.FullType_MQk = new A.FullType(B.Type_UserCompanyState_8aB, B.List_empty9, 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_empty8, false); + B.FullType_Ufa = new A.FullType(B.Type_TaskStatusUIState_6VO, B.List_empty9, false); B.Type_TaskStatusEntity_wAl = A.typeLiteral("TaskStatusEntity"); - B.FullType_ef4 = new A.FullType(B.Type_TaskStatusEntity_wAl, B.List_empty8, false); + B.FullType_ef4 = new A.FullType(B.Type_TaskStatusEntity_wAl, B.List_empty9, 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_empty8, false); + B.FullType_4eO = new A.FullType(B.Type_HistoryRecord_ato, B.List_empty9, 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.Type_ExpenseCategoryUIState_ESz = A.typeLiteral("ExpenseCategoryUIState"); - B.FullType_Xjb = new A.FullType(B.Type_ExpenseCategoryUIState_ESz, B.List_empty8, false); + B.FullType_Xjb = new A.FullType(B.Type_ExpenseCategoryUIState_ESz, B.List_empty9, 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.Type_UserSettingsEntity_ES6 = A.typeLiteral("UserSettingsEntity"); - B.FullType_Ymm = new A.FullType(B.Type_UserSettingsEntity_ES6, B.List_empty8, false); + B.FullType_Ymm = new A.FullType(B.Type_UserSettingsEntity_ES6, B.List_empty9, false); B.Type_ImportRequestMapping_WUU = A.typeLiteral("ImportRequestMapping"); - B.FullType_xwA = new A.FullType(B.Type_ImportRequestMapping_WUU, B.List_empty8, false); + B.FullType_xwA = new A.FullType(B.Type_ImportRequestMapping_WUU, B.List_empty9, 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_CompanyEntity_Gbn = A.typeLiteral("CompanyEntity"); - B.FullType_a9P = new A.FullType(B.Type_CompanyEntity_Gbn, B.List_empty8, false); + B.FullType_a9P = new A.FullType(B.Type_CompanyEntity_Gbn, B.List_empty9, false); B.Type_ExpenseScheduleEntity_QWG = A.typeLiteral("ExpenseScheduleEntity"); - B.FullType_yzu = new A.FullType(B.Type_ExpenseScheduleEntity_QWG, B.List_empty8, false); + B.FullType_yzu = new A.FullType(B.Type_ExpenseScheduleEntity_QWG, B.List_empty9, 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_empty8, false); + B.FullType_bLp = new A.FullType(B.Type_InvoiceHistoryEntity_1R3, B.List_empty9, false); B.Type_BaseEntity_E1L = A.typeLiteral("BaseEntity"); - B.FullType_i7r = new A.FullType(B.Type_BaseEntity_E1L, B.List_empty8, false); + B.FullType_i7r = new A.FullType(B.Type_BaseEntity_E1L, B.List_empty9, 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_empty8, false); + B.FullType_ORf = new A.FullType(B.Type_2fc, B.List_empty9, 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_empty8, false); + B.FullType_cE9 = new A.FullType(B.Type_DesignUIState_IkK, B.List_empty9, false); B.Type_ProjectState_OLY = A.typeLiteral("ProjectState"); - B.FullType_cEX = new A.FullType(B.Type_ProjectState_OLY, B.List_empty8, false); + B.FullType_cEX = new A.FullType(B.Type_ProjectState_OLY, B.List_empty9, false); B.Type_InvoiceStatusEntity_mqK = A.typeLiteral("InvoiceStatusEntity"); - B.FullType_ES1 = new A.FullType(B.Type_InvoiceStatusEntity_mqK, B.List_empty8, false); + B.FullType_ES1 = new A.FullType(B.Type_InvoiceStatusEntity_mqK, B.List_empty9, 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_empty8, false); + B.FullType_cg9 = new A.FullType(B.Type_PaymentTermUIState_2No, B.List_empty9, false); B.Type_ClientUIState_ekJ = A.typeLiteral("ClientUIState"); - B.FullType_cys = new A.FullType(B.Type_ClientUIState_ekJ, B.List_empty8, false); + B.FullType_cys = new A.FullType(B.Type_ClientUIState_ekJ, B.List_empty9, false); B.Type_UserState_WZn = A.typeLiteral("UserState"); - B.FullType_d4x = new A.FullType(B.Type_UserState_WZn, B.List_empty8, false); + B.FullType_d4x = new A.FullType(B.Type_UserState_WZn, B.List_empty9, false); B.Type_TaxRateState_axY = A.typeLiteral("TaxRateState"); - B.FullType_dIX = new A.FullType(B.Type_TaxRateState_axY, B.List_empty8, false); + B.FullType_dIX = new A.FullType(B.Type_TaxRateState_axY, B.List_empty9, false); B.Type_WebhookConfigurationEntity_WRw = A.typeLiteral("WebhookConfigurationEntity"); - B.FullType_dct = new A.FullType(B.Type_WebhookConfigurationEntity_WRw, B.List_empty8, false); + B.FullType_dct = new A.FullType(B.Type_WebhookConfigurationEntity_WRw, B.List_empty9, false); B.Type_GatewayTokenMetaEntity_AuK = A.typeLiteral("GatewayTokenMetaEntity"); - B.FullType_e10 = new A.FullType(B.Type_GatewayTokenMetaEntity_AuK, B.List_empty8, false); + B.FullType_e10 = new A.FullType(B.Type_GatewayTokenMetaEntity_AuK, B.List_empty9, false); B.List_weg = A._setArrayType(makeConstList([B.FullType_oyU]), type$.JSArray_legacy_FullType); B.FullType_e7r = new A.FullType(B.Type_BuiltList_iTR, B.List_weg, false); B.Type_SettingsUIState_kvD = A.typeLiteral("SettingsUIState"); - B.FullType_eFJ = new A.FullType(B.Type_SettingsUIState_kvD, B.List_empty8, false); + B.FullType_eFJ = new A.FullType(B.Type_SettingsUIState_kvD, B.List_empty9, 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_empty8, false); + B.FullType_00 = new A.FullType(B.Type_PrefStateSortField_Ekc, B.List_empty9, 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_empty8, false); + B.FullType_fXI = new A.FullType(B.Type_InvoiceEntity_UcM, B.List_empty9, false); B.Type_RecurringExpenseUIState_TTS = A.typeLiteral("RecurringExpenseUIState"); - B.FullType_fs3 = new A.FullType(B.Type_RecurringExpenseUIState_TTS, B.List_empty8, false); + B.FullType_fs3 = new A.FullType(B.Type_RecurringExpenseUIState_TTS, B.List_empty9, false); B.Type_RecurringInvoiceUIState_Sof = A.typeLiteral("RecurringInvoiceUIState"); - B.FullType_gA4 = new A.FullType(B.Type_RecurringInvoiceUIState_Sof, B.List_empty8, false); + B.FullType_gA4 = new A.FullType(B.Type_RecurringInvoiceUIState_Sof, B.List_empty9, false); B.Type_CompanyGatewayState_ckm = A.typeLiteral("CompanyGatewayState"); - B.FullType_gGD = new A.FullType(B.Type_CompanyGatewayState_ckm, B.List_empty8, false); + B.FullType_gGD = new A.FullType(B.Type_CompanyGatewayState_ckm, B.List_empty9, false); B.Type_DatetimeFormatEntity_EyI = A.typeLiteral("DatetimeFormatEntity"); - B.FullType_kqZ = new A.FullType(B.Type_DatetimeFormatEntity_EyI, B.List_empty8, false); + B.FullType_kqZ = new A.FullType(B.Type_DatetimeFormatEntity_EyI, B.List_empty9, 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_empty8, false); + B.FullType_ivT = new A.FullType(B.Type_ExpenseUIState_wKu, B.List_empty9, 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_empty8, false); + B.FullType_kiO = new A.FullType(B.Type_CreditUIState_pyp, B.List_empty9, false); B.Type_InvitationEntity_qtf = A.typeLiteral("InvitationEntity"); - B.FullType_69t = new A.FullType(B.Type_InvitationEntity_qtf, B.List_empty8, false); + B.FullType_69t = new A.FullType(B.Type_InvitationEntity_qtf, B.List_empty9, 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); @@ -434588,17 +436932,17 @@ 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.Type_PaymentTermEntity_EHU = A.typeLiteral("PaymentTermEntity"); - B.FullType_y87 = new A.FullType(B.Type_PaymentTermEntity_EHU, B.List_empty8, false); + B.FullType_y87 = new A.FullType(B.Type_PaymentTermEntity_EHU, B.List_empty9, 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.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_empty8, false); + B.FullType_lqU = new A.FullType(B.Type_CreditState_23h, B.List_empty9, 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_03 = 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_03, false); + B.List_01 = 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_01, 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); @@ -434606,40 +436950,40 @@ 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_empty8, false); + B.FullType_mXg = new A.FullType(B.Type_InvoiceState_YnY, B.List_empty9, 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_empty8, false); - B.FullType_null_List_empty_false = new A.FullType(null, B.List_empty8, false); + B.FullType_nrV = new A.FullType(B.Type_RecurringExpenseState_o7m, B.List_empty9, false); + B.FullType_null_List_empty_false = new A.FullType(null, B.List_empty9, false); B.List_8aB = 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_8aB, false); B.Type_FeesAndLimitsSettings_wgw = A.typeLiteral("FeesAndLimitsSettings"); - B.FullType_A4t = new A.FullType(B.Type_FeesAndLimitsSettings_wgw, B.List_empty8, false); + B.FullType_A4t = new A.FullType(B.Type_FeesAndLimitsSettings_wgw, B.List_empty9, 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_empty8, false); + B.FullType_oEc = new A.FullType(B.Type_DateRangeComparison_wco, B.List_empty9, false); B.Type_SystemLogEntity_eL6 = A.typeLiteral("SystemLogEntity"); - B.FullType_IFE = new A.FullType(B.Type_SystemLogEntity_eL6, B.List_empty8, false); + B.FullType_IFE = new A.FullType(B.Type_SystemLogEntity_eL6, B.List_empty9, 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_empty8, false); + B.FullType_oeJ = new A.FullType(B.Type_TokenUIState_bDN, B.List_empty9, false); B.Type_TokenState_EOw = A.typeLiteral("TokenState"); - B.FullType_ouN = new A.FullType(B.Type_TokenState_EOw, B.List_empty8, false); + B.FullType_ouN = new A.FullType(B.Type_TokenState_EOw, B.List_empty9, false); B.Type_SizeEntity_ROq = A.typeLiteral("SizeEntity"); - B.FullType_paV = new A.FullType(B.Type_SizeEntity_ROq, B.List_empty8, false); + B.FullType_paV = new A.FullType(B.Type_SizeEntity_ROq, B.List_empty9, 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_empty8, false); + B.FullType_mdN = new A.FullType(B.Type_RegistrationFieldEntity_k2a, B.List_empty9, 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_empty8, false); + B.FullType_qBb0 = new A.FullType(B.Type_PrefState_ePg, B.List_empty9, 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); @@ -434653,24 +436997,24 @@ 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.Type_PaymentState_ChD = A.typeLiteral("PaymentState"); - B.FullType_sgl = new A.FullType(B.Type_PaymentState_ChD, B.List_empty8, false); + B.FullType_sgl = new A.FullType(B.Type_PaymentState_ChD, B.List_empty9, false); B.Type_GatewayOptionsEntity_Ucj = A.typeLiteral("GatewayOptionsEntity"); - B.FullType_Au4 = new A.FullType(B.Type_GatewayOptionsEntity_Ucj, B.List_empty8, false); + B.FullType_Au4 = new A.FullType(B.Type_GatewayOptionsEntity_Ucj, B.List_empty9, 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_empty8, false); + B.FullType_t81 = new A.FullType(B.Type_EmailTemplate_GAI, B.List_empty9, false); B.Type_HealthCheckPHPResponse_kOG = A.typeLiteral("HealthCheckPHPResponse"); - B.FullType_uRN = new A.FullType(B.Type_HealthCheckPHPResponse_kOG, B.List_empty8, false); + B.FullType_uRN = new A.FullType(B.Type_HealthCheckPHPResponse_kOG, B.List_empty9, false); B.Type_DashboardUIState_4YB = A.typeLiteral("DashboardUIState"); - B.FullType_wEo = new A.FullType(B.Type_DashboardUIState_4YB, B.List_empty8, false); + B.FullType_wEo = new A.FullType(B.Type_DashboardUIState_4YB, B.List_empty9, 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_empty8, false); + B.FullType_wg3 = new A.FullType(B.Type_AccountEntity_46S, B.List_empty9, 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); @@ -434680,41 +437024,40 @@ 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_empty8, false); + B.FullType_wwi = new A.FullType(B.Type_DocumentUIState_CyS, B.List_empty9, false); B.Type_VendorState_Db0 = A.typeLiteral("VendorState"); - B.FullType_xI0 = new A.FullType(B.Type_VendorState_Db0, B.List_empty8, false); + B.FullType_xI0 = new A.FullType(B.Type_VendorState_Db0, B.List_empty9, 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.Type_CompanyPrefState_Y50 = A.typeLiteral("CompanyPrefState"); - B.FullType_mes = new A.FullType(B.Type_CompanyPrefState_Y50, B.List_empty8, false); + B.FullType_mes = new A.FullType(B.Type_CompanyPrefState_Y50, B.List_empty9, 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_empty8, false); - B.GestureDirection_0 = new A.GestureDirection("GestureDirection.opening"); - B.GestureDirection_1 = new A.GestureDirection("GestureDirection.closing"); - B.GestureDisposition_0 = new A.GestureDisposition("GestureDisposition.accepted"); - B.GestureDisposition_1 = new A.GestureDisposition("GestureDisposition.rejected"); - B.GestureMode_0 = new A.GestureMode("GestureMode.pointerEvents"); - B.GestureMode_1 = new A.GestureMode("GestureMode.browserGestures"); - B.GestureRecognizerState_0 = new A.GestureRecognizerState("GestureRecognizerState.ready"); - B.GestureRecognizerState_1 = new A.GestureRecognizerState("GestureRecognizerState.possible"); - B.GestureRecognizerState_2 = new A.GestureRecognizerState("GestureRecognizerState.defunct"); - B.GestureType_0 = new A.GestureType("GestureType.onLongPress"); - B.GestureType_1 = new A.GestureType("GestureType.onTap"); - B.GestureType_2 = new A.GestureType("GestureType.onHover"); - B.GestureType_3 = new A.GestureType("GestureType.onDrag"); - B.GrowthDirection_0 = new A.GrowthDirection("GrowthDirection.forward"); - B.GrowthDirection_1 = new A.GrowthDirection("GrowthDirection.reverse"); - B.HeroFlightDirection_0 = new A.HeroFlightDirection("HeroFlightDirection.push"); - B.HeroFlightDirection_1 = new A.HeroFlightDirection("HeroFlightDirection.pop"); + B.FullType_yqa = new A.FullType(B.Type_QuoteState_aJC, B.List_empty9, 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"); + B.GestureDisposition_1 = new A.GestureDisposition(1, "rejected"); + B.GestureMode_0 = new A.GestureMode(0, "pointerEvents"); + B.GestureMode_1 = new A.GestureMode(1, "browserGestures"); + B.GestureRecognizerState_0 = new A.GestureRecognizerState(0, "ready"); + B.GestureRecognizerState_1 = new A.GestureRecognizerState(1, "possible"); + B.GestureRecognizerState_2 = new A.GestureRecognizerState(2, "defunct"); + B.GestureType_0 = new A.GestureType(0, "onLongPress"); + B.GestureType_1 = new A.GestureType(1, "onTap"); + B.GestureType_3 = new A.GestureType(3, "onDrag"); + B.GrowthDirection_0 = new A.GrowthDirection(0, "forward"); + B.GrowthDirection_1 = new A.GrowthDirection(1, "reverse"); + B.HeroFlightDirection_0 = new A.HeroFlightDirection(0, "push"); + B.HeroFlightDirection_1 = new A.HeroFlightDirection(1, "pop"); B.HitCorners_true_true = new A.HitCorners(true, true); - B.HitTestBehavior_0 = new A.HitTestBehavior("HitTestBehavior.deferToChild"); - B.HitTestBehavior_1 = new A.HitTestBehavior("HitTestBehavior.opaque"); - B.HitTestBehavior_2 = new A.HitTestBehavior("HitTestBehavior.translucent"); - B.HourFormat_0 = new A.HourFormat("HourFormat.HH"); - B.HourFormat_1 = new A.HourFormat("HourFormat.H"); - B.HourFormat_2 = new A.HourFormat("HourFormat.h"); + B.HitTestBehavior_0 = new A.HitTestBehavior(0, "deferToChild"); + B.HitTestBehavior_1 = new A.HitTestBehavior(1, "opaque"); + B.HitTestBehavior_2 = new A.HitTestBehavior(2, "translucent"); + B.HourFormat_0 = new A.HourFormat(0, "HH"); + B.HourFormat_1 = new A.HourFormat(1, "H"); + B.HourFormat_2 = new A.HourFormat(2, "h"); B.IconData_57402_MaterialIcons_null_false = new A.IconData(57402, "MaterialIcons", null, false); B.IconData_57411_MaterialIcons_null_false = new A.IconData(57411, "MaterialIcons", null, false); B.IconData_57415_MaterialIcons_null_false = new A.IconData(57415, "MaterialIcons", null, false); @@ -434729,7 +437072,6 @@ B.IconData_57496_MaterialIcons_null_false = new A.IconData(57496, "MaterialIcons", null, false); B.IconData_57497_MaterialIcons_null_false = new A.IconData(57497, "MaterialIcons", null, false); B.IconData_57502_MaterialIcons_null_true = new A.IconData(57502, "MaterialIcons", null, true); - B.IconData_57522_MaterialIcons_null_false = new A.IconData(57522, "MaterialIcons", null, false); B.IconData_57616_MaterialIcons_null_false = new A.IconData(57616, "MaterialIcons", null, false); B.IconData_57627_MaterialIcons_null_false = new A.IconData(57627, "MaterialIcons", null, false); B.IconData_57648_MaterialIcons_null_false = new A.IconData(57648, "MaterialIcons", null, false); @@ -434760,7 +437102,6 @@ B.IconData_57898_MaterialIcons_null_false = new A.IconData(57898, "MaterialIcons", null, false); B.IconData_57911_MaterialIcons_null_false = new A.IconData(57911, "MaterialIcons", null, false); B.IconData_57912_MaterialIcons_null_false = new A.IconData(57912, "MaterialIcons", null, false); - B.IconData_57915_MaterialIcons_null_false = new A.IconData(57915, "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_58051_MaterialIcons_null_false = new A.IconData(58051, "MaterialIcons", null, false); @@ -434844,16 +437185,16 @@ B.Icon_vjf = new A.Icon(B.IconData_57634_MaterialIcons_null_false, null, null, null); B.Icon_wEo = new A.Icon(B.IconData_57695_MaterialIcons_null_true, null, null, null); B.Icon_yXb = new A.Icon(B.IconData_57415_MaterialIcons_null_false, null, B.Color_4294967295, null); - B.ImageByteFormat_0 = new A.ImageByteFormat("ImageByteFormat.rawRgba"); - B.ImageByteFormat_1 = new A.ImageByteFormat("ImageByteFormat.rawStraightRgba"); + B.ImageByteFormat_0 = new A.ImageByteFormat(0, "rawRgba"); + B.ImageByteFormat_1 = new A.ImageByteFormat(1, "rawStraightRgba"); B.ImageConfiguration_Eba = new A.ImageConfiguration(null, null, null, null, null, null); - B.ImageRenderMethodForWeb_0 = new A.ImageRenderMethodForWeb("ImageRenderMethodForWeb.HtmlImage"); - B.ImageRenderMethodForWeb_1 = new A.ImageRenderMethodForWeb("ImageRenderMethodForWeb.HttpGet"); - B.ImageRepeat_0 = new A.ImageRepeat("ImageRepeat.repeat"); - B.ImageRepeat_1 = new A.ImageRepeat("ImageRepeat.repeatX"); - B.ImageRepeat_2 = new A.ImageRepeat("ImageRepeat.repeatY"); - B.ImageRepeat_3 = new A.ImageRepeat("ImageRepeat.noRepeat"); - B.ImageSource_0 = new A.ImageSource(); + B.ImageRenderMethodForWeb_0 = new A.ImageRenderMethodForWeb(0, "HtmlImage"); + B.ImageRenderMethodForWeb_1 = new A.ImageRenderMethodForWeb(1, "HttpGet"); + B.ImageRepeat_0 = new A.ImageRepeat(0, "repeat"); + B.ImageRepeat_1 = new A.ImageRepeat(1, "repeatX"); + B.ImageRepeat_2 = new A.ImageRepeat(2, "repeatY"); + B.ImageRepeat_3 = new A.ImageRepeat(3, "noRepeat"); + B.ImageSource_0 = new A.ImageSource(0, "camera"); B.ImportType_csv = new A.ImportType("csv"); B.ImportType_freshbooks = new A.ImportType("freshbooks"); B.ImportType_invoice2go = new A.ImportType("invoice2go"); @@ -434861,9 +437202,8 @@ B.ImportType_json = new A.ImportType("json"); B.ImportType_waveaccounting = new A.ImportType("waveaccounting"); B.ImportType_zoho = new A.ImportType("zoho"); - B.InputDecoration_cE0 = new A.InputDecoration(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, true, null, null, null); - B.InsideJustification_0 = new A.InsideJustification("InsideJustification.topStart"); - B.InsideJustification_1 = new A.InsideJustification("InsideJustification.topEnd"); + 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.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); B.Interval_2ds = new A.Interval(0.7038888888888889, 1, B.Cubic_iYc); @@ -434892,187 +437232,176 @@ B.Interval_unQ = new A.Interval(0.185, 0.6016666666666667, B.Cubic_XVM); B.IntrinsicColumnWidth_1 = new A.IntrinsicColumnWidth(1); B.IntrinsicColumnWidth_null = new A.IntrinsicColumnWidth(null); - B.InvoiceItemReportFields_0 = new A.InvoiceItemReportFields("InvoiceItemReportFields.productKey"); - B.InvoiceItemReportFields_1 = new A.InvoiceItemReportFields("InvoiceItemReportFields.description"); - B.InvoiceItemReportFields_10 = new A.InvoiceItemReportFields("InvoiceItemReportFields.custom3"); - B.InvoiceItemReportFields_11 = new A.InvoiceItemReportFields("InvoiceItemReportFields.custom4"); - B.InvoiceItemReportFields_12 = new A.InvoiceItemReportFields("InvoiceItemReportFields.invoiceNumber"); - B.InvoiceItemReportFields_13 = new A.InvoiceItemReportFields("InvoiceItemReportFields.invoiceDate"); - B.InvoiceItemReportFields_14 = new A.InvoiceItemReportFields("InvoiceItemReportFields.client"); - B.InvoiceItemReportFields_15 = new A.InvoiceItemReportFields("InvoiceItemReportFields.dueDate"); - B.InvoiceItemReportFields_16 = new A.InvoiceItemReportFields("InvoiceItemReportFields.hasTaxes"); - B.InvoiceItemReportFields_17 = new A.InvoiceItemReportFields("InvoiceItemReportFields.taxRates"); - B.InvoiceItemReportFields_18 = new A.InvoiceItemReportFields("InvoiceItemReportFields.taxAmount"); - B.InvoiceItemReportFields_19 = new A.InvoiceItemReportFields("InvoiceItemReportFields.netTotal"); - B.InvoiceItemReportFields_2 = new A.InvoiceItemReportFields("InvoiceItemReportFields.price"); - B.InvoiceItemReportFields_20 = new A.InvoiceItemReportFields("InvoiceItemReportFields.currency"); - B.InvoiceItemReportFields_3 = new A.InvoiceItemReportFields("InvoiceItemReportFields.cost"); - B.InvoiceItemReportFields_4 = new A.InvoiceItemReportFields("InvoiceItemReportFields.quantity"); - B.InvoiceItemReportFields_5 = new A.InvoiceItemReportFields("InvoiceItemReportFields.profit"); - B.InvoiceItemReportFields_6 = new A.InvoiceItemReportFields("InvoiceItemReportFields.total"); - B.InvoiceItemReportFields_7 = new A.InvoiceItemReportFields("InvoiceItemReportFields.discount"); - B.InvoiceItemReportFields_8 = new A.InvoiceItemReportFields("InvoiceItemReportFields.custom1"); - B.InvoiceItemReportFields_9 = new A.InvoiceItemReportFields("InvoiceItemReportFields.custom2"); - B.InvoiceReportFields_0 = new A.InvoiceReportFields("InvoiceReportFields.amount"); - B.InvoiceReportFields_1 = new A.InvoiceReportFields("InvoiceReportFields.balance"); - B.InvoiceReportFields_10 = new A.InvoiceReportFields("InvoiceReportFields.client_country"); - B.InvoiceReportFields_11 = new A.InvoiceReportFields("InvoiceReportFields.status"); - B.InvoiceReportFields_12 = new A.InvoiceReportFields("InvoiceReportFields.number"); - B.InvoiceReportFields_13 = new A.InvoiceReportFields("InvoiceReportFields.discount"); - B.InvoiceReportFields_14 = new A.InvoiceReportFields("InvoiceReportFields.po_number"); - B.InvoiceReportFields_15 = new A.InvoiceReportFields("InvoiceReportFields.date"); - B.InvoiceReportFields_16 = new A.InvoiceReportFields("InvoiceReportFields.due_date"); - B.InvoiceReportFields_17 = new A.InvoiceReportFields("InvoiceReportFields.age"); - B.InvoiceReportFields_18 = new A.InvoiceReportFields("InvoiceReportFields.partial"); - B.InvoiceReportFields_19 = new A.InvoiceReportFields("InvoiceReportFields.partial_due_date"); - B.InvoiceReportFields_2 = new A.InvoiceReportFields("InvoiceReportFields.converted_amount"); - B.InvoiceReportFields_20 = new A.InvoiceReportFields("InvoiceReportFields.auto_bill"); - B.InvoiceReportFields_21 = new A.InvoiceReportFields("InvoiceReportFields.invoice1"); - B.InvoiceReportFields_22 = new A.InvoiceReportFields("InvoiceReportFields.invoice2"); - B.InvoiceReportFields_23 = new A.InvoiceReportFields("InvoiceReportFields.invoice3"); - B.InvoiceReportFields_24 = new A.InvoiceReportFields("InvoiceReportFields.invoice4"); - B.InvoiceReportFields_25 = new A.InvoiceReportFields("InvoiceReportFields.has_expenses"); - B.InvoiceReportFields_26 = new A.InvoiceReportFields("InvoiceReportFields.has_tasks"); - B.InvoiceReportFields_27 = new A.InvoiceReportFields("InvoiceReportFields.surcharge1"); - B.InvoiceReportFields_28 = new A.InvoiceReportFields("InvoiceReportFields.surcharge2"); - B.InvoiceReportFields_29 = new A.InvoiceReportFields("InvoiceReportFields.surcharge3"); - B.InvoiceReportFields_3 = new A.InvoiceReportFields("InvoiceReportFields.converted_balance"); - B.InvoiceReportFields_30 = new A.InvoiceReportFields("InvoiceReportFields.surcharge4"); - B.InvoiceReportFields_31 = new A.InvoiceReportFields("InvoiceReportFields.updated_at"); - B.InvoiceReportFields_32 = new A.InvoiceReportFields("InvoiceReportFields.archived_at"); - B.InvoiceReportFields_33 = new A.InvoiceReportFields("InvoiceReportFields.is_deleted"); - B.InvoiceReportFields_34 = new A.InvoiceReportFields("InvoiceReportFields.tax_amount"); - B.InvoiceReportFields_35 = new A.InvoiceReportFields("InvoiceReportFields.net_amount"); - B.InvoiceReportFields_36 = new A.InvoiceReportFields("InvoiceReportFields.net_balance"); - B.InvoiceReportFields_37 = new A.InvoiceReportFields("InvoiceReportFields.reminder1_sent"); - B.InvoiceReportFields_38 = new A.InvoiceReportFields("InvoiceReportFields.reminder2_sent"); - B.InvoiceReportFields_39 = new A.InvoiceReportFields("InvoiceReportFields.reminder3_sent"); - B.InvoiceReportFields_4 = new A.InvoiceReportFields("InvoiceReportFields.client"); - B.InvoiceReportFields_40 = new A.InvoiceReportFields("InvoiceReportFields.reminder_last_sent"); - B.InvoiceReportFields_41 = new A.InvoiceReportFields("InvoiceReportFields.exchange_rate"); - B.InvoiceReportFields_42 = new A.InvoiceReportFields("InvoiceReportFields.public_notes"); - B.InvoiceReportFields_43 = new A.InvoiceReportFields("InvoiceReportFields.private_notes"); - B.InvoiceReportFields_44 = new A.InvoiceReportFields("InvoiceReportFields.client_vat_number"); - B.InvoiceReportFields_45 = new A.InvoiceReportFields("InvoiceReportFields.client_city"); - B.InvoiceReportFields_46 = new A.InvoiceReportFields("InvoiceReportFields.client_postal_code"); - B.InvoiceReportFields_47 = new A.InvoiceReportFields("InvoiceReportFields.tax_rate1"); - B.InvoiceReportFields_48 = new A.InvoiceReportFields("InvoiceReportFields.tax_rate2"); - B.InvoiceReportFields_49 = new A.InvoiceReportFields("InvoiceReportFields.tax_rate3"); - B.InvoiceReportFields_5 = new A.InvoiceReportFields("InvoiceReportFields.client_balance"); - B.InvoiceReportFields_50 = new A.InvoiceReportFields("InvoiceReportFields.tax_name1"); - B.InvoiceReportFields_51 = new A.InvoiceReportFields("InvoiceReportFields.tax_name2"); - B.InvoiceReportFields_52 = new A.InvoiceReportFields("InvoiceReportFields.tax_name3"); - B.InvoiceReportFields_53 = new A.InvoiceReportFields("InvoiceReportFields.currency"); - B.InvoiceReportFields_6 = new A.InvoiceReportFields("InvoiceReportFields.client_address1"); - B.InvoiceReportFields_7 = new A.InvoiceReportFields("InvoiceReportFields.client_address2"); - B.InvoiceReportFields_8 = new A.InvoiceReportFields("InvoiceReportFields.client_shipping_address1"); - B.InvoiceReportFields_9 = new A.InvoiceReportFields("InvoiceReportFields.client_shipping_address2"); + B.InvoiceItemReportFields_0 = new A.InvoiceItemReportFields(0, "productKey"); + B.InvoiceItemReportFields_1 = new A.InvoiceItemReportFields(1, "description"); + B.InvoiceItemReportFields_10 = new A.InvoiceItemReportFields(10, "custom3"); + B.InvoiceItemReportFields_11 = new A.InvoiceItemReportFields(11, "custom4"); + B.InvoiceItemReportFields_12 = new A.InvoiceItemReportFields(12, "invoiceNumber"); + B.InvoiceItemReportFields_13 = new A.InvoiceItemReportFields(13, "invoiceDate"); + B.InvoiceItemReportFields_14 = new A.InvoiceItemReportFields(14, "client"); + B.InvoiceItemReportFields_15 = new A.InvoiceItemReportFields(15, "dueDate"); + B.InvoiceItemReportFields_16 = new A.InvoiceItemReportFields(16, "hasTaxes"); + B.InvoiceItemReportFields_17 = new A.InvoiceItemReportFields(17, "taxRates"); + B.InvoiceItemReportFields_18 = new A.InvoiceItemReportFields(18, "taxAmount"); + B.InvoiceItemReportFields_19 = new A.InvoiceItemReportFields(19, "netTotal"); + B.InvoiceItemReportFields_2 = new A.InvoiceItemReportFields(2, "price"); + B.InvoiceItemReportFields_20 = new A.InvoiceItemReportFields(20, "currency"); + B.InvoiceItemReportFields_3 = new A.InvoiceItemReportFields(3, "cost"); + B.InvoiceItemReportFields_4 = new A.InvoiceItemReportFields(4, "quantity"); + B.InvoiceItemReportFields_5 = new A.InvoiceItemReportFields(5, "profit"); + B.InvoiceItemReportFields_6 = new A.InvoiceItemReportFields(6, "total"); + B.InvoiceItemReportFields_7 = new A.InvoiceItemReportFields(7, "discount"); + B.InvoiceItemReportFields_8 = new A.InvoiceItemReportFields(8, "custom1"); + B.InvoiceItemReportFields_9 = new A.InvoiceItemReportFields(9, "custom2"); + B.InvoiceReportFields_0 = new A.InvoiceReportFields(0, "amount"); + B.InvoiceReportFields_1 = new A.InvoiceReportFields(1, "balance"); + B.InvoiceReportFields_10 = new A.InvoiceReportFields(10, "client_country"); + B.InvoiceReportFields_11 = new A.InvoiceReportFields(11, "status"); + B.InvoiceReportFields_12 = new A.InvoiceReportFields(12, "number"); + B.InvoiceReportFields_13 = new A.InvoiceReportFields(13, "discount"); + B.InvoiceReportFields_14 = new A.InvoiceReportFields(14, "po_number"); + B.InvoiceReportFields_15 = new A.InvoiceReportFields(15, "date"); + B.InvoiceReportFields_16 = new A.InvoiceReportFields(16, "due_date"); + B.InvoiceReportFields_17 = new A.InvoiceReportFields(17, "age"); + B.InvoiceReportFields_18 = new A.InvoiceReportFields(18, "partial"); + B.InvoiceReportFields_19 = new A.InvoiceReportFields(19, "partial_due_date"); + B.InvoiceReportFields_2 = new A.InvoiceReportFields(2, "converted_amount"); + B.InvoiceReportFields_20 = new A.InvoiceReportFields(20, "auto_bill"); + B.InvoiceReportFields_21 = new A.InvoiceReportFields(21, "invoice1"); + B.InvoiceReportFields_22 = new A.InvoiceReportFields(22, "invoice2"); + B.InvoiceReportFields_23 = new A.InvoiceReportFields(23, "invoice3"); + B.InvoiceReportFields_24 = new A.InvoiceReportFields(24, "invoice4"); + B.InvoiceReportFields_25 = new A.InvoiceReportFields(25, "has_expenses"); + B.InvoiceReportFields_26 = new A.InvoiceReportFields(26, "has_tasks"); + B.InvoiceReportFields_27 = new A.InvoiceReportFields(27, "surcharge1"); + B.InvoiceReportFields_28 = new A.InvoiceReportFields(28, "surcharge2"); + B.InvoiceReportFields_29 = new A.InvoiceReportFields(29, "surcharge3"); + B.InvoiceReportFields_3 = new A.InvoiceReportFields(3, "converted_balance"); + B.InvoiceReportFields_30 = new A.InvoiceReportFields(30, "surcharge4"); + B.InvoiceReportFields_31 = new A.InvoiceReportFields(31, "updated_at"); + B.InvoiceReportFields_32 = new A.InvoiceReportFields(32, "archived_at"); + B.InvoiceReportFields_33 = new A.InvoiceReportFields(33, "is_deleted"); + B.InvoiceReportFields_34 = new A.InvoiceReportFields(34, "tax_amount"); + B.InvoiceReportFields_35 = new A.InvoiceReportFields(35, "net_amount"); + B.InvoiceReportFields_36 = new A.InvoiceReportFields(36, "net_balance"); + B.InvoiceReportFields_37 = new A.InvoiceReportFields(37, "reminder1_sent"); + B.InvoiceReportFields_38 = new A.InvoiceReportFields(38, "reminder2_sent"); + B.InvoiceReportFields_39 = new A.InvoiceReportFields(39, "reminder3_sent"); + B.InvoiceReportFields_4 = new A.InvoiceReportFields(4, "client"); + B.InvoiceReportFields_40 = new A.InvoiceReportFields(40, "reminder_last_sent"); + B.InvoiceReportFields_41 = new A.InvoiceReportFields(41, "exchange_rate"); + B.InvoiceReportFields_42 = new A.InvoiceReportFields(42, "public_notes"); + B.InvoiceReportFields_43 = new A.InvoiceReportFields(43, "private_notes"); + B.InvoiceReportFields_44 = new A.InvoiceReportFields(44, "client_vat_number"); + B.InvoiceReportFields_45 = new A.InvoiceReportFields(45, "client_city"); + B.InvoiceReportFields_46 = new A.InvoiceReportFields(46, "client_postal_code"); + B.InvoiceReportFields_47 = new A.InvoiceReportFields(47, "tax_rate1"); + B.InvoiceReportFields_48 = new A.InvoiceReportFields(48, "tax_rate2"); + B.InvoiceReportFields_49 = new A.InvoiceReportFields(49, "tax_rate3"); + B.InvoiceReportFields_5 = new A.InvoiceReportFields(5, "client_balance"); + B.InvoiceReportFields_50 = new A.InvoiceReportFields(50, "tax_name1"); + B.InvoiceReportFields_51 = new A.InvoiceReportFields(51, "tax_name2"); + B.InvoiceReportFields_52 = new A.InvoiceReportFields(52, "tax_name3"); + B.InvoiceReportFields_53 = new A.InvoiceReportFields(53, "currency"); + B.InvoiceReportFields_54 = new A.InvoiceReportFields(54, "is_viewed"); + B.InvoiceReportFields_55 = new A.InvoiceReportFields(55, "assigned_to"); + B.InvoiceReportFields_56 = new A.InvoiceReportFields(56, "created_by"); + B.InvoiceReportFields_6 = new A.InvoiceReportFields(6, "client_address1"); + B.InvoiceReportFields_7 = new A.InvoiceReportFields(7, "client_address2"); + B.InvoiceReportFields_8 = new A.InvoiceReportFields(8, "client_shipping_address1"); + B.InvoiceReportFields_9 = new A.InvoiceReportFields(9, "client_shipping_address2"); B.JsonDecoder_null = new A.JsonDecoder(null); B.JsonEncoder_null_null = new A.JsonEncoder(null, null); - B.KeyDataTransitMode_0 = new A.KeyDataTransitMode("KeyDataTransitMode.rawKeyData"); - B.KeyDataTransitMode_1 = new A.KeyDataTransitMode("KeyDataTransitMode.keyDataThenRawKeyData"); - B.KeyEventType_0 = new A.KeyEventType("KeyEventType.down"); - B.KeyData_wEs = new A.KeyData(B.Duration_0, B.KeyEventType_0, 0, 0, null, false); - B.KeyEventResult_0 = new A.KeyEventResult("KeyEventResult.handled"); - B.KeyEventResult_1 = new A.KeyEventResult("KeyEventResult.ignored"); - B.KeyEventResult_2 = new A.KeyEventResult("KeyEventResult.skipRemainingHandlers"); - B.KeyEventType_1 = new A.KeyEventType("KeyEventType.up"); - B.KeyEventType_2 = new A.KeyEventType("KeyEventType.repeat"); + B.KeyDataTransitMode_0 = new A.KeyDataTransitMode(0, "rawKeyData"); + B.KeyDataTransitMode_1 = new A.KeyDataTransitMode(1, "keyDataThenRawKeyData"); + B.KeyEventType_0 = new A.KeyEventType(0, "down"); + B.KeyData_cgD = new A.KeyData(B.Duration_0, B.KeyEventType_0, 0, 0, null, false); + B.KeyEventResult_0 = new A.KeyEventResult(0, "handled"); + B.KeyEventResult_1 = new A.KeyEventResult(1, "ignored"); + B.KeyEventResult_2 = new A.KeyEventResult(2, "skipRemainingHandlers"); + B.KeyEventType_1 = new A.KeyEventType(1, "up"); + B.KeyEventType_2 = new A.KeyEventType(2, "repeat"); B.LogicalKeyboardKey_4294967556 = new A.LogicalKeyboardKey(4294967556); B.KeyboardLockMode_LogicalKeyboardKey_4294967556 = new A.KeyboardLockMode(B.LogicalKeyboardKey_4294967556); B.LogicalKeyboardKey_4294967562 = new A.LogicalKeyboardKey(4294967562); B.KeyboardLockMode_LogicalKeyboardKey_4294967562 = new A.KeyboardLockMode(B.LogicalKeyboardKey_4294967562); B.LogicalKeyboardKey_4294967564 = new A.LogicalKeyboardKey(4294967564); B.KeyboardLockMode_LogicalKeyboardKey_4294967564 = new A.KeyboardLockMode(B.LogicalKeyboardKey_4294967564); - B.KeyboardSide_0 = new A.KeyboardSide("KeyboardSide.any"); - B.KeyboardSide_3 = new A.KeyboardSide("KeyboardSide.all"); + B.KeyboardSide_0 = new A.KeyboardSide(0, "any"); + B.KeyboardSide_3 = new A.KeyboardSide(3, "all"); B.Latin1Decoder_false_255 = new A.Latin1Decoder(false, 255); B.Latin1Encoder_255 = new A.Latin1Encoder(255); - B.LayoutPosition_0 = new A.LayoutPosition("LayoutPosition.Bottom"); - B.LayoutPosition_1 = new A.LayoutPosition("LayoutPosition.FullBottom"); - B.LayoutPosition_2 = new A.LayoutPosition("LayoutPosition.Top"); - B.LayoutPosition_3 = new A.LayoutPosition("LayoutPosition.FullTop"); - B.LayoutPosition_4 = new A.LayoutPosition("LayoutPosition.Left"); - B.LayoutPosition_5 = new A.LayoutPosition("LayoutPosition.FullLeft"); - B.LayoutPosition_6 = new A.LayoutPosition("LayoutPosition.Right"); - B.LayoutPosition_7 = new A.LayoutPosition("LayoutPosition.FullRight"); - B.LayoutPosition_8 = new A.LayoutPosition("LayoutPosition.DrawArea"); - B.LegendDefaultMeasure_0 = new A.LegendDefaultMeasure("LegendDefaultMeasure.none"); - B.LegendDefaultMeasure_1 = new A.LegendDefaultMeasure("LegendDefaultMeasure.sum"); - B.LegendDefaultMeasure_2 = new A.LegendDefaultMeasure("LegendDefaultMeasure.average"); - B.LegendDefaultMeasure_3 = new A.LegendDefaultMeasure("LegendDefaultMeasure.firstValue"); - B.LegendDefaultMeasure_4 = new A.LegendDefaultMeasure("LegendDefaultMeasure.lastValue"); - B.LegendTapHandling_0 = new A.LegendTapHandling("LegendTapHandling.none"); - B.LegendTapHandling_1 = new A.LegendTapHandling("LegendTapHandling.hide"); + B.LayoutPosition_0 = new A.LayoutPosition(0, "Bottom"); + B.LayoutPosition_1 = new A.LayoutPosition(1, "FullBottom"); + B.LayoutPosition_2 = new A.LayoutPosition(2, "Top"); + B.LayoutPosition_3 = new A.LayoutPosition(3, "FullTop"); + B.LayoutPosition_4 = new A.LayoutPosition(4, "Left"); + B.LayoutPosition_5 = new A.LayoutPosition(5, "FullLeft"); + B.LayoutPosition_6 = new A.LayoutPosition(6, "Right"); + 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_INFO_800 = new A.Level("INFO", 800); - B.LineBreakType_1 = new A.LineBreakType("LineBreakType.prohibited"); - B.LineBreakResult_8aB = new A.LineBreakResult(0, 0, 0, B.LineBreakType_1); - B.LineBreakType_0 = new A.LineBreakType("LineBreakType.opportunity"); - B.LineBreakType_2 = new A.LineBreakType("LineBreakType.mandatory"); - B.LineBreakType_3 = new A.LineBreakType("LineBreakType.endOfText"); - B.LineCharProperty_0 = new A.LineCharProperty("LineCharProperty.CM"); - B.LineCharProperty_1 = new A.LineCharProperty("LineCharProperty.BA"); - B.LineCharProperty_10 = new A.LineCharProperty("LineCharProperty.PO"); - B.LineCharProperty_11 = new A.LineCharProperty("LineCharProperty.OP"); - B.LineCharProperty_12 = new A.LineCharProperty("LineCharProperty.CP"); - B.LineCharProperty_13 = new A.LineCharProperty("LineCharProperty.IS"); - B.LineCharProperty_14 = new A.LineCharProperty("LineCharProperty.HY"); - B.LineCharProperty_15 = new A.LineCharProperty("LineCharProperty.SY"); - B.LineCharProperty_16 = new A.LineCharProperty("LineCharProperty.NU"); - B.LineCharProperty_17 = new A.LineCharProperty("LineCharProperty.CL"); - B.LineCharProperty_18 = new A.LineCharProperty("LineCharProperty.GL"); - B.LineCharProperty_19 = new A.LineCharProperty("LineCharProperty.BB"); - B.LineCharProperty_2 = new A.LineCharProperty("LineCharProperty.LF"); - B.LineCharProperty_20 = new A.LineCharProperty("LineCharProperty.HL"); - B.LineCharProperty_21 = new A.LineCharProperty("LineCharProperty.JL"); - B.LineCharProperty_22 = new A.LineCharProperty("LineCharProperty.JV"); - B.LineCharProperty_23 = new A.LineCharProperty("LineCharProperty.JT"); - B.LineCharProperty_24 = new A.LineCharProperty("LineCharProperty.NS"); - B.LineCharProperty_25 = new A.LineCharProperty("LineCharProperty.ZW"); - B.LineCharProperty_26 = new A.LineCharProperty("LineCharProperty.ZWJ"); - B.LineCharProperty_27 = new A.LineCharProperty("LineCharProperty.B2"); - B.LineCharProperty_28 = new A.LineCharProperty("LineCharProperty.IN"); - B.LineCharProperty_29 = new A.LineCharProperty("LineCharProperty.WJ"); - B.LineCharProperty_3 = new A.LineCharProperty("LineCharProperty.BK"); - B.LineCharProperty_30 = new A.LineCharProperty("LineCharProperty.ID"); - B.LineCharProperty_31 = new A.LineCharProperty("LineCharProperty.EB"); - B.LineCharProperty_32 = new A.LineCharProperty("LineCharProperty.H2"); - B.LineCharProperty_33 = new A.LineCharProperty("LineCharProperty.H3"); - B.LineCharProperty_34 = new A.LineCharProperty("LineCharProperty.CB"); - B.LineCharProperty_35 = new A.LineCharProperty("LineCharProperty.RI"); - B.LineCharProperty_36 = new A.LineCharProperty("LineCharProperty.EM"); - B.LineCharProperty_4 = new A.LineCharProperty("LineCharProperty.CR"); - B.LineCharProperty_5 = new A.LineCharProperty("LineCharProperty.SP"); - B.LineCharProperty_6 = new A.LineCharProperty("LineCharProperty.EX"); - B.LineCharProperty_7 = new A.LineCharProperty("LineCharProperty.QU"); - B.LineCharProperty_8 = new A.LineCharProperty("LineCharProperty.AL"); - B.LineCharProperty_9 = new A.LineCharProperty("LineCharProperty.PR"); - B.LinePointHighlighterFollowLineType_0 = new A.LinePointHighlighterFollowLineType("LinePointHighlighterFollowLineType.nearest"); - B.LinePointHighlighterFollowLineType_1 = new A.LinePointHighlighterFollowLineType("LinePointHighlighterFollowLineType.none"); - B.LinePointHighlighterFollowLineType_2 = new A.LinePointHighlighterFollowLineType("LinePointHighlighterFollowLineType.all"); - B.ListTileControlAffinity_0 = new A.ListTileControlAffinity("ListTileControlAffinity.leading"); - B.ListTileControlAffinity_1 = new A.ListTileControlAffinity("ListTileControlAffinity.trailing"); - B.ListTileControlAffinity_2 = new A.ListTileControlAffinity("ListTileControlAffinity.platform"); - B.ListTileStyle_0 = new A.ListTileStyle("ListTileStyle.list"); - B.ListTileStyle_1 = new A.ListTileStyle("ListTileStyle.drawer"); - B.SizedBox_null_null_null_null = new A.SizedBox(null, null, null, null); - B.ListTileTheme_Drw = new A.ListTileTheme(false, null, B.ListTileStyle_0, null, null, null, null, null, null, null, null, null, null, B.SizedBox_null_null_null_null, null); + B.LineBreakType_1 = new A.LineBreakType(1, "prohibited"); + B.LineBreakResult_vhn = new A.LineBreakResult(0, 0, 0, B.LineBreakType_1); + B.LineBreakType_0 = new A.LineBreakType(0, "opportunity"); + B.LineBreakType_2 = new A.LineBreakType(2, "mandatory"); + B.LineBreakType_3 = new A.LineBreakType(3, "endOfText"); + B.LineCharProperty_0 = new A.LineCharProperty(0, "CM"); + B.LineCharProperty_1 = new A.LineCharProperty(1, "BA"); + B.LineCharProperty_10 = new A.LineCharProperty(10, "PO"); + B.LineCharProperty_11 = new A.LineCharProperty(11, "OP"); + B.LineCharProperty_12 = new A.LineCharProperty(12, "CP"); + B.LineCharProperty_13 = new A.LineCharProperty(13, "IS"); + B.LineCharProperty_14 = new A.LineCharProperty(14, "HY"); + B.LineCharProperty_15 = new A.LineCharProperty(15, "SY"); + B.LineCharProperty_16 = new A.LineCharProperty(16, "NU"); + B.LineCharProperty_17 = new A.LineCharProperty(17, "CL"); + B.LineCharProperty_18 = new A.LineCharProperty(18, "GL"); + B.LineCharProperty_19 = new A.LineCharProperty(19, "BB"); + B.LineCharProperty_2 = new A.LineCharProperty(2, "LF"); + B.LineCharProperty_20 = new A.LineCharProperty(20, "HL"); + B.LineCharProperty_21 = new A.LineCharProperty(21, "JL"); + B.LineCharProperty_22 = new A.LineCharProperty(22, "JV"); + B.LineCharProperty_23 = new A.LineCharProperty(23, "JT"); + B.LineCharProperty_24 = new A.LineCharProperty(24, "NS"); + B.LineCharProperty_25 = new A.LineCharProperty(25, "ZW"); + B.LineCharProperty_26 = new A.LineCharProperty(26, "ZWJ"); + B.LineCharProperty_27 = new A.LineCharProperty(27, "B2"); + B.LineCharProperty_28 = new A.LineCharProperty(28, "IN"); + B.LineCharProperty_29 = new A.LineCharProperty(29, "WJ"); + B.LineCharProperty_3 = new A.LineCharProperty(3, "BK"); + B.LineCharProperty_30 = new A.LineCharProperty(30, "ID"); + B.LineCharProperty_31 = new A.LineCharProperty(31, "EB"); + B.LineCharProperty_32 = new A.LineCharProperty(32, "H2"); + B.LineCharProperty_33 = new A.LineCharProperty(33, "H3"); + B.LineCharProperty_34 = new A.LineCharProperty(34, "CB"); + B.LineCharProperty_35 = new A.LineCharProperty(35, "RI"); + B.LineCharProperty_36 = new A.LineCharProperty(36, "EM"); + B.LineCharProperty_4 = new A.LineCharProperty(4, "CR"); + B.LineCharProperty_5 = new A.LineCharProperty(5, "SP"); + B.LineCharProperty_6 = new A.LineCharProperty(6, "EX"); + B.LineCharProperty_7 = new A.LineCharProperty(7, "QU"); + B.LineCharProperty_8 = new A.LineCharProperty(8, "AL"); + B.LineCharProperty_9 = new A.LineCharProperty(9, "PR"); + B.LinePointHighlighterFollowLineType_0 = new A.LinePointHighlighterFollowLineType(0, "nearest"); + B.LinePointHighlighterFollowLineType_1 = new A.LinePointHighlighterFollowLineType(1, "none"); + B.LinePointHighlighterFollowLineType_2 = new A.LinePointHighlighterFollowLineType(2, "all"); + B.ListTileControlAffinity_0 = new A.ListTileControlAffinity(0, "leading"); + B.ListTileControlAffinity_2 = new A.ListTileControlAffinity(2, "platform"); + B.ListTileStyle_0 = new A.ListTileStyle(0, "list"); + B.ListTileStyle_1 = new A.ListTileStyle(1, "drawer"); + B.ListTileThemeData_b9P = new A.ListTileThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null); B.Type__$ExpenseCategoryState_kyj = A.typeLiteral("_$ExpenseCategoryState"); - B.List_04 = A._setArrayType(makeConstList([B.Type_ExpenseCategoryState_58F, B.Type__$ExpenseCategoryState_kyj]), type$.JSArray_legacy_Type); + B.List_02 = A._setArrayType(makeConstList([B.Type_ExpenseCategoryState_58F, B.Type__$ExpenseCategoryState_kyj]), type$.JSArray_legacy_Type); B.Type__$ProjectEntity_kW8 = A.typeLiteral("_$ProjectEntity"); - B.List_05 = A._setArrayType(makeConstList([B.Type_ProjectEntity_mZ3, B.Type__$ProjectEntity_kW8]), type$.JSArray_legacy_Type); - B.ModifierKey_0 = new A.ModifierKey("ModifierKey.controlModifier"); - B.ModifierKey_1 = new A.ModifierKey("ModifierKey.shiftModifier"); - B.ModifierKey_2 = new A.ModifierKey("ModifierKey.altModifier"); - B.ModifierKey_3 = new A.ModifierKey("ModifierKey.metaModifier"); - B.ModifierKey_4 = new A.ModifierKey("ModifierKey.capsLockModifier"); - B.ModifierKey_5 = new A.ModifierKey("ModifierKey.numLockModifier"); - B.ModifierKey_6 = new A.ModifierKey("ModifierKey.scrollLockModifier"); - B.ModifierKey_7 = new A.ModifierKey("ModifierKey.functionModifier"); - B.ModifierKey_8 = new A.ModifierKey("ModifierKey.symbolModifier"); - B.List_01 = 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.List_00 = 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]), type$.JSArray_legacy_EmailTemplate); - B.List_0 = 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]), type$.JSArray_legacy_ClientReportFields); + B.List_03 = A._setArrayType(makeConstList([B.Type_ProjectEntity_mZ3, B.Type__$ProjectEntity_kW8]), type$.JSArray_legacy_Type); + B.List_0 = 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]), type$.JSArray_legacy_EmailTemplate); 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); @@ -435107,13 +437436,17 @@ 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.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_2No0 = A._setArrayType(makeConstList([B.Type_SubscriptionEntity_Wl2, B.Type__$SubscriptionEntity_G1q]), type$.JSArray_legacy_Type); + B.List_2No = 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]), type$.JSArray_legacy_ClientReportFields); 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_2Vk1 = A._setArrayType(makeConstList([B.Type_CompanyGatewayListResponse_6aG, B.Type__$CompanyGatewayListResponse_XJ7]), type$.JSArray_legacy_Type); 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([47, 47, 47, 47, 72, 97, 122, 147]), 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.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); @@ -435129,8 +437462,37 @@ 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_3US = A._setArrayType(makeConstList(["S", "M", "T", "W", "T", "F", "S"]), 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"); + B.ModifierKey_3 = new A.ModifierKey(3, "metaModifier"); + B.ModifierKey_4 = new A.ModifierKey(4, "capsLockModifier"); + B.ModifierKey_5 = new A.ModifierKey(5, "numLockModifier"); + B.ModifierKey_6 = new A.ModifierKey(6, "scrollLockModifier"); + B.ModifierKey_7 = new A.ModifierKey(7, "functionModifier"); + B.ModifierKey_8 = new A.ModifierKey(8, "symbolModifier"); + 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.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.TaxRateReportFields_0 = new A.TaxRateReportFields(0, "client"); + B.TaxRateReportFields_1 = new A.TaxRateReportFields(1, "invoice"); + B.TaxRateReportFields_2 = new A.TaxRateReportFields(2, "invoice_amount"); + B.TaxRateReportFields_3 = new A.TaxRateReportFields(3, "invoice_date"); + B.TaxRateReportFields_4 = new A.TaxRateReportFields(4, "payment_date"); + B.TaxRateReportFields_5 = new A.TaxRateReportFields(5, "tax_name"); + B.TaxRateReportFields_6 = new A.TaxRateReportFields(6, "tax_rate"); + B.TaxRateReportFields_7 = new A.TaxRateReportFields(7, "tax_amount"); + B.TaxRateReportFields_8 = new A.TaxRateReportFields(8, "tax_paid"); + B.TaxRateReportFields_9 = new A.TaxRateReportFields(9, "payment_amount"); + B.TaxRateReportFields_10 = new A.TaxRateReportFields(10, "currency"); + B.List_4mv = A._setArrayType(makeConstList([B.TaxRateReportFields_0, B.TaxRateReportFields_1, B.TaxRateReportFields_2, B.TaxRateReportFields_3, B.TaxRateReportFields_4, B.TaxRateReportFields_5, B.TaxRateReportFields_6, B.TaxRateReportFields_7, B.TaxRateReportFields_8, B.TaxRateReportFields_9, B.TaxRateReportFields_10]), type$.JSArray_legacy_TaxRateReportFields); 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.Type_EIw = A.typeLiteral("_$PreImportResponseEntityDetails"); @@ -435151,29 +437513,6 @@ 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_6xs = A._setArrayType(makeConstList(["Before Christ", "Anno Domini"]), type$.JSArray_legacy_String); - B.TaskReportFields_0 = new A.TaskReportFields("TaskReportFields.rate"); - B.TaskReportFields_1 = new A.TaskReportFields("TaskReportFields.calculated_rate"); - B.TaskReportFields_2 = new A.TaskReportFields("TaskReportFields.start_time"); - B.TaskReportFields_3 = new A.TaskReportFields("TaskReportFields.end_time"); - B.TaskReportFields_4 = new A.TaskReportFields("TaskReportFields.duration"); - B.TaskReportFields_5 = new A.TaskReportFields("TaskReportFields.description"); - B.TaskReportFields_6 = new A.TaskReportFields("TaskReportFields.invoice"); - B.TaskReportFields_7 = new A.TaskReportFields("TaskReportFields.invoice_amount"); - B.TaskReportFields_8 = new A.TaskReportFields("TaskReportFields.invoice_date"); - B.TaskReportFields_9 = new A.TaskReportFields("TaskReportFields.invoice_due_date"); - B.TaskReportFields_10 = new A.TaskReportFields("TaskReportFields.project"); - B.TaskReportFields_11 = new A.TaskReportFields("TaskReportFields.client"); - B.TaskReportFields_12 = new A.TaskReportFields("TaskReportFields.client_balance"); - B.TaskReportFields_13 = new A.TaskReportFields("TaskReportFields.client_address1"); - B.TaskReportFields_14 = new A.TaskReportFields("TaskReportFields.client_address2"); - B.TaskReportFields_15 = new A.TaskReportFields("TaskReportFields.client_shipping_address1"); - B.TaskReportFields_16 = new A.TaskReportFields("TaskReportFields.client_shipping_address2"); - B.TaskReportFields_17 = new A.TaskReportFields("TaskReportFields.task1"); - B.TaskReportFields_18 = new A.TaskReportFields("TaskReportFields.task2"); - B.TaskReportFields_19 = new A.TaskReportFields("TaskReportFields.task3"); - B.TaskReportFields_20 = new A.TaskReportFields("TaskReportFields.task4"); - B.TaskReportFields_21 = new A.TaskReportFields("TaskReportFields.status"); - B.List_7BT = 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]), type$.JSArray_legacy_TaskReportFields); 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); @@ -435199,9 +437538,11 @@ B.List_AM_PM = A._setArrayType(makeConstList(["AM", "PM"]), type$.JSArray_legacy_String); 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_APm = 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]), type$.JSArray_legacy_ContactReportFields); 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_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_Avr = A._setArrayType(makeConstList(["ar", "bg", "ca", "cs", "da", "de", "el", "en", "en_GB", "en_AU", "es", "es_ES", "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_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); @@ -435212,7 +437553,7 @@ 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_empty19 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_int); + B.List_empty21 = 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); @@ -435252,7 +437593,13 @@ 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_empty19, 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_empty21, 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.Color_637534208 = new A.Color(637534208); + B.Offset_0_3 = new A.Offset(0, 3); + B.BoxShadow_oyn = new A.BoxShadow(0, B.BlurStyle_0, B.Color_637534208, B.Offset_0_3, 8); + B.Color_251658240 = new A.Color(251658240); + B.BoxShadow_oyn0 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_251658240, B.Offset_0_3, 1); + B.List_CQc = A._setArrayType(makeConstList([B.BoxShadow_oyn, B.BoxShadow_oyn0]), 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.Type__$CompanyEntity_4GP = A.typeLiteral("_$CompanyEntity"); @@ -435261,23 +437608,6 @@ B.List_E4Q = A._setArrayType(makeConstList([B.Type_ProductState_jr5, B.Type__$ProductState_sxB]), type$.JSArray_legacy_Type); B.List_E7y = A._setArrayType(makeConstList([1, 2, 3, 4, 6, 12, 24]), type$.JSArray_legacy_int); B.List_ECn = A._setArrayType(makeConstList(["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]), type$.JSArray_legacy_String); - B.ProfitAndLossReportFields_0 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.client"); - B.ProfitAndLossReportFields_1 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.client_address1"); - B.ProfitAndLossReportFields_2 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.client_address2"); - B.ProfitAndLossReportFields_3 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.client_city"); - B.ProfitAndLossReportFields_4 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.client_state"); - B.ProfitAndLossReportFields_5 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.client_country"); - B.ProfitAndLossReportFields_6 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.vendor"); - B.ProfitAndLossReportFields_7 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.vendor_address1"); - B.ProfitAndLossReportFields_8 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.vendor_address2"); - B.ProfitAndLossReportFields_9 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.vendor_city"); - B.ProfitAndLossReportFields_10 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.vendor_state"); - B.ProfitAndLossReportFields_11 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.vendor_country"); - B.ProfitAndLossReportFields_12 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.type"); - B.ProfitAndLossReportFields_13 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.amount"); - B.ProfitAndLossReportFields_14 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.date"); - B.ProfitAndLossReportFields_15 = new A.ProfitAndLossReportFields("ProfitAndLossReportFields.category"); - B.List_EKR = 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]), type$.JSArray_legacy_ProfitAndLossReportFields); 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.Type_ClientListResponse_apS = A.typeLiteral("ClientListResponse"); @@ -435287,26 +437617,57 @@ B.List_FIw = A._setArrayType(makeConstList([B.Type_PaymentableEntity_e3c, B.Type__$PaymentableEntity_rUw]), type$.JSArray_legacy_Type); 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.PaymentReportFields_0 = new A.PaymentReportFields("PaymentReportFields.number"); - B.PaymentReportFields_1 = new A.PaymentReportFields("PaymentReportFields.amount"); - B.PaymentReportFields_2 = new A.PaymentReportFields("PaymentReportFields.client"); - B.PaymentReportFields_3 = new A.PaymentReportFields("PaymentReportFields.client_balance"); - B.PaymentReportFields_4 = new A.PaymentReportFields("PaymentReportFields.client_address1"); - B.PaymentReportFields_5 = new A.PaymentReportFields("PaymentReportFields.client_address2"); - B.PaymentReportFields_6 = new A.PaymentReportFields("PaymentReportFields.client_shipping_address1"); - B.PaymentReportFields_7 = new A.PaymentReportFields("PaymentReportFields.client_shipping_address2"); - B.PaymentReportFields_8 = new A.PaymentReportFields("PaymentReportFields.transaction_reference"); - B.PaymentReportFields_9 = new A.PaymentReportFields("PaymentReportFields.date"); - B.PaymentReportFields_10 = new A.PaymentReportFields("PaymentReportFields.type"); - B.PaymentReportFields_11 = new A.PaymentReportFields("PaymentReportFields.payment1"); - B.PaymentReportFields_12 = new A.PaymentReportFields("PaymentReportFields.payment2"); - B.PaymentReportFields_13 = new A.PaymentReportFields("PaymentReportFields.payment3"); - B.PaymentReportFields_14 = new A.PaymentReportFields("PaymentReportFields.payment4"); - B.PaymentReportFields_15 = new A.PaymentReportFields("PaymentReportFields.exchange_rate"); - B.PaymentReportFields_16 = new A.PaymentReportFields("PaymentReportFields.converted_amount"); - B.List_Fb0 = 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]), type$.JSArray_legacy_PaymentReportFields); 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.QuoteReportFields_0 = new A.QuoteReportFields(0, "amount"); + B.QuoteReportFields_1 = new A.QuoteReportFields(1, "converted_amount"); + B.QuoteReportFields_2 = new A.QuoteReportFields(2, "client"); + B.QuoteReportFields_3 = new A.QuoteReportFields(3, "client_balance"); + B.QuoteReportFields_4 = new A.QuoteReportFields(4, "client_address1"); + B.QuoteReportFields_5 = new A.QuoteReportFields(5, "client_address2"); + B.QuoteReportFields_6 = new A.QuoteReportFields(6, "client_shipping_address1"); + B.QuoteReportFields_7 = new A.QuoteReportFields(7, "client_shipping_address2"); + B.QuoteReportFields_8 = new A.QuoteReportFields(8, "client_country"); + B.QuoteReportFields_9 = new A.QuoteReportFields(9, "status"); + B.QuoteReportFields_10 = new A.QuoteReportFields(10, "number"); + B.QuoteReportFields_11 = new A.QuoteReportFields(11, "discount"); + B.QuoteReportFields_12 = new A.QuoteReportFields(12, "po_number"); + B.QuoteReportFields_13 = new A.QuoteReportFields(13, "date"); + B.QuoteReportFields_14 = new A.QuoteReportFields(14, "partial_due_date"); + B.QuoteReportFields_15 = new A.QuoteReportFields(15, "valid_until"); + B.QuoteReportFields_16 = new A.QuoteReportFields(16, "partial"); + B.QuoteReportFields_17 = new A.QuoteReportFields(17, "auto_bill"); + B.QuoteReportFields_18 = new A.QuoteReportFields(18, "invoice1"); + B.QuoteReportFields_19 = new A.QuoteReportFields(19, "invoice2"); + B.QuoteReportFields_20 = new A.QuoteReportFields(20, "invoice3"); + B.QuoteReportFields_21 = new A.QuoteReportFields(21, "invoice4"); + B.QuoteReportFields_22 = new A.QuoteReportFields(22, "surcharge1"); + B.QuoteReportFields_23 = new A.QuoteReportFields(23, "surcharge2"); + B.QuoteReportFields_24 = new A.QuoteReportFields(24, "surcharge3"); + B.QuoteReportFields_25 = new A.QuoteReportFields(25, "surcharge4"); + B.QuoteReportFields_26 = new A.QuoteReportFields(26, "updated_at"); + B.QuoteReportFields_27 = new A.QuoteReportFields(27, "archived_at"); + B.QuoteReportFields_28 = new A.QuoteReportFields(28, "is_deleted"); + B.QuoteReportFields_29 = new A.QuoteReportFields(29, "is_approved"); + B.QuoteReportFields_30 = new A.QuoteReportFields(30, "tax_amount"); + B.QuoteReportFields_31 = new A.QuoteReportFields(31, "net_amount"); + B.QuoteReportFields_32 = new A.QuoteReportFields(32, "exchange_rate"); + B.QuoteReportFields_33 = new A.QuoteReportFields(33, "public_notes"); + B.QuoteReportFields_34 = new A.QuoteReportFields(34, "private_notes"); + B.QuoteReportFields_35 = new A.QuoteReportFields(35, "client_vat_number"); + B.QuoteReportFields_36 = new A.QuoteReportFields(36, "client_city"); + B.QuoteReportFields_37 = new A.QuoteReportFields(37, "client_postal_code"); + B.QuoteReportFields_38 = new A.QuoteReportFields(38, "tax_rate1"); + B.QuoteReportFields_39 = new A.QuoteReportFields(39, "tax_rate2"); + B.QuoteReportFields_40 = new A.QuoteReportFields(40, "tax_rate3"); + B.QuoteReportFields_41 = new A.QuoteReportFields(41, "tax_name1"); + B.QuoteReportFields_42 = new A.QuoteReportFields(42, "tax_name2"); + B.QuoteReportFields_43 = new A.QuoteReportFields(43, "tax_name3"); + B.QuoteReportFields_44 = new A.QuoteReportFields(44, "currency"); + B.QuoteReportFields_45 = new A.QuoteReportFields(45, "is_viewed"); + B.QuoteReportFields_46 = new A.QuoteReportFields(46, "assigned_to"); + B.QuoteReportFields_47 = new A.QuoteReportFields(47, "created_by"); + B.List_Fcu = 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]), type$.JSArray_legacy_QuoteReportFields); B.Type_TimezoneListResponse_alh = A.typeLiteral("TimezoneListResponse"); B.Type__$TimezoneListResponse_43h = A.typeLiteral("_$TimezoneListResponse"); B.List_FeN = A._setArrayType(makeConstList([B.Type_TimezoneListResponse_alh, B.Type__$TimezoneListResponse_43h]), type$.JSArray_legacy_Type); @@ -435317,6 +437678,26 @@ B.List_Fgs = A._setArrayType(makeConstList([B.Type_ProjectState_OLY, B.Type__$ProjectState_ynv]), type$.JSArray_legacy_Type); 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.WordCharProperty_0 = new A.WordCharProperty(0, "DoubleQuote"); + B.WordCharProperty_1 = new A.WordCharProperty(1, "SingleQuote"); + B.WordCharProperty_2 = new A.WordCharProperty(2, "HebrewLetter"); + B.WordCharProperty_3 = new A.WordCharProperty(3, "CR"); + B.WordCharProperty_4 = new A.WordCharProperty(4, "LF"); + B.WordCharProperty_5 = new A.WordCharProperty(5, "Newline"); + B.WordCharProperty_6 = new A.WordCharProperty(6, "Extend"); + B.WordCharProperty_7 = new A.WordCharProperty(7, "RegionalIndicator"); + B.WordCharProperty_8 = new A.WordCharProperty(8, "Format"); + B.WordCharProperty_9 = new A.WordCharProperty(9, "Katakana"); + B.WordCharProperty_10 = new A.WordCharProperty(10, "ALetter"); + B.WordCharProperty_11 = new A.WordCharProperty(11, "MidLetter"); + B.WordCharProperty_12 = new A.WordCharProperty(12, "MidNum"); + B.WordCharProperty_13 = new A.WordCharProperty(13, "MidNumLet"); + B.WordCharProperty_14 = new A.WordCharProperty(14, "Numeric"); + B.WordCharProperty_15 = new A.WordCharProperty(15, "ExtendNumLet"); + B.WordCharProperty_16 = new A.WordCharProperty(16, "ZWJ"); + 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.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); @@ -435346,36 +437727,19 @@ 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.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_HB4 = 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]), type$.JSArray_legacy_ContactReportFields); 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.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_Hn1 = A._setArrayType(makeConstList(["ca", "cs", "da", "de", "el", "en", "en_GB", "en_AU", "es", "es_ES", "fi", "fr", "fr_CA", "hr", "it", "ja", "lt", "mk_MK", "nb_NO", "nl", "pl", "pt_BR", "pt_PT", "ro", "ru_RU", "sl", "sq", "sr_RS", "sv", "th", "tr_TR", "bg"]), 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_I2K = A._setArrayType(makeConstList([B.ActionPaneType_0, B.ActionPaneType_1, B.ActionPaneType_2]), A.findType("JSArray")); 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.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._TimePickerMode_0 = new A._TimePickerMode(0, "_TimePickerMode.hour"); - B._TimePickerMode_1 = new A._TimePickerMode(1, "_TimePickerMode.minute"); - B.List_IVQ = A._setArrayType(makeConstList([B._TimePickerMode_0, B._TimePickerMode_1]), A.findType("JSArray<_TimePickerMode*>")); - B.ProductReportFields_0 = new A.ProductReportFields("ProductReportFields.name"); - B.ProductReportFields_1 = new A.ProductReportFields("ProductReportFields.price"); - B.ProductReportFields_2 = new A.ProductReportFields("ProductReportFields.description"); - B.ProductReportFields_3 = new A.ProductReportFields("ProductReportFields.cost"); - B.ProductReportFields_4 = new A.ProductReportFields("ProductReportFields.quantity"); - B.ProductReportFields_5 = new A.ProductReportFields("ProductReportFields.tax_rate1"); - B.ProductReportFields_6 = new A.ProductReportFields("ProductReportFields.tax_rate2"); - B.ProductReportFields_7 = new A.ProductReportFields("ProductReportFields.tax_rate3"); - B.ProductReportFields_8 = new A.ProductReportFields("ProductReportFields.product1"); - B.ProductReportFields_9 = new A.ProductReportFields("ProductReportFields.product2"); - B.ProductReportFields_10 = new A.ProductReportFields("ProductReportFields.product3"); - B.ProductReportFields_11 = new A.ProductReportFields("ProductReportFields.product4"); - B.List_IwX = 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]), type$.JSArray_legacy_ProductReportFields); 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.Type__$HealthCheckPHPResponse_03G = A.typeLiteral("_$HealthCheckPHPResponse"); @@ -435393,20 +437757,57 @@ 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_KIf = A._setArrayType(makeConstList([0, 0, 26498, 1023, 65534, 34815, 65534, 18431]), type$.JSArray_legacy_int); + 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"); + B.ProfitAndLossReportFields_3 = new A.ProfitAndLossReportFields(3, "client_city"); + B.ProfitAndLossReportFields_4 = new A.ProfitAndLossReportFields(4, "client_state"); + B.ProfitAndLossReportFields_5 = new A.ProfitAndLossReportFields(5, "client_country"); + B.ProfitAndLossReportFields_6 = new A.ProfitAndLossReportFields(6, "vendor"); + B.ProfitAndLossReportFields_7 = new A.ProfitAndLossReportFields(7, "vendor_address1"); + B.ProfitAndLossReportFields_8 = new A.ProfitAndLossReportFields(8, "vendor_address2"); + B.ProfitAndLossReportFields_9 = new A.ProfitAndLossReportFields(9, "vendor_city"); + B.ProfitAndLossReportFields_10 = new A.ProfitAndLossReportFields(10, "vendor_state"); + B.ProfitAndLossReportFields_11 = new A.ProfitAndLossReportFields(11, "vendor_country"); + B.ProfitAndLossReportFields_12 = new A.ProfitAndLossReportFields(12, "type"); + B.ProfitAndLossReportFields_13 = new A.ProfitAndLossReportFields(13, "amount"); + B.ProfitAndLossReportFields_14 = new A.ProfitAndLossReportFields(14, "date"); + B.ProfitAndLossReportFields_15 = new A.ProfitAndLossReportFields(15, "category"); + B.List_KLa = 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]), type$.JSArray_legacy_ProfitAndLossReportFields); 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.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_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.C_ActivateIntent = new A.ActivateIntent(); - B.ScrollIncrementType_1 = new A.ScrollIncrementType("ScrollIncrementType.page"); - B.ScrollIntent_R43 = new A.ScrollIntent(B.AxisDirection_2, B.ScrollIncrementType_1); - B.List_L3K = A._setArrayType(makeConstList([B.C_ActivateIntent, B.ScrollIntent_R43]), A.findType("JSArray")); 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.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_MEg = 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]), type$.JSArray_legacy_CreditReportFields); + B.TaskReportFields_0 = new A.TaskReportFields(0, "rate"); + B.TaskReportFields_1 = new A.TaskReportFields(1, "calculated_rate"); + B.TaskReportFields_2 = new A.TaskReportFields(2, "start_time"); + B.TaskReportFields_3 = new A.TaskReportFields(3, "end_time"); + B.TaskReportFields_4 = new A.TaskReportFields(4, "duration"); + B.TaskReportFields_5 = new A.TaskReportFields(5, "description"); + B.TaskReportFields_6 = new A.TaskReportFields(6, "invoice"); + B.TaskReportFields_7 = new A.TaskReportFields(7, "invoice_amount"); + B.TaskReportFields_8 = new A.TaskReportFields(8, "invoice_date"); + B.TaskReportFields_9 = new A.TaskReportFields(9, "invoice_due_date"); + B.TaskReportFields_10 = new A.TaskReportFields(10, "project"); + B.TaskReportFields_11 = new A.TaskReportFields(11, "client"); + B.TaskReportFields_12 = new A.TaskReportFields(12, "client_balance"); + B.TaskReportFields_13 = new A.TaskReportFields(13, "client_address1"); + B.TaskReportFields_14 = new A.TaskReportFields(14, "client_address2"); + B.TaskReportFields_15 = new A.TaskReportFields(15, "client_shipping_address1"); + B.TaskReportFields_16 = new A.TaskReportFields(16, "client_shipping_address2"); + B.TaskReportFields_17 = new A.TaskReportFields(17, "task1"); + B.TaskReportFields_18 = new A.TaskReportFields(18, "task2"); + B.TaskReportFields_19 = new A.TaskReportFields(19, "task3"); + B.TaskReportFields_20 = new A.TaskReportFields(20, "task4"); + B.TaskReportFields_21 = new A.TaskReportFields(21, "status"); + B.TaskReportFields_22 = new A.TaskReportFields(22, "assigned_to"); + B.TaskReportFields_23 = new A.TaskReportFields(23, "created_by"); + B.List_MMm = 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]), type$.JSArray_legacy_TaskReportFields); 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); @@ -435418,11 +437819,13 @@ B.List_MYA = A._setArrayType(makeConstList([B.Type_DocumentListResponse_AEn, B.Type__$DocumentListResponse_okl]), type$.JSArray_legacy_Type); B.Type__$DashboardUISettings_cM5 = A.typeLiteral("_$DashboardUISettings"); B.List_MYE = A._setArrayType(makeConstList([B.Type_DashboardUISettings_cg9, B.Type__$DashboardUISettings_cM5]), type$.JSArray_legacy_Type); + 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.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.List_MnH = 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"]), type$.JSArray_legacy_String); - B.List_NI2 = A._setArrayType(makeConstList([B.DatePickerEntryMode_0, B.DatePickerEntryMode_1, B.DatePickerEntryMode_2, B.DatePickerEntryMode_3]), A.findType("JSArray")); 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"); @@ -435451,6 +437854,7 @@ B.Type__$ReportSettingsEntity_inD = A.typeLiteral("_$ReportSettingsEntity"); B.List_QLF = A._setArrayType(makeConstList([B.Type_ReportSettingsEntity_piR, B.Type__$ReportSettingsEntity_inD]), type$.JSArray_legacy_Type); 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_QcJ = 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]), type$.JSArray_legacy_ExpenseReportFields); 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); @@ -435459,18 +437863,6 @@ B.List_QgW0 = A._setArrayType(makeConstList([B.Type_SubscriptionListResponse_uzU, B.Type__$SubscriptionListResponse_pM4]), type$.JSArray_legacy_Type); 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.TaxRateReportFields_0 = new A.TaxRateReportFields("TaxRateReportFields.client"); - B.TaxRateReportFields_1 = new A.TaxRateReportFields("TaxRateReportFields.invoice"); - B.TaxRateReportFields_2 = new A.TaxRateReportFields("TaxRateReportFields.invoice_amount"); - B.TaxRateReportFields_3 = new A.TaxRateReportFields("TaxRateReportFields.invoice_date"); - B.TaxRateReportFields_4 = new A.TaxRateReportFields("TaxRateReportFields.payment_date"); - B.TaxRateReportFields_5 = new A.TaxRateReportFields("TaxRateReportFields.tax_name"); - B.TaxRateReportFields_6 = new A.TaxRateReportFields("TaxRateReportFields.tax_rate"); - B.TaxRateReportFields_7 = new A.TaxRateReportFields("TaxRateReportFields.tax_amount"); - B.TaxRateReportFields_8 = new A.TaxRateReportFields("TaxRateReportFields.tax_paid"); - B.TaxRateReportFields_9 = new A.TaxRateReportFields("TaxRateReportFields.payment_amount"); - B.TaxRateReportFields_10 = new A.TaxRateReportFields("TaxRateReportFields.currency"); - B.List_QsP = A._setArrayType(makeConstList([B.TaxRateReportFields_0, B.TaxRateReportFields_1, B.TaxRateReportFields_2, B.TaxRateReportFields_3, B.TaxRateReportFields_4, B.TaxRateReportFields_5, B.TaxRateReportFields_6, B.TaxRateReportFields_7, B.TaxRateReportFields_8, B.TaxRateReportFields_9, B.TaxRateReportFields_10]), type$.JSArray_legacy_TaxRateReportFields); B.Type__$ContactEntity_GhK = A.typeLiteral("_$ContactEntity"); B.List_QsZ = A._setArrayType(makeConstList([B.Type_ContactEntity_RvJ, B.Type__$ContactEntity_GhK]), type$.JSArray_legacy_Type); B.Type_TaxRateListResponse_2jN = A.typeLiteral("TaxRateListResponse"); @@ -435493,6 +437885,16 @@ 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.TaxRateReportFields_00 = new A.TaxRateReportFields0(0, "client"); + B.TaxRateReportFields_11 = new A.TaxRateReportFields0(1, "number"); + B.TaxRateReportFields_20 = new A.TaxRateReportFields0(2, "amount"); + B.TaxRateReportFields_30 = new A.TaxRateReportFields0(3, "date"); + B.TaxRateReportFields_40 = new A.TaxRateReportFields0(4, "tax_name"); + B.TaxRateReportFields_50 = new A.TaxRateReportFields0(5, "tax_rate"); + B.TaxRateReportFields_60 = new A.TaxRateReportFields0(6, "tax_amount"); + B.TaxRateReportFields_70 = new A.TaxRateReportFields0(7, "tax_paid"); + B.TaxRateReportFields_80 = new A.TaxRateReportFields0(8, "currency"); + B.List_San = A._setArrayType(makeConstList([B.TaxRateReportFields_00, B.TaxRateReportFields_11, B.TaxRateReportFields_20, B.TaxRateReportFields_30, B.TaxRateReportFields_40, B.TaxRateReportFields_50, B.TaxRateReportFields_60, B.TaxRateReportFields_70, B.TaxRateReportFields_80]), type$.JSArray_legacy_TaxRateReportFields_2); 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); @@ -435503,58 +437905,12 @@ 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.QuoteReportFields_0 = new A.QuoteReportFields("QuoteReportFields.amount"); - B.QuoteReportFields_1 = new A.QuoteReportFields("QuoteReportFields.converted_amount"); - B.QuoteReportFields_2 = new A.QuoteReportFields("QuoteReportFields.client"); - B.QuoteReportFields_3 = new A.QuoteReportFields("QuoteReportFields.client_balance"); - B.QuoteReportFields_4 = new A.QuoteReportFields("QuoteReportFields.client_address1"); - B.QuoteReportFields_5 = new A.QuoteReportFields("QuoteReportFields.client_address2"); - B.QuoteReportFields_6 = new A.QuoteReportFields("QuoteReportFields.client_shipping_address1"); - B.QuoteReportFields_7 = new A.QuoteReportFields("QuoteReportFields.client_shipping_address2"); - B.QuoteReportFields_8 = new A.QuoteReportFields("QuoteReportFields.client_country"); - B.QuoteReportFields_9 = new A.QuoteReportFields("QuoteReportFields.status"); - B.QuoteReportFields_10 = new A.QuoteReportFields("QuoteReportFields.number"); - B.QuoteReportFields_11 = new A.QuoteReportFields("QuoteReportFields.discount"); - B.QuoteReportFields_12 = new A.QuoteReportFields("QuoteReportFields.po_number"); - B.QuoteReportFields_13 = new A.QuoteReportFields("QuoteReportFields.date"); - B.QuoteReportFields_14 = new A.QuoteReportFields("QuoteReportFields.partial_due_date"); - B.QuoteReportFields_15 = new A.QuoteReportFields("QuoteReportFields.valid_until"); - B.QuoteReportFields_16 = new A.QuoteReportFields("QuoteReportFields.partial"); - B.QuoteReportFields_17 = new A.QuoteReportFields("QuoteReportFields.auto_bill"); - B.QuoteReportFields_18 = new A.QuoteReportFields("QuoteReportFields.invoice1"); - B.QuoteReportFields_19 = new A.QuoteReportFields("QuoteReportFields.invoice2"); - B.QuoteReportFields_20 = new A.QuoteReportFields("QuoteReportFields.invoice3"); - B.QuoteReportFields_21 = new A.QuoteReportFields("QuoteReportFields.invoice4"); - B.QuoteReportFields_22 = new A.QuoteReportFields("QuoteReportFields.surcharge1"); - B.QuoteReportFields_23 = new A.QuoteReportFields("QuoteReportFields.surcharge2"); - B.QuoteReportFields_24 = new A.QuoteReportFields("QuoteReportFields.surcharge3"); - B.QuoteReportFields_25 = new A.QuoteReportFields("QuoteReportFields.surcharge4"); - B.QuoteReportFields_26 = new A.QuoteReportFields("QuoteReportFields.updated_at"); - B.QuoteReportFields_27 = new A.QuoteReportFields("QuoteReportFields.archived_at"); - B.QuoteReportFields_28 = new A.QuoteReportFields("QuoteReportFields.is_deleted"); - B.QuoteReportFields_29 = new A.QuoteReportFields("QuoteReportFields.is_approved"); - B.QuoteReportFields_30 = new A.QuoteReportFields("QuoteReportFields.tax_amount"); - B.QuoteReportFields_31 = new A.QuoteReportFields("QuoteReportFields.net_amount"); - B.QuoteReportFields_32 = new A.QuoteReportFields("QuoteReportFields.exchange_rate"); - B.QuoteReportFields_33 = new A.QuoteReportFields("QuoteReportFields.public_notes"); - B.QuoteReportFields_34 = new A.QuoteReportFields("QuoteReportFields.private_notes"); - B.QuoteReportFields_35 = new A.QuoteReportFields("QuoteReportFields.client_vat_number"); - B.QuoteReportFields_36 = new A.QuoteReportFields("QuoteReportFields.client_city"); - B.QuoteReportFields_37 = new A.QuoteReportFields("QuoteReportFields.client_postal_code"); - B.QuoteReportFields_38 = new A.QuoteReportFields("QuoteReportFields.tax_rate1"); - B.QuoteReportFields_39 = new A.QuoteReportFields("QuoteReportFields.tax_rate2"); - B.QuoteReportFields_40 = new A.QuoteReportFields("QuoteReportFields.tax_rate3"); - B.QuoteReportFields_41 = new A.QuoteReportFields("QuoteReportFields.tax_name1"); - B.QuoteReportFields_42 = new A.QuoteReportFields("QuoteReportFields.tax_name2"); - B.QuoteReportFields_43 = new A.QuoteReportFields("QuoteReportFields.tax_name3"); - B.QuoteReportFields_44 = new A.QuoteReportFields("QuoteReportFields.currency"); - B.List_T3Q = 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]), type$.JSArray_legacy_QuoteReportFields); 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.TextAffinity_0 = new A.TextAffinity("TextAffinity.upstream"); + 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, "TextDirection.rtl"); - B.TextDirection_1 = new A.TextDirection(1, "TextDirection.ltr"); + B.TextDirection_0 = new A.TextDirection(0, "rtl"); + B.TextDirection_1 = new A.TextDirection(1, "ltr"); B.List_TextDirection_0_TextDirection_1 = A._setArrayType(makeConstList([B.TextDirection_0, B.TextDirection_1]), A.findType("JSArray")); B.Type__$SubscriptionUIState_mR7 = A.typeLiteral("_$SubscriptionUIState"); B.List_Tfa = A._setArrayType(makeConstList([B.Type_SubscriptionUIState_jf1, B.Type__$SubscriptionUIState_mR7]), type$.JSArray_legacy_Type); @@ -435571,6 +437927,38 @@ 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.Permission_0 = new A.Permission(0); + B.Permission_1 = new A.Permission(1); + B.Permission_2 = new A.Permission(2); + B.PermissionWithService_3 = new A.PermissionWithService(3); + B.PermissionWithService_4 = new A.PermissionWithService(4); + B.PermissionWithService_5 = new A.PermissionWithService(5); + B.Permission_6 = new A.Permission(6); + B.Permission_7 = new A.Permission(7); + B.PermissionWithService_8 = new A.PermissionWithService(8); + B.Permission_9 = new A.Permission(9); + B.Permission_10 = new A.Permission(10); + B.Permission_11 = new A.Permission(11); + B.Permission_12 = new A.Permission(12); + B.Permission_13 = new A.Permission(13); + B.Permission_14 = new A.Permission(14); + B.Permission_15 = new A.Permission(15); + B.Permission_16 = new A.Permission(16); + B.Permission_17 = new A.Permission(17); + B.Permission_18 = new A.Permission(18); + B.Permission_19 = new A.Permission(19); + B.Permission_20 = new A.Permission(20); + B.Permission_21 = new A.Permission(21); + B.Permission_22 = new A.Permission(22); + B.Permission_23 = new A.Permission(23); + B.Permission_24 = new A.Permission(24); + B.Permission_25 = new A.Permission(25); + B.Permission_26 = new A.Permission(26); + B.Permission_27 = new A.Permission(27); + B.Permission_28 = new A.Permission(28); + B.Permission_29 = new A.Permission(29); + B.Permission_30 = new A.Permission(30); + 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.Type_StaticDataItemResponse_6WV = A.typeLiteral("StaticDataItemResponse"); @@ -435581,6 +437969,19 @@ 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._DecorationSlot_0 = new A._DecorationSlot(0, "icon"); + B._DecorationSlot_1 = new A._DecorationSlot(1, "input"); + B._DecorationSlot_2 = new A._DecorationSlot(2, "label"); + B._DecorationSlot_3 = new A._DecorationSlot(3, "hint"); + B._DecorationSlot_4 = new A._DecorationSlot(4, "prefix"); + B._DecorationSlot_5 = new A._DecorationSlot(5, "suffix"); + B._DecorationSlot_6 = new A._DecorationSlot(6, "prefixIcon"); + B._DecorationSlot_7 = new A._DecorationSlot(7, "suffixIcon"); + 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_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.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.Type__$UserTwoFactorData_B8J = A.typeLiteral("_$UserTwoFactorData"); @@ -435589,13 +437990,7 @@ 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_WB4 = A._setArrayType(makeConstList([31, -1, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]), type$.JSArray_legacy_int); - B.TextAlign_0 = new A.TextAlign(0, "TextAlign.left"); - B.TextAlign_1 = new A.TextAlign(1, "TextAlign.right"); - B.TextAlign_2 = new A.TextAlign(2, "TextAlign.center"); - B.TextAlign_3 = new A.TextAlign(3, "TextAlign.justify"); - B.TextAlign_4 = new A.TextAlign(4, "TextAlign.start"); - B.TextAlign_5 = new A.TextAlign(5, "TextAlign.end"); - B.List_WPl = 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_Wii = 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]), type$.JSArray_legacy_InvoiceItemReportFields); 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_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); @@ -435608,6 +438003,7 @@ 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.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_YT6 = A._setArrayType(makeConstList([B.DatePickerEntryMode_0, B.DatePickerEntryMode_1, B.DatePickerEntryMode_2, B.DatePickerEntryMode_3]), A.findType("JSArray")); B.Color_4294962158 = new A.Color(4294962158); B.Color_4294954450 = new A.Color(4294954450); B.Color_4293892762 = new A.Color(4293892762); @@ -435820,6 +438216,7 @@ 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_Yb0 = A._setArrayType(makeConstList([B.FinderPatternPosition_0, B.FinderPatternPosition_1, B.FinderPatternPosition_2]), A.findType("JSArray")); 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.Type__$TokenUIState_Gnb = A.typeLiteral("_$TokenUIState"); @@ -435834,15 +438231,11 @@ B.List_a5W = A._setArrayType(makeConstList([B.Type_ClientItemResponse_apS, B.Type__$ClientItemResponse_qHS]), type$.JSArray_legacy_Type); 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_aVE = 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]), type$.JSArray_legacy_ExpenseReportFields); 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.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._RouteRestorationType_0 = new A._RouteRestorationType(0, "_RouteRestorationType.named"); - B._RouteRestorationType_1 = new A._RouteRestorationType(1, "_RouteRestorationType.anonymous"); - B.List_ato = A._setArrayType(makeConstList([B._RouteRestorationType_0, B._RouteRestorationType_1]), A.findType("JSArray<_RouteRestorationType*>")); 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_bJM = A._setArrayType(makeConstList(["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]), type$.JSArray_legacy_String); @@ -435851,26 +438244,9 @@ B.List_bfP = A._setArrayType(makeConstList([B.Type_ProjectListResponse_aD9, B.Type__$ProjectListResponse_UEs]), type$.JSArray_legacy_Type); 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.WordCharProperty_0 = new A.WordCharProperty("WordCharProperty.DoubleQuote"); - B.WordCharProperty_1 = new A.WordCharProperty("WordCharProperty.SingleQuote"); - B.WordCharProperty_2 = new A.WordCharProperty("WordCharProperty.HebrewLetter"); - B.WordCharProperty_3 = new A.WordCharProperty("WordCharProperty.CR"); - B.WordCharProperty_4 = new A.WordCharProperty("WordCharProperty.LF"); - B.WordCharProperty_5 = new A.WordCharProperty("WordCharProperty.Newline"); - B.WordCharProperty_6 = new A.WordCharProperty("WordCharProperty.Extend"); - B.WordCharProperty_7 = new A.WordCharProperty("WordCharProperty.RegionalIndicator"); - B.WordCharProperty_8 = new A.WordCharProperty("WordCharProperty.Format"); - B.WordCharProperty_9 = new A.WordCharProperty("WordCharProperty.Katakana"); - B.WordCharProperty_10 = new A.WordCharProperty("WordCharProperty.ALetter"); - B.WordCharProperty_11 = new A.WordCharProperty("WordCharProperty.MidLetter"); - B.WordCharProperty_12 = new A.WordCharProperty("WordCharProperty.MidNum"); - B.WordCharProperty_13 = new A.WordCharProperty("WordCharProperty.MidNumLet"); - B.WordCharProperty_14 = new A.WordCharProperty("WordCharProperty.Numeric"); - B.WordCharProperty_15 = new A.WordCharProperty("WordCharProperty.ExtendNumLet"); - B.WordCharProperty_16 = new A.WordCharProperty("WordCharProperty.ZWJ"); - B.WordCharProperty_17 = new A.WordCharProperty("WordCharProperty.WSegSpace"); - B.WordCharProperty_18 = new A.WordCharProperty("WordCharProperty.Unknown"); - B.List_bso = 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.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.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); @@ -435888,68 +438264,33 @@ 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.QuoteItemReportFields_0 = new A.QuoteItemReportFields("QuoteItemReportFields.productKey"); - B.QuoteItemReportFields_1 = new A.QuoteItemReportFields("QuoteItemReportFields.description"); - B.QuoteItemReportFields_2 = new A.QuoteItemReportFields("QuoteItemReportFields.price"); - B.QuoteItemReportFields_3 = new A.QuoteItemReportFields("QuoteItemReportFields.cost"); - B.QuoteItemReportFields_4 = new A.QuoteItemReportFields("QuoteItemReportFields.quantity"); - B.QuoteItemReportFields_5 = new A.QuoteItemReportFields("QuoteItemReportFields.profit"); - B.QuoteItemReportFields_6 = new A.QuoteItemReportFields("QuoteItemReportFields.total"); - B.QuoteItemReportFields_7 = new A.QuoteItemReportFields("QuoteItemReportFields.discount"); - B.QuoteItemReportFields_8 = new A.QuoteItemReportFields("QuoteItemReportFields.custom1"); - B.QuoteItemReportFields_9 = new A.QuoteItemReportFields("QuoteItemReportFields.custom2"); - B.QuoteItemReportFields_10 = new A.QuoteItemReportFields("QuoteItemReportFields.custom3"); - B.QuoteItemReportFields_11 = new A.QuoteItemReportFields("QuoteItemReportFields.custom4"); - B.QuoteItemReportFields_12 = new A.QuoteItemReportFields("QuoteItemReportFields.quoteNumber"); - B.QuoteItemReportFields_13 = new A.QuoteItemReportFields("QuoteItemReportFields.quoteDate"); - B.QuoteItemReportFields_14 = new A.QuoteItemReportFields("QuoteItemReportFields.client"); - B.QuoteItemReportFields_15 = new A.QuoteItemReportFields("QuoteItemReportFields.validUntil"); - B.QuoteItemReportFields_16 = new A.QuoteItemReportFields("QuoteItemReportFields.hasTaxes"); - B.QuoteItemReportFields_17 = new A.QuoteItemReportFields("QuoteItemReportFields.taxRates"); - B.QuoteItemReportFields_18 = new A.QuoteItemReportFields("QuoteItemReportFields.taxAmount"); - B.QuoteItemReportFields_19 = new A.QuoteItemReportFields("QuoteItemReportFields.netTotal"); - B.QuoteItemReportFields_20 = new A.QuoteItemReportFields("QuoteItemReportFields.currency"); - B.List_dWA = 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]), type$.JSArray_legacy_QuoteItemReportFields); - B.TaxRateReportFields_00 = new A.TaxRateReportFields0("TaxRateReportFields.client"); - B.TaxRateReportFields_11 = new A.TaxRateReportFields0("TaxRateReportFields.number"); - B.TaxRateReportFields_20 = new A.TaxRateReportFields0("TaxRateReportFields.amount"); - B.TaxRateReportFields_30 = new A.TaxRateReportFields0("TaxRateReportFields.date"); - B.TaxRateReportFields_40 = new A.TaxRateReportFields0("TaxRateReportFields.tax_name"); - B.TaxRateReportFields_50 = new A.TaxRateReportFields0("TaxRateReportFields.tax_rate"); - B.TaxRateReportFields_60 = new A.TaxRateReportFields0("TaxRateReportFields.tax_amount"); - B.TaxRateReportFields_70 = new A.TaxRateReportFields0("TaxRateReportFields.tax_paid"); - B.TaxRateReportFields_80 = new A.TaxRateReportFields0("TaxRateReportFields.currency"); - B.List_dyC = A._setArrayType(makeConstList([B.TaxRateReportFields_00, B.TaxRateReportFields_11, B.TaxRateReportFields_20, B.TaxRateReportFields_30, B.TaxRateReportFields_40, B.TaxRateReportFields_50, B.TaxRateReportFields_60, B.TaxRateReportFields_70, B.TaxRateReportFields_80]), type$.JSArray_legacy_TaxRateReportFields_2); - B.Color_637534208 = new A.Color(637534208); - B.Offset_0_3 = new A.Offset(0, 3); - B.BoxShadow_MYA = new A.BoxShadow(0, B.BlurStyle_0, B.Color_637534208, B.Offset_0_3, 8); - B.Color_251658240 = new A.Color(251658240); - B.BoxShadow_MYA0 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_251658240, B.Offset_0_3, 1); - B.List_e1Q = A._setArrayType(makeConstList([B.BoxShadow_MYA, B.BoxShadow_MYA0]), type$.JSArray_legacy_BoxShadow); 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_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_empty = A._setArrayType(makeConstList([]), type$.JSArray_dynamic); - B.List_empty20 = 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_empty2 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty18 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty19 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty0 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty13 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty16 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_EntityStatus); - B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_IconButton); + B.List_empty14 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty17 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_EntityStatus); + B.List_empty16 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_IconButton); B.List_empty7 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty21 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Locale); + B.List_empty23 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Locale); B.List_empty10 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_NavigatorObserver); - B.List_empty5 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty4 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); - B.List_empty14 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); - B.List_empty17 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty6 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty5 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); + B.List_empty24 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty15 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); + B.List_empty18 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.List_empty3 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TableRow); - B.List_empty6 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty9 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Widget); - B.List_empty12 = A._setArrayType(makeConstList([]), A.findType("JSArray<_TableElementRow*>")); - B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_RenderBox); + B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_TableRow); + B.List_empty8 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Widget); + B.List_empty13 = A._setArrayType(makeConstList([]), A.findType("JSArray<_TableElementRow*>")); + B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_RenderBox); 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); @@ -436117,6 +438458,7 @@ B.List_gRj = A._setArrayType(makeConstList([0, 0, 32722, 12287, 65534, 34815, 65534, 18431]), type$.JSArray_legacy_int); 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_gc6 = A._setArrayType(makeConstList(["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]), type$.JSArray_legacy_String); + B.List_gc60 = 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]), type$.JSArray_legacy_InvoiceReportFields); 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.Type__$ProjectUIState_dUt = A.typeLiteral("_$ProjectUIState"); @@ -436125,8 +438467,29 @@ 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_gnE = A._setArrayType(makeConstList([0, 0, 65498, 45055, 65535, 34815, 65534, 18431]), type$.JSArray_legacy_int); + B.QuoteItemReportFields_0 = new A.QuoteItemReportFields(0, "productKey"); + B.QuoteItemReportFields_1 = new A.QuoteItemReportFields(1, "description"); + B.QuoteItemReportFields_2 = new A.QuoteItemReportFields(2, "price"); + B.QuoteItemReportFields_3 = new A.QuoteItemReportFields(3, "cost"); + B.QuoteItemReportFields_4 = new A.QuoteItemReportFields(4, "quantity"); + B.QuoteItemReportFields_5 = new A.QuoteItemReportFields(5, "profit"); + B.QuoteItemReportFields_6 = new A.QuoteItemReportFields(6, "total"); + B.QuoteItemReportFields_7 = new A.QuoteItemReportFields(7, "discount"); + B.QuoteItemReportFields_8 = new A.QuoteItemReportFields(8, "custom1"); + B.QuoteItemReportFields_9 = new A.QuoteItemReportFields(9, "custom2"); + B.QuoteItemReportFields_10 = new A.QuoteItemReportFields(10, "custom3"); + B.QuoteItemReportFields_11 = new A.QuoteItemReportFields(11, "custom4"); + B.QuoteItemReportFields_12 = new A.QuoteItemReportFields(12, "quoteNumber"); + B.QuoteItemReportFields_13 = new A.QuoteItemReportFields(13, "quoteDate"); + B.QuoteItemReportFields_14 = new A.QuoteItemReportFields(14, "client"); + B.QuoteItemReportFields_15 = new A.QuoteItemReportFields(15, "validUntil"); + B.QuoteItemReportFields_16 = new A.QuoteItemReportFields(16, "hasTaxes"); + B.QuoteItemReportFields_17 = new A.QuoteItemReportFields(17, "taxRates"); + B.QuoteItemReportFields_18 = new A.QuoteItemReportFields(18, "taxAmount"); + B.QuoteItemReportFields_19 = new A.QuoteItemReportFields(19, "netTotal"); + B.QuoteItemReportFields_20 = new A.QuoteItemReportFields(20, "currency"); + B.List_gqs = 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]), type$.JSArray_legacy_QuoteItemReportFields); B.List_h8w = A._setArrayType(makeConstList(["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]), type$.JSArray_legacy_String); - B.List_hN6 = 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]), type$.JSArray_legacy_InvoiceItemReportFields); 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.TimeOfDay_0_0 = new A.TimeOfDay(0, 0); @@ -436173,6 +438536,9 @@ 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.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._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.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); @@ -436184,7 +438550,6 @@ 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_kfn = 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]), type$.JSArray_legacy_InvoiceReportFields); 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.Type__$InvoiceEntity_kmf = A.typeLiteral("_$InvoiceEntity"); @@ -436193,7 +438558,7 @@ B.List_kya = A._setArrayType(makeConstList([B.Type_ClientUIState_ekJ, B.Type__$ClientUIState_rx9]), type$.JSArray_legacy_Type); 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_lhZ = A._setArrayType(makeConstList([B.ActionPaneType_0, B.ActionPaneType_1, B.ActionPaneType_2]), A.findType("JSArray")); + 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"); @@ -436210,6 +438575,11 @@ 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._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.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); @@ -436241,7 +438611,16 @@ 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.Type__$PaymentTermUIState_88f = A.typeLiteral("_$PaymentTermUIState"); - B.List_oyU = A._setArrayType(makeConstList([B.Type_PaymentTermUIState_2No, B.Type__$PaymentTermUIState_88f]), type$.JSArray_legacy_Type); + B.List_oyU0 = 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); + B._Diagonal__CornerId_3__CornerId_0 = new A._Diagonal(B._CornerId_3, B._CornerId_0); + B._CornerId_1 = new A._CornerId(1, "topRight"); + 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_portrait_landscape = A._setArrayType(makeConstList(["portrait", "landscape"]), type$.JSArray_legacy_String); B.Type_PaymentItemResponse_Hr9 = A.typeLiteral("PaymentItemResponse"); B.Type__$PaymentItemResponse_d2q = A.typeLiteral("_$PaymentItemResponse"); @@ -436259,16 +438638,18 @@ 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_qpm = A._setArrayType(makeConstList(["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_legacy_String); + B.List_rFM = 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]), type$.JSArray_legacy_CreditReportFields); + B.TextAlign_0 = new A.TextAlign(0, "left"); + B.TextAlign_1 = new A.TextAlign(1, "right"); + B.TextAlign_2 = new A.TextAlign(2, "center"); + B.TextAlign_3 = new A.TextAlign(3, "justify"); + 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_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_true_false = A._setArrayType(makeConstList([true, false]), type$.JSArray_legacy_bool); 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.TargetPlatform_0 = new A.TargetPlatform("TargetPlatform.android"); - B.TargetPlatform_1 = new A.TargetPlatform("TargetPlatform.fuchsia"); - B.TargetPlatform_2 = new A.TargetPlatform("TargetPlatform.iOS"); - B.TargetPlatform_3 = new A.TargetPlatform("TargetPlatform.linux"); - B.TargetPlatform_4 = new A.TargetPlatform("TargetPlatform.macOS"); - B.TargetPlatform_5 = new A.TargetPlatform("TargetPlatform.windows"); - B.List_uDp = 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.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.Type__$ActivityEntity_EKW = A.typeLiteral("_$ActivityEntity"); @@ -436285,7 +438666,19 @@ 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_usR = 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.ProductReportFields_0 = new A.ProductReportFields(0, "name"); + B.ProductReportFields_1 = new A.ProductReportFields(1, "price"); + B.ProductReportFields_2 = new A.ProductReportFields(2, "description"); + B.ProductReportFields_3 = new A.ProductReportFields(3, "cost"); + B.ProductReportFields_4 = new A.ProductReportFields(4, "quantity"); + B.ProductReportFields_5 = new A.ProductReportFields(5, "tax_rate1"); + B.ProductReportFields_6 = new A.ProductReportFields(6, "tax_rate2"); + B.ProductReportFields_7 = new A.ProductReportFields(7, "tax_rate3"); + B.ProductReportFields_8 = new A.ProductReportFields(8, "product1"); + B.ProductReportFields_9 = new A.ProductReportFields(9, "product2"); + B.ProductReportFields_10 = new A.ProductReportFields(10, "product3"); + B.ProductReportFields_11 = new A.ProductReportFields(11, "product4"); + B.List_ubB = 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]), type$.JSArray_legacy_ProductReportFields); 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.Type_ProjectItemResponse_Wn0 = A.typeLiteral("ProjectItemResponse"); @@ -436320,11 +438713,11 @@ B.List_wSV = A._setArrayType(makeConstList(["bind", "if", "ref", "repeat", "syntax"]), 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.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_xWp = A._setArrayType(makeConstList([B.FinderPatternPosition_0, B.FinderPatternPosition_1, B.FinderPatternPosition_2]), A.findType("JSArray")); 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); @@ -436352,23 +438745,30 @@ 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._CornerId_0 = new A._CornerId("_CornerId.topLeft"); - B._CornerId_3 = new A._CornerId("_CornerId.bottomRight"); - B._Diagonal__CornerId_0__CornerId_3 = new A._Diagonal(B._CornerId_0, B._CornerId_3); - B._Diagonal__CornerId_3__CornerId_0 = new A._Diagonal(B._CornerId_3, B._CornerId_0); - B._CornerId_1 = new A._CornerId("_CornerId.topRight"); - B._CornerId_2 = new A._CornerId("_CornerId.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_yvP = 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.TimePickerEntryMode_0 = new A.TimePickerEntryMode(0, "TimePickerEntryMode.dial"); - B.TimePickerEntryMode_1 = new A.TimePickerEntryMode(1, "TimePickerEntryMode.input"); - B.List_zNb = A._setArrayType(makeConstList([B.TimePickerEntryMode_0, B.TimePickerEntryMode_1]), A.findType("JSArray")); - B.List_zPV = 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.PaymentReportFields_0 = new A.PaymentReportFields(0, "number"); + B.PaymentReportFields_1 = new A.PaymentReportFields(1, "amount"); + B.PaymentReportFields_2 = new A.PaymentReportFields(2, "client"); + B.PaymentReportFields_3 = new A.PaymentReportFields(3, "client_balance"); + B.PaymentReportFields_4 = new A.PaymentReportFields(4, "client_address1"); + B.PaymentReportFields_5 = new A.PaymentReportFields(5, "client_address2"); + B.PaymentReportFields_6 = new A.PaymentReportFields(6, "client_shipping_address1"); + B.PaymentReportFields_7 = new A.PaymentReportFields(7, "client_shipping_address2"); + B.PaymentReportFields_8 = new A.PaymentReportFields(8, "transaction_reference"); + B.PaymentReportFields_9 = new A.PaymentReportFields(9, "date"); + B.PaymentReportFields_10 = new A.PaymentReportFields(10, "type"); + B.PaymentReportFields_11 = new A.PaymentReportFields(11, "payment1"); + B.PaymentReportFields_12 = new A.PaymentReportFields(12, "payment2"); + B.PaymentReportFields_13 = new A.PaymentReportFields(13, "payment3"); + B.PaymentReportFields_14 = new A.PaymentReportFields(14, "payment4"); + B.PaymentReportFields_15 = new A.PaymentReportFields(15, "exchange_rate"); + B.PaymentReportFields_16 = new A.PaymentReportFields(16, "converted_amount"); + B.List_yzJ = 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]), type$.JSArray_legacy_PaymentReportFields); 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.LogicalKeyboardKey_4294967304 = new A.LogicalKeyboardKey(4294967304); B.LogicalKeyboardKey_4294967305 = new A.LogicalKeyboardKey(4294967305); B.LogicalKeyboardKey_4294967323 = new A.LogicalKeyboardKey(4294967323); + B.LogicalKeyboardKey_4294967423 = new A.LogicalKeyboardKey(4294967423); B.LogicalKeyboardKey_4294967558 = new A.LogicalKeyboardKey(4294967558); B.LogicalKeyboardKey_8589934848 = new A.LogicalKeyboardKey(8589934848); B.LogicalKeyboardKey_8589934849 = new A.LogicalKeyboardKey(8589934849); @@ -436387,14 +438787,14 @@ B.LongPressEndDetails_aB0 = new A.LongPressEndDetails(B.Offset_0_0, B.Velocity_Offset_0_0); B.LongPressSemanticsEvent_longPress = new A.LongPressSemanticsEvent("longPress"); B.LongPressStartDetails_aWR = new A.LongPressStartDetails(B.Offset_0_0, B.Offset_0_0); - B.MainAxisAlignment_0 = new A.MainAxisAlignment("MainAxisAlignment.start"); - B.MainAxisAlignment_1 = new A.MainAxisAlignment("MainAxisAlignment.end"); - B.MainAxisAlignment_2 = new A.MainAxisAlignment("MainAxisAlignment.center"); - B.MainAxisAlignment_3 = new A.MainAxisAlignment("MainAxisAlignment.spaceBetween"); - B.MainAxisAlignment_4 = new A.MainAxisAlignment("MainAxisAlignment.spaceAround"); - B.MainAxisAlignment_5 = new A.MainAxisAlignment("MainAxisAlignment.spaceEvenly"); - B.MainAxisSize_0 = new A.MainAxisSize("MainAxisSize.min"); - B.MainAxisSize_1 = new A.MainAxisSize("MainAxisSize.max"); + B.MainAxisAlignment_0 = new A.MainAxisAlignment(0, "start"); + B.MainAxisAlignment_1 = new A.MainAxisAlignment(1, "end"); + B.MainAxisAlignment_2 = new A.MainAxisAlignment(2, "center"); + B.MainAxisAlignment_3 = new A.MainAxisAlignment(3, "spaceBetween"); + B.MainAxisAlignment_4 = new A.MainAxisAlignment(4, "spaceAround"); + B.MainAxisAlignment_5 = new A.MainAxisAlignment(5, "spaceEvenly"); + B.MainAxisSize_0 = new A.MainAxisSize(0, "min"); + B.MainAxisSize_1 = new A.MainAxisSize(1, "max"); B.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); @@ -436425,7 +438825,6 @@ B.LogicalKeyboardKey_4294969871 = new A.LogicalKeyboardKey(4294969871); B.LogicalKeyboardKey_4294969873 = new A.LogicalKeyboardKey(4294969873); B.LogicalKeyboardKey_4294969872 = new A.LogicalKeyboardKey(4294969872); - B.LogicalKeyboardKey_4294967304 = new A.LogicalKeyboardKey(4294967304); B.LogicalKeyboardKey_4294968833 = new A.LogicalKeyboardKey(4294968833); B.LogicalKeyboardKey_4294968834 = new A.LogicalKeyboardKey(4294968834); B.LogicalKeyboardKey_4294970369 = new A.LogicalKeyboardKey(4294970369); @@ -436458,7 +438857,6 @@ B.LogicalKeyboardKey_4294968323 = new A.LogicalKeyboardKey(4294968323); B.LogicalKeyboardKey_4294968324 = new A.LogicalKeyboardKey(4294968324); B.LogicalKeyboardKey_4294970703 = new A.LogicalKeyboardKey(4294970703); - B.LogicalKeyboardKey_4294967423 = new A.LogicalKeyboardKey(4294967423); B.LogicalKeyboardKey_4294970643 = new A.LogicalKeyboardKey(4294970643); B.LogicalKeyboardKey_4294970644 = new A.LogicalKeyboardKey(4294970644); B.LogicalKeyboardKey_4294969108 = new A.LogicalKeyboardKey(4294969108); @@ -436694,1280 +439092,7 @@ 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_empty23 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_BoxShadow); - B.Color_855638016 = new A.Color(855638016); - B.Offset_0_2 = new A.Offset(0, 2); - B.BoxShadow_aZ8 = new A.BoxShadow(-1, B.BlurStyle_0, B.Color_855638016, B.Offset_0_2, 1); - B.Color_603979776 = new A.Color(603979776); - B.BoxShadow_MYA1 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_1, 1); - B.BoxShadow_MYA2 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 3); - B.List_uz8 = A._setArrayType(makeConstList([B.BoxShadow_aZ8, B.BoxShadow_MYA1, B.BoxShadow_MYA2]), type$.JSArray_legacy_BoxShadow); - B.BoxShadow_atn = new A.BoxShadow(-2, B.BlurStyle_0, B.Color_855638016, B.Offset_0_3, 1); - B.BoxShadow_MYA3 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_2, 2); - B.BoxShadow_MYA4 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 5); - B.List_wfq = A._setArrayType(makeConstList([B.BoxShadow_atn, B.BoxShadow_MYA3, B.BoxShadow_MYA4]), type$.JSArray_legacy_BoxShadow); - B.BoxShadow_atn0 = new A.BoxShadow(-2, B.BlurStyle_0, B.Color_855638016, B.Offset_0_3, 3); - B.BoxShadow_MYA5 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_3, 4); - B.BoxShadow_MYA6 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 8); - B.List_wfq0 = A._setArrayType(makeConstList([B.BoxShadow_atn0, B.BoxShadow_MYA5, B.BoxShadow_MYA6]), type$.JSArray_legacy_BoxShadow); - B.BoxShadow_aZ80 = new A.BoxShadow(-1, B.BlurStyle_0, B.Color_855638016, B.Offset_0_2, 4); - B.Offset_0_4 = new A.Offset(0, 4); - B.BoxShadow_MYA7 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_4, 5); - B.BoxShadow_MYA8 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 10); - B.List_uz80 = A._setArrayType(makeConstList([B.BoxShadow_aZ80, B.BoxShadow_MYA7, B.BoxShadow_MYA8]), type$.JSArray_legacy_BoxShadow); - B.BoxShadow_aZ81 = new A.BoxShadow(-1, B.BlurStyle_0, B.Color_855638016, B.Offset_0_3, 5); - B.Offset_0_6 = new A.Offset(0, 6); - B.BoxShadow_MYA9 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_6, 10); - B.BoxShadow_MYA10 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 18); - B.List_uz81 = A._setArrayType(makeConstList([B.BoxShadow_aZ81, B.BoxShadow_MYA9, B.BoxShadow_MYA10]), type$.JSArray_legacy_BoxShadow); - B.Offset_0_5 = new A.Offset(0, 5); - B.BoxShadow_gCx = new A.BoxShadow(-3, B.BlurStyle_0, B.Color_855638016, B.Offset_0_5, 5); - B.Offset_0_8 = new A.Offset(0, 8); - B.BoxShadow_MYA11 = new A.BoxShadow(1, B.BlurStyle_0, B.Color_603979776, B.Offset_0_8, 10); - B.BoxShadow_MYA12 = new A.BoxShadow(2, B.BlurStyle_0, B.Color_520093696, B.Offset_0_3, 14); - B.List_Wv6 = A._setArrayType(makeConstList([B.BoxShadow_gCx, B.BoxShadow_MYA11, B.BoxShadow_MYA12]), type$.JSArray_legacy_BoxShadow); - B.BoxShadow_gCx0 = new A.BoxShadow(-3, B.BlurStyle_0, B.Color_855638016, B.Offset_0_5, 6); - B.Offset_0_9 = new A.Offset(0, 9); - B.BoxShadow_MYA13 = new A.BoxShadow(1, B.BlurStyle_0, B.Color_603979776, B.Offset_0_9, 12); - B.BoxShadow_MYA14 = new A.BoxShadow(2, B.BlurStyle_0, B.Color_520093696, B.Offset_0_3, 16); - B.List_Wv60 = A._setArrayType(makeConstList([B.BoxShadow_gCx0, B.BoxShadow_MYA13, B.BoxShadow_MYA14]), type$.JSArray_legacy_BoxShadow); - B.Offset_0_7 = new A.Offset(0, 7); - B.BoxShadow_6vR = new A.BoxShadow(-4, B.BlurStyle_0, B.Color_855638016, B.Offset_0_7, 8); - B.Offset_0_12 = new A.Offset(0, 12); - B.BoxShadow_MYA15 = new A.BoxShadow(2, B.BlurStyle_0, B.Color_603979776, B.Offset_0_12, 17); - B.BoxShadow_MYA16 = new A.BoxShadow(4, B.BlurStyle_0, B.Color_520093696, B.Offset_0_5, 22); - B.List_SN7 = A._setArrayType(makeConstList([B.BoxShadow_6vR, B.BoxShadow_MYA15, B.BoxShadow_MYA16]), type$.JSArray_legacy_BoxShadow); - B.BoxShadow_skV = new A.BoxShadow(-5, B.BlurStyle_0, B.Color_855638016, B.Offset_0_8, 10); - B.Offset_0_16 = new A.Offset(0, 16); - B.BoxShadow_MYA17 = new A.BoxShadow(2, B.BlurStyle_0, B.Color_603979776, B.Offset_0_16, 24); - B.BoxShadow_MYA18 = new A.BoxShadow(5, B.BlurStyle_0, B.Color_520093696, B.Offset_0_6, 30); - B.List_ebg = A._setArrayType(makeConstList([B.BoxShadow_skV, B.BoxShadow_MYA17, B.BoxShadow_MYA18]), type$.JSArray_legacy_BoxShadow); - B.Offset_0_11 = new A.Offset(0, 11); - B.BoxShadow_MoG = new A.BoxShadow(-7, B.BlurStyle_0, B.Color_855638016, B.Offset_0_11, 15); - B.Offset_0_24 = new A.Offset(0, 24); - B.BoxShadow_MYA19 = new A.BoxShadow(3, B.BlurStyle_0, B.Color_603979776, B.Offset_0_24, 38); - B.BoxShadow_MYA20 = new A.BoxShadow(8, B.BlurStyle_0, B.Color_520093696, B.Offset_0_9, 46); - B.List_RUG = A._setArrayType(makeConstList([B.BoxShadow_MoG, B.BoxShadow_MYA19, B.BoxShadow_MYA20]), type$.JSArray_legacy_BoxShadow); - B.Map_2VAu8 = new A.GeneralConstantMap([0, B.List_empty23, 1, B.List_uz8, 2, B.List_wfq, 3, B.List_wfq0, 4, B.List_uz80, 6, B.List_uz81, 8, B.List_Wv6, 9, B.List_Wv60, 12, B.List_SN7, 16, B.List_ebg, 24, B.List_RUG], 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_yrN0 = 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_yrN0, 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_06 = 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_06, STANDALONESHORTWEEKDAYS: B.List_06, 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_MUw0 = 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_MUw0, STANDALONEMONTHS: B.List_MUw0, SHORTMONTHS: B.List_uIL, STANDALONESHORTMONTHS: B.List_MUw0, 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_8eb = 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_8eb, STANDALONESHORTWEEKDAYS: B.List_8eb, 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_ww8136 = 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_ww8136, 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_8eb0 = 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_8eb0, STANDALONESHORTMONTHS: B.List_8eb0, 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_07 = A._setArrayType(makeConstList(["Jan.", "Feb.", "M\xe4rz", "Apr.", "Mai", "Juni", "Juli", "Aug.", "Sept.", "Okt.", "Nov.", "Dez."]), type$.JSArray_dynamic); - B.List_AgZ = 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_07, STANDALONESHORTMONTHS: B.List_AgZ, 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_07, STANDALONESHORTMONTHS: B.List_AgZ, 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_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_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_EGJ, 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_wMy1 = 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_ml5 = 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_ml5, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_2Vk3 = 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_2Vk3, 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_2Vk3, 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_kfn0 = A._setArrayType(makeConstList(["igandea", "astelehena", "asteartea", "asteazkena", "osteguna", "ostirala", "larunbata"]), type$.JSArray_dynamic); - B.List_08 = 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_kfn0, STANDALONEWEEKDAYS: B.List_kfn0, SHORTWEEKDAYS: B.List_08, STANDALONESHORTWEEKDAYS: B.List_08, 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_4CA = 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_4CA, STANDALONENARROWMONTHS: B.List_4CA, 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_AgZ, STANDALONESHORTMONTHS: B.List_AgZ, 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_oyU0 = 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_oyU0, STANDALONESHORTMONTHS: B.List_oyU0, 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_Fb00 = 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_Fb00, 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_8eb, STANDALONESHORTWEEKDAYS: B.List_8eb, 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_y1j = 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_y1j, 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_ww8137 = 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_ww8137}, 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_8aB1 = 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_8aB1, 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_ww8138 = 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_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_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_ww8138, STANDALONESHORTWEEKDAYS: B.List_ww8138, 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_izR}, 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_2Vk4 = 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_2Vk4, 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_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_dynamic); - B.List_09 = 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_k92, NARROWMONTHS: B.List_tO3, STANDALONENARROWMONTHS: B.List_tO3, MONTHS: B.List_09, STANDALONEMONTHS: B.List_09, 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_010 = 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_ww8139 = 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_010, STANDALONENARROWWEEKDAYS: B.List_010, SHORTQUARTERS: B.List_o0y, QUARTERS: B.List_ww8139, 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_MUw1 = 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_MUw1, 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_011 = 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_011, QUARTERS: B.List_011, 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_oyU1 = 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_oyU1, 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_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_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_oqK, STANDALONEWEEKDAYS: B.List_oqK, 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_012 = 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_012, STANDALONESHORTWEEKDAYS: B.List_012, 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_ww8140 = 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_ww8140, STANDALONESHORTWEEKDAYS: B.List_ww8140, 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_4CA0 = 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_4CA0, STANDALONESHORTMONTHS: B.List_4CA0, 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_4CA0, STANDALONESHORTMONTHS: B.List_4CA0, 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_013 = 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_013, 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_UUO = 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_UUO, 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_ml5, 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_8aB2 = 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_8aB2, 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_2Vk5 = 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_06, STANDALONESHORTWEEKDAYS: B.List_06, NARROWWEEKDAYS: B.List_2Vk5, STANDALONENARROWWEEKDAYS: B.List_2Vk5, 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_qp8 = 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_ato0 = 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_qp8, 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_ato0, 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_AgZ0 = 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_AgZ0, 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_ek3 = 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_ek3, 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_ek3, QUARTERS: B.List_ek3, 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_MEg0 = A._setArrayType(makeConstList(["J", "F", "M", "E", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_dynamic); - B.List_izR0 = 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_MEg0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_izR0, STANDALONEMONTHS: B.List_izR0, 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); - B.Map_EQ3hK = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/\u200fM", MEd: "EEE\u060c d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE\u060c d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE\u060c d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M\u200f/y", yMd: "d\u200f/M\u200f/y", yMEd: "EEE\u060c d/\u200fM/\u200fy", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE\u060c d MMM y", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "EEEE\u060c d MMMM 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.Map_EQewF = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "dd.MM, EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMM, EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "d MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM.y", yMd: "dd.MM.y", yMEd: "dd.MM.y, EEE", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "d MMM y, EEE", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "d MMMM y, EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQ7FR = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", yMMM: "LLL y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL y", yMMMMd: "d MMMM y '\u0433'.", yMMMMEEEEd: "EEEE, d MMMM y '\u0433'.", 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_EQA0t = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.MM", MEd: "EEE, d.MM", MMM: "MM", MMMd: "d.MM", MMMEd: "EEE, d.MM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y '\u0433'.", yM: "MM.y '\u0433'.", yMd: "d.MM.y '\u0433'.", yMEd: "EEE, d.MM.y '\u0433'.", yMMM: "MM.y '\u0433'.", yMMMd: "d.MM.y '\u0433'.", yMMMEd: "EEE, d.MM.y '\u0433'.", yMMMM: "MMMM y '\u0433'.", yMMMMd: "d MMMM y '\u0433'.", yMMMMEEEEd: "EEEE, d MMMM y '\u0433'.", yQQQ: "QQQ y '\u0433'.", yQQQQ: "QQQQ y '\u0433'.", H: "H '\u0447'.", Hm: "H:mm '\u0447'.", Hms: "H:mm:ss '\u0447'.", j: "H '\u0447'.", jm: "H:mm '\u0447'.", jms: "H:mm:ss '\u0447'.", jmv: "HH:mm '\u0447'. v", jmz: "HH:mm '\u0447'. z", jz: "H '\u0447'. z", m: "m", ms: "m:ss", s: "s", v: "v", z: "z", zzzz: "zzzz", ZZZZ: "ZZZZ"}, B.List_EQM, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.Map_EQ0 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQRi5 = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "d.M.y.", yMEd: "EEE, d.M.y.", yMMM: "MMM y.", yMMMd: "d. MMM y.", yMMMEd: "EEE, d. MMM y.", yMMMM: "LLLL 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_EQw5x = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "LLL 'de' y", yMMMd: "d MMM 'de' y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL 'de' y", yMMMMd: "d MMMM 'de' y", yMMMMEEEEd: "EEEE, d MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H 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_EQckJ = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d. M.", MEd: "EEE d. M.", MMM: "LLL", MMMd: "d. M.", MMMEd: "EEE d. M.", MMMM: "LLLL", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d. M. y", yMEd: "EEE d. M. y", yMMM: "LLLL y", yMMMd: "d. M. y", yMMMEd: "EEE d. M. y", yMMMM: "LLLL y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE d. MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H 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_EQOXv = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "MMM", LLLL: "MMMM", M: "M", Md: "d.M", MEd: "EEE d.M", MMM: "MMM", MMMd: "d. MMM", MMMEd: "EEE d. MMM", MMMM: "MMMM", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M.y", yMd: "d.M.y", yMEd: "EEE d.M.y", yMMM: "MMM y", yMMMd: "d. MMM y", yMMMEd: "EEE d. MMM y", yMMMM: "MMMM y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE 'den' 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_EQKbu = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", 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 'Uhr'", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH 'Uhr'", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "HH 'Uhr' 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_EQqBb = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "MMM", LLLL: "MMMM", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "MMM", MMMd: "d MMM", MMMEd: "EEE, d MMM", MMMM: "MMMM", MMMMd: "d MMMM", MMMMEEEEd: "EEEE, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL y", yMMMMd: "d MMMM y", yMMMMEEEEd: "EEEE, d MMMM y", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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.Map_EQsU8 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", 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.Map_EQgeL = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "dd/MM/y", yMEd: "EEE, dd/MM/y", 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: "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.Map_EQ8Ac = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM-dd", MEd: "EEE, MM-dd", 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: "y-MM", yMd: "y-MM-dd", yMEd: "EEE, y-MM-dd", 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.Map_EQaha = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE, dd/MM", 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: "dd/MM/y", yMEd: "EEE, dd/MM/y", 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_EQ4CA = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "d/M/y", yMEd: "EEE, d/M/y", 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_EQuEV = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE, dd/MM", 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: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQ461 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE, dd/MM", 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: "dd/MM/y", yMEd: "EEE, dd/MM/y", 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: "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.Map_EQGVt = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM/dd", MEd: "EEE, MM/dd", MMM: "LLL", MMMd: "dd MMM", MMMEd: "EEE, dd MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE, dd MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM/y", yMd: "y/MM/dd", yMEd: "EEE, y/MM/dd", yMMM: "MMM y", yMMMd: "dd MMM y", yMMMEd: "EEE, dd 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_EQi7B = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE, d MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'de' y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H 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_EQgsm = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE, d MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE d/M/y", yMMM: "MMMM 'de' y", yMMMd: "d 'de' MMMM 'de' y", yMMMEd: "EEE, d 'de' MMM 'de' y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ 'de' y", yQQQQ: "QQQQ 'de' y", H: "HH", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH", jm: "HH:mm", jms: "HH:mm:ss", jmv: "H:mm v", jmz: "H: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_EQ8TW = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE d 'de' MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMMM 'de' y", yMMMd: "d 'de' MMMM 'de' y", yMMMEd: "EEE, d 'de' MMMM 'de' y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'de' y", H: "HH", Hm: "H:mm", Hms: "H:mm:ss", j: "HH", jm: "H:mm", jms: "H: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_EQXj5 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE, d 'de' MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMMM 'de' y", yMMMd: "d 'de' MMMM 'de' y", yMMMEd: "EEE, d 'de' MMMM 'de' y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'de' 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.Map_EQwoc = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "MMMM", LLLL: "MMMM", M: "M", Md: "d.M", MEd: "EEE, d.M", MMM: "MMMM", MMMd: "d. MMM", MMMEd: "EEE, d. MMM", MMMM: "MMMM", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE, d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", yMMM: "MMM y", yMMMd: "d. MMM y", yMMMEd: "EEE, d. MMMM 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_EQskt = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M/d", MEd: "M/d, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y/M", yMd: "y/M/d", yMEd: "y/M/d, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y('e')'ko' MMMM", yMMMMd: "y('e')'ko' MMMM'ren' d", yMMMMEEEEd: "y('e')'ko' MMMM'ren' d('a'), EEEE", yQQQ: "y('e')'ko' QQQ", yQQQQ: "y('e')'ko' QQQQ", 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_EQe0L = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M/d", MEd: "EEE M/d", MMM: "LLL", MMMd: "d LLL", MMMEd: "EEE d LLL", MMMM: "LLLL", MMMMd: "d LLLL", MMMMEEEEd: "EEEE d LLLL", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y/M", yMd: "y/M/d", yMEd: "EEE y/M/d", 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: "QQQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "HH:mm v", jmz: "HH:mm (z)", jz: "H (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_EQ8Gl = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", MEd: "EEE d.M.", MMM: "LLL", MMMd: "d. MMM", MMMEd: "ccc d. MMM", MMMM: "LLLL", MMMMd: "d. MMMM", MMMMEEEEd: "cccc d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "L.y", yMd: "d.M.y", yMEd: "EEE d.M.y", yMMM: "LLL y", yMMMd: "d. MMM y", yMMMEd: "EEE d. MMM y", yMMMM: "LLLL y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE d. MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H.mm", Hms: "H.mm.ss", j: "H", jm: "H.mm", jms: "H.mm.ss", jmv: "H.mm v", jmz: "H.mm z", jz: "H z", m: "m", ms: "m.ss", s: "s", v: "v", z: "z", zzzz: "zzzz", ZZZZ: "ZZZZ"}, B.List_EQM, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.Map_EQifx = new A.ConstantStringMap(44, {d: "d", E: "EEE", EEEE: "EEEE", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE dd/MM", 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: "dd/MM/y", yMEd: "EEE dd/MM/y", 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 'h'", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH 'h'", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "HH 'h' 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_EQoGx = 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: "d MMM", MMMEd: "EEE d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", 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 'h'", Hm: "HH 'h' mm", Hms: "HH 'h' mm 'min' ss 's'", j: "HH 'h'", jm: "HH 'h' mm", jms: "HH 'h' mm 'min' ss 's'", jmv: "HH 'h' mm v", jmz: "HH 'h' mm z", jz: "HH 'h' z", m: "m", ms: "mm 'min' ss 's'", s: "s", v: "v", z: "z", zzzz: "zzzz", ZZZZ: "ZZZZ"}, B.List_EQM, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.Map_EQwEo = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d 'de' MMM", MMMEd: "EEE, d 'de' MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMM 'de' y", yMMMd: "d/MM/y", yMMMEd: "EEE, d/MM/y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'de' 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_EQIIM = new A.ConstantStringMap(44, {d: "d", E: "EEE", EEEE: "EEEE", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "y-M", yMd: "d.M.y", yMEd: "EEE, y-M-d", yMMM: "MMM y", yMMMd: "y MMM d", yMMMEd: "EEE, d. MMM y", yMMMM: "MMMM y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE, d. MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "HH:mm", Hms: "HH:mm:ss", j: "H", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "H 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_EQpVn = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "y QQQ", yQQQQ: "y QQQQ", 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.Map_EQ6YB = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", MEd: "EEE, d.M", MMM: "LLL", MMMd: "d \u05d1MMM", MMMEd: "EEE, d \u05d1MMM", MMMM: "LLLL", MMMMd: "d \u05d1MMMM", MMMMEEEEd: "EEEE, d \u05d1MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", yMMM: "MMM y", yMMMd: "d \u05d1MMM y", yMMMEd: "EEE, d \u05d1MMM y", yMMMM: "MMMM y", yMMMMd: "d \u05d1MMMM y", yMMMMEEEEd: "EEEE, d \u05d1MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "H 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_EQ4CA0 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQ2uL = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L.", Md: "dd. MM.", MEd: "EEE, dd. MM.", 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: "dd. MM. y.", yMEd: "EEE, dd. MM. y.", yMMM: "LLL y.", yMMMd: "d. MMM y.", yMMMEd: "EEE, d. MMM y.", yMMMM: "LLLL 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_EQyjx = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M. d.", MEd: "M. d., EEE", MMM: "LLL", MMMd: "MMM d.", MMMEd: "MMM d., EEE", MMMM: "LLLL", MMMMd: "MMMM d.", MMMMEEEEd: "MMMM d., EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y.", yM: "y. M.", yMd: "y. MM. dd.", yMEd: "y. MM. dd., EEE", yMMM: "y. MMM", yMMMd: "y. MMM d.", yMMMEd: "y. MMM d., EEE", yMMMM: "y. MMMM", yMMMMd: "y. MMMM d.", yMMMMEEEEd: "y. MMMM d., EEEE", yQQQ: "y. QQQ", yQQQQ: "y. QQQQ", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "H 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_EQglO = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "dd.MM, EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMM, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "d MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM.y", yMd: "dd.MM.y", yMEd: "d.MM.y \u0569., EEE", yMMM: "y \u0569. LLL", yMMMd: "d MMM, y \u0569.", yMMMEd: "y \u0569. MMM d, EEE", yMMMM: "y \u0569\u2024 LLLL", yMMMMd: "d MMMM, y \u0569.", yMMMMEEEEd: "y \u0569. MMMM d, EEEE", yQQQ: "y \u0569. QQQ", yQQQQ: "y \u0569. QQQQ", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "H 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_EQfZ2 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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_EQE5P = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "M. y", yMd: "d.M.y", yMEd: "EEE, d.M.y", 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: "v \u2013 HH:mm", jmz: "z \u2013 HH:mm", 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_EQCeS = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE d/M/y", 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_EQCKg = new A.ConstantStringMap(44, {d: "d\u65e5", E: "ccc", EEEE: "cccc", LLL: "M\u6708", LLLL: "M\u6708", M: "M\u6708", Md: "M/d", MEd: "M/d(EEE)", MMM: "M\u6708", MMMd: "M\u6708d\u65e5", MMMEd: "M\u6708d\u65e5(EEE)", MMMM: "M\u6708", MMMMd: "M\u6708d\u65e5", MMMMEEEEd: "M\u6708d\u65e5EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\u5e74", yM: "y/M", yMd: "y/M/d", yMEd: "y/M/d(EEE)", yMMM: "y\u5e74M\u6708", yMMMd: "y\u5e74M\u6708d\u65e5", yMMMEd: "y\u5e74M\u6708d\u65e5(EEE)", yMMMM: "y\u5e74M\u6708", yMMMMd: "y\u5e74M\u6708d\u65e5", yMMMMEEEEd: "y\u5e74M\u6708d\u65e5EEEE", yQQQ: "y/QQQ", yQQQQ: "y\u5e74QQQQ", H: "H\u6642", Hm: "H:mm", Hms: "H:mm:ss", j: "H\u6642", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H\u6642 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_EQ6m4 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", 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_EQ56y = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "dd.MM, EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMM, EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "d MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM.y", yMd: "dd.MM.y", yMEd: "dd.MM.y, EEE", yMMM: "y '\u0436'. MMM", yMMMd: "y '\u0436'. d MMM", yMMMEd: "y '\u0436'. d MMM, EEE", yMMMM: "y '\u0436'. MMMM", yMMMMd: "y '\u0436'. d MMMM", yMMMMEEEEd: "y '\u0436'. d MMMM, EEEE", yQQQ: "y '\u0436'. QQQ", yQQQQ: "y '\u0436'. QQQQ", 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_EQN80 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE d MMM", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "EEEE d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE d/M/y", 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: "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.Map_EQ8CO = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/M, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "EEE, d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/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.Map_EQgyO = new A.ConstantStringMap(44, {d: "d\uc77c", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "M\uc6d4", Md: "M. d.", MEd: "M. d. (EEE)", MMM: "LLL", MMMd: "MMM d\uc77c", MMMEd: "MMM d\uc77c (EEE)", MMMM: "LLLL", MMMMd: "MMMM d\uc77c", MMMMEEEEd: "MMMM d\uc77c EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\ub144", yM: "y. M.", yMd: "y. M. d.", yMEd: "y. M. d. (EEE)", yMMM: "y\ub144 MMM", yMMMd: "y\ub144 MMM d\uc77c", yMMMEd: "y\ub144 MMM d\uc77c (EEE)", yMMMM: "y\ub144 MMMM", yMMMMd: "y\ub144 MMMM d\uc77c", yMMMMEEEEd: "y\ub144 MMMM d\uc77c EEEE", yQQQ: "y\ub144 QQQ", yQQQQ: "y\ub144 QQQQ", H: "H\uc2dc", Hm: "HH:mm", Hms: "H\uc2dc m\ubd84 s\ucd08", j: "a h\uc2dc", jm: "a h:mm", jms: "a h:mm:ss", jmv: "a h:mm v", jmz: "a h:mm z", jz: "a h\uc2dc 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_EQWEg = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd-MM", MEd: "dd-MM, EEE", MMM: "LLL", MMMd: "d-MMM", MMMEd: "d-MMM, EEE", MMMM: "LLLL", MMMMd: "d-MMMM", MMMMEEEEd: "d-MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "y-dd-MM", yMEd: "y-dd-MM, EEE", yMMM: "y-'\u0436'. MMM", yMMMd: "y-'\u0436'. d-MMM", yMMMEd: "y-'\u0436'. d-MMM, EEE", yMMMM: "y-'\u0436'., MMMM", yMMMMd: "y-'\u0436'., d-MMMM", yMMMMEEEEd: "y-'\u0436'., d-MMMM, EEEE", yQQQ: "y-'\u0436'., QQQ", yQQQQ: "y-'\u0436'., QQQQ", 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_EQSVO = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE d MMM", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "EEEE d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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_EQu76 = new A.ConstantStringMap(44, {d: "dd", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "MM", Md: "MM-d", MEd: "MM-dd, EEE", MMM: "MM", MMMd: "MM-dd", MMMEd: "MM-dd, EEE", MMMM: "LLLL", MMMMd: "MMMM d 'd'.", MMMMEEEEd: "MMMM d 'd'., EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "y-MM-dd", yMEd: "y-MM-dd, EEE", yMMM: "y-MM", yMMMd: "y-MM-dd", yMMMEd: "y-MM-dd, EEE", yMMMM: "y 'm'. LLLL", yMMMMd: "y 'm'. MMMM d 'd'.", yMMMMEEEEd: "y 'm'. MMMM d 'd'., EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQuxD = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM.", MEd: "EEE, dd.MM.", MMM: "LLL", MMMd: "d. MMM", MMMEd: "EEE, d. MMM", MMMM: "LLLL", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE, d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y. 'g'.", yM: "MM.y.", yMd: "y.MM.d.", yMEd: "EEE, d.M.y.", yMMM: "y. 'g'. MMM", yMMMd: "y. 'g'. d. MMM", yMMMEd: "EEE, y. 'g'. d. MMM", yMMMM: "y. 'g'. MMMM", yMMMMd: "y. 'gada' d. MMMM", yMMMMEEEEd: "EEEE, y. 'gada' d. MMMM", yQQQ: "y. 'g'. QQQ", yQQQQ: "y. 'g'. QQQQ", 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_EQQXJ = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", yMMM: "MMM y '\u0433'.", yMMMd: "d MMM y '\u0433'.", yMMMEd: "EEE, d MMM y '\u0433'.", yMMMM: "MMMM y '\u0433'.", yMMMMd: "d MMMM y", yMMMMEEEEd: "EEEE, d MMMM y", yQQQ: "QQQ y '\u0433'.", yQQQQ: "QQQQ y '\u0433'.", 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_EQn1f = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/M, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "d/M/y", yMEd: "d-M-y, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y MMMM", yMMMMd: "y, MMMM d", yMMMMEEEEd: "y, MMMM d, EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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.Map_EQMYA = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "LLLLL", Md: "MMMMM/dd", MEd: "MMMMM/dd. EEE", MMM: "LLL", MMMd: "MMM'\u044b\u043d' d", MMMEd: "MMM'\u044b\u043d' d. EEE", MMMM: "LLLL", MMMMd: "MMMM'\u044b\u043d' d", MMMMEEEEd: "MMMM'\u044b\u043d' d. EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y MMMMM", yMd: "y.MM.dd", yMEd: "y.MM.dd. EEE", yMMM: "y '\u043e\u043d\u044b' MMM", yMMMd: "y '\u043e\u043d\u044b' MMM'\u044b\u043d' d", yMMMEd: "y '\u043e\u043d\u044b' MMM'\u044b\u043d' d. EEE", yMMMM: "y '\u043e\u043d\u044b' MMMM", yMMMMd: "y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d", yMMMMEEEEd: "y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d. EEEE", yQQQ: "y '\u043e\u043d\u044b' QQQ", yQQQQ: "y '\u043e\u043d\u044b' QQQQ", H: "HH '\u0446'", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH '\u0446'", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm (v)", jmz: "HH:mm (z)", jz: "HH '\u0446' (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_EQqXv = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "H:mm", Hms: "H: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.Map_EQWH7 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d-M", 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: "M-y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQc6D = new A.ConstantStringMap(44, {d: "d", E: "ccc\u1014\u1031\u1037", EEEE: "cccc\u1014\u1031\u1037", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/M\u104a EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "MMM d\u104a EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d \u101b\u1000\u103a EEEE\u1014\u1031\u1037", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "dd-MM-y", yMEd: "d/M/y\u104a EEE", yMMM: "MMM y", yMMMd: "y\u104a MMM d", yMMMEd: "y\u104a MMM d\u104a EEE", yMMMM: "y MMMM", yMMMMd: "y\u104a d MMMM", yMMMMEEEEd: "y\u104a MMMM d\u104a EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", H: "HH", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH", jm: "HH:mm", jms: "HH:mm:ss", jmv: "v HH:mm", jmz: "z HH:mm", jz: "z HH", 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_EQOlv = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L.", Md: "d.M.", 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: "M.y", yMd: "d.M.y", yMEd: "EEE d.MM.y", 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_EQyxq = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM-dd", MEd: "MM-dd, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "y-MM-dd", yMEd: "y-MM-dd, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y MMMM", yMMMMd: "y MMMM d", yMMMMEEEEd: "y MMMM d, EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQIY7 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d-M", 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: "M-y", yMd: "d-M-y", yMEd: "EEE d-M-y", 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_EQU4G = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, dd-MM.", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE, d MMM", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "EEEE, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQQGy = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.MM", MEd: "EEE, d.MM", 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: "d.MM.y", yMEd: "EEE, d.MM.y", yMMM: "LLL y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL 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_EQtPa = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM-dd", MEd: "MM-dd, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "y-MM-dd", yMEd: "y-MM-dd, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y MMMM", yMMMMd: "\u062f y \u062f MMMM d", yMMMMEEEEd: "EEEE \u062f y \u062f MMMM d", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQ23h = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, dd/MM", MMM: "LLL", MMMd: "d 'de' MMM", MMMEd: "EEE, d 'de' MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM/y", yMd: "dd/MM/y", yMEd: "EEE, dd/MM/y", yMMM: "MMM 'de' y", yMMMd: "d 'de' MMM 'de' y", yMMMEd: "EEE, d 'de' MMM 'de' y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ 'de' y", yQQQQ: "QQQQ 'de' 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_EQ23h0 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE, dd/MM", MMM: "LLL", MMMd: "d/MM", MMMEd: "EEE, d/MM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "cccc, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM/y", yMd: "dd/MM/y", yMEd: "EEE, dd/MM/y", yMMM: "MM/y", yMMMd: "d/MM/y", yMMMEd: "EEE, d/MM/y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQQ 'de' y", yQQQQ: "QQQQ 'de' 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_EQcg9 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "EEE, dd.MM", 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: "dd.MM.y", yMEd: "EEE, dd.MM.y", 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_EQ4AN = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "EEE, dd.MM", MMM: "LLL", MMMd: "d MMM", MMMEd: "ccc, d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "cccc, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM.y", yMd: "dd.MM.y", yMEd: "ccc, dd.MM.y '\u0433'.", yMMM: "LLL y '\u0433'.", yMMMd: "d MMM y '\u0433'.", yMMMEd: "EEE, d MMM y '\u0433'.", yMMMM: "LLLL y '\u0433'.", yMMMMd: "d MMMM y '\u0433'.", yMMMMEEEEd: "EEEE, d MMMM y '\u0433'.", yQQQ: "QQQ y '\u0433'.", yQQQQ: "QQQQ y '\u0433'.", 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_EQCDm = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M-d", MEd: "M-d, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-M", yMd: "y-M-d", yMEd: "y-M-d, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y MMMM", yMMMMd: "y MMMM d", yMMMMEEEEd: "y MMMM d, EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQ27z = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L.", Md: "d. M.", MEd: "EEE d. M.", MMM: "LLL", MMMd: "d. M.", MMMEd: "EEE d. M.", MMMM: "LLLL", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d. M. y", yMEd: "EEE d. M. y", yMMM: "M/y", yMMMd: "d. M. y", yMMMEd: "EEE d. M. y", yMMMM: "LLLL y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE d. MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H 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_EQC3K = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d. M.", 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: "M/y", yMd: "d. M. y", yMEd: "EEE, d. M. y", 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'h'", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH'h'", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "HH'h' 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_EQmKQ = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", 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: "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.Map_EQEHY = new A.ConstantStringMap(44, {d: "d", E: "EEE", EEEE: "EEEE", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "M.y.", yMd: "d.M.y.", yMEd: "EEE, d.M.y.", 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_EQyjH = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "y-MM", 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_EQYf3 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE, MMM d, y", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "EEEE, d MMMM y", yQQQ: "y QQQ", 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_EQulJ = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "dd-MM, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "a h", jm: "a h:mm", jms: "a h:mm:ss", jmv: "a h:mm v", jmz: "a h:mm z", jz: "a h 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_EQGgs = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/M, EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMM, EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "d MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "d/M/y, EEE", yMMM: "MMM y", yMMMd: "d, MMM y", yMMMEd: "d MMM, y, EEE", yMMMM: "MMMM y", yMMMMd: "d MMMM, y", yMMMMEEEEd: "d, MMMM y, EEEE", 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.Map_EQbY5 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE\u0e17\u0e35\u0e48 d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE d/M/y", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE d MMM y", yMMMM: "MMMM G y", yMMMMd: "d MMMM G y", yMMMMEEEEd: "EEEE\u0e17\u0e35\u0e48 d MMMM G y", yQQQ: "QQQ y", yQQQQ: "QQQQ G y", H: "HH", Hm: "HH:mm \u0e19.", Hms: "HH:mm:ss", j: "HH", jm: "HH:mm \u0e19.", 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_EQ4m4 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/MM EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMMM EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "d MMMM EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM/y", yMd: "dd.MM.y", yMEd: "d.M.y EEE", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "d MMM y EEE", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "d MMMM y EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQ46y = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "LL", Md: "dd.MM", MEd: "EEE, dd.MM", 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: "dd.MM.y", yMEd: "EEE, dd.MM.y", yMMM: "LLL y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL y", yMMMMd: "d MMMM y '\u0440'.", yMMMMEEEEd: "EEEE, d MMMM y '\u0440'.", yQQQ: "QQQ y", yQQQQ: "QQQQ y '\u0440'.", 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_EQ8Gl0 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE\u060c d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE\u060c d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE\u060c d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE\u060c d/M/y", yMMM: "MMM y", yMMMd: "d MMM\u060c y", yMMMEd: "EEE\u060c d MMM\u060c y", yMMMM: "MMMM y", yMMMMd: "d MMMM\u060c y", yMMMMEEEEd: "EEEE\u060c d MMMM\u060c 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.Map_EQE8w = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "LL", Md: "dd/MM", MEd: "EEE, dd/MM", 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: "dd/MM/y", yMEd: "EEE, dd/MM/y", 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: "y, QQQ", yQQQQ: "y, QQQQ", 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_EQiF8 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/M", MEd: "EEE, dd/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: "M/y", yMd: "d/M/y", yMEd: "EEE, dd/M/y", yMMM: "MMM y", yMMMd: "d MMM, y", yMMMEd: "EEE, d MMM, y", yMMMM: "MMMM 'n\u0103m' y", yMMMMd: "d MMMM, y", yMMMMEEEEd: "EEEE, d MMMM, y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'n\u0103m' y", H: "HH", Hm: "H:mm", Hms: "HH:mm:ss", j: "HH", jm: "H: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_EQinH = new A.ConstantStringMap(44, {d: "d\u65e5", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "M\u6708", Md: "M/d", MEd: "M/dEEE", MMM: "LLL", MMMd: "M\u6708d\u65e5", MMMEd: "M\u6708d\u65e5EEE", MMMM: "LLLL", MMMMd: "M\u6708d\u65e5", MMMMEEEEd: "M\u6708d\u65e5EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\u5e74", yM: "y\u5e74M\u6708", yMd: "y/M/d", yMEd: "y/M/dEEE", yMMM: "y\u5e74M\u6708", yMMMd: "y\u5e74M\u6708d\u65e5", yMMMEd: "y\u5e74M\u6708d\u65e5EEE", yMMMM: "y\u5e74M\u6708", yMMMMd: "y\u5e74M\u6708d\u65e5", yMMMMEEEEd: "y\u5e74M\u6708d\u65e5EEEE", yQQQ: "y\u5e74\u7b2cQ\u5b63\u5ea6", yQQQQ: "y\u5e74\u7b2cQ\u5b63\u5ea6", H: "H\u65f6", Hm: "HH:mm", Hms: "HH:mm:ss", j: "ah\u65f6", jm: "ah:mm", jms: "ah:mm:ss", jmv: "v ah:mm", jmz: "z ah:mm", jz: "zah\u65f6", 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_EQp7V = new A.ConstantStringMap(44, {d: "d\u65e5", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "M\u6708", Md: "d/M", MEd: "d/M\uff08EEE\uff09", MMM: "LLL", MMMd: "M\u6708d\u65e5", MMMEd: "M\u6708d\u65e5EEE", MMMM: "LLLL", MMMMd: "M\u6708d\u65e5", MMMMEEEEd: "M\u6708d\u65e5EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\u5e74", yM: "M/y", yMd: "d/M/y", yMEd: "d/M/y\uff08EEE\uff09", yMMM: "y\u5e74M\u6708", yMMMd: "y\u5e74M\u6708d\u65e5", yMMMEd: "y\u5e74M\u6708d\u65e5EEE", yMMMM: "y\u5e74M\u6708", yMMMMd: "y\u5e74M\u6708d\u65e5", yMMMMEEEEd: "y\u5e74M\u6708d\u65e5EEEE", yQQQ: "y\u5e74QQQ", yQQQQ: "y\u5e74QQQQ", H: "H\u6642", Hm: "HH:mm", Hms: "HH:mm:ss", j: "ah\u6642", jm: "ah:mm", jms: "ah:mm:ss", jmv: "ah:mm [v]", jmz: "ah:mm [z]", jz: "ah\u6642 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_EQpI6 = new A.ConstantStringMap(44, {d: "d\u65e5", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "M\u6708", Md: "M/d", MEd: "M/d\uff08EEE\uff09", MMM: "LLL", MMMd: "M\u6708d\u65e5", MMMEd: "M\u6708d\u65e5 EEE", MMMM: "LLLL", MMMMd: "M\u6708d\u65e5", MMMMEEEEd: "M\u6708d\u65e5 EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\u5e74", yM: "y/M", yMd: "y/M/d", yMEd: "y/M/d\uff08EEE\uff09", yMMM: "y\u5e74M\u6708", yMMMd: "y\u5e74M\u6708d\u65e5", yMMMEd: "y\u5e74M\u6708d\u65e5 EEE", yMMMM: "y\u5e74M\u6708", yMMMMd: "y\u5e74M\u6708d\u65e5", yMMMMEEEEd: "y\u5e74M\u6708d\u65e5 EEEE", yQQQ: "y\u5e74QQQ", yQQQQ: "y\u5e74QQQQ", H: "H\u6642", Hm: "HH:mm", Hms: "HH:mm:ss", j: "ah\u6642", jm: "ah:mm", jms: "ah:mm:ss", jmv: "ah:mm [v]", jmz: "ah:mm [z]", jz: "ah\u6642 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_EQd8d = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM-dd", MEd: "MM-dd, EEE", 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: "y-MM", yMd: "y-MM-dd", yMEd: "y-MM-dd, EEE", 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: "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_2zurD = new A.ConstantStringMap(94, {af: B.Map_EQUuv, am: B.Map_EQ27I, ar: B.Map_EQ3hK, az: B.Map_EQewF, be: B.Map_EQ7FR, bg: B.Map_EQA0t, bn: B.Map_EQ0, bs: B.Map_EQRi5, ca: B.Map_EQw5x, cs: B.Map_EQckJ, da: B.Map_EQOXv, de: B.Map_EQKbu, de_CH: B.Map_EQKbu, el: B.Map_EQqBb, en: B.Map_EQsU8, en_AU: B.Map_EQgeL, en_CA: B.Map_EQ8Ac, en_GB: B.Map_EQaha, en_IE: B.Map_EQ4CA, en_IN: B.Map_EQuEV, en_SG: B.Map_EQ461, en_US: B.Map_EQsU8, en_ZA: B.Map_EQGVt, es: B.Map_EQi7B, es_419: B.Map_EQgsm, es_MX: B.Map_EQ8TW, es_US: B.Map_EQXj5, et: B.Map_EQwoc, eu: B.Map_EQskt, fa: B.Map_EQe0L, fi: B.Map_EQ8Gl, fil: B.Map_EQsU8, fr: B.Map_EQifx, fr_CA: B.Map_EQoGx, gl: B.Map_EQwEo, gsw: B.Map_EQIIM, gu: B.Map_EQpVn, he: B.Map_EQ6YB, hi: B.Map_EQ4CA0, hr: B.Map_EQ2uL, hu: B.Map_EQyjx, hy: B.Map_EQglO, id: B.Map_EQfZ2, is: B.Map_EQE5P, it: B.Map_EQCeS, ja: B.Map_EQCKg, ka: B.Map_EQ6m4, kk: B.Map_EQ56y, km: B.Map_EQN80, kn: B.Map_EQ8CO, ko: B.Map_EQgyO, ky: B.Map_EQWEg, lo: B.Map_EQSVO, lt: B.Map_EQu76, lv: B.Map_EQuxD, mk: B.Map_EQQXJ, ml: B.Map_EQn1f, mn: B.Map_EQMYA, mr: B.Map_EQqXv, ms: B.Map_EQWH7, my: B.Map_EQc6D, nb: B.Map_EQOlv, ne: B.Map_EQyxq, nl: B.Map_EQIY7, no: B.Map_EQOlv, or: B.Map_EQsU8, pa: B.Map_EQU4G, pl: B.Map_EQQGy, ps: B.Map_EQtPa, pt: B.Map_EQ23h, pt_PT: B.Map_EQ23h0, ro: B.Map_EQcg9, ru: B.Map_EQ4AN, si: B.Map_EQCDm, sk: B.Map_EQ27z, sl: B.Map_EQC3K, sq: B.Map_EQmKQ, sr: B.Map_EQEHY, sr_Latn: B.Map_EQEHY, sv: B.Map_EQyjH, sw: B.Map_EQYf3, ta: B.Map_EQulJ, te: B.Map_EQGgs, th: B.Map_EQbY5, tl: B.Map_EQsU8, tr: B.Map_EQ4m4, uk: B.Map_EQ46y, ur: B.Map_EQ8Gl0, uz: B.Map_EQE8w, vi: B.Map_EQiF8, zh: B.Map_EQinH, zh_HK: B.Map_EQp7V, zh_TW: B.Map_EQpI6, zu: B.Map_EQd8d}, B.List_2zE, A.findType("ConstantStringMap*>")); - B.List_8TI = A._setArrayType(makeConstList(["*", "+", "-", ".", "/", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "Alt", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Clear", "Control", "Delete", "End", "Enter", "Home", "Insert", "Meta", "PageDown", "PageUp", "Shift"]), type$.JSArray_legacy_String); - B.LogicalKeyboardKey_42 = new A.LogicalKeyboardKey(42); - B.LogicalKeyboardKey_8589935146 = new A.LogicalKeyboardKey(8589935146); - B.List_MHC = A._setArrayType(makeConstList([B.LogicalKeyboardKey_42, null, null, B.LogicalKeyboardKey_8589935146]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_43 = new A.LogicalKeyboardKey(43); - B.LogicalKeyboardKey_8589935147 = new A.LogicalKeyboardKey(8589935147); - B.List_MHC0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_43, null, null, B.LogicalKeyboardKey_8589935147]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_45 = new A.LogicalKeyboardKey(45); - B.LogicalKeyboardKey_8589935149 = new A.LogicalKeyboardKey(8589935149); - B.List_MHC1 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_45, null, null, B.LogicalKeyboardKey_8589935149]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_46 = new A.LogicalKeyboardKey(46); - B.LogicalKeyboardKey_8589935150 = new A.LogicalKeyboardKey(8589935150); - B.List_MHC2 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_46, null, null, B.LogicalKeyboardKey_8589935150]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_47 = new A.LogicalKeyboardKey(47); - B.LogicalKeyboardKey_8589935151 = new A.LogicalKeyboardKey(8589935151); - B.List_MHC3 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_47, null, null, B.LogicalKeyboardKey_8589935151]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_48 = new A.LogicalKeyboardKey(48); - B.LogicalKeyboardKey_8589935152 = new A.LogicalKeyboardKey(8589935152); - B.List_yHZ0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_48, null, null, B.LogicalKeyboardKey_8589935152]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_49 = new A.LogicalKeyboardKey(49); - B.LogicalKeyboardKey_8589935153 = new A.LogicalKeyboardKey(8589935153); - B.List_yHZ1 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_49, null, null, B.LogicalKeyboardKey_8589935153]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_50 = new A.LogicalKeyboardKey(50); - B.LogicalKeyboardKey_8589935154 = new A.LogicalKeyboardKey(8589935154); - B.List_yHZ2 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_50, null, null, B.LogicalKeyboardKey_8589935154]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_51 = new A.LogicalKeyboardKey(51); - B.LogicalKeyboardKey_8589935155 = new A.LogicalKeyboardKey(8589935155); - B.List_yHZ3 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_51, null, null, B.LogicalKeyboardKey_8589935155]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_52 = new A.LogicalKeyboardKey(52); - B.LogicalKeyboardKey_8589935156 = new A.LogicalKeyboardKey(8589935156); - B.List_yHZ4 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_52, null, null, B.LogicalKeyboardKey_8589935156]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_53 = new A.LogicalKeyboardKey(53); - B.LogicalKeyboardKey_8589935157 = new A.LogicalKeyboardKey(8589935157); - B.List_yHZ5 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_53, null, null, B.LogicalKeyboardKey_8589935157]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_54 = new A.LogicalKeyboardKey(54); - B.LogicalKeyboardKey_8589935158 = new A.LogicalKeyboardKey(8589935158); - B.List_yHZ6 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_54, null, null, B.LogicalKeyboardKey_8589935158]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_55 = new A.LogicalKeyboardKey(55); - B.LogicalKeyboardKey_8589935159 = new A.LogicalKeyboardKey(8589935159); - B.List_yHZ7 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_55, null, null, B.LogicalKeyboardKey_8589935159]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_56 = new A.LogicalKeyboardKey(56); - B.LogicalKeyboardKey_8589935160 = new A.LogicalKeyboardKey(8589935160); - B.List_Sxn = A._setArrayType(makeConstList([B.LogicalKeyboardKey_56, null, null, B.LogicalKeyboardKey_8589935160]), type$.JSArray_nullable_LogicalKeyboardKey); - B.LogicalKeyboardKey_57 = new A.LogicalKeyboardKey(57); - B.LogicalKeyboardKey_8589935161 = new A.LogicalKeyboardKey(8589935161); - B.List_Sxn0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_57, null, null, B.LogicalKeyboardKey_8589935161]), type$.JSArray_nullable_LogicalKeyboardKey); - B.List_gzb = A._setArrayType(makeConstList([null, B.LogicalKeyboardKey_8589934852, B.LogicalKeyboardKey_8589934853, null]), type$.JSArray_nullable_LogicalKeyboardKey); - B.List_RsV3 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968065, null, null, B.LogicalKeyboardKey_8589935154]), type$.JSArray_nullable_LogicalKeyboardKey); - 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.List_6FR = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968321, null, null, B.LogicalKeyboardKey_8589935157]), type$.JSArray_nullable_LogicalKeyboardKey); - B.List_gzb0 = A._setArrayType(makeConstList([null, 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.LogicalKeyboardKey_8589935117 = new A.LogicalKeyboardKey(8589935117); - 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.List_6FR0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968327, null, null, B.LogicalKeyboardKey_8589935152]), type$.JSArray_nullable_LogicalKeyboardKey); - B.List_gzb1 = A._setArrayType(makeConstList([null, B.LogicalKeyboardKey_8589934854, B.LogicalKeyboardKey_8589934855, null]), type$.JSArray_nullable_LogicalKeyboardKey); - B.List_RsV8 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968071, null, null, B.LogicalKeyboardKey_8589935155]), type$.JSArray_nullable_LogicalKeyboardKey); - B.List_mDg = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968072, null, null, B.LogicalKeyboardKey_8589935161]), type$.JSArray_nullable_LogicalKeyboardKey); - B.List_gzb2 = A._setArrayType(makeConstList([null, B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851, null]), type$.JSArray_nullable_LogicalKeyboardKey); - B.Map_8TEJH = 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_gzb, ArrowDown: B.List_RsV3, ArrowLeft: B.List_RsV4, ArrowRight: B.List_RsV5, ArrowUp: B.List_3Vk0, Clear: B.List_6FR, Control: B.List_gzb0, Delete: B.List_IAQ, End: B.List_RsV6, Enter: B.List_bnV0, Home: B.List_RsV7, Insert: B.List_6FR0, Meta: B.List_gzb1, PageDown: B.List_RsV8, PageUp: B.List_mDg, Shift: B.List_gzb2}, B.List_8TI, A.findType("ConstantStringMap*>")); - B.List_42_null_null_8589935146 = A._setArrayType(makeConstList([42, null, null, 8589935146]), type$.JSArray_nullable_int); - B.List_43_null_null_8589935147 = A._setArrayType(makeConstList([43, null, null, 8589935147]), type$.JSArray_nullable_int); - B.List_45_null_null_8589935149 = A._setArrayType(makeConstList([45, null, null, 8589935149]), type$.JSArray_nullable_int); - B.List_46_null_null_8589935150 = A._setArrayType(makeConstList([46, null, null, 8589935150]), type$.JSArray_nullable_int); - B.List_47_null_null_8589935151 = A._setArrayType(makeConstList([47, null, null, 8589935151]), type$.JSArray_nullable_int); - B.List_48_null_null_8589935152 = A._setArrayType(makeConstList([48, null, null, 8589935152]), type$.JSArray_nullable_int); - B.List_49_null_null_8589935153 = A._setArrayType(makeConstList([49, null, null, 8589935153]), type$.JSArray_nullable_int); - B.List_50_null_null_8589935154 = A._setArrayType(makeConstList([50, null, null, 8589935154]), type$.JSArray_nullable_int); - B.List_51_null_null_8589935155 = A._setArrayType(makeConstList([51, null, null, 8589935155]), type$.JSArray_nullable_int); - B.List_52_null_null_8589935156 = A._setArrayType(makeConstList([52, null, null, 8589935156]), type$.JSArray_nullable_int); - B.List_53_null_null_8589935157 = A._setArrayType(makeConstList([53, null, null, 8589935157]), type$.JSArray_nullable_int); - B.List_54_null_null_8589935158 = A._setArrayType(makeConstList([54, null, null, 8589935158]), type$.JSArray_nullable_int); - B.List_55_null_null_8589935159 = A._setArrayType(makeConstList([55, null, null, 8589935159]), type$.JSArray_nullable_int); - B.List_56_null_null_8589935160 = A._setArrayType(makeConstList([56, null, null, 8589935160]), type$.JSArray_nullable_int); - B.List_57_null_null_8589935161 = A._setArrayType(makeConstList([57, null, null, 8589935161]), type$.JSArray_nullable_int); - B.List_null_8589934852_8589934853_null = A._setArrayType(makeConstList([null, 8589934852, 8589934853, null]), type$.JSArray_nullable_int); - B.List_4294968065_null_null_8589935154 = A._setArrayType(makeConstList([4294968065, null, null, 8589935154]), type$.JSArray_nullable_int); - B.List_4294968066_null_null_8589935156 = A._setArrayType(makeConstList([4294968066, null, null, 8589935156]), type$.JSArray_nullable_int); - B.List_4294968067_null_null_8589935158 = A._setArrayType(makeConstList([4294968067, null, null, 8589935158]), type$.JSArray_nullable_int); - B.List_4294968068_null_null_8589935160 = A._setArrayType(makeConstList([4294968068, null, null, 8589935160]), type$.JSArray_nullable_int); - B.List_4294968321_null_null_8589935157 = A._setArrayType(makeConstList([4294968321, null, null, 8589935157]), type$.JSArray_nullable_int); - B.List_null_8589934848_8589934849_null = A._setArrayType(makeConstList([null, 8589934848, 8589934849, null]), type$.JSArray_nullable_int); - B.List_4294967423_null_null_8589935150 = A._setArrayType(makeConstList([4294967423, null, null, 8589935150]), type$.JSArray_nullable_int); - B.List_4294968069_null_null_8589935153 = A._setArrayType(makeConstList([4294968069, null, null, 8589935153]), type$.JSArray_nullable_int); - B.List_4294967309_null_null_8589935117 = A._setArrayType(makeConstList([4294967309, null, null, 8589935117]), type$.JSArray_nullable_int); - B.List_4294968070_null_null_8589935159 = A._setArrayType(makeConstList([4294968070, null, null, 8589935159]), type$.JSArray_nullable_int); - B.List_4294968327_null_null_8589935152 = A._setArrayType(makeConstList([4294968327, null, null, 8589935152]), type$.JSArray_nullable_int); - B.List_null_8589934854_8589934855_null = A._setArrayType(makeConstList([null, 8589934854, 8589934855, null]), type$.JSArray_nullable_int); - B.List_4294968071_null_null_8589935155 = A._setArrayType(makeConstList([4294968071, null, null, 8589935155]), type$.JSArray_nullable_int); - B.List_4294968072_null_null_8589935161 = A._setArrayType(makeConstList([4294968072, null, null, 8589935161]), type$.JSArray_nullable_int); - B.List_null_8589934850_8589934851_null = A._setArrayType(makeConstList([null, 8589934850, 8589934851, null]), type$.JSArray_nullable_int); - B.Map_8TmdZ = new A.ConstantStringMap(31, {"*": B.List_42_null_null_8589935146, "+": B.List_43_null_null_8589935147, "-": B.List_45_null_null_8589935149, ".": B.List_46_null_null_8589935150, "/": B.List_47_null_null_8589935151, "0": B.List_48_null_null_8589935152, "1": B.List_49_null_null_8589935153, "2": B.List_50_null_null_8589935154, "3": B.List_51_null_null_8589935155, "4": B.List_52_null_null_8589935156, "5": B.List_53_null_null_8589935157, "6": B.List_54_null_null_8589935158, "7": B.List_55_null_null_8589935159, "8": B.List_56_null_null_8589935160, "9": B.List_57_null_null_8589935161, Alt: B.List_null_8589934852_8589934853_null, ArrowDown: B.List_4294968065_null_null_8589935154, ArrowLeft: B.List_4294968066_null_null_8589935156, ArrowRight: B.List_4294968067_null_null_8589935158, ArrowUp: B.List_4294968068_null_null_8589935160, Clear: B.List_4294968321_null_null_8589935157, Control: B.List_null_8589934848_8589934849_null, Delete: B.List_4294967423_null_null_8589935150, End: B.List_4294968069_null_null_8589935153, Enter: B.List_4294967309_null_null_8589935117, Home: B.List_4294968070_null_null_8589935159, Insert: B.List_4294968327_null_null_8589935152, Meta: B.List_null_8589934854_8589934855_null, PageDown: B.List_4294968071_null_null_8589935155, PageUp: B.List_4294968072_null_null_8589935161, Shift: B.List_null_8589934850_8589934851_null}, 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_A2Y0 = A._setArrayType(makeConstList(["age_group_0", "age_group_30", "age_group_60", "age_group_90", "age_group_120"]), type$.JSArray_legacy_String); - B.Map_A2Rmq = new A.ConstantStringMap(5, {age_group_0: 0, age_group_30: 30, age_group_60: 60, age_group_90: 90, age_group_120: 120}, B.List_A2Y0, type$.ConstantStringMap_of_legacy_String_and_legacy_int); - B.List_Bzp0 = A._setArrayType(makeConstList(["1", "2", "3", "4", "-1"]), type$.JSArray_legacy_String); - B.Map_BzEVk = new A.ConstantStringMap(5, {"1": "draft", "2": "active", "3": "paused", "4": "completed", "-1": "pending"}, B.List_Bzp0, 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_j8H = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, false, false, false); - B.SingleActivator_j8H0 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, false, false, false); - B.SingleActivator_j8H1 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, false, false, false); - B.SingleActivator_j8H2 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, false, false, false); - B.TraversalDirection_3 = new A.TraversalDirection("TraversalDirection.left"); - B.DirectionalFocusIntent_TraversalDirection_3 = new A.DirectionalFocusIntent(B.TraversalDirection_3); - B.TraversalDirection_1 = new A.TraversalDirection("TraversalDirection.right"); - B.DirectionalFocusIntent_TraversalDirection_1 = new A.DirectionalFocusIntent(B.TraversalDirection_1); - B.TraversalDirection_2 = new A.TraversalDirection("TraversalDirection.down"); - B.DirectionalFocusIntent_TraversalDirection_2 = new A.DirectionalFocusIntent(B.TraversalDirection_2); - B.TraversalDirection_0 = new A.TraversalDirection("TraversalDirection.up"); - B.DirectionalFocusIntent_TraversalDirection_0 = new A.DirectionalFocusIntent(B.TraversalDirection_0); - B.Map_FL89n = new A.GeneralConstantMap([B.SingleActivator_j8H, B.DirectionalFocusIntent_TraversalDirection_3, B.SingleActivator_j8H0, B.DirectionalFocusIntent_TraversalDirection_1, B.SingleActivator_j8H1, B.DirectionalFocusIntent_TraversalDirection_2, B.SingleActivator_j8H2, B.DirectionalFocusIntent_TraversalDirection_0], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); - B.MaterialType_0 = new A.MaterialType("MaterialType.canvas"); - B.MaterialType_1 = new A.MaterialType("MaterialType.card"); - B.MaterialType_2 = new A.MaterialType("MaterialType.circle"); - B.MaterialType_3 = new A.MaterialType("MaterialType.button"); - B.MaterialType_4 = new A.MaterialType("MaterialType.transparency"); - B.Map_GFE4y = new A.GeneralConstantMap([B.MaterialType_0, null, B.MaterialType_1, B.BorderRadius_tLn2, B.MaterialType_2, null, B.MaterialType_3, B.BorderRadius_tLn2, B.MaterialType_4, null], A.findType("GeneralConstantMap")); - B.Color_4294638330 = new A.Color(4294638330); - B.Color_4294309365 = new A.Color(4294309365); - B.Color_4293848814 = new A.Color(4293848814); - B.Color_4292927712 = new A.Color(4292927712); - B.Color_4292269782 = new A.Color(4292269782); - B.Color_4288585374 = new A.Color(4288585374); - B.Color_4284572001 = new A.Color(4284572001); - B.Color_4282532418 = new A.Color(4282532418); - B.Color_4280361249 = new A.Color(4280361249); - 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.List_HL7 = A._setArrayType(makeConstList(["frameworkVersion", "channel", "repositoryUrl", "frameworkRevision", "frameworkCommitDate", "engineRevision", "dartSdkVersion", "flutterRoot"]), type$.JSArray_legacy_String); - B.Map_HLN66 = new A.ConstantStringMap(8, {frameworkVersion: "2.6.0-11.0.pre", channel: "dev", repositoryUrl: "https://github.com/flutter/flutter.git", frameworkRevision: "4b330ddbedab445481cc73d50a4695b9154b4e4f", frameworkCommitDate: "2021-09-16 17:29:58 -0700", engineRevision: "5b81c6d615c395d70f7032763aa8e89f16fb2bdd", dartSdkVersion: "2.15.0 (build 2.15.0-116.0.dev)", flutterRoot: "/opt/hostedtoolcache/flutter/2.6.0-11.0.pre-dev/x64"}, B.List_HL7, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.List_IF20 = A._setArrayType(makeConstList(["-1", "1", "2", "3", "4", "-2"]), type$.JSArray_legacy_String); - B.Map_IF4bq = new A.ConstantStringMap(6, {"-1": "expired", "1": "draft", "2": "sent", "3": "approved", "4": "converted", "-2": "viewed"}, B.List_IF20, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.List_linux_macos_windows = A._setArrayType(makeConstList(["linux", "macos", "windows"]), type$.JSArray_legacy_String); - B.C__LinuxCodes = new A._LinuxCodes(); - B.C__MacOSCodes = new A._MacOSCodes(); - B.C__WindowsCodes = new A._WindowsCodes(); - B.Map_IMoEm = new A.ConstantStringMap(3, {linux: B.C__LinuxCodes, macos: B.C__MacOSCodes, windows: B.C__WindowsCodes}, B.List_linux_macos_windows, A.findType("ConstantStringMap")); - B.List_IQy = A._setArrayType(makeConstList(["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "18", "17", "19", "20", "21"]), type$.JSArray_legacy_String); - B.Map_IQQHC = new A.ConstantStringMap(21, {"1": "credit_card", "2": "bank_transfer", "3": "paypal", "4": "crypto", "5": "custom", "6": "alipay", "7": "sofort", "8": "apple_pay", "9": "sepa", "10": "credit", "11": "kbc", "12": "bancontact", "13": "ideal", "14": "hosted", "15": "giropay", "16": "przelewy24", "18": "fpx", "17": "eps", "19": "acss", "20": "becs", "21": "instant_bank_pay"}, B.List_IQy, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - 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.List_Iik = A._setArrayType(makeConstList(["1", "10", "11", "2", "8", "9", "3", "21", "6", "7", "4", "12", "5", "13", "14", "15", "16", "17", "18", "19", "20", "22", "23", "24"]), type$.JSArray_legacy_String); - B.Map_IicEm = new A.ConstantStringMap(24, {"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"}, B.List_Iik, type$.ConstantStringMap_of_legacy_String_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.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); @@ -438162,6 +439287,7 @@ 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); @@ -438236,7 +439362,1274 @@ B.PhysicalKeyboardKey_786989 = new A.PhysicalKeyboardKey(786989); B.PhysicalKeyboardKey_786990 = new A.PhysicalKeyboardKey(786990); B.PhysicalKeyboardKey_786994 = new A.PhysicalKeyboardKey(786994); - B.Map_KPINK = new A.ConstantStringMap(268, {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, 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_KPc, A.findType("ConstantStringMap")); + 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_empty26 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_BoxShadow); + B.Color_855638016 = new A.Color(855638016); + B.Offset_0_2 = new A.Offset(0, 2); + B.BoxShadow_HZc = new A.BoxShadow(-1, B.BlurStyle_0, B.Color_855638016, B.Offset_0_2, 1); + B.Color_603979776 = new A.Color(603979776); + B.BoxShadow_oyn1 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_1, 1); + B.BoxShadow_oyn2 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 3); + B.List_UOM = A._setArrayType(makeConstList([B.BoxShadow_HZc, B.BoxShadow_oyn1, B.BoxShadow_oyn2]), type$.JSArray_legacy_BoxShadow); + B.BoxShadow_vuL = new A.BoxShadow(-2, B.BlurStyle_0, B.Color_855638016, B.Offset_0_3, 1); + B.BoxShadow_oyn3 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_2, 2); + B.BoxShadow_oyn4 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 5); + B.List_JBE = A._setArrayType(makeConstList([B.BoxShadow_vuL, B.BoxShadow_oyn3, B.BoxShadow_oyn4]), type$.JSArray_legacy_BoxShadow); + B.BoxShadow_vuL0 = new A.BoxShadow(-2, B.BlurStyle_0, B.Color_855638016, B.Offset_0_3, 3); + B.BoxShadow_oyn5 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_3, 4); + B.BoxShadow_oyn6 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 8); + B.List_JBE0 = A._setArrayType(makeConstList([B.BoxShadow_vuL0, B.BoxShadow_oyn5, B.BoxShadow_oyn6]), type$.JSArray_legacy_BoxShadow); + B.BoxShadow_HZc0 = new A.BoxShadow(-1, B.BlurStyle_0, B.Color_855638016, B.Offset_0_2, 4); + B.Offset_0_4 = new A.Offset(0, 4); + B.BoxShadow_oyn7 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_4, 5); + B.BoxShadow_oyn8 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 10); + B.List_UOM0 = A._setArrayType(makeConstList([B.BoxShadow_HZc0, B.BoxShadow_oyn7, B.BoxShadow_oyn8]), type$.JSArray_legacy_BoxShadow); + B.BoxShadow_HZc1 = new A.BoxShadow(-1, B.BlurStyle_0, B.Color_855638016, B.Offset_0_3, 5); + B.Offset_0_6 = new A.Offset(0, 6); + B.BoxShadow_oyn9 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_6, 10); + B.BoxShadow_oyn10 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 18); + B.List_UOM1 = A._setArrayType(makeConstList([B.BoxShadow_HZc1, B.BoxShadow_oyn9, B.BoxShadow_oyn10]), type$.JSArray_legacy_BoxShadow); + B.Offset_0_5 = new A.Offset(0, 5); + B.BoxShadow_Jik = new A.BoxShadow(-3, B.BlurStyle_0, B.Color_855638016, B.Offset_0_5, 5); + B.Offset_0_8 = new A.Offset(0, 8); + B.BoxShadow_oyn11 = new A.BoxShadow(1, B.BlurStyle_0, B.Color_603979776, B.Offset_0_8, 10); + B.BoxShadow_oyn12 = new A.BoxShadow(2, B.BlurStyle_0, B.Color_520093696, B.Offset_0_3, 14); + B.List_FuN = A._setArrayType(makeConstList([B.BoxShadow_Jik, B.BoxShadow_oyn11, B.BoxShadow_oyn12]), type$.JSArray_legacy_BoxShadow); + B.BoxShadow_Jik0 = new A.BoxShadow(-3, B.BlurStyle_0, B.Color_855638016, B.Offset_0_5, 6); + B.Offset_0_9 = new A.Offset(0, 9); + B.BoxShadow_oyn13 = new A.BoxShadow(1, B.BlurStyle_0, B.Color_603979776, B.Offset_0_9, 12); + B.BoxShadow_oyn14 = new A.BoxShadow(2, B.BlurStyle_0, B.Color_520093696, B.Offset_0_3, 16); + B.List_FuN0 = A._setArrayType(makeConstList([B.BoxShadow_Jik0, B.BoxShadow_oyn13, B.BoxShadow_oyn14]), type$.JSArray_legacy_BoxShadow); + B.Offset_0_7 = new A.Offset(0, 7); + B.BoxShadow_2Vk = new A.BoxShadow(-4, B.BlurStyle_0, B.Color_855638016, B.Offset_0_7, 8); + B.Offset_0_12 = new A.Offset(0, 12); + B.BoxShadow_oyn15 = new A.BoxShadow(2, B.BlurStyle_0, B.Color_603979776, B.Offset_0_12, 17); + B.BoxShadow_oyn16 = new A.BoxShadow(4, B.BlurStyle_0, B.Color_520093696, B.Offset_0_5, 22); + B.List_hLj = A._setArrayType(makeConstList([B.BoxShadow_2Vk, B.BoxShadow_oyn15, B.BoxShadow_oyn16]), type$.JSArray_legacy_BoxShadow); + B.BoxShadow_Drw = new A.BoxShadow(-5, B.BlurStyle_0, B.Color_855638016, B.Offset_0_8, 10); + B.Offset_0_16 = new A.Offset(0, 16); + B.BoxShadow_oyn17 = new A.BoxShadow(2, B.BlurStyle_0, B.Color_603979776, B.Offset_0_16, 24); + B.BoxShadow_oyn18 = new A.BoxShadow(5, B.BlurStyle_0, B.Color_520093696, B.Offset_0_6, 30); + B.List_LO4 = A._setArrayType(makeConstList([B.BoxShadow_Drw, B.BoxShadow_oyn17, B.BoxShadow_oyn18]), type$.JSArray_legacy_BoxShadow); + B.Offset_0_11 = new A.Offset(0, 11); + B.BoxShadow_rVI = new A.BoxShadow(-7, B.BlurStyle_0, B.Color_855638016, B.Offset_0_11, 15); + B.Offset_0_24 = new A.Offset(0, 24); + B.BoxShadow_oyn19 = new A.BoxShadow(3, B.BlurStyle_0, B.Color_603979776, B.Offset_0_24, 38); + B.BoxShadow_oyn20 = 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_oyn19, B.BoxShadow_oyn20]), type$.JSArray_legacy_BoxShadow); + B.Map_2Vato = new A.GeneralConstantMap([0, B.List_empty26, 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_yrN0 = 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_yrN0, 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_MUw0 = 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_MUw0, STANDALONEMONTHS: B.List_MUw0, SHORTMONTHS: B.List_uIL, STANDALONESHORTMONTHS: B.List_MUw0, 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_8eb = 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_8eb, STANDALONESHORTWEEKDAYS: B.List_8eb, 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_ww8136 = 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_ww8136, 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_8eb0 = 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_8eb0, STANDALONESHORTMONTHS: B.List_8eb0, 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_AgZ = 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_2No1 = 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_AgZ, 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_2No1, 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_AgZ, 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_2No1, 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_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_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_EGJ, 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_wMy1 = A._setArrayType(makeConstList(["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]), type$.JSArray_dynamic); + B.List_gc61 = 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, SHORTWEEKDAYS: B.List_gc61, STANDALONESHORTWEEKDAYS: B.List_gc61, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, SHORTWEEKDAYS: B.List_gc61, STANDALONESHORTWEEKDAYS: B.List_gc61, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, SHORTWEEKDAYS: B.List_gc61, STANDALONESHORTWEEKDAYS: B.List_gc61, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, SHORTWEEKDAYS: B.List_gc61, STANDALONESHORTWEEKDAYS: B.List_gc61, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, SHORTWEEKDAYS: B.List_gc61, STANDALONESHORTWEEKDAYS: B.List_gc61, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, SHORTWEEKDAYS: B.List_gc61, STANDALONESHORTWEEKDAYS: B.List_gc61, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, SHORTWEEKDAYS: B.List_gc61, STANDALONESHORTWEEKDAYS: B.List_gc61, 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_wMy1, STANDALONEWEEKDAYS: B.List_wMy1, SHORTWEEKDAYS: B.List_gc61, STANDALONESHORTWEEKDAYS: B.List_gc61, 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_gc62 = 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_2Vk2 = 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_gc62, STANDALONESHORTMONTHS: B.List_gc62, 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_2Vk2, 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_2Vk2, 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_Avr0 = 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_Avr0, STANDALONESHORTWEEKDAYS: B.List_Avr0, NARROWWEEKDAYS: B.List_Avr0, STANDALONENARROWWEEKDAYS: B.List_Avr0, 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_4CA = 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_4CA, STANDALONENARROWMONTHS: B.List_4CA, 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_2No2 = 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_2No2, 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_AgZ, STANDALONESHORTMONTHS: B.List_AgZ, 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_2No1, 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_yzJ1 = 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_yzJ1, 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_8eb, STANDALONESHORTWEEKDAYS: B.List_8eb, 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_y1j = 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_y1j, 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_ww8137 = 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_ww8137}, 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_2No2, 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_8aB1 = 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_8aB1, 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_ww8138 = 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_ww8138, STANDALONESHORTWEEKDAYS: B.List_ww8138, 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_2No3 = 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_2No3, 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_2Vk3 = 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_2Vk3, 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_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_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_k92, 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_ww8139 = 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_ww8139, 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_MUw1 = 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_MUw1, 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_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_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_oqK, STANDALONEWEEKDAYS: B.List_oqK, 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_ww8140 = 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_ww8140, STANDALONESHORTWEEKDAYS: B.List_ww8140, 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_4CA0 = 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_2No2, ERANAMES: B.List_AHF0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_UOW, STANDALONEMONTHS: B.List_UOW, SHORTMONTHS: B.List_4CA0, STANDALONESHORTMONTHS: B.List_4CA0, 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_2No2, ERANAMES: B.List_AHF0, NARROWMONTHS: B.List_qpm0, STANDALONENARROWMONTHS: B.List_qpm0, MONTHS: B.List_UOW, STANDALONEMONTHS: B.List_UOW, SHORTMONTHS: B.List_4CA0, STANDALONESHORTMONTHS: B.List_4CA0, 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_gc63 = 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_gc63, 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_8aB2 = 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_8aB2, 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_gc64 = 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_2Vk4 = 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_gc64, 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_2Vk4, STANDALONENARROWWEEKDAYS: B.List_2Vk4, 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_qp8 = 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_qp8, 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_AgZ0 = 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_AgZ0, 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); + B.Map_EQ3hK = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/\u200fM", MEd: "EEE\u060c d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE\u060c d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE\u060c d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M\u200f/y", yMd: "d\u200f/M\u200f/y", yMEd: "EEE\u060c d/\u200fM/\u200fy", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE\u060c d MMM y", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "EEEE\u060c d MMMM 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.Map_EQewF = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "dd.MM, EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMM, EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "d MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM.y", yMd: "dd.MM.y", yMEd: "dd.MM.y, EEE", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "d MMM y, EEE", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "d MMMM y, EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQ7FR = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", yMMM: "LLL y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL y", yMMMMd: "d MMMM y '\u0433'.", yMMMMEEEEd: "EEEE, d MMMM y '\u0433'.", 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_EQA0t = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.MM", MEd: "EEE, d.MM", MMM: "MM", MMMd: "d.MM", MMMEd: "EEE, d.MM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y '\u0433'.", yM: "MM.y '\u0433'.", yMd: "d.MM.y '\u0433'.", yMEd: "EEE, d.MM.y '\u0433'.", yMMM: "MM.y '\u0433'.", yMMMd: "d.MM.y '\u0433'.", yMMMEd: "EEE, d.MM.y '\u0433'.", yMMMM: "MMMM y '\u0433'.", yMMMMd: "d MMMM y '\u0433'.", yMMMMEEEEd: "EEEE, d MMMM y '\u0433'.", yQQQ: "QQQ y '\u0433'.", yQQQQ: "QQQQ y '\u0433'.", H: "H '\u0447'.", Hm: "H:mm '\u0447'.", Hms: "H:mm:ss '\u0447'.", j: "H '\u0447'.", jm: "H:mm '\u0447'.", jms: "H:mm:ss '\u0447'.", jmv: "HH:mm '\u0447'. v", jmz: "HH:mm '\u0447'. z", jz: "H '\u0447'. z", m: "m", ms: "m:ss", s: "s", v: "v", z: "z", zzzz: "zzzz", ZZZZ: "ZZZZ"}, B.List_EQM, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.Map_EQ0 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQRi5 = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "d.M.y.", yMEd: "EEE, d.M.y.", yMMM: "MMM y.", yMMMd: "d. MMM y.", yMMMEd: "EEE, d. MMM y.", yMMMM: "LLLL 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_EQw5x = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "LLL 'de' y", yMMMd: "d MMM 'de' y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL 'de' y", yMMMMd: "d MMMM 'de' y", yMMMMEEEEd: "EEEE, d MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H 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_EQckJ = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d. M.", MEd: "EEE d. M.", MMM: "LLL", MMMd: "d. M.", MMMEd: "EEE d. M.", MMMM: "LLLL", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d. M. y", yMEd: "EEE d. M. y", yMMM: "LLLL y", yMMMd: "d. M. y", yMMMEd: "EEE d. M. y", yMMMM: "LLLL y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE d. MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H 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_EQOXv = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "MMM", LLLL: "MMMM", M: "M", Md: "d.M", MEd: "EEE d.M", MMM: "MMM", MMMd: "d. MMM", MMMEd: "EEE d. MMM", MMMM: "MMMM", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M.y", yMd: "d.M.y", yMEd: "EEE d.M.y", yMMM: "MMM y", yMMMd: "d. MMM y", yMMMEd: "EEE d. MMM y", yMMMM: "MMMM y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE 'den' 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_EQKbu = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", 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 'Uhr'", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH 'Uhr'", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "HH 'Uhr' 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_EQqBb = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "MMM", LLLL: "MMMM", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "MMM", MMMd: "d MMM", MMMEd: "EEE, d MMM", MMMM: "MMMM", MMMMd: "d MMMM", MMMMEEEEd: "EEEE, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL y", yMMMMd: "d MMMM y", yMMMMEEEEd: "EEEE, d MMMM y", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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.Map_EQsU8 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", 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.Map_EQgeL = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "dd/MM/y", yMEd: "EEE, dd/MM/y", 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: "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.Map_EQ8Ac = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM-dd", MEd: "EEE, MM-dd", 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: "y-MM", yMd: "y-MM-dd", yMEd: "EEE, y-MM-dd", 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.Map_EQaha = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE, dd/MM", 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: "dd/MM/y", yMEd: "EEE, dd/MM/y", 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_EQ4CA = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "d/M/y", yMEd: "EEE, d/M/y", 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_EQuEV = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE, dd/MM", 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: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQ461 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE, dd/MM", 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: "dd/MM/y", yMEd: "EEE, dd/MM/y", 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: "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.Map_EQGVt = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM/dd", MEd: "EEE, MM/dd", MMM: "LLL", MMMd: "dd MMM", MMMEd: "EEE, dd MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE, dd MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM/y", yMd: "y/MM/dd", yMEd: "EEE, y/MM/dd", yMMM: "MMM y", yMMMd: "dd MMM y", yMMMEd: "EEE, dd 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_EQi7B = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE, d MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'de' y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H 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_EQgsm = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE, d MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE d/M/y", yMMM: "MMMM 'de' y", yMMMd: "d 'de' MMMM 'de' y", yMMMEd: "EEE, d 'de' MMM 'de' y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ 'de' y", yQQQQ: "QQQQ 'de' y", H: "HH", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH", jm: "HH:mm", jms: "HH:mm:ss", jmv: "H:mm v", jmz: "H: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_EQ8TW = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE d 'de' MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMMM 'de' y", yMMMd: "d 'de' MMMM 'de' y", yMMMEd: "EEE, d 'de' MMMM 'de' y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'de' y", H: "HH", Hm: "H:mm", Hms: "H:mm:ss", j: "HH", jm: "H:mm", jms: "H: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_EQXj5 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE, d 'de' MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMMM 'de' y", yMMMd: "d 'de' MMMM 'de' y", yMMMEd: "EEE, d 'de' MMMM 'de' y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'de' 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.Map_EQwoc = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "MMMM", LLLL: "MMMM", M: "M", Md: "d.M", MEd: "EEE, d.M", MMM: "MMMM", MMMd: "d. MMM", MMMEd: "EEE, d. MMM", MMMM: "MMMM", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE, d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", yMMM: "MMM y", yMMMd: "d. MMM y", yMMMEd: "EEE, d. MMMM 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_EQskt = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M/d", MEd: "M/d, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y/M", yMd: "y/M/d", yMEd: "y/M/d, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y('e')'ko' MMMM", yMMMMd: "y('e')'ko' MMMM'ren' d", yMMMMEEEEd: "y('e')'ko' MMMM'ren' d('a'), EEEE", yQQQ: "y('e')'ko' QQQ", yQQQQ: "y('e')'ko' QQQQ", 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_EQe0L = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M/d", MEd: "EEE M/d", MMM: "LLL", MMMd: "d LLL", MMMEd: "EEE d LLL", MMMM: "LLLL", MMMMd: "d LLLL", MMMMEEEEd: "EEEE d LLLL", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y/M", yMd: "y/M/d", yMEd: "EEE y/M/d", 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: "QQQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "HH:mm v", jmz: "HH:mm (z)", jz: "H (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_EQ8Gl = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", MEd: "EEE d.M.", MMM: "LLL", MMMd: "d. MMM", MMMEd: "ccc d. MMM", MMMM: "LLLL", MMMMd: "d. MMMM", MMMMEEEEd: "cccc d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "L.y", yMd: "d.M.y", yMEd: "EEE d.M.y", yMMM: "LLL y", yMMMd: "d. MMM y", yMMMEd: "EEE d. MMM y", yMMMM: "LLLL y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE d. MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H.mm", Hms: "H.mm.ss", j: "H", jm: "H.mm", jms: "H.mm.ss", jmv: "H.mm v", jmz: "H.mm z", jz: "H z", m: "m", ms: "m.ss", s: "s", v: "v", z: "z", zzzz: "zzzz", ZZZZ: "ZZZZ"}, B.List_EQM, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.Map_EQifx = new A.ConstantStringMap(44, {d: "d", E: "EEE", EEEE: "EEEE", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE dd/MM", 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: "dd/MM/y", yMEd: "EEE dd/MM/y", 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 'h'", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH 'h'", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "HH 'h' 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_EQoGx = 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: "d MMM", MMMEd: "EEE d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", 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 'h'", Hm: "HH 'h' mm", Hms: "HH 'h' mm 'min' ss 's'", j: "HH 'h'", jm: "HH 'h' mm", jms: "HH 'h' mm 'min' ss 's'", jmv: "HH 'h' mm v", jmz: "HH 'h' mm z", jz: "HH 'h' z", m: "m", ms: "mm 'min' ss 's'", s: "s", v: "v", z: "z", zzzz: "zzzz", ZZZZ: "ZZZZ"}, B.List_EQM, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.Map_EQwEo = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d 'de' MMM", MMMEd: "EEE, d 'de' MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMM 'de' y", yMMMd: "d/MM/y", yMMMEd: "EEE, d/MM/y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'de' 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_EQIIM = new A.ConstantStringMap(44, {d: "d", E: "EEE", EEEE: "EEEE", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "y-M", yMd: "d.M.y", yMEd: "EEE, y-M-d", yMMM: "MMM y", yMMMd: "y MMM d", yMMMEd: "EEE, d. MMM y", yMMMM: "MMMM y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE, d. MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "HH:mm", Hms: "HH:mm:ss", j: "H", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "H 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_EQpVn = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "y QQQ", yQQQQ: "y QQQQ", 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.Map_EQ6YB = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", MEd: "EEE, d.M", MMM: "LLL", MMMd: "d \u05d1MMM", MMMEd: "EEE, d \u05d1MMM", MMMM: "LLLL", MMMMd: "d \u05d1MMMM", MMMMEEEEd: "EEEE, d \u05d1MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", yMMM: "MMM y", yMMMd: "d \u05d1MMM y", yMMMEd: "EEE, d \u05d1MMM y", yMMMM: "MMMM y", yMMMMd: "d \u05d1MMMM y", yMMMMEEEEd: "EEEE, d \u05d1MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "H 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_EQ4CA0 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQ2uL = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L.", Md: "dd. MM.", MEd: "EEE, dd. MM.", 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: "dd. MM. y.", yMEd: "EEE, dd. MM. y.", yMMM: "LLL y.", yMMMd: "d. MMM y.", yMMMEd: "EEE, d. MMM y.", yMMMM: "LLLL 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_EQyjx = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M. d.", MEd: "M. d., EEE", MMM: "LLL", MMMd: "MMM d.", MMMEd: "MMM d., EEE", MMMM: "LLLL", MMMMd: "MMMM d.", MMMMEEEEd: "MMMM d., EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y.", yM: "y. M.", yMd: "y. MM. dd.", yMEd: "y. MM. dd., EEE", yMMM: "y. MMM", yMMMd: "y. MMM d.", yMMMEd: "y. MMM d., EEE", yMMMM: "y. MMMM", yMMMMd: "y. MMMM d.", yMMMMEEEEd: "y. MMMM d., EEEE", yQQQ: "y. QQQ", yQQQQ: "y. QQQQ", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "H 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_EQglO = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "dd.MM, EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMM, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "d MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM.y", yMd: "dd.MM.y", yMEd: "d.MM.y \u0569., EEE", yMMM: "y \u0569. LLL", yMMMd: "d MMM, y \u0569.", yMMMEd: "y \u0569. MMM d, EEE", yMMMM: "y \u0569\u2024 LLLL", yMMMMd: "d MMMM, y \u0569.", yMMMMEEEEd: "y \u0569. MMMM d, EEEE", yQQQ: "y \u0569. QQQ", yQQQQ: "y \u0569. QQQQ", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "H 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_EQfZ2 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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_EQE5P = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "M. y", yMd: "d.M.y", yMEd: "EEE, d.M.y", 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: "v \u2013 HH:mm", jmz: "z \u2013 HH:mm", 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_EQCeS = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE d/M/y", 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_EQCKg = new A.ConstantStringMap(44, {d: "d\u65e5", E: "ccc", EEEE: "cccc", LLL: "M\u6708", LLLL: "M\u6708", M: "M\u6708", Md: "M/d", MEd: "M/d(EEE)", MMM: "M\u6708", MMMd: "M\u6708d\u65e5", MMMEd: "M\u6708d\u65e5(EEE)", MMMM: "M\u6708", MMMMd: "M\u6708d\u65e5", MMMMEEEEd: "M\u6708d\u65e5EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\u5e74", yM: "y/M", yMd: "y/M/d", yMEd: "y/M/d(EEE)", yMMM: "y\u5e74M\u6708", yMMMd: "y\u5e74M\u6708d\u65e5", yMMMEd: "y\u5e74M\u6708d\u65e5(EEE)", yMMMM: "y\u5e74M\u6708", yMMMMd: "y\u5e74M\u6708d\u65e5", yMMMMEEEEd: "y\u5e74M\u6708d\u65e5EEEE", yQQQ: "y/QQQ", yQQQQ: "y\u5e74QQQQ", H: "H\u6642", Hm: "H:mm", Hms: "H:mm:ss", j: "H\u6642", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H\u6642 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_EQ6m4 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", 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_EQ56y = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "dd.MM, EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMM, EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "d MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM.y", yMd: "dd.MM.y", yMEd: "dd.MM.y, EEE", yMMM: "y '\u0436'. MMM", yMMMd: "y '\u0436'. d MMM", yMMMEd: "y '\u0436'. d MMM, EEE", yMMMM: "y '\u0436'. MMMM", yMMMMd: "y '\u0436'. d MMMM", yMMMMEEEEd: "y '\u0436'. d MMMM, EEEE", yQQQ: "y '\u0436'. QQQ", yQQQQ: "y '\u0436'. QQQQ", 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_EQN80 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE d MMM", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "EEEE d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE d/M/y", 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: "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.Map_EQ8CO = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/M, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "EEE, d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/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.Map_EQgyO = new A.ConstantStringMap(44, {d: "d\uc77c", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "M\uc6d4", Md: "M. d.", MEd: "M. d. (EEE)", MMM: "LLL", MMMd: "MMM d\uc77c", MMMEd: "MMM d\uc77c (EEE)", MMMM: "LLLL", MMMMd: "MMMM d\uc77c", MMMMEEEEd: "MMMM d\uc77c EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\ub144", yM: "y. M.", yMd: "y. M. d.", yMEd: "y. M. d. (EEE)", yMMM: "y\ub144 MMM", yMMMd: "y\ub144 MMM d\uc77c", yMMMEd: "y\ub144 MMM d\uc77c (EEE)", yMMMM: "y\ub144 MMMM", yMMMMd: "y\ub144 MMMM d\uc77c", yMMMMEEEEd: "y\ub144 MMMM d\uc77c EEEE", yQQQ: "y\ub144 QQQ", yQQQQ: "y\ub144 QQQQ", H: "H\uc2dc", Hm: "HH:mm", Hms: "H\uc2dc m\ubd84 s\ucd08", j: "a h\uc2dc", jm: "a h:mm", jms: "a h:mm:ss", jmv: "a h:mm v", jmz: "a h:mm z", jz: "a h\uc2dc 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_EQWEg = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd-MM", MEd: "dd-MM, EEE", MMM: "LLL", MMMd: "d-MMM", MMMEd: "d-MMM, EEE", MMMM: "LLLL", MMMMd: "d-MMMM", MMMMEEEEd: "d-MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "y-dd-MM", yMEd: "y-dd-MM, EEE", yMMM: "y-'\u0436'. MMM", yMMMd: "y-'\u0436'. d-MMM", yMMMEd: "y-'\u0436'. d-MMM, EEE", yMMMM: "y-'\u0436'., MMMM", yMMMMd: "y-'\u0436'., d-MMMM", yMMMMEEEEd: "y-'\u0436'., d-MMMM, EEEE", yQQQ: "y-'\u0436'., QQQ", yQQQQ: "y-'\u0436'., QQQQ", 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_EQSVO = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE d MMM", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "EEEE d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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_EQu76 = new A.ConstantStringMap(44, {d: "dd", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "MM", Md: "MM-d", MEd: "MM-dd, EEE", MMM: "MM", MMMd: "MM-dd", MMMEd: "MM-dd, EEE", MMMM: "LLLL", MMMMd: "MMMM d 'd'.", MMMMEEEEd: "MMMM d 'd'., EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "y-MM-dd", yMEd: "y-MM-dd, EEE", yMMM: "y-MM", yMMMd: "y-MM-dd", yMMMEd: "y-MM-dd, EEE", yMMMM: "y 'm'. LLLL", yMMMMd: "y 'm'. MMMM d 'd'.", yMMMMEEEEd: "y 'm'. MMMM d 'd'., EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQuxD = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM.", MEd: "EEE, dd.MM.", MMM: "LLL", MMMd: "d. MMM", MMMEd: "EEE, d. MMM", MMMM: "LLLL", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE, d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y. 'g'.", yM: "MM.y.", yMd: "y.MM.d.", yMEd: "EEE, d.M.y.", yMMM: "y. 'g'. MMM", yMMMd: "y. 'g'. d. MMM", yMMMEd: "EEE, y. 'g'. d. MMM", yMMMM: "y. 'g'. MMMM", yMMMMd: "y. 'gada' d. MMMM", yMMMMEEEEd: "EEEE, y. 'gada' d. MMMM", yQQQ: "y. 'g'. QQQ", yQQQQ: "y. 'g'. QQQQ", 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_EQQXJ = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", yMMM: "MMM y '\u0433'.", yMMMd: "d MMM y '\u0433'.", yMMMEd: "EEE, d MMM y '\u0433'.", yMMMM: "MMMM y '\u0433'.", yMMMMd: "d MMMM y", yMMMMEEEEd: "EEEE, d MMMM y", yQQQ: "QQQ y '\u0433'.", yQQQQ: "QQQQ y '\u0433'.", 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_EQn1f = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/M, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "d/M/y", yMEd: "d-M-y, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y MMMM", yMMMMd: "y, MMMM d", yMMMMEEEEd: "y, MMMM d, EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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.Map_EQMYA = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "LLLLL", Md: "MMMMM/dd", MEd: "MMMMM/dd. EEE", MMM: "LLL", MMMd: "MMM'\u044b\u043d' d", MMMEd: "MMM'\u044b\u043d' d. EEE", MMMM: "LLLL", MMMMd: "MMMM'\u044b\u043d' d", MMMMEEEEd: "MMMM'\u044b\u043d' d. EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y MMMMM", yMd: "y.MM.dd", yMEd: "y.MM.dd. EEE", yMMM: "y '\u043e\u043d\u044b' MMM", yMMMd: "y '\u043e\u043d\u044b' MMM'\u044b\u043d' d", yMMMEd: "y '\u043e\u043d\u044b' MMM'\u044b\u043d' d. EEE", yMMMM: "y '\u043e\u043d\u044b' MMMM", yMMMMd: "y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d", yMMMMEEEEd: "y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d. EEEE", yQQQ: "y '\u043e\u043d\u044b' QQQ", yQQQQ: "y '\u043e\u043d\u044b' QQQQ", H: "HH '\u0446'", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH '\u0446'", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm (v)", jmz: "HH:mm (z)", jz: "HH '\u0446' (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_EQqXv = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "H:mm", Hms: "H: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.Map_EQWH7 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d-M", 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: "M-y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQc6D = new A.ConstantStringMap(44, {d: "d", E: "ccc\u1014\u1031\u1037", EEEE: "cccc\u1014\u1031\u1037", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/M\u104a EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "MMM d\u104a EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d \u101b\u1000\u103a EEEE\u1014\u1031\u1037", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "dd-MM-y", yMEd: "d/M/y\u104a EEE", yMMM: "MMM y", yMMMd: "y\u104a MMM d", yMMMEd: "y\u104a MMM d\u104a EEE", yMMMM: "y MMMM", yMMMMd: "y\u104a d MMMM", yMMMMEEEEd: "y\u104a MMMM d\u104a EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", H: "HH", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH", jm: "HH:mm", jms: "HH:mm:ss", jmv: "v HH:mm", jmz: "z HH:mm", jz: "z HH", 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_EQOlv = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L.", Md: "d.M.", 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: "M.y", yMd: "d.M.y", yMEd: "EEE d.MM.y", 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_EQyxq = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM-dd", MEd: "MM-dd, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "y-MM-dd", yMEd: "y-MM-dd, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y MMMM", yMMMMd: "y MMMM d", yMMMMEEEEd: "y MMMM d, EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQIY7 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d-M", 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: "M-y", yMd: "d-M-y", yMEd: "EEE d-M-y", 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_EQU4G = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, dd-MM.", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE, d MMM", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "EEEE, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "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.Map_EQQGy = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.MM", MEd: "EEE, d.MM", 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: "d.MM.y", yMEd: "EEE, d.MM.y", yMMM: "LLL y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL 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_EQtPa = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM-dd", MEd: "MM-dd, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-MM", yMd: "y-MM-dd", yMEd: "y-MM-dd, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y MMMM", yMMMMd: "\u062f y \u062f MMMM d", yMMMMEEEEd: "EEEE \u062f y \u062f MMMM d", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQ23h = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE, dd/MM", MMM: "LLL", MMMd: "d 'de' MMM", MMMEd: "EEE, d 'de' MMM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "EEEE, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM/y", yMd: "dd/MM/y", yMEd: "EEE, dd/MM/y", yMMM: "MMM 'de' y", yMMMd: "d 'de' MMM 'de' y", yMMMEd: "EEE, d 'de' MMM 'de' y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQ 'de' y", yQQQQ: "QQQQ 'de' 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_EQ23h0 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/MM", MEd: "EEE, dd/MM", MMM: "LLL", MMMd: "d/MM", MMMEd: "EEE, d/MM", MMMM: "LLLL", MMMMd: "d 'de' MMMM", MMMMEEEEd: "cccc, d 'de' MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM/y", yMd: "dd/MM/y", yMEd: "EEE, dd/MM/y", yMMM: "MM/y", yMMMd: "d/MM/y", yMMMEd: "EEE, d/MM/y", yMMMM: "MMMM 'de' y", yMMMMd: "d 'de' MMMM 'de' y", yMMMMEEEEd: "EEEE, d 'de' MMMM 'de' y", yQQQ: "QQQQ 'de' y", yQQQQ: "QQQQ 'de' 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_EQcg9 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "EEE, dd.MM", 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: "dd.MM.y", yMEd: "EEE, dd.MM.y", 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_EQ4AN = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd.MM", MEd: "EEE, dd.MM", MMM: "LLL", MMMd: "d MMM", MMMEd: "ccc, d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "cccc, d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM.y", yMd: "dd.MM.y", yMEd: "ccc, dd.MM.y '\u0433'.", yMMM: "LLL y '\u0433'.", yMMMd: "d MMM y '\u0433'.", yMMMEd: "EEE, d MMM y '\u0433'.", yMMMM: "LLLL y '\u0433'.", yMMMMd: "d MMMM y '\u0433'.", yMMMMEEEEd: "EEEE, d MMMM y '\u0433'.", yQQQ: "QQQ y '\u0433'.", yQQQQ: "QQQQ y '\u0433'.", 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_EQCDm = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "M-d", MEd: "M-d, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d EEE", MMMM: "LLLL", MMMMd: "MMMM d", MMMMEEEEd: "MMMM d EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "y-M", yMd: "y-M-d", yMEd: "y-M-d, EEE", yMMM: "y MMM", yMMMd: "y MMM d", yMMMEd: "y MMM d, EEE", yMMMM: "y MMMM", yMMMMd: "y MMMM d", yMMMMEEEEd: "y MMMM d, EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQ27z = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L.", Md: "d. M.", MEd: "EEE d. M.", MMM: "LLL", MMMd: "d. M.", MMMEd: "EEE d. M.", MMMM: "LLLL", MMMMd: "d. MMMM", MMMMEEEEd: "EEEE d. MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d. M. y", yMEd: "EEE d. M. y", yMMM: "M/y", yMMMd: "d. M. y", yMMMEd: "EEE d. M. y", yMMMM: "LLLL y", yMMMMd: "d. MMMM y", yMMMMEEEEd: "EEEE d. MMMM y", yQQQ: "QQQ y", yQQQQ: "QQQQ y", H: "H", Hm: "H:mm", Hms: "H:mm:ss", j: "H", jm: "H:mm", jms: "H:mm:ss", jmv: "H:mm v", jmz: "H:mm z", jz: "H 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_EQC3K = new A.ConstantStringMap(44, {d: "d.", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d. M.", 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: "M/y", yMd: "d. M. y", yMEd: "EEE, d. M. y", 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'h'", Hm: "HH:mm", Hms: "HH:mm:ss", j: "HH'h'", jm: "HH:mm", jms: "HH:mm:ss", jmv: "HH:mm v", jmz: "HH:mm z", jz: "HH'h' 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_EQmKQ = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M", 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: "M.y", yMd: "d.M.y", yMEd: "EEE, d.M.y", 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: "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.Map_EQEHY = new A.ConstantStringMap(44, {d: "d", E: "EEE", EEEE: "EEEE", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d.M.", 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: "M.y.", yMd: "d.M.y.", yMEd: "EEE, d.M.y.", 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_EQyjH = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "y-MM", 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_EQYf3 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", 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: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE, MMM d, y", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "EEEE, d MMMM y", yQQQ: "y QQQ", 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_EQulJ = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "dd-MM, EEE", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "MMMM d, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE, d/M/y", 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: "a h", jm: "a h:mm", jms: "a h:mm:ss", jmv: "a h:mm v", jmz: "a h:mm z", jz: "a h 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_EQGgs = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/M, EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMM, EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "d MMMM, EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "d/M/y, EEE", yMMM: "MMM y", yMMMd: "d, MMM y", yMMMEd: "d MMM, y, EEE", yMMMM: "MMMM y", yMMMMd: "d MMMM, y", yMMMMEEEEd: "d, MMMM y, EEEE", 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.Map_EQbY5 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE\u0e17\u0e35\u0e48 d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE d/M/y", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "EEE d MMM y", yMMMM: "MMMM G y", yMMMMd: "d MMMM G y", yMMMMEEEEd: "EEEE\u0e17\u0e35\u0e48 d MMMM G y", yQQQ: "QQQ y", yQQQQ: "QQQQ G y", H: "HH", Hm: "HH:mm \u0e19.", Hms: "HH:mm:ss", j: "HH", jm: "HH:mm \u0e19.", 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_EQ4m4 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "d/MM EEE", MMM: "LLL", MMMd: "d MMM", MMMEd: "d MMMM EEE", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "d MMMM EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "MM/y", yMd: "dd.MM.y", yMEd: "d.M.y EEE", yMMM: "MMM y", yMMMd: "d MMM y", yMMMEd: "d MMM y EEE", yMMMM: "MMMM y", yMMMMd: "d MMMM y", yMMMMEEEEd: "d MMMM y EEEE", yQQQ: "y QQQ", yQQQQ: "y QQQQ", 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_EQ46y = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "LL", Md: "dd.MM", MEd: "EEE, dd.MM", 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: "dd.MM.y", yMEd: "EEE, dd.MM.y", yMMM: "LLL y", yMMMd: "d MMM y", yMMMEd: "EEE, d MMM y", yMMMM: "LLLL y", yMMMMd: "d MMMM y '\u0440'.", yMMMMEEEEd: "EEEE, d MMMM y '\u0440'.", yQQQ: "QQQ y", yQQQQ: "QQQQ y '\u0440'.", 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_EQ8Gl0 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "d/M", MEd: "EEE\u060c d/M", MMM: "LLL", MMMd: "d MMM", MMMEd: "EEE\u060c d MMM", MMMM: "LLLL", MMMMd: "d MMMM", MMMMEEEEd: "EEEE\u060c d MMMM", QQQ: "QQQ", QQQQ: "QQQQ", y: "y", yM: "M/y", yMd: "d/M/y", yMEd: "EEE\u060c d/M/y", yMMM: "MMM y", yMMMd: "d MMM\u060c y", yMMMEd: "EEE\u060c d MMM\u060c y", yMMMM: "MMMM y", yMMMMd: "d MMMM\u060c y", yMMMMEEEEd: "EEEE\u060c d MMMM\u060c 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.Map_EQE8w = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "LL", Md: "dd/MM", MEd: "EEE, dd/MM", 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: "dd/MM/y", yMEd: "EEE, dd/MM/y", 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: "y, QQQ", yQQQQ: "y, QQQQ", 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_EQiF8 = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "dd/M", MEd: "EEE, dd/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: "M/y", yMd: "d/M/y", yMEd: "EEE, dd/M/y", yMMM: "MMM y", yMMMd: "d MMM, y", yMMMEd: "EEE, d MMM, y", yMMMM: "MMMM 'n\u0103m' y", yMMMMd: "d MMMM, y", yMMMMEEEEd: "EEEE, d MMMM, y", yQQQ: "QQQ y", yQQQQ: "QQQQ 'n\u0103m' y", H: "HH", Hm: "H:mm", Hms: "HH:mm:ss", j: "HH", jm: "H: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_EQinH = new A.ConstantStringMap(44, {d: "d\u65e5", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "M\u6708", Md: "M/d", MEd: "M/dEEE", MMM: "LLL", MMMd: "M\u6708d\u65e5", MMMEd: "M\u6708d\u65e5EEE", MMMM: "LLLL", MMMMd: "M\u6708d\u65e5", MMMMEEEEd: "M\u6708d\u65e5EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\u5e74", yM: "y\u5e74M\u6708", yMd: "y/M/d", yMEd: "y/M/dEEE", yMMM: "y\u5e74M\u6708", yMMMd: "y\u5e74M\u6708d\u65e5", yMMMEd: "y\u5e74M\u6708d\u65e5EEE", yMMMM: "y\u5e74M\u6708", yMMMMd: "y\u5e74M\u6708d\u65e5", yMMMMEEEEd: "y\u5e74M\u6708d\u65e5EEEE", yQQQ: "y\u5e74\u7b2cQ\u5b63\u5ea6", yQQQQ: "y\u5e74\u7b2cQ\u5b63\u5ea6", H: "H\u65f6", Hm: "HH:mm", Hms: "HH:mm:ss", j: "ah\u65f6", jm: "ah:mm", jms: "ah:mm:ss", jmv: "v ah:mm", jmz: "z ah:mm", jz: "zah\u65f6", 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_EQp7V = new A.ConstantStringMap(44, {d: "d\u65e5", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "M\u6708", Md: "d/M", MEd: "d/M\uff08EEE\uff09", MMM: "LLL", MMMd: "M\u6708d\u65e5", MMMEd: "M\u6708d\u65e5EEE", MMMM: "LLLL", MMMMd: "M\u6708d\u65e5", MMMMEEEEd: "M\u6708d\u65e5EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\u5e74", yM: "M/y", yMd: "d/M/y", yMEd: "d/M/y\uff08EEE\uff09", yMMM: "y\u5e74M\u6708", yMMMd: "y\u5e74M\u6708d\u65e5", yMMMEd: "y\u5e74M\u6708d\u65e5EEE", yMMMM: "y\u5e74M\u6708", yMMMMd: "y\u5e74M\u6708d\u65e5", yMMMMEEEEd: "y\u5e74M\u6708d\u65e5EEEE", yQQQ: "y\u5e74QQQ", yQQQQ: "y\u5e74QQQQ", H: "H\u6642", Hm: "HH:mm", Hms: "HH:mm:ss", j: "ah\u6642", jm: "ah:mm", jms: "ah:mm:ss", jmv: "ah:mm [v]", jmz: "ah:mm [z]", jz: "ah\u6642 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_EQpI6 = new A.ConstantStringMap(44, {d: "d\u65e5", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "M\u6708", Md: "M/d", MEd: "M/d\uff08EEE\uff09", MMM: "LLL", MMMd: "M\u6708d\u65e5", MMMEd: "M\u6708d\u65e5 EEE", MMMM: "LLLL", MMMMd: "M\u6708d\u65e5", MMMMEEEEd: "M\u6708d\u65e5 EEEE", QQQ: "QQQ", QQQQ: "QQQQ", y: "y\u5e74", yM: "y/M", yMd: "y/M/d", yMEd: "y/M/d\uff08EEE\uff09", yMMM: "y\u5e74M\u6708", yMMMd: "y\u5e74M\u6708d\u65e5", yMMMEd: "y\u5e74M\u6708d\u65e5 EEE", yMMMM: "y\u5e74M\u6708", yMMMMd: "y\u5e74M\u6708d\u65e5", yMMMMEEEEd: "y\u5e74M\u6708d\u65e5 EEEE", yQQQ: "y\u5e74QQQ", yQQQQ: "y\u5e74QQQQ", H: "H\u6642", Hm: "HH:mm", Hms: "HH:mm:ss", j: "ah\u6642", jm: "ah:mm", jms: "ah:mm:ss", jmv: "ah:mm [v]", jmz: "ah:mm [z]", jz: "ah\u6642 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_EQd8d = new A.ConstantStringMap(44, {d: "d", E: "ccc", EEEE: "cccc", LLL: "LLL", LLLL: "LLLL", M: "L", Md: "MM-dd", MEd: "MM-dd, EEE", 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: "y-MM", yMd: "y-MM-dd", yMEd: "y-MM-dd, EEE", 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: "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_2zurD = new A.ConstantStringMap(94, {af: B.Map_EQUuv, am: B.Map_EQ27I, ar: B.Map_EQ3hK, az: B.Map_EQewF, be: B.Map_EQ7FR, bg: B.Map_EQA0t, bn: B.Map_EQ0, bs: B.Map_EQRi5, ca: B.Map_EQw5x, cs: B.Map_EQckJ, da: B.Map_EQOXv, de: B.Map_EQKbu, de_CH: B.Map_EQKbu, el: B.Map_EQqBb, en: B.Map_EQsU8, en_AU: B.Map_EQgeL, en_CA: B.Map_EQ8Ac, en_GB: B.Map_EQaha, en_IE: B.Map_EQ4CA, en_IN: B.Map_EQuEV, en_SG: B.Map_EQ461, en_US: B.Map_EQsU8, en_ZA: B.Map_EQGVt, es: B.Map_EQi7B, es_419: B.Map_EQgsm, es_MX: B.Map_EQ8TW, es_US: B.Map_EQXj5, et: B.Map_EQwoc, eu: B.Map_EQskt, fa: B.Map_EQe0L, fi: B.Map_EQ8Gl, fil: B.Map_EQsU8, fr: B.Map_EQifx, fr_CA: B.Map_EQoGx, gl: B.Map_EQwEo, gsw: B.Map_EQIIM, gu: B.Map_EQpVn, he: B.Map_EQ6YB, hi: B.Map_EQ4CA0, hr: B.Map_EQ2uL, hu: B.Map_EQyjx, hy: B.Map_EQglO, id: B.Map_EQfZ2, is: B.Map_EQE5P, it: B.Map_EQCeS, ja: B.Map_EQCKg, ka: B.Map_EQ6m4, kk: B.Map_EQ56y, km: B.Map_EQN80, kn: B.Map_EQ8CO, ko: B.Map_EQgyO, ky: B.Map_EQWEg, lo: B.Map_EQSVO, lt: B.Map_EQu76, lv: B.Map_EQuxD, mk: B.Map_EQQXJ, ml: B.Map_EQn1f, mn: B.Map_EQMYA, mr: B.Map_EQqXv, ms: B.Map_EQWH7, my: B.Map_EQc6D, nb: B.Map_EQOlv, ne: B.Map_EQyxq, nl: B.Map_EQIY7, no: B.Map_EQOlv, or: B.Map_EQsU8, pa: B.Map_EQU4G, pl: B.Map_EQQGy, ps: B.Map_EQtPa, pt: B.Map_EQ23h, pt_PT: B.Map_EQ23h0, ro: B.Map_EQcg9, ru: B.Map_EQ4AN, si: B.Map_EQCDm, sk: B.Map_EQ27z, sl: B.Map_EQC3K, sq: B.Map_EQmKQ, sr: B.Map_EQEHY, sr_Latn: B.Map_EQEHY, sv: B.Map_EQyjH, sw: B.Map_EQYf3, ta: B.Map_EQulJ, te: B.Map_EQGgs, th: B.Map_EQbY5, tl: B.Map_EQsU8, tr: B.Map_EQ4m4, uk: B.Map_EQ46y, ur: B.Map_EQ8Gl0, uz: B.Map_EQE8w, vi: B.Map_EQiF8, zh: B.Map_EQinH, zh_HK: B.Map_EQp7V, zh_TW: B.Map_EQpI6, zu: B.Map_EQd8d}, B.List_2zE, A.findType("ConstantStringMap*>")); + B.List_8TI = A._setArrayType(makeConstList(["*", "+", "-", ".", "/", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "Alt", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Clear", "Control", "Delete", "End", "Enter", "Home", "Insert", "Meta", "PageDown", "PageUp", "Shift"]), type$.JSArray_legacy_String); + B.LogicalKeyboardKey_42 = new A.LogicalKeyboardKey(42); + B.LogicalKeyboardKey_8589935146 = new A.LogicalKeyboardKey(8589935146); + B.List_MHC = A._setArrayType(makeConstList([B.LogicalKeyboardKey_42, null, null, B.LogicalKeyboardKey_8589935146]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_43 = new A.LogicalKeyboardKey(43); + B.LogicalKeyboardKey_8589935147 = new A.LogicalKeyboardKey(8589935147); + B.List_MHC0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_43, null, null, B.LogicalKeyboardKey_8589935147]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_45 = new A.LogicalKeyboardKey(45); + B.LogicalKeyboardKey_8589935149 = new A.LogicalKeyboardKey(8589935149); + B.List_MHC1 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_45, null, null, B.LogicalKeyboardKey_8589935149]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_46 = new A.LogicalKeyboardKey(46); + B.LogicalKeyboardKey_8589935150 = new A.LogicalKeyboardKey(8589935150); + B.List_MHC2 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_46, null, null, B.LogicalKeyboardKey_8589935150]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_47 = new A.LogicalKeyboardKey(47); + B.LogicalKeyboardKey_8589935151 = new A.LogicalKeyboardKey(8589935151); + B.List_MHC3 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_47, null, null, B.LogicalKeyboardKey_8589935151]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_48 = new A.LogicalKeyboardKey(48); + B.LogicalKeyboardKey_8589935152 = new A.LogicalKeyboardKey(8589935152); + B.List_yHZ0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_48, null, null, B.LogicalKeyboardKey_8589935152]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_49 = new A.LogicalKeyboardKey(49); + B.LogicalKeyboardKey_8589935153 = new A.LogicalKeyboardKey(8589935153); + B.List_yHZ1 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_49, null, null, B.LogicalKeyboardKey_8589935153]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_50 = new A.LogicalKeyboardKey(50); + B.LogicalKeyboardKey_8589935154 = new A.LogicalKeyboardKey(8589935154); + B.List_yHZ2 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_50, null, null, B.LogicalKeyboardKey_8589935154]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_51 = new A.LogicalKeyboardKey(51); + B.LogicalKeyboardKey_8589935155 = new A.LogicalKeyboardKey(8589935155); + B.List_yHZ3 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_51, null, null, B.LogicalKeyboardKey_8589935155]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_52 = new A.LogicalKeyboardKey(52); + B.LogicalKeyboardKey_8589935156 = new A.LogicalKeyboardKey(8589935156); + B.List_yHZ4 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_52, null, null, B.LogicalKeyboardKey_8589935156]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_53 = new A.LogicalKeyboardKey(53); + B.LogicalKeyboardKey_8589935157 = new A.LogicalKeyboardKey(8589935157); + B.List_yHZ5 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_53, null, null, B.LogicalKeyboardKey_8589935157]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_54 = new A.LogicalKeyboardKey(54); + B.LogicalKeyboardKey_8589935158 = new A.LogicalKeyboardKey(8589935158); + B.List_yHZ6 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_54, null, null, B.LogicalKeyboardKey_8589935158]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_55 = new A.LogicalKeyboardKey(55); + B.LogicalKeyboardKey_8589935159 = new A.LogicalKeyboardKey(8589935159); + B.List_yHZ7 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_55, null, null, B.LogicalKeyboardKey_8589935159]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_56 = new A.LogicalKeyboardKey(56); + B.LogicalKeyboardKey_8589935160 = new A.LogicalKeyboardKey(8589935160); + B.List_Sxn = A._setArrayType(makeConstList([B.LogicalKeyboardKey_56, null, null, B.LogicalKeyboardKey_8589935160]), type$.JSArray_nullable_LogicalKeyboardKey); + B.LogicalKeyboardKey_57 = new A.LogicalKeyboardKey(57); + B.LogicalKeyboardKey_8589935161 = new A.LogicalKeyboardKey(8589935161); + B.List_Sxn0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_57, null, null, B.LogicalKeyboardKey_8589935161]), type$.JSArray_nullable_LogicalKeyboardKey); + B.List_gzb = A._setArrayType(makeConstList([null, B.LogicalKeyboardKey_8589934852, B.LogicalKeyboardKey_8589934853, null]), type$.JSArray_nullable_LogicalKeyboardKey); + B.List_RsV3 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968065, null, null, B.LogicalKeyboardKey_8589935154]), type$.JSArray_nullable_LogicalKeyboardKey); + 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.List_6FR = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968321, null, null, B.LogicalKeyboardKey_8589935157]), type$.JSArray_nullable_LogicalKeyboardKey); + B.List_gzb0 = A._setArrayType(makeConstList([null, 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.LogicalKeyboardKey_8589935117 = new A.LogicalKeyboardKey(8589935117); + 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.List_6FR0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968327, null, null, B.LogicalKeyboardKey_8589935152]), type$.JSArray_nullable_LogicalKeyboardKey); + B.List_gzb1 = A._setArrayType(makeConstList([null, B.LogicalKeyboardKey_8589934854, B.LogicalKeyboardKey_8589934855, null]), type$.JSArray_nullable_LogicalKeyboardKey); + B.List_RsV8 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968071, null, null, B.LogicalKeyboardKey_8589935155]), type$.JSArray_nullable_LogicalKeyboardKey); + B.List_mDg = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968072, null, null, B.LogicalKeyboardKey_8589935161]), type$.JSArray_nullable_LogicalKeyboardKey); + B.List_gzb2 = A._setArrayType(makeConstList([null, B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851, null]), type$.JSArray_nullable_LogicalKeyboardKey); + B.Map_8TEJH = 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_gzb, ArrowDown: B.List_RsV3, ArrowLeft: B.List_RsV4, ArrowRight: B.List_RsV5, ArrowUp: B.List_3Vk0, Clear: B.List_6FR, Control: B.List_gzb0, Delete: B.List_IAQ, End: B.List_RsV6, Enter: B.List_bnV0, Home: B.List_RsV7, Insert: B.List_6FR0, Meta: B.List_gzb1, PageDown: B.List_RsV8, PageUp: B.List_mDg, Shift: B.List_gzb2}, B.List_8TI, A.findType("ConstantStringMap*>")); + B.List_42_null_null_8589935146 = A._setArrayType(makeConstList([42, null, null, 8589935146]), type$.JSArray_nullable_int); + B.List_43_null_null_8589935147 = A._setArrayType(makeConstList([43, null, null, 8589935147]), type$.JSArray_nullable_int); + B.List_45_null_null_8589935149 = A._setArrayType(makeConstList([45, null, null, 8589935149]), type$.JSArray_nullable_int); + B.List_46_null_null_8589935150 = A._setArrayType(makeConstList([46, null, null, 8589935150]), type$.JSArray_nullable_int); + B.List_47_null_null_8589935151 = A._setArrayType(makeConstList([47, null, null, 8589935151]), type$.JSArray_nullable_int); + B.List_48_null_null_8589935152 = A._setArrayType(makeConstList([48, null, null, 8589935152]), type$.JSArray_nullable_int); + B.List_49_null_null_8589935153 = A._setArrayType(makeConstList([49, null, null, 8589935153]), type$.JSArray_nullable_int); + B.List_50_null_null_8589935154 = A._setArrayType(makeConstList([50, null, null, 8589935154]), type$.JSArray_nullable_int); + B.List_51_null_null_8589935155 = A._setArrayType(makeConstList([51, null, null, 8589935155]), type$.JSArray_nullable_int); + B.List_52_null_null_8589935156 = A._setArrayType(makeConstList([52, null, null, 8589935156]), type$.JSArray_nullable_int); + B.List_53_null_null_8589935157 = A._setArrayType(makeConstList([53, null, null, 8589935157]), type$.JSArray_nullable_int); + B.List_54_null_null_8589935158 = A._setArrayType(makeConstList([54, null, null, 8589935158]), type$.JSArray_nullable_int); + B.List_55_null_null_8589935159 = A._setArrayType(makeConstList([55, null, null, 8589935159]), type$.JSArray_nullable_int); + B.List_56_null_null_8589935160 = A._setArrayType(makeConstList([56, null, null, 8589935160]), type$.JSArray_nullable_int); + B.List_57_null_null_8589935161 = A._setArrayType(makeConstList([57, null, null, 8589935161]), type$.JSArray_nullable_int); + B.List_null_8589934852_8589934853_null = A._setArrayType(makeConstList([null, 8589934852, 8589934853, null]), type$.JSArray_nullable_int); + B.List_4294968065_null_null_8589935154 = A._setArrayType(makeConstList([4294968065, null, null, 8589935154]), type$.JSArray_nullable_int); + B.List_4294968066_null_null_8589935156 = A._setArrayType(makeConstList([4294968066, null, null, 8589935156]), type$.JSArray_nullable_int); + B.List_4294968067_null_null_8589935158 = A._setArrayType(makeConstList([4294968067, null, null, 8589935158]), type$.JSArray_nullable_int); + B.List_4294968068_null_null_8589935160 = A._setArrayType(makeConstList([4294968068, null, null, 8589935160]), type$.JSArray_nullable_int); + B.List_4294968321_null_null_8589935157 = A._setArrayType(makeConstList([4294968321, null, null, 8589935157]), type$.JSArray_nullable_int); + B.List_null_8589934848_8589934849_null = A._setArrayType(makeConstList([null, 8589934848, 8589934849, null]), type$.JSArray_nullable_int); + B.List_4294967423_null_null_8589935150 = A._setArrayType(makeConstList([4294967423, null, null, 8589935150]), type$.JSArray_nullable_int); + B.List_4294968069_null_null_8589935153 = A._setArrayType(makeConstList([4294968069, null, null, 8589935153]), type$.JSArray_nullable_int); + B.List_4294967309_null_null_8589935117 = A._setArrayType(makeConstList([4294967309, null, null, 8589935117]), type$.JSArray_nullable_int); + B.List_4294968070_null_null_8589935159 = A._setArrayType(makeConstList([4294968070, null, null, 8589935159]), type$.JSArray_nullable_int); + B.List_4294968327_null_null_8589935152 = A._setArrayType(makeConstList([4294968327, null, null, 8589935152]), type$.JSArray_nullable_int); + B.List_null_8589934854_8589934855_null = A._setArrayType(makeConstList([null, 8589934854, 8589934855, null]), type$.JSArray_nullable_int); + B.List_4294968071_null_null_8589935155 = A._setArrayType(makeConstList([4294968071, null, null, 8589935155]), type$.JSArray_nullable_int); + B.List_4294968072_null_null_8589935161 = A._setArrayType(makeConstList([4294968072, null, null, 8589935161]), type$.JSArray_nullable_int); + B.List_null_8589934850_8589934851_null = A._setArrayType(makeConstList([null, 8589934850, 8589934851, null]), type$.JSArray_nullable_int); + B.Map_8TmdZ = new A.ConstantStringMap(31, {"*": B.List_42_null_null_8589935146, "+": B.List_43_null_null_8589935147, "-": B.List_45_null_null_8589935149, ".": B.List_46_null_null_8589935150, "/": B.List_47_null_null_8589935151, "0": B.List_48_null_null_8589935152, "1": B.List_49_null_null_8589935153, "2": B.List_50_null_null_8589935154, "3": B.List_51_null_null_8589935155, "4": B.List_52_null_null_8589935156, "5": B.List_53_null_null_8589935157, "6": B.List_54_null_null_8589935158, "7": B.List_55_null_null_8589935159, "8": B.List_56_null_null_8589935160, "9": B.List_57_null_null_8589935161, Alt: B.List_null_8589934852_8589934853_null, ArrowDown: B.List_4294968065_null_null_8589935154, ArrowLeft: B.List_4294968066_null_null_8589935156, ArrowRight: B.List_4294968067_null_null_8589935158, ArrowUp: B.List_4294968068_null_null_8589935160, Clear: B.List_4294968321_null_null_8589935157, Control: B.List_null_8589934848_8589934849_null, Delete: B.List_4294967423_null_null_8589935150, End: B.List_4294968069_null_null_8589935153, Enter: B.List_4294967309_null_null_8589935117, Home: B.List_4294968070_null_null_8589935159, Insert: B.List_4294968327_null_null_8589935152, Meta: B.List_null_8589934854_8589934855_null, PageDown: B.List_4294968071_null_null_8589935155, PageUp: B.List_4294968072_null_null_8589935161, Shift: B.List_null_8589934850_8589934851_null}, 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_A2Y0 = A._setArrayType(makeConstList(["age_group_0", "age_group_30", "age_group_60", "age_group_90", "age_group_120"]), type$.JSArray_legacy_String); + B.Map_A2Rmq = new A.ConstantStringMap(5, {age_group_0: 0, age_group_30: 30, age_group_60: 60, age_group_90: 90, age_group_120: 120}, B.List_A2Y0, type$.ConstantStringMap_of_legacy_String_and_legacy_int); + B.List_Bzp0 = A._setArrayType(makeConstList(["1", "2", "3", "4", "-1"]), type$.JSArray_legacy_String); + B.Map_BzEVk = new A.ConstantStringMap(5, {"1": "draft", "2": "active", "3": "paused", "4": "completed", "-1": "pending"}, B.List_Bzp0, 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.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"); + B.DirectionalFocusIntent_TraversalDirection_1 = new A.DirectionalFocusIntent(B.TraversalDirection_1); + B.TraversalDirection_2 = new A.TraversalDirection(2, "down"); + 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.Color_4294638330 = new A.Color(4294638330); + B.Color_4294309365 = new A.Color(4294309365); + B.Color_4293848814 = new A.Color(4293848814); + B.Color_4292927712 = new A.Color(4292927712); + B.Color_4292269782 = new A.Color(4292269782); + B.Color_4288585374 = new A.Color(4288585374); + B.Color_4284572001 = new A.Color(4284572001); + B.Color_4282532418 = new A.Color(4282532418); + B.Color_4280361249 = new A.Color(4280361249); + 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.List_IF20 = A._setArrayType(makeConstList(["-1", "1", "2", "3", "4", "-2"]), type$.JSArray_legacy_String); + B.Map_IF4bq = new A.ConstantStringMap(6, {"-1": "expired", "1": "draft", "2": "sent", "3": "approved", "4": "converted", "-2": "viewed"}, B.List_IF20, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.List_linux_macos_windows = A._setArrayType(makeConstList(["linux", "macos", "windows"]), type$.JSArray_legacy_String); + B.C__LinuxCodes = new A._LinuxCodes(); + B.C__MacOSCodes = new A._MacOSCodes(); + B.C__WindowsCodes = new A._WindowsCodes(); + B.Map_IMoEm = new A.ConstantStringMap(3, {linux: B.C__LinuxCodes, macos: B.C__MacOSCodes, windows: B.C__WindowsCodes}, B.List_linux_macos_windows, A.findType("ConstantStringMap")); + B.List_IQy = A._setArrayType(makeConstList(["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "18", "17", "19", "20", "21"]), type$.JSArray_legacy_String); + B.Map_IQ4sJ = new A.ConstantStringMap(21, {"1": "credit_card", "2": "bank_transfer", "3": "paypal", "4": "crypto", "5": "custom", "6": "alipay", "7": "sofort", "8": "apple_pay", "9": "sepa", "10": "credit", "11": "kbc", "12": "bancontact", "13": "ideal", "14": "hosted", "15": "giropay", "16": "przelewy24", "18": "direct_debit", "17": "eps", "19": "acss", "20": "becs", "21": "instant_bank_pay"}, B.List_IQy, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + 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.List_Iik = A._setArrayType(makeConstList(["1", "10", "11", "2", "8", "9", "3", "21", "6", "7", "4", "12", "5", "13", "14", "15", "16", "17", "18", "19", "20", "22", "23", "24"]), type$.JSArray_legacy_String); + B.Map_IicEm = new A.ConstantStringMap(24, {"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"}, B.List_Iik, type$.ConstantStringMap_of_legacy_String_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.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(); B.Map_TbTh7 = new A.GeneralConstantMap([B.SingleActivator_gc6, B.C_NextFocusIntent], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); @@ -438246,78 +440639,36 @@ B.Map_YCOho = new A.ConstantStringMap(78, {in: "id", iw: "he", ji: "yi", jw: "jv", mo: "ro", aam: "aas", adp: "dz", aue: "ktz", ayx: "nun", bgm: "bcg", bjd: "drl", ccq: "rki", cjr: "mom", cka: "cmr", cmk: "xch", coy: "pij", cqu: "quh", drh: "khk", drw: "prs", gav: "dev", gfx: "vaj", ggn: "gvr", gti: "nyc", guv: "duz", hrr: "jal", ibi: "opa", ilw: "gal", jeg: "oyb", kgc: "tdf", kgh: "kml", koj: "kwv", krm: "bmf", ktr: "dtp", kvs: "gdj", kwq: "yam", kxe: "tvd", kzj: "dtp", kzt: "dtp", lii: "raq", lmm: "rmx", meg: "cir", mst: "mry", mwj: "vaj", myt: "mry", nad: "xny", ncp: "kdz", nnx: "ngv", nts: "pij", oun: "vaj", pcr: "adx", pmc: "huw", pmu: "phr", ppa: "bfy", ppr: "lcq", pry: "prt", puz: "pub", sca: "hle", skk: "oyb", tdu: "dtp", thc: "tpo", thx: "oyb", tie: "ras", tkk: "twm", tlw: "weo", tmp: "tyj", tne: "kak", tnf: "prs", tsf: "taj", uok: "ema", xba: "cax", xia: "acn", xkh: "waw", xsj: "suj", ybd: "rki", yma: "lrr", ymt: "mtm", yos: "zom", yuu: "yug"}, B.List_YCM, 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_j8H2, B.C_AutocompletePreviousOptionIntent, B.SingleActivator_j8H1, B.C_AutocompleteNextOptionIntent], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); - B.Map_cWJJ0 = new A.GeneralConstantMap([B.SingleActivator_j8H1, B.DirectionalFocusIntent_TraversalDirection_2, B.SingleActivator_j8H2, B.DirectionalFocusIntent_TraversalDirection_0], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); - B.SingleActivator_gc60 = new A.SingleActivator(B.LogicalKeyboardKey_4294967304, false, false, false, false); - B.SingleActivator_Wz9 = new A.SingleActivator(B.LogicalKeyboardKey_4294967423, false, false, false, false); - B.SingleActivator_gc61 = new A.SingleActivator(B.LogicalKeyboardKey_4294967304, false, false, true, false); - B.SingleActivator_Wz90 = new A.SingleActivator(B.LogicalKeyboardKey_4294967423, false, false, true, false); - B.SingleActivator_gc62 = new A.SingleActivator(B.LogicalKeyboardKey_4294967304, true, false, false, false); - B.SingleActivator_Wz91 = new A.SingleActivator(B.LogicalKeyboardKey_4294967423, true, false, false, false); - B.SingleActivator_gc63 = new A.SingleActivator(B.LogicalKeyboardKey_4294967304, false, false, false, true); - B.SingleActivator_Wz92 = new A.SingleActivator(B.LogicalKeyboardKey_4294967423, false, false, false, true); - B.SingleActivator_j8H3 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, false, true, false); - B.SingleActivator_j8H4 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, false, true, false); - B.SingleActivator_j8H5 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, false, true, false); - B.SingleActivator_j8H6 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, false, true, false); - B.SingleActivator_j8H7 = new A.SingleActivator(B.LogicalKeyboardKey_4294968065, false, true, true, false); - B.SingleActivator_j8H8 = new A.SingleActivator(B.LogicalKeyboardKey_4294968066, false, true, true, false); - B.SingleActivator_j8H9 = new A.SingleActivator(B.LogicalKeyboardKey_4294968067, false, true, true, false); - B.SingleActivator_j8H10 = new A.SingleActivator(B.LogicalKeyboardKey_4294968068, false, true, true, false); - 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_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_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_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_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.LogicalKeyboardKey_32 = new A.LogicalKeyboardKey(32); - B.SingleActivator_mmH = new A.SingleActivator(B.LogicalKeyboardKey_32, false, false, false, false); - B.LogicalKeyboardKey_120 = new A.LogicalKeyboardKey(120); - B.SingleActivator_mmH0 = new A.SingleActivator(B.LogicalKeyboardKey_120, true, false, false, false); - B.SingleActivator_mmH1 = new A.SingleActivator(B.LogicalKeyboardKey_120, false, false, false, true); - B.LogicalKeyboardKey_99 = new A.LogicalKeyboardKey(99); - B.SingleActivator_mmH2 = new A.SingleActivator(B.LogicalKeyboardKey_99, true, false, false, false); - B.SingleActivator_mmH3 = new A.SingleActivator(B.LogicalKeyboardKey_99, false, false, false, true); - B.LogicalKeyboardKey_118 = new A.LogicalKeyboardKey(118); - B.SingleActivator_mmH4 = new A.SingleActivator(B.LogicalKeyboardKey_118, true, false, false, false); - B.SingleActivator_mmH5 = new A.SingleActivator(B.LogicalKeyboardKey_118, false, false, false, true); - B.LogicalKeyboardKey_97 = new A.LogicalKeyboardKey(97); - B.SingleActivator_mmH6 = new A.SingleActivator(B.LogicalKeyboardKey_97, true, false, false, false); - B.SingleActivator_mmH7 = new A.SingleActivator(B.LogicalKeyboardKey_97, false, false, false, true); - B.C_DoNothingAndStopPropagationTextIntent = new A.DoNothingAndStopPropagationTextIntent(); - B.Map_eV4SE = new A.GeneralConstantMap([B.SingleActivator_gc60, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_Wz9, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_gc61, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_Wz90, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_gc62, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_Wz91, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_gc63, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_Wz92, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H3, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H4, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H5, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H6, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H7, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H8, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H9, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H10, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H1, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H0, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H2, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H11, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H12, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H13, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H14, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H15, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H16, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H17, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H18, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H19, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H20, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H21, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H22, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H23, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H24, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H25, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H26, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H27, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H28, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H29, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_j8H30, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_mmH, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_mmH0, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_mmH1, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_mmH2, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_mmH3, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_mmH4, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_mmH5, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_mmH6, B.C_DoNothingAndStopPropagationTextIntent, B.SingleActivator_mmH7, B.C_DoNothingAndStopPropagationTextIntent], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); + 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.List_eBn = A._setArrayType(makeConstList(["frameworkVersion", "channel", "repositoryUrl", "frameworkRevision", "frameworkCommitDate", "engineRevision", "dartSdkVersion", "devToolsVersion", "flutterRoot"]), type$.JSArray_legacy_String); + B.Map_eBc8d = new A.ConstantStringMap(9, {frameworkVersion: "2.10.0-0.1.pre", channel: "beta", repositoryUrl: "https://github.com/flutter/flutter.git", frameworkRevision: "628f0e3f3a01d6e6b5fd8c2d7b8f0d58883b6673", frameworkCommitDate: "2022-01-11 19:50:05 -0600", engineRevision: "63ca99584a1aef79722b2a7c6414570b54416bab", dartSdkVersion: "2.16.0 (build 2.16.0-134.1.beta)", devToolsVersion: "2.9.2", flutterRoot: "/opt/hostedtoolcache/flutter/2.10.0-0.1.pre-beta/x64"}, B.List_eBn, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + 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_empty24 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.Map_empty8 = new A.ConstantStringMap(0, {}, B.List_empty24, A.findType("ConstantStringMap")); - B.List_empty25 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.Map_empty1 = new A.ConstantStringMap(0, {}, B.List_empty25, A.findType("ConstantStringMap")); + B.List_empty27 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.Map_empty8 = new A.ConstantStringMap(0, {}, B.List_empty27, A.findType("ConstantStringMap")); + B.List_empty28 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.Map_empty1 = new A.ConstantStringMap(0, {}, B.List_empty28, A.findType("ConstantStringMap")); B.Map_empty4 = new A.ConstantStringMap(0, {}, B.List_empty1, type$.ConstantStringMap_of_legacy_String_and_dynamic); B.Map_empty6 = new A.ConstantStringMap(0, {}, B.List_empty1, type$.ConstantStringMap_of_legacy_String_and_legacy_String); B.Map_empty7 = new A.ConstantStringMap(0, {}, B.List_empty1, A.findType("ConstantStringMap")); - B.List_empty26 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.Map_empty = new A.ConstantStringMap(0, {}, B.List_empty26, A.findType("ConstantStringMap")); - B.List_empty27 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Type); - B.Map_empty3 = new A.ConstantStringMap(0, {}, B.List_empty27, A.findType("ConstantStringMap")); - B.Map_empty5 = new A.ConstantStringMap(0, {}, B.List_empty27, A.findType("ConstantStringMap*>")); + B.List_empty29 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.Map_empty = new A.ConstantStringMap(0, {}, B.List_empty29, A.findType("ConstantStringMap")); + B.List_empty30 = A._setArrayType(makeConstList([]), type$.JSArray_legacy_Type); + B.Map_empty3 = new A.ConstantStringMap(0, {}, B.List_empty30, A.findType("ConstantStringMap")); + B.Map_empty5 = new A.ConstantStringMap(0, {}, B.List_empty30, 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")); B.List_gFn = A._setArrayType(makeConstList(["alias", "allScroll", "basic", "cell", "click", "contextMenu", "copy", "forbidden", "grab", "grabbing", "help", "move", "none", "noDrop", "precise", "progress", "text", "resizeColumn", "resizeDown", "resizeDownLeft", "resizeDownRight", "resizeLeft", "resizeLeftRight", "resizeRight", "resizeRow", "resizeUp", "resizeUpDown", "resizeUpLeft", "resizeUpRight", "resizeUpLeftDownRight", "resizeUpRightDownLeft", "verticalText", "wait", "zoomIn", "zoomOut"]), type$.JSArray_legacy_String); B.Map_gFKQ1 = new A.ConstantStringMap(35, {alias: "alias", allScroll: "all-scroll", basic: "default", cell: "cell", click: "pointer", contextMenu: "context-menu", copy: "copy", forbidden: "not-allowed", grab: "grab", grabbing: "grabbing", help: "help", move: "move", none: "none", noDrop: "no-drop", precise: "crosshair", progress: "progress", text: "text", resizeColumn: "col-resize", resizeDown: "s-resize", resizeDownLeft: "sw-resize", resizeDownRight: "se-resize", resizeLeft: "w-resize", resizeLeftRight: "ew-resize", resizeRight: "e-resize", resizeRow: "row-resize", resizeUp: "n-resize", resizeUpDown: "ns-resize", resizeUpLeft: "nw-resize", resizeUpRight: "ne-resize", resizeUpLeftDownRight: "nwse-resize", resizeUpRightDownLeft: "nesw-resize", verticalText: "vertical-text", wait: "wait", zoomIn: "zoom-in", zoomOut: "zoom-out"}, B.List_gFn, type$.ConstantStringMap_of_legacy_String_and_legacy_String); + B.MaterialType_0 = new A.MaterialType(0, "canvas"); + B.MaterialType_1 = new A.MaterialType(1, "card"); + B.MaterialType_2 = new A.MaterialType(2, "circle"); + B.MaterialType_3 = new A.MaterialType(3, "button"); + B.MaterialType_4 = new A.MaterialType(4, "transparency"); + B.Map_gnuL2 = new A.GeneralConstantMap([B.MaterialType_0, null, B.MaterialType_1, B.BorderRadius_tLn2, B.MaterialType_2, null, B.MaterialType_3, B.BorderRadius_tLn2, B.MaterialType_4, null], A.findType("GeneralConstantMap")); B.Color_4289200107 = new A.Color(4289200107); B.Color_4284809178 = new A.Color(4284809178); B.Color_4280150454 = new A.Color(4280150454); @@ -438325,8 +440676,7 @@ B.Map_iTYZn = new A.GeneralConstantMap([100, B.Color_4289200107, 200, B.Color_4284809178, 400, B.Color_4280150454, 700, B.Color_4278239141], type$.GeneralConstantMap_of_legacy_int_and_legacy_Color); B.List_j3h0 = A._setArrayType(makeConstList(["-1", "1", "2", "3", "4", "5", "6", "-3"]), type$.JSArray_legacy_String); B.Map_j34mP = new A.ConstantStringMap(8, {"-1": "past_due", "1": "draft", "2": "sent", "3": "partial", "4": "paid", "5": "cancelled", "6": "reversed", "-3": "viewed"}, B.List_j3h0, type$.ConstantStringMap_of_legacy_String_and_legacy_String); - B.Map_kCqFu = new A.GeneralConstantMap([B.TraversalDirection_0, -7, B.TraversalDirection_1, 1, B.TraversalDirection_2, 7, B.TraversalDirection_3, -1], A.findType("GeneralConstantMap")); - B.Map_kxyHF = 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, 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], A.findType("GeneralConstantMap")); + B.LogicalKeyboardKey_32 = new A.LogicalKeyboardKey(32); B.LogicalKeyboardKey_33 = new A.LogicalKeyboardKey(33); B.LogicalKeyboardKey_34 = new A.LogicalKeyboardKey(34); B.LogicalKeyboardKey_35 = new A.LogicalKeyboardKey(35); @@ -438350,7 +440700,9 @@ B.LogicalKeyboardKey_94 = new A.LogicalKeyboardKey(94); B.LogicalKeyboardKey_95 = new A.LogicalKeyboardKey(95); B.LogicalKeyboardKey_96 = new A.LogicalKeyboardKey(96); + B.LogicalKeyboardKey_97 = new A.LogicalKeyboardKey(97); B.LogicalKeyboardKey_98 = new A.LogicalKeyboardKey(98); + B.LogicalKeyboardKey_99 = new A.LogicalKeyboardKey(99); B.LogicalKeyboardKey_100 = new A.LogicalKeyboardKey(100); B.LogicalKeyboardKey_101 = new A.LogicalKeyboardKey(101); B.LogicalKeyboardKey_102 = new A.LogicalKeyboardKey(102); @@ -438369,7 +440721,9 @@ B.LogicalKeyboardKey_115 = new A.LogicalKeyboardKey(115); B.LogicalKeyboardKey_116 = new A.LogicalKeyboardKey(116); B.LogicalKeyboardKey_117 = new A.LogicalKeyboardKey(117); + B.LogicalKeyboardKey_118 = new A.LogicalKeyboardKey(118); B.LogicalKeyboardKey_119 = new A.LogicalKeyboardKey(119); + B.LogicalKeyboardKey_120 = new A.LogicalKeyboardKey(120); B.LogicalKeyboardKey_121 = new A.LogicalKeyboardKey(121); B.LogicalKeyboardKey_122 = new A.LogicalKeyboardKey(122); B.LogicalKeyboardKey_123 = new A.LogicalKeyboardKey(123); @@ -438432,23 +440786,24 @@ 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.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.Map_yXX0S = new A.GeneralConstantMap([4096, "invoices", 1, "recurring_invoices", 4, "quotes", 2, "credits", 32, "projects", 8, "tasks", 64, "vendors", 16, "expenses", 512, "recurring_expenses"], type$.GeneralConstantMap_of_legacy_int_and_legacy_String); + B.SingleActivator_mmH = 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_gc64 = new A.SingleActivator(B.LogicalKeyboardKey_4294967305, false, false, false, false); - B.SingleActivator_gc65 = new A.SingleActivator(B.LogicalKeyboardKey_4294967305, false, true, 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_j8H31 = new A.SingleActivator(B.LogicalKeyboardKey_4294968071, false, false, false, false); + B.SingleActivator_j8H33 = 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(); B.C_PreviousFocusIntent = new A.PreviousFocusIntent(); - B.ScrollIncrementType_0 = new A.ScrollIncrementType("ScrollIncrementType.line"); - B.ScrollIntent_Uzc = new A.ScrollIntent(B.AxisDirection_0, B.ScrollIncrementType_0); - B.ScrollIntent_R430 = new A.ScrollIntent(B.AxisDirection_2, B.ScrollIncrementType_0); - B.ScrollIntent_vpn = new A.ScrollIntent(B.AxisDirection_3, B.ScrollIncrementType_0); - B.ScrollIntent_o8I = new A.ScrollIntent(B.AxisDirection_1, B.ScrollIncrementType_0); - B.ScrollIntent_Uzc0 = new A.ScrollIntent(B.AxisDirection_0, B.ScrollIncrementType_1); - B.Map_zPPLf = 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_gc64, B.C_NextFocusIntent, B.SingleActivator_gc65, B.C_PreviousFocusIntent, B.SingleActivator_j8H2, B.ScrollIntent_Uzc, B.SingleActivator_j8H1, B.ScrollIntent_R430, B.SingleActivator_j8H, B.ScrollIntent_vpn, B.SingleActivator_j8H0, B.ScrollIntent_o8I, B.SingleActivator_4MF, B.ScrollIntent_Uzc0, B.SingleActivator_j8H31, B.ScrollIntent_R43], type$.GeneralConstantMap_of_legacy_ShortcutActivator_and_legacy_Intent); + B.ScrollIncrementType_0 = new A.ScrollIncrementType(0, "line"); + B.ScrollIntent_ssH = new A.ScrollIntent(B.AxisDirection_0, B.ScrollIncrementType_0); + B.ScrollIntent_cKo = new A.ScrollIntent(B.AxisDirection_2, B.ScrollIncrementType_0); + 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.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); @@ -438462,22 +440817,22 @@ B.Color_4294929664 = new A.Color(4294929664); B.Map_iTsEs = new A.GeneralConstantMap([100, B.Color_4294955392, 200, B.Color_4294945600, 400, B.Color_4294938880, 700, B.Color_4294929664], type$.GeneralConstantMap_of_legacy_int_and_legacy_Color); B.MaterialAccentColor_Map_iTsEs_4294945600 = new A.MaterialAccentColor(B.Map_iTsEs, 4294945600); - B.MaterialBannerThemeData_null_null_null_null = new A.MaterialBannerThemeData(null, null, null, null); + B.MaterialBannerThemeData_6JY = new A.MaterialBannerThemeData(null, null, null, null, null); B.MaterialColor_Map_HFpTk_4288585374 = new A.MaterialColor(B.Map_HFpTk, 4288585374); - B.MaterialState_0 = new A.MaterialState("MaterialState.hovered"); - B.MaterialState_1 = new A.MaterialState("MaterialState.focused"); - B.MaterialState_2 = new A.MaterialState("MaterialState.pressed"); - B.MaterialState_3 = new A.MaterialState("MaterialState.dragged"); - B.MaterialState_4 = new A.MaterialState("MaterialState.selected"); - B.MaterialState_5 = new A.MaterialState("MaterialState.scrolledUnder"); - B.MaterialState_6 = new A.MaterialState("MaterialState.disabled"); - B.MaterialState_7 = new A.MaterialState("MaterialState.error"); - B.MaterialTapTargetSize_0 = new A.MaterialTapTargetSize("MaterialTapTargetSize.padded"); - B.MaterialTapTargetSize_1 = new A.MaterialTapTargetSize("MaterialTapTargetSize.shrinkWrap"); - B.MaxLengthEnforcement_0 = new A.MaxLengthEnforcement("MaxLengthEnforcement.none"); - B.MaxLengthEnforcement_1 = new A.MaxLengthEnforcement("MaxLengthEnforcement.enforced"); - B.MaxLengthEnforcement_2 = new A.MaxLengthEnforcement("MaxLengthEnforcement.truncateAfterCompositionEnds"); - B.MaxWidthStrategy_1 = new A.MaxWidthStrategy(); + B.MaterialState_0 = new A.MaterialState(0, "hovered"); + B.MaterialState_1 = new A.MaterialState(1, "focused"); + B.MaterialState_2 = new A.MaterialState(2, "pressed"); + B.MaterialState_3 = new A.MaterialState(3, "dragged"); + B.MaterialState_4 = new A.MaterialState(4, "selected"); + B.MaterialState_5 = new A.MaterialState(5, "scrolledUnder"); + B.MaterialState_6 = new A.MaterialState(6, "disabled"); + B.MaterialState_7 = new A.MaterialState(7, "error"); + B.MaterialTapTargetSize_0 = new A.MaterialTapTargetSize(0, "padded"); + B.MaterialTapTargetSize_1 = new A.MaterialTapTargetSize(1, "shrinkWrap"); + B.MaxLengthEnforcement_0 = new A.MaxLengthEnforcement(0, "none"); + B.MaxLengthEnforcement_1 = new A.MaxLengthEnforcement(1, "enforced"); + B.MaxLengthEnforcement_2 = new A.MaxLengthEnforcement(2, "truncateAfterCompositionEnds"); + B.MaxWidthStrategy_1 = new A.MaxWidthStrategy(1, "ellipsize"); B.MethodCall_popRoute_null = new A.MethodCall0("popRoute", null); B.MethodChannel_EKW = new A.MethodChannel("io.scer.native_pdf_renderer", B.C_StandardMethodCodec, null); B.MethodChannel_EYo = new A.MethodChannel("plugins.flutter.io/url_launcher", B.C_StandardMethodCodec, null); @@ -438490,14 +440845,14 @@ B.MethodChannel_ql0 = new A.MethodChannel("dev.fluttercommunity.plus/device_info", B.C_StandardMethodCodec, null); B.ModuleLayout_list = new A.ModuleLayout("list"); B.ModuleLayout_table = new A.ModuleLayout("table"); - B.MutatorType_0 = new A.MutatorType("MutatorType.clipRect"); - B.MutatorType_1 = new A.MutatorType("MutatorType.clipRRect"); - B.MutatorType_2 = new A.MutatorType("MutatorType.clipPath"); - B.MutatorType_3 = new A.MutatorType("MutatorType.transform"); - B.MutatorType_4 = new A.MutatorType("MutatorType.opacity"); - B.NavigationMode_0 = new A.NavigationMode("NavigationMode.traditional"); - B.NavigationMode_1 = new A.NavigationMode("NavigationMode.directional"); - B.NavigationRailThemeData_U06 = new A.NavigationRailThemeData(null, null, null, null, null, null, null, null); + B.MutatorType_0 = new A.MutatorType(0, "clipRect"); + B.MutatorType_1 = new A.MutatorType(1, "clipRRect"); + B.MutatorType_2 = new A.MutatorType(2, "clipPath"); + B.MutatorType_3 = new A.MutatorType(3, "transform"); + B.MutatorType_4 = new A.MutatorType(4, "opacity"); + B.NavigationBarThemeData_Jeh = new A.NavigationBarThemeData(null, null, null, null, null, null); + B.NavigationMode_0 = new A.NavigationMode(0, "traditional"); + B.NavigationRailThemeData_Tlj = new A.NavigationRailThemeData(null, null, null, null, null, null, null, null, null, null); B.OffsetPair_G6F = new A.OffsetPair(B.Offset_0_0, B.Offset_0_0); B.Offset_11_m4 = new A.Offset(11, -4); B.Offset_1_2 = new A.Offset(1, 2); @@ -438513,12 +440868,12 @@ B.Offset_chs = new A.Offset(0, 0.25); B.Offset_gPO = new A.Offset(7.2, 12.6); B.Offset_oIk = new A.Offset(15.299999999999999, 4.5); - B.OperatingSystem_0 = new A.OperatingSystem("OperatingSystem.iOs"); - B.OperatingSystem_1 = new A.OperatingSystem("OperatingSystem.android"); - B.OperatingSystem_2 = new A.OperatingSystem("OperatingSystem.linux"); - B.OperatingSystem_3 = new A.OperatingSystem("OperatingSystem.windows"); - B.OperatingSystem_4 = new A.OperatingSystem("OperatingSystem.macOs"); - B.OperatingSystem_5 = new A.OperatingSystem("OperatingSystem.unknown"); + B.OperatingSystem_0 = new A.OperatingSystem(0, "iOs"); + B.OperatingSystem_1 = new A.OperatingSystem(1, "android"); + B.OperatingSystem_2 = new A.OperatingSystem(2, "linux"); + B.OperatingSystem_3 = new A.OperatingSystem(3, "windows"); + 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_L9J = new A.OptionalMethodChannel("flutter/textinput", B.C_JSONMethodCodec0, null); @@ -438526,49 +440881,46 @@ B.OptionalMethodChannel_wEo = new A.OptionalMethodChannel("flutter/restoration", B.C_StandardMethodCodec, 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("Orientation.portrait"); - B.Orientation_1 = new A.Orientation("Orientation.landscape"); - B.BorderSide_95g = new A.BorderSide(B.Color_0, 1, B.BorderStyle_1); - B.OutlineInputBorder_ipC = new A.OutlineInputBorder(4, B.BorderRadius_tLn0, B.BorderSide_95g); + B.Orientation_0 = new A.Orientation(0, "portrait"); + B.Orientation_1 = new A.Orientation(1, "landscape"); + B.BorderSide_27z = new A.BorderSide(B.Color_0, 1, B.BorderStyle_1); + B.OutlineInputBorder_Fb0 = new A.OutlineInputBorder(4, B.BorderRadius_tLn0, B.BorderSide_27z); B.OutlinedButtonThemeData_null = new A.OutlinedButtonThemeData(null); - B.OutsideJustification_0 = new A.OutsideJustification("OutsideJustification.startDrawArea"); - B.OutsideJustification_1 = new A.OutsideJustification("OutsideJustification.start"); - B.OutsideJustification_2 = new A.OutsideJustification("OutsideJustification.middleDrawArea"); - B.OutsideJustification_3 = new A.OutsideJustification("OutsideJustification.middle"); - B.OutsideJustification_4 = new A.OutsideJustification("OutsideJustification.endDrawArea"); - B.OutsideJustification_5 = new A.OutsideJustification("OutsideJustification.end"); - B.OverflowBarAlignment_0 = new A.OverflowBarAlignment("OverflowBarAlignment.start"); - B.OverflowBarAlignment_1 = new A.OverflowBarAlignment("OverflowBarAlignment.end"); - B.OverflowBarAlignment_2 = new A.OverflowBarAlignment("OverflowBarAlignment.center"); - B.OverflowViewLayoutBehavior_0 = new A.OverflowViewLayoutBehavior("OverflowViewLayoutBehavior.fixed"); - B.OverflowViewLayoutBehavior_1 = new A.OverflowViewLayoutBehavior("OverflowViewLayoutBehavior.flexible"); - B.Overflow_1 = new A.Overflow("Overflow.clip"); + B.OutsideJustification_0 = new A.OutsideJustification(0, "startDrawArea"); + B.OutsideJustification_1 = new A.OutsideJustification(1, "start"); + B.OutsideJustification_3 = new A.OutsideJustification(3, "middle"); + B.OutsideJustification_4 = new A.OutsideJustification(4, "endDrawArea"); + B.OutsideJustification_5 = new A.OutsideJustification(5, "end"); + B.OverflowBarAlignment_0 = new A.OverflowBarAlignment(0, "start"); + B.OverflowBarAlignment_1 = new A.OverflowBarAlignment(1, "end"); + B.OverflowViewLayoutBehavior_0 = new A.OverflowViewLayoutBehavior(0, "fixed"); + B.OverflowViewLayoutBehavior_1 = new A.OverflowViewLayoutBehavior(1, "flexible"); + B.Overflow_1 = new A.Overflow(1, "clip"); B.EdgeInsets_18_18_18_18 = new A.EdgeInsets(18, 18, 18, 18); B.Padding_ES6 = new A.Padding(B.EdgeInsets_18_18_18_18, B.Divider_null_null_null_null, null); B.EdgeInsets_0_24_0_24 = new A.EdgeInsets(0, 24, 0, 24); B.Padding_pwt = new A.Padding(B.EdgeInsets_0_24_0_24, B.Center_mtF, null); B.PageScrollPhysics_null = new A.PageScrollPhysics(null); B.C_CupertinoPageTransitionsBuilder = new A.CupertinoPageTransitionsBuilder(); - B.Map_23gMT = new A.GeneralConstantMap([B.TargetPlatform_0, B.C_FadeUpwardsPageTransitionsBuilder, B.TargetPlatform_2, B.C_CupertinoPageTransitionsBuilder, B.TargetPlatform_3, B.C_FadeUpwardsPageTransitionsBuilder, B.TargetPlatform_4, B.C_CupertinoPageTransitionsBuilder, B.TargetPlatform_5, B.C_FadeUpwardsPageTransitionsBuilder], A.findType("GeneralConstantMap")); - B.PageTransitionsTheme_Map_23gMT = new A.PageTransitionsTheme(B.Map_23gMT); - B.PaintingStyle_0 = new A.PaintingStyle(0, "PaintingStyle.fill"); - B.PaintingStyle_1 = new A.PaintingStyle(1, "PaintingStyle.stroke"); + B.Map_3hES6 = new A.GeneralConstantMap([B.TargetPlatform_0, B.C_FadeUpwardsPageTransitionsBuilder, B.TargetPlatform_2, B.C_CupertinoPageTransitionsBuilder, B.TargetPlatform_3, B.C_FadeUpwardsPageTransitionsBuilder, B.TargetPlatform_4, B.C_CupertinoPageTransitionsBuilder, B.TargetPlatform_5, B.C_FadeUpwardsPageTransitionsBuilder], A.findType("GeneralConstantMap")); + B.PageTransitionsTheme_Map_3hES6 = new A.PageTransitionsTheme(B.Map_3hES6); + B.PaintingStyle_0 = new A.PaintingStyle(0, "fill"); + B.PaintingStyle_1 = new A.PaintingStyle(1, "stroke"); B.ParagraphConstraints_C5f = new A.ParagraphConstraints(1 / 0); - B.PathFillType_0 = new A.PathFillType(0, "PathFillType.nonZero"); - B.PathFillType_1 = new A.PathFillType(1, "PathFillType.evenOdd"); + B.PathFillType_0 = new A.PathFillType(0, "nonZero"); + B.PathFillType_1 = new A.PathFillType(1, "evenOdd"); B.PdfPageFormat_0 = new A.PdfPageFormat(0); B.PdfPageFormat_1 = new A.PdfPageFormat(1); - B.PermissionStatus_0 = new A.PermissionStatus0("PermissionStatus.denied"); - B.PermissionStatus_1 = new A.PermissionStatus0("PermissionStatus.granted"); - B.PermissionStatus_2 = new A.PermissionStatus0("PermissionStatus.restricted"); - B.PermissionStatus_3 = new A.PermissionStatus0("PermissionStatus.limited"); - B.PermissionStatus_4 = new A.PermissionStatus0("PermissionStatus.permanentlyDenied"); - B.Permission_1 = new A.Permission(1); - B.PersistedSurfaceState_0 = new A.PersistedSurfaceState("PersistedSurfaceState.created"); - B.PersistedSurfaceState_1 = new A.PersistedSurfaceState("PersistedSurfaceState.active"); - B.PersistedSurfaceState_2 = new A.PersistedSurfaceState("PersistedSurfaceState.pendingRetention"); - B.PersistedSurfaceState_3 = new A.PersistedSurfaceState("PersistedSurfaceState.pendingUpdate"); - B.PersistedSurfaceState_4 = new A.PersistedSurfaceState("PersistedSurfaceState.released"); + B.PermissionStatus_0 = new A.PermissionStatus0(0, "denied"); + B.PermissionStatus_1 = new A.PermissionStatus0(1, "granted"); + B.PermissionStatus_2 = new A.PermissionStatus0(2, "restricted"); + B.PermissionStatus_3 = new A.PermissionStatus0(3, "limited"); + B.PermissionStatus_4 = new A.PermissionStatus0(4, "permanentlyDenied"); + B.PersistedSurfaceState_0 = new A.PersistedSurfaceState(0, "created"); + B.PersistedSurfaceState_1 = new A.PersistedSurfaceState(1, "active"); + B.PersistedSurfaceState_2 = new A.PersistedSurfaceState(2, "pendingRetention"); + B.PersistedSurfaceState_3 = new A.PersistedSurfaceState(3, "pendingUpdate"); + B.PersistedSurfaceState_4 = new A.PersistedSurfaceState(4, "released"); B.FileStorage_auth_state = new A.FileStorage("auth_state"); B.PersistenceRepository_FileStorage_auth_state = new A.PersistenceRepository(B.FileStorage_auth_state); B.FileStorage_static_state = new A.FileStorage("static_state"); @@ -438578,143 +440930,133 @@ B.PersistentHeaderShowOnScreenConfiguration_QA5 = new A.PersistentHeaderShowOnScreenConfiguration(1 / 0); B.PhotoViewComputedScale_contained_1 = new A.PhotoViewComputedScale("contained", 1); B.PhotoViewComputedScale_covered_1 = new A.PhotoViewComputedScale("covered", 1); - B.PhotoViewScaleState_0 = new A.PhotoViewScaleState("PhotoViewScaleState.initial"); - B.PhotoViewScaleState_1 = new A.PhotoViewScaleState("PhotoViewScaleState.covering"); - B.PhotoViewScaleState_2 = new A.PhotoViewScaleState("PhotoViewScaleState.originalSize"); - B.PhotoViewScaleState_3 = new A.PhotoViewScaleState("PhotoViewScaleState.zoomedIn"); - B.PhotoViewScaleState_4 = new A.PhotoViewScaleState("PhotoViewScaleState.zoomedOut"); - B.PlaceholderAlignment_0 = new A.PlaceholderAlignment("PlaceholderAlignment.baseline"); - B.PlaceholderAlignment_1 = new A.PlaceholderAlignment("PlaceholderAlignment.aboveBaseline"); - B.PlaceholderAlignment_2 = new A.PlaceholderAlignment("PlaceholderAlignment.belowBaseline"); - B.PlaceholderAlignment_3 = new A.PlaceholderAlignment("PlaceholderAlignment.top"); - B.PlaceholderAlignment_4 = new A.PlaceholderAlignment("PlaceholderAlignment.bottom"); - B.PlaceholderAlignment_5 = new A.PlaceholderAlignment("PlaceholderAlignment.middle"); + B.PhotoViewScaleState_0 = new A.PhotoViewScaleState(0, "initial"); + B.PhotoViewScaleState_1 = new A.PhotoViewScaleState(1, "covering"); + B.PhotoViewScaleState_2 = new A.PhotoViewScaleState(2, "originalSize"); + B.PhotoViewScaleState_3 = new A.PhotoViewScaleState(3, "zoomedIn"); + B.PhotoViewScaleState_4 = new A.PhotoViewScaleState(4, "zoomedOut"); + B.PlaceholderAlignment_0 = new A.PlaceholderAlignment(0, "baseline"); + B.PlaceholderAlignment_1 = new A.PlaceholderAlignment(1, "aboveBaseline"); + B.PlaceholderAlignment_2 = new A.PlaceholderAlignment(2, "belowBaseline"); + B.PlaceholderAlignment_3 = new A.PlaceholderAlignment(3, "top"); + B.PlaceholderAlignment_4 = new A.PlaceholderAlignment(4, "bottom"); + B.PlaceholderAlignment_5 = new A.PlaceholderAlignment(5, "middle"); B.PlaceholderDimensions_Size_0_0_null = new A.PlaceholderDimensions(B.Size_0_0, null); - B.PlatformViewHitTestBehavior_0 = new A.PlatformViewHitTestBehavior("PlatformViewHitTestBehavior.opaque"); - B.PlatformViewHitTestBehavior_2 = new A.PlatformViewHitTestBehavior("PlatformViewHitTestBehavior.transparent"); - B.PluralCase_0 = new A.PluralCase("PluralCase.ZERO"); - B.PluralCase_1 = new A.PluralCase("PluralCase.ONE"); - B.PluralCase_2 = new A.PluralCase("PluralCase.TWO"); - B.PluralCase_3 = new A.PluralCase("PluralCase.FEW"); - B.PluralCase_4 = new A.PluralCase("PluralCase.MANY"); - B.PluralCase_5 = new A.PluralCase("PluralCase.OTHER"); - B.PointerChange_0 = new A.PointerChange("PointerChange.cancel"); - B.PointerChange_1 = new A.PointerChange("PointerChange.add"); - B.PointerChange_2 = new A.PointerChange("PointerChange.remove"); - B.PointerChange_3 = new A.PointerChange("PointerChange.hover"); - B.PointerChange_4 = new A.PointerChange("PointerChange.down"); - B.PointerChange_5 = new A.PointerChange("PointerChange.move"); - B.PointerChange_6 = new A.PointerChange("PointerChange.up"); - B.PointerDeviceKind_0 = new A.PointerDeviceKind("PointerDeviceKind.touch"); - B.PointerDeviceKind_1 = new A.PointerDeviceKind("PointerDeviceKind.mouse"); - B.PointerDeviceKind_2 = new A.PointerDeviceKind("PointerDeviceKind.stylus"); - B.PointerDeviceKind_3 = new A.PointerDeviceKind("PointerDeviceKind.invertedStylus"); - B.PointerDeviceKind_4 = new A.PointerDeviceKind("PointerDeviceKind.unknown"); - B.PointerSignalKind_0 = new A.PointerSignalKind("PointerSignalKind.none"); - B.PointerSignalKind_1 = new A.PointerSignalKind("PointerSignalKind.scroll"); - B.PointerSignalKind_2 = new A.PointerSignalKind("PointerSignalKind.unknown"); + B.PlatformViewHitTestBehavior_0 = new A.PlatformViewHitTestBehavior(0, "opaque"); + B.PlatformViewHitTestBehavior_2 = new A.PlatformViewHitTestBehavior(2, "transparent"); + B.PluralCase_0 = new A.PluralCase(0, "ZERO"); + B.PluralCase_1 = new A.PluralCase(1, "ONE"); + B.PluralCase_2 = new A.PluralCase(2, "TWO"); + B.PluralCase_3 = new A.PluralCase(3, "FEW"); + B.PluralCase_4 = new A.PluralCase(4, "MANY"); + B.PluralCase_5 = new A.PluralCase(5, "OTHER"); + B.PointerChange_0 = new A.PointerChange(0, "cancel"); + B.PointerChange_1 = new A.PointerChange(1, "add"); + B.PointerChange_2 = new A.PointerChange(2, "remove"); + B.PointerChange_3 = new A.PointerChange(3, "hover"); + B.PointerChange_4 = new A.PointerChange(4, "down"); + B.PointerChange_5 = new A.PointerChange(5, "move"); + B.PointerChange_6 = new A.PointerChange(6, "up"); + B.PointerDeviceKind_0 = new A.PointerDeviceKind(0, "touch"); + B.PointerDeviceKind_1 = new A.PointerDeviceKind(1, "mouse"); + B.PointerDeviceKind_2 = new A.PointerDeviceKind(2, "stylus"); + B.PointerDeviceKind_4 = new A.PointerDeviceKind(4, "unknown"); + B.PointerSignalKind_0 = new A.PointerSignalKind(0, "none"); + B.PointerSignalKind_1 = new A.PointerSignalKind(1, "scroll"); + B.PointerSignalKind_2 = new A.PointerSignalKind(2, "unknown"); B.PopupMenuThemeData_XJe = new A.PopupMenuThemeData(null, null, null, null, null); B.Priority_100000 = new A.Priority(100000); B.ProgressIndicatorThemeData_Z49 = new A.ProgressIndicatorThemeData(null, null, null, null, null); - B.QrCodeElement_0 = new A.QrCodeElement("QrCodeElement.finderPatternOuter"); - B.QrCodeElement_1 = new A.QrCodeElement("QrCodeElement.finderPatternInner"); - B.QrCodeElement_2 = new A.QrCodeElement("QrCodeElement.finderPatternDot"); - B.QrCodeElement_3 = new A.QrCodeElement("QrCodeElement.codePixel"); - B.QrCodeElement_4 = new A.QrCodeElement("QrCodeElement.codePixelEmpty"); - B.QrValidationStatus_0 = new A.QrValidationStatus("QrValidationStatus.valid"); - B.QrValidationStatus_1 = new A.QrValidationStatus("QrValidationStatus.contentTooLong"); - B.QrValidationStatus_2 = new A.QrValidationStatus("QrValidationStatus.error"); + B.QrCodeElement_0 = new A.QrCodeElement(0, "finderPatternOuter"); + B.QrCodeElement_1 = new A.QrCodeElement(1, "finderPatternInner"); + B.QrCodeElement_2 = new A.QrCodeElement(2, "finderPatternDot"); + B.QrCodeElement_3 = new A.QrCodeElement(3, "codePixel"); + B.QrCodeElement_4 = new A.QrCodeElement(4, "codePixelEmpty"); + B.QrValidationStatus_0 = new A.QrValidationStatus(0, "valid"); + B.QrValidationStatus_1 = new A.QrValidationStatus(1, "contentTooLong"); + B.QrValidationStatus_2 = new A.QrValidationStatus(2, "error"); B.RadioThemeData_gDe = new A.RadioThemeData(null, null, null, null, null, null); B.Radius_1_1 = new A.Radius(1, 1); B.Radius_2Vk = new A.Radius(15.5, 15.5); B.Radius_7_7 = new A.Radius(7, 7); B.Radius_8_8 = new A.Radius(8, 8); B.Radius_ydE = new A.Radius(1.5, 1.5); - B.RangeBandType_0 = new A.RangeBandType("RangeBandType.none"); + B.RangeBandType_0 = new A.RangeBandType(0, "none"); B.RangeBandConfig_RangeBandType_0_0 = new A.RangeBandConfig(B.RangeBandType_0, 0); - B.RangeBandType_1 = new A.RangeBandType("RangeBandType.fixedPixel"); - B.RangeBandType_2 = new A.RangeBandType("RangeBandType.fixedDomain"); - B.RangeBandType_3 = new A.RangeBandType("RangeBandType.fixedPercentOfStep"); - B.RangeBandType_4 = new A.RangeBandType("RangeBandType.styleAssignedPercentOfStep"); - B.RangeBandType_5 = new A.RangeBandType("RangeBandType.fixedPixelSpaceFromStep"); + B.RangeBandType_2 = new A.RangeBandType(2, "fixedDomain"); + B.RangeBandType_4 = new A.RangeBandType(4, "styleAssignedPercentOfStep"); B.Rect_Vy7 = new A.Rect(-1 / 0, -1 / 0, 1 / 0, 1 / 0); B.Rect_aha = new A.Rect(-1000000000, -1000000000, 1000000000, 1000000000); - B.RefreshIndicatorTriggerMode_1 = new A.RefreshIndicatorTriggerMode("RefreshIndicatorTriggerMode.onEdge"); - B.RenderAnimatedSizeState_0 = new A.RenderAnimatedSizeState("RenderAnimatedSizeState.start"); - B.RenderAnimatedSizeState_1 = new A.RenderAnimatedSizeState("RenderAnimatedSizeState.stable"); - B.RenderAnimatedSizeState_2 = new A.RenderAnimatedSizeState("RenderAnimatedSizeState.changed"); - B.RenderAnimatedSizeState_3 = new A.RenderAnimatedSizeState("RenderAnimatedSizeState.unstable"); - B.RenderComparison_0 = new A.RenderComparison(0, "RenderComparison.identical"); - B.RenderComparison_1 = new A.RenderComparison(1, "RenderComparison.metadata"); - B.RenderComparison_2 = new A.RenderComparison(2, "RenderComparison.paint"); - B.RenderComparison_3 = new A.RenderComparison(3, "RenderComparison.layout"); - B.ReportColumnType_0 = new A.ReportColumnType("ReportColumnType.string"); - B.ReportColumnType_1 = new A.ReportColumnType("ReportColumnType.dateTime"); - B.ReportColumnType_2 = new A.ReportColumnType("ReportColumnType.date"); - B.ReportColumnType_3 = new A.ReportColumnType("ReportColumnType.number"); - B.ReportColumnType_4 = new A.ReportColumnType("ReportColumnType.bool"); - B.ReportColumnType_5 = new A.ReportColumnType("ReportColumnType.age"); - B.ReportColumnType_6 = new A.ReportColumnType("ReportColumnType.duration"); - B.Role_0 = new A.Role("Role.incrementable"); - B.Role_1 = new A.Role("Role.scrollable"); - B.Role_2 = new A.Role("Role.labelAndValue"); - B.Role_3 = new A.Role("Role.tappable"); - B.Role_4 = new A.Role("Role.textField"); - B.Role_5 = new A.Role("Role.checkable"); - B.Role_6 = new A.Role("Role.image"); - B.Role_7 = new A.Role("Role.liveRegion"); - B.RoundedRectangleBorder_a511 = new A.RoundedRectangleBorder(B.BorderRadius_tLn, B.BorderSide_m7u); + B.RefreshIndicatorTriggerMode_1 = new A.RefreshIndicatorTriggerMode(1, "onEdge"); + B.RenderAnimatedSizeState_0 = new A.RenderAnimatedSizeState(0, "start"); + B.RenderAnimatedSizeState_1 = new A.RenderAnimatedSizeState(1, "stable"); + B.RenderAnimatedSizeState_2 = new A.RenderAnimatedSizeState(2, "changed"); + B.RenderAnimatedSizeState_3 = new A.RenderAnimatedSizeState(3, "unstable"); + B.RenderComparison_0 = new A.RenderComparison(0, "identical"); + B.RenderComparison_1 = new A.RenderComparison(1, "metadata"); + B.RenderComparison_2 = new A.RenderComparison(2, "paint"); + B.RenderComparison_3 = new A.RenderComparison(3, "layout"); + B.ReportColumnType_0 = new A.ReportColumnType(0, "string"); + B.ReportColumnType_1 = new A.ReportColumnType(1, "dateTime"); + B.ReportColumnType_2 = new A.ReportColumnType(2, "date"); + B.ReportColumnType_3 = new A.ReportColumnType(3, "number"); + B.ReportColumnType_4 = new A.ReportColumnType(4, "bool"); + B.ReportColumnType_5 = new A.ReportColumnType(5, "age"); + B.ReportColumnType_6 = new A.ReportColumnType(6, "duration"); + B.Role_0 = new A.Role(0, "incrementable"); + B.Role_1 = new A.Role(1, "scrollable"); + B.Role_2 = new A.Role(2, "labelAndValue"); + B.Role_3 = new A.Role(3, "tappable"); + B.Role_4 = new A.Role(4, "textField"); + 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_tLn3 = new A.BorderRadius(B.Radius_3_3, B.Radius_3_3, B.Radius_0_0, B.Radius_0_0); - B.RoundedRectangleBorder_a512 = new A.RoundedRectangleBorder(B.BorderRadius_tLn3, B.BorderSide_m7u); + B.RoundedRectangleBorder_LkV2 = new A.RoundedRectangleBorder(B.BorderRadius_tLn3, B.BorderSide_0CF); B.BorderRadius_tLn4 = new A.BorderRadius(B.Radius_1_1, B.Radius_1_1, B.Radius_1_1, B.Radius_1_1); - B.RoundedRectangleBorder_a513 = new A.RoundedRectangleBorder(B.BorderRadius_tLn4, B.BorderSide_m7u); - B.RoundedRectangleBorder_a51 = new A.RoundedRectangleBorder(B.BorderRadius_tLn2, B.BorderSide_m7u); - B.RoundedRectangleBorder_a510 = new A.RoundedRectangleBorder(B.BorderRadius_tLn0, B.BorderSide_m7u); - B.RoutePopDisposition_0 = new A.RoutePopDisposition("RoutePopDisposition.pop"); - B.RoutePopDisposition_1 = new A.RoutePopDisposition("RoutePopDisposition.doNotPop"); - B.RoutePopDisposition_2 = new A.RoutePopDisposition("RoutePopDisposition.bubble"); + B.RoundedRectangleBorder_LkV3 = new A.RoundedRectangleBorder(B.BorderRadius_tLn4, 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.RoutePopDisposition_0 = new A.RoutePopDisposition(0, "pop"); + B.RoutePopDisposition_1 = new A.RoutePopDisposition(1, "doNotPop"); + B.RoutePopDisposition_2 = new A.RoutePopDisposition(2, "bubble"); B.RouteSettings_null_null = new A.RouteSettings(null, null); B.SawTooth_1333 = new A.SawTooth(1333); B.SawTooth_2222 = new A.SawTooth(2222); B.ScaffoldGeometry_null_null = new A.ScaffoldGeometry(null, null); - B.SchedulerPhase_0 = new A.SchedulerPhase(0, "SchedulerPhase.idle"); - B.SchedulerPhase_1 = new A.SchedulerPhase(1, "SchedulerPhase.transientCallbacks"); - B.SchedulerPhase_2 = new A.SchedulerPhase(2, "SchedulerPhase.midFrameMicrotasks"); - B.SchedulerPhase_3 = new A.SchedulerPhase(3, "SchedulerPhase.persistentCallbacks"); - B.SchedulerPhase_4 = new A.SchedulerPhase(4, "SchedulerPhase.postFrameCallbacks"); - B.ScriptCategory_0 = new A.ScriptCategory("ScriptCategory.englishLike"); - B.ScriptCategory_1 = new A.ScriptCategory("ScriptCategory.dense"); - B.ScriptCategory_2 = new A.ScriptCategory("ScriptCategory.tall"); + B.SchedulerPhase_0 = new A.SchedulerPhase(0, "idle"); + B.SchedulerPhase_1 = new A.SchedulerPhase(1, "transientCallbacks"); + B.SchedulerPhase_2 = new A.SchedulerPhase(2, "midFrameMicrotasks"); + B.SchedulerPhase_3 = new A.SchedulerPhase(3, "persistentCallbacks"); + B.SchedulerPhase_4 = new A.SchedulerPhase(4, "postFrameCallbacks"); + B.ScriptCategory_0 = new A.ScriptCategory(0, "englishLike"); + B.ScriptCategory_1 = new A.ScriptCategory(1, "dense"); + B.ScriptCategory_2 = new A.ScriptCategory(2, "tall"); B.ScrollBehavior_null = new A.ScrollBehavior(null); - B.ScrollDirection_0 = new A.ScrollDirection("ScrollDirection.idle"); - B.ScrollDirection_1 = new A.ScrollDirection("ScrollDirection.forward"); - B.ScrollDirection_2 = new A.ScrollDirection("ScrollDirection.reverse"); - B.ScrollPositionAlignmentPolicy_0 = new A.ScrollPositionAlignmentPolicy("ScrollPositionAlignmentPolicy.explicit"); - B.ScrollPositionAlignmentPolicy_1 = new A.ScrollPositionAlignmentPolicy("ScrollPositionAlignmentPolicy.keepVisibleAtEnd"); - B.ScrollPositionAlignmentPolicy_2 = new A.ScrollPositionAlignmentPolicy("ScrollPositionAlignmentPolicy.keepVisibleAtStart"); - B.ScrollViewKeyboardDismissBehavior_0 = new A.ScrollViewKeyboardDismissBehavior("ScrollViewKeyboardDismissBehavior.manual"); - B.ScrollViewKeyboardDismissBehavior_1 = new A.ScrollViewKeyboardDismissBehavior("ScrollViewKeyboardDismissBehavior.onDrag"); - B.ScrollbarOrientation_0 = new A.ScrollbarOrientation("ScrollbarOrientation.left"); - B.ScrollbarOrientation_1 = new A.ScrollbarOrientation("ScrollbarOrientation.right"); - B.ScrollbarOrientation_2 = new A.ScrollbarOrientation("ScrollbarOrientation.top"); - B.ScrollbarOrientation_3 = new A.ScrollbarOrientation("ScrollbarOrientation.bottom"); - B.ScrollbarThemeData_I7P = new A.ScrollbarThemeData(null, null, null, null, null, null, null, null, null, null, null); - B.SelectionChangedCause_0 = new A.SelectionChangedCause("SelectionChangedCause.tap"); - B.SelectionChangedCause_2 = new A.SelectionChangedCause("SelectionChangedCause.longPress"); - B.SelectionChangedCause_3 = new A.SelectionChangedCause("SelectionChangedCause.forcePress"); - B.SelectionChangedCause_4 = new A.SelectionChangedCause("SelectionChangedCause.keyboard"); - B.SelectionChangedCause_5 = new A.SelectionChangedCause("SelectionChangedCause.toolbar"); - B.SelectionChangedCause_6 = new A.SelectionChangedCause("SelectionChangedCause.drag"); - B.SelectionMode_0 = new A.SelectionMode("SelectionMode.expandToDomain"); - B.SelectionMode_1 = new A.SelectionMode("SelectionMode.selectOverlapping"); - B.SelectionMode_2 = new A.SelectionMode("SelectionMode.single"); - B.SelectionModelType_0 = new A.SelectionModelType(); - B.SelectionTrigger_0 = new A.SelectionTrigger("SelectionTrigger.hover"); - B.SelectionTrigger_1 = new A.SelectionTrigger("SelectionTrigger.tap"); - B.SelectionTrigger_2 = new A.SelectionTrigger("SelectionTrigger.tapAndDrag"); - B.SelectionTrigger_3 = new A.SelectionTrigger("SelectionTrigger.pressHold"); - B.SelectionTrigger_4 = new A.SelectionTrigger("SelectionTrigger.longPressHold"); + B.ScrollDirection_0 = new A.ScrollDirection(0, "idle"); + B.ScrollDirection_1 = new A.ScrollDirection(1, "forward"); + B.ScrollDirection_2 = new A.ScrollDirection(2, "reverse"); + 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.ScrollViewKeyboardDismissBehavior_0 = new A.ScrollViewKeyboardDismissBehavior(0, "manual"); + B.ScrollViewKeyboardDismissBehavior_1 = new A.ScrollViewKeyboardDismissBehavior(1, "onDrag"); + B.ScrollbarOrientation_0 = new A.ScrollbarOrientation(0, "left"); + B.ScrollbarOrientation_1 = new A.ScrollbarOrientation(1, "right"); + B.ScrollbarOrientation_3 = new A.ScrollbarOrientation(3, "bottom"); + B.ScrollbarThemeData_NUU = new A.ScrollbarThemeData(null, null, null, null, null, null, null, null, null, null, null, null); + B.SelectionChangedCause_0 = new A.SelectionChangedCause(0, "tap"); + 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.SelectionMode_0 = new A.SelectionMode(0, "expandToDomain"); + B.SelectionModelType_0 = new A.SelectionModelType(0, "info"); + B.SelectionTrigger_1 = new A.SelectionTrigger(1, "tap"); + B.SelectionTrigger_4 = new A.SelectionTrigger(4, "longPressHold"); B.SemanticsAction_1 = new A.SemanticsAction(1); B.SemanticsAction_1024 = new A.SemanticsAction(1024); B.SemanticsAction_1048576 = new A.SemanticsAction(1048576); @@ -438762,35 +441104,74 @@ B.SemanticsTag_FIw = new A.SemanticsTag("RenderViewport.twoPane"); B.SemanticsTag_bQQ = new A.SemanticsTag("RenderViewport.excludeFromScrolling"); B.SentryLevel_info = new A.SentryLevel("info"); - B.List_2No3 = A._setArrayType(makeConstList(["click", "touchstart", "touchend", "pointerdown", "pointermove", "pointerup"]), type$.JSArray_legacy_String); - B.Map_2NPLv = new A.ConstantStringMap(6, {click: null, touchstart: null, touchend: null, pointerdown: null, pointermove: null, pointerup: null}, B.List_2No3, type$.ConstantStringMap_of_legacy_String_and_Null); + B.PointerDeviceKind_3 = new A.PointerDeviceKind(3, "invertedStylus"); + B.Map_23S5w = new A.GeneralConstantMap([B.PointerDeviceKind_0, null, B.PointerDeviceKind_2, null, B.PointerDeviceKind_3, null], A.findType("GeneralConstantMap")); + B.Set_23h = new A._UnmodifiableSet(B.Map_23S5w, A.findType("_UnmodifiableSet")); + B.List_2No4 = A._setArrayType(makeConstList(["click", "touchstart", "touchend", "pointerdown", "pointermove", "pointerup"]), type$.JSArray_legacy_String); + B.Map_2NPLv = new A.ConstantStringMap(6, {click: null, touchstart: null, touchend: null, pointerdown: null, pointermove: null, pointerup: null}, B.List_2No4, type$.ConstantStringMap_of_legacy_String_and_Null); B.Set_2No4 = new A._UnmodifiableSet(B.Map_2NPLv, type$._UnmodifiableSet_legacy_String); B.List_mailto_tel_sms = A._setArrayType(makeConstList(["mailto", "tel", "sms"]), type$.JSArray_legacy_String); B.Map_4eGok = new A.ConstantStringMap(3, {mailto: null, tel: null, sms: null}, B.List_mailto_tel_sms, type$.ConstantStringMap_of_legacy_String_and_Null); B.Set_4e8j2 = new A._UnmodifiableSet(B.Map_4eGok, type$._UnmodifiableSet_legacy_String); - B.Map_Ae6m4 = new A.GeneralConstantMap([B.PointerDeviceKind_0, null, B.PointerDeviceKind_2, null, B.PointerDeviceKind_3, null], A.findType("GeneralConstantMap")); - B.Set_AeS6 = new A._UnmodifiableSet(B.Map_Ae6m4, A.findType("_UnmodifiableSet")); - B.Map_GpI8B = new A.GeneralConstantMap([B.MaterialState_2, null], type$.GeneralConstantMap_of_legacy_MaterialState_and_Null); - B.Set_GpMb9 = new A._UnmodifiableSet(B.Map_GpI8B, type$._UnmodifiableSet_legacy_MaterialState); + 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.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.List_empty28 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); - B.Map_empty9 = new A.ConstantStringMap(0, {}, B.List_empty28, A.findType("ConstantStringMap*,Null>")); + 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.List_empty31 = A._setArrayType(makeConstList([]), A.findType("JSArray*>")); + B.Map_empty9 = new A.ConstantStringMap(0, {}, B.List_empty31, A.findType("ConstantStringMap*,Null>")); B.Set_empty = new A._UnmodifiableSet(B.Map_empty9, A.findType("_UnmodifiableSet*>")); - B.List_empty29 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.Map_empty10 = new A.ConstantStringMap(0, {}, B.List_empty29, A.findType("ConstantStringMap")); + B.List_empty32 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.Map_empty10 = new A.ConstantStringMap(0, {}, B.List_empty32, A.findType("ConstantStringMap")); B.Set_empty0 = new A._UnmodifiableSet(B.Map_empty10, type$._UnmodifiableSet_legacy_MaterialState); - B.Map_m5b7J = new A.GeneralConstantMap([B.OperatingSystem_4, null, B.OperatingSystem_2, null, B.OperatingSystem_3, null], A.findType("GeneralConstantMap")); - B.Set_m536 = new A._UnmodifiableSet(B.Map_m5b7J, A.findType("_UnmodifiableSet")); - B.Map_qN69t = new A.GeneralConstantMap([B.MaterialState_1, null], type$.GeneralConstantMap_of_legacy_MaterialState_and_Null); - B.Set_qNgX1 = new A._UnmodifiableSet(B.Map_qN69t, type$._UnmodifiableSet_legacy_MaterialState); 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.Map_wPMHx = new A.GeneralConstantMap([B.MaterialState_0, null], type$.GeneralConstantMap_of_legacy_MaterialState_and_Null); - B.Set_wPMXb = new A._UnmodifiableSet(B.Map_wPMHx, type$._UnmodifiableSet_legacy_MaterialState); - B.SignInOption_0 = new A.SignInOption(); + B.SignInOption_0 = new A.SignInOption(0, "standard"); + 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.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); @@ -438819,60 +441200,86 @@ B.SizedBox_null_2_null_null = new A.SizedBox(null, 2, null, null); B.SizedBox_null_4_null_null = new A.SizedBox(null, 4, null, null); B.SizedBox_null_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_Q5Z = 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); B.SliverGeometry_Tbh = new A.SliverGeometry(0, 0, 0, 0, 0, 0, 0, false, false, null, 0); - B.SmartDashesType_0 = new A.SmartDashesType(0, "SmartDashesType.disabled"); - B.SmartDashesType_1 = new A.SmartDashesType(1, "SmartDashesType.enabled"); - B.SmartQuotesType_0 = new A.SmartQuotesType(0, "SmartQuotesType.disabled"); - B.SmartQuotesType_1 = new A.SmartQuotesType(1, "SmartQuotesType.enabled"); - B.SnackBarClosedReason_3 = new A.SnackBarClosedReason("SnackBarClosedReason.hide"); - B.SnackBarClosedReason_5 = new A.SnackBarClosedReason("SnackBarClosedReason.timeout"); + B.SmartDashesType_0 = new A.SmartDashesType(0, "disabled"); + B.SmartDashesType_1 = new A.SmartDashesType(1, "enabled"); + B.SmartQuotesType_0 = new A.SmartQuotesType(0, "disabled"); + B.SmartQuotesType_1 = new A.SmartQuotesType(1, "enabled"); + B.SnackBarClosedReason_3 = new A.SnackBarClosedReason(3, "hide"); + B.SnackBarClosedReason_5 = new A.SnackBarClosedReason(5, "timeout"); B.SnackBarThemeData_gc6 = new A.SnackBarThemeData(null, null, null, null, null, null, null); B.Spacer_null = new A.Spacer(null); - B.SpringType_0 = new A.SpringType("SpringType.criticallyDamped"); - B.SpringType_1 = new A.SpringType("SpringType.underDamped"); - B.SpringType_2 = new A.SpringType("SpringType.overDamped"); - B.StackFit_0 = new A.StackFit("StackFit.loose"); - B.StackFit_1 = new A.StackFit("StackFit.expand"); - B.StackFit_2 = new A.StackFit("StackFit.passthrough"); + B.SpringType_0 = new A.SpringType(0, "criticallyDamped"); + B.SpringType_1 = new A.SpringType(1, "underDamped"); + B.SpringType_2 = new A.SpringType(2, "overDamped"); + B.StackFit_0 = new A.StackFit(0, "loose"); + 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.StepSizeType_1 = new A.StepSizeType("StepSizeType.fixedDomain"); - B.StepSizeType_2 = new A.StepSizeType("StepSizeType.fixedPixels"); B.StringCharacters_ehH = new A.StringCharacters(""); - B.StrokeCap_0 = new A.StrokeCap(0, "StrokeCap.butt"); - B.StrokeCap_1 = new A.StrokeCap(1, "StrokeCap.round"); - B.StrokeCap_2 = new A.StrokeCap(2, "StrokeCap.square"); - B.StrokeJoin_0 = new A.StrokeJoin(0, "StrokeJoin.miter"); - B.StrokeJoin_1 = new A.StrokeJoin(1, "StrokeJoin.round"); - B.StrokeJoin_2 = new A.StrokeJoin(2, "StrokeJoin.bevel"); + B.StrokeCap_0 = new A.StrokeCap(0, "butt"); + B.StrokeCap_1 = new A.StrokeCap(1, "round"); + B.StrokeCap_2 = new A.StrokeCap(2, "square"); + B.StrokeJoin_0 = new A.StrokeJoin(0, "miter"); + B.StrokeJoin_1 = new A.StrokeJoin(1, "round"); + B.StrokeJoin_2 = new A.StrokeJoin(2, "bevel"); B.StrutStyle_yfz = new A.StrutStyle(null, null, null, null, null, null, null, null, null); - B.StyledToastAnimation_0 = new A.StyledToastAnimation("StyledToastAnimation.fade"); - B.StyledToastAnimation_1 = new A.StyledToastAnimation("StyledToastAnimation.slideFromTop"); - B.StyledToastAnimation_10 = new A.StyledToastAnimation("StyledToastAnimation.slideToTopFade"); - B.StyledToastAnimation_11 = new A.StyledToastAnimation("StyledToastAnimation.slideToBottom"); - B.StyledToastAnimation_12 = new A.StyledToastAnimation("StyledToastAnimation.slideToBottomFade"); - B.StyledToastAnimation_13 = new A.StyledToastAnimation("StyledToastAnimation.slideToLeft"); - B.StyledToastAnimation_14 = new A.StyledToastAnimation("StyledToastAnimation.slideToLeftFade"); - B.StyledToastAnimation_15 = new A.StyledToastAnimation("StyledToastAnimation.slideToRight"); - B.StyledToastAnimation_16 = new A.StyledToastAnimation("StyledToastAnimation.slideToRightFade"); - B.StyledToastAnimation_17 = new A.StyledToastAnimation("StyledToastAnimation.scale"); - B.StyledToastAnimation_18 = new A.StyledToastAnimation("StyledToastAnimation.size"); - B.StyledToastAnimation_19 = new A.StyledToastAnimation("StyledToastAnimation.sizeFade"); - B.StyledToastAnimation_2 = new A.StyledToastAnimation("StyledToastAnimation.slideFromTopFade"); - B.StyledToastAnimation_20 = new A.StyledToastAnimation("StyledToastAnimation.fadeScale"); - B.StyledToastAnimation_21 = new A.StyledToastAnimation("StyledToastAnimation.rotate"); - B.StyledToastAnimation_22 = new A.StyledToastAnimation("StyledToastAnimation.fadeRotate"); - B.StyledToastAnimation_23 = new A.StyledToastAnimation("StyledToastAnimation.scaleRotate"); - B.StyledToastAnimation_24 = new A.StyledToastAnimation("StyledToastAnimation.none"); - B.StyledToastAnimation_3 = new A.StyledToastAnimation("StyledToastAnimation.slideFromBottom"); - B.StyledToastAnimation_4 = new A.StyledToastAnimation("StyledToastAnimation.slideFromBottomFade"); - B.StyledToastAnimation_5 = new A.StyledToastAnimation("StyledToastAnimation.slideFromLeft"); - B.StyledToastAnimation_6 = new A.StyledToastAnimation("StyledToastAnimation.slideFromLeftFade"); - B.StyledToastAnimation_7 = new A.StyledToastAnimation("StyledToastAnimation.slideFromRight"); - B.StyledToastAnimation_8 = new A.StyledToastAnimation("StyledToastAnimation.slideFromRightFade"); - B.StyledToastAnimation_9 = new A.StyledToastAnimation("StyledToastAnimation.slideToTop"); + B.StyledToastAnimation_0 = new A.StyledToastAnimation(0, "fade"); + B.StyledToastAnimation_1 = new A.StyledToastAnimation(1, "slideFromTop"); + B.StyledToastAnimation_10 = new A.StyledToastAnimation(10, "slideToTopFade"); + B.StyledToastAnimation_11 = new A.StyledToastAnimation(11, "slideToBottom"); + B.StyledToastAnimation_12 = new A.StyledToastAnimation(12, "slideToBottomFade"); + B.StyledToastAnimation_13 = new A.StyledToastAnimation(13, "slideToLeft"); + B.StyledToastAnimation_14 = new A.StyledToastAnimation(14, "slideToLeftFade"); + B.StyledToastAnimation_15 = new A.StyledToastAnimation(15, "slideToRight"); + B.StyledToastAnimation_16 = new A.StyledToastAnimation(16, "slideToRightFade"); + B.StyledToastAnimation_17 = new A.StyledToastAnimation(17, "scale"); + B.StyledToastAnimation_18 = new A.StyledToastAnimation(18, "size"); + B.StyledToastAnimation_19 = new A.StyledToastAnimation(19, "sizeFade"); + B.StyledToastAnimation_2 = new A.StyledToastAnimation(2, "slideFromTopFade"); + B.StyledToastAnimation_20 = new A.StyledToastAnimation(20, "fadeScale"); + B.StyledToastAnimation_21 = new A.StyledToastAnimation(21, "rotate"); + B.StyledToastAnimation_22 = new A.StyledToastAnimation(22, "fadeRotate"); + B.StyledToastAnimation_23 = new A.StyledToastAnimation(23, "scaleRotate"); + B.StyledToastAnimation_24 = new A.StyledToastAnimation(24, "none"); + B.StyledToastAnimation_3 = new A.StyledToastAnimation(3, "slideFromBottom"); + B.StyledToastAnimation_4 = new A.StyledToastAnimation(4, "slideFromBottomFade"); + B.StyledToastAnimation_5 = new A.StyledToastAnimation(5, "slideFromLeft"); + B.StyledToastAnimation_6 = new A.StyledToastAnimation(6, "slideFromLeftFade"); + B.StyledToastAnimation_7 = new A.StyledToastAnimation(7, "slideFromRight"); + B.StyledToastAnimation_8 = new A.StyledToastAnimation(8, "slideFromRightFade"); + B.StyledToastAnimation_9 = new A.StyledToastAnimation(9, "slideToTop"); + B.SvgBlendMode_0 = new A.SvgBlendMode(0); + B.SvgBlendMode_09 = new A.SvgBlendMode(0); + B.SvgBlendMode_07 = new A.SvgBlendMode(0); + B.SvgBlendMode_05 = new A.SvgBlendMode(0); + B.SvgBlendMode_06 = new A.SvgBlendMode(0); + B.SvgBlendMode_04 = new A.SvgBlendMode(0); + B.SvgBlendMode_08 = new A.SvgBlendMode(0); + B.SvgBlendMode_03 = new A.SvgBlendMode(0); + B.SvgBlendMode_01 = new A.SvgBlendMode(0); + B.SvgBlendMode_02 = new A.SvgBlendMode(0); + B.SvgBlendMode_00 = new A.SvgBlendMode(0); + B.SvgBlendMode_010 = new A.SvgBlendMode(0); + B.SvgBlendMode_1 = new A.SvgBlendMode(1); + B.SvgBlendMode_10 = new A.SvgBlendMode(10); + B.SvgBlendMode_11 = new A.SvgBlendMode(11); + B.SvgBlendMode_12 = new A.SvgBlendMode(12); + B.SvgBlendMode_13 = new A.SvgBlendMode(13); + B.SvgBlendMode_14 = new A.SvgBlendMode(14); + B.SvgBlendMode_15 = new A.SvgBlendMode(15); + B.SvgBlendMode_16 = new A.SvgBlendMode(16); + B.SvgBlendMode_2 = new A.SvgBlendMode(2); + B.SvgBlendMode_3 = new A.SvgBlendMode(3); + B.SvgBlendMode_4 = new A.SvgBlendMode(4); + B.SvgBlendMode_5 = new A.SvgBlendMode(5); + B.SvgBlendMode_6 = new A.SvgBlendMode(6); + B.SvgBlendMode_7 = new A.SvgBlendMode(7); + B.SvgBlendMode_8 = new A.SvgBlendMode(8); + B.SvgBlendMode_9 = new A.SvgBlendMode(9); B.SwitchThemeData_v9F = new A.SwitchThemeData(null, null, null, null, null, null); B.Symbol_89P = new A.Symbol("Intl.locale"); B.Symbol_call = new A.Symbol("call"); @@ -438880,49 +441287,42 @@ B.SystemMouseCursor_click = new A.SystemMouseCursor("click"); B.SystemMouseCursor_forbidden = new A.SystemMouseCursor("forbidden"); B.SystemMouseCursor_text = new A.SystemMouseCursor("text"); - B.SystemSoundType_0 = new A.SystemSoundType("SystemSoundType.click"); - B.SystemSoundType_1 = new A.SystemSoundType("SystemSoundType.alert"); - B.SystemUiOverlayStyle_4EL = new A.SystemUiOverlayStyle(B.Color_4278190080, null, B.Brightness_1, null, B.Brightness_0, B.Brightness_1); - B.SystemUiOverlayStyle_yjH = new A.SystemUiOverlayStyle(B.Color_4278190080, null, B.Brightness_1, null, B.Brightness_1, B.Brightness_0); + B.SystemSoundType_0 = new A.SystemSoundType(0, "click"); + B.SystemSoundType_1 = new A.SystemSoundType(1, "alert"); + B.SystemUiOverlayStyle_6UD = new A.SystemUiOverlayStyle(B.Color_4278190080, null, B.Brightness_1, null, null, B.Brightness_0, B.Brightness_1, null); + B.SystemUiOverlayStyle_qsc = new A.SystemUiOverlayStyle(B.Color_4278190080, null, B.Brightness_1, null, null, B.Brightness_1, B.Brightness_0, null); B.TabBarTheme_Srx = new A.TabBarTheme(null, null, null, null, null, null, null); - B.TableCellVerticalAlignment_0 = new A.TableCellVerticalAlignment("TableCellVerticalAlignment.top"); - B.TableCellVerticalAlignment_1 = new A.TableCellVerticalAlignment("TableCellVerticalAlignment.middle"); - B.TableCellVerticalAlignment_2 = new A.TableCellVerticalAlignment("TableCellVerticalAlignment.bottom"); - B.TableCellVerticalAlignment_3 = new A.TableCellVerticalAlignment("TableCellVerticalAlignment.baseline"); - B.TableCellVerticalAlignment_4 = new A.TableCellVerticalAlignment("TableCellVerticalAlignment.fill"); + B.TableCellVerticalAlignment_0 = new A.TableCellVerticalAlignment(0, "top"); + B.TableCellVerticalAlignment_2 = new A.TableCellVerticalAlignment(2, "bottom"); + B.TableCellVerticalAlignment_4 = new A.TableCellVerticalAlignment(4, "fill"); B.TapSemanticEvent_tap = new A.TapSemanticEvent("tap"); B.TextAlignVertical_0 = new A.TextAlignVertical(0); B.TextAlignVertical_m1 = new A.TextAlignVertical(-1); - B.TextBaseline_0 = new A.TextBaseline(0, "TextBaseline.alphabetic"); - B.TextBaseline_1 = new A.TextBaseline(1, "TextBaseline.ideographic"); + B.TextBaseline_0 = new A.TextBaseline(0, "alphabetic"); + B.TextBaseline_1 = new A.TextBaseline(1, "ideographic"); B.TextButtonThemeData_null = new A.TextButtonThemeData(null); - B.TextCapitalization_3 = new A.TextCapitalization("TextCapitalization.none"); + B.TextCapitalization_3 = new A.TextCapitalization(3, "none"); B.TextCapitalizationConfig_TextCapitalization_3 = new A.TextCapitalizationConfig(B.TextCapitalization_3); - B.TextCapitalization_0 = new A.TextCapitalization("TextCapitalization.words"); - B.TextCapitalization_1 = new A.TextCapitalization("TextCapitalization.sentences"); - B.TextCapitalization_2 = new A.TextCapitalization("TextCapitalization.characters"); - B.TextCapitalization_30 = new A.TextCapitalization0(); - B.TextDecorationStyle_0 = new A.TextDecorationStyle(0, "TextDecorationStyle.solid"); - B.TextDecorationStyle_1 = new A.TextDecorationStyle(1, "TextDecorationStyle.double"); - B.TextDecorationStyle_2 = new A.TextDecorationStyle(2, "TextDecorationStyle.dotted"); - B.TextDecorationStyle_3 = new A.TextDecorationStyle(3, "TextDecorationStyle.dashed"); - B.TextDecorationStyle_4 = new A.TextDecorationStyle(4, "TextDecorationStyle.wavy"); - B.TextDirection_00 = new A.TextDirection0("TextDirection.ltr"); - B.TextDirection_10 = new A.TextDirection0("TextDirection.rtl"); - B.TextDirection_2 = new A.TextDirection0("TextDirection.center"); - B.TextInputAction_0 = new A.TextInputAction("TextInputAction.none"); - B.TextInputAction_1 = new A.TextInputAction("TextInputAction.unspecified"); - B.TextInputAction_10 = new A.TextInputAction("TextInputAction.route"); - B.TextInputAction_11 = new A.TextInputAction("TextInputAction.emergencyCall"); - B.TextInputAction_12 = new A.TextInputAction("TextInputAction.newline"); - B.TextInputAction_2 = new A.TextInputAction("TextInputAction.done"); - B.TextInputAction_3 = new A.TextInputAction("TextInputAction.go"); - B.TextInputAction_4 = new A.TextInputAction("TextInputAction.search"); - B.TextInputAction_5 = new A.TextInputAction("TextInputAction.send"); - B.TextInputAction_6 = new A.TextInputAction("TextInputAction.next"); - B.TextInputAction_7 = new A.TextInputAction("TextInputAction.previous"); - B.TextInputAction_8 = new A.TextInputAction("TextInputAction.continueAction"); - B.TextInputAction_9 = new A.TextInputAction("TextInputAction.join"); + B.TextCapitalization_0 = new A.TextCapitalization(0, "words"); + B.TextCapitalization_1 = new A.TextCapitalization(1, "sentences"); + B.TextCapitalization_2 = new A.TextCapitalization(2, "characters"); + B.TextCapitalization_30 = new A.TextCapitalization0(3, "none"); + B.TextDirection_00 = new A.TextDirection0(0, "ltr"); + B.TextDirection_10 = new A.TextDirection0(1, "rtl"); + B.TextDirection_2 = new A.TextDirection0(2, "center"); + B.TextInputAction_0 = new A.TextInputAction(0, "none"); + B.TextInputAction_1 = new A.TextInputAction(1, "unspecified"); + B.TextInputAction_10 = new A.TextInputAction(10, "route"); + B.TextInputAction_11 = new A.TextInputAction(11, "emergencyCall"); + B.TextInputAction_12 = new A.TextInputAction(12, "newline"); + B.TextInputAction_2 = new A.TextInputAction(2, "done"); + B.TextInputAction_3 = new A.TextInputAction(3, "go"); + B.TextInputAction_4 = new A.TextInputAction(4, "search"); + B.TextInputAction_5 = new A.TextInputAction(5, "send"); + B.TextInputAction_6 = new A.TextInputAction(6, "next"); + B.TextInputAction_7 = new A.TextInputAction(7, "previous"); + B.TextInputAction_8 = new A.TextInputAction(8, "continueAction"); + B.TextInputAction_9 = new A.TextInputAction(9, "join"); B.TextInputType_0_null_null = new A.TextInputType(0, null, null); B.TextInputType_1_null_null = new A.TextInputType(1, null, null); B.TextInputType_2_false_false = new A.TextInputType(2, false, false); @@ -438933,229 +441333,253 @@ B.TextInputType_7_null_null = new A.TextInputType(7, null, null); B.TextInputType_8_null_null = new A.TextInputType(8, null, null); B.TextInputType_9_null_null = new A.TextInputType(9, null, null); - B.TextLeadingDistribution_0 = new A.TextLeadingDistribution("TextLeadingDistribution.proportional"); - B.TextLeadingDistribution_1 = new A.TextLeadingDistribution("TextLeadingDistribution.even"); - B.TextOverflow_1 = new A.TextOverflow("TextOverflow.fade"); - B.TextOverflow_2 = new A.TextOverflow("TextOverflow.ellipsis"); - B.TextOverflow_3 = new A.TextOverflow("TextOverflow.visible"); - B.TextPosition_0_TextAffinity_0 = new A.TextPosition(0, B.TextAffinity_0); + B.TextLeadingDistribution_0 = new A.TextLeadingDistribution(0, "proportional"); + B.TextLeadingDistribution_1 = new A.TextLeadingDistribution(1, "even"); + B.TextOverflow_1 = new A.TextOverflow(1, "fade"); + B.TextOverflow_2 = new A.TextOverflow(2, "ellipsis"); + B.TextOverflow_3 = new A.TextOverflow(3, "visible"); B.TextPosition_0_TextAffinity_1 = new A.TextPosition(0, B.TextAffinity_1); - B.TextSelectionHandleType_0 = new A.TextSelectionHandleType("TextSelectionHandleType.left"); - B.TextSelectionHandleType_1 = new A.TextSelectionHandleType("TextSelectionHandleType.right"); - B.TextSelectionHandleType_2 = new A.TextSelectionHandleType("TextSelectionHandleType.collapsed"); + B.TextSelectionHandleType_0 = new A.TextSelectionHandleType(0, "left"); + B.TextSelectionHandleType_1 = new A.TextSelectionHandleType(1, "right"); + B.TextSelectionHandleType_2 = new A.TextSelectionHandleType(2, "collapsed"); B.TextSelectionThemeData_null_null_null = new A.TextSelectionThemeData(null, null, null); B.TextDecoration_1 = new A.TextDecoration(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.Color_3506372608 = new A.Color(3506372608); B.Color_4294967040 = new A.Color(4294967040); - B.TextStyle_EZJ = 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.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_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_zIQ = 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.List_Exl = A._setArrayType(makeConstList(["Ubuntu", "Cantarell", "DejaVu Sans", "Liberation Sans", "Arial"]), type$.JSArray_legacy_String); B.TextDecoration_0 = new A.TextDecoration(0); - B.TextStyle_wa9 = 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 headline1", null, null, null); - B.TextStyle_wa90 = 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 headline2", null, null, null); - B.TextStyle_wa91 = 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 headline3", null, null, null); - B.TextStyle_wa92 = 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 headline4", null, null, null); - B.TextStyle_uQR = 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 headline5", null, null, null); - B.TextStyle_uQR0 = 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 headline6", null, null, null); - B.TextStyle_le8 = 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 subtitle1", null, null, null); - B.TextStyle_le80 = 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 subtitle2", null, null, null); - B.TextStyle_02Y = 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 bodyText1", null, null, null); - B.TextStyle_02Y0 = 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 bodyText2", null, null, null); - B.TextStyle_0yR = 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 caption", null, null, null); - B.TextStyle_ZwB = 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 button", null, null, null); - B.TextStyle_Wrv = 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 overline", null, null, null); - B.TextTheme_4eO = new A.TextTheme(B.TextStyle_wa9, B.TextStyle_wa90, B.TextStyle_wa91, B.TextStyle_wa92, B.TextStyle_uQR, B.TextStyle_uQR0, B.TextStyle_le8, B.TextStyle_le80, B.TextStyle_02Y, B.TextStyle_02Y0, B.TextStyle_0yR, B.TextStyle_ZwB, B.TextStyle_Wrv); - B.TextStyle_RZ2 = 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 headline1", null, null, null); - B.TextStyle_RZ20 = 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 headline2", null, null, null); - B.TextStyle_RZ21 = 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 headline3", null, null, null); - B.TextStyle_RZ22 = 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 headline4", null, null, null); - B.TextStyle_RZ23 = 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 headline5", null, null, null); - B.TextStyle_RZ24 = 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 headline6", null, null, null); - B.TextStyle_iK5 = 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 subtitle1", null, null, null); - B.TextStyle_iK50 = 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 subtitle2", null, null, null); - B.TextStyle_ECG = 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 bodyText1", null, null, null); - B.TextStyle_ECG0 = 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 bodyText2", null, null, null); - B.TextStyle_8vY = 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 caption", null, null, null); - B.TextStyle_TDd = 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 button", null, null, null); - B.TextStyle_CBD = 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 overline", null, null, null); - B.TextTheme_7FR = new A.TextTheme(B.TextStyle_RZ2, B.TextStyle_RZ20, B.TextStyle_RZ21, B.TextStyle_RZ22, B.TextStyle_RZ23, B.TextStyle_RZ24, B.TextStyle_iK5, B.TextStyle_iK50, B.TextStyle_ECG, B.TextStyle_ECG0, B.TextStyle_8vY, B.TextStyle_TDd, B.TextStyle_CBD); - B.TextStyle_n3g = 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 headline1", null, null, null); - B.TextStyle_MRl = 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 headline2", null, null, null); - B.TextStyle_ASc = 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 headline3", null, null, null); - B.TextStyle_8xP = 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 headline4", null, null, null); - B.TextStyle_yHF = 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 headline5", null, null, null); - B.TextStyle_U05 = 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 headline6", null, null, null); - B.TextStyle_m7y = 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 subtitle1", null, null, null); - B.TextStyle_UZj = 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 subtitle2", null, null, null); - B.TextStyle_ww8 = 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 bodyText1", null, null, null); - B.TextStyle_2Gp = 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 bodyText2", null, null, null); - B.TextStyle_gRf = 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 caption", null, null, null); - B.TextStyle_Mob = 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 button", null, null, null); - B.TextStyle_cKo = 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 overline", null, null, null); - B.TextTheme_8aB = new A.TextTheme(B.TextStyle_n3g, B.TextStyle_MRl, B.TextStyle_ASc, B.TextStyle_8xP, B.TextStyle_yHF, B.TextStyle_U05, B.TextStyle_m7y, B.TextStyle_UZj, B.TextStyle_ww8, B.TextStyle_2Gp, B.TextStyle_gRf, B.TextStyle_Mob, B.TextStyle_cKo); - B.TextStyle_IB4 = 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 headline1", null, null, null); - B.TextStyle_IB40 = 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 headline2", null, null, null); - B.TextStyle_IB41 = 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 headline3", null, null, null); - B.TextStyle_IB42 = 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 headline4", null, null, null); - B.TextStyle_IB43 = 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 headline5", null, null, null); - B.TextStyle_IB44 = 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 headline6", null, null, null); - B.TextStyle_int = 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 subtitle1", null, null, null); - B.TextStyle_int0 = 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 subtitle2", null, null, null); - B.TextStyle_4e8 = 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 bodyText1", null, null, null); - B.TextStyle_4e80 = 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 bodyText2", null, null, null); - B.TextStyle_jnt = 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 caption", null, null, null); - B.TextStyle_RcQ = 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 button", null, null, null); - B.TextStyle_K2a = 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 overline", null, null, null); - B.TextTheme_CCL = new A.TextTheme(B.TextStyle_IB4, B.TextStyle_IB40, B.TextStyle_IB41, B.TextStyle_IB42, B.TextStyle_IB43, B.TextStyle_IB44, B.TextStyle_int, B.TextStyle_int0, B.TextStyle_4e8, B.TextStyle_4e80, B.TextStyle_jnt, B.TextStyle_RcQ, B.TextStyle_K2a); - B.TextStyle_BSw = 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 headline1", null, null, null); - B.TextStyle_BSw0 = 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 headline2", null, null, null); - B.TextStyle_BSw1 = 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 headline3", null, null, null); - B.TextStyle_BSw2 = 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 headline4", null, null, null); - B.TextStyle_o30 = 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 headline5", null, null, null); - B.TextStyle_o300 = 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 headline6", null, null, null); - B.TextStyle_HNA = 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 subtitle1", null, null, null); - B.TextStyle_HNA0 = 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 subtitle2", 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 bodyText1", null, null, null); - B.TextStyle_mGH0 = 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 bodyText2", null, null, null); - B.TextStyle_G7M = 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 caption", null, null, null); - B.TextStyle_Gwk = 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 button", null, null, null); - B.TextStyle_gsm = 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 overline", null, null, null); - B.TextTheme_G7H = new A.TextTheme(B.TextStyle_BSw, B.TextStyle_BSw0, B.TextStyle_BSw1, B.TextStyle_BSw2, B.TextStyle_o30, B.TextStyle_o300, B.TextStyle_HNA, B.TextStyle_HNA0, B.TextStyle_mGH, B.TextStyle_mGH0, B.TextStyle_G7M, B.TextStyle_Gwk, B.TextStyle_gsm); - B.TextStyle_GFv = 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 headline1", null, null, null); - B.TextStyle_GFv0 = 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 headline2", null, null, null); - B.TextStyle_GFv1 = 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 headline3", null, null, null); - B.TextStyle_GFv2 = 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 headline4", null, null, null); - B.TextStyle_HYo = 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 headline5", null, null, null); - B.TextStyle_HYo0 = 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 headline6", null, null, null); - B.TextStyle_y0u = 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 subtitle1", null, null, null); - B.TextStyle_y0u0 = 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 subtitle2", null, null, null); - B.TextStyle_kqK = 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 bodyText1", null, null, null); - B.TextStyle_kqK0 = 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 bodyText2", null, null, null); - B.TextStyle_ssb = 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 caption", null, null, null); - B.TextStyle_uDf = 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 button", null, null, null); - B.TextStyle_VUC = 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 overline", null, null, null); - B.TextTheme_IdR = new A.TextTheme(B.TextStyle_GFv, B.TextStyle_GFv0, B.TextStyle_GFv1, B.TextStyle_GFv2, B.TextStyle_HYo, B.TextStyle_HYo0, B.TextStyle_y0u, B.TextStyle_y0u0, B.TextStyle_kqK, B.TextStyle_kqK0, B.TextStyle_ssb, B.TextStyle_uDf, B.TextStyle_VUC); - B.TextStyle_RoS = 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 headline1", null, null, null); - B.TextStyle_RoS0 = 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 headline2", null, null, null); - B.TextStyle_RoS1 = 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 headline3", null, null, null); - B.TextStyle_RoS2 = 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 headline4", null, null, null); - B.TextStyle_RoS3 = 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 headline5", null, null, null); - B.TextStyle_RoS4 = 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 headline6", null, null, null); - B.TextStyle_46y = 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 subtitle1", null, null, null); - B.TextStyle_46y0 = 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 subtitle2", null, null, null); - B.TextStyle_46y1 = 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 bodyText1", null, null, null); - B.TextStyle_46y2 = 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 bodyText2", null, null, null); - B.TextStyle_wPm = 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 caption", null, null, null); - B.TextStyle_c4R = 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 button", null, null, null); - B.TextStyle_40X = 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 overline", null, null, null); - B.TextTheme_NkP = new A.TextTheme(B.TextStyle_RoS, B.TextStyle_RoS0, B.TextStyle_RoS1, B.TextStyle_RoS2, B.TextStyle_RoS3, B.TextStyle_RoS4, B.TextStyle_46y, B.TextStyle_46y0, B.TextStyle_46y1, B.TextStyle_46y2, B.TextStyle_wPm, B.TextStyle_c4R, B.TextStyle_40X); - B.TextStyle_OXN = 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 headline1", null, null, null); - B.TextStyle_OXN0 = 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 headline2", null, null, null); - B.TextStyle_OXN1 = 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 headline3", null, null, null); - B.TextStyle_OXN2 = 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 headline4", null, null, null); - B.TextStyle_OXN3 = 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 headline5", null, null, null); - B.TextStyle_OXN4 = 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 headline6", null, null, null); - B.TextStyle_8RJ = 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 subtitle1", null, null, null); - B.TextStyle_8RJ0 = 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 subtitle2", null, null, null); - B.TextStyle_QXJ = 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 bodyText1", null, null, null); - B.TextStyle_QXJ0 = 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 bodyText2", null, null, null); - B.TextStyle_gg4 = 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 caption", null, null, null); - B.TextStyle_Eyh = 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 button", null, null, null); - B.TextStyle_m7e = 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 overline", null, null, null); - B.TextTheme_OaX = new A.TextTheme(B.TextStyle_OXN, B.TextStyle_OXN0, B.TextStyle_OXN1, B.TextStyle_OXN2, B.TextStyle_OXN3, B.TextStyle_OXN4, B.TextStyle_8RJ, B.TextStyle_8RJ0, B.TextStyle_QXJ, B.TextStyle_QXJ0, B.TextStyle_gg4, B.TextStyle_Eyh, B.TextStyle_m7e); - B.TextStyle_yPV = 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 display4 2014", null, null, null); - B.TextStyle_yPV0 = 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 display3 2014", null, null, null); - B.TextStyle_yPV1 = 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 display2 2014", null, null, null); - B.TextStyle_yPV2 = 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 display1 2014", 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, "tall headline 2014", null, null, null); - B.TextStyle_KYg = 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 title 2014", null, null, null); - B.TextStyle_C9n = 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 subhead 2014", null, null, null); - B.TextStyle_YAi = 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 subtitle 2014", null, null, null); - B.TextStyle_Ma6 = 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 body2 2014", null, null, null); - B.TextStyle_Ma60 = 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 body1 2014", null, null, null); - B.TextStyle_4Wf = 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 caption 2014", null, null, null); - B.TextStyle_SWN = 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 button 2014", null, null, null); - B.TextStyle_a9d = 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 overline 2014", null, null, null); - B.TextTheme_QQp = new A.TextTheme(B.TextStyle_yPV, B.TextStyle_yPV0, B.TextStyle_yPV1, B.TextStyle_yPV2, B.TextStyle_2jN, B.TextStyle_KYg, B.TextStyle_C9n, B.TextStyle_YAi, B.TextStyle_Ma6, B.TextStyle_Ma60, B.TextStyle_4Wf, B.TextStyle_SWN, B.TextStyle_a9d); - B.TextStyle_wEo = 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 display4 2014", null, null, null); - B.TextStyle_wEo0 = 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 display3 2014", null, null, null); - B.TextStyle_wEo1 = 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 display2 2014", null, null, null); - B.TextStyle_wEo2 = 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 display1 2014", null, null, null); - B.TextStyle_A4A = 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 headline 2014", null, null, null); - B.TextStyle_j2t = 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 title 2014", null, null, null); - B.TextStyle_x67 = 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 subhead 2014", null, null, null); - B.TextStyle_ROg = 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 subtitle 2014", null, null, null); - B.TextStyle_ezn = 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 body2 2014", null, null, null); - B.TextStyle_ezn0 = 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 body1 2014", null, null, null); - B.TextStyle_G17 = 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 caption 2014", null, null, null); - B.TextStyle_h4d = 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 button 2014", null, null, null); - B.TextStyle_atU = 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 overline 2014", null, null, null); - B.TextTheme_aEa = new A.TextTheme(B.TextStyle_wEo, B.TextStyle_wEo0, B.TextStyle_wEo1, B.TextStyle_wEo2, B.TextStyle_A4A, B.TextStyle_j2t, B.TextStyle_x67, B.TextStyle_ROg, B.TextStyle_ezn, B.TextStyle_ezn0, B.TextStyle_G17, B.TextStyle_h4d, B.TextStyle_atU); - B.TextStyle_4U6 = 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 headline1", null, null, null); - B.TextStyle_yPV3 = 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 headline2", null, null, null); - B.TextStyle_W9Y = 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 headline3", null, null, null); - B.TextStyle_43h = 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 headline4", null, null, null); - B.TextStyle_QSU = 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 headline5", null, null, null); - B.TextStyle_cI8 = 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 headline6", null, null, null); - B.TextStyle_gMT = 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 subtitle1", null, null, null); - B.TextStyle_piy = 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 subtitle2", null, null, null); - B.TextStyle_wOj = 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 bodyText1", null, null, null); - B.TextStyle_UWN = 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 bodyText2", null, null, null); - B.TextStyle_bY0 = 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 caption", null, null, null); - B.TextStyle_oYc = 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 button", null, null, null); - B.TextStyle_Xyt = 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 overline", null, null, null); - B.TextTheme_c9P = new A.TextTheme(B.TextStyle_4U6, B.TextStyle_yPV3, B.TextStyle_W9Y, B.TextStyle_43h, B.TextStyle_QSU, B.TextStyle_cI8, B.TextStyle_gMT, B.TextStyle_piy, B.TextStyle_wOj, B.TextStyle_UWN, B.TextStyle_bY0, B.TextStyle_oYc, B.TextStyle_Xyt); - B.TextStyle_jDE = 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 headline1", null, null, null); - B.TextStyle_jDE0 = 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 headline2", null, null, null); - B.TextStyle_jDE1 = 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 headline3", null, null, null); - B.TextStyle_jDE2 = 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 headline4", null, null, null); - B.TextStyle_jzL = 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 headline5", null, null, null); - B.TextStyle_jzL0 = 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 headline6", null, null, null); - B.TextStyle_iUw = 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 subtitle1", null, null, null); - B.TextStyle_iUw0 = 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 subtitle2", null, null, null); - B.TextStyle_k5K = 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 bodyText1", null, null, null); - B.TextStyle_k5K0 = 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 bodyText2", null, null, null); - B.TextStyle_NQk = 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 caption", null, null, null); - B.TextStyle_Olo = 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 button", null, null, null); - B.TextStyle_gsm0 = 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 overline", null, null, null); - B.TextTheme_lBF = new A.TextTheme(B.TextStyle_jDE, B.TextStyle_jDE0, B.TextStyle_jDE1, B.TextStyle_jDE2, B.TextStyle_jzL, B.TextStyle_jzL0, B.TextStyle_iUw, B.TextStyle_iUw0, B.TextStyle_k5K, B.TextStyle_k5K0, B.TextStyle_NQk, B.TextStyle_Olo, B.TextStyle_gsm0); - B.TextStyle_OfO = 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 display4 2014", null, null, null); - B.TextStyle_OfO0 = 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 display3 2014", null, null, null); - B.TextStyle_OfO1 = 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 display2 2014", null, null, null); - B.TextStyle_OfO2 = 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 display1 2014", null, null, null); - B.TextStyle_Ohn = 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 headline 2014", null, null, null); - B.TextStyle_O98 = 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 title 2014", null, null, null); - B.TextStyle_KHW = 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 subhead 2014", null, null, null); - B.TextStyle_cQL = 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 subtitle 2014", null, null, null); - B.TextStyle_dcb = 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 body2 2014", null, null, null); - B.TextStyle_dcb0 = 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 body1 2014", null, null, null); - B.TextStyle_Ejg = 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 caption 2014", null, null, null); - B.TextStyle_XZV = 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 button 2014", null, null, null); - B.TextStyle_8FR = 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 overline 2014", null, null, null); - B.TextTheme_wEV = new A.TextTheme(B.TextStyle_OfO, B.TextStyle_OfO0, B.TextStyle_OfO1, B.TextStyle_OfO2, B.TextStyle_Ohn, B.TextStyle_O98, B.TextStyle_KHW, B.TextStyle_cQL, B.TextStyle_dcb, B.TextStyle_dcb0, B.TextStyle_Ejg, B.TextStyle_XZV, B.TextStyle_8FR); - B.TextWidthBasis_1 = new A.TextWidthBasis("TextWidthBasis.longestLine"); - B.Text_W3F = new A.Text("", null, null, null, null, null, null, null, null, null); - B.ThemeMode_0 = new A.ThemeMode("ThemeMode.system"); + 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.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.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"); B.Threshold_0 = new A.Threshold(0); B.Threshold_znv = new A.Threshold(0.5); - B.TickLabelAnchor_0 = new A.TickLabelAnchor("TickLabelAnchor.before"); - B.TickLabelAnchor_1 = new A.TickLabelAnchor("TickLabelAnchor.centered"); - B.TickLabelAnchor_2 = new A.TickLabelAnchor("TickLabelAnchor.after"); - B.TickLabelAnchor_3 = new A.TickLabelAnchor("TickLabelAnchor.inside"); - B.TickLabelJustification_0 = new A.TickLabelJustification(); + B.TickLabelAnchor_0 = new A.TickLabelAnchor(0, "before"); + B.TickLabelAnchor_1 = new A.TickLabelAnchor(1, "centered"); + B.TickLabelAnchor_2 = new A.TickLabelAnchor(2, "after"); + B.TickLabelAnchor_3 = new A.TickLabelAnchor(3, "inside"); + B.TickLabelJustification_0 = new A.TickLabelJustification(0, "inside"); B.TickerCanceled_null = new A.TickerCanceled(null); - B.TileMode_0 = new A.TileMode(0, "TileMode.clamp"); - B.TileMode_1 = new A.TileMode(1, "TileMode.repeated"); - B.TileMode_2 = new A.TileMode(2, "TileMode.mirror"); - B.TileMode_3 = new A.TileMode(3, "TileMode.decal"); - B.TimeOfDayFormat_0 = new A.TimeOfDayFormat("TimeOfDayFormat.HH_colon_mm"); - B.TimeOfDayFormat_1 = new A.TimeOfDayFormat("TimeOfDayFormat.HH_dot_mm"); - B.TimeOfDayFormat_2 = new A.TimeOfDayFormat("TimeOfDayFormat.frenchCanadian"); - B.TimeOfDayFormat_3 = new A.TimeOfDayFormat("TimeOfDayFormat.H_colon_mm"); - B.TimeOfDayFormat_4 = new A.TimeOfDayFormat("TimeOfDayFormat.h_colon_mm_space_a"); - B.TimeOfDayFormat_5 = new A.TimeOfDayFormat("TimeOfDayFormat.a_space_h_colon_mm"); + B.TileMode_0 = new A.TileMode(0, "clamp"); + B.TileMode_1 = new A.TileMode(1, "repeated"); + B.TileMode_3 = new A.TileMode(3, "decal"); + B.TimeOfDayFormat_0 = new A.TimeOfDayFormat(0, "HH_colon_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"); + B.TimeOfDayFormat_5 = new A.TimeOfDayFormat(5, "a_space_h_colon_mm"); B.TimePickerThemeData_10O = new A.TimePickerThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.ToggleButtonsThemeData_UsI = new A.ToggleButtonsThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.Tolerance_Gdw = new A.Tolerance(0.001, 0.001); @@ -439164,20 +441588,16 @@ B.ToolbarOptions_true_false_false = new A.ToolbarOptions(true, false, false); B.ToolbarOptions_true_true_true = new A.ToolbarOptions(true, true, true); B.TooltipThemeData_kSE = new A.TooltipThemeData(null, null, null, null, null, null, null, null); - B.TooltipTriggerMode_1 = new A.TooltipTriggerMode("TooltipTriggerMode.longPress"); - B.TooltipTriggerMode_2 = new A.TooltipTriggerMode("TooltipTriggerMode.tap"); - B.TransformKind_0 = new A.TransformKind("TransformKind.identity"); - B.TransformKind_1 = new A.TransformKind("TransformKind.transform2d"); - B.TransformKind_2 = new A.TransformKind("TransformKind.complex"); - B.Type_0 = A.typeLiteral("ExpandSelectionLeftByLineTextIntent"); - B.Type_2Iq = A.typeLiteral("MoveSelectionLeftByLineTextIntent"); - B.Type_2Iq0 = A.typeLiteral("MoveSelectionLeftByWordTextIntent"); - B.Type_2eZ = A.typeLiteral("DeleteForwardByLineTextIntent"); + B.TooltipTriggerMode_1 = new A.TooltipTriggerMode(1, "longPress"); + B.TooltipTriggerMode_2 = new A.TooltipTriggerMode(2, "tap"); + B.TransformKind_0 = new A.TransformKind(0, "identity"); + B.TransformKind_1 = new A.TransformKind(1, "transform2d"); + B.TransformKind_2 = new A.TransformKind(2, "complex"); + B.Type_0Jp0 = A.typeLiteral("ExtendSelectionToDocumentBoundaryIntent"); + B.Type_0Jp = A.typeLiteral("ExtendSelectionToNextWordBoundaryIntent"); + B.Type_23B = A.typeLiteral("ExtendSelectionToLineBreakIntent"); + B.Type_3dk = A.typeLiteral("ExtendSelectionByCharacterIntent"); B.Type_4mo = A.typeLiteral("AutocompletePreviousOptionIntent"); - B.Type_8LH = A.typeLiteral("ExtendSelectionDownTextIntent"); - B.Type_8aB = A.typeLiteral("ExpandSelectionRightByLineTextIntent"); - B.Type_9Ii0 = A.typeLiteral("ExtendSelectionRightByLineTextIntent"); - B.Type_9Ii = A.typeLiteral("ExtendSelectionRightByWordTextIntent"); B.Type_ActivateIntent_OT9 = A.typeLiteral("ActivateIntent"); B.Type_AppLocalization_KyD = A.typeLiteral("AppLocalization"); B.Type_AutocompleteNextOptionIntent_n0f = A.typeLiteral("AutocompleteNextOptionIntent"); @@ -439186,26 +441606,19 @@ B.Type_ButtonActivateIntent_6Ij = A.typeLiteral("ButtonActivateIntent"); B.Type_ByteBuffer_RkP = A.typeLiteral("ByteBuffer"); B.Type_ByteData_zNC = A.typeLiteral("ByteData"); - B.Type_Bzp = A.typeLiteral("MoveSelectionRightByLineTextIntent"); - B.Type_Bzp0 = A.typeLiteral("MoveSelectionRightByWordTextIntent"); B.Type_Color_MG2 = A.typeLiteral("Color"); B.Type_CopySelectionTextIntent_T5o = A.typeLiteral("CopySelectionTextIntent"); - B.Type_CutSelectionTextIntent_EE4 = A.typeLiteral("CutSelectionTextIntent"); B.Type_DateTime_8AS = A.typeLiteral("DateTime"); - B.Type_DeleteByLineTextIntent_YbU = A.typeLiteral("DeleteByLineTextIntent"); - B.Type_DeleteByWordTextIntent_4yx = A.typeLiteral("DeleteByWordTextIntent"); - B.Type_DeleteForwardTextIntent_4i6 = A.typeLiteral("DeleteForwardTextIntent"); - B.Type_DeleteTextIntent_riE = A.typeLiteral("DeleteTextIntent"); + B.Type_DeleteCharacterIntent_NYh = A.typeLiteral("DeleteCharacterIntent"); + B.Type_DeleteToLineBreakIntent_MEg = A.typeLiteral("DeleteToLineBreakIntent"); B.Type_DirectionalFocusIntent_evN = A.typeLiteral("DirectionalFocusIntent"); B.Type_DismissIntent_Fb0 = A.typeLiteral("DismissIntent"); B.Type_DoNothingIntent_IQR = A.typeLiteral("DoNothingIntent"); B.Type_DoubleTapGestureRecognizer_oyU = A.typeLiteral("DoubleTapGestureRecognizer"); B.Type_Duration_SnA = A.typeLiteral("Duration"); - B.Type_ExtendSelectionUpTextIntent_Bju = A.typeLiteral("ExtendSelectionUpTextIntent"); B.Type_Float32List_LB7 = A.typeLiteral("Float32List"); B.Type_Float64List_LB7 = A.typeLiteral("Float64List"); B.Type_ForcePressGestureRecognizer_TN2 = A.typeLiteral("ForcePressGestureRecognizer"); - B.Type_IYE = A.typeLiteral("MoveSelectionToStartTextIntent"); B.Type_InsertTabIntent_EKj = A.typeLiteral("InsertTabIntent"); B.Type_Int16List_uXf = A.typeLiteral("Int16List"); B.Type_Int32List_O50 = A.typeLiteral("Int32List"); @@ -439213,18 +441626,11 @@ B.Type_Int8List_ekJ = A.typeLiteral("Int8List"); B.Type_JSObject_8k0 = A.typeLiteral("JSObject"); B.Type_JsonObject_gyf = A.typeLiteral("JsonObject"); - B.Type_KeE = A.typeLiteral("ExtendSelectionLeftTextIntent"); B.Type_LabeledGlobalKey_6TW = A.typeLiteral("LabeledGlobalKey>"); B.Type_ListJsonObject_yPV = A.typeLiteral("ListJsonObject"); B.Type_LongPressGestureRecognizer_46y = A.typeLiteral("LongPressGestureRecognizer"); B.Type_MapJsonObject_bBG = A.typeLiteral("MapJsonObject"); B.Type_MaterialLocalizations_flR = A.typeLiteral("MaterialLocalizations"); - B.Type_MoveSelectionDownTextIntent_yqF = A.typeLiteral("MoveSelectionDownTextIntent"); - B.Type_MoveSelectionLeftTextIntent_uf2 = A.typeLiteral("MoveSelectionLeftTextIntent"); - B.Type_MoveSelectionRightTextIntent_kUZ = A.typeLiteral("MoveSelectionRightTextIntent"); - B.Type_MoveSelectionToEndTextIntent_c4I = A.typeLiteral("MoveSelectionToEndTextIntent"); - B.Type_MoveSelectionUpTextIntent_kSJ = A.typeLiteral("MoveSelectionUpTextIntent"); - B.Type_NT8 = A.typeLiteral("ExtendSelectionLeftByWordAndStopAtReversalTextIntent"); B.Type_NextFocusIntent_6xB = A.typeLiteral("NextFocusIntent"); B.Type_Null_Yyn = A.typeLiteral("Null"); B.Type_NumJsonObject_H9C = A.typeLiteral("NumJsonObject"); @@ -439235,6 +441641,7 @@ B.Type_PreviousFocusIntent_wsa = A.typeLiteral("PreviousFocusIntent"); B.Type_PrioritizedIntents_fLu = A.typeLiteral("PrioritizedIntents"); B.Type_RegExp_Eeh = A.typeLiteral("RegExp"); + B.Type_ReplaceTextIntent_S40 = A.typeLiteral("ReplaceTextIntent"); B.Type_RequestFocusIntent_OPB = A.typeLiteral("RequestFocusIntent"); B.Type_ScaleGestureRecognizer_s8I = A.typeLiteral("ScaleGestureRecognizer"); B.Type_ScrollIntent_mpH = A.typeLiteral("ScrollIntent"); @@ -439248,6 +441655,7 @@ B.Type_Uint32List_2bx = A.typeLiteral("Uint32List"); B.Type_Uint8ClampedList_Jik = A.typeLiteral("Uint8ClampedList"); B.Type_Uint8List_WLA = A.typeLiteral("Uint8List"); + B.Type_UpdateSelectionIntent_RH1 = A.typeLiteral("UpdateSelectionIntent"); B.Type_Uri_EFX = A.typeLiteral("Uri"); B.Type_Vq1 = A.typeLiteral("HorizontalDragGestureRecognizer"); B.Type_WidgetsLocalizations_43h = A.typeLiteral("WidgetsLocalizations"); @@ -439255,21 +441663,17 @@ B.Type__ModalScopeState_Yap = A.typeLiteral("_ModalScopeState<@>"); B.Type__ThumbPressGestureRecognizer_KUi = A.typeLiteral("_ThumbPressGestureRecognizer"); B.Type__TrackTapGestureRecognizer_LjJ = A.typeLiteral("_TrackTapGestureRecognizer"); - B.Type_cKo = A.typeLiteral("DeleteForwardByWordTextIntent"); - B.Type_gO9 = A.typeLiteral("ExtendSelectionLeftByLineTextIntent"); - B.Type_gO90 = A.typeLiteral("ExtendSelectionLeftByWordTextIntent"); + B.Type_ejq = A.typeLiteral("ExtendSelectionVerticallyToAdjacentLineIntent"); B.Type_mLh = A.typeLiteral("VerticalDragGestureRecognizer"); B.Type_muk = A.typeLiteral("DoNothingAndStopPropagationTextIntent"); + B.Type_mya = A.typeLiteral("ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"); B.Type_num_cv7 = A.typeLiteral("num"); - B.Type_oyU = A.typeLiteral("ExpandSelectionToStartTextIntent"); B.Type_s8I = A.typeLiteral("DoNothingAndStopPropagationIntent"); - B.Type_uFQ = A.typeLiteral("ExtendSelectionRightTextIntent"); - B.Type_unm = A.typeLiteral("ExtendSelectionRightByWordAndStopAtReversalTextIntent"); - B.Type_weg = A.typeLiteral("ExpandSelectionToEndTextIntent"); - B.BorderSide_95g0 = new A.BorderSide(B.Color_4278190080, 1, B.BorderStyle_1); - B.UnderlineInputBorder_4YI = new A.UnderlineInputBorder(B.BorderRadius_tLn1, B.BorderSide_95g0); - B.UnfocusDisposition_0 = new A.UnfocusDisposition("UnfocusDisposition.scope"); - B.UnfocusDisposition_1 = new A.UnfocusDisposition("UnfocusDisposition.previouslyFocusedChild"); + B.Type_wu8 = A.typeLiteral("DeleteToNextWordBoundaryIntent"); + B.BorderSide_27z0 = new A.BorderSide(B.Color_4278190080, 1, B.BorderStyle_1); + B.UnderlineInputBorder_qFk = new A.UnderlineInputBorder(B.BorderRadius_tLn1, B.BorderSide_27z0); + 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); B.UnicodeRange_1425_1775_TextDirection_0 = new A.UnicodeRange(1425, 1775, B.TextDirection_0, type$.UnicodeRange_legacy_TextDirection); B.UnicodeRange_1786_2303_TextDirection_0 = new A.UnicodeRange(1786, 2303, B.TextDirection_0, type$.UnicodeRange_legacy_TextDirection); @@ -439291,9 +441695,9 @@ B.UnicodeRange_8206_8206_TextDirection_1 = new A.UnicodeRange(8206, 8206, B.TextDirection_1, type$.UnicodeRange_legacy_TextDirection); B.UnicodeRange_8207_8207_TextDirection_0 = new A.UnicodeRange(8207, 8207, B.TextDirection_0, type$.UnicodeRange_legacy_TextDirection); B.UnicodeRange_97_122_TextDirection_1 = new A.UnicodeRange(97, 122, B.TextDirection_1, type$.UnicodeRange_legacy_TextDirection); - B.UpdateState_0 = new A.UpdateState("UpdateState.initial"); - B.UpdateState_1 = new A.UpdateState("UpdateState.loading"); - B.UpdateState_2 = new A.UpdateState("UpdateState.done"); + B.UpdateState_0 = new A.UpdateState(0, "initial"); + B.UpdateState_1 = new A.UpdateState(1, "loading"); + B.UpdateState_2 = new A.UpdateState(2, "done"); B.UserPermission_create = new A.UserPermission("create"); B.UserPermission_edit = new A.UserPermission("edit"); B.UserPermission_view = new A.UserPermission("view"); @@ -439303,95 +441707,72 @@ 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.VelocityEstimate_MMm = new A.VelocityEstimate(B.Offset_0_0, 0, B.Duration_0, B.Offset_0_0); - B.VerticalDirection_0 = new A.VerticalDirection("VerticalDirection.up"); - B.VerticalDirection_1 = new A.VerticalDirection("VerticalDirection.down"); + 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.VisualDensity_0_0 = new A.VisualDensity(0, 0); B.VisualDensity_m2_m2 = new A.VisualDensity(-2, -2); - B.WrapAlignment_0 = new A.WrapAlignment("WrapAlignment.start"); - B.WrapAlignment_1 = new A.WrapAlignment("WrapAlignment.end"); - B.WrapAlignment_2 = new A.WrapAlignment("WrapAlignment.center"); - B.WrapAlignment_3 = new A.WrapAlignment("WrapAlignment.spaceBetween"); - B.WrapAlignment_4 = new A.WrapAlignment("WrapAlignment.spaceAround"); - B.WrapAlignment_5 = new A.WrapAlignment("WrapAlignment.spaceEvenly"); - B.WrapCrossAlignment_0 = new A.WrapCrossAlignment("WrapCrossAlignment.start"); - B.WrapCrossAlignment_1 = new A.WrapCrossAlignment("WrapCrossAlignment.end"); - B.WrapCrossAlignment_2 = new A.WrapCrossAlignment("WrapCrossAlignment.center"); - B._ActionLevel_0 = new A._ActionLevel("_ActionLevel.top"); - B._ActionLevel_1 = new A._ActionLevel("_ActionLevel.view"); - B._ActivityIndicatorType_1 = new A._ActivityIndicatorType("_ActivityIndicatorType.adaptive"); - B._AnimationDirection_0 = new A._AnimationDirection("_AnimationDirection.forward"); - B._AnimationDirection_1 = new A._AnimationDirection("_AnimationDirection.reverse"); - B._CheckableKind_0 = new A._CheckableKind("_CheckableKind.checkbox"); - B._CheckableKind_1 = new A._CheckableKind("_CheckableKind.radio"); - B._CheckableKind_2 = new A._CheckableKind("_CheckableKind.toggle"); - B._ComparisonResult_0 = new A._ComparisonResult("_ComparisonResult.inside"); - B._ComparisonResult_1 = new A._ComparisonResult("_ComparisonResult.higher"); - B._ComparisonResult_2 = new A._ComparisonResult("_ComparisonResult.lower"); + B.WrapAlignment_0 = new A.WrapAlignment(0, "start"); + B.WrapAlignment_2 = new A.WrapAlignment(2, "center"); + B.WrapCrossAlignment_0 = new A.WrapCrossAlignment(0, "start"); + B.WrapCrossAlignment_2 = new A.WrapCrossAlignment(2, "center"); + B._ActionLevel_0 = new A._ActionLevel(0, "top"); + B._ActionLevel_1 = new A._ActionLevel(1, "view"); + B._AnimationDirection_0 = new A._AnimationDirection(0, "forward"); + B._AnimationDirection_1 = new A._AnimationDirection(1, "reverse"); + B._CheckableKind_0 = new A._CheckableKind(0, "checkbox"); + B._CheckableKind_1 = new A._CheckableKind(1, "radio"); + B._CheckableKind_2 = new A._CheckableKind(2, "toggle"); + B._ComparisonResult_0 = new A._ComparisonResult(0, "inside"); + B._ComparisonResult_1 = new A._ComparisonResult(1, "higher"); + B._ComparisonResult_2 = new A._ComparisonResult(2, "lower"); B._CupertinoEdgeShadowDecoration_null = new A._CupertinoEdgeShadowDecoration(null); B.Color_939524096 = new A.Color(939524096); B.Color_301989888 = new A.Color(301989888); B.Color_67108864 = new A.Color(67108864); B.List_S2N = A._setArrayType(makeConstList([B.Color_939524096, B.Color_301989888, B.Color_67108864, B.Color_0]), type$.JSArray_legacy_Color); B._CupertinoEdgeShadowDecoration_yjC = new A._CupertinoEdgeShadowDecoration(B.List_S2N); - B._DecorationSlot_0 = new A._DecorationSlot("_DecorationSlot.icon"); - B._DecorationSlot_1 = new A._DecorationSlot("_DecorationSlot.input"); - B._DecorationSlot_10 = new A._DecorationSlot("_DecorationSlot.container"); - B._DecorationSlot_2 = new A._DecorationSlot("_DecorationSlot.label"); - B._DecorationSlot_3 = new A._DecorationSlot("_DecorationSlot.hint"); - B._DecorationSlot_4 = new A._DecorationSlot("_DecorationSlot.prefix"); - B._DecorationSlot_5 = new A._DecorationSlot("_DecorationSlot.suffix"); - B._DecorationSlot_6 = new A._DecorationSlot("_DecorationSlot.prefixIcon"); - B._DecorationSlot_7 = new A._DecorationSlot("_DecorationSlot.suffixIcon"); - B._DecorationSlot_8 = new A._DecorationSlot("_DecorationSlot.helperError"); - B._DecorationSlot_9 = new A._DecorationSlot("_DecorationSlot.counter"); - B._DragState_0 = new A._DragState("_DragState.ready"); - B._DragState_1 = new A._DragState("_DragState.possible"); - B._DragState_2 = new A._DragState("_DragState.accepted"); - B._ElementLifecycle_0 = new A._ElementLifecycle("_ElementLifecycle.initial"); - B._ElementLifecycle_1 = new A._ElementLifecycle("_ElementLifecycle.active"); - B._ElementLifecycle_2 = new A._ElementLifecycle("_ElementLifecycle.inactive"); - B._ElementLifecycle_3 = new A._ElementLifecycle("_ElementLifecycle.defunct"); + B._DragState_0 = new A._DragState(0, "ready"); + B._DragState_1 = new A._DragState(1, "possible"); + B._DragState_2 = new A._DragState(2, "accepted"); + B._ElementLifecycle_0 = new A._ElementLifecycle(0, "initial"); + B._ElementLifecycle_1 = new A._ElementLifecycle(1, "active"); + B._ElementLifecycle_2 = new A._ElementLifecycle(2, "inactive"); + B._ElementLifecycle_3 = new A._ElementLifecycle(3, "defunct"); B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable = new A._EnabledAndDisabledMouseCursor(B.SystemMouseCursor_click, "clickable"); B._EnabledAndDisabledMouseCursor_SystemMouseCursor_text_textable = new A._EnabledAndDisabledMouseCursor(B.SystemMouseCursor_text, "textable"); B._FindBreakDirection_1 = new A._FindBreakDirection(1); B._FindBreakDirection_m1 = new A._FindBreakDirection(-1); - B._FloatingActionButtonType_0 = new A._FloatingActionButtonType("_FloatingActionButtonType.regular"); - B._FloatingActionButtonType_1 = new A._FloatingActionButtonType("_FloatingActionButtonType.small"); - B._FloatingActionButtonType_2 = new A._FloatingActionButtonType("_FloatingActionButtonType.large"); - B._FloatingActionButtonType_3 = new A._FloatingActionButtonType("_FloatingActionButtonType.extended"); - B._Focus_0 = new A._Focus("_Focus.master"); - B._Focus_1 = new A._Focus("_Focus.detail"); - B._ForceState_0 = new A._ForceState("_ForceState.ready"); - B._ForceState_1 = new A._ForceState("_ForceState.possible"); - B._ForceState_2 = new A._ForceState("_ForceState.accepted"); - B._ForceState_3 = new A._ForceState("_ForceState.started"); - B._ForceState_4 = new A._ForceState("_ForceState.peaked"); - B._GlowState_0 = new A._GlowState("_GlowState.idle"); - B._GlowState_1 = new A._GlowState("_GlowState.absorb"); - B._GlowState_2 = new A._GlowState("_GlowState.pull"); - B._GlowState_3 = new A._GlowState("_GlowState.recede"); - B._HighlightType_0 = new A._HighlightType("_HighlightType.pressed"); - B._HighlightType_1 = new A._HighlightType("_HighlightType.hover"); - B._HighlightType_2 = new A._HighlightType("_HighlightType.focus"); - B._HorizontalJustification_0 = new A._HorizontalJustification("_HorizontalJustification.leftDrawArea"); - B._HorizontalJustification_1 = new A._HorizontalJustification("_HorizontalJustification.left"); - B._HorizontalJustification_2 = new A._HorizontalJustification("_HorizontalJustification.rightDrawArea"); - B._HorizontalJustification_3 = new A._HorizontalJustification("_HorizontalJustification.right"); - B._IntrinsicDimension_0 = new A._IntrinsicDimension("_IntrinsicDimension.minWidth"); - B._IntrinsicDimension_1 = new A._IntrinsicDimension("_IntrinsicDimension.maxWidth"); - B._IntrinsicDimension_2 = new A._IntrinsicDimension("_IntrinsicDimension.minHeight"); - B._IntrinsicDimension_3 = new A._IntrinsicDimension("_IntrinsicDimension.maxHeight"); + B._FloatingActionButtonType_0 = new A._FloatingActionButtonType(0, "regular"); + B._FloatingActionButtonType_1 = new A._FloatingActionButtonType(1, "small"); + B._Focus_0 = new A._Focus(0, "master"); + B._Focus_1 = new A._Focus(1, "detail"); + B._ForceState_0 = new A._ForceState(0, "ready"); + B._ForceState_1 = new A._ForceState(1, "possible"); + B._ForceState_2 = new A._ForceState(2, "accepted"); + B._ForceState_3 = new A._ForceState(3, "started"); + B._ForceState_4 = new A._ForceState(4, "peaked"); + B._GlowState_0 = new A._GlowState(0, "idle"); + B._GlowState_1 = new A._GlowState(1, "absorb"); + B._GlowState_2 = new A._GlowState(2, "pull"); + B._GlowState_3 = new A._GlowState(3, "recede"); + B._HighlightType_0 = new A._HighlightType(0, "pressed"); + B._HighlightType_1 = new A._HighlightType(1, "hover"); + B._HighlightType_2 = new A._HighlightType(2, "focus"); + B._HorizontalJustification_0 = new A._HorizontalJustification(0, "leftDrawArea"); + B._HorizontalJustification_1 = new A._HorizontalJustification(1, "left"); + B._HorizontalJustification_2 = new A._HorizontalJustification(2, "rightDrawArea"); + B._HorizontalJustification_3 = new A._HorizontalJustification(3, "right"); + B._IntrinsicDimension_0 = new A._IntrinsicDimension(0, "minWidth"); + B._IntrinsicDimension_1 = new A._IntrinsicDimension(1, "maxWidth"); + B._IntrinsicDimension_2 = new A._IntrinsicDimension(2, "minHeight"); + B._IntrinsicDimension_3 = new A._IntrinsicDimension(3, "maxHeight"); B._IterationMarker_null_2 = new A._IterationMarker(null, 2); - B._LayoutMode_0 = new A._LayoutMode("_LayoutMode.auto"); - B._LayoutMode_1 = new A._LayoutMode("_LayoutMode.lateral"); - B._LayoutMode_2 = new A._LayoutMode("_LayoutMode.nested"); - B._LicenseEntryWithLineBreaksParserState_0 = new A._LicenseEntryWithLineBreaksParserState("_LicenseEntryWithLineBreaksParserState.beforeParagraph"); - B._LicenseEntryWithLineBreaksParserState_1 = new A._LicenseEntryWithLineBreaksParserState("_LicenseEntryWithLineBreaksParserState.inParagraph"); - B._ListTileSlot_0 = new A._ListTileSlot("_ListTileSlot.leading"); - B._ListTileSlot_1 = new A._ListTileSlot("_ListTileSlot.title"); - B._ListTileSlot_2 = new A._ListTileSlot("_ListTileSlot.subtitle"); - B._ListTileSlot_3 = new A._ListTileSlot("_ListTileSlot.trailing"); + B._LayoutMode_0 = new A._LayoutMode(0, "auto"); + B._LayoutMode_1 = new A._LayoutMode(1, "lateral"); + B._LayoutMode_2 = new A._LayoutMode(2, "nested"); + B._LicenseEntryWithLineBreaksParserState_0 = new A._LicenseEntryWithLineBreaksParserState(0, "beforeParagraph"); + B._LicenseEntryWithLineBreaksParserState_1 = new A._LicenseEntryWithLineBreaksParserState(1, "inParagraph"); B._MdiIconData_2C70 = new A._MdiIconData(983356, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_2C7 = new A._MdiIconData(984891, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_2Nv0 = new A._MdiIconData(983254, "Material Design Icons", "material_design_icons_flutter", false); @@ -439471,13 +441852,12 @@ B._MdiIconData_wMy = new A._MdiIconData(983870, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_yrt = new A._MdiIconData(985308, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_yvL = new A._MdiIconData(983829, "Material Design Icons", "material_design_icons_flutter", false); - B._MissingCase_0 = new A._MissingCase("_MissingCase.value"); - B._MissingCase_1 = new A._MissingCase("_MissingCase.error"); + B._MissingCase_0 = new A._MissingCase(0, "value"); B._MixedEdgeInsets_QWq = new A._MixedEdgeInsets(1 / 0, 1 / 0, 1 / 0, 1 / 0, 1 / 0, 1 / 0); B._ModifierSidePair_ModifierKey_0_KeyboardSide_0 = new A._ModifierSidePair(B.ModifierKey_0, B.KeyboardSide_0); - B.KeyboardSide_1 = new A.KeyboardSide("KeyboardSide.left"); + B.KeyboardSide_1 = new A.KeyboardSide(1, "left"); B._ModifierSidePair_ModifierKey_0_KeyboardSide_1 = new A._ModifierSidePair(B.ModifierKey_0, B.KeyboardSide_1); - B.KeyboardSide_2 = new A.KeyboardSide("KeyboardSide.right"); + B.KeyboardSide_2 = new A.KeyboardSide(2, "right"); B._ModifierSidePair_ModifierKey_0_KeyboardSide_2 = new A._ModifierSidePair(B.ModifierKey_0, B.KeyboardSide_2); B._ModifierSidePair_ModifierKey_0_KeyboardSide_3 = new A._ModifierSidePair(B.ModifierKey_0, B.KeyboardSide_3); B._ModifierSidePair_ModifierKey_1_KeyboardSide_0 = new A._ModifierSidePair(B.ModifierKey_1, B.KeyboardSide_0); @@ -439496,87 +441876,86 @@ B._ModifierSidePair_ModifierKey_5_KeyboardSide_3 = new A._ModifierSidePair(B.ModifierKey_5, B.KeyboardSide_3); B._ModifierSidePair_ModifierKey_6_KeyboardSide_3 = new A._ModifierSidePair(B.ModifierKey_6, B.KeyboardSide_3); B._ModifierSidePair_ModifierKey_7_KeyboardSide_3 = new A._ModifierSidePair(B.ModifierKey_7, B.KeyboardSide_3); - B._NoInputBorder_EYU = new A._NoInputBorder(B.BorderSide_m7u); + B._NoInputBorder_sqK = new A._NoInputBorder(B.BorderSide_0CF); + B._NullWidget_null1 = new A._NullWidget(null); B._NullWidget_null0 = new A._NullWidget0(null); B._NullWidget_null = new A._NullWidget1(null); - B._NullWidget_null1 = new A._NullWidget3(null); - B._ParagraphCommandType_0 = new A._ParagraphCommandType("_ParagraphCommandType.addText"); - B._ParagraphCommandType_1 = new A._ParagraphCommandType("_ParagraphCommandType.pop"); - B._ParagraphCommandType_2 = new A._ParagraphCommandType("_ParagraphCommandType.pushStyle"); - B._ParagraphCommandType_3 = new A._ParagraphCommandType("_ParagraphCommandType.addPlaceholder"); - B._ParagraphCommand_rx2 = new A._ParagraphCommand(B._ParagraphCommandType_1, null, null, null); - B._PdfViewLoadingState_0 = new A._PdfViewLoadingState("_PdfViewLoadingState.loading"); - B._PdfViewLoadingState_1 = new A._PdfViewLoadingState("_PdfViewLoadingState.error"); - B._PdfViewLoadingState_2 = new A._PdfViewLoadingState("_PdfViewLoadingState.success"); - B._PixelVerticalDirection_0 = new A._PixelVerticalDirection("_PixelVerticalDirection.over"); - B._PixelVerticalDirection_1 = new A._PixelVerticalDirection("_PixelVerticalDirection.center"); - B._PixelVerticalDirection_2 = new A._PixelVerticalDirection("_PixelVerticalDirection.under"); - B._PlaceholderType_0 = new A._PlaceholderType("_PlaceholderType.none"); - B._PlaceholderType_1 = new A._PlaceholderType("_PlaceholderType.static"); - B._PlaceholderType_2 = new A._PlaceholderType("_PlaceholderType.progress"); - B._RefreshIndicatorMode_0 = new A._RefreshIndicatorMode("_RefreshIndicatorMode.drag"); - B._RefreshIndicatorMode_1 = new A._RefreshIndicatorMode("_RefreshIndicatorMode.armed"); - B._RefreshIndicatorMode_2 = new A._RefreshIndicatorMode("_RefreshIndicatorMode.snap"); - B._RefreshIndicatorMode_3 = new A._RefreshIndicatorMode("_RefreshIndicatorMode.refresh"); - B._RefreshIndicatorMode_4 = new A._RefreshIndicatorMode("_RefreshIndicatorMode.done"); - B._RefreshIndicatorMode_5 = new A._RefreshIndicatorMode("_RefreshIndicatorMode.canceled"); + B._NullWidget_null2 = new A._NullWidget3(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"); + B._ParagraphCommandType_1 = new A._ParagraphCommandType(1, "pop"); + B._ParagraphCommand_6TA = new A._ParagraphCommand(B._ParagraphCommandType_1, null, null, null); + B._PdfViewLoadingState_0 = new A._PdfViewLoadingState(0, "loading"); + B._PdfViewLoadingState_1 = new A._PdfViewLoadingState(1, "error"); + B._PdfViewLoadingState_2 = new A._PdfViewLoadingState(2, "success"); + B._PixelVerticalDirection_0 = new A._PixelVerticalDirection(0, "over"); + B._PixelVerticalDirection_1 = new A._PixelVerticalDirection(1, "center"); + B._PixelVerticalDirection_2 = new A._PixelVerticalDirection(2, "under"); + B._PlaceholderType_0 = new A._PlaceholderType(0, "none"); + B._PlaceholderType_1 = new A._PlaceholderType(1, "static"); + B._PlaceholderType_2 = new A._PlaceholderType(2, "progress"); + B._RefreshIndicatorMode_0 = new A._RefreshIndicatorMode(0, "drag"); + B._RefreshIndicatorMode_1 = new A._RefreshIndicatorMode(1, "armed"); + B._RefreshIndicatorMode_2 = new A._RefreshIndicatorMode(2, "snap"); + B._RefreshIndicatorMode_3 = new A._RefreshIndicatorMode(3, "refresh"); + B._RefreshIndicatorMode_4 = new A._RefreshIndicatorMode(4, "done"); + B._RefreshIndicatorMode_5 = new A._RefreshIndicatorMode(5, "canceled"); B._RegisterBinaryZoneFunction_kGu = new A._RegisterBinaryZoneFunction(B.C__RootZone, A.async___rootRegisterBinaryCallback$closure()); B._RegisterNullaryZoneFunction__RootZone__rootRegisterCallback = new A._RegisterNullaryZoneFunction(B.C__RootZone, A.async___rootRegisterCallback$closure()); B._RegisterUnaryZoneFunction_Bqo = new A._RegisterUnaryZoneFunction(B.C__RootZone, A.async___rootRegisterUnaryCallback$closure()); - B._RouteLifecycle_0 = new A._RouteLifecycle(0, "_RouteLifecycle.staging"); - B._RouteLifecycle_1 = new A._RouteLifecycle(1, "_RouteLifecycle.add"); - B._RouteLifecycle_10 = new A._RouteLifecycle(10, "_RouteLifecycle.popping"); - B._RouteLifecycle_11 = new A._RouteLifecycle(11, "_RouteLifecycle.removing"); - B._RouteLifecycle_12 = new A._RouteLifecycle(12, "_RouteLifecycle.dispose"); - B._RouteLifecycle_13 = new A._RouteLifecycle(13, "_RouteLifecycle.disposed"); - B._RouteLifecycle_2 = new A._RouteLifecycle(2, "_RouteLifecycle.adding"); - B._RouteLifecycle_3 = new A._RouteLifecycle(3, "_RouteLifecycle.push"); - B._RouteLifecycle_4 = new A._RouteLifecycle(4, "_RouteLifecycle.pushReplace"); - B._RouteLifecycle_5 = new A._RouteLifecycle(5, "_RouteLifecycle.pushing"); - B._RouteLifecycle_6 = new A._RouteLifecycle(6, "_RouteLifecycle.replace"); - B._RouteLifecycle_7 = new A._RouteLifecycle(7, "_RouteLifecycle.idle"); - B._RouteLifecycle_8 = new A._RouteLifecycle(8, "_RouteLifecycle.pop"); - B._RouteLifecycle_9 = new A._RouteLifecycle(9, "_RouteLifecycle.remove"); + B._RouteLifecycle_1 = new A._RouteLifecycle(1, "add"); + B._RouteLifecycle_10 = new A._RouteLifecycle(10, "remove"); + B._RouteLifecycle_11 = new A._RouteLifecycle(11, "popping"); + B._RouteLifecycle_12 = new A._RouteLifecycle(12, "removing"); + B._RouteLifecycle_13 = new A._RouteLifecycle(13, "dispose"); + B._RouteLifecycle_14 = new A._RouteLifecycle(14, "disposed"); + B._RouteLifecycle_2 = new A._RouteLifecycle(2, "adding"); + B._RouteLifecycle_3 = new A._RouteLifecycle(3, "push"); + B._RouteLifecycle_4 = new A._RouteLifecycle(4, "pushReplace"); + B._RouteLifecycle_5 = new A._RouteLifecycle(5, "pushing"); + B._RouteLifecycle_6 = new A._RouteLifecycle(6, "replace"); + B._RouteLifecycle_7 = new A._RouteLifecycle(7, "idle"); + B._RouteLifecycle_8 = new A._RouteLifecycle(8, "pop"); + B._RouteLifecycle_9 = new A._RouteLifecycle(9, "complete"); B._RunBinaryZoneFunction__RootZone__rootRunBinary = new A._RunBinaryZoneFunction(B.C__RootZone, A.async___rootRunBinary$closure()); B._RunNullaryZoneFunction__RootZone__rootRun = new A._RunNullaryZoneFunction(B.C__RootZone, A.async___rootRun$closure()); B._RunUnaryZoneFunction__RootZone__rootRunUnary = new A._RunUnaryZoneFunction(B.C__RootZone, A.async___rootRunUnary$closure()); - B._ScaffoldSlot_0 = new A._ScaffoldSlot("_ScaffoldSlot.body"); - B._ScaffoldSlot_1 = new A._ScaffoldSlot("_ScaffoldSlot.appBar"); - B._ScaffoldSlot_10 = new A._ScaffoldSlot("_ScaffoldSlot.endDrawer"); - B._ScaffoldSlot_11 = new A._ScaffoldSlot("_ScaffoldSlot.statusBar"); - B._ScaffoldSlot_2 = new A._ScaffoldSlot("_ScaffoldSlot.bodyScrim"); - B._ScaffoldSlot_3 = new A._ScaffoldSlot("_ScaffoldSlot.bottomSheet"); - B._ScaffoldSlot_4 = new A._ScaffoldSlot("_ScaffoldSlot.snackBar"); - B._ScaffoldSlot_5 = new A._ScaffoldSlot("_ScaffoldSlot.materialBanner"); - B._ScaffoldSlot_6 = new A._ScaffoldSlot("_ScaffoldSlot.persistentFooter"); - B._ScaffoldSlot_7 = new A._ScaffoldSlot("_ScaffoldSlot.bottomNavigationBar"); - B._ScaffoldSlot_8 = new A._ScaffoldSlot("_ScaffoldSlot.floatingActionButton"); - B._ScaffoldSlot_9 = new A._ScaffoldSlot("_ScaffoldSlot.drawer"); - B._ScaleState_0 = new A._ScaleState(0, "_ScaleState.ready"); - B._ScaleState_1 = new A._ScaleState(1, "_ScaleState.possible"); - B._ScaleState_2 = new A._ScaleState(2, "_ScaleState.accepted"); - B._ScaleState_3 = new A._ScaleState(3, "_ScaleState.started"); - B._StateLifecycle_0 = new A._StateLifecycle("_StateLifecycle.created"); - B._StretchState_0 = new A._StretchState("_StretchState.idle"); - B._StretchState_1 = new A._StretchState("_StretchState.absorb"); - B._StretchState_2 = new A._StretchState("_StretchState.pull"); - B._StretchState_3 = new A._StretchState("_StretchState.recede"); + B._ScaffoldSlot_0 = new A._ScaffoldSlot(0, "body"); + B._ScaffoldSlot_1 = new A._ScaffoldSlot(1, "appBar"); + B._ScaffoldSlot_10 = new A._ScaffoldSlot(10, "endDrawer"); + B._ScaffoldSlot_11 = new A._ScaffoldSlot(11, "statusBar"); + B._ScaffoldSlot_2 = new A._ScaffoldSlot(2, "bodyScrim"); + B._ScaffoldSlot_3 = new A._ScaffoldSlot(3, "bottomSheet"); + B._ScaffoldSlot_4 = new A._ScaffoldSlot(4, "snackBar"); + B._ScaffoldSlot_5 = new A._ScaffoldSlot(5, "materialBanner"); + B._ScaffoldSlot_6 = new A._ScaffoldSlot(6, "persistentFooter"); + B._ScaffoldSlot_7 = new A._ScaffoldSlot(7, "bottomNavigationBar"); + B._ScaffoldSlot_8 = new A._ScaffoldSlot(8, "floatingActionButton"); + B._ScaffoldSlot_9 = new A._ScaffoldSlot(9, "drawer"); + B._ScaleState_0 = new A._ScaleState(0, "ready"); + B._ScaleState_1 = new A._ScaleState(1, "possible"); + B._ScaleState_2 = new A._ScaleState(2, "accepted"); + B._ScaleState_3 = new A._ScaleState(3, "started"); + B._StateLifecycle_0 = new A._StateLifecycle(0, "created"); + B._StretchState_0 = new A._StretchState(0, "idle"); + B._StretchState_1 = new A._StretchState(1, "absorb"); + B._StretchState_2 = new A._StretchState(2, "pull"); + B._StretchState_3 = new A._StretchState(3, "recede"); B._StringStackTrace_3uE = new A._StringStackTrace(""); - B._SwitchListTileType_0 = new A._SwitchListTileType("_SwitchListTileType.material"); - B._SwitchListTileType_1 = new A._SwitchListTileType("_SwitchListTileType.adaptive"); - B._SwitchType_0 = new A._SwitchType("_SwitchType.material"); - B._SwitchType_1 = new A._SwitchType("_SwitchType.adaptive"); - B._TextSelectionHandlePosition_0 = new A._TextSelectionHandlePosition("_TextSelectionHandlePosition.start"); - B._TextSelectionHandlePosition_1 = new A._TextSelectionHandlePosition("_TextSelectionHandlePosition.end"); + B._SwitchListTileType_0 = new A._SwitchListTileType(0, "material"); + B._SwitchType_0 = new A._SwitchType(0, "material"); + B._TextSelectionHandlePosition_0 = new A._TextSelectionHandlePosition(0, "start"); + B._TextSelectionHandlePosition_1 = new A._TextSelectionHandlePosition(1, "end"); B._TextThemeDefaultsBuilder_1yH = new A._TextThemeDefaultsBuilder(B.CupertinoDynamicColor_qQo, B.CupertinoDynamicColor_YIZ); - B._ToolbarSlot_0 = new A._ToolbarSlot("_ToolbarSlot.leading"); - B._ToolbarSlot_1 = new A._ToolbarSlot("_ToolbarSlot.middle"); - B._ToolbarSlot_2 = new A._ToolbarSlot("_ToolbarSlot.trailing"); - B._TrainHoppingMode_0 = new A._TrainHoppingMode("_TrainHoppingMode.minimize"); - B._TrainHoppingMode_1 = new A._TrainHoppingMode("_TrainHoppingMode.maximize"); - B._WordWrapParseMode_0 = new A._WordWrapParseMode("_WordWrapParseMode.inSpace"); - B._WordWrapParseMode_1 = new A._WordWrapParseMode("_WordWrapParseMode.inWord"); - B._WordWrapParseMode_2 = new A._WordWrapParseMode("_WordWrapParseMode.atBreak"); + B._ToolbarSlot_0 = new A._ToolbarSlot(0, "leading"); + B._ToolbarSlot_1 = new A._ToolbarSlot(1, "middle"); + B._ToolbarSlot_2 = new A._ToolbarSlot(2, "trailing"); + B._TrainHoppingMode_0 = new A._TrainHoppingMode(0, "minimize"); + B._TrainHoppingMode_1 = new A._TrainHoppingMode(1, "maximize"); + B._WordWrapParseMode_0 = new A._WordWrapParseMode(0, "inSpace"); + B._WordWrapParseMode_1 = new A._WordWrapParseMode(1, "inWord"); + B._WordWrapParseMode_2 = new A._WordWrapParseMode(2, "atBreak"); B._ZoneFunction_3bB = new A._ZoneFunction(B.C__RootZone, A.async___rootCreatePeriodicTimer$closure(), A.findType("_ZoneFunction")); B._ZoneFunction_NMc = new A._ZoneFunction(B.C__RootZone, A.async___rootHandleUncaughtError$closure(), A.findType("_ZoneFunction<~(Zone*,ZoneDelegate*,Zone*,Object*,StackTrace*)*>")); B._ZoneFunction__RootZone__rootCreateTimer = new A._ZoneFunction(B.C__RootZone, A.async___rootCreateTimer$closure(), A.findType("_ZoneFunction")); @@ -439587,10 +441966,8 @@ B._ZoneSpecification_ALf = new A._ZoneSpecification(null, null, null, null, null, null, null, null, null, null, null, null, null); })(); (function staticFields() { - $._engineInitialized = false; - $._hotRestartListeners = A._setArrayType([], type$.JSArray_of_void_Function); $._cachedWebGLVersion = null; - $.canvasKit = A._Cell$named("canvasKit"); + $.__canvasKit = A._Cell$named("canvasKit"); $._canvasKitScript = null; $._canvasKitLoaded = null; $._currentCanvasKitBase = null; @@ -439600,12 +441977,12 @@ $.SkiaObjects_cachesToResize = A._setArrayType([], A.findType("JSArray")); $.SkiaObjects__addedCleanupCallback = false; $.Surface__didWarnAboutWebGlInitializationFailure = false; - $.DomRenderer__ellipseFeatureDetected = null; - $._domRenderer = null; + $.SurfaceFactory__instance = null; + $._configuration = null; + $._flutterViewEmbedder = null; $._fontChangeScheduled = false; $.frameReferences = A._setArrayType([], type$.JSArray_FrameReference_dynamic); - $.filterIdCounter = 0; - $.OffScreenCanvas__supported = null; + $.SvgFilterBuilder__filterIdCounter = 0; $._clipIdCounter = 0; $._recycledCanvases = A._setArrayType([], A.findType("JSArray")); $.paintQueue = A._setArrayType([], type$.JSArray_PaintRequest); @@ -439613,8 +441990,9 @@ $.SurfaceSceneBuilder__webOnlyDidWarnAboutPerformanceOverlay = false; $.SurfaceSceneBuilder__lastFrameScene = null; $.VertexShaders__baseVertexShader = null; - $.GlContext__programCache = A._Cell$named("_programCache"); $.retainedSurfaces = A._setArrayType([], type$.JSArray_PersistedSurface); + $._engineInitialized = false; + $._hotRestartListeners = A._setArrayType([], type$.JSArray_of_void_Function); $.Keyboard__instance = null; $.KeyboardBinding__instance = null; $.MouseCursor__instance = null; @@ -439631,6 +442009,8 @@ $._buildFinishMicros = -1; $._rasterStartMicros = -1; $._rasterFinishMicros = -1; + $.GlContext____programCache = A._Cell$named("_programCache"); + $.OffScreenCanvas__supported = null; $.AccessibilityAnnouncements__instance = null; $.EngineSemanticsOwner__instance = null; $.SemanticsTextEditingStrategy__instance = null; @@ -439642,14 +442022,14 @@ $._lastCssFont = ""; $._lastWidth = -1; $.formsOnTheDom = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("FormElement")); - $.WebExperiments_instance = null; + $._ellipseFeatureDetected = null; $._isUrlStrategySet = false; $._customUrlStrategy = null; $._JS_INTEROP_INTERCEPTOR_TAG = null; $.printToZone = null; + $.Primitives__identityHashCodeProperty = null; $.Primitives_timerFrequency = 0; $.Primitives_timerTicks = A._js_helper_Primitives_dateNow$closure(); - $.Closure_functionCounter = 0; $.BoundClosure__receiverFieldNameCache = null; $.BoundClosure__interceptorFieldNameCache = null; $.getTagFunction = null; @@ -439670,10 +442050,10 @@ $._BigIntImpl__lastDividendUsed = null; $._BigIntImpl__lastDivisorDigits = null; $._BigIntImpl__lastDivisorUsed = null; - $._BigIntImpl__lastQuoRemDigits = A._Cell$named("_lastQuoRemDigits"); - $._BigIntImpl__lastQuoRemUsed = A._Cell$named("_lastQuoRemUsed"); - $._BigIntImpl__lastRemUsed = A._Cell$named("_lastRemUsed"); - $._BigIntImpl__lastRem_nsh = A._Cell$named("_lastRem_nsh"); + $._BigIntImpl____lastQuoRemDigits = A._Cell$named("_lastQuoRemDigits"); + $._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)")); $._FakeUserTag__instances = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("_FakeUserTag")); $.Timeline__stack = A._setArrayType([], A.findType("JSArray<_SyncBlock?>")); @@ -439684,11 +442064,10 @@ $._Html5NodeValidator__attributeValidators = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Function); $._Platform__environmentCache = null; $._Platform__cachedOSVersion = null; - $._stdin = null; - $._stdout = null; $._assetManager = null; $._fontCollection = null; - $.Deflate__config = A._Cell$named("_config"); + $.Deflate____config = A._Cell$named("_config"); + $._platformInstanceNeedsInit = true; $._indentingBuiltValueToStringHelperIndent = 0; $._initialized = false; $._singleUnit = function() { @@ -439710,11 +442089,15 @@ $._debugPrintCompleter = null; $._debugPrintScheduled = false; $.GestureBinding__instance = null; - $.Tooltip__openedToolTips = A.LinkedHashSet_LinkedHashSet$_empty(type$._TooltipState); + $.Tooltip__openedTooltips = A._setArrayType([], A.findType("JSArray<_TooltipState>")); + $._TooltipState__mouseIn = A.LinkedHashSet_LinkedHashSet$_empty(A.findType("_TooltipState")); $.PaintingBinding__instance = null; $._pendingImageSizeInfo = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.ImageSizeInfo); $._lastFrameImageSizeInfo = A.LinkedHashSet_LinkedHashSet$_empty(type$.ImageSizeInfo); $.RendererBinding__instance = null; + $.RenderBox__debugIntrinsicsDepth = 0; + $.debugProfileLayoutsEnabled = false; + $.debugProfilePaintsEnabled = false; $._timeDilation = 1; $.SchedulerBinding__instance = null; $.SemanticsBinding__instance = null; @@ -439774,1098 +442157,1200 @@ return A._setArrayType([A.LinkedHashMap_LinkedHashMap$_literal(["value", "ABeeZee", "label", "ABeeZee"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Abel", "label", "Abel"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Abril_Fatface", "label", "Abril Fatface"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Aclonica", "label", "Aclonica"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Acme", "label", "Acme"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Actor", "label", "Actor"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Adamina", "label", "Adamina"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Advent_Pro", "label", "Advent Pro"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Aguafina_Script", "label", "Aguafina Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Akronim", "label", "Akronim"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Aladin", "label", "Aladin"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Aldrich", "label", "Aldrich"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alef", "label", "Alef"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alegreya", "label", "Alegreya"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alegreya_SC", "label", "Alegreya SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alegreya_Sans", "label", "Alegreya Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alegreya_Sans_SC", "label", "Alegreya Sans SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alex_Brush", "label", "Alex Brush"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alfa_Slab_One", "label", "Alfa Slab One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alice", "label", "Alice"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alike", "label", "Alike"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Alike_Angular", "label", "Alike Angular"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Allan", "label", "Allan"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Allerta", "label", "Allerta"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Allerta_Stencil", "label", "Allerta Stencil"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Allura", "label", "Allura"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Almendra", "label", "Almendra"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Almendra_Display", "label", "Almendra Display"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Almendra_SC", "label", "Almendra SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Amarante", "label", "Amarante"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Amaranth", "label", "Amaranth"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Amatic_SC", "label", "Amatic SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Amethysta", "label", "Amethysta"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Amiri", "label", "Amiri"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Amita", "label", "Amita"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Anaheim", "label", "Anaheim"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Andada", "label", "Andada"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Andika", "label", "Andika"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Angkor", "label", "Angkor"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Annie_Use_Your_Telescope", "label", "Annie Use Your Telescope"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Anonymous_Pro", "label", "Anonymous Pro"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Antic", "label", "Antic"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Antic_Didone", "label", "Antic Didone"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Antic_Slab", "label", "Antic Slab"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Anton", "label", "Anton"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Arapey", "label", "Arapey"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Arbutus", "label", "Arbutus"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Arbutus_Slab", "label", "Arbutus Slab"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Architects_Daughter", "label", "Architects Daughter"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Archivo_Black", "label", "Archivo Black"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Archivo_Narrow", "label", "Archivo Narrow"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Arimo", "label", "Arimo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Arizonia", "label", "Arizonia"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Armata", "label", "Armata"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Artifika", "label", "Artifika"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Arvo", "label", "Arvo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Arya", "label", "Arya"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Asap", "label", "Asap"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Asar", "label", "Asar"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Asset", "label", "Asset"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Astloch", "label", "Astloch"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Asul", "label", "Asul"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Atomic_Age", "label", "Atomic Age"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Aubrey", "label", "Aubrey"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Audiowide", "label", "Audiowide"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Autour_One", "label", "Autour One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Average", "label", "Average"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Average_Sans", "label", "Average Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Averia_Gruesa_Libre", "label", "Averia Gruesa Libre"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Averia_Libre", "label", "Averia Libre"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Averia_Sans_Libre", "label", "Averia Sans Libre"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Averia_Serif_Libre", "label", "Averia Serif Libre"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bad_Script", "label", "Bad Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Balthazar", "label", "Balthazar"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bangers", "label", "Bangers"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Basic", "label", "Basic"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Battambang", "label", "Battambang"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Baumans", "label", "Baumans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bayon", "label", "Bayon"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Belgrano", "label", "Belgrano"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Belleza", "label", "Belleza"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "BenchNine", "label", "BenchNine"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bentham", "label", "Bentham"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Berkshire_Swash", "label", "Berkshire Swash"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bevan", "label", "Bevan"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bigelow_Rules", "label", "Bigelow Rules"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bigshot_One", "label", "Bigshot One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bilbo", "label", "Bilbo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bilbo_Swash_Caps", "label", "Bilbo Swash Caps"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Biryani", "label", "Biryani"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bitter", "label", "Bitter"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Black_Ops_One", "label", "Black Ops One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bokor", "label", "Bokor"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bonbon", "label", "Bonbon"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Boogaloo", "label", "Boogaloo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bowlby_One", "label", "Bowlby One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bowlby_One_SC", "label", "Bowlby One SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Brawler", "label", "Brawler"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bree_Serif", "label", "Bree Serif"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bubblegum_Sans", "label", "Bubblegum Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Bubbler_One", "label", "Bubbler One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Buda", "label", "Buda"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Buenard", "label", "Buenard"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Butcherman", "label", "Butcherman"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Butterfly_Kids", "label", "Butterfly Kids"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cabin", "label", "Cabin"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cabin_Condensed", "label", "Cabin Condensed"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cabin_Sketch", "label", "Cabin Sketch"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Caesar_Dressing", "label", "Caesar Dressing"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cagliostro", "label", "Cagliostro"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Calligraffitti", "label", "Calligraffitti"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cambay", "label", "Cambay"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cambo", "label", "Cambo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Candal", "label", "Candal"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cantarell", "label", "Cantarell"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cantata_One", "label", "Cantata One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cantora_One", "label", "Cantora One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Capriola", "label", "Capriola"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cardo", "label", "Cardo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Carme", "label", "Carme"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Carrois_Gothic", "label", "Carrois Gothic"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Carrois_Gothic_SC", "label", "Carrois Gothic SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Carter_One", "label", "Carter One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Catamaran", "label", "Catamaran"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Caudex", "label", "Caudex"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Caveat", "label", "Caveat"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Caveat_Brush", "label", "Caveat Brush"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cedarville_Cursive", "label", "Cedarville Cursive"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ceviche_One", "label", "Ceviche One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Changa_One", "label", "Changa One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Chango", "label", "Chango"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Chau_Philomene_One", "label", "Chau Philomene One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Chela_One", "label", "Chela One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Chelsea_Market", "label", "Chelsea Market"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Chenla", "label", "Chenla"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cherry_Cream_Soda", "label", "Cherry Cream Soda"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cherry_Swash", "label", "Cherry Swash"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Chewy", "label", "Chewy"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Chicle", "label", "Chicle"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Chivo", "label", "Chivo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Chonburi", "label", "Chonburi"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cinzel", "label", "Cinzel"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cinzel_Decorative", "label", "Cinzel Decorative"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Clicker_Script", "label", "Clicker Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Coda", "label", "Coda"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Coda_Caption", "label", "Coda Caption"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Codystar", "label", "Codystar"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Combo", "label", "Combo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Comfortaa", "label", "Comfortaa"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Coming_Soon", "label", "Coming Soon"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Concert_One", "label", "Concert One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Condiment", "label", "Condiment"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Content", "label", "Content"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Contrail_One", "label", "Contrail One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Convergence", "label", "Convergence"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cookie", "label", "Cookie"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Copse", "label", "Copse"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Corben", "label", "Corben"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Courgette", "label", "Courgette"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cousine", "label", "Cousine"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Coustard", "label", "Coustard"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Covered_By_Your_Grace", "label", "Covered By Your Grace"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Crafty_Girls", "label", "Crafty Girls"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Creepster", "label", "Creepster"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Crete_Round", "label", "Crete Round"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Crimson_Text", "label", "Crimson Text"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Croissant_One", "label", "Croissant One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Crushed", "label", "Crushed"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cuprum", "label", "Cuprum"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cutive", "label", "Cutive"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Cutive_Mono", "label", "Cutive Mono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Damion", "label", "Damion"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Dancing_Script", "label", "Dancing Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Dangrek", "label", "Dangrek"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Dawning_of_a_New_Day", "label", "Dawning of a New Day"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Days_One", "label", "Days One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Dekko", "label", "Dekko"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Delius", "label", "Delius"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Delius_Swash_Caps", "label", "Delius Swash Caps"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Delius_Unicase", "label", "Delius Unicase"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Della_Respira", "label", "Della Respira"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Denk_One", "label", "Denk One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Devonshire", "label", "Devonshire"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Dhurjati", "label", "Dhurjati"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Didact_Gothic", "label", "Didact Gothic"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Diplomata", "label", "Diplomata"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Diplomata_SC", "label", "Diplomata SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Domine", "label", "Domine"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Donegal_One", "label", "Donegal One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Doppio_One", "label", "Doppio One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Dorsa", "label", "Dorsa"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Dosis", "label", "Dosis"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Dr_Sugiyama", "label", "Dr Sugiyama"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Droid_Sans", "label", "Droid Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Droid_Sans_Mono", "label", "Droid Sans Mono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Droid_Serif", "label", "Droid Serif"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Duru_Sans", "label", "Duru Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Dynalight", "label", "Dynalight"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "EB_Garamond", "label", "EB Garamond"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Eagle_Lake", "label", "Eagle Lake"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Eater", "label", "Eater"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Economica", "label", "Economica"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Eczar", "label", "Eczar"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ek_Mukta", "label", "Ek Mukta"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Electrolize", "label", "Electrolize"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Elsie", "label", "Elsie"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Elsie_Swash_Caps", "label", "Elsie Swash Caps"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Emblema_One", "label", "Emblema One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Emilys_Candy", "label", "Emilys Candy"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Engagement", "label", "Engagement"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Englebert", "label", "Englebert"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Enriqueta", "label", "Enriqueta"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Erica_One", "label", "Erica One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Esteban", "label", "Esteban"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Euphoria_Script", "label", "Euphoria Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ewert", "label", "Ewert"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Exo", "label", "Exo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Exo_2", "label", "Exo 2"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Expletus_Sans", "label", "Expletus Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fanwood_Text", "label", "Fanwood Text"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fascinate", "label", "Fascinate"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fascinate_Inline", "label", "Fascinate Inline"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Faster_One", "label", "Faster One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fasthand", "label", "Fasthand"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fauna_One", "label", "Fauna One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Federant", "label", "Federant"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Federo", "label", "Federo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Felipa", "label", "Felipa"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fenix", "label", "Fenix"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Finger_Paint", "label", "Finger Paint"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fira_Mono", "label", "Fira Mono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fira_Sans", "label", "Fira Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fjalla_One", "label", "Fjalla One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fjord_One", "label", "Fjord One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Flamenco", "label", "Flamenco"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Flavors", "label", "Flavors"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fondamento", "label", "Fondamento"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fontdiner_Swanky", "label", "Fontdiner Swanky"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Forum", "label", "Forum"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Francois_One", "label", "Francois One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Freckle_Face", "label", "Freckle Face"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fredericka_the_Great", "label", "Fredericka the Great"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fredoka_One", "label", "Fredoka One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Freehand", "label", "Freehand"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fresca", "label", "Fresca"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Frijole", "label", "Frijole"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fruktur", "label", "Fruktur"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Fugaz_One", "label", "Fugaz One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "GFS_Didot", "label", "GFS Didot"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "GFS_Neohellenic", "label", "GFS Neohellenic"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gabriela", "label", "Gabriela"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gafata", "label", "Gafata"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Galdeano", "label", "Galdeano"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Galindo", "label", "Galindo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gentium_Basic", "label", "Gentium Basic"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gentium_Book_Basic", "label", "Gentium Book Basic"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Geo", "label", "Geo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Geostar", "label", "Geostar"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Geostar_Fill", "label", "Geostar Fill"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Germania_One", "label", "Germania One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gidugu", "label", "Gidugu"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gilda_Display", "label", "Gilda Display"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Give_You_Glory", "label", "Give You Glory"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Glass_Antiqua", "label", "Glass Antiqua"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Glegoo", "label", "Glegoo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gloria_Hallelujah", "label", "Gloria Hallelujah"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Goblin_One", "label", "Goblin One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gochi_Hand", "label", "Gochi Hand"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gorditas", "label", "Gorditas"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Goudy_Bookletter_1911", "label", "Goudy Bookletter 1911"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Graduate", "label", "Graduate"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Grand_Hotel", "label", "Grand Hotel"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gravitas_One", "label", "Gravitas One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Great_Vibes", "label", "Great Vibes"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Griffy", "label", "Griffy"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gruppo", "label", "Gruppo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gudea", "label", "Gudea"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Gurajada", "label", "Gurajada"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Habibi", "label", "Habibi"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Halant", "label", "Halant"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Hammersmith_One", "label", "Hammersmith One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Hanalei", "label", "Hanalei"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Hanalei_Fill", "label", "Hanalei Fill"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Handlee", "label", "Handlee"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Hanuman", "label", "Hanuman"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Happy_Monkey", "label", "Happy Monkey"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Headland_One", "label", "Headland One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Henny_Penny", "label", "Henny Penny"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Herr_Von_Muellerhoff", "label", "Herr Von Muellerhoff"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Hind", "label", "Hind"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Hind_Siliguri", "label", "Hind Siliguri"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Hind_Vadodara", "label", "Hind Vadodara"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Holtwood_One_SC", "label", "Holtwood One SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Homemade_Apple", "label", "Homemade Apple"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Homenaje", "label", "Homenaje"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_DW_Pica", "label", "IM Fell DW Pica"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_DW_Pica_SC", "label", "IM Fell DW Pica SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_Double_Pica", "label", "IM Fell Double Pica"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_Double_Pica_SC", "label", "IM Fell Double Pica SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_English", "label", "IM Fell English"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_English_SC", "label", "IM Fell English SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_French_Canon", "label", "IM Fell French Canon"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_French_Canon_SC", "label", "IM Fell French Canon SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_Great_Primer", "label", "IM Fell Great Primer"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "IM_Fell_Great_Primer_SC", "label", "IM Fell Great Primer SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Iceberg", "label", "Iceberg"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Iceland", "label", "Iceland"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Imprima", "label", "Imprima"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Inconsolata", "label", "Inconsolata"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Inder", "label", "Inder"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Indie_Flower", "label", "Indie Flower"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Inika", "label", "Inika"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Inknut_Antiqua", "label", "Inknut Antiqua"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Irish_Grover", "label", "Irish Grover"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Istok_Web", "label", "Istok Web"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Italiana", "label", "Italiana"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Italianno", "label", "Italianno"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Itim", "label", "Itim"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Jacques_Francois", "label", "Jacques Francois"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Jacques_Francois_Shadow", "label", "Jacques Francois Shadow"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Jaldi", "label", "Jaldi"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Jim_Nightshade", "label", "Jim Nightshade"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Jockey_One", "label", "Jockey One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Jolly_Lodger", "label", "Jolly Lodger"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Josefin_Sans", "label", "Josefin Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Josefin_Slab", "label", "Josefin Slab"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Joti_One", "label", "Joti One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Judson", "label", "Judson"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Julee", "label", "Julee"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Julius_Sans_One", "label", "Julius Sans One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Junge", "label", "Junge"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Jura", "label", "Jura"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Just_Another_Hand", "label", "Just Another Hand"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Just_Me_Again_Down_Here", "label", "Just Me Again Down Here"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kadwa", "label", "Kadwa"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kalam", "label", "Kalam"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kameron", "label", "Kameron"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kantumruy", "label", "Kantumruy"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Karla", "label", "Karla"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Karma", "label", "Karma"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kaushan_Script", "label", "Kaushan Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kavoon", "label", "Kavoon"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kdam_Thmor", "label", "Kdam Thmor"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Keania_One", "label", "Keania One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kelly_Slab", "label", "Kelly Slab"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kenia", "label", "Kenia"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Khand", "label", "Khand"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Khmer", "label", "Khmer"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Khula", "label", "Khula"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kite_One", "label", "Kite One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Knewave", "label", "Knewave"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kotta_One", "label", "Kotta One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Koulen", "label", "Koulen"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kranky", "label", "Kranky"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kreon", "label", "Kreon"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kristi", "label", "Kristi"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Krona_One", "label", "Krona One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Kurale", "label", "Kurale"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "La_Belle_Aurore", "label", "La Belle Aurore"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Laila", "label", "Laila"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lakki_Reddy", "label", "Lakki Reddy"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lancelot", "label", "Lancelot"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lateef", "label", "Lateef"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lato", "label", "Lato"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "League_Script", "label", "League Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Leckerli_One", "label", "Leckerli One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ledger", "label", "Ledger"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lekton", "label", "Lekton"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lemon", "label", "Lemon"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Libre_Baskerville", "label", "Libre Baskerville"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Life_Savers", "label", "Life Savers"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lilita_One", "label", "Lilita One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lily_Script_One", "label", "Lily Script One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Limelight", "label", "Limelight"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Linden_Hill", "label", "Linden Hill"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lobster", "label", "Lobster"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lobster_Two", "label", "Lobster Two"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Londrina_Outline", "label", "Londrina Outline"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Londrina_Shadow", "label", "Londrina Shadow"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Londrina_Sketch", "label", "Londrina Sketch"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Londrina_Solid", "label", "Londrina Solid"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lora", "label", "Lora"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Love_Ya_Like_A_Sister", "label", "Love Ya Like A Sister"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Loved_by_the_King", "label", "Loved by the King"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lovers_Quarrel", "label", "Lovers Quarrel"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Luckiest_Guy", "label", "Luckiest Guy"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lusitana", "label", "Lusitana"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Lustria", "label", "Lustria"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Macondo", "label", "Macondo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Macondo_Swash_Caps", "label", "Macondo Swash Caps"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Magra", "label", "Magra"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Maiden_Orange", "label", "Maiden Orange"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mako", "label", "Mako"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mallanna", "label", "Mallanna"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mandali", "label", "Mandali"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Marcellus", "label", "Marcellus"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Marcellus_SC", "label", "Marcellus SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Marck_Script", "label", "Marck Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Margarine", "label", "Margarine"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Marko_One", "label", "Marko One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Marmelad", "label", "Marmelad"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Martel", "label", "Martel"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Martel_Sans", "label", "Martel Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Marvel", "label", "Marvel"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mate", "label", "Mate"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mate_SC", "label", "Mate SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Maven_Pro", "label", "Maven Pro"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "McLaren", "label", "McLaren"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Meddon", "label", "Meddon"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "MedievalSharp", "label", "MedievalSharp"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Medula_One", "label", "Medula One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Megrim", "label", "Megrim"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Meie_Script", "label", "Meie Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Merienda", "label", "Merienda"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Merienda_One", "label", "Merienda One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Merriweather", "label", "Merriweather"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Merriweather_Sans", "label", "Merriweather Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Metal", "label", "Metal"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Metal_Mania", "label", "Metal Mania"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Metamorphous", "label", "Metamorphous"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Metrophobic", "label", "Metrophobic"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Michroma", "label", "Michroma"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Milonga", "label", "Milonga"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Miltonian", "label", "Miltonian"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Miltonian_Tattoo", "label", "Miltonian Tattoo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Miniver", "label", "Miniver"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Miss_Fajardose", "label", "Miss Fajardose"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Modak", "label", "Modak"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Modern_Antiqua", "label", "Modern Antiqua"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Molengo", "label", "Molengo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Molle", "label", "Molle"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Monda", "label", "Monda"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Monofett", "label", "Monofett"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Monoton", "label", "Monoton"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Monsieur_La_Doulaise", "label", "Monsieur La Doulaise"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Montaga", "label", "Montaga"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Montez", "label", "Montez"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Montserrat", "label", "Montserrat"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Montserrat_Alternates", "label", "Montserrat Alternates"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Montserrat_Subrayada", "label", "Montserrat Subrayada"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Moul", "label", "Moul"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Moulpali", "label", "Moulpali"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mountains_of_Christmas", "label", "Mountains of Christmas"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mouse_Memoirs", "label", "Mouse Memoirs"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mr_Bedfort", "label", "Mr Bedfort"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mr_Dafoe", "label", "Mr Dafoe"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mr_De_Haviland", "label", "Mr De Haviland"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mrs_Saint_Delafield", "label", "Mrs Saint Delafield"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mrs_Sheppards", "label", "Mrs Sheppards"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Muli", "label", "Muli"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Mystery_Quest", "label", "Mystery Quest"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "NTR", "label", "NTR"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Neucha", "label", "Neucha"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Neuton", "label", "Neuton"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "New_Rocker", "label", "New Rocker"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "News_Cycle", "label", "News Cycle"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Niconne", "label", "Niconne"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nixie_One", "label", "Nixie One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nobile", "label", "Nobile"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nokora", "label", "Nokora"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Norican", "label", "Norican"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nosifer", "label", "Nosifer"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nothing_You_Could_Do", "label", "Nothing You Could Do"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Noticia_Text", "label", "Noticia Text"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Noto_Sans", "label", "Noto Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Noto_Serif", "label", "Noto Serif"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nova_Cut", "label", "Nova Cut"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nova_Flat", "label", "Nova Flat"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nova_Mono", "label", "Nova Mono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nova_Oval", "label", "Nova Oval"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nova_Round", "label", "Nova Round"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nova_Script", "label", "Nova Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nova_Slim", "label", "Nova Slim"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nova_Square", "label", "Nova Square"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Numans", "label", "Numans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Nunito", "label", "Nunito"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Odor_Mean_Chey", "label", "Odor Mean Chey"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Offside", "label", "Offside"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Old_Standard_TT", "label", "Old Standard TT"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Oldenburg", "label", "Oldenburg"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Oleo_Script", "label", "Oleo Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Oleo_Script_Swash_Caps", "label", "Oleo Script Swash Caps"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Open_Sans", "label", "Open Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Open_Sans_Condensed", "label", "Open Sans Condensed"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Oranienbaum", "label", "Oranienbaum"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Orbitron", "label", "Orbitron"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Oregano", "label", "Oregano"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Orienta", "label", "Orienta"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Original_Surfer", "label", "Original Surfer"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Oswald", "label", "Oswald"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Over_the_Rainbow", "label", "Over the Rainbow"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Overlock", "label", "Overlock"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Overlock_SC", "label", "Overlock SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ovo", "label", "Ovo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Oxygen", "label", "Oxygen"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Oxygen_Mono", "label", "Oxygen Mono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "PT_Mono", "label", "PT Mono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "PT_Sans", "label", "PT Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "PT_Sans_Caption", "label", "PT Sans Caption"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "PT_Sans_Narrow", "label", "PT Sans Narrow"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "PT_Serif", "label", "PT Serif"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "PT_Serif_Caption", "label", "PT Serif Caption"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Pacifico", "label", "Pacifico"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Palanquin", "label", "Palanquin"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Palanquin_Dark", "label", "Palanquin Dark"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Paprika", "label", "Paprika"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Parisienne", "label", "Parisienne"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Passero_One", "label", "Passero One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Passion_One", "label", "Passion One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Pathway_Gothic_One", "label", "Pathway Gothic One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Patrick_Hand", "label", "Patrick Hand"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Patrick_Hand_SC", "label", "Patrick Hand SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Patua_One", "label", "Patua One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Paytone_One", "label", "Paytone One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Peddana", "label", "Peddana"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Peralta", "label", "Peralta"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Permanent_Marker", "label", "Permanent Marker"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Petit_Formal_Script", "label", "Petit Formal Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Petrona", "label", "Petrona"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Philosopher", "label", "Philosopher"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Piedra", "label", "Piedra"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Pinyon_Script", "label", "Pinyon Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Pirata_One", "label", "Pirata One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Plaster", "label", "Plaster"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Play", "label", "Play"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Playball", "label", "Playball"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Playfair_Display", "label", "Playfair Display"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Playfair_Display_SC", "label", "Playfair Display SC"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Podkova", "label", "Podkova"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Poiret_One", "label", "Poiret One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Poller_One", "label", "Poller One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Poly", "label", "Poly"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Pompiere", "label", "Pompiere"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Pontano_Sans", "label", "Pontano Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Poppins", "label", "Poppins"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Port_Lligat_Sans", "label", "Port Lligat Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Port_Lligat_Slab", "label", "Port Lligat Slab"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Pragati_Narrow", "label", "Pragati Narrow"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Prata", "label", "Prata"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Preahvihear", "label", "Preahvihear"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Press_Start_2P", "label", "Press Start 2P"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Princess_Sofia", "label", "Princess Sofia"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Prociono", "label", "Prociono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Prosto_One", "label", "Prosto One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Puritan", "label", "Puritan"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Purple_Purse", "label", "Purple Purse"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Quando", "label", "Quando"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Quantico", "label", "Quantico"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Quattrocento", "label", "Quattrocento"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Quattrocento_Sans", "label", "Quattrocento Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Questrial", "label", "Questrial"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Quicksand", "label", "Quicksand"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Quintessential", "label", "Quintessential"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Qwigley", "label", "Qwigley"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Racing_Sans_One", "label", "Racing Sans One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Radley", "label", "Radley"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rajdhani", "label", "Rajdhani"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Raleway", "label", "Raleway"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Raleway_Dots", "label", "Raleway Dots"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ramabhadra", "label", "Ramabhadra"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ramaraja", "label", "Ramaraja"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rambla", "label", "Rambla"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rammetto_One", "label", "Rammetto One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ranchers", "label", "Ranchers"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rancho", "label", "Rancho"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ranga", "label", "Ranga"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rationale", "label", "Rationale"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ravi_Prakash", "label", "Ravi Prakash"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Redressed", "label", "Redressed"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Reenie_Beanie", "label", "Reenie Beanie"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Revalia", "label", "Revalia"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rhodium_Libre", "label", "Rhodium Libre"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ribeye", "label", "Ribeye"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ribeye_Marrow", "label", "Ribeye Marrow"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Righteous", "label", "Righteous"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Risque", "label", "Risque"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Roboto", "label", "Roboto"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Roboto_Condensed", "label", "Roboto Condensed"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Roboto_Mono", "label", "Roboto Mono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Roboto_Slab", "label", "Roboto Slab"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rochester", "label", "Rochester"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rock_Salt", "label", "Rock Salt"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rokkitt", "label", "Rokkitt"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Romanesco", "label", "Romanesco"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ropa_Sans", "label", "Ropa Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rosario", "label", "Rosario"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rosarivo", "label", "Rosarivo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rouge_Script", "label", "Rouge Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rozha_One", "label", "Rozha One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rubik", "label", "Rubik"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rubik_Mono_One", "label", "Rubik Mono One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rubik_One", "label", "Rubik One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ruda", "label", "Ruda"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rufina", "label", "Rufina"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ruge_Boogie", "label", "Ruge Boogie"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ruluko", "label", "Ruluko"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rum_Raisin", "label", "Rum Raisin"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ruslan_Display", "label", "Ruslan Display"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Russo_One", "label", "Russo One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ruthie", "label", "Ruthie"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Rye", "label", "Rye"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sacramento", "label", "Sacramento"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sahitya", "label", "Sahitya"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sail", "label", "Sail"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Salsa", "label", "Salsa"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sanchez", "label", "Sanchez"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sancreek", "label", "Sancreek"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sansita_One", "label", "Sansita One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sarala", "label", "Sarala"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sarabun", "label", "Sarabun"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sarina", "label", "Sarina"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sarpanch", "label", "Sarpanch"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Satisfy", "label", "Satisfy"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Scada", "label", "Scada"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Scheherazade", "label", "Scheherazade"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Schoolbell", "label", "Schoolbell"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Seaweed_Script", "label", "Seaweed Script"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sevillana", "label", "Sevillana"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Seymour_One", "label", "Seymour One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Shadows_Into_Light", "label", "Shadows Into Light"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Shadows_Into_Light_Two", "label", "Shadows Into Light Two"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Shanti", "label", "Shanti"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Share", "label", "Share"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Share_Tech", "label", "Share Tech"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Share_Tech_Mono", "label", "Share Tech Mono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Shojumaru", "label", "Shojumaru"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Short_Stack", "label", "Short Stack"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Siemreap", "label", "Siemreap"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sigmar_One", "label", "Sigmar One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Signika", "label", "Signika"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Signika_Negative", "label", "Signika Negative"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Simonetta", "label", "Simonetta"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sintony", "label", "Sintony"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sirin_Stencil", "label", "Sirin Stencil"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Six_Caps", "label", "Six Caps"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Skranji", "label", "Skranji"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Slabo_13px", "label", "Slabo 13px"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Slabo_27px", "label", "Slabo 27px"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Slackey", "label", "Slackey"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Smokum", "label", "Smokum"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Smythe", "label", "Smythe"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sniglet", "label", "Sniglet"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Snippet", "label", "Snippet"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Snowburst_One", "label", "Snowburst One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sofadi_One", "label", "Sofadi One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sofia", "label", "Sofia"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sonsie_One", "label", "Sonsie One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sorts_Mill_Goudy", "label", "Sorts Mill Goudy"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Source_Code_Pro", "label", "Source Code Pro"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Source_Sans_Pro", "label", "Source Sans Pro"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Source_Serif_Pro", "label", "Source Serif Pro"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Special_Elite", "label", "Special Elite"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Spicy_Rice", "label", "Spicy Rice"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Spinnaker", "label", "Spinnaker"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Spirax", "label", "Spirax"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Squada_One", "label", "Squada One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sree_Krushnadevaraya", "label", "Sree Krushnadevaraya"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Stalemate", "label", "Stalemate"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Stalinist_One", "label", "Stalinist One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Stardos_Stencil", "label", "Stardos Stencil"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Stint_Ultra_Condensed", "label", "Stint Ultra Condensed"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Stint_Ultra_Expanded", "label", "Stint Ultra Expanded"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Stoke", "label", "Stoke"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Strait", "label", "Strait"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sue_Ellen_Francisco", "label", "Sue Ellen Francisco"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sumana", "label", "Sumana"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sunshiney", "label", "Sunshiney"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Supermercado_One", "label", "Supermercado One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Sura", "label", "Sura"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Suranna", "label", "Suranna"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Suravaram", "label", "Suravaram"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Suwannaphum", "label", "Suwannaphum"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Swanky_and_Moo_Moo", "label", "Swanky and Moo Moo"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Syncopate", "label", "Syncopate"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Tangerine", "label", "Tangerine"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Taprom", "label", "Taprom"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Tauri", "label", "Tauri"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Teko", "label", "Teko"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Telex", "label", "Telex"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Tenali_Ramakrishna", "label", "Tenali Ramakrishna"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Tenor_Sans", "label", "Tenor Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Text_Me_One", "label", "Text Me One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "The_Girl_Next_Door", "label", "The Girl Next Door"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Tienne", "label", "Tienne"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Tillana", "label", "Tillana"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Timmana", "label", "Timmana"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Tinos", "label", "Tinos"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Titan_One", "label", "Titan One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Titillium_Web", "label", "Titillium Web"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Trade_Winds", "label", "Trade Winds"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Trocchi", "label", "Trocchi"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Trochut", "label", "Trochut"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Trykker", "label", "Trykker"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Tulpen_One", "label", "Tulpen One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ubuntu", "label", "Ubuntu"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ubuntu_Condensed", "label", "Ubuntu Condensed"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ubuntu_Mono", "label", "Ubuntu Mono"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Ultra", "label", "Ultra"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Uncial_Antiqua", "label", "Uncial Antiqua"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Underdog", "label", "Underdog"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Unica_One", "label", "Unica One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "UnifrakturCook", "label", "UnifrakturCook"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", _s18_, "label", _s18_], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Unkempt", "label", "Unkempt"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Unlock", "label", "Unlock"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Unna", "label", "Unna"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "VT323", "label", "VT323"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Vampiro_One", "label", "Vampiro One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Varela", "label", "Varela"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Varela_Round", "label", "Varela Round"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Vast_Shadow", "label", "Vast Shadow"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Vesper_Libre", "label", "Vesper Libre"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Vibur", "label", "Vibur"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Vidaloka", "label", "Vidaloka"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Viga", "label", "Viga"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Voces", "label", "Voces"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Volkhov", "label", "Volkhov"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Vollkorn", "label", "Vollkorn"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Voltaire", "label", "Voltaire"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Waiting_for_the_Sunrise", "label", "Waiting for the Sunrise"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Wallpoet", "label", "Wallpoet"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Walter_Turncoat", "label", "Walter Turncoat"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Warnes", "label", "Warnes"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Wellfleet", "label", "Wellfleet"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Wendy_One", "label", "Wendy One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Wire_One", "label", "Wire One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Work_Sans", "label", "Work Sans"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Yanone_Kaffeesatz", "label", "Yanone Kaffeesatz"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Yantramanav", "label", "Yantramanav"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Yellowtail", "label", "Yellowtail"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Yeseva_One", "label", "Yeseva One"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Yesteryear", "label", "Yesteryear"], t1, t1), A.LinkedHashMap_LinkedHashMap$_literal(["value", "Zeyada", "label", "Zeyada"], t1, t1)], A.findType("JSArray*>")); }(); $.LocalizationsProvider__localizedValues = function() { - var _s18_ = "recurring_expenses", - _s18_0 = "Recurring Expenses", + var _s16_ = "show_pdf_preview", + _s16_0 = "Show PDF Preview", + _s21_ = "show_pdf_preview_help", + _s42_ = "Display PDF preview while editing invoices", + _s16_1 = "instant_bank_pay", + _s16_2 = "Instant Bank Pay", + _s27_ = "credit_is_more_than_invoice", + _s57_ = "The credit amount can not be more than the invoice amount", + _s21_0 = "please_set_a_password", + _s30_ = "Please set an account password", + _s17_ = "recommend_desktop", + _s59_ = "We recommend using the desktop app for the best performance", + _s16_3 = "recommend_mobile", + _s58_ = "We recommend using the mobile app for the best performance", + _s20_ = "disconnected_gateway", + _s33_ = "Successfully disconnected gateway", + _s17_0 = "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_ = "client_postal_code", + _s18_0 = "Client Postal Code", + _s17_1 = "client_vat_number", + _s17_2 = "Client VAT Number", + _s27_0 = "unauthorized_stripe_warning", + _s50_ = "Please authorize Stripe to accept online payments.", + _s18_1 = "update_all_records", + _s18_2 = "Update all records", + _s19_ = "set_default_company", + _s19_0 = "Set Default Company", + _s28_ = "Successfully updated company", + _s19_1 = "why_are_you_leaving", + _s44_ = "Help us improve by telling us why (optional)", + _s24_ = "error_cross_client_tasks", + _s40_ = "Tasks must all belong to the same client", + _s27_1 = "error_cross_client_expenses", + _s43_ = "Expenses must all belong to the same client", + _s20_0 = "for_best_performance", + _s46_ = "For the best performance download the :app app", + _s16_4 = "gross_line_total", + _s18_3 = "bulk_email_invoice", + _s16_5 = "bulk_email_quote", + _s17_3 = "bulk_email_credit", + _s16_6 = "clone_to_expense", + _s17_4 = "recurring_expense", + _s17_5 = "Recurring Expense", + _s18_4 = "recurring_expenses", + _s18_5 = "Recurring Expenses", + _s21_1 = "new_recurring_expense", + _s21_2 = "New Recurring Expense", _s22_ = "edit_recurring_expense", _s22_0 = "Edit Recurring Expense", - _s17_ = "json_file_missing", - _s28_ = "Please provide the JSON file", - _s19_ = "json_option_missing", + _s25_ = "created_recurring_expense", + _s38_ = "Successfully created recurring expense", + _s25_0 = "updated_recurring_expense", + _s38_0 = "Successfully updated recurring expense", + _s26_ = "archived_recurring_expense", + _s39_ = "Successfully archived recurring expense", + _s25_1 = "deleted_recurring_expense", + _s25_2 = "removed_recurring_expense", + _s38_1 = "Successfully removed recurring expense", + _s26_0 = "restored_recurring_expense", + _s39_0 = "Successfully restored recurring expense", + _s24_0 = "search_recurring_expense", + _s24_1 = "Search Recurring Expense", + _s25_3 = "search_recurring_expenses", + _s25_4 = "Search Recurring Expenses", + _s19_2 = "include_drafts_help", + _s32_ = "Include draft records in reports", + _s16_7 = "verify_customers", + _s16_8 = "Verify Customers", + _s16_9 = "google_analytics", + _s16_10 = "Google Analytics", + _s28_0 = "google_analytics_tracking_id", + _s28_1 = "Google Analytics Tracking ID", + _s26_1 = "use_comma_as_decimal_place", + _s35_ = "Use comma as decimal place in forms", + _s28_2 = "use_web_app_to_connect_gmail", + _s42_0 = "Please use the web app to connect to Gmail", + _s16_11 = "expense_tax_help", + _s27_2 = "Item tax rates are disabled", + _s20_1 = "enable_markdown_help", + _s35_0 = "Convert markdown to HTML on the PDF", + _s18_6 = "add_second_contact", + _s18_7 = "Add Second Contact", + _s31_ = "sidebar_active_background_color", + _s31_0 = "Sidebar Active Background Color", + _s25_5 = "sidebar_active_font_color", + _s25_6 = "Sidebar Active Font Color", + _s33_0 = "sidebar_inactive_background_color", + _s33_1 = "Sidebar Inactive Background Color", + _s27_3 = "sidebar_inactive_font_color", + _s27_4 = "Sidebar Inactive Font Color", + _s36_ = "table_alternate_row_background_color", + _s36_0 = "Table Alternate Row Background Color", + _s31_1 = "invoice_header_background_color", + _s31_2 = "Invoice Header Background Color", + _s25_7 = "invoice_header_font_color", + _s25_8 = "Invoice Header Font Color", + _s131_ = "All accounts receive a two week trial of the Pro plan, once the trial ends your account will automatically change to the free plan.", + _s23_ = "free_trial_ends_in_days", + _s57_0 = "The Pro plan trial ends in :count days, click to upgrade.", + _s21_3 = "free_trial_ends_today", + _s62_ = "Today is the last day of the Pro plan trial, click to upgrade.", + _s25_9 = "client_portal_domain_hint", + _s52_ = "Optionally configure a separate client portal domain", + _s21_4 = "tasks_shown_in_portal", + _s21_5 = "Tasks Shown in Portal", + _s120_ = "The subdomain is used in the client portal to personalize links to match your brand. ie, https://your-brand.invoicing.co", + _s17_6 = "json_file_missing", + _s28_3 = "Please provide the JSON file", + _s19_3 = "json_option_missing", _s48_ = "Please select to import the settings and/or data", - _s24_ = "no_payment_types_enabled", - _s24_0 = "No payment types enabled", - _s42_ = "Please wait for the data to finish loading", - _s16_ = "import_customers", - _s16_0 = "Import Customers", - _s18_1 = "imported_customers", - _s40_ = "Successfully started importing customers", - _s16_1 = "Successful Login", - _s23_ = "include_deleted_clients", - _s23_0 = "Include Deleted Clients", - _s28_0 = "include_deleted_clients_help", + _s24_2 = "no_payment_types_enabled", + _s24_3 = "No payment types enabled", + _s42_1 = "Please wait for the data to finish loading", + _s16_12 = "import_customers", + _s16_13 = "Import Customers", + _s18_8 = "imported_customers", + _s40_0 = "Successfully started importing customers", + _s16_14 = "Successful Login", + _s23_0 = "include_deleted_clients", + _s23_1 = "Include Deleted Clients", + _s28_4 = "include_deleted_clients_help", _s41_ = "Load records belonging to deleted clients", - _s16_2 = "step_2_authorize", - _s17_0 = "Step 2: Authorize", - _s27_ = "migration_not_yet_completed", - _s35_ = "The migration has not yet completed", - _s50_ = ":user created recurring invoice :recurring_invoice", - _s50_0 = ":user updated recurring invoice :recurring_invoice", + _s16_15 = "step_2_authorize", + _s17_7 = "Step 2: Authorize", + _s27_5 = "migration_not_yet_completed", + _s35_1 = "The migration has not yet completed", + _s50_0 = ":user created recurring invoice :recurring_invoice", + _s50_1 = ":user updated recurring invoice :recurring_invoice", _s51_ = ":user archived recurring invoice :recurring_invoice", - _s50_1 = ":user deleted recurring invoice :recurring_invoice", + _s50_2 = ":user deleted recurring invoice :recurring_invoice", _s51_0 = ":user restored recurring invoice :recurring_invoice", - _s18_2 = "show_task_end_date", - _s18_3 = "Show Task End Date", - _s23_1 = "show_task_end_date_help", - _s35_0 = "Enable specifying the task end date", - _s16_3 = "years_data_shown", - _s16_4 = "Years Data Shown", - _s18_4 = "ended_all_sessions", - _s31_ = "Successfully ended all sessions", - _s16_5 = "end_all_sessions", - _s16_6 = "End All Sessions", - _s18_5 = "contact_first_name", - _s18_6 = "Contact First Name", - _s17_1 = "contact_last_name", - _s17_2 = "Contact Last Name", + _s18_9 = "show_task_end_date", + _s18_10 = "Show Task End Date", + _s23_2 = "show_task_end_date_help", + _s35_2 = "Enable specifying the task end date", + _s16_16 = "years_data_shown", + _s16_17 = "Years Data Shown", + _s18_11 = "ended_all_sessions", + _s31_3 = "Successfully ended all sessions", + _s16_18 = "end_all_sessions", + _s16_19 = "End All Sessions", + _s18_12 = "contact_first_name", + _s18_13 = "Contact First Name", + _s17_8 = "contact_last_name", + _s17_9 = "Contact Last Name", _s49_ = "Must be greater than zero and less than the total", - _s21_ = "body_variable_missing", + _s21_6 = "body_variable_missing", _s53_ = "Error: the custom email must include a :body variable", - _s25_ = "add_body_variable_message", + _s25_10 = "add_body_variable_message", _s37_ = "Make sure to include a :body variable", - _s17_3 = "view_date_formats", - _s17_4 = "View Date Formats", - _s26_ = "owner_upgrade_to_paid_plan", + _s17_10 = "view_date_formats", + _s17_11 = "View Date Formats", + _s26_2 = "owner_upgrade_to_paid_plan", _s85_ = "The account owner can upgrade to a paid plan to enable the advanced advanced settings", - _s20_ = "upgrade_to_paid_plan", - _s21_0 = "invoice_payment_terms", - _s21_1 = "Invoice Payment Terms", - _s17_5 = "quote_valid_until", - _s17_6 = "Quote Valid Until", - _s18_7 = "recurring_products", - _s18_8 = "Recurring Products", - _s18_9 = "allow_cancellation", - _s18_10 = "Allow Cancellation", - _s16_7 = "per_seat_enabled", - _s16_8 = "Per Seat Enabled", - _s21_2 = "allow_query_overrides", - _s21_3 = "Allow Query Overrides", - _s18_11 = "allow_plan_changes", - _s18_12 = "Allow Plan Changes", - _s21_4 = "webhook_configuration", - _s21_5 = "Webhook Configuration", - _s20_0 = "email_spam_complaint", - _s16_9 = "webhook_response", - _s16_10 = "Webhook Response", + _s20_2 = "upgrade_to_paid_plan", + _s54_ = "Upgrade to a paid plan to enable the advanced settings", + _s21_7 = "invoice_payment_terms", + _s21_8 = "Invoice Payment Terms", + _s17_12 = "quote_valid_until", + _s17_13 = "Quote Valid Until", + _s18_14 = "recurring_products", + _s18_15 = "Recurring Products", + _s18_16 = "allow_cancellation", + _s18_17 = "Allow Cancellation", + _s16_20 = "per_seat_enabled", + _s16_21 = "Per Seat Enabled", + _s21_9 = "allow_query_overrides", + _s21_10 = "Allow Query Overrides", + _s18_18 = "allow_plan_changes", + _s18_19 = "Allow Plan Changes", + _s21_11 = "webhook_configuration", + _s21_12 = "Webhook Configuration", + _s20_3 = "email_spam_complaint", + _s16_22 = "webhook_response", + _s16_23 = "Webhook Response", _s22_1 = "authentication_failure", _s22_2 = "Authentication Failure", - _s16_11 = "new_subscription", - _s16_12 = "New Subscription", - _s17_7 = "edit_subscription", - _s17_8 = "Edit Subscription", - _s20_1 = "created_subscription", - _s33_ = "Successfully created subscription", - _s20_2 = "updated_subscription", - _s33_0 = "Successfully updated subscription", - _s21_6 = "archived_subscription", + _s16_24 = "new_subscription", + _s16_25 = "New Subscription", + _s17_14 = "edit_subscription", + _s17_15 = "Edit Subscription", + _s20_4 = "created_subscription", + _s33_2 = "Successfully created subscription", + _s20_5 = "updated_subscription", + _s33_3 = "Successfully updated subscription", + _s21_13 = "archived_subscription", _s34_ = "Successfully archived subscription", - _s20_3 = "deleted_subscription", - _s33_1 = "Successfully deleted subscription", - _s20_4 = "removed_subscription", - _s33_2 = "Successfully removed subscription", - _s21_7 = "restored_subscription", + _s20_6 = "deleted_subscription", + _s33_4 = "Successfully deleted subscription", + _s20_7 = "removed_subscription", + _s33_5 = "Successfully removed subscription", + _s21_14 = "restored_subscription", _s34_0 = "Successfully restored subscription", - _s19_0 = "search_subscription", - _s21_8 = "Search 1 Subscription", - _s20_5 = "search_subscriptions", - _s27_0 = "Search :count Subscriptions", - _s26_0 = "subdomain_is_not_available", - _s26_1 = "Subdomain is not available", - _s16_13 = "disconnect_gmail", - _s16_14 = "Disconnect Gmail", - _s28_1 = "Successfully connected Gmail", - _s18_13 = "disconnected_gmail", - _s31_0 = "Successfully disconnected Gmail", - _s16_15 = "update_fail_help", + _s19_4 = "search_subscription", + _s21_15 = "Search 1 Subscription", + _s20_8 = "search_subscriptions", + _s27_6 = "Search :count Subscriptions", + _s26_3 = "subdomain_is_not_available", + _s26_4 = "Subdomain is not available", + _s16_26 = "disconnect_gmail", + _s16_27 = "Disconnect Gmail", + _s28_5 = "Successfully connected Gmail", + _s18_20 = "disconnected_gmail", + _s31_4 = "Successfully disconnected Gmail", + _s16_28 = "update_fail_help", _s100_ = "Changes to the codebase may be blocking the update, you can run this command to discard the changes:", - _s16_16 = "client_id_number", - _s16_17 = "Client ID Number", - _s16_18 = "password_timeout", - _s16_19 = "Password Timeout", + _s16_29 = "client_id_number", + _s16_30 = "Client ID Number", + _s16_31 = "password_timeout", + _s16_32 = "Password Timeout", _s29_ = "shared_invoice_credit_counter", _s29_0 = "Shared Invoice/Credit Counter", - _s16_20 = "activate_company", - _s16_21 = "Activate Company", - _s21_9 = "activate_company_help", + _s16_33 = "activate_company", + _s16_34 = "Activate Company", + _s21_16 = "activate_company_help", _s51_1 = "Enable emails, recurring invoices and notifications", - _s27_1 = "an_error_occurred_try_again", - _s35_1 = "An error occurred, please try again", - _s27_2 = "please_first_set_a_password", - _s27_3 = "Please first set a password", + _s27_7 = "an_error_occurred_try_again", + _s35_3 = "An error occurred, please try again", + _s27_8 = "please_first_set_a_password", + _s27_9 = "Please first set a password", _s34_1 = "changing_phone_disables_two_factor", - _s52_ = "Warning: Changing your phone number will disable 2FA", - _s23_2 = "please_select_a_country", - _s23_3 = "Please select a country", - _s19_1 = "disabled_two_factor", - _s25_0 = "Successfully disabled 2FA", - _s16_22 = "connected_google", - _s30_ = "Successfully connected account", - _s19_2 = "disconnected_google", - _s33_3 = "Successfully disconnected account", - _s32_ = "enter_phone_to_enable_two_factor", + _s52_0 = "Warning: Changing your phone number will disable 2FA", + _s23_3 = "please_select_a_country", + _s23_4 = "Please select a country", + _s19_5 = "disabled_two_factor", + _s25_11 = "Successfully disabled 2FA", + _s16_35 = "connected_google", + _s30_0 = "Successfully connected account", + _s19_6 = "disconnected_google", + _s33_6 = "Successfully disconnected account", + _s32_0 = "enter_phone_to_enable_two_factor", _s72_ = "Please provide a mobile phone number to enable two factor authentication", - _s21_10 = "two_factor_setup_help", - _s46_ = "Scan the bar code with a :link compatible app.", - _s18_14 = "enabled_two_factor", - _s46_0 = "Successfully enabled Two-Factor Authentication", - _s17_9 = "disconnect_google", - _s17_10 = "Disconnect Google", - _s17_11 = "enable_two_factor", - _s18_15 = "disable_two_factor", - _s18_16 = "Disable Two Factor", + _s21_17 = "two_factor_setup_help", + _s46_0 = "Scan the bar code with a :link compatible app.", + _s18_21 = "enabled_two_factor", + _s46_1 = "Successfully enabled Two-Factor Authentication", + _s17_16 = "disconnect_google", + _s17_17 = "Disconnect Google", + _s17_18 = "enable_two_factor", + _s18_22 = "disable_two_factor", + _s18_23 = "Disable Two Factor", _s34_2 = "require_password_with_social_login", _s34_3 = "Require Password with Social Login", - _s23_4 = "session_about_to_expire", - _s40_0 = "Warning: Your session is about to expire", - _s19_3 = "web_session_timeout", - _s19_4 = "Web Session Timeout", - _s17_12 = "security_settings", - _s17_13 = "Security Settings", - _s26_2 = "confirm_your_email_address", - _s33_4 = "Please confirm your email address", - _s16_23 = "refunded_payment", - _s19_5 = "partially_unapplied", - _s19_6 = "Partially Unapplied", - _s19_7 = "select_a_gmail_user", + _s23_5 = "session_about_to_expire", + _s40_1 = "Warning: Your session is about to expire", + _s19_7 = "web_session_timeout", + _s19_8 = "Web Session Timeout", + _s17_19 = "security_settings", + _s17_20 = "Security Settings", + _s26_5 = "confirm_your_email_address", + _s33_7 = "Please confirm your email address", + _s16_36 = "refunded_payment", + _s19_9 = "partially_unapplied", + _s19_10 = "Partially Unapplied", + _s19_11 = "select_a_gmail_user", _s45_ = "Please select a user authenticated with Gmail", - _s17_14 = "start_multiselect", - _s17_15 = "Start Multiselect", - _s27_4 = "email_sent_to_confirm_email", + _s17_21 = "start_multiselect", + _s17_22 = "Start Multiselect", + _s27_10 = "email_sent_to_confirm_email", _s51_2 = "An email has been sent to confirm the email address", - _s21_11 = "counter_pattern_error", + _s21_18 = "counter_pattern_error", _s97_ = "To use :client_counter please add either :client_number or :client_id_number to prevent conflicts", - _s18_17 = "convert_to_invoice", - _s18_18 = "Convert to Invoice", - _s16_24 = "registration_url", - _s16_25 = "Registration URL", - _s19_8 = "search_payment_term", - _s21_12 = "Search 1 Payment Term", - _s20_6 = "search_payment_terms", - _s27_5 = "Search :count Payment Terms", - _s16_26 = "save_and_preview", - _s16_27 = "Save and Preview", - _s16_28 = "supported_events", - _s16_29 = "Supported Events", - _s16_30 = "converted_amount", - _s16_31 = "Converted Amount", - _s17_16 = "converted_balance", - _s17_17 = "Converted Balance", + _s18_24 = "convert_to_invoice", + _s18_25 = "Convert to Invoice", + _s16_37 = "registration_url", + _s16_38 = "Registration URL", + _s19_12 = "search_payment_term", + _s21_19 = "Search 1 Payment Term", + _s20_9 = "search_payment_terms", + _s27_11 = "Search :count Payment Terms", + _s16_39 = "save_and_preview", + _s16_40 = "Save and Preview", + _s16_41 = "supported_events", + _s16_42 = "Supported Events", + _s16_43 = "converted_amount", + _s16_44 = "Converted Amount", + _s17_23 = "converted_balance", + _s17_24 = "Converted Balance", _s22_3 = "converted_paid_to_date", _s22_4 = "Converted Paid to Date", - _s24_1 = "converted_credit_balance", - _s24_2 = "Converted Credit Balance", - _s17_18 = "default_documents", - _s17_19 = "Default Documents", - _s20_7 = "document_upload_help", + _s24_4 = "converted_credit_balance", + _s24_5 = "Converted Credit Balance", + _s17_25 = "default_documents", + _s17_26 = "Default Documents", + _s20_10 = "document_upload_help", _s34_4 = "Enable clients to upload documents", - _s21_13 = "debug_mode_is_enabled", - _s21_14 = "Debug mode is enabled", - _s26_3 = "debug_mode_is_enabled_help", + _s21_20 = "debug_mode_is_enabled", + _s21_21 = "Debug mode is enabled", + _s26_6 = "debug_mode_is_enabled_help", _s96_ = "Warning: it is intended for use on local machines, it can leak credentials. Click to learn more.", - _s17_20 = "upcoming_expenses", - _s17_21 = "Upcoming Expenses", - _s27_6 = "Successfully started import", - _s24_3 = "duplicate_column_mapping", - _s24_4 = "Duplicate column mapping", - _s20_8 = "uses_inclusive_taxes", - _s20_9 = "Uses Inclusive Taxes", - _s18_19 = "is_amount_discount", - _s18_20 = "Is Amount Discount", - _s25_1 = "first_row_as_column_names", + _s17_27 = "upcoming_expenses", + _s17_28 = "Upcoming Expenses", + _s27_12 = "Successfully started import", + _s24_6 = "duplicate_column_mapping", + _s24_7 = "Duplicate column mapping", + _s20_11 = "uses_inclusive_taxes", + _s20_12 = "Uses Inclusive Taxes", + _s18_26 = "is_amount_discount", + _s18_27 = "Is Amount Discount", + _s25_12 = "first_row_as_column_names", _s29_1 = "Use first row as column names", - _s16_32 = "no_file_selected", - _s16_33 = "No File Selected", + _s16_45 = "no_file_selected", + _s16_46 = "No File Selected", _s22_5 = "required_files_missing", - _s24_5 = "Please provide all CSVs.", - _s43_ = "Preview updates faster but is less accurate", - _s17_22 = "fullscreen_editor", - _s17_23 = "Fullscreen Editor", + _s24_8 = "Please provide all CSVs.", + _s43_0 = "Preview updates faster but is less accurate", + _s17_29 = "fullscreen_editor", + _s17_30 = "Fullscreen Editor", _s22_6 = "please_type_to_confirm", - _s24_6 = "sent_invoices_are_locked", - _s24_7 = "Sent invoices are locked", - _s24_8 = "paid_invoices_are_locked", - _s24_9 = "Paid invoices are locked", - _s23_5 = "recurring_invoice_total", - _s24_10 = "company_disabled_warning", - _s17_24 = "default_task_rate", - _s17_25 = "Default Task Rate", - _s16_34 = "edit_task_status", - _s16_35 = "Edit Task Status", - _s19_9 = "created_task_status", - _s32_0 = "Successfully created task status", - _s19_10 = "updated_task_status", - _s20_10 = "archived_task_status", - _s33_5 = "Successfully archived task status", - _s19_11 = "deleted_task_status", - _s32_1 = "Successfully deleted task status", - _s19_12 = "removed_task_status", - _s32_2 = "Successfully removed task status", - _s20_11 = "restored_task_status", - _s33_6 = "Successfully restored task status", + _s24_9 = "sent_invoices_are_locked", + _s24_10 = "Sent invoices are locked", + _s24_11 = "paid_invoices_are_locked", + _s24_12 = "Paid invoices are locked", + _s23_6 = "recurring_invoice_total", + _s24_13 = "company_disabled_warning", + _s17_31 = "default_task_rate", + _s17_32 = "Default Task Rate", + _s16_47 = "edit_task_status", + _s16_48 = "Edit Task Status", + _s19_13 = "created_task_status", + _s32_1 = "Successfully created task status", + _s19_14 = "updated_task_status", + _s20_13 = "archived_task_status", + _s33_8 = "Successfully archived task status", + _s19_15 = "deleted_task_status", + _s32_2 = "Successfully deleted task status", + _s19_16 = "removed_task_status", + _s32_3 = "Successfully removed task status", + _s20_14 = "restored_task_status", + _s33_9 = "Successfully restored task status", _s22_7 = "archived_task_statuses", - _s42_0 = "Successfully archived :value task statuses", - _s21_15 = "deleted_task_statuses", + _s42_2 = "Successfully archived :value task statuses", + _s21_22 = "deleted_task_statuses", _s41_0 = "Successfully deleted :value task statuses", _s22_8 = "restored_task_statuses", - _s42_1 = "Successfully restored :value task statuses", - _s18_21 = "search_task_status", - _s20_12 = "Search 1 Task Status", - _s20_13 = "search_task_statuses", - _s27_7 = "Search :count Task Statuses", - _s16_36 = "show_tasks_table", - _s16_37 = "Show Tasks Table", - _s21_16 = "show_tasks_table_help", - _s52_0 = "Always show the tasks section when creating invoices", - _s20_14 = "invoice_task_timelog", - _s20_15 = "Invoice Task Timelog", - _s25_2 = "invoice_task_timelog_help", - _s42_2 = "Add time details to the invoice line items", - _s20_16 = "invoice_task_datelog", - _s20_17 = "Invoice Task Datelog", - _s25_3 = "invoice_task_datelog_help", - _s42_3 = "Add date details to the invoice line items", - _s21_17 = "auto_start_tasks_help", - _s25_4 = "Start tasks before saving", - _s18_22 = "configure_statuses", - _s18_23 = "Configure Statuses", - _s20_18 = "configure_categories", - _s20_19 = "Configure Categories", - _s18_24 = "expense_categories", - _s18_25 = "Expense Categories", - _s20_20 = "new_expense_category", - _s20_21 = "New Expense Category", - _s21_18 = "edit_expense_category", - _s21_19 = "Edit Expense Category", - _s24_11 = "created_expense_category", + _s42_3 = "Successfully restored :value task statuses", + _s18_28 = "search_task_status", + _s20_15 = "Search 1 Task Status", + _s20_16 = "search_task_statuses", + _s27_13 = "Search :count Task Statuses", + _s16_49 = "show_tasks_table", + _s16_50 = "Show Tasks Table", + _s21_23 = "show_tasks_table_help", + _s52_1 = "Always show the tasks section when creating invoices", + _s20_17 = "invoice_task_timelog", + _s20_18 = "Invoice Task Timelog", + _s25_13 = "invoice_task_timelog_help", + _s42_4 = "Add time details to the invoice line items", + _s20_19 = "invoice_task_datelog", + _s20_20 = "Invoice Task Datelog", + _s25_14 = "invoice_task_datelog_help", + _s42_5 = "Add date details to the invoice line items", + _s21_24 = "auto_start_tasks_help", + _s25_15 = "Start tasks before saving", + _s18_29 = "configure_statuses", + _s18_30 = "Configure Statuses", + _s20_21 = "configure_categories", + _s20_22 = "Configure Categories", + _s18_31 = "expense_categories", + _s18_32 = "Expense Categories", + _s20_23 = "new_expense_category", + _s20_24 = "New Expense Category", + _s21_25 = "edit_expense_category", + _s21_26 = "Edit Expense Category", + _s24_14 = "created_expense_category", _s37_0 = "Successfully created expense category", - _s24_12 = "updated_expense_category", + _s24_15 = "updated_expense_category", _s37_1 = "Successfully updated expense category", - _s25_5 = "archived_expense_category", - _s38_ = "Successfully archived expense category", - _s24_13 = "deleted_expense_category", - _s24_14 = "removed_expense_category", + _s25_16 = "archived_expense_category", + _s38_2 = "Successfully archived expense category", + _s24_16 = "deleted_expense_category", + _s24_17 = "removed_expense_category", _s37_2 = "Successfully removed expense category", - _s25_6 = "restored_expense_category", - _s38_0 = "Successfully restored expense category", - _s27_8 = "archived_expense_categories", - _s26_4 = "deleted_expense_categories", - _s46_1 = "Successfully deleted expense :value categories", - _s27_9 = "restored_expense_categories", + _s25_17 = "restored_expense_category", + _s38_3 = "Successfully restored expense category", + _s27_14 = "archived_expense_categories", + _s26_7 = "deleted_expense_categories", + _s46_2 = "Successfully deleted expense :value categories", + _s27_15 = "restored_expense_categories", _s47_ = "Successfully restored expense :value categories", - _s23_6 = "search_expense_category", - _s25_7 = "Search 1 Expense Category", - _s25_8 = "search_expense_categories", - _s32_3 = "Search :count Expense Categories", - _s21_20 = "use_available_credits", - _s21_21 = "Use Available Credits", + _s23_7 = "search_expense_category", + _s25_18 = "Search 1 Expense Category", + _s25_19 = "search_expense_categories", + _s32_4 = "Search :count Expense Categories", + _s21_27 = "use_available_credits", + _s21_28 = "Use Available Credits", _s22_9 = "negative_payment_error", - _s17_26 = "force_update_help", + _s17_33 = "force_update_help", _s76_ = "You are running the latest version but there may be pending fixes available.", - _s31_1 = "Track the expense has been paid", - _s18_26 = "should_be_invoiced", - _s23_7 = "should_be_invoiced_help", - _s33_7 = "Enable the expense to be invoiced", + _s18_33 = "should_be_invoiced", + _s23_8 = "should_be_invoiced_help", _s29_2 = "add_documents_to_invoice_help", - _s21_22 = "convert_currency_help", - _s20_22 = "Set an exchange rate", - _s16_38 = "expense_settings", - _s16_39 = "Expense Settings", - _s18_27 = "clone_to_recurring", - _s18_28 = "Clone to Recurring", - _s17_27 = "auto_bill_enabled", - _s17_28 = "Auto Bill Enabled", - _s25_9 = "stopped_recurring_invoice", - _s38_1 = "Successfully stopped recurring invoice", - _s25_10 = "started_recurring_invoice", - _s38_2 = "Successfully started recurring invoice", - _s25_11 = "resumed_recurring_invoice", - _s38_3 = "Successfully resumed recurring invoice", - _s19_13 = "gateway_refund_help", - _s43_0 = "Process the refund with the payment gateway", + _s21_29 = "convert_currency_help", + _s20_25 = "Set an exchange rate", + _s16_51 = "expense_settings", + _s16_52 = "Expense Settings", + _s18_34 = "clone_to_recurring", + _s18_35 = "Clone to Recurring", + _s17_34 = "auto_bill_enabled", + _s17_35 = "Auto Bill Enabled", + _s25_20 = "stopped_recurring_invoice", + _s38_4 = "Successfully stopped recurring invoice", + _s25_21 = "started_recurring_invoice", + _s38_5 = "Successfully started recurring invoice", + _s25_22 = "resumed_recurring_invoice", + _s38_6 = "Successfully resumed recurring invoice", + _s19_17 = "gateway_refund_help", + _s43_1 = "Process the refund with the payment gateway", _s22_10 = "first_day_of_the_month", _s22_11 = "First Day of the Month", - _s21_23 = "last_day_of_the_month", - _s21_24 = "Last Day of the Month", - _s17_29 = "use_payment_terms", - _s17_30 = "Use Payment Terms", - _s16_40 = "remaining_cycles", - _s16_41 = "Remaining Cycles", - _s17_31 = "recurring_invoice", - _s17_32 = "Recurring Invoice", - _s18_29 = "recurring_invoices", - _s18_30 = "Recurring Invoices", - _s21_25 = "new_recurring_invoice", - _s21_26 = "New Recurring Invoice", + _s21_30 = "last_day_of_the_month", + _s21_31 = "Last Day of the Month", + _s17_36 = "use_payment_terms", + _s17_37 = "Use Payment Terms", + _s16_53 = "remaining_cycles", + _s16_54 = "Remaining Cycles", + _s17_38 = "recurring_invoice", + _s17_39 = "Recurring Invoice", + _s18_36 = "recurring_invoices", + _s18_37 = "Recurring Invoices", + _s21_32 = "new_recurring_invoice", + _s21_33 = "New Recurring Invoice", _s22_12 = "edit_recurring_invoice", _s22_13 = "Edit Recurring Invoice", - _s25_12 = "created_recurring_invoice", - _s38_4 = "Successfully created recurring invoice", - _s25_13 = "updated_recurring_invoice", - _s38_5 = "Successfully updated recurring invoice", - _s26_5 = "archived_recurring_invoice", - _s39_ = "Successfully archived recurring invoice", - _s25_14 = "deleted_recurring_invoice", - _s38_6 = "Successfully deleted recurring invoice", - _s25_15 = "removed_recurring_invoice", - _s38_7 = "Successfully removed recurring invoice", - _s26_6 = "restored_recurring_invoice", - _s39_0 = "Successfully restored recurring invoice", - _s27_10 = "archived_recurring_invoices", + _s25_23 = "created_recurring_invoice", + _s38_7 = "Successfully created recurring invoice", + _s25_24 = "updated_recurring_invoice", + _s38_8 = "Successfully updated recurring invoice", + _s26_8 = "archived_recurring_invoice", + _s39_1 = "Successfully archived recurring invoice", + _s25_25 = "deleted_recurring_invoice", + _s38_9 = "Successfully deleted recurring invoice", + _s25_26 = "removed_recurring_invoice", + _s38_10 = "Successfully removed recurring invoice", + _s26_9 = "restored_recurring_invoice", + _s39_2 = "Successfully restored recurring invoice", + _s27_16 = "archived_recurring_invoices", _s47_0 = "Successfully archived recurring :value invoices", - _s26_7 = "deleted_recurring_invoices", - _s46_2 = "Successfully deleted recurring :value invoices", - _s27_11 = "restored_recurring_invoices", + _s26_10 = "deleted_recurring_invoices", + _s46_3 = "Successfully deleted recurring :value invoices", + _s27_17 = "restored_recurring_invoices", _s47_1 = "Successfully restored recurring :value invoices", - _s24_15 = "search_recurring_invoice", - _s26_8 = "Search 1 Recurring Invoice", - _s25_16 = "search_recurring_invoices", - _s32_4 = "Search :count Recurring Invoices", - _s28_2 = "minimum_under_payment_amount", - _s28_3 = "Minimum Under Payment Amount", - _s18_31 = "allow_over_payment", - _s18_32 = "Allow Over Payment", - _s23_8 = "allow_over_payment_help", - _s35_2 = "Support paying extra to accept tips", - _s19_14 = "allow_under_payment", - _s19_15 = "Allow Under Payment", - _s24_16 = "allow_under_payment_help", - _s30_0 = "payment_reconciliation_failure", + _s24_18 = "search_recurring_invoice", + _s26_11 = "Search 1 Recurring Invoice", + _s25_27 = "search_recurring_invoices", + _s32_5 = "Search :count Recurring Invoices", + _s28_6 = "minimum_under_payment_amount", + _s28_7 = "Minimum Under Payment Amount", + _s18_38 = "allow_over_payment", + _s18_39 = "Allow Over Payment", + _s23_9 = "allow_over_payment_help", + _s35_4 = "Support paying extra to accept tips", + _s19_18 = "allow_under_payment", + _s19_19 = "Allow Under Payment", + _s24_19 = "allow_under_payment_help", + _s30_1 = "payment_reconciliation_failure", _s22_14 = "Reconciliation Failure", - _s30_1 = "payment_reconciliation_success", + _s30_2 = "payment_reconciliation_success", _s22_15 = "Reconciliation Success", - _s17_33 = "email_retry_queue", - _s17_34 = "Email Retry Queue", - _s16_42 = "upstream_failure", - _s16_43 = "Upstream Failure", - _s24_17 = "welcome_to_invoice_ninja", - _s24_18 = "Welcome to Invoice Ninja", - _s18_33 = "reminder_last_sent", - _s18_34 = "Reminder Last Sent", - _s23_9 = "Page :current of :total", - _s16_44 = "emailed_invoices", - _s42_4 = "Enable third-party apps to create invoices", - _s20_23 = "online_payment_email", - _s20_24 = "Online Payment Email", - _s20_25 = "manual_payment_email", - _s20_26 = "Manual Payment Email", - _s17_35 = "selected_invoices", - _s17_36 = "Selected Invoices", - _s17_37 = "selected_payments", - _s17_38 = "Selected Payments", - _s17_39 = "selected_expenses", - _s17_40 = "Selected Expenses", - _s17_41 = "upcoming_invoices", - _s17_42 = "Upcoming Invoices", - _s17_43 = "past_due_invoices", - _s17_44 = "Past Due Invoices", + _s17_40 = "email_retry_queue", + _s17_41 = "Email Retry Queue", + _s16_55 = "upstream_failure", + _s16_56 = "Upstream Failure", + _s24_20 = "welcome_to_invoice_ninja", + _s24_21 = "Welcome to Invoice Ninja", + _s18_40 = "reminder_last_sent", + _s18_41 = "Reminder Last Sent", + _s23_10 = "Page :current of :total", + _s16_57 = "emailed_invoices", + _s42_6 = "Enable third-party apps to create invoices", + _s20_26 = "online_payment_email", + _s20_27 = "Online Payment Email", + _s20_28 = "manual_payment_email", + _s20_29 = "Manual Payment Email", + _s17_42 = "selected_invoices", + _s17_43 = "Selected Invoices", + _s17_44 = "selected_payments", + _s17_45 = "Selected Payments", + _s17_46 = "selected_expenses", + _s17_47 = "Selected Expenses", + _s17_48 = "upcoming_invoices", + _s17_49 = "Upcoming Invoices", + _s17_50 = "past_due_invoices", + _s17_51 = "Past Due Invoices", _s53_0 = "Please restart the app once connected to the internet", - _s17_45 = "crons_not_enabled", - _s28_4 = "The crons need to be enabled", + _s17_52 = "crons_not_enabled", + _s28_8 = "The crons need to be enabled", _s22_16 = "Search :count Webhooks", - _s16_45 = "Search 1 Webhook", - _s28_5 = "Successfully created webhook", - _s28_6 = "Successfully updated webhook", - _s16_46 = "archived_webhook", + _s16_58 = "Search 1 Webhook", + _s28_9 = "Successfully created webhook", + _s28_10 = "Successfully updated webhook", + _s16_59 = "archived_webhook", _s29_3 = "Successfully archived webhook", - _s28_7 = "Successfully deleted webhook", - _s28_8 = "Successfully removed webhook", - _s16_47 = "restored_webhook", + _s28_11 = "Successfully deleted webhook", + _s28_12 = "Successfully removed webhook", + _s16_60 = "restored_webhook", _s29_4 = "Successfully restored webhook", - _s17_46 = "archived_webhooks", + _s17_53 = "archived_webhooks", _s37_3 = "Successfully archived :value webhooks", - _s16_48 = "deleted_webhooks", - _s36_ = "Successfully deleted :value webhooks", - _s16_49 = "removed_webhooks", - _s36_0 = "Successfully removed :value webhooks", - _s17_47 = "restored_webhooks", + _s16_61 = "deleted_webhooks", + _s36_1 = "Successfully deleted :value webhooks", + _s16_62 = "removed_webhooks", + _s36_2 = "Successfully removed :value webhooks", + _s17_54 = "restored_webhooks", _s37_4 = "Successfully restored :value webhooks", - _s20_27 = "Search :count Tokens", - _s26_9 = "Successfully created token", - _s26_10 = "Successfully updated token", - _s27_12 = "Successfully archived token", - _s26_11 = "Successfully deleted token", - _s26_12 = "Successfully removed token", - _s27_13 = "Successfully restored token", - _s35_3 = "Successfully archived :value tokens", + _s20_30 = "Search :count Tokens", + _s26_12 = "Successfully created token", + _s26_13 = "Successfully updated token", + _s27_18 = "Successfully archived token", + _s26_14 = "Successfully deleted token", + _s26_15 = "Successfully removed token", + _s27_19 = "Successfully restored token", + _s35_5 = "Successfully archived :value tokens", _s34_5 = "Successfully deleted :value tokens", - _s35_4 = "Successfully restored :value tokens", - _s19_16 = "client_registration", - _s19_17 = "Client Registration", - _s24_19 = "client_registration_help", + _s35_6 = "Successfully restored :value tokens", + _s19_20 = "client_registration", + _s19_21 = "Client Registration", + _s24_22 = "client_registration_help", _s45_0 = "Enable clients to self register in the portal", - _s21_27 = "customize_and_preview", - _s19_18 = "Customize & Preview", - _s20_28 = "client_email_not_set", + _s21_34 = "customize_and_preview", + _s19_22 = "Customize & Preview", + _s20_31 = "client_email_not_set", _s41_1 = "Client does not have an email address set", - _s16_50 = "credit_remaining", - _s16_51 = "Credit Remaining", - _s16_52 = "reminder_endless", - _s17_48 = "Endless Reminders", - _s23_10 = "configure_payment_terms", - _s23_11 = "Configure Payment Terms", - _s16_53 = "new_payment_term", - _s16_54 = "New Payment Term", - _s17_49 = "edit_payment_term", - _s17_50 = "Edit Payment Term", - _s20_29 = "created_payment_term", - _s33_8 = "Successfully created payment term", - _s20_30 = "updated_payment_term", - _s33_9 = "Successfully updated payment term", - _s21_28 = "archived_payment_term", + _s16_63 = "credit_remaining", + _s16_64 = "Credit Remaining", + _s16_65 = "reminder_endless", + _s17_55 = "Endless Reminders", + _s23_11 = "configure_payment_terms", + _s23_12 = "Configure Payment Terms", + _s16_66 = "new_payment_term", + _s16_67 = "New Payment Term", + _s17_56 = "edit_payment_term", + _s17_57 = "Edit Payment Term", + _s20_32 = "created_payment_term", + _s33_10 = "Successfully created payment term", + _s20_33 = "updated_payment_term", + _s33_11 = "Successfully updated payment term", + _s21_35 = "archived_payment_term", _s34_6 = "Successfully archived payment term", - _s20_31 = "deleted_payment_term", - _s33_10 = "Successfully deleted payment term", - _s20_32 = "removed_payment_term", - _s33_11 = "Successfully removed payment term", - _s21_29 = "restored_payment_term", + _s20_34 = "deleted_payment_term", + _s33_12 = "Successfully deleted payment term", + _s20_35 = "removed_payment_term", + _s33_13 = "Successfully removed payment term", + _s21_36 = "restored_payment_term", _s34_7 = "Successfully restored payment term", _s22_17 = "archived_payment_terms", - _s42_5 = "Successfully archived :value payment terms", - _s21_30 = "deleted_payment_terms", + _s42_7 = "Successfully archived :value payment terms", + _s21_37 = "deleted_payment_terms", _s41_2 = "Successfully deleted :value payment terms", _s22_18 = "restored_payment_terms", - _s42_6 = "Successfully restored :value payment terms", - _s16_55 = "Login with email", - _s23_12 = "change_to_mobile_layout", - _s28_9 = "Change to the mobile layout?", - _s24_20 = "change_to_desktop_layout", + _s42_8 = "Successfully restored :value payment terms", + _s23_13 = "change_to_mobile_layout", + _s28_13 = "Change to the mobile layout?", + _s24_23 = "change_to_desktop_layout", _s29_5 = "Change to the desktop layout?", - _s18_35 = "partially_refunded", - _s18_36 = "Partially Refunded", - _s16_56 = "search_documents", - _s16_57 = "search_tax_rates", - _s17_51 = "Search 1 Document", - _s16_58 = "Search 1 Invoice", - _s16_59 = "Search 1 Product", - _s17_52 = "Search 1 Tax Rate", - _s16_60 = "Search 1 Project", - _s16_61 = "Search 1 Expense", - _s16_62 = "Search 1 Payment", - _s17_53 = "cancelled_invoice", - _s30_2 = "Successfully cancelled invoice", - _s18_37 = "cancelled_invoices", - _s31_2 = "Successfully cancelled invoices", - _s16_63 = "reversed_invoice", + _s18_42 = "partially_refunded", + _s18_43 = "Partially Refunded", + _s16_68 = "search_documents", + _s16_69 = "search_tax_rates", + _s17_58 = "Search 1 Document", + _s16_70 = "Search 1 Invoice", + _s16_71 = "Search 1 Product", + _s17_59 = "Search 1 Tax Rate", + _s16_72 = "Search 1 Project", + _s16_73 = "Search 1 Expense", + _s16_74 = "Search 1 Payment", + _s17_60 = "cancelled_invoice", + _s30_3 = "Successfully cancelled invoice", + _s18_44 = "cancelled_invoices", + _s31_5 = "Successfully cancelled invoices", + _s16_75 = "reversed_invoice", _s29_6 = "Successfully reversed invoice", - _s17_54 = "reversed_invoices", - _s30_3 = "Successfully reversed invoices", - _s17_55 = "city_state_postal", - _s17_56 = "City/State/Postal", - _s17_57 = "postal_city_state", - _s17_58 = "Postal/City/State", - _s16_64 = "purge_successful", - _s32_5 = "Successfully purged company data", - _s18_38 = "purge_data_message", + _s17_61 = "reversed_invoices", + _s30_4 = "Successfully reversed invoices", + _s17_62 = "city_state_postal", + _s17_63 = "City/State/Postal", + _s17_64 = "postal_city_state", + _s17_65 = "Postal/City/State", + _s16_76 = "purge_successful", + _s32_6 = "Successfully purged company data", + _s18_45 = "purge_data_message", _s65_ = "Warning: This will permanently erase your data, there is no undo.", - _s25_17 = "Successfully saved design", - _s25_18 = "receive_all_notifications", - _s25_19 = "Receive All Notifications", - _s16_65 = "purchase_license", - _s16_66 = "Purchase License", + _s25_28 = "Successfully saved design", + _s25_29 = "receive_all_notifications", + _s25_30 = "Receive All Notifications", + _s16_77 = "purchase_license", + _s16_78 = "Purchase License", _s22_19 = "cancel_account_message", _s22_20 = "delete_company_message", - _s28_10 = "Successfully converted quote", - _s27_14 = "Successfully created design", - _s27_15 = "Successfully updated design", - _s28_11 = "Successfully archived design", - _s27_16 = "Successfully deleted design", - _s27_17 = "Successfully removed design", - _s28_12 = "Successfully restored design", - _s16_67 = "archived_designs", - _s36_1 = "Successfully archived :value designs", - _s35_5 = "Successfully deleted :value designs", - _s16_68 = "restored_designs", - _s36_2 = "Successfully restored :value designs", - _s16_69 = "recurring_quotes", - _s16_70 = "Recurring Quotes", - _s18_39 = "account_management", - _s18_40 = "Account Management", - _s27_18 = "Successfully created credit", - _s27_19 = "Successfully updated credit", - _s28_13 = "Successfully archived credit", - _s27_20 = "Successfully deleted credit", - _s27_21 = "Successfully removed credit", - _s28_14 = "Successfully restored credit", - _s16_71 = "archived_credits", - _s16_72 = "restored_credits", - _s36_3 = "Successfully restored :value credits", - _s26_13 = "a_new_version_is_available", + _s28_14 = "Successfully converted quote", + _s27_20 = "Successfully created design", + _s27_21 = "Successfully updated design", + _s28_15 = "Successfully archived design", + _s27_22 = "Successfully deleted design", + _s27_23 = "Successfully removed design", + _s28_16 = "Successfully restored design", + _s16_79 = "archived_designs", + _s36_3 = "Successfully archived :value designs", + _s35_7 = "Successfully deleted :value designs", + _s16_80 = "restored_designs", + _s36_4 = "Successfully restored :value designs", + _s16_81 = "recurring_quotes", + _s16_82 = "Recurring Quotes", + _s18_46 = "account_management", + _s18_47 = "Account Management", + _s27_24 = "Successfully created credit", + _s27_25 = "Successfully updated credit", + _s28_17 = "Successfully archived credit", + _s27_26 = "Successfully deleted credit", + _s27_27 = "Successfully removed credit", + _s28_18 = "Successfully restored credit", + _s16_83 = "archived_credits", + _s16_84 = "restored_credits", + _s36_5 = "Successfully restored :value credits", + _s26_16 = "a_new_version_is_available", _s41_3 = "A new version of the web app is available", - _s16_73 = "update_available", - _s16_74 = "Update Available", + _s16_85 = "update_available", + _s16_86 = "Update Available", _s29_7 = "Update successfully completed", - _s17_59 = "slack_webhook_url", - _s17_60 = "Slack Webhook URL", - _s26_14 = "Successfully added company", - _s16_75 = "Custom Company 1", - _s16_76 = "Custom Company 2", - _s16_77 = "Custom Company 3", - _s16_78 = "Custom Company 4", - _s16_79 = "Custom Product 1", - _s16_80 = "Custom Product 2", - _s16_81 = "Custom Product 3", - _s16_82 = "Custom Product 4", - _s16_83 = "Custom Contact 1", - _s16_84 = "Custom Contact 2", - _s16_85 = "Custom Contact 3", - _s16_86 = "Custom Contact 4", - _s16_87 = "Custom Project 1", - _s16_88 = "Custom Project 2", - _s16_89 = "Custom Project 3", - _s16_90 = "Custom Project 4", - _s16_91 = "Custom Expense 1", - _s16_92 = "Custom Expense 2", - _s16_93 = "Custom Expense 3", - _s16_94 = "Custom Expense 4", - _s16_95 = "Custom Invoice 1", - _s16_96 = "Custom Invoice 2", - _s16_97 = "Custom Invoice 3", - _s16_98 = "Custom Invoice 4", - _s16_99 = "Custom Payment 1", - _s16_100 = "Custom Payment 2", - _s16_101 = "Custom Payment 3", - _s16_102 = "Custom Payment 4", - _s18_41 = "Custom Surcharge 1", - _s18_42 = "Custom Surcharge 2", - _s18_43 = "Custom Surcharge 3", - _s18_44 = "Custom Surcharge 4", - _s18_45 = "contact_last_login", - _s18_46 = "Contact Last Login", - _s17_61 = "contact_full_name", - _s17_62 = "Contact Full Name", - _s21_31 = "contact_custom_value1", + _s17_66 = "slack_webhook_url", + _s17_67 = "Slack Webhook URL", + _s26_17 = "Successfully added company", + _s16_87 = "Custom Company 1", + _s16_88 = "Custom Company 2", + _s16_89 = "Custom Company 3", + _s16_90 = "Custom Company 4", + _s16_91 = "Custom Product 1", + _s16_92 = "Custom Product 2", + _s16_93 = "Custom Product 3", + _s16_94 = "Custom Product 4", + _s16_95 = "Custom Contact 1", + _s16_96 = "Custom Contact 2", + _s16_97 = "Custom Contact 3", + _s16_98 = "Custom Contact 4", + _s16_99 = "Custom Project 1", + _s16_100 = "Custom Project 2", + _s16_101 = "Custom Project 3", + _s16_102 = "Custom Project 4", + _s16_103 = "Custom Expense 1", + _s16_104 = "Custom Expense 2", + _s16_105 = "Custom Expense 3", + _s16_106 = "Custom Expense 4", + _s16_107 = "Custom Invoice 1", + _s16_108 = "Custom Invoice 2", + _s16_109 = "Custom Invoice 3", + _s16_110 = "Custom Invoice 4", + _s16_111 = "Custom Payment 1", + _s16_112 = "Custom Payment 2", + _s16_113 = "Custom Payment 3", + _s16_114 = "Custom Payment 4", + _s18_48 = "Custom Surcharge 1", + _s18_49 = "Custom Surcharge 2", + _s18_50 = "Custom Surcharge 3", + _s18_51 = "Custom Surcharge 4", + _s18_52 = "contact_last_login", + _s18_53 = "Contact Last Login", + _s17_68 = "contact_full_name", + _s17_69 = "Contact Full Name", + _s21_38 = "contact_custom_value1", _s22_21 = "Contact Custom Value 1", - _s21_32 = "contact_custom_value2", + _s21_39 = "contact_custom_value2", _s22_22 = "Contact Custom Value 2", - _s21_33 = "contact_custom_value3", + _s21_40 = "contact_custom_value3", _s22_23 = "Contact Custom Value 3", - _s21_34 = "contact_custom_value4", + _s21_41 = "contact_custom_value4", _s22_24 = "Contact Custom Value 4", - _s17_63 = "shipping_address1", - _s17_64 = "shipping_address2", - _s18_47 = "Shipping Apt/Suite", - _s23_13 = "Shipping State/Province", - _s20_33 = "shipping_postal_code", - _s20_34 = "Shipping Postal Code", - _s16_103 = "shipping_country", - _s16_104 = "Shipping Country", - _s16_105 = "billing_address1", - _s16_106 = "billing_address2", - _s17_65 = "Billing Apt/Suite", + _s17_70 = "shipping_address1", + _s17_71 = "shipping_address2", + _s18_54 = "Shipping Apt/Suite", + _s23_14 = "Shipping State/Province", + _s20_36 = "shipping_postal_code", + _s20_37 = "Shipping Postal Code", + _s16_115 = "shipping_country", + _s16_116 = "Shipping Country", + _s16_117 = "billing_address1", + _s16_118 = "billing_address2", + _s17_72 = "Billing Apt/Suite", _s22_25 = "Billing State/Province", - _s19_19 = "billing_postal_code", - _s19_20 = "Billing Postal Code", - _s16_107 = "unapproved_quote", - _s16_108 = "Unapproved Quote", - _s21_35 = "include_recent_errors", - _s35_6 = "Include recent errors from the logs", - _s30_4 = "your_message_has_been_received", + _s19_23 = "billing_postal_code", + _s19_24 = "Billing Postal Code", + _s16_119 = "unapproved_quote", + _s16_120 = "Unapproved Quote", + _s21_42 = "include_recent_errors", + _s35_8 = "Include recent errors from the logs", + _s30_5 = "your_message_has_been_received", _s63_ = "We have received your message and will try to respond promptly.", - _s20_35 = "show_product_details", - _s20_36 = "Show Product Details", - _s25_20 = "show_product_details_help", + _s20_38 = "show_product_details", + _s20_39 = "Show Product Details", + _s25_31 = "show_product_details_help", _s56_ = "Include the description and cost in the product dropdown", - _s20_37 = "pdf_min_requirements", + _s20_40 = "pdf_min_requirements", _s34_8 = "The PDF renderer requires :version", - _s18_48 = "adjust_fee_percent", - _s18_49 = "Adjust Fee Percent", - _s23_14 = "adjust_fee_percent_help", - _s18_50 = "configure_settings", - _s18_51 = "Configure Settings", - _s21_36 = "password_is_too_short", - _s20_38 = "password_is_too_easy", - _s58_ = "Password must contain an upper case character and a number", - _s19_21 = "client_portal_tasks", - _s19_22 = "Client Portal Tasks", - _s23_15 = "client_portal_dashboard", - _s23_16 = "Client Portal Dashboard", - _s20_39 = "please_enter_a_value", - _s20_40 = "Please enter a value", - _s25_21 = "Successfully deleted logo", - _s17_66 = "show_product_cost", - _s17_67 = "Show Product Cost", + _s18_55 = "adjust_fee_percent", + _s18_56 = "Adjust Fee Percent", + _s23_15 = "adjust_fee_percent_help", + _s18_57 = "configure_settings", + _s18_58 = "Configure Settings", + _s21_43 = "password_is_too_short", + _s20_41 = "password_is_too_easy", + _s58_0 = "Password must contain an upper case character and a number", + _s19_25 = "client_portal_tasks", + _s19_26 = "Client Portal Tasks", + _s23_16 = "client_portal_dashboard", + _s23_17 = "Client Portal Dashboard", + _s20_42 = "please_enter_a_value", + _s20_43 = "Please enter a value", + _s25_32 = "Successfully deleted logo", + _s17_73 = "show_product_cost", + _s17_74 = "Show Product Cost", _s55_ = "Display a product cost field to track the markup/profit", - _s21_37 = "show_product_quantity", - _s21_38 = "Show Product Quantity", - _s26_15 = "show_product_quantity_help", - _s58_0 = "Display a product quantity field, otherwise default to one", - _s21_39 = "show_invoice_quantity", - _s21_40 = "Show Invoice Quantity", - _s26_16 = "show_invoice_quantity_help", + _s21_44 = "show_product_quantity", + _s21_45 = "Show Product Quantity", + _s26_18 = "show_product_quantity_help", + _s58_1 = "Display a product quantity field, otherwise default to one", + _s21_46 = "show_invoice_quantity", + _s21_47 = "Show Invoice Quantity", + _s26_19 = "show_invoice_quantity_help", _s60_ = "Display a line item quantity field, otherwise default to one", - _s21_41 = "show_product_discount", - _s21_42 = "Show Product Discount", - _s26_17 = "show_product_discount_help", + _s21_48 = "show_product_discount", + _s21_49 = "Show Product Discount", + _s26_20 = "show_product_discount_help", _s34_9 = "Display a line item discount field", - _s16_109 = "default_quantity", - _s16_110 = "Default Quantity", - _s21_43 = "default_quantity_help", + _s16_121 = "default_quantity", + _s16_122 = "Default Quantity", + _s21_50 = "default_quantity_help", _s47_2 = "Automatically set the line item quantity to one", - _s16_111 = "default_tax_rate", - _s16_112 = "Default Tax Rate", - _s17_68 = "invoice_tax_rates", - _s17_69 = "Invoice Tax Rates", - _s18_52 = "no_client_selected", - _s18_53 = "configure_gateways", - _s18_54 = "Configure Gateways", - _s18_55 = "tax_settings_rates", - _s19_23 = "comma_sparated_list", - _s20_41 = "Comma separated list", - _s16_113 = "single_line_text", - _s16_114 = "Single-line text", - _s27_22 = "recover_password_email_sent", - _s39_1 = "A password recovery email has been sent", - _s16_115 = "recover_password", - _s16_116 = "late_fee_percent", - _s16_117 = "Late Fee Percent", - _s19_24 = "Before the due date", - _s18_56 = "After the due date", - _s18_57 = "after_invoice_date", + _s16_123 = "default_tax_rate", + _s16_124 = "Default Tax Rate", + _s17_75 = "invoice_tax_rates", + _s17_76 = "Invoice Tax Rates", + _s18_59 = "no_client_selected", + _s18_60 = "configure_gateways", + _s18_61 = "Configure Gateways", + _s18_62 = "tax_settings_rates", + _s19_27 = "comma_sparated_list", + _s20_44 = "Comma separated list", + _s16_125 = "single_line_text", + _s16_126 = "Single-line text", + _s27_28 = "recover_password_email_sent", + _s39_3 = "A password recovery email has been sent", + _s16_127 = "recover_password", + _s16_128 = "late_fee_percent", + _s16_129 = "Late Fee Percent", + _s19_28 = "Before the due date", + _s18_63 = "After the due date", + _s18_64 = "after_invoice_date", _s22_26 = "After the invoice date", - _s21_44 = "partial_payment_email", - _s21_45 = "Partial Payment Email", - _s16_118 = "endless_reminder", - _s16_119 = "Endless Reminder", - _s16_120 = "filtered_by_user", - _s16_121 = "Filtered by User", - _s18_58 = "administrator_help", + _s21_51 = "partial_payment_email", + _s21_52 = "Partial Payment Email", + _s16_130 = "endless_reminder", + _s16_131 = "Endless Reminder", + _s16_132 = "filtered_by_user", + _s16_133 = "Filtered by User", + _s18_65 = "administrator_help", _s66_ = "Allow user to manage users, change settings and modify all records", - _s25_22 = "Successfully created user", - _s25_23 = "Successfully updated user", - _s26_18 = "Successfully archived user", - _s25_24 = "Successfully deleted user", - _s25_25 = "Successfully removed user", - _s26_19 = "Successfully restored user", + _s25_33 = "Successfully created user", + _s25_34 = "Successfully updated user", + _s26_21 = "Successfully archived user", + _s25_35 = "Successfully deleted user", + _s25_36 = "Successfully removed user", + _s26_22 = "Successfully restored user", _s34_10 = "Successfully archived :value users", - _s33_12 = "Successfully deleted :value users", - _s33_13 = "Successfully removed :value users", + _s33_14 = "Successfully deleted :value users", + _s33_15 = "Successfully removed :value users", _s34_11 = "Successfully restored :value users", - _s16_122 = "general_settings", - _s16_123 = "General Settings", - _s17_70 = "hide_paid_to_date", - _s17_71 = "Hide Paid to Date", + _s16_134 = "general_settings", + _s16_135 = "General Settings", + _s17_77 = "hide_paid_to_date", + _s17_78 = "Hide Paid to Date", _s22_27 = "hide_paid_to_date_help", _s87_ = 'Only display the "Paid to Date" area on your invoices once a payment has been received.', - _s23_17 = "invoice_embed_documents", - _s28_15 = "invoice_embed_documents_help", - _s39_2 = "Include attached images in the invoice.", - _s16_124 = "all_pages_header", - _s16_125 = "all_pages_footer", - _s18_59 = "auto_email_invoice", - _s23_18 = "auto_email_invoice_help", + _s23_18 = "invoice_embed_documents", + _s28_19 = "invoice_embed_documents_help", + _s39_4 = "Include attached images in the invoice.", + _s16_136 = "all_pages_header", + _s16_137 = "all_pages_footer", + _s18_66 = "auto_email_invoice", + _s23_19 = "auto_email_invoice_help", _s61_ = "Automatically email recurring invoices when they are created.", - _s20_42 = "auto_archive_invoice", - _s25_26 = "auto_archive_invoice_help", - _s50_2 = "Automatically archive invoices when they are paid.", - _s18_60 = "auto_archive_quote", - _s23_19 = "auto_archive_quote_help", + _s20_45 = "auto_archive_invoice", + _s25_37 = "auto_archive_invoice_help", + _s50_3 = "Automatically archive invoices when they are paid.", + _s18_67 = "auto_archive_quote", + _s23_20 = "auto_archive_quote_help", _s53_1 = "Automatically archive quotes when they are converted.", - _s18_61 = "auto_convert_quote", - _s23_20 = "auto_convert_quote_help", + _s18_68 = "auto_convert_quote", + _s23_21 = "auto_convert_quote_help", _s70_ = "Automatically convert a quote to an invoice when approved by a client.", - _s17_72 = "workflow_settings", - _s17_73 = "Workflow Settings", - _s17_74 = "freq_three_months", - _s16_126 = "freq_four_months", - _s16_127 = "freq_three_years", - _s17_75 = "generated_numbers", - _s17_76 = "Generated Numbers", - _s16_128 = "recurring_prefix", - _s16_129 = "Recurring Prefix", - _s17_77 = "invoice_surcharge", - _s17_78 = "Invoice Surcharge", - _s17_79 = "custom_javascript", - _s17_80 = "Custom JavaScript", - _s16_130 = "signature_on_pdf", - _s21_46 = "signature_on_pdf_help", + _s17_79 = "workflow_settings", + _s17_80 = "Workflow Settings", + _s17_81 = "freq_three_months", + _s16_138 = "freq_four_months", + _s16_139 = "freq_three_years", + _s17_82 = "generated_numbers", + _s17_83 = "Generated Numbers", + _s16_140 = "recurring_prefix", + _s16_141 = "Recurring Prefix", + _s17_84 = "invoice_surcharge", + _s17_85 = "Invoice Surcharge", + _s17_86 = "custom_javascript", + _s17_87 = "Custom JavaScript", + _s16_142 = "signature_on_pdf", + _s21_53 = "signature_on_pdf_help", _s51_3 = "Show the client signature on the invoice/quote PDF.", - _s25_27 = "show_accept_invoice_terms", + _s25_38 = "show_accept_invoice_terms", _s22_28 = "Invoice Terms Checkbox", - _s30_5 = "show_accept_invoice_terms_help", + _s30_6 = "show_accept_invoice_terms_help", _s61_0 = "Require client to confirm that they accept the invoice terms.", - _s23_21 = "show_accept_quote_terms", - _s20_43 = "Quote Terms Checkbox", - _s28_16 = "show_accept_quote_terms_help", - _s59_ = "Require client to confirm that they accept the quote terms.", - _s25_28 = "require_invoice_signature", - _s17_81 = "Invoice Signature", - _s30_6 = "require_invoice_signature_help", - _s42_7 = "Require client to provide their signature.", - _s23_22 = "require_quote_signature", + _s23_22 = "show_accept_quote_terms", + _s20_46 = "Quote Terms Checkbox", + _s28_20 = "show_accept_quote_terms_help", + _s59_0 = "Require client to confirm that they accept the quote terms.", + _s25_39 = "require_invoice_signature", + _s17_88 = "Invoice Signature", + _s30_7 = "require_invoice_signature_help", + _s42_9 = "Require client to provide their signature.", + _s23_23 = "require_quote_signature", _s22_29 = "enable_portal_password", - _s25_29 = "Password Protect Invoices", - _s27_23 = "enable_portal_password_help", - _s24_21 = "enable_email_markup_help", + _s25_40 = "Password Protect Invoices", + _s27_29 = "enable_portal_password_help", + _s24_24 = "enable_email_markup_help", _s86_ = "Make it easier for your clients to pay you by adding schema.org markup to your emails.", - _s16_131 = "attach_documents", - _s16_132 = "Attach Documents", - _s19_25 = "enable_email_markup", - _s19_26 = "accepted_card_logos", - _s19_27 = "Accepted Card Logos", - _s19_28 = "update_address_help", + _s16_143 = "attach_documents", + _s16_144 = "Attach Documents", + _s19_29 = "enable_email_markup", + _s19_30 = "accepted_card_logos", + _s19_31 = "Accepted Card Logos", + _s19_32 = "update_address_help", _s45_1 = "Update client's address with provided details", - _s16_133 = "created_tax_rate", + _s16_145 = "created_tax_rate", _s29_8 = "Successfully created tax rate", - _s16_134 = "updated_tax_rate", + _s16_146 = "updated_tax_rate", _s29_9 = "Successfully updated tax rate", - _s17_82 = "archived_tax_rate", - _s16_135 = "deleted_tax_rate", + _s17_89 = "archived_tax_rate", + _s16_147 = "deleted_tax_rate", _s29_10 = "Successfully deleted tax rate", - _s17_83 = "restored_tax_rate", - _s30_7 = "Successfully restored tax rate", - _s18_62 = "archived_tax_rates", - _s38_8 = "Successfully archived :value tax rates", - _s17_84 = "deleted_tax_rates", + _s17_90 = "restored_tax_rate", + _s30_8 = "Successfully restored tax rate", + _s18_69 = "archived_tax_rates", + _s38_11 = "Successfully archived :value tax rates", + _s17_91 = "deleted_tax_rates", _s37_5 = "Successfully deleted :value tax rates", - _s18_63 = "restored_tax_rates", - _s38_9 = "Successfully restored :value tax rates", - _s18_64 = "fill_products_help", + _s18_70 = "restored_tax_rates", + _s38_12 = "Successfully restored :value tax rates", + _s18_71 = "fill_products_help", _s71_ = "Selecting a product will automatically fill in the description and cost", - _s20_44 = "update_products_help", + _s20_47 = "update_products_help", _s65_0 = "Updating an invoice will automatically update the product library", - _s16_136 = "convert_products", - _s16_137 = "Convert Products", - _s21_47 = "convert_products_help", + _s16_148 = "convert_products", + _s16_149 = "Convert Products", + _s21_54 = "convert_products_help", _s61_1 = "Automatically convert product prices to the client's currency", - _s16_138 = "company_gateways", - _s16_139 = "Payment Gateways", - _s19_29 = "new_company_gateway", - _s20_45 = "edit_company_gateway", - _s23_23 = "created_company_gateway", - _s28_17 = "Successfully created gateway", - _s23_24 = "updated_company_gateway", - _s28_18 = "Successfully updated gateway", - _s24_22 = "archived_company_gateway", + _s16_150 = "company_gateways", + _s16_151 = "Payment Gateways", + _s19_33 = "new_company_gateway", + _s20_48 = "edit_company_gateway", + _s23_24 = "created_company_gateway", + _s28_21 = "Successfully created gateway", + _s23_25 = "updated_company_gateway", + _s28_22 = "Successfully updated gateway", + _s24_25 = "archived_company_gateway", _s29_11 = "Successfully archived gateway", - _s23_25 = "deleted_company_gateway", - _s28_19 = "Successfully deleted gateway", - _s24_23 = "restored_company_gateway", + _s23_26 = "deleted_company_gateway", + _s28_23 = "Successfully deleted gateway", + _s24_26 = "restored_company_gateway", _s29_12 = "Successfully restored gateway", - _s25_30 = "archived_company_gateways", + _s25_41 = "archived_company_gateways", _s37_6 = "Successfully archived :value gateways", - _s24_24 = "deleted_company_gateways", - _s36_4 = "Successfully deleted :value gateways", - _s25_31 = "restored_company_gateways", + _s24_27 = "deleted_company_gateways", + _s36_6 = "Successfully deleted :value gateways", + _s25_42 = "restored_company_gateways", _s37_7 = "Successfully restored :value gateways", - _s16_140 = "continue_editing", - _s16_141 = "Continue Editing", - _s21_48 = "first_day_of_the_week", - _s21_49 = "First Day of the Week", - _s23_26 = "first_month_of_the_year", - _s23_27 = "First Month of the Year", - _s18_65 = "military_time_help", - _s19_30 = "filtered_by_project", - _s19_31 = "Filtered by Project", - _s17_85 = "filtered_by_group", - _s17_86 = "Filtered by Group", - _s19_32 = "filtered_by_invoice", - _s19_33 = "Filtered by Invoice", - _s18_66 = "filtered_by_client", - _s18_67 = "Filtered by Client", - _s18_68 = "filtered_by_vendor", - _s18_69 = "Filtered by Vendor", - _s26_20 = "Successfully created group", - _s26_21 = "Successfully updated group", - _s35_7 = "Successfully archived :value groups", + _s16_152 = "continue_editing", + _s16_153 = "Continue Editing", + _s21_55 = "first_day_of_the_week", + _s21_56 = "First Day of the Week", + _s23_27 = "first_month_of_the_year", + _s23_28 = "First Month of the Year", + _s18_72 = "military_time_help", + _s19_34 = "filtered_by_project", + _s19_35 = "Filtered by Project", + _s17_92 = "filtered_by_group", + _s17_93 = "Filtered by Group", + _s19_36 = "filtered_by_invoice", + _s19_37 = "Filtered by Invoice", + _s18_73 = "filtered_by_client", + _s18_74 = "Filtered by Client", + _s18_75 = "filtered_by_vendor", + _s18_76 = "Filtered by Vendor", + _s26_23 = "Successfully created group", + _s26_24 = "Successfully updated group", + _s35_9 = "Successfully archived :value groups", _s34_12 = "Successfully deleted :value groups", - _s35_8 = "Successfully restored :value groups", - _s26_22 = "Successfully uploaded logo", - _s27_24 = "Successfully saved settings", - _s16_142 = "product_settings", - _s16_143 = "Product Settings", - _s17_87 = "advanced_settings", - _s17_88 = "Advanced Settings", - _s23_28 = "templates_and_reminders", - _s21_50 = "Templates & Reminders", + _s35_10 = "Successfully restored :value groups", + _s27_30 = "Successfully archived group", + _s26_25 = "Successfully deleted group", + _s27_31 = "Successfully restored group", + _s26_26 = "Successfully uploaded logo", + _s27_32 = "Successfully saved settings", + _s16_154 = "product_settings", + _s16_155 = "Product Settings", + _s17_94 = "advanced_settings", + _s17_95 = "Advanced Settings", + _s23_29 = "templates_and_reminders", + _s21_57 = "Templates & Reminders", _s22_30 = "credit_cards_and_banks", - _s20_46 = "Credit Cards & Banks", - _s19_34 = "data_visualizations", - _s19_35 = "Data Visualizations", - _s27_25 = "thank_you_for_your_purchase", - _s28_20 = "Thank you for your purchase!", - _s19_36 = "annual_subscription", - _s19_37 = "Annual Subscription", - _s25_32 = "please_enter_a_first_name", - _s25_33 = "Please enter a first name", - _s24_25 = "please_enter_a_last_name", - _s24_26 = "Please enter a last name", - _s33_14 = "please_agree_to_terms_and_privacy", + _s20_49 = "Credit Cards & Banks", + _s19_38 = "data_visualizations", + _s19_39 = "Data Visualizations", + _s27_33 = "thank_you_for_your_purchase", + _s28_24 = "Thank you for your purchase!", + _s19_40 = "annual_subscription", + _s19_41 = "Annual Subscription", + _s25_43 = "please_enter_a_first_name", + _s25_44 = "Please enter a first name", + _s24_28 = "please_enter_a_last_name", + _s24_29 = "Please enter a last name", + _s33_16 = "please_agree_to_terms_and_privacy", _s77_ = "Please agree to the terms of service and privacy policy to create an account.", - _s16_144 = "terms_of_service", - _s16_145 = "Terms of Service", - _s18_70 = "no_record_selected", - _s18_71 = "No record selected", - _s21_51 = "error_unsaved_changes", + _s16_156 = "terms_of_service", + _s16_157 = "Terms of Service", + _s18_77 = "no_record_selected", + _s18_78 = "No record selected", + _s21_58 = "error_unsaved_changes", _s34_13 = "Please save or cancel your changes", - _s27_26 = "requires_an_enterprise_plan", - _s17_89 = "uploaded_document", - _s30_8 = "Successfully uploaded document", - _s16_146 = "updated_document", + _s27_34 = "requires_an_enterprise_plan", + _s17_96 = "uploaded_document", + _s30_9 = "Successfully uploaded document", + _s16_158 = "updated_document", _s29_13 = "Successfully updated document", - _s17_90 = "archived_document", - _s30_9 = "Successfully archived document", - _s16_147 = "deleted_document", + _s17_97 = "archived_document", + _s30_10 = "Successfully archived document", + _s16_159 = "deleted_document", _s29_14 = "Successfully deleted document", - _s17_91 = "restored_document", - _s30_10 = "Successfully restored document", - _s18_72 = "archived_documents", - _s38_10 = "Successfully archived :value documents", - _s17_92 = "deleted_documents", + _s17_98 = "restored_document", + _s30_11 = "Successfully restored document", + _s18_79 = "archived_documents", + _s38_13 = "Successfully archived :value documents", + _s17_99 = "deleted_documents", _s37_8 = "Successfully deleted :value documents", - _s18_73 = "restored_documents", - _s38_11 = "Successfully restored :value documents", - _s16_148 = "expense_status_1", - _s16_149 = "expense_status_2", - _s16_150 = "expense_status_3", - _s24_27 = "add_documents_to_invoice", - _s16_151 = "convert_currency", - _s27_27 = "Successfully created vendor", - _s27_28 = "Successfully updated vendor", - _s28_21 = "Successfully archived vendor", - _s27_29 = "Successfully deleted vendor", - _s28_22 = "Successfully restored vendor", - _s16_152 = "archived_vendors", - _s16_153 = "restored_vendors", - _s36_5 = "Successfully restored :value vendors", - _s28_23 = "Successfully created expense", - _s28_24 = "Successfully updated expense", - _s16_154 = "archived_expense", + _s18_80 = "restored_documents", + _s38_14 = "Successfully restored :value documents", + _s16_160 = "expense_status_1", + _s16_161 = "expense_status_2", + _s16_162 = "expense_status_3", + _s24_30 = "add_documents_to_invoice", + _s16_163 = "convert_currency", + _s27_35 = "Successfully created vendor", + _s27_36 = "Successfully updated vendor", + _s28_25 = "Successfully archived vendor", + _s27_37 = "Successfully deleted vendor", + _s28_26 = "Successfully restored vendor", + _s16_164 = "archived_vendors", + _s16_165 = "restored_vendors", + _s36_7 = "Successfully restored :value vendors", + _s28_27 = "Successfully created expense", + _s28_28 = "Successfully updated expense", + _s16_166 = "archived_expense", _s29_15 = "Successfully archived expense", - _s28_25 = "Successfully deleted expense", - _s16_155 = "restored_expense", + _s28_29 = "Successfully deleted expense", + _s16_167 = "restored_expense", _s29_16 = "Successfully restored expense", - _s17_93 = "archived_expenses", - _s16_156 = "deleted_expenses", - _s17_94 = "restored_expenses", + _s17_100 = "archived_expenses", + _s16_168 = "deleted_expenses", + _s17_101 = "restored_expenses", _s37_9 = "Successfully restored :value expenses", - _s21_52 = "failed_to_find_record", - _s21_53 = "Failed to find record", - _s36_6 = "Please correct any overlapping times", - _s25_34 = "Successfully started task", - _s25_35 = "Successfully stopped task", - _s25_36 = "Successfully resumed task", - _s16_157 = "auto_start_tasks", - _s16_158 = "Auto Start Tasks", - _s25_37 = "Successfully created task", - _s25_38 = "Successfully updated task", - _s26_23 = "Successfully archived task", - _s25_39 = "Successfully deleted task", - _s26_24 = "Successfully restored task", + _s21_59 = "failed_to_find_record", + _s21_60 = "Failed to find record", + _s36_8 = "Please correct any overlapping times", + _s25_45 = "Successfully started task", + _s25_46 = "Successfully stopped task", + _s25_47 = "Successfully resumed task", + _s16_169 = "auto_start_tasks", + _s16_170 = "Auto Start Tasks", + _s25_48 = "Successfully created task", + _s25_49 = "Successfully updated task", + _s26_27 = "Successfully archived task", + _s25_50 = "Successfully deleted task", + _s26_28 = "Successfully restored task", _s34_14 = "Successfully restored :value tasks", - _s19_38 = "please_enter_a_name", - _s19_39 = "Please enter a name", - _s28_26 = "Successfully created project", - _s28_27 = "Successfully updated project", - _s16_159 = "archived_project", + _s19_42 = "please_enter_a_name", + _s19_43 = "Please enter a name", + _s28_30 = "Successfully created project", + _s28_31 = "Successfully updated project", + _s16_171 = "archived_project", _s29_17 = "Successfully archived project", - _s28_28 = "Successfully deleted project", - _s16_160 = "restored_project", + _s28_32 = "Successfully deleted project", + _s16_172 = "restored_project", _s29_18 = "Successfully restored project", - _s17_95 = "archived_projects", - _s16_161 = "deleted_projects", - _s17_96 = "restored_projects", + _s17_102 = "archived_projects", + _s16_173 = "deleted_projects", + _s17_103 = "restored_projects", _s37_10 = "Successfully restored :value projects", - _s27_30 = "thank_you_for_using_our_app", - _s28_29 = "Thank you for using our app!", - _s21_54 = "If you like it please", - _s18_74 = "click_here_capital", - _s30_11 = "authenticate_to_change_setting", - _s42_8 = "Please authenticate to change this setting", - _s19_40 = "please_authenticate", - _s19_41 = "Please authenticate", - _s24_28 = "biometric_authentication", - _s24_29 = "Biometric Authentication", - _s17_97 = "Login with Google", - _s17_98 = "comparison_period", - _s17_99 = "Comparison Period", - _s16_162 = "clone_to_invoice", - _s16_163 = "Clone to Invoice", - _s20_47 = "edit_recurring_quote", - _s20_48 = "Edit Recurring Quote", - _s16_164 = "shipping_address", - _s16_165 = "Shipping Address", - _s16_166 = "refresh_complete", - _s16_167 = "Refresh Complete", - _s23_29 = "please_enter_your_email", - _s23_30 = "Please enter your email", - _s26_25 = "please_enter_your_password", - _s26_26 = "Please enter your password", - _s21_55 = "please_enter_your_url", - _s21_56 = "Please enter your URL", - _s26_27 = "please_enter_a_product_key", - _s26_28 = "Please enter a product key", - _s17_100 = "an_error_occurred", - _s17_101 = "An error occurred", - _s19_42 = "copied_to_clipboard", - _s30_12 = "Copied :value to the clipboard", - _s16_168 = "could_not_launch", - _s16_169 = "Could not launch", - _s16_170 = "email_is_invalid", - _s16_171 = "Email is invalid", - _s28_30 = "Successfully created product", - _s28_31 = "Successfully updated product", - _s16_172 = "archived_product", + _s27_38 = "thank_you_for_using_our_app", + _s28_33 = "Thank you for using our app!", + _s21_61 = "If you like it please", + _s18_81 = "click_here_capital", + _s30_12 = "authenticate_to_change_setting", + _s42_10 = "Please authenticate to change this setting", + _s19_44 = "please_authenticate", + _s19_45 = "Please authenticate", + _s24_31 = "biometric_authentication", + _s24_32 = "Biometric Authentication", + _s17_104 = "comparison_period", + _s17_105 = "Comparison Period", + _s16_174 = "clone_to_invoice", + _s16_175 = "Clone to Invoice", + _s20_50 = "edit_recurring_quote", + _s20_51 = "Edit Recurring Quote", + _s16_176 = "shipping_address", + _s16_177 = "Shipping Address", + _s16_178 = "refresh_complete", + _s16_179 = "Refresh Complete", + _s23_30 = "please_enter_your_email", + _s23_31 = "Please enter your email", + _s26_29 = "please_enter_your_password", + _s26_30 = "Please enter your password", + _s21_62 = "please_enter_your_url", + _s21_63 = "Please enter your URL", + _s26_31 = "please_enter_a_product_key", + _s26_32 = "Please enter a product key", + _s17_106 = "an_error_occurred", + _s17_107 = "An error occurred", + _s19_46 = "copied_to_clipboard", + _s30_13 = "Copied :value to the clipboard", + _s16_180 = "could_not_launch", + _s16_181 = "Could not launch", + _s16_182 = "email_is_invalid", + _s16_183 = "Email is invalid", + _s28_34 = "Successfully created product", + _s28_35 = "Successfully updated product", + _s16_184 = "archived_product", _s29_19 = "Successfully archived product", - _s28_32 = "Successfully deleted product", - _s16_173 = "restored_product", + _s28_36 = "Successfully deleted product", + _s16_185 = "restored_product", _s29_20 = "Successfully restored product", - _s17_102 = "archived_products", - _s16_174 = "deleted_products", - _s17_103 = "restored_products", + _s17_108 = "archived_products", + _s16_186 = "deleted_products", + _s17_109 = "restored_products", _s37_11 = "Successfully restored :value products", - _s27_31 = "Successfully created client", - _s27_32 = "Successfully updated client", - _s28_33 = "Successfully archived client", - _s16_175 = "archived_clients", - _s27_33 = "Successfully deleted client", - _s28_34 = "Successfully restored client", - _s16_176 = "restored_clients", - _s36_7 = "Successfully restored :value clients", - _s28_35 = "Successfully created invoice", - _s28_36 = "Successfully updated invoice", - _s16_177 = "archived_invoice", + _s27_39 = "Successfully created client", + _s27_40 = "Successfully updated client", + _s28_37 = "Successfully archived client", + _s16_187 = "archived_clients", + _s27_41 = "Successfully deleted client", + _s28_38 = "Successfully restored client", + _s16_188 = "restored_clients", + _s36_9 = "Successfully restored :value clients", + _s28_39 = "Successfully created invoice", + _s28_40 = "Successfully updated invoice", + _s16_189 = "archived_invoice", _s29_21 = "Successfully archived invoice", - _s28_37 = "Successfully deleted invoice", - _s16_178 = "restored_invoice", + _s28_41 = "Successfully deleted invoice", + _s16_190 = "restored_invoice", _s29_22 = "Successfully restored invoice", - _s17_104 = "archived_invoices", - _s16_179 = "deleted_invoices", - _s17_105 = "restored_invoices", + _s17_110 = "archived_invoices", + _s16_191 = "deleted_invoices", + _s17_111 = "restored_invoices", _s37_12 = "Successfully restored :value invoices", - _s16_180 = "partial_due_date", - _s16_181 = "Partial Due Date", - _s17_106 = "invoice_status_id", + _s16_192 = "partial_due_date", + _s16_193 = "Partial Due Date", + _s17_112 = "invoice_status_id", _s22_31 = "click_plus_to_add_item", _s22_32 = "Click + to add an item", _s22_33 = "click_plus_to_add_time", - _s20_49 = "please_select_a_date", - _s20_50 = "Please select a date", + _s20_52 = "please_select_a_date", + _s20_53 = "Please select a date", _s22_34 = "please_select_a_client", _s22_35 = "Please select a client", - _s24_30 = "please_select_an_invoice", - _s24_31 = "Please select an invoice", - _s30_13 = "please_enter_an_invoice_number", - _s30_14 = "Please enter an invoice number", - _s27_34 = "please_enter_a_quote_number", - _s27_35 = "Please enter a quote number", + _s24_33 = "please_select_an_invoice", + _s24_34 = "Please select an invoice", + _s30_14 = "please_enter_an_invoice_number", + _s30_15 = "Please enter an invoice number", + _s27_42 = "please_enter_a_quote_number", + _s27_43 = "Please enter a quote number", _s22_36 = "marked_invoice_as_sent", - _s35_9 = "Successfully marked invoice as sent", + _s35_11 = "Successfully marked invoice as sent", _s22_37 = "marked_invoice_as_paid", - _s35_10 = "Successfully marked invoice as paid", - _s23_31 = "marked_invoices_as_sent", - _s36_8 = "Successfully marked invoices as sent", - _s23_32 = "marked_invoices_as_paid", - _s36_9 = "Successfully marked invoices as paid", + _s23_32 = "marked_invoices_as_sent", + _s36_10 = "Successfully marked invoices as sent", + _s23_33 = "marked_invoices_as_paid", _s37_13 = "please_enter_a_client_or_contact_name", _s37_14 = "Please enter a client or contact name", - _s27_36 = "restart_app_to_apply_change", - _s35_11 = "Restart the app to apply the change", - _s16_182 = "no_records_found", - _s16_183 = "No records found", - _s16_184 = "payment_status_1", - _s16_185 = "payment_status_2", - _s16_186 = "payment_status_3", - _s16_187 = "payment_status_4", - _s16_188 = "payment_status_5", - _s16_189 = "payment_status_6", - _s17_107 = "payment_status_-1", - _s17_108 = "payment_status_-2", - _s35_12 = "Email payment receipt to the client", - _s21_57 = "transaction_reference", - _s21_58 = "Transaction Reference", - _s28_38 = "Successfully created payment", - _s28_39 = "Successfully updated payment", - _s16_190 = "archived_payment", + _s27_44 = "restart_app_to_apply_change", + _s35_12 = "Restart the app to apply the change", + _s16_194 = "no_records_found", + _s16_195 = "No records found", + _s16_196 = "payment_status_1", + _s16_197 = "payment_status_2", + _s16_198 = "payment_status_3", + _s16_199 = "payment_status_4", + _s16_200 = "payment_status_5", + _s16_201 = "payment_status_6", + _s17_113 = "payment_status_-1", + _s17_114 = "payment_status_-2", + _s35_13 = "Email payment receipt to the client", + _s21_64 = "transaction_reference", + _s21_65 = "Transaction Reference", + _s28_42 = "Successfully created payment", + _s28_43 = "Successfully updated payment", + _s16_202 = "archived_payment", _s29_23 = "Successfully archived payment", - _s28_40 = "Successfully deleted payment", - _s16_191 = "restored_payment", + _s28_44 = "Successfully deleted payment", + _s16_203 = "restored_payment", _s29_24 = "Successfully restored payment", - _s17_109 = "archived_payments", - _s16_192 = "deleted_payments", - _s17_110 = "restored_payments", + _s17_115 = "archived_payments", + _s16_204 = "deleted_payments", + _s17_116 = "restored_payments", _s37_15 = "Successfully restored :value payments", - _s26_29 = "Successfully created quote", - _s26_30 = "Successfully updated quote", - _s27_37 = "Successfully archived quote", - _s26_31 = "Successfully deleted quote", - _s27_38 = "Successfully restored quote", - _s35_13 = "Successfully restored :value quotes", - _s28_41 = ":user created client :client", + _s26_33 = "Successfully created quote", + _s26_34 = "Successfully updated quote", + _s27_45 = "Successfully archived quote", + _s26_35 = "Successfully deleted quote", + _s27_46 = "Successfully restored quote", + _s35_14 = "Successfully restored :value quotes", + _s28_45 = ":user created client :client", _s29_25 = ":user archived client :client", - _s28_42 = ":user deleted client :client", - _s30_15 = ":user created invoice :invoice", - _s30_16 = ":user updated invoice :invoice", - _s31_3 = ":user archived invoice :invoice", - _s30_17 = ":user deleted invoice :invoice", - _s30_18 = ":user updated payment :payment", - _s31_4 = ":user archived payment :payment", - _s30_19 = ":user deleted payment :payment", - _s28_43 = ":user entered :credit credit", - _s28_44 = ":user updated :credit credit", + _s28_46 = ":user deleted client :client", + _s30_16 = ":user created invoice :invoice", + _s30_17 = ":user updated invoice :invoice", + _s31_6 = ":user archived invoice :invoice", + _s30_18 = ":user deleted invoice :invoice", + _s30_19 = ":user updated payment :payment", + _s31_7 = ":user archived payment :payment", + _s30_20 = ":user deleted payment :payment", + _s28_47 = ":user entered :credit credit", + _s28_48 = ":user updated :credit credit", _s29_26 = ":user archived :credit credit", - _s28_45 = ":user deleted :credit credit", - _s26_32 = ":user created quote :quote", - _s26_33 = ":user updated quote :quote", - _s28_46 = ":contact viewed quote :quote", - _s27_39 = ":user archived quote :quote", - _s26_34 = ":user deleted quote :quote", - _s27_40 = ":user restored quote :quote", - _s31_5 = ":user restored invoice :invoice", + _s28_49 = ":user deleted :credit credit", + _s26_36 = ":user created quote :quote", + _s26_37 = ":user updated quote :quote", + _s28_50 = ":contact viewed quote :quote", + _s27_47 = ":user archived quote :quote", + _s26_38 = ":user deleted quote :quote", + _s27_48 = ":user restored quote :quote", + _s31_8 = ":user restored invoice :invoice", _s29_27 = ":user restored client :client", - _s31_6 = ":user restored payment :payment", + _s31_9 = ":user restored payment :payment", _s29_28 = ":user restored :credit credit", - _s28_47 = ":user created vendor :vendor", + _s28_51 = ":user created vendor :vendor", _s29_29 = ":user archived vendor :vendor", - _s28_48 = ":user deleted vendor :vendor", + _s28_52 = ":user deleted vendor :vendor", _s29_30 = ":user restored vendor :vendor", - _s30_20 = ":user created expense :expense", - _s31_7 = ":user archived expense :expense", - _s30_21 = ":user deleted expense :expense", - _s31_8 = ":user restored expense :expense", - _s24_32 = ":user created task :task", - _s24_33 = ":user updated task :task", - _s25_40 = ":user archived task :task", - _s24_34 = ":user deleted task :task", - _s25_41 = ":user restored task :task", - _s30_22 = ":user updated expense :expense", - _s39_3 = "System failed to email invoice :invoice", - _s31_9 = ":user reversed invoice :invoice", - _s32_6 = ":user cancelled invoice :invoice", - _s28_49 = ":user updated client :client", - _s28_50 = ":user updated vendor :vendor", - _s17_111 = "one_time_password", - _s17_112 = "One Time Password", - _s20_51 = "marked_quote_as_sent", - _s33_15 = "Successfully marked quote as sent", - _s21_59 = "marked_credit_as_sent", + _s30_21 = ":user created expense :expense", + _s31_10 = ":user archived expense :expense", + _s30_22 = ":user deleted expense :expense", + _s31_11 = ":user restored expense :expense", + _s24_35 = ":user created task :task", + _s24_36 = ":user updated task :task", + _s25_51 = ":user archived task :task", + _s24_37 = ":user deleted task :task", + _s25_52 = ":user restored task :task", + _s30_23 = ":user updated expense :expense", + _s39_5 = "System failed to email invoice :invoice", + _s31_12 = ":user reversed invoice :invoice", + _s32_7 = ":user cancelled invoice :invoice", + _s28_53 = ":user updated client :client", + _s28_54 = ":user updated vendor :vendor", + _s17_117 = "one_time_password", + _s17_118 = "One Time Password", + _s20_54 = "marked_quote_as_sent", + _s33_17 = "Successfully marked quote as sent", + _s21_66 = "marked_credit_as_sent", _s34_15 = "Successfully marked credit as sent", _s22_38 = "long_press_multiselect", _s22_39 = "Long-press Multiselect", - _s18_75 = "email_style_custom", - _s18_76 = "Custom Email Style", - _s24_35 = "custom_message_dashboard", - _s24_36 = "Custom Dashboard Message", + _s18_82 = "email_style_custom", + _s18_83 = "Custom Email Style", + _s24_38 = "custom_message_dashboard", + _s24_39 = "Custom Dashboard Message", _s29_31 = "custom_message_unpaid_invoice", _s29_32 = "Custom Unpaid Invoice Message", - _s27_41 = "custom_message_paid_invoice", - _s27_42 = "Custom Paid Invoice Message", - _s31_10 = "custom_message_unapproved_quote", - _s31_11 = "Custom Unapproved Quote Message", - _s19_43 = "task_number_pattern", - _s19_44 = "Task Number Pattern", - _s19_45 = "task_number_counter", - _s19_46 = "Task Number Counter", + _s27_49 = "custom_message_paid_invoice", + _s27_50 = "Custom Paid Invoice Message", + _s31_13 = "custom_message_unapproved_quote", + _s31_14 = "Custom Unapproved Quote Message", + _s19_47 = "task_number_pattern", + _s19_48 = "Task Number Pattern", + _s19_49 = "task_number_counter", + _s19_50 = "Task Number Counter", _s22_40 = "expense_number_pattern", _s22_41 = "Expense Number Pattern", _s22_42 = "expense_number_counter", _s22_43 = "Expense Number Counter", - _s21_60 = "vendor_number_pattern", - _s21_61 = "Vendor Number Pattern", - _s21_62 = "vendor_number_counter", - _s21_63 = "Vendor Number Counter", - _s21_64 = "ticket_number_pattern", - _s21_65 = "Ticket Number Pattern", - _s21_66 = "ticket_number_counter", - _s21_67 = "Ticket Number Counter", + _s21_67 = "vendor_number_pattern", + _s21_68 = "Vendor Number Pattern", + _s21_69 = "vendor_number_counter", + _s21_70 = "Vendor Number Counter", + _s21_71 = "ticket_number_pattern", + _s21_72 = "Ticket Number Pattern", + _s21_73 = "ticket_number_counter", + _s21_74 = "Ticket Number Counter", _s22_44 = "payment_number_pattern", _s22_45 = "Payment Number Pattern", _s22_46 = "payment_number_counter", @@ -440874,846 +443359,1274 @@ _s22_49 = "Invoice Number Pattern", _s22_50 = "invoice_number_counter", _s22_51 = "Invoice Number Counter", - _s20_52 = "quote_number_pattern", - _s20_53 = "Quote Number Pattern", - _s20_54 = "quote_number_counter", - _s20_55 = "Quote Number Counter", - _s21_68 = "client_number_pattern", - _s21_69 = "Credit Number Pattern", - _s21_70 = "client_number_counter", - _s21_71 = "Credit Number Counter", - _s21_72 = "credit_number_pattern", - _s21_73 = "credit_number_counter", - _s18_77 = "reset_counter_date", - _s18_78 = "Reset Counter Date", - _s28_51 = "shared_invoice_quote_counter", - _s18_79 = "default_tax_name_1", - _s18_80 = "Default Tax Name 1", - _s18_81 = "default_tax_rate_1", - _s18_82 = "Default Tax Rate 1", - _s18_83 = "default_tax_name_2", - _s18_84 = "Default Tax Name 2", - _s18_85 = "default_tax_rate_2", - _s18_86 = "Default Tax Rate 2", - _s18_87 = "default_tax_name_3", - _s18_88 = "Default Tax Name 3", - _s18_89 = "default_tax_rate_3", - _s18_90 = "Default Tax Rate 3", - _s21_74 = "email_subject_invoice", - _s21_75 = "Email Invoice Subject", - _s19_47 = "email_subject_quote", - _s19_48 = "Email Quote Subject", - _s21_76 = "email_subject_payment", - _s21_77 = "Email Payment Subject", + _s20_55 = "quote_number_pattern", + _s20_56 = "Quote Number Pattern", + _s20_57 = "quote_number_counter", + _s20_58 = "Quote Number Counter", + _s21_75 = "client_number_pattern", + _s21_76 = "Credit Number Pattern", + _s21_77 = "client_number_counter", + _s21_78 = "Credit Number Counter", + _s21_79 = "credit_number_pattern", + _s21_80 = "credit_number_counter", + _s18_84 = "reset_counter_date", + _s18_85 = "Reset Counter Date", + _s28_55 = "shared_invoice_quote_counter", + _s18_86 = "default_tax_name_1", + _s18_87 = "Default Tax Name 1", + _s18_88 = "default_tax_rate_1", + _s18_89 = "Default Tax Rate 1", + _s18_90 = "default_tax_name_2", + _s18_91 = "Default Tax Name 2", + _s18_92 = "default_tax_rate_2", + _s18_93 = "Default Tax Rate 2", + _s18_94 = "default_tax_name_3", + _s18_95 = "Default Tax Name 3", + _s18_96 = "default_tax_rate_3", + _s18_97 = "Default Tax Rate 3", + _s21_81 = "email_subject_invoice", + _s21_82 = "Email Invoice Subject", + _s19_51 = "email_subject_quote", + _s19_52 = "Email Quote Subject", + _s21_83 = "email_subject_payment", + _s21_84 = "Email Payment Subject", _s29_33 = "email_subject_payment_partial", _s29_34 = "Email Partial Payment Subject", - _s16_193 = "client_is_active", - _s16_194 = "Client is Active", - _s16_195 = "Client Apt/Suite", - _s16_196 = "Vendor Apt/Suite", - _s24_37 = "client_shipping_address1", + _s16_205 = "client_is_active", + _s16_206 = "Client is Active", + _s16_207 = "Client Apt/Suite", + _s16_208 = "Vendor Apt/Suite", + _s24_40 = "client_shipping_address1", _s22_52 = "Client Shipping Street", - _s24_38 = "client_shipping_address2", - _s25_42 = "Client Shipping Apt/Suite", - _s16_197 = "invoice_due_date", - _s17_113 = "custom_surcharge1", - _s17_114 = "custom_surcharge2", - _s17_115 = "custom_surcharge3", - _s17_116 = "custom_surcharge4", - _s19_49 = "expense_category_id", - _s19_50 = "Expense Category ID", - _s16_198 = "expense_category", - _s19_51 = "invoice_currency_id", - _s19_52 = "Invoice Currency ID", + _s24_41 = "client_shipping_address2", + _s25_53 = "Client Shipping Apt/Suite", + _s16_209 = "invoice_due_date", + _s17_119 = "custom_surcharge1", + _s17_120 = "custom_surcharge2", + _s17_121 = "custom_surcharge3", + _s17_122 = "custom_surcharge4", + _s19_53 = "expense_category_id", + _s19_54 = "Expense Category ID", + _s16_210 = "expense_category", + _s19_55 = "invoice_currency_id", + _s19_56 = "Invoice Currency ID", + _s18_98 = "status_color_theme", + _s18_99 = "Status Color Theme", + _s16_211 = "load_color_theme", + _s16_212 = "Load Color Theme", + _s29_35 = "Pre-authorized debit payments", + _s17_123 = "BECS Direct Debit", + _s17_124 = "SEPA Direct Debit", + _s16_213 = "Gross line total", + _s16_214 = "Clone to expense", _s67_ = 'Once the file is ready you"ll receive an email with a download link', _s61_2 = "Set the subdomain or display the invoice on your own website.", - _s54_ = "Upgrade to a paid plan to enable the advanded settings", - _s17_117 = "Resend Invitation", - _s25_43 = "Two-Factor Authentication", - _s31_12 = 'Please type ":value" to confirm', + _s17_125 = "Resend Invitation", + _s25_54 = "Two-Factor Authentication", + _s31_15 = 'Please type ":value" to confirm', _s48_0 = "Warning: this company has not yet been activated", - _s31_13 = "Successfully update task status", - _s29_35 = "Successfully deleted category", - _s50_3 = "The credit amount cannot exceed the payment amount", - _s26_35 = "Make the documents visible", - _s16_199 = "Apple/Google Pay", - _s52_1 = "Support paying at minimum the partial/deposit amount", - _s29_36 = "Successfully emailed invoices", - _s27_43 = "Successfully emailed quotes", - _s28_52 = "Successfully emailed credits", - _s29_37 = "Tokeni \xebsht\xeb fshir\xeb me sukses", - _s16_200 = "Search Documents", - _s16_201 = "Search Tax Rates", - _s19_53 = ":count invoice sent", + _s31_16 = "Successfully update task status", + _s29_36 = "Successfully deleted category", + _s50_4 = "The credit amount cannot exceed the payment amount", + _s31_17 = "Track the expense has been paid", + _s33_18 = "Enable the expense to be invoiced", + _s26_39 = "Make the documents visible", + _s16_215 = "Apple/Google Pay", + _s52_2 = "Support paying at minimum the partial/deposit amount", + _s29_37 = "Successfully emailed invoices", + _s27_51 = "Successfully emailed quotes", + _s28_56 = "Successfully emailed credits", + _s29_38 = "Tokeni \xebsht\xeb fshir\xeb me sukses", + _s18_100 = "Sign in with email", + _s16_216 = "Search Documents", + _s16_217 = "Search Tax Rates", + _s19_57 = ":count invoice sent", _s69_ = "Warning: This will permanently delete your company, there is no undo.", - _s16_202 = "Created by :name", - _s33_16 = "Adjust percent to account for fee", - _s21_78 = "Password is too short", - _s21_79 = "terms_of_service_link", - _s16_203 = "terms of service", - _s19_54 = "privacy_policy_link", - _s27_44 = "Requires an enterprise plan", - _s24_39 = "Add documents to invoice", + _s16_218 = "Created by :name", + _s33_19 = "Adjust percent to account for fee", + _s21_85 = "Password is too short", + _s27_52 = "Requires an enterprise plan", + _s24_42 = "Add documents to invoice", _s37_16 = "Successfully archived :count projects", - _s36_10 = "Successfully deleted :count projects", - _s20_56 = ":count invoices sent", + _s36_11 = "Successfully deleted :count projects", + _s19_58 = "Sign in with Google", + _s20_59 = ":count invoices sent", _s37_17 = "Successfully archived :count products", - _s36_11 = "Successfully deleted :count products", - _s28_53 = "Successfully emailed payment", - _s19_55 = "Click + to add time", + _s36_12 = "Successfully deleted :count products", + _s28_57 = "Successfully emailed payment", + _s19_59 = "Click + to add time", _s54_0 = ":user emailed invoice :invoice for :client to :contact", - _s44_ = ":contact viewed invoice :invoice for :client", + _s44_0 = ":contact viewed invoice :invoice for :client", _s85_0 = ":contact entered payment :payment for :payment_amount on invoice :invoice for :client", - _s50_4 = ":user emailed quote :quote for :client to :contact", - _s42_9 = ":contact approved quote :quote for :client", - _s50_5 = ":user cancelled a :payment_amount payment :payment", + _s50_5 = ":user emailed quote :quote for :client to :contact", + _s42_11 = ":contact approved quote :quote for :client", + _s50_6 = ":user cancelled a :payment_amount payment :payment", _s64_ = ":user refunded :adjustment of a :payment_amount payment :payment", - _s28_54 = ":user updated ticket :ticket", - _s27_45 = ":user closed ticket :ticket", - _s27_46 = ":user merged ticket :ticket", - _s26_36 = ":user split ticket :ticket", - _s30_23 = ":contact opened ticket :ticket", - _s32_7 = ":contact reopened ticket :ticket", - _s29_38 = ":user reopened ticket :ticket", - _s31_14 = ":contact replied ticket :ticket", - _s27_47 = ":user viewed ticket :ticket", + _s28_58 = ":user updated ticket :ticket", + _s27_53 = ":user closed ticket :ticket", + _s27_54 = ":user merged ticket :ticket", + _s26_40 = ":user split ticket :ticket", + _s30_24 = ":contact opened ticket :ticket", + _s32_8 = ":contact reopened ticket :ticket", + _s29_39 = ":user reopened ticket :ticket", + _s31_18 = ":contact replied ticket :ticket", + _s27_55 = ":user viewed ticket :ticket", _s61_3 = ":user emailed first reminder for invoice :invoice to :contact", - _s62_ = ":user emailed second reminder for invoice :invoice to :contact", + _s62_0 = ":user emailed second reminder for invoice :invoice to :contact", _s61_4 = ":user emailed third reminder for invoice :invoice to :contact", _s63_0 = ":user emailed endless reminder for invoice :invoice to :contact", - _s40_1 = ":user created subscription :subscription", - _s40_2 = ":user updated subscription :subscription", + _s40_2 = ":user created subscription :subscription", + _s40_3 = ":user updated subscription :subscription", _s41_4 = ":user archived subscription :subscription", - _s40_3 = ":user deleted subscription :subscription", + _s40_4 = ":user deleted subscription :subscription", _s41_5 = ":user restored subscription :subscription", - _s27_48 = "Successfully emailed credit", - _s28_55 = "Shared Invoice Quote Counter", - _s16_204 = "Expense Category", - _s16_205 = "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", - _s17_118 = "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", - _s16_206 = "\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0434\u0430\u043d\u044a\u0446\u0438", - _s16_207 = "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", - _s32_8 = "\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_37 = "\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_208 = "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", - _s24_40 = "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", - _s24_41 = "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", - _s16_209 = "Refunded Payment", - _s24_42 = "Nova kategorija tro\u0161kova", + _s27_56 = "Successfully emailed credit", + _s28_59 = "Shared Invoice Quote Counter", + _s16_219 = "Expense Category", + _s23_34 = "View expense # :expense", + _s16_220 = "Refunded Payment", _s45_2 = "Successfully archived :count expense category", - _s17_119 = "Obri\u0161i dobavlja\u010da", - _s16_210 = "Po\u0161alji e-po\u0161tom", - _s23_33 = "Uspje\u0161no otkazani ra\u010dun", - _s16_211 = "Redovni tro\u0161kovi", - _s16_212 = "Trenutna verzija", - _s16_213 = "Vi\u0161e informacija", - _s20_57 = "Lozinka je prekratka", - _s23_34 = "Upravljanje korisnicima", - _s21_80 = "Sakrij datum pla\u0107anja", - _s70_0 = 'Prika\u017eite "Datum pla\u0107anja" na ra\u010dunima, onda kada je uplata primljena.', - _s20_58 = "Prika\u017ei zaglavlje na", - _s19_56 = "Prika\u017ei podno\u017eje na", - _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.", - _s81_ = "Olak\u0161ajte svojim klijentima pla\u0107anje dodavanjem schema.org markupa va\u0161oj e-po\u0161ti.", - _s16_214 = "Kreditna kartica", - _s24_43 = "Proizvodi sa samoispunom", - _s53_2 = "Odabir proizvoda \u0107e automatski ispuniti opis i cijenu", - _s57_ = "A\u017euriranje ra\u010duna automatski a\u017eurirati registar proizvoda", - _s18_91 = "Postavke proizvoda", - _s17_120 = "Napredne postavke", - _s17_121 = "Detalji korisnika", - _s17_122 = "Prilago\u0111ena polja", - _s16_215 = "Postavke e-po\u0161te", - _s22_53 = "Vizualizacije podataka", - _s18_92 = "Godi\u0161nja pretplata", - _s16_216 = ":count korisnika", - _s18_93 = "Molimo unesite ime", - _s18_94 = "Korisni\u010dka prijava", - _s23_35 = "Uspje\u0161no obrisan tro\u0161ak", - _s16_217 = "Uredi dobavlja\u010da", - _s16_218 = "aktivni klijenti", - _s18_95 = "Da li ste sigurni?", - _s30_24 = "Kliknite + za dodavanje stavke", - _s25_44 = "Molimo odaberite klijenta", - _s17_123 = "Klijentski portal", - _s16_219 = "Drugi podsjetnik", - _s16_220 = "Tre\u0107i podsjetnik", - _s31_15 = "Po\u0161alji e-po\u0161tom ra\u010dun klijentu", - _s21_81 = "Referenca transakcije", - _s30_25 = ":user kreirao klijenta :client", - _s32_9 = ":user arhivirao klijenta :client", - _s30_26 = ":user obrisao klijenta :client", - _s28_56 = ":user kreirao ra\u010dun :invoice", - _s29_39 = ":user a\u017eurirao ra\u010dun :invoice", - _s30_27 = ":user arhivirao ra\u010dun :invoice", - _s27_49 = ":user obrisao ra\u010dun :invoce", - _s30_28 = ":user a\u017eurirao uplatu :payment", - _s30_29 = ":user ahivirao uplatu :payment", - _s29_40 = ":user obrisao uplatu :payment", - _s27_50 = ":user upisao :credit kredit", - _s29_41 = ":user a\u017eurirao :credit kredit", - _s30_30 = ":user arhivirao :credit kredit", - _s28_57 = ":user obrisao :credit kredit", - _s28_58 = ":user obnovio ra\u010dun :invoice", - _s30_31 = ":user obnovio klijenta :client", - _s29_42 = ":user obnovio uplatu :payment", - _s28_59 = ":user obnovio :credit kredit", - _s29_43 = ":user kreirao tro\u0161ak :expense", - _s41_6 = ":payment_amount payment (:payment) failed", - _s21_82 = "N\xe1klad \xfasp\u011b\u0161n\u011b smaz\xe1n", - _s16_221 = "Datum splatnosti", - _s18_96 = "Should be invoiced", - _s17_124 = "Refunder betaling", - _s22_54 = ":count fakturaer sendt", - _s19_57 = "Skjul delbetalinger", - _s20_59 = "Vilk\xe5r for fakturaen", - _s34_16 = "Successfully archived the tax rate", - _s17_125 = "Datavisualisering", - _s16_222 = "Convert currency", - _s30_32 = "Successfully archived expenses", - _s29_44 = "Successfully deleted expenses", - _s16_223 = "Faktureringsdato", - _s16_224 = "Betaling slettet", - _s27_51 = "Gedeeltelijk niet toegepast", - _s20_60 = "De taak is gewijzigd", - _s36_12 = "Succesvol een taak status verwijderd", - _s16_225 = "Uitgavecategorie", - _s20_61 = "Automatisch omzetten", - _s28_60 = "Webhook succesvol verwijderd", - _s38_12 = "betalingstermijn met succes verwijderd", - _s17_126 = "Eerste aangepaste", - _s17_127 = "Tweede aangepaste", - _s16_226 = "Derde aangepaste", - _s18_97 = "Ontwerp verwijderd", - _s20_62 = "Aangepaste Toeslag 1", - _s20_63 = "Aangepaste Toeslag 2", - _s20_64 = "Aangepaste Toeslag 3", - _s20_65 = "Aangepaste Toeslag 4", - _s31_16 = "Gelieve een klant te selecteren", - _s22_55 = "Gedeeltelijke betaling", - _s22_56 = "Automatisch archiveren", - _s16_227 = "Betalingsgateway", - _s18_98 = "Eerste herinnering", - _s18_99 = "Tweede herinnering", - _s17_128 = "Derde herinnering", - _s17_129 = "Aangepaste waarde", - _s21_83 = "Kredietnummer patroon", - _s20_66 = "Kredietnummer teller", - _s20_67 = "Please select a file", - _s17_130 = "Save card details", + _s18_101 = "Should be invoiced", + _s16_221 = "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u062f\u0648\u0631\u064a\u0629", + _s17_126 = "Save card details", _s69_0 = "Warning: This will permanently delete your account, there is no undo.", - _s36_13 = "Successfully archived :count credits", - _s35_14 = "Successfully deleted :count credits", - _s24_44 = "Please select a customer", - _s21_84 = "Recover your password", - _s16_228 = "Secondary Colour", - _s18_100 = "Auto-fill products", - _s20_68 = "Auto-update products", - _s19_58 = "Data Visualisations", + _s21_86 = "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_16 = "Successfully archived the tax rate", + _s18_102 = "Auto-fill products", + _s20_60 = "Auto-update products", + _s16_222 = "Convert currency", + _s30_25 = "Successfully archived expenses", + _s29_40 = "Successfully deleted expenses", _s34_17 = "Successfully archived :count tasks", - _s33_17 = "Successfully deleted :count tasks", - _s37_18 = "Successfully archived :count invoices", - _s36_14 = "Successfully deleted :count invoices", - _s28_61 = "Successfully emailed invoice", - _s23_36 = "Partial Payment/Deposit", - _s37_19 = "Successfully archived :count payments", - _s36_15 = "Successfully deleted :count payments", + _s33_20 = "Successfully deleted :count tasks", _s35_15 = "Successfully archived :count quotes", _s34_18 = "Successfully deleted :count quotes", - _s26_38 = "Successfully emailed quote", + _s41_6 = ":payment_amount payment (:payment) failed", + _s26_41 = "Successfully emailed quote", + _s16_223 = "Redovni tro\u0161kovi", + _s17_127 = "Podr\u017eani doga\u0111aji", + _s19_60 = "Kategorije tro\u0161kova", + _s24_43 = "Nova kategorija tro\u0161kova", + _s27_57 = "Stranica :current od :total", + _s18_103 = "Prilago\u0111ene oznake", + _s25_55 = "E-po\u0161ta za ru\u010dno pla\u0107anje", + _s17_128 = "Obri\u0161i dobavlja\u010da", + _s18_104 = "Sakrij bo\u010dnu traku", + _s16_224 = "Pretra\u017ei 1 token", + _s21_87 = "Registracija klijenta", + _s16_225 = "Po\u0161alji e-po\u0161tom", + _s20_61 = "Vlasni\u0161tvo korisnika", + _s18_105 = "Pretra\u017ei proizvode", + _s17_129 = "Pretra\u017ei projekte", + _s17_130 = "Pretra\u017ei tro\u0161kove", + _s23_35 = "Uspje\u0161no otkazani ra\u010dun", + _s19_61 = "Ponavljaju\u0107i zadaci", + _s16_226 = "Trenutna verzija", + _s19_62 = "A\u017euriranje dostupno", + _s16_227 = "Vi\u0161e informacija", + _s17_131 = "Puno ime kontakta", + _s17_132 = "Kontaktirajte nas", + _s20_62 = "Lozinka je prekratka", + _s26_42 = "Zadaci klijentskog portala", + _s26_43 = "Prika\u017ei koli\u010dinu proizvoda", + _s23_36 = "Prika\u017ei koli\u010dinu ra\u010duna", + _s23_37 = "Filtrirano po korisniku", + _s23_38 = "Upravljanje korisnicima", + _s21_88 = "Sakrij datum pla\u0107anja", + _s70_0 = 'Prika\u017eite "Datum pla\u0107anja" na ra\u010dunima, onda kada je uplata primljena.', + _s20_63 = "Prika\u017ei zaglavlje na", + _s19_63 = "Prika\u017ei podno\u017eje na", + _s22_53 = "Prilago\u0111eni JavaScript", + _s81_ = "Olak\u0161ajte svojim klijentima pla\u0107anje dodavanjem schema.org markupa va\u0161oj e-po\u0161ti.", + _s19_64 = "Prilo\u017eite dokumente", + _s16_228 = "Kreditna kartica", + _s53_2 = "Odabir proizvoda \u0107e automatski ispuniti opis i cijenu", + _s19_65 = "Filtrirano po grupi", + _s20_64 = "Filtrirano po ra\u010dunu", + _s22_54 = "Filtrirano po klijentu", + _s24_44 = "Filtrirano po dobavlja\u010du", + _s18_106 = "Postavke proizvoda", + _s16_229 = "Postavke ure\u0111aja", + _s17_133 = "Napredne postavke", + _s17_134 = "Detalji korisnika", + _s17_135 = "Prilago\u0111ena polja", + _s16_230 = "Postavke e-po\u0161te", + _s22_55 = "Vizualizacije podataka", + _s18_107 = "Godi\u0161nja pretplata", + _s16_231 = ":count korisnika", + _s18_108 = "Molimo unesite ime", + _s18_109 = "Korisni\u010dka prijava", + _s21_89 = "Prijava putem e-po\u0161te", + _s23_39 = "Uspje\u0161no obrisan tro\u0161ak", + _s16_232 = "Prethodna godina", + _s16_233 = "Uredi dobavlja\u010da", + _s16_234 = "aktivni klijenti", + _s18_110 = "Da li ste sigurni?", + _s30_26 = "Kliknite + za dodavanje stavke", + _s16_235 = "Drugi podsjetnik", + _s16_236 = "Tre\u0107i podsjetnik", + _s31_19 = "Po\u0161alji e-po\u0161tom ra\u010dun klijentu", + _s21_90 = "Referenca transakcije", + _s30_27 = ":user kreirao klijenta :client", + _s32_9 = ":user arhivirao klijenta :client", + _s30_28 = ":user obrisao klijenta :client", + _s28_60 = ":user kreirao ra\u010dun :invoice", + _s29_41 = ":user a\u017eurirao ra\u010dun :invoice", + _s30_29 = ":user arhivirao ra\u010dun :invoice", + _s27_58 = ":user obrisao ra\u010dun :invoce", + _s30_30 = ":user a\u017eurirao uplatu :payment", + _s30_31 = ":user ahivirao uplatu :payment", + _s29_42 = ":user obrisao uplatu :payment", + _s29_43 = ":user a\u017eurirao :credit kredit", + _s30_32 = ":user arhivirao :credit kredit", + _s28_61 = ":user obrisao :credit kredit", + _s28_62 = ":user obnovio ra\u010dun :invoice", + _s30_33 = ":user obnovio klijenta :client", + _s29_44 = ":user obnovio uplatu :payment", + _s28_63 = ":user obnovio :credit kredit", + _s29_45 = ":user kreirao tro\u0161ak :expense", + _s28_64 = ":user otkazao ra\u010dun :invoice", + _s24_45 = "Prilago\u0111eni stil e-po\u0161te", + _s16_237 = "Zaklju\u010daj ra\u010dune", + _s21_91 = "Broja\u010d broja tro\u0161kova", + _s18_111 = "Klijent je aktivan", + _s17_136 = "Dr\u017eava dobavlja\u010da", + _s21_92 = "N\xe1klad \xfasp\u011b\u0161n\u011b smaz\xe1n", + _s16_238 = "\u010c\xedslo objedn\xe1vky", + _s16_239 = "Datum splatnosti", + _s32_10 = ":user archivoval platbu :payment", + _s31_20 = ":user archivoval :credit kredit", + _s29_46 = ":user obnovil platbu :payment", + _s28_65 = ":user obnovil :credit kredit", + _s22_56 = "Projektet blev slettet", + _s17_137 = "Refunder betaling", + _s22_57 = ":count fakturaer sendt", + _s19_66 = "Skjul delbetalinger", + _s20_65 = "Vilk\xe5r for fakturaen", + _s17_138 = "Datavisualisering", + _s16_240 = "Faktureringsdato", + _s16_241 = "Betaling slettet", + _s25_56 = "Het project is verwijderd", + _s31_21 = "Succesvol abonnement verwijderd", + _s27_59 = "Gedeeltelijk niet toegepast", + _s20_66 = "De taak is gewijzigd", + _s36_13 = "Succesvol een taak status verwijderd", + _s16_242 = "Uitgavecategorie", + _s20_67 = "Automatisch omzetten", + _s28_66 = "Webhook succesvol verwijderd", + _s37_18 = "Succesvol verwijderd: waarde webhooks", + _s38_15 = "betalingstermijn met succes verwijderd", + _s17_139 = "Eerste aangepaste", + _s17_140 = "Tweede aangepaste", + _s16_243 = "Derde aangepaste", + _s18_112 = "Ontwerp verwijderd", + _s20_68 = "Aangepaste Toeslag 1", + _s20_69 = "Aangepaste Toeslag 2", + _s20_70 = "Aangepaste Toeslag 3", + _s20_71 = "Aangepaste Toeslag 4", + _s31_22 = "Gelieve een klant te selecteren", + _s22_58 = "Gedeeltelijke betaling", + _s39_6 = "Succesvol verwijderd: waarde gebruikers", + _s22_59 = "Automatisch archiveren", + _s16_244 = "Betalingsgateway", + _s18_113 = "Eerste herinnering", + _s18_114 = "Tweede herinnering", + _s17_141 = "Derde herinnering", + _s17_142 = "Aangepaste waarde", + _s21_93 = "Kredietnummer patroon", + _s20_72 = "Kredietnummer teller", + _s20_73 = "Please select a file", + _s36_14 = "Successfully archived :count credits", + _s35_16 = "Successfully deleted :count credits", + _s36_15 = "Successfully archived :count vendors", + _s35_17 = "Successfully deleted :count vendors", _s36_16 = "Successfully archived :count clients", - _s35_16 = "Successfully deleted :count clients", - _s22_57 = "automaattinen Arkistoi", - _s43_1 = ":count asiakas(ta) arkistoitu onnistuneesti", - _s22_58 = "Automaattinen laskutus", - _s20_69 = "Derni\xe8re mise \xe0 jour", - _s17_131 = "Pr\xe9nom du contact", - _s19_59 = "\xc9diter l'abonnement", - _s27_52 = "Abonnement cr\xe9\xe9 avec succ\xe8s", - _s33_18 = "Abonnement mis \xe0 jour avec succ\xe8s", - _s30_33 = "Abonnement archiv\xe9 avec succ\xe8s", - _s18_101 = "Paiement rembours\xe9", - _s17_132 = "Dernier trimestre", - _s20_70 = "Convertir en facture", - _s18_102 = "Facturer le projet", - _s17_133 = "Facturer la t\xe2che", - _s16_229 = "Montant converti", - _s20_71 = "Documents par d\xe9faut", - _s32_10 = "Veuillez s\xe9lectionner un fichier", - _s29_45 = "Nouvelle cat\xe9gorie de d\xe9pense", - _s40_4 = "La cat\xe9gorie a \xe9t\xe9 supprim\xe9e avec succ\xe8s", - _s18_103 = "Facture r\xe9currente", - _s20_72 = "Factures r\xe9currentes", - _s27_53 = "Nouvelle facture r\xe9currente", - _s16_230 = "Num\xe9ro de client", - _s19_60 = "Nom de l'entreprise", - _s16_231 = "Type de paiement", - _s16_232 = "Factures \xe0 venir", - _s17_134 = "Cr\xe9er une facture", - _s20_73 = "Cr\xe9er un fournisseur", - _s20_74 = "Supprimer la facture", - _s19_61 = "Supprimer ce client", - _s21_85 = "Supprimer ce paiement", - _s20_75 = "Supprimer la d\xe9pense", - _s31_17 = "Envoyer la facture par courriel", - _s17_135 = "Montant du cr\xe9dit", - _s18_104 = "Purger les donn\xe9es", - _s22_59 = ":count facture envoy\xe9e", - _s18_105 = "Activer la licence", - _s19_62 = "Supprimer le compte", - _s20_76 = "D\xe9penses r\xe9currentes", - _s16_233 = "\xc9diter le cr\xe9dit", - _s38_13 = "Le cr\xe9dit a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", - _s21_86 = "Client personnalis\xe9 2", - _s21_87 = "Client personnalis\xe9 3", - _s21_88 = "Client personnalis\xe9 4", - _s26_39 = "Fournisseur personnalis\xe9 1", - _s26_40 = "Fournisseur personnalis\xe9 2", - _s26_41 = "Fournisseur personnalis\xe9 3", - _s26_42 = "Fournisseur personnalis\xe9 4", - _s29_46 = "Derni\xe8re connexion du contact", - _s20_77 = "T\xe9l\xe9phone du contact", - _s18_106 = "R\xe9gion/D\xe9partement", - _s19_63 = "Courriel du contact", - _s18_107 = "S\xe9lection multiple", - _s24_45 = "V\xe9rifier le mot de passe", + _s35_18 = "Successfully deleted :count clients", + _s37_19 = "Successfully archived :count invoices", + _s36_17 = "Successfully deleted :count invoices", + _s28_67 = "Successfully emailed invoice", + _s37_20 = "Successfully archived :count payments", + _s36_18 = "Successfully deleted :count payments", + _s32_11 = "Projekti poistettu onnistuneesti", + _s17_143 = "Mukautetut kent\xe4t", + _s35_19 = "Maksuehto poistettiin onnistuneesti", + _s22_60 = "Mukautettu Lis\xe4maksu 1", + _s22_61 = "Mukautettu Lis\xe4maksu 2", + _s22_62 = "Mukautettu Lis\xe4maksu 3", + _s22_63 = "Mukautettu Lis\xe4maksu 4", + _s16_245 = "Osittainen maksu", + _s22_64 = "automaattinen Arkistoi", + _s43_2 = ":count asiakas(ta) arkistoitu onnistuneesti", + _s43_3 = "Laskut merkittiin l\xe4hetetyksi onnistuneesti", + _s22_65 = "Automaattinen laskutus", + _s26_44 = "Voir la d\xe9pense # :expense", + _s18_115 = "D\xe9pense r\xe9currente", + _s20_74 = "D\xe9penses r\xe9currentes", + _s27_60 = "Nouvelle d\xe9pense r\xe9currente", + _s28_68 = "\xc9diter la d\xe9pense r\xe9currente", + _s22_66 = "Guide de l'utilisateur", + _s20_75 = "Derni\xe8re mise \xe0 jour", + _s17_144 = "Pr\xe9nom du contact", + _s19_67 = "\xc9diter l'abonnement", + _s27_61 = "Abonnement cr\xe9\xe9 avec succ\xe8s", + _s33_21 = "Abonnement mis \xe0 jour avec succ\xe8s", + _s30_34 = "Abonnement archiv\xe9 avec succ\xe8s", + _s18_116 = "Paiement rembours\xe9", + _s17_145 = "Dernier trimestre", + _s20_76 = "Convertir en facture", + _s18_117 = "Facturer le projet", + _s17_146 = "Facturer la t\xe2che", + _s16_246 = "Montant converti", + _s20_77 = "Documents par d\xe9faut", + _s32_12 = "Veuillez s\xe9lectionner un fichier", + _s29_47 = "Nouvelle cat\xe9gorie de d\xe9pense", + _s40_5 = "La cat\xe9gorie a \xe9t\xe9 supprim\xe9e avec succ\xe8s", + _s18_118 = "Facture r\xe9currente", + _s20_78 = "Factures r\xe9currentes", + _s27_62 = "Nouvelle facture r\xe9currente", + _s16_247 = "Num\xe9ro de client", + _s19_68 = "Nom de l'entreprise", + _s16_248 = "Type de paiement", + _s16_249 = "Factures \xe0 venir", + _s17_147 = "Cr\xe9er une facture", + _s20_79 = "Cr\xe9er un fournisseur", + _s20_80 = "Supprimer la facture", + _s19_69 = "Supprimer ce client", + _s21_94 = "Supprimer ce paiement", + _s20_81 = "Supprimer la d\xe9pense", + _s31_23 = "Envoyer la facture par courriel", + _s17_148 = "Montant du cr\xe9dit", + _s18_119 = "Purger les donn\xe9es", + _s22_67 = ":count facture envoy\xe9e", + _s18_120 = "Activer la licence", + _s19_70 = "Supprimer le compte", + _s16_250 = "\xc9diter le cr\xe9dit", + _s38_16 = "Le cr\xe9dit a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", + _s21_95 = "Client personnalis\xe9 2", + _s21_96 = "Client personnalis\xe9 3", + _s21_97 = "Client personnalis\xe9 4", + _s26_45 = "Fournisseur personnalis\xe9 1", + _s26_46 = "Fournisseur personnalis\xe9 2", + _s26_47 = "Fournisseur personnalis\xe9 3", + _s26_48 = "Fournisseur personnalis\xe9 4", + _s29_48 = "Derni\xe8re connexion du contact", + _s20_82 = "T\xe9l\xe9phone du contact", + _s18_121 = "R\xe9gion/D\xe9partement", + _s19_71 = "Courriel du contact", + _s18_122 = "S\xe9lection multiple", + _s24_46 = "V\xe9rifier le mot de passe", _s78_ = "Veuillez inclure la description et le co\xfbt dans la liste d\xe9roulante du produit", - _s31_18 = "Ajuster le pourcentage de frais", + _s31_24 = "Ajuster le pourcentage de frais", _s41_7 = "Ajuster le frais de pourcentage au compte", - _s33_19 = "Tableau de bord du portail client", - _s17_136 = "G\xe9n\xe9rer un nombre", - _s21_89 = "Lors de la sauvegarde", - _s18_108 = "Historique lat\xe9ral", - _s20_78 = "Premier personnalis\xe9", - _s19_64 = "Second personnalis\xe9", - _s22_60 = "Troisi\xe8me personnalis\xe9", - _s19_65 = "Quantit\xe9 par d\xe9faut", - _s17_137 = "Deux taux de taxe", - _s23_37 = "Taux de taxe par d\xe9faut", - _s31_19 = "Veuillez s\xe9lectionner un client", - _s27_54 = "Couleur de mise en \xe9vidence", - _s16_234 = "Liste d\xe9roulante", - _s18_109 = "Num\xe9ro de paiement", - _s28_62 = "Apr\xe8s la date de facturation", - _s20_79 = "Courriel de paiement", - _s22_61 = "Filtr\xe9 par utilisateur", - _s24_46 = "Gestion des utilisateurs", - _s18_110 = "Nouvel utilisateur", - _s20_80 = "\xc9diter l'utilisateur", - _s19_66 = "Param\xe8tres g\xe9n\xe9raux", - _s24_47 = 'Masquer "Pay\xe9 \xe0 ce jour"', - _s18_111 = "Documents int\xe9gr\xe9s", - _s18_112 = "Couleur principale", - _s18_113 = "Couleur secondaire", - _s16_235 = "Taille de police", - _s17_138 = "Champs de facture", - _s25_45 = "Conditions de facturation", - _s24_48 = "Archiver automatiquement", - _s29_47 = "Param\xe8tres de flux de travail", - _s23_38 = "Prochaine remise \xe0 z\xe9ro", - _s17_139 = "Pr\xe9fixe r\xe9current", - _s23_39 = "Marge interne du nombre", - _s19_67 = "Valeur de compagnie", - _s18_114 = "Compteur de nombre", - _s16_236 = "Mod\xe8le de nombre", - _s16_237 = "CSS personnalis\xe9", - _s23_40 = "JavaScript personnalis\xe9", - _s19_68 = "Afficher sur le PDF", + _s33_22 = "Tableau de bord du portail client", + _s17_149 = "G\xe9n\xe9rer un nombre", + _s21_98 = "Lors de la sauvegarde", + _s18_123 = "Historique lat\xe9ral", + _s20_83 = "Premier personnalis\xe9", + _s19_72 = "Second personnalis\xe9", + _s22_68 = "Troisi\xe8me personnalis\xe9", + _s19_73 = "Quantit\xe9 par d\xe9faut", + _s17_150 = "Deux taux de taxe", + _s23_40 = "Taux de taxe par d\xe9faut", + _s31_25 = "Veuillez s\xe9lectionner un client", + _s27_63 = "Couleur de mise en \xe9vidence", + _s16_251 = "Liste d\xe9roulante", + _s18_124 = "Num\xe9ro de paiement", + _s28_69 = "Apr\xe8s la date de facturation", + _s20_84 = "Courriel de paiement", + _s22_69 = "Filtr\xe9 par utilisateur", + _s24_47 = "Gestion des utilisateurs", + _s18_125 = "Nouvel utilisateur", + _s20_85 = "\xc9diter l'utilisateur", + _s19_74 = "Param\xe8tres g\xe9n\xe9raux", + _s24_48 = 'Masquer "Pay\xe9 \xe0 ce jour"', + _s18_126 = "Documents int\xe9gr\xe9s", + _s18_127 = "Couleur principale", + _s18_128 = "Couleur secondaire", + _s16_252 = "Taille de police", + _s17_151 = "Champs de facture", + _s25_57 = "Conditions de facturation", + _s24_49 = "Archiver automatiquement", + _s29_49 = "Param\xe8tres de flux de travail", + _s23_41 = "Prochaine remise \xe0 z\xe9ro", + _s17_152 = "Pr\xe9fixe r\xe9current", + _s23_42 = "Marge interne du nombre", + _s19_75 = "Valeur de compagnie", + _s18_129 = "Compteur de nombre", + _s16_253 = "Mod\xe8le de nombre", + _s16_254 = "CSS personnalis\xe9", + _s23_43 = "JavaScript personnalis\xe9", + _s19_76 = "Afficher sur le PDF", _s48_1 = "Case \xe0 cocher pour les conditions de facturation", - _s20_81 = "Signature de facture", - _s42_10 = "Prot\xe9ger les factures avec un mot de passe", - _s18_115 = "Mod\xe8le de courriel", - _s17_140 = "Virement bancaire", - _s17_141 = "Montant des frais", - _s21_90 = "Pourcentage des frais", - _s16_238 = "Limite des frais", - _s26_43 = "Logos des cartes accept\xe9es", - _s20_82 = "Nouveau taux de taxe", - _s22_62 = "\xc9diter le taux de taxe", - _s42_11 = "Le taux de taxe a \xe9t\xe9 supprim\xe9 avec succ\xe8s", - _s42_12 = "Le taux de taxe a \xe9t\xe9 restaur\xe9 avec succ\xe8s", + _s20_86 = "Signature de facture", + _s42_12 = "Prot\xe9ger les factures avec un mot de passe", + _s18_130 = "Mod\xe8le de courriel", + _s17_153 = "Virement bancaire", + _s17_154 = "Montant des frais", + _s21_99 = "Pourcentage des frais", + _s16_255 = "Limite des frais", + _s26_49 = "Logos des cartes accept\xe9es", + _s20_87 = "Nouveau taux de taxe", + _s22_70 = "\xc9diter le taux de taxe", + _s42_13 = "Le taux de taxe a \xe9t\xe9 supprim\xe9 avec succ\xe8s", + _s42_14 = "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_63 = "Convertir les produits", - _s22_64 = "Passerelle de paiement", - _s19_69 = "Nouvelle passerelle", - _s20_83 = "\xc9diter la passerelle", - _s37_20 = "La passerelle a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", - _s43_2 = "La passerelle a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", - _s40_5 = "La passerelle a \xe9t\xe9 archiv\xe9e avec succ\xe8s", + _s22_71 = "Convertir les produits", + _s22_72 = "Passerelle de paiement", + _s19_77 = "Nouvelle passerelle", + _s20_88 = "\xc9diter la passerelle", + _s37_21 = "La passerelle a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", + _s43_4 = "La passerelle a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", + _s40_6 = "La passerelle a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s41_8 = "La passerelle a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s41_9 = "La passerelle a \xe9t\xe9 restaur\xe9e avec succ\xe8s", - _s16_239 = "Format de devise", - _s17_142 = "Format date/heure", - _s19_70 = "Envoyer des rappels", - _s18_116 = "Filtrer par groupe", - _s16_240 = "\xc9diter le groupe", - _s32_11 = "Le groupe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", - _s38_14 = "Le groupe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", - _s46_3 = "Les param\xe8tres ont \xe9t\xe9 sauvegard\xe9s avec succ\xe8s", - _s24_49 = "Param\xe8tres de l'appareil", - _s18_117 = "Param\xe8tres de base", - _s18_118 = "Param\xe8tres avanc\xe9s", - _s18_119 = "Paiements en ligne", - _s20_84 = "Champs personnalis\xe9s", - _s26_44 = "Boutons Achetez maintenant", - _s22_65 = "Param\xe8tres de courriel", - _s27_55 = "Cartes de cr\xe9dit et banques", - _s25_46 = "Visualisation des donn\xe9es", - _s23_41 = "Inscription avec Google", - _s17_143 = "Abonnement annuel", - _s22_66 = "Veuillez entrer un nom", - _s24_50 = "Conditions d'utilisation", - _s28_63 = "Politique de confidentialit\xe9", - _s32_12 = "Aucun enregistrement s\xe9lectionn\xe9", - _s38_15 = "Le document a \xe9t\xe9 supprim\xe9 avec succ\xe8s", - _s38_16 = "Le document a \xe9t\xe9 restaur\xe9 avec succ\xe8s", - _s18_120 = "Date de la d\xe9pense", - _s19_71 = "Nouveau fournisseur", - _s18_121 = "Copier facturation", - _s16_241 = "Heures budg\xe9t\xe9es", - _s32_13 = "Le projet a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", - _s39_4 = "Le projet a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", - _s35_17 = "Le projet a \xe9t\xe9 archiv\xe9 avec succ\xe8s", - _s36_17 = "Le projet a \xe9t\xe9 supprim\xe9 avec succ\xe8s", + _s16_256 = "Format de devise", + _s17_155 = "Format date/heure", + _s19_78 = "Envoyer des rappels", + _s18_131 = "Filtrer par groupe", + _s16_257 = "\xc9diter le groupe", + _s32_13 = "Le groupe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", + _s38_17 = "Le groupe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", + _s35_20 = "Le groupe a \xe9t\xe9 archiv\xe9 avec succ\xe8s", + _s36_19 = "Le groupe a \xe9t\xe9 supprim\xe9 avec succ\xe8s", + _s36_20 = "Le groupe a \xe9t\xe9 restaur\xe9 avec succ\xe8s", + _s46_4 = "Les param\xe8tres ont \xe9t\xe9 sauvegard\xe9s avec succ\xe8s", + _s24_50 = "Param\xe8tres de l'appareil", + _s18_132 = "Param\xe8tres de base", + _s18_133 = "Param\xe8tres avanc\xe9s", + _s18_134 = "Paiements en ligne", + _s20_89 = "Champs personnalis\xe9s", + _s26_50 = "Boutons Achetez maintenant", + _s22_73 = "Param\xe8tres de courriel", + _s27_64 = "Cartes de cr\xe9dit et banques", + _s25_58 = "Visualisation des donn\xe9es", + _s23_44 = "Inscription avec Google", + _s17_156 = "Abonnement annuel", + _s22_74 = "Veuillez entrer un nom", + _s24_51 = "Conditions d'utilisation", + _s28_70 = "Politique de confidentialit\xe9", + _s32_14 = "Aucun enregistrement s\xe9lectionn\xe9", + _s38_18 = "Le document a \xe9t\xe9 supprim\xe9 avec succ\xe8s", + _s38_19 = "Le document a \xe9t\xe9 restaur\xe9 avec succ\xe8s", + _s18_135 = "Date de la d\xe9pense", + _s19_79 = "Nouveau fournisseur", + _s18_136 = "Copier facturation", + _s16_258 = "Heures budg\xe9t\xe9es", + _s32_15 = "Le projet a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", + _s39_7 = "Le projet a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", + _s35_21 = "Le projet a \xe9t\xe9 archiv\xe9 avec succ\xe8s", + _s36_21 = "Le projet a \xe9t\xe9 supprim\xe9 avec succ\xe8s", + _s27_65 = "Si vous appr\xe9ciez, merci de", _s49_0 = "Veuillez vous connecter pour changer ce param\xe8tre", - _s23_42 = "Veuillez vous connecter", - _s21_91 = "Connexion biom\xe9trique", - _s19_72 = "Intervalle de dates", - _s18_122 = "P\xe9riode pr\xe9c\xe9dente", - _s16_242 = "Ann\xe9e pr\xe9c\xe9dente", - _s16_243 = "7 derniers jours", - _s17_144 = "30 derniers jours", - _s19_73 = "Modifier la facture", - _s21_92 = "\xc9diter le fournisseur", - _s28_64 = "\xc9diter la d\xe9pense r\xe9currente", - _s22_67 = "Adresse de facturation", - _s24_51 = ":count factures envoy\xe9es", - _s35_18 = ":value a \xe9t\xe9 copi\xe9 au presse-papier", - _s20_85 = "Lancement impossible", - _s18_123 = "Ajouter un contact", - _s37_21 = "Le produit a \xe9t\xe9 supprim\xe9 avec succ\xe8s", - _s36_18 = ":count produits archiv\xe9s avec succ\xe8s", - _s35_19 = ":count clients archiv\xe9s avec succ\xe8s", - _s16_244 = "Nouvelle facture", - _s38_17 = ":count factures supprim\xe9es avec succ\xe8s", - _s18_124 = "Notes personnelles", - _s16_245 = "Paiement partiel", - _s35_20 = "Cliquez sur + pour ajouter du temps", - _s20_86 = "Marquer comme envoy\xe9", - _s16_246 = "Date du paiement", - _s16_247 = "\xc9tat du paiement", - _s23_43 = "Partiellement rembours\xe9", - _s16_248 = "Courriel initial", - _s16_249 = "Troisi\xe8me rappel", - _s30_34 = ":user a cr\xe9\xe9 le client :client", - _s33_20 = ":user a archiv\xe9 le client :client", + _s23_45 = "Veuillez vous connecter", + _s21_100 = "Connexion biom\xe9trique", + _s19_80 = "Intervalle de dates", + _s18_137 = "P\xe9riode pr\xe9c\xe9dente", + _s16_259 = "Ann\xe9e pr\xe9c\xe9dente", + _s16_260 = "7 derniers jours", + _s17_157 = "30 derniers jours", + _s19_81 = "Modifier la facture", + _s21_101 = "\xc9diter le fournisseur", + _s22_75 = "Adresse de facturation", + _s24_52 = ":count factures envoy\xe9es", + _s35_22 = ":value a \xe9t\xe9 copi\xe9 au presse-papier", + _s20_90 = "Lancement impossible", + _s18_138 = "Ajouter un contact", + _s37_22 = "Le produit a \xe9t\xe9 supprim\xe9 avec succ\xe8s", + _s36_22 = ":count produits archiv\xe9s avec succ\xe8s", + _s35_23 = ":count clients archiv\xe9s avec succ\xe8s", + _s16_261 = "Nouvelle facture", + _s38_20 = ":count factures supprim\xe9es avec succ\xe8s", + _s18_139 = "Notes personnelles", + _s16_262 = "Paiement partiel", + _s35_24 = "Cliquez sur + pour ajouter du temps", + _s20_91 = "Marquer comme envoy\xe9", + _s16_263 = "Date du paiement", + _s16_264 = "\xc9tat du paiement", + _s23_46 = "Partiellement rembours\xe9", + _s16_265 = "Courriel initial", + _s16_266 = "Troisi\xe8me rappel", + _s30_35 = ":user a cr\xe9\xe9 le client :client", + _s33_23 = ":user a archiv\xe9 le client :client", _s34_19 = ":user a supprim\xe9 le client :client", - _s32_14 = ":user a cr\xe9\xe9 la facture :invoice", - _s38_18 = ":user a mis \xe0 jour la facture :invoice", - _s35_21 = ":user a archiv\xe9 la facture :invoice", - _s36_19 = ":user a supprim\xe9 la facture :invoice", - _s36_20 = ":user a mis \xe0 jour le cr\xe9dit :credit", - _s33_21 = ":user a archiv\xe9 le cr\xe9dit :credit", + _s32_16 = ":user a cr\xe9\xe9 la facture :invoice", + _s38_21 = ":user a mis \xe0 jour la facture :invoice", + _s35_25 = ":user a archiv\xe9 la facture :invoice", + _s36_23 = ":user a supprim\xe9 la facture :invoice", + _s36_24 = ":user a mis \xe0 jour le cr\xe9dit :credit", + _s33_24 = ":user a archiv\xe9 le cr\xe9dit :credit", _s34_20 = ":user a supprim\xe9 le cr\xe9dit :credit", - _s36_21 = ":user a restaur\xe9 la facture :invoice", + _s36_25 = ":user a restaur\xe9 la facture :invoice", _s34_21 = ":user a restaur\xe9 le client :client", - _s37_22 = ":user a restaur\xe9 le paiement :payment", + _s37_23 = ":user a restaur\xe9 le paiement :payment", _s34_22 = ":user a restaur\xe9 le cr\xe9dit :credit", - _s35_22 = ":user a cr\xe9\xe9 le fournisseur :vendor", - _s38_19 = ":user a archiv\xe9 le fournisseur :vendor", - _s39_5 = ":user a supprim\xe9 le fournisseur :vendor", - _s39_6 = ":user a restaur\xe9 le fournisseur :vendor", - _s32_15 = ":user a cr\xe9\xe9 la d\xe9pense :expense", - _s35_23 = ":user a archiv\xe9 la d\xe9pense :expense", - _s36_22 = ":user a supprim\xe9 la d\xe9pense :expense", - _s36_23 = ":user a restaur\xe9 la d\xe9pense :expense", - _s50_6 = "Le paiement de :payment_amount a \xe9chou\xe9 (:payment)", - _s27_56 = ":user a cr\xe9\xe9 la t\xe2che :task", - _s33_22 = ":user a mis \xe0 jour la t\xe2che :task", - _s30_35 = ":user a archiv\xe9 la t\xe2che :task", - _s31_20 = ":user a supprim\xe9 la t\xe2che :task", - _s31_21 = ":user a restaur\xe9 la t\xe2che :task", - _s38_20 = ":user a mis \xe0 jour la d\xe9pense :expense", - _s27_57 = "Mot de passe \xe0 usage unique", + _s35_26 = ":user a cr\xe9\xe9 le fournisseur :vendor", + _s38_22 = ":user a archiv\xe9 le fournisseur :vendor", + _s39_8 = ":user a supprim\xe9 le fournisseur :vendor", + _s39_9 = ":user a restaur\xe9 le fournisseur :vendor", + _s32_17 = ":user a cr\xe9\xe9 la d\xe9pense :expense", + _s35_27 = ":user a archiv\xe9 la d\xe9pense :expense", + _s36_26 = ":user a supprim\xe9 la d\xe9pense :expense", + _s36_27 = ":user a restaur\xe9 la d\xe9pense :expense", + _s50_7 = "Le paiement de :payment_amount a \xe9chou\xe9 (:payment)", + _s27_66 = ":user a cr\xe9\xe9 la t\xe2che :task", + _s33_25 = ":user a mis \xe0 jour la t\xe2che :task", + _s30_36 = ":user a archiv\xe9 la t\xe2che :task", + _s31_26 = ":user a supprim\xe9 la t\xe2che :task", + _s31_27 = ":user a restaur\xe9 la t\xe2che :task", + _s38_23 = ":user a mis \xe0 jour la d\xe9pense :expense", + _s27_67 = "Mot de passe \xe0 usage unique", _s34_23 = "Multis\xe9lection par pression longue", - _s22_68 = "Valeur personnalis\xe9e 3", - _s22_69 = "Valeur personnalis\xe9e 4", - _s30_36 = "Style de courriel personnalis\xe9", - _s39_7 = "Message personnalis\xe9 du tableau de bord", - _s29_48 = "Compteur du num\xe9ro de facture", - _s26_45 = "Mod\xe8le de num\xe9ro de cr\xe9dit", - _s28_65 = "Mod\xe8le de compteur de cr\xe9dit", - _s33_23 = "Remise \xe0 z\xe9ro du compteur de date", - _s21_93 = "Montant de la facture", - _s23_44 = "Facturation automatique", - _s20_87 = "Ville du fournisseur", - _s19_74 = "Pays du fournisseur", - _s19_75 = "Montant du paiement", - _s16_250 = "Journal de temps", - _s20_88 = "Cat\xe9gorie de d\xe9pense", - _s27_58 = "Partiellement non-appliqu\xe9e", - _s18_125 = "Soumission expir\xe9e", - _s23_45 = "Facture personnalis\xe9e 2", - _s23_46 = "Facture personnalis\xe9e 3", - _s23_47 = "Facture personnalis\xe9e 4", - _s25_47 = "Surcharge personnalis\xe9e 1", - _s25_48 = "Surcharge personnalis\xe9e 2", - _s25_49 = "Surcharge personnalis\xe9e 3", - _s25_50 = "Surcharge personnalis\xe9e 4", + _s22_76 = "Valeur personnalis\xe9e 3", + _s22_77 = "Valeur personnalis\xe9e 4", + _s30_37 = "Style de courriel personnalis\xe9", + _s39_10 = "Message personnalis\xe9 du tableau de bord", + _s29_50 = "Compteur du num\xe9ro de facture", + _s26_51 = "Mod\xe8le de num\xe9ro de cr\xe9dit", + _s28_71 = "Mod\xe8le de compteur de cr\xe9dit", + _s33_26 = "Remise \xe0 z\xe9ro du compteur de date", + _s21_102 = "Montant de la facture", + _s23_47 = "Facturation automatique", + _s20_92 = "Ville du fournisseur", + _s19_82 = "Pays du fournisseur", + _s19_83 = "Montant du paiement", + _s16_267 = "Journal de temps", + _s20_93 = "Cat\xe9gorie de d\xe9pense", + _s27_68 = "Partiellement non-appliqu\xe9e", + _s18_140 = "Soumission expir\xe9e", + _s23_48 = "Facture personnalis\xe9e 2", + _s23_49 = "Facture personnalis\xe9e 3", + _s23_50 = "Facture personnalis\xe9e 4", + _s25_59 = "Surcharge personnalis\xe9e 1", + _s25_60 = "Surcharge personnalis\xe9e 2", + _s25_61 = "Surcharge personnalis\xe9e 3", + _s25_62 = "Surcharge personnalis\xe9e 4", _s69_1 = "Archive automatiquement les soumissions lorsqu'elles sont converties.", - _s17_145 = "Valeur par d\xe9faut", - _s50_7 = "La facture a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", + _s17_158 = "Valeur par d\xe9faut", + _s50_8 = "La facture a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", _s56_0 = "Les factures ont \xe9t\xe9 marqu\xe9es comme envoy\xe9es avec succ\xe8s", - _s20_89 = "Inscrire un paiement", - _s26_46 = "Mod\xe8le du num\xe9ro de cr\xe9dit", - _s28_66 = "Compteur du num\xe9ro de cr\xe9dit", - _s18_126 = "Rechnung in Verzug", - _s19_76 = "Standard-Steuersatz", - _s20_90 = "Belegposition Steuer", - _s16_251 = "F\xe4lligkeitsdatum", - _s23_48 = "Zahlungsanbieter Fehler", - _s24_52 = "Automatisch konvertieren", + _s20_94 = "Inscrire un paiement", + _s26_52 = "Mod\xe8le du num\xe9ro de cr\xe9dit", + _s28_72 = "Compteur du num\xe9ro de cr\xe9dit", + _s18_141 = "Rechnung in Verzug", + _s19_84 = "Standard-Steuersatz", + _s20_95 = "Belegposition Steuer", + _s16_268 = "F\xe4lligkeitsdatum", + _s23_51 = "Zahlungsanbieter Fehler", + _s24_53 = "Automatisch konvertieren", _s41_10 = "Guthaben erfolgreich per E-Mail versendet", - _s19_77 = "Teilweise erstattet", - _s19_78 = "Benutzerdefiniert 3", - _s30_37 = "Benutzerdefinierter Zuschlag 1", - _s30_38 = "Benutzerdefinierter Zuschlag 2", - _s30_39 = "Benutzerdefinierter Zuschlag 3", - _s30_40 = "Benutzerdefinierter Zuschlag 4", - _s29_49 = "Bitte w\xe4hlen Sie einen Kunden", - _s24_53 = "Allgemeine Einstellungen", - _s20_91 = "Automatisches Archiv", - _s20_92 = "Datenschutzerkl\xe4rung", + _s19_85 = "Teilweise erstattet", + _s19_86 = "Benutzerdefiniert 3", + _s30_38 = "Benutzerdefinierter Zuschlag 1", + _s30_39 = "Benutzerdefinierter Zuschlag 2", + _s30_40 = "Benutzerdefinierter Zuschlag 3", + _s30_41 = "Benutzerdefinierter Zuschlag 4", + _s29_51 = "Bitte w\xe4hlen Sie einen Kunden", + _s24_54 = "Allgemeine Einstellungen", + _s20_96 = "Automatisches Archiv", _s55_0 = 'Die Rechnung wurde erfolgreich als "versendet" markiert', - _s16_252 = "Erste Erinnerung", - _s17_146 = "Zweite Erinnerung", - _s17_147 = "Dritte Erinnerung", - _s16_253 = "Zahlung eingeben", + _s16_269 = "Erste Erinnerung", + _s17_159 = "Zweite Erinnerung", + _s17_160 = "Dritte Erinnerung", + _s16_270 = "Zahlung eingeben", _s34_24 = ":contact schaute Angebot :quote an", - _s24_54 = "Benutzerdefinierten Wert", - _s23_49 = "Gutschriftnummernz\xe4hler", - _s17_148 = "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", - _s22_70 = "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u039f\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7\u03c2", - _s18_127 = "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", - _s18_128 = "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", - _s16_254 = "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", - _s18_129 = "\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", - _s16_255 = "\u03a4\u03c1\u03af\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", - _s26_47 = "\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_48 = "\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_49 = "\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_50 = "\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_130 = "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", - _s24_55 = "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", - _s21_94 = "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", - _s19_79 = "24\u03c9\u03c1\u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u038f\u03c1\u03b1\u03c2", - _s19_80 = "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a7\u03c1\u03cc\u03bd\u03bf\u03c2", - _s42_13 = "\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_14 = "\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_256 = "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", - _s18_131 = "\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", - _s16_257 = "\u03a4\u03c1\u03af\u03c4\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", - _s18_132 = "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", + _s24_55 = "Benutzerdefinierten Wert", + _s23_52 = "Gutschriftnummernz\xe4hler", + _s25_63 = "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae project", + _s17_161 = "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", + _s22_78 = "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u039f\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7\u03c2", + _s18_142 = "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", + _s18_143 = "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", + _s16_271 = "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", + _s18_144 = "\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", + _s16_272 = "\u03a4\u03c1\u03af\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", + _s26_53 = "\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_54 = "\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_55 = "\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_56 = "\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_145 = "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", + _s24_56 = "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", + _s21_103 = "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", + _s19_87 = "24\u03c9\u03c1\u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u038f\u03c1\u03b1\u03c2", + _s19_88 = "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a7\u03c1\u03cc\u03bd\u03bf\u03c2", + _s42_15 = "\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_16 = "\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_273 = "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", + _s18_146 = "\u0394\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", + _s16_274 = "\u03a4\u03c1\u03af\u03c4\u03b7 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7", + _s18_147 = "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s41_11 = "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b5\u03af\u03b4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", - _s18_133 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae", - _s27_59 = "\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_258 = "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5 2", - _s18_134 = "Fattura in ritardo", - _s18_135 = "Preventivo scaduto", - _s17_149 = "Tipo di Pagamento", - _s19_81 = "Aggiorna Preventivo", - _s20_93 = "Termini di pagamento", - _s23_50 = "Parzialmente rimborsato", - _s28_67 = "Sovrattassa personalizzata 1", - _s28_68 = "Sovrattassa personalizzata 2", - _s28_69 = "Sovrattassa personalizzata 3", - _s28_70 = "Sovrattassa personalizzata 4", - _s16_259 = "Aliquote Fiscali", - _s18_136 = "Auto Archiviazione", - _s28_71 = "Si prega di inserire un nome", - _s17_150 = "Parziale/Deposito", + _s18_148 = "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae", + _s27_69 = "\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_275 = "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5 2", + _s18_149 = "Fattura in ritardo", + _s18_150 = "Preventivo scaduto", + _s17_162 = "Tipo di Pagamento", + _s19_89 = "Aggiorna Preventivo", + _s25_64 = "Promemoria senza scadenza", + _s20_97 = "Termini di pagamento", + _s23_53 = "Parzialmente rimborsato", + _s24_57 = "Imposta personalizzata 1", + _s24_58 = "Imposta personalizzata 2", + _s24_59 = "Imposta personalizzata 3", + _s24_60 = "Imposta personalizzata 4", + _s16_276 = "Aliquote Fiscali", + _s18_151 = "Pagamento parziale", + _s18_152 = "Auto Archiviazione", + _s28_73 = "Si prega di inserire un nome", + _s17_163 = "Parziale/Deposito", _s48_2 = "Fattura contrassegnata con successo come inviata", _s48_3 = "Fatture contrassegnate con successo come inviate", - _s23_51 = "Fatturazione automatica", - _s39_8 = ":user ha cancellato la fattura :invoice", - _s21_95 = "Valore Personalizzato", - _s32_16 = ":user \u306f \u8acb\u6c42\u66f8 :invoice \u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", - _s21_96 = "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435", - _s29_50 = "\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_151 = "\u041f\u043e\u0434\u0435\u0441\u0435\u043d\u0430 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442", - _s23_52 = "Tilbud sendt som e-post", - _s17_152 = "Tredje P\xe5minnelse", - _s18_137 = "Strona internetowa", - _s30_41 = "Wydatki zosta\u0142y zarchiwizowane", - _s24_56 = "Wydatki zosta\u0142y usuni\u0119te", - _s21_97 = "Pagamento Reembolsado", - _s18_138 = "Vencimento Parcial", - _s18_139 = "Total do Or\xe7amento", - _s22_71 = "Categorias de Despesas", - _s26_51 = "Nova Categoria de Despesas", - _s24_57 = "Etiquetas Personalizadas", - _s16_260 = "Tipo de Registro", - _s17_153 = "Tipo de Pagamento", - _s19_82 = "Pagamentos Recentes", - _s19_83 = "Pr\xf3ximos Or\xe7amentos", - _s20_94 = "Or\xe7amentos Expirados", - _s16_261 = "Criar fornecedor", - _s21_98 = "Ocultar Barra Lateral", - _s16_262 = "Cr\xe9dito Restante", - _s17_154 = "Lembrete cont\xednuo", - _s21_99 = "Condi\xe7\xe3o de Pagamento", - _s24_58 = "Parcialmente Reembolsado", - _s20_95 = "Reembolsar Pagamento", - _s22_72 = "Primeiro Personalizado", - _s21_100 = "Segundo Personalizado", - _s22_73 = "Terceiro Personalizado", - _s26_52 = "Cr\xe9dito criado com sucesso", - _s30_42 = "Cr\xe9dito atualizado com sucesso", - _s29_51 = "Cr\xe9dito arquivado com sucesso", - _s38_21 = ":count cr\xe9ditos arquivados com sucesso", - _s25_51 = "Sobretaxa Personalizada 1", - _s25_52 = "Sobretaxa Personalizada 2", - _s25_53 = "Sobretaxa Personalizada 3", - _s25_54 = "Sobretaxa Personalizada 4", - _s17_155 = "Adicionar Empresa", - _s20_96 = "Configura\xe7\xf5es Gerais", - _s17_156 = "Tamanho da P\xe1gina", - _s22_74 = "Condi\xe7\xf5es do Or\xe7amento", - _s19_84 = "Rodap\xe9 do Or\xe7amento", - _s24_59 = "Arquivar Automaticamente", - _s72_0 = "Converter automaticamente um or\xe7amento quando for aprovado pelo cliente.", - _s18_140 = "Reiniciar Contador", - _s17_157 = "CSS Personalizado", - _s24_60 = "JavaScript Personalizado", - _s23_53 = "Assinatura de Or\xe7amento", - _s17_158 = "Cart\xe3o de Cr\xe9dito", - _s22_75 = "Transfer\xeancia Banc\xe1ria", - _s35_24 = "Atualiza\xe7\xe3o autom\xe1tica dos produtos", - _s18_141 = "Filtrado por Grupo", - _s20_97 = "Filtrado por Cliente", - _s19_85 = "Detalhes da Empresa", - _s17_159 = "Pagamentos Online", - _s21_101 = "Campos Personalizados", - _s21_102 = "Visualiza\xe7\xe3o de Dados", - _s20_98 = "Condi\xe7\xf5es do Servi\xe7o", - _s23_54 = "Pol\xedtica de Privacidade", - _s16_263 = "Marcar como Pago", - _s29_52 = "Fornecedor criado com sucesso", - _s33_24 = "Fornecedor atualizado com sucesso", - _s32_17 = "Fornecedor arquivado com sucesso", - _s42_15 = ":count fornecedores arquivados com sucesso", - _s26_53 = "Despesa criada com sucesso", - _s30_43 = "Despesa atualizada com sucesso", - _s29_53 = "Despesa arquivada com sucesso", - _s28_72 = "Despesa exclu\xedda com sucesso", - _s30_44 = "Despesa restaurada com sucesso", - _s31_22 = "Despesas arquivadas com sucesso", - _s30_45 = "Despesas exclu\xeddas com sucesso", - _s26_54 = "Projeto criado com sucesso", - _s30_46 = "Projeto atualizado com sucesso", - _s29_54 = "Projeto arquivado com sucesso", - _s30_47 = "Projeto restaurado com sucesso", - _s38_22 = ":count projetos arquivados com sucesso", - _s16_264 = "Editar Or\xe7amento", - _s16_265 = "Editar Pagamento", - _s17_160 = "Editar Fornecedor", - _s17_161 = "Adicionar contato", - _s30_48 = "Produto restaurado com sucesso", - _s26_55 = "Cliente criado com sucesso", - _s30_49 = "Cliente atualizado com sucesso", - _s29_55 = "Cliente arquivado com sucesso", - _s38_23 = ":count clientes arquivados com sucesso", - _s19_86 = "N\xfamero do Or\xe7amento", - _s17_162 = "Data do Or\xe7amento", - _s16_266 = "Parcial/Dep\xf3sito", - _s18_142 = "Data de Vencimento", - _s30_50 = "Por favor selecione um cliente", - _s19_87 = "Marcar como Enviada", - _s17_163 = "Data do Pagamento", - _s17_164 = "Portal do Cliente", - _s17_165 = "Primeiro Lembrete", - _s16_267 = "Segundo Lembrete", - _s17_166 = "Terceiro Lembrete", - _s23_55 = "Refer\xeancia da Transa\xe7\xe3o", - _s28_73 = "Pagamento criado com sucesso", - _s31_23 = "Pagamento arquivado com sucesso", - _s40_6 = ":count pagamentos arquivados com sucesso", - _s29_56 = ":user criou o cliente :client", - _s32_18 = ":user arquivou o cliente :client", - _s36_24 = ":user atualizou o pagamento :payment", - _s35_25 = ":user arquivou o pagamento :payment", - _s31_24 = ":user adicionou cr\xe9dito :credit", - _s31_25 = ":user atualizou cr\xe9dito :credit", - _s38_24 = ":contact visualizou o or\xe7amento :quote", - _s33_25 = ":user arquivou o or\xe7amento :quote", - _s34_25 = ":user restaurou o or\xe7amento :quote", - _s33_26 = ":user restaurou o cliente :client", - _s36_25 = ":user restaurou o pagamento :payment", - _s33_27 = ":user restaurou o cr\xe9dito :credit", - _s32_19 = ":user criou o fornecedor :vendor", - _s35_26 = ":user arquivou o fornecedor :vendor", - _s36_26 = ":user restaurou o fornecedor :vendor", - _s30_51 = ":user criou a despesa :expense", - _s33_28 = ":user arquivou a despesa :expense", - _s34_26 = ":user restaurou a despesa :expense", - _s26_56 = ":user criou a tarefa :task", - _s30_52 = ":user atualizou a tarefa :task", - _s29_57 = ":user arquivou a tarefa :task", - _s30_53 = ":user restaurou a tarefa :task", - _s34_27 = ":user atualizou a despesa :expense", - _s19_88 = "Valor Personalizado", - _s21_103 = "Valor Personalizado 3", - _s21_104 = "Valor Personalizado 4", - _s30_54 = "Padr\xe3o de Numera\xe7\xe3o de Cr\xe9dito", - _s29_58 = "Contador Num\xe9rico de Cr\xe9ditos", - _s19_89 = "Cobran\xe7a Autom\xe1tica", - _s17_167 = "Importar/Exportar", + _s23_54 = "Fatturazione automatica", + _s39_11 = ":user ha cancellato la fattura :invoice", + _s36_28 = ":user ha creato il preventivo :quote", + _s21_104 = "Valore Personalizzato", + _s22_79 = "Formato numero crediti", + _s24_61 = "Contatore numero credito", + _s32_18 = ":user \u306f \u8acb\u6c42\u66f8 :invoice \u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", + _s25_65 = "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", + _s21_105 = "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435", + _s29_52 = "\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_164 = "\u041f\u043e\u0434\u0435\u0441\u0435\u043d\u0430 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442", + _s23_55 = "Tilbud sendt som e-post", + _s17_165 = "Tredje P\xe5minnelse", + _s18_153 = "Strona internetowa", + _s30_42 = "Wydatki zosta\u0142y zarchiwizowane", + _s24_62 = "Wydatki zosta\u0142y usuni\u0119te", + _s29_53 = "Visualizar despesa # :expense", + _s17_166 = "Nome do Remetente", + _s18_154 = "Despesa Recorrente", + _s20_98 = "Despesas Recorrentes", + _s23_56 = "Nova Despesa Recorrente", + _s25_66 = "Editar Despesa Recorrente", + _s37_24 = "Despesa recorrente criada com sucesso", + _s41_12 = "Despesa recorrente atualizada com sucesso", + _s40_7 = "Despesa recorrente arquivada com sucesso", + _s28_74 = "Projeto exclu\xeddo com sucesso", + _s41_13 = "Despesa recorrente restaurada com sucesso", + _s18_155 = "\xdaltima Atualiza\xe7\xe3o", + _s21_106 = "Pagamento Reembolsado", + _s19_90 = "\xdaltimo Quadrimestre", + _s19_91 = "Eventos com Suporte", + _s18_156 = "Vencimento Parcial", + _s18_157 = "Total do Or\xe7amento", + _s25_67 = "Mostrar Tabela de Tarefas", + _s22_80 = "Categorias de Despesas", + _s26_57 = "Nova Categoria de Despesas", + _s18_158 = "For\xe7ar atualiza\xe7\xe3o", + _s31_28 = "Acompanhe se a despesa foi paga", + _s29_54 = "Tornar os documentos vis\xedveis", + _s25_68 = "Defina uma taxa de c\xe2mbio", + _s26_58 = "Configura\xe7\xf5es das despesas", + _s17_167 = "Cart\xe3o de captura", + _s42_17 = "Fatura recorrente interrompida com sucesso", + _s38_24 = "Fatura recorrente iniciada com sucesso", + _s38_25 = "Fatura recorrente retomada com sucesso", + _s18_159 = "Data de vencimento", + _s19_92 = "Primeiro dia do M\xeas", + _s17_168 = "\xdaltimo dia do M\xeas", + _s21_107 = "Pr\xf3xima data de envio", + _s16_277 = "Ciclos Restantes", + _s24_63 = "Editar Fatura Recorrente", + _s36_29 = "Fatura recorrente criada com sucesso", + _s40_8 = "Fatura recorrente atualizada com sucesso", + _s38_26 = "Fatura recorrente removida com sucesso", + _s30_43 = "Encontrado 1 Fatura recorrente", + _s37_25 = "Encontrado :count Faturas recorrentes", + _s30_44 = "Faturamento Autom\xe1tico Ativado", + _s32_19 = "Valor m\xednimo abaixo do pagamento", + _s29_55 = "Permitir pagamento em excesso", + _s24_64 = "Permitir pagamento menor", + _s17_169 = "Sucesso do Portal", + _s26_59 = "Fila de Repeti\xe7\xe3o de Email", + _s26_60 = "Bem-vindo ao Invoice Ninja", + _s18_160 = "Lembrete 1 Enviado", + _s18_161 = "Lembrete 2 Enviado", + _s18_162 = "Lembrete 3 Enviado", + _s23_57 = "\xdaltimo Lembrete Enviado", + _s23_58 = "P\xe1gina: atual de: total", + _s40_9 = "Cr\xe9ditos enviados por e-mail com sucesso", + _s17_170 = "Aplicar Pagamento", + _s24_65 = "Etiquetas Personalizadas", + _s16_278 = "Tipo de Registro", + _s17_171 = "Tipo de Pagamento", + _s16_279 = "Chave da Empresa", + _s25_69 = "Email de pagamento manual", + _s24_66 = "Configura\xe7\xf5es do cliente", + _s20_99 = "Faturas Selecionadas", + _s23_59 = "Pagamentos Selecionados", + _s20_100 = "Tarefas Selecionadas", + _s21_108 = "Despesas Selecionadas", + _s19_93 = "Pagamentos Recentes", + _s19_94 = "Pr\xf3ximos Or\xe7amentos", + _s20_101 = "Or\xe7amentos Expirados", + _s16_280 = "Criar fornecedor", + _s17_172 = "Atualizar Cliente", + _s17_173 = "Atualizar Despesa", + _s16_281 = "Atualizar Tarefa", + _s21_109 = "Ocultar Barra Lateral", + _s26_61 = "Pesquisar: contar Webhooks", + _s19_95 = "Pesquisar 1 Webhook", + _s26_62 = "Webhook Criada com Sucesso", + _s30_45 = "Webhook Atualizada com Sucesso", + _s29_56 = "Webhook Arquivada com Sucesso", + _s28_75 = "Webhook Removida com Sucesso", + _s30_46 = "Webhook Restaurada com Sucesso", + _s24_67 = "Pesquisar: contar Tokens", + _s17_174 = "Pesquisar 1 Token", + _s26_63 = "Token Removido com Sucesso", + _s28_76 = "Token Restaurado com Sucesso", + _s25_70 = "Personalizar & Visualizar", + _s19_96 = "Pagamento por Email", + _s16_282 = "Cr\xe9dito Restante", + _s17_175 = "Lembrete cont\xednuo", + _s36_30 = "Configurar as condi\xe7\xf5es de pagamento", + _s21_110 = "Condi\xe7\xe3o de Pagamento", + _s26_64 = "Novo Condi\xe7\xe3o de Pagamento", + _s42_18 = "Condi\xe7\xe3o de pagamento removida com sucesso", + _s44_1 = "Condi\xe7\xe3o de pagamento restaurado com sucesso", + _s16_283 = "Entrar com email", + _s26_65 = "Mudar para o layout m\xf3vel?", + _s24_68 = "Parcialmente Reembolsado", + _s20_102 = "Pesquisar Documentos", + _s18_163 = "Pesquisar Clientes", + _s18_164 = "Pesquisar Produtos", + _s18_165 = "Pesquisar Cr\xe9ditos", + _s27_70 = "Pesquisar taxas de impostos", + _s17_176 = "Pesquisar Tarefas", + _s23_60 = "Pesquisar Configura\xe7\xf5es", + _s18_166 = "Pesquisar Projetos", + _s18_167 = "Pesquisar Despesas", + _s20_103 = "Pesquisar Pagamentos", + _s16_284 = "Pesquisar Grupos", + _s17_177 = "Pesquisar Empresa", + _s21_111 = "Pesquisar 1 Documento", + _s18_168 = "Pesquisar 1 Design", + _s19_97 = "Pesquisar 1 Cliente", + _s19_98 = "Pesquisar 1 Produto", + _s19_99 = "Pesquisar 1 Cota\xe7\xe3o", + _s19_100 = "Pesquisar 1 Cr\xe9dito", + _s19_101 = "Pesquisar 1 Usu\xe1rio", + _s27_71 = "Pesquisar 1 Taxa de Imposto", + _s18_169 = "Pesquisar 1 Tarefa", + _s19_102 = "Pesquisar 1 Projeto", + _s19_103 = "Pesquisar 1 Despesa", + _s21_112 = "Pesquisar 1 Pagamento", + _s17_178 = "Pesquisar 1 Grupo", + _s20_104 = "Reembolsar Pagamento", + _s22_81 = "Primeiro Personalizado", + _s21_113 = "Segundo Personalizado", + _s22_82 = "Terceiro Personalizado", + _s20_105 = "Quarto Personalizado", + _s35_28 = "Dados da empresa limpos com sucesso", + _s19_104 = "Detalhes do cliente", + _s19_105 = "Detalhes de cr\xe9dito", + _s18_170 = "Colunas de Produto", + _s18_171 = "Colunas de Tarefas", + _s16_285 = "Todos os eventos", + _s31_29 = "Pagamento realizado com sucesso", + _s29_57 = "Receber todas as notifica\xe7\xf5es", + _s17_179 = "Design de Cr\xe9dito", + _s22_83 = "Or\xe7amentos Recorrentes", + _s19_106 = "Tarefas Recorrentes", + _s28_77 = "Cr\xe9dito removido com sucesso", + _s22_84 = "Atualiza\xe7\xe3o dispon\xedvel", + _s34_25 = "Atualiza\xe7\xe3o completada com sucesso", + _s20_106 = "URL Webhook do Slack", + _s17_180 = "Rodap\xe9 do Cr\xe9dito", + _s17_181 = "Termos do Cr\xe9dito", + _s30_47 = "Empresa adicionada com sucesso", + _s25_71 = "Sobretaxa Personalizada 1", + _s25_72 = "Sobretaxa Personalizada 2", + _s25_73 = "Sobretaxa Personalizada 3", + _s25_74 = "Sobretaxa Personalizada 4", + _s16_286 = "Adicionar Coluna", + _s17_182 = "Adicionar Empresa", + _s22_85 = "Or\xe7amento n\xe3o Aprovado", + _s17_183 = "Data de Reembolso", + _s16_287 = "Sele\xe7\xe3o m\xfaltipla", + _s58_2 = "Recebemos sua mensagem e tentaremos responder rapidamente.", + _s27_72 = "Mostrar Detalhes do Produto", + _s48_4 = "A renderiza\xe7\xe3o de PDF precisa da vers\xe3o :version", + _s20_107 = "Configura\xe7\xf5es Gerais", + _s16_288 = "f\xf3rum de suporte", + _s17_184 = "E-mail de Cr\xe9dito", + _s28_78 = "Tarefas do Portal do Cliente", + _s27_73 = "Painel do Portal do Cliente", + _s18_172 = "Selecionar Empresa", + _s21_114 = "Menu da Barra Lateral", + _s26_66 = "Barra Lateral de Hist\xf3rico", + _s29_58 = "Mostrar Quantidade do Produto", + _s72_0 = "Mostrar um campo de quantidade de produto, caso contr\xe1rio o padr\xe3o de um", + _s28_79 = "Mostrar quantidade da fatura", + _s77_0 = "Exibir um campo de quantidade de item de linha, caso contr\xe1rio, o padr\xe3o \xe9 um", + _s17_185 = "Quantidade Padr\xe3o", + _s60_0 = "Defina automaticamente a quantidade do item de linha para um", + _s19_107 = "Uma taxa de imposto", + _s22_86 = "Duas taxas de impostos", + _s22_87 = "Tr\xeas taxas de impostos", + _s17_186 = "Imposto da Fatura", + _s24_69 = "Imposto da Linha do Item", + _s17_187 = "Impostos Inclusos", + _s27_74 = "Tarifa do Imposto da Fatura", + _s25_75 = "Tarifa do Imposto do Item", + _s18_173 = "Configurar tarifas", + _s27_75 = "Lista separada por v\xedrgulas", + _s20_108 = "Texto de linha \xfanica", + _s16_289 = "Texto multilinha", + _s16_290 = "Quantia da Multa", + _s28_80 = "Depois da data de vencimento", + _s17_188 = "Pagamento parcial", + _s16_291 = "Fonte Secund\xe1ria", + _s17_189 = "Tamanho da P\xe1gina", + _s19_108 = "Design do Or\xe7amento", + _s22_88 = "Condi\xe7\xf5es do Or\xe7amento", + _s19_109 = "Rodap\xe9 do Or\xe7amento", + _s16_292 = "Email Autom\xe1tico", + _s74_ = "Enviar faturas recorrentes por email automaticamente quando forem criadas.", + _s24_70 = "Arquivar Automaticamente", + _s52_3 = "Arquivar automaticamente faturas quando forem pagas.", + _s61_5 = "Arquivar automaticamente or\xe7amentos quando forem convertidos.", + _s72_1 = "Converter automaticamente um or\xe7amento quando for aprovado pelo cliente.", + _s34_26 = "Configura\xe7\xf5es de Fluxo de Trabalho", + _s18_174 = "Reiniciar Contador", + _s22_89 = "Prefixo da Recorr\xeancia", + _s23_61 = "Preenchimento de n\xfamero", + _s18_175 = "Campo de Sobretaxa", + _s16_293 = "Campo da Empresa", + _s16_294 = "Valor da Empresa", + _s16_295 = "Campo de Cr\xe9dito", + _s19_110 = "Sobretaxa de Fatura", + _s16_296 = "Campo do Cliente", + _s16_297 = "Campo do Produto", + _s18_176 = "Campo de Pagamento", + _s19_111 = "Campo do Fornecedor", + _s16_298 = "Campo da Despesa", + _s16_299 = "Campo do Projeto", + _s17_190 = "Contador Num\xe9rico", + _s19_112 = "Padr\xe3o de Numera\xe7\xe3o", + _s17_191 = "CSS Personalizado", + _s24_71 = "JavaScript Personalizado", + _s23_62 = "Assinatura de Or\xe7amento", + _s17_192 = "Anexar Documentos", + _s17_193 = "Cart\xe3o de Cr\xe9dito", + _s22_90 = "Transfer\xeancia Banc\xe1ria", + _s36_31 = "Taxa de imposto exclu\xedda com sucesso", + _s38_27 = "Taxa de imposto restaurada com sucesso", + _s35_29 = "Atualiza\xe7\xe3o autom\xe1tica dos produtos", + _s18_177 = "Converter Produtos", + _s68_ = "Converter automaticamente pre\xe7os de produtos para a moeda do cliente", + _s18_178 = "Descartar Mudan\xe7as", + _s16_300 = "Formato de Moeda", + _s19_113 = "Primeiro M\xeas do Ano", + _s20_109 = "Formato de Data/Hora", + _s19_114 = "Formato de Hora 24h", + _s16_301 = "Enviar Lembretes", + _s20_110 = "Filtrado por Projeto", + _s18_179 = "Filtrado por Grupo", + _s19_115 = "Filtrado por Fatura", + _s20_111 = "Filtrado por Cliente", + _s21_115 = "Filtrado por Vendedor", + _s23_63 = "Configura\xe7\xf5es de Grupos", + _s24_72 = "Grupo criado com sucesso", + _s28_81 = "Grupo atualizado com sucesso", + _s27_76 = "Grupo arquivado com sucesso", + _s26_67 = "Grupo removido com sucesso", + _s28_82 = "Grupo restaurado com sucesso", + _s28_83 = "Configura\xe7\xf5es do Dispositivo", + _s19_116 = "Detalhes da Empresa", + _s17_194 = "Pagamentos Online", + _s21_116 = "Campos Personalizados", + _s21_117 = "Visualiza\xe7\xe3o de Dados", + _s16_302 = "Compras Passadas", + _s16_303 = "Assinatura Anual", + _s17_195 = "Plano Empresarial", + _s86_0 = "Por favor, aceite os termos de servi\xe7o e pol\xedtica de privacidade para criar uma conta.", + _s20_112 = "Condi\xe7\xf5es do Servi\xe7o", + _s23_64 = "Pol\xedtica de Privacidade", + _s16_304 = "Editar Documento", + _s29_59 = "Documento enviado com sucesso", + _s32_20 = "Documento atualizado com sucesso", + _s31_30 = "Documento arquivado com sucesso", + _s29_60 = "Documento apagado com sucesso", + _s32_21 = "Documento recuperado com sucesso", + _s16_305 = "Marcar como Pago", + _s29_61 = "Fornecedor criado com sucesso", + _s33_27 = "Fornecedor atualizado com sucesso", + _s32_22 = "Fornecedor arquivado com sucesso", + _s42_19 = ":count fornecedores arquivados com sucesso", + _s26_68 = "Despesa criada com sucesso", + _s30_48 = "Despesa atualizada com sucesso", + _s29_62 = "Despesa arquivada com sucesso", + _s28_84 = "Despesa exclu\xedda com sucesso", + _s30_49 = "Despesa restaurada com sucesso", + _s31_31 = "Despesas arquivadas com sucesso", + _s30_50 = "Despesas exclu\xeddas com sucesso", + _s27_77 = "Tarefa iniciada com sucesso", + _s29_63 = "Tarefa continuada com sucesso", + _s31_32 = "Iniciar Tarefas Automaticamente", + _s26_69 = "Projeto criado com sucesso", + _s30_51 = "Projeto atualizado com sucesso", + _s29_64 = "Projeto arquivado com sucesso", + _s30_52 = "Projeto restaurado com sucesso", + _s38_28 = ":count projetos arquivados com sucesso", + _s56_1 = "Por favor autentique-se para modificar esta configura\xe7\xe3o", + _s23_65 = "Por favor autentique-se", + _s23_66 = "Autentica\xe7\xe3o Biom\xe9trica", + _s20_113 = "Login Auto-Hospedado", + _s21_118 = "Per\xedodo de Compara\xe7\xe3o", + _s16_306 = "Per\xedodo Anterior", + _s16_307 = "Editar Or\xe7amento", + _s16_308 = "Editar Pagamento", + _s17_196 = "Editar Fornecedor", + _s27_78 = "Editar Or\xe7amento Recorrente", + _s17_197 = "Endere\xe7o de envio", + _s43_5 = ":value copiado para a \xe1rea de transfer\xeancia", + _s24_73 = "N\xe3o foi poss\xedvel iniciar", + _s16_309 = "Email \xe9 inv\xe1lido", + _s30_53 = "Produto restaurado com sucesso", + _s26_70 = "Cliente criado com sucesso", + _s30_54 = "Cliente atualizado com sucesso", + _s29_65 = "Cliente arquivado com sucesso", + _s38_29 = ":count clientes arquivados com sucesso", + _s39_12 = "Pagamento enviado por email com sucesso", + _s19_117 = "N\xfamero do Or\xe7amento", + _s17_198 = "Data do Or\xe7amento", + _s16_310 = "Parcial/Dep\xf3sito", + _s18_180 = "Data de Vencimento", + _s26_71 = "Data de Vencimento Parcial", + _s31_33 = "Clique + para adicionar um item", + _s29_66 = "Clique + para adicionar tempo", + _s19_118 = ":count selecionados", + _s30_55 = "Por favor selecione um cliente", + _s39_13 = "Por favor digite um n\xfamero de or\xe7amento", + _s19_119 = "Marcar como Enviada", + _s17_199 = "Data do Pagamento", + _s17_200 = "Portal do Cliente", + _s17_201 = "Primeiro Lembrete", + _s16_311 = "Segundo Lembrete", + _s17_202 = "Terceiro Lembrete", + _s19_120 = "Cobran\xe7a autom\xe1tica", + _s23_67 = "Refer\xeancia da Transa\xe7\xe3o", + _s28_85 = "Pagamento criado com sucesso", + _s32_23 = "Pagamento atualizado com sucesso", + _s31_34 = "Pagamento arquivado com sucesso", + _s40_10 = ":count pagamentos arquivados com sucesso", + _s28_86 = "Or\xe7amento criado com sucesso", + _s40_11 = ":count or\xe7amentos arquivados com sucesso", + _s29_67 = ":user criou o cliente :client", + _s32_24 = ":user arquivou o cliente :client", + _s36_32 = ":user atualizou o pagamento :payment", + _s35_30 = ":user arquivou o pagamento :payment", + _s38_30 = ":contact visualizou o or\xe7amento :quote", + _s33_28 = ":user arquivou o or\xe7amento :quote", + _s34_27 = ":user restaurou o or\xe7amento :quote", + _s33_29 = ":user restaurou o cliente :client", + _s36_33 = ":user restaurou o pagamento :payment", + _s32_25 = ":user criou o fornecedor :vendor", + _s35_31 = ":user arquivou o fornecedor :vendor", + _s36_34 = ":user restaurou o fornecedor :vendor", + _s30_56 = ":user criou a despesa :expense", + _s33_30 = ":user arquivou a despesa :expense", + _s34_28 = ":user restaurou a despesa :expense", + _s58_3 = ":user cancelou um pagamento de :payment_amount em :payment", + _s72_2 = ":user reembolsou :adjustment de um pagamento :payment_amount em :payment", + _s26_72 = ":user criou a tarefa :task", + _s30_57 = ":user atualizou a tarefa :task", + _s29_68 = ":user arquivou a tarefa :task", + _s30_58 = ":user restaurou a tarefa :task", + _s34_29 = ":user atualizou a despesa :expense", + _s32_26 = ":user atualizou o ticket :ticket", + _s29_69 = ":user fechou o ticket :ticket", + _s27_79 = ":user uniu o ticket :ticket", + _s30_59 = ":user dividiu o ticket :ticket", + _s31_35 = ":contact abriu o ticket :ticket", + _s33_31 = ":contact reabriu o ticket :ticket", + _s30_60 = ":user reabriu o ticket :ticket", + _s33_32 = ":user visualizou o ticket :ticket", + _s27_80 = "Cr\xe9dito enviado com sucesso", + _s42_20 = "Or\xe7amento marcado como enviado com sucesso", + _s40_12 = "Cr\xe9dito marcado com sucesso como enviado", + _s33_33 = "Sele\xe7\xe3o m\xfaltipla de longa press\xe3o", + _s19_121 = "Valor Personalizado", + _s21_119 = "Valor Personalizado 3", + _s21_120 = "Valor Personalizado 4", + _s30_61 = "Estilo de E-mail Personalizado", + _s32_27 = "Mensagem de Painel Personalizada", + _s48_5 = "Mensagem Personalizada de Or\xe7amento N\xe3o Aprovado", + _s29_70 = "Padr\xe3o de Numera\xe7\xe3o de Tarefa", + _s28_87 = "Contador Num\xe9rico de Tarefas", + _s30_62 = "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_88 = "Contador Num\xe9rico de Tickets", + _s32_28 = "Padr\xe3o de Numera\xe7\xe3o de Pagamento", + _s31_36 = "Contador Num\xe9rico de Pagamentos", + _s29_73 = "Padr\xe3o de Numera\xe7\xe3o de Fatura", + _s32_29 = "Padr\xe3o de Numera\xe7\xe3o de Or\xe7amento", + _s30_63 = "Padr\xe3o de Numera\xe7\xe3o de Cr\xe9dito", + _s29_74 = "Contador Num\xe9rico de Cr\xe9ditos", + _s26_73 = "Reiniciar Data do Contador", + _s18_181 = "Padr\xe3o do Contador", + _s43_6 = "Contador de cota\xe7\xe3o de fatura compartilhada", + _s20_114 = "Nome fiscal padr\xe3o 1", + _s24_74 = "Taxa de imposto padr\xe3o 1", + _s20_115 = "Nome fiscal padr\xe3o 2", + _s24_75 = "Taxa de imposto padr\xe3o 2", + _s20_116 = "Nome fiscal padr\xe3o 3", + _s24_76 = "Taxa de imposto padr\xe3o 3", + _s27_81 = "Assunto do E-mail de Fatura", + _s30_64 = "Assunto do E-mail de Or\xe7amento", + _s30_65 = "Assunto do E-mail de Pagamento", + _s38_31 = "Assunto de pagamento parcial por email", + _s17_203 = "Cidade do Cliente", + _s19_122 = "Endere\xe7o do cliente", + _s19_123 = "Endere\xe7o de entrega", + _s17_204 = "Taxa de imposto 1", + _s17_205 = "Taxa de imposto 2", + _s17_206 = "Taxa de imposto 3", + _s19_124 = "Cobran\xe7a Autom\xe1tica", + _s25_76 = "Impostos personalizados 1", + _s25_77 = "Impostos personalizados 2", + _s25_78 = "Impostos personalizados 3", + _s25_79 = "Impostos personalizados 4", + _s19_125 = "Quantia de Impostos", + _s27_82 = "Projeto apagado com sucesso", + _s25_80 = "Parcialmente N\xe3o Aplicado", + _s26_74 = "Nota de Pagamento Atrasada", + _s18_182 = "Or\xe7amento Expirado", + _s21_121 = "Total da Nota de Pag.", + _s18_183 = "Configurar Estados", + _s21_122 = "Mostrar Barra Lateral", + _s17_207 = "Or\xe7amento enviado", + _s23_68 = "Empresa Personalizada 1", + _s23_69 = "Empresa Personalizada 2", + _s23_70 = "Empresa Personalizada 3", + _s23_71 = "Empresa Personalizada 4", + _s23_72 = "Cliente Personalizado 1", + _s23_73 = "Cliente Personalizado 2", + _s23_74 = "Cliente Personalizado 3", + _s23_75 = "Cliente Personalizado 4", + _s24_77 = "Contacto Personalizado 1", + _s24_78 = "Contacto Personalizado 2", + _s24_79 = "Contacto Personalizado 3", + _s24_80 = "Contacto Personalizado 4", + _s21_123 = "Grupo Personalizado 1", + _s21_124 = "Grupo Personalizado 2", + _s21_125 = "Grupo Personalizado 3", + _s21_126 = "Grupo Personalizado 4", + _s16_312 = "Rua de Fatura\xe7\xe3o", + _s20_117 = "Percentagem da Multa", + _s17_208 = "Importar/Exportar", + _s16_313 = "Dep\xf3sito/Parcial", + _s61_6 = "Excelente! As notas de pagamento foram marcadas como enviada.", + _s19_126 = "Valor personalizado", + _s25_81 = "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_56 = "\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b", - _s16_268 = "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u0430\u044f \u043e\u043f\u043b\u0430\u0442\u0430", - _s19_90 = ":count ra\u010dun poslat", - _s22_76 = "Uspe\u0161no obrisan tro\u0161ak", - _s20_99 = "Prilago\u0111ena Vrednost", - _s20_100 = "Ra\u010dun uspe\u0161no poslan", - _s16_269 = "Vrednost po meri", - _s32_20 = "Suscripci\xf3n creada correctamente", - _s37_23 = "Suscripci\xf3n actualizada correctamente", - _s19_91 = "Reenviar Invitaci\xf3n", - _s19_92 = "Convertir a Factura", - _s18_143 = "Eventos Soportados", - _s23_57 = "Seleccionar archivo CSV", - _s18_144 = "Nombre del Cliente", - _s18_145 = "Debe ser Facturado", - _s18_146 = "Marcar como Activo", - _s18_147 = "Factura Recurrente", - _s20_101 = "Facturas Recurrentes", - _s24_61 = "Nueva Factura Recurrente", - _s17_168 = "Pr\xf3ximas Facturas", - _s16_270 = "Eliminar Factura", - _s16_271 = "Eliminar Cliente", - _s20_102 = "Actualizar Proveedor", - _s16_272 = "Borrar Proveedor", - _s19_93 = "Registro de Cliente", - _s26_57 = "Editar el T\xe9rminos de Pago", - _s19_94 = "Cantidad de Cr\xe9dito", - _s18_148 = "Buscar 1 Proveedor", - _s17_169 = "Todos los Eventos", - _s16_273 = "Comprar Licencia", - _s22_77 = "Dise\xf1os Personalizados", - _s18_149 = "Tareas Recurrentes", - _s16_274 = "Fecha de Cr\xe9dito", - _s24_62 = "Actualizaci\xf3n Disponible", - _s16_275 = "Saldo de Cr\xe9dito", - _s16_276 = "Creado por :name", - _s20_103 = "Ganancias y P\xe9rdidas", - _s26_58 = "Configuraci\xf3n de Impuestos", - _s21_105 = "Configuraci\xf3n General", - _s19_95 = "Opciones de Factura", - _s17_170 = "Todas las p\xe1ginas", - _s16_277 = "Color Secundario", - _s17_171 = "Campos de Factura", - _s18_150 = "Campos de Producto", - _s23_58 = "T\xe9rminos de Facturaci\xf3n", - _s17_172 = "N\xfameros Generados", - _s16_278 = "Cargar Impuestos", - _s18_151 = "Prefijo Recurrente", - _s16_279 = "Campo de Empresa", - _s32_21 = "Proteger Facturas con Contrase\xf1a", - _s18_152 = "Un cordial saludo,", + _s23_76 = "\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b", + _s16_314 = "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u0430\u044f \u043e\u043f\u043b\u0430\u0442\u0430", + _s24_81 = "Uspe\u0161no obrisan projekat", + _s22_91 = "Delimi\u010dno neprimenjeno", + _s29_75 = "Ra\u010dun uspe\u0161no poslat e-po\u0161tom", + _s36_35 = "Predra\u010dun je uspe\u0161no poslat e-po\u0161tom", + _s21_127 = "Delimi\u010dno refundirano", + _s16_315 = "Prvo prilago\u0111eno", + _s17_209 = "Drugo prilago\u0111eno", + _s17_210 = "Tre\u0107e prilago\u0111eno", + _s21_128 = "Prilago\u0111ena doplata 1", + _s21_129 = "Prilago\u0111ena doplata 2", + _s21_130 = "Prilago\u0111ena doplata 3", + _s21_131 = "Prilago\u0111ena doplata 4", + _s25_82 = "Molimo izaberite klijenta", + _s19_127 = "Delimi\u010dno plac\u0301anje", + _s22_92 = "Automatsko Arhiviranje", + _s38_32 = "Ra\u010duni su uspe\u0161no ozna\u010deni kao poslati", + _s35_32 = ":contact pregledao predra\u010dun :quote", + _s20_118 = "Prilago\u0111ena Vrednost", + _s21_132 = "Obrazac broja kredita", + _s20_119 = "Broja\u010d broja kredita", + _s17_211 = "Pravideln\xe9 v\xfddaje", + _s32_30 = "Predplatn\xe9 \xfaspe\u0161ne aktualizovan\xe9", + _s18_184 = "Oneskoren\xe1 fakt\xfara", + _s33_34 = "Stav \xfalohy bol \xfaspe\u0161ne odstr\xe1nen\xfd", + _s16_316 = "D\xe1tum splatnosti", + _s24_82 = "Fakt\xfara \xfaspe\u0161ne odoslan\xe1", + _s23_77 = "Ponuka \xfaspe\u0161ne odoslan\xe1", + _s39_14 = "Webhooky :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", + _s38_33 = "Platobn\xfd term\xedn bol \xfaspe\u0161ne odstr\xe1nen\xfd", + _s17_212 = "\u010ciasto\u010dne vr\xe1ten\xe9", + _s26_75 = "\xdaspe\u0161ne stornovan\xe1 fakt\xfara", + _s26_76 = "Fakt\xfara \xfaspe\u0161ne odstr\xe1nen\xe1", + _s29_76 = "Vzh\u013ead bol \xfaspe\u0161ne odstr\xe1nen\xfd", + _s19_128 = "Vlastn\xfd pr\xedplatok 1", + _s19_129 = "Vlastn\xfd pr\xedplatok 2", + _s19_130 = "Vlastn\xfd pr\xedplatok 3", + _s19_131 = "Vlastn\xfd pr\xedplatok 4", + _s16_317 = "Faktura\u010dn\xfd email", + _s16_318 = "\u010ciasto\u010dn\xe1 platba", + _s43_7 = "Pou\u017e\xedvatelia :value boli \xfaspe\u0161ne odstr\xe1nen\xed", + _s22_93 = "Automatick\xe1 archiv\xe1cia", + _s26_77 = "V\xfddaje \xfaspe\u0161ne archivovan\xe9", + _s22_94 = "V\xfddaje \xfaspe\u0161ne zmazan\xe9", + _s22_95 = "\xdaloha \xfaspe\u0161ne obnoven\xe1", + _s45_3 = "Po\u010det \xfaspe\u0161ne archivovan\xfdch projektov: :count", + _s42_21 = "Fakt\xfara bola \xfaspe\u0161ne ozna\u010den\xe1 ako odoslan\xe1", + _s42_22 = "Fakt\xfary boli \xfaspe\u0161ne ozna\u010den\xe9 ako odoslan\xe9", + _s16_319 = "Tretia Upomienka", + _s21_133 = "Automatick\xe9 \xfa\u010dtovanie", + _s18_185 = "Vzor \u010d\xedsla kreditu", + _s26_78 = "Po\u010d\xedtadlo kreditn\xfdch \u010d\xedsel", + _s21_134 = "Ponavaljajo\u010di stro\u0161ki", + _s20_120 = "Ra\u010dun uspe\u0161no poslan", + _s16_320 = "Vrednost po meri", + _s20_121 = "Ver gasto # :expense", + _s28_89 = "Proyecto eliminado con \xe9xito", + _s32_31 = "Suscripci\xf3n creada correctamente", + _s37_26 = "Suscripci\xf3n actualizada correctamente", + _s19_132 = "Reenviar Invitaci\xf3n", + _s19_133 = "Convertir a Factura", + _s18_186 = "Eventos Soportados", + _s23_78 = "Seleccionar archivo CSV", + _s18_187 = "Nombre del Cliente", + _s18_188 = "Debe ser Facturado", + _s18_189 = "Marcar como Activo", + _s18_190 = "Factura Recurrente", + _s20_122 = "Facturas Recurrentes", + _s24_83 = "Nueva Factura Recurrente", + _s17_213 = "Pr\xf3ximas Facturas", + _s16_321 = "Eliminar Factura", + _s16_322 = "Eliminar Cliente", + _s20_123 = "Actualizar Proveedor", + _s16_323 = "Borrar Proveedor", + _s19_134 = "Registro de Cliente", + _s26_79 = "Editar el T\xe9rminos de Pago", + _s19_135 = "Cantidad de Cr\xe9dito", + _s18_191 = "Buscar 1 Proveedor", + _s17_214 = "Todos los Eventos", + _s16_324 = "Comprar Licencia", + _s22_96 = "Dise\xf1os Personalizados", + _s18_192 = "Tareas Recurrentes", + _s16_325 = "Fecha de Cr\xe9dito", + _s24_84 = "Actualizaci\xf3n Disponible", + _s16_326 = "Saldo de Cr\xe9dito", + _s16_327 = "Creado por :name", + _s20_124 = "Ganancias y P\xe9rdidas", + _s26_80 = "Configuraci\xf3n de Impuestos", + _s21_135 = "Configuraci\xf3n General", + _s19_136 = "Opciones de Factura", + _s17_215 = "Todas las p\xe1ginas", + _s16_328 = "Color Secundario", + _s17_216 = "Campos de Factura", + _s18_193 = "Campos de Producto", + _s23_79 = "T\xe9rminos de Facturaci\xf3n", + _s17_217 = "N\xfameros Generados", + _s16_329 = "Cargar Impuestos", + _s18_194 = "Prefijo Recurrente", + _s16_330 = "Campo de Empresa", + _s32_32 = "Proteger Facturas con Contrase\xf1a", + _s18_195 = "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_280 = "Dise\xf1o de Correo", - _s16_281 = "Habilitar Markup", - _s20_104 = "Actualizar Direcci\xf3n", - _s74_ = "Seleccionar un producto autom\xe1ticamente configurar\xe1 la descripci\xf3n y coste", - _s20_105 = "Configuraci\xf3n B\xe1sica", - _s22_78 = "Configuraci\xf3n Avanzada", - _s22_79 = "Detalles de la Empresa", - _s19_96 = "Detalles de Usuario", - _s36_27 = "Configuraci\xf3n del Correo Electr\xf3nico", - _s26_59 = "Plantillas & Recordatorios", - _s22_80 = "Visualizaci\xf3n de Datos", - _s31_26 = "Agregar documentos a la factura", - _s16_282 = "Convertir moneda", - _s41_12 = ":count proveedores actualizados con \xe9xito", - _s26_60 = "Gasto creado correctamente", - _s31_27 = "Gasto actualizado correctamente", - _s29_59 = "Gasto archivado correctamente", - _s27_60 = "Gasto borrado correctamente", - _s31_28 = "Gastos archivados correctamente", - _s29_60 = "Gastos borrados correctamente", - _s22_81 = "Periodo de Comparaci\xf3n", - _s16_283 = "Editar Proveedor", - _s16_284 = "Ingresos Totales", - _s23_59 = "Promedio de Facturaci\xf3n", - _s18_153 = "Pendiente de Cobro", - _s24_63 = ":count facturas enviadas", - _s16_285 = "Clientes Activos", - _s30_55 = "Producto actualizado con \xe9xito", - _s17_173 = "N\xfamero de Factura", - _s16_286 = "Fecha de Factura", - _s17_174 = "Fecha de Creaci\xf3n", - _s16_287 = "T\xe9rminos de Pago", - _s19_97 = "Primer Recordatorio", - _s20_106 = "Segundo Recordatorio", - _s19_98 = "Tercer Recordatorio", - _s25_55 = "Referencia de Transacci\xf3n", - _s29_61 = ":user cre\xf3 el cliente :client", - _s32_22 = ":user archiv\xf3 el cliente :client", - _s35_27 = ":user actualiz\xf3 la factura :invoice", - _s33_29 = ":user archiv\xf3 la factura :invoice", - _s30_56 = ":user archiv\xf3 el pago :payment", - _s33_30 = ":user restaur\xf3 el cliente :client", - _s31_29 = ":user restaur\xf3 el pago :payment", - _s30_57 = ":user cre\xf3 al vendedor :vendor", - _s33_31 = ":user archiv\xf3 al vendedor :vendor", - _s33_32 = ":user elimin\xf3 al vendedor :vendor", - _s34_28 = ":user restaur\xf3 al vendedor :vendor", - _s31_30 = ":user archiv\xf3 el gasto :expense", - _s31_31 = ":user elimin\xf3 el gasto :expense", - _s32_23 = ":user restaur\xf3 el gasto :expense", - _s25_56 = ":user cre\xf3 la tarea :task", - _s30_58 = ":user actualiz\xf3 la tarea :task", - _s28_74 = ":user archiv\xf3 la tarea :task", - _s28_75 = ":user elimin\xf3 la tarea :task", - _s29_62 = ":user restaur\xf3 la tarea :task", - _s33_33 = ":user actualiz\xf3 el ticket :ticket", - _s29_63 = ":user cerr\xf3 el ticket :ticket", - _s31_32 = ":user dividi\xf3 el ticket :ticket", - _s32_24 = ":contact abri\xf3 el ticket :ticket", - _s36_28 = ":contact respondi\xf3 el ticket :ticket", - _s18_154 = "Importe de Factura", - _s20_107 = "Fecha de Vencimiento", - _s20_108 = "Ciudad del Proveedor", - _s18_155 = "Pa\xeds del Proveedor", - _s18_156 = "Nombre de Impuesto", - _s19_99 = "Nombre del Contacto", - _s20_109 = "Presupuesto Expirado", - _s29_64 = "Token eliminado correctamente", - _s23_60 = "Tercera Personalizaci\xf3n", - _s24_64 = "Contacto Personalizado 1", - _s24_65 = "Contacto Personalizado 2", - _s24_66 = "Contacto Personalizado 3", - _s24_67 = "Contacto Personalizado 4", - _s23_61 = "Recargo Personalizado 1", - _s23_62 = "Recargo Personalizado 2", - _s23_63 = "Recargo Personalizado 3", - _s23_64 = "Recargo Personalizado 4", - _s45_3 = ":count proveedores actualizados correctamente", - _s42_16 = "Factura marcada como enviada correctamente", - _s45_4 = "Facturas marcadas como enviadas correctamente", - _s33_34 = ":user borr\xf3 el presupuesto :quote", - _s34_29 = ":contact vi\xf3 el presupuesto :quote", - _s28_76 = "Patr\xf3n del N\xfamero de Cr\xe9dito", - _s30_59 = "Contador del N\xfamero de Cr\xe9dito", - _s24_68 = ":count fakturor skickade", - _s16_288 = "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", - _s20_110 = ":count \u0e2a\u0e48\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", - _s28_77 = "\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_61 = "\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_157 = "\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", - _s24_69 = ":count fatura g\xf6nderildi", + _s16_331 = "Dise\xf1o de Correo", + _s16_332 = "Habilitar Markup", + _s20_125 = "Actualizar Direcci\xf3n", + _s74_0 = "Seleccionar un producto autom\xe1ticamente configurar\xe1 la descripci\xf3n y coste", + _s20_126 = "Configuraci\xf3n B\xe1sica", + _s22_97 = "Configuraci\xf3n Avanzada", + _s22_98 = "Detalles de la Empresa", + _s19_137 = "Detalles de Usuario", + _s36_36 = "Configuraci\xf3n del Correo Electr\xf3nico", + _s26_81 = "Plantillas & Recordatorios", + _s22_99 = "Visualizaci\xf3n de Datos", + _s31_37 = "Agregar documentos a la factura", + _s16_333 = "Convertir moneda", + _s41_14 = ":count proveedores actualizados con \xe9xito", + _s26_82 = "Gasto creado correctamente", + _s31_38 = "Gasto actualizado correctamente", + _s29_77 = "Gasto archivado correctamente", + _s27_83 = "Gasto borrado correctamente", + _s31_39 = "Gastos archivados correctamente", + _s29_78 = "Gastos borrados correctamente", + _s22_100 = "Periodo de Comparaci\xf3n", + _s16_334 = "Editar Proveedor", + _s16_335 = "Ingresos Totales", + _s23_80 = "Promedio de Facturaci\xf3n", + _s18_196 = "Pendiente de Cobro", + _s24_85 = ":count facturas enviadas", + _s16_336 = "Clientes Activos", + _s30_66 = "Producto actualizado con \xe9xito", + _s17_218 = "N\xfamero de Factura", + _s16_337 = "Fecha de Factura", + _s17_219 = "Fecha de Creaci\xf3n", + _s16_338 = "T\xe9rminos de Pago", + _s19_138 = "Primer Recordatorio", + _s20_127 = "Segundo Recordatorio", + _s19_139 = "Tercer Recordatorio", + _s25_83 = "Referencia de Transacci\xf3n", + _s29_79 = ":user cre\xf3 el cliente :client", + _s32_33 = ":user archiv\xf3 el cliente :client", + _s35_33 = ":user actualiz\xf3 la factura :invoice", + _s33_35 = ":user archiv\xf3 la factura :invoice", + _s30_67 = ":user archiv\xf3 el pago :payment", + _s33_36 = ":user restaur\xf3 el cliente :client", + _s31_40 = ":user restaur\xf3 el pago :payment", + _s30_68 = ":user cre\xf3 al vendedor :vendor", + _s33_37 = ":user archiv\xf3 al vendedor :vendor", + _s33_38 = ":user elimin\xf3 al vendedor :vendor", + _s34_30 = ":user restaur\xf3 al vendedor :vendor", + _s31_41 = ":user archiv\xf3 el gasto :expense", + _s31_42 = ":user elimin\xf3 el gasto :expense", + _s32_34 = ":user restaur\xf3 el gasto :expense", + _s25_84 = ":user cre\xf3 la tarea :task", + _s30_69 = ":user actualiz\xf3 la tarea :task", + _s28_90 = ":user archiv\xf3 la tarea :task", + _s28_91 = ":user elimin\xf3 la tarea :task", + _s29_80 = ":user restaur\xf3 la tarea :task", + _s33_39 = ":user actualiz\xf3 el ticket :ticket", + _s29_81 = ":user cerr\xf3 el ticket :ticket", + _s31_43 = ":user dividi\xf3 el ticket :ticket", + _s32_35 = ":contact abri\xf3 el ticket :ticket", + _s36_37 = ":contact respondi\xf3 el ticket :ticket", + _s18_197 = "Importe de Factura", + _s20_128 = "Fecha de Vencimiento", + _s20_129 = "Ciudad del Proveedor", + _s18_198 = "Pa\xeds del Proveedor", + _s18_199 = "Nombre de Impuesto", + _s19_140 = "Nombre del Contacto", + _s20_130 = "Presupuesto Expirado", + _s29_82 = "Token eliminado correctamente", + _s23_81 = "Tercera Personalizaci\xf3n", + _s23_82 = "Recargo Personalizado 1", + _s23_83 = "Recargo Personalizado 2", + _s23_84 = "Recargo Personalizado 3", + _s23_85 = "Recargo Personalizado 4", + _s45_4 = ":count proveedores actualizados correctamente", + _s42_23 = "Factura marcada como enviada correctamente", + _s45_5 = "Facturas marcadas como enviadas correctamente", + _s33_40 = ":user borr\xf3 el presupuesto :quote", + _s34_31 = ":contact vi\xf3 el presupuesto :quote", + _s28_92 = "Patr\xf3n del N\xfamero de Cr\xe9dito", + _s30_70 = "Contador del N\xfamero de Cr\xe9dito", + _s17_220 = "F\xf6rfallen faktura", + _s16_339 = "F\xf6rfallen offert", + _s32_36 = "Krediten har skickats via e-post", + _s17_221 = "Betalningsvillkor", + _s18_200 = "Delvis \xe5terbetalad", + _s24_86 = ":count fakturor skickade", + _s25_85 = "Anpassad till\xe4ggsavgift 1", + _s25_86 = "Anpassad till\xe4ggsavgift 2", + _s25_87 = "Anpassad till\xe4ggsavgift 3", + _s25_88 = "Anpassad till\xe4ggsavgift 4", + _s21_136 = "Automatisk arkivering", + _s17_222 = "F\xf6reg\xe5ende period", + _s16_340 = "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", + _s20_131 = ":count \u0e2a\u0e48\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", + _s28_93 = "\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_83 = "\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_201 = "\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", + _s24_87 = ":count fatura g\xf6nderildi", t1 = type$.legacy_String; - return A.LinkedHashMap_LinkedHashMap$_literal(["en", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", "show_pdf_preview", "Show PDF Preview", "show_pdf_preview_help", "Display PDF preview while editing invoices", "print_pdf", "Print PDF", "remind_me", "Remind Me", "instant_bank_pay", "Instant Bank Pay", "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", "credit_is_more_than_invoice", "The credit amount can not be more than the invoice amount", "giropay", "Giropay", "direct_debit", "Direct Debit", "please_set_a_password", "Please set an account password", "set_password", "Set Password", "recommend_desktop", "We recommend using the desktop app for the best performance", "recommend_mobile", "We recommend using the mobile app for the best performance", "disconnected_gateway", "Successfully disconnected gateway", "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "ACSS", "becs", "BECS", "bulk_download", "Download", "persist_data_help", "Save data locally to enable the app to start faster, disabling may improve performance in large accounts", "persist_ui", "Persist UI", "persist_ui_help", "Save UI state locally to enable the app to start at the last location, disabling may improve performance", "client_postal_code", "Client Postal Code", "client_vat_number", "Client VAT Number", "has_tasks", "Has Tasks", "registration", "Registration", "unauthorized_stripe_warning", "Please authorize Stripe to accept online payments.", "view_expense", "View Expense", "view_statement", "View Statement", "sepa", "SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", "update_all_records", "Update all records", "system", "System", "set_default_company", "Set Default Company", "updated_company", "Successfully updated company", "kbc", "KBC", "bancontact", "Bancontact", "why_are_you_leaving", "Help us improve by telling us why (optional)", "webhook_success", "Webhook Success", "error_cross_client_tasks", "Tasks must all belong to the same client", "error_cross_client_expenses", "Expenses must all belong to the same client", "app", "App", "for_best_performance", "For the best performance download the :app app", "gross_line_total", "Gross Line Total", "bulk_email_invoice", "Email Invoice", "bulk_email_quote", "Email Quote", "bulk_email_credit", "Email Credit", "from_name", "From Name", "clone_to_expense", "Clone to Expense", "recurring_expense", "Recurring Expense", _s18_, _s18_0, "new_recurring_expense", "New Recurring Expense", _s22_, _s22_0, "created_recurring_expense", "Successfully created recurring expense", "updated_recurring_expense", "Successfully updated recurring expense", "archived_recurring_expense", "Successfully archived recurring expense", "deleted_recurring_expense", "Successfully deleted recurring expense", "removed_recurring_expense", "Successfully removed recurring expense", "restored_recurring_expense", "Successfully restored recurring expense", "search_recurring_expense", "Search Recurring Expense", "search_recurring_expenses", "Search Recurring Expenses", "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", "include_drafts_help", "Include draft records in reports", "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", "verify_customers", "Verify Customers", "google_analytics", "Google Analytics", "google_analytics_tracking_id", "Google Analytics Tracking ID", "decimal_comma", "Decimal Comma", "use_comma_as_decimal_place", "Use comma as decimal place in forms", "select_method", "Select Method", "select_platform", "Select Platform", "use_web_app_to_connect_gmail", "Please use the web app to connect to Gmail", "expense_tax_help", "Item tax rates are disabled", "enable_markdown", "Enable Markdown", "enable_markdown_help", "Convert markdown to HTML on the PDF", "user_guide", "User Guide", "add_second_contact", "Add Second Contact", "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", "sidebar_active_background_color", "Sidebar Active Background Color", "sidebar_active_font_color", "Sidebar Active Font Color", "sidebar_inactive_background_color", "Sidebar Inactive Background Color", "sidebar_inactive_font_color", "Sidebar Inactive Font Color", "table_alternate_row_background_color", "Table Alternate Row Background Color", "invoice_header_background_color", "Invoice Header Background Color", "invoice_header_font_color", "Invoice Header Font Color", "net_subtotal", "Net Subtotal", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", "All accounts receive a two week trial of the Pro plan, once the trial ends your account will automatically change to the free plan.", "free_trial_ends_in_days", "The Pro plan trial ends in :count days, click to upgrade.", "free_trial_ends_today", "Today is the last day of the Pro plan trial, click to upgrade.", "change_email", "Change Email", "client_portal_domain_hint", "Optionally configure a separate client portal domain", "tasks_shown_in_portal", "Tasks Shown in Portal", "uninvoiced", "Uninvoiced", "subdomain_guide", "The subdomain is used in the client portal to personalize links to match your brand. ie, https://your-brand.invoicing.co", "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", "Once the file is ready you'll receive an email with a download link", _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, "Upgrade to a paid plan to enable the advanced settings", _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo Code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "Resend Invite", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Enable Two Factor", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "Successfully refunded payment", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, _s18_18, _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_1, _s29_1, "select_file", "Select File", _s16_32, _s16_33, "csv_file", "CSV File", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, "Successfully updated task status", _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s18_25, _s20_20, _s20_21, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, "Successfully deleted expense category", _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, "Successfully archived expense :value categories", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, "The payment amount can not be negative", "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Should be Invoiced", _s23_7, _s33_7, _s29_2, "Make the documents visible to clients", _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "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_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, _s17_32, _s18_29, _s18_30, _s21_25, _s21_26, _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, _s39_, _s25_14, _s38_6, _s25_15, _s38_7, _s26_6, _s39_0, _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, "Support paying a minimum amount", "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Token Billing", _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, _s17_42, _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_27, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_9, "updated_token", _s26_10, "archived_token", _s27_12, "deleted_token", _s26_11, "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use Default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, "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_57, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, _s17_56, _s17_57, _s17_58, "custom1", "Custom 1", "custom2", "Custom 2", "custom3", "Custom 3", "custom4", "Custom 4", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_19, "Warning: This will permanently delete your account [:company], there is no undo", "delete_company", "Delete Company", _s22_20, "Warning: This will permanently delete your company [:company], there is no undo", "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, _s16_70, "recurring_tasks", "Recurring Tasks", _s18_39, _s18_40, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "New Credit", "edit_credit", "Edit Credit", "created_credit", _s27_18, "updated_credit", _s27_19, "archived_credit", _s28_13, "deleted_credit", _s27_20, "removed_credit", _s27_21, "restored_credit", _s28_14, _s16_71, "Successfully archived :value credits", "deleted_credits", "Successfully deleted :value credits", _s16_72, _s36_3, "current_version", "Current Version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Learn More", "integrations", "Integrations", "tracking_id", "Tracking ID", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "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_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "Message", "from", "From", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, "Ensure client fee matches the gateway fee", _s18_50, _s18_51, "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_36, "Password must be at least 8 character long", _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "No client selected", "configure_rates", "Configure Rates", _s18_53, _s18_54, "tax_settings", "Tax Settings", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "Recover Password", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Schedule", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Quote Email", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_22, "updated_user", _s25_23, "archived_user", _s26_18, "deleted_user", _s25_24, "removed_user", _s25_25, "restored_user", _s26_19, "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, _s16_123, "invoice_options", "Invoice Options", _s17_70, _s17_71, _s22_27, _s87_, _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Show Header on", _s16_125, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, _s70_, _s17_72, _s17_73, "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_74, "Three Months", _s16_126, "Four Months", "freq_six_months", "Six Months", "freq_annually", "Annually", "freq_two_years", "Two Years", _s16_127, "Three Years", "never", "Never", "company", "Company", _s17_75, _s17_76, "charge_taxes", "Charge Taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, "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_21, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, _s19_27, "credentials", "Credentials", "update_address", "Update Address", _s19_28, _s45_1, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit Tax Rate", _s16_133, _s29_8, _s16_134, _s29_9, _s17_82, "Successfully archived tax rate", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Fill Products", _s18_64, _s71_, "update_products", "Update Products", _s20_44, _s65_0, _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "archived_group", "Successfully archived group", "deleted_group", "Successfully deleted group", "restored_group", "Successfully restored group", "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, _s16_143, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_87, _s17_88, "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_28, _s21_50, _s22_30, _s20_46, _s19_34, _s19_35, "price", "Price", "email_sign_up", "Sign up with email", "google_sign_up", "Sign up with Google", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s16_144, _s16_145, "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_70, _s18_71, _s21_51, _s34_13, "download", "Download", _s27_26, "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_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Converted", _s24_27, "Add Documents to Invoice", "exchange_rate", "Exchange Rate", _s16_151, "Convert Currency", "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_27, "updated_vendor", _s27_28, "archived_vendor", _s28_21, "deleted_vendor", _s27_29, "restored_vendor", _s28_22, _s16_152, "Successfully archived :value vendors", "deleted_vendors", "Successfully deleted :value vendors", _s16_153, _s36_5, "new_expense", "New Expense", "created_expense", _s28_23, "updated_expense", _s28_24, _s16_154, _s29_15, "deleted_expense", _s28_25, _s16_155, _s29_16, _s17_93, "Successfully archived :value expenses", _s16_156, "Successfully deleted :value expenses", _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_6, "start", "Start", "stop", "Stop", "started_task", _s25_34, "stopped_task", _s25_35, "resumed_task", _s25_36, "now", "Now", _s16_157, _s16_158, "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_37, "updated_task", _s25_38, "archived_task", _s26_23, "deleted_task", _s25_39, "restored_task", _s26_24, "archived_tasks", "Successfully archived :value tasks", "deleted_tasks", "Successfully deleted :value tasks", "restored_tasks", _s34_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, "Successfully archived :value projects", _s16_161, "Successfully deleted :value projects", _s17_96, _s37_10, "new_project", "New Project", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "click here", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Custom", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "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_47, _s20_48, "billing_address", "Billing Address", _s16_164, _s16_165, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_100, _s17_101, "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_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_30, "updated_product", _s28_31, _s16_172, _s29_19, "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, "Successfully archived :value products", _s16_174, "Successfully deleted :value products", _s17_103, _s37_11, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Client", "clients", "Clients", "new_client", "New Client", "created_client", _s27_31, "updated_client", _s27_32, "archived_client", _s28_33, _s16_175, "Successfully archived :value clients", "deleted_client", _s27_33, "deleted_clients", "Successfully deleted :value clients", "restored_client", _s28_34, _s16_176, _s36_7, "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_35, "updated_invoice", _s28_36, _s16_177, _s29_21, "deleted_invoice", _s28_37, _s16_178, _s29_22, _s17_104, "Successfully archived :value invoices", _s16_179, "Successfully deleted :value invoices", _s17_105, _s37_12, "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_180, _s16_181, "status", "Status", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, "Click \u25b6 to add time", "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "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_13, _s30_14, _s27_34, _s27_35, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial", "paid", "Paid", "mark_sent", "Mark Sent", _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Done", _s37_13, _s37_14, "dark_mode", "Dark Mode", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_182, _s16_183, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Cancelled", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_12, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_57, _s21_58, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_38, "updated_payment", _s28_39, _s16_190, _s29_23, "deleted_payment", _s28_40, _s16_191, _s29_24, _s17_109, "Successfully archived :value payments", _s16_192, "Successfully deleted :value payments", _s17_110, _s37_15, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_29, "updated_quote", _s26_30, "archived_quote", _s27_37, "deleted_quote", _s26_31, "restored_quote", _s27_38, "archived_quotes", "Successfully archived :value quotes", "deleted_quotes", "Successfully deleted :value quotes", "restored_quotes", _s35_13, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_41, "activity_2", _s29_25, "activity_3", _s28_42, "activity_4", _s30_15, "activity_5", _s30_16, "activity_6", ":user emailed invoice :invoice to :client", "activity_7", ":contact viewed invoice :invoice", "activity_8", _s31_3, "activity_9", _s30_17, "activity_10", ":contact entered payment :payment for invoice :invoice", "activity_11", _s30_18, "activity_12", _s31_4, "activity_13", _s30_19, "activity_14", _s28_43, "activity_15", _s28_44, "activity_16", _s29_26, "activity_17", _s28_45, "activity_18", _s26_32, "activity_19", _s26_33, "activity_20", ":user emailed quote :quote to :client", "activity_21", _s28_46, "activity_22", _s27_39, "activity_23", _s26_34, "activity_24", _s27_40, "activity_25", _s31_5, "activity_26", _s29_27, "activity_27", _s31_6, "activity_28", _s29_28, "activity_29", ":contact approved quote :quote", "activity_30", _s28_47, "activity_31", _s29_29, "activity_32", _s28_48, "activity_33", _s29_30, "activity_34", _s30_20, "activity_35", _s31_7, "activity_36", _s30_21, "activity_37", _s31_8, "activity_39", ":user cancelled payment :payment", "activity_40", ":user refunded payment :payment", "activity_41", "Payment :payment failed", "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "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_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "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_111, _s17_112, "emailed_quote", "Successfully queued quote to be sent", "emailed_credit", "Successfully queued credit to be sent", _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "All", "select", "Select", _s22_38, _s22_39, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_52, _s20_53, _s20_54, _s20_55, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, "Shared Invoice/Quote Counter", _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Type", "invoice_amount", "Invoice Amount", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, "Category", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "status_color_theme", "Status Color Theme", "load_color_theme", "Load Color Theme"], t1, t1), "sq", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importo t\xeb dh\xebna", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "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_2, _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Siguria", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "Pages\xeb e rimbursuar", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "Ktheje Ofert\xebn n\xeb Fatur\xeb", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Faturo detyr\xebn", "invoice_expense", "Fatur\xeb shpenzimesh", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Kolona", "sample", "Shembull", "map_to", "Map To", "import", "Importo", _s25_1, _s29_1, "select_file", "Ju lutem zgjedhni nj\xeb fajll", _s16_32, _s16_33, "csv_file", "Skedar CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "Kategorit\xeb e shpenzimeve", _s20_20, "Kategori e re e shpenzimeve", _s21_18, _s21_19, _s24_11, "Kategoria e shpenzimeve \xebsht\xeb krijuar me sukses", _s24_12, "\xcbsht\xeb perditesuar me sukses kategoria e shpenzimeve", _s25_5, "Kategoria e shpenzimeve \xebsht\xeb arkivuar me sukses", _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, "Kategoria e shpenzimeve \xebsht\xeb rikthyer me sukses", _s27_8, ":count kategori t\xeb shpenzimeve jan\xeb arkivuar me sukses", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Duhet t\xeb faturohet", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Fatur\xeb e p\xebrs\xebritshme", _s18_29, "Fatura t\xeb p\xebrs\xebritshme", _s21_25, "Fatur\xeb e re e p\xebrs\xebritshme", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Faturat e p\xebrs\xebritshme jan\xeb arkivuar me sukses", _s25_14, "Faturat e p\xebrs\xebritshme jan\xeb fshir\xeb me sukses", _s25_15, _s38_7, _s26_6, "Faturat e p\xebrs\xebritshme jan\xeb rikthyer me sukses", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "Shiko portalin", "copy_link", "Copy Link", "token_billing", "Ruaj detajet e pages\xebs", _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Faturat e ardhshme", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Token\xebt", "api_docs", "API Docs", "search_tokens", _s20_27, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token\xebt", "new_token", "New Token", "edit_token", "Edito Tokenin", "created_token", _s29_37, "updated_token", "Tokeni \xebsht\xeb perditesuar me sukses", "archived_token", "Tokeni \xebsht\xeb arkivuar me sukses", "deleted_token", _s29_37, "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "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_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Emri i Kontaktit", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "Edito kushtet e pages\xebs", _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Rimburso pages\xebn", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, "Qytet/Shtet/Poste", _s17_57, _s17_58, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "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_53, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "Fshi llogarin\xeb", _s22_19, "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_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, _s16_70, "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, "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_19, "archived_credit", "Krediti \xebsht\xeb arkivuar me sukses", "deleted_credit", "Krediti \xebsht\xeb fshir\xeb me sukses", "removed_credit", _s27_21, "restored_credit", "Krediti \xebsht\xeb rikhyer me sukses", _s16_71, ":count kredite jan\xeb arkivuar me sukses", "deleted_credits", ":kredi jan\xeb fshir\xeb me sukses", _s16_72, _s36_3, "current_version", "Versioni aktual", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "M\xebso m\xeb shum\xeb", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Kompani e re", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "ID e klientit", "assigned_to", "Assigned to", "created_by", _s16_202, "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_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "Mesazhi", "from", "Nga", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "P\xebrdorues", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "Ju lutem zgjedhni nj\xeb klient", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Rregullimet e Taksave", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Kalo", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "Riktheni fjal\xebkalimin tuaj", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Orari", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Days", "invoice_email", "Emaili i Fatur\xebs", "payment_email", "Emaili i Pages\xebs", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Emaili i Ofert\xebs", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, "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_22, "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_25, "restored_user", "P\xebrdoruesi \xebsht\xeb rikthyer me sukses", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Rregullimet Gjenerale", "invoice_options", "Opsionet e fatur\xebs", _s17_70, "Fshihe Paguar deri m\xeb tash", _s22_27, 'Shfaqni "Paguar deri m\xeb tash" n\xeb faturat tuaja pasi t\xeb jet\xeb pranuar pagesa.', _s23_17, "Dokumentet e lidhura", _s28_15, "Vendos fotografin\xeb n\xeb fatur\xeb.", _s16_124, "Shfaqe Header", _s16_125, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, "Automatikisht konverto ofert\xebn n\xeb fatur\xeb kur pranohet nga klienti.", _s17_72, _s17_73, "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_74, "Tre mujore", _s16_126, "Four months", "freq_six_months", "Gjasht\xeb mujore", "freq_annually", "Vjetore", "freq_two_years", "Two years", _s16_127, "Three Years", "never", "Asnj\xebher\xeb", "company", "Company", _s17_75, _s17_76, "charge_taxes", "Vendos taksat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, "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_21, "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_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, _s19_27, "credentials", "Credentials", "update_address", "Perditeso Adres\xebn", _s19_28, "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_133, "Norma e taks\xebs \xebsht\xeb krijuar me sukses", _s16_134, "Norma e taks\xebs \xebsht\xeb perditesuar me sukses", _s17_82, "Norma e taks\xebs \xebsht\xeb arkivuar me sukses", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Plot\xebso-automatikisht produktet", _s18_64, "Duke zgjedhur produktin, automatikisht do t\xeb plot\xebsohen fill in the description and cost", "update_products", "Perditeso-automatikisht produktet", _s20_44, "Perditesimi i fatur\xebs automatikisht do t\xeb perditesoje librarine e produktit", _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "E \xe7'aktivizuar", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, "Rregullimi i Produktit", "device_settings", "Device Settings", "defaults", "T\xeb paracaktuara", "basic_settings", "Rregullimet bazike", _s17_87, "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_28, "Shabllonet & P\xebrkujtueset", _s22_30, _s20_46, _s19_34, "Vizualizimi i t\xeb dh\xebnave", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "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_70, _s18_71, _s21_51, _s34_13, "download", "Shkarko", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumente", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Data e shpenzimit", "pending", "N\xeb pritje", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Konvertuar", _s24_27, _s24_39, "exchange_rate", "Kursi i k\xebmbimit", _s16_151, "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_152, ":counts kompani jan\xeb arkivuar me sukses", "deleted_vendors", ":count kompani jan\xeb fshir\xeb me sukses", _s16_153, _s36_5, "new_expense", "Enter Expense", "created_expense", "Shpenzimi \xebsht\xeb krijuar me sukses", "updated_expense", "Shpenzimi \xebsht\xeb perditesuar me sukses", _s16_154, "Shpenzimi \xebsht\xeb arkivuar me sukses", "deleted_expense", "Shpenzimi \xebsht\xeb fshir\xeb me sukses", _s16_155, "Shpenzimet jan\xeb rikthyer me sukses", _s17_93, "Shpenzimet jan\xeb arkivuar me sukses", _s16_156, "Shpenzimet jan\xeb fshir\xeb me sukses", _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "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_34, "stopped_task", "Detyra \xebsht\xeb ndaluar me sukses", "resumed_task", _s25_36, "now", "Tash", _s16_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, _s37_16, _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "New Project", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "kliko k\xebtu", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Shtrirja e Dates", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "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", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "Adresa e faturimit", _s16_164, _s16_165, "total_revenue", "Totali i Qarkullimit", "average_invoice", "Mesatarja e fatur\xebs", "outstanding", "Pa paguar1", "invoices_sent", _s20_56, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Ruaj", _s17_100, _s17_101, "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_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "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_172, "Produkti \xebsht\xeb arkivuar me sukses", "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "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_175, ":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_176, _s36_7, "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_177, "Fatura \xebsht\xeb arkivuar me sukses", "deleted_invoice", "Fatura \xebsht\xeb fshir\xeb me sukses", _s16_178, "Fatura \xebsht\xeb rikthyer me sukses", _s17_104, ":count fatura jan\xeb arkivuar me sukes", _s16_179, ":count fatura jan\xeb fshir\xeb me sukses", _s17_105, _s37_12, "emailed_invoice", "Fatura \xebsht\xeb d\xebrguar me sukses me email", "emailed_payment", _s28_53, "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_180, _s16_181, "status", "Statusi", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Totali", "percent", "Percent", "edit", "Edito", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "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_13, _s30_14, _s27_34, _s27_35, "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_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "P\xebrfundo", _s37_13, _s37_14, "dark_mode", "Modeli i err\xebt", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktiviteti", _s16_182, _s16_183, "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_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "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_190, "Pagesa \xebsht\xeb arkivuar me sukses", "deleted_payment", "Pagesa \xebsht\xeb fshir\xeb me sukses", _s16_191, "Pagesa \xebsht\xeb rikthyer me sukses", _s17_109, ":count pagesa jan\xeb arkivuar me sukses", _s16_192, ":count pagesa jan\xeb fshir\xeb me sukses", _s17_110, _s37_15, "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_13, "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_, "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_4, "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_9, "activity_30", _s28_47, "activity_31", _s29_29, "activity_32", _s28_48, "activity_33", _s29_30, "activity_34", ":user ka krijuar shpeznim :expense", "activity_35", _s31_7, "activity_36", _s30_21, "activity_37", _s31_8, "activity_39", _s50_5, "activity_40", _s64_, "activity_41", ":payment_amount payment (:payment) ka d\xebshtuar", "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "activity_48", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", "Oferta \xebsht\xeb d\xebrguar me sukses me email", "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Skaduar", "all", "T\xeb gjitha", "select", "Selekto", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Numruesi i numrit t\xeb fatur\xebs", _s20_52, _s20_53, _s20_54, "Numruesi i numrit t\xeb ofert\xebs", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Shkruaj", "invoice_amount", "Shuma e fatur\xebs", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "bg", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "\u0418\u043c\u043f\u043e\u0440\u0442 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0418\u043c\u0435", _s17_1, "\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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "\u0421\u0438\u0433\u0443\u0440\u043d\u043e\u0441\u0442", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0410\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442\u0438", _s16_11, _s16_12, _s17_7, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_1, "\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_2, "\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_6, "\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_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "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_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "\u0412\u044a\u0440\u043d\u0430\u0442\u0438", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "\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_14, "\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_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _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_17, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0439 \u043a\u0430\u0442\u043e \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s16_24, _s16_25, "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_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u0441\u0443\u043c\u0430", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "\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_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "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_1, _s29_1, "select_file", "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_32, _s16_33, "csv_file", "CSV \u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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\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_6, _s24_7, _s24_8, _s24_9, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "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_5, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435", "view_settings", "View Settings", _s24_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, "\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_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s20_20, "\u041d\u043e\u0432\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s21_18, _s21_19, _s24_11, "\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_12, "\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_5, "\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_13, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", _s24_14, _s37_2, _s25_6, "\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_8, "\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_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u0432 \u0430\u0440\u0445\u0438\u0432", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_29, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s21_25, "\u041d\u043e\u0432\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_12, "\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_12, _s38_4, _s25_13, _s38_5, _s26_5, "\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_14, "\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_15, _s38_7, _s26_6, "\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_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "\u041f\u0435\u0447\u0430\u043b\u0431\u0430", "line_item", "\u0420\u0435\u0434", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u0438", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430", "copy_link", "Copy Link", "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_17, _s24_18, "always", "\u0412\u0438\u043d\u0430\u0433\u0438", "optin", "Opt-In", "optout", "Opt-Out", "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", "Auto Convert", "company_name", "\u0418\u043c\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "\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", _s28_52, "gateway", "\u041f\u043e\u0440\u0442\u0430\u043b", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "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", "Apply Payment", "apply", "\u041f\u0440\u0438\u043b\u043e\u0436\u0438", "unapplied", "Unapplied", "select_label", "\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u0435\u0442\u0438\u043a\u0435\u0442", "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\u0449\u0430\u043d\u0435", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_43, _s17_44, "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", "Create Payment", "create_vendor", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "update_quote", "Update Quote", "delete_quote", "\u0418\u0437\u0442\u0440\u0438\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "update_invoice", "Update Invoice", "delete_invoice", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "update_client", "Update Client", "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", "Update Vendor", "delete_vendor", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "create_expense", "Create Expense", "update_expense", "Update Expense", "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", "Update Task", "delete_task", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "approve_quote", "Approve Quote", "off", "\u0418\u0437\u043a\u043b.", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0411\u0435\u0437\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", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API \u0442\u043e\u043a\u044a\u043d\u0438", "api_docs", "API Docs", "search_tokens", _s20_27, "search_token", "Search 1 Token", "token", "\u0422\u043e\u043a\u044a\u043d", "tokens", "\u0422\u043e\u043a\u044a\u043d\u0438", "new_token", "New Token", "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", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "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", "Email Credit", "email_payment", _s16_205, _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0438\u043c\u0435", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "\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_29, "\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_30, "\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_28, "\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_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "inclusive", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "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_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "\u041f\u044a\u043b\u043d\u043e \u0438\u043c\u0435", _s17_55, "\u0413\u0440\u0430\u0434 / \u0429\u0430\u0442 / \u041f\u043e\u0449. \u043a\u043e\u0434", _s17_57, "\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", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", _s16_64, "\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_38, "\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", "Invoice Balance", "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", _s25_17, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0414\u0435\u0442\u0430\u0439\u043b\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\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", "\u041f\u0440\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u044a\u043f", "none", "\u041d\u044f\u043c\u0430", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count \u0438\u0437\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_18, _s25_19, _s16_65, _s16_66, "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_19, "\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_20, "\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", "Enabled Modules", "converted_quote", _s28_10, "credit_design", "Credit Design", "includes", "Includes", "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", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "tickets", "Tickets", _s16_69, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u041e\u0444\u0435\u0440\u0442\u0438", "recurring_tasks", "Recurring Tasks", _s18_, "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s18_39, "\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", _s27_21, "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_71, "\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_72, _s36_3, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430 \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "\u041d\u0430\u0443\u0447\u0438 \u043f\u043e\u0432\u0435\u0447\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u041d\u043e\u0432\u0430 \u0444\u0438\u0440\u043c\u0430", "added_company", _s26_14, "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", "\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", "surcharge2", "\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", "surcharge3", "\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", "surcharge4", "\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", "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_45, "\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_61, "\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_31, "\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_32, "\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_33, "\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_34, "\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_63, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0423\u043b\u0438\u0446\u0430", _s17_64, "\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_33, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u041f\u043e\u0449. \u043a\u043e\u0434", _s16_103, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0414\u044a\u0440\u0436\u0430\u0432\u0430", _s16_105, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0423\u043b\u0438\u0446\u0430", _s16_106, "\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_19, "\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_118, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_107, "\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_35, "\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_4, "\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_35, "\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_20, "\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_37, "PDF \u0440\u0435\u043d\u0434\u0435\u0440-\u0430 \u0438\u0437\u0438\u0441\u043a\u0432\u0430 :version", _s18_48, "\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_14, _s33_16, _s18_50, "\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_36, "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0435 \u0442\u0432\u044a\u0440\u0434\u0435 \u043a\u0440\u0430\u0442\u043a\u0430", _s20_38, "\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_21, "\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_15, "\u0422\u0430\u0431\u043b\u043e \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", _s20_39, "\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", "\u0422\u0440\u0435\u0442\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "show_cost", "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0446\u0435\u043d\u0430", _s17_66, _s17_67, "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_37, "\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_15, "\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_39, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0431\u0440\u043e\u044f\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", _s26_16, "\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_41, _s21_42, _s26_17, _s34_9, _s16_109, "\u041d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", _s21_43, "\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_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", "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_68, "\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_52, "\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_53, _s18_54, "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u044a\u043a", _s18_55, _s16_206, "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_23, "\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_113, "\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_22, "\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_115, "\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_207, "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_116, "\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_57, "\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_205, "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s16_118, "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u043e \u043f\u043e\u0434\u0441\u0435\u0449\u0430\u043d\u0435", _s16_120, "\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_58, "\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_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "\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_70, '\u0421\u043a\u0440\u0438\u0439 "\u0418\u0437\u043f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430"', _s22_27, '\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_17, "\u0421\u0432\u044a\u0440\u0437\u0430\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_15, "\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_124, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0445\u0435\u0434\u044a\u0440\u0430 \u043d\u0430", _s16_125, "\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_59, "Auto Email", _s23_18, "\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", _s20_42, "Auto Archive", _s25_26, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043f\u0440\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435\u0442\u043e \u0438\u043c", _s18_60, "Auto Archive", _s23_19, "\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_61, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435", _s23_20, "\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_72, "\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_74, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0430", _s16_126, "\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_127, "\u0422\u0440\u0438 \u0433\u043e\u0434\u0438\u043d\u0438", "never", "\u041d\u0438\u043a\u043e\u0433\u0430", "company", "\u0424\u0438\u0440\u043c\u0430", _s17_75, "\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_128, "\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_77, "\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_79, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d JavaScript", _s16_130, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u0432 PDF \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", _s21_46, "\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_27, "\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_5, "\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_21, "\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_16, "\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_28, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s30_6, "\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_22, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s22_29, "\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_23, "\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_21, "\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_131, "\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_25, "\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_26, "\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_28, "\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_133, "\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_134, "\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_82, "\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_135, "\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_83, "\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_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "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_64, "\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_44, "\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_136, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_47, "\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_138, "\u041f\u043e\u0440\u0442\u0430\u043b\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_29, "\u041d\u043e\u0432 \u043f\u043e\u0440\u0442\u0430\u043b", _s20_45, "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b", _s23_23, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s23_24, "\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_22, "\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_25, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u043e\u0440\u0442\u0430\u043b", _s24_23, "\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_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, "\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_48, "\u041f\u044a\u0440\u0432\u0438 \u0434\u0435\u043d \u043e\u0442 \u0441\u0435\u0434\u043c\u0438\u0446\u0430\u0442\u0430", _s23_26, "\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_65, "24 Hour Display", "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_30, _s19_31, _s17_85, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0433\u0440\u0443\u043f\u0430", _s19_32, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_66, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u043a\u043b\u0438\u0435\u043d\u0442", _s18_68, "\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_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "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_142, "\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_87, "\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_206, "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_28, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", _s22_30, "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u041a\u0430\u0440\u0442\u0438 & \u0411\u0430\u043d\u043a\u0438", _s19_34, "\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_25, "\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_36, "\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_32, "\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_25, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0444\u0430\u043c\u0438\u043b\u043d\u043e \u0438\u043c\u0435", _s33_14, "\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", _s21_79, "\u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435", _s19_54, "\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", _s16_144, "\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_70, "\u041d\u044f\u043c\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", _s21_51, "\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_26, '\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_89, "\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_146, "\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_90, "\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_147, "\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_91, "\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_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "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_148, "\u041b\u043e\u0433\u043d\u0430\u0442", _s16_149, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_150, "\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_27, "\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_151, "\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_152, "\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_153, _s36_5, "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_154, "\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_155, "\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_93, "\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_156, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s17_94, _s37_9, "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_52, "\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_157, "\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_8, "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_14, _s19_38, "\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_159, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442", "deleted_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_160, "\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_95, "\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_161, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0430", _s17_96, _s37_10, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_30, "\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_74, "\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_11, "\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_40, "\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0438", _s24_28, "\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", _s17_97, "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_98, "\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_162, "\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", "Clone to Credit", "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", _s22_, "\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", _s20_47, "\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_164, "\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_166, "\u041e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435\u0442\u043e \u0437\u0430\u0432\u044a\u0440\u0448\u0435\u043d\u043e", _s23_29, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u044f\u0442 \u0438\u043c\u0435\u0439\u043b", _s26_25, "\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_55, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0432\u043e\u044f URL", _s26_27, "\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_100, "\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_42, "\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_168, "\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_170, "\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_172, "\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_173, "\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_102, "\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_174, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s17_103, _s37_11, "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_175, "\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_176, _s36_7, "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_177, _s26_37, "deleted_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_178, "\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_104, "\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_179, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_105, _s37_12, "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_208, "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_180, "\u0427\u0430\u0441\u0442\u0438\u0447\u0435\u043d \u043f\u0430\u0434\u0435\u0436", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_106, "\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_31, "\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_33, "\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_49, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u0430", _s22_34, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", _s24_30, "\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", "Created On", "updated_at", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d", "tax", "\u0414\u0430\u043d\u044a\u043a", _s30_13, "\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_34, "\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_36, "\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_37, _s35_10, _s23_31, "\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_32, _s36_9, "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_13, "\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_36, "\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_182, "\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_184, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_185, "\u0410\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0438", _s16_186, "\u0413\u0440\u0435\u0448\u043d\u0438", _s16_187, "\u0413\u043e\u0442\u043e\u0432\u0438", _s16_188, "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", _s16_189, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "\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_190, "\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_191, "\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_109, "\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_192, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", _s17_110, _s37_15, "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_13, "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", ":contact \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "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", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_49", ":user \u0437\u0430\u0442\u0432\u043e\u0440\u0438 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_50", ":user \u043e\u0431\u0435\u0434\u0438\u043d\u0438 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_51", ":user \u0440\u0430\u0437\u0434\u0435\u043b\u0438 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_52", ":contact \u043e\u0442\u0432\u043e\u0440\u0438 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_53", ":contact \u043e\u0442\u043d\u043e\u0432\u043e \u043e\u0442\u0432\u043e\u0440\u0438 \u0442\u0438\u043a\u0435\u0442 :ticket", "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", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "\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", _s27_48, _s20_51, "\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_59, _s34_15, "expired", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430", "all", "\u0412\u0441\u0438\u0447\u043a\u0438", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_38, "\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_40, "custom_value2", _s24_40, "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_75, "\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_35, "\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_31, "\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_41, "\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_10, "\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", "Lock Invoices", "translations", "\u041f\u0440\u0435\u0432\u043e\u0434\u0438", _s19_43, "\u0417\u0430\u0434\u0430\u0447\u0430 \u043d\u043e\u043c\u0435\u0440", _s19_45, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s22_40, "\u0420\u0430\u0437\u0445\u043e\u0434 \u043d\u043e\u043c\u0435\u0440", _s22_42, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s21_60, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_62, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_64, "\u0411\u0438\u043b\u0435\u0442 \u043d\u043e\u043c\u0435\u0440", _s21_66, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0431\u0438\u043b\u0435\u0442", _s22_44, _s16_207, _s22_46, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s22_48, _s16_208, _s22_50, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s20_52, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s20_54, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s21_68, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_70, _s24_41, _s21_72, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_73, _s24_41, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "\u0422\u0438\u043f", "invoice_amount", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_197, "\u041f\u0430\u0434\u0435\u0436", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 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", "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "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", "Is Running", "time_log", "\u041b\u043e\u0433 \u0437\u0430 \u0432\u0440\u0435\u043c\u0435", "bank_id", "\u0411\u0430\u043d\u043a\u0430", _s19_49, _s19_50, _s16_198, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "zh_TW", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "\u532f\u5165\u8cc7\u6599", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "\u806f\u7d61\u4eba\u540d\u5b57", _s17_1, "\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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "\u5b89\u5168", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u8a02\u95b1", _s16_11, _s16_12, _s17_7, "\u7de8\u8f2f\u8a02\u95b1\u8cc7\u6599", _s20_1, "\u5efa\u7acb\u8a02\u95b1\u6210\u529f", _s20_2, "\u66f4\u65b0\u8a02\u95b1\u6210\u529f", _s21_6, "\u6b78\u6a94\u8a02\u95b1\u8cc7\u6599\u6210\u529f", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "\u91cd\u5bc4\u9080\u8acb\u51fd", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "\u5df2\u9000\u56de", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "\u4f7f\u7528 :link \u76f8\u5bb9\u7684 App \u6383\u63cf\u689d\u78bc\u3002", _s18_14, "\u555f\u7528\u5169\u6b65\u9a5f\u9a57\u8b49\u6210\u529f", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "\u5169\u6b65\u9a5f\u9a57\u8b49", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "\u5df2\u9000\u6b3e\u7684\u4ed8\u6b3e", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "\u8f49\u63db\u81f3\u767c\u7968", _s16_24, _s16_25, "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_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, "\u8f49\u63db\u7684\u91d1\u984d", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "\u9810\u8a2d\u7684\u6587\u4ef6", "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "\u6b04", "sample", "\u6a23\u672c", "map_to", "Map To", "import", "\u532f\u5165", _s25_1, _s29_1, "select_file", "\u8acb\u9078\u64c7\u4e00\u500b\u6a94\u6848", _s16_32, _s16_33, "csv_file", "CSV \u6a94\u6848", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, "\u66f4\u65b0\u5de5\u4f5c\u72c0\u614b\u6210\u529f", _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "\u652f\u51fa\u985e\u5225", _s20_20, "\u65b0\u7684\u652f\u51fa\u985e\u5225", _s21_18, _s21_19, _s24_11, "\u6210\u529f\u5efa\u7acb\u652f\u51fa\u985e\u5225", _s24_12, "\u66f4\u65b0\u652f\u51fa\u985e\u5225\u6210\u529f", _s25_5, "\u6b78\u6a94\u652f\u51fa\u985e\u5225\u6210\u529f", _s24_13, "\u522a\u9664\u985e\u5225\u6210\u529f", _s24_14, _s37_2, _s25_6, "\u5fa9\u539f\u652f\u51fa\u985e\u5225\u6210\u529f", _s27_8, "\u6b78\u6a94 :count \u9805\u652f\u51fa\u985e\u5225\u6210\u529f", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "\u61c9\u70ba\u6b64\u958b\u7acb\u767c\u7968", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u6a19\u8a18\u4f7f\u7528\u4e2d", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "\u9031\u671f\u6027\u767c\u7968", _s18_29, "\u9031\u671f\u6027\u767c\u7968", _s21_25, "\u65b0\u7684\u9031\u671f\u6027\u767c\u7968", _s22_12, "\u7de8\u8f2f\u9031\u671f\u6027\u767c\u7968", _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "\u6b78\u6a94\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_14, "\u522a\u9664\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_15, _s38_7, _s26_6, "\u5fa9\u539f\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "\u5229\u6f64", "line_item", "\u55ae\u5217\u54c1\u9805", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "\u5df2\u958b\u555f", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "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_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "\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_52, "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", "\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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "\u5373\u5c07\u5230\u671f\u7684\u767c\u7968", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API \u7684\u5b89\u5168\u4ee3\u78bc", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "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_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "\u806f\u7d61\u4eba\u59d3\u540d", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "\u7de8\u8f2f\u4ed8\u6b3e\u689d\u4ef6", _s20_29, "\u5efa\u7acb\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_30, "\u66f4\u65b0\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s21_28, "\u6b78\u6a94\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "\u5df2\u9000\u6b3e\u7684\u652f\u4ed8", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "\u5168\u540d", _s17_55, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", _s17_57, "\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_64, "\u6e05\u9664\u516c\u53f8\u8cc7\u6599\u6210\u529f", _s18_38, "\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_17, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "\u5957\u7528\u6388\u6b0a", "cancel_account", "\u522a\u9664\u5e33\u6236", _s22_19, "\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_20, "\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_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "\u63d0\u6848", "tickets", "\u7968\u8b49", _s16_69, "\u9031\u671f\u6027\u5831\u50f9\u55ae", "recurring_tasks", "Recurring Tasks", _s18_, "\u9031\u671f\u6027\u652f\u51fa", _s18_39, "\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_21, "restored_credit", "\u5fa9\u539f\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_71, "\u6b78\u6a94 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credits", "\u522a\u9664 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_72, _s36_3, "current_version", "\u76ee\u524d\u7248\u672c", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "\u77ad\u89e3\u66f4\u591a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u7684\u516c\u53f8\u8cc7\u6599", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "\u806f\u7d61\u4eba\u96fb\u8a71", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "\u9001\u8ca8\u5730\u5740\u4e4b\u8857\u9053", _s17_64, "\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_33, "\u9001\u8ca8\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", _s16_103, "\u9001\u8ca8\u5730\u5740\u4e4b\u570b\u5bb6", _s16_105, "\u5e33\u55ae\u5730\u5740\u4e4b\u8857/\u8def", _s16_106, "\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_19, "\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_107, "\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_35, _s35_6, _s30_4, _s63_, "message", "\u8a0a\u606f", "from", "\u5f9e", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, "\u8abf\u6574\u767e\u5206\u6bd4\u4ee5\u8a08\u5165\u8cbb\u7528", _s18_50, _s18_51, "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_36, "\u5bc6\u78bc\u592a\u77ed", _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "\u4f7f\u7528\u8005", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "\u7a05\u984d\u8a2d\u5b9a", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "\u9078\u9805", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "\u63d0\u4ea4", _s16_115, "\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_116, "\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_57, "\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_44, _s21_45, "quote_email", "\u5831\u50f9\u55ae\u96fb\u5b50\u90f5\u4ef6", _s16_118, "\u4e0d\u7d42\u6b62\u7684\u63d0\u9192\u51fd", _s16_120, "\u4f9d\u4f7f\u7528\u8005\u7be9\u9078", "administrator", "\u7ba1\u7406\u8005", _s18_58, "\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_25, "restored_user", "\u5fa9\u539f\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u767c\u7968\u9078\u9805", _s17_70, "\u96b1\u85cf\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d", _s22_27, "\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_17, "\u5d4c\u5165\u7684\u6587\u4ef6", _s28_15, "\u5728\u767c\u7968\u4e0a\u9644\u52a0\u5716\u7247\u3002", _s16_124, "\u986f\u793a\u9801\u9996\u65bc", _s16_125, "\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_59, "\u81ea\u52d5\u96fb\u5b50\u90f5\u4ef6", _s23_18, "\u9031\u671f\u6027\u767c\u7968\u5efa\u7acb\u5f8c\uff0c\u81ea\u52d5\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u3002", _s20_42, "\u81ea\u52d5\u6b78\u6a94", _s25_26, "\u767c\u7968\u5df2\u4ed8\u6b3e\u5f8c\uff0c\u81ea\u52d5\u5c07\u5b83\u5011\u6b78\u6a94\u3002", _s18_60, "\u81ea\u52d5\u6b78\u6a94", _s23_19, "\u5831\u50f9\u55ae\u8f49\u63db\u5f8c\uff0c\u81ea\u52d5\u5c07\u5b83\u5011\u6b78\u6a94\u3002", _s18_61, "\u81ea\u52d5\u8f49\u63db", _s23_20, "\u5728\u7528\u6236\u6838\u51c6\u5f8c\u81ea\u52d5\u5c07\u5831\u50f9\u55ae\u8f49\u63db\u70ba\u767c\u7968\u3002", _s17_72, "\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_74, "\u4e09\u500b\u6708", _s16_126, "\u56db\u500b\u6708", "freq_six_months", "\u516d\u500b\u6708", "freq_annually", "Annually", "freq_two_years", "\u5169\u5e74", _s16_127, "Three Years", "never", "\u6c38\u4e0d", "company", "\u516c\u53f8", _s17_75, "\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_128, "\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_77, "\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_79, "\u81ea\u8a02 JavaScript", _s16_130, "\u5728 PDF \u6a94\u6848\u4e0a\u986f\u793a", _s21_46, "\u5728\u767c\u7968/\u5831\u50f9\u55ae PDF \u986f\u793a\u7528\u6236\u7c3d\u540d\u3002", _s25_27, "\u767c\u7968\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s30_5, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u767c\u7968\u689d\u6b3e\u3002", _s23_21, "\u5831\u50f9\u55ae\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s28_16, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u5831\u50f9\u689d\u6b3e\u3002", _s25_28, "\u767c\u7968\u7c3d\u540d", _s30_6, "\u8981\u6c42\u7528\u6236\u63d0\u4f9b\u5176\u7c3d\u540d\u3002", _s23_22, "\u5831\u50f9\u55ae\u7c3d\u540d", _s22_29, "\u7528\u4ee5\u4fdd\u8b77\u767c\u7968\u7684\u5bc6\u78bc", _s27_23, "\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_21, "\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_131, "\u9644\u52a0\u6587\u4ef6", "attach_ubl", "\u9644\u52a0 UBL", "email_style", "\u96fb\u5b50\u90f5\u4ef6\u6a23\u5f0f", _s19_25, "\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_26, "\u63a5\u53d7\u7684\u5361\u7247\u6a19\u8a8c", "credentials", "\u8a8d\u8b49", "update_address", "\u66f4\u65b0\u5730\u5740", _s19_28, "\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_133, "\u5df2\u6210\u529f\u5730\u5efa\u7acb\u7a05\u7387", _s16_134, "\u66f4\u65b0\u7a05\u7387\u6210\u529f", _s17_82, "\u6b78\u6a94\u7a05\u7387\u8cc7\u6599\u6210\u529f", _s16_135, "\u6210\u529f\u522a\u9664\u7a05\u7387", _s17_83, "\u6210\u529f\u6062\u5fa9\u7a05\u7387", _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "\u81ea\u52d5\u586b\u5165\u4e4b\u7522\u54c1\u9805\u76ee", _s18_64, "\u9078\u64c7\u7522\u54c1\u5c07\u81ea\u52d5\u586b\u5beb\u63cf\u8ff0\u548c\u6210\u672c", "update_products", "\u81ea\u52d5\u66f4\u65b0\u7522\u54c1", _s20_44, "\u66f4\u65b0\u767c\u7968\u6642\u6703\u81ea\u52d5 \u66f4\u65b0\u7522\u54c1\u8cc7\u6599\u5eab", _s16_136, "\u8f49\u63db\u7522\u54c1", _s21_47, "\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_138, "\u4ed8\u6b3e\u9598\u9053", _s19_29, "\u65b0\u589e\u9598\u9053", _s20_45, "\u7de8\u8f2f\u9598\u9053", _s23_23, "\u5efa\u7acb\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_24, "\u66f4\u65b0\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_22, "\u5c01\u5b58\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_25, "\u522a\u9664\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_23, "\u5fa9\u539f\u9598\u9053\u6210\u529f", _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, "\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_48, "\u6bcf\u661f\u671f\u7684\u7b2c\u4e00\u5929", _s23_26, "\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_65, "24 Hour Display", "send_reminders", "\u50b3\u9001\u63d0\u9192", "timezone", "\u6642\u5340", _s19_30, _s19_31, _s17_85, "\u4f9d\u7fa4\u7d44\u7be9\u9078", _s19_32, "\u4f9d\u767c\u7968\u7be9\u9078", _s18_66, "\u4f9d\u7528\u6236\u7aef\u7be9\u9078", _s18_68, "\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_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "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_142, "\u7522\u54c1\u8a2d\u5b9a", "device_settings", "\u88dd\u7f6e\u8a2d\u5b9a", "defaults", "\u9810\u8a2d\u503c", "basic_settings", "\u57fa\u672c\u8a2d\u5b9a", _s17_87, "\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_28, "\u7bc4\u672c\u8207\u63d0\u9192", _s22_30, "\u4fe1\u7528\u5361 & \u9280\u884c", _s19_34, "\u8cc7\u6599\u8996\u89ba\u5316", "price", "\u50f9\u683c", "email_sign_up", "\u96fb\u5b50\u90f5\u4ef6\u8a3b\u518a", "google_sign_up", "Google \u8a3b\u518a", _s27_25, "\u611f\u8b1d\u60a8\u7684\u8cfc\u8cb7!", "redeem", "\u514c\u63db", "back", "\u8fd4\u56de", "past_purchases", "\u904e\u53bb\u8cfc\u8cb7", _s19_36, "\u5e74\u5ea6\u8a02\u95b1", "pro_plan", "\u5c08\u696d\u65b9\u6848", "enterprise_plan", "\u4f01\u696d\u65b9\u6848", "count_users", ":count users", "upgrade", "\u5347\u7d1a", _s25_32, "\u8acb\u8f38\u5165\u540d\u5b57", _s24_25, "\u8acb\u8f38\u5165\u59d3\u6c0f", _s33_14, "\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", _s21_79, "\u670d\u52d9\u689d\u6b3e", _s19_54, "\u96b1\u79c1\u653f\u7b56", _s16_144, "\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_70, "\u672a\u9078\u53d6\u4efb\u4f55\u8a18\u9304", _s21_51, "\u8acb\u5132\u5b58\u6216\u53d6\u6d88\u60a8\u7684\u8b8a\u66f4", "download", "\u4e0b\u8f09", _s27_26, "\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_89, "\u5df2\u6210\u529f\u4e0a\u8f09\u6587\u4ef6", _s16_146, "\u5df2\u6210\u529f\u66f4\u65b0\u6587\u4ef6", _s17_90, "\u5df2\u6210\u529f\u5c01\u5b58\u6587\u4ef6", _s16_147, "\u5df2\u6210\u529f\u522a\u9664\u6587\u4ef6", _s17_91, "\u5df2\u6210\u529f\u9084\u539f\u6587\u4ef6", _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "\u7121\u6b77\u53f2\u8a18\u9304", "expense_date", "\u652f\u51fa\u65e5\u671f", "pending", "\u64f1\u7f6e", _s16_148, "\u5df2\u767b\u5165", _s16_149, "\u64f1\u7f6e", _s16_150, "\u5df2\u958b\u7acb\u767c\u7968\u7684", "converted", "\u5df2\u8f49\u63db", _s24_27, "\u65b0\u589e\u6587\u4ef6\u81f3\u767c\u7968", "exchange_rate", "\u532f\u7387", _s16_151, "\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_152, "\u6b78\u6a94 :count \u7b46\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendors", "\u522a\u9664 :count \u7b46\u4f9b\u61c9\u5546\u6210\u529f", _s16_153, _s36_5, "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_154, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", "deleted_expense", "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_155, "\u5fa9\u539f\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s17_93, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_156, "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s17_94, _s37_9, "copy_shipping", "\u8907\u88fd\u9001\u8ca8\u5730\u5740", "copy_billing", "\u8907\u88fd\u5e33\u55ae\u5730\u5740", "design", "\u8a2d\u8a08", _s21_52, "\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_157, "\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_14, _s19_38, "\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_159, "\u6b78\u6a94\u5c08\u6848\u9805\u76ee\u6210\u529f", "deleted_project", _s28_28, _s16_160, "\u5fa9\u539f\u5c08\u6848\u6210\u529f", _s17_95, "\u6b78\u6a94 :count \u9805\u5c08\u6848\u6210\u529f", _s16_161, "\u522a\u9664 :count \u4ef6\u5c08\u6848\u6210\u529f", _s17_96, _s37_10, "new_project", "\u65b0\u5c08\u6848", _s27_30, "\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_74, "Click here", "to_rate_it", "\u7d66\u5b83\u8a55\u5206\u3002", "average", "\u5e73\u5747", "unapproved", "\u672a\u540c\u610f", _s30_11, "\u8acb\u9032\u884c\u8eab\u4efd\u9a57\u8b49\u4ee5\u8b8a\u66f4\u9019\u500b\u8a2d\u5b9a", "locked", "\u9396\u5b9a", "authenticate", "\u8eab\u4efd\u9a57\u8b49", _s19_40, "\u8acb\u9a57\u8b49", _s24_28, "\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", _s17_97, "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_98, "\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_162, "\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", _s22_, "\u7de8\u8f2f\u9031\u671f\u6027\u652f\u51fa", _s20_47, "\u7de8\u8f2f\u9031\u671f\u6027\u5831\u50f9\u55ae", "billing_address", "\u5e33\u55ae\u5730\u5740", _s16_164, "\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_166, "\u91cd\u65b0\u6574\u7406\u5b8c\u6210", _s23_29, "\u8acb\u8f38\u5165\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", _s26_25, "\u8acb\u8f38\u5165\u60a8\u7684\u5bc6\u78bc", _s21_55, "\u8acb\u8f38\u5165\u60a8\u7684\u7db2\u5740", _s26_27, "\u8acb\u8f38\u5165\u7522\u54c1\u91d1\u9470", "ascending", "\u905e\u589e", "descending", "\u905e\u6e1b", "save", "\u5132\u5b58", _s17_100, "\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_42, "\u8907\u88fd :value \u5230\u526a\u8cbc\u7c3f", "error", "\u932f\u8aa4", _s16_168, "\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_170, "\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_172, "\u6b78\u6a94\u7522\u54c1\u8cc7\u6599\u6210\u529f", "deleted_product", "\u5df2\u6210\u529f\u522a\u9664\u7522\u54c1\u8cc7\u6599", _s16_173, "\u5fa9\u539f\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_102, "\u6b78\u6a94 :count \u9805\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s16_174, "\u522a\u9664 :count \u7b46\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_103, _s37_11, "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_175, "\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_176, _s36_7, "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_177, "\u6b78\u6a94\u767c\u7968\u8cc7\u6599\u6210\u529f", "deleted_invoice", "\u522a\u9664\u767c\u7968\u6210\u529f", _s16_178, "\u5fa9\u539f\u767c\u7968\u6210\u529f", _s17_104, "\u6b78\u6a94 :count \u7b46\u767c\u7968\u8cc7\u6599\u6210\u529f", _s16_179, "\u522a\u9664 :count \u7b46\u767c\u7968\u6210\u529f", _s17_105, _s37_12, "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_180, "\u90e8\u5206\u622a\u6b62\u65e5\u671f", "status", "\u72c0\u614b", _s17_106, "\u767c\u7968\u72c0\u614b", "quote_status", "\u5831\u50f9\u55ae\u72c0\u614b", _s22_31, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", _s22_33, "\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_49, "\u8acb\u9078\u53d6\u65e5\u671f", _s22_34, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", _s24_30, "\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_13, "\u8acb\u8f38\u5165\u767c\u7968\u7de8\u865f", _s27_34, "\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_36, "\u6a19\u8a18\u767c\u7968\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "\u5b8c\u6210", _s37_13, "\u8acb\u8f38\u5165\u7528\u6236\u6216\u9023\u7d61\u4eba\u59d3\u540d", "dark_mode", "\u9ed1\u6697\u6a21\u5f0f", _s27_36, "\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_182, "\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_184, "\u64f1\u7f6e", _s16_185, "\u4f5c\u5ee2", _s16_186, "\u5931\u6557", _s16_187, "\u5b8c\u6210", _s16_188, "\u90e8\u5206\u9000\u6b3e", _s16_189, "\u9000\u6b3e", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "\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_190, "\u6b78\u6a94\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_payment", "\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_191, "\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_109, "\u6b78\u6a94 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_192, "\u522a\u9664 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_110, _s37_15, "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_13, "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_, "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_4, "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_9, "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", ":user \u5df2\u66f4\u65b0\u7968\u8b49 :ticket", "activity_49", ":user \u5df2\u95dc\u9589\u7968\u8b49 :ticket", "activity_50", ":user \u5df2\u5408\u4f75\u7968\u8b49 :ticket", "activity_51", ":user \u62c6\u5206\u7968\u8b49 :ticket", "activity_52", ":contact \u5df2\u958b\u555f\u7968\u8b49 :ticket", "activity_53", ":contact \u5df2\u91cd\u65b0\u958b\u555f\u7968\u8b49 :ticket", "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_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "\u4e00\u6b21\u6027\u5bc6\u78bc", "emailed_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credit", _s27_48, _s20_51, "\u6a19\u8a18\u5831\u50f9\u55ae\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s21_59, _s34_15, "expired", "\u904e\u671f", "all", "\u5168\u90e8", "select", "\u9078\u64c7", _s22_38, "\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_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u767c\u7968\u865f\u78bc\u8a08\u6578\u5668", _s20_52, _s20_53, _s20_54, "\u5831\u50f9\u55ae\u7de8\u865f\u8a08\u6578\u5668", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "\u985e\u578b", "invoice_amount", "\u767c\u7968\u91d1\u984d", _s16_197, "\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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, "\u652f\u51fa\u985e\u5225", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "hr", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Pro\u0161lo tromjesje\u010dje", "to_update_run", "To update run", _s18_17, "Konverzija ra\u010duna", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Fakturiraj zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, "Podr\u017eani doga\u0111aji", _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Kolona", "sample", "Uzorak", "map_to", "Map To", "import", "Uvoz", _s25_1, _s29_1, "select_file", "Molim odaberite datoteku", _s16_32, _s16_33, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Ra\u010dun sveukupno", "quote_total", "Ponuda sveukupno", "credit_total", "Credit Total", _s23_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "Kategorije tro\u0161kova", _s20_20, _s24_42, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Treba biti fakturiran", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kao aktivno", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Redovni ra\u010dun", _s18_29, "Redovni ra\u010duni", _s21_25, "Novi redovni ra\u010dun", _s22_12, "Uredi ponavljaju\u0107i ra\u010dun", _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Uspje\u0161no arhiviran redoviti ra\u010dun", _s25_14, "Uspje\u0161no obrisan redoviti ra\u010dun", _s25_15, _s38_7, _s26_6, "Uspje\u0161no obnovljen redoviti ra\u010dun", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email poslan", _s17_33, _s17_34, "failure", "Neuspjeh", "quota_exceeded", "Kvota prema\u0161ena", _s16_42, _s16_43, "system_logs", "Zapisnici sustava", "view_portal", "View Portal", "copy_link", "Kopiraj link", "token_billing", "Pohrani detalje kartice", _s24_17, "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_33, "Podsjetnik 4 poslan", "pdf_page_info", "Stranica :current od :total", _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_23, "E-po\u0161ta za internetsko pla\u0107anje", _s20_25, "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_35, "Odabrani ra\u010duni", _s17_37, "Odabrane transkacije", "selected_quotes", "Odabrane ponude", "selected_tasks", "Odabrani zadaci", _s17_39, "Odabrani tro\u0161kovi", _s17_41, "Dolazni ra\u010duni", _s17_43, _s17_44, "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 ponudi", "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_119, "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_45, "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_46, "Webhook uspje\u0161no arhiviran", "deleted_webhook", "Webhook uspje\u0161no izbrisan", "removed_webhook", "Webhook uspje\u0161no uklonjen", _s16_47, "Webhook uspje\u0161no vra\u0107en", _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "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_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, "Registracija klijenta", _s24_19, "Omogu\u0107ite klijentima da se sami registriraju na portalu", _s21_27, "Prilagodba i pregled", "email_invoice", _s16_210, "email_quote", "\u0160alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-mailom", _s20_28, "Klijent nema postavljenu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Pogledaj PDF", "all_records", "Svi zapisi", "owned_by_user", "Vlasni\u0161tvo korisnika", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Upotrijebi zadanu vrijednost", _s16_52, "Beskrajni podsjetnici", "number_of_days", "Broj dana", _s23_10, "Konfiguriraj rokove pla\u0107anja", "payment_term", "Rok pla\u0107anja", _s16_53, "Novi rok pla\u0107anja", _s17_49, "Uredi uvjete pla\u0107anja", _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, "Uspje\u0161no izbrisan rok pla\u0107anja", _s20_32, "Uspje\u0161no uklonjen rok pla\u0107anja", _s21_29, "Uspje\u0161no vra\u0107en rok pla\u0107anja", _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", "Prijavite se e-po\u0161tom", "change", "Promijeni", _s23_12, "Promijeni na mobilni izgled?", _s24_20, "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_35, "Djelomi\u010dan Povrat", _s16_56, "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_57, "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_53, _s23_33, _s18_37, _s23_33, _s16_63, "Uspje\u0161no otkazani ra\u010duni", _s17_54, "Uspje\u0161no storniran ra\u010dun", "reverse", "Storniraj", "full_name", "Ime i prezime", _s17_55, _s17_56, _s17_57, _s17_58, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Neobavezno", "license", "Licenca", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_53, "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_18, "Primi sve obavijesti", _s16_65, "Kupi licencu", "apply_license", "Apply License", "cancel_account", "Izbri\u0161i korisni\u010dki ra\u010dun", _s22_19, "Pozor: Ovo \u0107e trajno obrisati sve va\u0161e podatke, nema povratka.", "delete_company", "Delete Company", _s22_20, _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_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Prijedlozi", "tickets", "Radni nalozi", _s16_69, "Ponavljaju\u0107e ponude", "recurring_tasks", "Ponavljaju\u0107i zadaci", _s18_, _s16_211, _s18_39, "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_19, "archived_credit", "Uspje\u0161no arhiviran kredit", "deleted_credit", "Uspje\u0161no obrisan kredit", "removed_credit", _s27_21, "restored_credit", "Uspje\u0161no obnovljen kredit", _s16_71, "Uspje\u0161no arhivirano :count kredita", "deleted_credits", "Uspje\u0161no obrisano :count kredita", _s16_72, _s36_3, "current_version", _s16_212, "latest_version", "Najnovija verzija", "update_now", "A\u017euriraj sada", _s26_13, "Dostupna je nova verzija web aplikacije", _s16_73, "A\u017euriranje dostupno", "app_updated", "A\u017euriranje je uspje\u0161no zavr\u0161eno", "learn_more", _s16_213, "integrations", "Integracije", "tracking_id", "Broj za pra\u0107enje", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo poduze\u0107e", "added_company", "Tvrtka je uspje\u0161no dodana", "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, "Zadnje prijavljivanje kontakta", _s17_61, "Puno ime kontakta", "contact_phone", "Contact Phone", _s21_31, "Prilago\u0111ena vrijednost 1 kontakta", _s21_32, "Prilago\u0111ena vrijednost 2 kontakta", _s21_33, "Prilago\u0111ena vrijednost 3 kontakta", _s21_34, "Prilago\u0111ena vrijednost 4 kontakta", _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Dodijeljeno za", "created_by", _s16_202, "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_107, _s16_108, "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_35, "Uklju\u010dite nedavne pogre\u0161ke iz zapisnika", _s30_4, "Primili smo va\u0161u poruku i poku\u0161at \u0107emo brzo odgovoriti.", "message", "Poruka", "from", "\u0160alje", _s20_35, "Prika\u017ei detalje o proizvodu", _s25_20, "Uklju\u010dite opis i cijenu u padaju\u0107i izbornik proizvoda", _s20_37, "PDF renderer zahtijeva :version", _s18_48, "Prilagodite postotak naknade", _s23_14, "Prilagodite postotak da biste uzeli u obzir naknadu", _s18_50, "Konfigurirajte postavke", "support_forum", "support forum", "about", "About", "documentation", "Dokumentacija", "contact_us", "Kontaktirajte nas", "subtotal", "Sveukupno", "line_total", "Ukupno", "item", "Stavka", "credit_email", "Credit Email", "iframe_url", "Web mjesto", "domain_url", "URL domene", _s21_36, _s20_57, _s20_38, "Lozinka mora sadr\u017eavati barem jedno veliko slovo i broj", _s19_21, "Zadaci klijentskog portala", _s23_15, "Nadzorna plo\u010da klijentskog portala", _s20_39, "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_66, _s17_67, "show_cost_help", "Prika\u017ei polje tro\u0161kova proizvoda za pra\u0107enje mar\u017ee / dobiti", _s21_37, "Prika\u017ei koli\u010dinu proizvoda", _s26_15, "Prika\u017ei polje s koli\u010dinom proizvoda, ina\u010de zadano 1", _s21_39, "Prika\u017ei koli\u010dinu ra\u010duna", _s26_16, "Prika\u017ei polje za koli\u010dinu stavke, ina\u010de zadano 1", _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, "Zadana koli\u010dina", _s21_43, "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_111, _s16_112, "user", "Korisnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s22_35, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Postavke poreza", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Opcije", _s16_113, "Tekst u jednom retku", "multi_line_text", "Tekst s vi\u0161e redaka", "dropdown", "Padaju\u0107i izbornik", "field_type", "Vrsta polja", _s27_22, "Poslan je e-mail za oporavak lozinke", "submit", "Submit", _s16_115, "Obnovite va\u0161u zaporku", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Broj transakcije", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Raspored", "before_due_date", "Prije datuma dospije\u0107a", "after_due_date", "Nakon datuma dospije\u0107a", _s18_57, "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_44, "E-po\u0161ta za djelomi\u010dno pla\u0107anje", "quote_email", "E-po\u0161ta ponude", _s16_118, _s16_119, _s16_120, "Filtrirano po korisniku", "administrator", "Administrator", _s18_58, _s66_, "user_management", _s23_34, "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_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Op\u0107e postavke", "invoice_options", "Opcije ra\u010duna", _s17_70, _s21_80, _s22_27, _s70_0, _s23_17, "Ugra\u0111eni dokumenti", _s28_15, "Ubaci dodane dokumente u ra\u010dun.", _s16_124, _s20_58, _s16_125, _s19_56, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, "Automatski konvertirajte ponudu u ra\u010dun nakon \u0161to je odobrena od strane klijenta.", _s17_72, _s17_73, "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_74, "Three months", _s16_126, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_127, "Tri godine", "never", "Never", "company", "Company", _s17_75, "Generirani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slijede\u0107i reset", "reset_counter", "Resetiraj broja\u010d", _s16_128, _s16_129, "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_77, _s17_78, "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_79, "Prilago\u0111eni JavaScript", _s16_130, "Poka\u017ei na PDF-u", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, _s142_, "authorization", "Authorization", "subdomain", "Poddomena", "domain", "Domain", "portal_mode", "Na\u010din rada Portal", "email_signature", "Srda\u010dno,", _s24_21, _s81_, "plain", "Obi\u010dno", "light", "Svijetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Prilo\u017eite PDF", _s16_131, "Prilo\u017eite dokumente", "attach_ubl", "Prilo\u017eite UBL", "email_style", "Stil e-po\u0161te", _s19_25, "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_214, "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_26, _s19_27, "credentials", "Credentials", "update_address", "A\u017euriraj adresu", _s19_28, "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_133, "Uspje\u0161no kreirana porezna stopa", _s16_134, "Uspje\u0161no a\u017eurirana porezna stopa", _s17_82, "Uspje\u0161no arhivirana porezna stopa", _s16_135, "Uspje\u0161no izbrisana porezna stopa", _s17_83, "Uspje\u0161no vra\u0107ena porezna stopa", _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", _s24_43, _s18_64, _s53_2, "update_products", "Proizvidi sa autoa\u017euriranjem", _s20_44, _s57_, _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Dobavlja\u010d", "company_gateway", "Sustav online pla\u0107anja", _s16_138, "Sustavi online pla\u0107anja", _s19_29, "Novi sustav online pla\u0107anja", _s20_45, "Uredi sustav online pla\u0107anja", _s23_23, "Uspje\u0161no stvoren Sustav online pla\u0107anja", _s23_24, "Uspje\u0161no a\u017euriran sustav online pla\u0107anja", _s24_22, "Uspje\u0161no arhiviran sustav online pla\u0107anja", _s23_25, "Uspje\u0161no izbrisan sustav online pla\u0107anja", _s24_23, "Uspje\u0161no vra\u0107en sustav online pla\u0107anja", _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, "Nastavi ure\u0111ivati", "discard_changes", "Discard Changes", "default_value", "Zadana vrijednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_48, "Prvi dan u tjednu", _s23_26, "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_65, "24-satni prikaz", "send_reminders", "Po\u0161alji podsjetnike", "timezone", "Vremenska zona", _s19_30, "Filtrirano po Projektu", _s17_85, "Filtrirano po grupi", _s19_32, "Filtrirano po ra\u010dunu", _s18_66, "Filtrirano po klijentu", _s18_68, "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_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Prenesi logo", "uploaded_logo", "Uspje\u0161no preneseni logo", "logo", "Logo", "saved_settings", "Postavke uspje\u0161no spremljene", _s16_142, _s18_91, "device_settings", "Postavke ure\u0111aja", "defaults", "Zadano", "basic_settings", "Osnovne postavke", _s17_87, _s17_120, "company_details", "Detalji poduze\u0107a", "user_details", _s17_121, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obavijesti", "import_export", "Uvoz | Izvoz", "custom_fields", _s17_122, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s16_215, _s23_28, "Predlo\u0161ci & podsjetnici", _s22_30, "Kreditne kartice i banke", _s19_34, _s22_53, "price", "Cijena", "email_sign_up", "Registrirajte se e-po\u0161tom", "google_sign_up", "Registrirajte se putem Google ra\u010duna", _s27_25, "Hvala vam na kupnji!", "redeem", "Redeem", "back", "Natrag", "past_purchases", "Pro\u0161le kupnje", _s19_36, _s18_92, "pro_plan", "Pro plan", "enterprise_plan", "Enterprise Plan", "count_users", _s16_216, "upgrade", "Nadogradi", _s25_32, _s18_93, _s24_25, "Molimo unesite prezime", _s33_14, "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", _s21_79, "uvjetima pru\u017eanja usluge", _s19_54, "politika privatnosti", _s16_144, "Uvjeti kori\u0161tenja usluge", "privacy_policy", "Privacy Policy", "sign_up", "Prijava", "account_login", _s18_94, "view_website", "Pogledajte web stranicu", "create_account", "Otvori ra\u010dun", "email_login", "Prijava putem e-po\u0161te", "create_new", "Create New", _s18_70, "Nije odabran nijedan zapis", _s21_51, "Spremite ili poni\u0161tite svoje promjene", "download", "Preuzmi", _s27_26, _s27_44, "take_picture", "Fotografiraj", "upload_file", "Prenesi datoteku", "document", "Document", "documents", "Dokumenti", "new_document", "Novi Dokument", "edit_document", "Uredi Dokument", _s17_89, "Uspje\u0161no preneseni dokument", _s16_146, "Uspje\u0161no a\u017eurirani dokument", _s17_90, "Uspje\u0161no arhiviran dokument", _s16_147, "Uspje\u0161no izbrisani dokument", _s17_91, "Uspje\u0161no vra\u0107eni dokument", _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "Nema povijesti", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_148, "Evidentirano", _s16_149, "U obradi", _s16_150, "Fakturirano", "converted", "Konvertirano", _s24_27, _s24_39, "exchange_rate", "Te\u010daj", _s16_151, "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_22, _s16_152, "Uspje\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspje\u0161no obrisano :count dobavlja\u010da", _s16_153, _s36_5, "new_expense", "Novi tro\u0161ak", "created_expense", "Uspje\u0161no kreiran tro\u0161ak", "updated_expense", "Uspje\u0161no a\u017euriran tro\u0161ak", _s16_154, "Uspje\u0161no arhiviran tro\u0161ak", "deleted_expense", _s23_35, _s16_155, _s29_16, _s17_93, "Uspje\u0161no arhivirani tro\u0161kovi", _s16_156, _s23_35, _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Dizajn", _s21_52, "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_34, "stopped_task", "Uspje\u0161no zavr\u0161en zadatak", "resumed_task", _s25_36, "now", "Sada", _s16_157, _s16_158, "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_14, _s19_38, _s18_93, "budgeted_hours", "Dogovoreno radnih sati", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, _s37_16, _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "Novi projekt", _s27_30, "Hvala vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako vam se svi\u0111a, molim vas", "click_here", "kliknite ovdje", _s18_74, "Kliknite ovdje", "to_rate_it", "da bi ju ocijenili.", "average", "Prosjek", "unapproved", "Neodobreno", _s30_11, "Potvrdite autenti\u010dnost da biste promijenili ovu postavku", "locked", "Zaklju\u010dano", "authenticate", "Provjera autenti\u010dnosti", _s19_40, "Molimo provjerite autenti\u010dnost", _s24_28, "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_98, "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_162, "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_217, "edit_project", "Uredi projekt", _s22_, "Uredi redovne tro\u0161kove", _s20_47, "Uredi ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_164, _s16_165, "total_revenue", "Ukupni prihod", "average_invoice", "Prosje\u010dni ra\u010dun", "outstanding", "Dospijeva", "invoices_sent", _s20_56, "active_clients", _s16_218, "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_166, "Osvje\u017eavanje zavr\u0161eno", _s23_29, "Molimo upi\u0161ite va\u0161u email adresu", _s26_25, "Molimo upi\u0161ite va\u0161u zaporku", _s21_55, "Molimo unesite URL", _s26_27, "Molimo upi\u0161ite \u0161ifru proizvoda", "ascending", "Ascending", "descending", "Descending", "save", "Pohrani", _s17_100, "Dogodila se pogre\u0161ka", "paid_to_date", "Pla\u0107eno na vrijeme", "balance_due", "Stanje duga", "balance", "Potra\u017eivanje", "overview", "Pregled", "details", "Detalji", "phone", "Telefon", "website", "Web mjesto", "vat_number", "OIB", "id_number", "ID broj", "create", "Kreiraj", _s19_42, "Kopirao :value u me\u0111uspremnik", "error", "Gre\u0161ka", _s16_168, "Pokretanje nije uspjelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_95, "cancel", "Odustani", "ok", "Ok", "remove", "Remove", _s16_170, "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_172, "Proizvod je uspje\u0161no arhiviran", "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "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_175, "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_176, _s36_7, "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_177, "Uspje\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspje\u0161no obrisan ra\u010dun", _s16_178, "Uspje\u0161no obnovljen ra\u010dun", _s17_104, "Uspje\u0161no arhivirano :count ra\u010duna", _s16_179, "Uspje\u0161no obrisano :count ra\u010duna", _s17_105, _s37_12, "emailed_invoice", "Ra\u010dun uspje\u0161no poslan e-po\u0161tom", "emailed_payment", _s28_53, "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_180, _s16_181, "status", "Status", _s17_106, "Status ra\u010duna", "quote_status", "Status ponude", _s22_31, _s30_24, _s22_33, "Pritisnite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Percent", "edit", "Uredi", "dismiss", "Odbaci", _s20_49, "Molimo odaberite datum", _s22_34, _s25_44, _s24_30, "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_13, "Molimo upi\u0161ite broj ra\u010duna", _s27_34, "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_36, "Ra\u010dun je uspje\u0161no ozna\u010den kao poslan", _s22_37, _s35_10, _s23_31, "Ra\u010duni su uspje\u0161no ozna\u010deni kao poslani", _s23_32, _s36_9, "done", "Dovr\u0161eno", _s37_13, "Molimo upi\u0161ite ime klijenta ili kontakta", "dark_mode", "Tamni prikaz", _s27_36, "Ponovno pokrenite aplikaciju za primjenu promjena", "refresh_data", "Osvje\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_182, "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_184, "U tijeku", _s16_185, "Poni\u0161teno", _s16_186, "Neuspje\u0161no", _s16_187, "Zavr\u0161eno", _s16_188, "Djelimi\u010dni povrat", _s16_189, "Povrat", _s17_107, "Unapplied", _s17_108, _s19_6, "net", "Neto", "client_portal", _s17_123, "show_tasks", "Prika\u017ei zadatke", "email_reminders", "Email podsjetnici", "enabled", "Enabled", "recipients", "Primatelji", "initial_email", "Prvi Email", "first_reminder", "Prvi podsjetnik", "second_reminder", _s16_219, "third_reminder", _s16_220, "reminder1", "Prvi podsjetnik", "reminder2", _s16_219, "reminder3", _s16_220, "template", "Predlo\u017eak", "send", "Po\u0161alji", "subject", "Naslov", "body", "Tijelo", "send_email", "Slanje e-po\u0161te", "email_receipt", _s31_15, "auto_billing", "Automatska naplata", "button", "Gumb", "preview", "Preview", "customize", "Prilagodi", "history", "Povijest", "payment", "Uplata", "payments", "Uplate", "refunded", "Povrat", "payment_type", "Payment Type", _s21_57, _s21_81, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspje\u0161no kreirana uplata", "updated_payment", "Uspje\u0161no a\u017eurirana uplata", _s16_190, "Uspje\u0161no arhivirana uplata", "deleted_payment", "Uspje\u0161no obrisana uplata", _s16_191, "Uspje\u0161no obnovljena uplata", _s17_109, "Uspje\u0161no arhivirana :count uplata", _s16_192, "Uspje\u0161no obrisano :count uplata", _s17_110, _s37_15, "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_13, "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Task", "tasks", "Zadaci", "project", "Projekt", "projects", "Projekti", "activity_1", _s30_25, "activity_2", _s32_9, "activity_3", _s30_26, "activity_4", _s28_56, "activity_5", _s29_39, "activity_6", ":user poslao e-po\u0161tom ra\u010dun :invoice za :contact", "activity_7", ":contact pregledao ra\u010dun :invoice", "activity_8", _s30_27, "activity_9", _s27_49, "activity_10", ":contact upisao uplatu :payment za :invoice", "activity_11", _s30_28, "activity_12", _s30_29, "activity_13", _s29_40, "activity_14", _s27_50, "activity_15", _s29_41, "activity_16", _s30_30, "activity_17", _s28_57, "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_58, "activity_26", _s30_31, "activity_27", _s29_42, "activity_28", _s28_59, "activity_29", ":contact odobrio ponudu :quote", "activity_30", _s28_47, "activity_31", _s29_29, "activity_32", _s28_48, "activity_33", _s29_30, "activity_34", _s29_43, "activity_35", _s31_7, "activity_36", _s30_21, "activity_37", _s31_8, "activity_39", _s50_5, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "activity_48", "Korisnik :user je a\u017eurirao radni nalog :ticket", "activity_49", "Korisnik :user je zatvorio radni nalog :ticket", "activity_50", "Korisnik :user je spojio radni nalog :ticket", "activity_51", "Korisnik :user je razdijelio radni nalog :ticket", "activity_52", "Kontakt :contact je otvorio radni nalog :ticket", "activity_53", "Kontakt :contact je ponovno otvorio radni nalog :ticket", "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_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", "Ponuda uspje\u0161no poslana e-po\u0161tom", "emailed_credit", _s27_48, _s20_51, "Ponuda je uspje\u0161no ozna\u010dena kao poslana", _s21_59, _s34_15, "expired", "Isteklo", "all", "Svi", "select", "Odaberi", _s22_38, "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_75, "Prilago\u0111eni stil e-po\u0161te", _s24_35, "Prilago\u0111ena poruka nadzorne plo\u010de", _s29_31, "Prilago\u0111ena poruka nepla\u0107enog ra\u010duna", _s27_41, "Prilago\u0111ena poruka pla\u0107enog ra\u010duna", _s31_10, "Prilago\u0111ena poruka ne odobrene ponude", "lock_invoices", "Zaklju\u010daj ra\u010dune", "translations", "Prijevodi", _s19_43, "Uzorak broja zadatka", _s19_45, "Broja\u010d broja zadatka", _s22_40, "Uzorak broja tro\u0161kova", _s22_42, "Broja\u010d broja tro\u0161kova", _s21_60, "Uzorak broja dobavlja\u010da", _s21_62, "Broja\u010d brojeva dobavlja\u010da", _s21_64, "Uzorak broja radnog naloga", _s21_66, "Broja\u010d broj radnog naloga", _s22_44, "Uzorak broja transakcije", _s22_46, "Broja\u010d broja transakcije", _s22_48, "Uzorak broja ra\u010duna", _s22_50, "Broja\u010d ra\u010duna", _s20_52, "Uzorak broja ponude", _s20_54, "Broja\u010d ponuda", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, "Poni\u0161ti datum broja\u010da", "counter_padding", "Ispuna broja broja\u010da", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Prikaz u tablici", "show_list", "Prikaz u listi", "client_city", "Grad klijenta", "client_state", "\u017dupanija klijenta", "client_country", "Dr\u017eava klijenta", _s16_193, "Klijent je aktivan", "client_balance", "Stanje ra\u010duna klijenta", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "cs", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importovat data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Profi", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_5, _s18_6, _s17_1, _s17_2, "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", "Umo\u017enit", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_2, _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "Zm\u011bnit na fakturu", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Faktura\u010dn\xed \xfaloha", "invoice_expense", "Fakturovat n\xe1klady", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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", "Skr\xfdt", "empty_columns", "Empty Columns", _s21_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Sloupec", "sample", "Vzorek", "map_to", "Map To", "import", "Importovat", _s25_1, _s29_1, "select_file", "Pros\xedm zvolte soubor", _s16_32, _s16_33, "csv_file", "CSV soubor", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s18_25, _s20_20, _s20_21, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "M\xe1 b\xfdt fakturov\xe1n", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, "Prvn\xed den v m\u011bs\xedci", _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Pravideln\xe1 faktura", _s18_29, "Pravideln\xe9 faktury", _s21_25, "Nov\xe1 pravideln\xe1 faktura", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", _s25_14, "Pravideln\xe1 faktura smaz\xe1na", _s25_15, _s38_7, _s26_6, "Pravideln\xe1 faktura obnovena", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Ukl\xe1dat platebn\xed \xfadaje", _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Nadch\xe1zej\xedc\xed faktury", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Tokeny", "api_docs", "API Docs", "search_tokens", _s20_27, "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", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "Poslat fakturu emailem", "email_quote", "Odeslat nab\xeddku emailem", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "Editovat platebn\xed podm\xednky", _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, _s17_56, _s17_57, _s17_58, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "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", "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "Smazat \xfa\u010det", _s22_19, "Varov\xe1n\xed: Toto permanentn\u011b odstran\xed V\xe1\u0161 \xfa\u010det. Tato akce je nevratn\xe1.", "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, "Pravideln\xe9 nab\xeddky", "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, _s18_40, "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_19, "archived_credit", "Kredit \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_credit", "Kredit \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_credit", _s27_21, "restored_credit", "Kredit \xfasp\u011b\u0161n\u011b obnoven", _s16_71, ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_credits", ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_72, _s36_3, "current_version", "Sou\u010dasn\xe1 verze", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "V\xedce informac\xed", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nov\xe1 firma", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_202, "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_107, _s16_108, "help", "Pomoc", "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_35, _s35_6, _s30_4, _s63_, "message", "Zpr\xe1va", "from", "Od", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "support_forum", "support forum", "about", "About", "documentation", "Dokumentace", "contact_us", "Contact Us", "subtotal", "Mezisou\u010det", "line_total", "Celkem", "item", "Polo\u017eka", "credit_email", "Credit Email", "iframe_url", "Web", "domain_url", "Domain URL", _s21_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "yes", "Ano", "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", "Zobrazit", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "U\u017eivatel", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s22_35, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Nastaven\xed dan\xed", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "Obnovit va\u0161e heslo", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Rozvrh", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Days", "invoice_email", "Email pro fakturu", "payment_email", "Email pro platbu", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Email pro nab\xeddku", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administr\xe1tor", _s18_58, "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_22, "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", _s25_25, "restored_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b obnoven", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Obecn\xe9 nastaven\xed", "invoice_options", "Mo\u017enosti faktury", _s17_70, "Skr\xfdt Zaplaceno ke dni", _s22_27, 'Zobrazit na faktu\u0159e "Zaplaceno ke dni" pouze kdy\u017e p\u0159ijde platba.', _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Zobrazit hlavi\u010dku", _s16_125, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, "Automaticky zkonvertovat nab\xeddku na fakturu po schv\xe1len\xed klientem.", _s17_72, _s17_73, "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_74, "Three months", _s16_126, "Four months", "freq_six_months", "Six months", "freq_annually", "Ro\u010dn\u011b", "freq_two_years", "Two years", _s16_127, "Three Years", "never", "Never", "company", "Company", _s17_75, _s17_76, "charge_taxes", "Pou\u017e\xedt dan\u011b", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, "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_21, "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_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, _s19_27, "credentials", "Credentials", "update_address", "Zm\u011bnit adresu", _s19_28, "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_133, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", _s16_134, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s17_82, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b archivov\xe1na", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Automaticky p\u0159edvyplnit produkty", _s18_64, "V\xfdb\u011br produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizovat produkty", _s20_44, "Zm\u011bna na faktu\u0159e automaticky aktualizuje katalog produkt\u016f", _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Nepovolen", "currency_format", "Currency Format", _s21_48, "Prvn\xed den v t\xfddnu", _s23_26, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, "Nastaven\xed produktu", "device_settings", "Device Settings", "defaults", "V\xfdchoz\xed", "basic_settings", "Z\xe1kladn\xed nastaven\xed", _s17_87, "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", "Ozn\xe1men\xed", "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_28, "\u0160ablony & P\u0159ipom\xednky", _s22_30, _s20_46, _s19_34, "Vizualizace dat", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "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_70, _s18_71, _s21_51, _s34_13, "download", "St\xe1hnout", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Datum n\xe1kladu", "pending", "Nevy\u0159\xedzen\xfd", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Zkonvertov\xe1no", _s24_27, _s24_39, "exchange_rate", "M\u011bnov\xfd kurz", _s16_151, "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_152, ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_vendors", ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_153, _s36_5, "new_expense", "Enter Expense", "created_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", _s16_154, "N\xe1klad \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_expense", _s21_82, _s16_155, "N\xe1klady \xfasp\u011b\u0161n\u011b obnoveny", _s17_93, "N\xe1klady \xfasp\u011b\u0161n\u011b archivov\xe1ny", _s16_156, _s21_82, _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "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_34, "stopped_task", "\xdaloha \xfasp\u011b\u0161n\u011b zastavena", "resumed_task", _s25_36, "now", "Nyn\xed", _s16_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, _s37_16, _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "New Project", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "klikn\u011bte zde", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Pati\u010dka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "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", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "Faktura\u010dn\xed adresa", _s16_164, _s16_165, "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", "Jm\xe9no", "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Ulo\u017eit", _s17_100, _s17_101, "paid_to_date", "Zaplaceno ke dni", "balance_due", "Zb\xfdv\xe1 zaplatit", "balance", "Z\u016fstatek", "overview", "Overview", "details", "Detaily", "phone", "Telefon", "website", "Web", "vat_number", "DI\u010c", "id_number", "I\u010cO", "create", "Vytvo\u0159it", _s19_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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", "Remove", _s16_170, _s16_171, "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_172, "Produkt \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "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_175, ":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_176, _s36_7, "address1", "Ulice", "address2", "Pokoj", "city", "M\u011bsto", "state", "Oblast", "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_177, "Faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_invoice", "Faktura \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_178, "Faktura \xfasp\u011b\u0161n\u011b obnovena", _s17_104, ":count faktur \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_179, ":count faktur \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_105, _s37_12, "emailed_invoice", "Faktura \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_payment", _s28_53, "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_221, _s16_180, _s16_181, "status", "Status", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Celkem", "percent", "Percent", "edit", "Upravit", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "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_13, _s30_14, _s27_34, _s27_35, "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_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Hotovo", _s37_13, _s37_14, "dark_mode", "Tmav\xfd m\xf3d", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivita", _s16_182, _s16_183, "clone", "Duplikovat", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Platebn\xed podm\xednky", "payment_date", "Datum platby", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "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_190, "Platba \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_payment", "Platba \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_191, "Platba \xfasp\u011b\u0161n\u011b obnovena", _s17_109, ":count plateb \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_192, ":count plateb bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_110, _s37_15, "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_13, "expense", "N\xe1klad", "expenses", "N\xe1klady", "vendor", "Dodavatel", "vendors", "Dodavatel\xe9", "task", "Task", "tasks", "\xdalohy", "project", "Project", "projects", "Projects", "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_4, "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_9, "activity_30", _s28_47, "activity_31", _s29_29, "activity_32", _s28_48, "activity_33", _s29_30, "activity_34", ":user vytvo\u0159il v\xfddaj :expense", "activity_35", _s31_7, "activity_36", _s30_21, "activity_37", _s31_8, "activity_39", _s50_5, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "activity_48", ":user aktualizoval tiket :ticket", "activity_49", ":user uzav\u0159el tiket :ticket", "activity_50", ":user slou\u010dil tiket :ticket", "activity_51", ":user rozd\u011blil tiket :ticket", "activity_52", ":contact vytvo\u0159il tiket :ticket", "activity_53", ":contact znovu otev\u0159el tiket :ticket", "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_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expirovan\xe9", "all", "All", "select", "Zvolit", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u010c\xedseln\xe1 \u0159ada faktur", _s20_52, _s20_53, _s20_54, "\u010c\xedseln\xe1 \u0159ada nab\xeddek", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Typ", "invoice_amount", "\u010c\xe1stka faktury", _s16_197, _s16_221, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "da", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Import Data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Sikkerhed", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, "Abonnementet blev opdateret", _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "Refunderet betaling", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Forrige kvartal", "to_update_run", "To update run", _s18_17, "Konvert\xe9r til en faktura", _s16_24, _s16_25, "invoice_project", "Faktur\xe9r projekt", "invoice_task", "Fakturer opgave", "invoice_expense", "Invoice Expense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_1, _s29_1, "select_file", "Venligst v\xe6lg en fil", _s16_32, _s16_33, "csv_file", "V\xe6lg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "Udgiftskategorier", _s20_20, "Ny udgiftskategori", _s21_18, _s21_19, _s24_11, "Udgiftskategori oprettet", _s24_12, "Ajourf\xf8rt udgiftskategori", _s25_5, "Udgiftskategori arkiveret", _s24_13, "Sletning af kategori er gennemf\xf8rt", _s24_14, _s37_2, _s25_6, "Udgiftskategori genoprettet", _s27_8, ".count udgiftskategori(er) arkiveret", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, _s18_96, _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark\xe9r som aktiv", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Gentaget faktura", _s18_29, "Gentagende fakturaer", _s21_25, "Ny gentaget fakture", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, _s39_, _s25_14, _s38_6, _s25_15, _s38_7, _s26_6, _s39_0, _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Fortjeneste", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "Se Portal", "copy_link", "Copy Link", "token_billing", "Gem kort detaljer", _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Kommende fakturaer", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Token's", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "deleted_token", "Token slettet", "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "Send faktura som e-mail", "email_quote", "E-mail tilbuddet", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", _s17_124, _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, "By/Postnummer", _s17_57, "Postnummer/By/Region", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, "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_17, "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_54, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Anvend licens", "cancel_account", "Annuller konto", _s22_19, "ADVARSEL: Dette vil permanent slette din konto, der er INGEN mulighed for at fortryde.", "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Projektforslag", "tickets", "Sager", _s16_69, "Gentagne tilbud", "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, _s18_40, "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_21, "restored_credit", "Kredit genskabt", _s16_71, "Arkiverede :count kreditter", "deleted_credits", "Slettede :count kreditter", _s16_72, _s36_3, "current_version", "Nuv\xe6rende version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "L\xe6r mere", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nyt firma", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Kontakttelefon", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "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_107, _s16_108, "help", "Hj\xe6lp", "refund", "Refunder", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "E-mailkontakt", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_35, _s35_6, _s30_4, _s63_, "message", "Besked", "from", "Fra", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "V\xe6lg venligst en kunde", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Tax Settings", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Skift", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Indsend", _s16_115, "Generhverv din adgangskode", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Schedule", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Dage", "invoice_email", "Faktura e-mail", "payment_email", "Betalings e-mail", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Tilbuds e-mail", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _s66_, "user_management", "Brugerh\xe5ndtering", "users", "Brugere", "new_user", "New User", "edit_user", "Rediger bruger", "created_user", _s25_22, "updated_user", "Bruger opdateret", "archived_user", _s26_18, "deleted_user", "Bruger slettet", "removed_user", _s25_25, "restored_user", "Bruger genskabt", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, _s16_123, "invoice_options", "Fakturaindstillinger", _s17_70, _s19_57, _s22_27, "Vis kun delbetalinger hvis der er forekommet en delbetaling.", _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Show header on", _s16_125, "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_59, "invoice_footer", "Faktura fodnoter", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto konvertering", _s23_20, _s70_, _s17_72, _s17_73, "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_74, "Tre m\xe5neder", _s16_126, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_127, "Three Years", "never", "Never", "company", "Company", _s17_75, "Dannede numre", "charge_taxes", "Inkluder skat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, "Afkrydsningsfelt for fakturavilk\xe5r", _s30_5, "Bed kunden om at bekr\xe6fte, at de accepterer fakturavilk\xe5rene.", _s23_21, "Tilbuds Betingelser Afkrydsningsfelt", _s28_16, "Bed kunden om at bekr\xe6fte, at de accepterer tilbudsbetingelserne.", _s25_28, "Fakturasignatur", _s30_6, "Kr\xe6v at klienten giver deres underskrift.", _s23_22, "Tilbuds underskrift", _s22_29, "Adgangskodebeskyttet Fakturaer", _s27_23, "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_21, "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_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, _s19_27, "credentials", "Credentials", "update_address", "Opdater adresse", _s19_28, "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_133, _s29_8, _s16_134, _s29_9, _s17_82, _s34_16, _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Automatisk-udfyld produkter", _s18_64, "Valg af produkt vil automatisk udfylde beskrivelse og pris", "update_products", "Automatisk opdatering af produkter", _s20_44, "En opdatering af en faktura vil automatisk opdaterer Produkt biblioteket", _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Gebyrer", "limits", "Gr\xe6nser", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, "Produkt Indstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Basic Settings", _s17_87, "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_28, _s21_50, _s22_30, _s20_46, _s19_34, _s17_125, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "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_70, _s18_71, _s21_51, _s34_13, "download", "Hent", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Expense Date", "pending", "Afventer", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Konverteret", _s24_27, _s24_39, "exchange_rate", "Exchange Rate", _s16_151, _s16_222, "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_152, "Gennemf\xf8rte arkivering af :count s\xe6lgere", "deleted_vendors", "Gennemf\xf8rte sletning af :count s\xe6lgere", _s16_153, _s36_5, "new_expense", "Indtast udgift", "created_expense", _s28_23, "updated_expense", _s28_24, _s16_154, _s29_15, "deleted_expense", _s28_25, _s16_155, _s29_16, _s17_93, _s30_32, _s16_156, _s29_44, _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "invoiced", "Faktureret", "logged", "Ajourf\xf8rt", "running", "K\xf8rer", "resume", "Genoptag", "task_errors", "Ret venligst de overlappende tider", "start", "Start", "stop", "Stop", "started_task", _s25_34, "stopped_task", "Opgave stoppet", "resumed_task", _s25_36, "now", "Nu", _s16_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", "Projektet blev oprettet", "updated_project", "Projektet blev opdateret", _s16_159, "Projektet blev arktiveret", "deleted_project", "Projektet blev slettet", _s16_160, "Projektet blev genskabt", _s17_95, ":count projekter blev arkiveret", _s16_161, ":count projekter blev slettet", _s17_96, _s37_10, "new_project", "Nyt projekt", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "Klik her", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Fod", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Valgfri periode", "date_range", "Dato omr\xe5de", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "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", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "Faktura adresse", _s16_164, _s16_165, "total_revenue", "Samlede indt\xe6gter", "average_invoice", "Gennemsnitlig fakturaer", "outstanding", "Forfaldne", "invoices_sent", _s22_54, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Gem", _s17_100, _s17_101, "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_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "product", "Produkt", "products", "Produkter", "new_product", "New Product", "created_product", "Produkt oprettet", "updated_product", "Produkt opdateret", _s16_172, "Produkt arkiveret", "deleted_product", "Sletning af produkt gennemf\xf8rt", _s16_173, "Genskabelse af produkt gennemf\xf8rt", _s17_102, _s37_17, _s16_174, "Sletning af :count produkter gennemf\xf8rt", _s17_103, _s37_11, "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_175, "Arkiverede :count kunder", "deleted_client", "Kunde slettet", "deleted_clients", "Slettede :count kunder", "restored_client", "Kunde genskabt", _s16_176, _s36_7, "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_177, "Faktura arkiveret", "deleted_invoice", "Faktura slettet", _s16_178, "Faktura genskabt", _s17_104, "Arkiverede :count fakturaer", _s16_179, "Slettede :count fakturaer", _s17_105, _s37_12, "emailed_invoice", "E-mail faktura sendt", "emailed_payment", _s28_53, "amount", "Bel\xf8b", "invoice_number", "Fakturanummer", "invoice_date", _s16_223, "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_180, _s16_181, "status", "Status", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Total", "percent", "Procent", "edit", "Rediger", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Task Rate", "settings", "Indstillinger", "language", "Language", "currency", "Currency", "created_at", "Oprettelsesdato", "created_on", "Created On", "updated_at", "Opdateret", "tax", "Moms", _s30_13, _s30_14, _s27_34, _s27_35, "past_due", "Past Due", "draft", "Kladde", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Udbetaling", "paid", "Betalt", "mark_sent", "Mark\xe9r som sendt", _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "F\xe6rdig", _s37_13, _s37_14, "dark_mode", "M\xf8rk tilstand", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_182, _s16_183, "clone", "Kopi\xe9r", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "Transaktionsreference", "enter_payment", "Tilf\xf8j betaling", "new_payment", "Indtast betaling", "created_payment", "Betaling oprettet", "updated_payment", "Betaling opdateret", _s16_190, "Betaling arkiveret", "deleted_payment", _s16_224, _s16_191, "Betaling genskabt", _s17_109, "Arkiverede :count betalinger", _s16_192, "Slettede :count betalinger", _s17_110, _s37_15, "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_13, "expense", "Expense", "expenses", "Udgifter", "vendor", "S\xe6lger", "vendors", "S\xe6lgere", "task", "Opgave", "tasks", "Opgaver", "project", "Projekt", "projects", "Projekter", "activity_1", _s28_41, "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", ":user opdaterede sagen :ticket", "activity_49", ":user lukkede sagen :ticket", "activity_50", ":user sammenflettede sagen :ticket", "activity_51", ":user opdelte sagen :ticket", "activity_52", ":contact \xe5bnede sagen :ticket", "activity_53", ":contact gen\xe5bnede sagen :ticket", "activity_54", ":user gen\xe5bnede sagen :ticket", "activity_55", ":contact besvarede sagen :ticket", "activity_56", ":user l\xe6ste sagen :ticket", "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", "Tilbud sendt som e-mail", "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "Alle", "select", "V\xe6lg", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Fakturanummer-t\xe6ller", _s20_52, _s20_53, _s20_54, "Tilbuds nummer-t\xe6ller", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Type", "invoice_amount", "Invoice Amount", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, "Udgiftskategori", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "nl", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importeer data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "Contact voornaam", _s17_1, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Beveiliging", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Abonnementen", _s16_11, _s16_12, _s17_7, "Abonnement wijzigen", _s20_1, "Het abonnement is aangemaakt", _s20_2, "Het abonnement is gewijzigd", _s21_6, "Het abonnement is gearchiveerd", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Gebruik laatste e-mail", _s16_20, "Activeer bedrijf", _s21_9, "Schakel e-mails, terugkerende facturen en meldingen in", _s27_1, "Er is een fout opgetreden, probeer het opnieuw", _s27_2, "Stel eerst een wachtwoord in", _s34_1, "Waarschuwing: als u uw telefoonnummer wijzigt, wordt 2FA uitgeschakeld", "help_translate", "Help vertalen", _s23_2, "Selecteer een land", "resend_invite", "Uitnodiging opnieuw versturen", _s19_1, "2FA succesvol uitgeschakeld", _s16_22, "Account succesvol verbonden", _s19_2, "Account succesvol losgekoppeld", "delivered", "Afgeleverd", "bounced", "Bounced", "spam", "Spam", "view_docs", "Bekijk documenten", _s32_, "Geef een mobiel telefoonnummer op om tweefactor authenticatie in te schakelen", "send_sms", "Verzend SMS", "sms_code", "SMS Code", _s21_10, "Scan de streepjescode met een :link compatibele app.", _s18_14, "Tweestaps-authenticatie ingeschakeld", "connect_google", "Verbind met Google", _s17_9, "Verwijder Google", _s17_11, "Tweestaps-authenticatie", _s18_15, "Schakel twee factor authenticatie uit", _s34_2, "Vereis wachtwoord met sociale login", "stay_logged_in", "Blijf ingelogd", _s23_4, "Waarschuwing: uw sessie loopt bijna af", "count_hours", ":count uren", "count_day", "1 dag", "count_days", ":count dagen", _s19_3, "Time-out van websessie", _s17_12, "Veiligheidsinstellingen", "resend_email", "Email opnieuw verzenden", _s26_2, "Bevestig je e-mailadres", _s16_23, "Gecrediteerde betaling", _s19_5, _s27_51, _s19_7, "Selecteer een gebruiker die is geverifieerd met Gmail", "list_long_press", "Lijst lang indrukken", "show_actions", "Toon acties", _s17_14, "Start Multi select", _s27_4, "Er is een e-mail verzonden om het e-mailadres te bevestigen", _s21_11, _s97_, "this_quarter", "Dit kwartaal", "last_quarter", "Laatste Kwartaal", "to_update_run", "To update run", _s18_17, "Zet om naar factuur", _s16_24, "Registratie link", "invoice_project", "Factureer project", "invoice_task", "Factureer taak", "invoice_expense", "Factureer uitgave", _s19_8, "Zoek betalingstermijn 1", _s20_6, "Zoek :count betalingstermijnen", _s16_26, "Opslaan en bekijk voorbeeld", "save_and_email", "Opslaan en verstuur email", _s16_28, "Ondersteunde gebeurtenissen", _s16_30, "Omgezet bedrag", _s17_16, "Omgekeerd balans", _s22_3, '"Reeds betaald" omzetten', _s24_1, "Omgerekend creditsaldo", "converted_total", "Totaal omzetten", "is_sent", "Is verzonden", _s17_18, "Standaard documenten", "document_upload", "Document uploaden", _s20_7, "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_13, "Foutopsporingsmodus is ingeschakeld", _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recente taken", "recent_expenses", "Recente uitgaven", _s17_20, "Aankomende uitgaven", "update_app", "Update App", "started_import", "Succesvol begonnen met importeren", _s24_3, "Dubbele kolommapping", _s20_8, "Gebruik inclusieve belastingen", _s18_19, "Is bedrag korting", "column", "Kolom", "sample", "Voorbeeld", "map_to", "Map naar", "import", "Importeer", _s25_1, _s29_1, "select_file", "Selecteer een bestand", _s16_32, "Geen bestand geselecteerd", "csv_file", "Selecteer CSV bestand", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave boekhouding", "zoho", "Zoho", "accounting", "Boekhouding", _s22_5, "Geef alle CSV's op.", "import_type", "Importeer type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "Bekijk Licenties", "webhook_url", "Webhook URL", _s17_22, "Editor volledig scherm", "sidebar_editor", "Zijbalk Editor", _s22_6, '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_6, "Verzonden facturen zijn vergrendeld", _s24_8, "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 krediet", _s23_5, "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_10, "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_24, "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_34, "Taak status aanpassen", _s19_9, "Succesvol een taak status aangemaakt", _s19_10, _s20_60, _s20_10, "Succesvol een taak status gearchiveerd", _s19_11, _s36_12, _s19_12, _s36_12, _s20_11, "Succesvol een taak status hersteld", _s22_7, "Succesvol taakstatussen :value gearchiveerd", _s21_15, "Succesvol taak statussen :value verwijderd", _s22_8, "Succesvol taak statussen :value hersteld", _s18_21, "Zoek 1 taak status", _s20_13, "Zoek :count taak statussen", _s16_36, "Taken tabel tonen", _s21_16, "Weergeef de taken wanneer een factuur wordt aangemaakt", _s20_14, "Factuur taak tijdlog", _s25_2, "Voeg de tijd omschrijvingen toe aan de factuur producten", _s20_16, "Factuur taak datumlog", _s25_3, "Voeg datumdetails toe aan de factuurregelitems", _s21_17, "Start taken voordat het wordt opgeslagen", _s18_22, "Status instellen", "task_settings", "Taak instellingen", _s20_18, "Categorie\xebn instellen", _s18_24, _s16_225, _s20_20, "Nieuwe uitgavecategorie", _s21_18, "Bewerk uitgavencategorie", _s24_11, "De uitgaven categorie is aangemaakt", _s24_12, "De uitgaven categorie is gewijzigd", _s25_5, "De uitgaven categorie is gearchiveerd", _s24_13, "De categorie is verwijderd", _s24_14, "De uitgavencategorie is verwijderd", _s25_6, "De uitgaven categorie hersteld", _s27_8, ":count uitgave-categorie\xebn gearchiveerd", _s26_4, "Succesvol uitgave categorie\xebn :value verwijderd", _s27_9, _s47_, _s23_6, "Zoek 1 uitgavencategorie", _s25_8, "Zoek :count uitgave categorie\xebn", _s21_20, "Gebruik beschikbaar krediet", "show_option", "Toon optie", _s22_9, "Het kredietbedrag mag niet hoger zijn als het te betalen bedrag", "view_changes", "Bekijk wijzigingen", "force_update", "Forceer een update", _s17_26, "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_26, "Moet worden gefactureerd", _s23_7, "Maak het mogelijk de uitgave te factureren", _s29_2, "Laat de documenten zien", _s21_22, "Stel een ruilwaarde in van de valuta", _s16_38, "Uitgave instellingen", _s18_27, "Maak een kopie voor herhaling", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "Gebruiker Veld", "variables", "Variabelen", "show_password", "Wachtwoord weergeven", "hide_password", "Wachtwoord verbergen", "copy_error", "Fout kopi\xebren", "capture_card", "Capture Card", _s17_27, "Automatisch betalen ingeschakeld", "total_taxes", "Totale belasting", "line_taxes", "Regelitem belastingen", "total_fields", "Totaal velden", _s25_9, "Herhalend factuur succesvol stopgezet", _s25_10, "Herhalend factuur succesvol gestart", _s25_11, "Herhalend factuur succesvol hervat", "gateway_refund", "Gateway terugbetaling", _s19_13, "Verwerk een terugbetaling via de betalingsgateway", "due_date_days", "Verloopdatum", "paused", "Gepauzeerd", "mark_active", "Markeer als actief", "day_count", "Dag :count", _s22_10, "Eerste dag van de maand", _s21_23, "Laatste dag van de maand", _s17_29, "Gebruik betalingseisen", "endless", "Eindeloos", "next_send_date", "Volgende verzenddatum", _s16_40, "Resterende keren", _s17_31, "Terugkerende factuur", _s18_29, "Terugkerende facturen", _s21_25, "Nieuwe terugkerende factuur", _s22_12, "Bewerk terugkerende factuur", _s25_12, "Herhalend factuur succesvol aangemaakt", _s25_13, "Herhalend factuur succesvol bijgewerkt", _s26_5, "De terugkerende factuur is gearchiveerd", _s25_14, "De terugkerende factuur is verwijderd", _s25_15, "Herhalend factuur succesvol verwijderd", _s26_6, "De terugkerende factuur is hersteld", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, "Zoek 1 herhalend factuur", _s25_16, "Zoek :count herhalende facturen", "send_date", "Verzenddatum", "auto_bill_on", "Automatische betaling aan", _s28_2, "Minimum onder het te betalen bedrag", "profit", "Winst", "line_item", "Regelitem", _s18_31, "Toestaan te betalen boven het te betalen bedrag", _s23_8, "Draag bij aan extra betalen om fooi te accepteren", _s19_14, "Toestaan te betalen onder het te betalen bedrag", _s24_16, "Ondersteun het betalen van een minimaal gedeeltelijk / aanbetalingsbedrag", "test_mode", "Test modus", "opened", "Geopend", _s30_0, "Koppelen mislukt", _s30_1, "Koppelen gelukt", "gateway_success", "Gateway geslaagd", "gateway_failure", "Gateway gefaald", "gateway_error", "Gateway fout", "email_send", "E-mail verzonden", _s17_33, "E-mail wachtrij voor opnieuw versturen", "failure", "Fout", "quota_exceeded", "Limiet bereikt", _s16_42, "Upload mislukt", "system_logs", "Systeem log", "view_portal", "Toon portaal", "copy_link", "Link kopi\xebren", "token_billing", "Kaartgegevens opslaan", _s24_17, "Welkom bij Invoice Ninja", "always", "Altijd", "optin", "Inschrijven", "optout", "Uitschrijven", "label", "Label", "client_number", "Klantnummer", "auto_convert", _s20_61, "company_name", "Bedrijfsnaam", "reminder1_sent", "1ste herinnering verstuurd", "reminder2_sent", "2de herinnering verstuurd", "reminder3_sent", "3de herinnering verstuurd", _s18_33, "Laatste herinnering verstuurd", "pdf_page_info", "Pagina :current van :total", _s16_44, "De facturen zijn gemaild", "emailed_quotes", "De offertes zijn gemaild", "emailed_credits", "Krediet 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", "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_23, "Online betalingsmail", _s20_25, "Handmatige betalingsmail", "completed", "Voltooid", "gross", "Bruto", "net_amount", "Netto bedrag", "net_balance", "Netto balans", "client_settings", "Klantinstellingen", _s17_35, "Geselecteerde facturen", _s17_37, "Geselecteerde betalingen", "selected_quotes", "Geselecteerde offertes", "selected_tasks", "Geselecteerde taken", _s17_39, "Geselecteerde uitgaves", _s17_41, "Aankomende facturen", _s17_43, "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_45, "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_46, "Webhook succesvol gearchiveerd", "deleted_webhook", _s28_60, "removed_webhook", _s28_60, _s16_47, "Webhook succesvol hersteld", _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "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", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, "Klant registratie", _s24_19, "Zelfregistratie voor klanten in het portaal toestaan", _s21_27, "Pas aan & Weergeven", "email_invoice", "E-mail factuur", "email_quote", "E-mail offerte", "email_credit", "E-mail Krediet", "email_payment", "E-mail betaling", _s20_28, "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_50, "Resterend krediet", "contact_name", "Contactnaam", "use_default", "Gebruik standaard", _s16_52, "Eindeloze herinneringen", "number_of_days", "Aantal dagen", _s23_10, "Betalingsvoorwaarden configureren", "payment_term", "Betalingstermijn", _s16_53, "Nieuwe betalingstermijn", _s17_49, "Bewerk betalingstermijn", _s20_29, "De betalingstermijn is aangemaakt", _s20_30, "De betalingstermijn is gewijzigd", _s21_28, "De betalingstermijn is gearchiveerd", _s20_31, _s38_12, _s20_32, _s38_12, _s21_29, "betalingstermijn met succes hersteld", _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", "Log in met e-mail", "change", "Aanpassen", _s23_12, "Verander naar de mobiele layout?", _s24_20, "Verander naar de bureaublad layout?", "send_from_gmail", "Verzonden vanaf Gmail", "reversed", "Teruggedraaid", "cancelled", "Geannuleerd", "credit_amount", "Kredietbedrag", "quote_amount", "Offertebedrag", "hosted", "Gehost", "selfhosted", "Zelf-Gehost", "exclusive", "Exclusief", "inclusive", "Inclusief", "hide_menu", "Verberg menu", "show_menu", "Toon Menu", _s18_35, "Gedeeltelijk terugbetaald", _s16_56, "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_57, "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_53, "Factuur succesvol geannuleerd", _s18_37, "Facturen succesvol geannuleerd", _s16_63, "Factuur succesvol teruggedraaid", _s17_54, "Facturen succesvol teruggedraaid", "reverse", "Terugdraaien", "full_name", "Volledige naam", _s17_55, "Postcode", _s17_57, "Provincie", "custom1", _s17_126, "custom2", _s17_127, "custom3", _s16_226, "custom4", "Vierde aangepaste", "optional", "Optioneel", "license", "Licentie", "purge_data", "Wis gegevens", _s16_64, "De bedrijfsgegevens zijn gewist", _s18_38, "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_18, "Ontvang alle notificaties", _s16_65, "Licentie aanschaffen", "apply_license", "Activeer licentie", "cancel_account", "Account verwijderen", _s22_19, "Waarschuwing: Dit zal uw account verwijderen. Er is geen manier om dit ongedaan te maken.", "delete_company", "Verwijder bedrijf", _s22_20, "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_97, "removed_design", _s18_97, "restored_design", "Ontwerp teruggehaald", _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Voorstellen", "tickets", "Tickets", _s16_69, "Terugkerende offertes", "recurring_tasks", "Terugkerende Taken", _s18_, "Terugkerende uitgaven", _s18_39, "Accountbeheer", "credit_date", "Kredietdatum", "credit", "Krediet", "credits", "Kredietnota's", "new_credit", "Nieuwe kredietnota", "edit_credit", "Wijzig krediet", "created_credit", "De kredietnota is aangemaakt", "updated_credit", "Het krediet is gewijzigd", "archived_credit", "De kredietnota is gearchiveerd", "deleted_credit", "De kredietnota is verwijderd", "removed_credit", "Krediet is verwijders", "restored_credit", "De kredietnota is hersteld", _s16_71, "Succesvol :count kredietnota's gearchiveerd", "deleted_credits", "Succesvol :count kredietnota's verwijderd", _s16_72, ":value aan krediet succesvol hersteld", "current_version", "Huidige versie", "latest_version", "Laatste versie", "update_now", "Nu updaten", _s26_13, "Een nieuwe versie van de web applicatie is beschikbaar", _s16_73, "Update beschikbaar", "app_updated", "Update met succes voltooid", "learn_more", "Kom meer te weten", "integrations", "Integraties", "tracking_id", "Tracering Id", _s17_59, _s17_60, "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_62, "surcharge2", _s20_63, "surcharge3", _s20_64, "surcharge4", _s20_65, "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_45, "Contact laatste Login", _s17_61, "Contact Volledige Naam", "contact_phone", "Contact telefoon", _s21_31, "Contact aangepaste waarde 1", _s21_32, "Contact aangepaste waarde 2", _s21_33, "Contact aangepaste waarde 3", _s21_34, "Contact aangepaste waarde 4", _s17_63, "Leveringsstraat", _s17_64, "Leverings Apt/Suite", "shipping_city", "Leveringsstad", "shipping_state", "Leverings Staat/Provincie", _s20_33, "Leverings Postcode", _s16_103, "Leveringsland", _s16_105, "Facturatie straat", _s16_106, "Facturatie Apt/Suite", "billing_city", "Facturatiestad", "billing_state", "Facturatie Staat/Provincie", _s19_19, "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_107, "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_35, "Voeg recente fouten uit de logboeken toe", _s30_4, "We hebben uw bericht ontvangen, en zullen zo spoedig mogelijk reageren.", "message", "Bericht", "from", "Van", _s20_35, "toon product details", _s25_20, "Neem de beschrijving en kosten op in de vervolgkeuzelijst met producten", _s20_37, "De PDF renderaar vereist :version", _s18_48, "Pas Vergoedingspercentage Aan", _s23_14, "Pas percentage aan om rekening te houden met de kosten", _s18_50, "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_36, "Wachtwoord is te kort", _s20_38, "Het wachtwoord moet een hoofdletter en een nummer bevatten", _s19_21, "Klantenportaal taken", _s23_15, "Klantenportaal dashboard", _s20_39, "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_126, "second_custom", _s17_127, "third_custom", _s16_226, "show_cost", "Toon kosten", _s17_66, "Laat product kosten zien", "show_cost_help", "Toon het kostenveld van een product om de opmaak / winst te volgen", _s21_37, "Toon product hoeveelheid", _s26_15, "Toon aantallen voor producten, anders de standaard versie", _s21_39, "Toon factuur aantallen", _s26_16, "Toon aantallen voor regelitem, anders de standaard versie", _s21_41, "Toon product korting", _s26_17, _s34_9, _s16_109, "Standaard aantallen", _s21_43, "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_111, "Standaard BTW-tarief", "user", "Gebruiker", "invoice_tax", "Factuur BTW-tarief", "line_item_tax", "Regelitem BTW-tarief", "inclusive_taxes", "Inclusief belasting", _s17_68, "Factuur belastingtarief", "item_tax_rates", "Product belastingtarief", _s18_52, _s31_16, "configure_rates", "Tarieven instellen", _s18_53, "Configureer Gateways", "tax_settings", "BTW-instellingen", _s18_55, "BTW-tarieven", "accent_color", "Accent Kleur", "switch", "Overschakelen", _s19_23, "Komma gescheiden lijst", "options", "Opties", _s16_113, "Eenregelige tekst", "multi_line_text", "Multi-regelige tekst", "dropdown", "Dropdwon", "field_type", "Veld type", _s27_22, "Een wachtwoord herstel mail is verzonden", "submit", "Opslaan", _s16_115, "Wachtwoord vergeten?", "late_fees", "Late vergoedingen", "credit_number", "Kredietnummer", "payment_number", "Betalingsnummer", "late_fee_amount", "Late vergoedingsbedrag", _s16_116, "Late vergoedingspercentage", "schedule", "Schema", "before_due_date", "Voor de vervaldatum", "after_due_date", "Na de vervaldatum", _s18_57, "na de factuurdatum", "days", "Dagen", "invoice_email", "Factuurmail", "payment_email", "Betalingsmail", "partial_payment", _s22_55, "payment_partial", _s22_55, _s21_44, "E-mail voor gedeeltelijke betaling", "quote_email", "Offertemail", _s16_118, "Eindeloze taak", _s16_120, "Gefilterd door gebruiker", "administrator", "Beheerder", _s18_58, "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", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Algemene instellingen", "invoice_options", "Factuuropties", _s17_70, 'Verberg "Reeds betaald"', _s22_27, 'Toon alleen het "Reeds betaald" gebied op je facturen als er een betaling gemaakt is.', _s23_17, "Documenten invoegen", _s28_15, "Bijgevoegde afbeeldingen weergeven in de factuur.", _s16_124, "Toon header op", _s16_125, "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_59, "Automatisch e-mailen", _s23_18, "Verzend terugkerende facturen automatisch wanneer ze worden gemaakt.", _s20_42, _s22_56, _s25_26, "Facturen automatisch archiveren wanneer ze worden betaald.", _s18_60, _s22_56, _s23_19, "Offertes automatisch archiveren wanneer ze zijn omgezet.", _s18_61, _s20_61, _s23_20, "Zet een offerte automatisch om in een factuur zodra deze door een klant wordt goedgekeurd.", _s17_72, "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_74, "Drie maanden", _s16_126, "Vier maanden", "freq_six_months", "Zes maanden", "freq_annually", "Jaarlijks", "freq_two_years", "Twee jaar", _s16_127, "Drie jaar", "never", "Nooit", "company", "Bedrijf", _s17_75, "Gegenereerde nummers", "charge_taxes", "BTW berekenen", "next_reset", "Volgende reset", "reset_counter", "Teller resetten", _s16_128, "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_77, "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_79, "Zelfgeschreven JavaScript", _s16_130, "Weergeven op PDF", _s21_46, "Toon de handtekening van de klant op de factuur/offerte PDF.", _s25_27, "Factuurvoorwaarden checkbox", _s30_5, "Verplicht de klant om akkoord te gaan met de factuurvoorwaarden.", _s23_21, "Offertevoorwaarden checkbox", _s28_16, "Verplicht de klant om akkoord te gaan met de offertevoorwaarden.", _s25_28, "Factuur handtekening", _s30_6, "Verplicht de klant om zijn handtekening te zetten.", _s23_22, "Offerte handtekening", _s22_29, "Facturen beveiligen met een wachtwoord", _s27_23, "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_21, "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 bijlvoegen", _s16_131, "Document bijvoegen", "attach_ubl", "UBL bijvoegen", "email_style", "Email opmaak", _s19_25, "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_26, "Geaccepteerde kaart logo's", "credentials", "Gegevens", "update_address", "Adres aanpassen", _s19_28, "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_133, "Het tarief is aangemaakt", _s16_134, "Het tarief is bijgewerkt", _s17_82, "Het tarief is gearchiveerd", _s16_135, "De BTW heffing is verwijderd", _s17_83, "De BTW heffing is teruggezet", _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Producten Automatisch aanvullen", _s18_64, "Een product selecteren zal automatisch de beschrijving en kosten instellen", "update_products", "Producten automatisch wijzigen", _s20_44, "Het wijzigen van een factuur zal automatisch de producten aanpassen", _s16_136, "Producten omzetten", _s21_47, "Productprijzen automatisch converteren naar het valuta van de klant", "fees", "Transactiekosten", "limits", "Limieten", "provider", "Provider", "company_gateway", _s16_227, _s16_138, _s16_227, _s19_29, "Nieuwe instantie aanmaken", _s20_45, "Huidige instantie bewerken", _s23_23, "De nieuwe instantie is aangemaakt", _s23_24, "De nieuwe instantie is bijgewerkt", _s24_22, "De nieuwe instantie is gearchiveerd", _s23_25, "De nieuwe instantie is verwijderd", _s24_23, "De nieuwe instantie is hersteld", _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, "Bewerk verder", "discard_changes", "Wis Wijzigingen", "default_value", "Standaard waarde", "disabled", "Uitgeschakeld", "currency_format", "Munt formaat", _s21_48, "Eerste dag van de week", _s23_26, "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_65, "24-uurs weergave", "send_reminders", "Verstuur herinneringen", "timezone", "Tijdzone", _s19_30, "Gefilterd op project", _s17_85, "Filteren op groep", _s19_32, "Filteren op factuur", _s18_66, "Filteren op klant", _s18_68, "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", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload logo", "uploaded_logo", "Het logo is opgeslagen", "logo", "Logo", "saved_settings", "De instellingen zijn opgeslagen", _s16_142, "Productinstellingen", "device_settings", "Apparaatinstellingen", "defaults", "Standaardwaarden", "basic_settings", "Basisinstellingen", _s17_87, "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_28, "Sjablonen en herinneringen", _s22_30, "Credit Cards & Banken", _s19_34, "Datavisualisaties", "price", "Prijs", "email_sign_up", "Aanmelden voor email", "google_sign_up", "Aanmelden bij Google", _s27_25, "Bedankt voor uw aankoop!", "redeem", "Verzilver", "back", "Terug", "past_purchases", "Voorbije aankopen", _s19_36, "Jaarlijks abonnement", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count gebruikers", "upgrade", "Upgrade", _s25_32, "Vul een voornaam in aub", _s24_25, "Vul een naam in aub", _s33_14, "Ga akkoord met de servicevoorwaarden en het privacybeleid om een account aan te maken.", "i_agree_to_the", "Ik ga akkoord met", _s21_79, "de servicevoorwaarden", _s19_54, "het privacybeleid", _s16_144, "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_70, "Geen records geselecteerd", _s21_51, "Bewaar of annuleer de wijzigingen", "download", "Download", _s27_26, "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_89, "Document is geupload", _s16_146, "Het document is bijgewerkt", _s17_90, "Het document is gearchiveerd", _s16_147, "Het document is verwijderd", _s17_91, "Het document is hersteld", _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "Geen geschiedenis", "expense_date", "Uitgave datum", "pending", "In afwachting", _s16_148, "Gelogged", _s16_149, "In afwachting", _s16_150, "Gefactureerd", "converted", "Omgezet", _s24_27, "Voeg documenten toe aan factuur", "exchange_rate", "Wisselkoers", _s16_151, "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_152, "Succesvol :count leveranciers gearchiveerd", "deleted_vendors", "Succesvol :count leveranciers verwijderd", _s16_153, _s36_5, "new_expense", "Nieuwe uitgave", "created_expense", "De uitgave is aangemaakt", "updated_expense", "De uitgave is gewijzigd", _s16_154, "De uitgave is gearchiveerd", "deleted_expense", "De uitgave is verwijderd", _s16_155, "De uitgave is hersteld", _s17_93, "De uitgaven zijn gearchiveerd", _s16_156, "De uitgaven zijn verwijderd", _s17_94, _s37_9, "copy_shipping", "Levering kopi\xebren", "copy_billing", "Facturatie kopi\xebren", "design", "Ontwerp", _s21_52, "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_157, "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_60, "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", _s34_14, _s19_38, "Geef a.u.b. een naam op", "budgeted_hours", "Begrote uren", "created_project", "Het project is aangemaakt", "updated_project", "Het project is gewijzigd", _s16_159, "Het project is gearchiveerd", "deleted_project", "Het project is verwijderd", _s16_160, "Het project is hersteld", _s17_95, "Succesvol :count projecten gearchiveerd", _s16_161, "Succesvol :count projecten verwijderd", _s17_96, _s37_10, "new_project", "Nieuw project", _s27_30, "Bedankt voor het gebruik van onze app!", "if_you_like_it", "Als je het leuk vindt alsjeblieft", "click_here", "Klik hier", _s18_74, "Klik hier", "to_rate_it", "om een score te geven.", "average", "Gemiddeld", "unapproved", "Afgekeurd", _s30_11, "Gelieve te authenticeren om deze instelling te wijzigen", "locked", "Vergrendeld", "authenticate", "Authenticeer", _s19_40, "Gelieve te authenticeren", _s24_28, "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_98, "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_162, "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", _s22_, "Terugkerende uitgave bewerken", _s20_47, "Bewerk terugkerende offerte", "billing_address", "Factuuradres", _s16_164, "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_166, "Verversen afgerond", _s23_29, "Gelieve uw e-maildres in te vullen", _s26_25, "Gelieve uw wachtwoord in te voeren", _s21_55, "Gelieve uw URL in te voeren", _s26_27, "Gelieve een productcode in te voeren", "ascending", "Oplopend", "descending", "Aflopend", "save", "Opslaan", _s17_100, "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", "Identificatienummer", "create", "Aanmaken", _s19_42, "Waarde :value naar klembord gekopieerd", "error", "Fout", _s16_168, "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_170, "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_172, "Het product is gearchiveerd", "deleted_product", "Het product is verwijderd", _s16_173, "Het product is hersteld", _s17_102, "Succesvol :count producten gearchiveerd", _s16_174, "Succesvol :count producten verwijderd", _s17_103, _s37_11, "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_175, "Succesvol :count klanten gearchiveerd", "deleted_client", "De klant is verwijderd", "deleted_clients", "Succesvol :count klanten verwijderd", "restored_client", "De klant is hersteld", _s16_176, _s36_7, "address1", "Straat", "address2", "Apt/Suite", "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_177, "De factuur is gearchiveerd", "deleted_invoice", "De factuur is verwijderd", _s16_178, "De factuur is hersteld", _s17_104, "Succesvol :count facturen gearchiveerd", _s16_179, "De :count facturen zijn verwijderd", _s17_105, _s37_12, "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_180, "Gedeeltelijke vervaldatum", "status", "Status", _s17_106, "Factuurstatus", "quote_status", "Offertestatus", _s22_31, "Klik op + om een artikel toe te voegen", _s22_33, "Klik + om tijd toe te voegen", "count_selected", ":count geselecteerd", "total", "Totaal", "percent", "Procent", "edit", "Bewerk", "dismiss", "Seponeren", _s20_49, "Gelieve een datum selecteren", _s22_34, _s31_16, _s24_30, "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_13, "Gelieve een factuurnummer in te voeren", _s27_34, "Gelieve een offertenummer in te voeren", "past_due", "Verlopen", "draft", "Concept", "sent", "Verzonden", "viewed", "Bekenen", "approved", "Goedgekeurd", "partial", "Voorschot", "paid", "Betaald", "mark_sent", "Markeer als verzonden", _s22_36, "De factuur is gemarkeerd als verzonden", _s22_37, "Factuur succesvol gemarkeerd als verzonden", _s23_31, "Facturen gemarkeerd als verzonden", _s23_32, "Facturen succesvol gemarkeerd als verzonden", "done", "Klaar", _s37_13, "Gelieve een bedrijfsnaam of contactpersoon in te voeren", "dark_mode", "Donkere modus", _s27_36, "Herstart de applicatie om de wijziging toe te passen", "refresh_data", "Gegevens verversen", "blank_contact", "Leeg contact", "activity", "Activiteit", _s16_182, "Geen gegevens gevonden", "clone", "Dupliceer", "loading", "Laden", "industry", "Industrie", "size", "Grootte", "payment_terms", "Betalingsvoorwaarden", "payment_date", "Betalingsdatum", "payment_status", "Betaalstatus", _s16_184, "In afwachting", _s16_185, "Ongeldig", _s16_186, "Mislukt", _s16_187, "Voltooid", _s16_188, "Deels terugbetaald", _s16_189, "Gecrediteerd", _s17_107, "Niet toegepast", _s17_108, _s27_51, "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_98, "second_reminder", _s18_99, "third_reminder", _s17_128, "reminder1", _s18_98, "reminder2", _s18_99, "reminder3", _s17_128, "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_57, "Transactie referentie", "enter_payment", "Voer betaling in", "new_payment", "Nieuwe betaling", "created_payment", "De betaling is aangemaakt", "updated_payment", "De betaling is gewijzigd", _s16_190, "De betaling is gearchiveerd", "deleted_payment", "De betaling is verwijderd", _s16_191, "De betaling is hersteld", _s17_109, "Succesvol :count betalingen gearchiveerd", _s16_192, "Succesvol :count betalingen verwijderd", _s17_110, _s37_15, "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", _s35_13, "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 ticket :ticket bijgewerkt", "activity_49", ":user heeft ticket :ticket gesloten", "activity_50", ":user heeft ticket :ticket samengevoegd", "activity_51", ":user heeft ticket :ticket gesplitst", "activity_52", ":contact heeft ticket :ticket geopend", "activity_53", ":contact heeft ticket :ticket heropend", "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 teruggedraaide factuur :factuur", "activity_59", ":gebruiker geannuleerde factuur :factuur", "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", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Eenmalig wachtwoord", "emailed_quote", "De offerte is gemaild", "emailed_credit", "Krediet is verzonden", _s20_51, "De offerte is gemarkeerd als verzonden", _s21_59, "Krediet is gemarkeerd als verzonden", "expired", "Verlopen", "all", "Alles", "select", "Selecteer", _s22_38, "Lang indrukken multiselect", "custom_value1", _s17_129, "custom_value2", _s17_129, "custom_value3", "Aangepaste waarde 3", "custom_value4", "Aangepaste waarde 4", _s18_75, "Aangepaste Email Stijl", _s24_35, "Aangepast bericht Dashboard", _s29_31, "Aangepast bericht Onbetaalde Factuur", _s27_41, "Aangepast bericht Betaalde Factuur", _s31_10, "Aangepast bericht Niet goedgekeurde Offerte", "lock_invoices", "Vergrendel facturen", "translations", "Vertalingen", _s19_43, "Taaknummer patroon", _s19_45, "Taaknummer teller", _s22_40, "Uitgave nummer patroon", _s22_42, "Uitgave nummer teller", _s21_60, "Leverancier nummer patroon", _s21_62, "Leverancier nummer teller", _s21_64, "Ticket nummer patroon", _s21_66, "Ticket nummer teller", _s22_44, "Betalingsnummer patroon", _s22_46, "Betalingsnummer teller", _s22_48, "Factuur nummer patroon", _s22_50, "Factuurnummerteller", _s20_52, "Offertenummer teller", _s20_54, "Offertenummerteller", _s21_68, _s21_83, _s21_70, _s20_66, _s21_72, _s21_83, _s21_73, _s20_66, _s18_77, "Teller datum resetten", "counter_padding", "Teller patroon", _s28_51, "Gedeelde factuur offerte teller", _s18_79, "Standaard BTW naam 1", _s18_81, "Standaard BTW-tarief 1", _s18_83, "Standaard BTW naam 2", _s18_85, "Standaard BTW-tarief 2", _s18_87, "Standaard BTW naam 3", _s18_89, "Standaard BTW-tarief 3", _s21_74, "E-mail factuur onderwerp", _s19_47, "E-mail offerte onderwerp", _s21_76, "E-mail betaling onderwerp", _s29_33, "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_193, "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_37, "Klant leveringsadres", _s24_38, "Klant leverings Apt/Suite", "type", "Type", "invoice_amount", "Factuurbedrag", _s16_197, "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_113, _s20_62, _s17_114, _s20_63, _s17_115, _s20_64, _s17_116, _s20_65, "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_49, "Uitgave categorie ID", _s16_198, _s16_225, _s19_51, "Factuur valuta ID", "tax_name1", "BTW naam 1", "tax_name2", "BTW naam 2", "tax_name3", "BTW naam 3", "transaction_id", "Transactie ID", "color_theme", "Kleuren thema"], t1, t1), "en_AU", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Import Data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_2, _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, "Customer ID Number", "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "Scan the barcode with a :link compatible app.", _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, _s18_18, _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, "Enable customers to upload documents", "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", "Colour", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_1, _s29_1, "select_file", _s20_67, _s16_32, _s16_33, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, "Warning: this company has not been activated yet\xa0", "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Customer Name", "client_phone", "Customer Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, "Invoice Task Time Log", _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s18_25, _s20_20, _s20_21, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, _s18_96, _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark as Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, _s17_32, _s18_29, _s18_30, _s21_25, _s21_26, _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, _s39_, _s25_14, _s38_6, _s25_15, _s38_7, _s26_6, _s39_0, _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Billing On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_130, _s24_17, _s24_18, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Customer 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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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", "Allow third-party apps to create invoices", "client_created", "Customer Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Customer Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, _s17_42, _s17_43, "Overdue Invoices", "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Customer", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create supplier", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Delete Invoice", "update_client", "Update Customer", "delete_client", "Delete Customer", "delete_payment", "Delete Payment", "update_vendor", "Update Supplier", "delete_vendor", "Delete Supplier", "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_27, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_9, "updated_token", _s26_10, "archived_token", _s27_12, "deleted_token", _s26_11, "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, "Customer Registration", _s24_19, "Enable customers to self register in the portal", _s21_27, "Customise & Preview", "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_28, "Customer does not have an email address set", "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Customers", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Suppliers", "search_users", "Search Users", _s16_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Customer", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Supplier", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, "City/State/Postcode", _s17_57, "Postcode/City/State", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "client_details", "Customer 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_53, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, _s16_70, "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, _s18_40, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_18, "updated_credit", _s27_19, "archived_credit", _s28_13, "deleted_credit", _s27_20, "removed_credit", _s27_21, "restored_credit", _s28_14, _s16_71, _s36_13, "deleted_credits", _s35_14, _s16_72, _s36_3, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Learn more", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Customer 1", "client2", "Custom Customer 2", "client3", "Custom Customer 3", "client4", "Custom Customer 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Supplier 1", "vendor2", "Custom Supplier 2", "vendor3", "Custom Supplier 3", "vendor4", "Custom Supplier 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Delivery Street", _s17_64, "Delivery Unit/Suite", "shipping_city", "Delivery Town/Suburb", "shipping_state", "Delivery State", _s20_33, "Delivery Postcode", _s16_103, "Delivery Country", _s16_105, "Billing Street", _s16_106, "Billing Unit/Suite", "billing_city", "Billing Town/Suburb", "billing_state", "Billing State", _s19_19, "Billing Postcode", "billing_country", "Billing Country", "client_id", "Customer Id", "assigned_to", "Assigned to", "created_by", _s16_202, "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_107, _s16_108, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multi-select", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_35, _s35_6, _s30_4, _s63_, "message", "Message", "from", "From", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, "Customer Portal Tasks", _s23_15, "Customer Portal Dashboard", _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive of Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s24_44, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Tax Settings", _s18_55, "Tax Rates", "accent_color", "Accent Colour", "switch", "Switch", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, _s21_84, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Schedule", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Quote Email", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_22, "updated_user", _s25_23, "archived_user", _s26_18, "deleted_user", _s25_24, "removed_user", _s25_25, "restored_user", _s26_19, "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, _s16_123, "invoice_options", "Invoice Options", _s17_70, _s17_71, _s22_27, _s87_, _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Show Header on", _s16_125, "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", _s16_228, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, "Automatically convert a quote to an invoice when approved by a customer.", _s17_72, _s17_73, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Fortnightly", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_74, "Three months", _s16_126, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_127, "Three Years", "never", "Never", "company", "Company", _s17_75, _s17_76, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "client_field", "Customer Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Supplier 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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, "Show the customer signature on the invoice/quote PDF.", _s25_27, _s22_28, _s30_5, "Require customer to confirm that they accept the invoice terms.", _s23_21, _s20_43, _s28_16, "Require customer to confirm that they accept the quote terms.", _s25_28, _s17_81, _s30_6, "Require customer to provide their signature.", _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, _s142_, "authorization", "Authorisation", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_21, "Make it easier for your customers to pay you by adding schema.org markup to your emails.", "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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 Percentage", "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_26, _s19_27, "credentials", "Credentials", "update_address", "Update Address", _s19_28, "Update customer's address with provided details", "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_133, _s29_8, _s16_134, _s29_9, _s17_82, _s34_16, _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", _s18_100, _s18_64, "Selecting a product will automatically fill in the description and price", "update_products", _s20_68, _s20_44, _s65_0, _s16_136, _s16_137, _s21_47, "Automatically convert product prices to the customer's currency", "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, "Filtered by Customer", _s18_68, "Filtered by Supplier", "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, _s16_143, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_87, _s17_88, "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_28, _s21_50, _s22_30, _s20_46, _s19_34, _s19_58, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, _s16_145, "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_70, _s18_71, _s21_51, _s34_13, "download", "Download", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Converted", _s24_27, _s24_39, "exchange_rate", "Exchange Rate", _s16_151, _s16_222, "mark_paid", "Mark as Paid", "category", "Category", "address", "Address", "new_vendor", "New Supplier", "created_vendor", "Successfully created supplier", "updated_vendor", "Successfully updated supplier", "archived_vendor", "Successfully archived supplier", "deleted_vendor", "Successfully deleted supplier", "restored_vendor", "Successfully restored supplier", _s16_152, "Successfully archived :count suppliers", "deleted_vendors", "Successfully deleted :count suppliers", _s16_153, "Successfully restored :value suppliers", "new_expense", "Enter Expense", "created_expense", _s28_23, "updated_expense", _s28_24, _s16_154, _s29_15, "deleted_expense", _s28_25, _s16_155, _s29_16, _s17_93, _s30_32, _s16_156, _s29_44, _s17_94, _s37_9, "copy_shipping", "Copy Delivery", "copy_billing", "Copy Billing Address", "design", "Design", _s21_52, _s21_53, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_6, "start", "Start", "stop", "Stop", "started_task", _s25_34, "stopped_task", _s25_35, "resumed_task", _s25_36, "now", "Now", _s16_157, _s16_158, "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_37, "updated_task", _s25_38, "archived_task", _s26_23, "deleted_task", _s25_39, "restored_task", _s26_24, "archived_tasks", _s34_17, "deleted_tasks", _s33_17, "restored_tasks", _s34_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, _s37_16, _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "New Project", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "click here", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Customer", "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 Supplier", "edit_project", "Edit Project", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "Billing Address", _s16_164, "Delivery Address", "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_56, "active_clients", "active customers", "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_100, _s17_101, "paid_to_date", "Paid to Date", "balance_due", "Balance Due", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "Phone", "website", "Website", "vat_number", "ABN", "id_number", "ACN", "create", "Create", _s19_42, _s30_12, "error", "Error", _s16_168, _s16_169, "contacts", "Customer 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_170, _s16_171, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_30, "updated_product", _s28_31, _s16_172, _s29_19, "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "product_key", "Product", "notes", "Notes", "cost", "Price", "client", "Customer", "clients", "Customers", "new_client", "New Customer", "created_client", "Successfully created customer", "updated_client", "Successfully updated customer", "archived_client", "Successfully archived customer", _s16_175, "Successfully archived :count customers", "deleted_client", "Successfully deleted customer", "deleted_clients", "Successfully deleted :count customers", "restored_client", "Successfully restored customer", _s16_176, "Successfully restored :value customers", "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_35, "updated_invoice", _s28_36, _s16_177, _s29_21, "deleted_invoice", _s28_37, _s16_178, _s29_22, _s17_104, _s37_18, _s16_179, _s36_14, _s17_105, _s37_12, "emailed_invoice", _s28_61, "emailed_payment", _s28_53, "amount", "Amount", "invoice_number", "Invoice Number", "invoice_date", "Invoice Date", "discount", "Discount", "po_number", "PO Number", "terms", "Payment 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", _s23_36, "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_180, "Partial Payment Due Date", "status", "Status", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s24_44, _s24_30, _s24_31, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "GST", _s30_13, _s30_14, _s27_34, _s27_35, "past_due", "Overdue", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", _s23_36, "paid", "Paid", "mark_sent", "Mark as Sent", _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Done", _s37_13, "Please enter a customer or contact name", "dark_mode", "Dark Mode", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_182, _s16_183, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "net", "Net", "client_portal", "Customer 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", "Email payment receipt to the customer", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customise", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_57, _s21_58, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_38, "updated_payment", _s28_39, _s16_190, _s29_23, "deleted_payment", _s28_40, _s16_191, _s29_24, _s17_109, _s37_19, _s16_192, _s36_15, _s17_110, _s37_15, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_29, "updated_quote", _s26_30, "archived_quote", _s27_37, "deleted_quote", _s26_31, "restored_quote", _s27_38, "archived_quotes", _s35_15, "deleted_quotes", _s34_18, "restored_quotes", _s35_13, "expense", "Expense", "expenses", "Expenses", "vendor", "Supplier", "vendors", "Suppliers", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", ":user created customer :client", "activity_2", ":user archived customer :client", "activity_3", ":user deleted customer :client", "activity_4", _s30_15, "activity_5", _s30_16, "activity_6", _s54_0, "activity_7", _s44_, "activity_8", _s31_3, "activity_9", _s30_17, "activity_10", _s85_0, "activity_11", _s30_18, "activity_12", _s31_4, "activity_13", _s30_19, "activity_14", _s28_43, "activity_15", _s28_44, "activity_16", _s29_26, "activity_17", _s28_45, "activity_18", _s26_32, "activity_19", _s26_33, "activity_20", _s50_4, "activity_21", _s28_46, "activity_22", _s27_39, "activity_23", _s26_34, "activity_24", _s27_40, "activity_25", _s31_5, "activity_26", ":user restored customer :client", "activity_27", _s31_6, "activity_28", _s29_28, "activity_29", _s42_9, "activity_30", ":user created supplier :vendor", "activity_31", ":user archived supplier :vendor", "activity_32", ":user deleted supplier :vendor", "activity_33", ":user restored supplier :vendor", "activity_34", _s30_20, "activity_35", _s31_7, "activity_36", _s30_21, "activity_37", _s31_8, "activity_39", _s50_5, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "activity_48", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", ":user updated customer :client", "activity_62", ":user updated supplier :vendor", "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", _s26_38, "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "All", "select", "Select", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, "Supplier Number Pattern", _s21_62, "Supplier Number Counter", _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_52, _s20_53, _s20_54, _s20_55, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Customer Suburb", "client_state", "Customer State", "client_country", "Customer Country", _s16_193, "Customer is Active", "client_balance", "Customer Balance", "client_address1", "Customer Street", "client_address2", "Customer Unit/Suite", "vendor_address1", "Supplier Street", "vendor_address2", "Supplier Unit/Suite", _s24_37, "Customer Delivery Street", _s24_38, "Customer Delivery Unit/Suite", "type", "Type", "invoice_amount", "Invoice Amount", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "is_deleted", "Is Deleted", "vendor_city", "Supplier Suburb", "vendor_state", "Supplier State", "vendor_country", "Supplier Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "GST Amount", "tax_paid", "GST Paid", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Colour Theme"], t1, t1), "en_GB", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Import Data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_2, _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, _s18_18, _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_1, _s29_1, "select_file", _s20_67, _s16_32, _s16_33, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s18_25, _s20_20, _s20_21, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, _s18_96, _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, _s17_32, _s18_29, _s18_30, _s21_25, _s21_26, _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, _s39_, _s25_14, _s38_6, _s25_15, _s38_7, _s26_6, _s39_0, _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_130, _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, _s17_42, _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_27, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_9, "updated_token", _s26_10, "archived_token", _s27_12, "deleted_token", _s26_11, "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, _s17_56, _s17_57, _s17_58, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "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_53, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, _s16_70, "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, _s18_40, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_18, "updated_credit", _s27_19, "archived_credit", _s28_13, "deleted_credit", _s27_20, "removed_credit", _s27_21, "restored_credit", _s28_14, _s16_71, _s36_13, "deleted_credits", _s35_14, _s16_72, _s36_3, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Learn more", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_202, "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_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "Message", "from", "From", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s22_35, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Tax Settings", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, _s21_84, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Schedule", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Quote Email", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_22, "updated_user", _s25_23, "archived_user", _s26_18, "deleted_user", _s25_24, "removed_user", _s25_25, "restored_user", _s26_19, "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, _s16_123, "invoice_options", "Invoice Options", _s17_70, _s17_71, _s22_27, _s87_, _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Show Header on", _s16_125, "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", _s16_228, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, _s70_, _s17_72, _s17_73, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Fortnightly", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_74, "Three months", _s16_126, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_127, "Three Years", "never", "Never", "company", "Company", _s17_75, _s17_76, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, _s142_, "authorization", "Authorisation", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_21, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, _s19_27, "credentials", "Credentials", "update_address", "Update Address", _s19_28, _s45_1, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_133, _s29_8, _s16_134, _s29_9, _s17_82, _s34_16, _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", _s18_100, _s18_64, _s71_, "update_products", _s20_68, _s20_44, _s65_0, _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, _s16_143, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_87, _s17_88, "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_28, _s21_50, _s22_30, _s20_46, _s19_34, _s19_58, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, _s16_145, "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_70, _s18_71, _s21_51, _s34_13, "download", "Download", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Converted", _s24_27, _s24_39, "exchange_rate", "Exchange Rate", _s16_151, _s16_222, "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_27, "updated_vendor", _s27_28, "archived_vendor", _s28_21, "deleted_vendor", _s27_29, "restored_vendor", _s28_22, _s16_152, "Successfully archived :count vendors", "deleted_vendors", "Successfully deleted :count vendors", _s16_153, _s36_5, "new_expense", "Enter Expense", "created_expense", _s28_23, "updated_expense", _s28_24, _s16_154, _s29_15, "deleted_expense", _s28_25, _s16_155, _s29_16, _s17_93, _s30_32, _s16_156, _s29_44, _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_6, "start", "Start", "stop", "Stop", "started_task", _s25_34, "stopped_task", _s25_35, "resumed_task", _s25_36, "now", "Now", _s16_157, _s16_158, "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_37, "updated_task", _s25_38, "archived_task", _s26_23, "deleted_task", _s25_39, "restored_task", _s26_24, "archived_tasks", _s34_17, "deleted_tasks", _s33_17, "restored_tasks", _s34_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, _s37_16, _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "New Project", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "click here", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "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", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "Billing Address", _s16_164, _s16_165, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_56, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_100, _s17_101, "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_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_30, "updated_product", _s28_31, _s16_172, _s29_19, "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Client", "clients", "Clients", "new_client", "New Client", "created_client", _s27_31, "updated_client", _s27_32, "archived_client", _s28_33, _s16_175, _s36_16, "deleted_client", _s27_33, "deleted_clients", _s35_16, "restored_client", _s28_34, _s16_176, _s36_7, "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_35, "updated_invoice", _s28_36, _s16_177, _s29_21, "deleted_invoice", _s28_37, _s16_178, _s29_22, _s17_104, _s37_18, _s16_179, _s36_14, _s17_105, _s37_12, "emailed_invoice", _s28_61, "emailed_payment", _s28_53, "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_180, _s16_181, "status", "Status", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax", _s30_13, _s30_14, _s27_34, _s27_35, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Done", _s37_13, _s37_14, "dark_mode", "Dark Mode", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_182, _s16_183, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_12, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customise", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_57, _s21_58, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_38, "updated_payment", _s28_39, _s16_190, _s29_23, "deleted_payment", _s28_40, _s16_191, _s29_24, _s17_109, _s37_19, _s16_192, _s36_15, _s17_110, _s37_15, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_29, "updated_quote", _s26_30, "archived_quote", _s27_37, "deleted_quote", _s26_31, "restored_quote", _s27_38, "archived_quotes", _s35_15, "deleted_quotes", _s34_18, "restored_quotes", _s35_13, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_41, "activity_2", _s29_25, "activity_3", _s28_42, "activity_4", _s30_15, "activity_5", _s30_16, "activity_6", _s54_0, "activity_7", _s44_, "activity_8", _s31_3, "activity_9", _s30_17, "activity_10", _s85_0, "activity_11", _s30_18, "activity_12", _s31_4, "activity_13", _s30_19, "activity_14", _s28_43, "activity_15", _s28_44, "activity_16", _s29_26, "activity_17", _s28_45, "activity_18", _s26_32, "activity_19", _s26_33, "activity_20", _s50_4, "activity_21", _s28_46, "activity_22", _s27_39, "activity_23", _s26_34, "activity_24", _s27_40, "activity_25", _s31_5, "activity_26", _s29_27, "activity_27", _s31_6, "activity_28", _s29_28, "activity_29", _s42_9, "activity_30", _s28_47, "activity_31", _s29_29, "activity_32", _s28_48, "activity_33", _s29_30, "activity_34", _s30_20, "activity_35", _s31_7, "activity_36", _s30_21, "activity_37", _s31_8, "activity_39", _s50_5, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "activity_48", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", _s26_38, "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "All", "select", "Select", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_52, _s20_53, _s20_54, _s20_55, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Type", "invoice_amount", "Invoice Amount", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "fi", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Tuo tietoja", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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", "viime p\xe4ivitetty", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_5, "kontakti ensimm\xe4inen nimi", _s17_1, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, "muokkaa tilaus", _s20_1, "onnistuneesti luotu tilaus", _s20_2, "onnistuneesti p\xe4ivitetty tilaus", _s21_6, "onnistuneesti arkistoitu tilaus", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "Scan bar koodi a :link compatible app.", _s18_14, "Kaksivaiheinen tunnistautuminen otettu onnistuneesti k\xe4ytt\xf6\xf6n", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Kaksivaiheinen tunnistautuminen", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "Hyvitetty maksu", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "viime Quarter", "to_update_run", "To update run", _s18_17, "Muuta laskuksi", _s16_24, _s16_25, "invoice_project", "Lasku projekti", "invoice_task", "Laskuta teht\xe4v\xe4", "invoice_expense", "Lasku kulu", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, "Converted m\xe4\xe4r\xe4", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "oletus Documents", "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Sarake", "sample", "Otos", "map_to", "Map To", "import", "Tuo", _s25_1, _s29_1, "select_file", "yst\xe4v\xe4llisesti valitsee tiedosto", _s16_32, _s16_33, "csv_file", "CSV tiedosto", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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", "Maksamaton", "white_label", "White Label", "delivery_note", "Delivery Huom", _s24_6, _s24_7, _s24_8, _s24_9, "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_5, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Varoitus", "view_settings", "View Settings", _s24_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, "Onnistuneesti p\xe4ivitetty teht\xe4v\xe4n tila", _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, "Lis\xe4\xe4 aikatieto laskun tuoteriville", _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "kulu kategoriat", _s20_20, "uusi kulu kategoria", _s21_18, _s21_19, _s24_11, "onnistuneesti luotu kulukategoria", _s24_12, "onnistuneesti p\xe4ivitetty kulukategoria", _s25_5, "onnistuneesti arkistoitu kulu kategoria", _s24_13, "onnistuneesti poistettu category", _s24_14, _s37_2, _s25_6, "onnistuneesti palautettu kulukategoria", _s27_8, "onnistuneesti arkistoitu :count kulu kategoria", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Pit\xe4isi laskuttaa", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Merkitse aktiiviseksi", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "P\xe4\xe4ttym\xe4t\xf6n", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Toistuva lasku", _s18_29, "Toistuvat laskut", _s21_25, "Uusi toistuva lasku", _s22_12, "muokkaa toistuva Lasku", _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Toistuva lasku arkistoitu onnistuneesti", _s25_14, "Toistuva lasku poistettu onnistuneesti", _s25_15, _s38_7, _s26_6, "Toistuva lasku palautettu onnistuneesti", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "N\xe4yt\xe4 Portaali", "copy_link", "Copy Link", "token_billing", "Tallenna korttitiedot", _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "onnistuneesti emailed laskut", "emailed_quotes", "L\xe4hetetty onnistuneesti tarjoukset s\xe4hk\xf6postitse", "emailed_credits", _s28_52, "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", "K\xe4yt\xe4", "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Valitut tarjoukset", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Er\xe4\xe4ntyv\xe4t laskut", _s17_43, _s17_44, "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", "Update Invoice", "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API-salasanat", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "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_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Yhteyshenkil\xf6n nimi", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "Muokkaa maksuaikaa", _s20_29, "onnistuneesti luotu maksu ehto", _s20_30, "onnistuneesti p\xe4ivitetty maksu ehto", _s21_28, "onnistuneesti arkistoitu maksu ehto", _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Hyvityksen m\xe4\xe4r\xe4", "quote_amount", "Tarjouksen summa", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_35, _s18_36, _s16_56, _s16_200, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Hae tarjouksia", "search_credits", "Search Credits", "search_vendors", "Hae kauppiaita", "search_users", "Search Users", _s16_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Hae 1 tarjous", "search_credit", "Search 1 Credit", "search_vendor", "Hae 1 kauppias", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Hyvitysmaksu", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full nimi", _s17_55, "Kaupunki/Alue/Postitoimipaikka", _s17_57, "Postal/kaupunki/State", "custom1", "ensimm\xe4inen muokattu", "custom2", "toinen muokattu", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, "onnistuneesti purged yritys data", _s18_38, "Warning: t\xe4m\xe4 will pysyv\xe4sti erase sinun data, there is no undo.", "invoice_balance", "Invoice Balance", "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", _s25_17, "client_details", "Asiakkaan tiedot", "company_address", "Company Address", "invoice_details", "Laskun tiedot", "quote_details", "Tarjouksen tiedot", "credit_details", "Hyvityksen tiedot", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Oikeudet", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count lasku l\xe4hetetty", "quote_sent", "Tarjous l\xe4hetetty", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Tarjous luettu", "credit_viewed", "Credit Viewed", "quote_approved", "Tarjous hyv\xe4ksytty", _s25_18, _s25_19, _s16_65, _s16_66, "apply_license", "K\xe4yt\xe4 lisenssi", "cancel_account", "Poista tili", _s22_19, "Varoitus: T\xe4m\xe4 poistaa tilisi pysyv\xe4sti. Tietoja ei pysty palauttamaan.", "delete_company", "Poista yritys", _s22_20, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Ehdotukset", "tickets", "Tickets", _s16_69, "Toistuvat tarjoukset", "recurring_tasks", "Recurring Tasks", _s18_, "toistuva kulut", _s18_39, "K\xe4ytt\xe4j\xe4tilin hallinta", "credit_date", "Hyvityksen p\xe4iv\xe4m\xe4\xe4r\xe4", "credit", "Luotto", "credits", "Hyvitykset", "new_credit", "Anna hyvitys", "edit_credit", "muokkaa luotto", "created_credit", "Hyvitys on luotu onnistuneesti", "updated_credit", "onnistuneesti p\xe4ivitetty luotto", "archived_credit", "Hyvitys on arkistoitu onnistuneesti", "deleted_credit", "Hyvitys on poistettu onnistuneesti", "removed_credit", _s27_21, "restored_credit", "Hyvitys palautettu onnistuneesti", _s16_71, ":count hyvitys(t\xe4) arkistoitu onnistuneesti", "deleted_credits", ":count hyvitys(t\xe4) poistettu onnistuneesti", _s16_72, _s36_3, "current_version", "Nykyinen versio", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Lue lis\xe4\xe4", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Uusi yritys", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Nollaa", "number", "Number", "export", "Vienti", "chart", "Kaavio", "count", "Count", "totals", "Yhteens\xe4", "blank", "Tyhj\xe4", "day", "P\xe4iv\xe4", "month", "Kuukausi", "year", "Vuosi", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Niputa", "credit_balance", "Hyvityksen saldo", _s18_45, _s18_46, _s17_61, _s17_62, "contact_phone", "kontakti puhelin", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Toimitus: Katu", _s17_64, "Toimitus: Asunto/huoneisto", "shipping_city", "Toimitus: Kaupunki", "shipping_state", "Toimitus: Maakunta", _s20_33, "Toimitus: Postinumero", _s16_103, "Toimitus: Maa", _s16_105, "Laskutus: Katu", _s16_106, "Laskutus: Asunto/huoneisto", "billing_city", "Laskutus: Kaupunki", "billing_state", "Laskutus: Maakunta", _s19_19, "Laskutus: Postinumero", "billing_country", "Laskutus: Maa", "client_id", "Asiakkaan tunniste", "assigned_to", "Assigned", "created_by", "luotu by :name", "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 ja Loss", "reports", "Raportit", "report", "Raportti", "add_company", "Lis\xe4\xe4 yritys", "unpaid_invoice", "Maksamatonl lasku", "paid_invoice", "Paid Lasku", _s16_107, "Hyv\xe4ksym\xe4t\xf6n tarjous", "help", "Ohje", "refund", "Hyvitys", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "kontakti Email", "multiselect", "Multiselect", "entity_state", "Osavaltio", "verify_password", "Verify Password", "applied", "Applied", _s21_35, _s35_6, _s30_4, _s63_, "message", "Viesti", "from", "L\xe4hett\xe4j\xe4", _s20_35, "N\xe4yt\xe4 tuotteen tiedot", _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, "Adjust percent tili palkkio", _s18_50, _s18_51, "support_forum", "support forum", "about", "About", "documentation", "Dokumentaatio", "contact_us", "kontakti Us", "subtotal", "V\xe4lisumma", "line_total", "Rivin summa", "item", "Tuote", "credit_email", "Credit Email", "iframe_url", "Verkkosivu", "domain_url", "Domain URL", _s21_36, "salasana on liian lyhyt", _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "yes", "Kyll\xe4", "no", "Ei", "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", "N\xe4yt\xe4", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "K\xe4ytt\xe4j\xe4", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "Valitse asiakas", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Veroasetukset", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Valinnat", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "Palauta salasana", "late_fees", "Viiv\xe4stysmaksut", "credit_number", "luotto numero", "payment_number", "maksu numero", "late_fee_amount", "Late palkkio m\xe4\xe4r\xe4", _s16_116, "Late palkkio Percent", "schedule", "Aikataulu", "before_due_date", "Ennen er\xe4p\xe4iv\xe4\xe4", "after_due_date", "Er\xe4p\xe4iv\xe4n j\xe4lkeen", _s18_57, "Laskun p\xe4iv\xe4yksen j\xe4lkeen", "days", "P\xe4iv\xe4\xe4", "invoice_email", "Laskus\xe4hk\xf6posti", "payment_email", "Maksus\xe4hk\xf6posti", "partial_payment", "Partial Payment", "payment_partial", "Osittainen maksu", _s21_44, _s21_45, "quote_email", "Tarjouss\xe4hk\xf6posti", _s16_118, "Endless muistutus", _s16_120, _s16_121, "administrator", "Yll\xe4pit\xe4j\xe4", _s18_58, "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", _s25_25, "restored_user", "K\xe4ytt\xe4j\xe4 palautettu onnistuneesti", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Yleiset asetukset", "invoice_options", "Laskun valinnat", _s17_70, 'Piilota "Maksettu t\xe4h\xe4n asti"', _s22_27, 'N\xe4yt\xe4 "Maksettava p\xe4iv\xe4m\xe4\xe4r\xe4\xe4n menness\xe4" kentt\xe4 laskuillasi vain maksetuilla laskuilla.', _s23_17, "Embed Documents", _s28_15, "Sis\xe4llyt\xe4 liitetyt kuvat laskuun.", _s16_124, "n\xe4yt\xe4 Header on", _s16_125, "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", "Page Size", "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_59, "automaattinen Email", _s23_18, "automaattisesti s\xe4hk\xf6posti toistuva laskut when they on luotu.", _s20_42, _s22_57, _s25_26, "automaattisesti archive laskut when they on paid.", _s18_60, _s22_57, _s23_19, "Arkistoi tarjoukset automaattisesti kun ne on muunnettu laskuiksi.", _s18_61, "Automaattinen muunnos", _s23_20, "Muunna tarjous automaattisesti laskuksi, kun asiakas on hyv\xe4ksynyt tarjouksen.", _s17_72, "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_74, "kolme kuukautta", _s16_126, "nelj\xe4 kuukautta", "freq_six_months", "Six kuukautta", "freq_annually", "Vuosittain", "freq_two_years", "Kaksi vuotta", _s16_127, "Three Years", "never", "Ei koskaan", "company", "yritys", _s17_75, _s17_76, "charge_taxes", "Veloita veroa", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, "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_77, "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_79, "Muokautettu JavaScript", _s16_130, "n\xe4yt\xe4 on PDF", _s21_46, "N\xe4yt\xe4 asiakkaan allekirjoitus lasku-/tarjous-PDF:ss\xe4.", _s25_27, "Laskun ehdot valintaruutu", _s30_5, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy laskun ehdot.", _s23_21, "Tarjouksen ehdot valintaruutu", _s28_16, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy tarjouksen ehdot.", _s25_28, "Laskun allekirjoitus", _s30_6, "Vaadi asiakasta t\xe4ytt\xe4m\xe4\xe4n allekirjoitus.", _s23_22, "Tarjouksen allekirjoitus", _s22_29, "salasana suojaa laskut", _s27_23, "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_21, "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_131, "Liit\xe4 asiakirjoja", "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, "Accepted kortti Logos", "credentials", "Tunnukset", "update_address", "P\xe4ivit\xe4 osoite", _s19_28, "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_133, "Verokanta luotu onnistuneesti", _s16_134, "Verokanta p\xe4ivitetty onnistuneesti", _s17_82, "Verokanta arkistoitu onnistuneesti", _s16_135, "Verokanta onnistuneesti poistettu", _s17_83, "Verokanta onnistuneesti palautettu", _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Lis\xe4\xe4 automaattisesti tuotteita", _s18_64, "Tuotteen valinta t\xe4ytt\xe4\xe4 kuvauksen ja hinnan automaattisesti", "update_products", "P\xe4ivit\xe4 automaattisesti tuotteet", _s20_44, "Laskun p\xe4ivitt\xe4minen p\xe4ivitt\xe4\xe4 tuotetietokannan automaattisesti", _s16_136, "Convert tuotteet", _s21_47, "Muunna automaattisesti tuotehinnat asiakkaan valuuttaan", "fees", "palkkiot", "limits", "Limits", "provider", "Tarjoaja", "company_gateway", "maksu Gateway", _s16_138, "maksu Gateways", _s19_29, "uusi Gateway", _s20_45, "muokkaa Gateway", _s23_23, "onnistuneesti luotu gateway", _s23_24, "onnistuneesti p\xe4ivitetty gateway", _s24_22, "onnistuneesti arkistoitu gateway", _s23_25, "onnistuneesti poistettu gateway", _s24_23, "onnistuneesti palautettu gateway", _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, "Jatka muokkausta", "discard_changes", "Discard Changes", "default_value", "Oletus arvo", "disabled", "Pois k\xe4yt\xf6st\xe4", "currency_format", "Valuutan muoto", _s21_48, "Viikon ensimm\xe4inen p\xe4iv\xe4", _s23_26, "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", "Date Format", "datetime_format", "P\xe4iv\xe4-Aika esitysmuoto", "military_time", "24 tunnin aika", _s18_65, "24 Hour Display", "send_reminders", "l\xe4het\xe4 muistutukset", "timezone", "Aikavy\xf6hyke", _s19_30, _s19_31, _s17_85, "Filtered by ryhm\xe4", _s19_32, "Filtered by Lasku", _s18_66, "Filtered by asiakas", _s18_68, "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_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Lataa Logo", "uploaded_logo", "Logo onnistuneesti ladattu palvelimelle", "logo", "Logo", "saved_settings", "onnistuneesti saved asetus", _s16_142, "Tuoteasetukset", "device_settings", "Device asetukset", "defaults", "Oletusasetukset", "basic_settings", "Perusasetukset", _s17_87, "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", "Mukautetut kent\xe4t", "invoice_design", "Laskun muotoilu", "buy_now_buttons", "Osta nyt napit", "email_settings", "S\xe4hk\xf6postin asetukset", _s23_28, "Pohjat ja muistutukset", _s22_30, "luotto Cards & Banks", _s19_34, "Datan visualisaatiot", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, "kiitos you sinun purchase!", "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, "Annual tilaus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count k\xe4ytt\xe4j\xe4\xe4", "upgrade", "Upgrade", _s25_32, "Anna etunimi", _s24_25, "Anna sukunimi", _s33_14, "Ole hyv\xe4 ja hyv\xe4ksy palveluehtomme sek\xe4 tietosuojak\xe4yt\xe4nt\xf6mme luodaksesi k\xe4ytt\xe4j\xe4tilin.", "i_agree_to_the", "Hyv\xe4ksyn", _s21_79, "palvelun ehdot", _s19_54, "Tietosuojak\xe4yt\xe4nt\xf6", _s16_144, "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_70, "ei record selected", _s21_51, "save tai peruuta sinun muutokset", "download", "Lataa", _s27_26, "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_89, "onnistuneesti l\xe4hetetty dokumentti", _s16_146, "onnistuneesti p\xe4ivitetty dokumentti", _s17_90, "onnistuneesti arkistoitu dokumentti", _s16_147, "onnistuneesti poistettu dokumentti", _s17_91, "onnistuneesti palautettu dokumentti", _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "ei History", "expense_date", "Kulun p\xe4iv\xe4m\xe4\xe4r\xe4", "pending", "Odottaa vastausta", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Muunnettu", _s24_27, "Lis\xe4\xe4 asiakirjoja laskuun", "exchange_rate", "Exchange Rate", _s16_151, "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_152, ":count kauppias(ta) arkistoitu onnistuneesti", "deleted_vendors", ":count kauppias(ta) poistettu onnistuneesti", _s16_153, _s36_5, "new_expense", "Lis\xe4\xe4 kulu", "created_expense", "onnistuneesti luotu kulu", "updated_expense", "onnistuneesti p\xe4ivitetty kulu", _s16_154, "Kulu arkistoitu onnistuneesti", "deleted_expense", "Kulu poistettu onnistuneesti", _s16_155, "onnistuneesti palautettu kulu", _s17_93, "onnistuneesti arkistoitu kulut", _s16_156, "onnistuneesti poistettu kulut", _s17_94, _s37_9, "copy_shipping", "Kopioi toimitus", "copy_billing", "Kopioi laskutus", "design", "malli", _s21_52, "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_157, "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_14, _s19_38, "Ole hyv\xe4 ja anna nimi", "budgeted_hours", "Budjetoidut ty\xf6tunnit", "created_project", "Onnistuneesti luotu projekti", "updated_project", "Onnistuneesti p\xe4ivitetty projekti", _s16_159, "Onnistuneesti arkistoitu projekti", "deleted_project", "Projekti poistettu onnistuneesti", _s16_160, "Onnistuneesti palautettu projekti", _s17_95, "Onnistuneesti arkistoitu :count projekti(a)", _s16_161, "Onnistuneesti poistettu :count projekti(a)", _s17_96, _s37_10, "new_project", "Uusi projekti", _s27_30, "kiitos you using our app!", "if_you_like_it", _s21_54, "click_here", "klikkaa t\xe4st\xe4", _s18_74, "Click here", "to_rate_it", "rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, "authenticate change this asetus", "locked", "Locked", "authenticate", "Authenticate", _s19_40, "authenticate", _s24_28, _s24_29, "footer", "Alatunniste", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "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_98, "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_162, "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", _s22_, "muokkaa toistuva kulu", _s20_47, "Muokkaa toistuvaa tarjousta", "billing_address", "Laskutusosoite", _s16_164, "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_166, _s16_167, _s23_29, "Anna s\xe4hk\xf6postiosoitteesi", _s26_25, "Anna salasanasi", _s21_55, "Anna sinun URL-osoitteesi", _s26_27, "Anna tuoteavain", "ascending", "Ascending", "descending", "Descending", "save", "Tallenna", _s17_100, "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_42, "Copied :arvo clipboard", "error", "Virhe", _s16_168, _s16_169, "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_170, _s16_171, "product", "Tuote", "products", "Tuotteet", "new_product", "Uusi tuote", "created_product", "Tuote on luotu onnistuneesti", "updated_product", "Tuote on p\xe4ivitetty onnistuneesti", _s16_172, "Tuote on arkistoitu onnistuneesti", "deleted_product", "onnistuneesti poistettu tuote", _s16_173, "onnistuneesti palautettu tuote", _s17_102, "onnistuneesti arkistoitu :count tuotteet", _s16_174, "onnistuneesti poistettu :count tuotteet", _s17_103, _s37_11, "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_175, _s43_1, "deleted_client", "Asiakas on poistettu onnistuneesti", "deleted_clients", ":count asiakas(ta) poistettu onnistuneesti", "restored_client", "Asiakas palautettu onnistuneesti", _s16_176, _s36_7, "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_177, "Lasku arkistoitiin onnistuneesti", "deleted_invoice", "Lasku poistettiin onnistuneesti", _s16_178, "Lasku palautettu onnistuneesti", _s17_104, _s43_1, _s16_179, ":count laskua poistettiin onnistuneesti", _s17_105, _s37_12, "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_180, "Partial er\xe4p\xe4iv\xe4", "status", "Tila", _s17_106, "Lasku tila", "quote_status", "Tarjouksen tila", _s22_31, "Napsauta + lis\xe4t\xe4ksesi nimikkeen", _s22_33, "Napsauta + lis\xe4t\xe4ksesi ajan", "count_selected", ":count selected", "total", "Loppusumma", "percent", "Prosentti", "edit", "Muokkaa", "dismiss", "Dismiss", _s20_49, "valitse p\xe4iv\xe4m\xe4\xe4r\xe4", _s22_34, "valitse asiakas", _s24_30, "valitse lasku", "task_rate", "Teht\xe4v\xe4n luokitus", "settings", "Asetukset", "language", "Language", "currency", "Valuutta", "created_at", "Luotu", "created_on", "Created On", "updated_at", "p\xe4ivitetty", "tax", "Vero", _s30_13, "Ay\xf6t\xe4 laskunumero", _s27_34, "Ole hyv\xe4 ja anna tarjouksen numero", "past_due", "Past Due", "draft", "Luonnos", "sent", "L\xe4hetetty", "viewed", "N\xe4hty", "approved", "Approved", "partial", "Osittainen/Talletus", "paid", "Maksettu", "mark_sent", "Merkitse l\xe4hetetyksi", _s22_36, "Onnistuneesti merkitty lasku l\xe4hetetyksi", _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Valmis", _s37_13, "Anna asiakkaan tai yhteyshenkil\xf6n nimi", "dark_mode", "Tumma tila", _s27_36, "Uudelleenk\xe4ynnist\xe4 sovellus ottaaksesi muutoksen k\xe4ytt\xf6\xf6n", "refresh_data", "Refresh Data", "blank_contact", "Blank kontakti", "activity", "Toiminta", _s16_182, "ei records found", "clone", "Kopioi", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Maksuehdot", "payment_date", "Maksun p\xe4iv\xe4m\xe4\xe4r\xe4", "payment_status", "maksu tila", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_58, "button", "Button", "preview", "Esikatselu", "customize", "Mukauta", "history", "Historia", "payment", "Maksu", "payments", "Maksut", "refunded", "Refunded", "payment_type", "Maksutyyppi", _s21_57, "Tapahtuman viite", "enter_payment", "Kirjaa maksu", "new_payment", "Uusi maksutapahtuma", "created_payment", "Maksu on luotu onnistuneesti", "updated_payment", "Maksu p\xe4ivitetty onnistuneesti", _s16_190, "Maksu on arkistoitu onnistuneesti", "deleted_payment", "Maksu on poistettu onnistuneesti", _s16_191, "Maksu palautettu onnistuneesti", _s17_109, ":count maksu(a) arkistoitu onnistuneesti", _s16_192, ":count maksu(a) poistettu onnistuneesti", _s17_110, _s37_15, "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_13, "expense", "Kulu", "expenses", "Kulut", "vendor", "Kauppias", "vendors", "Kauppiaat", "task", "Teht\xe4v\xe4", "tasks", "Teht\xe4v\xe4t", "project", "Projekti", "projects", "Projektit", "activity_1", ":k\xe4ytt\xe4j\xe4 loi asiakkaan :client", "activity_2", ":k\xe4ytt\xe4j\xe4 arkistoi asiakkaan :client", "activity_3", ":k\xe4ytt\xe4j\xe4 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", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti teht\xe4v\xe4n :tiketti", "activity_49", ":k\xe4ytt\xe4j\xe4 sulki tiketin :tiketti", "activity_50", ":k\xe4ytt\xe4j\xe4 mergesi tiketin :tiketti", "activity_51", ":k\xe4ytt\xe4j\xe4 jakoi tiketin :tiketti", "activity_52", ":kontakti avasi tiketin :tiketti", "activity_53", ":kontakti reopened tiketti :tiketti", "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", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Kertak\xe4ytt\xf6inen salasana", "emailed_quote", "Tarjous on l\xe4hetetty onnistuneesti", "emailed_credit", _s27_48, _s20_51, "Tarjous on onnistuneesti merkitty l\xe4hetetyksi", _s21_59, _s34_15, "expired", "Vanhentunut", "all", "Kaikki", "select", "Valitse", _s22_38, _s22_39, "custom_value1", "muokattu Value", "custom_value2", "Mukautettu arvo", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, "Oma Hyv\xe4ksym\xe4t\xf6n tarjous -viesti", "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, "Kauppiaan numerolaskuri", _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Laskun j\xe4rjestysnumero", _s20_52, "Tarjouksen numeroinnin kuvio", _s20_54, "Tarjouksen j\xe4rjestysnumero", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, "Jaettu lasku tarjous laskuri", _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, "Tarjouss\xe4hk\xf6postin otsikko", _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Tyyppi", "invoice_amount", "Lasku m\xe4\xe4r\xe4", _s16_197, "Er\xe4p\xe4iv\xe4", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s22_58, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "is_deleted", "Is Deleted", "vendor_city", "Kauppiaan kaupunki", "vendor_state", "Kauppiaan alue", "vendor_country", "Kauppiaan maa", "is_approved", "Is Approved", "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_49, _s19_50, _s16_198, "Kulujen kategoria", _s19_51, _s19_52, "tax_name1", "Veron nimi 1", "tax_name2", "Veron nimi 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "fr", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importer des donn\xe9es", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_69, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_5, _s17_131, _s17_1, "Nom du contact", "order", "Order", "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Abonnements", _s16_11, _s16_12, _s17_7, _s19_59, _s20_1, _s27_52, _s20_2, _s33_18, _s21_6, _s30_33, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "Renvoyer une invitation", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Rebondi", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "Scannez le code \xe0 barres avec une application compatible :link", _s18_14, "Authentification \xe0 deux facteurs activ\xe9e avec succ\xe8s", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Authentification \xe0 2 facteurs", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s18_101, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", _s17_132, "to_update_run", "To update run", _s18_17, _s20_70, _s16_24, _s16_25, "invoice_project", _s18_102, "invoice_task", _s17_133, "invoice_expense", "Facturer la d\xe9pense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_229, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s20_71, "document_upload", "Document Upload", _s20_7, _s34_4, "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", "Cacher", "empty_columns", "Empty Columns", _s21_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Colonne", "sample", "Exemple", "map_to", "Map To", "import", "Importer", _s25_1, _s29_1, "select_file", _s32_10, _s16_32, _s16_33, "csv_file", "S\xe9lectionner un fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "URL Webhook", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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", "Non pay\xe9", "white_label", "White Label", "delivery_note", "Bon de livraison", _s24_6, _s24_7, _s24_8, _s24_9, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Solde partiel", "invoice_total", "Montant total", "quote_total", "Montant du devis", "credit_total", "Total Cr\xe9dit", _s23_5, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Avertissement", "view_settings", "View Settings", _s24_10, _s48_0, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Cryptogramme visuel", "client_name", "Nom du client", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, "Statut de t\xe2che mis \xe0 jour avec succ\xe8s", _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "cat\xe9gories de d\xe9pense", _s20_20, _s29_45, _s21_18, _s21_19, _s24_11, "Cat\xe9gorie de d\xe9pense cr\xe9\xe9e avec succ\xe8s", _s24_12, "Cat\xe9gorie de d\xe9pense mise \xe0 jour avec succ\xe8s", _s25_5, "Cat\xe9gorie de d\xe9pense archiv\xe9e avec succ\xe8s", _s24_13, _s40_4, _s24_14, _s37_2, _s25_6, "Cat\xe9gorie de d\xe9pense restaur\xe9e avec succ\xe8s", _s27_8, ":count cat\xe9gorie(s) de d\xe9pense archiv\xe9e(s) avec succ\xe8s", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Devrait \xeatre factur\xe9", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Marquer comme actif", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, _s18_103, _s18_29, _s20_72, _s21_25, _s27_53, _s22_12, "Editer facture r\xe9currente", _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Facture r\xe9currente archiv\xe9e avec succ\xe8s", _s25_14, "Facture r\xe9currente supprim\xe9e avec succ\xe8s", _s25_15, _s38_7, _s26_6, "Facture r\xe9currente restaur\xe9e avec succ\xe8s", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Ligne d'article", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Ouvert(e)", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "Voir le portail", "copy_link", "Copy Link", "token_billing", "Enregister les d\xe9tails de paiement", _s24_17, _s24_18, "always", "Toujours", "optin", "Opt-In", "optout", "Opt-Out", "label", "Intitul\xe9", "client_number", _s16_230, "auto_convert", "Auto Convert", "company_name", _s19_60, "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "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", _s28_52, "gateway", "Passerelle", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "Majoration", "apply_payment", "Apply Payment", "apply", "Appliquer", "unapplied", "Unapplied", "select_label", "S\xe9lection intitul\xe9", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\xc0", "health_check", "Health Check", "payment_type_id", _s16_231, "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, _s16_232, _s17_43, _s17_44, "recent_payments", "Paiements r\xe9cents", "upcoming_quotes", "Devis \xe0 venir", "expired_quotes", "Devis expir\xe9s", "create_client", "Cr\xe9er un client", "create_invoice", _s17_134, "create_quote", "Cr\xe9er un devis", "create_payment", "Create Payment", "create_vendor", _s20_73, "update_quote", "Update Quote", "delete_quote", "Supprimer ce devis", "update_invoice", "Update Invoice", "delete_invoice", _s20_74, "update_client", "Update Client", "delete_client", _s19_61, "delete_payment", _s21_85, "update_vendor", "Update Vendor", "delete_vendor", "Supprimer ce fournisseur", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", _s20_75, "create_task", "Cr\xe9er une t\xe2che", "update_task", "Update Task", "delete_task", "Supprimer la t\xe2che", "approve_quote", "Approve Quote", "off", "Ferm\xe9", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratuit", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Cible", "copy", "Copy", "must_be_online", _s53_0, _s17_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "Jetons d'API", "api_docs", "API Docs", "search_tokens", _s20_27, "search_token", "Search 1 Token", "token", "Jeton", "tokens", "Jetons", "new_token", "New Token", "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", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", _s31_17, "email_quote", "Envoyer ce devis par courriel", "email_credit", "Email Credit", "email_payment", "Re\xe7u du paiement par courriel", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Nom du contact", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "\xc9diter la condition de paiement", _s20_29, "Conditions de paiement cr\xe9\xe9es avec succ\xe8s", _s20_30, "Conditions de paiement mises \xe0 jour avec succ\xe8s", _s21_28, "Conditions de paiement archiv\xe9es avec succ\xe8s", _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", _s17_135, "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Remboursement du paiement", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Nom complet", _s17_55, "Ville/ Province (D\xe9partement)/ CP", _s17_57, "Ville/Province (D\xe9partement)/Code postal", "custom1", "Personnalis\xe91", "custom2", "Personnalis\xe92", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_104, _s16_64, "Les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_38, "Attention : Cette action va supprimer vos donn\xe9es et est irr\xe9versible", "invoice_balance", "Invoice Balance", "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", _s25_17, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "D\xe9tails de la facture", "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", "Aucun(e)", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s22_59, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", _s18_105, "cancel_account", _s19_62, _s22_19, "Attention : Ceci va supprimer d\xe9finitivement votre compte, il n'y a pas d'annulation possible.", "delete_company", "Supprimer la soci\xe9t\xe9", _s22_20, "Attention : Ceci supprimera d\xe9finitivement votre soci\xe9t\xe9, il n'y a pas d'annulation.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "credit_design", "Credit Design", "includes", "Includes", "header", "En-t\xeate", "load_design", "Charger un mod\xe8le", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Propositions", "tickets", "Tickets", _s16_69, "Devis r\xe9current", "recurring_tasks", "Recurring Tasks", _s18_, _s20_76, _s18_39, "Gestion des comptes", "credit_date", "Date d'avoir", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Entrer un cr\xe9dit", "edit_credit", _s16_233, "created_credit", "Cr\xe9dit cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_13, "archived_credit", "Cr\xe9dit archiv\xe9 avec succ\xe8s", "deleted_credit", "Cr\xe9dit supprim\xe9 avec succ\xe8s", "removed_credit", _s27_21, "restored_credit", "Cr\xe9dit restaur\xe9 avec succ\xe8s", _s16_71, ":count cr\xe9dits archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits supprim\xe9s avec succ\xe8s", _s16_72, _s36_3, "current_version", "Version actuelle", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "En savoir plus", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "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_86, "client3", _s21_87, "client4", _s21_88, "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_39, "vendor2", _s26_40, "vendor3", _s26_41, "vendor4", _s26_42, "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_45, _s29_46, _s17_61, "Nom du contact", "contact_phone", _s20_77, _s21_31, "Valeur champ personnalis\xe9 Contact 1", _s21_32, "Valeur champ personnalis\xe9 Contact 2", _s21_33, "Valeur champ personnalis\xe9 Contact 3", _s21_34, "Valeur champ personnalis\xe9 Contact 4", _s17_63, "Rue", _s17_64, "Appt/B\xe2timent", "shipping_city", "Ville", "shipping_state", _s18_106, _s20_33, "Code postal", _s16_103, "Pays", _s16_105, "Rue", _s16_106, "Appt/B\xe2timent", "billing_city", "Ville", "billing_state", _s18_106, _s19_19, "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_107, "Devis non-approuv\xe9", "help", "Aide", "refund", "Remboursement", "refund_date", "Date du remboursement", "filtered_by", "Filtr\xe9 par", "contact_email", _s19_63, "multiselect", _s18_107, "entity_state", "\xc9tat", "verify_password", _s24_45, "applied", "Publi\xe9", _s21_35, "Contient les erreurs r\xe9centes des journaux", _s30_4, "Nous avons re\xe7u votre message et r\xe9pondrons dans les meilleurs d\xe9lais", "message", "Message", "from", "De", _s20_35, "Voir les d\xe9tails du produit", _s25_20, _s78_, _s20_37, "Le g\xe9n\xe9rateur de PDF n\xe9cessite la version :version", _s18_48, _s31_18, _s23_14, _s41_7, _s18_50, "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_36, "Mot de passe trop court", _s20_38, "Le mot de passe doit comporter au moins une majuscule et un nombre", _s19_21, "T\xe2che du portail client", _s23_15, _s33_19, _s20_39, "Saisissez une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9", "yes", "Oui", "no", "Non", "generate_number", _s17_136, "when_saved", _s21_89, "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_108, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Bureau", "layout", "Pr\xe9sentation", "view", "Voir", "module", "Module", "first_custom", _s20_78, "second_custom", _s19_64, "third_custom", _s22_60, "show_cost", "Voir le co\xfbt", _s17_66, _s17_67, "show_cost_help", "Afficher un champ co\xfbt du produit pour suivre la marge", _s21_37, "Voir la quantit\xe9 du produit", _s26_15, "Afficher un champ de quantit\xe9 du produit, sinon en choisir un par d\xe9faut", _s21_39, "Voir la quantit\xe9 sur la facture", _s26_16, "Afficher un champ de quantit\xe9 pour la position, sinon en choisir un par d\xe9faut", _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s19_65, _s21_43, "Mettre automatiquement la quantit\xe9 de la position \xe0 un", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_137, "three_tax_rates", "Trois taux de taxe", _s16_111, _s23_37, "user", "Utilisateur", "invoice_tax", "Taxe de la facture", "line_item_tax", "Taxe de la position", "inclusive_taxes", "Taxes incluses", _s17_68, "Taux de taxe de la facture", "item_tax_rates", "Taux de taxe de la position", _s18_52, _s31_19, "configure_rates", "Configurer les taux", _s18_53, _s18_54, "tax_settings", "R\xe9glages des taxes", _s18_55, "Taux de taxes", "accent_color", _s27_54, "switch", "Changer", _s19_23, "Liste s\xe9par\xe9e par des virgules", "options", "Options", _s16_113, "Texte sur une ligne", "multi_line_text", "Texte multi-lignes", "dropdown", _s16_234, "field_type", "Type du champ", _s27_22, "Un courriel de r\xe9cup\xe9ration du mot de passe a \xe9t\xe9 envoy\xe9", "submit", "Envoyer", _s16_115, "R\xe9cup\xe9rer votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro d'avoir", "payment_number", _s18_109, "late_fee_amount", "Montant de p\xe9nalit\xe9 de retard", _s16_116, "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_57, _s28_62, "days", "Jours", "invoice_email", "Courriel de facture", "payment_email", _s20_79, "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Courriel de devis", _s16_118, "Rappel sans fin", _s16_120, _s22_61, "administrator", "Administrateur", _s18_58, "Permettre \xe0 l'utilisateur de g\xe9rer les utilisateurs, modifier les param\xe8tres et de modifier tous les enregistrements", "user_management", _s24_46, "users", "Utilisateurs", "new_user", _s18_110, "edit_user", _s20_80, "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_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, _s19_66, "invoice_options", "Options de facturation", _s17_70, _s24_47, _s22_27, 'Afficher la ligne "Pay\xe9 \xe0 ce jour" sur vos factures seulement une fois qu\'un paiement a \xe9t\xe9 re\xe7u.', _s23_17, _s18_111, _s28_15, "Inclure l'image attach\xe9e dans la facture.", _s16_124, "Voir les en-t\xeates sur", _s16_125, "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_112, "secondary_color", _s18_113, "page_size", "Taille de Page", "font_size", _s16_235, "quote_design", "Mise en page des Devis", "invoice_fields", _s17_138, "product_fields", "Champs de produit", "invoice_terms", _s25_45, "invoice_footer", "Pied de facture", "quote_terms", "Conditions des devis", "quote_footer", "Pied de page des devis", _s18_59, "Envoyer automatiquement par courriel", _s23_18, "Envoyer automatiquement par courriel les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9s.", _s20_42, _s24_48, _s25_26, "Archiver automatiquement les factures lorsqu'elles sont pay\xe9es.", _s18_60, _s24_48, _s23_19, "Archiver automatiquement les devis lorsqu'ils sont convertis.", _s18_61, "Convertir automatiquement", _s23_20, "Convertir automatiquement un devis en facture d\xe8s qu'il est approuv\xe9 par le client.", _s17_72, _s29_47, "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_74, "Trimestrielle", _s16_126, "Quatre mois", "freq_six_months", "Six mois", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_127, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_75, "Num\xe9ros g\xe9n\xe9r\xe9s", "charge_taxes", "Taxe suppl\xe9mentaire", "next_reset", _s23_38, "reset_counter", "Remettre le compteur \xe0 z\xe9ro", _s16_128, _s17_139, "number_padding", _s23_39, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ d'entreprise", "company_value", _s19_67, "credit_field", "Champ de Cr\xe9dit", "invoice_field", "Champ de facture", _s17_77, "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_114, "prefix", "Pr\xe9fixe", "number_pattern", _s16_236, "messages", "Messages", "custom_css", _s16_237, _s17_79, _s23_40, _s16_130, _s19_68, _s21_46, "Afficher la signature du client sur la facture / le devis PDF.", _s25_27, _s48_1, _s30_5, "Exiger que le client confirme qu'il accepte les conditions de facturation", _s23_21, "Case \xe0 cocher pour les conditions d'offre", _s28_16, "Exiger que le client confirme qu'il accepte les conditions de l'offre", _s25_28, _s20_81, _s30_6, "Exiger que le client signe", _s23_22, "Signature de l'offre", _s22_29, _s42_10, _s27_23, "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_21, "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_115, "attach_pdf", "Joindre PDF", _s16_131, "Joindre les Documents", "attach_ubl", "Joindre UBL", "email_style", "Style d'email", _s19_25, "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_140, "priority", "Priorit\xe9e", "fee_amount", _s17_141, "fee_percent", _s21_90, "fee_cap", _s16_238, "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_26, _s26_43, "credentials", "Identifiants", "update_address", "Mettre \xe0 jour l'adresse", _s19_28, "Mettre \xe0 jour l'adresse du client avec les d\xe9tails fournis", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_82, "edit_tax_rate", _s22_62, _s16_133, "Taux de taxe cr\xe9\xe9 avec succ\xe8s", _s16_134, "Taux de taxe mis \xe0 jour avec succ\xe8s", _s17_82, "Taux de taxe archiv\xe9 avec succ\xe8s", _s16_135, _s42_11, _s17_83, _s42_12, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Remplissage auto des produits", _s18_64, "La s\xe9lection d\u2019un produit entrainera la MAJ de la description et du prix", "update_products", "Mise \xe0 jour auto des produits", _s20_44, _s65_1, _s16_136, _s22_63, _s21_47, "Convertir automatiquement les prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_64, _s16_138, "Passerelles de paiements", _s19_29, _s19_69, _s20_45, _s20_83, _s23_23, _s37_20, _s23_24, _s43_2, _s24_22, _s40_5, _s23_25, _s41_8, _s24_23, _s41_9, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, "Continuer l'\xe9dition", "discard_changes", "Ignorer les modifications", "default_value", "Valeur Par D\xe9faut", "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_239, _s21_48, "Premier Jour de la Semaine", _s23_26, "Premier mois de l'Ann\xe9e", "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_142, "military_time", "24H", _s18_65, "Affichage sur 24h", "send_reminders", _s19_70, "timezone", "Fuseau horaire", _s19_30, _s19_31, _s17_85, _s18_116, _s19_32, "Filtr\xe9 par Facture", _s18_66, "Filtr\xe9 par Client", _s18_68, "Filtr\xe9 par Vendeur", "group_settings", "Param\xe8tres de groupe", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau Groupe", "edit_group", _s16_240, "created_group", _s32_11, "updated_group", _s38_14, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Envoyer le logo", "uploaded_logo", "Le logo a \xe9t\xe9 envoy\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", _s46_3, _s16_142, "R\xe9glages du produit", "device_settings", _s24_49, "defaults", "Valeurs par d\xe9faut", "basic_settings", _s18_117, _s17_87, _s18_118, "company_details", "Informations sur l\u2019entreprise", "user_details", "Utilisateur", "localization", "Localisation", "online_payments", _s18_119, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer/Exporter", "custom_fields", _s20_84, "invoice_design", "Mod\xe8le de facture", "buy_now_buttons", _s26_44, "email_settings", _s22_65, _s23_28, "Mod\xe8les & Rappels", _s22_30, _s27_55, _s19_34, _s25_46, "price", "Prix", "email_sign_up", "Inscription par email", "google_sign_up", _s23_41, _s27_25, "Merci pour votre achat !", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats ant\xe9rieurs", _s19_36, _s17_143, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count utilisateur(s)", "upgrade", "Mettre \xe0 niveau", _s25_32, "Veuillez entrer un pr\xe9nom", _s24_25, _s22_66, _s33_14, "Veuillez accepter les conditions d'utilisation et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte les", _s21_79, _s24_50, _s19_54, _s28_63, _s16_144, _s24_50, "privacy_policy", _s28_63, "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_70, _s32_12, _s21_51, "Veuillez enregistrer ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_26, "\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_89, "Le document a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s16_146, "Document mis \xe0 jour avec succ\xe8s", _s17_90, "Document archiv\xe9 avec succ\xe8s", _s16_147, _s38_15, _s17_91, _s38_16, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1 \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", _s18_120, "pending", "En attente", _s16_148, "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", _s16_149, "\u03a3\u03b5 \u03b5\u03ba\u03ba\u03c1\u03b5\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_150, "\u039c\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "converted", "Converti", _s24_27, "Ajouter un document \xe0 la facture", "exchange_rate", "Taux de change", _s16_151, "Convertir la devise", "mark_paid", "Marquer comme pay\xe9", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_71, "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_152, ":count fournisseurs archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs supprim\xe9s avec succ\xe8s", _s16_153, _s36_5, "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_154, "D\xe9pense archiv\xe9e avec succ\xe8s", "deleted_expense", "D\xe9pense supprim\xe9e avec succ\xe8s", _s16_155, "D\xe9pense restaur\xe9e avec succ\xe8s", _s17_93, "D\xe9penses archiv\xe9es avec succ\xe8s", _s16_156, "D\xe9penses supprim\xe9es avec succ\xe8s", _s17_94, _s37_9, "copy_shipping", "Copier exp\xe9dition", "copy_billing", _s18_121, "design", "Design", _s21_52, "\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_157, "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_14, _s19_38, _s22_66, "budgeted_hours", _s16_241, "created_project", _s32_13, "updated_project", _s39_4, _s16_159, _s35_17, "deleted_project", _s36_17, _s16_160, "Le projet a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_95, ":count projet(s) a (ont) \xe9t\xe9 archiv\xe9(s)", _s16_161, ":count projet(s) a (ont) \xe9t\xe9 supprim\xe9(s) avec succ\xe8s", _s17_96, _s37_10, "new_project", "Nouveau projet", _s27_30, "Merci d'utiliser notre app !", "if_you_like_it", "Si vous appr\xe9ciez, merci de", "click_here", "cliquer ici", _s18_74, "Cliquer ici", "to_rate_it", "pour \xe9valuer notre app.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_11, _s49_0, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_40, _s23_42, _s24_28, _s21_91, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Authentification Hosted", "selfhost_login", "Authentification Selfhost", "google_sign_in", _s17_97, "today", "Aujourd'hui", "custom_range", "Intervalle personnalis\xe9", "date_range", _s19_72, "current", "Actuel", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode actuelle", _s17_98, "Comparaison de p\xe9riode", "previous_period", _s18_122, "previous_year", _s16_242, "compare_to", "Comparer \xe0", "last7_days", _s16_243, "last_week", "Semaine derni\xe8re", "last30_days", _s17_144, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_162, "Dupliquer la facture", "clone_to_quote", "Dupliquer en devis", "clone_to_credit", "Clone to Credit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier ce client", "edit_product", "\xc9diter ce produit", "edit_invoice", _s19_73, "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_92, "edit_project", "Editer le projet", _s22_, _s28_64, _s20_47, "Editer devis r\xe9current", "billing_address", _s22_67, _s16_164, "Adresse de Livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9", "invoices_sent", _s24_51, "active_clients", "clients actifs", "close", "Fermer", "email", "Courriel", "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_166, "Rafraichissement termin\xe9", _s23_29, "Entrez votre adresse e-mail", _s26_25, "Entez votre mot de passe", _s21_55, "Entrez votre URL", _s26_27, "Entrez la cl\xe9 produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_100, "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_42, _s35_18, "error", "Erreur", _s16_168, _s20_85, "contacts", "Informations de contact", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_123, "are_you_sure", "Voulez-vous vraiment effectuer cette action ?", "cancel", "Annuler", "ok", "Ok", "remove", "Supprimer", _s16_170, "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_172, "Produit archiv\xe9 avec succ\xe8s", "deleted_product", _s37_21, _s16_173, "Le produit a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_102, _s36_18, _s16_174, ":count produit(s) supprim\xe9(s) avec succ\xe8s", _s17_103, _s37_11, "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_175, _s35_19, "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_176, _s36_7, "address1", "Rue", "address2", "Appt/B\xe2timent", "city", "Ville", "state", _s18_106, "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_244, "created_invoice", "Facture cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "Facture modifi\xe9e avec succ\xe8s", _s16_177, "Facture archiv\xe9e avec succ\xe8s", "deleted_invoice", "Facture supprim\xe9e avec succ\xe8s", _s16_178, "Facture restaur\xe9e avec succ\xe8s", _s17_104, ":count factures archiv\xe9es avec succ\xe8s", _s16_179, _s38_17, _s17_105, _s37_12, "emailed_invoice", "Facture envoy\xe9e par courriel 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_124, "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_180, _s16_245, "status", "Statut", _s17_106, "Etat de Facture", "quote_status", "\xc9tat du devis", _s22_31, "Cliquer pour ajouter un article (objet)", _s22_33, _s35_20, "count_selected", "nombre selectionne", "total", "Total", "percent", "Pourcent", "edit", "\xc9diter", "dismiss", "Quitter", _s20_49, "S\xe9lectionnez une date", _s22_34, "S\xe9lectionnez un client", _s24_30, "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", "Created On", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_13, "S\xe9lectionnez un num\xe9ro de facture", _s27_34, "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_86, _s22_36, "Facture marquee comme envoyee avec succes", _s22_37, "Facture marqu\xe9e comme envoy\xe9e", _s23_31, "Les factures ont \xe9t\xe9 marqu\xe9es envoy\xe9es", _s23_32, "Factures marqu\xe9es comme envoy\xe9es", "done", "Termin\xe9", _s37_13, "Veuillez introduire un nom de client", "dark_mode", "Mode sombre", _s27_36, "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_182, "Pas d'archives trouves", "clone", "Dupliquer", "loading", "Chargement", "industry", "Champ", "size", "Taille", "payment_terms", "Conditions de paiement", "payment_date", _s16_246, "payment_status", _s16_247, _s16_184, "En attente", _s16_185, "Annul\xe9", _s16_186, "\xc9chou\xe9", _s16_187, "Compl\xe9t\xe9", _s16_188, _s23_43, _s16_189, "Remboursement", _s17_107, "Unapplied", _s17_108, _s19_6, "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_248, "first_reminder", "Premier rappel", "second_reminder", "Second rappel", "third_reminder", _s16_249, "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 courriel", "email_receipt", "Envoyer le re\xe7u par courriel 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_231, _s21_57, "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_190, "Paiement archiv\xe9 avec succ\xe8s", "deleted_payment", "Paiement supprim\xe9 avec succ\xe8s", _s16_191, "Paiement restaur\xe9 avec succ\xe8s", _s17_109, ":count paiement archiv\xe9s avec succ\xe8s", _s16_192, ":count paiements supprim\xe9s avec succ\xe8s", _s17_110, _s37_15, "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_13, "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_34, "activity_2", _s33_20, "activity_3", _s34_19, "activity_4", _s32_14, "activity_5", _s38_18, "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_21, "activity_9", _s36_19, "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_20, "activity_16", _s33_21, "activity_17", _s34_20, "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_21, "activity_26", _s34_21, "activity_27", _s37_22, "activity_28", _s34_22, "activity_29", ":contact a approuv\xe9 le devis :quote pour :client", "activity_30", _s35_22, "activity_31", _s38_19, "activity_32", _s39_5, "activity_33", _s39_6, "activity_34", _s32_15, "activity_35", _s35_23, "activity_36", _s36_22, "activity_37", _s36_23, "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_6, "activity_42", _s27_56, "activity_43", _s33_22, "activity_44", _s30_35, "activity_45", _s31_20, "activity_46", _s31_21, "activity_47", _s38_20, "activity_48", ":user a mis \xe0 jour le ticket :ticket", "activity_49", ":user a ferm\xe9 le ticket :ticket", "activity_50", ":user a fusionner le ticket :ticket", "activity_51", ":user a divis\xe9 le :ticket", "activity_52", ":contact a ouvert le ticket :ticket", "activity_53", ":contact a r\xe9-ouvert le ticket :ticket", "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", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s27_57, "emailed_quote", "Devis envoy\xe9 par courriel avec succ\xe8s", "emailed_credit", _s27_48, _s20_51, "Le devis s\xe9lectionn\xe9 a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s21_59, _s34_15, "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_38, _s34_23, "custom_value1", "Valeur Personnalis\xe9e 1", "custom_value2", "Valeur Personnalis\xe9e 2", "custom_value3", _s22_68, "custom_value4", _s22_69, _s18_75, _s30_36, _s24_35, _s39_7, _s29_31, "Message personnalis\xe9 pour une facture impay\xe9e", _s27_41, "Message personnalis\xe9 pour un paiement de facture", _s31_10, "Message personnalis\xe9 pour un devis refus\xe9", "lock_invoices", "Lock Invoices", "translations", "Traductions", _s19_43, "Mod\xe8le de num\xe9ro de t\xe2che", _s19_45, "Mod\xe8le de compteur de t\xe2che", _s22_40, "Mod\xe8le de num\xe9ro de d\xe9pense", _s22_42, "Mod\xe8le de compteur de d\xe9pense", _s21_60, "Mod\xe8le de num\xe9ro de fournisseur", _s21_62, "Mod\xe8le de compteur de fournisseur", _s21_64, "Mod\xe8le de num\xe9ro de ticket", _s21_66, "Mod\xe8le de compteur de ticket", _s22_44, "Mod\xe8le de num\xe9ro de paiement", _s22_46, "Mod\xe8le de compteur de paiement", _s22_48, "Mod\xe8le de num\xe9ro de facture", _s22_50, _s29_48, _s20_52, "Mod\xe8le de num\xe9ro de devis", _s20_54, "Compteur du num\xe9ro de devis", _s21_68, _s26_45, _s21_70, _s28_65, _s21_72, _s26_45, _s21_73, _s28_65, _s18_77, _s33_23, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, "Nom par d\xe9faut de la taxe 1", _s18_81, "Taux par d\xe9faut de la taxe 1", _s18_83, "Nom par d\xe9faut de la taxe 2", _s18_85, "Taux par d\xe9faut de la taxe 2", _s18_87, "Nom par d\xe9faut de la taxe 3", _s18_89, "Taux par d\xe9faut de la taxe 3", _s21_74, "Sujet du courriel de la facture", _s19_47, "Sujet du courriel du devis", _s21_76, "Sujet du courriel du paiement", _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Ville du client", "client_state", "R\xe9gion du client", "client_country", "Pays du client", _s16_193, "Le client est actif", "client_balance", "Solde du client", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Type", "invoice_amount", _s21_93, _s16_197, "Date limite", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_44, "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_113, "Autre frais 1", _s17_114, "Autre frais 2", _s17_115, "Autre frais 3", _s17_116, "Autre frais 4", "is_deleted", "Supprim\xe9", "vendor_city", _s20_87, "vendor_state", "R\xe9gion du fournisseur", "vendor_country", _s19_74, "is_approved", "Is Approved", "tax_name", "Nom de la taxe", "tax_amount", "Montant de la taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_75, "age", "Anciennet\xe9", "is_running", "Is Running", "time_log", _s16_250, "bank_id", "Banque", _s19_49, _s19_50, _s16_198, _s20_88, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "fr_CA", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importer les donn\xe9es", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "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_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_69, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_5, _s17_131, _s17_1, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Code promo", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_11, "Nouvel abonnement", _s17_7, _s19_59, _s20_1, _s27_52, _s20_2, _s33_18, _s21_6, _s30_33, _s20_3, "L'abonnement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_4, "L'abonnement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_7, "L'abonnement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s19_0, "Recherche de 1 abonnement", _s20_5, "Recherche :count abonnements", _s26_0, "Le sous-domaine n'est pas disponible", "connect_gmail", "Connectez Gmail", _s16_13, "D\xe9connecter Gmail", "connected_gmail", "Gmail a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s18_13, "Gmail a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", _s16_15, "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_16, "Num\xe9ro d'identification du client", "count_minutes", ":count minutes", _s16_18, "D\xe9lai d'expiration du mot de passe", _s29_, "Compteur partag\xe9 pour les factures et les cr\xe9dits", "use_last_email", "Utiliser le dernier e-mail", _s16_20, "Activer la soci\xe9t\xe9", _s21_9, "Activez les courriels, les factures r\xe9currentes et les notifications", _s27_1, "Une erreur s'est produite, veuillez r\xe9essayer", _s27_2, "Veuillez d'abord d\xe9finir un mot de passe", _s34_1, "Attention: modifier votre num\xe9ro de t\xe9l\xe9phone d\xe9sactivera l'authentification \xe0 deux facteurs (A2F)", "help_translate", "Aide \xe0 la traduction", _s23_2, "Veuillez s\xe9lectionner un pays", "resend_invite", "Renvoyer l'invitation", _s19_1, "L'authentification \xe0 deux facteurs (A2F) a \xe9t\xe9 d\xe9sactiv\xe9e avec succ\xe8s", _s16_22, "Le compte a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s19_2, "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_, "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_10, "Scannez le code barre avec une :link app compatible.", _s18_14, "Vous avez activ\xe9 authentification \xe0 deux facteurs avec succ\xe8s.", "connect_google", "Connectez Google", _s17_9, "D\xe9connecter Google", _s17_11, "Authentification \xe0 deux facteurs", _s18_15, "D\xe9sactiver l'authentification \xe0 deux facteurs", _s34_2, "Requiert un mot de passe avec une connexion de r\xe9seau social", "stay_logged_in", "Restez connect\xe9", _s23_4, "Avertissement: Votre session va expirer bient\xf4t", "count_hours", ":count heures", "count_day", "1 jour", "count_days", ":count jours", _s19_3, "Expiration de la session web", _s17_12, "Param\xe8tres de s\xe9curit\xe9", "resend_email", "Renvoyer le courriel", _s26_2, "Veuillez confirmer votre adresse courriel", _s16_23, _s18_101, _s19_5, _s27_58, _s19_7, "Veuillez s\xe9lectionner un utilisateur authentifi\xe9 avec Gmail", "list_long_press", "Longue pression pour liste", "show_actions", "Afficher les actions", _s17_14, "D\xe9marrer la multis\xe9lection", _s27_4, "Un courriel a \xe9t\xe9 envoy\xe9 pour confirmer l'adresse courriel", _s21_11, "Pour utiliser :client_counter veuillez ajouter soit :client_number ou :client_id_number pour \xe9viter les conflits", "this_quarter", "Ce trimestre", "last_quarter", _s17_132, "to_update_run", "Pour mettre \xe0 jour l'ex\xe9cution", _s18_17, _s20_70, _s16_24, "URL d'enregistrement", "invoice_project", _s18_102, "invoice_task", _s17_133, "invoice_expense", "Facture de d\xe9pense", _s19_8, "Rechercher 1 d\xe9lai de paiement", _s20_6, "Rechercher :count d\xe9lais de paiement", _s16_26, "Enregistrer et pr\xe9visualiser", "save_and_email", "Enregistrer et envoyer par courriel", _s16_28, "\xc9v\xe9nements pris en charge", _s16_30, _s16_229, _s17_16, "Solde converti", _s22_3, "Pay\xe9 \xe0 ce jour converti", _s24_1, "Solde de cr\xe9dit converti", "converted_total", "Total converti", "is_sent", "Est Envoy\xe9", _s17_18, _s20_71, "document_upload", "T\xe9l\xe9versement de document", _s20_7, "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_13, "Mode debug activ\xe9", _s26_3, "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_20, "D\xe9penses \xe0 venir", "update_app", "Mettre \xe0 jour l'App", "started_import", "L'importation a d\xe9marr\xe9 avec succ\xe8s", _s24_3, "Dupliquer le mappage de colonnes", _s20_8, "Utiliser taxes incluses", _s18_19, "Est Montant rabais", "column", "Colonne", "sample", "Exemple", "map_to", "Mapper vers", "import", "Importer", _s25_1, "Utiliser premi\xe8re rang\xe9e comme noms de colonnes", "select_file", _s32_10, _s16_32, "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_5, "Veuillez fournir tous les CSV.", "import_type", "Type d'importation", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "Voir les licences", "webhook_url", "URL Webhook", _s17_22, "\xc9diteur plein \xe9cran", "sidebar_editor", "\xc9diteur de barre lat\xe9rale", _s22_6, '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_6, "Les factures envoy\xe9es sont verrouill\xe9es", _s24_8, "Les factures pay\xe9es sont verrouill\xe9es", "source_code", "Code source", "app_platforms", "Plateformes d'app", "invoice_late", "facture en retard", "quote_expired", _s18_125, "partial_due", "Montant partiel du", "invoice_total", "Montant total", "quote_total", "Total de la soumission", "credit_total", "Total du cr\xe9dit", _s23_5, "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", "Voir les param\xe8tres", _s24_10, "Avertissement: Cette entreprise n'a pas encore \xe9t\xe9 activ\xe9e", "late_invoice", "Facture en retard", "expired_quote", _s18_125, "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_24, "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_34, "\xc9dition de l'\xe9tat de t\xe2che", _s19_9, "L'\xe9tat de t\xe2che a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s19_10, "Le statut de la t\xe2che a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s20_10, "L'\xe9tat de t\xe2che a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s19_11, "L'\xe9tat de t\xe2che a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s19_12, "L'\xe9tat de t\xe2che a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s20_11, "L'\xe9tat de t\xe2che a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_7, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 archiv\xe9s succ\xe8s", _s21_15, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_8, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s18_21, "Recherche 1 \xe9tat de t\xe2che", _s20_13, "Recherche :count \xe9tats de t\xe2che", _s16_36, "Afficher le tableau des t\xe2ches", _s21_16, "Toujours afficher la section des t\xe2ches lors de la cr\xe9ation de factures", _s20_14, "Facturer le journal du temps des t\xe2ches", _s25_2, "Ajouter les d\xe9tails de temps aux lignes d'articles des factures", _s20_16, "Facturer le journal des dates des t\xe2ches", _s25_3, "Ajouter les d\xe9tails de date aux lignes d'articles des factures", _s21_17, "D\xe9marrer les t\xe2ches avant de sauvegarder", _s18_22, "Configurer les \xe9tats", "task_settings", "Param\xe8tres des t\xe2ches", _s20_18, "Configurer les cat\xe9gories", _s18_24, "Cat\xe9gories de d\xe9pense", _s20_20, _s29_45, _s21_18, "\xc9diter la cat\xe9gorie D\xe9pense", _s24_11, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s24_12, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s25_5, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s24_13, _s40_4, _s24_14, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 retir\xe9e avec succ\xe8s", _s25_6, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 r\xe9tablie avec succ\xe8s", _s27_8, ":count cat\xe9gories de d\xe9pense ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_4, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_9, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s23_6, "Recherche 1 cat\xe9gorie de d\xe9pense", _s25_8, "Recherche :count cat\xe9gorie de d\xe9pense", _s21_20, "Utiliser les cr\xe9dits disponibles", "show_option", "Afficher les options", _s22_9, "Le montant du cr\xe9dit ne peut pas exc\xe9der le montant du paiement", "view_changes", "Visualiser les changements", "force_update", "Forcer la mise \xe0 jour", _s17_26, "Vous \xeates sur la derni\xe8re version, mais il peut y avoir encore quelques mises \xe0 jour en cours", "mark_paid_help", "Suivez les d\xe9penses qui ont \xe9t\xe9 pay\xe9es", _s18_26, "Devrait \xeatre factur\xe9e", _s23_7, "Activer la facturation de la d\xe9pense", _s29_2, "Rend visibles les documents", _s21_22, "D\xe9finir un taux d'\xe9change", _s16_38, "Param\xe8tres des d\xe9penses", _s18_27, "Cloner en r\xe9currence", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "Champs utilisateur", "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_27, "Autofacturation activ\xe9e", "total_taxes", "Total Taxes", "line_taxes", "Ligne Taxes", "total_fields", "Total Champs", _s25_9, "La facture r\xe9currente a \xe9t\xe9 arr\xeat\xe9e avec succ\xe8s", _s25_10, "La facture r\xe9currente a \xe9t\xe9 d\xe9marr\xe9e avec succ\xe8s", _s25_11, "La facture r\xe9currente a \xe9t\xe9 reprise avec succ\xe8s", "gateway_refund", "Remboursement de passerelle", _s19_13, "Proc\xe9der au remboursement avec la passerelle de paiement", "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Cocher actif", "day_count", "Jour :count", _s22_10, "Premier jour du mois", _s21_23, "Dernier jour du mois", _s17_29, "Utiliser les d\xe9lais de paiement", "endless", "Sans fin", "next_send_date", "Prochaine date d'envoi", _s16_40, "Cycles restants", _s17_31, _s18_103, _s18_29, _s20_72, _s21_25, _s27_53, _s22_12, "\xc9diter la facture r\xe9currente", _s25_12, "La facture r\xe9currente a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s25_13, "La facture r\xe9currente a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s26_5, "La facture r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_14, "La facture r\xe9currente a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s25_15, "La facture r\xe9currente a \xe9t\xe9 retir\xe9e avec succ\xe8s", _s26_6, "La facture r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s27_10, "Les :value factures r\xe9currentes ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_7, "Les :value factures r\xe9currentes ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_11, "Les :value factures r\xe9currentes ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s24_15, "Recherche 1 facture r\xe9currente", _s25_16, "Recherche :count factures r\xe9currentes", "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_2, "Montant minimum de sous-paiement", "profit", "Profit", "line_item", "Ligne d'article", _s18_31, "Accepter Sur-paiement", _s23_8, "Accepter paiement suppl\xe9mentaire pour pourboire", _s19_14, "Accepter Sous-paiement", _s24_16, "Accepter paiement au minimum le montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouverts", _s30_0, "Conciliation non r\xe9ussie", _s30_1, "Conciliation r\xe9ussie", "gateway_success", "Passerelle r\xe9ussie", "gateway_failure", "\xc9chec de passerelle", "gateway_error", "Erreur de passerelle", "email_send", "Envoi de courriel", _s17_33, "File d'envoi de courriel", "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_42, "\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_17, "Bienvenue dans Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Libell\xe9", "client_number", _s16_230, "auto_convert", "Conversion automatique", "company_name", _s19_60, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_33, "Dernier envoi de rappel", "pdf_page_info", "Page :current de :total", _s16_44, "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", "Voir dans Stripe", "rows_per_page", "Rang\xe9es par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "surcharge", "apply_payment", "Appliquer le paiement", "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le libell\xe9", "custom_labels", "Libell\xe9s personnalis\xe9s", "record_type", "Type d'enregistrement", "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_231, "last_login_at", "Derni\xe8re connexion \xe0", "company_key", "Cl\xe9 d'entreprise", "storefront", "Vitrine", "storefront_help", "Activer les applications externes \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_23, "Courriel de paiement en ligne", _s20_25, "Courriel de paiement manuel", "completed", "Compl\xe9t\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres clients", _s17_35, "Factures s\xe9lectionn\xe9es", _s17_37, "Paiements s\xe9lectionn\xe9s", "selected_quotes", "Soumissions s\xe9lectionn\xe9es", "selected_tasks", "T\xe2ches s\xe9lectionn\xe9es", _s17_39, "D\xe9penses s\xe9lectionn\xe9es", _s17_41, _s16_232, _s17_43, "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_134, "create_quote", "Cr\xe9er une soumission", "create_payment", "Cr\xe9er un paiement", "create_vendor", _s20_73, "update_quote", "Mettre \xe0 jour la soumission", "delete_quote", "Supprimer la soumission", "update_invoice", "Mettre \xe0 jour la facture", "delete_invoice", _s20_74, "update_client", "Mettre \xe0 jour le client", "delete_client", _s19_61, "delete_payment", _s21_85, "update_vendor", "Mettre \xe0 jour le fournisseur", "delete_vendor", "Supprimer le fournisseur", "create_expense", "Cr\xe9er une d\xe9pense", "update_expense", "Mettre \xe0 jour la d\xe9pense", "delete_expense", _s20_75, "create_task", "Cr\xe9er une T\xe2che", "update_task", "Mettre \xe0 jour la t\xe2che", "delete_task", "Supprimer la T\xe2che", "approve_quote", "Approuver la t\xe2che", "off", "Ferm\xe9", "when_paid", "Lors du paiement", "expires_on", "Expiration le", "free", "Gratuit", "plan", "Plan", "show_sidebar", "Afficher la barre lat\xe9rale", "hide_sidebar", "Masquer la barre lat\xe9rale", "event_type", "Type d'\xe9v\xe9nement", "target_url", "Cible", "copy", "Copier", "must_be_online", "Veuillez red\xe9marrer l'application lorsque vous serez connect\xe9 \xe0 internet", _s17_45, "Les crons doivent \xeatre activ\xe9s", "api_webhooks", "API Webhooks", "search_webhooks", "Recherche de :count Webhooks", "search_webhook", "Recherche de 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "\xc9diter le Webhook", "created_webhook", "Le webhook a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_webhook", "Le webhook a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_46, "Le webhook a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_webhook", "Le webhook a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_webhook", "Le webhook a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s16_47, "Le webhook a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_46, "Les :value webhooks ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_48, "Les :value webhooks ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_49, "Les :value webhooks ont \xe9t\xe9 retir\xe9s avec succ\xe8s", _s17_47, "Les :value webhooks ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "api_tokens", "Jetons API", "api_docs", "Docs API", "search_tokens", "Recherche de :count jetons", "search_token", "Recherche de 1 jeton", "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", "Le jeton a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_token", "Le jeton a \xe9t\xe9 restaur\xe9 avec succ\xe8s", "archived_tokens", "Les :value jetons ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_tokens", "Les :value jetons ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_tokens", "Les :value jetons ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s19_16, "Enregistrement d'un client", _s24_19, "Autoriser le client \xe0 s'inscrire sur le portail", _s21_27, "Personnaliser et pr\xe9visualiser", "email_invoice", _s31_17, "email_quote", "Envoyer la soumission par courriel", "email_credit", "Cr\xe9dit par courriel", "email_payment", _s20_79, _s20_28, "Le client n'a pas d'adresse courriel d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", "Tous les enregistrements", "owned_by_user", "Propri\xe9t\xe9 de l'utilisateur", _s16_50, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", "Utiliser le d\xe9faut", _s16_52, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_10, "Configuration des d\xe9lais de paiements", "payment_term", "D\xe9lai de paiement", _s16_53, "Nouveau d\xe9lai de paiement", _s17_49, "Modifier le d\xe9lai de paiement", _s20_29, "Le d\xe9lai de paiement a \xe9t\xe9 cr\xe9 avec succ\xe8s", _s20_30, "Le d\xe9lai de paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s21_28, "Le d\xe9lai de paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s20_31, "Le d\xe9lai de paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_32, "Le d\xe9lai de paiement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_29, "Le d\xe9lai de paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_17, "Les :value d\xe9lais de paiement ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s21_30, "Les :value d\xe9lais de paiement ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_18, "Les :value d\xe9lais de paiement ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "email_sign_in", "Connexion par courriel", "change", "Basculer", _s23_12, "Basculer vers l'affichage mobile", _s24_20, "Basculer vers l'affichage ordinateur", "send_from_gmail", "Envoyer avec Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_135, "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", "Afficher le menu", _s18_35, _s23_43, _s16_56, "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", "Recherche de cr\xe9dits", "search_vendors", "Recherche de fournisseurs", "search_users", "Recherche d'utilisateurs", _s16_57, "Recherche de taux de taxe", "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", "Recherche de 1 document", "search_design", "Recherche de 1 design", "search_invoice", "Recherche de 1 facture", "search_client", "Recherche de 1 client", "search_product", "Recherche de 1 produit", "search_quote", "Recherche de 1 soumission", "search_credit", "Recherche de 1 cr\xe9dit", "search_vendor", "Recherche de 1 entreprise", "search_user", "Recherche de 1 utilisateur", "search_tax_rate", "Recherche de 1 taux de taxe", "search_task", "Recherche de 1 t\xe2che", "search_project", "Recherche de 1 projet", "search_expense", "Recherche de 1 d\xe9pense", "search_payment", "Recherche de 1 paiement", "search_group", "Recherche de 1 groupe", "refund_payment", "Remboursement", _s17_53, "La facture a \xe9t\xe9 annul\xe9e avec succ\xe8s", _s18_37, "Les factures ont \xe9t\xe9 annul\xe9es avec succ\xe8s", _s16_63, "La facture a \xe9t\xe9 invers\xe9e avec succ\xe8s", _s17_54, "Les factures ont \xe9t\xe9 invers\xe9es avec succ\xe8s", "reverse", "Inverse", "full_name", "Nom complet", _s17_55, "Ville/Prov/CP", _s17_57, "Ville/Province/Code postal", "custom1", "Personnalisation 1", "custom2", "Personnalisation 2", "custom3", _s22_60, "custom4", "Quatri\xe8me personnalis\xe9e", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_104, _s16_64, "Toutes les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_38, "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", "Adresse de l'entreprise", "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", "Ajouter un champ", "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_59, "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_18, "Recevoir toutes les notifications", _s16_65, "Acheter une licence", "apply_license", _s18_105, "cancel_account", _s19_62, _s22_19, "Avertissement: cette action est irr\xe9versible et supprimera votre compte de fa\xe7on d\xe9finitive.", "delete_company", "Supprimer l'entreprise", _s22_20, "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", "Inclue", "header", "Ent\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", "Le mod\xe8le a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_design", "Le mod\xe8le a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_design", "Le mod\xe8le a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_design", "Le mod\xe8le a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_design", "Le mod\xe8le a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_design", "Le mod\xe8le a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_67, "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_68, "Les :value mod\xe8les ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "proposals", "Propositions", "tickets", "Billets", _s16_69, "Soumissions r\xe9currentes", "recurring_tasks", "T\xe2ches r\xe9currentes", _s18_, _s20_76, _s18_39, "Gestion du compte", "credit_date", "Date du cr\xe9dit", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Inscrire un cr\xe9dit", "edit_credit", _s16_233, "created_credit", "Le cr\xe9dit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_13, "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", "Le cr\xe9dit a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_credit", "Le cr\xe9dit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_71, ":count cr\xe9dits ont archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_72, "Les :value cr\xe9dits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "current_version", "Version courante", "latest_version", "Derni\xe8re version", "update_now", "Mettre \xe0 jour", _s26_13, "Une nouvelle version de l'application web est disponible", _s16_73, "Mise \xe0 jour disponible", "app_updated", "La mise \xe0 jour a \xe9t\xe9 compl\xe9t\xe9e avec succ\xe8s", "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_59, "URL du Webhook Slack", "credit_footer", "Pied de page pour cr\xe9dit", "credit_terms", "Conditions d'utilisation pour cr\xe9dit", "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_86, "client3", _s21_87, "client4", _s21_88, "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_39, "vendor2", _s26_40, "vendor3", _s26_41, "vendor4", _s26_42, "invoice1", "Facture personnalis\xe9e 1", "invoice2", _s23_45, "invoice3", _s23_46, "invoice4", _s23_47, "payment1", "Paiement personnalis\xe9 1", "payment2", _s23_45, "payment3", _s23_46, "payment4", _s23_47, "surcharge1", _s25_47, "surcharge2", _s25_48, "surcharge3", _s25_49, "surcharge4", _s25_50, "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_45, _s29_46, _s17_61, "Nom complet du contact", "contact_phone", _s20_77, _s21_31, "Valeur personnalis\xe9e du contact 1", _s21_32, "Valeur personnalis\xe9e du contact 2", _s21_33, "Valeur personnalis\xe9e du contact 3", _s21_34, "Valeur personnalis\xe9e du contact 4", _s17_63, "Rue de livraison", _s17_64, "App. de livraison", "shipping_city", "Ville de livraison", "shipping_state", "Province de livraison", _s20_33, "Code postal de livraison", _s16_103, "Pays de livraison", _s16_105, "Rue de facturation", _s16_106, "App. de facturation", "billing_city", "Ville de facturation", "billing_state", "Province de facturation", _s19_19, "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_107, "Soumission non approuv\xe9e", "help", "Aide", "refund", "Rembousement", "refund_date", "Date de remboursement", "filtered_by", "Filtr\xe9e par", "contact_email", _s19_63, "multiselect", _s18_107, "entity_state", "Statut", "verify_password", _s24_45, "applied", "Publi\xe9", _s21_35, "Inclut les erreurs r\xe9centes des journaux syst\xe8me", _s30_4, "Nous avons re\xe7u votre message et vous r\xe9pondrons rapidement.", "message", "Message", "from", "De", _s20_35, "Afficher les d\xe9tails du produit", _s25_20, _s78_, _s20_37, "Le moteur de rendu PDF n\xe9cessite :version", _s18_48, _s31_18, _s23_14, _s41_7, _s18_50, "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_36, "Le mot de passe est trop court", _s20_38, "Le mot de passe doit contenir une majuscule et un nombre", _s19_21, "T\xe2ches du portail client", _s23_15, _s33_19, _s20_39, "Veuillez saisir une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "yes", "Oui", "no", "Non", "generate_number", _s17_136, "when_saved", _s21_89, "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_108, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Fixe", "layout", "Affichage", "view", "Visualiser", "module", "Module", "first_custom", _s20_78, "second_custom", _s19_64, "third_custom", "Troisi\xe8me lat\xe9ral", "show_cost", "Afficher le co\xfbt", _s17_66, "Afficher le montant du produit", "show_cost_help", "Afficher un champ de co\xfbt du produit pour suivre le profit", _s21_37, "Afficher la quantit\xe9 de produit", _s26_15, "Afficher un champ Quantit\xe9 de produit. 1 par d\xe9faut.", _s21_39, "Afficher la quantit\xe9 de facture", _s26_16, "Afficher un champ Quantit\xe9 d'article par ligne. 1 par d\xe9faut.", _s21_41, "Afficher le rabais de produit", _s26_17, "Afficher un champ rabais de ligne d'article", _s16_109, _s19_65, _s21_43, "D\xe9finit automatiquement la quantit\xe9 d'article par ligne \xe0 1.", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_137, "three_tax_rates", "Trois taux de taxes", _s16_111, _s23_37, "user", "Utilisateur", "invoice_tax", "Taxe de facture", "line_item_tax", "Taxe d'article par ligne", "inclusive_taxes", "Taxes incluses", _s17_68, "Taux de taxe de facture", "item_tax_rates", "Taux de taxe par article", _s18_52, _s31_19, "configure_rates", "Configuration des taux", _s18_53, "Configurer les passerelles", "tax_settings", "Param\xe8tres des taxes", _s18_55, "Taux de taxe", "accent_color", _s27_54, "switch", "Changer", _s19_23, "Liste s\xe9par\xe9e par virgule", "options", "Options", _s16_113, "Ligne de texte simple", "multi_line_text", "Multiligne de texte", "dropdown", _s16_234, "field_type", "Type de champ", _s27_22, "Un courriel a \xe9t\xe9 envoy\xe9 pour la r\xe9cup\xe9ration du mot de passe", "submit", "Envoyer", _s16_115, "R\xe9cup\xe9rez votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro de cr\xe9dit", "payment_number", _s18_109, "late_fee_amount", "Frais de retard", _s16_116, "Pourcentage de frais de retard", "schedule", "Calendrier", "before_due_date", "Avant l'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s l'\xe9ch\xe9ance", _s18_57, _s28_62, "days", "Jours", "invoice_email", "Courriel de facturation", "payment_email", _s20_79, "partial_payment", _s16_245, "payment_partial", _s16_245, _s21_44, "Courriel du paiement partiel", "quote_email", "Courriel de soumission", _s16_118, "Rappel perp\xe9tuel", _s16_120, _s22_61, "administrator", "Administrateur", _s18_58, "Permet \xe0 un utilisateur de g\xe9rer d'autres utilisateurs, modifier les param\xe8tres et tous les enregistrements.", "user_management", _s24_46, "users", "Utilisateurs", "new_user", _s18_110, "edit_user", _s20_80, "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_122, _s19_66, "invoice_options", "Options de facture", _s17_70, _s24_47, _s22_27, 'Afficher seulement la ligne "Pay\xe9 \xe0 ce jour" sur les factures pour lesquelles il y a au moins un paiement.', _s23_17, _s18_111, _s28_15, "Inclure les images jointes dans la facture.", _s16_124, "Afficher l'ent\xeate sur", _s16_125, "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_112, "secondary_color", _s18_113, "page_size", "Taille de page", "font_size", _s16_235, "quote_design", "Design de soumission", "invoice_fields", _s17_138, "product_fields", "Champs produit", "invoice_terms", _s25_45, "invoice_footer", "Pied de facture", "quote_terms", "Conditions de soumission", "quote_footer", "Pied de soumission par d\xe9faut", _s18_59, "Envoi automatique", _s23_18, "Envoi automatiquement les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9es.", _s20_42, "Autoarchivage", _s25_26, _s69_1, _s18_60, "Autoarchivage", _s23_19, _s69_1, _s18_61, "Autoconversion", _s23_20, "Convertir automatiquement une soumission en facture lorsque le client l'accepte.", _s17_72, _s29_47, "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_74, "Trimestrielle", _s16_126, "4 mois", "freq_six_months", "Semestrielle", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_127, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_75, "Nombres g\xe9n\xe9r\xe9s", "charge_taxes", "Facturer les taxes", "next_reset", _s23_38, "reset_counter", "Remettre \xe0 z\xe9ro le compteur", _s16_128, _s17_139, "number_padding", _s23_39, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ Entreprise", "company_value", _s19_67, "credit_field", "Champ Cr\xe9dit", "invoice_field", "Champ Facture", _s17_77, "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_114, "prefix", "Pr\xe9fixe", "number_pattern", _s16_236, "messages", "Messages", "custom_css", _s16_237, _s17_79, _s23_40, _s16_130, _s19_68, _s21_46, "Afficher la signature du client sur la facture/soumission PDF.", _s25_27, _s48_1, _s30_5, "Requiert du client qu'il confirme et accepte les conditions de facturation", _s23_21, "Case \xe0 cocher pour les conditions de soumssion", _s28_16, "Requiert du client qu'il confirme et accepte les conditions de soumission", _s25_28, _s20_81, _s30_6, "Requiert une signature du client", _s23_22, "Signature de soumission", _s22_29, _s42_10, _s27_23, "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_21, "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_115, "attach_pdf", "Joindre un PDF", _s16_131, "Joindre un document", "attach_ubl", "Joindre UBL", "email_style", "Style de courriel", _s19_25, "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_140, "priority", "Priorit\xe9", "fee_amount", _s17_141, "fee_percent", _s21_90, "fee_cap", _s16_238, "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_26, _s26_43, "credentials", "Identifiants", "update_address", "Mise \xe0 jour de l'adresse", _s19_28, "Met \xe0 jour l'adresse du client avec les informations fournies", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_82, "edit_tax_rate", _s22_62, _s16_133, "Le taux de taxe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s16_134, "Le taux de taxe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_82, "Le taux de taxe a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_135, _s42_11, _s17_83, _s42_12, _s18_62, "Les :value taux de taxes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_84, "Les :value taux de taxes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_63, "Les :value taux de taxes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "fill_products", "Remplissage automatique des produits", _s18_64, "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_44, _s65_1, _s16_136, _s22_63, _s21_47, "Convertir automatiquement le prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_64, _s16_138, "Passerelles de paiement", _s19_29, _s19_69, _s20_45, _s20_83, _s23_23, _s37_20, _s23_24, _s43_2, _s24_22, _s40_5, _s23_25, _s41_8, _s24_23, _s41_9, _s25_30, "Les :value passerelles ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s24_24, "Les :value passerelles ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s25_31, "Les :value passerelles ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s16_140, "Continuez l'\xe9dition", "discard_changes", "Annuler les changements", "default_value", _s17_145, "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_239, _s21_48, "Premier jour de la semaine", _s23_26, "Premier mois de l'ann\xe9e", "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_142, "military_time", "Format d'heure 24 h", _s18_65, "Affichage 24h", "send_reminders", _s19_70, "timezone", "Fuseau horaire", _s19_30, "Filtrer par projet", _s17_85, _s18_116, _s19_32, "Filtrer par facture", _s18_66, "Filtrer par client", _s18_68, "Filtrer par fournisseur", "group_settings", "Param\xe8tres des groupes", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau groupe", "edit_group", _s16_240, "created_group", _s32_11, "updated_group", _s38_14, "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", "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", _s46_3, _s16_142, "Param\xe8tres des produits", "device_settings", _s24_49, "defaults", "Pr\xe9-d\xe9finis", "basic_settings", _s18_117, _s17_87, _s18_118, "company_details", "Informations sur l'entreprise", "user_details", "Profil utilisateur", "localization", "Param\xe8tres r\xe9gionaux", "online_payments", _s18_119, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer / Exporter", "custom_fields", _s20_84, "invoice_design", "Mod\xe8les de factures", "buy_now_buttons", _s26_44, "email_settings", _s22_65, _s23_28, "Mod\xe8les et rappels", _s22_30, _s27_55, _s19_34, _s25_46, "price", "Prix", "email_sign_up", "Inscription par courriel", "google_sign_up", _s23_41, _s27_25, "Merci de votre achat!", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats pr\xe9c\xe9dents", _s19_36, _s17_143, "pro_plan", "Plan Pro", "enterprise_plan", "Plan Entreprise", "count_users", ":count utilisateurs", "upgrade", "Mettre \xe0 niveau", _s25_32, "Veuillez entrer votre pr\xe9nom", _s24_25, "Veuillez entrer votre nom", _s33_14, "Vous devez accepter les conditions et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte", _s21_79, "les conditions", _s19_54, "la politique de confidentialit\xe9", _s16_144, _s24_50, "privacy_policy", _s28_63, "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_70, _s32_12, _s21_51, "Veuillez sauvegarder ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_26, "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_89, "Le document a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", _s16_146, "Le document a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_90, "Le document a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_147, _s38_15, _s17_91, _s38_16, _s18_72, "Les :value documents ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_92, "Les :value documents ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_73, "Les :value documents ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "no_history", "Aucun historique", "expense_date", _s18_120, "pending", "En attente", _s16_148, "Connect\xe9", _s16_149, "En attente", _s16_150, "Factur\xe9", "converted", "Convertie", _s24_27, "Ajouter des documents aux factures", "exchange_rate", "Taux de change", _s16_151, "Conversion de devise", "mark_paid", "Marquer pay\xe9e", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_71, "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_152, ":count fournisseurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_153, "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_154, "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_155, "La d\xe9pense a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_93, "Les d\xe9penses ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_156, "Les d\xe9penses ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s17_94, "Les :value d\xe9penses ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "copy_shipping", "Copier livraison", "copy_billing", _s18_121, "design", "Conception", _s21_52, "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_157, "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_38, _s22_66, "budgeted_hours", _s16_241, "created_project", _s32_13, "updated_project", _s39_4, _s16_159, _s35_17, "deleted_project", _s36_17, _s16_160, "Le projet a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_95, ":count projets ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_161, ":count projets ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_96, "Les :value projets ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_project", "Nouveau projet", _s27_30, "Merci d'utiliser notre app!", "if_you_like_it", "Si vous appr\xe9ciez, merci", "click_here", "cliquer ici", _s18_74, "Cliquez ici", "to_rate_it", "d'\xe9valuer notre app.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_11, _s49_0, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_40, _s23_42, _s24_28, _s21_91, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Connexion h\xe9berg\xe9e", "selfhost_login", "Connexion autoh\xe9berg\xe9e", "google_sign_in", "Connexion avec Google", "today", "Aujourd'hui", "custom_range", "Personnalis\xe9", "date_range", _s19_72, "current", "En cours", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode en cours", _s17_98, "P\xe9riode de comparaison", "previous_period", _s18_122, "previous_year", _s16_242, "compare_to", "Comparer \xe0", "last7_days", _s16_243, "last_week", "Derni\xe8re semaine", "last30_days", _s17_144, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_162, "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_73, "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_92, "edit_project", "\xc9diter le projet", _s22_, _s28_64, _s20_47, "\xc9diter la soumission r\xe9currente", "billing_address", _s22_67, _s16_164, "Adresse de livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9es", "invoices_sent", _s24_51, "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_166, "Actualisation compl\xe9t\xe9e", _s23_29, "Veuillez saisir votre courriel", _s26_25, "Veuillez saisir votre mot de passe", _s21_55, "Veuillez saisir votre URL", _s26_27, "Veuillez saisir la cl\xe9 de produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_100, "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_42, _s35_18, "error", "Erreur", _s16_168, _s20_85, "contacts", "Contacts", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_123, "are_you_sure", "Voulez-vous vraiment effectuer cette action?", "cancel", "Annuler", "ok", "Ok", "remove", "Retirer", _s16_170, "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_172, "Le produit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_product", _s37_21, _s16_173, "Le produit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_102, _s36_18, _s16_174, ":count produits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_103, "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_175, _s35_19, "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_176, "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_244, "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_177, "La facture a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_invoice", "La facture a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_178, "La facture a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_104, ":count factures ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_179, _s38_17, _s17_105, "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_124, "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_180, "Date d'\xe9ch\xe9ance paiement partiel", "status", "Statut", _s17_106, "\xc9tat de la facture", "quote_status", "\xc9tat de la soumission", _s22_31, "Cliquez + pour ajouter un article", _s22_33, _s35_20, "count_selected", ":count s\xe9lectionn\xe9s", "total", "Total", "percent", "Pourcent", "edit", "Modifier", "dismiss", "Annuler", _s20_49, "Veuillez saisir une date", _s22_34, _s31_19, _s24_30, "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_13, "Veuillez saisir un num\xe9ro de facture", _s27_34, "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_86, _s22_36, _s50_7, _s22_37, _s50_7, _s23_31, _s56_0, _s23_32, _s56_0, "done", "Valider", _s37_13, "Veuillez saisir un nom de client ou de contact", "dark_mode", "Mode fonc\xe9", _s27_36, "Red\xe9marrez l'app pour mettre \xe0 jour les changements", "refresh_data", "Actualiser les donn\xe9es", "blank_contact", "Contact vide", "activity", "Activit\xe9", _s16_182, "Aucun enregistrement trouv\xe9", "clone", "Dupliquer", "loading", "Chargement", "industry", "Entreprise", "size", "Taille", "payment_terms", "D\xe9lais de paiement", "payment_date", _s16_246, "payment_status", _s16_247, _s16_184, "Em attente", _s16_185, "Annul\xe9e", _s16_186, "\xc9chou\xe9e", _s16_187, "Compl\xe9t\xe9e", _s16_188, "Partiellement rembours\xe9e", _s16_189, "Rembours\xe9e", _s17_107, "Non appliqu\xe9", _s17_108, _s27_58, "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_248, "first_reminder", "1er rappel", "second_reminder", "2e rappel", "third_reminder", "3e rappel", "reminder1", "Premier rappel", "reminder2", "Deuxi\xe8me rappel", "reminder3", _s16_249, "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Message", "send_email", "Envoyer un courriel", "email_receipt", "Envoyer le re\xe7u de paiement par courriel au client", "auto_billing", _s23_44, "button", "Bouton", "preview", "PR\xc9VISUALISATION", "customize", "Personnalisation", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9e", "payment_type", _s16_231, _s21_57, "N\xb0 de r\xe9f\xe9rence", "enter_payment", _s20_89, "new_payment", _s20_89, "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_190, "Le paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_payment", "Le paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s16_191, "Le paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_109, ":count paiements ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_192, ":count paiements ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_110, "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_34, "activity_2", _s33_20, "activity_3", _s34_19, "activity_4", _s32_14, "activity_5", _s38_18, "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_21, "activity_9", _s36_19, "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_20, "activity_16", _s33_21, "activity_17", _s34_20, "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_21, "activity_26", _s34_21, "activity_27", _s37_22, "activity_28", _s34_22, "activity_29", ":contact a approuv\xe9 la soumission :quote pour :client", "activity_30", _s35_22, "activity_31", _s38_19, "activity_32", _s39_5, "activity_33", _s39_6, "activity_34", _s32_15, "activity_35", _s35_23, "activity_36", _s36_22, "activity_37", _s36_23, "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_6, "activity_42", _s27_56, "activity_43", _s33_22, "activity_44", _s30_35, "activity_45", _s31_20, "activity_46", _s31_21, "activity_47", _s38_20, "activity_48", ":user a mis \xe0 jour le billet :ticket", "activity_49", ":user a ferm\xe9 le billet :ticket", "activity_50", ":user a fusionn\xe9 le billet :ticket", "activity_51", ":user a scind\xe9 le billet :ticket", "activity_52", ":contact a ouvert le billet :ticket", "activity_53", ":contact a r\xe9ouvert le billet :ticket", "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", ":user a invers\xe9 la facture :invoice", "activity_59", ":user a annul\xe9 la facture :invoice", "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_111, _s27_57, "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_51, "La soumission a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", _s21_59, "Le cr\xe9dit a \xe9t\xe9 marqu\xe9 comme envoy\xe9 avec succ\xe8s", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_38, _s34_23, "custom_value1", _s17_145, "custom_value2", _s17_145, "custom_value3", _s22_68, "custom_value4", _s22_69, _s18_75, _s30_36, _s24_35, _s39_7, _s29_31, "Message personnalis\xe9 pour facture impay\xe9e", _s27_41, "Message personnalis\xe9 pour facture pay\xe9e", _s31_10, "Message personnalis\xe9 pour soumission non approuv\xe9e", "lock_invoices", "Verrouiller les factures", "translations", "Traductions", _s19_43, "Mod\xe8le du num\xe9ro de t\xe2che", _s19_45, "Compteur du num\xe9ro de t\xe2che", _s22_40, "Mod\xe8le du num\xe9ro de d\xe9pense", _s22_42, "Compteur du num\xe9ro de d\xe9pense", _s21_60, "Mod\xe8le du num\xe9ro de fournisseur", _s21_62, "Compteur du num\xe9ro de fournisseur", _s21_64, "Mod\xe8le du num\xe9ro de billet", _s21_66, "Compteur du num\xe9ro de billet", _s22_44, "Mod\xe8le du num\xe9ro de paiement", _s22_46, "Compteur du num\xe9ro de paiement", _s22_48, "Mod\xe8le du num\xe9ro de facture", _s22_50, _s29_48, _s20_52, "Mod\xe8le du num\xe9ro de soumission", _s20_54, "Compteur du num\xe9ro de soumission", _s21_68, _s26_46, _s21_70, _s28_66, _s21_72, _s26_46, _s21_73, _s28_66, _s18_77, _s33_23, "counter_padding", "Espacement du compteur", _s28_51, "Compteur partag\xe9 pour les factures et les soumissions", _s18_79, "Nom de taxe par d\xe9faut 1", _s18_81, "Taux de taxe par d\xe9faut 1", _s18_83, "Nom de taxe par d\xe9faut 2", _s18_85, "Taux de taxe par d\xe9faut 2", _s18_87, "Nom de taxe par d\xe9faut 3", _s18_89, "Taux de taxe par d\xe9faut 3", _s21_74, "Objet du courriel de facture", _s19_47, "Objet du courriel de soumission", _s21_76, "Objet du courriel de paiement", _s29_33, "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_193, "Client actif", "client_balance", "Solde du client", "client_address1", "Rue du clients", "client_address2", "Apt/Suite", "vendor_address1", "Rue du fournisseur", "vendor_address2", "App du fournisseur", _s24_37, "Rue d'exp\xe9dition", _s24_38, "Exp\xe9dition Apt/Suite", "type", "Type", "invoice_amount", _s21_93, _s16_197, "\xc9ch\xe9ance", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_44, "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_113, _s25_47, _s17_114, _s25_48, _s17_115, _s25_49, _s17_116, _s25_50, "is_deleted", "Est supprim\xe9", "vendor_city", _s20_87, "vendor_state", "Province du fournisseur", "vendor_country", _s19_74, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_75, "age", "\xc2ge", "is_running", "En cours", "time_log", _s16_250, "bank_id", "Banque", _s19_49, "ID de cat\xe9gorie de d\xe9pense", _s16_198, _s20_88, _s19_51, "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", "ID de transaction", "color_theme", "Couleur de th\xe8me"], t1, t1), "de", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importiere Daten", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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", "Zuletzt aktualisiert", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_5, "Kontakt Vorname", _s17_1, "Kontakt Nachname", "order", "Order", "unassigned", "Nicht zugewiesen", "partial_value", "Muss gr\xf6sser als Null und kleiner als der Gesamtbetrag sein", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktivieren", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Passen Sie die Rechnungslink-Subdom\xe4ne an oder stellen Sie die Rechnung auf Ihrer eigenen Webseite zur Verf\xfcgung.", _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Gutscheincode", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Sicherheit", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_11, "Neues Abonnement", _s17_7, "Abonnement bearbeiten", _s20_1, "Abonnement erfolgreich erstellt", _s20_2, "Abonnement erfolgreich aktualisiert", _s21_6, "Abonnement erfolgreich archiviert", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Mit Gmail verbinden", _s16_13, "von Gmail trennen", "connected_gmail", "Mit Gmail erfolgreich verbunden", _s18_13, "Von Gmail erfolgreich getrennt", _s16_15, _s100_, _s16_16, "Kundennummer", "count_minutes", ":count Minuten", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, "Ein Fehler ist aufgetreten, bitte versuchen Sie es erneut.", _s27_2, "Bitte vergeben Sie zuerst ein Passwort.", _s34_1, _s52_, "help_translate", "Hilf mit beim \xdcbersetzen", _s23_2, "Bitte w\xe4hlen Sie ein Land", "resend_invite", "Einladung erneut versenden", _s19_1, "2FA erfolgreich deaktiviert", _s16_22, "Konto erfolgreich verbunden.", _s19_2, "Konto erfolgreich getrennt.", "delivered", "zugestellt", "bounced", "Abpraller", "spam", "Spam", "view_docs", "Dokumentation ansehen.", _s32_, _s72_, "send_sms", "SMS senden", "sms_code", "SMS-Code", _s21_10, "Barcode mit :link kompatibler App scannen.", _s18_14, "Zwei-Faktor-Authentifizierung erfolgreich aktiviert", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Zwei-Faktor-Authentifizierung", _s18_15, "Zwei-Faktor-Authentifizierung deaktivieren", _s34_2, "Password mit Verkn\xfcpfung zu Sozialmedia notwendig", "stay_logged_in", "Eingeloggt bleiben", _s23_4, "Warnung: Ihre Sitzung l\xe4uft bald ab", "count_hours", ":count Stunden", "count_day", "1 Tag", "count_days", ":count Tage", _s19_3, "Web-Sitzungs-Timeout", _s17_12, "Sicherheitseinstellungen", "resend_email", "Best\xe4tigungsemail erneut versenden", _s26_2, "Bitte best\xe4tigen Sie Ihre E-Mail-Adresse", _s16_23, "Zahlung erstattet", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Zeige Aktionen", _s17_14, "Mehrfachauswahl", _s27_4, "Eine E-Mail wurde versandt um Ihre E-Mail-Adresse zu best\xe4tigen.", _s21_11, _s97_, "this_quarter", "Dieses Quartal", "last_quarter", "Letztes Quartal", "to_update_run", "Zum \xc4nderungslauf", _s18_17, "In Rechnung umwandeln", _s16_24, "Registrierungs-URL", "invoice_project", "Projekt berechnen", "invoice_task", "Aufgabe in Rechnung stellen", "invoice_expense", "Ausgabe abrechnen", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, "Speichern und Vorschau anzeigen", "save_and_email", "Speichern und verschicken", _s16_28, "Unterst\xfctzte Ereignisse", _s16_30, "Umgerechneter Betrag", _s17_16, "Guthabenstand", _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Gesendet", _s17_18, "Standard-Dokumente", "document_upload", "Dokument hochladen", _s20_7, "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_13, "Der Entwicklungsmodus ist aktiviert", _s26_3, _s96_, "running_tasks", "Laufende Aufgaben", "recent_tasks", "K\xfcrzliche Aufgaben", "recent_expenses", "K\xfcrzliche Ausgaben", _s17_20, "Zuk\xfcnftige Ausgaben", "update_app", "App aktualisieren", "started_import", "Import erfolgreich gestartet", _s24_3, "Dupliziere Spaltenzuordnung", _s20_8, "Benutzt Inklusive Steuern", _s18_19, "Ist Betrag erm\xe4\xdfigt", "column", "Spalte", "sample", "Beispiel", "map_to", "Zuordnen", "import", "Importieren", _s25_1, "Benutze erste Zeile als Spalten\xfcberschrift", "select_file", "Bitte w\xe4hle eine Datei", _s16_32, "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_5, "Bitte geben Sie alle CSV-Dateien an.", "import_type", "Import Typ", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "Lizenzen anzeigen", "webhook_url", "Webhook URL", _s17_22, "Vollbild Editor", "sidebar_editor", "Seitenmen\xfc Editor", _s22_6, '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_6, "Versendete Rechnungen sind gesperrt", _s24_8, "Bezahlte Rechnungen sind gesperrt", "source_code", "Quellcode", "app_platforms", "Applikations Platform", "invoice_late", _s18_126, "quote_expired", "Angebot abgelaufen", "partial_due", "Anzahlung", "invoice_total", "Rechnungsbetrag", "quote_total", "Angebotssumme", "credit_total", "Gesamtguthaben", _s23_5, "Gesamtbetrag", "actions", "Aktionen", "expense_number", "Ausgabennummer", "task_number", "Aufgabennummer", "project_number", "Projektnummer", "project_name", "Projektname", "warning", "Warnung", "view_settings", "Einstellungen anzeigen", _s24_10, "Warnung: diese Firma wurde noch nicht aktiviert", "late_invoice", _s18_126, "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_24, _s19_76, "clear_cache", "Zwischenspeicher leeren", "sort_order", "Sortierreihenfolge", "task_status", "Status", "task_statuses", "Aufgaben Status", "new_task_status", "Neuer Aufgaben Status", _s16_34, "Aufgaben Status bearbeiten", _s19_9, "Aufgaben Status erfolgreich erstellt", _s19_10, "Aufgabenstatus erfolgreich aktualisiert", _s20_10, "Aufgaben Status erfolgreich archiviert", _s19_11, "Aufgaben Status erfolgreich gel\xf6scht", _s19_12, "Aufgaben Status erfolgreich entfernt", _s20_11, "Aufgaben Status erfolgreich wiederhergestellt", _s22_7, ":value Aufgaben Stati erfolgreich archiviert", _s21_15, ":value Aufgaben Stati erfolgreich gel\xf6scht", _s22_8, ":value Aufgaben Stati erfolgreich wiederhergestellt", _s18_21, "Suche 1 Aufgaben Status", _s20_13, "Suche :count Aufgaben Status", _s16_36, "Zeige Aufgaben Tabelle", _s21_16, "Beim Erstellen von Rechnungen immer die Aufgabenauswahl anzeigen", _s20_14, "Aufgaben Zeiterfassung in Rechnung stellen", _s25_2, "Zeitdetails in der Rechnungsposition ausweisen", _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, "Beginne Aufgabe vor dem Speichern", _s18_22, "Stati bearbeiten", "task_settings", "Aufgaben Einstellungen", _s20_18, "Kategorien bearbeiten", _s18_24, "Ausgabenkategorien", _s20_20, "Neue Ausgabenkategorie", _s21_18, "Ausgaben Kategorie bearbeiten", _s24_11, "Ausgabenkategorie erfolgreich erstellt", _s24_12, "Ausgabenkategorie erfolgreich aktualisiert", _s25_5, "Ausgabenkategorie erfolgreich archiviert", _s24_13, "Kategorie erfolgreich gel\xf6scht", _s24_14, "Ausgaben Kategorie erfolgreich entfernt", _s25_6, "Ausgabenkategorie erfolgreich wiederhergestellt", _s27_8, ":count Ausgabenkategorien erfolgreich archiviert", _s26_4, ":value Ausgabenkategorien erfolgreich gel\xf6scht", _s27_9, ":value Ausgabenkategorien erfolgreich wiederhergestellt", _s23_6, "Suche 1 Ausgabenkategorie", _s25_8, "Suche :count Ausgabenkategorie", _s21_20, "Verf\xfcgbares Guthaben verwenden", "show_option", "Zeige Option", _s22_9, "Der Guthabenbetrag darf den Zahlungsbetrag nicht \xfcbersteigen", "view_changes", "\xc4nderungen anzeigen", "force_update", "Aktualisierungen erzwingen", _s17_26, "Du benutzt die aktuellste Version, aber es stehen noch ausstehende Fehlerbehebungen zur Verf\xfcgung", "mark_paid_help", "Verfolge ob Ausgabe bezahlt wurde", _s18_26, "Sollte in Rechnung gestellt werden", _s23_7, "Erm\xf6gliche diese Ausgabe in Rechnung zu stellen", _s29_2, "Dokumente sichtbar machen", _s21_22, "Wechselkurs setzen", _s16_38, "Ausgaben Einstellungen", _s18_27, "Duplizieren zu Widerkehrend", "crypto", "Verschl\xfcsselung", "paypal", "PayPal", "alipay", "Alipay", "sofort", "SOFORT-\xdcberweisung", "apple_pay", _s16_199, "user_field", "Benutzer Feld", "variables", "Variablen", "show_password", "Zeige Passwort", "hide_password", "Verstecke Passwort", "copy_error", "Kopier Fehler", "capture_card", "Capture Card", _s17_27, "Automatische Rechnungsstellung aktivieren", "total_taxes", "Gesamt Steuern", "line_taxes", _s20_90, "total_fields", "Gesamt Felder", _s25_9, "Wiederkehrende Rechnung erfolgreich gestoppt", _s25_10, "Wiederkehrende Rechnung erfolgreich gestartet", _s25_11, "Wiederkehrende Rechnung erfolgreich fortgesetzt", "gateway_refund", "Zahlungsanbieter R\xfcckerstattung", _s19_13, "Bearbeite die R\xfcckerstattung \xfcber den Zahlungsanbieter", "due_date_days", _s16_251, "paused", "Pausiert", "mark_active", "Markiere aktiv", "day_count", "Tag :count", _s22_10, "Erster Tag des Monats", _s21_23, "Letzter Tag des Monats", _s17_29, "Benutze Zahlungsbedingung", "endless", "Endlos", "next_send_date", "N\xe4chstes Versanddatum", _s16_40, "Verbleibende Durchg\xe4nge", _s17_31, "Wiederkehrende Rechnung", _s18_29, "Wiederkehrende Rechnungen", _s21_25, "Neue wiederkehrende Rechnung", _s22_12, "Bearbeite wiederkehrende Rechnung", _s25_12, "Wiederkehrende Rechnung erfolgreich erstellt", _s25_13, "Wiederkehrende Rechnung erfolgreich aktualisiert", _s26_5, "Wiederkehrende Rechnung erfolgreich archiviert", _s25_14, "Wiederkehrende Rechnung erfolgreich gel\xf6scht", _s25_15, "Wiederkehrende Rechnung erfolgreich entfernt", _s26_6, "Wiederkehrende Rechnung erfolgreich wiederhergestellt", _s27_10, ":value Wiederkehrende Rechnung erfolgreich archiviert", _s26_7, ":value Wiederkehrende Rechnungen erfolgreich gel\xf6scht", _s27_11, ":value Wiederkehrende Rechnungen erfolgreich wiederhergestellt", _s24_15, "Suche 1 wiederkehrende Rechnung", _s25_16, "Suche :count Wiederkehrende Rechnungen", "send_date", "Versanddatum", "auto_bill_on", "Automatische Rechnungsstellung zum", _s28_2, "Minimaler Unterzahlungsbetrag", "profit", "Profit", "line_item", "Posten", _s18_31, "\xdcberzahlung zulassen", _s23_8, "\xdcberzahlungen zulassen, beispielsweise Trinkgelder", _s19_14, "Unterzahlung zulassen", _s24_16, "Teilzahlungen zulassen", "test_mode", "Test Modus", "opened", "Ge\xf6ffnet", _s30_0, "Fehler bei Kontenabstimmung", _s30_1, "Kontenabstimmung erfolgreich", "gateway_success", "Zahlungsanbieter erfolgreich", "gateway_failure", _s23_48, "gateway_error", _s23_48, "email_send", "E-Mail gesendet", _s17_33, "E-Mail Wiederholungswarteschlange", "failure", "Fehler", "quota_exceeded", "Quota erreicht", _s16_42, "Upstream Fehler", "system_logs", "System-Log", "view_portal", "Portal anzeigen", "copy_link", "Link kopieren", "token_billing", "Kreditkarte merken", _s24_17, "Willkommen bei Invoice Ninja", "always", "Immer", "optin", "Anmelden", "optout", "Abmelden", "label", "Label", "client_number", "Kundennummer", "auto_convert", _s24_52, "company_name", "Firmenname", "reminder1_sent", "Erste Erinnerung verschickt", "reminder2_sent", "Zweite Erinnerung verschickt", "reminder3_sent", "Dritte Erinnerung verschickt", _s18_33, "Letzte Erinnerung verschickt", "pdf_page_info", "Seite :current von :total", _s16_44, "Rechnungen erfolgreich versendet", "emailed_quotes", "Angebote erfolgreich versendet", "emailed_credits", _s41_10, "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", "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_23, "Online-Zahlung E-Mail Adresse", _s20_25, "manuelle Zahlung E-Mail Adresse", "completed", "Abgeschlossen", "gross", "Gesamtbetrag", "net_amount", "Netto Betrag", "net_balance", "Netto Betrag", "client_settings", "Kundeneinstellungen", _s17_35, "Ausgew\xe4hlte Rechnungen", _s17_37, "Ausgew\xe4hlte Zahlungen", "selected_quotes", "Ausgew\xe4hlte Angebote", "selected_tasks", "Ausgew\xe4hlte Aufgaben", _s17_39, "Ausgew\xe4hlte Ausgaben", _s17_41, "Ausstehende Rechnungen", _s17_43, "\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", "Angebot annehmen", "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_45, "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_46, "Webhook erfolgreich archiviert", "deleted_webhook", "Webhook erfolgreich gel\xf6scht", "removed_webhook", "Webhook erfolgreich entfernt", _s16_47, "Webhook erfolgreich wiederhergestellt", _s17_46, ":value Webhooks erfolgreich archiviert", _s16_48, ":value Webhooks erfolgreich gel\xf6scht", _s16_49, ":value Webhooks erfolgreich entfernt", _s17_47, ":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_16, "Kunden Registration", _s24_19, "Den Kunden erm\xf6glichen, sich selbst im Portal zu registrieren.", _s21_27, "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 eMail", _s20_28, "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_50, "Verbleibendes Guthaben", "contact_name", "Name des Kontakts", "use_default", "Benutze Standardwert", _s16_52, "Endlose Reminder", "number_of_days", "Anzahl Tage", _s23_10, "Zahlungsbedingungen bearbeiten", "payment_term", "Zahlungsbedingung", _s16_53, "Neue Zahlungsbedingung", _s17_49, "Bearbeite Zahlungsbedingungen", _s20_29, "Zahlungsbedingung erfolgreich erstellt", _s20_30, "Zahlungsbedingung erfolgreich aktualisiert", _s21_28, "Zahlungsbedingung erfolgreich archiviert", _s20_31, "Zahlungsbedingung erfolgreich gel\xf6scht", _s20_32, "Zahlungsbedingung erfolgreich entfernt", _s21_29, "Zahlungsbedingungen erfolgreich wiederhergestellt", _s22_17, ":value Zahlungsbedingungen erfolgreich archiviert", _s21_30, ":value Zahlungsbedingungen erfolgreich gel\xf6scht", _s22_18, ":value Zahlungsbedingungen erfolgreich wiederhergestellt", "email_sign_in", "Mit E-Mail anmelden", "change", "\xc4ndern", _s23_12, "M\xf6chten Sie zur mobilen Ansicht wechseln?", _s24_20, "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_35, _s19_77, _s16_56, "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_57, "Suche Steuersatz", "search_tasks", "Suche Aufgaben", "search_settings", "Suche 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_53, "Rechnung erfolgreich storniert", _s18_37, "Rechnungen erfolgreich storniert", _s16_63, "Rechnung erfolgreich zur\xfcckgebucht", _s17_54, "Rechnungen erfolgreich zur\xfcckgebucht", "reverse", "R\xfcckbuchung", "full_name", "Voller Name", _s17_55, "Stadt / Bundesland / PLZ", _s17_57, "Plz/Stadt/Staat", "custom1", "Benutzerdefiniert 1", "custom2", "Benutzerdefiniert 2", "custom3", _s19_78, "custom4", _s19_78, "optional", "optional", "license", "Lizenz", "purge_data", "Daten s\xe4ubern", _s16_64, "Die Kontodaten wurden erfolgreich gel\xf6scht", _s18_38, "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_18, "Empfange alle Benachrichtigungen", _s16_65, "Lizenz kaufen", "apply_license", "Lizenz anwenden", "cancel_account", "Konto k\xfcndigen", _s22_19, "Warnung: Diese Aktion wird dein Konto unwiderruflich l\xf6schen.", "delete_company", "Firma l\xf6schen", _s22_20, "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", "Kopf", "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_67, ":value Designs erfolgreich archiviert", "deleted_designs", ":value Designs erfolgreich gel\xf6scht", _s16_68, ":value Designs erfolgreich wiederhergestellt", "proposals", "Vorschl\xe4ge", "tickets", "Tickets", _s16_69, "Wiederkehrende Angebote", "recurring_tasks", "Wiederkehrende Aufgabe", _s18_, "Wiederkehrende Ausgaben", _s18_39, "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_71, ":count Guthaben erfolgreich archiviert", "deleted_credits", ":count Guthaben erfolgreich gel\xf6scht", _s16_72, ":value Guthaben erfolgreich archiviert", "current_version", "Aktuelle Version", "latest_version", "Neueste Version", "update_now", "Jetzt aktualisieren", _s26_13, "Eine neue Version der Webapp ist verf\xfcgbar.", _s16_73, "Update verf\xfcgbar", "app_updated", "Update erfolgreich", "learn_more", "Mehr erfahren", "integrations", "Integrationen", "tracking_id", "Sendungsnummer", _s17_59, "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_37, "surcharge2", _s30_38, "surcharge3", _s30_39, "surcharge4", _s30_40, "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_45, "Letzter Login des Kontakts", _s17_61, "Vollst\xe4ndiger Name des Kontakts", "contact_phone", "Telefonnummer des Kontakts", _s21_31, "Kontakt Benutzerdefinierter Wert 1", _s21_32, "Kontakt Benutzerdefinierter Wert 2", _s21_33, "Kontakt Benutzerdefinierter Wert 3", _s21_34, "Kontakt Benutzerdefinierter Wert 4", _s17_63, "Strasse Versandanschrift", _s17_64, "Versand Adresszusatz", "shipping_city", "Stadt Versandanschrift", "shipping_state", "Versand Bundesland", _s20_33, "Postleitzahl Versandanschrift", _s16_103, "Lieferungsland", _s16_105, "Strasse Rechnungsanschrift", _s16_106, "Rechnung Adresszusatz", "billing_city", "Stadt Rechnungsanschrift", "billing_state", "Rechnung Bundesland", _s19_19, "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", "Gewinn und Verlust", "reports", "Berichte", "report", "Bericht", "add_company", "Konto hinzuf\xfcgen", "unpaid_invoice", "Unbezahlte Rechnung", "paid_invoice", "Bezahlte Rechnung", _s16_107, "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_35, "K\xfcrzliche Fehler aus den Logs einf\xfcgen", _s30_4, "Wir haben ihre Nachricht erhalten und bem\xfchen uns schnellstm\xf6glich zu antworten.", "message", "Nachricht", "from", "Von", _s20_35, "Produktdetails anzeigen", _s25_20, "Beschreibung und Kosten in die Produkt-Dropdown-Liste einf\xfcgen", _s20_37, "Der PDF-Renderer ben\xf6tigt :version", _s18_48, "Anpassungszuschlag Prozent", _s23_14, "Geb\xfchren Prozentsatz an das Konto anpassen", _s18_50, "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_36, "Das Passwort ist zu kurz", _s20_38, "Das Passwort muss einen Gro\xdfbuchstaben und eine Nummer enthalten", _s19_21, "Kundenportal-Aufgaben", _s23_15, "Kundenportal-\xdcbersicht", _s20_39, "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_66, "Produktkosten anzeigen", "show_cost_help", "Feld f\xfcr Einkaufspreis anzeigen, um Gewinnspanne zu verfolgen", _s21_37, "Produktanzahl anzeigen", _s26_15, "Zeigen ein Mengenangabe Feld, sonst den Standardwert 1", _s21_39, "Rechnungsanzahl anzeigen", _s26_16, "Zeige ein Rechnungsposten Anzahlfeld, sonst den Standardwert 1", _s21_41, "Produkterm\xe4\xdfigung anzeigen", _s26_17, "Zeige Rabattfeld in Belegposition", _s16_109, "Standardanzahl", _s21_43, "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_111, _s19_76, "user", "Benutzer", "invoice_tax", "Rechnungssteuer", "line_item_tax", _s20_90, "inclusive_taxes", "Inklusive Steuern", _s17_68, "Rechnungs-Steuers\xe4tze", "item_tax_rates", "Element-Steuers\xe4tze", _s18_52, _s29_49, "configure_rates", "Steuers\xe4tze bearbeiten", _s18_53, "Zahlungsanbieter bearbeiten", "tax_settings", "Steuer-Einstellungen", _s18_55, "Steuers\xe4tze", "accent_color", "Akzent-Farbe", "switch", "Switch", _s19_23, "Komma-separierte Liste", "options", "Optionen", _s16_113, "Einzeiliger Text", "multi_line_text", "Mehrzeiliger Text", "dropdown", "Dropdown", "field_type", "Feldtyp", _s27_22, "Eine Passwort-Wiederherstellungs-Mail wurde versendet", "submit", "Abschicken", _s16_115, "Passwort wiederherstellen", "late_fees", "Versp\xe4tungszuschl\xe4ge", "credit_number", "Gutschriftnummer", "payment_number", "Zahlungsnummer", "late_fee_amount", "H\xf6he des Versp\xe4tungszuschlags", _s16_116, "Versp\xe4tungszuschlag Prozent", "schedule", "Zeitgesteuert", "before_due_date", "Vor dem F\xe4lligkeitsdatum", "after_due_date", "Nach dem F\xe4lligkeitsdatum", _s18_57, "Nach dem Rechnungsdatum", "days", "Tage", "invoice_email", "Rechnungsmail", "payment_email", "Zahlungsmail", "partial_payment", "Teilzahlung", "payment_partial", "Teilzahlung", _s21_44, "Teilzahlungsmail", "quote_email", "Angebotsmail", _s16_118, "Endlose Erinnnerung", _s16_120, "Gefiltert nach Benutzer", "administrator", "Administrator", _s18_58, "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_122, _s24_53, "invoice_options", "Rechnungsoptionen", _s17_70, '"Bereits gezahlt" ausblenden', _s22_27, '"Bereits gezahlt" nur anzeigen, wenn eine Zahlung eingegangen ist.', _s23_17, "Dokumente einbetten", _s28_15, "Bildanh\xe4nge zu den Rechnungen hinzuf\xfcgen.", _s16_124, "Zeige Kopf auf", _s16_125, "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_59, "Automatische Email", _s23_18, "Senden Sie wiederkehrende Rechnungen automatisch per E-Mail, wenn sie erstellt werden.", _s20_42, _s20_91, _s25_26, "Archivieren Sie Rechnungen automatisch, wenn sie bezahlt sind.", _s18_60, _s20_91, _s23_19, "Archivieren Sie Angebote automatisch, wenn sie konvertiert werden.", _s18_61, _s24_52, _s23_20, "Das Angebot automatisch in eine Rechnung umwandeln wenn es vom Kunden angenommen wird.", _s17_72, "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_74, "Dreimonatlich", _s16_126, "Vier Monate", "freq_six_months", "Halbj\xe4hrlich", "freq_annually", "J\xe4hrlich", "freq_two_years", "Zwei Jahre", _s16_127, "Drei Jahre", "never", "Niemals", "company", "Firma", _s17_75, "Generierte Nummern", "charge_taxes", "Steuern erheben", "next_reset", "N\xe4chster Reset", "reset_counter", "Z\xe4hler-Reset", _s16_128, "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_77, "Rechnungsgeb\xfchr", "client_field", "Kundenfeld", "product_field", "Produktfeld", "payment_field", "Zahlungs-Feld", "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_79, "Benutzerdefiniertes JavaScript", _s16_130, "Auf PDF anzeigen", _s21_46, "Unterschrift des Kunden auf dem Angebots/Rechnungs PDF anzeigen.", _s25_27, "Checkbox f\xfcr Rechnungsbedingungen", _s30_5, "Erfordern Sie die Best\xe4tigung der Rechnungsbedingungen durch den Kunden.", _s23_21, "Checkbox f\xfcr Angebotsbedingungen", _s28_16, "Erfordern Sie die Best\xe4tigung der Angebotsbedingungen durch den Kunden.", _s25_28, "Rechnungsunterschrift", _s30_6, "Erfordern Sie die Unterschrift des Kunden bei Rechnungen.", _s23_22, "Angebotsunterschrift", _s22_29, "Rechnungen mit Passwort sch\xfctzen", _s27_23, "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_21, "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_131, "Dokumente anh\xe4ngen", "attach_ubl", "UBL anh\xe4ngen", "email_style", "E-Mail-Stil", _s19_25, "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_26, "Logos der akzeptierten Kreditkarten", "credentials", "Zugangsdaten", "update_address", "Adresse aktualisieren", _s19_28, "Kundenadresse mit den gemachten Angaben aktualisieren", "rate", "Satz", "tax_rate", "Steuersatz", "new_tax_rate", "Neuer Steuersatz", "edit_tax_rate", "Steuersatz bearbeiten", _s16_133, "Steuersatz erstellt", _s16_134, "Steuersatz aktualisiert", _s17_82, "Steuersatz archiviert", _s16_135, "Steuersatz erfolgreich gel\xf6scht", _s17_83, "Steuersatz erfolgreich wiederhergestellt", _s18_62, ":value Steuers\xe4tze erfolgreich archiviert", _s17_84, ":value Steuers\xe4tze erfolgreich gel\xf6scht", _s18_63, ":value Steuers\xe4tze erfolgreich wiederhergestellt", "fill_products", "Produkte automatisch ausf\xfcllen", _s18_64, "Beim Ausw\xe4hlen eines Produktes werden automatisch Beschreibung und Kosten ausgef\xfcllt", "update_products", "Produkte automatisch aktualisieren", _s20_44, "Beim Aktualisieren einer Rechnung werden die Produkte automatisch aktualisiert", _s16_136, "Produkte konvertieren", _s21_47, "Produktpreise automatisch in die W\xe4hrung des Kunden konvertieren", "fees", "Geb\xfchren", "limits", "Grenzwerte", "provider", "Anbieter", "company_gateway", "Zahlungs-Gateway", _s16_138, "Zahlungs-Gateways", _s19_29, "Neues Gateway", _s20_45, "Gateway bearbeiten", _s23_23, "Gateway erfolgreich erstellt", _s23_24, "Gateway erfolgreich aktualisiert", _s24_22, "Gateway erfolgreich archiviert", _s23_25, "Gateway erfolgreich gel\xf6scht", _s24_23, "Gateway erfolgreich wiederhergestellt", _s25_30, ":value Zahlungsanbieter erfolgreich archiviert", _s24_24, ":value Zahlungsanbieter erfolgreich gel\xf6scht", _s25_31, ":value Zahlungsanbieter erfolgreich wiederhergestellt", _s16_140, "Weiterbearbeiten", "discard_changes", "\xc4nderungen verwerfen", "default_value", "Standardwert", "disabled", "Deaktiviert", "currency_format", "W\xe4hrungsformat", _s21_48, "Erster Tag der Woche", _s23_26, "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_65, "24-Stunden-Anzeige", "send_reminders", "Erinnerungen senden", "timezone", "Zeitzone", _s19_30, "Nach Projekt filtern", _s17_85, "Gefiltert nach Gruppe", _s19_32, "Gefiltert nach Rechnung", _s18_66, "Gefiltert nach Kunde", _s18_68, "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", "upload_logo", "Logo hochladen", "uploaded_logo", "Logo erfolgreich hochgeladen", "logo", "Logo", "saved_settings", "Einstellungen erfolgreich gespeichert", _s16_142, "Produkt-Einstellungen", "device_settings", "Ger\xe4teeinstellungen", "defaults", "Standards", "basic_settings", _s24_53, _s17_87, "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_28, "Vorlagen & Erinnerungen", _s22_30, "Kreditkarten & Banken", _s19_34, "Datenvisualisierungen", "price", "Preis", "email_sign_up", "E-Mail-Registrierung", "google_sign_up", "Registrierung via Google", _s27_25, "Vielen Dank f\xfcr Ihren Kauf!", "redeem", "Einl\xf6sen", "back", "Zur\xfcck", "past_purchases", "Vergangene K\xe4ufe", _s19_36, "Jahres-Abonnement", "pro_plan", "Pro-Tarif", "enterprise_plan", "Enterprise-Tarif", "count_users", ":count Benutzer", "upgrade", "Upgrade", _s25_32, "Bitte geben Sie einen Vornamen ein", _s24_25, "Bitte geben Sie einen Nachnamen ein", _s33_14, "Bitte stimmen Sie den Nutzungsbedingungen und der Datenschutzerkl\xe4rung zu, um ein Konto zu erstellen.", "i_agree_to_the", "Ich stimme den", _s21_79, "Nutzungsbedingungen", _s19_54, _s20_92, _s16_144, "Service-Bedingungen", "privacy_policy", _s20_92, "sign_up", "Anmeldung", "account_login", "Konto Login", "view_website", "Webseite anschauen", "create_account", "Konto erstellen", "email_login", "E-Mail-Anmeldung", "create_new", "Neu...", _s18_70, "Kein Eintrag ausgew\xe4hlt", _s21_51, "Bitte speichern oder verwerfen Sie Ihre \xc4nderungen", "download", "Downloaden", _s27_26, "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_89, "Dokument erfolgreich hochgeladen", _s16_146, "Dokument erfolgreich aktualisiert", _s17_90, "Dokument erfolgreich archiviert", _s16_147, "Dokument erfolgreich gel\xf6scht", _s17_91, "Dokument erfolgreich wiederhergestellt", _s18_72, ":value Dokumente erfolgreich archiviert", _s17_92, ":value Dokumente erfolgreich gel\xf6scht", _s18_73, ":value Dokumente erfolgreich wiederhergestellt", "no_history", "Kein Verlauf", "expense_date", "Ausgabendatum", "pending", "Ausstehend", _s16_148, "Aufgezeichnet", _s16_149, "Ausstehend", _s16_150, "Fakturiert", "converted", "Umgewandelt", _s24_27, "F\xfcgen Sie Dokumente zur Rechnung hinzu", "exchange_rate", "Wechselkurs", _s16_151, "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_152, ":count Lieferanten erfolgreich archiviert", "deleted_vendors", ":count Lieferanten erfolgreich gel\xf6scht", _s16_153, ":value Lieferanten erfolgreich wiederhergestellt", "new_expense", "Ausgabe eingeben", "created_expense", "Ausgabe erfolgreich erstellt", "updated_expense", "Ausgabe erfolgreich aktualisiert", _s16_154, "Ausgabe erfolgreich archiviert", "deleted_expense", "Ausgabe erfolgreich gel\xf6scht", _s16_155, "Ausgabe erfolgreich wiederhergestellt", _s17_93, "Ausgaben erfolgreich archiviert", _s16_156, "Ausgaben erfolgreich gel\xf6scht", _s17_94, ":value Ausgaben erfolgreich wiederhergestellt", "copy_shipping", "Versand kopieren", "copy_billing", "Zahlung kopieren", "design", "Design", _s21_52, "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_157, "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_38, "Bitte geben Sie einen Namen ein", "budgeted_hours", "Budgetierte Stunden", "created_project", "Projekt erfolgreich erstellt", "updated_project", "Projekt erfolgreich aktualisiert", _s16_159, "Projekt erfolgreich archiviert", "deleted_project", "Projekt erfolgreich gel\xf6scht", _s16_160, "Projekt erfolgreich wiederhergestellt", _s17_95, "Erfolgreich :count Projekte archiviert", _s16_161, "Erfolgreich :count Projekte gel\xf6scht", _s17_96, ":value Projekte erfolgreich wiederhergestellt", "new_project", "neues Projekt", _s27_30, "Vielen Dank, dass Sie unsere App nutzen!", "if_you_like_it", "Wenn es dir gef\xe4llt, bitte", "click_here", "hier klicken", _s18_74, "Klicke hier", "to_rate_it", ", um es zu bewerten.", "average", "Durchschnittlich", "unapproved", "Nicht genehmigt", _s30_11, "Bitte authentifizieren Sie sich, um diese Einstellung zu \xe4ndern.", "locked", "Gesperrt", "authenticate", "Authentifizieren", _s19_40, "Bitte authentifizieren Sie sich", _s24_28, "Biometrische Authentifizierung", "footer", "Fu\xdfzeile", "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_98, "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_162, "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", _s22_, "Wiederkehrende Ausgabe bearbeiten", _s20_47, "Bearbeite wiederkehrendes Angebot", "billing_address", "Rechnungsadresse", _s16_164, "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_166, "Aktualisieren beendet", _s23_29, "Bitte geben Sie Ihre E-Mail-Adresse ein", _s26_25, "Bitte geben Sie Ihr Passwort ein", _s21_55, "Bitte geben Sie Ihre URL ein", _s26_27, "Bitte geben Sie Ihren Produkt schl\xfcssel ein", "ascending", "Aufsteigend", "descending", "Absteigend", "save", "Speichern", _s17_100, "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", "Kundennummer", "create", "Erstellen", _s19_42, ":value in die Zwischenablage kopiert", "error", "Fehler", _s16_168, "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_170, "E-Mail ist ung\xfcltig", "product", "Produkt", "products", "Produkte", "new_product", "Neues Produkt", "created_product", "Produkt erfolgreich erstellt", "updated_product", "Produkt erfolgreich aktualisiert", _s16_172, "Produkt erfolgreich archiviert", "deleted_product", "Produkt erfolgreich gel\xf6scht", _s16_173, "Produkt erfolgreich wiederhergestellt", _s17_102, "Archivierung erfolgreich :Produktz\xe4hler", _s16_174, "Erfolgreich :count Produkte gel\xf6scht", _s17_103, ":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_175, ":count Kunden erfolgreich archiviert", "deleted_client", "Kunde erfolgreich gel\xf6scht", "deleted_clients", ":count Kunden erfolgreich gel\xf6scht", "restored_client", "Kunde erfolgreich wiederhergestellt", _s16_176, ":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_177, "Rechnung erfolgreich archiviert", "deleted_invoice", "Rechnung erfolgreich gel\xf6scht", _s16_178, "Rechnung erfolgreich wiederhergestellt", _s17_104, ":count Rechnungen erfolgreich archiviert", _s16_179, ":count Rechnungen erfolgreich gel\xf6scht", _s17_105, ":value Rechnungen erfolgreich wiederhergestellt", "emailed_invoice", "Rechnung erfolgreich versendet", "emailed_payment", "Zahlungs eMail erfolgreich gesendet", "amount", "Betrag", "invoice_number", "Rechnungsnummer", "invoice_date", "Rechnungsdatum", "discount", "Rabatt", "po_number", "Bestellnummer", "terms", "Bedingungen", "public_notes", "\xd6ffentliche Notizen", "private_notes", "Private 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_251, _s16_180, "Teilzahlungsziel", "status", "Status", _s17_106, "Rechnungs Status", "quote_status", "Angebotsstatus", _s22_31, "Klicken Sie auf +, um ein Element hinzuzuf\xfcgen.", _s22_33, "Klicken Sie auf +, um die Zeit hinzuzuf\xfcgen.", "count_selected", ":count ausgew\xe4hlt", "total", "Gesamt", "percent", "Prozent", "edit", "Bearbeiten", "dismiss", "Verwerfen", _s20_49, "Bitte w\xe4hlen Sie ein Datum", _s22_34, _s29_49, _s24_30, "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_13, "Bitte geben Sie eine Rechnungs Nummer ein", _s27_34, "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_36, "Rechnung erfolgreich als versendet markiert", _s22_37, _s55_0, _s23_31, "Erfolgreich Rechnungen als versendet markiert", _s23_32, _s55_0, "done", "Erledigt", _s37_13, "Bitte geben Sie einen Kunden- oder Kontaktnamen ein", "dark_mode", "Dunkler Modus", _s27_36, "Starten Sie die App neu, um die \xc4nderung zu \xfcbernehmen.", "refresh_data", "Daten aktualisieren", "blank_contact", "Leerer Kontakt", "activity", "Aktivit\xe4t", _s16_182, "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_184, "Ausstehend", _s16_185, "entwertet", _s16_186, "Fehlgeschlagen", _s16_187, "Abgeschlossen", _s16_188, _s19_77, _s16_189, "Erstattet", _s17_107, "nicht angewendet", _s17_108, _s19_6, "net", "Netto", "client_portal", "Kunden-Portal", "show_tasks", "Aufgaben anzeigen", "email_reminders", "E-Mail Erinnerungen", "enabled", "Aktiviert", "recipients", "Empf\xe4nger", "initial_email", "Initiale E-Mail", "first_reminder", _s16_252, "second_reminder", _s17_146, "third_reminder", _s17_147, "reminder1", _s16_252, "reminder2", _s17_146, "reminder3", _s17_147, "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_57, "Abwicklungsreferenz", "enter_payment", _s16_253, "new_payment", _s16_253, "created_payment", "Zahlung erfolgreich erstellt", "updated_payment", "Zahlung erfolgreich aktualisiert", _s16_190, "Zahlung erfolgreich archiviert", "deleted_payment", "Zahlung erfolgreich gel\xf6scht", _s16_191, "Zahlung erfolgreich wiederhergestellt", _s17_109, ":count Zahlungen erfolgreich archiviert", _s16_192, ":count Zahlungen erfolgreich gel\xf6scht", _s17_110, ":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_24, "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 hat Ticket :ticket bearbeitet", "activity_49", ":user hat Ticket :ticket geschlossen", "activity_50", ":user hat Ticket :ticket zusammengef\xfchrt", "activity_51", ":user hat Ticket :ticket aufgeteilt", "activity_52", ":contact hat Ticket :ticket ge\xf6ffnet", "activity_53", ":contact hat Ticket :ticket wieder ge\xf6ffnet", "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_24, "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_111, "Einmaliges Passwort", "emailed_quote", "Angebot erfolgreich versendet", "emailed_credit", _s41_10, _s20_51, "Angebot erfolgreich als versendet markiert", _s21_59, "Guthaben erfolgreich als versendet markiert", "expired", "Abgelaufen", "all", "Alle", "select", "W\xe4hlen", _s22_38, "Mehrfachauswahl durch langes Dr\xfccken", "custom_value1", _s24_54, "custom_value2", _s24_54, "custom_value3", "Benutzerdefinierter Wert 3", "custom_value4", "Benutzerdefinierter Wert 4", _s18_75, "Benutzer definierter E-Mail-Stil", _s24_35, "Benutzerdefinierte Dashboard-Nachricht", _s29_31, "Benutzerdefinierte Nachricht f\xfcr unbezahlte Rechnung", _s27_41, "Benutzerdefinierte Nachricht f\xfcr bezahlte Rechnung", _s31_10, "Benutzerdefinierte Nachricht f\xfcr nicht genehmigten Kostenvoranschlag", "lock_invoices", "Rechnung sperren", "translations", "\xdcbersetzungen", _s19_43, "Aufgabennummernschema", _s19_45, "Aufgabennummernz\xe4hler", _s22_40, "Ausgabennummernschema", _s22_42, "Ausgabennummernz\xe4hler", _s21_60, "Lieferantennummernschema", _s21_62, "Lieferantennummernz\xe4hler", _s21_64, "Ticketnummernschema", _s21_66, "Ticketnummernz\xe4hler", _s22_44, "Zahlungsnummernschema", _s22_46, "Zahlungsnummernz\xe4hler", _s22_48, "Rechnungsnummernschema", _s22_50, "Z\xe4hler f\xfcr Rechnungsnummer", _s20_52, "Kostenvoranschlags-Nummernschema", _s20_54, "Z\xe4hler f\xfcr Angebotsnummer", _s21_68, "Gutschriftnummernschema", _s21_70, _s23_49, _s21_72, _s23_49, _s21_73, _s23_49, _s18_77, "Z\xe4hlerdatum zur\xfccksetzen", "counter_padding", "Z\xe4hler-Innenabstand", _s28_51, "Gemeinsamen Nummernz\xe4hler f\xfcr Rechnungen und Angebote verwenden", _s18_79, "Standard-Steuername 1", _s18_81, "Standard-Steuersatz 1", _s18_83, "Standard-Steuername 2", _s18_85, "Standard-Steuersatz 2", _s18_87, "Standard-Steuername 3", _s18_89, "Standard-Steuersatz 3", _s21_74, "EMail Rechnung Betreff", _s19_47, "EMail Angebot Betreff", _s21_76, "EMail Zahlung Betreff", _s29_33, "EMail Teilzahlung Betreff", "show_table", "Zeige Tabelle", "show_list", "Zeige Liste", "client_city", "Kunden-Stadt", "client_state", "Kunden-Bundesland/Kanton", "client_country", "Kunden-Land", _s16_193, "Kunde ist aktiv", "client_balance", "Kunden Betrag", "client_address1", "Stra\xdfe des Kunden", "client_address2", "Adresszusatz", "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, "Strasse Kundenlieferanschrift", _s24_38, "Addresszusatz Kundenlieferadresse", "type", "Typ", "invoice_amount", "Rechnungssumme", _s16_197, _s16_251, "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_113, _s30_37, _s17_114, _s30_38, _s17_115, _s30_39, _s17_116, _s30_40, "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_49, "Ausgabenkategorie ID", _s16_198, "Ausgabenkategorie", _s19_51, "Rechnungs-W\xe4hrungs-ID", "tax_name1", "Steuersatz Name 1", "tax_name2", "Steuersatz Name 2", "tax_name3", "Steuersatz Name 3", "transaction_id", "Transaktions ID", "color_theme", "Farbthema"], t1, t1), "el", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_1, "\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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", _s16_11, _s16_12, _s17_7, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_1, "\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_2, "\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_6, "\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_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "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_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "\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_14, "\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_9, _s17_10, _s17_11, "\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_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _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_17, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_24, "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_8, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_6, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_26, "\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_28, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", _s16_30, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", _s17_16, "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03b1\u03c0\u03cc \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "\u0388\u03c7\u03b5\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", _s17_18, "\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_7, "\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", "\u0386\u03b4\u03b9\u03b1\u03c3\u03b5 \u03a3\u03c4\u03ae\u03bb\u03b5\u03c2", _s21_13, "\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_3, "\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_20, "\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_3, "\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_8, "\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_19, "\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_1, "\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_32, "\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_5, _s24_5, "import_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", "html_mode", "HTML Mode", "html_mode_help", _s43_, "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_22, "\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_6, '\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_6, "\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_8, "\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_148, "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_5, _s17_148, "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_10, "\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_24, "\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_34, "\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_9, "\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_10, "\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_10, "\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_11, "\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_12, "\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_11, "\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_7, "\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_15, "\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_8, "\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_21, "\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_13, "\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_36, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s21_16, "\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_14, "\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_2, "\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_16, _s20_17, _s25_3, _s42_3, _s21_17, "\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_22, "\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_18, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s18_24, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s20_20, "\u039d\u03ad\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_18, "\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_11, "\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_12, "\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_5, "\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_13, "\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_14, "\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_6, "\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_8, "\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_4, "\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_9, "\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_6, "\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_8, "\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_20, "\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_9, "\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_26, "\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_26, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s23_7, "\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_2, "\u039a\u03ac\u03bd\u03b5 \u03c4\u03b1 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b9\u03bc\u03b1", _s21_22, "\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_38, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s18_27, "\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_27, "\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_9, "\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_10, "\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_11, "\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_13, "\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_70, "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_10, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s21_23, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s17_29, "\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_40, "\u0395\u03bd\u03b1\u03c0\u03bf\u03bc\u03b5\u03af\u03bd\u03b1\u03bd\u03c4\u03b5\u03c2 \u039a\u03cd\u03ba\u03bb\u03bf\u03b9", _s17_31, "\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_29, "\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_25, "\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_12, "\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_12, "\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_13, "\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_5, "\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_14, "\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_15, "\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_6, "\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_10, "\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_7, "\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_11, "\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_15, "\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_16, "\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_2, "\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_31, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03b5\u03c1\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s23_8, "\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_14, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s24_16, "\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_0, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", _s30_1, "\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_33, "\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_42, "\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_17, "\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_127, "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_33, "\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_44, "\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", "\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_23, "Email Online \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s20_25, "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_35, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_37, "\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_39, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_41, "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_43, "\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_45, "\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_46, "\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_47, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 webhook", _s17_46, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value webhooks", _s16_48, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value webhooks", _s16_49, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value webhooks", _s17_47, "\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_16, "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_19, "\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_27, "\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_28, "\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_50, "\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_52, _s18_128, "number_of_days", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03ce\u03bd", _s23_10, "\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_53, "\u039d\u03ad\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_49, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_29, "\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_30, "\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_28, "\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_31, "\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_32, "\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_29, "\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_17, "\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_30, "\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_18, "\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_12, "\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_20, "\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_35, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_56, "\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_57, "\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_53, "\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_37, "\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_63, "\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_54, "\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_55, "\u03a0\u03cc\u03bb\u03b7/\u039d\u03bf\u03bc\u03cc\u03c2/\u03a4.\u039a.", _s17_57, "\u03a4\u039a/\u03a0\u03cc\u03bb\u03b7/\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae", "custom1", _s16_254, "custom2", _s18_129, "custom3", _s16_255, "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_64, "\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_38, "\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_18, "\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_65, "\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_19, "\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_20, "\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_67, "\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_68, "\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_69, "\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_, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s18_39, "\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_71, "\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_72, "\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_13, "\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_73, "\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_59, "\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_47, "surcharge2", _s26_48, "surcharge3", _s26_49, "surcharge4", _s26_50, "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_45, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_61, "\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_31, "\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_32, "\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_33, "\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_34, "\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_63, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s17_64, "\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_33, "\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_103, "\u03a7\u03ce\u03c1\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_105, "\u039f\u03b4\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s16_106, "\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_19, "\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_107, "\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_130, "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", "\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae", "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_35, "\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_4, "\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_35, "\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_20, "\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_37, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03ae\u03c2 PDF \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af :version", _s18_48, "\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_14, "\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_50, "\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_36, "\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_38, "\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_21, "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s23_15, "\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_39, "\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_254, "second_custom", _s18_129, "third_custom", _s16_255, "show_cost", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2", _s17_66, "\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_37, "\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_15, "\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_39, "\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_16, "\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_41, "\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_17, "\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_109, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", _s21_43, "\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_111, "\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_68, "\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_52, _s24_55, "configure_rates", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd", _s18_53, "\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_55, "\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_23, "\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_113, "\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_22, "\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_115, "\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_116, "\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_57, "\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_44, "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_118, _s18_128, _s16_120, "\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_58, "\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_122, "\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_70, "\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_27, '\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_17, "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", _s28_15, "\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_124, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1\u03c2", _s16_125, "\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_59, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf Email", _s23_18, "\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.", _s20_42, _s21_94, _s25_26, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03cc\u03c4\u03b1\u03bd \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03b8\u03bf\u03cd\u03bd.", _s18_60, _s21_94, _s23_19, "\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_61, _s18_127, _s23_20, "\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_72, "\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_74, "\u03a4\u03c1\u03b5\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", _s16_126, "\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_127, "\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_75, "\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_128, "\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_77, "\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_79, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 JavaScript", _s16_130, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c3\u03c4\u03bf PDF", _s21_46, "\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_27, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_5, "\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_21, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s28_16, "\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_28, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_6, "\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_22, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_29, "\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_23, "\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_21, "\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_131, "\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_25, "\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_26, "\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_28, "\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_133, "\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_134, "\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_82, "\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_135, "\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_83, "\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_62, "\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_84, "\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_63, "\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_64, "\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_44, "\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_136, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03a4\u03b9\u03bc\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s21_47, "\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_138, "\u03a0\u03cd\u03bb\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", _s19_29, "\u039d\u03ad\u03b1 \u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s20_45, "\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_23, "\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_24, "\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_22, "\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_25, "\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_23, "\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_30, "\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_24, "\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_31, "\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_140, "\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_48, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03b7\u03c2 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2", _s23_26, "\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_79, _s18_65, _s19_79, "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_30, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac Project", _s17_85, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", _s19_32, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_66, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s18_68, "\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", "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_142, "\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_87, "\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_28, "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 & \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s22_30, "\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_34, "\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_25, "\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_36, "\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_32, "\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_25, "\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_14, "\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", _s21_79, "\u03cc\u03c1\u03bf\u03b9 \u03c4\u03b7\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2", _s19_54, "\u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5", _s16_144, "\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_70, "\u0394\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af \u03c0\u03b5\u03b4\u03af\u03b1.", _s21_51, "\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_26, "\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_89, "\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_146, "\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_90, "\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_147, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_91, "\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_72, "\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_92, "\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_73, "\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_148, "\u039a\u03b1\u03c4\u03b1\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", _s16_149, "\u03a3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae", _s16_150, "\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_27, "\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_151, "\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_152, "\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_153, "\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_154, "\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_155, "\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_93, "\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_156, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s17_94, "\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_52, "\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_157, "\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_38, "\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_159, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 project", "deleted_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae project", _s16_160, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 project", _s17_95, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count projects", _s16_161, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count projects", _s17_96, "\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_30, "\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_74, "\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_11, "\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_40, "\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_28, "\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_98, "\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_80, "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_80, "custom", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf", _s16_162, "\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", _s22_, "\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", _s20_47, "\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_164, "\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_166, "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s23_29, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2", _s26_25, "\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_55, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf URL \u03c3\u03b1\u03c2", _s26_27, "\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_100, "\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_42, "\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_168, "\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_170, "\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_172, "\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_173, "\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_102, "\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_174, "\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_103, "\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_175, "\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_176, "\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_177, "\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_178, "\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_104, "\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_179, "\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_105, "\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 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "quote_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "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_70, _s16_180, "\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_106, "\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_31, "\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_33, "\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_49, "\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_34, _s24_55, _s24_30, "\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_13, "\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_34, "\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_36, _s42_13, _s22_37, _s42_13, _s23_31, _s42_14, _s23_32, _s42_14, "done", "\u0388\u03c4\u03bf\u03b9\u03bc\u03bf", _s37_13, "\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_36, "\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_182, "\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_184, "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_185, "\u03a3\u03b5 \u03bb\u03ae\u03be\u03b7", _s16_186, "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", _s16_187, "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s16_188, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_189, _s18_130, _s17_107, "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", _s17_108, _s19_6, "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_256, "second_reminder", _s18_131, "third_reminder", _s16_257, "reminder1", _s16_256, "reminder2", _s18_131, "reminder3", _s16_257, "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_130, "payment_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_57, _s18_132, "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_190, "\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_191, "\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_109, "\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_192, "\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_110, "\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_11, "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", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_49", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03ba\u03bb\u03b5\u03b9\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_50", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03c3\u03c5\u03bd\u03ad\u03bd\u03c9\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_51", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03b1\u03af\u03c1\u03b5\u03c3\u03b5 \u03c3\u03c4\u03b1 \u03b4\u03cd\u03bf \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_52", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \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_53", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \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_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_11, "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_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "\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_51, "\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_59, "\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_38, "\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_133, "custom_value2", _s18_133, "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_75, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a3\u03c4\u03c5\u03bb Email", _s24_35, "\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_31, "\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_41, "\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_10, "\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_43, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_45, "\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_40, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s22_42, "\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_60, "\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_62, "\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_64, "\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_66, "\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_44, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_46, "\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_48, "\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_50, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s20_52, "\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_54, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s21_68, "\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_70, _s27_59, _s21_72, "\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_73, _s27_59, _s18_77, "\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_51, "\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_79, "\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_81, "\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_83, "\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_85, "\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_87, "\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_89, "\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_74, "\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_47, "\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_76, "\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_33, "\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_193, "\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_196, _s24_37, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_38, "\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_197, _s22_70, "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_113, _s26_47, _s17_114, _s26_48, _s17_115, _s26_49, _s17_116, _s26_50, "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_49, "\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_198, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_51, "\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_258, "tax_name3", _s16_258, "transaction_id", _s18_132, "color_theme", "Color Theme"], t1, t1), "it", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Import Data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Codice Promo", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Sicurezza", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abbonamento", "subscriptions", "Abbonamenti", _s16_11, "Nuovo Abbonamento", _s17_7, "Modifica Abbonamento", _s20_1, "Abbonamento creato con successo", _s20_2, "Abbonamento aggiornato con successo", _s21_6, "Abbonamento archiviato con successo", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, "Cerca 1 Abbonamento", _s20_5, "Cerca :count Abbonamenti", _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, "Scadenza Password", _s29_, "Contatore di fatture/crediti condiviso", "use_last_email", "Use last email", _s16_20, "Attiva azienda", _s21_9, "Abilitare le e-mail, le fatture ricorrenti e le notifiche", _s27_1, _s35_1, _s27_2, "Si prega di impostare prima una password", _s34_1, "Attenzione: Cambiare il numero di telefono disabiliter\xe0 l'autenticazione a due fattori", "help_translate", "Contribuisci alla traduzione", _s23_2, "Selezionare un paese", "resend_invite", "Re-invia invito", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, "Si prega di fornire un numero di telefono cellulare per abilitare l'autenticazione a due fattori", "send_sms", "Send SMS", "sms_code", "Codice SMS", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Autenticazione a due fattori", _s18_15, _s18_16, _s34_2, "Richiedi una password per il login Social", "stay_logged_in", "Rimani autenticato", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, "Impostazioni di Sicurezza", "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "Pagamento Rimborsato", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "Converti a Fattura", _s16_24, "URL di registrazione", "invoice_project", "Fattura progetto", "invoice_task", "Fattura l'attivit\xe0", "invoice_expense", "Fattura Spesa", _s19_8, "Ricerca 1 Termine di pagamento", _s20_6, "Cerca :count termini di pagamento", _s16_26, "Salva e mostra anteprima", "save_and_email", "Salva e invia e-mail", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "\xc8 inviato", _s17_18, "Documenti di default", "document_upload", "Caricamento Documenti", _s20_7, "Permettere ai clienti di caricare documenti", "expense_total", "Totale Spese", "enter_taxes", "Inserire tasse", "by_rate", "Per tasso", "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Attivit\xe0 in corso", "recent_tasks", "Attivit\xe0 Recenti", "recent_expenses", "Spese Recenti", _s17_20, "Spese in arrivo", "update_app", "Aggiorna App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, "Usa tasse inclusive", _s18_19, _s18_20, "column", "Colonna", "sample", "Esempio", "map_to", "Map To", "import", "Importa", _s25_1, _s29_1, "select_file", "Seleziona un file, per favore", _s16_32, _s16_33, "csv_file", "Seleziona file CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "Visualizza le licenze", "webhook_url", "Webhook URL", _s17_22, "Editor a schermo intero", "sidebar_editor", "Editor barra laterale", _s22_6, 'Digita ":value" per confermare', "purge", "Purge", "service", "Servizio", "clone_to", "Clone To", "clone_to_other", "Clona su altro", "labels", "Etichette", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Non pagata", "white_label", "White Label", "delivery_note", "Nota di consegna", _s24_6, "Le fatture inviate sono bloccate", _s24_8, "Le fatture pagate sono bloccate", "source_code", "Codice Sorgente", "app_platforms", "App Platforms", "invoice_late", _s18_134, "quote_expired", _s18_135, "partial_due", "Da versare (parziale)", "invoice_total", "Totale Fattura", "quote_total", "Totale Preventivo", "credit_total", "Credito Totale", _s23_5, "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", "View Settings", _s24_10, "Attenzione: questa azienda non \xe8 ancora stata attivata", "late_invoice", _s18_134, "expired_quote", _s18_135, "remind_invoice", "Ricorda fattura", "cvv", "CVV", "client_name", "Nome Cliente", "client_phone", "Telefono cliente", "required_fields", "Campi richiesti", "calculated_rate", "Calculated Rate", _s17_24, "Tasso predefinito di attivit\xe0", "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Stato", "task_statuses", "Stati attivit\xe0", "new_task_status", "Nuovo stato attivit\xe0", _s16_34, "Modifica stato attivit\xe0", _s19_9, _s32_0, _s19_10, "Stato dell'attivit\xe0 aggiornato con successo", _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, "Mostra sempre la sezione delle attivit\xe0 quando si creano le fatture", _s20_14, "Timelog delle attivit\xe0 di fatturazione", _s25_2, "Aggiungere i dettagli sull'orario alle voci della fattura", _s20_16, "Datelog delle attivit\xe0 di fatturazione", _s25_3, "Aggiungi i dettagli della data alle voci della fattura", _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Impostazioni attivit\xe0", _s20_18, "Configura Categorie", _s18_24, "Categorie di Spesa", _s20_20, "Nuova Categoria di Spesa", _s21_18, "Modifica Categoria di Spesa", _s24_11, "Categoria spese creata con successo", _s24_12, "Categoria spese aggiornata con successo", _s25_5, "Categoria spese archiviata con successo", _s24_13, "Categoria eliminata con successo", _s24_14, "Categoria di spesa rimossa con successo", _s25_6, "Categoria spese ripristinata con successo", _s27_8, "Archiviato con successo :count categorie di spesa", _s26_4, "Eliminate con successo :value categorie di spesa", _s27_9, "Ripristinate con successo :value categorie di spesa", _s23_6, "Cerca 1 categoria di spesa", _s25_8, "Cerca :count categorie di spesa", _s21_20, _s21_21, "show_option", "Mostra opzione", _s22_9, _s50_3, "view_changes", "Vedi modifiche", "force_update", "Forza aggiornamento", _s17_26, "Stai eseguendo l'ultima versione, ma potrebbero essere disponibili dei fix in attesa.", "mark_paid_help", _s31_1, _s18_26, "Deve essere fatturata", _s23_7, "Permettere la fatturazione della spesa", _s29_2, _s26_35, _s21_22, "Imposta un tasso di cambio", _s16_38, "Impostazioni Spese", _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variabili", "show_password", "Mostra Password", "hide_password", "Nascondi Password", "copy_error", "Copia Errore", "capture_card", "Capture Card", _s17_27, "Fattura automatica abilitata", "total_taxes", "Totale Tasse", "line_taxes", "Riga tasse", "total_fields", "Campi Totale", _s25_9, "Fermata con successo la fattura ricorrente", _s25_10, "Fattura ricorrente avviata con successo", _s25_11, "Fattura ricorrente ripresa con successo", "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Pausato", "mark_active", "Segna come attivo", "day_count", "Giorno :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, "Usa termini di pagamento", "endless", "Endless", "next_send_date", "Prossima data di invio", _s16_40, "Cicli restanti", _s17_31, "Fattura Ricorrente", _s18_29, "Fatture Ricorrenti", _s21_25, "Nuova Fattura Ricorrente", _s22_12, "Modifica Fattura Ricorrente", _s25_12, "Fattura ricorrente creata con successo", _s25_13, "Fattura ricorrente aggiornata con successo", _s26_5, "Fattura ricorrente archiviata con successo", _s25_14, "Fattura ricorrente eliminata con successo", _s25_15, "Fattura ricorrente rimossa con successo", _s26_6, "Fattura ricorrente ripristinata con successo", _s27_10, "Archiviato con successo :value fatture ricorrenti", _s26_7, "Cancellato con successo :value fatture ricorrenti", _s27_11, "Ripristinato con successo :value fatture ricorrenti", _s24_15, "Cerca 1 fattura ricorrente", _s25_16, "Cerca :count Fatture ricorrenti", "send_date", "Data di invio", "auto_bill_on", "Fattura automatica attiva", _s28_2, _s28_3, "profit", "Utile", "line_item", "Riga articolo", _s18_31, "Consenti pagamento in eccesso", _s23_8, "Supporta il pagamento di un extra per accettare le mance", _s19_14, "Consenti pagamento ridotto", _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Aperto", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "Registri di sistema", "view_portal", "Visualizza il portale", "copy_link", "Copia Collegamento", "token_billing", "Salva carta di credito", _s24_17, "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", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_33, _s18_34, "pdf_page_info", "Pagina :current di :total", _s16_44, "Fatture inviate con successo", "emailed_quotes", "Preventivi inviati con successo", "emailed_credits", _s28_52, "gateway", "Piattaforma", "view_in_stripe", "View in Stripe", "rows_per_page", "Righe per pagina", "hours", "Ore", "statement", "Statement", "taxes", "Tasse", "surcharge", "Sovrapprezzo", "apply_payment", "Applica pagamento", "apply", "Applica", "unapplied", "Unapplied", "select_label", "Seleziona etichetta", "custom_labels", "Etichette Personalizzate", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Altezza", "width", "Larghezza", "to", "a", "health_check", "Health Check", "payment_type_id", _s17_149, "last_login_at", "Last Login At", "company_key", "Chiave azienda", "storefront", "Storefront", "storefront_help", "Permetti alle app di terze parti di creare fatture", "client_created", "Cliente creato", _s20_23, "Email di pagamento online", _s20_25, "Email di pagamento manuale", "completed", "Completato", "gross", "Lordo", "net_amount", "Cifra al netto", "net_balance", "Bilancio Netto", "client_settings", "Impostazioni Cliente", _s17_35, "Fatture Selezionate", _s17_37, "Pagamenti selezionati", "selected_quotes", "Preventivi Selezionati", "selected_tasks", "Attivit\xe0 Selezionate", _s17_39, "Spese Selezionate", _s17_41, "Prossime fatture", _s17_43, "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_81, "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_81, "off", "Off", "when_paid", "Quando Pagato", "expires_on", "Scade il", "free", "Free", "plan", "Plan", "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Token", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "deleted_token", "Token eliminato correttamente", "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, "Registazione cliente", _s24_19, "Permetti al cliente di registrarsi da solo nel portale", _s21_27, "Personalizza & Anterpima", "email_invoice", "Invia Fattura", "email_quote", "Invia Preventivo via Email", "email_credit", "Email Credit", "email_payment", "Email Pagamento", _s20_28, "Il cliente non ha un indirizzo email impostato", "ledger", "Ledger", "view_pdf", "Vedi PDF", "all_records", "Tutti i dati", "owned_by_user", "Posseduto da utente", _s16_50, _s16_51, "contact_name", "Nome Contatto", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, "Configura termini di pagamento", "payment_term", _s20_93, _s16_53, "Nuovi termini di pagamento", _s17_49, "Modifica termini di pagamento", _s20_29, "Termini di pagamento creato con successo", _s20_30, "Termini di pagamento aggiornato con successo", _s21_28, "Termini di pagamento archiviato con successo", _s20_31, "Termini di pagamento cancellati con successo", _s20_32, "Termini di pagamento rimossi con successo", _s21_29, "Termini di pagamento ripristinati con successo", _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Importo Credito", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Esclusiva", "inclusive", "Inclusiva", "hide_menu", "Nascondi menu", "show_menu", "Mostra menu", _s18_35, _s23_50, _s16_56, "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_57, _s16_201, "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", _s17_52, "search_task", "Cerca 1 attivit\xe0", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", "Cerca 1 pagamento", "search_group", "Search 1 Group", "refund_payment", "Rimborsa Pagamento", _s17_53, "Fattura annullata con successo", _s18_37, "Fatture annullate con successo", _s16_63, "Fattura stornata con successo", _s17_54, "Fatture stornate con successo", "reverse", "Reverse", "full_name", "Nome Completo", _s17_55, "Citt\xe0/Stato/CAP", _s17_57, _s17_58, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Opzionale", "license", "Licenza", "purge_data", "Cancella dati permanentemente", _s16_64, _s32_5, _s18_38, _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_17, "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", "None", "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_18, "Ricevi tutte le notifiche", _s16_65, "Acquista licenza", "apply_license", "Applica Licenza", "cancel_account", "Elimina l'account", _s22_19, "Attenzione: Questo eliminer\xe0 permanentemente il tuo account, non si potr\xe0 pi\xf9 tornare indietro.", "delete_company", "Elimina azienda", _s22_20, _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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposte", "tickets", "Tickets", _s16_69, "Preventivi Ricorrenti", "recurring_tasks", "Attivit\xe0 ricorrenti", _s18_, "Spese Ricorrenti", _s18_39, "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_21, "restored_credit", "Credito ripristinato con successo", _s16_71, ":count crediti archiviati con successo", "deleted_credits", ":count crediti eliminati con successo", _s16_72, _s36_3, "current_version", "Versione attuale", "latest_version", "Latest Version", "update_now", "Aggiorna ora", _s26_13, _s41_3, _s16_73, "Aggiornamento disponibile", "app_updated", "Aggiornamento completato con successo", "learn_more", "Scopri di pi\xf9", "integrations", "Integrazioni", "tracking_id", "Id di tracciamento", _s17_59, _s17_60, "credit_footer", "Credit Footer", "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", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Attivit\xe0 personalizzata 1", "task2", "Attivit\xe0 personalizzata 2", "task3", "Attivit\xe0 personalizzata 3", "task4", "Attivit\xe0 personalizzata 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "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", _s28_67, "surcharge2", _s28_68, "surcharge3", _s28_69, "surcharge4", _s28_70, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Telefono Contatto", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Via di spedizione", _s17_64, "Piano/Appartamento di spedizione", "shipping_city", "Citt\xe0 di spedizione", "shipping_state", "Provincia di spedizione", _s20_33, "Codice Postale di spedizione", _s16_103, "Paese di spedizione", _s16_105, "Via di fatturazione", _s16_106, "App/scala di fatturazione", "billing_city", "Citt\xe0 di fatturazione", "billing_state", "Stato/Provincia di fatturazione", _s19_19, "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_107, "Preventivi non approvati", "help", "Aiuto", "refund", "Rimborso", "refund_date", "Data di rimborso", "filtered_by", "Filtrato per", "contact_email", "Contact Email", "multiselect", "Multi-selezione", "entity_state", "State", "verify_password", "Verifica Password", "applied", "Applicato", _s21_35, _s35_6, _s30_4, _s63_, "message", "Messaggio", "from", "Da", _s20_35, "Mostra i dettagli del prodotto", _s25_20, "Includi la descrizione ed il costo nel menu a tendina del prodotto", _s20_37, "Il generatore di PDF richiede :version", _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, "Configura Impostazioni", "support_forum", "Forum di supporto", "about", "Info", "documentation", "Documentazione", "contact_us", "Contattaci", "subtotal", "Subtotale", "line_total", "Totale Riga", "item", "Articolo", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "URL dominio", _s21_36, "La password \xe8 troppo corta", _s20_38, "La password deve contenere una maiuscola ed un numero", _s19_21, "Attivit\xe0 del portale clienti", _s23_15, "Pannello di Controllo Portale Clienti", _s20_39, "Per favore inserisci un valore", "deleted_logo", "Logo eliminato con successo", "yes", "Si", "no", "No", "generate_number", "Genera numero", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Seleziona azienda", "float", "Float", "collapse", "Collapse", "show_or_hide", "Mostra/nascondi", "menu_sidebar", "Menu Sidebar", "history_sidebar", "Barra laterale storico", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Vedi", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Mostra Costo", _s17_66, "Mostra costo prodotto", "show_cost_help", "Mostra un campo costo prodotto per tracciare il markup/profitto", _s21_37, "Mostra quantit\xe0 prodotto", _s26_15, "Mostra un campo quantit\xe0 prodotto, altrimenti imposta di default a 1", _s21_39, "Mostra quantit\xe0 fattura", _s26_16, "Mostra un campo per la quantit\xe0 degli articoli sulla riga, altrimenti imposta a uno", _s21_41, "Mostra sconto prodotto", _s26_17, "Mostra un campo sconto articolo sulla riga", _s16_109, _s16_110, _s21_43, "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_111, "Aliquota di default", "user", "User", "invoice_tax", "Tassa fattura", "line_item_tax", "Riga imposta articolo", "inclusive_taxes", "Tasse inclusive", _s17_68, "Aliquote della fattura", "item_tax_rates", "Tassi d'imposta articolo", _s18_52, "Per favore seleziona un cliente", "configure_rates", "Configura aliquote", _s18_53, _s18_54, "tax_settings", "Impostazioni tasse", _s18_55, _s16_259, "accent_color", "Accent Color", "switch", "Cambia", _s19_23, "Lista separata da virgole", "options", "Opzioni", _s16_113, "Testo a riga singola", "multi_line_text", "Testo multi-riga", "dropdown", "Menu a discesa", "field_type", "Tipo di campo", _s27_22, "Una mail di recupero password \xe8 stata inviata", "submit", "Invia", _s16_115, "Recupera password", "late_fees", "Late Fees", "credit_number", "Numero Credito", "payment_number", "Numero di pagamento", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Schedule", "before_due_date", "Prima della data di scadenza", "after_due_date", _s18_56, _s18_57, "Dopo la data della fattura", "days", "Giorni", "invoice_email", "Email Fattura", "payment_email", "Email Pagamento", "partial_payment", "Pagamento parziale", "payment_partial", "Partial Payment", _s21_44, "Email di pagamento parziale", "quote_email", "Email Preventivo", _s16_118, _s16_119, _s16_120, "Filtrato per utente", "administrator", "Administrator", _s18_58, "Permettere all'utente di gestire gli utenti, cambiare le impostazioni e modificare tutti i record", "user_management", "Gestione utente", "users", "Utenti", "new_user", "New User", "edit_user", "Modifca Utente", "created_user", "Utente creato con successo", "updated_user", "Utente aggiornato con successo", "archived_user", _s26_18, "deleted_user", "Utente eliminato con successo", "removed_user", "Utente rimosso con successo", "restored_user", "Utente ripristinato con successo", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Impostazioni generali", "invoice_options", "Opzioni Fattura", _s17_70, "Nascondi la data di pagamento", _s22_27, 'Visualizza l\'area "Pagato alla data" sulle fatture solo dopo aver ricevuto un pagamento.', _s23_17, "Embed Documents", _s28_15, "Includi immagini allegate alla fattura.", _s16_124, "Mostra l'Intestazione nel", _s16_125, "Visualizza Pi\xe8 di Pagina nel", "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_59, "Auto Email", _s23_18, "Invia automaticamente per email le fatture ricorrenti quando vengono create.", _s20_42, _s18_136, _s25_26, "Archivia automaticamente le fatture quando vengono pagate.", _s18_60, _s18_136, _s23_19, _s53_1, _s18_61, "Conversione automatica", _s23_20, "Converti automaticamente un preventivo in una fattura se approvato da un cliente.", _s17_72, "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_74, "Tre Mesi", _s16_126, "Quattro mesi", "freq_six_months", "Sei Mesi", "freq_annually", "Annuale", "freq_two_years", "Due anni", _s16_127, "Tre anni", "never", "Never", "company", "Azienda", _s17_75, "Generazione Numeri", "charge_taxes", "Applica Tasse", "next_reset", "Prossimo reset", "reset_counter", "Resetta contatori", _s16_128, "Prefisso Ricorrente", "number_padding", "Number Padding", "general", "Generale", "surcharge_field", "Campo Sovrattassa", "company_field", "Campo azienda", "company_value", "Valore azienda", "credit_field", "Campo Credito", "invoice_field", "Campo fattura", _s17_77, "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", "Number Counter", "prefix", "Prefisso", "number_pattern", "Pattern numerico", "messages", "Messaggi", "custom_css", "CSS Personalizzato", _s17_79, "Javascript personalizzato", _s16_130, "Mostra su PDF", _s21_46, "Mostra la firma del cliente sul PDF della fattura/preventivo.", _s25_27, "Casella di controllo termini di servizio fatture", _s30_5, "Rendi obbligatoria l'accettazione dei termini della fattura.", _s23_21, "Casella di controllo termini di servizio preventivi", _s28_16, "Rendi obbligatoria l'accettazione dei termini del preventivo.", _s25_28, "Firma Fattura", _s30_6, "Richiedi al cliente di firmare la fattura.", _s23_22, "Firma Bozza", _s22_29, "Fatture Protette da Password", _s27_23, "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_21, "Rendi pi\xf9 facile per i tuoi clienti pagarti aggiungendo il markup schema.org alle tue e-mail.", "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Allega PDF", _s16_131, "Allega documenti", "attach_ubl", "Allega UBL", "email_style", "Stile Email", _s19_25, "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_26, "Loghi carte accettate", "credentials", "Credenziali", "update_address", "Aggiorna indirizzo", _s19_28, "Aggiorna l'indirizzo del cliente con i dettagli forniti", "rate", "Aliquota", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Modifica aliquota fiscale", _s16_133, "Aliquota fiscale creata", _s16_134, "Aliquota fiscale aggiornata", _s17_82, _s34_16, _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Riempimento automatico prodotti", _s18_64, "Selezionare un prodotto far\xe0 automaticamente inserire la descrizione ed il costo", "update_products", "Aggiorna automaticamente i prodotti", _s20_44, "Aggiornare una fatura far\xe0 automaticamente aggiornare i prodotti", _s16_136, "Converti prodotti", _s21_47, "Converti automaticamenti i prezzi dei prodotti nella valuta del cliente", "fees", "Commissioni", "limits", "Limiti", "provider", "Provider", "company_gateway", "Piattaforma di Pagamento", _s16_138, "Piattaforme di Pagamento", _s19_29, "Nuova Piattaforma", _s20_45, "Modifica Piattaforma", _s23_23, "Piattaforma creata con successo", _s23_24, "Piattaforma aggiornata con successo", _s24_22, "Piattaforma archiviata con successo", _s23_25, "Piattaforma eliminata con successo", _s24_23, "Piattaforma ripristinata con successo", _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, "Continua la modifica", "discard_changes", "Scarta modifiche", "default_value", "Valore di default", "disabled", "Disabled", "currency_format", "Formato moneta", _s21_48, "Primo giorno della settimana", _s23_26, "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_65, "Formato 24 ore", "send_reminders", "Send Reminders", "timezone", "Fuso Orario", _s19_30, _s19_31, _s17_85, "Filtrato per gruppo", _s19_32, "Filtrare per fattura", _s18_66, "Filtrato per cliente", _s18_68, "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_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Carica logo", "uploaded_logo", "Logo caricato con successo", "logo", "Logo", "saved_settings", "Impostazioni salvate con successo", _s16_142, "Preferenze Prodotti", "device_settings", "Impostazioni dispositivo", "defaults", "Predefiniti", "basic_settings", "Impostazioni Base", _s17_87, "Impostazioni Avanzate", "company_details", "Dettagli Azienda", "user_details", "Dettagli Utente", "localization", "Linguaggio", "online_payments", "Pagamenti Online", "tax_rates", _s16_259, "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_28, "Modelli & Promemoria", _s22_30, "Carte di credito & banche", _s19_34, "Visualizzazioni dei dati", "price", "Prezzo", "email_sign_up", "Registrati via Email", "google_sign_up", "Registrati con Google", _s27_25, _s28_20, "redeem", "Redeem", "back", "Indietro", "past_purchases", "Acquisti passati", _s19_36, "Abbonamento Annuale", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count utenti", "upgrade", "Aggiorna", _s25_32, _s28_71, _s24_25, "Si prega di inserire un cognome", _s33_14, "Si prega di accettare i termini di servizio e della privacy per creare un account.", "i_agree_to_the", "Accetto la", _s21_79, "Termini di servizio", _s19_54, "privacy policy", _s16_144, "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_70, "Nessun dato selezionato", _s21_51, _s34_13, "download", "Scarica", _s27_26, _s27_44, "take_picture", "Fai foto", "upload_file", "Carica file", "document", "Documento", "documents", "Documenti", "new_document", "Nuovo documento", "edit_document", "Modifica documento", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "Nessuno Storico", "expense_date", "Data Spesa", "pending", "In attesa", _s16_148, "Registrato", _s16_149, "In attesa", _s16_150, "Fatturata", "converted", "Convertito", _s24_27, "Aggiungere documenti a fattura", "exchange_rate", "Tasso di Cambio", _s16_151, "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_22, _s16_152, ":count fornitori archiviati con successo", "deleted_vendors", ":count fornitori eliminati con successo", _s16_153, "Ripristinati con successo :value fornitori", "new_expense", "Inserisci spesa", "created_expense", "Spesa creata con successo", "updated_expense", "Spesa aggiornata con successo", _s16_154, _s29_15, "deleted_expense", _s28_25, _s16_155, _s29_16, _s17_93, _s30_32, _s16_156, _s29_44, _s17_94, _s37_9, "copy_shipping", "Copia Spedizione", "copy_billing", "Copia Fatturazione", "design", "Stile", _s21_52, "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_157, "Partenza automaticha 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", _s34_14, _s19_38, _s28_71, "budgeted_hours", "Ore preventivate", "created_project", "Progetto creato con successo", "updated_project", "Progetto aggiornato con successo", _s16_159, "Progetto archiviato con successo", "deleted_project", "Progetto eliminato con successo", _s16_160, "Progetto ripristinato con successo", _s17_95, ":count progetti archiviati con successo", _s16_161, ":count progetti eliminati con successo", _s17_96, _s37_10, "new_project", "Nuovo Progetto", _s27_30, "Grazie di avere scelto la nostra app!", "if_you_like_it", _s21_54, "click_here", "clicca qui", _s18_74, "Clicca qui", "to_rate_it", "to rate it.", "average", "Media", "unapproved", "non approvato", _s30_11, "Si prega di autenticarsi per cambiare questa impostazione", "locked", "Bloccato", "authenticate", "Autentica", _s19_40, "Si prega di autenticarsi", _s24_28, _s24_29, "footer", "Pi\xe8 di Pagina", "compare", "Compara", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Oggi", "custom_range", "Intervallo personalizzato", "date_range", "Intervallo di Tempo", "current", "Corrente", "previous", "Precedente", "current_period", "Periodo corrente", _s17_98, "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_162, "Clona a fattura", "clone_to_quote", "Clona su preventivo", "clone_to_credit", "Clona su credito", "view_invoice", "Vedi 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", _s22_, "Modifica Spesa Ricorrente", _s20_47, "Modifica Preventivo Ricorrente", "billing_address", "Indirizzo di fatturazione", _s16_164, "Indirizzo di spedizione", "total_revenue", "Ricavo totale", "average_invoice", "Fattura media", "outstanding", "Inevase", "invoices_sent", ":count fatture inviate", "active_clients", "clienti attivi", "close", "Close", "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_166, "Aggiornamento completi", _s23_29, "Inserisci la tua email", _s26_25, "Si prega di inserire la password", _s21_55, "Inserisci il tuo URL", _s26_27, "Inserire una chiave prodotto", "ascending", "Crescente", "descending", "Decrescente", "save", "Salva", _s17_100, _s17_101, "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_42, _s30_12, "error", "Errore", _s16_168, "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_170, "Email non valida", "product", "Prodotto", "products", "Prodotti", "new_product", "Nuovo Prodotto", "created_product", "Prodotto creato con successo", "updated_product", "Prodotto aggiornato con successo", _s16_172, "Prodotto archiviato con successo", "deleted_product", "Prodotto eliminato con successo", _s16_173, "Prodotto ripristinato con successo", _s17_102, "Archiviati con successo :count prodotti", _s16_174, ":count prodotti eliminati con successo", _s17_103, "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_175, ":count clienti archiviati con successo", "deleted_client", "Cliente eliminato con successo", "deleted_clients", ":count clienti eliminati con successo", "restored_client", "Cliente ripristinato con successo", _s16_176, _s36_7, "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_177, "Fattura archiviata con successo", "deleted_invoice", "Fattura eliminata con successo", _s16_178, "Fattura ripristinata con successo", _s17_104, ":count fatture archiviate con successo", _s16_179, ":count fatture eliminate con successo", _s17_105, "Ripristinato con successo :value fatture", "emailed_invoice", "Fattura inviata con successo", "emailed_payment", _s28_53, "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_150, "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_180, _s16_181, "status", "Stato", _s17_106, "Stato della fattura", "quote_status", "Stato preventivo", _s22_31, "Clicca su + per aggiungere un articolo", _s22_33, "Premi + per aggiungere tempo", "count_selected", ":count selected", "total", "Totale", "percent", "Percentuale", "edit", "Modifica", "dismiss", "Chiudi", _s20_49, "Selezionate una data per favore", _s22_34, "Seleziona un cliente", _s24_30, "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_13, "Si prega di inserire un numero di fattura", _s27_34, "Inserisci un numero preventivo", "past_due", "Scaduta", "draft", "Bozza", "sent", "Inviato", "viewed", "Visto", "approved", "Approvato", "partial", _s17_150, "paid", "Pagata", "mark_sent", "Contrassegna come inviato", _s22_36, _s48_2, _s22_37, _s48_2, _s23_31, _s48_3, _s23_32, _s48_3, "done", "Fatto", _s37_13, "Si prega di inserire un cliente o nome del contatto", "dark_mode", "Modalit\xe0 scura", _s27_36, "Riavviare la app per applicare il cambiamento", "refresh_data", "Aggiorna dati", "blank_contact", "Svuota Contatti", "activity", "Attivit\xe0", _s16_182, "Nessun dato trovato", "clone", "Clona", "loading", "Caricando", "industry", "Industria", "size", "Dimensione", "payment_terms", _s20_93, "payment_date", "Data Pagamento", "payment_status", "Stato del pagamento", _s16_184, "In attesa", _s16_185, "Annullato", _s16_186, "Fallito", _s16_187, "Completato", _s16_188, _s23_50, _s16_189, "Rimborsato", _s17_107, "Non applicato", _s17_108, _s19_6, "net", "Netto", "client_portal", "Portale Clienti", "show_tasks", "Mostra attivit\xe0", "email_reminders", "Email Reminders", "enabled", "Abilitato", "recipients", "Destinatari", "initial_email", "Email iniziale", "first_reminder", "Primo Promemoria", "second_reminder", "Secondo Promemoria", "third_reminder", "Terzo Promemoria", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Modello", "send", "Invia", "subject", "Oggetto", "body", "Corpo", "send_email", "Invia Email", "email_receipt", "Invia ricevuta di pagamento al cliente", "auto_billing", _s23_51, "button", "Pulsante", "preview", "Preview", "customize", "Personalizza", "history", "Storico", "payment", "Pagamento", "payments", "Pagamenti", "refunded", "Rimborsato", "payment_type", _s17_149, _s21_57, "Riferimento Transazione", "enter_payment", "Inserisci Pagamento", "new_payment", "Inserisci il pagamento", "created_payment", "Pagamento creato con successo", "updated_payment", "Pagamento aggiornato con successo", _s16_190, "Pagamento archiviato con successo", "deleted_payment", "Pagamenti eliminati con successo", _s16_191, "Pagamento ripristinato con successo", _s17_109, ":count pagamenti archiviati con successo", _s16_192, ":count pagamenti eliminati con successo", _s17_110, _s37_15, "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_13, "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_8, "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", _s28_43, "activity_15", _s28_44, "activity_16", _s29_26, "activity_17", _s28_45, "activity_18", _s26_32, "activity_19", _s26_33, "activity_20", ":user ha inviato per email il preventivo :quote per :client a :contact", "activity_21", ":contact ha visto il preventivo :quote", "activity_22", _s27_39, "activity_23", _s26_34, "activity_24", _s27_40, "activity_25", _s31_5, "activity_26", ":user ha ripristinato il cliente :client", "activity_27", _s31_6, "activity_28", _s29_28, "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", ":user ha aggiornato il ticket :ticket", "activity_49", ":user ha chiuso il ticket :ticket", "activity_50", ":user ha unito il ticket :ticket", "activity_51", ":user ha separato il ticket :ticket", "activity_52", ":contact ha aperto il ticket :ticket", "activity_53", ":contact ha riaperto il ticket :ticket", "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_8, "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_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Password a uso singolo", "emailed_quote", "Preventivo inviato con successo", "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Scaduto", "all", "Tutti", "select", "Seleziona", _s22_38, _s22_39, "custom_value1", _s21_95, "custom_value2", _s21_95, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, "Messaggio Pannello di Controllo Personalizzato", _s29_31, "Messaggio personalizzato su fattura non pagata", _s27_41, "Messaggio personalizzato fattura pagata", _s31_10, _s31_11, "lock_invoices", "Blocca fatture", "translations", "Traduzioni", _s19_43, "Pattern numero attivit\xe0", _s19_45, "Contatore numero attivit\xe0", _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, "Pattern numerazione fatture", _s22_50, "Contatore numerazione fatture", _s20_52, _s20_53, _s20_54, "Contatore numerazione preventivi", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, "Contatore condiviso fatture/preventivi", _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, "Oggetto della fattura e-mail", _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, "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_193, "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_37, "Via spedizione cliente", _s24_38, "Appartametno/Scala spedizione cliente", "type", "Tipo", "invoice_amount", "Importo Fattura", _s16_197, "Scadenza fattura", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s23_51, "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Tasse Personalizzate 1", "custom_taxes2", "Tasse Personalizzate 2", "custom_taxes3", "Tasse Personalizzate 3", "custom_taxes4", "Tasse Personalizzate 4", _s17_113, _s28_67, _s17_114, _s28_68, _s17_115, _s28_69, _s17_116, _s28_70, "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", "Tax Amount", "tax_paid", "`Tassa pagata", "payment_amount", "Importo Pagamento", "age", "Et\xe0", "is_running", "Is Running", "time_log", "Log temporale", "bank_id", "Banca", _s19_49, "ID della categoria di spesa", _s16_198, "Categoria Spesa", _s19_51, "ID Valuta Fattura", "tax_name1", "Nome tassa 1", "tax_name2", "Nome tassa 2", "tax_name3", "Tax Name 3", "transaction_id", "ID transazione", "color_theme", "Color Theme"], t1, t1), "ja", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Import Data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, "2\u8981\u7d20\u8a8d\u8a3c\u304c\u6709\u52b9\u5316\u3055\u308c\u307e\u3057\u305f", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "2\u8981\u7d20\u8a8d\u8a3c", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u78ba\u8a8d\u7528\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "\u8acb\u6c42\u66f8\u306b\u5909\u63db", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "\u30ab\u30e9\u30e0", "sample", "\u30b5\u30f3\u30d7\u30eb", "map_to", "Map To", "import", "\u30a4\u30f3\u30dd\u30fc\u30c8", _s25_1, _s29_1, "select_file", "\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", _s16_32, _s16_33, "csv_file", "CSV\u30d5\u30a1\u30a4\u30eb", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, "\u9001\u4fe1\u6e08\u8acb\u6c42\u66f8\u306f\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f", _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s18_25, _s20_20, _s20_21, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "\u5f37\u5236\u7684\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, _s18_96, _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, _s17_32, _s18_29, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8", _s21_25, _s21_26, _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s25_14, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s25_15, _s38_7, _s26_6, _s39_0, _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc", "token_billing", _s17_130, _s24_17, "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_33, "\u6700\u7d42\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u9001\u4fe1\u6e08", "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_4, "client_created", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "\u5b8c\u4e86", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "\u6b21\u56de\u8acb\u6c42", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API\u30c8\u30fc\u30af\u30f3", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "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_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u30ed\u30b0\u30a4\u30f3", "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, "\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_57, "\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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, _s17_56, _s17_57, _s17_58, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "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_53, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ad\u30e3\u30f3\u30bb\u30eb", _s22_19, "\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_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, "\u7e70\u308a\u8fd4\u3057\u306e\u898b\u7a4d\u66f8", "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, _s18_40, "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_19, "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_21, "restored_credit", "\u524d\u53d7\u91d1\u3092\u5fa9\u65e7\u3057\u307e\u3057\u305f", _s16_71, ":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_72, _s36_3, "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_13, "Web\u30a2\u30d7\u30ea\u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", _s16_73, "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", "app_updated", _s29_7, "learn_more", "\u8a73\u7d30\u3092\u898b\u308b", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u3057\u3044\u4f1a\u793e", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_202, "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_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "\u30e1\u30c3\u30bb\u30fc\u30b8", "from", "From", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "\u30e6\u30fc\u30b6", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s22_35, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "\u7a0e\u306e\u8a2d\u5b9a", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "\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_116, _s16_117, "schedule", "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "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_44, _s21_45, "quote_email", "\u898b\u7a4d\u66f8\u30e1\u30fc\u30eb", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _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_22, "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_25, "restored_user", "\u30e6\u30fc\u30b6\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u8acb\u6c42\u66f8\u30aa\u30d7\u30b7\u30e7\u30f3", _s17_70, _s17_71, _s22_27, _s87_, _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Show header on", _s16_125, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, "\u652f\u6255\u3044\u5b8c\u4e86\u6642\u306b\u8acb\u6c42\u66f8\u3092\u81ea\u52d5\u7684\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3059\u308b", _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, _s70_, _s17_72, _s17_73, "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_74, "Three months", _s16_126, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_127, "Three Years", "never", "Never", "company", "Company", _s17_75, _s17_76, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, _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_21, _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_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "\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_26, _s19_27, "credentials", "Credentials", "update_address", "\u4f4f\u6240\u3092\u66f4\u65b0", _s19_28, _s45_1, "rate", "\u7387", "tax_rate", "\u7a0e\u7387", "new_tax_rate", "\u65b0\u3057\u3044\u7a0e\u7387", "edit_tax_rate", "\u7a0e\u7387\u3092\u7de8\u96c6", _s16_133, "\u7a0e\u7387\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", _s16_134, "\u7a0e\u7387\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s17_82, "\u7a0e\u7387\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", _s18_100, _s18_64, _s71_, "update_products", "\u5546\u54c1\u306e\u81ea\u52d5\u66f4\u65b0", _s20_44, _s65_0, _s16_136, "\u5546\u54c1\u306e\u5909\u63db", _s21_47, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "\u901a\u8ca8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "\u30ed\u30b4", "saved_settings", _s27_24, _s16_142, "\u5546\u54c1\u8a2d\u5b9a", "device_settings", "Device Settings", "defaults", "\u30c7\u30d5\u30a9\u30eb\u30c8", "basic_settings", "Basic Settings", _s17_87, "\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_28, _s21_50, _s22_30, _s20_46, _s19_34, "\u30d3\u30b8\u30e5\u30a2\u30eb\u30c7\u30fc\u30bf", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "\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_70, _s18_71, _s21_51, _s34_13, "download", "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Expense Date", "pending", "\u4fdd\u7559", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Converted", _s24_27, _s24_39, "exchange_rate", "Exchange Rate", _s16_151, _s16_222, "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_22, _s16_152, ":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_153, _s36_5, "new_expense", "Enter Expense", "created_expense", _s28_23, "updated_expense", _s28_24, _s16_154, _s29_15, "deleted_expense", _s28_25, _s16_155, _s29_16, _s17_93, "\u7d4c\u8cbb\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s16_156, "\u7d4c\u8cbb\u306e\u524a\u9664\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_6, "start", "\u30b9\u30bf\u30fc\u30c8", "stop", "\u30b9\u30c8\u30c3\u30d7", "started_task", _s25_34, "stopped_task", "\u30bf\u30b9\u30af\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\u3002", "resumed_task", _s25_36, "now", "Now", _s16_157, _s16_158, "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_14, _s19_38, _s19_39, "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_159, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_project", _s28_28, _s16_160, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_95, ":count \u4ef6\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "\u65b0\u3057\u3044\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", _s27_30, "\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_54, "click_here", "\u3053\u3061\u3089\u3092\u30af\u30ea\u30c3\u30af", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "\u5e73\u5747", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "\u30d5\u30c3\u30bf", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "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", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "\u8acb\u6c42\u5148\u4f4f\u6240", _s16_164, _s16_165, "total_revenue", "Total Revenue", "average_invoice", "\u8acb\u6c42\u306e\u5e73\u5747", "outstanding", "Outstanding", "invoices_sent", _s20_56, "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_166, "\u66f4\u65b0\u5b8c\u4e86", _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "\u4fdd\u5b58", _s17_100, _s17_101, "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_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, "\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_172, "\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, ":count \u500b\u306e\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_174, ":count \u500b\u306e\u5546\u54c1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_103, _s37_11, "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_175, ":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_176, _s36_7, "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_177, "\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_178, "\u8acb\u6c42\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_104, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_179, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_105, _s37_12, "emailed_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_payment", _s28_53, "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_180, _s16_181, "status", "\u30b9\u30c6\u30fc\u30bf\u30b9", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "\u5408\u8a08", "percent", "Percent", "edit", "\u7de8\u96c6", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "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_13, _s30_14, _s27_34, _s27_35, "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_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "\u5b8c\u4e86", _s37_13, _s37_14, "dark_mode", "\u30c0\u30fc\u30af\u30e2\u30fc\u30c9", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", _s16_182, _s16_183, "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_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "\u5b8c\u4e86", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_12, "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_57, _s21_58, "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_190, "\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_191, _s29_24, _s17_109, ":count \u4ef6\u306e\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_192, ":count \u4ef6\u306e\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_110, _s37_15, "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_13, "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_16, "activity_6", _s54_0, "activity_7", _s44_, "activity_8", _s32_16, "activity_9", _s32_16, "activity_10", _s85_0, "activity_11", _s30_18, "activity_12", _s31_4, "activity_13", _s30_19, "activity_14", _s28_43, "activity_15", _s28_44, "activity_16", _s29_26, "activity_17", _s28_45, "activity_18", _s26_32, "activity_19", _s26_33, "activity_20", _s50_4, "activity_21", _s28_46, "activity_22", _s27_39, "activity_23", _s26_34, "activity_24", _s27_40, "activity_25", _s31_5, "activity_26", _s29_27, "activity_27", _s31_6, "activity_28", _s29_28, "activity_29", _s42_9, "activity_30", _s28_47, "activity_31", _s29_29, "activity_32", _s28_48, "activity_33", _s29_30, "activity_34", _s30_20, "activity_35", _s31_7, "activity_36", _s30_21, "activity_37", _s31_8, "activity_39", _s50_5, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "activity_48", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "\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_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "All", "select", "\u9078\u629e", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "\u8acb\u6c42\u66f8\u3092\u30ed\u30c3\u30af", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s20_52, _s20_53, _s20_54, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "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_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Type", "invoice_amount", "Invoice Amount", _s16_197, "\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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "lt", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Import Data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_2, _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Sauga", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, "S\u0117kmingai \u012fjungta Dviej\u0173-Lygi\u0173 Autentifikacija", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Dviej\u0173-Lygi\u0173 Autentifikacija", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "Gr\u0105\u017einti mok\u0117jimai", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, _s18_18, _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "I\u0161ra\u0161yti s\u0105skait\u0105", "invoice_expense", "Invoice Expense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Stulpelis", "sample", "Pavyzdys", "map_to", "Map To", "import", "Importuoti", _s25_1, _s29_1, "select_file", "Pasirinkite fail\u0105", _s16_32, _s16_33, "csv_file", "Pasirinkti CSV fail\u0105", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s18_25, _s20_20, _s20_21, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "B\u016btina s\u0105skaita fakt\u016bra", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Debeto s\u0105skaita", _s18_29, "Debeto s\u0105skaitos", _s21_25, "Nauja debeto s\u0105skaita", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, _s39_, _s25_14, _s38_6, _s25_15, _s38_7, _s26_6, _s39_0, _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "Rodyti tinklap\u012f", "copy_link", "Copy Link", "token_billing", _s17_130, _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", "Puslapis :current i\u0161 :total", _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Naujos s\u0105skaitos", _s17_43, _s17_44, "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_45, _s28_4, "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_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "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_9, "updated_token", _s26_10, "archived_token", _s27_12, "deleted_token", _s26_11, "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "I\u0161si\u0173sti s\u0105skait\u0105 el. pa\u0161tu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, "Dalinai gr\u0105\u017einta", _s16_56, "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_57, "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_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Gr\u0105\u017einti", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, _s17_56, _s17_57, _s17_58, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "Cancel Account", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Pasi\u016blymai", "tickets", "Tickets", _s16_69, "Pasikartojan\u010dios s\u0105matos", "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, _s18_40, "credit_date", "I\u0161ra\u0161ymo data", "credit", "Kreditas", "credits", "Kreditai", "new_credit", "\u012evesti kredit\u0105", "edit_credit", "Redaguoti Kredit\u0105", "created_credit", _s27_18, "updated_credit", "S\u0117kmingai atnaujintas kreditas", "archived_credit", _s28_13, "deleted_credit", _s27_20, "removed_credit", _s27_21, "restored_credit", _s28_14, _s16_71, _s36_13, "deleted_credits", _s35_14, _s16_72, _s36_3, "current_version", "Dabartin\u0117 versija", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Pla\u010diau", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Kredito Pora\u0161t\u0117", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Pasirinktinis Klientas 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "Kliento Id", "assigned_to", "Assigned to", "created_by", _s16_202, "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_107, "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_35, _s35_6, _s30_4, _s63_, "message", "\u017dinut\u0117", "from", "Pardav\u0117jas", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, "Slapta\u017eodyje turi b\u016bti did\u017eioji raid\u0117 ir skai\u010dius", _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "Pra\u0161ome pasirinkti klient\u0105", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Tax Settings", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Perjungti", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "Atkurti slapta\u017eod\u012f", "late_fees", "Late Fees", "credit_number", "Kredito Numeris", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Grafikas", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Dalinis Apmok\u0117jimas", "payment_partial", "Partial Payment", _s21_44, "Dalino Apmok\u0117jimo El. pa\u0161tas", "quote_email", "Quote Email", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administratorius", _s18_58, _s66_, "user_management", "User Management", "users", "Vartotojai", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_22, "updated_user", _s25_23, "archived_user", _s26_18, "deleted_user", _s25_24, "removed_user", _s25_25, "restored_user", _s26_19, "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, _s16_123, "invoice_options", "Invoice Options", _s17_70, "Hide paid to date", _s22_27, _s87_, _s23_17, "\u012ekelti dokumentai", _s28_15, _s39_2, _s16_124, "Show header on", _s16_125, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Automati\u0161kai Konvertuoti", _s23_20, _s70_, _s17_72, _s17_73, "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_74, "Three months", _s16_126, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_127, "Three Years", "never", "Never", "company", "Company", _s17_75, _s17_76, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Linkiu geros dienos,", _s24_21, _s86_, "plain", "Plain", "light", "Light", "dark", "Tamsu", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, _s19_27, "credentials", "Credentials", "update_address", "Update Address", _s19_28, _s45_1, "rate", "\u012ekainis", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_133, _s29_8, _s16_134, _s29_9, _s17_82, _s34_16, _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", _s18_100, _s18_64, _s71_, "update_products", _s20_68, _s20_44, _s65_0, _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logotipas", "saved_settings", _s27_24, _s16_142, _s16_143, "device_settings", "Device Settings", "defaults", "Numatyti", "basic_settings", "Basic Settings", _s17_87, _s17_88, "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_28, _s21_50, _s22_30, _s20_46, _s19_34, _s19_35, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, _s16_145, "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_70, _s18_71, _s21_51, _s34_13, "download", "Atsi\u0173sti", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumentai", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Expense Date", "pending", "Laukia patvirtinimo", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Converted", _s24_27, _s24_39, "exchange_rate", "Valiutos kursas", _s16_151, "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_22, _s16_152, "S\u0117kmingai suarchyvuoti :count tiek\u0117jai", "deleted_vendors", "I\u0161trinta :count tiek\u0117j\u0173", _s16_153, _s36_5, "new_expense", "Enter Expense", "created_expense", _s28_23, "updated_expense", _s28_24, _s16_154, _s29_15, "deleted_expense", _s28_25, _s16_155, _s29_16, _s17_93, _s30_32, _s16_156, _s29_44, _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "invoiced", "Invoiced", "logged", "Logged", "running", "Vykdomas", "resume", "T\u0119sti", "task_errors", _s36_6, "start", "Prad\u0117ti", "stop", "Stabdyti", "started_task", _s25_34, "stopped_task", _s25_35, "resumed_task", _s25_36, "now", "Dabar", _s16_157, _s16_158, "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_23, "deleted_task", _s25_39, "restored_task", _s26_24, "archived_tasks", _s34_17, "deleted_tasks", _s33_17, "restored_tasks", _s34_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, _s37_16, _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "New Project", _s27_30, _s28_29, "if_you_like_it", "Jei jums patiko pra\u0161ome", "click_here", "spausti \u010dia", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Vidurkis", "unapproved", "Nepatvirtinta", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Apa\u010dia", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Dabartinis", "previous", "Previous", "current_period", "Dabartinis periodas", _s17_98, _s17_99, "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_162, _s16_163, "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", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "Billing address", _s16_164, _s16_165, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Saugoti", _s17_100, _s17_101, "paid_to_date", "Apmok\u0117ta", "balance_due", "Suma Viso", "balance", "Balansas", "overview", "Ap\u017evalgaAp\u017evalga", "details", "Informacija", "phone", "Telefonas", "website", "Internetinis puslapis", "vat_number", "PVM kodas", "id_number", "\u012emon\u0117s kodas", "create", "Kurti", _s19_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "product", "Product", "products", "Prek\u0117s", "new_product", "New Product", "created_product", _s28_30, "updated_product", _s28_31, _s16_172, _s29_19, "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "product_key", "Prek\u0117", "notes", "Notes", "cost", "Cost", "client", "Klientas", "clients", "Klientai", "new_client", "Naujas klientas", "created_client", "Klientas sukurtas", "updated_client", _s27_32, "archived_client", _s28_33, _s16_175, _s36_16, "deleted_client", _s27_33, "deleted_clients", _s35_16, "restored_client", _s28_34, _s16_176, _s36_7, "address1", "Gatv\u0117", "address2", "Adresas 2", "city", "Miestas", "state", "Apskritis", "postal_code", "Pa\u0161to kodas", "country", "Country", "invoice", "S\u0105skaita fakt\u016bra", "invoices", "S\u0105skaitos", "new_invoice", "Nauja s\u0105skaita", "created_invoice", _s28_35, "updated_invoice", _s28_36, _s16_177, _s29_21, "deleted_invoice", _s28_37, _s16_178, _s29_22, _s17_104, _s37_18, _s16_179, _s36_14, _s17_105, _s37_12, "emailed_invoice", _s28_61, "emailed_payment", _s28_53, "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_180, "Dalimis Iki Datos", "status", "B\u016bkl\u0117", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Viso", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Task Rate", "settings", "Nustatymai", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Mokestis", _s30_13, _s30_14, _s27_34, _s27_35, "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_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Baigta", _s37_13, _s37_14, "dark_mode", "Tamsusis R\u0117\u017eimas", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u012evykiai", _s16_182, "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_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, "Dalinis gr\u0105\u017einimas", _s16_189, "Gr\u0105\u017einta", _s17_107, "Unapplied", _s17_108, _s19_6, "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_12, "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_57, "Tranzakcijos numeris", "enter_payment", "\u012evesti apmok\u0117jim\u0105", "new_payment", "Naujas mok\u0117jimas", "created_payment", _s28_38, "updated_payment", "Mok\u0117jimas atnaujintas", _s16_190, _s29_23, "deleted_payment", _s28_40, _s16_191, _s29_24, _s17_109, _s37_19, _s16_192, _s36_15, _s17_110, _s37_15, "quote", "S\u0105mata", "quotes", "S\u0105matos", "new_quote", "Nauja s\u0105mata", "created_quote", _s26_29, "updated_quote", _s26_30, "archived_quote", _s27_37, "deleted_quote", _s26_31, "restored_quote", _s27_38, "archived_quotes", _s35_15, "deleted_quotes", _s34_18, "restored_quotes", _s35_13, "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_25, "activity_3", _s28_42, "activity_4", ":user sukurta s\u0105skaita :invoice", "activity_5", _s30_16, "activity_6", _s54_0, "activity_7", _s44_, "activity_8", _s31_3, "activity_9", _s30_17, "activity_10", _s85_0, "activity_11", ":user atnaujino mok\u0117jim\u0105 :payment", "activity_12", _s31_4, "activity_13", _s30_19, "activity_14", _s28_43, "activity_15", _s28_44, "activity_16", _s29_26, "activity_17", _s28_45, "activity_18", _s26_32, "activity_19", _s26_33, "activity_20", _s50_4, "activity_21", _s28_46, "activity_22", _s27_39, "activity_23", _s26_34, "activity_24", _s27_40, "activity_25", _s31_5, "activity_26", _s29_27, "activity_27", _s31_6, "activity_28", _s29_28, "activity_29", _s42_9, "activity_30", _s28_47, "activity_31", _s29_29, "activity_32", _s28_48, "activity_33", _s29_30, "activity_34", ":user sukurta s\u0105skaita :expense", "activity_35", _s31_7, "activity_36", _s30_21, "activity_37", _s31_8, "activity_39", _s50_5, "activity_40", _s64_, "activity_41", ":payment_amount mok\u0117jimas (:payment) nepavyko", "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "activity_48", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Vienkartinis Slapta\u017eodis", "emailed_quote", _s26_38, "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "Visi", "select", "Pasirinkite", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, "Tinkintas nepatvirtinto pasi\u016blymo prane\u0161imas", "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_52, _s20_53, _s20_54, _s20_55, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, "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_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Type", "invoice_amount", "S\u0105skaitos suma", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "mk_MK", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "\u0412\u043d\u0435\u0441\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u0418\u043c\u0435", _s17_1, "\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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "\u041e\u0441\u0438\u0433\u0443\u0440\u0443\u0432\u0430\u045a\u0435", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u041f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0438", _s16_11, _s16_12, _s17_7, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_1, "\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_2, "\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_6, "\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_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "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_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "\u041e\u0442\u0444\u0440\u043b\u0435\u043d\u043e", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "\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_14, "\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_9, _s17_10, _s17_11, "\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_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _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_17, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_24, _s16_25, "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_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d \u0438\u0437\u043d\u043e\u0441", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "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_1, _s29_1, "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_32, _s16_33, "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_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, "\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_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s20_20, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u043d\u043e\u0432 \u0442\u0440\u043e\u0448\u043e\u043a", _s21_18, _s21_19, _s24_11, "\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_12, "\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_5, "\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_13, "\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_14, _s37_2, _s25_6, "\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_8, "\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_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "\u0422\u0440\u0435\u0431\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "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_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_29, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0448\u0442\u043e \u0441\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0430\u0442", _s21_25, "\u041d\u043e\u0432\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_12, "\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_12, _s38_4, _s25_13, _s38_5, _s26_5, "\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_14, "\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_15, _s38_7, _s26_6, "\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_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "\u041f\u0440\u043e\u0444\u0438\u0442", "line_item", "\u0421\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 \u043b\u0438\u043d\u0438\u0458\u0430", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "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_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "\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_52, "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", "\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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "\u041d\u0435\u0434\u043e\u0441\u043f\u0435\u0430\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u0438", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "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_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0435\u0440\u043c\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_29, "\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_30, "\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_28, "\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_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "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_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "\u0426\u0435\u043b\u043e\u0441\u043d\u043e \u0438\u043c\u0435", _s17_55, "\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", _s17_57, "\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_64, "\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_38, "\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_17, "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_18, _s25_19, _s16_65, _s16_66, "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_19, "\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_20, "\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_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0437\u0438", "tickets", "Tickets", _s16_69, "\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_, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s18_39, "\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_21, "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_71, "\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_72, _s36_3, "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_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "\u041f\u043e\u0432\u0435\u045c\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "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_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s17_64, "\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_33, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_103, "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_105, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s16_106, "\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_19, "\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_118, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_107, "\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_35, _s35_6, _s30_4, _s63_, "message", "\u041f\u043e\u0440\u0430\u043a\u0430", "from", "\u041e\u0434", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "\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_53, _s18_54, "tax_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u043e\u043a", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "\u041f\u0440\u0435\u0444\u0440\u043b\u0438", _s19_23, _s20_41, "options", "\u041e\u043f\u0446\u0438\u0438", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "\u041f\u043e\u0434\u043d\u0435\u0441\u0438", _s16_115, "\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_116, "\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_24, "after_due_date", _s18_56, _s18_57, _s22_26, "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_44, _s21_45, "quote_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s16_118, "\u0411\u0435\u0441\u043a\u0440\u0430\u0435\u043d \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", _s16_120, _s16_121, "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_58, "\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_22, "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_25, "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_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "\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_70, "\u0421\u043e\u043a\u0440\u0438\u0458 \u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c", _s22_27, '\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_17, "\u0412\u043c\u0435\u0442\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_15, "\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_124, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0437\u0430\u0433\u043b\u0430\u0432\u0458\u0435 \u043d\u0430", _s16_125, "\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_59, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_18, "\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.", _s20_42, _s21_96, _s25_26, "\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 \u043f\u043b\u0430\u0442\u0435\u043d\u0438.", _s18_60, _s21_96, _s23_19, "\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_61, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u045a\u0435", _s23_20, "\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_72, "\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_74, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", _s16_126, "\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_127, "Three Years", "never", "\u041d\u0438\u043a\u043e\u0433\u0430\u0448", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s17_75, "\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_128, "\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_77, "\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_79, _s17_80, _s16_130, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043d\u0430 PDF", _s21_46, "\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_27, "\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_5, "\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_21, "\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_16, "\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_28, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_6, "\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_22, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s22_29, "\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_23, "\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_21, "\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_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "\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_26, "\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_28, "\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_133, "\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_134, "\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_82, "\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_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "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_64, "\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_44, "\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_136, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_47, "\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_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "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_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "\u041b\u043e\u0433\u043e", "saved_settings", _s27_24, _s16_142, "\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_87, "\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_28, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u0446\u0438", _s22_30, _s20_46, _s19_34, "\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_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "\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_70, _s18_71, _s21_51, _s34_13, "download", "\u041f\u0440\u0435\u0437\u0435\u043c\u0438", _s27_26, _s27_44, "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_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "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_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_27, "\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_151, "\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_152, "\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_153, _s36_5, "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_154, "\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_155, "\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_93, "\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_156, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s17_94, _s37_9, "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_52, _s21_53, "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_50, "now", "\u0421\u0435\u0433\u0430", _s16_157, _s16_158, "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_50, "archived_tasks", _s32_8, "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_14, _s19_38, _s19_39, "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_159, "\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", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_160, "\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_95, "\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_161, "\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_96, _s37_10, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "\u043a\u043b\u0438\u043a\u043d\u0438 \u0442\u0443\u043a\u0430", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "\u0424\u0443\u0442\u0435\u0440", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "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_98, _s17_99, "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_162, _s16_163, "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", _s22_, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s20_47, "\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_164, "\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_166, _s16_167, _s23_29, "\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_25, "\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_55, "\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_27, _s26_28, "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_100, "\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_42, _s30_12, "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_168, _s16_169, "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_170, _s16_171, "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_172, "\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_173, "\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_102, "\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_174, "\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_103, _s37_11, "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_175, "\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_176, _s36_7, "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_177, _s26_37, "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_178, "\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_104, "\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_179, "\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_105, _s37_12, "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_180, "\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_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "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_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "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_13, _s30_14, _s27_34, _s27_35, "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_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "\u0417\u0430\u0432\u0440\u0448\u0435\u043d\u043e", _s37_13, _s37_14, "dark_mode", "\u0422\u0435\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_182, _s16_183, "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_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "\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_190, "\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_191, "\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_109, "\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_192, "\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_110, _s37_15, "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_13, "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_, "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_4, "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_9, "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", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "\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_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u043e", "all", "\u0421\u0438\u0442\u0435", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_38, _s22_39, "custom_value1", _s17_151, "custom_value2", _s17_151, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_52, _s20_53, _s20_54, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "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_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "\u0422\u0438\u043f", "invoice_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_197, "\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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "nb_NO", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Import Data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "Kontakts fornavn", _s17_1, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Sikkerhet", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementer", _s16_11, "Nytt Abonnement\xa0", _s17_7, "Rediger Abonnement", _s20_1, "Abonnement opprettet", _s20_2, "Oppdaterte abonnement", _s21_6, "Abonnement arkivert", _s20_3, "Abonnement Slettet", _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, "Underdomene ikke tilgjengelig", "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "Send invitasjon p\xe5 nytt", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, "Aktiverte To-faktor-autentisering", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "To-faktor-autentisering", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, "Venligst bekreft din epost adresse", _s16_23, "Refundert betaling", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "For og oppdatere kj\xf8r", _s18_17, "Konverter til en faktura", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Fakturer Oppgave", "invoice_expense", "Invoice Expense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "Standard-dokumenter", "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, "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_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_1, _s29_1, "select_file", "Vennligst velg en fil", _s16_32, _s16_33, "csv_file", "Velg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook-URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "Utgiftskategorier", _s20_20, "Ny Utgiftskategori", _s21_18, _s21_19, _s24_11, "Utgiftskategori ble opprettet", _s24_12, "Oppdaterte utgiftskategori", _s25_5, "Utgiftskategori ble arkivert", _s24_13, "Slettet kategori", _s24_14, _s37_2, _s25_6, "Utgiftskategori ble gjenopprettet", _s27_8, ":count utgiftskategorier ble arkivert", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, _s18_96, _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Sett Aktiv", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Gjentakende Faktura", _s18_29, "Gjentakende Fakturaer", _s21_25, "Ny Gjentakende Faktura", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Suksessfullt arkivert gjentakende faktura", _s25_14, "Suksessfullt slettet gjentakende faktura", _s25_15, _s38_7, _s26_6, "Suksessfullt gjenopprettet gjentakende faktura", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Fortjeneste", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logger", "view_portal", "Vis Portal", "copy_link", "Kopier Lenke", "token_billing", "Lagre kortdetaljer", _s24_17, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "E-postfakturaer sendt", "emailed_quotes", _s23_52, "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Forest\xe5ende Fakturaer", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API-tokens", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "E-postfaktura", "email_quote", "Send tilbudet som E-post", "email_credit", "Email Credit", "email_payment", "E-postbetaling", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", _s17_124, _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Fullt Navn", _s17_55, "By/Fylke/Postnummer", _s17_57, "Postnr./Sted/Fylke", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Fjern data", _s16_64, _s32_5, _s18_38, "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_17, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "aktiver lisens", "cancel_account", "Kanseler Konto", _s22_19, "Advarsel: Dette vil permanent slette kontoen din, du kan ikke angre.", "delete_company", "Slett Firma", _s22_20, "Advarsel: Dette vil permanent slette ditt firma, dette kan ikke gjennopprettes.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Forslag", "tickets", "Tickets", _s16_69, _s16_70, "recurring_tasks", "Recurring Tasks", _s18_, "Gjentakende Utgifter", _s18_39, "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_21, "restored_credit", "Suksessfullt gjenopprettet kredit", _s16_71, "Arkiverte :count krediter", "deleted_credits", "Slettet :count krediter", _s16_72, _s36_3, "current_version", "N\xe5v\xe6rende versjon", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "L\xe6r mer", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nytt Firma", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, "Fult navn", "contact_phone", "Kontakt Telefon", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Leverings adresse", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, "Leverings adresse postnummer", _s16_103, _s16_104, _s16_105, "Fakturaadresse", _s16_106, _s17_65, "billing_city", "Fakturering By", "billing_state", _s22_25, _s19_19, "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_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "Beskjed", "from", "Fra", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "Vennligst velg en klient", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Skatteinnstillinger", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Valg", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Send", _s16_115, "Gjenopprett ditt passord", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Planlegg", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Dager", "invoice_email", "Faktura-e-post", "payment_email", "Betalings-e-post", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Tilbuds-e-post", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _s66_, "user_management", "Brukerh\xe5ndtering", "users", "Brukere", "new_user", "Ny Bruker", "edit_user", "Endre bruker", "created_user", _s25_22, "updated_user", "Bruker oppdatert", "archived_user", "Suksessfullt arkivert bruker", "deleted_user", "Bruker slettet", "removed_user", _s25_25, "restored_user", "Suksessfullt gjenopprettet bruker", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Systeminnstillinger", "invoice_options", "Faktura alternativer", _s17_70, _s19_57, _s22_27, "Bare vis delbetalinger om det har forekommet en delbetaling.", _s23_17, "Embed Dokumenter", _s28_15, _s39_2, _s16_124, "Show header on", _s16_125, "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_59, "invoice_footer", "Faktura Bunntekst", "quote_terms", "Tilbuds Vilk\xe5r", "quote_footer", "Tilbud Bunntekst", _s18_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Konverter", _s23_20, _s70_, _s17_72, _s17_73, "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_74, "Tre m\xe5neder", _s16_126, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_127, "Three Years", "never", "Never", "company", "Company", _s17_75, "Genererte Nummere", "charge_taxes", "Inkluder skatt", "next_reset", "Neste Nullstilling", "reset_counter", "Nullstill Teller", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, "Faktura-signatur", _s30_6, "Krever klients signatur.", _s23_22, "Tilbuds-signatur", _s22_29, "Passord-beskytt fakturaer", _s27_23, _s142_, "authorization", "Autorisasjon", "subdomain", "Subdomene", "domain", "Domene", "portal_mode", "Portal Mode", "email_signature", "Med vennlig hilsen,", _s24_21, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, _s19_27, "credentials", "Credentials", "update_address", "Oppdater Adresse", _s19_28, "Oppdater kundens adresse med oppgitte detaljer", "rate", "Sats", "tax_rate", "Skattesats", "new_tax_rate", "Ny Skattesats", "edit_tax_rate", "Rediger skattesats", _s16_133, "Suksessfullt opprettet skattesats", _s16_134, "Suksessfullt oppdatert skattesats", _s17_82, "Suksessfullt arkivert skattesatsen", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Automatisk-utfyll produkter", _s18_64, "Valg av produkt vil automatisk fylle ut beskrivelse og kostnaden", "update_products", "Automatisk oppdater produkter", _s20_44, "\xc5 endre en faktura vil automatisk oppdatere produktbilioteket", _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Avgifter", "limits", "Begrensninger", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, "Produkt-innstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Grunnleggende Innstillinger", _s17_87, "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_28, "Design & P\xe5minnelser", _s22_30, _s20_46, _s19_34, "Datavisualiseringer", "price", "Pris", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "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_70, _s18_71, _s21_51, _s34_13, "download", "Last ned", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenter", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Utgiftsdato", "pending", "Avventer", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Konvertert", _s24_27, "Legg ved dokumenter til faktura", "exchange_rate", "Exchange Rate", _s16_151, _s16_222, "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_22, _s16_152, "Arkiverte :count leverand\xf8rer", "deleted_vendors", "Slettet :count leverand\xf8rer", _s16_153, _s36_5, "new_expense", "Angi utgift", "created_expense", _s28_23, "updated_expense", _s28_24, _s16_154, _s29_15, "deleted_expense", _s28_25, _s16_155, _s29_16, _s17_93, "Arkiverte utgifter", _s16_156, "Slettet utgifter", _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "invoiced", "Fakturert", "logged", "Logget", "running", "L\xf8pende", "resume", "Gjenoppta", "task_errors", "Vennligst rett alle overlappende tider", "start", "Start", "stop", "Stopp", "started_task", _s25_34, "stopped_task", "Suksessfullt stoppet oppgave", "resumed_task", _s25_36, "now", "N\xe5", _s16_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", "Opprettet prosjekt", "updated_project", "Oppdaterte prosjekt", _s16_159, "Arkiverte prosjekt", "deleted_project", "Slettet prosjekt", _s16_160, "Gjenopprettet prosjekt", _s17_95, "Arkiverte :count prosjekter", _s16_161, "Slettet :count prosjekter", _s17_96, _s37_10, "new_project", "Nytt Prosjekt", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "klikk her", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "L\xe5st", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Bunntekst", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Tilpass Utvalg", "date_range", "Datoperiode", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "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", _s22_, "Rediger Gjentakende Utgift", _s20_47, _s20_48, "billing_address", "Fakturerings Adresse", _s16_164, "Leveringsadresse", "total_revenue", "Sum omsetning", "average_invoice", "Gjennomsnittlige fakturaer", "outstanding", "Utest\xe5ende", "invoices_sent", _s22_54, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Stigende", "descending", "Synkende", "save", "Lagre", _s17_100, _s17_101, "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_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "product", "Produkt", "products", "Produkter", "new_product", "Nytt Produkt", "created_product", "Produkt lagret", "updated_product", "Produkt oppdatert", _s16_172, "Produkt arkivert", "deleted_product", "Slettet produkt", _s16_173, "Gjenopprettet produkt", _s17_102, _s37_17, _s16_174, "Slettet :count produkter", _s17_103, _s37_11, "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_175, "Arkiverte :count kunder", "deleted_client", "Slettet kunde", "deleted_clients", "Slettet :count kunder", "restored_client", "Gjenopprettet kunde", _s16_176, _s36_7, "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_177, "Faktura arkivert", "deleted_invoice", "Faktura slettet", _s16_178, "Suksessfullt gjenopprettet faktura", _s17_104, "Fakturaer arkivert", _s16_179, "Slettet :count fakturaer", _s17_105, _s37_12, "emailed_invoice", "E-postfaktura sendt", "emailed_payment", _s28_53, "amount", "Bel\xf8p", "invoice_number", "Fakturanummer", "invoice_date", _s16_223, "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_180, _s16_181, "status", "Status", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Totalt", "percent", "Prosent", "edit", "Endre", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Oppgavesats", "settings", "Innstillinger", "language", "Language", "currency", "Currency", "created_at", "Dato Opprettet", "created_on", "Created On", "updated_at", "Updated", "tax", "Skatt", _s30_13, _s30_14, _s27_34, _s27_35, "past_due", "Forfalt", "draft", "Kladd", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Delvis/Depositum", "paid", "Betalt", "mark_sent", "Merk som Sendt", _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Ferdig", _s37_13, _s37_14, "dark_mode", "M\xf8rk Modus", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_182, _s16_183, "clone", "Kopier", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_152, "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_57, "Transaksjonsreferanse", "enter_payment", "Oppgi betaling", "new_payment", "Oppgi Betaling", "created_payment", "Betaling opprettet", "updated_payment", "Suksessfullt oppdatert betaling", _s16_190, "Betaling arkivert", "deleted_payment", _s16_224, _s16_191, "Suksessfullt gjenopprettet betaling", _s17_109, "Arkiverte :count betalinger", _s16_192, "Slettet :count betalinger", _s17_110, _s37_15, "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_13, "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_, "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_4, "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_9, "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_5, "activity_40", _s64_, "activity_41", _s41_6, "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", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Engangs Passord", "emailed_quote", _s23_52, "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "Alle", "select", "Velg", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Fakturanummer-teller", _s20_52, _s20_53, _s20_54, "Tilbudsnummer-teller", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Type", "invoice_amount", "Invoice Amount", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, "Utgiftskategori", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "pl", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importuj dane", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "order", "Order", "unassigned", "Nieprzypisano", "partial_value", _s49_, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Bezpiecze\u0144stwo", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "Pon\xf3w zaproszenie", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "Zwr\xf3cono p\u0142atno\u015b\u0107", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "Ten kwarta\u0142", "last_quarter", "Poprzedni kwarta\u0142", "to_update_run", "To update run", _s18_17, "Konwertuj do faktury", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Fakturuj zadanie", "invoice_expense", "Faktura na wydatek", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, "Kwota przeliczona", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "Domy\u015blne dokumenty", "document_upload", "Document Upload", _s20_7, _s34_4, "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", "Ukryj", "empty_columns", "Empty Columns", _s21_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Kolumna", "sample", "Przyk\u0142ad", "map_to", "Map To", "import", "Importuj", _s25_1, _s29_1, "select_file", "Wybierz plik", _s16_32, _s16_33, "csv_file", "Plik CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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", "Nie zap\u0142acono", "white_label", "White Label", "delivery_note", "Dow\xf3d dostawy", _s24_6, _s24_7, _s24_8, _s24_9, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Zaliczka", "invoice_total", "Faktura og\xf3\u0142em", "quote_total", "Suma oferty", "credit_total", "Credit Total", _s23_5, "Invoice Total", "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "Kategorie wydatk\xf3w", _s20_20, "Nowa kategoria wydatk\xf3w", _s21_18, _s21_19, _s24_11, "Kategoria wydatk\xf3w zosta\u0142a utworzona", _s24_12, "Kategoria wydatk\xf3w zosta\u0142a zaktualizowana", _s25_5, "Kategoria wydatk\xf3w zosta\u0142a zarchiwizowana", _s24_13, "Usuni\u0119to kategori\u0119", _s24_14, _s37_2, _s25_6, "Przywr\xf3cono kategori\u0119 wydatk\xf3w", _s27_8, "Zarchiwizowana :count kategorii wydatk\xf3w", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Utw\xf3rz faktur\u0119", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Oznacz jako aktywn\u0105", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Odnawialna faktura", _s18_29, "Faktury odnawialne", _s21_25, "Nowa faktura odnawialna", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Odnawialna faktura zosta\u0142a zarchiwizowana", _s25_14, "Odnawialna faktura zosta\u0142a usuni\u0119ta.", _s25_15, _s38_7, _s26_6, "Odnawialna faktura zosta\u0142a przywr\xf3cona", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Zysk", "line_item", "Element na li\u015bcie", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "Zobacz portal", "copy_link", "Copy Link", "token_billing", "Zapisz dane karty", _s24_17, _s24_18, "always", "Zawsze", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "Wysy\u0142ka maili powiod\u0142a si\u0119", "emailed_quotes", "Wysy\u0142ka ofert powiod\u0142a si\u0119", "emailed_credits", _s28_52, "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", "Zastosuj", "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", "Do", "health_check", "Health Check", "payment_type_id", "Typ p\u0142atno\u015bci", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Zako\u0144czone", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Nadchodz\u0105ce faktury", _s17_43, _s17_44, "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", "When Paid", "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", _s53_0, _s17_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "Tokeny API", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "Wy\u015blij faktur\u0119", "email_quote", "Wy\u015blij ofert\u0119", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "Wy\u015bwietl PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Nazwa kontaktu", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "Edytuj warunki p\u0142atno\u015bci", _s20_29, "Utworzono termin p\u0142atno\u015bci", _s20_30, "Zaktualizowano termin p\u0142atno\u015bci", _s21_28, "Zarchiwizowano termin p\u0142atno\u015bci", _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", "Zaloguj si\u0119 przez email", "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from 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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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", "Szukaj w firmie", "search_document", _s17_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Zwrot p\u0142atno\u015bci", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Pe\u0142na nazwa", _s17_55, "Miasto/wojew\xf3dztwo/kod pocztowy", _s17_57, "Kod pocztowy/Miasto/Wojew\xf3dztwo", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Zastosuj licencj\u0119", "cancel_account", "Anuluj konto", _s22_19, "Ostrze\u017cenie: Nie mo\u017cna cofn\u0105\u0107 tej operacji, wszystkie twoje dane zostan\u0105 usuni\u0119te.", "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "credit_design", "Credit Design", "includes", "Includes", "header", "Nag\u0142\xf3wek", "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Propozycje", "tickets", "Tickets", _s16_69, "Powtarzalne wyceny", "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, "Zarz\u0105dzanie kontem", "credit_date", "Data kredytu", "credit", "Kredyt", "credits", "Kredyty", "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_21, "restored_credit", "Kredyt zosta\u0142 przywr\xf3cony", _s16_71, "Zarchiwizowano :count kredyty/kredyt\xf3w", "deleted_credits", "Usuni\u0119to :count kredyty/kredyt\xf3w", _s16_72, _s36_3, "current_version", "Aktualna wersja", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Wi\u0119cej informacji", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nowa firma", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Eksport", "chart", "Wykres", "count", "Count", "totals", "Suma", "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Numer telefonu kontaktu", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "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", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_107, _s16_108, "help", "Pomoc", "refund", "Zwrot", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email kontaktowy", "multiselect", "Multiselect", "entity_state", "Stan", "verify_password", "Verify Password", "applied", "Applied", _s21_35, _s35_6, _s30_4, _s63_, "message", "Wiadomo\u015b\u0107", "from", "Od", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "support_forum", "forum wsparcia", "about", "About", "documentation", "Dokumentacja", "contact_us", "Skontaktuj si\u0119 z nami", "subtotal", "Suma warto\u015bci netto", "line_total", "Warto\u015b\u0107", "item", "Pozycja", "credit_email", "Credit Email", "iframe_url", _s18_137, "domain_url", "Domain URL", _s21_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "U\u017cytkownik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "Wybierz klienta", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Ustawienia podatk\xf3w", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Zmie\u0144", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Wy\u015blij", _s16_115, "Odzyskaj swoje has\u0142o", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Zaplanuj", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Dni", "invoice_email", "Email faktury", "payment_email", "Email p\u0142atno\u015bci", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Email oferty", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, "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_22, "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_25, "restored_user", "U\u017cytkownik zosta\u0142 przywr\xf3cony", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Ustawienia og\xf3lne", "invoice_options", "Opcje faktury", _s17_70, 'Ukryj pole "Zap\u0142acono dotychczas"', _s22_27, 'Wy\u015bwietlaj "Zap\u0142acono dotychczas" tylko przy tych fakturach, do kt\xf3rych otrzymano p\u0142atno\u015b\u0107.', _s23_17, "Za\u0142\u0105czniki", _s28_15, "Wstaw do faktury za\u0142\u0105czniki graficzne.", _s16_124, "Poka\u017c nag\u0142\xf3wek na", _s16_125, "Poka\u017c stopk\u0119 na", "first_page", "Pierwsza strona", "all_pages", "Wszystkie strony", "last_page", "Ostatnia strona", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "G\u0142\xf3wny kolor", "secondary_color", "Dodatkowy kolor", "page_size", "Rozmiar strony", "font_size", "Rozmiar fonta", "quote_design", "Quote Design", "invoice_fields", "Pola faktury", "product_fields", "Pola produkt\xf3w", "invoice_terms", "Warunki do faktury", "invoice_footer", "Stopka faktury", "quote_terms", "Warunki oferty", "quote_footer", "Stopka oferty", _s18_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Automatycznie konwertuj", _s23_20, "Utw\xf3rz automatycznie faktur\u0119 z oferty zaakceptowanej przez klienta.", _s17_72, _s17_73, "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_74, "Co trzy miesi\u0105ce", _s16_126, "Four months", "freq_six_months", "Co sze\u015b\u0107 miesi\u0119cy", "freq_annually", "Co rok", "freq_two_years", "Dwa lata", _s16_127, "Three Years", "never", "Nigdy", "company", "Company", _s17_75, "Wygenerowane numery", "charge_taxes", "Obci\u0105\u017c podatkami", "next_reset", "Nast\u0119pny reset", "reset_counter", "Zresetuj licznik", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, "Przycisk wyboru do warunk\xf3w faktury", _s30_5, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki faktury.", _s23_21, "Przycisk wyboru do warunk\xf3w oferty", _s28_16, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki oferty.", _s25_28, "Podpis na fakurze", _s30_6, "Wymagaj od klienta podpisania faktury", _s23_22, "Podpis na ofercie", _s22_29, "Faktury chronione has\u0142em", _s27_23, "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", "Portal Mode", "email_signature", "Z wyrazami szacunku,", _s24_21, _s86_, "plain", "Zwyk\u0142y", "light", "Jasny", "dark", "Ciemny", "email_design", "Motyw email", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "Aktywuj Markup", "reply_to_email", "Odpowiedz do:", "reply_to_name", "Reply-To Name", "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_26, _s19_27, "credentials", "Credentials", "update_address", "Aktualizuj adres", _s19_28, "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_133, _s29_8, _s16_134, _s29_9, _s17_82, "Zarchiwizowano stawk\u0119 podatkow\u0105", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Automatycznie uzupe\u0142niaj produkty", _s18_64, "Wybieranie produktu automatycznie uzupe\u0142ni opis i kwot\u0119", "update_products", "Automatycznie aktualizuj produkty", _s20_44, "Zaktualizowanie faktury automatycznie uaktualni produkt w bibliotece produkt\xf3w", _s16_136, _s16_137, _s21_47, "Automatycznie zamieniaj ceny produktu na walut\u0119 klienta", "fees", "Op\u0142aty", "limits", "Limity", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Wy\u0142\u0105czono", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 godzinny czas", _s18_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Grupuj", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Prze\u015blij logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, "Ustawienia produktu", "device_settings", "Ustawienia urz\u0105dzenia", "defaults", "Domy\u015blne", "basic_settings", "Ustawienia podstawowe", _s17_87, "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_28, "Szablony i przypomnienia", _s22_30, _s20_46, _s19_34, "Wizualizacje danych", "price", "Cena", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "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_70, _s18_71, _s21_51, _s34_13, "download", "Pobierz", _s27_26, _s27_44, "take_picture", "Zr\xf3b zdj\u0119cie", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nowy dokument", "edit_document", "Edytuj dokument", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Data obci\u0105\u017cenia", "pending", "Oczekuj\u0119", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Skonwertowano", _s24_27, "Dodaj dokumenty do faktury", "exchange_rate", "Kurs wymiany", _s16_151, "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_152, "Zarchiwizowano :count dostawc\xf3w", "deleted_vendors", "Usuni\u0119to :count dostawc\xf3w", _s16_153, _s36_5, "new_expense", "Dodaj wydatek", "created_expense", "Wydatek zosta\u0142 utworzony", "updated_expense", "Wydatek zosta\u0142 zaktualizowany", _s16_154, _s30_41, "deleted_expense", _s24_56, _s16_155, "Wydatek zosta\u0142 przywr\xf3cony", _s17_93, _s30_41, _s16_156, _s24_56, _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "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_34, "stopped_task", "Zako\u0144czono wykonywanie zadania", "resumed_task", _s25_36, "now", "Teraz", _s16_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", "Utworzono projekt", "updated_project", "Zaktualizowano projekt", _s16_159, "Zarchiwizowano projekt", "deleted_project", "Usuni\u0119to projekt", _s16_160, "Przywr\xf3cono projekt", _s17_95, "Zarchiwizowano :count projekt\xf3w", _s16_161, "Usuni\u0119to :count projekty/projekt\xf3w", _s17_96, _s37_10, "new_project", "Nowy projekt", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "kliknij tutaj", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "\u015arednia", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "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_98, _s17_99, "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", "Ten miesi\u0105c", "last_month", "Ostatni miesi\u0105c", "this_year", "Ten rok", "last_year", "Ostatni rok", "custom", "Dostosowanie", _s16_162, _s16_163, "clone_to_quote", "Clone to Quote", "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", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "Adres rozliczeniowy", _s16_164, _s16_165, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Zapisz", _s17_100, _s17_101, "paid_to_date", "Zap\u0142acono dotychczas", "balance_due", "Do zap\u0142aty", "balance", "Saldo", "overview", "Podsumowanie", "details", "Szczeg\xf3\u0142y", "phone", "Telefon", "website", _s18_137, "vat_number", "Numer NIP", "id_number", "REGON", "create", "Utw\xf3rz", _s19_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "product", "Produkt", "products", "Produkty", "new_product", "Nowy produkt", "created_product", "Produkt zosta\u0142 utworzony", "updated_product", "Produkt zosta\u0142 zaktualizowany", _s16_172, "Produkt zosta\u0142 zarchiwizowany", "deleted_product", "Usuni\u0119to produkt", _s16_173, "Przywr\xf3cono produkt", _s17_102, _s37_17, _s16_174, "Usuni\u0119to :count produkt\xf3w", _s17_103, _s37_11, "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_175, "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_176, _s36_7, "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_177, "Faktura zosta\u0142a zarchiwizowana", "deleted_invoice", "Faktura zosta\u0142a usuni\u0119ta", _s16_178, "Faktura zosta\u0142a przywr\xf3cona", _s17_104, "Zarchiwizowano :count faktury", _s16_179, "Usuni\u0119to :count faktury", _s17_105, _s37_12, "emailed_invoice", "Faktura zosta\u0142a wys\u0142ana", "emailed_payment", _s28_53, "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\u017cny do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Opis towaru / us\u0142ugi", "unit_cost", "Cena j. netto", "quantity", "Ilo\u015b\u0107", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon s\u0142u\u017cbowy", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Termin", _s16_180, _s16_181, "status", "Status", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Suma", "percent", "Procent", "edit", "Edytuj", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Stawka zadania", "settings", "Ustawienia", "language", "Language", "currency", "Waluta", "created_at", "Data utworzenia", "created_on", "Created On", "updated_at", "Updated", "tax", "Podatek", _s30_13, _s30_14, _s27_34, _s27_35, "past_due", "Po terminie", "draft", "Wersja robocza", "sent", "Wys\u0142ane", "viewed", "Viewed", "approved", "Approved", "partial", "Zaliczka/Op\u0142.cz\u0119\u015b\u0107", "paid", "Zap\u0142acone", "mark_sent", "Oznacz jako wys\u0142ane", _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Gotowe", _s37_13, _s37_14, "dark_mode", "Tryb ciemny", _s27_36, "Uruchom ponownie aplikacj\u0119, aby zastosowa\u0107 zmian\u0119", "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Dziennik aktywno\u015bci", _s16_182, _s16_183, "clone", "Klonuj", "loading", "Loading", "industry", "Industry", "size", "Rozmiar", "payment_terms", "Warunki p\u0142atnicze", "payment_date", "Data p\u0142atno\u015bci", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "net", "Net", "client_portal", "Portal klienta", "show_tasks", "Poka\u017c zadania", "email_reminders", "Email Reminders", "enabled", "Aktywny", "recipients", "Odbiorcy", "initial_email", "Pocz\u0105tkowy email", "first_reminder", "Pierwsze przypomnienie", "second_reminder", "Drugie przypomnienie", "third_reminder", "Trzecie przypomnienie", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Szablon", "send", "Send", "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", "Preview", "customize", "Dostosuj", "history", "Historia", "payment", "P\u0142atno\u015b\u0107", "payments", "P\u0142atno\u015bci", "refunded", "Refunded", "payment_type", "Typ p\u0142atno\u015bci", _s21_57, "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_190, "P\u0142atno\u015b\u0107 zosta\u0142\u0105 zarchiwizowana", "deleted_payment", "P\u0142atno\u015b\u0107 zosta\u0142a usuni\u0119ta", _s16_191, "P\u0142atno\u015b\u0107 zosta\u0142a przywr\xf3cona", _s17_109, "Zarchiwizowano :count p\u0142atno\u015bci", _s16_192, "Usuni\u0119to :count p\u0142atno\u015bci", _s17_110, _s37_15, "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_13, "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", _s54_0, "activity_7", _s44_, "activity_8", ":user zarchiwizowa\u0142 faktur\u0119 :invoice", "activity_9", ":user usun\u0105\u0142 faktur\u0119 :invoice", "activity_10", _s85_0, "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_4, "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_9, "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", ":user zaktualizowa\u0142 zg\u0142oszenie :ticket", "activity_49", ":user zamkn\u0105\u0142 zg\u0142oszenie :ticket", "activity_50", ":user po\u0142\u0105czy\u0142 zg\u0142oszenie :ticket", "activity_51", ":user rozdzieli\u0142 zg\u0142oszenie :ticket", "activity_52", ":contact otworzy\u0142 zg\u0142oszenie\xa0:ticket", "activity_53", ":contact otworzy\u0142 ponownie zg\u0142oszenie\xa0:ticket", "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_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", "Oferta zosta\u0142a wys\u0142ana", "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Wygas\u0142o", "all", "Wszystko", "select", "Wybierz", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Licznik numeru faktury", _s20_52, _s20_53, _s20_54, "Licznik numeru oferty", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Typ", "invoice_amount", "Kwota faktury", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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", "Podatek", "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_49, _s19_50, _s16_198, "Kategoria wydatku", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "pt_BR", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importar Dados", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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 Atualiza\xe7\xe3o", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_5, "Primeiro Nome do Contato", _s17_1, "\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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Assinaturas", _s16_11, _s16_12, _s17_7, "Ediar Assinatura", _s20_1, "Assinatura criada com sucesso", _s20_2, "Assinatura atualizada com sucesso", _s21_6, "Assinatura arquivada com sucesso", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "Reenviar Convite", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Devolvido", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "Eccaneie o c\xf3digo de barras com um app compat\xedvel com :link", _s18_14, "Ativa\xe7\xe3o de Autentica\xe7\xe3o em 2 Fatores realizada com sucesso.", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Autentica\xe7\xe3o em 2 Fatores", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s21_97, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "\xdaltimo Quadrimestre", "to_update_run", "To update run", _s18_17, "Converter em Fatura", _s16_24, _s16_25, "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Faturar Despesa", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, "Eventos com Suporte", _s16_30, "Quantia Convertida", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "Documentos Padr\xe3o", "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Coluna", "sample", "Amostra", "map_to", "Map To", "import", "Importar", _s25_1, _s29_1, "select_file", "Selecione um arquivo", _s16_32, _s16_33, "csv_file", "Arquivo CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "purge", "Purge", "service", "Servi\xe7o", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "N\xe3o Pago", "white_label", "White Label", "delivery_note", "Nota de Entrega", _s24_6, _s24_7, _s24_8, _s24_9, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", _s18_138, "invoice_total", "Total da Fatura", "quote_total", _s18_139, "credit_total", "Total do Cr\xe9dito", _s23_5, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Aviso", "view_settings", "View Settings", _s24_10, _s48_0, "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", "Calculated Rate", _s17_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, "Status da tarefa atualizado com sucesso", _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s22_71, _s20_20, _s26_51, _s21_18, _s21_19, _s24_11, "Categoria de despesas criada com sucesso", _s24_12, "Categoria de despesas atualizada com sucesso", _s25_5, "Categoria de despesas arquivada com sucesso", _s24_13, "Categoria exclu\xedda com sucesso", _s24_14, _s37_2, _s25_6, "Categoria de despesas restaurada com sucesso", _s27_8, ":count categorias de despesas arquivadas com sucesso", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "Ver altera\xe7\xf5es", "force_update", "For\xe7ar atualiza\xe7\xe3o", _s17_26, "Voc\xea est\xe1 executando a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", "Acompanhe se a despesa foi paga", _s18_26, "Dever\xe1 ser Faturada", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Marcar como Ativo", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Fatura Recorrente", _s18_29, "Faturas Recorrentes", _s21_25, "Nova Fatura Recorrente", _s22_12, "Editar Fatura Recorrente", _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Fatura Recorrente arquivada com sucesso", _s25_14, "Fatura recorrente exclu\xedda com sucesso", _s25_15, _s38_7, _s26_6, "Fatura Recorrente restaurada com sucesso", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Lucro", "line_item", "Item de linha", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Aberto", _s30_0, "Falha de reconcilia\xe7\xe3o", _s30_1, "Sucesso de Reconcilia\xe7\xe3o", "gateway_success", "Sucesso do Portal", "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_33, "Fila de Repeti\xe7\xe3o de Email", "failure", "Falha", "quota_exceeded", "Cota excedida", _s16_42, "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_17, "Bem-vindo ao Invoice Ninja", "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", "Lembrete 1 Enviado", "reminder2_sent", "Lembrete 2 Enviado", "reminder3_sent", "Lembrete 3 Enviado", _s18_33, "\xdaltimo Lembrete Enviado", "pdf_page_info", "P\xe1gina: atual de: total", _s16_44, "Faturas enviadas por email com sucesso", "emailed_quotes", "Or\xe7amentos enviados por email com sucesso", "emailed_credits", "Cr\xe9ditos enviados por e-mail com sucesso", "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", "Aplicar Pagamento", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione o R\xf3tulo", "custom_labels", _s24_57, "record_type", _s16_260, "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_153, "last_login_at", "\xdaltimo login em", "company_key", "Chave da Empresa", "storefront", "Vitrine", "storefront_help", "Habilite aplicativos de terceiros para criar faturas", "client_created", "Cliente Criado", _s20_23, "Email de pagamento online", _s20_25, "Email de pagamento manual", "completed", "Completado", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", "Configura\xe7\xf5es do cliente", _s17_35, "Faturas Selecionadas", _s17_37, "Pagamentos Selecionados", "selected_quotes", "Cota\xe7\xf5es Selecionadas", "selected_tasks", "Tarefas Selecionadas", _s17_39, "Despesas Selecionadas", _s17_41, "Pr\xf3ximas Faturas", _s17_43, "Faturas Vencidas", "recent_payments", _s19_82, "upcoming_quotes", _s19_83, "expired_quotes", _s20_94, "create_client", "Criar Cliente", "create_invoice", "Criar Fatura", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_261, "update_quote", "Atualizar Cota\xe7\xe3o", "delete_quote", "Excluir Or\xe7amento", "update_invoice", "Atualizar Fatura", "delete_invoice", "Excluir Fatura", "update_client", "Atualizar Cliente", "delete_client", "Excluir Cliente", "delete_payment", "Excluir Pagamento", "update_vendor", "Atualizar Fornecedor", "delete_vendor", "Excluir Fornecedor", "create_expense", "Criar Despesa", "update_expense", "Atualizar Despesa", "delete_expense", "Excluir Despesa", "create_task", "Criar Tarefa", "update_task", "Atualizar Tarefa", "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_98, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie o aplicativo assim que estiver conectado \xe0 internet", _s17_45, "Os crons precisam ser habilitados", "api_webhooks", "API Webhooks", "search_webhooks", "Pesquisar: contar Webhooks", "search_webhook", "Pesquisar 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", "Webhook Criada com Sucesso", "updated_webhook", "Webhook Atualizada com Sucesso", _s16_46, "Webhook Arquivada com Sucesso", "deleted_webhook", "Webhook Exclu\xedda com Sucesso", "removed_webhook", "Webhook Removida com Sucesso", _s16_47, "Webhook Restaurada com Sucesso", _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "Tokens de API", "api_docs", "API Docs", "search_tokens", "Pesquisar: contar Tokens", "search_token", "Pesquisar 1 Token", "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", "Token Removido com Sucesso", "restored_token", "Token Restaurado com Sucesso", "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, "Registro de cliente", _s24_19, "Permitir que os clientes se auto-registrem no portal", _s21_27, "Personalizar & Visualizar", "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_28, "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_50, _s16_262, "contact_name", "Nome do Contato", "use_default", "Use o padr\xe3o", _s16_52, _s17_154, "number_of_days", "N\xfamero de dias", _s23_10, "Configurar as condi\xe7\xf5es de pagamento", "payment_term", _s21_99, _s16_53, "Novo Condi\xe7\xe3o de Pagamento", _s17_49, "Editar Condi\xe7\xe3o de Pagamento", _s20_29, "Condi\xe7\xf5es de pagamento criadas com sucesso", _s20_30, "Condi\xe7\xf5es de pagamento atualizadas com sucesso", _s21_28, "Condi\xe7\xf5es de pagamento arquivadas com sucesso", _s20_31, "Condi\xe7\xe3o de pagamento exclu\xeddas com sucesso", _s20_32, "Condi\xe7\xe3o de pagamento removida com sucesso", _s21_29, "Condi\xe7\xe3o de pagamento restaurado com sucesso", _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", "Entrar com email", "change", "Mudar", _s23_12, "Mudar para o layout m\xf3vel?", _s24_20, "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_35, _s24_58, _s16_56, "Pesquisar Documentos", "search_designs", "Pesquisar Designs", "search_invoices", "Pesquisar Faturas", "search_clients", "Pesquisar Clientes", "search_products", "Pesquisar Produtos", "search_quotes", "Pesquisar Cota\xe7\xf5es", "search_credits", "Pesquisar Cr\xe9ditos", "search_vendors", "Pesquisar Fornecedores", "search_users", "Pesquisar Usu\xe1rios", _s16_57, "Pesquisar taxas de impostos", "search_tasks", "Pesquisar Tarefas", "search_settings", "Pesquisar Configura\xe7\xf5es", "search_projects", "Pesquisar Projetos", "search_expenses", "Pesquisar Despesas", "search_payments", "Pesquisar Pagamentos", "search_groups", "Pesquisar Grupos", "search_company", "Pesquisar Empresa", "search_document", "Pesquisar 1 Documento", "search_design", "Pesquisar 1 Design", "search_invoice", "Pesquisar 1 Fatura", "search_client", "Pesquisar 1 Cliente", "search_product", "Pesquisar 1 Produto", "search_quote", "Pesquisar 1 Cota\xe7\xe3o", "search_credit", "Pesquisar 1 Cr\xe9dito", "search_vendor", "Pesquisar 1 Fornecedor", "search_user", "Pesquisar 1 Usu\xe1rio", "search_tax_rate", "Pesquisar 1 Taxa de Imposto", "search_task", "Pesquisar 1 Tarefa", "search_project", "Pesquisar 1 Projeto", "search_expense", "Pesquisar 1 Despesa", "search_payment", "Pesquisar 1 Pagamento", "search_group", "Pesquisar 1 Grupo", "refund_payment", _s20_95, _s17_53, "Fatura Cancelada com Sucesso", _s18_37, "Faturas Canceladas com Sucesso", _s16_63, "Fatura Revertida com Sucesso", _s17_54, "Faturas Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_55, "Cidade/Estado/CEP", _s17_57, "CEP/Cidade/Estado", "custom1", _s22_72, "custom2", _s21_100, "custom3", _s22_73, "custom4", "Quarto Personalizado", "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_64, "Dados da empresa limpos com sucesso", _s18_38, "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", "Detalhes do cliente", "company_address", "Endere\xe7o da companhia", "invoice_details", "Detalhes da Fatura", "quote_details", "Detalhes da cota\xe7\xe3o", "credit_details", "Detalhes de cr\xe9dito", "product_columns", "Colunas de Produto", "task_columns", "Colunas de Tarefas", "add_field", "Adicionar campo", "all_events", "Todos os eventos", "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Owned", "payment_success", "Pagamento realizado com sucesso", "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_18, "Receber todas as notifica\xe7\xf5es", _s16_65, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Excluir Conta", _s22_19, "Aviso: Isso excluir\xe1 permanentemente sua conta, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "delete_company", "Excluir Empresa", _s22_20, "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", "Design de Cr\xe9dito", "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_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Propostas", "tickets", "Tickets", _s16_69, "Or\xe7amentos Recorrentes", "recurring_tasks", "Tarefas Recorrentes", _s18_, "Despesas Recorrentes", _s18_39, "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", _s26_52, "updated_credit", _s30_42, "archived_credit", _s29_51, "deleted_credit", "Cr\xe9dito exclu\xeddo com sucesso", "removed_credit", "Cr\xe9dito removido com sucesso", "restored_credit", "Cr\xe9dito restaurado com sucesso", _s16_71, _s38_21, "deleted_credits", ":count cr\xe9ditos exclu\xeddos com sucesso", _s16_72, _s36_3, "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_13, "Uma nova vers\xe3o do aplicativo da web est\xe1 dispon\xedvel", _s16_73, "Atualiza\xe7\xe3o dispon\xedvel", "app_updated", "Atualiza\xe7\xe3o completada com sucesso", "learn_more", "Saiba mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de rastreamento", _s17_59, "URL Webhook do Slack", "credit_footer", "Rodap\xe9 do Cr\xe9dito", "credit_terms", "Termos do Cr\xe9dito", "new_company", "Nova Empresa", "added_company", "Empresa adicionada com sucesso", "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_51, "surcharge2", _s25_52, "surcharge3", _s25_53, "surcharge4", _s25_54, "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_45, "\xdaltimo Login do Contato", _s17_61, "Nome Completo do Contato", "contact_phone", "Telefone de Contato", _s21_31, "Valor personalizado do contato 1", _s21_32, "Valor personalizado do contato 2", _s21_33, "Valor personalizado do contato 3", _s21_34, "Valor personalizado do contato 4", _s17_63, "Rua de envio", _s17_64, "Complemento de envio", "shipping_city", "Cidade de envio", "shipping_state", "Estado/Prov\xedncia de envio", _s20_33, "CEP de envio", _s16_103, "Pa\xeds de envio", _s16_105, "Rua de cobran\xe7a", _s16_106, "Complemento de cobran\xe7a", "billing_city", "Cidade de cobran\xe7a", "billing_state", "Estado/Prov\xedncia de cobran\xe7a", _s19_19, "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", "Adicionar Coluna", "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Envelhecimento", "profit_and_loss", "Lucro e Preju\xedzo", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_155, "unpaid_invoice", "Fatura n\xe3o Paga", "paid_invoice", "Fatura Paga", _s16_107, "Or\xe7amento n\xe3o Aprovado", "help", "Ajuda", "refund", "Reembolsar", "refund_date", "Data de Reembolso", "filtered_by", "Filtrado por", "contact_email", "Email de Contato", "multiselect", "Sele\xe7\xe3o m\xfaltipla", "entity_state", "Estado", "verify_password", "Verificar Senha", "applied", "Aplicado", _s21_35, "Inclui erros recentes dos logs", _s30_4, "Recebemos sua mensagem e tentaremos responder rapidamente.", "message", "Mensagem", "from", "De", _s20_35, "Mostrar Detalhes do Produto", _s25_20, "Inclua a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_37, "A renderiza\xe7\xe3o de PDF precisa da vers\xe3o :version", _s18_48, "Ajustar Porcentagem da Multa", _s23_14, "Ajustar o percentual de taxa a contabilizar", _s18_50, _s20_96, "support_forum", "f\xf3rum de suporte", "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contate-nos", "subtotal", "Subtotal", "line_total", "Total da Linha", "item", "Item", "credit_email", "E-mail de Cr\xe9dito", "iframe_url", "Website", "domain_url", "URL do Dom\xednio", _s21_36, "A senha \xe9 muito curta", _s20_38, "A senha deve conter um caractere mai\xfasculo e um n\xfamero", _s19_21, "Tarefas do Portal do Cliente", _s23_15, "Painel do Portal do Cliente", _s20_39, "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", "Selecionar Empresa", "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", "Menu da Barra Lateral", "history_sidebar", "Barra Lateral de Hist\xf3rico", "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_72, "second_custom", _s21_100, "third_custom", _s22_73, "show_cost", "Mostrar Custo", _s17_66, _s17_67, "show_cost_help", "Exibir um campo de custo do produto para rastrear a marca\xe7\xe3o/lucro", _s21_37, "Mostrar Quantidade do Produto", _s26_15, "Mostrar um campo de quantidade de produto, caso contr\xe1rio o padr\xe3o de um", _s21_39, "Mostrar quantidade da fatura", _s26_16, "Exibir um campo de quantidade de item de linha, caso contr\xe1rio, o padr\xe3o \xe9 um", _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, "Quantidade Padr\xe3o", _s21_43, "Defina automaticamente a quantidade do item de linha para um", "one_tax_rate", "Uma taxa de imposto", "two_tax_rates", "Duas taxas de impostos", "three_tax_rates", "Tr\xeas taxas de impostos", _s16_111, "Taxa de imposto padr\xe3o", "user", "Usu\xe1rio", "invoice_tax", "Imposto da Fatura", "line_item_tax", "Imposto da Linha do Item", "inclusive_taxes", "Impostos Inclusos", _s17_68, "Tarifa do Imposto da Fatura", "item_tax_rates", "Tarifa do Imposto do Item", _s18_52, "Selecione um cliente", "configure_rates", "Configurar tarifas", _s18_53, _s18_54, "tax_settings", "Configura\xe7\xf5es de Impostos", _s18_55, "Tarifas de Impostos", "accent_color", "Cor de destaque", "switch", "Mudar", _s19_23, "Lista separada por v\xedrgulas", "options", "Op\xe7\xf5es", _s16_113, "Texto de linha \xfanica", "multi_line_text", "Texto multilinha", "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_22, "Foi enviado um e-mail de recupera\xe7\xe3o de senha", "submit", "Enviar", _s16_115, "Recupere sua senha", "late_fees", "Taxas atrasadas", "credit_number", "N\xfamero do Cr\xe9dito", "payment_number", "Pagamento N\xfamero", "late_fee_amount", "Quantia da Multa", _s16_116, "Percentual de Multa", "schedule", "Agendamento", "before_due_date", "At\xe9 a data de vencimento", "after_due_date", "Depois da data de vencimento", _s18_57, "At\xe9 a data da fatura", "days", "Dias", "invoice_email", "Email de Fatura", "payment_email", "Email de Pagamento", "partial_payment", "Pagamento parcial", "payment_partial", "Partial Payment", _s21_44, "Email de pagamento parcial", "quote_email", "Email de Or\xe7amento", _s16_118, _s17_154, _s16_120, "Filtrado por Usu\xe1rio", "administrator", "Administrador", _s18_58, "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_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, _s20_96, "invoice_options", "Op\xe7\xf5es da Fatura", _s17_70, "Ocultar Pago at\xe9 Hoje", _s22_27, 'Apenas mostrar "Pago at\xe9 a Data" em suas faturas uma vez que o pagamento for recebido.', _s23_17, "Embutir Documentos", _s28_15, "Incluir imagens anexas na fatura.", _s16_124, "Exibir Cabe\xe7alho em", _s16_125, "Exibir Rodap\xe9 em", "first_page", "Primeira p\xe1gina", "all_pages", "Todas as p\xe1ginas", "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", "Fonte Secund\xe1ria", "primary_color", "Cor Prim\xe1ria", "secondary_color", "Cor Secundaria", "page_size", _s17_156, "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_74, "quote_footer", _s19_84, _s18_59, "Email Autom\xe1tico", _s23_18, "Enviar faturas recorrentes por email automaticamente quando forem criadas.", _s20_42, _s24_59, _s25_26, "Arquivar automaticamente faturas quando forem pagas.", _s18_60, _s24_59, _s23_19, "Arquivar automaticamente or\xe7amentos quando forem convertidos.", _s18_61, "Auto Convers\xe3o", _s23_20, _s72_0, _s17_72, "Configura\xe7\xf5es de Fluxo de Trabalho", "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_74, "3 meses", _s16_126, "4 meses", "freq_six_months", "6 meses", "freq_annually", "Anualmente", "freq_two_years", "2 anos", _s16_127, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_75, "N\xfameros Gerados", "charge_taxes", "Cobrar impostos", "next_reset", "Pr\xf3ximo Reset", "reset_counter", _s18_140, _s16_128, "Prefixo da Recorr\xeancia", "number_padding", "Preenchimento de n\xfamero", "general", "Geral", "surcharge_field", "Campo de Sobretaxa", "company_field", "Campo da Empresa", "company_value", "Valor da Empresa", "credit_field", "Campo de Cr\xe9dito", "invoice_field", "Campo da Fatura", _s17_77, "Sobretaxa de Fatura", "client_field", "Campo do Cliente", "product_field", "Campo do Produto", "payment_field", "Campo de Pagamento", "contact_field", "Campo do Contato", "vendor_field", "Campo do Fornecedor", "expense_field", "Campo da Despesa", "project_field", "Campo do Projeto", "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", "Contador Num\xe9rico", "prefix", "Prefixo", "number_pattern", "Padr\xe3o de Numera\xe7\xe3o", "messages", "Mensagens", "custom_css", _s17_157, _s17_79, _s24_60, _s16_130, "Exibir em PDF", _s21_46, "Exibir a assinatura do cliente no PDF da fatura/or\xe7amento.", _s25_27, "Checkbox para Condi\xe7\xf5es de Fatura", _s30_5, "Exigir que o cliente confirme que aceita as condi\xe7\xf5es da fatura.", _s23_21, "Checkbox de Condi\xe7\xf5es do Or\xe7amento", _s28_16, "Exigir que cliente confirme que aceita as Condi\xe7\xf5es do Or\xe7amento", _s25_28, "Assinatura de Fatura", _s30_6, "Exigir que o cliente providencie sua assinatura", _s23_22, _s23_53, _s22_29, "Proteger Faturas com Senha", _s27_23, "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_21, "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_131, "Anexar Documentos", "attach_ubl", "Anexar UBL", "email_style", "Estilo do E-mail", _s19_25, "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_158, "bank_transfer", _s22_75, "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_26, "Logos de Cart\xf5es Aceitos", "credentials", "Credenciais", "update_address", "Atualizar Endere\xe7o", _s19_28, "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_133, "Taxa de imposto criada com sucesso", _s16_134, "Taxa de imposto atualizada com sucesso", _s17_82, "Taxa de imposto arquivada com sucesso", _s16_135, "Taxa de imposto exclu\xedda com sucesso", _s17_83, "Taxa de imposto restaurada com sucesso", _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Auto-preencher produtos", _s18_64, "Ao selecionar um produto sua descri\xe7\xe3o e pre\xe7o ser\xe3o automaticamente preenchidos", "update_products", _s35_24, _s20_44, "Atualizar uma fatura ir\xe1 automaticamenteatualizar a biblioteca de produtos", _s16_136, "Converter Produtos", _s21_47, "Converter automaticamente pre\xe7os de produtos para a moeda do cliente", "fees", "Taxas", "limits", "Limites", "provider", "Provedor", "company_gateway", "Gateway de Pagamento", _s16_138, "Gateways de Pagamento", _s19_29, "Novo Gateway", _s20_45, "Editar Gateway", _s23_23, "Gateway criado com sucesso", _s23_24, "Gateway atualizado com sucesso", _s24_22, "Gateway arquivado com sucesso", _s23_25, "Gateway exclu\xeddo com sucesso", _s24_23, "Gateway restaurado com sucesso", _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, "Continuar Editando", "discard_changes", "Descartar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desabilitado", "currency_format", "Formato de Moeda", _s21_48, "Primeiro dia da Semana", _s23_26, "Primeiro M\xeas do Ano", "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", "Formato de Data/Hora", "military_time", "Formato de Tempo 24h", _s18_65, "Formato de Hora 24h", "send_reminders", "Enviar Lembretes", "timezone", "Fuso Hor\xe1rio", _s19_30, "Filtrado por Projeto", _s17_85, _s18_141, _s19_32, "Filtrado por Fatura", _s18_66, _s20_97, _s18_68, "Filtrado por Vendedor", "group_settings", "Configura\xe7\xf5es de Grupos", "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", "Grupo criado com sucesso", "updated_group", "Grupo atualizado com sucesso", "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Carregar Logo", "uploaded_logo", "Logo carregado com sucesso", "logo", "Logo", "saved_settings", "Configura\xe7\xf5es salvas com sucesso", _s16_142, "Configura\xe7\xf5es de Produtos", "device_settings", "Configura\xe7\xf5es do Dispositivo", "defaults", "Padr\xf5es", "basic_settings", "Configura\xe7\xf5es B\xe1sicas", _s17_87, "Configura\xe7\xf5es Avan\xe7adas", "company_details", _s19_85, "user_details", "Detalhes do Usu\xe1rio", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_159, "tax_rates", "Taxas de Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", "Importar | Exportar", "custom_fields", _s21_101, "invoice_design", "Design da Fatura", "buy_now_buttons", "Bot\xf5es Compre J\xe1", "email_settings", "Configura\xe7\xf5es de Email", _s23_28, "Modelos e Lembretes", _s22_30, "Cart\xf5es de Cr\xe9dito & Bancos", _s19_34, _s21_102, "price", "Pre\xe7o", "email_sign_up", "Inscri\xe7\xe3o de Email", "google_sign_up", "Inscri\xe7\xe3o no Google", _s27_25, "Obrigado por sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", "Compras Passadas", _s19_36, "Assinatura Anual", "pro_plan", "Plano Pro", "enterprise_plan", "Plano Empresarial", "count_users", ":count usu\xe1rios", "upgrade", "Upgrade", _s25_32, "Por favor digite o primeiro nome", _s24_25, "Por favor digite o sobrenome", _s33_14, "Por favor, aceite os termos de servi\xe7o e pol\xedtica de privacidade para criar uma conta.", "i_agree_to_the", "Aceito os", _s21_79, "termos do servi\xe7o", _s19_54, "pol\xedtica de privacidade", _s16_144, _s20_98, "privacy_policy", _s23_54, "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_70, "Nenhum registro selecionado", _s21_51, "Por favor, salve ou cancele suas altera\xe7\xf5es", "download", "Download", _s27_26, "Necessita um plano empresarial", "take_picture", "Tire uma Foto", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", "Editar Documento", _s17_89, "Documento enviado com sucesso", _s16_146, "Documento atualizado com sucesso", _s17_90, "Documento arquivado com sucesso", _s16_147, "Documento apagado com sucesso", _s17_91, "Documento recuperado com sucesso", _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_148, "Autenticado", _s16_149, "Pendente", _s16_150, "Faturado", "converted", "Convertido", _s24_27, "Adicionar documentos \xe0 fatura", "exchange_rate", "Taxa de C\xe2mbio", _s16_151, "Converter moeda", "mark_paid", _s16_263, "category", "Categoria", "address", "Endere\xe7o", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_52, "updated_vendor", _s33_24, "archived_vendor", _s32_17, "deleted_vendor", "Fornecedor exclu\xeddo com sucesso", "restored_vendor", "Fornecedor restaurado com sucesso", _s16_152, _s42_15, "deleted_vendors", ":count fornecedores exclu\xeddos com sucesso", _s16_153, _s36_5, "new_expense", "Informar Despesa", "created_expense", _s26_53, "updated_expense", _s30_43, _s16_154, _s29_53, "deleted_expense", _s28_72, _s16_155, _s30_44, _s17_93, _s31_22, _s16_156, _s30_45, _s17_94, _s37_9, "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Cobran\xe7a", "design", "Design", _s21_52, "Falha ao procurar registro", "invoiced", "Faturado", "logged", "Logado", "running", "Executando", "resume", "Retomar", "task_errors", "Por favor corrija quaisquer tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", "Tarefa iniciada com sucesso", "stopped_task", "Tarefa interrompida com sucesso", "resumed_task", "Tarefa continuada com sucesso", "now", "Agora", _s16_157, "Iniciar Tarefas Automaticamente", "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_14, _s19_38, "Por favor digite um nome", "budgeted_hours", "Horas Or\xe7adas", "created_project", _s26_54, "updated_project", _s30_46, _s16_159, _s29_54, "deleted_project", "Projeto exclu\xeddo com sucesso", _s16_160, _s30_47, _s17_95, _s38_22, _s16_161, ":count projetos exclu\xeddos com sucesso", _s17_96, _s37_10, "new_project", "Novo Projeto", _s27_30, "Obrigado por usar nosso app!", "if_you_like_it", "Se voc\xea desejar por favor", "click_here", "clique aqui", _s18_74, "Clique aqui", "to_rate_it", "para dar uma nota.", "average", "M\xe9dio", "unapproved", "N\xe3o Aprovado", _s30_11, "Por favor autentique-se para modificar esta configura\xe7\xe3o", "locked", "Travado", "authenticate", "Autenticar", _s19_40, "Por favor autentique-se", _s24_28, "Autentica\xe7\xe3o Biom\xe9trica", "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_98, "Per\xedodo de Compara\xe7\xe3o", "previous_period", "Per\xedodo Anterior", "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_162, "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_264, "edit_payment", _s16_265, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_160, "edit_project", "Editar Projeto", _s22_, "Editar Despesa Recorrente", _s20_47, "Editar Or\xe7amento Recorrente", "billing_address", "Endere\xe7o de Cobran\xe7a", _s16_164, "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_166, "Refresh Completo", _s23_29, "Por favor digite seu email", _s26_25, "Por favor digite sua senha", _s21_55, "Por favor digite sua URL", _s26_27, "Por favor digite uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Salvar", _s17_100, "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", "CNPJ", "create", "Criar", _s19_42, ":value copiado para a \xe1rea de transfer\xeancia", "error", "Erro", _s16_168, "N\xe3o foi poss\xedvel iniciar", "contacts", "Contatos", "additional", "Adicional", "first_name", "Nome", "last_name", "Sobrenome", "add_contact", _s17_161, "are_you_sure", "Voc\xea tem certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_170, "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_172, "Produto arquivado com sucesso", "deleted_product", "Produto exclu\xeddo com sucesso", _s16_173, _s30_48, _s17_102, ":count produtos arquivados com sucesso", _s16_174, ":count produtos exclu\xeddos com sucesso", _s17_103, _s37_11, "product_key", "Produto", "notes", "Notas", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_55, "updated_client", _s30_49, "archived_client", _s29_55, _s16_175, _s38_23, "deleted_client", "Cliente exclu\xeddo com sucesso", "deleted_clients", ":count clientes exclu\xeddos com sucesso", "restored_client", "Cliente restaurado com sucesso", _s16_176, _s36_7, "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_177, "Fatura arquivada com sucesso", "deleted_invoice", "Fatura exclu\xedda com sucesso", _s16_178, "Fatura restaurada com sucesso", _s17_104, ":count faturas arquivadas com sucesso", _s16_179, ":count faturas exclu\xeddas com sucesso", _s17_105, _s37_12, "emailed_invoice", "Fatura enviada por email com sucesso", "emailed_payment", "Pagamento enviado por email com sucesso", "amount", "Quantia", "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_86, "quote_date", _s17_162, "valid_until", "V\xe1lido At\xe9", "items", "Itens", "partial_deposit", _s16_266, "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_142, _s16_180, "Data de Vencimento Parcial", "status", "Status", _s17_106, "Status da Fatura", "quote_status", "Status do Or\xe7amento", _s22_31, "Clique + para adicionar um item", _s22_33, "Clique + para adicionar tempo", "count_selected", ":count selecionados", "total", "Total", "percent", "Porcento", "edit", "Editar", "dismiss", "Dispensar", _s20_49, "Por favor digite uma data", _s22_34, _s30_50, _s24_30, "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_13, "Por favor digite um n\xfamero de fatura", _s27_34, "Por favor digite um n\xfamero de or\xe7amento", "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visualizado", "approved", "Aprovado", "partial", "Dep\xf3sito / Parcial", "paid", "Pago", "mark_sent", _s19_87, _s22_36, "Fatura marcada como enviada com sucesso", _s22_37, _s35_10, _s23_31, "Faturas marcadas como enviadas com sucesso", _s23_32, _s36_9, "done", "Conclu\xeddo", _s37_13, "Por favor digite um cliente ou nome de contato", "dark_mode", "Modo Escuro", _s27_36, "Reinicie o app para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_182, "Nenhum registro encontrado", "clone", "Clonar", "loading", "Carregando", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", _s21_99, "payment_date", _s17_163, "payment_status", "Status do Pagamento", _s16_184, "Pendente", _s16_185, "Anulado", _s16_186, "Falhou", _s16_187, "Completado", _s16_188, _s24_58, _s16_189, "Reembolsado", _s17_107, "N\xe3o Aplicado", _s17_108, _s19_6, "net", "Vencimento", "client_portal", _s17_164, "show_tasks", "Exibir tarefas", "email_reminders", "Lembretes de Email", "enabled", "Habilitado", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", _s17_165, "second_reminder", _s16_267, "third_reminder", _s17_166, "reminder1", _s17_165, "reminder2", _s16_267, "reminder3", _s17_166, "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_153, _s21_57, _s23_55, "enter_payment", "Informar Pagamento", "new_payment", "Adicionar Pagamento", "created_payment", _s28_73, "updated_payment", "Pagamento atualizado com sucesso", _s16_190, _s31_23, "deleted_payment", "Pagamento exclu\xeddo com sucesso", _s16_191, "Pagamento restaurado com sucesso", _s17_109, _s40_6, _s16_192, ":count pagamentos exclu\xeddos com sucesso", _s17_110, _s37_15, "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", "Or\xe7amento criado com sucesso", "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", ":count or\xe7amentos arquivados com sucesso", "deleted_quotes", ":count or\xe7amentos exclu\xeddos com sucesso", "restored_quotes", _s35_13, "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedores", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_56, "activity_2", _s32_18, "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_24, "activity_12", _s35_25, "activity_13", ":user excluiu o pagamento :payment", "activity_14", _s31_24, "activity_15", _s31_25, "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_24, "activity_22", _s33_25, "activity_23", ":user excluiu o or\xe7amento :quote", "activity_24", _s34_25, "activity_25", ":user restaurou a fatura :invoice", "activity_26", _s33_26, "activity_27", _s36_25, "activity_28", _s33_27, "activity_29", ":contact aprovou o or\xe7amento :quote para o cliente :client", "activity_30", _s32_19, "activity_31", _s35_26, "activity_32", ":user excluiu :vendor", "activity_33", _s36_26, "activity_34", _s30_51, "activity_35", _s33_28, "activity_36", ":user excluiu a despesa :expense", "activity_37", _s34_26, "activity_39", ":user cancelou um pagamento de :payment_amount em :payment", "activity_40", ":user reembolsou :adjustment de um pagamento :payment_amount em :payment", "activity_41", "Pagamento :payment_amount (:payment) falhou", "activity_42", _s26_56, "activity_43", _s30_52, "activity_44", _s29_57, "activity_45", ":user excluiu a tarefa :task", "activity_46", _s30_53, "activity_47", _s34_27, "activity_48", ":user atualizou o ticket :ticket", "activity_49", ":user fechou o ticket :ticket", "activity_50", ":user uniu o ticket :ticket", "activity_51", ":user dividiu o ticket :ticket", "activity_52", ":contact abriu o ticket :ticket", "activity_53", ":contact reabriu o ticket :ticket", "activity_54", ":user reabriu o ticket :ticket", "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_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Senha One-Time (OTP)", "emailed_quote", "Or\xe7amento enviado por email com sucesso", "emailed_credit", "Cr\xe9dito enviado com sucesso", _s20_51, "Or\xe7amento marcado como enviado com sucesso", _s21_59, "Cr\xe9dito marcado com sucesso como enviado", "expired", "Expirado", "all", "Todos", "select", "Selecionar", _s22_38, "Sele\xe7\xe3o m\xfaltipla de longa press\xe3o", "custom_value1", _s19_88, "custom_value2", _s19_88, "custom_value3", _s21_103, "custom_value4", _s21_104, _s18_75, "Estilo de E-mail Personalizado", _s24_35, "Mensagem de Painel Personalizada", _s29_31, "Mensagem Personalizada de Fatura Atrasada", _s27_41, "Mensagem Personalizada de Fatura Paga", _s31_10, "Mensagem Personalizada de Or\xe7amento N\xe3o Aprovado", "lock_invoices", "Bloquear Faturas", "translations", "Tradu\xe7\xf5es", _s19_43, "Padr\xe3o de Numera\xe7\xe3o de Tarefa", _s19_45, "Contador Num\xe9rico de Tarefas", _s22_40, "Padr\xe3o de Numera\xe7\xe3o de Despesa", _s22_42, "Contador Num\xe9rico de Despesas", _s21_60, "Padr\xe3o de Numera\xe7\xe3o de Vendedor", _s21_62, "Contador Num\xe9rico de Vendedores", _s21_64, "Padr\xe3o de Numera\xe7\xe3o de Ticket", _s21_66, "Contador Num\xe9rico de Tickets", _s22_44, "Padr\xe3o de Numera\xe7\xe3o de Pagamento", _s22_46, "Contador Num\xe9rico de Pagamentos", _s22_48, "Padr\xe3o de Numera\xe7\xe3o de Fatura", _s22_50, "Contador Num\xe9rico de Faturas", _s20_52, "Padr\xe3o de Numera\xe7\xe3o de Or\xe7amento", _s20_54, "Contador Num\xe9rico de Or\xe7amentos", _s21_68, _s30_54, _s21_70, _s29_58, _s21_72, _s30_54, _s21_73, _s29_58, _s18_77, "Reiniciar Data do Contador", "counter_padding", "Padr\xe3o do Contador", _s28_51, "Contador de cota\xe7\xe3o de fatura compartilhada", _s18_79, "Nome fiscal padr\xe3o 1", _s18_81, "Taxa de imposto padr\xe3o 1", _s18_83, "Nome fiscal padr\xe3o 2", _s18_85, "Taxa de imposto padr\xe3o 2", _s18_87, "Nome fiscal padr\xe3o 3", _s18_89, "Taxa de imposto padr\xe3o 3", _s21_74, "Assunto do E-mail de Fatura", _s19_47, "Assunto do E-mail de Or\xe7amento", _s21_76, "Assunto do E-mail de Pagamento", _s29_33, "Assunto de pagamento parcial por email", "show_table", "Exibir Tabelas", "show_list", "Exibir Lista", "client_city", "Cidade do Cliente", "client_state", "Estado do Cliente", "client_country", "Pa\xeds do Cliente", _s16_193, "Cliente Ativo", "client_balance", "Balan\xe7o do Cliente", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Tipo", "invoice_amount", "Quantia da Fatura", _s16_197, _s18_142, "tax_rate1", "Taxa de imposto 1", "tax_rate2", "Taxa de imposto 2", "tax_rate3", "Taxa de imposto 3", "auto_bill", _s19_89, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", "Impostos personalizados 1", "custom_taxes2", "Impostos personalizados 2", "custom_taxes3", "Impostos personalizados 3", "custom_taxes4", "Impostos personalizados 4", _s17_113, _s25_51, _s17_114, _s25_52, _s17_115, _s25_53, _s17_116, _s25_54, "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_49, _s19_50, _s16_198, "Categoria de Despesa", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "pt_PT", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importar Dados", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "Reenviar convite", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s21_97, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "Converter em Nota de Pag.", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Faturar Tarefa", "invoice_expense", "Nota de Pagamento da Despesa", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Coluna", "sample", "Exemplo", "map_to", "Map To", "import", "Importar", _s25_1, _s29_1, "select_file", "Por favor selecionar um arquivo", _s16_32, _s16_33, "csv_file", "Ficheiro CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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", "N\xe3o pago", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_6, _s24_7, _s24_8, _s24_9, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", _s18_138, "invoice_total", "Total da Nota de Pag.", "quote_total", _s18_139, "credit_total", "Total em cr\xe9dito", _s23_5, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Aviso", "view_settings", "View Settings", _s24_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s22_71, _s20_20, _s26_51, _s21_18, _s21_19, _s24_11, "Categoria de despesa criada com sucesso", _s24_12, "Categoria de despesa atualizada com sucesso", _s25_5, "Categoria de despesa arquivada com sucesso", _s24_13, "Categoria apagada com sucesso", _s24_14, _s37_2, _s25_6, "Categoria de despesa restaurada com sucesso", _s27_8, ":count categorias de despesa arquivadas com sucesso", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Deve ser faturada", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ativar", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Nota de Pagamento Recorrente", _s18_29, "Notas de Pagamento Recorrentes", _s21_25, "Nova Nota de Pagamento Recorrente", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Nota de Pagamento Recorrente arquivada", _s25_14, "Nota de Pagamento Recorrente removida", _s25_15, _s38_7, _s26_6, "Nota de Pagamento Recorrente restaurada", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Lucro", "line_item", "Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Guardar detalhes do cart\xe3o", _s24_17, _s24_18, "always", "Sempre", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "N\xba Cliente", "auto_convert", "Auto Convert", "company_name", "Nome da Empresa", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "Notas de pag. enviadas com sucesso", "emailed_quotes", "Or\xe7amentos enviados com sucesso", "emailed_credits", _s28_52, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Sobretaxa", "apply_payment", "Apply Payment", "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", "Para", "health_check", "Health Check", "payment_type_id", "Tipo de pagamento", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Pr\xf3ximas Notas de Pag.", _s17_43, _s17_44, "recent_payments", _s19_82, "upcoming_quotes", _s19_83, "expired_quotes", _s20_94, "create_client", "Create Client", "create_invoice", "Criar Nota Pag.", "create_quote", "Criar Or\xe7amento", "create_payment", "Create Payment", "create_vendor", _s16_261, "update_quote", "Update Quote", "delete_quote", "Apagar Or\xe7amento", "update_invoice", "Update Invoice", "delete_invoice", "Apagar Nota Pag.", "update_client", "Update Client", "delete_client", "Apagar Cliente", "delete_payment", "Apagar Pagamento", "update_vendor", "Update Vendor", "delete_vendor", "Apagar Fornecedor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Apagar Despesa", "create_task", "Criar Tarefa", "update_task", "Update Task", "delete_task", "Apagar Tarefa", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gr\xe1tis", "plan", "Plano", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_27, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Editat Token", "created_token", "Token criado", "updated_token", "Token atualizado", "archived_token", "Token arquivado", "deleted_token", "Token apagado", "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "Enviar Nota Pag.", "email_quote", "Enviar Or\xe7amento", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Nome do Contacto", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "Editar Termo de Pagamento", _s20_29, "Criado termo de pagamento com sucesso", _s20_30, "Atualizado termo de pagamento com sucesso", _s21_28, "Arquivado termo de pagamento com sucesso", _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Valor do Cr\xe9dito", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", _s20_95, _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Nome completo", _s17_55, "Cidade/Distrito/C. Postal", _s17_57, "C\xf3digo-Postal/Cidade/Distrito", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purgar dados", _s16_64, _s32_5, _s18_38, "Aviso: apagar\xe1 todos os seus dados.", "invoice_balance", "Invoice Balance", "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", "Refresh", "saved_design", _s25_17, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Detalhes da nota de pag.", "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", "Permiss\xf5es", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count nota de pag. enviada", "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Aplicar Lince\xe7a", "cancel_account", "Cancelar Conta", _s22_19, "Aviso: Ir\xe1 apagar permanentemente a sua conta.", "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "credit_design", "Credit Design", "includes", "Includes", "header", "Cabe\xe7alho", "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, _s16_70, "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, "Gerir Conta", "credit_date", "Data do Cr\xe9dito", "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Introduzir Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", _s26_52, "updated_credit", _s30_42, "archived_credit", _s29_51, "deleted_credit", "Cr\xe9dito apagado com sucesso", "removed_credit", _s27_21, "restored_credit", "Cr\xe9dito restaurado", _s16_71, _s38_21, "deleted_credits", ":count cr\xe9ditos apagados com sucesso", _s16_72, _s36_3, "current_version", "Vers\xe3o Atual", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Saber mais", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nova Empresa", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Redefinir", "number", "Number", "export", "Exportar", "chart", "Gr\xe1fico", "count", "Count", "totals", "Totais", "blank", "Vazio", "day", "Dia", "month", "M\xeas", "year", "Ano", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Agrupado por", "credit_balance", "Balan\xe7o do Cr\xe9dito", _s18_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contato telef\xf3nico", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", "Criado por :nome", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Colunas", "aging", "Vencidas", "profit_and_loss", "Lucro e preju\xedzo", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_155, "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_107, _s16_108, "help", "Ajuda", "refund", "Reembolsar", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email", "multiselect", "Multiselect", "entity_state", "Estado", "verify_password", "Verify Password", "applied", "Applied", _s21_35, _s35_6, _s30_4, _s63_, "message", "Mensagem", "from", "De", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "support_forum", "support forum", "about", "About", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contacte-nos", "subtotal", "Subtotal", "line_total", "Total", "item", "Item", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "yes", "Sim", "no", "N\xe3o", "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", "Visualizar", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "Utilizador", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s30_50, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Defini\xe7\xf5es de Impostos", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Alterar", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submeter", _s16_115, "Recuperar palavra-passe", "late_fees", "Late Fees", "credit_number", "Nota de r\xe9dito n\xfamero", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Agendamento", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Dias", "invoice_email", "E-mail para Notas de Pag.", "payment_email", "E-mail para Pagamentos", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "E-mail para Or\xe7amentos", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrador", _s18_58, "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", _s25_22, "updated_user", "Utilizador atualizado", "archived_user", "Utilizador arquivado", "deleted_user", "Utilizador apagado", "removed_user", _s25_25, "restored_user", "Utilizador restaurado", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Defini\xe7\xf5es Gerais", "invoice_options", "Op\xe7\xf5es da Nota Pag.", _s17_70, "Ocultar data de pagamento", _s22_27, 'Apenas mostrar a "Data de Pagamento" quanto o pagamento tiver sido efetuado.', _s23_17, "Documentos Embutidos", _s28_15, "Incluir imagens anexadas na nota de pagamento.", _s16_124, "Mostrar cabe\xe7alho ativo", _s16_125, "Mostrar rodap\xe9 ativo", "first_page", "primeira p\xe1gina", "all_pages", "todas as p\xe1ginas", "last_page", "\xfaltima p\xe1gina", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Cor Principal", "secondary_color", "Cor Secundaria", "page_size", _s17_156, "font_size", "Tamanho do Texto", "quote_design", "Quote Design", "invoice_fields", "Campos da Nota Pag.", "product_fields", "Campos do produto", "invoice_terms", "Condi\xe7\xf5es da Nota de Pagamento", "invoice_footer", "Rodap\xe9 da Nota Pag.", "quote_terms", _s22_74, "quote_footer", _s19_84, _s18_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, _s72_0, _s17_72, _s17_73, "freq_daily", "Daily", "freq_weekly", "Semanal", "freq_two_weeks", "2 semanas", "freq_four_weeks", "4 semanas", "freq_monthly", "Mensal", "freq_two_months", "Dois meses", _s17_74, "Trimestral", _s16_126, "Four months", "freq_six_months", "Semestral", "freq_annually", "Anual", "freq_two_years", "Two years", _s16_127, "Three Years", "never", "Nunca", "company", "Company", _s17_75, "N\xfameros gerados", "charge_taxes", "Impostos", "next_reset", "Pr\xf3xima redefini\xe7\xe3o", "reset_counter", "Redefinir contador", _s16_128, _s16_129, "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_77, _s17_78, "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", "Prefixo", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", _s17_157, _s17_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, "Checkbox para Termos da Nota de Pagamento", _s30_5, "Requer que o cliente confirme que aceita os termos da nota de pagamento.", _s23_21, "Checkbox para Termos do Or\xe7amento", _s28_16, "Requer que o cliente confirme que aceita os termos do or\xe7amento.", _s25_28, "Assinatura da Nota de Pagamento", _s30_6, "Requer que o cliente introduza a sua assinatura.", _s23_22, _s23_53, _s22_29, "Proteger notas de pag. com palavra-passe", _s27_23, "Permite definir uma palavra-passe para cada contacto. Se uma palavra-passe for definida, o contacto dever\xe1 introduzir a palavra-passe antes de visualizar a nota de pagamento.", "authorization", "Autoriza\xe7\xe3o", "subdomain", "Subdom\xednio", "domain", "Dom\xednio", "portal_mode", "Portal Mode", "email_signature", "Atenciosamente,", _s24_21, "Tornar mais f\xe1cil para os seus clientes efetuarem os pagamentos, acrescentando marca\xe7\xe3o schema.org a seus e-mails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Template de E-mail", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "Ativar Marca\xe7\xe3o", "reply_to_email", "Email de resposta", "reply_to_name", "Reply-To Name", "bcc_email", "Email BCC", "processed", "Processed", "credit_card", _s17_158, "bank_transfer", _s22_75, "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Ativar min", "enable_max", "Ativar max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_26, _s19_27, "credentials", "Credentials", "update_address", "Atualizar Morada", _s19_28, "Atualizar morada do cliente", "rate", "Valor", "tax_rate", "Imposto", "new_tax_rate", "Novo Imposto", "edit_tax_rate", "Editar Imposto", _s16_133, "Imposto Adicionado", _s16_134, "Imposto Atualizado", _s17_82, "Imposto Arquivado", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Sugerir produtos", _s18_64, "Selecionando o produto descri\xe7\xe3o e pre\xe7o ser\xe3o preenchidos automaticamente", "update_products", _s35_24, _s20_44, "Atualizando na nota de pagamento o produto tamb\xe9m ser\xe1 atualizado", _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Taxas", "limits", "Limites", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Desativado", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24h", _s18_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, "Defini\xe7\xf5es de Produtos", "device_settings", "Device Settings", "defaults", "Padr\xf5es", "basic_settings", "Defini\xe7\xf5es B\xe1sicas", _s17_87, "Defini\xe7\xf5es Avan\xe7adas", "company_details", _s19_85, "user_details", "Detalhes do Utilizador", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_159, "tax_rates", "Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", _s17_167, "custom_fields", _s21_101, "invoice_design", "Design das Nota Pag.", "buy_now_buttons", "Bot\xf5es Comprar Agora", "email_settings", "Defini\xe7\xf5es de E-mail", _s23_28, "Modelos & Lembretes", _s22_30, _s20_46, _s19_34, _s21_102, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, _s20_98, "privacy_policy", _s23_54, "sign_up", "Registar", "account_login", "Iniciar sess\xe3o", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Criar Nova", _s18_70, _s18_71, _s21_51, _s34_13, "download", "Download", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documentos", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Convertido", _s24_27, "Adicionar documento \xe0 nota de pag.", "exchange_rate", "Taxa de C\xe2mbio", _s16_151, "Converter moeda", "mark_paid", _s16_263, "category", "Categoria", "address", "Morada", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_52, "updated_vendor", _s33_24, "archived_vendor", _s32_17, "deleted_vendor", "Fornecedor removido com sucesso", "restored_vendor", "Fornecedor restarurado com sucesso", _s16_152, _s42_15, "deleted_vendors", ":count fornecedores removidos com sucesso", _s16_153, _s36_5, "new_expense", "Introduzir Despesa", "created_expense", _s26_53, "updated_expense", _s30_43, _s16_154, _s29_53, "deleted_expense", _s28_72, _s16_155, _s30_44, _s17_93, _s31_22, _s16_156, _s30_45, _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "invoiced", "Faturado", "logged", "Em aberto", "running", "Em execu\xe7\xe3o", "resume", "Retormar", "task_errors", "Corrija os tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", _s25_34, "stopped_task", "Tarefa interrompida", "resumed_task", _s25_36, "now", "Agora", _s16_157, _s16_158, "timer", "Temporizador", "manual", "Manual", "budgeted", "Budgeted", "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", _s34_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s26_54, "updated_project", _s30_46, _s16_159, _s29_54, "deleted_project", "Projeto apagado com sucesso", _s16_160, _s30_47, _s17_95, _s38_22, _s16_161, ":count projectos apagadas com sucesso", _s17_96, _s37_10, "new_project", "Novo Projeto", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "clique aqui", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Rodap\xe9", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Intervalo Personalizado", "date_range", "Interevalo de Datas", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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", "Este M\xeas", "last_month", "\xdaltimo M\xeas", "this_year", "Este ano", "last_year", "\xdaltimo Ano", "custom", "Personalizado", _s16_162, _s16_163, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Visualizar nota de pag.", "convert", "Convert", "more", "More", "edit_client", "Editar Cliente", "edit_product", "Editar Prodruto", "edit_invoice", "Editar Nota Pag.", "edit_quote", _s16_264, "edit_payment", _s16_265, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_160, "edit_project", "Editar Projeto", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "Morada de fatura\xe7\xe3o", _s16_164, _s16_165, "total_revenue", "Total faturado", "average_invoice", "M\xe9dia por Nota de Pag.", "outstanding", "Em Aberto", "invoices_sent", ":count notas de pag. enviadas", "active_clients", "Clientes ativos", "close", "Fechar", "email", "E-mail", "password", "Palavra-passe", "url", "URL", "secret", "Secret", "name", "Nome", "logout", "Sair", "login", "Iniciar sess\xe3o", "filter", "Filtrar", "sort", "Sort", "search", "Pesquisa", "active", "Ativo", "archived", "Arquivado", "deleted", "Apagado", "dashboard", "Dashboard", "archive", "Arquivar", "delete", "Apagar", "restore", "Restaurar", _s16_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Guardar", _s17_100, _s17_101, "paid_to_date", "Pago at\xe9 \xe0 data", "balance_due", "Valor", "balance", "Saldo", "overview", "Overview", "details", "Detalhes", "phone", "Telefone", "website", "Website", "vat_number", "NIF", "id_number", "ID Number", "create", "Criar", _s19_42, _s30_12, "error", "Error", _s16_168, _s16_169, "contacts", "Contatos", "additional", "Additional", "first_name", "Primeiro Nome", "last_name", "\xdaltimo Nome", "add_contact", _s17_161, "are_you_sure", "Tem a certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_170, _s16_171, "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado", "updated_product", "Produto atualizado", _s16_172, "Produto arquivado", "deleted_product", "Producto apagado com sucesso", _s16_173, _s30_48, _s17_102, ":count Produtos arquivados com sucesso", _s16_174, ":count produtos apagados com sucesso", _s17_103, _s37_11, "product_key", "Produto", "notes", "Observa\xe7\xf5es", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_55, "updated_client", _s30_49, "archived_client", _s29_55, _s16_175, _s38_23, "deleted_client", "Clientes removidos com sucesso", "deleted_clients", ":count clientes removidos com sucesso", "restored_client", "Cliente restaurado", _s16_176, _s36_7, "address1", "Rua", "address2", "Complemento", "city", "Cidade", "state", "Distrito/Prov\xedncia", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Nota de Pagamento", "invoices", "Notas Pag.", "new_invoice", "Nova Nota Pag.", "created_invoice", "Nota de Pagamento criada com sucesso", "updated_invoice", "Nota de Pagamento atualizada com sucesso", _s16_177, "Nota de Pagamento arquivado com sucesso", "deleted_invoice", "Nota de Pagamento apagados com sucesso", _s16_178, "Nota de Pagamento restaurada", _s17_104, ":count nota de pagamentos arquivados com sucesso", _s16_179, ":count nota de pagamentos apagados com sucesso", _s17_105, _s37_12, "emailed_invoice", "Nota de Pagamento enviada por e-mail com sucesso", "emailed_payment", _s28_53, "amount", "Valor", "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_86, "quote_date", _s17_162, "valid_until", "V\xe1lido at\xe9", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Descri\xe7\xe3o", "unit_cost", "Custo Unit\xe1rio", "quantity", "Quantidade", "add_item", "Add Item", "contact", "Contato", "work_phone", "Telefone", "total_amount", "Total Amount", "pdf", "PDF", "due_date", _s18_142, _s16_180, _s16_181, "status", "Estado", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Total", "percent", "Percentagem", "edit", "Editar", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Task Rate", "settings", "Defini\xe7\xf5es", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Imposto", _s30_13, _s30_14, _s27_34, _s27_35, "past_due", "Past Due", "draft", "Rascunho", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Dep\xf3sito/Parcial", "paid", "Pago", "mark_sent", _s19_87, _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Feito", _s37_13, _s37_14, "dark_mode", "Modo Escuro", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Atividade", _s16_182, _s16_183, "clone", "Clonar", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Condi\xe7\xf5es de Pagamento", "payment_date", _s17_163, "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "net", "Net", "client_portal", _s17_164, "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Ativo", "recipients", "Destinat\xe1rios", "initial_email", "Email inicial", "first_reminder", _s17_165, "second_reminder", _s16_267, "third_reminder", _s17_166, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Assunto", "body", "Conte\xfado", "send_email", "Enviar email", "email_receipt", "E-mail para envio do recibo de pagamento", "auto_billing", "Auto billing", "button", "Button", "preview", "Pr\xe9-visualizar", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Refunded", "payment_type", _s17_153, _s21_57, _s23_55, "enter_payment", "Introduzir Pag.", "new_payment", "Introduzir Pagamento", "created_payment", _s28_73, "updated_payment", "Pagamento atualizado", _s16_190, _s31_23, "deleted_payment", "Pagamento apagado com sucesso", _s16_191, "Pagamento restaurado", _s17_109, _s40_6, _s16_192, ":count pagamentos apagados com sucesso", _s17_110, _s37_15, "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 aquivado", "deleted_quote", "Or\xe7amento apagado", "restored_quote", "Or\xe7amento restaurado", "archived_quotes", ":count Or\xe7amento(s) arquivado(s)", "deleted_quotes", ":count Or\xe7amento(s) apagados(s)", "restored_quotes", _s35_13, "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedor", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_56, "activity_2", _s32_18, "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", _s54_0, "activity_7", _s44_, "activity_8", ":user arquivou a nota de pagamento :invoice", "activity_9", ":user removeu a nota de pagamento :invoice", "activity_10", _s85_0, "activity_11", _s36_24, "activity_12", _s35_25, "activity_13", ":user removeu o pagamento :payment", "activity_14", _s31_24, "activity_15", _s31_25, "activity_16", ":user arquivou cr\xe9dito :credit", "activity_17", ":user removeu cr\xe9dito :credit", "activity_18", ":user adicionou o or\xe7amento :quote", "activity_19", ":user atualizou o or\xe7amento :quote", "activity_20", _s50_4, "activity_21", _s38_24, "activity_22", _s33_25, "activity_23", ":user removeu o or\xe7amento :quote", "activity_24", _s34_25, "activity_25", ":user restaurou a nota de pagamento :invoice", "activity_26", _s33_26, "activity_27", _s36_25, "activity_28", _s33_27, "activity_29", _s42_9, "activity_30", _s32_19, "activity_31", _s35_26, "activity_32", ":user apagou o fornecedor :vendor", "activity_33", _s36_26, "activity_34", _s30_51, "activity_35", _s33_28, "activity_36", ":user apagou a despesa :expense", "activity_37", _s34_26, "activity_39", _s50_5, "activity_40", _s64_, "activity_41", "pagamento (:payment) de :payment_amount falhou", "activity_42", _s26_56, "activity_43", _s30_52, "activity_44", _s29_57, "activity_45", ":user apagou a tarefa :task", "activity_46", _s30_53, "activity_47", _s34_27, "activity_48", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", "Or\xe7amento enviado", "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expirada", "all", "Todos", "select", "Selecionar", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Numera\xe7\xe3o das Notas de Pagamento", _s20_52, _s20_53, _s20_54, "Numera\xe7\xe3o dos Or\xe7amentos", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Tipo", "invoice_amount", "Total da Nota de Pagamento", _s16_197, "Data de vencimento", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s19_89, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Nome do Imposto", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Valor do Pagamento", "age", "Idade", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banco", _s19_49, _s19_50, _s16_198, "Categoria de Despesas", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "ro", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Import\u0103 Date", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "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_2, _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "Transform\u0103 \xeen Factur\u0103", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "F\u0103ctureaz\u0103 task", "invoice_expense", "Invoice Expense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Coloana", "sample", "Exemplar", "map_to", "Map To", "import", "Importa", _s25_1, _s29_1, "select_file", "Alege un fisier", _s16_32, _s16_33, "csv_file", "fisier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s18_25, _s20_20, _s20_21, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, _s18_96, _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Factura Recurenta", _s18_29, "Facturi Recurente", _s21_25, "Adauga Factura Recurenta", _s22_12, "Editare factura recurenta", _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Factur\u0103 recurent\u0103 arhivat\u0103 cu succes", _s25_14, "Factur\u0103 recurent\u0103 \u0219tears\u0103 cu succes", _s25_15, _s38_7, _s26_6, "Factur\u0103 recurent\u0103 restaurat\u0103 cu succes", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Salveaz\u0103 datele cardului", _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Facturi urmatoare", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "Token API", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "deleted_token", "Token \u0219ters", "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "Trimite email", "email_quote", "Trimite Proforma", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, _s17_56, _s17_57, _s17_58, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Aplic\u0103 Licen\u021b\u0103", "cancel_account", "\u0218terge cont", _s22_19, "ATEN\u021aIE: Toate datele vor fi \u0219terse definitiv, nu se pot recupera.", "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, "Proforme Recurente", "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, "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_19, "archived_credit", "Credit arhivat cu succes", "deleted_credit", "Credit \u0219ters", "removed_credit", _s27_21, "restored_credit", "Credit restaurat", _s16_71, ":count credite au fost arhivate cu succes", "deleted_credits", ":count \u0219ters", _s16_72, _s36_3, "current_version", "Versiunea Curent\u0103", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Afla mai mult", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Firm\u0103 nou\u0103", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Asignare lui", "created_by", _s16_202, "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_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "Mesaj", "from", "De la", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "Utilizator", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "Alege un client", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Setari Taxe", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "Recupereaz\u0103 parola", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "Schedule", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Days", "invoice_email", "Email Factur\u0103", "payment_email", "Email Plat\u0103", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Email Ofert\u0103", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _s66_, "user_management", "Utilizatori", "users", "Utilizatori", "new_user", "New User", "edit_user", "Modific\u0103 Utilizator", "created_user", _s25_22, "updated_user", "Utilizator actualizat", "archived_user", "Arhivare utilizator cu succes", "deleted_user", "Utilizator \u0219ters", "removed_user", _s25_25, "restored_user", "Utilizator restaurat", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Optiuni Generale", "invoice_options", "Op\u021biuni Factur\u0103", _s17_70, 'Ascunde c\xe2mpul "Pl\u0103tit p\xe2n\u0103 la"', _s22_27, 'Afi\u0219eaz\u0103 "Pl\u0103tit pana la" dec\xe2t c\xe2nd plata a fost efectuat\u0103.', _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Show Header on", _s16_125, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, _s70_, _s17_72, _s17_73, "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_74, "Trei Luni", _s16_126, "Patru Luni", "freq_six_months", "\u0218ase Luni", "freq_annually", "Anual", "freq_two_years", "Doi Ani", _s16_127, "Three Years", "never", "Niciodat\u0103", "company", "Company", _s17_75, _s17_76, "charge_taxes", "Taxe", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, _s142_, "authorization", "Authorization", "subdomain", "Subdomeniu", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\xcen leg\u0103tur\u0103 cu,", _s24_21, _s86_, "plain", "Plain", "light", "Deschisa", "dark", "Intunecata", "email_design", "Design Email", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, _s19_27, "credentials", "Credentials", "update_address", "Actualizeaz\u0103 Adresa", _s19_28, "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_133, "Valoare tax\u0103 creat\u0103 cu succes", _s16_134, "Valoare tax\u0103 actualizat\u0103 cu succes", _s17_82, "Valoare tax\u0103 arhivat\u0103 cu succes", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Completeaz\u0103 automat produsele", _s18_64, "Aleg\xe2nd un produs descrierea \u0219i pre\u021bul vor fi completate automat", "update_products", "Actualizare automat\u0103 a produselor", _s20_44, "Actualiz\xe2nd o factur\u0103 se va actualiza si libr\u0103ria de produse", _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Dezactivat", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, "Op\u021biuni Produs", "device_settings", "Device Settings", "defaults", "Implicit", "basic_settings", "Op\u021biuni de baz\u0103", _s17_87, "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_28, "\u0218abloane & Notific\u0103ri", _s22_30, _s20_46, _s19_34, "Vizualizare Date", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "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_70, _s18_71, _s21_51, _s34_13, "download", "Descarca", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Expense Date", "pending", "\xcen a\u0219teptare", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Transform\u0103", _s24_27, _s24_39, "exchange_rate", "Curs Valutar", _s16_151, "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_22, _s16_152, ":count furnizori arhiva\u021bi cu succes", "deleted_vendors", ":count furnizori \u0219tersi cu succes", _s16_153, _s36_5, "new_expense", "Introdu Cheltuial\u0103", "created_expense", _s28_23, "updated_expense", _s28_24, _s16_154, "Cheltuial\u0103 arhivat\u0103 cu succes", "deleted_expense", "Cheltuial\u0103 \u0219tears\u0103 cu succes", _s16_155, _s29_16, _s17_93, "Cheltuieli arhivate cu succes", _s16_156, "Cheltuieli \u0219terse cu succes", _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "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_34, "stopped_task", "Task oprit", "resumed_task", _s25_36, "now", "Acum", _s16_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, _s37_16, _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "Proiect nou", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "apas\u0103 aici", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Subsol", "compare", "Compar\u0103", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Ast\u0103zi", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Curent", "previous", "Anterior", "current_period", "Perioada Curent\u0103", _s17_98, "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_162, _s16_163, "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", _s22_, _s22_0, _s20_47, "Editare oferta recurenta", "billing_address", "Adres\u0103 de facturare", _s16_164, _s16_165, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Salveaza", _s17_100, _s17_101, "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_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "product", "Produs", "products", "Produse", "new_product", "New Product", "created_product", "Produs creat cu succes", "updated_product", "Produs actualizat cu succes", _s16_172, "Produs arhivat cu succes", "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "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_175, ":count clienti arhivat cu succes.", "deleted_client", "Client sters cu succes.", "deleted_clients", ":count clienti stersi cu succes.", "restored_client", "Client restaurat", _s16_176, _s36_7, "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_177, "Factura arhivata cu succes.", "deleted_invoice", "Factura stearsa cu succes.", _s16_178, "Factur\u0103 restaurat\u0103", _s17_104, ":count facturi arhivate cu succes.", _s16_179, ":count facturi sterse cu succes", _s17_105, _s37_12, "emailed_invoice", "Factura trimisa pe email cu succes", "emailed_payment", _s28_53, "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_180, _s16_181, "status", "Stare", _s17_106, "Invoice Status", "quote_status", "Status oferta", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Modifica", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, "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_13, _s30_14, _s27_34, _s27_35, "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_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Gata", _s37_13, _s37_14, "dark_mode", "Mod \xeentunecat", _s27_36, _s35_11, "refresh_data", "Reactualizeaza datele", "blank_contact", "Contact gol", "activity", "Activitate", _s16_182, "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_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "Referinta tranzactie", "enter_payment", "Introdu plata", "new_payment", "Introdu plata", "created_payment", "Plata creata cu succes.", "updated_payment", "Plat\u0103 actualizat\u0103", _s16_190, "Plata arhivata cu succes", "deleted_payment", "Plata stearsa cu succes.", _s16_191, "Plat\u0103 restaurat\u0103", _s17_109, ":count plati arhivate cu succes", _s16_192, ":count plati sterse cu succes.", _s17_110, _s37_15, "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_13, "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_5, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "activity_48", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", "Proform\u0103 trimis\u0103 cu succes", "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "All", "select", "Selecteaza", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Plaj\u0103 num\u0103r factur\u0103", _s20_52, _s20_53, _s20_54, "Plaj\u0103 num\u0103r proform\u0103", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Tip", "invoice_amount", "Valoare Factur\u0103", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "ru_RU", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "\u0418\u043c\u043f\u043e\u0440\u0442 \u0434\u0430\u043d\u043d\u044b\u0445", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "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_2, _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "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_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442", "invoice_expense", "Invoice Expense", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "\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_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "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_1, _s29_1, "select_file", "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_32, _s16_33, "csv_file", "CSV-\u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442", _s20_20, _s20_21, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, "\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_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, _s18_96, _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s18_29, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0441\u0447\u0435\u0442\u0430", _s21_25, "\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_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, _s39_, _s25_14, _s38_6, _s25_15, _s38_7, _s26_6, _s39_0, _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "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_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u0441\u0447\u0435\u0442\u0430", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u044b", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "deleted_token", "\u0422\u043e\u043a\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "removed_token", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "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_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f", _s17_55, _s17_56, _s17_57, "\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_64, "\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_38, _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_17, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442", _s22_19, _s65_2, "delete_company", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", _s22_20, _s65_2, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "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_69, "\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_, _s18_0, _s18_39, _s18_40, "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_19, "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_21, "restored_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_71, "\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_72, _s36_3, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "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_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d", "created_by", _s16_202, "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_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "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_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s22_35, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "\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_116, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043f\u0435\u043d\u0438", "schedule", "Schedule", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "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_44, _s21_45, "quote_email", "Quote Email", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _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_22, "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_18, "deleted_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0434\u0430\u043b\u0451\u043d", "removed_user", _s25_25, "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_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "\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_70, '\u0421\u043a\u0440\u044b\u0442\u044c "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e"', _s22_27, "\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_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Show Header on", _s16_125, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, _s70_, _s17_72, _s17_73, "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_74, "\u0422\u0440\u0438 \u043c\u0435\u0441\u044f\u0446\u0430", _s16_126, "\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_127, "Three Years", "never", "Never", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", _s17_75, _s17_76, "charge_taxes", "\u0420\u0430\u0441\u0447\u0451\u0442 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, "\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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, _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_21, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "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_26, _s19_27, "credentials", "Credentials", "update_address", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441", _s19_28, "\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_133, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430", _s16_134, "\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_82, "\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_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "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_64, "\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_44, "\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_136, "\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_47, "\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_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "\u041b\u043e\u0433\u043e\u0442\u0438\u043f", "saved_settings", _s27_24, _s16_142, "\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_87, "\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_28, "\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0438 \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f", _s22_30, _s20_46, _s19_34, "\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_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "\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_70, _s18_71, _s21_51, _s34_13, "download", "\u0421\u043a\u0430\u0447\u0430\u0442\u044c", _s27_26, _s27_44, "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_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "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_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d", _s24_27, "\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_151, _s16_222, "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_22, _s16_152, "\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_153, _s36_5, "new_expense", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "created_expense", _s28_23, "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_154, _s29_15, "deleted_expense", _s23_56, _s16_155, _s29_16, _s17_93, _s30_32, _s16_156, _s23_56, _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "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_34, "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_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, _s37_16, _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "New Project", _s27_30, "\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_54, "click_here", "\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430", _s18_74, "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_11, _s42_8, "locked", "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "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", _s17_97, "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_98, "\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_162, "\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", _s22_, _s22_0, _s20_47, _s20_48, "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_164, _s16_165, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, "\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_100, _s17_101, "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_42, _s30_12, "error", "\u041e\u0448\u0438\u0431\u043a\u0430", _s16_168, _s16_169, "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_170, _s16_171, "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_172, "\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_173, _s29_20, _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "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_175, "\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_176, _s36_7, "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_177, "\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_178, "\u0421\u0447\u0451\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_104, "\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_179, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s17_105, _s37_12, "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_53, "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_268, "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_180, _s16_181, "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_106, "\u0421\u0442\u0430\u0442\u0443\u0441 \u0421\u0447\u0451\u0442\u0430", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "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_49, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443", _s22_34, "\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_30, _s24_31, "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_13, _s30_14, _s27_34, _s27_35, "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_268, "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_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_13, _s37_14, "dark_mode", "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430", _s27_36, _s35_11, "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_182, _s16_183, "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_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "\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_190, "\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_191, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_109, "\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_192, "\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_110, _s37_15, "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_38, "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_18, "restored_quotes", _s35_13, "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_25, "activity_3", _s28_42, "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_, "activity_8", _s31_3, "activity_9", _s30_17, "activity_10", _s85_0, "activity_11", _s30_18, "activity_12", _s31_4, "activity_13", _s30_19, "activity_14", _s28_43, "activity_15", _s28_44, "activity_16", _s29_26, "activity_17", _s28_45, "activity_18", _s26_32, "activity_19", _s26_33, "activity_20", _s50_4, "activity_21", _s28_46, "activity_22", _s27_39, "activity_23", _s26_34, "activity_24", _s27_40, "activity_25", _s31_5, "activity_26", _s29_27, "activity_27", _s31_6, "activity_28", _s29_28, "activity_29", _s42_9, "activity_30", _s28_47, "activity_31", _s29_29, "activity_32", _s28_48, "activity_33", _s29_30, "activity_34", _s30_20, "activity_35", _s31_7, "activity_36", ":user \u0423\u0434\u0430\u043b\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_37", _s31_8, "activity_39", _s50_5, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_48", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "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_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "All", "select", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u0421\u0447\u0435\u0442\u0447\u0438\u043a \u043d\u043e\u043c\u0435\u0440\u0430 \u0441\u0447\u0451\u0442\u0430", _s20_52, _s20_53, _s20_54, _s20_55, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "\u0422\u0438\u043f", "invoice_amount", "Invoice Amount", _s16_197, "\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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0437\u0430\u0442\u0440\u0430\u0442", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "sr_RS", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "Ime kontakta", _s17_1, "Prezime kontakta", "order", "Order", "unassigned", "Unassigned", "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", _s61_2, _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Pretplata", _s16_11, _s16_12, _s17_7, "Izmeni Pretplatu", _s20_1, "Uspe\u0161no kreirana pretplata", _s20_2, "Uspe\u0161no osve\u017eena pretplata", _s21_6, "Uspe\u0161no arhivirana pretplata", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Odbijene", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "O\u010ditajte bar kod uz pomo\u0107 :link kompatibilne aplikacije.", _s18_14, "Dvostepena autorizacija uspe\u0161no aktivirana", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Dvostepena autorizacija", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "Konvertuj u ra\u010dun", _s16_24, _s16_25, "invoice_project", "Naplati Projekat", "invoice_task", "Fakturi\u0161i zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, "Konvertovani iznos", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "Podrazumevani dokumenti", "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Kolona", "sample", "Uzorak", "map_to", "Map To", "import", "Uvoz", _s25_1, _s29_1, "select_file", "Mollim odaberite datoteku", _s16_32, _s16_33, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "purge", "Purge", "service", "Usluga", "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", "Otpremnica", _s24_6, _s24_7, _s24_8, _s24_9, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Ra\u010dun sveukupno", "quote_total", "Ukupno predra\u010duna", "credit_total", "Credit Total", _s23_5, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Upozorenje", "view_settings", "View Settings", _s24_10, _s48_0, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Ime klijenta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, "Uspe\u0161no a\u017euriran status zadatka", _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s18_25, _s20_20, _s24_42, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, "Uspe\u0161no vra\u0107ena kategorija tro\u0161kova", _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Treba biti fakturisan", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Ponavljaju\u0107i ra\u010dun", _s18_29, "Ponavljaju\u0107i ra\u010duni", _s21_25, "Novi ponavljaju\u0107i ra\u010dun", _s22_12, "Izmeni ponavljaju\u0107i ra\u010dun", _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Uspe\u0161no arhiviran redovni ra\u010dun", _s25_14, "Uspe\u0161no obrisan redovni ra\u010dun", _s25_15, _s38_7, _s26_6, "Uspe\u0161no obnovljen redovni ra\u010dun", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Otvorene", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "Pogledaj portal", "copy_link", "Copy Link", "token_billing", "Izmeni detalje kartice", _s24_17, _s24_18, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Oznaka", "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "gateway", "Kanal", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Sati", "statement", "Statement", "taxes", "Porezi", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply", "Prihvati", "unapplied", "Unapplied", "select_label", "Selektuj oznaku", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Prima", "health_check", "Health Check", "payment_type_id", "Tip uplate", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Dolazni ra\u010duni", _s17_43, _s17_44, "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", "Kreiraj predra\u010dun", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Obri\u0161i predra\u010dun", "update_invoice", "Update Invoice", "delete_invoice", "Obri\u0161i ra\u010dun", "update_client", "Update Client", "delete_client", "Obri\u0161i klijenta", "delete_payment", "Obri\u0161i uplatu", "update_vendor", "Update Vendor", "delete_vendor", _s17_119, "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Obri\u0161i tro\u0161ak", "create_task", "Kreiraj zadatak", "update_task", "Update Task", "delete_task", "Obri\u0161i zadatak", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Slobodan", "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API tokeni", "api_docs", "API Docs", "search_tokens", _s20_27, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokeni", "new_token", "New 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", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", _s16_210, "email_quote", "\u0160alji predra\u010dun e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu ePo\u0161tom", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "Uredi uslove pla\u0107anja", _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Iznos kredita", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, _s17_56, _s17_57, _s17_58, "custom1", "Prvo prilago\u0111eno", "custom2", "Drugo prilago\u0111eno", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, "Uspe\u0161no o\u010di\u0161\u0107eni podatci kompanije", _s18_38, _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", "Osve\u017ei", "saved_design", _s25_17, "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", "Nema", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_90, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "Izbri\u0161i nalog", _s22_19, "Upozorenje: Ovo \u0107e trajno izbrisati va\u0161 nalog.", "delete_company", "Izbri\u0161i kompaniju", _s22_20, "Upozorenje: Ovo \u0107e potpuno obrisati podatke o Va\u0161ooj komplaniji, nema mogu\u0107nosti povratka podataka.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "credit_design", "Credit Design", "includes", "Includes", "header", "Zaglavlje", "load_design", "U\u010ditaj Dizajn", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Ponude", "tickets", "Tiketi", _s16_69, "Ponavljaju\u0107a ponuda", "recurring_tasks", "Recurring Tasks", _s18_, _s16_211, _s18_39, _s18_40, "credit_date", "Datum kredita", "credit", "Kredit", "credits", "Krediti", "new_credit", "Unesi kredit", "edit_credit", "Edit Credit", "created_credit", "Uspe\u0161no kreiran kredit", "updated_credit", _s27_19, "archived_credit", "Uspe\u0161no arhiviran kredit", "deleted_credit", "Uspe\u0161no obrisan kredit", "removed_credit", _s27_21, "restored_credit", "Uspe\u0161no vra\u0107en kredit", _s16_71, "Uspe\u0161no arhivirano :count kredita", "deleted_credits", "Uspe\u0161no obrisano :count kredita", _s16_72, _s36_3, "current_version", _s16_212, "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", _s16_213, "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo preduze\u0107e", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Resetuj", "number", "Number", "export", "Izvoz", "chart", "Karte", "count", "Count", "totals", "Totali", "blank", "Blank", "day", "Dan", "month", "Month", "year", "Year", "subgroup", "Podgrupa", "is_active", "Is Active", "group_by", "Grupi\u0161i po", "credit_balance", "Stanje kredita", _s18_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Adresa za slanje ulica", _s17_64, "Adresa za slanje stan/apartman", "shipping_city", "Adresa za slanje grad", "shipping_state", "Adresa za slanje - Provincija/Pokrajina", _s20_33, "Adresa za slanje po\u0161tanski broj", _s16_103, "Adresa za slanje dr\u017eava", _s16_105, "Adresa naplate - Ulica", _s16_106, "Adresa ra\u010duna - Stan/Spartman", "billing_city", "Adresa naplate - Grad", "billing_state", "Adresa naplate - Provincija/Pokrajina", _s19_19, "Adresa naplate - Po\u0161tanski broj", "billing_country", "Adresa naplate - Dr\u017eava", "client_id", "Client Id", "assigned_to", "Dodeljeno za", "created_by", _s16_202, "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", "Izve\u0161taji", "add_company", "Dodaj preduze\u0107e", "unpaid_invoice", "Nepla\u0107eni ra\u010duni", "paid_invoice", "Pla\u0107eni ra\u010duni", _s16_107, "Ne odobrene ponude", "help", "Pomo\u0107", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filter po", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_35, _s35_6, _s30_4, _s63_, "message", "Poruka", "from", "\u0160alje", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "support_forum", "forum podr\u0161ke", "about", "About", "documentation", "Dokumentacija", "contact_us", "Contact Us", "subtotal", "Sveukupno", "line_total", "Ukupno", "item", "Stavka", "credit_email", "Credit Email", "iframe_url", "Sajt", "domain_url", "Domain URL", _s21_36, _s20_57, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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", "Desktop", "layout", "Layout", "view", "Pregled", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "Korisnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s25_44, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Pode\u0161avanja poreza", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Opcije", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "Povratite va\u0161u lozinku", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Iznos honorara", _s16_116, "Procenat honorara", "schedule", "Raspored", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "E-po\u0161ta ponuda", _s16_118, "Beskrajni podsetnik", _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _s66_, "user_management", _s23_34, "users", "Korisnici", "new_user", "New User", "edit_user", "Uredi korisnika", "created_user", _s25_22, "updated_user", "Korisnik je uspe\u0161no a\u017euriran", "archived_user", "Uspe\u0161no arhiviran korisnik", "deleted_user", "Korisnik je uspe\u0161no obrisan", "removed_user", _s25_25, "restored_user", "Uspe\u0161no obnovljen korisnik", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Op\u0161te postavke", "invoice_options", "Opcije ra\u010duna", _s17_70, _s21_80, _s22_27, _s70_0, _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, _s20_58, _s16_125, _s19_56, "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primarna boja", "secondary_color", "Sekundarna boja", "page_size", "Page Size", "font_size", "Veli\u010dina fonta", "quote_design", "Dizajn ponude", "invoice_fields", "Polja ra\u010duna", "product_fields", "Product Fields", "invoice_terms", "Uslovi ra\u010duna", "invoice_footer", "Podno\u017eje ra\u010duna", "quote_terms", "Uslovi predra\u010duna", "quote_footer", "Podno\u017eje ponude", _s18_59, "Automatsko slanje ePo\u0161te", _s23_18, "Automatski po\u0161alji ponavljaju\u0107e ra\u010dune u momentu kreiranja.", _s20_42, "AAutomatsko arhiviranje", _s25_26, "Automatski arhiviraj ra\u010dune kada su pla\u0107eni.", _s18_60, "Automatsko Arhiviranje", _s23_19, "Automatski arhiviraj ponude kada su konvertovane.", _s18_61, "Auto konverzija", _s23_20, "Automatski konvertujte ponudu u ra\u010dun nakon \u0161to je odobrena od strane klijenta.", _s17_72, "Pode\u0161avanje toka rada", "freq_daily", "Svakodnevno", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_74, "Three months", _s16_126, "\u010cetiri meseca", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Dve godine", _s16_127, "Three Years", "never", "Nikada", "company", "Kompanija", _s17_75, _s17_76, "charge_taxes", "Naplati poreze", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, "Prefiks koji se ponavlja", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Polje kompanija", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Polje ra\u010duna", _s17_77, "Vi\u0161ak Ra\u010duna", "client_field", "Polje klijenta", "product_field", "Polje proizvod", "payment_field", "Payment Field", "contact_field", "Polje kontakt", "vendor_field", "Polje dobavlja\u010da", "expense_field", "Polje tro\u0161kova", "project_field", "Polje Projekta", "task_field", "Polje zadatak", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Poruke", "custom_css", "Prilago\u0111eni CSS", _s17_79, _s17_80, _s16_130, "Prika\u017ei u PDF-u", _s21_46, "Prikazite potpis klijenta na PDF-u ra\u010duna/ponude.", _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, _s142_, "authorization", "Authorization", "subdomain", "Poddomena", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Sa po\u0161tovanjem,", _s24_21, _s81_, "plain", "Obi\u010dno", "light", "Svetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "Omogu\u0107i 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", "Prioritet", "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_26, "Logoi Prihva\u0107enih Kartica", "credentials", "Credentials", "update_address", "A\u017euriraj adresu", _s19_28, "A\u017euriraj adresu klijenta uz dostavljenim detaljima", "rate", "Stopa", "tax_rate", "Poreska stopa", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Uredi poresku stopu", _s16_133, "Uspe\u0161no kreirana poreska stopa", _s16_134, "Uspe\u0161no a\u017eurirana poreska stopa", _s17_82, "Uspe\u0161no arhivirana poreska stopa", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", _s24_43, _s18_64, _s53_2, "update_products", "Proizvodi sa autoa\u017euriranjem", _s20_44, _s57_, _s16_136, "Konvertuj proizvode", _s21_47, "Automatski konvertuj cene proizvoda u valutu klijenta", "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Otka\u017ei izmene", "default_value", "Default value", "disabled", "Onemogu\u0107eno", "currency_format", "Currency Format", _s21_48, "Prvi dan u nedelji", _s23_26, _s23_27, "sunday", "Nedelja", "monday", "Ponedeljak", "tuesday", "Utorak", "wednesday", "Sreda", "thursday", "\u010cetvrtak", "friday", "Petak", "saturday", "Subota", "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 satno vreme", _s18_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Grupa", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, _s18_91, "device_settings", "Device Settings", "defaults", "Podrazumevano", "basic_settings", "Osnovna pode\u0161avanja", _s17_87, _s17_120, "company_details", "Detalji preduze\u0107a", "user_details", _s17_121, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obave\u0161tenja", "import_export", "Uvoz i Izvoz", "custom_fields", _s17_122, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s16_215, _s23_28, "\u0160abloni & podsetnici", _s22_30, _s20_46, _s19_34, _s22_53, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, "Hvala Vam na kupovini!", "redeem", "Redeem", "back", "Nazad", "past_purchases", "Ranije kupovine", _s19_36, _s18_92, "pro_plan", "Pro plan", "enterprise_plan", "Enterprise Plan", "count_users", _s16_216, "upgrade", "Nadogradi", _s25_32, "Unesite ime", _s24_25, "Unesite prezime", _s33_14, "Molimo Vas prihvatite uslove kori\u0161\u0107enja i politiku privatnosti da biste registrovali korisni\u010dki nalog.", "i_agree_to_the", "Sla\u017eem se sa", _s21_79, "uslovima kori\u0161\u0107enja", _s19_54, "politikom privatnosti", _s16_144, "Uslovi kori\u0161tenja usluge", "privacy_policy", "Privacy Policy", "sign_up", "Prijava", "account_login", _s18_94, "view_website", "Poseti web sajt", "create_account", "Registruj nalog", "email_login", "Prijavite se emailom", "create_new", "Kreiraj novi", _s18_70, "Nijedan zapis nije odabran", _s21_51, "Molimo Vas sa\u010duvajte ili otka\u017eite izmene", "download", "Preuzmi", _s27_26, "Zahteva Enterprise plan", "take_picture", "Fotografi\u0161i", "upload_file", "Po\u0161alji fajl", "document", "Dokument", "documents", "Dokumenti", "new_document", "Novi dokument", "edit_document", "Izmeni dokument", _s17_89, "Uspe\u0161no poslat dokument", _s16_146, "Uspe\u0161no a\u017euriran dokument", _s17_90, "Uspe\u0161no arhiviran dokument", _s16_147, "Uspe\u0161no obrisan dokument", _s17_91, "Uspe\u0161no vra\u0107en dokument", _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "Nema istorije", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_148, "Prijavljen", _s16_149, "Na \u010dekanju", _s16_150, "Fakturisano", "converted", "Konvertovano", _s24_27, "Dodaj dokumente uz Ra\u010dun", "exchange_rate", "Kurs", _s16_151, "Konvertuj valutu", "mark_paid", "Mark Paid", "category", "Category", "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", _s28_22, _s16_152, "Uspe\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspe\u0161no obrisano :count dobavlja\u010da", _s16_153, _s36_5, "new_expense", "Unesi tro\u0161ak", "created_expense", "Uspe\u0161no kreiran tro\u0161ak", "updated_expense", "Uspe\u0161no a\u017euriran tro\u0161ak", _s16_154, "Uspe\u0161no arhiviran tro\u0161ak", "deleted_expense", _s22_76, _s16_155, _s29_16, _s17_93, "Uspe\u0161no arhivirani tro\u0161kovi", _s16_156, _s22_76, _s17_94, _s37_9, "copy_shipping", "Kopiraj adresu za slanje", "copy_billing", "Kopiraj adresu za naplatu", "design", "Dizajn", _s21_52, "Zapis nije prona\u0111en", "invoiced", "Fakturisano", "logged", "Logovano", "running", "Pokrenuto", "resume", "Nastavi", "task_errors", "Molimo korigujte vremena koja se poklapaju", "start", "Po\u010detak", "stop", "Zavr\u0161etak", "started_task", "Uspe\u0161no pokrenut zadatak", "stopped_task", "Uspe\u0161no zavr\u0161en zadatak", "resumed_task", "Uspe\u0161no nastavljen zadatak", "now", "Sada", _s16_157, _s16_158, "timer", "\u0160toperica", "manual", "Ru\u010dno", "budgeted", "Budgeted", "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", _s34_14, _s19_38, "Unesite Va\u0161e ime", "budgeted_hours", "Bud\u017eetirani sati", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, "Uspe\u0161no vra\u0107en projekat", _s17_95, "Uspe\u0161no arhivirano :count projekata", _s16_161, "Uspe\u0161no obrisano :count projekata", _s17_96, _s37_10, "new_project", "New Project", _s27_30, "Hvala Vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako Vam se dopada molimo Vas", "click_here", "kliknite ovde", _s18_74, "Click here", "to_rate_it", "da je ocenite.", "average", "Prosek", "unapproved", "Neodobreno", _s30_11, "Molimo Vas auotorizujte se da biste promenili ovu opciju", "locked", "Zaklju\u010dano", "authenticate", "Autorizuj se", _s19_40, "Molimo Vas da se autorizujete", _s24_28, "Biometrijska autorizacija", "footer", "Podno\u017eje", "compare", "Uporedi", "hosted_login", "Hostovan login", "selfhost_login", "Samohostovan login", "google_sign_in", _s17_97, "today", "Danas", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Teku\u0107i", "previous", "Prethodni", "current_period", "Teku\u0107i period", _s17_98, "Period za upore\u0111ivanje", "previous_period", "Prethodni period", "previous_year", "Slede\u0107i period", "compare_to", "Uporedi sa", "last7_days", "Poslednjih 7 dana", "last_week", "Poslednja sedmica", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Prilago\u0111eno", _s16_162, "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 predra\u010dun", "edit_payment", "Izmeni uplatu", "edit_task", "Uredi zadatak", "edit_expense", "Izmeni tro\u0161ak", "edit_vendor", _s16_217, "edit_project", "Edit Project", _s22_, "Izmena redovnih tro\u0161kova", _s20_47, "Izmeni ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_164, "Adresa za slanje", "total_revenue", "Ukupni prihod", "average_invoice", "Prose\u010dni ra\u010dun", "outstanding", "Nenapla\u0107eno", "invoices_sent", _s19_90, "active_clients", _s16_218, "close", "Zatvori", "email", "E-po\u0161ta", "password", "Lozinka", "url", "URL", "secret", "Secret", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Sort", "search", "Pretraga", "active", "Aktivan", "archived", "Arhivirano", "deleted", "Obrisano", "dashboard", "Kontrolna tabla", "archive", "Arhiva", "delete", "Obri\u0161i", "restore", "Vrati", _s16_166, "Osve\u017eavanje zavr\u0161eno", _s23_29, "Unesite adresu e-po\u0161te", _s26_25, "Unesite lozinku", _s21_55, "Unesite web adresu", _s26_27, "Unesite \u0161ifru proizvoda", "ascending", "Rastu\u0107e", "descending", "Opadaju\u0107e", "save", "Snimi", _s17_100, "Desila se gre\u0161ka", "paid_to_date", "Pla\u0107eno na vreme", "balance_due", "Stanje duga", "balance", "Stanje", "overview", "Pregled", "details", "Detalji", "phone", "Telefon", "website", "Web adresa", "vat_number", "PIB", "id_number", "Mati\u010dni broj", "create", "Kreiraj", _s19_42, "Sadr\u017eaj :value kopiran u klipbord", "error", "Gre\u0161ka", _s16_168, "Nije mogu\u0107e pokrenuti", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_95, "cancel", "Odustani", "ok", "Ok", "remove", "Remove", _s16_170, "Adresa e-po\u0161te nije validna", "product", "Proizvod", "products", "Proizvodi", "new_product", "New Product", "created_product", "Proizvod je uspe\u0161no kreiran", "updated_product", "Proizvod je uspe\u0161no a\u017euriran", _s16_172, "Proizvod je uspe\u0161no arhiviran", "deleted_product", _s28_32, _s16_173, "Uspe\u0161no vra\u0107en proizvod", _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "product_key", "Product", "notes", "Bele\u0161ke", "cost", "Cost", "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_175, "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_176, _s36_7, "address1", "Ulica", "address2", "Sprat/soba", "city", "Grad", "state", "Okrug", "postal_code", "Po\u0161tanski broj", "country", "Zemlja", "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_177, "Uspe\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspe\u0161no obrisan ra\u010dun", _s16_178, "Uspe\u0161no vra\u0107en ra\u010dun", _s17_104, "Uspe\u0161no arhivirano :count ra\u010duna", _s16_179, "Uspe\u0161no obrisano :count ra\u010duna", _s17_105, _s37_12, "emailed_invoice", "Ra\u010dun uspe\u0161no poslat e-po\u0161tom", "emailed_payment", "Uplata uspe\u0161no poslata putem elektronske 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", "Frekvencija", "start_date", "Po\u010detni datum", "end_date", "Zavr\u0161ni datum", "quote_number", "Broj ponude", "quote_date", "Datum ponude", "valid_until", "Vredi 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_180, "Datum dospe\u0107a avansa", "status", "Status", _s17_106, "Status ra\u010duna", "quote_status", "Status ponude", _s22_31, _s30_24, _s22_33, "Kliknite + za dodavanje vremena", "count_selected", ":count selektovano", "total", "Sveukupno", "percent", "Percent", "edit", "Uredi", "dismiss", "Odbaci", _s20_49, "Izaberite datum", _s22_34, "Izaberite klijenta", _s24_30, "Izaberite ra\u010dun", "task_rate", "Stopa zadatka", "settings", "Postavke", "language", "Jezik", "currency", "Valuta", "created_at", "Datum kreiranja", "created_on", "Created On", "updated_at", "A\u017eurirano", "tax", "Porez", _s30_13, "Unesite broj ra\u010duna", _s27_34, "Unesite broj ponude", "past_due", "Van valute", "draft", "Draft", "sent", "Poslato", "viewed", "Pregledano", "approved", "Odobreno", "partial", "Partial/Deposit", "paid", "Pla\u0107eno", "mark_sent", "Ozna\u010di kao poslato", _s22_36, "Ra\u010dun uspe\u0161no obele\u017een kao poslat", _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Zavr\u0161eno", _s37_13, "Unesite klijenta ili ime kontakta", "dark_mode", "Tamni prikaz", _s27_36, "Restartuje aplikaciju za aktiviranje izmene", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_182, "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_184, "Na \u010dekanju", _s16_185, "Storno", _s16_186, "Neuspe\u0161no", _s16_187, "Zavr\u0161eno", _s16_188, "Delimi\u010dno povra\u0107eno", _s16_189, "Povra\u0107eno", _s17_107, "Unapplied", _s17_108, _s19_6, "net", "\u010cisto", "client_portal", _s17_123, "show_tasks", "Prika\u017ei zadatke", "email_reminders", "Podsetnici e-po\u0161tom", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "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", "send_email", "Send Email", "email_receipt", _s31_15, "auto_billing", "Automatski ra\u010dun", "button", "Dugme", "preview", "Preview", "customize", "Prilagodi", "history", "Istorija", "payment", "Uplata", "payments", "Uplate", "refunded", "Povra\u0107eno", "payment_type", "Payment Type", _s21_57, _s21_81, "enter_payment", "Unesi uplatu", "new_payment", "Unesi pla\u0107anje", "created_payment", "Uspe\u0161no kreirana uplata", "updated_payment", "Uspe\u0161no a\u017eurirana uplata", _s16_190, "Uspe\u0161no arhivirana uplata", "deleted_payment", "Uspe\u0161no obrisana uplata", _s16_191, "Uspe\u0161no vra\u0107ena uplata", _s17_109, "Uspe\u0161no arhivirana :count uplata", _s16_192, "Uspe\u0161no obrisano :count uplata", _s17_110, _s37_15, "quote", "Ponuda", "quotes", "Ponude", "new_quote", "Novi predra\u010dun", "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", _s35_13, "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Task", "tasks", "Zadaci", "project", "Project", "projects", "Projekti", "activity_1", _s30_25, "activity_2", _s32_9, "activity_3", _s30_26, "activity_4", _s28_56, "activity_5", _s29_39, "activity_6", ":user je poslao ra\u010dun :invoice za :client kontaktu :contact", "activity_7", _s44_, "activity_8", _s30_27, "activity_9", _s27_49, "activity_10", _s85_0, "activity_11", _s30_28, "activity_12", _s30_29, "activity_13", _s29_40, "activity_14", _s27_50, "activity_15", _s29_41, "activity_16", _s30_30, "activity_17", _s28_57, "activity_18", ":user kreirao predra\u010dun :quote", "activity_19", ":user a\u017eurirao predra\u010dun :quote", "activity_20", _s50_4, "activity_21", ":contact pregledao predra\u010dun :quote", "activity_22", ":user arhivirao predra\u010dun :quote", "activity_23", ":user obrisao predra\u010dun :quote", "activity_24", ":user obnovio predra\u010dun :quote", "activity_25", _s28_58, "activity_26", _s30_31, "activity_27", _s29_42, "activity_28", _s28_59, "activity_29", _s42_9, "activity_30", _s28_47, "activity_31", _s29_29, "activity_32", _s28_48, "activity_33", _s29_30, "activity_34", _s29_43, "activity_35", _s31_7, "activity_36", _s30_21, "activity_37", _s31_8, "activity_39", ":user je otkazao :payment_amount pla\u0107anje :payment", "activity_40", ":user vratio :adjustment od :payment_amount pla\u0107anja :payment", "activity_41", _s41_6, "activity_42", _s24_32, "activity_43", _s24_33, "activity_44", _s25_40, "activity_45", _s24_34, "activity_46", _s25_41, "activity_47", _s30_22, "activity_48", ":user a\u017eurirao tiket :ticket", "activity_49", ":user zatvorio tiket :ticket", "activity_50", ":user spojio tiket :ticket", "activity_51", ":user podelio tiket :ticket", "activity_52", ":contact otvorio tiket :ticket", "activity_53", ":contact obnovio tiket :ticket", "activity_54", ":user obnovio tiket :ticket", "activity_55", ":contact odgovorio na tiket :ticket", "activity_56", ":user pogledao tiket :ticket", "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Jednokratna lozinka", "emailed_quote", "Predra\u010dun je uspe\u0161no poslan e-po\u0161tom", "emailed_credit", _s27_48, _s20_51, "Ponuda uspe\u0161no obele\u017eena kao poslata", _s21_59, _s34_15, "expired", "Expired", "all", "All", "select", "Odaberi", _s22_38, _s22_39, "custom_value1", _s20_99, "custom_value2", _s20_99, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Broja\u010d ra\u010duna", _s20_52, _s20_53, _s20_54, "Broja\u010d ponuda", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_197, "Datum valute", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto naplata", "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Naziv poreske stope", "tax_amount", "Iznos poreza", "tax_paid", "Porez Pla\u0107en", "payment_amount", "Iznos uplate", "age", "Age", "is_running", "Is Running", "time_log", "Vremenski zapisi", "bank_id", "Bank", _s19_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "sl", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Uvozi podatke", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "Ime kontakta", _s17_1, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Varnost", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Naro\u010dnina", _s16_11, _s16_12, _s17_7, "Uredi naro\u010dnino", _s20_1, "Naro\u010dnina uspe\u0161no ustvarjena", _s20_2, "Naro\u010dnina uspe\u0161no posodobljena", _s21_6, "Naro\u010dnina uspe\u0161no arhivirana", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "Znova po\u0161lji vabilo", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "Skenirajte barkodo s aplikacijo kot na primer :link. Spodaj vnesite prvo generirano geslo za enkratno rabo.", _s18_14, "Dvostopenjska avtentikacija je omogo\u010dena", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Dvostopenjska avtentikacija", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "Vrnjeno pla\u010dilo", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Prej\u0161nje \u010detrtletje", "to_update_run", "To update run", _s18_17, "Pretvori v ra\u010dun", _s16_24, _s16_25, "invoice_project", "Fakturiraj projekt", "invoice_task", "Fakturiraj opravilo", "invoice_expense", "Stro\u0161ek ra\u010duna", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, "Pretvorjeni znesek", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "Privzeti dokumenti", "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Stolpec", "sample", "Vzorec", "map_to", "Map To", "import", "Uvozi", _s25_1, _s29_1, "select_file", "Prosim izberi datoteko", _s16_32, _s16_33, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "purge", "Purge", "service", "Storitev", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nepla\u010dano", "white_label", "White Label", "delivery_note", "Dobavnica", _s24_6, _s24_7, _s24_8, _s24_9, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Delno pla\u010dilo do", "invoice_total", "Znesek", "quote_total", "Znesek predra\u010duna", "credit_total", "Dobropis skupaj", _s23_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "Kategorije stro\u0161kov", _s20_20, "Nova katergorija stro\u0161kov", _s21_18, _s21_19, _s24_11, "Kategorija stro\u0161kov uspe\u0161no ustvarjena", _s24_12, "Kategorija stro\u0161kov uspe\u0161no nadgrajena", _s25_5, "Kategorija stro\u0161kov uspe\u0161no arhivirana", _s24_13, "Kategorija uspe\u0161no odstranjena", _s24_14, _s37_2, _s25_6, "Kategorija stro\u0161kov uspe\u0161no obnovljena", _s27_8, "Kategorija stro\u0161kov :count uspe\u0161no arhivirana", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Bo fakturiran", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kot Aktivno", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Ponavljajo\u010di ra\u010dun", _s18_29, "Ponavljajo\u010di ra\u010duni", _s21_25, "Nov ponavljajo\u010di ra\u010dun", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Ponavljajo\u010di ra\u010dun uspe\u0161no arhiviran", _s25_14, "Ponavljajo\u010di ra\u010dun uspe\u0161no odstranjen", _s25_15, _s38_7, _s26_6, "Ponavljajo\u010di ra\u010dun uspe\u0161no obnovljen", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Vrsti\u010dna postavka", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "Poglej portal", "copy_link", "Copy Link", "token_billing", "Shrani podatke kartice", _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s20_100, "emailed_quotes", "Uspe\u0161no poslani predra\u010duni", "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Prihajajo\u010di ra\u010duni", _s17_43, _s17_44, "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 predra\u010dun", "create_payment", "Create Payment", "create_vendor", "Ustvari prodajalca", "update_quote", "Update Quote", "delete_quote", "Odstrani ponubdo", "update_invoice", "Update Invoice", "delete_invoice", "Zbri\u0161i ra\u010dun", "update_client", "Update Client", "delete_client", "Odstrani stranko", "delete_payment", "Odstrani 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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API \u017eetoni", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "Po\u0161lji ra\u010dun na e-po\u0161to", "email_quote", "Po\u0161lji predra\u010dun", "email_credit", "Email Credit", "email_payment", "Po\u0161lji pla\u010dilo po elektronki po\u0161ti", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Kontaktno ime", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "Uredi pla\u010dilni pogoj", _s20_29, "Pla\u010dilni pogoji uspe\u0161no ustvarjeni", _s20_30, "Pla\u010dilni pogoji uspe\u0161no posodobljeni", _s21_28, "Pla\u010dilni pogoji uspe\u0161no arhivirani", _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from Gmail", "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Vra\u010dilo pla\u010dila", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Polno ime", _s17_55, "Mesto/Dr\u017eava/Po\u0161ta", _s17_57, "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_64, "Podatki podjetja uspe\u0161no odstranjeni", _s18_38, "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_17, "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", "None", "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Potrdi licenco", "cancel_account", "Odstani ra\u010dun", _s22_19, "Opozorilo: Va\u0161 ra\u010dun bo trajno zbrisan. Razveljavitev ni mogo\u010da.", "delete_company", "Izbri\u0161i podjetje", _s22_20, "Opozorilo: Va\u0161e podjetne bo trajno zbrisano. Razveljavitev ni mogo\u010da.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Ponudbe", "tickets", "Tickets", _s16_69, "Ponavljajo\u010di predra\u010duni", "recurring_tasks", "Recurring Tasks", _s18_, "Ponavaljajo\u010di stro\u0161ki", _s18_39, "Upravljanje ra\u010duna", "credit_date", "Datum dobropisa", "credit", "Dobropis", "credits", "Dobropisi", "new_credit", "Vnesi dobropis", "edit_credit", "Uredi dobropis", "created_credit", "Dobropis uspe\u0161no ustvarjen", "updated_credit", "Uspe\u0161no posodobljen dobropis", "archived_credit", "Dobropis uspe\u0161no arhiviran", "deleted_credit", "Dobropis uspe\u0161no odstranjen", "removed_credit", _s27_21, "restored_credit", "Dobropis uspe\u0161no obnovljen", _s16_71, "\u0160tevilo uspe\u0161no arhiviranih dobropisov: :count", "deleted_credits", "\u0160tevilo uspe\u0161no odstranjenih dobropisov: :count", _s16_72, _s36_3, "current_version", "Trenutna razli\u010dica", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Izvedi ve\u010d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo podjetje", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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", "Subgroup", "is_active", "Is Active", "group_by", "Zdru\u017ei v skupino", "credit_balance", "Saldo dobropisa", _s18_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Kontaktni telefon", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Ulica (za dostavo)", _s17_64, "Hi\u0161na \u0161t./stanovanje (za dostavo)", "shipping_city", "Mesto (za dostavo)", "shipping_state", "Regija/pokrajina (za dostavo)", _s20_33, "Po\u0161tna \u0161t. (za dostavo)", _s16_103, "Dr\u017eava (za dostavo)", _s16_105, "Ulica (za ra\u010dun)", _s16_106, "Hi\u0161na \u0161t./Stanovanje (za ra\u010dun)", "billing_city", "Mesto (za ra\u010dun)", "billing_state", "Regija/pokrajina (za ra\u010dun)", _s19_19, "Po\u0161tna \u0161t. (za ra\u010dun)", "billing_country", "Dr\u017eave (za ra\u010dun)", "client_id", "Id stranke", "assigned_to", "Assigned to", "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", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_107, "Nepotrjen predra\u010dun", "help", "Pomo\u010d", "refund", "Vra\u010dilo", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Kontaktna e-po\u0161ta", "multiselect", "Multiselect", "entity_state", "Stanje", "verify_password", "Verify Password", "applied", "Applied", _s21_35, _s35_6, _s30_4, _s63_, "message", "Sporo\u010dilo", "from", "Od", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Ogled", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "Uporabnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "Prosim izberite stranko", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Dav\u010dne dastavitve", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Proklop", _s19_23, _s20_41, "options", "Mo\u017enosti", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Oddaj", _s16_115, "Obnovite va\u0161e geslo", "late_fees", "Late Fees", "credit_number", "\u0160t. dobropisa", "payment_number", "Payment Number", "late_fee_amount", "Vrednost zamudnih obresti", _s16_116, "Odstotek za zamudne obresti", "schedule", "Urnik", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Dnevi", "invoice_email", "Ra\u010dun", "payment_email", "Potrdilo", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Predra\u010dun", _s16_118, "Periodi\u010den opomin", _s16_120, _s16_121, "administrator", "Upravljalec", _s18_58, "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_22, "updated_user", "Uporabnik uspe\u0161no posodobljen", "archived_user", "Uporabnik uspe\u0161no arhiviran", "deleted_user", "Uporabnik uspe\u0161no odstranjen", "removed_user", _s25_25, "restored_user", "Uporabnik uspe\u0161no obnovljen", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Splo\u0161ne nastavitve", "invoice_options", "Mo\u017enosti ra\u010duna", _s17_70, "Skrij datum pla\u010dila", _s22_27, 'Prika\u017ei le "Pla\u010dano" polje v ra\u010dunu, nakar je bilo pla\u010dilo prejeto.', _s23_17, "Omogo\u010deni dokumenti", _s28_15, "V ra\u010dunu vklju\u010di pripete slike.", _s16_124, "Prika\u017ei glavo na", _s16_125, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, "Samodejno arhiviraj predra\u010dune po pretvorbi.", _s18_61, "Samodejna Pretvorba", _s23_20, "Samodejno pretvori predra\u010dun v ra\u010dun, ki ga stranka potrdi.", _s17_72, _s17_73, "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_74, "Trije meseci", _s16_126, "Na \u0161tiri mesece", "freq_six_months", "\u0160est mesecev", "freq_annually", "Letno", "freq_two_years", "Na dve leti", _s16_127, "Three Years", "never", "Nikoli", "company", "Company", _s17_75, "Ustvarjene \u0161tevilke", "charge_taxes", "Zara\u010dunaj davke", "next_reset", "Naslednja ponastavitev", "reset_counter", "Ponastavi \u0161tevec", _s16_128, "Predpona ponavljajo\u010dih", "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_77, _s17_78, "client_field", "Client Field", "product_field", "Polje izdelka", "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", "Predpona", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "CSS po meri", _s17_79, _s17_80, _s16_130, "Prika\u017ei na PDF", _s21_46, "Prika\u017ei podpis stranke na PDF ra\u010dunu/predra\u010dunu.", _s25_27, "Potrditev pogojev ra\u010duna", _s30_5, "Stranka mora potrditi strinjanje s pogoji na ra\u010dunu.", _s23_21, "Potrditev pogojev predra\u010duna", _s28_16, "Stranka mora potrditi strinjanje s pogoji na predra\u010dunu.", _s25_28, "Podpis ra\u010duna", _s30_6, "Zahteva od stranke, da zagotovi svoj podpis.", _s23_22, "Podpis predra\u010duna", _s22_29, "Za\u0161\u010diti ra\u010dune z geslom", _s27_23, "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_21, "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_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "Omogo\u010di ozna\u010dbe.", "reply_to_email", "Reply-To", "reply_to_name", "Reply-To Name", "bcc_email", "BCC", "processed", "Processed", "credit_card", _s16_214, "bank_transfer", "Ban\u010dno nakazilo", "priority", "Priority", "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_26, "Prikazani logotipi katric", "credentials", "Credentials", "update_address", "Posodobi naslov", _s19_28, "Posodobi naslov stranke z predlo\u017eenimi podatki", "rate", "Cena", "tax_rate", "Dav\u010dna stopnja", "new_tax_rate", "Nova dav\u010dna stopnja", "edit_tax_rate", "Uredi dav\u010dno stopnjo", _s16_133, "Dav\u010dna stopnja uspe\u0161no ustvarjena", _s16_134, "Dav\u010dna stopnja uspe\u0161no posodobljena", _s17_82, "Dav\u010dna stopnja uspe\u0161no arhivirana", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Samodejno vnesi izdelke", _s18_64, "Izbira izdelka bo samodejno vnesla opis in ceno", "update_products", "Samodejno posodobi izdelke", _s20_44, "Posodobitev ra\u010duna bo samodejno posodobila knji\u017enico izdelkov", _s16_136, "Pretvori izdelke", _s21_47, "Samodejno pretvori cene izdelkov v valuto stranke", "fees", "Provizije", "limits", "Omejitve", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Zavrzi spremembe", "default_value", "Default value", "disabled", "Onemogo\u010deno", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logotip", "saved_settings", _s27_24, _s16_142, "izdelka", "device_settings", "Device Settings", "defaults", "Privzeto", "basic_settings", "Osnovne nastavitve", _s17_87, "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_28, "Predloge in opomini", _s22_30, _s20_46, _s19_34, "Vizualizacija podatkov", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "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_70, _s18_71, _s21_51, _s34_13, "download", "Prenesi", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenti", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Datum stro\u0161ka", "pending", "V teku", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Pretvorjeno", _s24_27, "Pripni datoteke", "exchange_rate", "Menjalni te\u010daj", _s16_151, "Pretvori valuto", "mark_paid", "Ozna\u010di kot pla\u010dano", "category", "Kategorija", "address", "Naslov", "new_vendor", "Nov prodajalec", "created_vendor", "Prodajalec uspe\u0161no ustvarjen", "updated_vendor", "Prodajalec uspe\u0161no posodobljen", "archived_vendor", "Prodajalec uspe\u0161no arhiviran", "deleted_vendor", "Prodajalec uspe\u0161no odstranjen", "restored_vendor", "Prodajalec uspe\u0161no obnovljen", _s16_152, "\u0160tevilo uspe\u0161no arhiviranih prodajalcev: :count clients", "deleted_vendors", "\u0160tevilo uspe\u0161no odstranjenih prodajalcev: :count", _s16_153, _s36_5, "new_expense", "Vnesi stro\u0161ek", "created_expense", "Stro\u0161ek uspe\u0161no vne\u0161en", "updated_expense", "Stro\u0161ek uspe\u0161no posodobljen", _s16_154, "Stro\u0161ek uspe\u0161no arhiviran", "deleted_expense", "Stro\u0161ek uspe\u0161no odstranjen", _s16_155, "Stro\u0161ek uspe\u0161no obnovljen", _s17_93, "Stro\u0161ki uspe\u0161no arhivirani", _s16_156, "Stro\u0161ki uspe\u0161no odstranjeni", _s17_94, _s37_9, "copy_shipping", "Kopiraj naslov za dostavo", "copy_billing", "Kopiraj naslov za ra\u010dun", "design", "Design", _s21_52, _s21_53, "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_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Predvidene ure", "created_project", "Projekt uspe\u0161no ustvarjen", "updated_project", "Projekt uspe\u0161no posodobljen", _s16_159, "Projekt uspe\u0161no arhiviran", "deleted_project", "Projekt uspe\u0161no odstranjen", _s16_160, "Projekt uspe\u0161no obnovljen", _s17_95, "\u0160tevilo uspe\u0161no arhiviranih projektov: :count", _s16_161, "\u0160tevilo uspe\u0161no odstranjenih projektov: :count", _s17_96, _s37_10, "new_project", "Now projekt", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "klikni tukaj", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Noga", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Obseg po meri", "date_range", "\u010casovno obdobje", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "clone_to_quote", "Kopiraj v predra\u010dun", "clone_to_credit", "Clone to Credit", "view_invoice", "Ogled ra\u010duna", "convert", "Convert", "more", "More", "edit_client", "Uredi stranko", "edit_product", "Uredi izdelek", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi predra\u010dun", "edit_payment", "Uredi pla\u010dilo", "edit_task", "Uredi opravilo", "edit_expense", "Uredi stro\u0161ek", "edit_vendor", "Uredi prodajalca", "edit_project", "Uredi projekt", _s22_, "Uredi ponavaljajo\u010d stro\u0161ek", _s20_47, "Uredi ponavaljajo\u010d predra\u010dun", "billing_address", "Naslov za po\u0161iljanje ra\u010duna", _s16_164, "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", "Sort", "search", "I\u0161\u010di", "active", "Aktivno", "archived", "Arhivirano", "deleted", "Odstranjeno", "dashboard", "Nadzorna plo\u0161\u010da", "archive", "Arhiv", "delete", "Odstrani", "restore", "Obnovitev", _s16_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, "Prosim vnesi klju\u010d izdelka", "ascending", "Nara\u0161\u010dajo\u010de", "descending", "Padajo\u010de", "save", "Shrani", _s17_100, _s17_101, "paid_to_date", "\u017de pla\u010dano", "balance_due", "Za pla\u010dilo", "balance", "Saldo", "overview", "Overview", "details", "Podrobnosti", "phone", "Telefon", "website", "Spleti\u0161\u010de", "vat_number", "Dav\u010dna \u0161t.", "id_number", "ID \u0161t.", "create", "Ustvari", _s19_42, _s30_12, "error", "Error", _s16_168, _s16_169, "contacts", "Kontakti", "additional", "Additional", "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_170, _s16_171, "product", "Izdelek", "products", "Izdelki", "new_product", "Nov izdelek", "created_product", "Izdelek uspe\u0161no ustvarjen", "updated_product", "Izdelek uspe\u0161no posodobljen", _s16_172, "Izdelek uspe\u0161no arhiviran", "deleted_product", "Izdelek uspe\u0161no odstranjen", _s16_173, "Izdelek uspe\u0161no obnovljen", _s17_102, "\u0160tevilo uspe\u0161no arhiviranih izdelkov: :count", _s16_174, "\u0160tevilo uspe\u0161no odstranjenih izdelkov: :count", _s17_103, _s37_11, "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_175, "\u0160tevilo uspe\u0161no arhiviranih strank: :count clients", "deleted_client", "Stranka uspe\u0161no odstranjena", "deleted_clients", "\u0160tevilo uspe\u0161no odstranjenih strank: :count", "restored_client", "Stranka uspe\u0161no obnovljena", _s16_176, _s36_7, "address1", "Ulica", "address2", "Hi\u0161na \u0161t./Stanovanje", "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_177, "Ra\u010dun uspe\u0161no arhiviran", "deleted_invoice", "Ra\u010dun uspe\u0161no odstranjen", _s16_178, "Ra\u010dun uspe\u0161no obnovljen", _s17_104, "\u0160tevilo uspe\u0161no arhiviranih ra\u010dunov: :count invoices", _s16_179, "\u0160tevilo uspe\u0161no odstranjenih ponudb: :count invoices", _s17_105, _s37_12, "emailed_invoice", _s20_100, "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 zapadlost", "quote_number", "\u0160t. predra\u010duna", "quote_date", "Datum predra\u010duna", "valid_until", "Veljavnost", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Opis", "unit_cost", "Cena", "quantity", "Koli\u010dina", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Slu\u017ebeni telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Rok pla\u010dila", _s16_180, "Delno pla\u010dilo do datuma", "status", "Stanje", _s17_106, "Invoice Status", "quote_status", "Stanje predra\u010duna", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Skupaj", "percent", "Odstotek", "edit", "Uredi", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Urna postavka", "settings", "Nastavitve", "language", "Language", "currency", "Valuta", "created_at", "Ustvarjen dne", "created_on", "Created On", "updated_at", "Updated", "tax", "DDV", _s30_13, _s30_14, _s27_34, "Prosim vnesi \u0161tevilko predra\u010duna", "past_due", "Zapadlo", "draft", "Osnutek", "sent", "Poslano", "viewed", "Viewed", "approved", "Approved", "partial", "Delno pla\u010dilo/polog", "paid", "Pla\u010dano", "mark_sent", "Ozna\u010di kot poslano", _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Kon\u010dano", _s37_13, _s37_14, "dark_mode", "Temen na\u010din", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Dejavnost", _s16_182, _s16_183, "clone", "Kloniraj", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Pla\u010dilni pogoji", "payment_date", "Datum pla\u010dila", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "net", "Net", "client_portal", "Portal za stranke", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Omogo\u010deno", "recipients", "Prejemniki", "initial_email", "Prva e-po\u0161ta", "first_reminder", "Prvi opomin", "second_reminder", "Drugi opomin", "third_reminder", "Tretji opomin", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Predloga", "send", "Send", "subject", "Naslov", "body", "Vsebina", "send_email", "Po\u0161lji e-po\u0161to", "email_receipt", "Po\u0161lji ra\u010dun stranki", "auto_billing", "Auto billing", "button", "Button", "preview", "Predogled", "customize", "Prilagodi po meri", "history", "Zgodovina", "payment", "Pla\u010dilo", "payments", "Pla\u010dila", "refunded", "Refunded", "payment_type", "Na\u010din pla\u010dila", _s21_57, _s21_81, "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_190, "Pla\u010dilo uspe\u0161no arhivirano", "deleted_payment", "Pla\u010dilo uspe\u0161no odstranjeno", _s16_191, "Pla\u010dilo uspe\u0161no obnovljeno", _s17_109, "\u0160tevilo uspe\u0161no arhiviranih pla\u010dil: :count", _s16_192, "\u0160tevilo uspe\u0161no odstranjenih pla\u010dil: :count", _s17_110, _s37_15, "quote", "Predra\u010dun", "quotes", "Predra\u010duni", "new_quote", "Nov predra\u010dun", "created_quote", "Predra\u010dun uspe\u0161no ustvarjen", "updated_quote", "Predra\u010dun uspe\u0161no posodobljen", "archived_quote", "Predra\u010dun uspe\u0161no arhiviran", "deleted_quote", "Predra\u010dun uspe\u0161no odstranjen", "restored_quote", "Predra\u010dun uspe\u0161no obnovljen", "archived_quotes", "\u0160tevilo uspe\u0161no arhiviranih predra\u010dunov:", "deleted_quotes", "\u0160tevilo uspe\u0161no odstranjenih predra\u010dunov: :count", "restored_quotes", _s35_13, "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", ":user je posodobil zahtevek :ticker", "activity_49", ":user je zaprl zahtevek :ticket", "activity_50", ":user je zdru\u017eil zahtevek :ticket", "activity_51", ":user je razdru\u017eil zahtevek :ticket", "activity_52", ":contact je odprl zahtevek :ticket", "activity_53", ":contact je ponovno odprl zahtevek :ticket", "activity_54", ":user je ponovno odprl zahtevek :ticket", "activity_55", ":contact je odgovoril na zahtevek :ticket", "activity_56", ":user si je ogledal zahtevek :ticket", "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Geslo za enkratno uporabo", "emailed_quote", "Predra\u010dun uspe\u0161no poslan", "emailed_credit", _s27_48, _s20_51, "Predra\u010dun ozna\u010den kot poslan", _s21_59, _s34_15, "expired", "Poteklo", "all", "Vse", "select", "Izberi", _s22_38, _s22_39, "custom_value1", _s16_269, "custom_value2", _s16_269, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u0160tevec za ra\u010dun", _s20_52, _s20_53, _s20_54, "\u0160tevec \u0161tevilke predra\u010duna", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Tip", "invoice_amount", "Znesek ra\u010duna", _s16_197, "Veljavnost", "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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", "Tax Paid", "payment_amount", "Znesek pla\u010dila", "age", "Starost", "is_running", "Is Running", "time_log", "\u010casovni Dnevnik", "bank_id", "Banka", _s19_49, _s19_50, _s16_198, "Kategorija stro\u0161kov", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "es", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importar datos", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "Primer Nombre de Contacto", _s17_1, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Suscripciones", _s16_11, _s16_12, _s17_7, "Editar suscripci\xf3n", _s20_1, _s32_20, _s20_2, _s37_23, _s21_6, "Suscripci\xf3n correctamente archivada", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s19_91, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "Escanee el c\xf3digo de barras con una aplicaci\xf3n compatible con :link", _s18_14, "Autenticaci\xf3n de Dos Factores habilitada con \xe9xito", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Autenticaci\xf3n de Dos Factores", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "\xdaltimo Trimestre", "to_update_run", "To update run", _s18_17, _s19_92, _s16_24, "URL de Registro", "invoice_project", "Facturar proyecto", "invoice_task", "Tarea de Factura", "invoice_expense", "Facturar Gasto", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s18_143, _s16_30, "Cantidad Convertida", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "Documentos por defecto", "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Columna", "sample", "Ejemplo", "map_to", "Map To", "import", "Importar", _s25_1, _s29_1, "select_file", "Por favor selecciona un archivo", _s16_32, _s16_33, "csv_file", _s23_57, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", _s18_144, "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, _s18_25, _s20_20, _s20_21, _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, "Categor\xeda actualizada con \xe9xito", _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, _s18_145, _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", _s18_146, "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, _s18_147, _s18_29, _s20_101, _s21_25, _s24_61, _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Factura peri\xf3dica archivada", _s25_14, "Factura peri\xf3dica borrada", _s25_15, _s38_7, _s26_6, "Factura peri\xf3dica restaurada", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Ganancia", "line_item", "Item de Linea", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Abierto", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Guardar detalles de la tarjeta", _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "Facturas enviadas por correo electr\xf3nico con \xe9xito.", "emailed_quotes", "Cotizaciones enviadas por correo electr\xf3nico con \xe9xito.", "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, _s17_168, _s17_43, _s17_44, "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_270, "update_client", "Update Client", "delete_client", _s16_271, "delete_payment", "Eliminar Pago", "update_vendor", _s20_102, "delete_vendor", _s16_272, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_93, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "Enviar factura por correo", "email_quote", "Enviar Cotizaci\xf3n", "email_credit", "Email Credit", "email_payment", "Enviar Pago por Correo Electr\xf3nico", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s26_57, _s20_29, "T\xe9rmino de pago creado con \xe9xito", _s20_30, "T\xe9rmino de pago actualizado con \xe9xito", _s21_28, "T\xe9rmino de pago archivado con \xe9xito", _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", _s19_94, "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", _s18_148, "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Nombre Completo", _s17_55, _s17_56, _s17_57, "C\xf3digo Postal/Ciudad/Estado", "custom1", "Primero Personalizado", "custom2", _s21_100, "custom3", "Tercero Personalizado", "custom4", "Cuarto Personalizado", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_64, "Datos de la empresa purgados con \xe9xito", _s18_38, "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_169, "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_18, "Recibir Todas Las Notificaciones", _s16_65, _s16_273, "apply_license", "Activar Licencia", "cancel_account", "Cancelar Cuenta", _s22_19, "AVISO: Esta acci\xf3n eliminar\xe1 tu cuenta de forma permanente.", "delete_company", "Eliminar Empresa", _s22_20, "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_77, "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_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Propuestas", "tickets", "Tickets", _s16_69, "Cotizaciones Recurrentes", "recurring_tasks", _s18_149, _s18_, "Gastos Recurrentes", _s18_39, _s18_40, "credit_date", _s16_274, "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_71, ":count creditos archivados con \xe9xito", "deleted_credits", ":count creditos eliminados con \xe9xito", _s16_72, _s36_3, "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltiima Versi\xf3n", "update_now", "Actualizarse Ahora", _s26_13, "Una nueva versi\xf3n de la aplicaci\xf3n est\xe1 disponible", _s16_73, _s24_62, "app_updated", "Actualizaci\xf3n completada con \xe9xito", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id de Rastreo", _s17_59, "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", "Empresa Personalizada 1", "company2", "Empresa Personalizada 2", "company3", "Empresa Personalizada 3", "company4", "Empresa Personalizada 4", "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_275, _s18_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Tel\xe9fono de Contacto", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Calle de Env\xedo", _s17_64, "Apto/Suite de Env\xedo", "shipping_city", "Ciudad de Env\xedo", "shipping_state", "Estado/Provincia de Env\xedo", _s20_33, "C\xf3digo Postal de Env\xedo", _s16_103, "Pa\xeds de Env\xedo", _s16_105, "Calle de Facturaci\xf3n", _s16_106, "Apto/Suite de Facturaci\xf3n", "billing_city", "Ciudad de Facturaci\xf3n", "billing_state", "Estado/Provincia de Facturaci\xf3n", _s19_19, "C\xf3digo Postal de Facturaci\xf3n", "billing_country", "Pa\xeds de Facturaci\xf3n", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_276, "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_103, "reports", "Informes", "report", "Reporte", "add_company", "Agregar Empresa", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "Mensaje", "from", "De", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "Usuario", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s22_35, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", _s26_58, _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Opciones", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Enviar", _s16_115, "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_116, "Porcentaje Tarifa por Tardanza", "schedule", "Programar", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "D\xedas", "invoice_email", "Correo de Factura", "payment_email", "Correo de Pago", "partial_payment", "Pago Parcial", "payment_partial", "Partial Payment", _s21_44, "Correo Electr\xf3nico de Pago Parcial", "quote_email", "Correo de Cotizacion", _s16_118, "Recordatorio sin fin", _s16_120, _s16_121, "administrator", "Administrador", _s18_58, "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_22, "updated_user", "Usario actualizado con \xe9xito", "archived_user", "Usuario archivado", "deleted_user", "Usario eliminado con \xe9xito", "removed_user", _s25_25, "restored_user", "Usuario restaurado con \xe9xito", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, _s21_105, "invoice_options", _s19_95, _s17_70, "Ocultar Valor Pagado a la Fecha", _s22_27, "Solo mostrar la opci\xf3n \u201cPagado a la fecha\u201d en sus facturas cuando se ha recibido un pago.", _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Mostrar encabezado", _s16_125, "Mostrar pie", "first_page", "Primera p\xe1gina", "all_pages", _s17_170, "last_page", "\xdaltima p\xe1gina", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Color Primario", "secondary_color", _s16_277, "page_size", "Page Size", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1o de Cotizaci\xf3n", "invoice_fields", _s17_171, "product_fields", _s18_150, "invoice_terms", _s23_58, "invoice_footer", "Pie de p\xe1gia de la factura", "quote_terms", "Terminos de Cotizaci\xf3n", "quote_footer", "Pie de la Cotizaci\xf3n", _s18_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convertir", _s23_20, "Convierte un presupuesto en factura automaticamente cuando los aprueba el cliente.", _s17_72, _s17_73, "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_74, "Tres meses", _s16_126, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Annually", "freq_two_years", "Dos a\xf1os", _s16_127, "Three Years", "never", "Never", "company", "Empresa", _s17_75, _s17_172, "charge_taxes", _s16_278, "next_reset", "Siguiente Reinicio", "reset_counter", _s18_140, _s16_128, _s18_151, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", _s16_279, "company_value", "Valor de Empresa", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_77, _s17_78, "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_157, _s17_79, _s17_80, _s16_130, "Ver en PDF", _s21_46, "Mostrar la firma del cliente en los PDF de facturas/presupuestos.", _s25_27, "Casilla de los T\xe9rminos de la Factura", _s30_5, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la factura.", _s23_21, "Casilla de los T\xe9rminos de la Cotizaci\xf3n", _s28_16, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la cotizaci\xf3n.", _s25_28, "Firma de la Facturra", _s30_6, "Requerir que el cliente provea su firma.", _s23_22, "Firma de la Cotizaci\xf3n", _s22_29, _s32_21, _s27_23, "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_152, _s24_21, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_280, "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, _s16_281, "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_26, "Logos de Tarjetas Aceptadas", "credentials", "Credentials", "update_address", _s20_104, _s19_28, "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_133, "Tasa de impuesto creada con \xe9xito", _s16_134, "Tasa de impuesto actualizada con \xe9xito", _s17_82, "Tasa de impuesto archivada con \xe9xito", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Auto-rellenar productos", _s18_64, _s74_, "update_products", "Auto-actualizar productos", _s20_44, "Actualizar una factura autom\xe1ticamente actualizar\xe1 los productos", _s16_136, "Convertir productos", _s21_47, "Convertir autom\xe1ticamente precios de los productos a la moneda del cliente", "fees", "Tarifas", "limits", "L\xedmites", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Descartar Cambios", "default_value", "Default value", "disabled", "Deshabilitado", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, "Filtro por Proveedor", "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, "Configuraci\xf3n del Producto", "device_settings", "Device Settings", "defaults", "Valores por Defecto", "basic_settings", _s20_105, _s17_87, _s22_78, "company_details", _s22_79, "user_details", _s19_96, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Tasas de Impuesto", "notifications", "Notificaciones", "import_export", _s17_167, "custom_fields", "Campos personalizados", "invoice_design", "Dise\xf1o de factura", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s36_27, _s23_28, _s26_59, _s22_30, _s20_46, _s19_34, _s22_80, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "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_70, _s18_71, _s21_51, _s34_13, "download", "Descargar", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Documento", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Fecha del Gasto", "pending", "Pendiente", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Convertido", _s24_27, _s31_26, "exchange_rate", "Tipo de Cambio", _s16_151, _s16_282, "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_152, _s41_12, "deleted_vendors", _s41_12, _s16_153, _s36_5, "new_expense", "Ingrese el Gasto", "created_expense", _s26_60, "updated_expense", _s31_27, _s16_154, _s29_59, "deleted_expense", _s27_60, _s16_155, _s29_16, _s17_93, _s31_28, _s16_156, _s29_60, _s17_94, _s37_9, "copy_shipping", "Copiar env\xedo", "copy_billing", "Copiar facturaci\xf3n", "design", "Design", _s21_52, _s21_53, "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_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", "Proyecto creado con \xe9xito", "updated_project", "Proyecto actualizado con \xe9xito", _s16_159, "Proyecto archivado con \xe9xito", "deleted_project", "Proyecto eliminado con \xe9xito", _s16_160, "Proyecto restaurado con \xe9xito", _s17_95, "Archivados con \xe9xito :count proyectos", _s16_161, "Eliminados con \xe9xito :count proyectos", _s17_96, _s37_10, "new_project", "Nuevo Proyecto", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "haz clic aqu\xed", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Pie de P\xe1gina", "compare", "Comparar", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Rango Personalizado", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s22_81, "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_162, _s16_163, "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_283, "edit_project", "Editar Proyecto", _s22_, "Editar Gasto Recurrente", _s20_47, _s20_48, "billing_address", "Direcci\xf3n de facturaci\xf3n", _s16_164, "Direcci\xf3n de Env\xedo", "total_revenue", _s16_284, "average_invoice", _s23_59, "outstanding", _s18_153, "invoices_sent", _s24_63, "active_clients", _s16_285, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_100, _s17_101, "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_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado con \xe9xito", "updated_product", _s30_55, _s16_172, "Producto archivado con \xe9xito", "deleted_product", _s30_55, _s16_173, "Producto restaurado con \xe9xito", _s17_102, ":count productos archivados con \xe9xito", _s16_174, "Eliminados con \xe9xito :count productos", _s17_103, _s37_11, "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_175, ":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_176, _s36_7, "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_177, "Factura archivada con \xe9xito", "deleted_invoice", "Factura eliminada con \xe9xito", _s16_178, "Factura restaurada con \xe9xito", _s17_104, ":count facturas archivados con \xe9xito", _s16_179, ":count facturas eliminadas con \xe9xito", _s17_105, _s37_12, "emailed_invoice", "Factura enviada con \xe9xito", "emailed_payment", "Pago enviado por correo con \xe9xito", "amount", "Cantidad", "invoice_number", _s17_173, "invoice_date", _s16_286, "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_180, "Fecha de Vencimiento Parcial", "status", "Estado", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Total", "percent", "Porciento", "edit", "Editar", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Tasa de Tarea", "settings", "Configuraci\xf3n", "language", "Language", "currency", "Moneda", "created_at", _s17_174, "created_on", "Created On", "updated_at", "Updated", "tax", "Impuesto", _s30_13, _s30_14, _s27_34, _s27_35, "past_due", "Vencido", "draft", "Borrador", "sent", "Enviado", "viewed", "Viewed", "approved", "Approved", "partial", _s16_266, "paid", "Pagado", "mark_sent", "Marcar como enviado", _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Hecho", _s37_13, _s37_14, "dark_mode", "Modo Oscuro", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Actividad", _s16_182, _s16_183, "clone", "Clon", "loading", "Cargando", "industry", "Industry", "size", "Size", "payment_terms", _s16_287, "payment_date", "Fecha de Pago", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_97, "second_reminder", _s20_106, "third_reminder", _s19_98, "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_57, _s25_55, "enter_payment", "Agregar Pago", "new_payment", "Ingresa el Pago", "created_payment", "Pago creado con \xe9xito", "updated_payment", "Pago actualizado con \xe9xito", _s16_190, "Pago archivado con \xe9xito", "deleted_payment", "Pago eliminado con \xe9xito", _s16_191, "Pago restaurado con \xe9xito", _s17_109, ":count pagos archivados con \xe9xito", _s16_192, ":count pagos eliminados con \xe9xito", _s17_110, _s37_15, "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_13, "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Task", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_61, "activity_2", _s32_22, "activity_3", ":user elimin\xf3 el cliente :client", "activity_4", ":user cre\xf3 la factura :invoice", "activity_5", _s35_27, "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_29, "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_56, "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_30, "activity_27", _s31_29, "activity_28", ":user restaur\xf3 :credit cr\xe9ditos", "activity_29", ":contact aprov\xf3 la cotizaci\xf3n :quote para el cliente :client", "activity_30", _s30_57, "activity_31", _s33_31, "activity_32", _s33_32, "activity_33", _s34_28, "activity_34", ":user cre\xf3 expense :expense", "activity_35", _s31_30, "activity_36", _s31_31, "activity_37", _s32_23, "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_6, "activity_42", _s25_56, "activity_43", _s30_58, "activity_44", _s28_74, "activity_45", _s28_75, "activity_46", _s29_62, "activity_47", ":user actruliz\xf3 el gasto :expense", "activity_48", _s33_33, "activity_49", _s29_63, "activity_50", ":user fusion\xf3 el ticket :ticket", "activity_51", _s31_32, "activity_52", _s32_24, "activity_53", ":contact volvi\xf3 a abrir el ticket :ticket", "activity_54", ":user volvi\xf3 a abrir el ticket :ticket", "activity_55", _s36_28, "activity_56", ":user vi\xf3 el ticket :ticket", "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "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_51, _s33_15, _s21_59, "Cr\xe9dito marcado como enviado con \xe9xito", "expired", "Vencida", "all", "All", "select", "Seleccionar", _s22_38, _s22_39, "custom_value1", _s19_88, "custom_value2", _s19_88, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Numeraci\xf3n de facturaci\xf3n", _s20_52, _s20_53, _s20_54, "Numeraci\xf3n de Cotizaciones", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, "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_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Tipo", "invoice_amount", _s18_154, _s16_197, _s20_107, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "is_deleted", "Est\xe1 Eliminado", "vendor_city", _s20_108, "vendor_state", "Estado del Proveedor", "vendor_country", _s18_155, "is_approved", "Est\xe1 Aprobado", "tax_name", _s18_156, "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_49, _s19_50, _s16_198, "Categor\xeda de Gastos", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "es_ES", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importar datos", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s19_99, _s17_1, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "C\xf3digo promocional", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Seguridad", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscripci\xf3n", "subscriptions", "Suscripciones", _s16_11, "Nueva Subscripci\xf3n", _s17_7, "Editar Suscripci\xf3n", _s20_1, _s32_20, _s20_2, _s37_23, _s21_6, "Suscripci\xf3n archivada correctamente", _s20_3, "Subscripci\xf3n borrada correctamente", _s20_4, "Subscripci\xf3n eliminada correctamente", _s21_7, "Subscripci\xf3n restaurada correctamente", _s19_0, "Buscar 1 Subscripci\xf3n", _s20_5, "Buscar :count Subscripciones", _s26_0, "El subdominio no est\xe1 disponible", "connect_gmail", "Conectar Gmail", _s16_13, "Desconectar Gmail", "connected_gmail", "Gmail conectado correctamente", _s18_13, "Gmail desconectado correctamente", _s16_15, "C\xe1mbios en el c\xf3digo pueden estar bloqueando la actualizaci\xf3n, puedes ejecutar este comando para descartar los cambios:", _s16_16, "N\xfamero ID Cliente", "count_minutes", ":count Minutos", _s16_18, "Caducidad de Contrase\xf1a", _s29_, "Contador de Factura/Cr\xe9dito Compartido", "use_last_email", "Usar \xfaltimo email", _s16_20, "Activar Compa\xf1\xeda", _s21_9, "Activar emails, facturas recurrentes y notificaciones", _s27_1, "Ha ocurrido un error, por favor int\xe9ntalo de nuevo", _s27_2, "Por favor, primero establezca una contrase\xf1a", _s34_1, "Atenci\xf3n: Cambiar el n\xfamero de tel\xe9fono desactivar\xe1 autenticaci\xf3n en 2 pasos", "help_translate", "Ayuda a Traducir", _s23_2, "Por favor, indica un pa\xeds", "resend_invite", _s19_91, _s19_1, "Autenticaci\xf3n en 2 pasos desactivada correctamente", _s16_22, "Cuenta conectada correctamente", _s19_2, "Cuenta desconectada correctamente", "delivered", "Entregado", "bounced", "Rebotados", "spam", "Spam", "view_docs", "Ver Documentos", _s32_, "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_10, "Escanea el codigo de barras con una :link aplicacion compatible", _s18_14, "Autenticacion en dos pasos habilitada correctamente", "connect_google", "Conectar Google", _s17_9, "Desconectar Google", _s17_11, "Autenticacion en dos pasos", _s18_15, "Desactivar Autenticaci\xf3n en 2 Pasos", _s34_2, "Requerir contrase\xf1a con Social Login", "stay_logged_in", "Permanecer Conectado", _s23_4, "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_3, "Tiempo de finalizaci\xf3n de la sesi\xf3n Web", _s17_12, "Opciones de Seguridad", "resend_email", "Reenviar Email", _s26_2, "Por favor, confirma tu direcci\xf3n de email", _s16_23, "Pago Reembolsado", _s19_5, "Parcialmente sin aplicar", _s19_7, "Por favor, selecciona un usuario autenticado con Gmail", "list_long_press", "Pulsaci\xf3n Larga en Lista", "show_actions", "Mostrar Acciones", _s17_14, "Iniciar Multiselecci\xf3n", _s27_4, "Un email ha sido enviado para confirmar la direcci\xf3n de correo", _s21_11, "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_17, _s19_92, _s16_24, "URL de registro", "invoice_project", "Facturar Proyecto", "invoice_task", "Facturar tarea", "invoice_expense", "Facturar Gasto", _s19_8, "Buscar 1 T\xe9rmino de Pago", _s20_6, "Buscar :count T\xe9rminos de Pago", _s16_26, "Guardar y Previsualizar", "save_and_email", "Guardar y Enviar", _s16_28, _s18_143, _s16_30, "Cuenta convertida", _s17_16, "Balance Convertido", _s22_3, "Pagado a la fecha convertido", _s24_1, "Saldo de cr\xe9dito convertido", "converted_total", "Total convertido", "is_sent", "Enviada", _s17_18, "Documents por defecto", "document_upload", "Subir Documento", _s20_7, "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_13, "Modo de depuraci\xf3n activo", _s26_3, "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_20, "Pr\xf3ximos Gastos", "update_app", "Actualizar App", "started_import", "Importaci\xf3n iniciada correctamente", _s24_3, "Mapeo de columnas duplicado", _s20_8, "Usar Impuestos Inclusivos", _s18_19, "Es cantidad de descuento", "column", "Columna", "sample", "Ejemplo", "map_to", "Mapear a", "import", "Importar", _s25_1, "Usar primera fila como nombres de columna", "select_file", "Seleccionar archivo", _s16_32, "No hay archivos seleccionados", "csv_file", _s23_57, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidad", _s22_5, "Por favor facilita todos los CSVs.", "import_type", "Importar Tipo", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "Ver Licencias", "webhook_url", "Webhook URL", _s17_22, "Editor a Pantalla Completa", "sidebar_editor", "Editor de Barra Lateral", _s22_6, '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_6, "Las facturas enviadas est\xe1n bloqueadas", _s24_8, "Las facturas pagadas est\xe1n bloqueadas", "source_code", "C\xf3digo Fuente", "app_platforms", "A\xf1adir Plataformas", "invoice_late", "Atraso de Factura", "quote_expired", _s20_109, "partial_due", "Adelanto", "invoice_total", "Total Facturado", "quote_total", "Total Presupuestado", "credit_total", "Cr\xe9dito Total", _s23_5, "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_10, "Advertencia: esta compa\xf1\xeda a\xfan no ha sido activada", "late_invoice", "Factura Atrasada", "expired_quote", _s20_109, "remind_invoice", "Recordar Factura", "cvv", "CVV", "client_name", _s18_144, "client_phone", "Tel\xe9fono del Cliente", "required_fields", "Campos Requeridos", "calculated_rate", "Tasa Calculada", _s17_24, "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_34, "Editar Estado de Tarea", _s19_9, "Estado de tarea creado correctamente", _s19_10, "Se actualiz\xf3 correctamente el estado de la tarea", _s20_10, "Estado de tarea archivado correctamente", _s19_11, "Estado de tarea borrado correctamente", _s19_12, "Estado de tarea eliminado correctamente", _s20_11, "Estado de tarea restaurado correctamente", _s22_7, ":value estados de tarea archivados correctamente", _s21_15, ":value estados de tarea borrados correctamente", _s22_8, ":value estados de tarea restaurados correctamente", _s18_21, "Buscar 1 Estado de Tarea", _s20_13, "Buscar :count Estados de Tarea", _s16_36, "Mostrar Tabla de Tareas", _s21_16, "Mostrar siempre la secci\xf3n de tareas cuando se creen facturas", _s20_14, "Registro de Tiempo de Tarea Facturada", _s25_2, "A\xf1adir detalles de tiempo a los art\xedculos de l\xednea de factura", _s20_16, "Fecha de Tarea en Factura", _s25_3, "A\xf1adir detalles de fecha a los art\xedculos de l\xednea de la factura", _s21_17, "Empezar tareas antes de guardar", _s18_22, "Configurar Estados", "task_settings", "Configuraci\xf3n de Tareas", _s20_18, "Configurar Categor\xedas", _s18_24, "Categor\xedas de Gasto", _s20_20, "Nueva Categor\xeda de Gasto", _s21_18, "Editar Categor\xeda de Gasto", _s24_11, "Categor\xeda de gasto creada correctamente", _s24_12, "Categor\xeda de gasto actualizada correctamente", _s25_5, "Categor\xeda de gasto archivada correctamente", _s24_13, "Categor\xeda eliminada correctamente", _s24_14, "Categor\xeda de gasto eliminada correctamente", _s25_6, "Categor\xeda de Gasto restaurada correctamente", _s27_8, ":count categor\xedas de gasto actualizados correctamente", _s26_4, ":value categor\xedas de gasto borradas correctamente", _s27_9, ":value categor\xedas de gasto restauradas correctamente", _s23_6, "Buscar 1 Categor\xeda de Gasto", _s25_8, "Buscar :count Categor\xedas de Gasto", _s21_20, "Usar Cr\xe9dito Disponible", "show_option", "Mostrar Opci\xf3n", _s22_9, "La cantidad de cr\xe9dito no puede exceder la cantidada pagada", "view_changes", "Ver Cambios", "force_update", "Forzar Actualizaci\xf3n", _s17_26, "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_26, _s18_145, _s23_7, "Activar que los gastos sean facturables", _s29_2, "Hacer los documentos visibles", _s21_22, "Establecer un tipo de cambio", _s16_38, "Configuraci\xf3n de Gastos", _s18_27, "Clonar a Recurrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "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_27, "Activar Auto Facturaci\xf3n", "total_taxes", "Impuestos Totales", "line_taxes", "Impuestos de L\xednea", "total_fields", "Campos Totales", _s25_9, "Se ha parado la factura recurrente correctamente", _s25_10, "Se ha iniciado la factura recurrente correctamente", _s25_11, "Se ha reiniciado la factura recurrente correctamente", "gateway_refund", "Pasarela de Devoluci\xf3n", _s19_13, "Procesar la devoluci\xf3n con la pasarela de pago", "due_date_days", _s20_107, "paused", "Pausado", "mark_active", _s18_146, "day_count", "D\xeda :count", _s22_10, "Primer D\xeda del Mes", _s21_23, "\xdaltimo D\xeda del Mes", _s17_29, "Usar T\xe9rminos de Pago", "endless", "Sin F\xedn", "next_send_date", "Pr\xf3xima Fecha de Env\xedo", _s16_40, "Ciclos Pendientes", _s17_31, _s18_147, _s18_29, _s20_101, _s21_25, _s24_61, _s22_12, "Editar Factura Recurrente", _s25_12, "Factura recurrente creada correctamente", _s25_13, "Factura recurrente actualizada correctamente", _s26_5, "Factura recurrente archivada correctamente", _s25_14, "Factura recurrente borrada correctamente", _s25_15, "Factura recurrente eliminada correctamente", _s26_6, "Factura recurrente restaurada correctamente", _s27_10, ":value facturas recurrentes archivadas correctamente", _s26_7, ":value facturas recurrentes borradas correctamente", _s27_11, ":value facturas recurrentes restauradas correctamente", _s24_15, "Buscar 1 Factura Recurrente", _s25_16, "Buscar :count Facturas Recurrentes", "send_date", "Fecha de Env\xedo", "auto_bill_on", "Facturaci\xf3n Autom\xe1tica Activa", _s28_2, "Cantidad M\xednima de Pago", "profit", "Beneficio", "line_item", "Linea de Concepto", _s18_31, "Permitir Sobrepago", _s23_8, "Permitir pagos extra para aceptar propinas", _s19_14, "Permitir Pago de Menos", _s24_16, "Permitir pagar como m\xednimo la cantidad parcial/dep\xf3sito", "test_mode", "Modo Test", "opened", "Abiertos", _s30_0, "Fallo de Conciliaci\xf3n", _s30_1, "Concilicaci\xf3n correcta", "gateway_success", "\xc9xito de pasarela", "gateway_failure", "Fallo de Pasarela", "gateway_error", "Error de Pasarela", "email_send", "Email Enviado", _s17_33, "Cola de Reenv\xedo de Email", "failure", "Fallo", "quota_exceeded", "Cuota Excedida", _s16_42, _s16_43, "system_logs", "Registros del Sistema", "view_portal", "Ver portal", "copy_link", "Copiar Enlace", "token_billing", "Guardar datos de la tarjeta", _s24_17, "Bienvenid@ a Invoice Ninja", "always", "Siempre", "optin", "Opt-In", "optout", "Opt-Out", "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_33, "\xdaltimo recordatorio enviado", "pdf_page_info", "P\xe1gina :current de :total", _s16_44, "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", "Aplicar", "unapplied", "Sin Aplicar", "select_label", "Seleccionar etiqueta", "custom_labels", _s24_57, "record_type", _s16_260, "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_23, "Email de Pago Online", _s20_25, "Email de Pago Manual", "completed", "Completado", "gross", "Bruto", "net_amount", "Importe Neto", "net_balance", "Balance Neto", "client_settings", "Configuraci\xf3n de Cliente", _s17_35, "Facturas Seleccionadas", _s17_37, "Pagos Seleccionados", "selected_quotes", "Presupuestos Seleccionados", "selected_tasks", "Tareas Seleccionadas", _s17_39, "Gastos Seleccionados", _s17_41, _s17_168, _s17_43, "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_270, "update_client", "Actualizar Cliente", "delete_client", _s16_271, "delete_payment", "Eliminar Pago", "update_vendor", _s20_102, "delete_vendor", _s16_272, "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", "Mostrar Barra Lateral", "hide_sidebar", _s21_98, "event_type", "Tipo de Evento", "target_url", "objetivo", "copy", "Copiar", "must_be_online", "Por favor reinicia la app cuando te conectes a internet", _s17_45, "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_46, "Webhook archivado correctamente", "deleted_webhook", "Webhook borrado correctamente", "removed_webhook", "Webhook eliminado correctamente", _s16_47, "Webhook restaurado correctamente", _s17_46, ":value webhooks archivados correctamente", _s16_48, ":value webhooks borrados correctamente", _s16_49, ":value webhooks eliminados correctamente", _s17_47, ":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_64, "removed_token", _s29_64, "restored_token", "Token restaurado correctamente", "archived_tokens", ":value tokens archivados correctamente", "deleted_tokens", ":value tokens borrados correctamente", "restored_tokens", ":value tokens restaurados correctamente", _s19_16, _s19_93, _s24_19, "Permitir a los clientes auto-registrarse en el portal", _s21_27, "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_28, "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_50, _s16_262, "contact_name", _s19_99, "use_default", "Usar por defecto", _s16_52, "Recordatorios Sin F\xedn", "number_of_days", "N\xfamero de d\xedas", _s23_10, "Configurar T\xe9rminos de Pago", "payment_term", "T\xe9rmino de Pago", _s16_53, "Nuevo T\xe9rmino de Pago", _s17_49, _s26_57, _s20_29, "T\xe9rminos de pago creados correctamente", _s20_30, "T\xe9rminos de pago actualizados correctamente", _s21_28, "T\xe9rminos de pago archivados correctamente", _s20_31, "T\xe9rmino de pago borrado correctamente", _s20_32, "T\xe9rmino de pago eliminado correctamente", _s21_29, "T\xe9rmino de pago restaurado correctamente", _s22_17, ":value t\xe9rminos de pago archivados correctamente", _s21_30, ":value t\xe9minos de pago borrados correctamente", _s22_18, ":value t\xe9minos de pago restaurados correctamente", "email_sign_in", "Ingresar con email", "change", "Cambiar", _s23_12, "\xbfCambiar al formato de m\xf3vil?", _s24_20, "\xbfCambiar al formato de escritorio?", "send_from_gmail", "Enviar desde Gmail", "reversed", "Revertida", "cancelled", "Cancelada", "credit_amount", _s19_94, "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_35, "Parcialmente Reintegrada", _s16_56, "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_57, "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_148, "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_53, "Factura cancelada correctamente", _s18_37, "Facturas canceladas correctamente", _s16_63, "Factura revertida correctamente", _s17_54, "Facturas revertidas correctamente", "reverse", "Revertir", "full_name", "Nombre completo", _s17_55, "Ciudad / Provincia / C.Postal", _s17_57, "C.Postal / Ciudad / Provincia", "custom1", "Primera personalizaci\xf3n", "custom2", "Segunda personalizaci\xf3n", "custom3", _s23_60, "custom4", "Cuarta Personalizaci\xf3n", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_64, "Datos de la empresa purgados correctamente", _s18_38, "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_169, "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_18, "Recibir Todas las Notificaciones", _s16_65, _s16_273, "apply_license", "Renovar licencia", "cancel_account", "Cancelar Cuenta", _s22_19, "Atenci\xf3n: Esta acci\xf3n eliminar\xe1 permanentemente tu cuenta y no se podr\xe1 deshacer.", "delete_company", "Borrar Compa\xf1\xeda", _s22_20, "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_77, "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_67, ":value dise\xf1os archivados correctamente", "deleted_designs", ":value dise\xf1os borrados correctamente", _s16_68, ":value dise\xf1os restaurados correctamente", "proposals", "Propuestas", "tickets", "Tickets", _s16_69, "Presupuestos Recurrentes", "recurring_tasks", _s18_149, _s18_, "Gastos Peri\xf3dicos", _s18_39, "Administraci\xf3n de la Cuenta", "credit_date", _s16_274, "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_71, ":count cr\xe9ditos archivados correctamente", "deleted_credits", ":count cr\xe9ditos eliminados correctamente", _s16_72, ":value cr\xe9ditos restaurados correctamente", "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltima Versi\xf3n", "update_now", "Actualizar Ahora", _s26_13, "Una nueva versi\xf3n de la aplicaci\xf3n web est\xe1 disponible", _s16_73, _s24_62, "app_updated", "Actualizaci\xf3n completada correctamente", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id seguimiento", _s17_59, _s17_60, "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", "Cliente Personalizado 1", "client2", "Cliente Personalizado 2", "client3", "Cliente Personalizado 3", "client4", "Cliente Personalizado 4", "contact1", _s24_64, "contact2", _s24_65, "contact3", _s24_66, "contact4", _s24_67, "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_61, "surcharge2", _s23_62, "surcharge3", _s23_63, "surcharge4", _s23_64, "group1", "Grupo Personalizado 1", "group2", "Grupo Personalizado 2", "group3", "Grupo Personalizado 3", "group4", "Grupo Personalizado 4", "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_275, _s18_45, "\xdaltimo Acceso de Contacto", _s17_61, "Nombre Completo de Contacto", "contact_phone", "Tel\xe9fono del Contacto", _s21_31, _s24_64, _s21_32, _s24_65, _s21_33, _s24_66, _s21_34, _s24_67, _s17_63, "Calle de Envio", _s17_64, "Piso de Envio", "shipping_city", "Ciudad de Envio", "shipping_state", "Provincia de Envio", _s20_33, "Cod. Postal de Envio", _s16_103, "Pais de Envio", _s16_105, "Calle de Facturacion", _s16_106, "Piso de Facturacion", "billing_city", "Ciudad de Facturacion", "billing_state", "Provincia de Facturacion", _s19_19, "Cod. Postal de Facturacion", "billing_country", "Pais de Facturacion", "client_id", "Id del cliente", "assigned_to", "Asignado a", "created_by", _s16_276, "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_103, "reports", "Informes", "report", "Informe", "add_company", "A\xf1adir Compa\xf1\xeda", "unpaid_invoice", "Factura Impagada", "paid_invoice", "Factura Pagada", _s16_107, "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_35, "Incluir errores recientes de los registros", _s30_4, "Hemos recibido tu mensaje e intentaremos responderte cuanto antes.", "message", "Mensaje", "from", "De", _s20_35, "Mostrar Detalles de Producto", _s25_20, "Incluir la descripci\xf3n y el coste en el desplegable del producto", _s20_37, "El renderizador de PDF requiere :version", _s18_48, "Ajustar Porcentaje de Tarifa", _s23_14, "Ajustar el porcentaje para dar cuenta de la tarifa", _s18_50, "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_36, "La contrase\xf1a es demasiado corta", _s20_38, "La contrase\xf1a debe contener una letra may\xfascula y un n\xfamero", _s19_21, "Tareas del Portal Cliente", _s23_15, "Escritorio del Portal Cliente", _s20_39, "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_60, "show_cost", "Mostrar Coste", _s17_66, "Mostrar Coste de Producto", "show_cost_help", "Mostrar un campo de coste de producto para seguir el margen/beneficio", _s21_37, "Mostrar Cantidad de Productos", _s26_15, "Mostrar un campo de cantidad de productos, de lo contrario predeterminar a uno", _s21_39, "Mostrar Cantidad de Factura", _s26_16, "Mostrar un campo de cantidad de art\xedculo de l\xednea; de lo contrario, el valor predeterminado es uno", _s21_41, "Mostrar Descuento de Producto", _s26_17, "Mostrar un campo de descuento en la l\xednea de art\xedculo", _s16_109, "Cantidad por Defecto", _s21_43, "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_111, "Impuesto por Defecto", "user", "Usuario", "invoice_tax", "Impuesto de Factura", "line_item_tax", "Impuesto de Art\xedculo", "inclusive_taxes", "Impuestos Inclusivos", _s17_68, "Tipos de Impuesto de Factura", "item_tax_rates", "Tipos de Impuesto de Art\xedculo", _s18_52, "Por favor seleccione un cliente", "configure_rates", "Configurar tipos", _s18_53, "Configurar Pasarelas", "tax_settings", _s26_58, _s18_55, "Tipos de Impuesto", "accent_color", "Color de Acento", "switch", "Cambiar", _s19_23, "Lista separada por comas", "options", "Opciones", _s16_113, "Texto de una sola l\xednea", "multi_line_text", "Texto de l\xedneas m\xfaltiples", "dropdown", "Desplegable", "field_type", "Tipo de Campo", _s27_22, "Se ha enviado un email de recuperaci\xf3n de contrase\xf1a", "submit", "Enviar", _s16_115, "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_116, "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_57, "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_44, "Correo electr\xf3nico de pago parcial", "quote_email", "Email de Presupuestos", _s16_118, "Recordatorio Sin F\xedn", _s16_120, "Filtrado por usuario", "administrator", "Administrador", _s18_58, "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_122, _s21_105, "invoice_options", _s19_95, _s17_70, "Ocultar el valor Pagado a la Fecha", _s22_27, "Solo mostrar\xe1 el valor Pagado a la Fecha en sus Facturas cuando se ha recibido un Pago.", _s23_17, "Documentos anexados", _s28_15, "Incluye imagenes adjuntas en la factura", _s16_124, "Mostrar Cabecera en", _s16_125, "Mostrar Pie en", "first_page", "Primera p\xe1gina", "all_pages", _s17_170, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fuente primaria", "secondary_font", "Fuente secundaria", "primary_color", "Color Primario", "secondary_color", _s16_277, "page_size", "Tama\xf1o de Pagina", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1os del presupuesto", "invoice_fields", _s17_171, "product_fields", _s18_150, "invoice_terms", _s23_58, "invoice_footer", "Pie de P\xe1gina de la Factura", "quote_terms", "T\xe9rminos del Presupuesto", "quote_footer", "Pie del Presupuesto", _s18_59, "Auto Email", _s23_18, "Autom\xe1ticamente enviar por email facturas recurrentes cuando sean creadas.", _s20_42, "Auto Archivar", _s25_26, "Autom\xe1ticamente archivar facturas cuando sean pagadas.", _s18_60, "Auto Archivar", _s23_19, "Autom\xe1ticamente archivar presupuestos cuando sean convertidos.", _s18_61, "Auto Convertir", _s23_20, "Convertir un Presupuesto en Factura autom\xe1ticamente cuando lo apruebe el cliente.", _s17_72, "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_74, "Tres meses", _s16_126, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Anual", "freq_two_years", "Dos A\xf1os", _s16_127, "Tres A\xf1os", "never", "Nunca", "company", "Empresa", _s17_75, _s17_172, "charge_taxes", _s16_278, "next_reset", "Proximo Reinicio", "reset_counter", _s18_140, _s16_128, _s18_151, "number_padding", "Relleno num\xe9rico", "general", "General", "surcharge_field", "Campo de recargo", "company_field", _s16_279, "company_value", "Valor de compa\xf1\xeda", "credit_field", "Campo de cr\xe9dito", "invoice_field", "Campo de Factura", _s17_77, "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_79, _s24_60, _s16_130, "Mostrar en PDF", _s21_46, "Mostrar la firma del cliente en el PDF de la factura/presupuesto", _s25_27, "Mostrar aceptaci\xf3n de t\xe9rminos de la factura", _s30_5, "Requerir que el cliente confirme que acepta los t\xe9rminos de la factura.", _s23_21, "Mostrar aceptaci\xf3n de t\xe9rminos del presupuesto", _s28_16, "Requerir que el cliente confirme que acepta los t\xe9rminos del presupuesto.", _s25_28, "Firma de la factura", _s30_6, "Requerir que el cliente proporcione su firma.", _s23_22, "Firma del presupuesto.", _s22_29, _s32_21, _s27_23, "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_152, _s24_21, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_280, "attach_pdf", "Adjuntar PDF", _s16_131, "Adjuntar Documentos", "attach_ubl", "Adjuntar UBL", "email_style", "Estilo de correo electr\xf3nico", _s19_25, _s16_281, "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_26, "Logotipos de tarjetas aceptadas", "credentials", "Credenciales", "update_address", _s20_104, _s19_28, "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_133, "Impuesto creado correctamente", _s16_134, "Impuesto actualizado correctamente", _s17_82, "Impuesto archivado correctamente", _s16_135, "Impuesto borrado correctamente", _s17_83, "Impuesto restaurado correctamente", _s18_62, ":value tipos impositivos archivados correctamente", _s17_84, ":value tipos impositivos borrados correctamente", _s18_63, ":value tipos impositivos restaurados correctamente", "fill_products", "Auto-rellenar Productos", _s18_64, _s74_, "update_products", "Auto-actualizar Productos", _s20_44, "Actualizar una Factura autom\xe1ticamente actualizar\xe1 los Productos", _s16_136, "Convertir Productos", _s21_47, "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_138, "Pasarelas de pago", _s19_29, "Nueva pasarela", _s20_45, "Editar pasarela", _s23_23, "Pasarela creada correctamente", _s23_24, "Pasarela actualizada correctamente", _s24_22, "Pasarela archivada correctamente", _s23_25, "Pasarela borrada correctamente", _s24_23, "Pasarela restaurada correctamente", _s25_30, ":value pasarelas archivadas correctamente", _s24_24, ":value pasarelas borradas correctamente", _s25_31, ":value pasarelas restauradas correctamente", _s16_140, "Seguir editando", "discard_changes", "Descartar los cambios", "default_value", "Valor por defecto", "disabled", "Deshabilitado", "currency_format", "Formato de moneda", _s21_48, "Primer d\xeda de la semana", _s23_26, "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_65, "Formato de 24 Horas", "send_reminders", "Enviar recordatorios", "timezone", "Zona horaria", _s19_30, "Fitlrado por Proyecto", _s17_85, _s18_141, _s19_32, "Filtrado por Factura", _s18_66, _s20_97, _s18_68, "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", "upload_logo", "Subir Logo", "uploaded_logo", "Logo subido", "logo", "Logo", "saved_settings", "Ajustes guardados", _s16_142, "Configuraci\xf3n de Producto", "device_settings", "Opciones de dispositivo", "defaults", "Ajustes Predefinidos", "basic_settings", _s20_105, _s17_87, _s22_78, "company_details", _s22_79, "user_details", _s19_96, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Impuestos", "notifications", "Notificaciones", "import_export", _s17_167, "custom_fields", _s21_101, "invoice_design", "Dise\xf1o de Factura", "buy_now_buttons", "Botones de Comprar Ahora", "email_settings", _s36_27, _s23_28, _s26_59, _s22_30, "Tarjetas de Cr\xe9dito y Bancos", _s19_34, _s22_80, "price", "Precio", "email_sign_up", "Registrarse con Email", "google_sign_up", "Registrarse con Google", _s27_25, "\xa1Gracias por su compra!", "redeem", "Redimir", "back", "Atr\xe1s", "past_purchases", "Compras Pasadas", _s19_36, "Suscripci\xf3n anual", "pro_plan", "Plan Pro", "enterprise_plan", "Plan Enterprise", "count_users", ":count usuarios", "upgrade", "Mejorar", _s25_32, "Introduce tu nombre", _s24_25, "Introduce tu apellido", _s33_14, "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", _s21_79, "t\xe9rminos de servicio", _s19_54, "pol\xedtica de privacidad", _s16_144, "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_70, "No se han seleccionado registros", _s21_51, "Guarda o cancela tus cambios", "download", "Descargar", _s27_26, "Requiere plan 'enterprise'", "take_picture", "Tomar foto", "upload_file", "Subir archivo", "document", "Documento", "documents", "Documentos", "new_document", "Nuevo documento", "edit_document", "Editar documento", _s17_89, "Documento subido satisfactoriamente", _s16_146, "Documento actualizado satisfactoriamente", _s17_90, "Documento archivado satisfactoriamente", _s16_147, "Documento borrado satisfactoriamente", _s17_91, "Documento restaurado satisfactoriamente", _s18_72, ":value documentos archivados correctamente", _s17_92, ":value documentos borrados correctamente", _s18_73, ":value documentos restaurados correctamente", "no_history", "Sin historial", "expense_date", "Fecha", "pending", "Pendiente", _s16_148, "Registrado", _s16_149, "Pendiente", _s16_150, "Facturado", "converted", "Modificada", _s24_27, _s31_26, "exchange_rate", "Tipo de Cambio", _s16_151, _s16_282, "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_152, _s45_3, "deleted_vendors", _s45_3, _s16_153, ":value proveedores restaurados correctamente", "new_expense", "Nuevo Gasto", "created_expense", _s26_60, "updated_expense", _s31_27, _s16_154, _s29_59, "deleted_expense", _s27_60, _s16_155, "Gasto restaurado correctamente", _s17_93, _s31_28, _s16_156, _s29_60, _s17_94, ":value gastos restaurados correctamente", "copy_shipping", "Copiar Env\xedo", "copy_billing", "Copia Facturaci\xf3n", "design", "Dise\xf1o", _s21_52, "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_157, "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_38, "Por favor introduce un nombre", "budgeted_hours", "Horas Presupuestadas", "created_project", "Proyecto creado correctamente", "updated_project", "Proyecto actualizado correctamente", _s16_159, "Proyecto archivado correctamente", "deleted_project", "Proyecto eliminado correctamente", _s16_160, "Proyecto restaurado correctamente", _s17_95, ":count proyectos archivados correctamente", _s16_161, ":count proyecto eliminados correctamente", _s17_96, ":value proyectos restaurados correctamente", "new_project", "Nuevo Proyecto", _s27_30, "\xa1Gracias por utilizar nuestra app!", "if_you_like_it", "Si te gusta por favor", "click_here", "pulse aqui", _s18_74, "Pulsa aqu\xed", "to_rate_it", "para valorar.", "average", "Promedio", "unapproved", "No aprobado", _s30_11, "Por favor, autenticarse para cambiar esta configuraci\xf3n", "locked", "Bloqueado", "authenticate", "Autenticaci\xf3n", _s19_40, "Por favor, autenticarse", _s24_28, "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_98, _s22_81, "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_162, "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_283, "edit_project", "Editar Proyecto", _s22_, "Editar Gasto Peri\xf3dico", _s20_47, "Editar Presupuesto Recurrente", "billing_address", "Direcci\xf3n de Facturaci\xf3n", _s16_164, "Direccion de Envio", "total_revenue", _s16_284, "average_invoice", _s23_59, "outstanding", _s18_153, "invoices_sent", _s24_63, "active_clients", _s16_285, "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_166, "Actualizaci\xf3n Completa", _s23_29, "Por favor introduce tu email", _s26_25, "Por favor introduce tu contrase\xf1a", _s21_55, "Por favor introduce tu URL", _s26_27, "Por favor introduce un c\xf3digo de producto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_100, "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_42, ":value copiado al portapapeles", "error", "Error", _s16_168, "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_170, "El email es inv\xe1lido", "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado correctamente", "updated_product", "Producto actualizado correctamente", _s16_172, "Producto archivado correctamente", "deleted_product", "Producto eliminado correctamente", _s16_173, "Producto restaurado correctamente", _s17_102, ":count productos archivados correctamente", _s16_174, ":count productos eliminados correctamente", _s17_103, ":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_175, ":count clientes archivados correctamente", "deleted_client", "Cliente eliminado correctamente", "deleted_clients", ":count clientes eliminados correctamente", "restored_client", "Cliente restaurada correctamente", _s16_176, ":value clientes restaurados correctamente", "address1", "Calle", "address2", "Bloq/Pta", "city", "Ciudad", "state", "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_177, "Factura archivada correctamente", "deleted_invoice", "Factura eliminada correctamente", _s16_178, "Factura restaurada correctamente", _s17_104, ":count facturas archivadas correctamente", _s16_179, ":count facturas eliminadas correctamente", _s17_105, ":value facturas restauradas correctamente", "emailed_invoice", "Factura enviada correctamente", "emailed_payment", "Pago enviado correctamente por correo electr\xf3nico", "amount", "Cantidad", "invoice_number", _s17_173, "invoice_date", _s16_286, "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_266, "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_180, "Fecha de vencimiento parcial", "status", "Estado", _s17_106, "Estado de Factura", "quote_status", "Estado de Presupuesto", _s22_31, "Pulsa + para a\xf1adir un art\xedculo", _s22_33, "Pulsa + para a\xf1adir tiempo", "count_selected", ":count seleccionado", "total", "Total", "percent", "Porcentaje", "edit", "Editar", "dismiss", "Descartar", _s20_49, "Por favor selecciona una fecha", _s22_34, "Por favor selecciona un cliente", _s24_30, "Por favor, seleccione una factura", "task_rate", "Tasa de tareas", "settings", "Configuraci\xf3n", "language", "Idioma", "currency", "Divisa", "created_at", _s17_174, "created_on", "Creado el", "updated_at", "Actualizado", "tax", "Impuesto", _s30_13, "Por favor introduce un n\xfamero de factura", _s27_34, "Por favor introduce un n\xfamero de presupuesto", "past_due", "Vencido", "draft", "Borrador", "sent", "Enviada", "viewed", "Vistas", "approved", "Aprobados", "partial", _s16_266, "paid", "Pagado", "mark_sent", "Marcar como Enviado", _s22_36, _s42_16, _s22_37, _s42_16, _s23_31, _s45_4, _s23_32, _s45_4, "done", "Hecho", _s37_13, "Por favor introduce un cliente o nombre de contacto", "dark_mode", "Modo Oscuro", _s27_36, "Reinicia la app para aplicar el cambio", "refresh_data", "Actualizar Datos", "blank_contact", "Contacto Nuevo", "activity", "Actividad", _s16_182, "No se han encontrado registros", "clone", "Clonar", "loading", "Cargando", "industry", "Sector", "size", "Tama\xf1o", "payment_terms", _s16_287, "payment_date", "Fecha de Pago", "payment_status", "Estado de Pago", _s16_184, "Pendiente", _s16_185, "Anulado", _s16_186, "Fallido", _s16_187, "Completado", _s16_188, _s24_58, _s16_189, "Reembolsado", _s17_107, "Sin Aplicar", _s17_108, "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_97, "second_reminder", _s20_106, "third_reminder", _s19_98, "reminder1", _s19_97, "reminder2", _s20_106, "reminder3", _s19_98, "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_57, _s25_55, "enter_payment", "Agregar Pago", "new_payment", "Introduzca el Pago", "created_payment", "Pago creado correctamente", "updated_payment", "Pago actualizado correctamente", _s16_190, "Pago archivado correctamente", "deleted_payment", "Pago eliminado correctamente", _s16_191, "Pago restaurado correctamente", _s17_109, ":count pagos archivados correctamente", _s16_192, ":count pagos eliminados correctamente", _s17_110, ":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_61, "activity_2", _s32_22, "activity_3", ":user borr\xf3 el cliente :client", "activity_4", _s33_29, "activity_5", _s35_27, "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_29, "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_56, "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_34, "activity_19", ":user actualiz\xf3 el presupuesto :quote", "activity_20", ":user envi\xf3 presupuesto :quote para :client a :contact", "activity_21", _s34_29, "activity_22", ":user archiv\xf3 el presupuesto :quote", "activity_23", _s33_34, "activity_24", ":user restaur\xf3 el presupuesto :quote", "activity_25", ":user restaur\xf3 la factura :invoice", "activity_26", _s33_30, "activity_27", _s31_29, "activity_28", ":user restaur\xf3 :credit cr\xe9dito", "activity_29", ":contact ha aprovado el presupuesto :quote para :client", "activity_30", _s30_57, "activity_31", _s33_31, "activity_32", _s33_32, "activity_33", _s34_28, "activity_34", ":user cre\xf3 el gasto :expense", "activity_35", _s31_30, "activity_36", _s31_31, "activity_37", _s32_23, "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_56, "activity_43", _s30_58, "activity_44", _s28_74, "activity_45", _s28_75, "activity_46", _s29_62, "activity_47", ":user actualiz\xf3 el gasto :expense", "activity_48", _s33_33, "activity_49", _s29_63, "activity_50", ":user uni\xf3 el ticket :ticket", "activity_51", _s31_32, "activity_52", _s32_24, "activity_53", ":contact reabri\xf3 el ticket :ticket", "activity_54", ":user reabri\xf3 el ticket :ticket", "activity_55", _s36_28, "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_29, "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", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Password de un solo uso", "emailed_quote", "Presupuesto enviado correctamente", "emailed_credit", "Cr\xe9dito enviado correctamente", _s20_51, "Presupuesto marcado como enviado correctamente", _s21_59, "Marcar cr\xe9dito como enviado", "expired", "Expirada", "all", "Todo", "select", "Seleccionar", _s22_38, "Multiselecci\xf3n en pulsaci\xf3n prolongada", "custom_value1", _s19_88, "custom_value2", _s19_88, "custom_value3", _s21_103, "custom_value4", _s21_104, _s18_75, "Estilo de Email Personalizado", _s24_35, "Mensaje de Escritorio Personalizado", _s29_31, "Mensaje de Factura Impagada Personalizada", _s27_41, "Mensaje de Factura Pagada Personalizada", _s31_10, "Mensaje de Presupuesto no Aprobado Personalizado", "lock_invoices", "Bloquear Facturas", "translations", "Traducciones", _s19_43, "Patr\xf3n del N\xfamero de Tarea", _s19_45, "Contador del N\xfamero de Tarea", _s22_40, "Patr\xf3n del N\xfamero de Gasto", _s22_42, "Contador del N\xfamero de Gasto", _s21_60, "Patr\xf3n del N\xfamero de Proveedor", _s21_62, "Contador del N\xfamero de Proveedor", _s21_64, "Patr\xf3n del N\xfamero de Ticket", _s21_66, "Contador del N\xfamero de Ticket", _s22_44, "Patr\xf3n del N\xfamero de Pago", _s22_46, "Contador del N\xfamero de Pago", _s22_48, "Patr\xf3n del N\xfamero de Factura", _s22_50, "Contador del N\xfamero de Factura", _s20_52, "Patr\xf3n del N\xfamero de Presupuesto", _s20_54, "Contador del N\xfamero de Presupuesto", _s21_68, _s28_76, _s21_70, _s30_59, _s21_72, _s28_76, _s21_73, _s30_59, _s18_77, "Resetear Fecha del Contador", "counter_padding", "Relleno del Contador", _s28_51, "Compartir la numeraci\xf3n para presupuesto y factura", _s18_79, "Nombre de Impuesto por Defecto 1", _s18_81, "Tasa de Impuesto por Defecto 1", _s18_83, "Nombre de Impuesto por Defecto 2", _s18_85, "Tasa de Impuesto por Defecto 2", _s18_87, "Nombre de Impuesto por Defecto 3", _s18_89, "Tasa de Impuesto por Defecto 3", _s21_74, "Asunto de Email de Factura", _s19_47, "Asunto de Email de Presupuesto", _s21_76, "Asunto de Email de Pago", _s29_33, "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_193, "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_37, "Calle de Env\xedo del Cliente", _s24_38, "Bloq/Pta de Env\xedo del Cliente", "type", "Tipo", "invoice_amount", _s18_154, _s16_197, "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_113, _s23_61, _s17_114, _s23_62, _s17_115, _s23_63, _s17_116, _s23_64, "is_deleted", "Borrado", "vendor_city", _s20_108, "vendor_state", "Provincia del Proveedor", "vendor_country", _s18_155, "is_approved", "Aprobada", "tax_name", _s18_156, "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_49, "ID de la Categor\xeda de Gasto", _s16_198, "Categor\xeda del Gasto", _s19_51, "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", "color_theme", "Color del Tema"], t1, t1), "sv", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Importera Data", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "Kontakt F\xf6rnamn", _s17_1, "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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "S\xe4kerhet", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Prenumerationer", _s16_11, _s16_12, _s17_7, "\xc4ndra prenumeration", _s20_1, "Skapat prenumerationer utan problem", _s20_2, "Uppdaterat prenumerationer utan problem", _s21_6, "Arkivera prenumeration utan problem", _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "Skicka inbjudan igen", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, "Skanna streckkoden med en :link kompatibel app.", _s18_14, "Aktiverade Tv\xe5-V\xe4gs autentisering utan problem", "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, "Tv\xe5faktorsautentisering", _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "\xc5terbetalat betalning", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "Omvandla till faktura", _s16_24, _s16_25, "invoice_project", "Fakturera projekt", "invoice_task", "Fakturera uppgift", "invoice_expense", "Faktura kostnad", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, "Konverterad summa", _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "Standard dokument", "document_upload", "Document Upload", _s20_7, _s34_4, "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", "D\xf6lj", "empty_columns", "Empty Columns", _s21_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "Kolumn", "sample", "Exempel", "map_to", "Map To", "import", "Importera", _s25_1, _s29_1, "select_file", "V\xe4lj fil", _s16_32, _s16_33, "csv_file", "V\xe4lj CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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", "Obetald", "white_label", "White Label", "delivery_note", "F\xf6ljesedel", _s24_6, _s24_7, _s24_8, _s24_9, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Delvis f\xf6rsenad", "invoice_total", "Totalsumma", "quote_total", "Offertsumma", "credit_total", "Kredit Totalt", _s23_5, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Varning", "view_settings", "View Settings", _s24_10, _s48_0, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Kundnamn", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "Utgifts kategorier", _s20_20, "Ny utgifts kategori", _s21_18, _s21_19, _s24_11, "Framg\xe5ngsrikt skapat kostnadskategori", _s24_12, "Framg\xe5ngsrikt uppdaterat kostnadskategori", _s25_5, "Framg\xe5ngsrikt arkiverat kostnadskategori", _s24_13, "Kategori borttagen", _s24_14, _s37_2, _s25_6, "Framg\xe5ngsrikt \xe5terst\xe4llt kostnadskategori", _s27_8, "Framg\xe5ngsrikt arkiverat :count kostnadskategori", _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Ska detta faktureras", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Markera aktiv", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "\xc5terkommande faktura", _s18_29, "\xc5terkommande fakturor", _s21_25, "Ny \xe5terkommande faktura", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Framg\xe5ngsrikt arkiverat \xe5terkommande faktura", _s25_14, "Framg\xe5ngsrikt tagit bort \xe5terkommande faktura", _s25_15, _s38_7, _s26_6, "Framg\xe5ngsrikt \xe5terst\xe4llt \xe5terkommande faktura", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "F\xf6rtj\xe4nst", "line_item", "Rad", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "Se portal", "copy_link", "Copy Link", "token_billing", "Spara kortinformation", _s24_17, _s24_18, "always", "Alltid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Rubrik", "client_number", "Kundnummer", "auto_convert", "Auto Convert", "company_name", "F\xf6retagsnamn", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "E-postade fakturorna utan problem", "emailed_quotes", "E-postade offerterna utan problem", "emailed_credits", _s28_52, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Timmar", "statement", "Transaktionsdatum", "taxes", "Moms", "surcharge", "Till\xe4ggsavgift", "apply_payment", "Apply Payment", "apply", "Verkst\xe4ll", "unapplied", "Unapplied", "select_label", "V\xe4lj rubrik", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Till", "health_check", "Health Check", "payment_type_id", "Betalningss\xe4tt", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Kommande fakturor", _s17_43, _s17_44, "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", "Create Payment", "create_vendor", "Skapa tillverkare", "update_quote", "Update Quote", "delete_quote", "Ta bort offert", "update_invoice", "Update Invoice", "delete_invoice", "Ta bort faktura", "update_client", "Update Client", "delete_client", "Radera kund", "delete_payment", "Ta bort betalning", "update_vendor", "Update Vendor", "delete_vendor", "Ta bort leverant\xf6r", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Ta bort kostnad", "create_task", "Skapa uppgift", "update_task", "Update Task", "delete_task", "Radera uppgift", "approve_quote", "Approve Quote", "off", "Av", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Niv\xe5", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "M\xe5l", "copy", "Copy", "must_be_online", _s53_0, _s17_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_27, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New 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", _s26_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "E-posta faktura", "email_quote", "E-posta offert", "email_credit", "Email Credit", "email_payment", "Eposta betalning", _s20_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Kontakt namn", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "Editera betalningsvillkor", _s20_29, "Skapade betalningsvillkor utan problem", _s20_30, "Uppdaterade betalningsvillkor utan problem", _s21_28, "Arkiverat betalningsvillkor utan problem", _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kreditsumma", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "\xc5terbetala betalning", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Hela namnet", _s17_55, "Stad/L\xe4n/Postnummer", _s17_57, "Postadress/Stad/Stat", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Rensa uppgifter.", _s16_64, "Rensade utan problem f\xf6retags data", _s18_38, "Varning: Detta kommer permanent ta bort din information, det finns ingen \xe5terv\xe4nda.", "invoice_balance", "Invoice Balance", "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", _s25_17, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Faktura detaljer", "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", "Beh\xf6righeter", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s24_68, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Uppge Licens", "cancel_account", "Avsluta konto", _s22_19, "Varning: Detta kommer permanent ta bort ditt konto, detta g\xe5r inte att \xe5ngra.", "delete_company", "Ta bort f\xf6retag", _s22_20, "Varning: Detta kommer permanent ta bort till bolag, det finns ingen \xe5terv\xe4ndo.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "credit_design", "Credit Design", "includes", "Includes", "header", "Rubrik", "load_design", "Ladda design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "F\xf6rslag", "tickets", "Tickets", _s16_69, "\xc5terkommande offerter", "recurring_tasks", "Recurring Tasks", _s18_, "\xc5terkommande utgifter", _s18_39, "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", _s27_21, "restored_credit", "Kreditfaktura \xe5terst\xe4lld", _s16_71, ":count kreditfakturor arkiverade", "deleted_credits", ":count kreditfakturor borttagna", _s16_72, _s36_3, "current_version", "Nuvarande version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Hj\xe4lp", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nytt f\xf6retag", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\xc5terst\xe4lla", "number", "Number", "export", "Exportera", "chart", "Lista", "count", "Count", "totals", "Total", "blank", "Blank", "day", "Dag", "month", "M\xe5nad", "year", "\xc5r", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Gruppera genom", "credit_balance", "Kreditbalans", _s18_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Kontakt telefon", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Leverans gata", _s17_64, "Leverans v\xe5ning", "shipping_city", "Leverans stad", "shipping_state", "Leverans l\xe4n", _s20_33, "Leverans postnummer", _s16_103, "Leverans land", _s16_105, "Fakturerings gata", _s16_106, "Fakturerings v\xe5ning", "billing_city", "Fakturerings stad", "billing_state", "Fakturerings l\xe4n", _s19_19, "Fakturerings postnummer", "billing_country", "Fakturerings land", "client_id", "Klient Id", "assigned_to", "Assigned to", "created_by", "Skapad av :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "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", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_107, _s16_108, "help", "Hj\xe4lp", "refund", "\xc5terbetalning", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Kontakt e-post", "multiselect", "Multiselect", "entity_state", "Tillst\xe5nd", "verify_password", "Verify Password", "applied", "Applied", _s21_35, _s35_6, _s30_4, _s63_, "message", "Meddelande", "from", "Fr\xe5n", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "support_forum", "Supportforum", "about", "About", "documentation", "Dokumentation", "contact_us", "Kontakta oss", "subtotal", "Delsumma", "line_total", "Summa", "item", "Artikel", "credit_email", "Credit Email", "iframe_url", "Webbsida", "domain_url", "Domain URL", _s21_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "yes", "Ja", "no", "Nej", "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", "Visa", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "Anv\xe4ndare", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "V\xe4lj en klient", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Moms inst\xe4llningar", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "V\xe4xla", _s19_23, _s20_41, "options", "Val", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Skicka", _s16_115, "\xc5terst\xe4ll ditt l\xf6senord", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "F\xf6rseningsavgifts summa", _s16_116, "F\xf6rseningsavgifts procent", "schedule", "Schema", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Dagar", "invoice_email", "Faktura e-post", "payment_email", "Betalnings e-post", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Offert e-post", _s16_118, "O\xe4ndlig p\xe5minnelse", _s16_120, _s16_121, "administrator", "Administrat\xf6r", _s18_58, "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", _s25_22, "updated_user", "Anv\xe4ndare uppdaterad", "archived_user", "Framg\xe5ngsrikt arkiverat anv\xe4ndare", "deleted_user", "Anv\xe4ndare borttagen", "removed_user", _s25_25, "restored_user", "Anv\xe4ndare \xe5terst\xe4lld", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Generella inst\xe4llningar", "invoice_options", "Fakturainst\xe4llningar", _s17_70, 'D\xf6lj "Betald till"', _s22_27, 'Visa bara "Betald till"-sektionen p\xe5 fakturan n\xe4r en betalning har mottagits.', _s23_17, "B\xe4dda in dokument", _s28_15, _s39_2, _s16_124, "Visa Header p\xe5", _s16_125, "Visa Footer p\xe5", "first_page", "F\xf6rsta sidan", "all_pages", "Alla sidor", "last_page", "Sista sidan", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Konvertera", _s23_20, "Konvertera automatiskt en offert till en faktura n\xe4r den godk\xe4nts av en klient.", _s17_72, _s17_73, "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_74, "Tre m\xe5nader", _s16_126, "Fyra m\xe5nader", "freq_six_months", "Sex m\xe5nader", "freq_annually", "\xc5rsvis", "freq_two_years", "Tv\xe5 \xe5r", _s16_127, "Three Years", "never", "Aldrig", "company", "F\xf6retag", _s17_75, "Genererade nummer", "charge_taxes", "Inkludera moms", "next_reset", "N\xe4sta \xe5terst\xe4llning", "reset_counter", "\xc5terst\xe4ll r\xe4knare", _s16_128, "\xc5terkommande prefix", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "F\xf6retagsf\xe4lt", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Fakturaf\xe4lt", _s17_77, "Till\xe4ggsavgift till faktura", "client_field", "Klientf\xe4lt", "product_field", "Produktf\xe4lt", "payment_field", "Payment Field", "contact_field", "Kontaktf\xe4lt", "vendor_field", "Leverant\xf6rsf\xe4lt", "expense_field", "Utgiftsf\xe4lt", "project_field", "Projektf\xe4lt", "task_field", "Uppgiftsf\xe4lt", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Anpassad CSS", _s17_79, _s17_80, _s16_130, "Visa p\xe5 PDF", _s21_46, "Visa kundens signatur p\xe5 fakturan/offerten.", _s25_27, "Faktura villkor kryssruta", _s30_5, "Kr\xe4v att klienten accepterar faktura villkoren.", _s23_21, "Offert villkors kryssruta", _s28_16, "Kr\xe4v att klienten accepterar offert villkoren.", _s25_28, "Faktura signatur", _s30_6, "Kr\xe4v signatur av klient.", _s23_22, "Offert signatur", _s22_29, "L\xf6senordsskydda fakturor", _s27_23, "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 Mode", "email_signature", "V\xe4nliga h\xe4lsningar,", _s24_21, "G\xf6r det enklare f\xf6r dina klienter att betala genom att l\xe4gga till schema.org m\xe4rkning till dina e-post.", "plain", "Vanlig", "light", "Ljus", "dark", "M\xf6rk", "email_design", "E-post design", "attach_pdf", "Attach PDF", _s16_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "Aktivera m\xe4rkning", "reply_to_email", "Reply-To E-post", "reply_to_name", "Reply-To Name", "bcc_email", "Eposta hemlig kopia", "processed", "Processed", "credit_card", "Betalkort", "bank_transfer", "Bank\xf6verf\xf6ring", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktivera min", "enable_max", "Aktivera max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_26, "Accepterade kort logos", "credentials", "Credentials", "update_address", "Uppdatera adress", _s19_28, "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_133, "Framg\xe5ngsrikt skapat skattesats", _s16_134, "Framg\xe5ngsrikt uppdaterad momssats", _s17_82, "Framg\xe5ngsrikt arkiverat skatteniv\xe5n/momssatsen", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Auto-ifyll produkter", _s18_64, "V\xe4lj en produkt f\xf6r att automatiskt fylla i beskrivning och pris", "update_products", "Auto-uppdaterade produkter", _s20_44, "Uppdatera en faktura f\xf6r att automatiskt uppdatera produktbiblioteket", _s16_136, "Konvertera produkter", _s21_47, "Konvertera automatiskt produkt priser till kundens valuta", "fees", "Avgifter", "limits", "Gr\xe4nser", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Avbryt \xe4ndringar", "default_value", "Default value", "disabled", "Avst\xe4ngd", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Timmars tid", _s18_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logotyp", "saved_settings", _s27_24, _s16_142, "Produkt inst\xe4llningar", "device_settings", "Device Settings", "defaults", "F\xf6rinst\xe4llningar", "basic_settings", "Grundl\xe4ggande inst\xe4llningar", _s17_87, "Avancerade inst\xe4llningar", "company_details", "F\xf6retagsinfo", "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_28, "Mallar & P\xe5minnelser", _s22_30, _s20_46, _s19_34, _s17_125, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "Villkor f\xf6r tj\xe4nsten", "privacy_policy", "Integritetspolicy", "sign_up", "Registrera dig", "account_login", "Inloggning", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Skapa Ny", _s18_70, _s18_71, _s21_51, _s34_13, "download", "Ladda ner", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokument", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Kostnads datum", "pending", "P\xe5g\xe5ende", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "Konvertera", _s24_27, "Bifoga dokument till fakturan", "exchange_rate", "V\xe4xlingskurs", _s16_151, "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_152, "Framg\xe5ngsrikt arkiverat :count leverant\xf6rer", "deleted_vendors", "Framg\xe5ngsrikt raderat :count leverant\xf6rer", _s16_153, _s36_5, "new_expense", "Ny Kostnad", "created_expense", "Framg\xe5ngsrikt skapat kostnad", "updated_expense", "Framg\xe5ngsrikt uppdaterat kostnad", _s16_154, "Framg\xe5ngsrikt arkiverat kostnad", "deleted_expense", "Framg\xe5ngsrikt tagit bort kostnad", _s16_155, "Lyckades \xe5terst\xe4lla utgifter", _s17_93, "Framg\xe5ngsrikt arkiverat kostnader", _s16_156, "Framg\xe5ngsrikt tagit bort kostnader", _s17_94, _s37_9, "copy_shipping", "Kopiera frakt", "copy_billing", "Kopiera betalning", "design", "Design", _s21_52, _s21_53, "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_157, _s16_158, "timer", "Timer", "manual", "Manuell", "budgeted", "Budgeted", "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", _s34_14, _s19_38, _s19_39, "budgeted_hours", "Budgeterade timmar", "created_project", "Projekt skapat", "updated_project", "Projektet uppdaterat", _s16_159, "Projekt arkiverat", "deleted_project", "Projekt borttaget", _s16_160, "Projekt \xe5terst\xe4llt", _s17_95, ":count projekt arkiverade", _s16_161, ":count projekt borttagna", _s17_96, _s37_10, "new_project", "Nytt Projekt", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "klicka h\xe4r", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Sidfot", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Anpassat intervall", "date_range", "Datumintervall", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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", "Denna m\xe5naden", "last_month", "Senaste m\xe5naden", "this_year", "Detta \xe5ret", "last_year", "Senaste \xe5ret", "custom", "Utforma", _s16_162, _s16_163, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Visa faktura", "convert", "Convert", "more", "More", "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", _s22_, "\xc4ndra \xe5terkommande utgift", _s20_47, _s20_48, "billing_address", "Fakturaadress", _s16_164, "Leverans adress", "total_revenue", "Totala int\xe4kter", "average_invoice", "Genomsnittlig faktura", "outstanding", "Utest\xe5ende/Obetalt", "invoices_sent", _s24_68, "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", "Sort", "search", "S\xf6k", "active", "Aktiv", "archived", "Arkiverad", "deleted", "Ta bort", "dashboard", "\xd6versikt", "archive", "Arkiv", "delete", "Ta bort", "restore", "\xc5terst\xe4ll", _s16_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Stigande", "descending", "Fallande", "save", "Spara", _s17_100, _s17_101, "paid_to_date", "Betalt hittills", "balance_due", "Resterande belopp", "balance", "Balans", "overview", "Overview", "details", "Detaljer", "phone", "Telefon", "website", "Hemsida", "vat_number", "Momsregistreringsnummer", "id_number", "ID-nummer", "create", "Skapa", _s19_42, _s30_12, "error", "Error", _s16_168, _s16_169, "contacts", "Kontakter", "additional", "Additional", "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_170, _s16_171, "product", "Produkt", "products", "Produkter", "new_product", "Ny produkt", "created_product", "Produkt skapad", "updated_product", "Produkt uppdaterad", _s16_172, "Produkt arkiverad", "deleted_product", "Produkt borttagen", _s16_173, "Produkt \xe5terst\xe4lld", _s17_102, "Arkiverade :count produkter utan problem", _s16_174, ":count produkter borttagna", _s17_103, _s37_11, "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_175, ":count kunder arkiverade", "deleted_client", "kund borttagen", "deleted_clients", ":count kunder borttagna", "restored_client", "Kund \xe5terst\xe4lld", _s16_176, _s36_7, "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_177, "Faktura arkiverad", "deleted_invoice", "Faktura borttagen", _s16_178, "Faktura \xe5terst\xe4lld", _s17_104, ":count fakturor arkiverade", _s16_179, ":count fakturor borttagna", _s17_105, _s37_12, "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", "Items", "partial_deposit", "Partial/Deposit", "description", "Beskrivning", "unit_cost", "Enhetspris", "quantity", "Antal", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Sista betalningsdatum", _s16_180, "Delvis f\xf6rfallen", "status", "Status", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Totalsumma", "percent", "Procent", "edit", "\xc4ndra", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Uppgifts taxa", "settings", "Inst\xe4llningar", "language", "Language", "currency", "Valuta", "created_at", "Skapat datum", "created_on", "Created On", "updated_at", "Updated", "tax", "Moms", _s30_13, _s30_14, _s27_34, _s27_35, "past_due", "F\xf6rfallen", "draft", "Utkast", "sent", "Skickat", "viewed", "Viewed", "approved", "Approved", "partial", "delins\xe4ttning", "paid", "Betald", "mark_sent", "Markera skickad", _s22_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Klar", _s37_13, _s37_14, "dark_mode", "M\xf6rkt l\xe4ge", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "H\xe4ndelse", _s16_182, _s16_183, "clone", "Kopiera", "loading", "Laddar", "industry", "Industry", "size", "Size", "payment_terms", "Betalningsvillkor", "payment_date", "Betalningsdatum", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "net", "Net", "client_portal", "Klient Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktiverad", "recipients", "Mottagare", "initial_email", "P\xe5b\xf6rja epost", "first_reminder", "F\xf6rsta P\xe5minnelse", "second_reminder", "Andra P\xe5minnelse", "third_reminder", _s17_152, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Mall", "send", "Send", "subject", "Subject", "body", "Organisation/Avdelning", "send_email", "Skicka epost", "email_receipt", "E-posta kvitto till kunden", "auto_billing", "Auto billing", "button", "Button", "preview", "F\xf6rhandsgranska", "customize", "Skr\xe4ddarsy", "history", "Historik", "payment", "Betalning", "payments", "Betalningar", "refunded", "Refunded", "payment_type", "Betalningstyp", _s21_57, "Transaktion referens", "enter_payment", "Ange betalning", "new_payment", "Ny betalning", "created_payment", "Betalning registrerad", "updated_payment", "Betalning uppdaterad", _s16_190, "Betalning arkiverad", "deleted_payment", "Betalning borttagen", _s16_191, "betalning \xe5terst\xe4lld", _s17_109, ":count betalningar arkiverade", _s16_192, ":count betalningar borttagna", _s17_110, _s37_15, "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", _s35_13, "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 klient :client", "activity_27", ":user \xe5terst\xe4llde betalning :payment", "activity_28", ":user \xe5terst\xe4llde :credit kredit", "activity_29", _s42_9, "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", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, "Eng\xe5ngs l\xf6senord", "emailed_quote", "Offert e-postad", "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Utg\xe5tt", "all", "Alla", "select", "V\xe4lj", _s22_38, _s22_39, "custom_value1", "Anpassat v\xe4rde", "custom_value2", "Anpassat v\xe4rde", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Fakturar\xe4knare", _s20_52, _s20_53, _s20_54, "Offertr\xe4knare", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "Typ", "invoice_amount", "Faktura belopp", _s16_197, "F\xf6rfallodatum", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto debitera", "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Skattenamn", "tax_amount", "Moms summa", "tax_paid", "Moms betalad", "payment_amount", "Betald summa", "age", "\xc5lder", "is_running", "Is Running", "time_log", "Tidslogg", "bank_id", "Bank", _s19_49, _s19_50, _s16_198, "Kostnads kategori", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "th", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s17_1, "\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_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", "\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e40\u0e0a\u0e34\u0e0d\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, "\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_24, _s16_25, "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_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "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_1, _s29_1, "select_file", "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c", _s16_32, _s16_33, "csv_file", "\u0e44\u0e1f\u0e25\u0e4c CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s20_20, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", _s21_18, _s21_19, _s24_11, "\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_12, "\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_5, "\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_13, "\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_14, _s37_2, _s25_6, "\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_8, "\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_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "\u0e04\u0e27\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "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_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s18_29, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s21_25, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "\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_14, "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_15, _s38_7, _s26_6, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e41\u0e25\u0e49\u0e27", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "\u0e01\u0e33\u0e44\u0e23", "line_item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "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_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, "\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_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "email_invoice", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_quote", _s16_288, "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_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, "\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_29, "\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_30, "\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_28, "\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_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e04\u0e37\u0e19", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e15\u0e47\u0e21", _s17_55, "\u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10 / \u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", _s17_57, "\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_64, _s32_5, _s18_38, "\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_17, "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_110, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e44\u0e25\u0e40\u0e0b\u0e19\u0e15\u0e4c", "cancel_account", "\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35", _s22_19, "\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_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, _s16_70, "recurring_tasks", "Recurring Tasks", _s18_, "\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", _s18_39, "\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_21, "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_71, "\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_72, _s36_3, "current_version", "\u0e23\u0e38\u0e48\u0e19\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "\u0e2d\u0e48\u0e32\u0e19\u0e15\u0e48\u0e2d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17\u0e43\u0e2b\u0e21\u0e48", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "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_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", "from", "\u0e08\u0e32\u0e01", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b", _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "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_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, "\u0e42\u0e1b\u0e23\u0e14\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e20\u0e32\u0e29\u0e35", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "\u0e2a\u0e25\u0e31\u0e1a", _s19_23, _s20_41, "options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", _s16_115, "\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_116, "\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_24, "after_due_date", _s18_56, _s18_57, _s22_26, "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_44, _s21_45, "quote_email", _s16_288, _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", _s18_58, "\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_22, "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_25, "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_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "\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_70, "\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_27, '\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_17, "\u0e1d\u0e31\u0e07\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", _s28_15, "\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_124, "\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", _s16_125, "\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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "\u0e41\u0e1b\u0e25\u0e07\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s23_20, "\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_72, _s17_73, "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_74, "\u0e2a\u0e32\u0e21\u0e40\u0e14\u0e37\u0e2d\u0e19", _s16_126, "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_127, "Three Years", "never", "\u0e44\u0e21\u0e48\u0e40\u0e04\u0e22", "company", "Company", _s17_75, "\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_128, "\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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_5, "\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_21, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s28_16, "\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_28, "\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_6, "\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_22, "\u0e25\u0e32\u0e22\u0e21\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s22_29, "\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_23, "\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_21, "\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_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "\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_26, "\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_28, "\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_133, _s28_77, _s16_134, _s28_77, _s17_82, "\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_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "\u0e40\u0e15\u0e34\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s18_64, "\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_44, "\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_136, _s16_137, _s21_47, _s61_1, "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_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "www", "saved_settings", _s27_24, _s16_142, "\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_87, "\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_28, "\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e15\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", _s22_30, _s20_46, _s19_34, "\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_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "\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_70, _s18_71, _s21_51, _s34_13, "download", "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", _s27_26, _s27_44, "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_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "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_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "\u0e41\u0e1b\u0e25\u0e07", _s24_27, "\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_151, "\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_152, "\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_153, _s36_5, "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_154, _s26_61, "deleted_expense", _s18_157, _s16_155, "\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_93, _s26_61, _s16_156, _s18_157, _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", _s21_52, _s21_53, "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_34, "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_157, _s16_158, "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_14, _s19_38, "\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_159, "\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_160, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s17_95, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s16_161, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s17_96, _s37_10, "new_project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", _s18_74, "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_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "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_98, _s17_99, "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_162, _s16_163, "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", _s22_, "\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", _s20_47, _s20_48, "billing_address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e07\u0e34\u0e19", _s16_164, _s16_165, "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_110, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", _s17_100, _s17_101, "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_42, _s30_12, "error", "Error", _s16_168, _s16_169, "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_170, _s16_171, "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_172, "\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_173, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s17_102, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s16_174, "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s17_103, _s37_11, "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_175, "\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_176, _s36_7, "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_177, "\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_178, "\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_104, "\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_179, "\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_105, _s37_12, "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_180, _s16_181, "status", "\u0e2a\u0e16\u0e32\u0e19\u0e30", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, "\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_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "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_13, _s30_14, _s27_34, _s27_35, "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_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", _s37_13, _s37_14, "dark_mode", "\u0e42\u0e2b\u0e21\u0e14\u0e01\u0e25\u0e32\u0e07\u0e04\u0e37\u0e19", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21", _s16_182, _s16_183, "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_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "\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_190, "\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_191, "\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_109, "\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_192, "\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_110, _s37_15, "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_13, "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_, "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_4, "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_9, "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", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "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_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "all", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "select", "\u0e40\u0e25\u0e37\u0e2d\u0e01", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s20_52, _s20_53, _s20_54, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "\u0e0a\u0e19\u0e34\u0e14", "invoice_amount", "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_197, "\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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1), "tr_TR", A.LinkedHashMap_LinkedHashMap$_literal(["import_data", "Verileri \u0130\xe7e Aktar", "import_settings", "Import Settings", _s17_, _s28_, _s19_, _s48_, "json", "JSON", _s24_, _s24_0, "wait_for_data", _s42_, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_, _s16_0, _s18_1, _s40_, "login_success", _s16_1, "login_failure", "Failed Login", "exported_data", _s67_, _s23_, _s23_0, _s28_0, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_2, _s17_0, "account_id", "Account ID", _s27_, _s35_, "activity_100", _s50_, "activity_101", _s50_0, "activity_102", _s51_, "activity_103", _s50_1, "activity_104", _s51_0, _s18_2, _s18_3, _s23_1, _s35_0, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_3, _s16_4, _s18_4, _s31_, _s16_5, _s16_6, "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_5, _s18_6, _s17_1, _s17_2, "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_2, _s21_, _s53_, _s25_, _s37_, _s17_3, _s17_4, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_, _s85_, _s20_, _s54_, _s21_0, _s21_1, _s17_5, _s17_6, "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_7, _s18_8, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_9, _s18_10, _s16_7, _s16_8, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_2, _s21_3, _s18_11, _s18_12, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_4, _s21_5, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_0, "Spam Complaint", "email_delivery", "Email Delivery", _s16_9, _s16_10, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_11, _s16_12, _s17_7, _s17_8, _s20_1, _s33_, _s20_2, _s33_0, _s21_6, _s34_, _s20_3, _s33_1, _s20_4, _s33_2, _s21_7, _s34_0, _s19_0, _s21_8, _s20_5, _s27_0, _s26_0, _s26_1, "connect_gmail", "Connect Gmail", _s16_13, _s16_14, "connected_gmail", _s28_1, _s18_13, _s31_0, _s16_15, _s100_, _s16_16, _s16_17, "count_minutes", ":count Minutes", _s16_18, _s16_19, _s29_, _s29_0, "use_last_email", "Use last email", _s16_20, _s16_21, _s21_9, _s51_1, _s27_1, _s35_1, _s27_2, _s27_3, _s34_1, _s52_, "help_translate", "Help Translate", _s23_2, _s23_3, "resend_invite", _s17_117, _s19_1, _s25_0, _s16_22, _s30_, _s19_2, _s33_3, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_10, _s46_, _s18_14, _s46_0, "connect_google", "Connect Google", _s17_9, _s17_10, _s17_11, _s25_43, _s18_15, _s18_16, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_4, _s40_0, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_3, _s19_4, _s17_12, _s17_13, "resend_email", "Resend Email", _s26_2, _s33_4, _s16_23, _s16_209, _s19_5, _s19_6, _s19_7, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_14, _s17_15, _s27_4, _s51_2, _s21_11, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_17, "Faturaya D\xf6n\xfc\u015ft\xfcr", _s16_24, _s16_25, "invoice_project", "Invoice Project", "invoice_task", "Fatura G\xf6revi", "invoice_expense", "Gider Faturas\u0131", _s19_8, _s21_12, _s20_6, _s27_5, _s16_26, _s16_27, "save_and_email", "Save and Email", _s16_28, _s16_29, _s16_30, _s16_31, _s17_16, _s17_17, _s22_3, _s22_4, _s24_1, _s24_2, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_18, _s17_19, "document_upload", "Document Upload", _s20_7, _s34_4, "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_13, _s21_14, _s26_3, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_20, _s17_21, "update_app", "Update App", "started_import", _s27_6, _s24_3, _s24_4, _s20_8, _s20_9, _s18_19, _s18_20, "column", "S\xfctun", "sample", "\xd6rnek", "map_to", "Map To", "import", "\u0130\xe7e Aktar", _s25_1, _s29_1, "select_file", "L\xfctfen bir dosya se\xe7in", _s16_32, _s16_33, "csv_file", "CSV dosya", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_5, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_22, _s17_23, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_12, "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_6, _s24_7, _s24_8, _s24_9, "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_5, "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_10, _s48_0, "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_24, _s17_25, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_34, _s16_35, _s19_9, _s32_0, _s19_10, _s31_13, _s20_10, _s33_5, _s19_11, _s32_1, _s19_12, _s32_2, _s20_11, _s33_6, _s22_7, _s42_0, _s21_15, _s41_0, _s22_8, _s42_1, _s18_21, _s20_12, _s20_13, _s27_7, _s16_36, _s16_37, _s21_16, _s52_0, _s20_14, _s20_15, _s25_2, _s42_2, _s20_16, _s20_17, _s25_3, _s42_3, _s21_17, _s25_4, _s18_22, _s18_23, "task_settings", "Task Settings", _s20_18, _s20_19, _s18_24, "Gider Kategorisi", _s20_20, "Yeni Gider Kategorisi", _s21_18, _s21_19, _s24_11, _s37_0, _s24_12, _s37_1, _s25_5, _s38_, _s24_13, _s29_35, _s24_14, _s37_2, _s25_6, _s38_0, _s27_8, _s45_2, _s26_4, _s46_1, _s27_9, _s47_, _s23_6, _s25_7, _s25_8, _s32_3, _s21_20, _s21_21, "show_option", "Show Option", _s22_9, _s50_3, "view_changes", "View Changes", "force_update", "Force Update", _s17_26, _s76_, "mark_paid_help", _s31_1, _s18_26, "Faturalanmal\u0131 m\u0131", _s23_7, _s33_7, _s29_2, _s26_35, _s21_22, _s20_22, _s16_38, _s16_39, _s18_27, _s18_28, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_199, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_27, _s17_28, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_9, _s38_1, _s25_10, _s38_2, _s25_11, _s38_3, "gateway_refund", "Gateway Refund", _s19_13, _s43_0, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_23, _s21_24, _s17_29, _s17_30, "endless", "Endless", "next_send_date", "Next Send Date", _s16_40, _s16_41, _s17_31, "Tekrarlayan Fatura", _s18_29, "Tekrarlayan Faturalar", _s21_25, "Yeni Tekrarlayan Fatura", _s22_12, _s22_13, _s25_12, _s38_4, _s25_13, _s38_5, _s26_5, "Tekrarlayan fatura ba\u015far\u0131yla ar\u015fivlendi", _s25_14, "Tekrarlayan fatura ba\u015far\u0131yla silindi", _s25_15, _s38_7, _s26_6, "Tekrarlayan fatura ba\u015far\u0131yla geri y\xfcklendi", _s27_10, _s47_0, _s26_7, _s46_2, _s27_11, _s47_1, _s24_15, _s26_8, _s25_16, _s32_4, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_2, _s28_3, "profit", "Profit", "line_item", "Line Item", _s18_31, _s18_32, _s23_8, _s35_2, _s19_14, _s19_15, _s24_16, _s52_1, "test_mode", "Test Mode", "opened", "Opened", _s30_0, _s22_14, _s30_1, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_33, _s17_34, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_42, _s16_43, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Kart bilgilerini sakla", _s24_17, _s24_18, "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_33, _s18_34, "pdf_page_info", _s23_9, _s16_44, _s29_36, "emailed_quotes", _s27_43, "emailed_credits", _s28_52, "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", "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_4, "client_created", "Client Created", _s20_23, _s20_24, _s20_25, _s20_26, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_35, _s17_36, _s17_37, _s17_38, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_39, _s17_40, _s17_41, "Yakla\u015fan Faturalar", _s17_43, _s17_44, "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_45, _s28_4, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_45, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_5, "updated_webhook", _s28_6, _s16_46, _s29_3, "deleted_webhook", _s28_7, "removed_webhook", _s28_8, _s16_47, _s29_4, _s17_46, _s37_3, _s16_48, _s36_, _s16_49, _s36_0, _s17_47, _s37_4, "api_tokens", "API Tokenlar\u0131", "api_docs", "API Docs", "search_tokens", _s20_27, "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_12, "restored_token", _s27_13, "archived_tokens", _s35_3, "deleted_tokens", _s34_5, "restored_tokens", _s35_4, _s19_16, _s19_17, _s24_19, _s45_0, _s21_27, _s19_18, "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_28, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_50, _s16_51, "contact_name", "Contact Name", "use_default", "Use default", _s16_52, _s17_48, "number_of_days", "Number of days", _s23_10, _s23_11, "payment_term", "Payment Term", _s16_53, _s16_54, _s17_49, _s17_50, _s20_29, _s33_8, _s20_30, _s33_9, _s21_28, _s34_6, _s20_31, _s33_10, _s20_32, _s33_11, _s21_29, _s34_7, _s22_17, _s42_5, _s21_30, _s41_2, _s22_18, _s42_6, "email_sign_in", _s16_55, "change", "Change", _s23_12, _s28_9, _s24_20, _s29_5, "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_35, _s18_36, _s16_56, _s16_200, "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_57, _s16_201, "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_51, "search_design", "Search 1 Design", "search_invoice", _s16_58, "search_client", "Search 1 Client", "search_product", _s16_59, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_52, "search_task", "Search 1 Tasks", "search_project", _s16_60, "search_expense", _s16_61, "search_payment", _s16_62, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_53, _s30_2, _s18_37, _s31_2, _s16_63, _s29_6, _s17_54, _s30_3, "reverse", "Reverse", "full_name", "Full Name", _s17_55, _s17_56, _s17_57, _s17_58, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_64, _s32_5, _s18_38, _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_17, "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_69, "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_18, _s25_19, _s16_65, _s16_66, "apply_license", "Apply License", "cancel_account", "Hesab\u0131 Sil", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_10, "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_14, "updated_design", _s27_15, "archived_design", _s28_11, "deleted_design", _s27_16, "removed_design", _s27_17, "restored_design", _s28_12, _s16_67, _s36_1, "deleted_designs", _s35_5, _s16_68, _s36_2, "proposals", "Proposals", "tickets", "Tickets", _s16_69, "Tekrarlayan Fiyat Teklifleri", "recurring_tasks", "Recurring Tasks", _s18_, _s18_0, _s18_39, _s18_40, "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_19, "archived_credit", "Kredi ba\u015far\u0131yla ar\u015fivlendi", "deleted_credit", "Kredi ba\u015far\u0131yla silindi", "removed_credit", _s27_21, "restored_credit", "Kredi Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_71, ":count kredi ar\u015fivlendi", "deleted_credits", ":count kredi ba\u015far\u0131yla silindi", _s16_72, _s36_3, "current_version", "Mevcut version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_13, _s41_3, _s16_73, _s16_74, "app_updated", _s29_7, "learn_more", "Daha fazla bilgi edin", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_59, _s17_60, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Yeni Firma", "added_company", _s26_14, "company1", _s16_75, "company2", _s16_76, "company3", _s16_77, "company4", _s16_78, "product1", _s16_79, "product2", _s16_80, "product3", _s16_81, "product4", _s16_82, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_83, "contact2", _s16_84, "contact3", _s16_85, "contact4", _s16_86, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_87, "project2", _s16_88, "project3", _s16_89, "project4", _s16_90, "expense1", _s16_91, "expense2", _s16_92, "expense3", _s16_93, "expense4", _s16_94, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_95, "invoice2", _s16_96, "invoice3", _s16_97, "invoice4", _s16_98, "payment1", _s16_99, "payment2", _s16_100, "payment3", _s16_101, "payment4", _s16_102, "surcharge1", _s18_41, "surcharge2", _s18_42, "surcharge3", _s18_43, "surcharge4", _s18_44, "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_45, _s18_46, _s17_61, _s17_62, "contact_phone", "Contact Phone", _s21_31, _s22_21, _s21_32, _s22_22, _s21_33, _s22_23, _s21_34, _s22_24, _s17_63, "Shipping Street", _s17_64, _s18_47, "shipping_city", "Shipping City", "shipping_state", _s23_13, _s20_33, _s20_34, _s16_103, _s16_104, _s16_105, "Billing Street", _s16_106, _s17_65, "billing_city", "Billing City", "billing_state", _s22_25, _s19_19, _s19_20, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_202, "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_107, _s16_108, "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_35, _s35_6, _s30_4, _s63_, "message", "Mesaj", "from", "Kimden", _s20_35, _s20_36, _s25_20, _s56_, _s20_37, _s34_8, _s18_48, _s18_49, _s23_14, _s33_16, _s18_50, _s18_51, "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_36, _s21_78, _s20_38, _s58_, _s19_21, _s19_22, _s23_15, _s23_16, _s20_39, _s20_40, "deleted_logo", _s25_21, "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_66, _s17_67, "show_cost_help", _s55_, _s21_37, _s21_38, _s26_15, _s58_0, _s21_39, _s21_40, _s26_16, _s60_, _s21_41, _s21_42, _s26_17, _s34_9, _s16_109, _s16_110, _s21_43, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_111, _s16_112, "user", "Kullan\u0131c\u0131", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_68, _s17_69, "item_tax_rates", "Item Tax Rates", _s18_52, _s22_35, "configure_rates", "Configure rates", _s18_53, _s18_54, "tax_settings", "Vergi Ayarlar\u0131", _s18_55, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_23, _s20_41, "options", "Options", _s16_113, _s16_114, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_22, _s39_1, "submit", "Submit", _s16_115, "\u015eifreni kurtar", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_116, _s16_117, "schedule", "program", "before_due_date", _s19_24, "after_due_date", _s18_56, _s18_57, _s22_26, "days", "Days", "invoice_email", "Fatura E-postas\u0131", "payment_email", "\xd6deme E-postas\u0131", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_44, _s21_45, "quote_email", "Teklif E-postas\u0131", _s16_118, _s16_119, _s16_120, _s16_121, "administrator", "Administrator", _s18_58, _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_22, "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_25, "restored_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla geri y\xfcklendi", "archived_users", _s34_10, "deleted_users", _s33_12, "removed_users", _s33_13, "restored_users", _s34_11, _s16_122, "Genel Ayarlar", "invoice_options", "Fatura Se\xe7enekleri", _s17_70, "\xd6deme Tarihini Gizle", _s22_27, 'Bir \xf6deme al\u0131nd\u0131\u011f\u0131nda yaln\u0131zca faturalar\u0131n\u0131zdaki "\xd6denen Tarihi" alan\u0131n\u0131 g\xf6r\xfcnt\xfcleyin.', _s23_17, "Embed Documents", _s28_15, _s39_2, _s16_124, "Show Header on", _s16_125, "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_59, "Auto Email", _s23_18, _s61_, _s20_42, "Auto Archive", _s25_26, _s50_2, _s18_60, "Auto Archive", _s23_19, _s53_1, _s18_61, "Auto Convert", _s23_20, _s70_, _s17_72, _s17_73, "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_74, "3 Ay", _s16_126, "4 Ay", "freq_six_months", "6 Ay", "freq_annually", "Y\u0131ll\u0131k", "freq_two_years", "2 Y\u0131l", _s16_127, "Three Years", "never", "Never", "company", "\u015eirket", _s17_75, _s17_76, "charge_taxes", "Vergi masraflar\u0131", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_128, _s16_129, "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_77, _s17_78, "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_79, _s17_80, _s16_130, "Show on PDF", _s21_46, _s51_3, _s25_27, _s22_28, _s30_5, _s61_0, _s23_21, _s20_43, _s28_16, _s59_, _s25_28, _s17_81, _s30_6, _s42_7, _s23_22, "Quote Signature", _s22_29, _s25_29, _s27_23, _s142_, "authorization", "Authorization", "subdomain", "Alt etki alan\u0131", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Sayg\u0131lar\u0131m\u0131zla,", _s24_21, "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_131, _s16_132, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_25, "\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_26, _s19_27, "credentials", "Credentials", "update_address", "Adresi G\xfcncelle", _s19_28, "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_133, "Vergi oran\u0131 ba\u015far\u0131yla olu\u015fturuldu", _s16_134, "Vergi oran\u0131 ba\u015far\u0131yla g\xfcncellendi", _s17_82, "Vergi oran\u0131 ba\u015far\u0131yla ar\u015fivlendi", _s16_135, _s29_10, _s17_83, _s30_7, _s18_62, _s38_8, _s17_84, _s37_5, _s18_63, _s38_9, "fill_products", "Otomatik doldurma \xfcr\xfcnleri", _s18_64, "Bir \xfcr\xfcn se\xe7mek a\xe7\u0131klama ve maliyeti otomatik olarak dolduracakt\u0131r", "update_products", "\xdcr\xfcnleri otomatik g\xfcncelle", _s20_44, "Faturay\u0131 g\xfcncellemek \xfcr\xfcn k\xfct\xfcphanesini otomatik olarak dolduracakt\u0131r.", _s16_136, _s16_137, _s21_47, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_138, _s16_139, _s19_29, "New Gateway", _s20_45, "Edit Gateway", _s23_23, _s28_17, _s23_24, _s28_18, _s24_22, _s29_11, _s23_25, _s28_19, _s24_23, _s29_12, _s25_30, _s37_6, _s24_24, _s36_4, _s25_31, _s37_7, _s16_140, _s16_141, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Devre D\u0131\u015f\u0131", "currency_format", "Currency Format", _s21_48, _s21_49, _s23_26, _s23_27, "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_65, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_30, _s19_31, _s17_85, _s17_86, _s19_32, _s19_33, _s18_66, _s18_67, _s18_68, _s18_69, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_20, "updated_group", _s26_21, "archived_groups", _s35_7, "deleted_groups", _s34_12, "restored_groups", _s35_8, "upload_logo", "Upload Logo", "uploaded_logo", _s26_22, "logo", "Logo", "saved_settings", _s27_24, _s16_142, "\xdcr\xfcn Ayarlar\u0131", "device_settings", "Device Settings", "defaults", "Varsay\u0131lanlar", "basic_settings", "Temel Ayarlar", _s17_87, "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_28, "\u015eablonlar & Hat\u0131rlatmalar", _s22_30, _s20_46, _s19_34, "Veri G\xf6rselle\u015ftirmeleri", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_25, _s28_20, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_36, _s19_37, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_32, _s25_33, _s24_25, _s24_26, _s33_14, _s77_, "i_agree_to_the", "I agree to the", _s21_79, _s16_203, _s19_54, "privacy policy", _s16_144, "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_70, _s18_71, _s21_51, _s34_13, "download", "\u0130ndir", _s27_26, _s27_44, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dok\xfcmanlar", "new_document", "New Document", "edit_document", "Edit Document", _s17_89, _s30_8, _s16_146, _s29_13, _s17_90, _s30_9, _s16_147, _s29_14, _s17_91, _s30_10, _s18_72, _s38_10, _s17_92, _s37_8, _s18_73, _s38_11, "no_history", "No History", "expense_date", "Gider Tarihi", "pending", "Beklemede", _s16_148, "Logged", _s16_149, "Pending", _s16_150, "Invoiced", "converted", "D\xf6n\xfc\u015ft\xfcr\xfcld\xfc", _s24_27, _s24_39, "exchange_rate", "D\xf6viz Kuru", _s16_151, _s16_222, "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_22, _s16_152, ":count sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendors", ":count sat\u0131c\u0131 ba\u015far\u0131yla silindi", _s16_153, _s36_5, "new_expense", "Gider Giri\u015fi", "created_expense", "Gider olu\u015fturuldu", "updated_expense", "Gider g\xfcncellendi", _s16_154, "Gider ba\u015far\u0131yla ar\u015fivlendi", "deleted_expense", "Gider ba\u015far\u0131yla silindi", _s16_155, _s29_16, _s17_93, "Giderler ba\u015far\u0131yla ar\u015fivlendi", _s16_156, "Giderler ba\u015far\u0131yla silindi", _s17_94, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_52, _s21_53, "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_34, "stopped_task", "G\xf6rev ba\u015far\u0131yla durduruldu", "resumed_task", _s25_36, "now", "\u015eimdi", _s16_157, _s16_158, "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_14, _s19_38, _s19_39, "budgeted_hours", "Budgeted Hours", "created_project", _s28_26, "updated_project", _s28_27, _s16_159, _s29_17, "deleted_project", _s28_28, _s16_160, _s29_18, _s17_95, _s37_16, _s16_161, _s36_10, _s17_96, _s37_10, "new_project", "New Project", _s27_30, _s28_29, "if_you_like_it", _s21_54, "click_here", "buraya t\u0131klay\u0131n", _s18_74, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_11, _s42_8, "locked", "Locked", "authenticate", "Authenticate", _s19_40, _s19_41, _s24_28, _s24_29, "footer", "Altbilgi", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s17_97, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_98, _s17_99, "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_162, _s16_163, "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", _s22_, _s22_0, _s20_47, _s20_48, "billing_address", "Fatura Adresi", _s16_164, _s16_165, "total_revenue", "Toplam Gelir", "average_invoice", "Ortalama Fatura", "outstanding", "\xd6denmemi\u015f", "invoices_sent", _s24_69, "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_166, _s16_167, _s23_29, _s23_30, _s26_25, _s26_26, _s21_55, _s21_56, _s26_27, _s26_28, "ascending", "Ascending", "descending", "Descending", "save", "Kaydet", _s17_100, _s17_101, "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_42, _s30_12, "error", "Hata", _s16_168, _s16_169, "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_170, "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_172, "\xdcr\xfcn ba\u015far\u0131yla ar\u015fivlendi", "deleted_product", _s28_32, _s16_173, _s29_20, _s17_102, _s37_17, _s16_174, _s36_11, _s17_103, _s37_11, "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_175, ":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_176, _s36_7, "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_177, "Fatura ba\u015far\u0131yla ar\u015fivlendi", "deleted_invoice", "Fatura ba\u015far\u0131yla silindi", _s16_178, "Fatura Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_104, ":count fatura ba\u015far\u0131yla ar\u015fivlendi", _s16_179, ":count fatura ba\u015far\u0131yla silindi", _s17_105, _s37_12, "emailed_invoice", "Fatura ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_payment", _s28_53, "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_180, _s16_181, "status", "Durum", _s17_106, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_55, "count_selected", ":count selected", "total", "Toplam", "percent", "Percent", "edit", "D\xfczenle", "dismiss", "Dismiss", _s20_49, _s20_50, _s22_34, _s22_35, _s24_30, _s24_31, "task_rate", "Task Rate", "settings", "Ayarlar", "language", "Dil", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Vergi", _s30_13, _s30_14, _s27_34, _s27_35, "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_36, _s35_9, _s22_37, _s35_10, _s23_31, _s36_8, _s23_32, _s36_9, "done", "Tamam", _s37_13, _s37_14, "dark_mode", "Karanl\u0131k Mod", _s27_36, _s35_11, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivite", _s16_182, _s16_183, "clone", "\xc7o\u011falt", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\xd6deme ko\u015fullar\u0131", "payment_date", "\xd6deme Tarihi", "payment_status", "Payment Status", _s16_184, "Pending", _s16_185, "Voided", _s16_186, "Failed", _s16_187, "Completed", _s16_188, _s18_36, _s16_189, "Refunded", _s17_107, "Unapplied", _s17_108, _s19_6, "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_57, "\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_190, "\xd6deme ba\u015far\u0131yla ar\u015fivlendi", "deleted_payment", "\xd6deme ba\u015far\u0131yla silindi", _s16_191, "\xd6deme Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_109, ":count \xf6deme ar\u015fivlendi", _s16_192, ":count \xf6deme silindi", _s17_110, _s37_15, "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_13, "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_, "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_4, "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_9, "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_5, "activity_40", _s64_, "activity_41", _s41_6, "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", _s28_54, "activity_49", _s27_45, "activity_50", _s27_46, "activity_51", _s26_36, "activity_52", _s30_23, "activity_53", _s32_7, "activity_54", _s29_38, "activity_55", _s31_14, "activity_56", _s27_47, "activity_57", _s39_3, "activity_58", _s31_9, "activity_59", _s32_6, "activity_60", _s28_46, "activity_61", _s28_49, "activity_62", _s28_50, "activity_63", _s61_3, "activity_64", _s62_, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_1, "activity_81", _s40_2, "activity_82", _s41_4, "activity_83", _s40_3, "activity_84", _s41_5, _s17_111, _s17_112, "emailed_quote", "Teklif ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_credit", _s27_48, _s20_51, _s33_15, _s21_59, _s34_15, "expired", "Expired", "all", "All", "select", "Se\xe7", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_75, _s18_76, _s24_35, _s24_36, _s29_31, _s29_32, _s27_41, _s27_42, _s31_10, _s31_11, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_43, _s19_44, _s19_45, _s19_46, _s22_40, _s22_41, _s22_42, _s22_43, _s21_60, _s21_61, _s21_62, _s21_63, _s21_64, _s21_65, _s21_66, _s21_67, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Fatura No Sayac\u0131", _s20_52, _s20_53, _s20_54, "Teklif No Sayac\u0131", _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_69, _s21_73, _s21_71, _s18_77, _s18_78, "counter_padding", "Counter Padding", _s28_51, _s28_55, _s18_79, _s18_80, _s18_81, _s18_82, _s18_83, _s18_84, _s18_85, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s21_74, _s21_75, _s19_47, _s19_48, _s21_76, _s21_77, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_193, _s16_194, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_195, "vendor_address1", "Vendor Street", "vendor_address2", _s16_196, _s24_37, _s22_52, _s24_38, _s25_42, "type", "T\xfcr", "invoice_amount", "Fatura Tutar\u0131", _s16_197, "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_113, _s18_41, _s17_114, _s18_42, _s17_115, _s18_43, _s17_116, _s18_44, "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_49, _s19_50, _s16_198, _s16_204, _s19_51, _s19_52, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", "color_theme", "Color Theme"], t1, t1)], t1, type$.legacy_Map_of_legacy_String_and_legacy_String); + return A.LinkedHashMap_LinkedHashMap$_literal(["en", A.LinkedHashMap_LinkedHashMap$_literal(["marked_credit_as_paid", "Successfully marked credit as paid", "marked_credits_as_paid", "Successfully marked credits as paid", "wait_for_loading", "Data loading - please wait for it to complete", "wait_for_saving", "Data saving - please wait for it to complete", "html_preview_warning", "Note: changes made here are only previewed, they must be applied in the tabs above to be saved", "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", ":user created recurring expense :recurring_expense", "activity_121", ":user updated recurring expense :recurring_expense", "activity_122", ":user archived recurring expense :recurring_expense", "activity_123", ":user deleted recurring expense :recurring_expense", "activity_124", ":user restored recurring expense :recurring_expense", "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "Giropay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Set Password", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "ACSS", "becs", "BECS", "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "View Expense", "view_statement", "View Statement", "sepa", "SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, "Gross Line Total", _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, "Clone to Expense", _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, "Successfully deleted recurring expense", _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net Subtotal", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", "Once the file is ready you'll receive an email with a download link", _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo Code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", "Resend Invite", _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "Enable Two Factor", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "Successfully refunded payment", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, _s18_25, _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_12, _s29_1, "select_file", "Select File", _s16_45, _s16_46, "csv_file", "CSV File", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, "Successfully updated task status", _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, "Successfully deleted expense category", _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, "Successfully archived expense :value categories", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, "The payment amount can not be negative", "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", "Track the expense has been paid to the vendor", _s18_33, "Should be Invoiced", _s23_8, "Enable the expense to be invoiced to your client", _s29_2, "Make the documents visible to clients", _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "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_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, _s17_39, _s18_36, _s18_37, _s21_32, _s21_33, _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, _s39_1, _s25_25, _s38_9, _s25_26, _s38_10, _s26_9, _s39_2, _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, "Support paying a minimum amount", "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Token Billing", _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, _s17_49, _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_30, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_12, "updated_token", _s26_13, "archived_token", _s27_18, "deleted_token", _s26_14, "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use Default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", "Login with email", "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, "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_69, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "Custom 1", "custom2", "Custom 2", "custom3", "Custom 3", "custom4", "Custom 4", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_19, "Warning: This will permanently delete your account [:company], there is no undo", "delete_company", "Delete Company", _s22_20, "Warning: This will permanently delete your company [:company], there is no undo", "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, _s16_82, "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "New Credit", "edit_credit", "Edit Credit", "created_credit", _s27_24, "updated_credit", _s27_25, "archived_credit", _s28_17, "deleted_credit", _s27_26, "removed_credit", _s27_27, "restored_credit", _s28_18, _s16_83, "Successfully archived :value credits", "deleted_credits", "Successfully deleted :value credits", _s16_84, _s36_5, "current_version", "Current Version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "Learn More", "integrations", "Integrations", "tracking_id", "Tracking ID", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Message", "from", "From", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, "Ensure client fee matches the gateway fee", _s18_57, _s18_58, "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_43, "Password must be at least 8 character long", _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "No client selected", "configure_rates", "Configure Rates", _s18_60, _s18_61, "tax_settings", "Tax Settings", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, "Recover Password", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Schedule", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Quote Email", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_33, "updated_user", _s25_34, "archived_user", _s26_21, "deleted_user", _s25_35, "removed_user", _s25_36, "restored_user", _s26_22, "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, _s16_135, "invoice_options", "Invoice Options", _s17_77, _s17_78, _s22_27, _s87_, _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show Header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "Three Months", _s16_138, "Four Months", "freq_six_months", "Six Months", "freq_annually", "Annually", "freq_two_years", "Two Years", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, _s17_83, "charge_taxes", "Charge Taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, "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_24, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Update Address", _s19_32, _s45_1, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit Tax Rate", _s16_145, _s29_8, _s16_146, _s29_9, _s17_89, "Successfully archived tax rate", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Fill Products", _s18_71, _s71_, "update_products", "Update Products", _s20_47, _s65_0, _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, _s16_155, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_94, _s17_95, "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_29, _s21_57, _s22_30, _s20_49, _s19_38, _s19_39, "price", "Price", "email_sign_up", "Sign up with email", "google_sign_up", "Sign up with Google", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, _s16_157, "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_77, _s18_78, _s21_58, _s34_13, "download", "Download", _s27_34, "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_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Converted", _s24_30, "Add Documents to Invoice", "exchange_rate", "Exchange Rate", _s16_163, "Convert Currency", "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_35, "updated_vendor", _s27_36, "archived_vendor", _s28_25, "deleted_vendor", _s27_37, "restored_vendor", _s28_26, _s16_164, "Successfully archived :value vendors", "deleted_vendors", "Successfully deleted :value vendors", _s16_165, _s36_7, "new_expense", "New Expense", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, "Successfully archived :value expenses", _s16_168, "Successfully deleted :value expenses", _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_8, "start", "Start", "stop", "Stop", "started_task", _s25_45, "stopped_task", _s25_46, "resumed_task", _s25_47, "now", "Now", _s16_169, _s16_170, "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_48, "updated_task", _s25_49, "archived_task", _s26_27, "deleted_task", _s25_50, "restored_task", _s26_28, "archived_tasks", "Successfully archived :value tasks", "deleted_tasks", "Successfully deleted :value tasks", "restored_tasks", _s34_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, "Successfully archived :value projects", _s16_173, "Successfully deleted :value projects", _s17_103, _s37_10, "new_project", "New Project", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "click here", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "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_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Billing Address", _s16_176, _s16_177, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_34, "updated_product", _s28_35, _s16_184, _s29_19, "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, "Successfully archived :value products", _s16_186, "Successfully deleted :value products", _s17_109, _s37_11, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Client", "clients", "Clients", "new_client", "New Client", "created_client", _s27_39, "updated_client", _s27_40, "archived_client", _s28_37, _s16_187, "Successfully archived :value clients", "deleted_client", _s27_41, "deleted_clients", "Successfully deleted :value clients", "restored_client", _s28_38, _s16_188, _s36_9, "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_39, "updated_invoice", _s28_40, _s16_189, _s29_21, "deleted_invoice", _s28_41, _s16_190, _s29_22, _s17_110, "Successfully archived :value invoices", _s16_191, "Successfully deleted :value invoices", _s17_111, _s37_12, "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_192, _s16_193, "status", "Status", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, "Click \u25b6 to add time", "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial", "paid", "Paid", "mark_sent", "Mark Sent", _s22_36, _s35_11, _s22_37, "Successfully marked invoice as paid", _s23_32, _s36_10, _s23_33, "Successfully marked invoices as paid", "done", "Done", _s37_13, _s37_14, "dark_mode", "Dark Mode", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_194, _s16_195, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_196, "Pending", _s16_197, "Cancelled", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_13, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_64, _s21_65, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_42, "updated_payment", _s28_43, _s16_202, _s29_23, "deleted_payment", _s28_44, _s16_203, _s29_24, _s17_115, "Successfully archived :value payments", _s16_204, "Successfully deleted :value payments", _s17_116, _s37_15, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_33, "updated_quote", _s26_34, "archived_quote", _s27_45, "deleted_quote", _s26_35, "restored_quote", _s27_46, "archived_quotes", "Successfully archived :value quotes", "deleted_quotes", "Successfully deleted :value quotes", "restored_quotes", _s35_14, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_45, "activity_2", _s29_25, "activity_3", _s28_46, "activity_4", _s30_16, "activity_5", _s30_17, "activity_6", ":user emailed invoice :invoice to :client", "activity_7", ":contact viewed invoice :invoice", "activity_8", _s31_6, "activity_9", _s30_18, "activity_10", ":contact entered payment :payment for invoice :invoice", "activity_11", _s30_19, "activity_12", _s31_7, "activity_13", _s30_20, "activity_14", _s28_47, "activity_15", _s28_48, "activity_16", _s29_26, "activity_17", _s28_49, "activity_18", _s26_36, "activity_19", _s26_37, "activity_20", ":user emailed quote :quote to :client", "activity_21", _s28_50, "activity_22", _s27_47, "activity_23", _s26_38, "activity_24", _s27_48, "activity_25", _s31_8, "activity_26", _s29_27, "activity_27", _s31_9, "activity_28", _s29_28, "activity_29", ":contact approved quote :quote", "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", _s30_21, "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", ":user cancelled payment :payment", "activity_40", ":user refunded payment :payment", "activity_41", "Payment :payment failed", "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "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_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "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_117, _s17_118, "emailed_quote", "Successfully queued quote to be sent", "emailed_credit", "Successfully queued credit to be sent", _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "All", "select", "Select", _s22_38, _s22_39, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_55, _s20_56, _s20_57, _s20_58, _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, "Shared Invoice/Quote Counter", _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Type", "invoice_amount", "Invoice Amount", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, "Category", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "sq", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Vendos Fjal\xebkalim", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Shiko # :expense t\xeb shpenzimit", "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sistem", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importo t\xeb dh\xebna", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "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_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Siguria", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "Pages\xeb e rimbursuar", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, "Ktheje Ofert\xebn n\xeb Fatur\xeb", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Faturo detyr\xebn", "invoice_expense", "Fatur\xeb shpenzimesh", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Kolona", "sample", "Shembull", "map_to", "Map To", "import", "Importo", _s25_12, _s29_1, "select_file", "Ju lutem zgjedhni nj\xeb fajll", _s16_45, _s16_46, "csv_file", "Skedar CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "Kategorit\xeb e shpenzimeve", _s20_23, "Kategori e re e shpenzimeve", _s21_25, _s21_26, _s24_14, "Kategoria e shpenzimeve \xebsht\xeb krijuar me sukses", _s24_15, "\xcbsht\xeb perditesuar me sukses kategoria e shpenzimeve", _s25_16, "Kategoria e shpenzimeve \xebsht\xeb arkivuar me sukses", _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, "Kategoria e shpenzimeve \xebsht\xeb rikthyer me sukses", _s27_14, ":count kategori t\xeb shpenzimeve jan\xeb arkivuar me sukses", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "Duhet t\xeb faturohet", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Fatur\xeb e p\xebrs\xebritshme", _s18_36, "Fatura t\xeb p\xebrs\xebritshme", _s21_32, "Fatur\xeb e re e p\xebrs\xebritshme", _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Faturat e p\xebrs\xebritshme jan\xeb arkivuar me sukses", _s25_25, "Faturat e p\xebrs\xebritshme jan\xeb fshir\xeb me sukses", _s25_26, _s38_10, _s26_9, "Faturat e p\xebrs\xebritshme jan\xeb rikthyer me sukses", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "Shiko portalin", "copy_link", "Copy Link", "token_billing", "Ruaj detajet e pages\xebs", _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Faturat e ardhshme", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Token\xebt", "api_docs", "API Docs", "search_tokens", _s20_30, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token\xebt", "new_token", "New Token", "edit_token", "Edito Tokenin", "created_token", _s29_38, "updated_token", "Tokeni \xebsht\xeb perditesuar me sukses", "archived_token", "Tokeni \xebsht\xeb arkivuar me sukses", "deleted_token", _s29_38, "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "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_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Emri i Kontaktit", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, "Edito kushtet e pages\xebs", _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Rimburso pages\xebn", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, "Qytet/Shtet/Poste", _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_57, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "Fshi llogarin\xeb", _s22_19, "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_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, _s16_82, "recurring_tasks", "Recurring Tasks", _s18_46, "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_25, "archived_credit", "Krediti \xebsht\xeb arkivuar me sukses", "deleted_credit", "Krediti \xebsht\xeb fshir\xeb me sukses", "removed_credit", _s27_27, "restored_credit", "Krediti \xebsht\xeb rikhyer me sukses", _s16_83, ":count kredite jan\xeb arkivuar me sukses", "deleted_credits", ":kredi jan\xeb fshir\xeb me sukses", _s16_84, _s36_5, "current_version", "Versioni aktual", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "M\xebso m\xeb shum\xeb", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Kompani e re", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "ID e klientit", "assigned_to", "Assigned to", "created_by", _s16_218, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Mesazhi", "from", "Nga", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "P\xebrdorues", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "Ju lutem zgjedhni nj\xeb klient", "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Rregullimet e Taksave", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Kalo", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, "Riktheni fjal\xebkalimin tuaj", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Orari", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "Emaili i Fatur\xebs", "payment_email", "Emaili i Pages\xebs", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Emaili i Ofert\xebs", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, "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_33, "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_36, "restored_user", "P\xebrdoruesi \xebsht\xeb rikthyer me sukses", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "Rregullimet Gjenerale", "invoice_options", "Opsionet e fatur\xebs", _s17_77, "Fshihe Paguar deri m\xeb tash", _s22_27, 'Shfaqni "Paguar deri m\xeb tash" n\xeb faturat tuaja pasi t\xeb jet\xeb pranuar pagesa.', _s23_18, "Dokumentet e lidhura", _s28_19, "Vendos fotografin\xeb n\xeb fatur\xeb.", _s16_136, "Shfaqe Header", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, "Automatikisht konverto ofert\xebn n\xeb fatur\xeb kur pranohet nga klienti.", _s17_79, _s17_80, "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_81, "Tre mujore", _s16_138, "Four months", "freq_six_months", "Gjasht\xeb mujore", "freq_annually", "Vjetore", "freq_two_years", "Two years", _s16_139, "Three Years", "never", "Asnj\xebher\xeb", "company", "Company", _s17_82, _s17_83, "charge_taxes", "Vendos taksat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, "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_24, "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_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Perditeso Adres\xebn", _s19_32, "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_145, "Norma e taks\xebs \xebsht\xeb krijuar me sukses", _s16_146, "Norma e taks\xebs \xebsht\xeb perditesuar me sukses", _s17_89, "Norma e taks\xebs \xebsht\xeb arkivuar me sukses", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Plot\xebso-automatikisht produktet", _s18_71, "Duke zgjedhur produktin, automatikisht do t\xeb plot\xebsohen fill in the description and cost", "update_products", "Perditeso-automatikisht produktet", _s20_47, "Perditesimi i fatur\xebs automatikisht do t\xeb perditesoje librarine e produktit", _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "E \xe7'aktivizuar", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, "Rregullimi i Produktit", "device_settings", "Device Settings", "defaults", "T\xeb paracaktuara", "basic_settings", "Rregullimet bazike", _s17_94, "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_29, "Shabllonet & P\xebrkujtueset", _s22_30, _s20_49, _s19_38, "Vizualizimi i t\xeb dh\xebnave", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "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_77, _s18_78, _s21_58, _s34_13, "download", "Shkarko", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumente", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Data e shpenzimit", "pending", "N\xeb pritje", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Konvertuar", _s24_30, _s24_42, "exchange_rate", "Kursi i k\xebmbimit", _s16_163, "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_164, ":counts kompani jan\xeb arkivuar me sukses", "deleted_vendors", ":count kompani jan\xeb fshir\xeb me sukses", _s16_165, _s36_7, "new_expense", "Enter Expense", "created_expense", "Shpenzimi \xebsht\xeb krijuar me sukses", "updated_expense", "Shpenzimi \xebsht\xeb perditesuar me sukses", _s16_166, "Shpenzimi \xebsht\xeb arkivuar me sukses", "deleted_expense", "Shpenzimi \xebsht\xeb fshir\xeb me sukses", _s16_167, "Shpenzimet jan\xeb rikthyer me sukses", _s17_100, "Shpenzimet jan\xeb arkivuar me sukses", _s16_168, "Shpenzimet jan\xeb fshir\xeb me sukses", _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "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_45, "stopped_task", "Detyra \xebsht\xeb ndaluar me sukses", "resumed_task", _s25_47, "now", "Tash", _s16_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "New Project", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "kliko k\xebtu", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Custom Range", "date_range", "Shtrirja e Dates", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Adresa e faturimit", _s16_176, _s16_177, "total_revenue", "Totali i Qarkullimit", "average_invoice", "Mesatarja e fatur\xebs", "outstanding", "Pa paguar1", "invoices_sent", _s20_59, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Ruaj", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "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_184, "Produkti \xebsht\xeb arkivuar me sukses", "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "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_187, ":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_188, _s36_9, "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_189, "Fatura \xebsht\xeb arkivuar me sukses", "deleted_invoice", "Fatura \xebsht\xeb fshir\xeb me sukses", _s16_190, "Fatura \xebsht\xeb rikthyer me sukses", _s17_110, ":count fatura jan\xeb arkivuar me sukes", _s16_191, ":count fatura jan\xeb fshir\xeb me sukses", _s17_111, _s37_12, "emailed_invoice", "Fatura \xebsht\xeb d\xebrguar me sukses me email", "emailed_payment", _s28_57, "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_192, _s16_193, "status", "Statusi", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Totali", "percent", "Percent", "edit", "Edito", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "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_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "P\xebrfundo", _s37_13, _s37_14, "dark_mode", "Modeli i err\xebt", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktiviteti", _s16_194, _s16_195, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_64, "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_202, "Pagesa \xebsht\xeb arkivuar me sukses", "deleted_payment", "Pagesa \xebsht\xeb fshir\xeb me sukses", _s16_203, "Pagesa \xebsht\xeb rikthyer me sukses", _s17_115, ":count pagesa jan\xeb arkivuar me sukses", _s16_204, ":count pagesa jan\xeb fshir\xeb me sukses", _s17_116, _s37_15, "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_14, "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_0, "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_5, "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_11, "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", ":user ka krijuar shpeznim :expense", "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", ":payment_amount payment (:payment) ka d\xebshtuar", "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", "Oferta \xebsht\xeb d\xebrguar me sukses me email", "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Skaduar", "all", "T\xeb gjitha", "select", "Selekto", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Numruesi i numrit t\xeb fatur\xebs", _s20_55, _s20_56, _s20_57, "Numruesi i numrit t\xeb ofert\xebs", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Shkruaj", "invoice_amount", "Shuma e fatur\xebs", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "ar", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Set Password", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "\u0635\u0627\u0641\u064a", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "\u0647\u0630\u0627 \u0627\u0644\u0631\u0628\u0639", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, "\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_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _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_27, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "\u0639\u0645\u0648\u062f", "sample", "\u0639\u064a\u0646\u0629", "map_to", "Map To", "import", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f", _s25_12, _s29_1, "select_file", "\u064a\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0644\u0641", _s16_45, _s16_46, "csv_file", "\u0645\u0644\u0641 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", _s24_11, "\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_6, "\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_13, _s48_0, "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_31, _s17_32, "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_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0627\u0645", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "\u062e\u064a\u0627\u0631 \u0627\u0644\u0639\u0631\u0636", _s22_9, _s50_4, "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_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_101, _s23_8, "\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0644\u062a\u062a\u0645 \u0641\u0648\u062a\u0631\u062a\u0647\u0627", _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "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_34, _s17_35, "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_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "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_10, "\u0623\u0648\u0644 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s21_30, "\u0622\u062e\u0631 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, _s17_39, _s18_36, _s16_221, _s21_32, _s21_33, _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, _s39_1, _s25_25, _s38_9, _s25_26, _s38_10, _s26_9, _s39_2, _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "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_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s17_40, _s17_41, "failure", "\u0641\u0634\u0644", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "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_126, _s24_20, "\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_40, "\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_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644", _s20_26, _s20_27, _s20_28, _s20_29, "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_42, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_44, "\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_46, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_48, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_30, "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_12, "updated_token", _s26_13, "archived_token", _s27_18, "deleted_token", _s26_14, "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_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", _s24_22, _s45_0, _s21_34, _s19_22, "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_31, "\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_63, "\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_65, _s17_55, "number_of_days", "\u0639\u062f\u062f \u0627\u0644\u0623\u064a\u0627\u0645", _s23_11, "\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_66, "\u0634\u0631\u0637 \u062f\u0641\u0639 \u062c\u062f\u064a\u062f", _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, "\u062a\u0645 \u062d\u0630\u0641 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_35, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s21_36, "\u062a\u0645 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "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_13, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u062c\u0648\u0627\u0644", _s24_23, "\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_42, _s18_43, _s16_68, "\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_69, "\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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_44, "\u0641\u0648\u0627\u062a\u064a\u0631 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_57, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, _s16_221, "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "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_25, "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_27, "restored_credit", _s28_18, _s16_83, "\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_84, _s36_5, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "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_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_218, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "\u0631\u0633\u0627\u0644\u0629", "from", "From", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Tax Settings", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, _s21_86, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Schedule", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Quote Email", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _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_33, "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_21, "deleted_user", _s25_35, "removed_user", _s25_36, "restored_user", _s26_22, "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "\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_77, "\u0627\u062e\u0641\u0627\u0621 \u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0629 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", _s22_27, "\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_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show Header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "Three months", _s16_138, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, _s17_83, "charge_taxes", "\u0641\u0631\u0636 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u0645\u0639 \u062a\u062d\u064a\u0627\u062a\u064a\u060c", _s24_24, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Update Address", _s19_32, _s45_1, "rate", "\u0645\u0639\u062f\u0644", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_145, _s29_8, _s16_146, _s29_9, _s17_89, _s34_16, _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", _s18_102, _s18_71, _s71_, "update_products", _s20_60, _s20_47, _s65_0, _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, "\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_94, "\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_29, _s21_57, _s22_30, _s20_49, _s19_38, _s19_39, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "\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_77, _s18_78, _s21_58, _s34_13, "download", "\u062a\u062d\u0645\u064a\u0644", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Converted", _s24_30, _s24_42, "exchange_rate", "Exchange Rate", _s16_163, _s16_222, "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_26, _s16_164, "\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_165, _s36_7, "new_expense", "Enter Expense", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, _s30_25, _s16_168, _s29_40, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_8, "start", "Start", "stop", "Stop", "started_task", _s25_45, "stopped_task", _s25_46, "resumed_task", _s25_47, "now", "Now", _s16_169, _s16_170, "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_48, "updated_task", _s25_49, "archived_task", _s26_27, "deleted_task", _s25_50, "restored_task", _s26_28, "archived_tasks", _s34_17, "deleted_tasks", _s33_20, "restored_tasks", _s34_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "New Project", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "click here", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Billing Address", _s16_176, _s16_177, "total_revenue", "Total Revenue", "average_invoice", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "outstanding", "Outstanding", "invoices_sent", _s20_59, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "\u062d\u0641\u0638", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "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_184, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "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_187, "\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_38, _s16_188, _s36_9, "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_189, "\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_190, _s29_22, _s17_110, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s16_191, "\u062a\u0645 \u062d\u0630\u0641 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s17_111, _s37_12, "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_57, "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_192, _s16_193, "status", "\u0627\u0644\u062d\u0627\u0644\u0629", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639", "percent", "Percent", "edit", "\u062a\u0639\u062f\u064a\u0644", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_36, _s35_11, _s22_37, "\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0643\u0645\u0631\u0633\u0644\u0629", _s23_32, _s36_10, _s23_33, "\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_13, _s37_14, "dark_mode", "Dark Mode", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0646\u0634\u0627\u0637", _s16_194, _s16_195, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_13, "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_64, "\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_43, _s16_202, "\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_203, _s29_24, _s17_115, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s16_204, "\u062a\u0645 \u062d\u0630\u0641 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s17_116, _s37_15, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_33, "updated_quote", _s26_34, "archived_quote", _s27_45, "deleted_quote", _s26_35, "restored_quote", _s27_46, "archived_quotes", _s35_15, "deleted_quotes", _s34_18, "restored_quotes", _s35_14, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_45, "activity_2", _s29_25, "activity_3", _s28_46, "activity_4", _s30_16, "activity_5", _s30_17, "activity_6", _s54_0, "activity_7", _s44_0, "activity_8", _s31_6, "activity_9", _s30_18, "activity_10", _s85_0, "activity_11", _s30_19, "activity_12", _s31_7, "activity_13", _s30_20, "activity_14", _s28_47, "activity_15", _s28_48, "activity_16", _s29_26, "activity_17", _s28_49, "activity_18", _s26_36, "activity_19", _s26_37, "activity_20", _s50_5, "activity_21", _s28_50, "activity_22", _s27_47, "activity_23", _s26_38, "activity_24", _s27_48, "activity_25", _s31_8, "activity_26", _s29_27, "activity_27", _s31_9, "activity_28", _s29_28, "activity_29", _s42_11, "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", _s30_21, "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", ":contact \u0634\u0627\u0647\u062f \u0627\u0644\u0639\u0631\u0636 :quote", "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", _s26_41, "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "All", "select", "\u0627\u062e\u062a\u064a\u0627\u0631", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "\u0642\u0641\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_55, _s20_56, _s20_57, _s20_58, _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "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_205, _s16_206, "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_208, _s24_40, "\u0634\u0627\u0631\u0639 \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", _s24_41, "\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_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, "\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_98, _s18_99, _s16_211, _s16_212], t1, t1), "zh_TW", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "\u8a2d\u5b9a\u5bc6\u78bc", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "\u6aa2\u8996\u652f\u51fa # :expense", "view_statement", "\u6aa2\u8996\u8ca1\u52d9\u5831\u8868", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "\u7cfb\u7d71", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "\u6309\u7167\u59d3\u540d", _s16_6, _s16_214, _s17_4, "\u9031\u671f\u6027\u652f\u51fa", _s18_4, "\u9031\u671f\u6027\u652f\u51fa", _s21_1, "\u65b0\u7684\u9031\u671f\u6027\u652f\u51fa", _s22_, "\u7de8\u8f2f\u9031\u671f\u6027\u652f\u51fa", _s25_, "\u5efa\u7acb\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_0, "\u66f4\u65b0\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s26_, "\u6b78\u6a94\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, "\u5fa9\u539f\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, "Googlezp \u5206\u6790", _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "\u4f7f\u7528\u8005\u6307\u5357", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "\u6de8", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u532f\u5165\u8cc7\u6599", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "\u806f\u7d61\u4eba\u540d\u5b57", _s17_8, "\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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "\u5b89\u5168", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u8a02\u95b1", _s16_24, _s16_25, _s17_14, "\u7de8\u8f2f\u8a02\u95b1\u8cc7\u6599", _s20_4, "\u5efa\u7acb\u8a02\u95b1\u6210\u529f", _s20_5, "\u66f4\u65b0\u8a02\u95b1\u6210\u529f", _s21_13, "\u6b78\u6a94\u8a02\u95b1\u8cc7\u6599\u6210\u529f", _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", "\u91cd\u5bc4\u9080\u8acb\u51fd", _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "\u5df2\u9000\u56de", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, "\u4f7f\u7528 :link \u76f8\u5bb9\u7684 App \u6383\u63cf\u689d\u78bc\u3002", _s18_21, "\u555f\u7528\u5169\u6b65\u9a5f\u9a57\u8b49\u6210\u529f", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "\u5169\u6b65\u9a5f\u9a57\u8b49", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "\u5df2\u9000\u6b3e\u7684\u4ed8\u6b3e", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, "\u8f49\u63db\u81f3\u767c\u7968", _s16_37, _s16_38, "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_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, "\u8f49\u63db\u7684\u91d1\u984d", _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "\u9810\u8a2d\u7684\u6587\u4ef6", "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "\u6b04", "sample", "\u6a23\u672c", "map_to", "Map To", "import", "\u532f\u5165", _s25_12, _s29_1, "select_file", "\u8acb\u9078\u64c7\u4e00\u500b\u6a94\u6848", _s16_45, _s16_46, "csv_file", "CSV \u6a94\u6848", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, "\u66f4\u65b0\u5de5\u4f5c\u72c0\u614b\u6210\u529f", _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "\u652f\u51fa\u985e\u5225", _s20_23, "\u65b0\u7684\u652f\u51fa\u985e\u5225", _s21_25, _s21_26, _s24_14, "\u6210\u529f\u5efa\u7acb\u652f\u51fa\u985e\u5225", _s24_15, "\u66f4\u65b0\u652f\u51fa\u985e\u5225\u6210\u529f", _s25_16, "\u6b78\u6a94\u652f\u51fa\u985e\u5225\u6210\u529f", _s24_16, "\u522a\u9664\u985e\u5225\u6210\u529f", _s24_17, _s37_2, _s25_17, "\u5fa9\u539f\u652f\u51fa\u985e\u5225\u6210\u529f", _s27_14, "\u6b78\u6a94 :count \u9805\u652f\u51fa\u985e\u5225\u6210\u529f", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "\u61c9\u70ba\u6b64\u958b\u7acb\u767c\u7968", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u6a19\u8a18\u4f7f\u7528\u4e2d", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "\u9031\u671f\u6027\u767c\u7968", _s18_36, "\u9031\u671f\u6027\u767c\u7968", _s21_32, "\u65b0\u7684\u9031\u671f\u6027\u767c\u7968", _s22_12, "\u7de8\u8f2f\u9031\u671f\u6027\u767c\u7968", _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "\u6b78\u6a94\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_25, "\u522a\u9664\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_26, _s38_10, _s26_9, "\u5fa9\u539f\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "\u5229\u6f64", "line_item", "\u55ae\u5217\u54c1\u9805", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "\u5df2\u958b\u555f", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "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_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "\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_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "\u5373\u5c07\u5230\u671f\u7684\u767c\u7968", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API \u7684\u5b89\u5168\u4ee3\u78bc", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "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_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "\u806f\u7d61\u4eba\u59d3\u540d", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, "\u7de8\u8f2f\u4ed8\u6b3e\u689d\u4ef6", _s20_32, "\u5efa\u7acb\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_33, "\u66f4\u65b0\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s21_35, "\u6b78\u6a94\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "\u5df2\u9000\u6b3e\u7684\u652f\u4ed8", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "\u5168\u540d", _s17_62, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", _s17_64, "\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_76, "\u6e05\u9664\u516c\u53f8\u8cc7\u6599\u6210\u529f", _s18_45, "\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_28, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "\u5957\u7528\u6388\u6b0a", "cancel_account", "\u522a\u9664\u5e33\u6236", _s22_19, "\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_20, "\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_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "\u63d0\u6848", "tickets", "\u7968\u8b49", _s16_81, "\u9031\u671f\u6027\u5831\u50f9\u55ae", "recurring_tasks", "Recurring Tasks", _s18_46, "\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_27, "restored_credit", "\u5fa9\u539f\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_83, "\u6b78\u6a94 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credits", "\u522a\u9664 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_84, _s36_5, "current_version", "\u76ee\u524d\u7248\u672c", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "\u77ad\u89e3\u66f4\u591a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u7684\u516c\u53f8\u8cc7\u6599", "added_company", _s26_17, "company1", "\u81ea\u8a02\u516c\u53f81", "company2", "\u81ea\u8a02\u516c\u53f82", "company3", "\u81ea\u8a02\u516c\u53f83", "company4", "\u81ea\u8a02\u516c\u53f84", "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "\u806f\u7d61\u4eba\u96fb\u8a71", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "\u9001\u8ca8\u5730\u5740\u4e4b\u8857\u9053", _s17_71, "\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_36, "\u9001\u8ca8\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", _s16_115, "\u9001\u8ca8\u5730\u5740\u4e4b\u570b\u5bb6", _s16_117, "\u5e33\u55ae\u5730\u5740\u4e4b\u8857/\u8def", _s16_118, "\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_23, "\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_119, "\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_42, _s35_8, _s30_5, _s63_, "message", "\u8a0a\u606f", "from", "\u5f9e", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, "\u8abf\u6574\u767e\u5206\u6bd4\u4ee5\u8a08\u5165\u8cbb\u7528", _s18_57, _s18_58, "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_43, "\u5bc6\u78bc\u592a\u77ed", _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "\u4f7f\u7528\u8005", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "\u7a05\u984d\u8a2d\u5b9a", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "\u9078\u9805", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "\u63d0\u4ea4", _s16_127, "\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_128, "\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_64, "\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_51, _s21_52, "quote_email", "\u5831\u50f9\u55ae\u96fb\u5b50\u90f5\u4ef6", _s16_130, "\u4e0d\u7d42\u6b62\u7684\u63d0\u9192\u51fd", _s16_132, "\u4f9d\u4f7f\u7528\u8005\u7be9\u9078", "administrator", "\u7ba1\u7406\u8005", _s18_65, "\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_36, "restored_user", "\u5fa9\u539f\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u767c\u7968\u9078\u9805", _s17_77, "\u96b1\u85cf\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d", _s22_27, "\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_18, "\u5d4c\u5165\u7684\u6587\u4ef6", _s28_19, "\u5728\u767c\u7968\u4e0a\u9644\u52a0\u5716\u7247\u3002", _s16_136, "\u986f\u793a\u9801\u9996\u65bc", _s16_137, "\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_66, "\u81ea\u52d5\u96fb\u5b50\u90f5\u4ef6", _s23_19, "\u9031\u671f\u6027\u767c\u7968\u5efa\u7acb\u5f8c\uff0c\u81ea\u52d5\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u3002", _s20_45, "\u81ea\u52d5\u6b78\u6a94", _s25_37, "\u767c\u7968\u5df2\u4ed8\u6b3e\u5f8c\uff0c\u81ea\u52d5\u5c07\u5b83\u5011\u6b78\u6a94\u3002", _s18_67, "\u81ea\u52d5\u6b78\u6a94", _s23_20, "\u5831\u50f9\u55ae\u8f49\u63db\u5f8c\uff0c\u81ea\u52d5\u5c07\u5b83\u5011\u6b78\u6a94\u3002", _s18_68, "\u81ea\u52d5\u8f49\u63db", _s23_21, "\u5728\u7528\u6236\u6838\u51c6\u5f8c\u81ea\u52d5\u5c07\u5831\u50f9\u55ae\u8f49\u63db\u70ba\u767c\u7968\u3002", _s17_79, "\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_81, "\u4e09\u500b\u6708", _s16_138, "\u56db\u500b\u6708", "freq_six_months", "\u516d\u500b\u6708", "freq_annually", "Annually", "freq_two_years", "\u5169\u5e74", _s16_139, "Three Years", "never", "\u6c38\u4e0d", "company", "\u516c\u53f8", _s17_82, "\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_140, "\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_84, "\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_86, "\u81ea\u8a02 JavaScript", _s16_142, "\u5728 PDF \u6a94\u6848\u4e0a\u986f\u793a", _s21_53, "\u5728\u767c\u7968/\u5831\u50f9\u55ae PDF \u986f\u793a\u7528\u6236\u7c3d\u540d\u3002", _s25_38, "\u767c\u7968\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s30_6, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u767c\u7968\u689d\u6b3e\u3002", _s23_22, "\u5831\u50f9\u55ae\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s28_20, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u5831\u50f9\u689d\u6b3e\u3002", _s25_39, "\u767c\u7968\u7c3d\u540d", _s30_7, "\u8981\u6c42\u7528\u6236\u63d0\u4f9b\u5176\u7c3d\u540d\u3002", _s23_23, "\u5831\u50f9\u55ae\u7c3d\u540d", _s22_29, "\u7528\u4ee5\u4fdd\u8b77\u767c\u7968\u7684\u5bc6\u78bc", _s27_29, "\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_24, "\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_143, "\u9644\u52a0\u6587\u4ef6", "attach_ubl", "\u9644\u52a0 UBL", "email_style", "\u96fb\u5b50\u90f5\u4ef6\u6a23\u5f0f", _s19_29, "\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_30, "\u63a5\u53d7\u7684\u5361\u7247\u6a19\u8a8c", "credentials", "\u8a8d\u8b49", "update_address", "\u66f4\u65b0\u5730\u5740", _s19_32, "\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_145, "\u5df2\u6210\u529f\u5730\u5efa\u7acb\u7a05\u7387", _s16_146, "\u66f4\u65b0\u7a05\u7387\u6210\u529f", _s17_89, "\u6b78\u6a94\u7a05\u7387\u8cc7\u6599\u6210\u529f", _s16_147, "\u6210\u529f\u522a\u9664\u7a05\u7387", _s17_90, "\u6210\u529f\u6062\u5fa9\u7a05\u7387", _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "\u81ea\u52d5\u586b\u5165\u4e4b\u7522\u54c1\u9805\u76ee", _s18_71, "\u9078\u64c7\u7522\u54c1\u5c07\u81ea\u52d5\u586b\u5beb\u63cf\u8ff0\u548c\u6210\u672c", "update_products", "\u81ea\u52d5\u66f4\u65b0\u7522\u54c1", _s20_47, "\u66f4\u65b0\u767c\u7968\u6642\u6703\u81ea\u52d5 \u66f4\u65b0\u7522\u54c1\u8cc7\u6599\u5eab", _s16_148, "\u8f49\u63db\u7522\u54c1", _s21_54, "\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_150, "\u4ed8\u6b3e\u9598\u9053", _s19_33, "\u65b0\u589e\u9598\u9053", _s20_48, "\u7de8\u8f2f\u9598\u9053", _s23_24, "\u5efa\u7acb\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_25, "\u66f4\u65b0\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_25, "\u5c01\u5b58\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_26, "\u522a\u9664\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_26, "\u5fa9\u539f\u9598\u9053\u6210\u529f", _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, "\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_55, "\u6bcf\u661f\u671f\u7684\u7b2c\u4e00\u5929", _s23_27, "\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_72, "24 Hour Display", "send_reminders", "\u50b3\u9001\u63d0\u9192", "timezone", "\u6642\u5340", _s19_34, _s19_35, _s17_92, "\u4f9d\u7fa4\u7d44\u7be9\u9078", _s19_36, "\u4f9d\u767c\u7968\u7be9\u9078", _s18_73, "\u4f9d\u7528\u6236\u7aef\u7be9\u9078", _s18_75, "\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_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "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_154, "\u7522\u54c1\u8a2d\u5b9a", "device_settings", "\u88dd\u7f6e\u8a2d\u5b9a", "defaults", "\u9810\u8a2d\u503c", "basic_settings", "\u57fa\u672c\u8a2d\u5b9a", _s17_94, "\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_29, "\u7bc4\u672c\u8207\u63d0\u9192", _s22_30, "\u4fe1\u7528\u5361 & \u9280\u884c", _s19_38, "\u8cc7\u6599\u8996\u89ba\u5316", "price", "\u50f9\u683c", "email_sign_up", "\u96fb\u5b50\u90f5\u4ef6\u8a3b\u518a", "google_sign_up", "Google \u8a3b\u518a", _s27_33, "\u611f\u8b1d\u60a8\u7684\u8cfc\u8cb7!", "redeem", "\u514c\u63db", "back", "\u8fd4\u56de", "past_purchases", "\u904e\u53bb\u8cfc\u8cb7", _s19_40, "\u5e74\u5ea6\u8a02\u95b1", "pro_plan", "\u5c08\u696d\u65b9\u6848", "enterprise_plan", "\u4f01\u696d\u65b9\u6848", "count_users", ":count users", "upgrade", "\u5347\u7d1a", _s25_43, "\u8acb\u8f38\u5165\u540d\u5b57", _s24_28, "\u8acb\u8f38\u5165\u59d3\u6c0f", _s33_16, "\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_156, "\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_77, "\u672a\u9078\u53d6\u4efb\u4f55\u8a18\u9304", _s21_58, "\u8acb\u5132\u5b58\u6216\u53d6\u6d88\u60a8\u7684\u8b8a\u66f4", "download", "\u4e0b\u8f09", _s27_34, "\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_96, "\u5df2\u6210\u529f\u4e0a\u8f09\u6587\u4ef6", _s16_158, "\u5df2\u6210\u529f\u66f4\u65b0\u6587\u4ef6", _s17_97, "\u5df2\u6210\u529f\u5c01\u5b58\u6587\u4ef6", _s16_159, "\u5df2\u6210\u529f\u522a\u9664\u6587\u4ef6", _s17_98, "\u5df2\u6210\u529f\u9084\u539f\u6587\u4ef6", _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "\u7121\u6b77\u53f2\u8a18\u9304", "expense_date", "\u652f\u51fa\u65e5\u671f", "pending", "\u64f1\u7f6e", _s16_160, "\u5df2\u767b\u5165", _s16_161, "\u64f1\u7f6e", _s16_162, "\u5df2\u958b\u7acb\u767c\u7968\u7684", "converted", "\u5df2\u8f49\u63db", _s24_30, "\u65b0\u589e\u6587\u4ef6\u81f3\u767c\u7968", "exchange_rate", "\u532f\u7387", _s16_163, "\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_164, "\u6b78\u6a94 :count \u7b46\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendors", "\u522a\u9664 :count \u7b46\u4f9b\u61c9\u5546\u6210\u529f", _s16_165, _s36_7, "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_166, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", "deleted_expense", "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_167, "\u5fa9\u539f\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s17_100, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_168, "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s17_101, _s37_9, "copy_shipping", "\u8907\u88fd\u9001\u8ca8\u5730\u5740", "copy_billing", "\u8907\u88fd\u5e33\u55ae\u5730\u5740", "design", "\u8a2d\u8a08", _s21_59, "\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_169, "\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_14, _s19_42, "\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_171, "\u6b78\u6a94\u5c08\u6848\u9805\u76ee\u6210\u529f", "deleted_project", _s28_32, _s16_172, "\u5fa9\u539f\u5c08\u6848\u6210\u529f", _s17_102, "\u6b78\u6a94 :count \u9805\u5c08\u6848\u6210\u529f", _s16_173, "\u522a\u9664 :count \u4ef6\u5c08\u6848\u6210\u529f", _s17_103, _s37_10, "new_project", "\u65b0\u5c08\u6848", _s27_38, "\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_81, "Click here", "to_rate_it", "\u7d66\u5b83\u8a55\u5206\u3002", "average", "\u5e73\u5747", "unapproved", "\u672a\u540c\u610f", _s30_12, "\u8acb\u9032\u884c\u8eab\u4efd\u9a57\u8b49\u4ee5\u8b8a\u66f4\u9019\u500b\u8a2d\u5b9a", "locked", "\u9396\u5b9a", "authenticate", "\u8eab\u4efd\u9a57\u8b49", _s19_44, "\u8acb\u9a57\u8b49", _s24_31, "\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_58, "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_104, "\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_174, "\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_50, "\u7de8\u8f2f\u9031\u671f\u6027\u5831\u50f9\u55ae", "billing_address", "\u5e33\u55ae\u5730\u5740", _s16_176, "\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_178, "\u91cd\u65b0\u6574\u7406\u5b8c\u6210", _s23_30, "\u8acb\u8f38\u5165\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", _s26_29, "\u8acb\u8f38\u5165\u60a8\u7684\u5bc6\u78bc", _s21_62, "\u8acb\u8f38\u5165\u60a8\u7684\u7db2\u5740", _s26_31, "\u8acb\u8f38\u5165\u7522\u54c1\u91d1\u9470", "ascending", "\u905e\u589e", "descending", "\u905e\u6e1b", "save", "\u5132\u5b58", _s17_106, "\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_46, "\u8907\u88fd :value \u5230\u526a\u8cbc\u7c3f", "error", "\u932f\u8aa4", _s16_180, "\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_182, "\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_184, "\u6b78\u6a94\u7522\u54c1\u8cc7\u6599\u6210\u529f", "deleted_product", "\u5df2\u6210\u529f\u522a\u9664\u7522\u54c1\u8cc7\u6599", _s16_185, "\u5fa9\u539f\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_108, "\u6b78\u6a94 :count \u9805\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s16_186, "\u522a\u9664 :count \u7b46\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_109, _s37_11, "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_187, "\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_188, _s36_9, "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_189, "\u6b78\u6a94\u767c\u7968\u8cc7\u6599\u6210\u529f", "deleted_invoice", "\u522a\u9664\u767c\u7968\u6210\u529f", _s16_190, "\u5fa9\u539f\u767c\u7968\u6210\u529f", _s17_110, "\u6b78\u6a94 :count \u7b46\u767c\u7968\u8cc7\u6599\u6210\u529f", _s16_191, "\u522a\u9664 :count \u7b46\u767c\u7968\u6210\u529f", _s17_111, _s37_12, "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_192, "\u90e8\u5206\u622a\u6b62\u65e5\u671f", "status", "\u72c0\u614b", _s17_112, "\u767c\u7968\u72c0\u614b", "quote_status", "\u5831\u50f9\u55ae\u72c0\u614b", _s22_31, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", _s22_33, "\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_52, "\u8acb\u9078\u53d6\u65e5\u671f", _s22_34, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", _s24_33, "\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_14, "\u8acb\u8f38\u5165\u767c\u7968\u7de8\u865f", _s27_42, "\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_36, "\u6a19\u8a18\u767c\u7968\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "\u5b8c\u6210", _s37_13, "\u8acb\u8f38\u5165\u7528\u6236\u6216\u9023\u7d61\u4eba\u59d3\u540d", "dark_mode", "\u9ed1\u6697\u6a21\u5f0f", _s27_44, "\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_194, "\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_196, "\u64f1\u7f6e", _s16_197, "\u4f5c\u5ee2", _s16_198, "\u5931\u6557", _s16_199, "\u5b8c\u6210", _s16_200, "\u90e8\u5206\u9000\u6b3e", _s16_201, "\u9000\u6b3e", _s17_113, "Unapplied", _s17_114, _s19_10, "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_64, "\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_202, "\u6b78\u6a94\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_payment", "\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_203, "\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_115, "\u6b78\u6a94 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_204, "\u522a\u9664 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_116, _s37_15, "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_14, "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_0, "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_5, "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_11, "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", ":user \u5df2\u66f4\u65b0\u7968\u8b49 :ticket", "activity_49", ":user \u5df2\u95dc\u9589\u7968\u8b49 :ticket", "activity_50", ":user \u5df2\u5408\u4f75\u7968\u8b49 :ticket", "activity_51", ":user \u62c6\u5206\u7968\u8b49 :ticket", "activity_52", ":contact \u5df2\u958b\u555f\u7968\u8b49 :ticket", "activity_53", ":contact \u5df2\u91cd\u65b0\u958b\u555f\u7968\u8b49 :ticket", "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_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "\u4e00\u6b21\u6027\u5bc6\u78bc", "emailed_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credit", _s27_56, _s20_54, "\u6a19\u8a18\u5831\u50f9\u55ae\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s21_66, _s34_15, "expired", "\u904e\u671f", "all", "\u5168\u90e8", "select", "\u9078\u64c7", _s22_38, "\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_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u767c\u7968\u865f\u78bc\u8a08\u6578\u5668", _s20_55, _s20_56, _s20_57, "\u5831\u50f9\u55ae\u7de8\u865f\u8a08\u6578\u5668", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "\u985e\u578b", "invoice_amount", "\u767c\u7968\u91d1\u984d", _s16_209, "\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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, "\u652f\u51fa\u985e\u5225", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "hr", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Postava zaporke", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Pregled tro\u0161kova # :expense", "view_statement", "Moje Izvje\u0161\u0107e", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sustav", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, "Redovni tro\u0161ak", _s18_4, _s16_223, _s21_1, "Novi redovni tro\u0161ak", _s22_, "Uredi redovne tro\u0161kove", _s25_, "Uspje\u0161no kreiran redovni tro\u0161ak", _s25_0, "Uspje\u0161no ure\u0111en redovni tro\u0161ak", _s26_, "Uspje\u0161no arhiviran redovni tro\u0161ak", _s25_1, "Uspje\u0161no izbrisan redovni tro\u0161ak", _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Pro\u0161lo tromjesje\u010dje", "to_update_run", "To update run", _s18_24, "Konverzija ra\u010duna", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Fakturiraj zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s17_127, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Kolona", "sample", "Uzorak", "map_to", "Map To", "import", "Uvoz", _s25_12, _s29_1, "select_file", "Molim odaberite datoteku", _s16_45, _s16_46, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s19_60, _s20_23, _s24_43, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "Treba biti fakturiran", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kao aktivno", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Redovni ra\u010dun", _s18_36, "Redovni ra\u010duni", _s21_32, "Novi redovni ra\u010dun", _s22_12, "Uredi ponavljaju\u0107i ra\u010dun", _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Uspje\u0161no arhiviran redoviti ra\u010dun", _s25_25, "Uspje\u0161no obrisan redoviti ra\u010dun", _s25_26, _s38_10, _s26_9, "Uspje\u0161no obnovljen redoviti ra\u010dun", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email poslan", _s17_40, _s17_41, "failure", "Neuspjeh", "quota_exceeded", "Kvota prema\u0161ena", _s16_55, _s16_56, "system_logs", "Zapisnici sustava", "view_portal", "View Portal", "copy_link", "Kopiraj link", "token_billing", "Pohrani detalje kartice", _s24_20, "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_40, "Podsjetnik 4 poslan", "pdf_page_info", _s27_57, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_103, "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_26, "E-po\u0161ta za internetsko pla\u0107anje", _s20_28, _s25_55, "completed", "Dovr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto saldo", "client_settings", "Postavke klijenta", _s17_42, "Odabrani ra\u010duni", _s17_44, "Odabrane transkacije", "selected_quotes", "Odabrane ponude", "selected_tasks", "Odabrani zadaci", _s17_46, "Odabrani tro\u0161kovi", _s17_48, "Dolazni ra\u010duni", _s17_50, _s17_51, "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_128, "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_104, "event_type", "Vrsta doga\u0111aja", "target_url", "Target", "copy", "Kopiraj", "must_be_online", "Ponovo pokrenite aplikaciju nakon povezivanja s internetom", _s17_52, "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_59, "Webhook uspje\u0161no arhiviran", "deleted_webhook", "Webhook uspje\u0161no izbrisan", "removed_webhook", "Webhook uspje\u0161no uklonjen", _s16_60, "Webhook uspje\u0161no vra\u0107en", _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API tokeni", "api_docs", "API Docs", "search_tokens", "Pretra\u017ei :count tokena", "search_token", _s16_224, "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_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s21_87, _s24_22, "Omogu\u0107ite klijentima da se sami registriraju na portalu", _s21_34, "Prilagodba i pregled", "email_invoice", _s16_225, "email_quote", "\u0160alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-mailom", _s20_31, "Klijent nema postavljenu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Pogledaj PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_61, _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Upotrijebi zadanu vrijednost", _s16_65, "Beskrajni podsjetnici", "number_of_days", "Broj dana", _s23_11, "Konfiguriraj rokove pla\u0107anja", "payment_term", "Rok pla\u0107anja", _s16_66, "Novi rok pla\u0107anja", _s17_56, "Uredi uvjete pla\u0107anja", _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, "Uspje\u0161no izbrisan rok pla\u0107anja", _s20_35, "Uspje\u0161no uklonjen rok pla\u0107anja", _s21_36, "Uspje\u0161no vra\u0107en rok pla\u0107anja", _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", "Prijavite se e-po\u0161tom", "change", "Promijeni", _s23_13, "Promijeni na mobilni izgled?", _s24_23, "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_42, "Djelomi\u010dan Povrat", _s16_68, "Pretra\u017ei Dokumente", "search_designs", "Pretra\u017ei Dizajne", "search_invoices", "Pretra\u017ei Ra\u010dune", "search_clients", "Pretra\u017ei Klijente", "search_products", _s18_105, "search_quotes", "Pretra\u017ei Ponude", "search_credits", "Search Credits", "search_vendors", "Pretra\u017ei Dobavlja\u010da", "search_users", "Pretra\u017ei Korisnike", _s16_69, "Pretra\u017ei porezne stope", "search_tasks", "Pretra\u017ei Zadatke", "search_settings", "Pretra\u017ei Postavke", "search_projects", _s17_129, "search_expenses", _s17_130, "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_60, _s23_35, _s18_44, _s23_35, _s16_75, "Uspje\u0161no otkazani ra\u010duni", _s17_61, "Uspje\u0161no storniran ra\u010dun", "reverse", "Storniraj", "full_name", "Ime i prezime", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Neobavezno", "license", "Licenca", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_57, "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_29, "Primi sve obavijesti", _s16_77, "Kupi licencu", "apply_license", "Apply License", "cancel_account", "Izbri\u0161i korisni\u010dki ra\u010dun", _s22_19, "Pozor: Ovo \u0107e trajno obrisati sve va\u0161e podatke, nema povratka.", "delete_company", "Delete Company", _s22_20, _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_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Prijedlozi", "tickets", "Radni nalozi", _s16_81, "Ponavljaju\u0107e ponude", "recurring_tasks", _s19_61, _s18_46, "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_25, "archived_credit", "Uspje\u0161no arhiviran kredit", "deleted_credit", "Uspje\u0161no obrisan kredit", "removed_credit", _s27_27, "restored_credit", "Uspje\u0161no obnovljen kredit", _s16_83, "Uspje\u0161no arhivirano :count kredita", "deleted_credits", "Uspje\u0161no obrisano :count kredita", _s16_84, _s36_5, "current_version", _s16_226, "latest_version", "Najnovija verzija", "update_now", "A\u017euriraj sada", _s26_16, "Dostupna je nova verzija web aplikacije", _s16_85, _s19_62, "app_updated", "A\u017euriranje je uspje\u0161no zavr\u0161eno", "learn_more", _s16_227, "integrations", "Integracije", "tracking_id", "Broj za pra\u0107enje", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo poduze\u0107e", "added_company", "Tvrtka je uspje\u0161no dodana", "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, "Zadnje prijavljivanje kontakta", _s17_68, _s17_131, "contact_phone", "Contact Phone", _s21_38, "Prilago\u0111ena vrijednost 1 kontakta", _s21_39, "Prilago\u0111ena vrijednost 2 kontakta", _s21_40, "Prilago\u0111ena vrijednost 3 kontakta", _s21_41, "Prilago\u0111ena vrijednost 4 kontakta", _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Dodijeljeno za", "created_by", _s16_218, "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_119, _s16_120, "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_42, "Uklju\u010dite nedavne pogre\u0161ke iz zapisnika", _s30_5, "Primili smo va\u0161u poruku i poku\u0161at \u0107emo brzo odgovoriti.", "message", "Poruka", "from", "\u0160alje", _s20_38, "Prika\u017ei detalje o proizvodu", _s25_31, "Uklju\u010dite opis i cijenu u padaju\u0107i izbornik proizvoda", _s20_40, "PDF renderer zahtijeva :version", _s18_55, "Prilagodite postotak naknade", _s23_15, "Prilagodite postotak da biste uzeli u obzir naknadu", _s18_57, "Konfigurirajte postavke", "support_forum", "support forum", "about", "About", "documentation", "Dokumentacija", "contact_us", _s17_132, "subtotal", "Osnovica", "line_total", "Ukupno", "item", "Stavka", "credit_email", "Credit Email", "iframe_url", "Web mjesto", "domain_url", "URL domene", _s21_43, _s20_62, _s20_41, "Lozinka mora sadr\u017eavati barem jedno veliko slovo i broj", _s19_25, _s26_42, _s23_16, "Nadzorna plo\u010da klijentskog portala", _s20_42, "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_73, _s17_74, "show_cost_help", "Prika\u017ei polje tro\u0161kova proizvoda za pra\u0107enje mar\u017ee / dobiti", _s21_44, _s26_43, _s26_18, "Prika\u017ei polje s koli\u010dinom proizvoda, ina\u010de zadano 1", _s21_46, _s23_36, _s26_19, "Prika\u017ei polje za koli\u010dinu stavke, ina\u010de zadano 1", _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, "Zadana koli\u010dina", _s21_50, "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_123, _s16_124, "user", "Korisnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Postavke poreza", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Opcije", _s16_125, "Tekst u jednom retku", "multi_line_text", "Tekst s vi\u0161e redaka", "dropdown", "Padaju\u0107i izbornik", "field_type", "Vrsta polja", _s27_28, "Poslan je e-mail za oporavak lozinke", "submit", "Submit", _s16_127, "Obnovite va\u0161u zaporku", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Broj transakcije", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Raspored", "before_due_date", "Prije datuma dospije\u0107a", "after_due_date", "Nakon datuma dospije\u0107a", _s18_64, "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_51, "E-po\u0161ta za djelomi\u010dno pla\u0107anje", "quote_email", "E-po\u0161ta ponude", _s16_130, _s16_131, _s16_132, _s23_37, "administrator", "Administrator", _s18_65, _s66_, "user_management", _s23_38, "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_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "Op\u0107e postavke", "invoice_options", "Opcije ra\u010duna", _s17_77, _s21_88, _s22_27, _s70_0, _s23_18, "Ugra\u0111eni dokumenti", _s28_19, "Ubaci dodane dokumente u ra\u010dun.", _s16_136, _s20_63, _s16_137, _s19_63, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, "Automatski konvertirajte ponudu u ra\u010dun nakon \u0161to je odobrena od strane klijenta.", _s17_79, _s17_80, "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_81, "Three months", _s16_138, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_139, "Tri godine", "never", "Never", "company", "Company", _s17_82, "Generirani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slijede\u0107i reset", "reset_counter", "Resetiraj broja\u010d", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s22_53, _s16_142, "Poka\u017ei na PDF-u", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _s142_, "authorization", "Authorization", "subdomain", "Poddomena", "domain", "Domain", "portal_mode", "Na\u010din rada Portal", "email_signature", "Srda\u010dno,", _s24_24, _s81_, "plain", "Obi\u010dno", "light", "Svijetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Prilo\u017eite PDF", _s16_143, _s19_64, "attach_ubl", "Prilo\u017eite UBL", "email_style", "Stil e-po\u0161te", _s19_29, "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_228, "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_30, _s19_31, "credentials", "Credentials", "update_address", "A\u017euriraj adresu", _s19_32, "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_145, "Uspje\u0161no kreirana porezna stopa", _s16_146, "Uspje\u0161no a\u017eurirana porezna stopa", _s17_89, "Uspje\u0161no arhivirana porezna stopa", _s16_147, "Uspje\u0161no izbrisana porezna stopa", _s17_90, "Uspje\u0161no vra\u0107ena porezna stopa", _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Proizvodi sa samoispunom", _s18_71, _s53_2, "update_products", "Proizvidi sa autoa\u017euriranjem", _s20_47, "A\u017euriranje ra\u010duna automatski a\u017eurirati registar proizvoda", _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Dobavlja\u010d", "company_gateway", "Sustav online pla\u0107anja", _s16_150, "Sustavi online pla\u0107anja", _s19_33, "Novi sustav online pla\u0107anja", _s20_48, "Uredi sustav online pla\u0107anja", _s23_24, "Uspje\u0161no stvoren Sustav online pla\u0107anja", _s23_25, "Uspje\u0161no a\u017euriran sustav online pla\u0107anja", _s24_25, "Uspje\u0161no arhiviran sustav online pla\u0107anja", _s23_26, "Uspje\u0161no izbrisan sustav online pla\u0107anja", _s24_26, "Uspje\u0161no vra\u0107en sustav online pla\u0107anja", _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, "Nastavi ure\u0111ivati", "discard_changes", "Discard Changes", "default_value", "Zadana vrijednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_55, "Prvi dan u tjednu", _s23_27, "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_72, "24-satni prikaz", "send_reminders", "Po\u0161alji podsjetnike", "timezone", "Vremenska zona", _s19_34, "Filtrirano po Projektu", _s17_92, _s19_65, _s19_36, _s20_64, _s18_73, _s22_54, _s18_75, _s24_44, "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_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "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_154, _s18_106, "device_settings", _s16_229, "defaults", "Zadano", "basic_settings", "Osnovne postavke", _s17_94, _s17_133, "company_details", "Detalji poduze\u0107a", "user_details", _s17_134, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obavijesti", "import_export", "Uvoz | Izvoz", "custom_fields", _s17_135, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s16_230, _s23_29, "Predlo\u0161ci & podsjetnici", _s22_30, "Kreditne kartice i banke", _s19_38, _s22_55, "price", "Cijena", "email_sign_up", "Registrirajte se e-po\u0161tom", "google_sign_up", "Registrirajte se putem Google ra\u010duna", _s27_33, "Hvala vam na kupnji!", "redeem", "Redeem", "back", "Natrag", "past_purchases", "Pro\u0161le kupnje", _s19_40, _s18_107, "pro_plan", "Pro plan", "enterprise_plan", "Enterprise Plan", "count_users", _s16_231, "upgrade", "Nadogradi", _s25_43, _s18_108, _s24_28, "Molimo unesite prezime", _s33_16, "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_156, "Uvjeti kori\u0161tenja usluge", "privacy_policy", "Privacy Policy", "sign_up", "Prijava", "account_login", _s18_109, "view_website", "Pogledajte web stranicu", "create_account", "Otvori ra\u010dun", "email_login", _s21_89, "create_new", "Create New", _s18_77, "Nije odabran nijedan zapis", _s21_58, "Spremite ili poni\u0161tite svoje promjene", "download", "Preuzmi", _s27_34, _s27_52, "take_picture", "Fotografiraj", "upload_file", "Prenesi datoteku", "document", "Document", "documents", "Dokumenti", "new_document", "Novi Dokument", "edit_document", "Uredi Dokument", _s17_96, "Uspje\u0161no preneseni dokument", _s16_158, "Uspje\u0161no a\u017eurirani dokument", _s17_97, "Uspje\u0161no arhiviran dokument", _s16_159, "Uspje\u0161no izbrisani dokument", _s17_98, "Uspje\u0161no vra\u0107eni dokument", _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "Nema povijesti", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_160, "Evidentirano", _s16_161, "U obradi", _s16_162, "Fakturirano", "converted", "Konvertirano", _s24_30, _s24_42, "exchange_rate", "Te\u010daj", _s16_163, "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_26, _s16_164, "Uspje\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspje\u0161no obrisano :count dobavlja\u010da", _s16_165, _s36_7, "new_expense", "Novi tro\u0161ak", "created_expense", "Uspje\u0161no kreiran tro\u0161ak", "updated_expense", "Uspje\u0161no a\u017euriran tro\u0161ak", _s16_166, "Uspje\u0161no arhiviran tro\u0161ak", "deleted_expense", _s23_39, _s16_167, _s29_16, _s17_100, "Uspje\u0161no arhivirani tro\u0161kovi", _s16_168, _s23_39, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Dizajn", _s21_59, "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_45, "stopped_task", "Uspje\u0161no zavr\u0161en zadatak", "resumed_task", _s25_47, "now", "Sada", _s16_169, _s16_170, "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_14, _s19_42, _s18_108, "budgeted_hours", "Dogovoreno radnih sati", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "Novi projekt", _s27_38, "Hvala vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako vam se svi\u0111a, molim vas", "click_here", "kliknite ovdje", _s18_81, "Kliknite ovdje", "to_rate_it", "da bi ju ocijenili.", "average", "Prosjek", "unapproved", "Neodobreno", _s30_12, "Potvrdite autenti\u010dnost da biste promijenili ovu postavku", "locked", "Zaklju\u010dano", "authenticate", "Provjera autenti\u010dnosti", _s19_44, "Molimo provjerite autenti\u010dnost", _s24_31, "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_104, "Razdoblje usporedbe", "previous_period", "Prethodno razdoblje", "previous_year", _s16_232, "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_174, "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_233, "edit_project", "Uredi projekt", _s20_50, "Uredi ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_176, _s16_177, "total_revenue", "Ukupni prihod", "average_invoice", "Prosje\u010dni ra\u010dun", "outstanding", "Dospijeva", "invoices_sent", _s20_59, "active_clients", _s16_234, "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_178, "Osvje\u017eavanje zavr\u0161eno", _s23_30, "Molimo upi\u0161ite va\u0161u email adresu", _s26_29, "Molimo upi\u0161ite va\u0161u zaporku", _s21_62, "Molimo unesite URL", _s26_31, "Molimo upi\u0161ite \u0161ifru proizvoda", "ascending", "Ascending", "descending", "Descending", "save", "Pohrani", _s17_106, "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_46, "Kopirao :value u me\u0111uspremnik", "error", "Gre\u0161ka", _s16_180, "Pokretanje nije uspjelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_110, "cancel", "Odustani", "ok", "Ok", "remove", "Remove", _s16_182, "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_184, "Proizvod je uspje\u0161no arhiviran", "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "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_187, "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_188, _s36_9, "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_189, "Uspje\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspje\u0161no obrisan ra\u010dun", _s16_190, "Uspje\u0161no obnovljen ra\u010dun", _s17_110, "Uspje\u0161no arhivirano :count ra\u010duna", _s16_191, "Uspje\u0161no obrisano :count ra\u010duna", _s17_111, _s37_12, "emailed_invoice", "Ra\u010dun uspje\u0161no poslan e-po\u0161tom", "emailed_payment", _s28_57, "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_192, _s16_193, "status", "Status", _s17_112, "Status ra\u010duna", "quote_status", "Status ponude", _s22_31, _s30_26, _s22_33, "Pritisnite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Percent", "edit", "Uredi", "dismiss", "Odbaci", _s20_52, "Molimo odaberite datum", _s22_34, "Molimo odaberite klijenta", _s24_33, "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_14, "Molimo upi\u0161ite broj ra\u010duna", _s27_42, "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_36, "Ra\u010dun je uspje\u0161no ozna\u010den kao poslan", _s22_37, _s35_11, _s23_32, "Ra\u010duni su uspje\u0161no ozna\u010deni kao poslani", _s23_33, _s36_10, "done", "Dovr\u0161eno", _s37_13, "Molimo upi\u0161ite ime klijenta ili kontakta", "dark_mode", "Tamni prikaz", _s27_44, "Ponovno pokrenite aplikaciju za primjenu promjena", "refresh_data", "Osvje\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_194, "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_196, "U tijeku", _s16_197, "Poni\u0161teno", _s16_198, "Neuspje\u0161no", _s16_199, "Zavr\u0161eno", _s16_200, "Djelimi\u010dni povrat", _s16_201, "Povrat", _s17_113, "Unapplied", _s17_114, _s19_10, "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_235, "third_reminder", _s16_236, "reminder1", "Prvi podsjetnik", "reminder2", _s16_235, "reminder3", _s16_236, "template", "Predlo\u017eak", "send", "Po\u0161alji", "subject", "Naslov", "body", "Tijelo", "send_email", "Slanje e-po\u0161te", "email_receipt", _s31_19, "auto_billing", "Automatska naplata", "button", "Gumb", "preview", "Preview", "customize", "Prilagodi", "history", "Povijest", "payment", "Uplata", "payments", "Uplate", "refunded", "Povrat", "payment_type", "Payment Type", _s21_64, _s21_90, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspje\u0161no kreirana uplata", "updated_payment", "Uspje\u0161no a\u017eurirana uplata", _s16_202, "Uspje\u0161no arhivirana uplata", "deleted_payment", "Uspje\u0161no obrisana uplata", _s16_203, "Uspje\u0161no obnovljena uplata", _s17_115, "Uspje\u0161no arhivirana :count uplata", _s16_204, "Uspje\u0161no obrisano :count uplata", _s17_116, _s37_15, "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_14, "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Task", "tasks", "Zadaci", "project", "Projekt", "projects", "Projekti", "activity_1", _s30_27, "activity_2", _s32_9, "activity_3", _s30_28, "activity_4", _s28_60, "activity_5", _s29_41, "activity_6", ":user poslao e-po\u0161tom ra\u010dun :invoice za :contact", "activity_7", ":contact pregledao ra\u010dun :invoice", "activity_8", _s30_29, "activity_9", _s27_58, "activity_10", ":contact upisao uplatu :payment za :invoice", "activity_11", _s30_30, "activity_12", _s30_31, "activity_13", _s29_42, "activity_14", ":user upisao :credit kredit", "activity_15", _s29_43, "activity_16", _s30_32, "activity_17", _s28_61, "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_62, "activity_26", _s30_33, "activity_27", _s29_44, "activity_28", _s28_63, "activity_29", ":contact odobrio ponudu :quote", "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", _s29_45, "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", "Korisnik :user je a\u017eurirao radni nalog :ticket", "activity_49", "Korisnik :user je zatvorio radni nalog :ticket", "activity_50", "Korisnik :user je spojio radni nalog :ticket", "activity_51", "Korisnik :user je razdijelio radni nalog :ticket", "activity_52", "Kontakt :contact je otvorio radni nalog :ticket", "activity_53", "Kontakt :contact je ponovno otvorio radni nalog :ticket", "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_64, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", "Ponuda uspje\u0161no poslana e-po\u0161tom", "emailed_credit", _s27_56, _s20_54, "Ponuda je uspje\u0161no ozna\u010dena kao poslana", _s21_66, _s34_15, "expired", "Isteklo", "all", "Svi", "select", "Odaberi", _s22_38, "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_82, _s24_45, _s24_38, "Prilago\u0111ena poruka nadzorne plo\u010de", _s29_31, "Prilago\u0111ena poruka nepla\u0107enog ra\u010duna", _s27_49, "Prilago\u0111ena poruka pla\u0107enog ra\u010duna", _s31_13, "Prilago\u0111ena poruka ne odobrene ponude", "lock_invoices", _s16_237, "translations", "Prijevodi", _s19_47, "Uzorak broja zadatka", _s19_49, "Broja\u010d broja zadatka", _s22_40, "Uzorak broja tro\u0161kova", _s22_42, _s21_91, _s21_67, "Uzorak broja dobavlja\u010da", _s21_69, "Broja\u010d brojeva dobavlja\u010da", _s21_71, "Uzorak broja radnog naloga", _s21_73, "Broja\u010d broj radnog naloga", _s22_44, "Uzorak broja transakcije", _s22_46, "Broja\u010d broja transakcije", _s22_48, "Uzorak broja ra\u010duna", _s22_50, "Broja\u010d ra\u010duna", _s20_55, "Uzorak broja ponude", _s20_57, "Broja\u010d ponuda", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, "Poni\u0161ti datum broja\u010da", "counter_padding", "Ispuna broja broja\u010da", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Prikaz u tablici", "show_list", "Prikaz u listi", "client_city", "Grad klijenta", "client_state", "\u017dupanija klijenta", "client_country", "Dr\u017eava klijenta", _s16_205, _s18_111, "client_balance", "Stanje ra\u010duna klijenta", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "is_deleted", "Izbrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", "\u017dupanija dobavlja\u010da", "vendor_country", _s17_136, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "cs", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Nastavit heslo", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Zobrazit n\xe1klad # :expense", "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Syst\xe9m", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importovat data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Profi", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_12, _s18_13, _s17_8, _s17_9, "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", "Umo\u017enit", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, "Zm\u011bnit na fakturu", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Faktura\u010dn\xed \xfaloha", "invoice_expense", "Fakturovat n\xe1klady", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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", "Skr\xfdt", "empty_columns", "Empty Columns", _s21_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Sloupec", "sample", "Vzorek", "map_to", "Map To", "import", "Importovat", _s25_12, _s29_1, "select_file", "Pros\xedm zvolte soubor", _s16_45, _s16_46, "csv_file", "CSV soubor", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "M\xe1 b\xfdt fakturov\xe1n", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, "Prvn\xed den v m\u011bs\xedci", _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Pravideln\xe1 faktura", _s18_36, "Pravideln\xe9 faktury", _s21_32, "Nov\xe1 pravideln\xe1 faktura", _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", _s25_25, "Pravideln\xe1 faktura smaz\xe1na", _s25_26, _s38_10, _s26_9, "Pravideln\xe1 faktura obnovena", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Ukl\xe1dat platebn\xed \xfadaje", _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Nadch\xe1zej\xedc\xed faktury", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Tokeny", "api_docs", "API Docs", "search_tokens", _s20_30, "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", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "Poslat fakturu emailem", "email_quote", "Odeslat nab\xeddku emailem", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, "Editovat platebn\xed podm\xednky", _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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", "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "Smazat \xfa\u010det", _s22_19, "Varov\xe1n\xed: Toto permanentn\u011b odstran\xed V\xe1\u0161 \xfa\u010det. Tato akce je nevratn\xe1.", "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, "Pravideln\xe9 nab\xeddky", "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "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_25, "archived_credit", "Kredit \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_credit", "Kredit \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_credit", _s27_27, "restored_credit", "Kredit \xfasp\u011b\u0161n\u011b obnoven", _s16_83, ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_credits", ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_84, _s36_5, "current_version", "Sou\u010dasn\xe1 verze", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "V\xedce informac\xed", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nov\xe1 firma", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_218, "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_119, _s16_120, "help", "Pomoc", "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_42, _s35_8, _s30_5, _s63_, "message", "Zpr\xe1va", "from", "Od", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "support_forum", "support forum", "about", "About", "documentation", "Dokumentace", "contact_us", "Contact Us", "subtotal", "Mezisou\u010det", "line_total", "Celkem", "item", "Polo\u017eka", "credit_email", "Credit Email", "iframe_url", "Web", "domain_url", "Domain URL", _s21_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "yes", "Ano", "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", "Zobrazit", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "U\u017eivatel", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Nastaven\xed dan\xed", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, "Obnovit va\u0161e heslo", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Rozvrh", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "Email pro fakturu", "payment_email", "Email pro platbu", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Email pro nab\xeddku", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administr\xe1tor", _s18_65, "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_33, "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", _s25_36, "restored_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b obnoven", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "Obecn\xe9 nastaven\xed", "invoice_options", "Mo\u017enosti faktury", _s17_77, "Skr\xfdt Zaplaceno ke dni", _s22_27, 'Zobrazit na faktu\u0159e "Zaplaceno ke dni" pouze kdy\u017e p\u0159ijde platba.', _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Zobrazit hlavi\u010dku", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, "Automaticky zkonvertovat nab\xeddku na fakturu po schv\xe1len\xed klientem.", _s17_79, _s17_80, "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_81, "Three months", _s16_138, "Four months", "freq_six_months", "Six months", "freq_annually", "Ro\u010dn\u011b", "freq_two_years", "Two years", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, _s17_83, "charge_taxes", "Pou\u017e\xedt dan\u011b", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, "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_24, "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_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Zm\u011bnit adresu", _s19_32, "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_145, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", _s16_146, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s17_89, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b archivov\xe1na", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Automaticky p\u0159edvyplnit produkty", _s18_71, "V\xfdb\u011br produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizovat produkty", _s20_47, "Zm\u011bna na faktu\u0159e automaticky aktualizuje katalog produkt\u016f", _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Nepovolen", "currency_format", "Currency Format", _s21_55, "Prvn\xed den v t\xfddnu", _s23_27, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, "Nastaven\xed produktu", "device_settings", "Device Settings", "defaults", "V\xfdchoz\xed", "basic_settings", "Z\xe1kladn\xed nastaven\xed", _s17_94, "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", "Ozn\xe1men\xed", "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_29, "\u0160ablony & P\u0159ipom\xednky", _s22_30, _s20_49, _s19_38, "Vizualizace dat", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "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_77, _s18_78, _s21_58, _s34_13, "download", "St\xe1hnout", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Datum n\xe1kladu", "pending", "Nevy\u0159\xedzen\xfd", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Zkonvertov\xe1no", _s24_30, _s24_42, "exchange_rate", "M\u011bnov\xfd kurz", _s16_163, "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_164, ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_vendors", ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_165, _s36_7, "new_expense", "Enter Expense", "created_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", _s16_166, "N\xe1klad \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_expense", _s21_92, _s16_167, "N\xe1klady \xfasp\u011b\u0161n\u011b obnoveny", _s17_100, "N\xe1klady \xfasp\u011b\u0161n\u011b archivov\xe1ny", _s16_168, _s21_92, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "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_45, "stopped_task", "\xdaloha \xfasp\u011b\u0161n\u011b zastavena", "resumed_task", _s25_47, "now", "Nyn\xed", _s16_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "New Project", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "klikn\u011bte zde", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Pati\u010dka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Faktura\u010dn\xed adresa", _s16_176, _s16_177, "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", "Jm\xe9no", "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Ulo\u017eit", _s17_106, _s17_107, "paid_to_date", "Zaplaceno ke dni", "balance_due", "Zb\xfdv\xe1 zaplatit", "balance", "Z\u016fstatek", "overview", "Overview", "details", "Detaily", "phone", "Telefon", "website", "Web", "vat_number", "DI\u010c", "id_number", "I\u010cO", "create", "Vytvo\u0159it", _s19_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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", "Remove", _s16_182, _s16_183, "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_184, "Produkt \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "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_187, ":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_188, _s36_9, "address1", "Ulice", "address2", "Pokoj", "city", "M\u011bsto", "state", "Oblast", "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_189, "Faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_invoice", "Faktura \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_190, "Faktura \xfasp\u011b\u0161n\u011b obnovena", _s17_110, ":count faktur \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_191, ":count faktur \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_111, _s37_12, "emailed_invoice", "Faktura \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_payment", _s28_57, "amount", "\u010c\xe1stka", "invoice_number", "\u010c\xedslo faktury", "invoice_date", "Datum vystaven\xed", "discount", "Sleva", "po_number", _s16_238, "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_239, _s16_192, _s16_193, "status", "Status", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Celkem", "percent", "Percent", "edit", "Upravit", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "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_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Hotovo", _s37_13, _s37_14, "dark_mode", "Tmav\xfd m\xf3d", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivita", _s16_194, _s16_195, "clone", "Duplikovat", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Platebn\xed podm\xednky", "payment_date", "Datum platby", "payment_status", "Payment Status", _s16_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_64, "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_202, "Platba \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_payment", "Platba \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_203, "Platba \xfasp\u011b\u0161n\u011b obnovena", _s17_115, ":count plateb \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_204, ":count plateb bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_116, _s37_15, "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_14, "expense", "N\xe1klad", "expenses", "N\xe1klady", "vendor", "Dodavatel", "vendors", "Dodavatel\xe9", "task", "Task", "tasks", "\xdalohy", "project", "Project", "projects", "Projects", "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_10, "activity_13", ":user smazal platbu :payment", "activity_14", ":user zadal :credit kredit", "activity_15", ":user zm\u011bnil :credit kredit", "activity_16", _s31_20, "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_5, "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_46, "activity_28", _s28_65, "activity_29", _s42_11, "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", ":user vytvo\u0159il v\xfddaj :expense", "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", ":user aktualizoval tiket :ticket", "activity_49", ":user uzav\u0159el tiket :ticket", "activity_50", ":user slou\u010dil tiket :ticket", "activity_51", ":user rozd\u011blil tiket :ticket", "activity_52", ":contact vytvo\u0159il tiket :ticket", "activity_53", ":contact znovu otev\u0159el tiket :ticket", "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_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expirovan\xe9", "all", "All", "select", "Zvolit", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u010c\xedseln\xe1 \u0159ada faktur", _s20_55, _s20_56, _s20_57, "\u010c\xedseln\xe1 \u0159ada nab\xeddek", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Typ", "invoice_amount", "\u010c\xe1stka faktury", _s16_209, _s16_239, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "da", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "S\xe6t adgangskode", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s22_56, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Brugerguide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Sikkerhed", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, "Abonnementet blev opdateret", _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "Refunderet betaling", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Forrige kvartal", "to_update_run", "To update run", _s18_24, "Konvert\xe9r til en faktura", _s16_37, _s16_38, "invoice_project", "Faktur\xe9r projekt", "invoice_task", "Fakturer opgave", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_12, _s29_1, "select_file", "Venligst v\xe6lg en fil", _s16_45, _s16_46, "csv_file", "V\xe6lg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "Udgiftskategorier", _s20_23, "Ny udgiftskategori", _s21_25, _s21_26, _s24_14, "Udgiftskategori oprettet", _s24_15, "Ajourf\xf8rt udgiftskategori", _s25_16, "Udgiftskategori arkiveret", _s24_16, "Sletning af kategori er gennemf\xf8rt", _s24_17, _s37_2, _s25_17, "Udgiftskategori genoprettet", _s27_14, ".count udgiftskategori(er) arkiveret", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_101, _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark\xe9r som aktiv", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Gentaget faktura", _s18_36, "Gentagende fakturaer", _s21_32, "Ny gentaget fakture", _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, _s39_1, _s25_25, _s38_9, _s25_26, _s38_10, _s26_9, _s39_2, _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Fortjeneste", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "Se Portal", "copy_link", "Copy Link", "token_billing", "Gem kort detaljer", _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Kommende fakturaer", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Token's", "api_docs", "API Docs", "search_tokens", _s20_30, "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_18, "deleted_token", "Token slettet", "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "Send faktura som e-mail", "email_quote", "E-mail tilbuddet", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", _s17_137, _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, "By/Postnummer", _s17_64, "Postnummer/By/Region", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, "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_28, "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_57, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Anvend licens", "cancel_account", "Annuller konto", _s22_19, "ADVARSEL: Dette vil permanent slette din konto, der er INGEN mulighed for at fortryde.", "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Projektforslag", "tickets", "Sager", _s16_81, "Gentagne tilbud", "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "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_27, "restored_credit", "Kredit genskabt", _s16_83, "Arkiverede :count kreditter", "deleted_credits", "Slettede :count kreditter", _s16_84, _s36_5, "current_version", "Nuv\xe6rende version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "L\xe6r mere", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nyt firma", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Kontakttelefon", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Besked", "from", "Fra", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "V\xe6lg venligst en kunde", "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Tax Settings", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Skift", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Indsend", _s16_127, "Generhverv din adgangskode", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Schedule", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Dage", "invoice_email", "Faktura e-mail", "payment_email", "Betalings e-mail", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Tilbuds e-mail", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _s66_, "user_management", "Brugerh\xe5ndtering", "users", "Brugere", "new_user", "New User", "edit_user", "Rediger bruger", "created_user", _s25_33, "updated_user", "Bruger opdateret", "archived_user", _s26_21, "deleted_user", "Bruger slettet", "removed_user", _s25_36, "restored_user", "Bruger genskabt", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, _s16_135, "invoice_options", "Fakturaindstillinger", _s17_77, _s19_66, _s22_27, "Vis kun delbetalinger hvis der er forekommet en delbetaling.", _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show header on", _s16_137, "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_65, "invoice_footer", "Faktura fodnoter", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto konvertering", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "Tre m\xe5neder", _s16_138, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, "Dannede numre", "charge_taxes", "Inkluder skat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, "Afkrydsningsfelt for fakturavilk\xe5r", _s30_6, "Bed kunden om at bekr\xe6fte, at de accepterer fakturavilk\xe5rene.", _s23_22, "Tilbuds Betingelser Afkrydsningsfelt", _s28_20, "Bed kunden om at bekr\xe6fte, at de accepterer tilbudsbetingelserne.", _s25_39, "Fakturasignatur", _s30_7, "Kr\xe6v at klienten giver deres underskrift.", _s23_23, "Tilbuds underskrift", _s22_29, "Adgangskodebeskyttet Fakturaer", _s27_29, "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_24, "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_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Opdater adresse", _s19_32, "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_145, _s29_8, _s16_146, _s29_9, _s17_89, _s34_16, _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Automatisk-udfyld produkter", _s18_71, "Valg af produkt vil automatisk udfylde beskrivelse og pris", "update_products", "Automatisk opdatering af produkter", _s20_47, "En opdatering af en faktura vil automatisk opdaterer Produkt biblioteket", _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Gebyrer", "limits", "Gr\xe6nser", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, "Produkt Indstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Basic Settings", _s17_94, "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_29, _s21_57, _s22_30, _s20_49, _s19_38, _s17_138, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "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_77, _s18_78, _s21_58, _s34_13, "download", "Hent", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Expense Date", "pending", "Afventer", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Konverteret", _s24_30, _s24_42, "exchange_rate", "Exchange Rate", _s16_163, _s16_222, "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_164, "Gennemf\xf8rte arkivering af :count s\xe6lgere", "deleted_vendors", "Gennemf\xf8rte sletning af :count s\xe6lgere", _s16_165, _s36_7, "new_expense", "Indtast udgift", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, _s30_25, _s16_168, _s29_40, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "invoiced", "Faktureret", "logged", "Ajourf\xf8rt", "running", "K\xf8rer", "resume", "Genoptag", "task_errors", "Ret venligst de overlappende tider", "start", "Start", "stop", "Stop", "started_task", _s25_45, "stopped_task", "Opgave stoppet", "resumed_task", _s25_47, "now", "Nu", _s16_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", "Projektet blev oprettet", "updated_project", "Projektet blev opdateret", _s16_171, "Projektet blev arktiveret", "deleted_project", _s22_56, _s16_172, "Projektet blev genskabt", _s17_102, ":count projekter blev arkiveret", _s16_173, ":count projekter blev slettet", _s17_103, _s37_10, "new_project", "Nyt projekt", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "Klik her", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Fod", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Valgfri periode", "date_range", "Dato omr\xe5de", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Faktura adresse", _s16_176, _s16_177, "total_revenue", "Samlede indt\xe6gter", "average_invoice", "Gennemsnitlig fakturaer", "outstanding", "Forfaldne", "invoices_sent", _s22_57, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Gem", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "product", "Produkt", "products", "Produkter", "new_product", "New Product", "created_product", "Produkt oprettet", "updated_product", "Produkt opdateret", _s16_184, "Produkt arkiveret", "deleted_product", "Sletning af produkt gennemf\xf8rt", _s16_185, "Genskabelse af produkt gennemf\xf8rt", _s17_108, _s37_17, _s16_186, "Sletning af :count produkter gennemf\xf8rt", _s17_109, _s37_11, "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_187, "Arkiverede :count kunder", "deleted_client", "Kunde slettet", "deleted_clients", "Slettede :count kunder", "restored_client", "Kunde genskabt", _s16_188, _s36_9, "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_189, "Faktura arkiveret", "deleted_invoice", "Faktura slettet", _s16_190, "Faktura genskabt", _s17_110, "Arkiverede :count fakturaer", _s16_191, "Slettede :count fakturaer", _s17_111, _s37_12, "emailed_invoice", "E-mail faktura sendt", "emailed_payment", _s28_57, "amount", "Bel\xf8b", "invoice_number", "Fakturanummer", "invoice_date", _s16_240, "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_192, _s16_193, "status", "Status", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Total", "percent", "Procent", "edit", "Rediger", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "task_rate", "Task Rate", "settings", "Indstillinger", "language", "Language", "currency", "Currency", "created_at", "Oprettelsesdato", "created_on", "Created On", "updated_at", "Opdateret", "tax", "Moms", _s30_14, _s30_15, _s27_42, _s27_43, "past_due", "Past Due", "draft", "Kladde", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Udbetaling", "paid", "Betalt", "mark_sent", "Mark\xe9r som sendt", _s22_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "F\xe6rdig", _s37_13, _s37_14, "dark_mode", "M\xf8rk tilstand", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_194, _s16_195, "clone", "Kopi\xe9r", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_64, "Transaktionsreference", "enter_payment", "Tilf\xf8j betaling", "new_payment", "Indtast betaling", "created_payment", "Betaling oprettet", "updated_payment", "Betaling opdateret", _s16_202, "Betaling arkiveret", "deleted_payment", _s16_241, _s16_203, "Betaling genskabt", _s17_115, "Arkiverede :count betalinger", _s16_204, "Slettede :count betalinger", _s17_116, _s37_15, "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_14, "expense", "Expense", "expenses", "Udgifter", "vendor", "S\xe6lger", "vendors", "S\xe6lgere", "task", "Opgave", "tasks", "Opgaver", "project", "Projekt", "projects", "Projekter", "activity_1", _s28_45, "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", ":user opdaterede sagen :ticket", "activity_49", ":user lukkede sagen :ticket", "activity_50", ":user sammenflettede sagen :ticket", "activity_51", ":user opdelte sagen :ticket", "activity_52", ":contact \xe5bnede sagen :ticket", "activity_53", ":contact gen\xe5bnede sagen :ticket", "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_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", "Tilbud sendt som e-mail", "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "Alle", "select", "V\xe6lg", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Fakturanummer-t\xe6ller", _s20_55, _s20_56, _s20_57, "Tilbuds nummer-t\xe6ller", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Type", "invoice_amount", "Invoice Amount", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, "Udgiftskategori", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "nl", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Automatische Incasso", _s21_0, _s30_, "set_password", "Stel wachtwoord in", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Bekijk uitgave #:expense", "view_statement", "Toon overzicht", "sepa", "SEPA Automatisch incasso", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Systeem", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Van naam", _s16_6, "Kopieer naar uitgave", _s17_4, "Terugkerende uitgave", _s18_4, "Terugkerende uitgaven", _s21_1, "Nieuwe terugkerende uitgave", _s22_, "Terugkerende uitgave bewerken", _s25_, "De terugkerende uitgave is aangemaakt", _s25_0, "De terugkerende uitgave is gewijzigd", _s26_, "De terugkerende uitgave is gearchiveerd", _s25_1, _s25_56, _s25_2, _s38_1, _s26_0, "De terugkerende uitgave is hersteld", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Gebruikershandleiding", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importeer data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "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_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "Contact voornaam", _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promocode", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Beveiliging", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementen", _s16_24, "Nieuw Abonnement", _s17_14, "Abonnement wijzigen", _s20_4, "Het abonnement is aangemaakt", _s20_5, "Het abonnement is gewijzigd", _s21_13, "Het abonnement is gearchiveerd", _s20_6, _s31_21, _s20_7, _s31_21, _s21_14, "Succesvol abonnement hersteld", _s19_4, "Zoek 1 abonnement", _s20_8, "Zoek :count abonnementen", _s26_3, "Subdomein is niet beschikbaar", "connect_gmail", "Verbind Gmail", _s16_26, "Verbreek Gmail", "connected_gmail", "Succesvol verbonden met Gmail", _s18_20, "Succesvol verbroken met Gmail", _s16_28, "Wijzigingen aan de code kunnen leiden tot een blokkade tijdens het updaten. Door het volgende commando kan je de wijzigingen verwijderen:", _s16_29, "Klant-id nummer", "count_minutes", ":count minuten", _s16_31, "Wachtwoord timeout", _s29_, "Gedeelde factuur/offertenummers teller", "use_last_email", "Gebruik laatste e-mail", _s16_33, "Activeer bedrijf", _s21_16, "Schakel e-mails, terugkerende facturen en meldingen in", _s27_7, "Er is een fout opgetreden, probeer het opnieuw", _s27_8, "Stel eerst een wachtwoord in", _s34_1, "Waarschuwing: als u uw telefoonnummer wijzigt, wordt 2FA uitgeschakeld", "help_translate", "Help vertalen", _s23_3, "Selecteer een land", "resend_invite", "Uitnodiging opnieuw versturen", _s19_5, "2FA succesvol uitgeschakeld", _s16_35, "Account succesvol verbonden", _s19_6, "Account succesvol losgekoppeld", "delivered", "Afgeleverd", "bounced", "Bounced", "spam", "Spam", "view_docs", "Bekijk documenten", _s32_0, "Geef een mobiel telefoonnummer op om tweefactor authenticatie in te schakelen", "send_sms", "Verzend SMS", "sms_code", "SMS Code", _s21_17, "Scan de streepjescode met een :link compatibele app.", _s18_21, "Tweestaps-authenticatie ingeschakeld", "connect_google", "Verbind met Google", _s17_16, "Verwijder Google", _s17_18, "Tweestaps-authenticatie", _s18_22, "Schakel twee factor authenticatie uit", _s34_2, "Vereis wachtwoord met sociale login", "stay_logged_in", "Blijf ingelogd", _s23_5, "Waarschuwing: uw sessie loopt bijna af", "count_hours", ":count uren", "count_day", "1 dag", "count_days", ":count dagen", _s19_7, "Time-out van websessie", _s17_19, "Veiligheidsinstellingen", "resend_email", "Email opnieuw verzenden", _s26_5, "Bevestig je e-mailadres", _s16_36, "Gecrediteerde betaling", _s19_9, _s27_59, _s19_11, "Selecteer een gebruiker die is geverifieerd met Gmail", "list_long_press", "Lijst lang indrukken", "show_actions", "Toon acties", _s17_21, "Start Multi select", _s27_10, "Er is een e-mail verzonden om het e-mailadres te bevestigen", _s21_18, "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_24, "Zet om naar factuur", _s16_37, "Registratie link", "invoice_project", "Factureer project", "invoice_task", "Factureer taak", "invoice_expense", "Factureer uitgave", _s19_12, "Zoek betalingstermijn 1", _s20_9, "Zoek :count betalingstermijnen", _s16_39, "Opslaan en bekijk voorbeeld", "save_and_email", "Opslaan en verstuur email", _s16_41, "Ondersteunde gebeurtenissen", _s16_43, "Omgezet bedrag", _s17_23, "Omgekeerd balans", _s22_3, '"Reeds betaald" omzetten', _s24_4, "Omgerekend creditsaldo", "converted_total", "Totaal omzetten", "is_sent", "Is verzonden", _s17_25, "Standaard documenten", "document_upload", "Document uploaden", _s20_10, "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_20, "Foutopsporingsmodus is ingeschakeld", _s26_6, "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_27, "Aankomende uitgaven", "update_app", "Update App", "started_import", "Succesvol begonnen met importeren", _s24_6, "Dubbele kolommapping", _s20_11, "Gebruik inclusieve belastingen", _s18_26, "Is bedrag korting", "column", "Kolom", "sample", "Voorbeeld", "map_to", "Map naar", "import", "Importeer", _s25_12, "Gebruik eerste rij als kolomnaam", "select_file", "Selecteer een bestand", _s16_45, "Geen bestand geselecteerd", "csv_file", "Selecteer CSV bestand", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave boekhouding", "zoho", "Zoho", "accounting", "Boekhouding", _s22_5, "Geef alle CSV's op.", "import_type", "Importeer type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Bekijk Licenties", "webhook_url", "Webhook URL", _s17_29, "Editor volledig scherm", "sidebar_editor", "Zijbalk Editor", _s22_6, '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_9, "Verzonden facturen zijn vergrendeld", _s24_11, "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 krediet", _s23_6, "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_13, "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_31, "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_47, "Taak status aanpassen", _s19_13, "Succesvol een taak status aangemaakt", _s19_14, _s20_66, _s20_13, "Succesvol een taak status gearchiveerd", _s19_15, _s36_13, _s19_16, _s36_13, _s20_14, "Succesvol een taak status hersteld", _s22_7, "Succesvol taakstatussen :value gearchiveerd", _s21_22, "Succesvol taak statussen :value verwijderd", _s22_8, "Succesvol taak statussen :value hersteld", _s18_28, "Zoek 1 taak status", _s20_16, "Zoek :count taak statussen", _s16_49, "Taken tabel tonen", _s21_23, "Weergeef de taken wanneer een factuur wordt aangemaakt", _s20_17, "Factuur taak tijdlog", _s25_13, "Voeg de tijd omschrijvingen toe aan de factuur producten", _s20_19, "Factuur taak datumlog", _s25_14, "Voeg datumdetails toe aan de factuurregelitems", _s21_24, "Start taken voordat het wordt opgeslagen", _s18_29, "Status instellen", "task_settings", "Taak instellingen", _s20_21, "Categorie\xebn instellen", _s18_31, _s16_242, _s20_23, "Nieuwe uitgavecategorie", _s21_25, "Bewerk uitgavencategorie", _s24_14, "De uitgaven categorie is aangemaakt", _s24_15, "De uitgaven categorie is gewijzigd", _s25_16, "De uitgaven categorie is gearchiveerd", _s24_16, "De categorie is verwijderd", _s24_17, "De uitgavencategorie is verwijderd", _s25_17, "De uitgaven categorie hersteld", _s27_14, ":count uitgave-categorie\xebn gearchiveerd", _s26_7, "Succesvol uitgave categorie\xebn :value verwijderd", _s27_15, "Uitgave succesvol hersteld: waarde categorie\xebn", _s23_7, "Zoek 1 uitgavencategorie", _s25_19, "Zoek :count uitgave categorie\xebn", _s21_27, "Gebruik beschikbaar krediet", "show_option", "Toon optie", _s22_9, "Het kredietbedrag mag niet hoger zijn als het te betalen bedrag", "view_changes", "Bekijk wijzigingen", "force_update", "Forceer een update", _s17_33, "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_33, "Moet worden gefactureerd", _s23_8, "Maak het mogelijk de uitgave te factureren", _s29_2, "Laat de documenten zien", _s21_29, "Stel een ruilwaarde in van de valuta", _s16_51, "Uitgave instellingen", _s18_34, "Maak een kopie voor herhaling", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "Gebruiker Veld", "variables", "Variabelen", "show_password", "Wachtwoord weergeven", "hide_password", "Wachtwoord verbergen", "copy_error", "Fout kopi\xebren", "capture_card", "Capture Kaart", _s17_34, "Automatisch betalen ingeschakeld", "total_taxes", "Totale belasting", "line_taxes", "Regelitem belastingen", "total_fields", "Totaal velden", _s25_20, "Herhalend factuur succesvol stopgezet", _s25_21, "Herhalend factuur succesvol gestart", _s25_22, "Herhalend factuur succesvol hervat", "gateway_refund", "Gateway terugbetaling", _s19_17, "Verwerk een terugbetaling via de betalingsgateway", "due_date_days", "Verloopdatum", "paused", "Gepauzeerd", "mark_active", "Markeer als actief", "day_count", "Dag :count", _s22_10, "Eerste dag van de maand", _s21_30, "Laatste dag van de maand", _s17_36, "Gebruik betalingseisen", "endless", "Eindeloos", "next_send_date", "Volgende verzenddatum", _s16_53, "Resterende keren", _s17_38, "Terugkerende factuur", _s18_36, "Terugkerende facturen", _s21_32, "Nieuwe terugkerende factuur", _s22_12, "Bewerk terugkerende factuur", _s25_23, "Herhalend factuur succesvol aangemaakt", _s25_24, "Herhalend factuur succesvol bijgewerkt", _s26_8, "De terugkerende factuur is gearchiveerd", _s25_25, "De terugkerende factuur is verwijderd", _s25_26, "Herhalend factuur succesvol verwijderd", _s26_9, "De terugkerende factuur is hersteld", _s27_16, "Terugkerende succesvol gearchiveerd: waarde facturen", _s26_10, "Terugkerende succesvol verwijderd: waarde facturen", _s27_17, "Terugkerende succesvol hersteld: waarde facturen", _s24_18, "Zoek 1 herhalend factuur", _s25_27, "Zoek :count herhalende facturen", "send_date", "Verzenddatum", "auto_bill_on", "Automatische betaling aan", _s28_6, "Minimum onder het te betalen bedrag", "profit", "Winst", "line_item", "Regelitem", _s18_38, "Toestaan te betalen boven het te betalen bedrag", _s23_9, "Draag bij aan extra betalen om fooi te accepteren", _s19_18, "Toestaan te betalen onder het te betalen bedrag", _s24_19, "Ondersteun het betalen van een minimaal gedeeltelijk / aanbetalingsbedrag", "test_mode", "Test modus", "opened", "Geopend", _s30_1, "Koppelen mislukt", _s30_2, "Koppelen gelukt", "gateway_success", "Gateway geslaagd", "gateway_failure", "Gateway gefaald", "gateway_error", "Gateway fout", "email_send", "E-mail verzonden", _s17_40, "E-mail wachtrij voor opnieuw versturen", "failure", "Fout", "quota_exceeded", "Limiet bereikt", _s16_55, "Upload mislukt", "system_logs", "Systeem log", "view_portal", "Toon portaal", "copy_link", "Link kopi\xebren", "token_billing", "Kaartgegevens opslaan", _s24_20, "Welkom bij Invoice Ninja", "always", "Altijd", "optin", "Inschrijven", "optout", "Uitschrijven", "label", "Label", "client_number", "Klantnummer", "auto_convert", _s20_67, "company_name", "Bedrijfsnaam", "reminder1_sent", "1ste herinnering verstuurd", "reminder2_sent", "2de herinnering verstuurd", "reminder3_sent", "3de herinnering verstuurd", _s18_40, "Laatste herinnering verstuurd", "pdf_page_info", "Pagina :current van :total", _s16_57, "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_26, "Online betalingsmail", _s20_28, "Handmatige betalingsmail", "completed", "Voltooid", "gross", "Bruto", "net_amount", "Netto bedrag", "net_balance", "Netto balans", "client_settings", "Klantinstellingen", _s17_42, "Geselecteerde facturen", _s17_44, "Geselecteerde betalingen", "selected_quotes", "Geselecteerde offertes", "selected_tasks", "Geselecteerde taken", _s17_46, "Geselecteerde uitgaves", _s17_48, "Aankomende facturen", _s17_50, "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_52, "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_59, "Webhook succesvol gearchiveerd", "deleted_webhook", _s28_66, "removed_webhook", _s28_66, _s16_60, "Webhook succesvol hersteld", _s17_53, "Succesvol gearchiveerd: waarde webhooks", _s16_61, _s37_18, _s16_62, _s37_18, _s17_54, "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_20, "Klant registratie", _s24_22, "Zelfregistratie voor klanten in het portaal toestaan", _s21_34, "Pas aan & Weergeven", "email_invoice", "E-mail factuur", "email_quote", "E-mail offerte", "email_credit", "E-mail Krediet", "email_payment", "E-mail betaling", _s20_31, "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_63, "Resterend krediet", "contact_name", "Contactnaam", "use_default", "Gebruik standaard", _s16_65, "Eindeloze herinneringen", "number_of_days", "Aantal dagen", _s23_11, "Betalingsvoorwaarden configureren", "payment_term", "Betalingstermijn", _s16_66, "Nieuwe betalingstermijn", _s17_56, "Bewerk betalingstermijn", _s20_32, "De betalingstermijn is aangemaakt", _s20_33, "De betalingstermijn is gewijzigd", _s21_35, "De betalingstermijn is gearchiveerd", _s20_34, _s38_15, _s20_35, _s38_15, _s21_36, "betalingstermijn met succes hersteld", _s22_17, "Succesvol gearchiveerd: waarde betalingsvoorwaarden", _s21_37, "Succesvol verwijderd: waarde betalingsvoorwaarden", _s22_18, "Succesvol hersteld: waarde betalingsvoorwaarden", "email_sign_in", "Log in met e-mail", "change", "Aanpassen", _s23_13, "Verander naar de mobiele layout?", _s24_23, "Verander naar de bureaublad layout?", "send_from_gmail", "Verzonden vanaf Gmail", "reversed", "Teruggedraaid", "cancelled", "Geannuleerd", "credit_amount", "Kredietbedrag", "quote_amount", "Offertebedrag", "hosted", "Gehost", "selfhosted", "Zelf-Gehost", "exclusive", "Exclusief", "inclusive", "Inclusief", "hide_menu", "Verberg menu", "show_menu", "Toon Menu", _s18_42, "Gedeeltelijk terugbetaald", _s16_68, "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_69, "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_60, "Factuur succesvol geannuleerd", _s18_44, "Facturen succesvol geannuleerd", _s16_75, "Factuur succesvol teruggedraaid", _s17_61, "Facturen succesvol teruggedraaid", "reverse", "Terugdraaien", "full_name", "Volledige naam", _s17_62, "Stad/Provincie/Postcode", _s17_64, "Postcode/Stad/Provincie", "custom1", _s17_139, "custom2", _s17_140, "custom3", _s16_243, "custom4", "Vierde aangepaste", "optional", "Optioneel", "license", "Licentie", "purge_data", "Wis gegevens", _s16_76, "De bedrijfsgegevens zijn gewist", _s18_45, "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_29, "Ontvang alle notificaties", _s16_77, "Licentie aanschaffen", "apply_license", "Activeer licentie", "cancel_account", "Account verwijderen", _s22_19, "Waarschuwing: Dit zal uw account verwijderen. Er is geen manier om dit ongedaan te maken.", "delete_company", "Verwijder bedrijf", _s22_20, "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_112, "removed_design", _s18_112, "restored_design", "Ontwerp teruggehaald", _s16_79, "Succesvol gearchiveerd: waarde designs", "deleted_designs", "Succesvol verwijderd: waarde designs", _s16_80, "Succesvol hersteld: waarde designs", "proposals", "Voorstellen", "tickets", "Tickets", _s16_81, "Terugkerende offertes", "recurring_tasks", "Terugkerende Taken", _s18_46, "Accountbeheer", "credit_date", "Kredietdatum", "credit", "Krediet", "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_83, "Succesvol :count creditnota's gearchiveerd", "deleted_credits", "Succesvol :count creditnota's verwijderd", _s16_84, ":value aan krediet succesvol hersteld", "current_version", "Huidige versie", "latest_version", "Laatste versie", "update_now", "Nu updaten", _s26_16, "Een nieuwe versie van de web applicatie is beschikbaar", _s16_85, "Update beschikbaar", "app_updated", "Update met succes voltooid", "learn_more", "Kom meer te weten", "integrations", "Integraties", "tracking_id", "Tracering Id", _s17_66, _s17_67, "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_68, "surcharge2", _s20_69, "surcharge3", _s20_70, "surcharge4", _s20_71, "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_52, "Contact laatste Login", _s17_68, "Contact Volledige Naam", "contact_phone", "Contact telefoon", _s21_38, "Contact aangepaste waarde 1", _s21_39, "Contact aangepaste waarde 2", _s21_40, "Contact aangepaste waarde 3", _s21_41, "Contact aangepaste waarde 4", _s17_70, "Leveringsstraat", _s17_71, "Leverings Apt/Suite", "shipping_city", "Leveringsstad", "shipping_state", "Leverings Staat/Provincie", _s20_36, "Leverings Postcode", _s16_115, "Leveringsland", _s16_117, "Facturatie straat", _s16_118, "Facturatie Apt/Suite", "billing_city", "Facturatiestad", "billing_state", "Facturatie Staat/Provincie", _s19_23, "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_119, "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_42, "Voeg recente fouten uit de logboeken toe", _s30_5, "We hebben uw bericht ontvangen, en zullen zo spoedig mogelijk reageren.", "message", "Bericht", "from", "Van", _s20_38, "toon product details", _s25_31, "Neem de beschrijving en kosten op in de vervolgkeuzelijst met producten", _s20_40, "De PDF renderaar vereist :version", _s18_55, "Pas Vergoedingspercentage Aan", _s23_15, "Pas percentage aan om rekening te houden met de kosten", _s18_57, "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_43, "Wachtwoord is te kort", _s20_41, "Het wachtwoord moet een hoofdletter en een nummer bevatten", _s19_25, "Klantenportaal taken", _s23_16, "Klantenportaal dashboard", _s20_42, "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_139, "second_custom", _s17_140, "third_custom", _s16_243, "show_cost", "Toon kosten", _s17_73, "Laat product kosten zien", "show_cost_help", "Toon het kostenveld van een product om de opmaak / winst te volgen", _s21_44, "Toon product hoeveelheid", _s26_18, "Toon aantallen voor producten, anders de standaard versie", _s21_46, "Toon factuur aantallen", _s26_19, "Toon aantallen voor regelitem, anders de standaard versie", _s21_48, "Toon product korting", _s26_20, "Geef een regelitem kortingssveld weer", _s16_121, "Standaard aantallen", _s21_50, "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_123, "Standaard BTW-tarief", "user", "Gebruiker", "invoice_tax", "Factuur BTW-tarief", "line_item_tax", "Regelitem BTW-tarief", "inclusive_taxes", "Inclusief belasting", _s17_75, "Factuur belastingtarief", "item_tax_rates", "Product belastingtarief", _s18_59, _s31_22, "configure_rates", "Tarieven instellen", _s18_60, "Configureer Gateways", "tax_settings", "BTW-instellingen", _s18_62, "BTW-tarieven", "accent_color", "Accent Kleur", "switch", "Overschakelen", _s19_27, "Komma gescheiden lijst", "options", "Opties", _s16_125, "Eenregelige tekst", "multi_line_text", "Multi-regelige tekst", "dropdown", "Dropdwon", "field_type", "Veld type", _s27_28, "Een wachtwoord herstel mail is verzonden", "submit", "Opslaan", _s16_127, "Wachtwoord vergeten?", "late_fees", "Late vergoedingen", "credit_number", "Kredietnummer", "payment_number", "Betalingsnummer", "late_fee_amount", "Late vergoedingsbedrag", _s16_128, "Late vergoedingspercentage", "schedule", "Schema", "before_due_date", "Voor de vervaldatum", "after_due_date", "Na de vervaldatum", _s18_64, "na de factuurdatum", "days", "Dagen", "invoice_email", "Factuurmail", "payment_email", "Betalingsmail", "partial_payment", _s22_58, "payment_partial", _s22_58, _s21_51, "E-mail voor gedeeltelijke betaling", "quote_email", "Offertemail", _s16_130, "Eindeloze taak", _s16_132, "Gefilterd door gebruiker", "administrator", "Beheerder", _s18_65, "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_134, "Algemene instellingen", "invoice_options", "Factuuropties", _s17_77, 'Verberg "Reeds betaald"', _s22_27, 'Toon alleen het "Reeds betaald" gebied op je facturen als er een betaling gemaakt is.', _s23_18, "Documenten invoegen", _s28_19, "Bijgevoegde afbeeldingen weergeven in de factuur.", _s16_136, "Toon header op", _s16_137, "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_66, "Automatisch e-mailen", _s23_19, "Verzend terugkerende facturen automatisch wanneer ze worden gemaakt.", _s20_45, _s22_59, _s25_37, "Facturen automatisch archiveren wanneer ze worden betaald.", _s18_67, _s22_59, _s23_20, "Offertes automatisch archiveren wanneer ze zijn omgezet.", _s18_68, _s20_67, _s23_21, "Zet een offerte automatisch om in een factuur zodra deze door een klant wordt goedgekeurd.", _s17_79, "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_81, "Drie maanden", _s16_138, "Vier maanden", "freq_six_months", "Zes maanden", "freq_annually", "Jaarlijks", "freq_two_years", "Twee jaar", _s16_139, "Drie jaar", "never", "Nooit", "company", "Bedrijf", _s17_82, "Gegenereerde nummers", "charge_taxes", "BTW berekenen", "next_reset", "Volgende reset", "reset_counter", "Teller resetten", _s16_140, "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_84, "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_86, "Zelfgeschreven JavaScript", _s16_142, "Weergeven op PDF", _s21_53, "Toon de handtekening van de klant op de factuur/offerte PDF.", _s25_38, "Factuurvoorwaarden checkbox", _s30_6, "Verplicht de klant om akkoord te gaan met de factuurvoorwaarden.", _s23_22, "Offertevoorwaarden checkbox", _s28_20, "Verplicht de klant om akkoord te gaan met de offertevoorwaarden.", _s25_39, "Factuur handtekening", _s30_7, "Verplicht de klant om zijn handtekening te zetten.", _s23_23, "Offerte handtekening", _s22_29, "Facturen beveiligen met een wachtwoord", _s27_29, "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_24, "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_143, "Document bijvoegen", "attach_ubl", "UBL bijvoegen", "email_style", "Email opmaak", _s19_29, "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_30, "Geaccepteerde kaart logo's", "credentials", "Gegevens", "update_address", "Adres aanpassen", _s19_32, "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_145, "Het tarief is aangemaakt", _s16_146, "Het tarief is bijgewerkt", _s17_89, "Het tarief is gearchiveerd", _s16_147, "De BTW heffing is verwijderd", _s17_90, "De BTW heffing is teruggezet", _s18_69, "Succesvol gearchiveerd: waarde belastingstarieven", _s17_91, "Succesvol verwijderd: waarde belastingtarieven", _s18_70, "Succesvol hersteld: waarde belastingtarieven", "fill_products", "Producten Automatisch aanvullen", _s18_71, "Een product selecteren zal automatisch de beschrijving en kosten instellen", "update_products", "Producten automatisch wijzigen", _s20_47, "Het wijzigen van een factuur zal automatisch de producten aanpassen", _s16_148, "Producten omzetten", _s21_54, "Productprijzen automatisch converteren naar het valuta van de klant", "fees", "Transactiekosten", "limits", "Limieten", "provider", "Provider", "company_gateway", _s16_244, _s16_150, _s16_244, _s19_33, "Nieuwe instantie aanmaken", _s20_48, "Huidige instantie bewerken", _s23_24, "De nieuwe instantie is aangemaakt", _s23_25, "De nieuwe instantie is bijgewerkt", _s24_25, "De nieuwe instantie is gearchiveerd", _s23_26, "De nieuwe instantie is verwijderd", _s24_26, "De nieuwe instantie is hersteld", _s25_41, "Succesvol gearchiveerd: waarde gateways", _s24_27, "Succesvol verwijderd: waarde gateways", _s25_42, "Succesvol hersteld: waarde gateways", _s16_152, "Bewerk verder", "discard_changes", "Wis Wijzigingen", "default_value", "Standaard waarde", "disabled", "Uitgeschakeld", "currency_format", "Munt formaat", _s21_55, "Eerste dag van de week", _s23_27, "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_72, "24-uurs weergave", "send_reminders", "Verstuur herinneringen", "timezone", "Tijdzone", _s19_34, "Gefilterd op project", _s17_92, "Filteren op groep", _s19_36, "Filteren op factuur", _s18_73, "Filteren op klant", _s18_75, "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_154, "Productinstellingen", "device_settings", "Apparaatinstellingen", "defaults", "Standaardwaarden", "basic_settings", "Basisinstellingen", _s17_94, "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_29, "Sjablonen en herinneringen", _s22_30, "Credit Cards & Banken", _s19_38, "Datavisualisaties", "price", "Prijs", "email_sign_up", "Aanmelden voor email", "google_sign_up", "Aanmelden bij Google", _s27_33, "Bedankt voor uw aankoop!", "redeem", "Verzilver", "back", "Terug", "past_purchases", "Voorbije aankopen", _s19_40, "Jaarlijks abonnement", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count gebruikers", "upgrade", "Upgrade", _s25_43, "Vul een voornaam in aub", _s24_28, "Vul een naam in aub", _s33_16, "Ga akkoord met de servicevoorwaarden en het privacybeleid om een account aan te maken.", "i_agree_to_the", "Ik ga akkoord met", _s16_156, "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_77, "Geen records geselecteerd", _s21_58, "Bewaar of annuleer de wijzigingen", "download", "Download", _s27_34, "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_96, "Document is geupload", _s16_158, "Het document is bijgewerkt", _s17_97, "Het document is gearchiveerd", _s16_159, "Het document is verwijderd", _s17_98, "Het document is hersteld", _s18_79, "Succesvol gearchiveerd: waarde documenten", _s17_99, "Succesvol verwijderd: waarde documenten", _s18_80, "Succesvol hersteld: waarde documenten", "no_history", "Geen geschiedenis", "expense_date", "Uitgave datum", "pending", "In afwachting", _s16_160, "Gelogged", _s16_161, "In afwachting", _s16_162, "Gefactureerd", "converted", "Omgezet", _s24_30, "Voeg documenten toe aan factuur", "exchange_rate", "Wisselkoers", _s16_163, "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_164, "Succesvol :count leveranciers gearchiveerd", "deleted_vendors", "Succesvol :count leveranciers verwijderd", _s16_165, "Succesvol hersteld: waarde leveranciers", "new_expense", "Nieuwe uitgave", "created_expense", "De uitgave is aangemaakt", "updated_expense", "De uitgave is gewijzigd", _s16_166, "De uitgave is gearchiveerd", "deleted_expense", "De uitgave is verwijderd", _s16_167, "De uitgave is hersteld", _s17_100, "De uitgaven zijn gearchiveerd", _s16_168, "De uitgaven zijn verwijderd", _s17_101, "Succesvol hersteld: waarde uitgaven", "copy_shipping", "Levering kopi\xebren", "copy_billing", "Facturatie kopi\xebren", "design", "Ontwerp", _s21_59, "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_169, "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_66, "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_42, "Geef a.u.b. een naam op", "budgeted_hours", "Begrote uren", "created_project", "Het project is aangemaakt", "updated_project", "Het project is gewijzigd", _s16_171, "Het project is gearchiveerd", "deleted_project", _s25_56, _s16_172, "Het project is hersteld", _s17_102, "Succesvol :count projecten gearchiveerd", _s16_173, "Succesvol :count projecten verwijderd", _s17_103, "Succesvol hersteld: waarde projecten", "new_project", "Nieuw project", _s27_38, "Bedankt voor het gebruik van onze app!", "if_you_like_it", "Als je het leuk vindt alsjeblieft", "click_here", "Klik hier", _s18_81, "Klik hier", "to_rate_it", "om een score te geven.", "average", "Gemiddeld", "unapproved", "Afgekeurd", _s30_12, "Gelieve te authenticeren om deze instelling te wijzigen", "locked", "Vergrendeld", "authenticate", "Authenticeer", _s19_44, "Gelieve te authenticeren", _s24_31, "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_104, "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_174, "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_50, "Bewerk terugkerende offerte", "billing_address", "Factuuradres", _s16_176, "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_178, "Verversen afgerond", _s23_30, "Gelieve uw e-maildres in te vullen", _s26_29, "Gelieve uw wachtwoord in te voeren", _s21_62, "Gelieve uw URL in te voeren", _s26_31, "Gelieve een productcode in te voeren", "ascending", "Oplopend", "descending", "Aflopend", "save", "Opslaan", _s17_106, "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_46, "Waarde :value naar klembord gekopieerd", "error", "Fout", _s16_180, "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_182, "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_184, "Het product is gearchiveerd", "deleted_product", "Het product is verwijderd", _s16_185, "Het product is hersteld", _s17_108, "Succesvol :count producten gearchiveerd", _s16_186, "Succesvol :count producten verwijderd", _s17_109, "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_187, "Succesvol :count klanten gearchiveerd", "deleted_client", "De klant is verwijderd", "deleted_clients", "Succesvol :count klanten verwijderd", "restored_client", "De klant is hersteld", _s16_188, "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_189, "De factuur is gearchiveerd", "deleted_invoice", "De factuur is verwijderd", _s16_190, "De factuur is hersteld", _s17_110, "Succesvol :count facturen gearchiveerd", _s16_191, "De :count facturen zijn verwijderd", _s17_111, "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_192, "Gedeeltelijke vervaldatum", "status", "Status", _s17_112, "Factuurstatus", "quote_status", "Offertestatus", _s22_31, "Klik op + om een artikel toe te voegen", _s22_33, "Klik + om tijd toe te voegen", "count_selected", ":count geselecteerd", "total", "Totaal", "percent", "Procent", "edit", "Bewerk", "dismiss", "Seponeren", _s20_52, "Gelieve een datum selecteren", _s22_34, _s31_22, _s24_33, "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_14, "Gelieve een factuurnummer in te voeren", _s27_42, "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_36, "De factuur is gemarkeerd als verzonden", _s22_37, "Factuur succesvol gemarkeerd als verzonden", _s23_32, "Facturen gemarkeerd als verzonden", _s23_33, "Facturen succesvol gemarkeerd als verzonden", "done", "Klaar", _s37_13, "Gelieve een bedrijfsnaam of contactpersoon in te voeren", "dark_mode", "Donkere modus", _s27_44, "Herstart de applicatie om de wijziging toe te passen", "refresh_data", "Gegevens verversen", "blank_contact", "Leeg contact", "activity", "Activiteit", _s16_194, "Geen gegevens gevonden", "clone", "Dupliceer", "loading", "Laden", "industry", "Industrie", "size", "Grootte", "payment_terms", "Betalingsvoorwaarden", "payment_date", "Betalingsdatum", "payment_status", "Betaalstatus", _s16_196, "In afwachting", _s16_197, "Ongeldig", _s16_198, "Mislukt", _s16_199, "Voltooid", _s16_200, "Deels terugbetaald", _s16_201, "Gecrediteerd", _s17_113, "Niet toegepast", _s17_114, _s27_59, "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_113, "second_reminder", _s18_114, "third_reminder", _s17_141, "reminder1", _s18_113, "reminder2", _s18_114, "reminder3", _s17_141, "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_64, "Transactie referentie", "enter_payment", "Voer betaling in", "new_payment", "Nieuwe betaling", "created_payment", "De betaling is aangemaakt", "updated_payment", "De betaling is gewijzigd", _s16_202, "De betaling is gearchiveerd", "deleted_payment", "De betaling is verwijderd", _s16_203, "De betaling is hersteld", _s17_115, "Succesvol :count betalingen gearchiveerd", _s16_204, "Succesvol :count betalingen verwijderd", _s17_116, "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 ticket :ticket bijgewerkt", "activity_49", ":user heeft ticket :ticket gesloten", "activity_50", ":user heeft ticket :ticket samengevoegd", "activity_51", ":user heeft ticket :ticket gesplitst", "activity_52", ":contact heeft ticket :ticket geopend", "activity_53", ":contact heeft ticket :ticket heropend", "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_117, "Eenmalig wachtwoord", "emailed_quote", "De offerte is gemaild", "emailed_credit", "Krediet is verzonden", _s20_54, "De offerte is gemarkeerd als verzonden", _s21_66, "Krediet is gemarkeerd als verzonden", "expired", "Verlopen", "all", "Alles", "select", "Selecteer", _s22_38, "Lang indrukken multiselect", "custom_value1", _s17_142, "custom_value2", _s17_142, "custom_value3", "Aangepaste waarde 3", "custom_value4", "Aangepaste waarde 4", _s18_82, "Aangepaste Email Stijl", _s24_38, "Aangepast bericht Dashboard", _s29_31, "Aangepast bericht Onbetaalde Factuur", _s27_49, "Aangepast bericht Betaalde Factuur", _s31_13, "Aangepast bericht Niet goedgekeurde Offerte", "lock_invoices", "Vergrendel facturen", "translations", "Vertalingen", _s19_47, "Taaknummer patroon", _s19_49, "Taaknummer teller", _s22_40, "Uitgave nummer patroon", _s22_42, "Uitgave nummer teller", _s21_67, "Leverancier nummer patroon", _s21_69, "Leverancier nummer teller", _s21_71, "Ticket nummer patroon", _s21_73, "Ticket nummer teller", _s22_44, "Betalingsnummer patroon", _s22_46, "Betalingsnummer teller", _s22_48, "Factuur nummer patroon", _s22_50, "Factuurnummerteller", _s20_55, "Offertenummer teller", _s20_57, "Offertenummerteller", _s21_75, _s21_93, _s21_77, _s20_72, _s21_79, _s21_93, _s21_80, _s20_72, _s18_84, "Teller datum resetten", "counter_padding", "Teller patroon", _s28_55, "Gedeelde factuur offerte teller", _s18_86, "Standaard BTW naam 1", _s18_88, "Standaard BTW-tarief 1", _s18_90, "Standaard BTW naam 2", _s18_92, "Standaard BTW-tarief 2", _s18_94, "Standaard BTW naam 3", _s18_96, "Standaard BTW-tarief 3", _s21_81, "E-mail factuur onderwerp", _s19_51, "E-mail offerte onderwerp", _s21_83, "E-mail betaling onderwerp", _s29_33, "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_205, "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_40, "Klant leveringsadres", _s24_41, "Klant leverings Apt/Suite", "type", "Type", "invoice_amount", "Factuurbedrag", _s16_209, "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_119, _s20_68, _s17_120, _s20_69, _s17_121, _s20_70, _s17_122, _s20_71, "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_53, "Uitgave categorie ID", _s16_210, _s16_242, _s19_55, "Factuur valuta ID", "tax_name1", "BTW naam 1", "tax_name2", "BTW naam 2", "tax_name3", "BTW naam 3", "transaction_id", "Transactie ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "en_GB", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Set Password", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, _s18_25, _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_12, _s29_1, "select_file", _s20_73, _s16_45, _s16_46, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_101, _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, _s17_39, _s18_36, _s18_37, _s21_32, _s21_33, _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, _s39_1, _s25_25, _s38_9, _s25_26, _s38_10, _s26_9, _s39_2, _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_126, _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, _s17_49, _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_30, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_12, "updated_token", _s26_13, "archived_token", _s27_18, "deleted_token", _s26_14, "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_57, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, _s16_82, "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_24, "updated_credit", _s27_25, "archived_credit", _s28_17, "deleted_credit", _s27_26, "removed_credit", _s27_27, "restored_credit", _s28_18, _s16_83, _s36_14, "deleted_credits", _s35_16, _s16_84, _s36_5, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "Learn more", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_218, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Message", "from", "From", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Tax Settings", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, _s21_86, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Schedule", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Quote Email", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_33, "updated_user", _s25_34, "archived_user", _s26_21, "deleted_user", _s25_35, "removed_user", _s25_36, "restored_user", _s26_22, "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, _s16_135, "invoice_options", "Invoice Options", _s17_77, _s17_78, _s22_27, _s87_, _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show Header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, _s70_, _s17_79, _s17_80, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Fortnightly", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_81, "Three months", _s16_138, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, _s17_83, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _s142_, "authorization", "Authorisation", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_24, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Update Address", _s19_32, _s45_1, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_145, _s29_8, _s16_146, _s29_9, _s17_89, _s34_16, _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", _s18_102, _s18_71, _s71_, "update_products", _s20_60, _s20_47, _s65_0, _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, _s16_155, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_94, _s17_95, "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_29, _s21_57, _s22_30, _s20_49, _s19_38, "Data Visualisations", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, _s16_157, "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_77, _s18_78, _s21_58, _s34_13, "download", "Download", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Converted", _s24_30, _s24_42, "exchange_rate", "Exchange Rate", _s16_163, _s16_222, "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_35, "updated_vendor", _s27_36, "archived_vendor", _s28_25, "deleted_vendor", _s27_37, "restored_vendor", _s28_26, _s16_164, _s36_15, "deleted_vendors", _s35_17, _s16_165, _s36_7, "new_expense", "Enter Expense", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, _s30_25, _s16_168, _s29_40, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_8, "start", "Start", "stop", "Stop", "started_task", _s25_45, "stopped_task", _s25_46, "resumed_task", _s25_47, "now", "Now", _s16_169, _s16_170, "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_48, "updated_task", _s25_49, "archived_task", _s26_27, "deleted_task", _s25_50, "restored_task", _s26_28, "archived_tasks", _s34_17, "deleted_tasks", _s33_20, "restored_tasks", _s34_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "New Project", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "click here", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Billing Address", _s16_176, _s16_177, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_59, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_34, "updated_product", _s28_35, _s16_184, _s29_19, "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Client", "clients", "Clients", "new_client", "New Client", "created_client", _s27_39, "updated_client", _s27_40, "archived_client", _s28_37, _s16_187, _s36_16, "deleted_client", _s27_41, "deleted_clients", _s35_18, "restored_client", _s28_38, _s16_188, _s36_9, "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_39, "updated_invoice", _s28_40, _s16_189, _s29_21, "deleted_invoice", _s28_41, _s16_190, _s29_22, _s17_110, _s37_19, _s16_191, _s36_17, _s17_111, _s37_12, "emailed_invoice", _s28_67, "emailed_payment", _s28_57, "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_192, _s16_193, "status", "Status", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax", _s30_14, _s30_15, _s27_42, _s27_43, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Done", _s37_13, _s37_14, "dark_mode", "Dark Mode", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_194, _s16_195, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_13, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customise", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_64, _s21_65, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_42, "updated_payment", _s28_43, _s16_202, _s29_23, "deleted_payment", _s28_44, _s16_203, _s29_24, _s17_115, _s37_20, _s16_204, _s36_18, _s17_116, _s37_15, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_33, "updated_quote", _s26_34, "archived_quote", _s27_45, "deleted_quote", _s26_35, "restored_quote", _s27_46, "archived_quotes", _s35_15, "deleted_quotes", _s34_18, "restored_quotes", _s35_14, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_45, "activity_2", _s29_25, "activity_3", _s28_46, "activity_4", _s30_16, "activity_5", _s30_17, "activity_6", _s54_0, "activity_7", _s44_0, "activity_8", _s31_6, "activity_9", _s30_18, "activity_10", _s85_0, "activity_11", _s30_19, "activity_12", _s31_7, "activity_13", _s30_20, "activity_14", _s28_47, "activity_15", _s28_48, "activity_16", _s29_26, "activity_17", _s28_49, "activity_18", _s26_36, "activity_19", _s26_37, "activity_20", _s50_5, "activity_21", _s28_50, "activity_22", _s27_47, "activity_23", _s26_38, "activity_24", _s27_48, "activity_25", _s31_8, "activity_26", _s29_27, "activity_27", _s31_9, "activity_28", _s29_28, "activity_29", _s42_11, "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", _s30_21, "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", _s26_41, "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "All", "select", "Select", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_55, _s20_56, _s20_57, _s20_58, _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Type", "invoice_amount", "Invoice Amount", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "fi", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Aseta salasana", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Esihyv\xe4ksy debit korttimaksut", "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "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_1, _s18_2, "system", "J\xe4rjestelm\xe4", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From nimi", _s16_6, "Kopioi kuluksi", _s17_4, "toistuva kulu", _s18_4, "toistuva kulut", _s21_1, "uusi toistuva kulu", _s22_, "muokkaa toistuva kulu", _s25_, "onnistuneesti luotu toistuva kulu", _s25_0, "onnistuneesti p\xe4ivitetty toistuva kulu", _s26_, "onnistuneesti arkistoitu toistuva kulu", _s25_1, _s32_11, _s25_2, _s38_1, _s26_0, "onnistuneesti palautettu toistuva kulu", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Tuo tietoja", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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", "viime p\xe4ivitetty", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_12, "kontakti ensimm\xe4inen nimi", _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, "muokkaa tilaus", _s20_4, "onnistuneesti luotu tilaus", _s20_5, "onnistuneesti p\xe4ivitetty tilaus", _s21_13, "onnistuneesti arkistoitu tilaus", _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, "Scan bar koodi a :link compatible app.", _s18_21, "Kaksivaiheinen tunnistautuminen otettu onnistuneesti k\xe4ytt\xf6\xf6n", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "Kaksivaiheinen tunnistautuminen", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "Hyvitetty maksu", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "viime Quarter", "to_update_run", "To update run", _s18_24, "Muuta laskuksi", _s16_37, _s16_38, "invoice_project", "Lasku projekti", "invoice_task", "Laskuta teht\xe4v\xe4", "invoice_expense", "Lasku kulu", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, "Tuetut tapahtumat", _s16_43, "Converted m\xe4\xe4r\xe4", _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "oletus Documents", "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Sarake", "sample", "Otos", "map_to", "Map To", "import", "Tuo", _s25_12, _s29_1, "select_file", "yst\xe4v\xe4llisesti valitsee tiedosto", _s16_45, _s16_46, "csv_file", "CSV tiedosto", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Varoitus", "view_settings", "View Settings", _s24_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, "Onnistuneesti p\xe4ivitetty teht\xe4v\xe4n tila", _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, "Lis\xe4\xe4 aikatieto laskun tuoteriville", _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "kulu kategoriat", _s20_23, "uusi kulu kategoria", _s21_25, _s21_26, _s24_14, "onnistuneesti luotu kulukategoria", _s24_15, "onnistuneesti p\xe4ivitetty kulukategoria", _s25_16, "onnistuneesti arkistoitu kulu kategoria", _s24_16, "onnistuneesti poistettu category", _s24_17, _s37_2, _s25_17, "onnistuneesti palautettu kulukategoria", _s27_14, "onnistuneesti arkistoitu :count kulu kategoria", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "Pit\xe4isi laskuttaa", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Er\xe4p\xe4iv\xe4", "paused", "Paused", "mark_active", "Merkitse aktiiviseksi", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "P\xe4\xe4ttym\xe4t\xf6n", "next_send_date", "Next Send Date", _s16_53, "J\xe4ljell\xe4 olevia kertoja", _s17_38, "Toistuva lasku", _s18_36, "Toistuvat laskut", _s21_32, "Uusi toistuva lasku", _s22_12, "muokkaa toistuva Lasku", _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Toistuva lasku arkistoitu onnistuneesti", _s25_25, "Toistuva lasku poistettu onnistuneesti", _s25_26, _s38_10, _s26_9, "Toistuva lasku palautettu onnistuneesti", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "N\xe4yt\xe4 Portaali", "copy_link", "Copy Link", "token_billing", "Tallenna korttitiedot", _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "Laskut l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_quotes", "Tarjoukset l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_credits", _s28_56, "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_143, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Valitut tarjoukset", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Er\xe4\xe4ntyv\xe4t laskut", _s17_50, _s17_51, "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", "Update Invoice", "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API-salasanat", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, "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_31, _s41_1, "ledger", "Ledger", "view_pdf", "Katso PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Yhteyshenkil\xf6n nimi", "use_default", "K\xe4yt\xe4 oletusarvoa", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Maksuehdot", _s16_66, "Uudet maksuehdot", _s17_56, "Muokkaa maksuaikaa", _s20_32, "onnistuneesti luotu maksu ehto", _s20_33, "onnistuneesti p\xe4ivitetty maksu ehto", _s21_35, "onnistuneesti arkistoitu maksu ehto", _s20_34, _s35_19, _s20_35, _s35_19, _s21_36, "Maksuehto palautettiin onnistuneesti", _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Vaihda", _s23_13, "Vaihda mobiilin\xe4kym\xe4\xe4n?", _s24_23, "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_42, "Osittain hyvitetty", _s16_68, "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_69, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Hae 1 tarjous", "search_credit", "Search 1 Credit", "search_vendor", "Hae 1 kauppias", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Hyvitysmaksu", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full nimi", _s17_62, "Kaupunki/Alue/Postitoimipaikka", _s17_64, "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_76, "onnistuneesti purged yritys data", _s18_45, "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_29, "Vastaanota kaikki ilmoitukset", _s16_77, "Osta lisenssi", "apply_license", "K\xe4yt\xe4 lisenssi", "cancel_account", "Poista tili", _s22_19, "Varoitus: T\xe4m\xe4 poistaa tilisi pysyv\xe4sti. Tietoja ei pysty palauttamaan.", "delete_company", "Poista yritys", _s22_20, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Ehdotukset", "tickets", "Tickets", _s16_81, "Toistuvat tarjoukset", "recurring_tasks", "Recurring Tasks", _s18_46, "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_27, "restored_credit", "Luotto palautettu onnistuneesti", _s16_83, ":count hyvitys(t\xe4) arkistoitiin onnistuneesti", "deleted_credits", ":count luotto(a) poistettu onnistuneesti", _s16_84, "Palautettiin onnistuneesti :value luotolle", "current_version", "Nykyinen versio", "latest_version", "Latest Version", "update_now", "P\xe4ivit\xe4 nyt", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "Lue lis\xe4\xe4", "integrations", "Integraatiot", "tracking_id", "Seurantatunnus", _s17_66, _s17_67, "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_60, "surcharge2", _s22_61, "surcharge3", _s22_62, "surcharge4", _s22_63, "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_52, "Kontaktin viimeinen kirjautuminen", _s17_68, "Kontaktin koko nimi", "contact_phone", "kontakti puhelin", _s21_38, "Kontakti Mukautettu Arvo 1", _s21_39, "Kontakti Mukautettu Arvo 2", _s21_40, "Kontakti Mukautettu Arvo 3", _s21_41, "Kontakti Mukautettu Arvo 4", _s17_70, "Toimitus: Katu", _s17_71, "Toimitus: Asunto/huoneisto", "shipping_city", "Toimitus: Kaupunki", "shipping_state", "Toimitus: Maakunta", _s20_36, "Toimitus: Postinumero", _s16_115, "Toimitus: Maa", _s16_117, "Laskutus: Katu", _s16_118, "Laskutus: Asunto/huoneisto", "billing_city", "Laskutus: Kaupunki", "billing_state", "Laskutus: Maakunta", _s19_23, "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_119, "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_42, "Sis\xe4llyt\xe4 viimeiset virheet lokiin", _s30_5, "Olemme vastaanottaneet viestisi ja pyrimme vastaamaan siihen pikaisesti.", "message", "Viesti", "from", "L\xe4hett\xe4j\xe4", _s20_38, "N\xe4yt\xe4 tuotteen tiedot", _s25_31, "Sis\xe4llyt\xe4 lis\xe4tieto ja hinta tuotteen alasvetovalikkoon", _s20_40, "PDF sivun muokkaaja vaatii :version", _s18_55, "S\xe4\xe4d\xe4 kuluprosenttia", _s23_15, "Adjust percent tili palkkio", _s18_57, "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_43, "salasana on liian lyhyt", _s20_41, "Salasanan pit\xe4\xe4 sis\xe4lt\xe4\xe4 iso kirjain ja numero", _s19_25, "Asiakas portaalin teht\xe4v\xe4t", _s23_16, "Asiakas portaalin etusivu", _s20_42, "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_73, _s17_74, "show_cost_help", "N\xe4yt\xe4 tuotteen kulukentt\xe4 seurataksesi katetta", _s21_44, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4", _s26_18, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_46, "N\xe4yt\xe4 Laskun m\xe4\xe4r\xe4t", _s26_19, "N\xe4yt\xe4 rivien m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, "Oletus m\xe4\xe4r\xe4", _s21_50, "Aseta rivim\xe4\xe4r\xe4 oletuksena 1", "one_tax_rate", "Ensimm\xe4inen veroluokka", "two_tax_rates", "Toinen veroluokka", "three_tax_rates", "Kolmas veroluokka", _s16_123, "Oletus veroluokka", "user", "K\xe4ytt\xe4j\xe4", "invoice_tax", "Laskun vero", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "Valitse asiakas", "configure_rates", "M\xe4\xe4rit\xe4 kurssit", _s18_60, _s18_61, "tax_settings", "Veroasetukset", _s18_62, "Veroluokat", "accent_color", "Nouseva v\xe4ri", "switch", "Switch", _s19_27, "pilkku eroteltu lista", "options", "Valinnat", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Alasvetovalikko", "field_type", "Kent\xe4n tyyppi", _s27_28, "Salasanan palautuss\xe4hk\xf6posti on l\xe4hetetty.", "submit", "Submit", _s16_127, "Palauta salasana", "late_fees", "Viiv\xe4stysmaksut", "credit_number", "luotto numero", "payment_number", "maksu numero", "late_fee_amount", "Late palkkio m\xe4\xe4r\xe4", _s16_128, "Late palkkio Percent", "schedule", "Aikataulu", "before_due_date", "Ennen er\xe4p\xe4iv\xe4\xe4", "after_due_date", "Er\xe4p\xe4iv\xe4n j\xe4lkeen", _s18_64, "Laskun p\xe4iv\xe4yksen j\xe4lkeen", "days", "P\xe4iv\xe4\xe4", "invoice_email", "Laskus\xe4hk\xf6posti", "payment_email", "Maksus\xe4hk\xf6posti", "partial_payment", _s16_245, "payment_partial", _s16_245, _s21_51, "Osittaisen maksun s\xe4hk\xf6postiosoite", "quote_email", "Tarjouss\xe4hk\xf6posti", _s16_130, "Endless muistutus", _s16_132, _s16_133, "administrator", "Yll\xe4pit\xe4j\xe4", _s18_65, "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_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "Yleiset asetukset", "invoice_options", "Laskun valinnat", _s17_77, 'Piilota "Maksettu t\xe4h\xe4n asti"', _s22_27, 'N\xe4yt\xe4 "Maksettava p\xe4iv\xe4m\xe4\xe4r\xe4\xe4n menness\xe4" kentt\xe4 laskuillasi vain maksetuilla laskuilla.', _s23_18, "Embed Documents", _s28_19, "Sis\xe4llyt\xe4 liitetyt kuvat laskuun.", _s16_136, "n\xe4yt\xe4 Header on", _s16_137, "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_66, "automaattinen Email", _s23_19, "automaattisesti s\xe4hk\xf6posti toistuva laskut when they on luotu.", _s20_45, _s22_64, _s25_37, "automaattisesti archive laskut when they on paid.", _s18_67, _s22_64, _s23_20, "Arkistoi tarjoukset automaattisesti kun ne on muunnettu laskuiksi.", _s18_68, "Automaattinen muunnos", _s23_21, "Muunna tarjous automaattisesti laskuksi, kun asiakas on hyv\xe4ksynyt tarjouksen.", _s17_79, "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_81, "kolme kuukautta", _s16_138, "nelj\xe4 kuukautta", "freq_six_months", "Six kuukautta", "freq_annually", "Vuosittain", "freq_two_years", "Kaksi vuotta", _s16_139, "3 vuotta", "never", "Ei koskaan", "company", "yritys", _s17_82, _s17_83, "charge_taxes", "Veloita veroa", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, "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_84, "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_86, "Muokautettu JavaScript", _s16_142, "n\xe4yt\xe4 on PDF", _s21_53, "N\xe4yt\xe4 asiakkaan allekirjoitus lasku-/tarjous-PDF:ss\xe4.", _s25_38, "Laskun ehdot valintaruutu", _s30_6, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy laskun ehdot.", _s23_22, "Tarjouksen ehdot valintaruutu", _s28_20, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy tarjouksen ehdot.", _s25_39, "Laskun allekirjoitus", _s30_7, "Vaadi asiakasta t\xe4ytt\xe4m\xe4\xe4n allekirjoitus.", _s23_23, "Tarjouksen allekirjoitus", _s22_29, "salasana suojaa laskut", _s27_29, "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_24, "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_143, "Liit\xe4 asiakirjoja", "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, "Accepted kortti Logos", "credentials", "Tunnukset", "update_address", "P\xe4ivit\xe4 osoite", _s19_32, "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_145, "Verokanta luotu onnistuneesti", _s16_146, "Verokanta p\xe4ivitetty onnistuneesti", _s17_89, "Verokanta arkistoitu onnistuneesti", _s16_147, "Verokanta onnistuneesti poistettu", _s17_90, "Verokanta onnistuneesti palautettu", _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Lis\xe4\xe4 automaattisesti tuotteita", _s18_71, "Tuotteen valinta t\xe4ytt\xe4\xe4 kuvauksen ja hinnan automaattisesti", "update_products", "P\xe4ivit\xe4 automaattisesti tuotteet", _s20_47, "Laskun p\xe4ivitt\xe4minen p\xe4ivitt\xe4\xe4 tuotetietokannan automaattisesti", _s16_148, "Convert tuotteet", _s21_54, "Muunna automaattisesti tuotehinnat asiakkaan valuuttaan", "fees", "palkkiot", "limits", "Limits", "provider", "Tarjoaja", "company_gateway", "maksu Gateway", _s16_150, "maksu Gateways", _s19_33, "uusi Gateway", _s20_48, "muokkaa Gateway", _s23_24, "onnistuneesti luotu gateway", _s23_25, "onnistuneesti p\xe4ivitetty gateway", _s24_25, "onnistuneesti arkistoitu gateway", _s23_26, "onnistuneesti poistettu gateway", _s24_26, "onnistuneesti palautettu gateway", _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, "Jatka muokkausta", "discard_changes", "Discard Changes", "default_value", "Oletus arvo", "disabled", "Pois k\xe4yt\xf6st\xe4", "currency_format", "Valuutan muoto", _s21_55, "Viikon ensimm\xe4inen p\xe4iv\xe4", _s23_27, "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_72, "N\xe4yt\xe4 24 tunnin aikamuoto", "send_reminders", "l\xe4het\xe4 muistutukset", "timezone", "Aikavy\xf6hyke", _s19_34, _s19_35, _s17_92, "Filtered by ryhm\xe4", _s19_36, "Filtered by Lasku", _s18_73, "Filtered by asiakas", _s18_75, "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_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "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_154, "Tuoteasetukset", "device_settings", "Device asetukset", "defaults", "Oletusasetukset", "basic_settings", "Perusasetukset", _s17_94, "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_143, "invoice_design", "Laskun muotoilu", "buy_now_buttons", "Osta nyt napit", "email_settings", "S\xe4hk\xf6postin asetukset", _s23_29, "Pohjat ja muistutukset", _s22_30, "luotto Cards & Banks", _s19_38, "Datan visualisaatiot", "price", "Hinta", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, "kiitos you sinun purchase!", "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, "Annual tilaus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count k\xe4ytt\xe4j\xe4\xe4", "upgrade", "Upgrade", _s25_43, "Anna etunimi", _s24_28, "Anna sukunimi", _s33_16, "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_156, "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_77, "ei record selected", _s21_58, "save tai peruuta sinun muutokset", "download", "Lataa", _s27_34, "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_96, "onnistuneesti l\xe4hetetty dokumentti", _s16_158, "onnistuneesti p\xe4ivitetty dokumentti", _s17_97, "onnistuneesti arkistoitu dokumentti", _s16_159, "onnistuneesti poistettu dokumentti", _s17_98, "onnistuneesti palautettu dokumentti", _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "ei History", "expense_date", "Kulun p\xe4iv\xe4m\xe4\xe4r\xe4", "pending", "Odottaa vastausta", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Muunnettu", _s24_30, "Lis\xe4\xe4 asiakirjoja laskuun", "exchange_rate", "Exchange Rate", _s16_163, "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_164, ":count kauppias(ta) arkistoitu onnistuneesti", "deleted_vendors", ":count kauppias(ta) poistettu onnistuneesti", _s16_165, _s36_7, "new_expense", "Lis\xe4\xe4 kulu", "created_expense", "onnistuneesti luotu kulu", "updated_expense", "onnistuneesti p\xe4ivitetty kulu", _s16_166, "Kulu arkistoitu onnistuneesti", "deleted_expense", "Kulu poistettu onnistuneesti", _s16_167, "onnistuneesti palautettu kulu", _s17_100, "onnistuneesti arkistoitu kulut", _s16_168, "onnistuneesti poistettu kulut", _s17_101, _s37_9, "copy_shipping", "Kopioi toimitus", "copy_billing", "Kopioi laskutus", "design", "malli", _s21_59, "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_169, "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_14, _s19_42, "Ole hyv\xe4 ja anna nimi", "budgeted_hours", "Budjetoidut ty\xf6tunnit", "created_project", "Onnistuneesti luotu projekti", "updated_project", "Onnistuneesti p\xe4ivitetty projekti", _s16_171, "Onnistuneesti arkistoitu projekti", "deleted_project", _s32_11, _s16_172, "Onnistuneesti palautettu projekti", _s17_102, "Onnistuneesti arkistoitu :count projekti(a)", _s16_173, "Onnistuneesti poistettu :count projekti(a)", _s17_103, _s37_10, "new_project", "Uusi projekti", _s27_38, "kiitos you using our app!", "if_you_like_it", _s21_61, "click_here", "klikkaa t\xe4st\xe4", _s18_81, "Klikkaa t\xe4st\xe4", "to_rate_it", "rate it.", "average", "Keskiarvo", "unapproved", "Hyv\xe4ksym\xe4tt\xf6m\xe4t", _s30_12, "authenticate change this asetus", "locked", "Locked", "authenticate", "Authenticate", _s19_44, "authenticate", _s24_31, _s24_32, "footer", "Alatunniste", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "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_104, "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_174, "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_50, "Muokkaa toistuvaa tarjousta", "billing_address", "Laskutusosoite", _s16_176, "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_178, _s16_179, _s23_30, "Anna s\xe4hk\xf6postiosoitteesi", _s26_29, "Anna salasanasi", _s21_62, "Anna sinun URL-osoitteesi", _s26_31, "Anna tuoteavain", "ascending", "Ascending", "descending", "Descending", "save", "Tallenna", _s17_106, "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_46, "Copied :arvo clipboard", "error", "Virhe", _s16_180, _s16_181, "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_182, _s16_183, "product", "Tuote", "products", "Tuotteet", "new_product", "Uusi tuote", "created_product", "Tuote on luotu onnistuneesti", "updated_product", "Tuote on p\xe4ivitetty onnistuneesti", _s16_184, "Tuote on arkistoitu onnistuneesti", "deleted_product", "onnistuneesti poistettu tuote", _s16_185, "onnistuneesti palautettu tuote", _s17_108, "onnistuneesti arkistoitu :count tuotteet", _s16_186, "onnistuneesti poistettu :count tuotteet", _s17_109, _s37_11, "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_187, _s43_2, "deleted_client", "Asiakas on poistettu onnistuneesti", "deleted_clients", ":count asiakas(ta) poistettu onnistuneesti", "restored_client", "Asiakas palautettu onnistuneesti", _s16_188, _s36_9, "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_189, "Lasku arkistoitiin onnistuneesti", "deleted_invoice", "Lasku poistettiin onnistuneesti", _s16_190, "Lasku palautettu onnistuneesti", _s17_110, _s43_2, _s16_191, ":count laskua poistettiin onnistuneesti", _s17_111, _s37_12, "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_192, "Partial er\xe4p\xe4iv\xe4", "status", "Tila", _s17_112, "Lasku tila", "quote_status", "Tarjouksen tila", _s22_31, "Napsauta + lis\xe4t\xe4ksesi nimikkeen", _s22_33, "Napsauta + lis\xe4t\xe4ksesi ajan", "count_selected", ":count selected", "total", "Loppusumma", "percent", "Prosentti", "edit", "Muokkaa", "dismiss", "Dismiss", _s20_52, "valitse p\xe4iv\xe4m\xe4\xe4r\xe4", _s22_34, "valitse asiakas", _s24_33, "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_14, "Ay\xf6t\xe4 laskunumero", _s27_42, "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_36, "Onnistuneesti merkitty lasku l\xe4hetetyksi", _s22_37, "Lasku merkittiin l\xe4hetetyksi onnistuneesti", _s23_32, _s43_3, _s23_33, _s43_3, "done", "Valmis", _s37_13, "Anna asiakkaan tai yhteyshenkil\xf6n nimi", "dark_mode", "Tumma tila", _s27_44, "Uudelleenk\xe4ynnist\xe4 sovellus ottaaksesi muutoksen k\xe4ytt\xf6\xf6n", "refresh_data", "Refresh Data", "blank_contact", "Blank kontakti", "activity", "Toiminta", _s16_194, "ei records found", "clone", "Kopioi", "loading", "Loading", "industry", "Toimiala", "size", "Koko", "payment_terms", "Maksuehdot", "payment_date", "Maksun p\xe4iv\xe4m\xe4\xe4r\xe4", "payment_status", "maksu tila", _s16_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_65, "button", "Button", "preview", "Esikatselu", "customize", "Mukauta", "history", "Historia", "payment", "Maksu", "payments", "Maksut", "refunded", "Refunded", "payment_type", "Maksutyyppi", _s21_64, "Tapahtuman viite", "enter_payment", "Kirjaa maksu", "new_payment", "Uusi maksutapahtuma", "created_payment", "Maksu on luotu onnistuneesti", "updated_payment", "Maksu p\xe4ivitetty onnistuneesti", _s16_202, "Maksu on arkistoitu onnistuneesti", "deleted_payment", "Maksu on poistettu onnistuneesti", _s16_203, "Maksu palautettu onnistuneesti", _s17_115, ":count maksu(a) arkistoitu onnistuneesti", _s16_204, ":count maksu(a) poistettu onnistuneesti", _s17_116, _s37_15, "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_14, "expense", "Kulu", "expenses", "Kulut", "vendor", "Kauppias", "vendors", "Kauppiaat", "task", "Teht\xe4v\xe4", "tasks", "Teht\xe4v\xe4t", "project", "Projekti", "projects", "Projektit", "activity_1", ":k\xe4ytt\xe4j\xe4 loi asiakkaan :client", "activity_2", ":k\xe4ytt\xe4j\xe4 arkistoi asiakkaan :client", "activity_3", ":k\xe4ytt\xe4j\xe4 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", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti teht\xe4v\xe4n :tiketti", "activity_49", ":k\xe4ytt\xe4j\xe4 sulki tiketin :tiketti", "activity_50", ":k\xe4ytt\xe4j\xe4 mergesi tiketin :tiketti", "activity_51", ":k\xe4ytt\xe4j\xe4 jakoi tiketin :tiketti", "activity_52", ":kontakti avasi tiketin :tiketti", "activity_53", ":kontakti reopened tiketti :tiketti", "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", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "Kertak\xe4ytt\xf6inen salasana", "emailed_quote", "Tarjous on l\xe4hetetty onnistuneesti", "emailed_credit", _s27_56, _s20_54, "Tarjous on onnistuneesti merkitty l\xe4hetetyksi", _s21_66, _s34_15, "expired", "Vanhentunut", "all", "Kaikki", "select", "Valitse", _s22_38, _s22_39, "custom_value1", "muokattu Value", "custom_value2", "Mukautettu arvo", "custom_value3", "Muokattu arvo 3", "custom_value4", "Muokattu arvo 4", _s18_82, "Muokattu email tyyli", _s24_38, "Muokattu Etusivu viesti", _s29_31, "Muokattu Avoin Lasku viesti", _s27_49, "Muokattu Maksettu Lasku viesti", _s31_13, "Oma Hyv\xe4ksym\xe4t\xf6n tarjous -viesti", "lock_invoices", "Lock Invoices", "translations", "K\xe4\xe4nn\xf6kset", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, "Kauppiaan numerolaskuri", _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Laskun j\xe4rjestysnumero", _s20_55, "Tarjouksen numeroinnin kuvio", _s20_57, "Tarjouksen j\xe4rjestysnumero", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, "Jaettu lasku tarjous laskuri", _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, "Tarjouss\xe4hk\xf6postin otsikko", _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Tyyppi", "invoice_amount", "Lasku m\xe4\xe4r\xe4", _s16_209, "Er\xe4p\xe4iv\xe4", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s22_65, "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_119, _s22_60, _s17_120, _s22_61, _s17_121, _s22_62, _s17_122, _s22_63, "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_53, _s19_54, _s16_210, "Kulujen kategoria", _s19_55, _s19_56, "tax_name1", "Veron nimi 1", "tax_name2", "Veron nimi 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "fr", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "D\xe9finir le mot de passe", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s26_44, "view_statement", "Voir le relev\xe9", "sepa", "Pr\xe9l\xe8vement automatique/domiciliation SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Syst\xe8me", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Nom exp\xe9diteur", _s16_6, _s16_214, _s17_4, _s18_115, _s18_4, _s20_74, _s21_1, _s27_60, _s22_, _s28_68, _s25_, "D\xe9pense r\xe9currente cr\xe9\xe9e avec succ\xe8s", _s25_0, "D\xe9pense r\xe9currente mise \xe0 jour avec succ\xe8s", _s26_, "D\xe9pense r\xe9currente archiv\xe9e avec succ\xe8s", _s25_1, "Projet supprim\xe9 avec succ\xe8s", _s25_2, _s38_1, _s26_0, "D\xe9pense r\xe9currente restaur\xe9e avec succ\xe8s", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", _s22_66, _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer des donn\xe9es", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_75, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_12, _s17_144, _s17_8, "Nom du contact", "order", "Order", "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Abonnements", _s16_24, _s16_25, _s17_14, _s19_67, _s20_4, _s27_61, _s20_5, _s33_21, _s21_13, _s30_34, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", "Renvoyer une invitation", _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Rebondi", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, "Scannez le code \xe0 barres avec une application compatible :link", _s18_21, "Authentification \xe0 deux facteurs activ\xe9e avec succ\xe8s", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "Authentification \xe0 2 facteurs", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s18_116, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", _s17_145, "to_update_run", "To update run", _s18_24, _s20_76, _s16_37, _s16_38, "invoice_project", _s18_117, "invoice_task", _s17_146, "invoice_expense", "Facturer la d\xe9pense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_246, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s20_77, "document_upload", "Document Upload", _s20_10, _s34_4, "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", "Cacher", "empty_columns", "Empty Columns", _s21_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Colonne", "sample", "Exemple", "map_to", "Map To", "import", "Importer", _s25_12, _s29_1, "select_file", _s32_12, _s16_45, _s16_46, "csv_file", "S\xe9lectionner un fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "URL Webhook", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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", "Non pay\xe9", "white_label", "White Label", "delivery_note", "Bon de livraison", _s24_9, _s24_10, _s24_11, _s24_12, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Solde partiel", "invoice_total", "Montant total", "quote_total", "Montant du devis", "credit_total", "Total Cr\xe9dit", _s23_6, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Avertissement", "view_settings", "View Settings", _s24_13, _s48_0, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Cryptogramme visuel", "client_name", "Nom du client", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, "Statut de t\xe2che mis \xe0 jour avec succ\xe8s", _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "cat\xe9gories de d\xe9pense", _s20_23, _s29_47, _s21_25, _s21_26, _s24_14, "Cat\xe9gorie de d\xe9pense cr\xe9\xe9e avec succ\xe8s", _s24_15, "Cat\xe9gorie de d\xe9pense mise \xe0 jour avec succ\xe8s", _s25_16, "Cat\xe9gorie de d\xe9pense archiv\xe9e avec succ\xe8s", _s24_16, _s40_5, _s24_17, _s37_2, _s25_17, "Cat\xe9gorie de d\xe9pense restaur\xe9e avec succ\xe8s", _s27_14, ":count cat\xe9gorie(s) de d\xe9pense archiv\xe9e(s) avec succ\xe8s", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "Devrait \xeatre factur\xe9", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Marquer comme actif", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, _s18_118, _s18_36, _s20_78, _s21_32, _s27_62, _s22_12, "Editer facture r\xe9currente", _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Facture r\xe9currente archiv\xe9e avec succ\xe8s", _s25_25, "Facture r\xe9currente supprim\xe9e avec succ\xe8s", _s25_26, _s38_10, _s26_9, "Facture r\xe9currente restaur\xe9e avec succ\xe8s", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Ligne d'article", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Ouvert(e)", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "Voir le portail", "copy_link", "Copy Link", "token_billing", "Enregister les d\xe9tails de paiement", _s24_20, _s24_21, "always", "Toujours", "optin", "Opt-In", "optout", "Opt-Out", "label", "Intitul\xe9", "client_number", _s16_247, "auto_convert", "Auto Convert", "company_name", _s19_68, "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "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", _s28_56, "gateway", "Passerelle", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "Majoration", "apply_payment", "Apply Payment", "apply_credit", "Appliquer cr\xe9dit", "apply", "Appliquer", "unapplied", "Unapplied", "select_label", "S\xe9lection intitul\xe9", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\xc0", "health_check", "Health Check", "payment_type_id", _s16_248, "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, _s16_249, _s17_50, _s17_51, "recent_payments", "Paiements r\xe9cents", "upcoming_quotes", "Devis \xe0 venir", "expired_quotes", "Devis expir\xe9s", "create_client", "Cr\xe9er un client", "create_invoice", _s17_147, "create_quote", "Cr\xe9er un devis", "create_payment", "Create Payment", "create_vendor", _s20_79, "update_quote", "Update Quote", "delete_quote", "Supprimer ce devis", "update_invoice", "Update Invoice", "delete_invoice", _s20_80, "update_client", "Update Client", "delete_client", _s19_69, "delete_payment", _s21_94, "update_vendor", "Update Vendor", "delete_vendor", "Supprimer ce fournisseur", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", _s20_81, "create_task", "Cr\xe9er une t\xe2che", "update_task", "Update Task", "delete_task", "Supprimer la t\xe2che", "approve_quote", "Approve Quote", "off", "Ferm\xe9", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratuit", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Cible", "copy", "Copy", "must_be_online", _s53_0, _s17_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "Jetons d'API", "api_docs", "API Docs", "search_tokens", _s20_30, "search_token", "Search 1 Token", "token", "Jeton", "tokens", "Jetons", "new_token", "New Token", "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", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", _s31_23, "email_quote", "Envoyer ce devis par courriel", "email_credit", "Email Credit", "email_payment", "Re\xe7u du paiement par courriel", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Nom du contact", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, "\xc9diter la condition de paiement", _s20_32, "Conditions de paiement cr\xe9\xe9es avec succ\xe8s", _s20_33, "Conditions de paiement mises \xe0 jour avec succ\xe8s", _s21_35, "Conditions de paiement archiv\xe9es avec succ\xe8s", _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", _s17_148, "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Remboursement du paiement", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Nom complet", _s17_62, "Ville/ Province (D\xe9partement)/ CP", _s17_64, "Ville/Province (D\xe9partement)/Code postal", "custom1", "Personnalis\xe91", "custom2", "Personnalis\xe92", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_119, _s16_76, "Les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_45, "Attention : Cette action va supprimer vos donn\xe9es et est irr\xe9versible", "invoice_balance", "Invoice Balance", "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", _s25_28, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "D\xe9tails de la facture", "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", "Aucun(e)", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s22_67, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", _s18_120, "cancel_account", _s19_70, _s22_19, "Attention : Ceci va supprimer d\xe9finitivement votre compte, il n'y a pas d'annulation possible.", "delete_company", "Supprimer la soci\xe9t\xe9", _s22_20, "Attention : Ceci supprimera d\xe9finitivement votre soci\xe9t\xe9, il n'y a pas d'annulation.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "credit_design", "Credit Design", "includes", "Includes", "header", "En-t\xeate", "load_design", "Charger un mod\xe8le", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Propositions", "tickets", "Tickets", _s16_81, "Devis r\xe9current", "recurring_tasks", "Recurring Tasks", _s18_46, "Gestion des comptes", "credit_date", "Date d'avoir", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Entrer un cr\xe9dit", "edit_credit", _s16_250, "created_credit", "Cr\xe9dit cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_16, "archived_credit", "Cr\xe9dit archiv\xe9 avec succ\xe8s", "deleted_credit", "Cr\xe9dit supprim\xe9 avec succ\xe8s", "removed_credit", _s27_27, "restored_credit", "Cr\xe9dit restaur\xe9 avec succ\xe8s", _s16_83, ":count cr\xe9dits archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits supprim\xe9s avec succ\xe8s", _s16_84, _s36_5, "current_version", "Version actuelle", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "En savoir plus", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "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_95, "client3", _s21_96, "client4", _s21_97, "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_45, "vendor2", _s26_46, "vendor3", _s26_47, "vendor4", _s26_48, "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_52, _s29_48, _s17_68, "Nom du contact", "contact_phone", _s20_82, _s21_38, "Valeur champ personnalis\xe9 Contact 1", _s21_39, "Valeur champ personnalis\xe9 Contact 2", _s21_40, "Valeur champ personnalis\xe9 Contact 3", _s21_41, "Valeur champ personnalis\xe9 Contact 4", _s17_70, "Rue", _s17_71, "Appt/B\xe2timent", "shipping_city", "Ville", "shipping_state", _s18_121, _s20_36, "Code postal", _s16_115, "Pays", _s16_117, "Rue", _s16_118, "Appt/B\xe2timent", "billing_city", "Ville", "billing_state", _s18_121, _s19_23, "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_119, "Devis non-approuv\xe9", "help", "Aide", "refund", "Remboursement", "refund_date", "Date du remboursement", "filtered_by", "Filtr\xe9 par", "contact_email", _s19_71, "multiselect", _s18_122, "entity_state", "\xc9tat", "verify_password", _s24_46, "applied", "Publi\xe9", _s21_42, "Contient les erreurs r\xe9centes des journaux", _s30_5, "Nous avons re\xe7u votre message et r\xe9pondrons dans les meilleurs d\xe9lais", "message", "Message", "from", "De", _s20_38, "Voir les d\xe9tails du produit", _s25_31, _s78_, _s20_40, "Le g\xe9n\xe9rateur de PDF n\xe9cessite la version :version", _s18_55, _s31_24, _s23_15, _s41_7, _s18_57, "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_43, "Mot de passe trop court", _s20_41, "Le mot de passe doit comporter au moins une majuscule et un nombre", _s19_25, "T\xe2che du portail client", _s23_16, _s33_22, _s20_42, "Saisissez une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9", "yes", "Oui", "no", "Non", "generate_number", _s17_149, "when_saved", _s21_98, "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_123, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Bureau", "layout", "Pr\xe9sentation", "view", "Voir", "module", "Module", "first_custom", _s20_83, "second_custom", _s19_72, "third_custom", _s22_68, "show_cost", "Voir le co\xfbt", _s17_73, _s17_74, "show_cost_help", "Afficher un champ co\xfbt du produit pour suivre la marge", _s21_44, "Voir la quantit\xe9 du produit", _s26_18, "Afficher un champ de quantit\xe9 du produit, sinon en choisir un par d\xe9faut", _s21_46, "Voir la quantit\xe9 sur la facture", _s26_19, "Afficher un champ de quantit\xe9 pour la position, sinon en choisir un par d\xe9faut", _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s19_73, _s21_50, "Mettre automatiquement la quantit\xe9 de la position \xe0 un", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_150, "three_tax_rates", "Trois taux de taxe", _s16_123, _s23_40, "user", "Utilisateur", "invoice_tax", "Taxe de la facture", "line_item_tax", "Taxe de la position", "inclusive_taxes", "Taxes incluses", _s17_75, "Taux de taxe de la facture", "item_tax_rates", "Taux de taxe de la position", _s18_59, _s31_25, "configure_rates", "Configurer les taux", _s18_60, _s18_61, "tax_settings", "R\xe9glages des taxes", _s18_62, "Taux de taxes", "accent_color", _s27_63, "switch", "Changer", _s19_27, "Liste s\xe9par\xe9e par des virgules", "options", "Options", _s16_125, "Texte sur une ligne", "multi_line_text", "Texte multi-lignes", "dropdown", _s16_251, "field_type", "Type du champ", _s27_28, "Un courriel de r\xe9cup\xe9ration du mot de passe a \xe9t\xe9 envoy\xe9", "submit", "Envoyer", _s16_127, "R\xe9cup\xe9rer votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro d'avoir", "payment_number", _s18_124, "late_fee_amount", "Montant de p\xe9nalit\xe9 de retard", _s16_128, "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_64, _s28_69, "days", "Jours", "invoice_email", "Courriel de facture", "payment_email", _s20_84, "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Courriel de devis", _s16_130, "Rappel sans fin", _s16_132, _s22_69, "administrator", "Administrateur", _s18_65, "Permettre \xe0 l'utilisateur de g\xe9rer les utilisateurs, modifier les param\xe8tres et de modifier tous les enregistrements", "user_management", _s24_47, "users", "Utilisateurs", "new_user", _s18_125, "edit_user", _s20_85, "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_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, _s19_74, "invoice_options", "Options de facturation", _s17_77, _s24_48, _s22_27, 'Afficher la ligne "Pay\xe9 \xe0 ce jour" sur vos factures seulement une fois qu\'un paiement a \xe9t\xe9 re\xe7u.', _s23_18, _s18_126, _s28_19, "Inclure l'image attach\xe9e dans la facture.", _s16_136, "Voir les en-t\xeates sur", _s16_137, "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_127, "secondary_color", _s18_128, "page_size", "Taille de Page", "font_size", _s16_252, "quote_design", "Mise en page des Devis", "invoice_fields", _s17_151, "product_fields", "Champs de produit", "invoice_terms", _s25_57, "invoice_footer", "Pied de facture", "quote_terms", "Conditions des devis", "quote_footer", "Pied de page des devis", _s18_66, "Envoyer automatiquement par courriel", _s23_19, "Envoyer automatiquement par courriel les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9s.", _s20_45, _s24_49, _s25_37, "Archiver automatiquement les factures lorsqu'elles sont pay\xe9es.", _s18_67, _s24_49, _s23_20, "Archiver automatiquement les devis lorsqu'ils sont convertis.", _s18_68, "Convertir automatiquement", _s23_21, "Convertir automatiquement un devis en facture d\xe8s qu'il est approuv\xe9 par le client.", _s17_79, _s29_49, "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_81, "Trimestrielle", _s16_138, "Quatre mois", "freq_six_months", "Six mois", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_139, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_82, "Num\xe9ros g\xe9n\xe9r\xe9s", "charge_taxes", "Taxe suppl\xe9mentaire", "next_reset", _s23_41, "reset_counter", "Remettre le compteur \xe0 z\xe9ro", _s16_140, _s17_152, "number_padding", _s23_42, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ d'entreprise", "company_value", _s19_75, "credit_field", "Champ de Cr\xe9dit", "invoice_field", "Champ de facture", _s17_84, "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_129, "prefix", "Pr\xe9fixe", "number_pattern", _s16_253, "messages", "Messages", "custom_css", _s16_254, _s17_86, _s23_43, _s16_142, _s19_76, _s21_53, "Afficher la signature du client sur la facture / le devis PDF.", _s25_38, _s48_1, _s30_6, "Exiger que le client confirme qu'il accepte les conditions de facturation", _s23_22, "Case \xe0 cocher pour les conditions d'offre", _s28_20, "Exiger que le client confirme qu'il accepte les conditions de l'offre", _s25_39, _s20_86, _s30_7, "Exiger que le client signe", _s23_23, "Signature de l'offre", _s22_29, _s42_12, _s27_29, "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_24, "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_130, "attach_pdf", "Joindre PDF", _s16_143, "Joindre les Documents", "attach_ubl", "Joindre UBL", "email_style", "Style d'email", _s19_29, "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_153, "priority", "Priorit\xe9e", "fee_amount", _s17_154, "fee_percent", _s21_99, "fee_cap", _s16_255, "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_30, _s26_49, "credentials", "Identifiants", "update_address", "Mettre \xe0 jour l'adresse", _s19_32, "Mettre \xe0 jour l'adresse du client avec les d\xe9tails fournis", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_87, "edit_tax_rate", _s22_70, _s16_145, "Taux de taxe cr\xe9\xe9 avec succ\xe8s", _s16_146, "Taux de taxe mis \xe0 jour avec succ\xe8s", _s17_89, "Taux de taxe archiv\xe9 avec succ\xe8s", _s16_147, _s42_13, _s17_90, _s42_14, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Remplissage auto des produits", _s18_71, "La s\xe9lection d\u2019un produit entrainera la MAJ de la description et du prix", "update_products", "Mise \xe0 jour auto des produits", _s20_47, _s65_1, _s16_148, _s22_71, _s21_54, "Convertir automatiquement les prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_72, _s16_150, "Passerelles de paiements", _s19_33, _s19_77, _s20_48, _s20_88, _s23_24, _s37_21, _s23_25, _s43_4, _s24_25, _s40_6, _s23_26, _s41_8, _s24_26, _s41_9, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, "Continuer l'\xe9dition", "discard_changes", "Ignorer les modifications", "default_value", "Valeur Par D\xe9faut", "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_256, _s21_55, "Premier Jour de la Semaine", _s23_27, "Premier mois de l'Ann\xe9e", "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_155, "military_time", "24H", _s18_72, "Affichage sur 24h", "send_reminders", _s19_78, "timezone", "Fuseau horaire", _s19_34, _s19_35, _s17_92, _s18_131, _s19_36, "Filtr\xe9 par Facture", _s18_73, "Filtr\xe9 par Client", _s18_75, "Filtr\xe9 par Vendeur", "group_settings", "Param\xe8tres de groupe", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau Groupe", "edit_group", _s16_257, "created_group", _s32_13, "updated_group", _s38_17, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s35_20, "deleted_group", _s36_19, "restored_group", _s36_20, "upload_logo", "Envoyer le logo", "uploaded_logo", "Le logo a \xe9t\xe9 envoy\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", _s46_4, _s16_154, "R\xe9glages du produit", "device_settings", _s24_50, "defaults", "Valeurs par d\xe9faut", "basic_settings", _s18_132, _s17_94, _s18_133, "company_details", "Informations sur l\u2019entreprise", "user_details", "Utilisateur", "localization", "Localisation", "online_payments", _s18_134, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer/Exporter", "custom_fields", _s20_89, "invoice_design", "Mod\xe8le de facture", "buy_now_buttons", _s26_50, "email_settings", _s22_73, _s23_29, "Mod\xe8les & Rappels", _s22_30, _s27_64, _s19_38, _s25_58, "price", "Prix", "email_sign_up", "Inscription par email", "google_sign_up", _s23_44, _s27_33, "Merci pour votre achat !", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats ant\xe9rieurs", _s19_40, _s17_156, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count utilisateur(s)", "upgrade", "Mettre \xe0 niveau", _s25_43, "Veuillez entrer un pr\xe9nom", _s24_28, _s22_74, _s33_16, "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_156, _s24_51, "privacy_policy", _s28_70, "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_77, _s32_14, _s21_58, "Veuillez enregistrer ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_34, "\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_96, "Le document a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s16_158, "Document mis \xe0 jour avec succ\xe8s", _s17_97, "Document archiv\xe9 avec succ\xe8s", _s16_159, _s38_18, _s17_98, _s38_19, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1 \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", _s18_135, "pending", "En attente", _s16_160, "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", _s16_161, "\u03a3\u03b5 \u03b5\u03ba\u03ba\u03c1\u03b5\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_162, "\u039c\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "converted", "Converti", _s24_30, "Ajouter un document \xe0 la facture", "exchange_rate", "Taux de change", _s16_163, "Convertir la devise", "mark_paid", "Marquer comme pay\xe9", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_79, "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_164, ":count fournisseurs archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs supprim\xe9s avec succ\xe8s", _s16_165, _s36_7, "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_166, "D\xe9pense archiv\xe9e avec succ\xe8s", "deleted_expense", "D\xe9pense supprim\xe9e avec succ\xe8s", _s16_167, "D\xe9pense restaur\xe9e avec succ\xe8s", _s17_100, "D\xe9penses archiv\xe9es avec succ\xe8s", _s16_168, "D\xe9penses supprim\xe9es avec succ\xe8s", _s17_101, _s37_9, "copy_shipping", "Copier exp\xe9dition", "copy_billing", _s18_136, "design", "Design", _s21_59, "\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_169, "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_14, _s19_42, _s22_74, "budgeted_hours", _s16_258, "created_project", _s32_15, "updated_project", _s39_7, _s16_171, _s35_21, "deleted_project", _s36_21, _s16_172, "Le projet a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_102, ":count projet(s) a (ont) \xe9t\xe9 archiv\xe9(s)", _s16_173, ":count projet(s) a (ont) \xe9t\xe9 supprim\xe9(s) avec succ\xe8s", _s17_103, _s37_10, "new_project", "Nouveau projet", _s27_38, "Merci d'utiliser notre app !", "if_you_like_it", _s27_65, "click_here", "cliquer ici", _s18_81, "Cliquer ici", "to_rate_it", "pour \xe9valuer notre app.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_12, _s49_0, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_44, _s23_45, _s24_31, _s21_100, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Authentification Hosted", "selfhost_login", "Authentification Selfhost", "google_sign_in", _s19_58, "today", "Aujourd'hui", "custom_range", "Intervalle personnalis\xe9", "date_range", _s19_80, "current", "Actuel", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode actuelle", _s17_104, "Comparaison de p\xe9riode", "previous_period", _s18_137, "previous_year", _s16_259, "compare_to", "Comparer \xe0", "last7_days", _s16_260, "last_week", "Semaine derni\xe8re", "last30_days", _s17_157, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_174, "Dupliquer la facture", "clone_to_quote", "Dupliquer en devis", "clone_to_credit", "Clone to Credit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier ce client", "edit_product", "\xc9diter ce produit", "edit_invoice", _s19_81, "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_101, "edit_project", "Editer le projet", _s20_50, "Editer devis r\xe9current", "billing_address", _s22_75, _s16_176, "Adresse de Livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9", "invoices_sent", _s24_52, "active_clients", "clients actifs", "close", "Fermer", "email", "Courriel", "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_178, "Rafraichissement termin\xe9", _s23_30, "Entrez votre adresse e-mail", _s26_29, "Entez votre mot de passe", _s21_62, "Entrez votre URL", _s26_31, "Entrez la cl\xe9 produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_106, "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_46, _s35_22, "error", "Erreur", _s16_180, _s20_90, "contacts", "Informations de contact", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_138, "are_you_sure", "Voulez-vous vraiment effectuer cette action ?", "cancel", "Annuler", "ok", "Ok", "remove", "Supprimer", _s16_182, "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_184, "Produit archiv\xe9 avec succ\xe8s", "deleted_product", _s37_22, _s16_185, "Le produit a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_108, _s36_22, _s16_186, ":count produit(s) supprim\xe9(s) avec succ\xe8s", _s17_109, _s37_11, "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_187, _s35_23, "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_188, _s36_9, "address1", "Rue", "address2", "Appt/B\xe2timent", "city", "Ville", "state", _s18_121, "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_261, "created_invoice", "Facture cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "Facture modifi\xe9e avec succ\xe8s", _s16_189, "Facture archiv\xe9e avec succ\xe8s", "deleted_invoice", "Facture supprim\xe9e avec succ\xe8s", _s16_190, "Facture restaur\xe9e avec succ\xe8s", _s17_110, ":count factures archiv\xe9es avec succ\xe8s", _s16_191, _s38_20, _s17_111, _s37_12, "emailed_invoice", "Facture envoy\xe9e par courriel 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_139, "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_192, _s16_262, "status", "Statut", _s17_112, "Etat de Facture", "quote_status", "\xc9tat du devis", _s22_31, "Cliquer pour ajouter un article (objet)", _s22_33, _s35_24, "count_selected", "nombre selectionne", "total", "Total", "percent", "Pourcent", "edit", "\xc9diter", "dismiss", "Quitter", _s20_52, "S\xe9lectionnez une date", _s22_34, "S\xe9lectionnez un client", _s24_33, "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", "Created On", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_14, "S\xe9lectionnez un num\xe9ro de facture", _s27_42, "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_91, _s22_36, "Facture marquee comme envoyee avec succes", _s22_37, "Facture marqu\xe9e comme envoy\xe9e", _s23_32, "Les factures ont \xe9t\xe9 marqu\xe9es envoy\xe9es", _s23_33, "Factures marqu\xe9es comme envoy\xe9es", "done", "Termin\xe9", _s37_13, "Veuillez introduire un nom de client", "dark_mode", "Mode sombre", _s27_44, "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_194, "Pas d'archives trouves", "clone", "Dupliquer", "loading", "Chargement", "industry", "Champ", "size", "Taille", "payment_terms", "Conditions de paiement", "payment_date", _s16_263, "payment_status", _s16_264, _s16_196, "En attente", _s16_197, "Annul\xe9", _s16_198, "\xc9chou\xe9", _s16_199, "Compl\xe9t\xe9", _s16_200, _s23_46, _s16_201, "Remboursement", _s17_113, "Unapplied", _s17_114, _s19_10, "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_265, "first_reminder", "Premier rappel", "second_reminder", "Second rappel", "third_reminder", _s16_266, "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 courriel", "email_receipt", "Envoyer le re\xe7u par courriel 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_248, _s21_64, "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_202, "Paiement archiv\xe9 avec succ\xe8s", "deleted_payment", "Paiement supprim\xe9 avec succ\xe8s", _s16_203, "Paiement restaur\xe9 avec succ\xe8s", _s17_115, ":count paiement archiv\xe9s avec succ\xe8s", _s16_204, ":count paiements supprim\xe9s avec succ\xe8s", _s17_116, _s37_15, "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_14, "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_35, "activity_2", _s33_23, "activity_3", _s34_19, "activity_4", _s32_16, "activity_5", _s38_21, "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_25, "activity_9", _s36_23, "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_24, "activity_16", _s33_24, "activity_17", _s34_20, "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_25, "activity_26", _s34_21, "activity_27", _s37_23, "activity_28", _s34_22, "activity_29", ":contact a approuv\xe9 le devis :quote pour :client", "activity_30", _s35_26, "activity_31", _s38_22, "activity_32", _s39_8, "activity_33", _s39_9, "activity_34", _s32_17, "activity_35", _s35_27, "activity_36", _s36_26, "activity_37", _s36_27, "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_7, "activity_42", _s27_66, "activity_43", _s33_25, "activity_44", _s30_36, "activity_45", _s31_26, "activity_46", _s31_27, "activity_47", _s38_23, "activity_48", ":user a mis \xe0 jour le ticket :ticket", "activity_49", ":user a ferm\xe9 le ticket :ticket", "activity_50", ":user a fusionner le ticket :ticket", "activity_51", ":user a divis\xe9 le :ticket", "activity_52", ":contact a ouvert le ticket :ticket", "activity_53", ":contact a r\xe9-ouvert le ticket :ticket", "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", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s27_67, "emailed_quote", "Devis envoy\xe9 par courriel avec succ\xe8s", "emailed_credit", _s27_56, _s20_54, "Le devis s\xe9lectionn\xe9 a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s21_66, _s34_15, "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_38, _s34_23, "custom_value1", "Valeur Personnalis\xe9e 1", "custom_value2", "Valeur Personnalis\xe9e 2", "custom_value3", _s22_76, "custom_value4", _s22_77, _s18_82, _s30_37, _s24_38, _s39_10, _s29_31, "Message personnalis\xe9 pour une facture impay\xe9e", _s27_49, "Message personnalis\xe9 pour un paiement de facture", _s31_13, "Message personnalis\xe9 pour un devis refus\xe9", "lock_invoices", "Lock Invoices", "translations", "Traductions", _s19_47, "Mod\xe8le de num\xe9ro de t\xe2che", _s19_49, "Mod\xe8le de compteur de t\xe2che", _s22_40, "Mod\xe8le de num\xe9ro de d\xe9pense", _s22_42, "Mod\xe8le de compteur de d\xe9pense", _s21_67, "Mod\xe8le de num\xe9ro de fournisseur", _s21_69, "Mod\xe8le de compteur de fournisseur", _s21_71, "Mod\xe8le de num\xe9ro de ticket", _s21_73, "Mod\xe8le de compteur de ticket", _s22_44, "Mod\xe8le de num\xe9ro de paiement", _s22_46, "Mod\xe8le de compteur de paiement", _s22_48, "Mod\xe8le de num\xe9ro de facture", _s22_50, _s29_50, _s20_55, "Mod\xe8le de num\xe9ro de devis", _s20_57, "Compteur du num\xe9ro de devis", _s21_75, _s26_51, _s21_77, _s28_71, _s21_79, _s26_51, _s21_80, _s28_71, _s18_84, _s33_26, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, "Nom par d\xe9faut de la taxe 1", _s18_88, "Taux par d\xe9faut de la taxe 1", _s18_90, "Nom par d\xe9faut de la taxe 2", _s18_92, "Taux par d\xe9faut de la taxe 2", _s18_94, "Nom par d\xe9faut de la taxe 3", _s18_96, "Taux par d\xe9faut de la taxe 3", _s21_81, "Sujet du courriel de la facture", _s19_51, "Sujet du courriel du devis", _s21_83, "Sujet du courriel du paiement", _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Ville du client", "client_state", "R\xe9gion du client", "client_country", "Pays du client", _s16_205, "Le client est actif", "client_balance", "Solde du client", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Type", "invoice_amount", _s21_102, _s16_209, "Date limite", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_47, "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_119, "Autre frais 1", _s17_120, "Autre frais 2", _s17_121, "Autre frais 3", _s17_122, "Autre frais 4", "is_deleted", "Supprim\xe9", "vendor_city", _s20_92, "vendor_state", "R\xe9gion du fournisseur", "vendor_country", _s19_82, "is_approved", "Is Approved", "tax_name", "Nom de la taxe", "tax_amount", "Montant de la taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_83, "age", "Anciennet\xe9", "is_running", "Is Running", "time_log", _s16_267, "bank_id", "Banque", _s19_53, _s19_54, _s16_210, _s20_93, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "fr_CA", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Nouveau mot de passe", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s26_44, "view_statement", "Visualiser le relev\xe9", "sepa", "SEPA D\xe9bit direct", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Syst\xe8me", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Nom de", _s16_6, _s16_214, _s17_4, _s18_115, _s18_4, _s20_74, _s21_1, _s27_60, _s22_, _s28_68, _s25_, "La d\xe9pense r\xe9currente a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s25_0, "La d\xe9pense r\xe9currente a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s26_, "La d\xe9pense r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_1, _s36_21, _s25_2, _s38_1, _s26_0, "La d\xe9pense r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", _s22_66, _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer les donn\xe9es", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "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_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_75, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_12, _s17_144, _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Code promo", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_24, "Nouvel abonnement", _s17_14, _s19_67, _s20_4, _s27_61, _s20_5, _s33_21, _s21_13, _s30_34, _s20_6, "L'abonnement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_7, "L'abonnement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_14, "L'abonnement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s19_4, "Recherche de 1 abonnement", _s20_8, "Recherche :count abonnements", _s26_3, "Le sous-domaine n'est pas disponible", "connect_gmail", "Connectez Gmail", _s16_26, "D\xe9connecter Gmail", "connected_gmail", "Gmail a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s18_20, "Gmail a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", _s16_28, "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_29, "Num\xe9ro d'identification du client", "count_minutes", ":count minutes", _s16_31, "D\xe9lai d'expiration du mot de passe", _s29_, "Compteur partag\xe9 pour les factures et les cr\xe9dits", "use_last_email", "Utiliser le dernier e-mail", _s16_33, "Activer la soci\xe9t\xe9", _s21_16, "Activez les courriels, les factures r\xe9currentes et les notifications", _s27_7, "Une erreur s'est produite, veuillez r\xe9essayer", _s27_8, "Veuillez d'abord d\xe9finir un mot de passe", _s34_1, "Attention: modifier votre num\xe9ro de t\xe9l\xe9phone d\xe9sactivera l'authentification \xe0 deux facteurs (A2F)", "help_translate", "Aide \xe0 la traduction", _s23_3, "Veuillez s\xe9lectionner un pays", "resend_invite", "Renvoyer l'invitation", _s19_5, "L'authentification \xe0 deux facteurs (A2F) a \xe9t\xe9 d\xe9sactiv\xe9e avec succ\xe8s", _s16_35, "Le compte a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s19_6, "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_0, "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_17, "Scannez le code barre avec une :link app compatible.", _s18_21, "Vous avez activ\xe9 authentification \xe0 deux facteurs avec succ\xe8s.", "connect_google", "Connectez Google", _s17_16, "D\xe9connecter Google", _s17_18, "Authentification \xe0 deux facteurs", _s18_22, "D\xe9sactiver l'authentification \xe0 deux facteurs", _s34_2, "Requiert un mot de passe avec une connexion de r\xe9seau social", "stay_logged_in", "Restez connect\xe9", _s23_5, "Avertissement: Votre session va expirer bient\xf4t", "count_hours", ":count heures", "count_day", "1 jour", "count_days", ":count jours", _s19_7, "Expiration de la session web", _s17_19, "Param\xe8tres de s\xe9curit\xe9", "resend_email", "Renvoyer le courriel", _s26_5, "Veuillez confirmer votre adresse courriel", _s16_36, _s18_116, _s19_9, _s27_68, _s19_11, "Veuillez s\xe9lectionner un utilisateur authentifi\xe9 avec Gmail", "list_long_press", "Longue pression pour liste", "show_actions", "Afficher les actions", _s17_21, "D\xe9marrer la multis\xe9lection", _s27_10, "Un courriel a \xe9t\xe9 envoy\xe9 pour confirmer l'adresse courriel", _s21_18, "Pour utiliser :client_counter veuillez ajouter soit :client_number ou :client_id_number pour \xe9viter les conflits", "this_quarter", "Ce trimestre", "last_quarter", _s17_145, "to_update_run", "Pour mettre \xe0 jour l'ex\xe9cution", _s18_24, _s20_76, _s16_37, "URL d'enregistrement", "invoice_project", _s18_117, "invoice_task", _s17_146, "invoice_expense", "Facture de d\xe9pense", _s19_12, "Rechercher 1 d\xe9lai de paiement", _s20_9, "Rechercher :count d\xe9lais de paiement", _s16_39, "Enregistrer et pr\xe9visualiser", "save_and_email", "Enregistrer et envoyer par courriel", _s16_41, "\xc9v\xe9nements pris en charge", _s16_43, _s16_246, _s17_23, "Solde converti", _s22_3, "Pay\xe9 \xe0 ce jour converti", _s24_4, "Solde de cr\xe9dit converti", "converted_total", "Total converti", "is_sent", "Est Envoy\xe9", _s17_25, _s20_77, "document_upload", "T\xe9l\xe9versement de document", _s20_10, "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_20, "Mode debug activ\xe9", _s26_6, "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_27, "D\xe9penses \xe0 venir", "update_app", "Mettre \xe0 jour l'App", "started_import", "L'importation a d\xe9marr\xe9 avec succ\xe8s", _s24_6, "Dupliquer le mappage de colonnes", _s20_11, "Utiliser taxes incluses", _s18_26, "Est Montant rabais", "column", "Colonne", "sample", "Exemple", "map_to", "Mapper vers", "import", "Importer", _s25_12, "Utiliser premi\xe8re rang\xe9e comme noms de colonnes", "select_file", _s32_12, _s16_45, "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_5, "Veuillez fournir tous les CSV.", "import_type", "Type d'importation", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Voir les licences", "webhook_url", "URL Webhook", _s17_29, "\xc9diteur plein \xe9cran", "sidebar_editor", "\xc9diteur de barre lat\xe9rale", _s22_6, '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_9, "Les factures envoy\xe9es sont verrouill\xe9es", _s24_11, "Les factures pay\xe9es sont verrouill\xe9es", "source_code", "Code source", "app_platforms", "Plateformes d'app", "invoice_late", "facture en retard", "quote_expired", _s18_140, "partial_due", "Montant partiel d\xfb", "invoice_total", "Montant total", "quote_total", "Total de la soumission", "credit_total", "Total du cr\xe9dit", _s23_6, "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", "Voir les param\xe8tres", _s24_13, "Avertissement: Cette entreprise n'a pas encore \xe9t\xe9 activ\xe9e", "late_invoice", "Facture en retard", "expired_quote", _s18_140, "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_31, "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_47, "\xc9dition de l'\xe9tat de t\xe2che", _s19_13, "L'\xe9tat de t\xe2che a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s19_14, "Le statut de la t\xe2che a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s20_13, "L'\xe9tat de t\xe2che a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s19_15, "L'\xe9tat de t\xe2che a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s19_16, "L'\xe9tat de t\xe2che a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s20_14, "L'\xe9tat de t\xe2che a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_7, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 archiv\xe9s succ\xe8s", _s21_22, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_8, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s18_28, "Recherche 1 \xe9tat de t\xe2che", _s20_16, "Recherche :count \xe9tats de t\xe2che", _s16_49, "Afficher le tableau des t\xe2ches", _s21_23, "Toujours afficher la section des t\xe2ches lors de la cr\xe9ation de factures", _s20_17, "Facturer le journal du temps des t\xe2ches", _s25_13, "Ajouter les d\xe9tails de temps aux lignes d'articles des factures", _s20_19, "Facturer le journal des dates des t\xe2ches", _s25_14, "Ajouter les d\xe9tails de date aux lignes d'articles des factures", _s21_24, "D\xe9marrer les t\xe2ches avant de sauvegarder", _s18_29, "Configurer les \xe9tats", "task_settings", "Param\xe8tres des t\xe2ches", _s20_21, "Configurer les cat\xe9gories", _s18_31, "Cat\xe9gories de d\xe9pense", _s20_23, _s29_47, _s21_25, "\xc9diter la cat\xe9gorie D\xe9pense", _s24_14, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s24_15, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s25_16, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s24_16, _s40_5, _s24_17, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 retir\xe9e avec succ\xe8s", _s25_17, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 r\xe9tablie avec succ\xe8s", _s27_14, ":count cat\xe9gories de d\xe9pense ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_7, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_15, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s23_7, "Recherche 1 cat\xe9gorie de d\xe9pense", _s25_19, "Recherche :count cat\xe9gorie de d\xe9pense", _s21_27, "Utiliser les cr\xe9dits disponibles", "show_option", "Afficher les options", _s22_9, "Le montant du cr\xe9dit ne peut pas exc\xe9der le montant du paiement", "view_changes", "Visualiser les changements", "force_update", "Forcer la mise \xe0 jour", _s17_33, "Vous \xeates sur la derni\xe8re version, mais il peut y avoir encore quelques mises \xe0 jour en cours", "mark_paid_help", "Suivez les d\xe9penses qui ont \xe9t\xe9 pay\xe9es", _s18_33, "Devrait \xeatre factur\xe9e", _s23_8, "Activer la facturation de la d\xe9pense", _s29_2, "Rend visibles les documents", _s21_29, "D\xe9finir un taux d'\xe9change", _s16_51, "Param\xe8tres des d\xe9penses", _s18_34, "Cloner en r\xe9currence", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple / Google Pay", "user_field", "Champs utilisateur", "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_34, "Autofacturation activ\xe9e", "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", "Champs des totaux", _s25_20, "La facture r\xe9currente a \xe9t\xe9 arr\xeat\xe9e avec succ\xe8s", _s25_21, "La facture r\xe9currente a \xe9t\xe9 d\xe9marr\xe9e avec succ\xe8s", _s25_22, "La facture r\xe9currente a \xe9t\xe9 reprise avec succ\xe8s", "gateway_refund", "Remboursement de passerelle", _s19_17, "Proc\xe9der au remboursement avec la passerelle de paiement", "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Cocher actif", "day_count", "Jour :count", _s22_10, "Premier jour du mois", _s21_30, "Dernier jour du mois", _s17_36, "Utiliser les d\xe9lais de paiement", "endless", "Sans fin", "next_send_date", "Prochaine date d'envoi", _s16_53, "Cycles restants", _s17_38, _s18_118, _s18_36, _s20_78, _s21_32, _s27_62, _s22_12, "\xc9diter la facture r\xe9currente", _s25_23, "La facture r\xe9currente a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s25_24, "La facture r\xe9currente a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s26_8, "La facture r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_25, "La facture r\xe9currente a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s25_26, "La facture r\xe9currente a \xe9t\xe9 retir\xe9e avec succ\xe8s", _s26_9, "La facture r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s27_16, "Les :value factures r\xe9currentes ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_10, "Les :value factures r\xe9currentes ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_17, "Les :value factures r\xe9currentes ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s24_18, "Recherche 1 facture r\xe9currente", _s25_27, "Recherche :count factures r\xe9currentes", "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_6, "Montant minimum de sous-paiement", "profit", "Profit", "line_item", "Ligne d'article", _s18_38, "Accepter Sur-paiement", _s23_9, "Accepter paiement suppl\xe9mentaire pour pourboire", _s19_18, "Accepter Sous-paiement", _s24_19, "Accepter paiement au minimum le montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouverts", _s30_1, "Conciliation non r\xe9ussie", _s30_2, "Conciliation r\xe9ussie", "gateway_success", "Passerelle r\xe9ussie", "gateway_failure", "\xc9chec de passerelle", "gateway_error", "Erreur de passerelle", "email_send", "Envoi de courriel", _s17_40, "File d'envoi de courriel", "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_55, "\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_20, "Bienvenue dans Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Libell\xe9", "client_number", _s16_247, "auto_convert", "Conversion automatique", "company_name", _s19_68, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_40, "Dernier envoi de rappel", "pdf_page_info", "Page :current de :total", _s16_57, "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", "Voir dans Stripe", "rows_per_page", "Rang\xe9es par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "surcharge", "apply_payment", "Appliquer le paiement", "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", "Type d'enregistrement", "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_248, "last_login_at", "Derni\xe8re connexion \xe0", "company_key", "Cl\xe9 d'entreprise", "storefront", "Vitrine", "storefront_help", "Activer les applications externes \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_26, "Courriel de paiement en ligne", _s20_28, "Courriel de paiement manuel", "completed", "Compl\xe9t\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres clients", _s17_42, "Factures s\xe9lectionn\xe9es", _s17_44, "Paiements s\xe9lectionn\xe9s", "selected_quotes", "Soumissions s\xe9lectionn\xe9es", "selected_tasks", "T\xe2ches s\xe9lectionn\xe9es", _s17_46, "D\xe9penses s\xe9lectionn\xe9es", _s17_48, _s16_249, _s17_50, "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_147, "create_quote", "Cr\xe9er une soumission", "create_payment", "Cr\xe9er un paiement", "create_vendor", _s20_79, "update_quote", "Mettre \xe0 jour la soumission", "delete_quote", "Supprimer la soumission", "update_invoice", "Mettre \xe0 jour la facture", "delete_invoice", _s20_80, "update_client", "Mettre \xe0 jour le client", "delete_client", _s19_69, "delete_payment", _s21_94, "update_vendor", "Mettre \xe0 jour le fournisseur", "delete_vendor", "Supprimer le fournisseur", "create_expense", "Cr\xe9er une d\xe9pense", "update_expense", "Mettre \xe0 jour la d\xe9pense", "delete_expense", _s20_81, "create_task", "Cr\xe9er une T\xe2che", "update_task", "Mettre \xe0 jour la t\xe2che", "delete_task", "Supprimer la T\xe2che", "approve_quote", "Approuver la t\xe2che", "off", "Ferm\xe9", "when_paid", "Lors du paiement", "expires_on", "Expiration le", "free", "Gratuit", "plan", "Plan", "show_sidebar", "Afficher la barre lat\xe9rale", "hide_sidebar", "Masquer la barre lat\xe9rale", "event_type", "Type d'\xe9v\xe9nement", "target_url", "Cible", "copy", "Copier", "must_be_online", "Veuillez red\xe9marrer l'application lorsque vous serez connect\xe9 \xe0 internet", _s17_52, "Les crons doivent \xeatre activ\xe9s", "api_webhooks", "API Webhooks", "search_webhooks", "Recherche de :count Webhooks", "search_webhook", "Recherche de 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "\xc9diter le Webhook", "created_webhook", "Le webhook a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_webhook", "Le webhook a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_59, "Le webhook a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_webhook", "Le webhook a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_webhook", "Le webhook a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s16_60, "Le webhook a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_53, "Les :value webhooks ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_61, "Les :value webhooks ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_62, "Les :value webhooks ont \xe9t\xe9 retir\xe9s avec succ\xe8s", _s17_54, "Les :value webhooks ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "api_tokens", "Jetons API", "api_docs", "Docs API", "search_tokens", "Recherche de :count jetons", "search_token", "Recherche de 1 jeton", "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", "Le jeton a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_token", "Le jeton a \xe9t\xe9 restaur\xe9 avec succ\xe8s", "archived_tokens", "Les :value jetons ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_tokens", "Les :value jetons ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_tokens", "Les :value jetons ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s19_20, "Enregistrement d'un client", _s24_22, "Autoriser le client \xe0 s'inscrire sur le portail", _s21_34, "Personnaliser et pr\xe9visualiser", "email_invoice", _s31_23, "email_quote", "Envoyer la soumission par courriel", "email_credit", "Cr\xe9dit par courriel", "email_payment", _s20_84, _s20_31, "Le client n'a pas d'adresse courriel d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", "Tous les enregistrements", "owned_by_user", "Propri\xe9t\xe9 de l'utilisateur", _s16_63, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", "Utiliser la valeur par d\xe9faut", _s16_65, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_11, "Configuration des d\xe9lais de paiements", "payment_term", "D\xe9lai de paiement", _s16_66, "Nouveau d\xe9lai de paiement", _s17_56, "Modifier le d\xe9lai de paiement", _s20_32, "Le d\xe9lai de paiement a \xe9t\xe9 cr\xe9 avec succ\xe8s", _s20_33, "Le d\xe9lai de paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s21_35, "Le d\xe9lai de paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s20_34, "Le d\xe9lai de paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_35, "Le d\xe9lai de paiement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_36, "Le d\xe9lai de paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_17, "Les :value d\xe9lais de paiement ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s21_37, "Les :value d\xe9lais de paiement ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_18, "Les :value d\xe9lais de paiement ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "email_sign_in", "Connexion par courriel", "change", "Basculer", _s23_13, "Basculer vers l'affichage mobile", _s24_23, "Basculer vers l'affichage ordinateur", "send_from_gmail", "Envoyer avec Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_148, "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", "Afficher le menu", _s18_42, _s23_46, _s16_68, "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", "Recherche de cr\xe9dits", "search_vendors", "Recherche de fournisseurs", "search_users", "Recherche d'utilisateurs", _s16_69, "Recherche de taux de taxe", "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", "Recherche de 1 document", "search_design", "Recherche de 1 design", "search_invoice", "Recherche de 1 facture", "search_client", "Recherche de 1 client", "search_product", "Recherche de 1 produit", "search_quote", "Recherche de 1 soumission", "search_credit", "Recherche de 1 cr\xe9dit", "search_vendor", "Recherche de 1 entreprise", "search_user", "Recherche de 1 utilisateur", "search_tax_rate", "Recherche de 1 taux de taxe", "search_task", "Recherche de 1 t\xe2che", "search_project", "Recherche de 1 projet", "search_expense", "Recherche de 1 d\xe9pense", "search_payment", "Recherche de 1 paiement", "search_group", "Recherche de 1 groupe", "refund_payment", "Remboursement", _s17_60, "La facture a \xe9t\xe9 annul\xe9e avec succ\xe8s", _s18_44, "Les factures ont \xe9t\xe9 annul\xe9es avec succ\xe8s", _s16_75, "La facture a \xe9t\xe9 invers\xe9e avec succ\xe8s", _s17_61, "Les factures ont \xe9t\xe9 invers\xe9es avec succ\xe8s", "reverse", "Inverse", "full_name", "Nom complet", _s17_62, "Ville/Prov/CP", _s17_64, "Ville/Province/Code postal", "custom1", "Personnalisation 1", "custom2", "Personnalisation 2", "custom3", _s22_68, "custom4", "Quatri\xe8me personnalis\xe9e", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_119, _s16_76, "Toutes les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_45, "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", "Adresse de l'entreprise", "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", "Ajouter un champ", "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_67, "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_29, "Recevoir toutes les notifications", _s16_77, "Acheter une licence", "apply_license", _s18_120, "cancel_account", _s19_70, _s22_19, "Avertissement: cette action est irr\xe9versible et supprimera votre compte de fa\xe7on d\xe9finitive.", "delete_company", "Supprimer l'entreprise", _s22_20, "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", "Le mod\xe8le a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_design", "Le mod\xe8le a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_design", "Le mod\xe8le a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_design", "Le mod\xe8le a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_design", "Le mod\xe8le a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_design", "Le mod\xe8le a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_79, "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_80, "Les :value mod\xe8les ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "proposals", "Propositions", "tickets", "Billets", _s16_81, "Soumissions r\xe9currentes", "recurring_tasks", "T\xe2ches r\xe9currentes", _s18_46, "Gestion du compte", "credit_date", "Date du cr\xe9dit", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Inscrire un cr\xe9dit", "edit_credit", _s16_250, "created_credit", "Le cr\xe9dit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_16, "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", "Le cr\xe9dit a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_credit", "Le cr\xe9dit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_83, ":count cr\xe9dits ont archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_84, "Les :value cr\xe9dits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "current_version", "Version courante", "latest_version", "Derni\xe8re version", "update_now", "Mettre \xe0 jour", _s26_16, "Une nouvelle version de l'application web est disponible", _s16_85, "Mise \xe0 jour disponible", "app_updated", "La mise \xe0 jour a \xe9t\xe9 compl\xe9t\xe9e avec succ\xe8s", "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_66, "URL du Webhook Slack", "credit_footer", "Pied de page pour cr\xe9dit", "credit_terms", "Conditions d'utilisation pour cr\xe9dit", "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_95, "client3", _s21_96, "client4", _s21_97, "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_45, "vendor2", _s26_46, "vendor3", _s26_47, "vendor4", _s26_48, "invoice1", "Facture personnalis\xe9e 1", "invoice2", _s23_48, "invoice3", _s23_49, "invoice4", _s23_50, "payment1", "Paiement personnalis\xe9 1", "payment2", _s23_48, "payment3", _s23_49, "payment4", _s23_50, "surcharge1", _s25_59, "surcharge2", _s25_60, "surcharge3", _s25_61, "surcharge4", _s25_62, "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_52, _s29_48, _s17_68, "Nom complet du contact", "contact_phone", _s20_82, _s21_38, "Valeur personnalis\xe9e du contact 1", _s21_39, "Valeur personnalis\xe9e du contact 2", _s21_40, "Valeur personnalis\xe9e du contact 3", _s21_41, "Valeur personnalis\xe9e du contact 4", _s17_70, "Rue de livraison", _s17_71, "App. de livraison", "shipping_city", "Ville de livraison", "shipping_state", "Province de livraison", _s20_36, "Code postal de livraison", _s16_115, "Pays de livraison", _s16_117, "Rue de facturation", _s16_118, "App. de facturation", "billing_city", "Ville de facturation", "billing_state", "Province de facturation", _s19_23, "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_119, "Soumission non approuv\xe9e", "help", "Aide", "refund", "Rembousement", "refund_date", "Date de remboursement", "filtered_by", "Filtr\xe9e par", "contact_email", _s19_71, "multiselect", _s18_122, "entity_state", "Statut", "verify_password", _s24_46, "applied", "Appliqu\xe9", _s21_42, "Inclut les erreurs r\xe9centes des journaux syst\xe8me", _s30_5, "Nous avons re\xe7u votre message et vous r\xe9pondrons rapidement.", "message", "Message", "from", "De", _s20_38, "Afficher les d\xe9tails du produit", _s25_31, _s78_, _s20_40, "Le moteur de rendu PDF n\xe9cessite :version", _s18_55, _s31_24, _s23_15, _s41_7, _s18_57, "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_43, "Le mot de passe est trop court", _s20_41, "Le mot de passe doit contenir une majuscule et un nombre", _s19_25, "T\xe2ches du portail client", _s23_16, _s33_22, _s20_42, "Veuillez saisir une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "yes", "Oui", "no", "Non", "generate_number", _s17_149, "when_saved", _s21_98, "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_123, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Fixe", "layout", "Affichage", "view", "Visualiser", "module", "Module", "first_custom", _s20_83, "second_custom", _s19_72, "third_custom", "Troisi\xe8me lat\xe9ral", "show_cost", "Afficher le co\xfbt", _s17_73, "Afficher le montant du produit", "show_cost_help", "Afficher un champ de co\xfbt du produit pour suivre le profit", _s21_44, "Afficher la quantit\xe9 de produit", _s26_18, "Afficher un champ Quantit\xe9 de produit. 1 par d\xe9faut.", _s21_46, "Afficher la quantit\xe9 de facture", _s26_19, "Afficher un champ Quantit\xe9 d'article par ligne. 1 par d\xe9faut.", _s21_48, "Afficher le rabais de produit", _s26_20, "Afficher un champ rabais de ligne d'article", _s16_121, _s19_73, _s21_50, "D\xe9finit automatiquement la quantit\xe9 d'article par ligne \xe0 1.", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_150, "three_tax_rates", "Trois taux de taxes", _s16_123, _s23_40, "user", "Utilisateur", "invoice_tax", "Taxe de facture", "line_item_tax", "Taxe d'article par ligne", "inclusive_taxes", "Taxes incluses", _s17_75, "Taux de taxe de facture", "item_tax_rates", "Taux de taxe par article", _s18_59, _s31_25, "configure_rates", "Configuration des taux", _s18_60, "Configurer les passerelles", "tax_settings", "Param\xe8tres des taxes", _s18_62, "Taux de taxe", "accent_color", _s27_63, "switch", "Changer", _s19_27, "Liste s\xe9par\xe9e par virgule", "options", "Options", _s16_125, "Ligne de texte simple", "multi_line_text", "Multiligne de texte", "dropdown", _s16_251, "field_type", "Type de champ", _s27_28, "Un courriel a \xe9t\xe9 envoy\xe9 pour la r\xe9cup\xe9ration du mot de passe", "submit", "Envoyer", _s16_127, "R\xe9cup\xe9rez votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro de cr\xe9dit", "payment_number", _s18_124, "late_fee_amount", "Frais de retard", _s16_128, "Pourcentage de frais de retard", "schedule", "Calendrier", "before_due_date", "Avant l'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s l'\xe9ch\xe9ance", _s18_64, _s28_69, "days", "Jours", "invoice_email", "Courriel de facturation", "payment_email", _s20_84, "partial_payment", _s16_262, "payment_partial", _s16_262, _s21_51, "Courriel du paiement partiel", "quote_email", "Courriel de soumission", _s16_130, "Rappel perp\xe9tuel", _s16_132, _s22_69, "administrator", "Administrateur", _s18_65, "Permet \xe0 un utilisateur de g\xe9rer d'autres utilisateurs, modifier les param\xe8tres et tous les enregistrements.", "user_management", _s24_47, "users", "Utilisateurs", "new_user", _s18_125, "edit_user", _s20_85, "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_134, _s19_74, "invoice_options", "Options de facture", _s17_77, _s24_48, _s22_27, 'Afficher seulement la ligne "Pay\xe9 \xe0 ce jour" sur les factures pour lesquelles il y a au moins un paiement.', _s23_18, _s18_126, _s28_19, "Inclure les images jointes dans la facture.", _s16_136, "Afficher l'en-t\xeate sur", _s16_137, "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_127, "secondary_color", _s18_128, "page_size", "Taille de page", "font_size", _s16_252, "quote_design", "Design de soumission", "invoice_fields", _s17_151, "product_fields", "Champs produit", "invoice_terms", _s25_57, "invoice_footer", "Pied de facture", "quote_terms", "Conditions de soumission", "quote_footer", "Pied de soumission par d\xe9faut", _s18_66, "Envoi automatique", _s23_19, "Envoi automatiquement les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9es.", _s20_45, "Autoarchivage", _s25_37, _s69_1, _s18_67, "Autoarchivage", _s23_20, _s69_1, _s18_68, "Autoconversion", _s23_21, "Convertir automatiquement une soumission en facture lorsque le client l'accepte.", _s17_79, _s29_49, "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_81, "Trimestrielle", _s16_138, "4 mois", "freq_six_months", "Semestrielle", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_139, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_82, "Nombres g\xe9n\xe9r\xe9s", "charge_taxes", "Facturer les taxes", "next_reset", _s23_41, "reset_counter", "Remettre \xe0 z\xe9ro le compteur", _s16_140, _s17_152, "number_padding", _s23_42, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ Entreprise", "company_value", _s19_75, "credit_field", "Champ Cr\xe9dit", "invoice_field", "Champ Facture", _s17_84, "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_129, "prefix", "Pr\xe9fixe", "number_pattern", _s16_253, "messages", "Messages", "custom_css", _s16_254, _s17_86, _s23_43, _s16_142, _s19_76, _s21_53, "Afficher la signature du client sur la facture/soumission PDF.", _s25_38, _s48_1, _s30_6, "Requiert du client qu'il confirme et accepte les conditions de facturation", _s23_22, "Case \xe0 cocher pour les conditions de soumssion", _s28_20, "Requiert du client qu'il confirme et accepte les conditions de soumission", _s25_39, _s20_86, _s30_7, "Requiert une signature du client", _s23_23, "Signature de soumission", _s22_29, _s42_12, _s27_29, "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_24, "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_130, "attach_pdf", "Joindre un PDF", _s16_143, "Joindre un document", "attach_ubl", "Joindre UBL", "email_style", "Style de courriel", _s19_29, "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_153, "priority", "Priorit\xe9", "fee_amount", _s17_154, "fee_percent", _s21_99, "fee_cap", _s16_255, "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_30, _s26_49, "credentials", "Identifiants", "update_address", "Mise \xe0 jour de l'adresse", _s19_32, "Met \xe0 jour l'adresse du client avec les informations fournies", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_87, "edit_tax_rate", _s22_70, _s16_145, "Le taux de taxe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s16_146, "Le taux de taxe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_89, "Le taux de taxe a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_147, _s42_13, _s17_90, _s42_14, _s18_69, "Les :value taux de taxes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_91, "Les :value taux de taxes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_70, "Les :value taux de taxes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "fill_products", "Remplissage automatique des produits", _s18_71, "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_47, _s65_1, _s16_148, _s22_71, _s21_54, "Convertir automatiquement le prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_72, _s16_150, "Passerelles de paiement", _s19_33, _s19_77, _s20_48, _s20_88, _s23_24, _s37_21, _s23_25, _s43_4, _s24_25, _s40_6, _s23_26, _s41_8, _s24_26, _s41_9, _s25_41, "Les :value passerelles ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s24_27, "Les :value passerelles ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s25_42, "Les :value passerelles ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s16_152, "Continuez l'\xe9dition", "discard_changes", "Annuler les changements", "default_value", _s17_158, "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_256, _s21_55, "Premier jour de la semaine", _s23_27, "Premier mois de l'ann\xe9e", "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_155, "military_time", "Format d'heure 24 h", _s18_72, "Affichage 24h", "send_reminders", _s19_78, "timezone", "Fuseau horaire", _s19_34, "Filtrer par projet", _s17_92, _s18_131, _s19_36, "Filtrer par facture", _s18_73, "Filtrer par client", _s18_75, "Filtrer par fournisseur", "group_settings", "Param\xe8tres des groupes", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau groupe", "edit_group", _s16_257, "created_group", _s32_13, "updated_group", _s38_17, "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_20, "deleted_group", _s36_19, "restored_group", _s36_20, "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", _s46_4, _s16_154, "Param\xe8tres des produits", "device_settings", _s24_50, "defaults", "Par d\xe9faut", "basic_settings", _s18_132, _s17_94, _s18_133, "company_details", "Informations sur l'entreprise", "user_details", "Profil utilisateur", "localization", "Param\xe8tres r\xe9gionaux", "online_payments", _s18_134, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer / Exporter", "custom_fields", _s20_89, "invoice_design", "Mod\xe8les de factures", "buy_now_buttons", _s26_50, "email_settings", _s22_73, _s23_29, "Mod\xe8les et rappels", _s22_30, _s27_64, _s19_38, _s25_58, "price", "Prix", "email_sign_up", "Inscription par courriel", "google_sign_up", _s23_44, _s27_33, "Merci de votre achat!", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats pr\xe9c\xe9dents", _s19_40, _s17_156, "pro_plan", "Plan Pro", "enterprise_plan", "Plan Entreprise", "count_users", ":count utilisateurs", "upgrade", "Mettre \xe0 niveau", _s25_43, "Veuillez entrer votre pr\xe9nom", _s24_28, "Veuillez entrer votre nom", _s33_16, "Vous devez accepter les conditions et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte", _s16_156, _s24_51, "privacy_policy", _s28_70, "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_77, _s32_14, _s21_58, "Veuillez sauvegarder ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_34, "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_96, "Le document a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", _s16_158, "Le document a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_97, "Le document a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_159, _s38_18, _s17_98, _s38_19, _s18_79, "Les :value documents ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_99, "Les :value documents ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_80, "Les :value documents ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "no_history", "Aucun historique", "expense_date", _s18_135, "pending", "En attente", _s16_160, "Connect\xe9", _s16_161, "En attente", _s16_162, "Factur\xe9", "converted", "Convertie", _s24_30, "Ajouter des documents aux factures", "exchange_rate", "Taux de change", _s16_163, "Conversion de devise", "mark_paid", "Marquer pay\xe9e", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_79, "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_164, ":count fournisseurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_165, "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_166, "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_167, "La d\xe9pense a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_100, "Les d\xe9penses ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_168, "Les d\xe9penses ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s17_101, "Les :value d\xe9penses ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "copy_shipping", "Copier livraison", "copy_billing", _s18_136, "design", "Conception", _s21_59, "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_169, "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_42, _s22_74, "budgeted_hours", _s16_258, "created_project", _s32_15, "updated_project", _s39_7, _s16_171, _s35_21, "deleted_project", _s36_21, _s16_172, "Le projet a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_102, ":count projets ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_173, ":count projets ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_103, "Les :value projets ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_project", "Nouveau projet", _s27_38, "Merci d'utiliser notre app!", "if_you_like_it", _s27_65, "click_here", "cliquez ici", _s18_81, "Cliquez ici", "to_rate_it", "pour l'\xe9valuer.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_12, _s49_0, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_44, _s23_45, _s24_31, _s21_100, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Connexion h\xe9berg\xe9e", "selfhost_login", "Connexion autoh\xe9berg\xe9e", "google_sign_in", "Connexion avec Google", "today", "Aujourd'hui", "custom_range", "Personnalis\xe9", "date_range", _s19_80, "current", "En cours", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode en cours", _s17_104, "P\xe9riode de comparaison", "previous_period", _s18_137, "previous_year", _s16_259, "compare_to", "Comparer \xe0", "last7_days", _s16_260, "last_week", "Derni\xe8re semaine", "last30_days", _s17_157, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_174, "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_81, "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_101, "edit_project", "\xc9diter le projet", _s20_50, "\xc9diter la soumission r\xe9currente", "billing_address", _s22_75, _s16_176, "Adresse de livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9es", "invoices_sent", _s24_52, "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_178, "Actualisation compl\xe9t\xe9e", _s23_30, "Veuillez saisir votre courriel", _s26_29, "Veuillez saisir votre mot de passe", _s21_62, "Veuillez saisir votre URL", _s26_31, "Veuillez saisir la cl\xe9 de produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_106, "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_46, _s35_22, "error", "Erreur", _s16_180, _s20_90, "contacts", "Contacts", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_138, "are_you_sure", "Voulez-vous vraiment effectuer cette action?", "cancel", "Annuler", "ok", "Ok", "remove", "Retirer", _s16_182, "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_184, "Le produit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_product", _s37_22, _s16_185, "Le produit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_108, _s36_22, _s16_186, ":count produits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_109, "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_187, _s35_23, "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_188, "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_261, "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_189, "La facture a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_invoice", "La facture a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_190, "La facture a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_110, ":count factures ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_191, _s38_20, _s17_111, "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_139, "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_192, "Date d'\xe9ch\xe9ance du paiement partiel", "status", "Statut", _s17_112, "\xc9tat de la facture", "quote_status", "\xc9tat de la soumission", _s22_31, "Cliquez + pour ajouter un article", _s22_33, _s35_24, "count_selected", ":count s\xe9lectionn\xe9s", "total", "Total", "percent", "Pourcent", "edit", "Modifier", "dismiss", "Annuler", _s20_52, "Veuillez saisir une date", _s22_34, _s31_25, _s24_33, "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_14, "Veuillez saisir un num\xe9ro de facture", _s27_42, "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_91, _s22_36, _s50_8, _s22_37, _s50_8, _s23_32, _s56_0, _s23_33, _s56_0, "done", "Valider", _s37_13, "Veuillez saisir un nom de client ou de contact", "dark_mode", "Mode fonc\xe9", _s27_44, "Red\xe9marrez l'app pour mettre \xe0 jour les changements", "refresh_data", "Actualiser les donn\xe9es", "blank_contact", "Contact vide", "activity", "Activit\xe9", _s16_194, "Aucun enregistrement trouv\xe9", "clone", "Dupliquer", "loading", "Chargement", "industry", "Entreprise", "size", "Taille", "payment_terms", "D\xe9lais de paiement", "payment_date", _s16_263, "payment_status", _s16_264, _s16_196, "Em attente", _s16_197, "Annul\xe9e", _s16_198, "\xc9chou\xe9e", _s16_199, "Compl\xe9t\xe9e", _s16_200, "Partiellement rembours\xe9e", _s16_201, "Rembours\xe9e", _s17_113, "Non appliqu\xe9", _s17_114, _s27_68, "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_265, "first_reminder", "1er rappel", "second_reminder", "2e rappel", "third_reminder", "3e rappel", "reminder1", "Premier rappel", "reminder2", "Deuxi\xe8me rappel", "reminder3", _s16_266, "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_47, "button", "Bouton", "preview", "PR\xc9VISUALISATION", "customize", "Personnalisation", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9e", "payment_type", _s16_248, _s21_64, "N\xb0 de r\xe9f\xe9rence", "enter_payment", _s20_94, "new_payment", _s20_94, "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_202, "Le paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_payment", "Le paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s16_203, "Le paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_115, ":count paiements ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_204, ":count paiements ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_116, "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_35, "activity_2", _s33_23, "activity_3", _s34_19, "activity_4", _s32_16, "activity_5", _s38_21, "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_25, "activity_9", _s36_23, "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_24, "activity_16", _s33_24, "activity_17", _s34_20, "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_25, "activity_26", _s34_21, "activity_27", _s37_23, "activity_28", _s34_22, "activity_29", ":contact a approuv\xe9 la soumission :quote pour :client", "activity_30", _s35_26, "activity_31", _s38_22, "activity_32", _s39_8, "activity_33", _s39_9, "activity_34", _s32_17, "activity_35", _s35_27, "activity_36", _s36_26, "activity_37", _s36_27, "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_7, "activity_42", _s27_66, "activity_43", _s33_25, "activity_44", _s30_36, "activity_45", _s31_26, "activity_46", _s31_27, "activity_47", _s38_23, "activity_48", ":user a mis \xe0 jour le billet :ticket", "activity_49", ":user a ferm\xe9 le billet :ticket", "activity_50", ":user a fusionn\xe9 le billet :ticket", "activity_51", ":user a scind\xe9 le billet :ticket", "activity_52", ":contact a ouvert le billet :ticket", "activity_53", ":contact a r\xe9ouvert le billet :ticket", "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", ":user a invers\xe9 la facture :invoice", "activity_59", ":user a annul\xe9 la facture :invoice", "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_117, _s27_67, "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_54, "La soumission a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", _s21_66, "Le cr\xe9dit a \xe9t\xe9 marqu\xe9 comme envoy\xe9 avec succ\xe8s", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_38, _s34_23, "custom_value1", _s17_158, "custom_value2", _s17_158, "custom_value3", _s22_76, "custom_value4", _s22_77, _s18_82, _s30_37, _s24_38, _s39_10, _s29_31, "Message personnalis\xe9 pour facture impay\xe9e", _s27_49, "Message personnalis\xe9 pour facture pay\xe9e", _s31_13, "Message personnalis\xe9 pour soumission non approuv\xe9e", "lock_invoices", "Verrouiller les factures", "translations", "Traductions", _s19_47, "Mod\xe8le du num\xe9ro de t\xe2che", _s19_49, "Compteur du num\xe9ro de t\xe2che", _s22_40, "Mod\xe8le du num\xe9ro de d\xe9pense", _s22_42, "Compteur du num\xe9ro de d\xe9pense", _s21_67, "Mod\xe8le du num\xe9ro de fournisseur", _s21_69, "Compteur du num\xe9ro de fournisseur", _s21_71, "Mod\xe8le du num\xe9ro de billet", _s21_73, "Compteur du num\xe9ro de billet", _s22_44, "Mod\xe8le du num\xe9ro de paiement", _s22_46, "Compteur du num\xe9ro de paiement", _s22_48, "Mod\xe8le du num\xe9ro de facture", _s22_50, _s29_50, _s20_55, "Mod\xe8le du num\xe9ro de soumission", _s20_57, "Compteur du num\xe9ro de soumission", _s21_75, _s26_52, _s21_77, _s28_72, _s21_79, _s26_52, _s21_80, _s28_72, _s18_84, _s33_26, "counter_padding", "Espacement du compteur", _s28_55, "Compteur partag\xe9 pour les factures et les soumissions", _s18_86, "Nom de taxe par d\xe9faut 1", _s18_88, "Taux de taxe par d\xe9faut 1", _s18_90, "Nom de taxe par d\xe9faut 2", _s18_92, "Taux de taxe par d\xe9faut 2", _s18_94, "Nom de taxe par d\xe9faut 3", _s18_96, "Taux de taxe par d\xe9faut 3", _s21_81, "Objet du courriel de facture", _s19_51, "Objet du courriel de soumission", _s21_83, "Objet du courriel de paiement", _s29_33, "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_205, "Client actif", "client_balance", "Solde du client", "client_address1", "Rue du clients", "client_address2", "App / bureau du client", "vendor_address1", "Rue du fournisseur", "vendor_address2", "App du fournisseur", _s24_40, "Rue d'exp\xe9dition", _s24_41, "App / bureau d'exp\xe9dition du client", "type", "Type", "invoice_amount", _s21_102, _s16_209, "\xc9ch\xe9ance", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_47, "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_119, _s25_59, _s17_120, _s25_60, _s17_121, _s25_61, _s17_122, _s25_62, "is_deleted", "Est supprim\xe9", "vendor_city", _s20_92, "vendor_state", "Province du fournisseur", "vendor_country", _s19_82, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_83, "age", "\xc2ge", "is_running", "En cours", "time_log", _s16_267, "bank_id", "Banque", _s19_53, "ID de cat\xe9gorie de d\xe9pense", _s16_210, _s20_93, _s19_55, "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", "ID de transaction", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "de", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Passwort festlegen", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Ausgabe # :expense ansehen", "view_statement", "Zeige Bericht", "sepa", "SEPA-Lastschrift", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Absendername", _s16_6, _s16_214, _s17_4, "Wiederkehrende Ausgabe", _s18_4, "Wiederkehrende Ausgaben", _s21_1, "Wiederkehrende Ausgabe eingeben", _s22_, "Wiederkehrende Ausgabe bearbeiten", _s25_, "Wiederkehrende Ausgabe wurde erstellt", _s25_0, "Wiederkehrende Ausgabe wurde aktualisiert", _s26_, "Wiederkehrende Ausgabe wurde archiviert", _s25_1, "Projekt wurde gel\xf6scht", _s25_2, _s38_1, _s26_0, "Wiederkehrende Ausgabe wurde wiederhergestellt", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Nutzer-Anleitung", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importiere Daten", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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", "Zuletzt aktualisiert", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_12, "Kontakt Vorname", _s17_8, "Kontakt Nachname", "order", "Order", "unassigned", "Nicht zugewiesen", "partial_value", "Muss gr\xf6sser als Null und kleiner als der Gesamtbetrag sein", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktivieren", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Passen Sie die Rechnungslink-Subdom\xe4ne an oder stellen Sie die Rechnung auf Ihrer eigenen Webseite zur Verf\xfcgung.", _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Gutscheincode", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Sicherheit", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_24, "Neues Abonnement", _s17_14, "Abonnement bearbeiten", _s20_4, "Abonnement erfolgreich erstellt", _s20_5, "Abonnement erfolgreich aktualisiert", _s21_13, "Abonnement erfolgreich archiviert", _s20_6, "Abonnement gel\xf6scht", _s20_7, "Abonnement entfernt", _s21_14, "Abonnement wiederhergestellt", _s19_4, _s21_15, _s20_8, ":count Abonnements durchsuchen", _s26_3, "Subdomain ist nicht verf\xfcgbar", "connect_gmail", "Mit Gmail verbinden", _s16_26, "von Gmail trennen", "connected_gmail", "Mit Gmail erfolgreich verbunden", _s18_20, "Von Gmail erfolgreich getrennt", _s16_28, _s100_, _s16_29, "Kundennummer", "count_minutes", ":count Minuten", _s16_31, "Passwort Timeout", _s29_, _s29_0, "use_last_email", "Vorherige E-Mail benutzen", _s16_33, "Unternehmen aktivieren", _s21_16, "Aktivieren sie Email, wiederkehrende Rechnungen und Benachrichtigungen", _s27_7, "Ein Fehler ist aufgetreten, bitte versuchen Sie es erneut.", _s27_8, "Bitte vergeben Sie zuerst ein Passwort.", _s34_1, "Achtung: Das \xc4ndern deiner Telefonnummer wird die Zwei-Faktor-Authentifizierung deaktivieren", "help_translate", "Hilf mit beim \xdcbersetzen", _s23_3, "Bitte w\xe4hlen Sie ein Land", "resend_invite", "Einladung erneut versenden", _s19_5, "2FA erfolgreich deaktiviert", _s16_35, "Konto erfolgreich verbunden.", _s19_6, "Konto erfolgreich getrennt.", "delivered", "zugestellt", "bounced", "Abpraller", "spam", "Spam", "view_docs", "Dokumentation ansehen.", _s32_0, "Bitte gib eine Handynummer an, um die Zwei-Faktor-Authentifizierung zu aktivieren", "send_sms", "SMS senden", "sms_code", "SMS-Code", _s21_17, "Barcode mit :link kompatibler App scannen.", _s18_21, "Zwei-Faktor-Authentifizierung erfolgreich aktiviert", "connect_google", "Google-Konto verbinden", _s17_16, "Google-Konto entfernen", _s17_18, "Zwei-Faktor-Authentifizierung", _s18_22, "Zwei-Faktor-Authentifizierung deaktivieren", _s34_2, "Password mit Verkn\xfcpfung zu Sozialmedia notwendig", "stay_logged_in", "Eingeloggt bleiben", _s23_5, "Warnung: Ihre Sitzung l\xe4uft bald ab", "count_hours", ":count Stunden", "count_day", "1 Tag", "count_days", ":count Tage", _s19_7, "Web-Sitzungs-Timeout", _s17_19, "Sicherheitseinstellungen", "resend_email", "Best\xe4tigungsemail erneut versenden", _s26_5, "Bitte best\xe4tigen Sie Ihre E-Mail-Adresse", _s16_36, "Zahlung erstattet", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Zeige Aktionen", _s17_21, "Mehrfachauswahl", _s27_10, "Eine E-Mail wurde versandt um Ihre E-Mail-Adresse zu best\xe4tigen.", _s21_18, "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_24, "In Rechnung umwandeln", _s16_37, "Registrierungs-URL", "invoice_project", "Projekt berechnen", "invoice_task", "Aufgabe in Rechnung stellen", "invoice_expense", "Ausgabe abrechnen", _s19_12, "Suche 1 Zahlungsbedingung", _s20_9, "Suche :count Zahlungsbedingungen", _s16_39, "Speichern und Vorschau anzeigen", "save_and_email", "Speichern und verschicken", _s16_41, "Unterst\xfctzte Ereignisse", _s16_43, "Umgerechneter Betrag", _s17_23, "Guthabenstand", _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Gesendet", _s17_25, "Standard-Dokumente", "document_upload", "Dokument hochladen", _s20_10, "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_20, "Der Entwicklungsmodus ist aktiviert", _s26_6, "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_27, "Zuk\xfcnftige Ausgaben", "update_app", "App aktualisieren", "started_import", "Import erfolgreich gestartet", _s24_6, "Dupliziere Spaltenzuordnung", _s20_11, "Benutzt Inklusive Steuern", _s18_26, "Ist Betrag erm\xe4\xdfigt", "column", "Spalte", "sample", "Beispiel", "map_to", "Zuordnen", "import", "Importieren", _s25_12, "Benutze erste Zeile als Spalten\xfcberschrift", "select_file", "Bitte w\xe4hlen sie eine Datei", _s16_45, "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_5, "Bitte geben Sie alle CSV-Dateien an.", "import_type", "Import Typ", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Lizenzen anzeigen", "webhook_url", "Webhook URL", _s17_29, "Vollbild Editor", "sidebar_editor", "Seitenmen\xfc Editor", _s22_6, '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_9, "Versendete Rechnungen sind gesperrt", _s24_11, "Bezahlte Rechnungen sind gesperrt", "source_code", "Quellcode", "app_platforms", "Applikations Platform", "invoice_late", _s18_141, "quote_expired", "Angebot abgelaufen", "partial_due", "Anzahlung", "invoice_total", "Rechnungsbetrag", "quote_total", "Angebotssumme", "credit_total", "Gesamtguthaben", _s23_6, "Gesamtbetrag", "actions", "Aktionen", "expense_number", "Ausgabennummer", "task_number", "Aufgabennummer", "project_number", "Projektnummer", "project_name", "Projektname", "warning", "Warnung", "view_settings", "Einstellungen anzeigen", _s24_13, "Warnung: diese Firma wurde noch nicht aktiviert", "late_invoice", _s18_141, "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_31, _s19_84, "clear_cache", "Zwischenspeicher leeren", "sort_order", "Sortierreihenfolge", "task_status", "Status", "task_statuses", "Aufgaben Status", "new_task_status", "Neuer Aufgaben Status", _s16_47, "Aufgaben Status bearbeiten", _s19_13, "Aufgaben Status erfolgreich erstellt", _s19_14, "Aufgabenstatus erfolgreich aktualisiert", _s20_13, "Aufgaben Status erfolgreich archiviert", _s19_15, "Aufgaben Status erfolgreich gel\xf6scht", _s19_16, "Aufgaben Status erfolgreich entfernt", _s20_14, "Aufgaben Status erfolgreich wiederhergestellt", _s22_7, ":value Aufgaben Stati erfolgreich archiviert", _s21_22, ":value Aufgaben Stati erfolgreich gel\xf6scht", _s22_8, ":value Aufgaben Stati erfolgreich wiederhergestellt", _s18_28, "Suche 1 Aufgaben Status", _s20_16, "Suche :count Aufgaben Status", _s16_49, "Zeige Aufgaben Tabelle", _s21_23, "Beim Erstellen von Rechnungen immer die Aufgabenauswahl anzeigen", _s20_17, "Aufgaben Zeiterfassung in Rechnung stellen", _s25_13, "Zeitdetails in der Rechnungsposition ausweisen", _s20_19, "Aufgabenzeiterfassung in Rechnung stellen", _s25_14, _s42_5, _s21_24, "Beginne Aufgabe vor dem Speichern", _s18_29, "Stati bearbeiten", "task_settings", "Aufgaben Einstellungen", _s20_21, "Kategorien bearbeiten", _s18_31, "Ausgabenkategorien", _s20_23, "Neue Ausgabenkategorie", _s21_25, "Ausgaben Kategorie bearbeiten", _s24_14, "Ausgabenkategorie erfolgreich erstellt", _s24_15, "Ausgabenkategorie erfolgreich aktualisiert", _s25_16, "Ausgabenkategorie erfolgreich archiviert", _s24_16, "Kategorie erfolgreich gel\xf6scht", _s24_17, "Ausgaben Kategorie erfolgreich entfernt", _s25_17, "Ausgabenkategorie erfolgreich wiederhergestellt", _s27_14, ":count Ausgabenkategorien erfolgreich archiviert", _s26_7, ":value Ausgabenkategorien erfolgreich gel\xf6scht", _s27_15, ":value Ausgabenkategorien erfolgreich wiederhergestellt", _s23_7, "Suche 1 Ausgabenkategorie", _s25_19, "Suche :count Ausgabenkategorie", _s21_27, "Verf\xfcgbares Guthaben verwenden", "show_option", "Zeige Option", _s22_9, "Der Guthabenbetrag darf den Zahlungsbetrag nicht \xfcbersteigen", "view_changes", "\xc4nderungen anzeigen", "force_update", "Aktualisierungen erzwingen", _s17_33, "Du benutzt die aktuellste Version, aber es stehen noch ausstehende Fehlerbehebungen zur Verf\xfcgung", "mark_paid_help", "Verfolge ob Ausgabe bezahlt wurde", _s18_33, "Sollte in Rechnung gestellt werden", _s23_8, "Erm\xf6gliche diese Ausgabe in Rechnung zu stellen", _s29_2, "Dokumente sichtbar machen", _s21_29, "Wechselkurs setzen", _s16_51, "Ausgaben Einstellungen", _s18_34, "Duplizieren zu Widerkehrend", "crypto", "Verschl\xfcsselung", "paypal", "PayPal", "alipay", "Alipay", "sofort", "SOFORT-\xdcberweisung", "apple_pay", _s16_215, "user_field", "Benutzer Feld", "variables", "Variablen", "show_password", "Zeige Passwort", "hide_password", "Verstecke Passwort", "copy_error", "Kopier Fehler", "capture_card", "Zahlungsmittel f\xfcr die weitere Verwendung speichern", _s17_34, "Automatische Rechnungsstellung aktivieren", "total_taxes", "Gesamt Steuern", "line_taxes", _s20_95, "total_fields", "Gesamt Felder", _s25_20, "Wiederkehrende Rechnung erfolgreich gestoppt", _s25_21, "Wiederkehrende Rechnung erfolgreich gestartet", _s25_22, "Wiederkehrende Rechnung erfolgreich fortgesetzt", "gateway_refund", "Zahlungsanbieter R\xfcckerstattung", _s19_17, "Bearbeite die R\xfcckerstattung \xfcber den Zahlungsanbieter", "due_date_days", _s16_268, "paused", "Pausiert", "mark_active", "Markiere aktiv", "day_count", "Tag :count", _s22_10, "Erster Tag des Monats", _s21_30, "Letzter Tag des Monats", _s17_36, "Benutze Zahlungsbedingung", "endless", "Endlos", "next_send_date", "N\xe4chstes Versanddatum", _s16_53, "Verbleibende Durchg\xe4nge", _s17_38, "Wiederkehrende Rechnung", _s18_36, "Wiederkehrende Rechnungen", _s21_32, "Neue wiederkehrende Rechnung", _s22_12, "Bearbeite wiederkehrende Rechnung", _s25_23, "Wiederkehrende Rechnung erfolgreich erstellt", _s25_24, "Wiederkehrende Rechnung erfolgreich aktualisiert", _s26_8, "Wiederkehrende Rechnung erfolgreich archiviert", _s25_25, "Wiederkehrende Rechnung erfolgreich gel\xf6scht", _s25_26, "Wiederkehrende Rechnung erfolgreich entfernt", _s26_9, "Wiederkehrende Rechnung erfolgreich wiederhergestellt", _s27_16, ":value Wiederkehrende Rechnung erfolgreich archiviert", _s26_10, ":value Wiederkehrende Rechnungen erfolgreich gel\xf6scht", _s27_17, ":value Wiederkehrende Rechnungen erfolgreich wiederhergestellt", _s24_18, "Suche 1 wiederkehrende Rechnung", _s25_27, "Suche :count Wiederkehrende Rechnungen", "send_date", "Versanddatum", "auto_bill_on", "Automatische Rechnungsstellung zum", _s28_6, "Minimaler Unterzahlungsbetrag", "profit", "Profit", "line_item", "Posten", _s18_38, "\xdcberzahlung zulassen", _s23_9, "\xdcberzahlungen zulassen, beispielsweise Trinkgelder", _s19_18, "Unterzahlung zulassen", _s24_19, "Teilzahlungen zulassen", "test_mode", "Test Modus", "opened", "Ge\xf6ffnet", _s30_1, "Fehler bei Kontenabstimmung", _s30_2, "Kontenabstimmung erfolgreich", "gateway_success", "Zahlungsanbieter erfolgreich", "gateway_failure", _s23_51, "gateway_error", _s23_51, "email_send", "E-Mail gesendet", _s17_40, "E-Mail Wiederholungswarteschlange", "failure", "Fehler", "quota_exceeded", "Quota erreicht", _s16_55, "Upstream Fehler", "system_logs", "System-Log", "view_portal", "Portal anzeigen", "copy_link", "Link kopieren", "token_billing", "Kreditkarte merken", _s24_20, "Willkommen bei Invoice Ninja", "always", "Immer", "optin", "Anmelden", "optout", "Abmelden", "label", "Label", "client_number", "Kundennummer", "auto_convert", _s24_53, "company_name", "Firmenname", "reminder1_sent", "Erste Erinnerung verschickt", "reminder2_sent", "Zweite Erinnerung verschickt", "reminder3_sent", "Dritte Erinnerung verschickt", _s18_40, "Letzte Erinnerung verschickt", "pdf_page_info", "Seite :current von :total", _s16_57, "Rechnungen erfolgreich versendet", "emailed_quotes", "Angebote erfolgreich versendet", "emailed_credits", _s41_10, "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_26, "Online-Zahlung E-Mail Adresse", _s20_28, "manuelle Zahlung E-Mail Adresse", "completed", "Abgeschlossen", "gross", "Gesamtbetrag", "net_amount", "Netto Betrag", "net_balance", "Netto Betrag", "client_settings", "Kundeneinstellungen", _s17_42, "Ausgew\xe4hlte Rechnungen", _s17_44, "Ausgew\xe4hlte Zahlungen", "selected_quotes", "Ausgew\xe4hlte Angebote", "selected_tasks", "Ausgew\xe4hlte Aufgaben", _s17_46, "Ausgew\xe4hlte Ausgaben", _s17_48, "Ausstehende Rechnungen", _s17_50, "\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", "Angebot annehmen", "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_52, "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_59, "Webhook erfolgreich archiviert", "deleted_webhook", "Webhook erfolgreich gel\xf6scht", "removed_webhook", "Webhook erfolgreich entfernt", _s16_60, "Webhook erfolgreich wiederhergestellt", _s17_53, ":value Webhooks erfolgreich archiviert", _s16_61, ":value Webhooks erfolgreich gel\xf6scht", _s16_62, ":value Webhooks erfolgreich entfernt", _s17_54, ":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_20, "Kunden Registration", _s24_22, "Den Kunden erm\xf6glichen, sich selbst im Portal zu registrieren.", _s21_34, "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 eMail", _s20_31, "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_63, "Verbleibendes Guthaben", "contact_name", "Name des Kontakts", "use_default", "Benutze Standardwert", _s16_65, "Endlose Reminder", "number_of_days", "Anzahl Tage", _s23_11, "Zahlungsbedingungen bearbeiten", "payment_term", "Zahlungsbedingung", _s16_66, "Neue Zahlungsbedingung", _s17_56, "Bearbeite Zahlungsbedingungen", _s20_32, "Zahlungsbedingung erfolgreich erstellt", _s20_33, "Zahlungsbedingung erfolgreich aktualisiert", _s21_35, "Zahlungsbedingung erfolgreich archiviert", _s20_34, "Zahlungsbedingung erfolgreich gel\xf6scht", _s20_35, "Zahlungsbedingung erfolgreich entfernt", _s21_36, "Zahlungsbedingungen erfolgreich wiederhergestellt", _s22_17, ":value Zahlungsbedingungen erfolgreich archiviert", _s21_37, ":value Zahlungsbedingungen erfolgreich gel\xf6scht", _s22_18, ":value Zahlungsbedingungen erfolgreich wiederhergestellt", "email_sign_in", "Mit E-Mail anmelden", "change", "\xc4ndern", _s23_13, "M\xf6chten Sie zur mobilen Ansicht wechseln?", _s24_23, "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_42, _s19_85, _s16_68, "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_69, "Suche Steuersatz", "search_tasks", "Suche Aufgaben", "search_settings", "Suche 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_60, "Rechnung erfolgreich storniert", _s18_44, "Rechnungen erfolgreich storniert", _s16_75, "Rechnung erfolgreich zur\xfcckgebucht", _s17_61, "Rechnungen erfolgreich zur\xfcckgebucht", "reverse", "R\xfcckbuchung", "full_name", "Voller Name", _s17_62, "Stadt / Bundesland / PLZ", _s17_64, "Plz/Stadt/Staat", "custom1", "Benutzerdefiniert 1", "custom2", "Benutzerdefiniert 2", "custom3", _s19_86, "custom4", _s19_86, "optional", "optional", "license", "Lizenz", "purge_data", "Daten s\xe4ubern", _s16_76, "Die Kontodaten wurden erfolgreich gel\xf6scht", _s18_45, "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_29, "Empfange alle Benachrichtigungen", _s16_77, "Lizenz kaufen", "apply_license", "Lizenz anwenden", "cancel_account", "Konto k\xfcndigen", _s22_19, "Warnung: Diese Aktion wird dein Konto unwiderruflich l\xf6schen.", "delete_company", "Firma l\xf6schen", _s22_20, "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", "Kopf", "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_79, ":value Designs erfolgreich archiviert", "deleted_designs", ":value Designs erfolgreich gel\xf6scht", _s16_80, ":value Designs erfolgreich wiederhergestellt", "proposals", "Vorschl\xe4ge", "tickets", "Tickets", _s16_81, "Wiederkehrende Angebote", "recurring_tasks", "Wiederkehrende Aufgabe", _s18_46, "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_83, ":count Guthaben erfolgreich archiviert", "deleted_credits", ":count Guthaben erfolgreich gel\xf6scht", _s16_84, ":value Guthaben erfolgreich archiviert", "current_version", "Aktuelle Version", "latest_version", "Neueste Version", "update_now", "Jetzt aktualisieren", _s26_16, "Eine neue Version der Webapp ist verf\xfcgbar.", _s16_85, "Update verf\xfcgbar", "app_updated", "Update erfolgreich", "learn_more", "Mehr erfahren", "integrations", "Integrationen", "tracking_id", "Sendungsnummer", _s17_66, "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_38, "surcharge2", _s30_39, "surcharge3", _s30_40, "surcharge4", _s30_41, "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_52, "Letzter Login des Kontakts", _s17_68, "Vollst\xe4ndiger Name des Kontakts", "contact_phone", "Telefonnummer des Kontakts", _s21_38, "Kontakt Benutzerdefinierter Wert 1", _s21_39, "Kontakt Benutzerdefinierter Wert 2", _s21_40, "Kontakt Benutzerdefinierter Wert 3", _s21_41, "Kontakt Benutzerdefinierter Wert 4", _s17_70, "Strasse Versandanschrift", _s17_71, "Versand Adresszusatz", "shipping_city", "Stadt Versandanschrift", "shipping_state", "Versand Bundesland", _s20_36, "Postleitzahl Versandanschrift", _s16_115, "Lieferungsland", _s16_117, "Strasse Rechnungsanschrift", _s16_118, "Rechnung Adresszusatz", "billing_city", "Stadt Rechnungsanschrift", "billing_state", "Rechnung Bundesland", _s19_23, "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", "Gewinn und Verlust", "reports", "Berichte", "report", "Bericht", "add_company", "Konto hinzuf\xfcgen", "unpaid_invoice", "Unbezahlte Rechnung", "paid_invoice", "Bezahlte Rechnung", _s16_119, "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_42, "K\xfcrzliche Fehler aus den Logs einf\xfcgen", _s30_5, "Wir haben ihre Nachricht erhalten und bem\xfchen uns schnellstm\xf6glich zu antworten.", "message", "Nachricht", "from", "Von", _s20_38, "Produktdetails anzeigen", _s25_31, "Beschreibung und Kosten in die Produkt-Dropdown-Liste einf\xfcgen", _s20_40, "Der PDF-Renderer ben\xf6tigt :version", _s18_55, "Anpassungszuschlag Prozent", _s23_15, "Geb\xfchren Prozentsatz an das Konto anpassen", _s18_57, "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_43, "Das Passwort ist zu kurz", _s20_41, "Das Passwort muss einen Gro\xdfbuchstaben und eine Nummer enthalten", _s19_25, "Kundenportal-Aufgaben", _s23_16, "Kundenportal-\xdcbersicht", _s20_42, "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_73, "Produktkosten anzeigen", "show_cost_help", "Feld f\xfcr Einkaufspreis anzeigen, um Gewinnspanne zu verfolgen", _s21_44, "Produktanzahl anzeigen", _s26_18, "Zeigen ein Mengenangabe Feld, sonst den Standardwert 1", _s21_46, "Rechnungsanzahl anzeigen", _s26_19, "Zeige ein Rechnungsposten Anzahlfeld, sonst den Standardwert 1", _s21_48, "Produkterm\xe4\xdfigung anzeigen", _s26_20, "Zeige Rabattfeld in Belegposition", _s16_121, "Standardanzahl", _s21_50, "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_123, _s19_84, "user", "Benutzer", "invoice_tax", "Rechnungssteuer", "line_item_tax", _s20_95, "inclusive_taxes", "Inklusive Steuern", _s17_75, "Rechnungs-Steuers\xe4tze", "item_tax_rates", "Element-Steuers\xe4tze", _s18_59, _s29_51, "configure_rates", "Steuers\xe4tze bearbeiten", _s18_60, "Zahlungsanbieter bearbeiten", "tax_settings", "Steuer-Einstellungen", _s18_62, "Steuers\xe4tze", "accent_color", "Akzent-Farbe", "switch", "Switch", _s19_27, "Komma-separierte Liste", "options", "Optionen", _s16_125, "Einzeiliger Text", "multi_line_text", "Mehrzeiliger Text", "dropdown", "Dropdown", "field_type", "Feldtyp", _s27_28, "Eine Passwort-Wiederherstellungs-Mail wurde versendet", "submit", "Abschicken", _s16_127, "Passwort wiederherstellen", "late_fees", "Versp\xe4tungszuschl\xe4ge", "credit_number", "Gutschriftnummer", "payment_number", "Zahlungsnummer", "late_fee_amount", "H\xf6he des Versp\xe4tungszuschlags", _s16_128, "Versp\xe4tungszuschlag Prozent", "schedule", "Zeitgesteuert", "before_due_date", "Vor dem F\xe4lligkeitsdatum", "after_due_date", "Nach dem F\xe4lligkeitsdatum", _s18_64, "Nach dem Rechnungsdatum", "days", "Tage", "invoice_email", "Rechnungsmail", "payment_email", "Zahlungsmail", "partial_payment", "Teilzahlung", "payment_partial", "Teilzahlung", _s21_51, "Teilzahlungsmail", "quote_email", "Angebotsmail", _s16_130, "Endlose Erinnnerung", _s16_132, "Gefiltert nach Benutzer", "administrator", "Administrator", _s18_65, "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_134, _s24_54, "invoice_options", "Rechnungsoptionen", _s17_77, '"Bereits gezahlt" ausblenden', _s22_27, '"Bereits gezahlt" nur anzeigen, wenn eine Zahlung eingegangen ist.', _s23_18, "Dokumente einbetten", _s28_19, "Bildanh\xe4nge zu den Rechnungen hinzuf\xfcgen.", _s16_136, "Zeige Kopf auf", _s16_137, "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_66, "Automatische Email", _s23_19, "Senden Sie wiederkehrende Rechnungen automatisch per E-Mail, wenn sie erstellt werden.", _s20_45, _s20_96, _s25_37, "Archivieren Sie Rechnungen automatisch, wenn sie bezahlt sind.", _s18_67, _s20_96, _s23_20, "Archivieren Sie Angebote automatisch, wenn sie konvertiert werden.", _s18_68, _s24_53, _s23_21, "Das Angebot automatisch in eine Rechnung umwandeln wenn es vom Kunden angenommen wird.", _s17_79, "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_81, "Dreimonatlich", _s16_138, "Vier Monate", "freq_six_months", "Halbj\xe4hrlich", "freq_annually", "J\xe4hrlich", "freq_two_years", "Zwei Jahre", _s16_139, "Drei Jahre", "never", "Niemals", "company", "Firma", _s17_82, "Generierte Nummern", "charge_taxes", "Steuern erheben", "next_reset", "N\xe4chster Reset", "reset_counter", "Z\xe4hler-Reset", _s16_140, "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_84, "Rechnungsgeb\xfchr", "client_field", "Kundenfeld", "product_field", "Produktfeld", "payment_field", "Zahlungs-Feld", "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_86, "Benutzerdefiniertes JavaScript", _s16_142, "Auf PDF anzeigen", _s21_53, "Unterschrift des Kunden auf dem Angebots/Rechnungs PDF anzeigen.", _s25_38, "Checkbox f\xfcr Rechnungsbedingungen", _s30_6, "Erfordern Sie die Best\xe4tigung der Rechnungsbedingungen durch den Kunden.", _s23_22, "Checkbox f\xfcr Angebotsbedingungen", _s28_20, "Erfordern Sie die Best\xe4tigung der Angebotsbedingungen durch den Kunden.", _s25_39, "Rechnungsunterschrift", _s30_7, "Erfordern Sie die Unterschrift des Kunden bei Rechnungen.", _s23_23, "Angebotsunterschrift", _s22_29, "Rechnungen mit Passwort sch\xfctzen", _s27_29, "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_24, "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_143, "Dokumente anh\xe4ngen", "attach_ubl", "UBL anh\xe4ngen", "email_style", "E-Mail-Stil", _s19_29, "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_30, "Logos der akzeptierten Kreditkarten", "credentials", "Zugangsdaten", "update_address", "Adresse aktualisieren", _s19_32, "Kundenadresse mit den gemachten Angaben aktualisieren", "rate", "Satz", "tax_rate", "Steuersatz", "new_tax_rate", "Neuer Steuersatz", "edit_tax_rate", "Steuersatz bearbeiten", _s16_145, "Steuersatz erstellt", _s16_146, "Steuersatz aktualisiert", _s17_89, "Steuersatz archiviert", _s16_147, "Steuersatz erfolgreich gel\xf6scht", _s17_90, "Steuersatz erfolgreich wiederhergestellt", _s18_69, ":value Steuers\xe4tze erfolgreich archiviert", _s17_91, ":value Steuers\xe4tze erfolgreich gel\xf6scht", _s18_70, ":value Steuers\xe4tze erfolgreich wiederhergestellt", "fill_products", "Produkte automatisch ausf\xfcllen", _s18_71, "Beim Ausw\xe4hlen eines Produktes werden automatisch Beschreibung und Kosten ausgef\xfcllt", "update_products", "Produkte automatisch aktualisieren", _s20_47, "Beim Aktualisieren einer Rechnung werden die Produkte automatisch aktualisiert", _s16_148, "Produkte konvertieren", _s21_54, "Produktpreise automatisch in die W\xe4hrung des Kunden konvertieren", "fees", "Geb\xfchren", "limits", "Grenzwerte", "provider", "Anbieter", "company_gateway", "Zahlungs-Gateway", _s16_150, "Zahlungs-Gateways", _s19_33, "Neues Gateway", _s20_48, "Gateway bearbeiten", _s23_24, "Gateway erfolgreich erstellt", _s23_25, "Gateway erfolgreich aktualisiert", _s24_25, "Gateway erfolgreich archiviert", _s23_26, "Gateway erfolgreich gel\xf6scht", _s24_26, "Gateway erfolgreich wiederhergestellt", _s25_41, ":value Zahlungsanbieter erfolgreich archiviert", _s24_27, ":value Zahlungsanbieter erfolgreich gel\xf6scht", _s25_42, ":value Zahlungsanbieter erfolgreich wiederhergestellt", _s16_152, "Weiterbearbeiten", "discard_changes", "\xc4nderungen verwerfen", "default_value", "Standardwert", "disabled", "Deaktiviert", "currency_format", "W\xe4hrungsformat", _s21_55, "Erster Tag der Woche", _s23_27, "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_72, "24-Stunden-Anzeige", "send_reminders", "Erinnerungen senden", "timezone", "Zeitzone", _s19_34, "Nach Projekt filtern", _s17_92, "Gefiltert nach Gruppe", _s19_36, "Gefiltert nach Rechnung", _s18_73, "Gefiltert nach Kunde", _s18_75, "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_154, "Produkt-Einstellungen", "device_settings", "Ger\xe4teeinstellungen", "defaults", "Standards", "basic_settings", _s24_54, _s17_94, "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_29, "Vorlagen & Erinnerungen", _s22_30, "Kreditkarten & Banken", _s19_38, "Datenvisualisierungen", "price", "Preis", "email_sign_up", "E-Mail-Registrierung", "google_sign_up", "Registrierung via Google", _s27_33, "Vielen Dank f\xfcr Ihren Kauf!", "redeem", "Einl\xf6sen", "back", "Zur\xfcck", "past_purchases", "Vergangene K\xe4ufe", _s19_40, "Jahres-Abonnement", "pro_plan", "Pro-Tarif", "enterprise_plan", "Enterprise-Tarif", "count_users", ":count Benutzer", "upgrade", "Upgrade", _s25_43, "Bitte geben Sie einen Vornamen ein", _s24_28, "Bitte geben Sie einen Nachnamen ein", _s33_16, "Bitte stimmen Sie den Nutzungsbedingungen und der Datenschutzerkl\xe4rung zu, um ein Konto zu erstellen.", "i_agree_to_the", "Ich stimme den", _s16_156, "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_77, "Kein Eintrag ausgew\xe4hlt", _s21_58, "Bitte speichern oder verwerfen Sie Ihre \xc4nderungen", "download", "Herunterladen", _s27_34, "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_96, "Dokument erfolgreich hochgeladen", _s16_158, "Dokument erfolgreich aktualisiert", _s17_97, "Dokument erfolgreich archiviert", _s16_159, "Dokument erfolgreich gel\xf6scht", _s17_98, "Dokument erfolgreich wiederhergestellt", _s18_79, ":value Dokumente erfolgreich archiviert", _s17_99, ":value Dokumente erfolgreich gel\xf6scht", _s18_80, ":value Dokumente erfolgreich wiederhergestellt", "no_history", "Kein Verlauf", "expense_date", "Ausgabendatum", "pending", "Ausstehend", _s16_160, "Aufgezeichnet", _s16_161, "Ausstehend", _s16_162, "Fakturiert", "converted", "Umgewandelt", _s24_30, "F\xfcgen Sie Dokumente zur Rechnung hinzu", "exchange_rate", "Wechselkurs", _s16_163, "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_164, ":count Lieferanten erfolgreich archiviert", "deleted_vendors", ":count Lieferanten erfolgreich gel\xf6scht", _s16_165, ":value Lieferanten erfolgreich wiederhergestellt", "new_expense", "Ausgabe eingeben", "created_expense", "Ausgabe erfolgreich erstellt", "updated_expense", "Ausgabe erfolgreich aktualisiert", _s16_166, "Ausgabe erfolgreich archiviert", "deleted_expense", "Ausgabe erfolgreich gel\xf6scht", _s16_167, "Ausgabe erfolgreich wiederhergestellt", _s17_100, "Ausgaben erfolgreich archiviert", _s16_168, "Ausgaben erfolgreich gel\xf6scht", _s17_101, ":value Ausgaben erfolgreich wiederhergestellt", "copy_shipping", "Versand kopieren", "copy_billing", "Zahlung kopieren", "design", "Design", _s21_59, "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_169, "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_42, "Bitte geben Sie einen Namen ein", "budgeted_hours", "Budgetierte Stunden", "created_project", "Projekt erfolgreich erstellt", "updated_project", "Projekt erfolgreich aktualisiert", _s16_171, "Projekt erfolgreich archiviert", "deleted_project", "Projekt erfolgreich gel\xf6scht", _s16_172, "Projekt erfolgreich wiederhergestellt", _s17_102, "Erfolgreich :count Projekte archiviert", _s16_173, "Erfolgreich :count Projekte gel\xf6scht", _s17_103, ":value Projekte erfolgreich wiederhergestellt", "new_project", "neues Projekt", _s27_38, "Vielen Dank, dass Sie unsere App nutzen!", "if_you_like_it", "Wenn es dir gef\xe4llt, bitte", "click_here", "hier klicken", _s18_81, "Klicke hier", "to_rate_it", ", um es zu bewerten.", "average", "Durchschnittlich", "unapproved", "Nicht genehmigt", _s30_12, "Bitte authentifizieren Sie sich, um diese Einstellung zu \xe4ndern.", "locked", "Gesperrt", "authenticate", "Authentifizieren", _s19_44, "Bitte authentifizieren Sie sich", _s24_31, "Biometrische Authentifizierung", "footer", "Fu\xdfzeile", "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_104, "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_174, "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_50, "Bearbeite wiederkehrendes Angebot", "billing_address", "Rechnungsadresse", _s16_176, "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_178, "Aktualisieren beendet", _s23_30, "Bitte geben Sie Ihre E-Mail-Adresse ein", _s26_29, "Bitte geben Sie Ihr Passwort ein", _s21_62, "Bitte geben Sie Ihre URL ein", _s26_31, "Bitte geben Sie Ihren Produkt schl\xfcssel ein", "ascending", "Aufsteigend", "descending", "Absteigend", "save", "Speichern", _s17_106, "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_46, ":value in die Zwischenablage kopiert", "error", "Fehler", _s16_180, "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_182, "E-Mail ist ung\xfcltig", "product", "Produkt", "products", "Produkte", "new_product", "Neues Produkt", "created_product", "Produkt erfolgreich erstellt", "updated_product", "Produkt erfolgreich aktualisiert", _s16_184, "Produkt erfolgreich archiviert", "deleted_product", "Produkt erfolgreich gel\xf6scht", _s16_185, "Produkt erfolgreich wiederhergestellt", _s17_108, "Archivierung erfolgreich :Produktz\xe4hler", _s16_186, "Erfolgreich :count Produkte gel\xf6scht", _s17_109, ":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_187, ":count Kunden erfolgreich archiviert", "deleted_client", "Kunde erfolgreich gel\xf6scht", "deleted_clients", ":count Kunden erfolgreich gel\xf6scht", "restored_client", "Kunde erfolgreich wiederhergestellt", _s16_188, ":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_189, "Rechnung erfolgreich archiviert", "deleted_invoice", "Rechnung erfolgreich gel\xf6scht", _s16_190, "Rechnung erfolgreich wiederhergestellt", _s17_110, ":count Rechnungen erfolgreich archiviert", _s16_191, ":count Rechnungen erfolgreich gel\xf6scht", _s17_111, ":value Rechnungen erfolgreich wiederhergestellt", "emailed_invoice", "Rechnung erfolgreich versendet", "emailed_payment", "Zahlungs eMail erfolgreich gesendet", "amount", "Betrag", "invoice_number", "Rechnungsnummer", "invoice_date", "Rechnungsdatum", "discount", "Rabatt", "po_number", "Bestellnummer", "terms", "Bedingungen", "public_notes", "\xd6ffentliche Notizen", "private_notes", "Private 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_268, _s16_192, "Teilzahlungsziel", "status", "Status", _s17_112, "Rechnungs Status", "quote_status", "Angebotsstatus", _s22_31, "Klicken Sie auf +, um ein Element hinzuzuf\xfcgen.", _s22_33, "Klicken Sie auf +, um die Zeit hinzuzuf\xfcgen.", "count_selected", ":count ausgew\xe4hlt", "total", "Gesamt", "percent", "Prozent", "edit", "Bearbeiten", "dismiss", "Verwerfen", _s20_52, "Bitte w\xe4hlen Sie ein Datum", _s22_34, _s29_51, _s24_33, "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_14, "Bitte geben Sie eine Rechnungs Nummer ein", _s27_42, "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_36, "Rechnung erfolgreich als versendet markiert", _s22_37, _s55_0, _s23_32, "Erfolgreich Rechnungen als versendet markiert", _s23_33, _s55_0, "done", "Erledigt", _s37_13, "Bitte geben Sie einen Kunden- oder Kontaktnamen ein", "dark_mode", "Dunkler Modus", _s27_44, "Starten Sie die App neu, um die \xc4nderung zu \xfcbernehmen.", "refresh_data", "Daten aktualisieren", "blank_contact", "Leerer Kontakt", "activity", "Aktivit\xe4t", _s16_194, "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_196, "Ausstehend", _s16_197, "entwertet", _s16_198, "Fehlgeschlagen", _s16_199, "Abgeschlossen", _s16_200, _s19_85, _s16_201, "Erstattet", _s17_113, "nicht angewendet", _s17_114, "Teilweise nicht angewendet", "net", "Netto", "client_portal", "Kunden-Portal", "show_tasks", "Aufgaben anzeigen", "email_reminders", "E-Mail Erinnerungen", "enabled", "Aktiviert", "recipients", "Empf\xe4nger", "initial_email", "Initiale E-Mail", "first_reminder", _s16_269, "second_reminder", _s17_159, "third_reminder", _s17_160, "reminder1", _s16_269, "reminder2", _s17_159, "reminder3", _s17_160, "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_64, "Abwicklungsreferenz", "enter_payment", _s16_270, "new_payment", _s16_270, "created_payment", "Zahlung erfolgreich erstellt", "updated_payment", "Zahlung erfolgreich aktualisiert", _s16_202, "Zahlung erfolgreich archiviert", "deleted_payment", "Zahlung erfolgreich gel\xf6scht", _s16_203, "Zahlung erfolgreich wiederhergestellt", _s17_115, ":count Zahlungen erfolgreich archiviert", _s16_204, ":count Zahlungen erfolgreich gel\xf6scht", _s17_116, ":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_24, "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 hat Ticket :ticket bearbeitet", "activity_49", ":user hat Ticket :ticket geschlossen", "activity_50", ":user hat Ticket :ticket zusammengef\xfchrt", "activity_51", ":user hat Ticket :ticket aufgeteilt", "activity_52", ":contact hat Ticket :ticket ge\xf6ffnet", "activity_53", ":contact hat Ticket :ticket wieder ge\xf6ffnet", "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_24, "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_117, "Einmaliges Passwort", "emailed_quote", "Angebot erfolgreich versendet", "emailed_credit", _s41_10, _s20_54, "Angebot erfolgreich als versendet markiert", _s21_66, "Guthaben erfolgreich als versendet markiert", "expired", "Abgelaufen", "all", "Alle", "select", "W\xe4hlen", _s22_38, "Mehrfachauswahl durch langes Dr\xfccken", "custom_value1", _s24_55, "custom_value2", _s24_55, "custom_value3", "Benutzerdefinierter Wert 3", "custom_value4", "Benutzerdefinierter Wert 4", _s18_82, "Benutzer definierter E-Mail-Stil", _s24_38, "Benutzerdefinierte Dashboard-Nachricht", _s29_31, "Benutzerdefinierte Nachricht f\xfcr unbezahlte Rechnung", _s27_49, "Benutzerdefinierte Nachricht f\xfcr bezahlte Rechnung", _s31_13, "Benutzerdefinierte Nachricht f\xfcr nicht genehmigten Kostenvoranschlag", "lock_invoices", "Rechnung sperren", "translations", "\xdcbersetzungen", _s19_47, "Aufgabennummernschema", _s19_49, "Aufgabennummernz\xe4hler", _s22_40, "Ausgabennummernschema", _s22_42, "Ausgabennummernz\xe4hler", _s21_67, "Lieferantennummernschema", _s21_69, "Lieferantennummernz\xe4hler", _s21_71, "Ticketnummernschema", _s21_73, "Ticketnummernz\xe4hler", _s22_44, "Zahlungsnummernschema", _s22_46, "Zahlungsnummernz\xe4hler", _s22_48, "Rechnungsnummernschema", _s22_50, "Z\xe4hler f\xfcr Rechnungsnummer", _s20_55, "Kostenvoranschlags-Nummernschema", _s20_57, "Z\xe4hler f\xfcr Angebotsnummer", _s21_75, "Gutschriftnummernschema", _s21_77, _s23_52, _s21_79, _s23_52, _s21_80, _s23_52, _s18_84, "Z\xe4hlerdatum zur\xfccksetzen", "counter_padding", "Z\xe4hler-Innenabstand", _s28_55, "Gemeinsamen Nummernz\xe4hler f\xfcr Rechnungen und Angebote verwenden", _s18_86, "Standard-Steuername 1", _s18_88, "Standard-Steuersatz 1", _s18_90, "Standard-Steuername 2", _s18_92, "Standard-Steuersatz 2", _s18_94, "Standard-Steuername 3", _s18_96, "Standard-Steuersatz 3", _s21_81, "EMail Rechnung Betreff", _s19_51, "EMail Angebot Betreff", _s21_83, "EMail Zahlung Betreff", _s29_33, "EMail Teilzahlung Betreff", "show_table", "Zeige Tabelle", "show_list", "Zeige Liste", "client_city", "Kunden-Stadt", "client_state", "Kunden-Bundesland/Kanton", "client_country", "Kunden-Land", _s16_205, "Kunde ist aktiv", "client_balance", "Kunden Betrag", "client_address1", "Stra\xdfe des Kunden", "client_address2", "Adresszusatz", "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, "Strasse Kundenlieferanschrift", _s24_41, "Addresszusatz Kundenlieferadresse", "type", "Typ", "invoice_amount", "Rechnungssumme", _s16_209, _s16_268, "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_119, _s30_38, _s17_120, _s30_39, _s17_121, _s30_40, _s17_122, _s30_41, "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_53, "Ausgabenkategorie ID", _s16_210, "Ausgabenkategorie", _s19_55, "Rechnungs-W\xe4hrungs-ID", "tax_name1", "Steuersatz Name 1", "tax_name2", "Steuersatz Name 2", "tax_name3", "Steuersatz Name 3", "transaction_id", "Transaktions ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "el", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "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_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "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_1, _s18_2, "system", "\u03a3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "\u0391\u03c0\u03cc \u038c\u03bd\u03bf\u03bc\u03b1", _s16_6, _s16_214, _s17_4, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s18_4, "\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_1, "\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_, "\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_, "\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_0, "\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_, "\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_1, _s25_63, _s25_2, _s38_1, _s26_0, "\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_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "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", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "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_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_8, "\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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", _s16_24, _s16_25, _s17_14, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_4, "\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_5, "\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_13, "\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_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "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_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, "\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_21, "\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_16, _s17_17, _s17_18, "\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_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _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_24, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_37, "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_12, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_9, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_39, "\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_41, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", _s16_43, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", _s17_23, "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03b1\u03c0\u03cc \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "\u0388\u03c7\u03b5\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", _s17_25, "\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_10, "\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_20, "\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_6, "\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_27, "\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_6, "\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_11, "\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_26, "\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_12, "\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_45, "\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_5, _s24_8, "import_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "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_29, "\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_6, '\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_9, "\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_11, "\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_161, "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_6, _s17_161, "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_13, "\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_31, "\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_47, "\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_13, "\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_14, "\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_13, "\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_15, "\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_16, "\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_14, "\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_7, "\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_22, "\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_8, "\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_28, "\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_16, "\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_49, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s21_23, "\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_17, "\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_13, "\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_19, _s20_20, _s25_14, _s42_5, _s21_24, "\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_29, "\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_21, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s18_31, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s20_23, "\u039d\u03ad\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_25, "\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_14, "\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_15, "\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_16, "\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_16, "\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_17, "\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_17, "\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_14, "\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_7, "\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_15, "\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_7, "\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_19, "\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_27, "\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_9, "\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_33, "\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_33, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s23_8, "\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_2, "\u039a\u03ac\u03bd\u03b5 \u03c4\u03b1 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b9\u03bc\u03b1", _s21_29, "\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_51, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s18_34, "\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_34, "\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_20, "\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_21, "\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_22, "\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_17, "\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_78, "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_10, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s21_30, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s17_36, "\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_53, "\u0395\u03bd\u03b1\u03c0\u03bf\u03bc\u03b5\u03af\u03bd\u03b1\u03bd\u03c4\u03b5\u03c2 \u039a\u03cd\u03ba\u03bb\u03bf\u03b9", _s17_38, "\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_36, "\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_32, "\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_12, "\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_23, "\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_24, "\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_8, "\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_25, "\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_26, "\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_9, "\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_16, "\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_10, "\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_17, "\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_18, "\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_27, "\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_6, "\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_38, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03b5\u03c1\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s23_9, "\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_18, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s24_19, "\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_1, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", _s30_2, "\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_40, "\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_55, "\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_20, "\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_142, "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_40, "\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_57, "\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_26, "Email Online \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s20_28, "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_42, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_44, "\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_46, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_48, "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_50, "\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_52, "\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_59, "\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_60, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 webhook", _s17_53, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value webhooks", _s16_61, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value webhooks", _s16_62, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value webhooks", _s17_54, "\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_20, "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_22, "\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_34, "\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_31, "\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_63, "\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_65, _s18_143, "number_of_days", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03ce\u03bd", _s23_11, "\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_66, "\u039d\u03ad\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_56, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_32, "\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_33, "\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_35, "\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_34, "\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_35, "\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_36, "\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_17, "\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_37, "\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_18, "\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_13, "\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_23, "\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_42, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_68, "\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_69, "\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_60, "\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_44, "\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_75, "\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_61, "\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_62, "\u03a0\u03cc\u03bb\u03b7/\u039d\u03bf\u03bc\u03cc\u03c2/\u03a4.\u039a.", _s17_64, "\u03a4\u039a/\u03a0\u03cc\u03bb\u03b7/\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae", "custom1", _s16_271, "custom2", _s18_144, "custom3", _s16_272, "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_76, "\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_45, "\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_29, "\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_77, "\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_19, "\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_20, "\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_79, "\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_80, "\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_81, "\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_46, "\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_83, "\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_84, "\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_16, "\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_85, "\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_66, "\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_53, "surcharge2", _s26_54, "surcharge3", _s26_55, "surcharge4", _s26_56, "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_52, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_68, "\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_38, "\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_39, "\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_40, "\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_41, "\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_70, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s17_71, "\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_36, "\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_115, "\u03a7\u03ce\u03c1\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_117, "\u039f\u03b4\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s16_118, "\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_23, "\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_119, "\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_145, "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_42, "\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_5, "\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_38, "\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_31, "\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_40, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03ae\u03c2 PDF \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af :version", _s18_55, "\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_15, "\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_57, "\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_43, "\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_41, "\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_25, "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s23_16, "\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_42, "\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_271, "second_custom", _s18_144, "third_custom", _s16_272, "show_cost", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2", _s17_73, "\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_44, "\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_18, "\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_46, "\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_19, "\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_48, "\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_20, "\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_121, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", _s21_50, "\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_123, "\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_75, "\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_59, _s24_56, "configure_rates", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd", _s18_60, "\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_62, "\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_27, "\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_125, "\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_28, "\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_127, "\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_128, "\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_64, "\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_51, "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_130, _s18_143, _s16_132, "\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_65, "\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_134, "\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_77, "\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_27, '\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_18, "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", _s28_19, "\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_136, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1\u03c2", _s16_137, "\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_66, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf Email", _s23_19, "\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.", _s20_45, _s21_103, _s25_37, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03cc\u03c4\u03b1\u03bd \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03b8\u03bf\u03cd\u03bd.", _s18_67, _s21_103, _s23_20, "\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_68, _s18_142, _s23_21, "\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_79, "\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_81, "\u03a4\u03c1\u03b5\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", _s16_138, "\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_139, "\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_82, "\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_140, "\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_84, "\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_86, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 JavaScript", _s16_142, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c3\u03c4\u03bf PDF", _s21_53, "\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_38, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_6, "\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_22, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s28_20, "\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_39, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_7, "\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_23, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_29, "\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_29, "\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_24, "\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_143, "\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_29, "\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_30, "\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_32, "\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_145, "\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_146, "\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_89, "\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_147, "\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_90, "\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_69, "\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_91, "\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_70, "\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_71, "\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_47, "\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_148, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03a4\u03b9\u03bc\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s21_54, "\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_150, "\u03a0\u03cd\u03bb\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", _s19_33, "\u039d\u03ad\u03b1 \u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s20_48, "\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_24, "\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_25, "\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_25, "\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_26, "\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_26, "\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_41, "\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_27, "\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_42, "\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_152, "\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_55, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03b7\u03c2 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2", _s23_27, "\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_87, _s18_72, _s19_87, "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_34, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac Project", _s17_92, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", _s19_36, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_73, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s18_75, "\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_154, "\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_94, "\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_29, "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 & \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s22_30, "\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_38, "\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_33, "\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_40, "\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_43, "\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_28, "\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_16, "\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_156, "\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_77, "\u0394\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af \u03c0\u03b5\u03b4\u03af\u03b1.", _s21_58, "\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_34, "\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_96, "\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_158, "\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_97, "\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_159, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_98, "\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_79, "\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_99, "\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_80, "\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_160, "\u039a\u03b1\u03c4\u03b1\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", _s16_161, "\u03a3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae", _s16_162, "\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_30, "\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_163, "\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_164, "\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_165, "\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_166, "\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_167, "\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_100, "\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_168, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s17_101, "\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_59, "\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_169, "\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_42, "\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_171, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 project", "deleted_project", _s25_63, _s16_172, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 project", _s17_102, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count projects", _s16_173, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count projects", _s17_103, "\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_38, "\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_81, "\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_12, "\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_44, "\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_31, "\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_104, "\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_88, "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_88, "custom", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf", _s16_174, "\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_50, "\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_176, "\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_178, "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s23_30, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2", _s26_29, "\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_62, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf URL \u03c3\u03b1\u03c2", _s26_31, "\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_106, "\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_46, "\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_180, "\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_182, "\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_184, "\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_185, "\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_108, "\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_186, "\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_109, "\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_187, "\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_188, "\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_189, "\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_190, "\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_110, "\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_191, "\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_111, "\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_78, _s16_192, "\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_112, "\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_31, "\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_33, "\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_52, "\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_34, _s24_56, _s24_33, "\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_14, "\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_42, "\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_36, _s42_15, _s22_37, _s42_15, _s23_32, _s42_16, _s23_33, _s42_16, "done", "\u0388\u03c4\u03bf\u03b9\u03bc\u03bf", _s37_13, "\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_44, "\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_194, "\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_196, "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_197, "\u03a3\u03b5 \u03bb\u03ae\u03be\u03b7", _s16_198, "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", _s16_199, "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s16_200, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_201, _s18_145, _s17_113, "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", _s17_114, _s19_10, "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_273, "second_reminder", _s18_146, "third_reminder", _s16_274, "reminder1", _s16_273, "reminder2", _s18_146, "reminder3", _s16_274, "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_145, "payment_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_64, _s18_147, "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_202, "\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_203, "\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_115, "\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_204, "\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_116, "\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_11, "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", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_49", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03ba\u03bb\u03b5\u03b9\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_50", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03c3\u03c5\u03bd\u03ad\u03bd\u03c9\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_51", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03b1\u03af\u03c1\u03b5\u03c3\u03b5 \u03c3\u03c4\u03b1 \u03b4\u03cd\u03bf \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_52", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \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_53", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \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_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_11, "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_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "\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_54, "\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_66, "\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_38, "\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_148, "custom_value2", _s18_148, "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_82, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a3\u03c4\u03c5\u03bb Email", _s24_38, "\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_31, "\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_49, "\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_13, "\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_47, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_49, "\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_40, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s22_42, "\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_67, "\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_69, "\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_71, "\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_73, "\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_44, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_46, "\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_48, "\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_50, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s20_55, "\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_57, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s21_75, "\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_77, _s27_69, _s21_79, "\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_80, _s27_69, _s18_84, "\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_55, "\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_86, "\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_88, "\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_90, "\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_92, "\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_94, "\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_96, "\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_81, "\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_51, "\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_83, "\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_33, "\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_205, "\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_208, _s24_40, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_41, "\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_209, _s22_78, "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_119, _s26_53, _s17_120, _s26_54, _s17_121, _s26_55, _s17_122, _s26_56, "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_53, "\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_210, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_55, "\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_275, "tax_name3", _s16_275, "transaction_id", _s18_147, _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "it", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Imposta Password", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Vedi spesa # :expense", "view_statement", "Estratto Conto", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Da Nome", _s16_6, _s16_214, _s17_4, "Spesa Ricorrente", _s18_4, "Spese Ricorrenti", _s21_1, "Nuova Spesa Ricorrente", _s22_, "Modifica Spesa Ricorrente", _s25_, "Spesa ricorrente creata con successo", _s25_0, "Spesa ricorrente aggiornata con successo", _s26_, "Spesa ricorrente archiviata con successo", _s25_1, "Progetto cancellato con sucesso", _s25_2, _s38_1, _s26_0, "Spesa ricorrente riprestinata con successo", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Guida Utente", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", "fattura ricorrente :recurring_invoice creata dall'utente :user", "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "Nome contatto", _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Codice Promo", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Sicurezza", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abbonamento", "subscriptions", "Abbonamenti", _s16_24, "Nuovo Abbonamento", _s17_14, "Modifica Abbonamento", _s20_4, "Abbonamento creato con successo", _s20_5, "Abbonamento aggiornato con successo", _s21_13, "Abbonamento archiviato con successo", _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, "Cerca 1 abbonamento", _s20_8, "Cerca :count abbonamenti", _s26_3, "Sottodominio non disponibile", "connect_gmail", "Connetti Gmail", _s16_26, "Disconnetti Gmail", "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, "Numero ID cliente", "count_minutes", ":count Minuti", _s16_31, "Scadenza Password", _s29_, "Contatore condiviso per fatture/crediti", "use_last_email", "Usa ultima email", _s16_33, "Attiva azienda", _s21_16, "Abilitare le e-mail, le fatture ricorrenti e le notifiche", _s27_7, "Si \xe8 verificato un errore, per favore riprova", _s27_8, "Si prega di impostare prima una password", _s34_1, "Attenzione: Cambiare il numero di telefono disabiliter\xe0 l'autenticazione a due fattori", "help_translate", "Contribuisci alla traduzione", _s23_3, "Selezionare un paese", "resend_invite", "Re-invia invito", _s19_5, "Disattivato con successo 2FA", _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Consegnato", "bounced", "Bounced", "spam", "Spam", "view_docs", "Vedi documentazione", _s32_0, "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_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "Autenticazione a due fattori", _s18_22, "Disabilita 2FA", _s34_2, "Richiedi una password per il login Social", "stay_logged_in", "Rimani autenticato", _s23_5, "Attenzione: la tua sessione sta per scadere", "count_hours", ":count ore", "count_day", "1 giorno", "count_days", ":count giorni", _s19_7, "Timeout della sessione web", _s17_19, "Impostazioni di Sicurezza", "resend_email", "Reinvia email", _s26_5, "Si prega di confermare l'indirizzo email", _s16_36, "Pagamento Rimborsato", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Mostra azioni", _s17_21, "Lancia multiselezione", _s27_10, "Una mail \xe8 stata inviata per confermare l'indirizzo email", _s21_18, "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_24, "Converti a Fattura", _s16_37, "URL di registrazione", "invoice_project", "Fattura progetto", "invoice_task", "Fattura l'attivit\xe0", "invoice_expense", "Fattura Spesa", _s19_12, "Ricerca 1 Termine di pagamento", _s20_9, "Cerca :count termini di pagamento", _s16_39, "Salva e mostra anteprima", "save_and_email", "Salva e invia e-mail", _s16_41, _s16_42, _s16_43, "Importo convertito", _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "\xc8 inviato", _s17_25, "Documenti predefiniti", "document_upload", "Caricamento Documenti", _s20_10, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Attivit\xe0 in corso", "recent_tasks", "Attivit\xe0 Recenti", "recent_expenses", "Spese Recenti", _s17_27, "Spese in arrivo", "update_app", "Aggiorna App", "started_import", "Importazione avviata con successo", _s24_6, _s24_7, _s20_11, "Usa tasse inclusive", _s18_26, _s18_27, "column", "Colonna", "sample", "Esempio", "map_to", "Map To", "import", "Importa", _s25_12, _s29_1, "select_file", "Seleziona un file, per favore", _s16_45, _s16_46, "csv_file", "Seleziona file CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Tipo di importazione", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Visualizza le licenze", "webhook_url", "Webhook URL", _s17_29, "Editor a schermo intero", "sidebar_editor", "Editor barra laterale", _s22_6, '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_9, "Le fatture inviate sono bloccate", _s24_11, "Le fatture pagate sono bloccate", "source_code", "Codice Sorgente", "app_platforms", "App Platforms", "invoice_late", _s18_149, "quote_expired", _s18_150, "partial_due", "Da versare (parziale)", "invoice_total", "Totale Fattura", "quote_total", "Totale Preventivo", "credit_total", "Credito Totale", _s23_6, "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_13, "Attenzione: questa azienda non \xe8 ancora stata attivata", "late_invoice", _s18_149, "expired_quote", _s18_150, "remind_invoice", "Ricorda fattura", "cvv", "CVV", "client_name", "Nome Cliente", "client_phone", "Telefono cliente", "required_fields", "Campi richiesti", "calculated_rate", "Calculated Rate", _s17_31, "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_47, "Modifica stato attivit\xe0", _s19_13, "Stato attivit\xe0 creato con successo", _s19_14, "Stato dell'attivit\xe0 aggiornato con successo", _s20_13, "Stato attivit\xe0 archiviato con successo", _s19_15, "Stato attivit\xe0 cancellato con successo", _s19_16, "Stato attivit\xe0 rimosso con successo", _s20_14, "Stato attivit\xe0 ripristinato con successo", _s22_7, ":value stati attivit\xe0 archiviati con successo", _s21_22, ":value stati attivit\xe0 cancellati con successo", _s22_8, ":value stati attivit\xe0 ripristinati con successo", _s18_28, "Cerca 1 stato attivit\xe0", _s20_16, "Cerca :count stati attivit\xe0", _s16_49, "Mostra tabella attivit\xe0", _s21_23, "Mostra sempre la sezione delle attivit\xe0 quando si creano le fatture", _s20_17, "Timelog delle attivit\xe0 di fatturazione", _s25_13, "Aggiungere i dettagli sull'orario alle voci della fattura", _s20_19, "Datelog delle attivit\xe0 di fatturazione", _s25_14, "Aggiungi i dettagli della data alle voci della fattura", _s21_24, "Avvia le attivit\xe0 prima di salvare", _s18_29, "Configura gli stati", "task_settings", "Impostazioni attivit\xe0", _s20_21, "Configura Categorie", _s18_31, "Categorie di Spesa", _s20_23, "Nuova Categoria di Spesa", _s21_25, "Modifica Categoria di Spesa", _s24_14, "Categoria spese creata con successo", _s24_15, "Categoria spese aggiornata con successo", _s25_16, "Categoria spese archiviata con successo", _s24_16, "Categoria eliminata con successo", _s24_17, "Categoria di spesa rimossa con successo", _s25_17, "Categoria spese ripristinata con successo", _s27_14, "Archiviato con successo :count categorie di spesa", _s26_7, "Eliminate con successo :value categorie di spesa", _s27_15, "Ripristinate con successo :value categorie di spesa", _s23_7, "Cerca 1 categoria di spesa", _s25_19, "Cerca :count categorie di spesa", _s21_27, _s21_28, "show_option", "Mostra opzione", _s22_9, _s50_4, "view_changes", "Vedi modifiche", "force_update", "Forza aggiornamento", _s17_33, "Stai eseguendo l'ultima versione, ma potrebbero essere disponibili dei fix in attesa.", "mark_paid_help", "Traccia se le spese sono state pagate", _s18_33, "Deve essere fatturata", _s23_8, "Permettere la fatturazione della spesa", _s29_2, "Rendi i documenti visibili", _s21_29, "Imposta un tasso di cambio", _s16_51, "Impostazioni Spese", _s18_34, "Clona come ricorrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "Campo utente", "variables", "Variabili", "show_password", "Mostra Password", "hide_password", "Nascondi Password", "copy_error", "Copia Errore", "capture_card", "Capture Card", _s17_34, "Fattura automatica abilitata", "total_taxes", "Totale Tasse", "line_taxes", "Riga tasse", "total_fields", "Campi Totale", _s25_20, "Fermata con successo la fattura ricorrente", _s25_21, "Fattura ricorrente avviata con successo", _s25_22, "Fattura ricorrente ripresa con successo", "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Pausato", "mark_active", "Segna come attivo", "day_count", "Giorno :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, "Usa termini di pagamento", "endless", "Endless", "next_send_date", "Prossima data di invio", _s16_53, "Cicli restanti", _s17_38, "Fattura Ricorrente", _s18_36, "Fatture Ricorrenti", _s21_32, "Nuova Fattura Ricorrente", _s22_12, "Modifica Fattura Ricorrente", _s25_23, "Fattura ricorrente creata con successo", _s25_24, "Fattura ricorrente aggiornata con successo", _s26_8, "Fattura ricorrente archiviata con successo", _s25_25, "Fattura ricorrente eliminata con successo", _s25_26, "Fattura ricorrente rimossa con successo", _s26_9, "Fattura ricorrente ripristinata con successo", _s27_16, "Archiviato con successo :value fatture ricorrenti", _s26_10, "Cancellato con successo :value fatture ricorrenti", _s27_17, "Ripristinato con successo :value fatture ricorrenti", _s24_18, "Cerca 1 fattura ricorrente", _s25_27, "Cerca :count Fatture ricorrenti", "send_date", "Data di invio", "auto_bill_on", "Fattura automatica attiva", _s28_6, _s28_7, "profit", "Utile", "line_item", "Riga articolo", _s18_38, "Consenti pagamento in eccesso", _s23_9, "Accetta il pagamento di un extra", _s19_18, "Consenti pagamento ridotto", _s24_19, "Accetta il pagamento parziale o di cauzione", "test_mode", "Modalit\xe0 di test", "opened", "Aperto", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "Registri di sistema", "view_portal", "Visualizza il portale", "copy_link", "Copia Collegamento", "token_billing", "Salva carta di credito", _s24_20, "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_40, "Ultimo invio promemoria", "pdf_page_info", "Pagina :current di :total", _s16_57, "Fatture inviate con successo", "emailed_quotes", "Preventivi inviati con successo", "emailed_credits", _s28_56, "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_162, "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_26, "Email di pagamento online", _s20_28, "Email di pagamento manuale", "completed", "Completato", "gross", "Lordo", "net_amount", "Cifra al netto", "net_balance", "Bilancio Netto", "client_settings", "Impostazioni Cliente", _s17_42, "Fatture Selezionate", _s17_44, "Pagamenti selezionati", "selected_quotes", "Preventivi Selezionati", "selected_tasks", "Attivit\xe0 Selezionate", _s17_46, "Spese Selezionate", _s17_48, "Prossime fatture", _s17_50, "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_89, "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_89, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Token", "api_docs", "Documentazione API", "search_tokens", _s20_30, "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_18, "deleted_token", "Token eliminato correttamente", "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, "Registazione cliente", _s24_22, "Permetti al cliente di registrarsi da solo nel portale", _s21_34, "Personalizza & Anteprima", "email_invoice", "Invia Fattura", "email_quote", "Invia Preventivo via Email", "email_credit", "Email Credit", "email_payment", "Email Pagamento", _s20_31, "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_63, _s16_64, "contact_name", "Nome Contatto", "use_default", "Usa predefinito", _s16_65, _s25_64, "number_of_days", "Number of days", _s23_11, "Configura termini di pagamento", "payment_term", _s20_97, _s16_66, "Nuovi termini di pagamento", _s17_56, "Modifica termini di pagamento", _s20_32, "Termini di pagamento creato con successo", _s20_33, "Termini di pagamento aggiornato con successo", _s21_35, "Termini di pagamento archiviato con successo", _s20_34, "Termini di pagamento cancellati con successo", _s20_35, "Termini di pagamento rimossi con successo", _s21_36, "Termini di pagamento ripristinati con successo", _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s23_53, _s16_68, "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_69, "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_60, "Fattura annullata con successo", _s18_44, "Fatture annullate con successo", _s16_75, "Fattura stornata con successo", _s17_61, "Fatture stornate con successo", "reverse", "Reverse", "full_name", "Nome Completo", _s17_62, "Citt\xe0/Stato/CAP", _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Opzionale", "license", "Licenza", "purge_data", "Cancella dati permanentemente", _s16_76, _s32_6, _s18_45, _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_28, "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_29, "Ricevi tutte le notifiche", _s16_77, "Acquista licenza", "apply_license", "Applica Licenza", "cancel_account", "Elimina l'account", _s22_19, "Attenzione: Questo eliminer\xe0 permanentemente il tuo account, non si potr\xe0 pi\xf9 tornare indietro.", "delete_company", "Elimina azienda", _s22_20, _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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposte", "tickets", "Tickets", _s16_81, "Preventivi Ricorrenti", "recurring_tasks", "Attivit\xe0 ricorrenti", _s18_46, "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_27, "restored_credit", "Credito ripristinato con successo", _s16_83, ":count crediti archiviati con successo", "deleted_credits", ":count crediti eliminati con successo", _s16_84, _s36_5, "current_version", "Versione attuale", "latest_version", "Latest Version", "update_now", "Aggiorna ora", _s26_16, _s41_3, _s16_85, "Aggiornamento disponibile", "app_updated", "Aggiornamento completato con successo", "learn_more", "Scopri di pi\xf9", "integrations", "Integrazioni", "tracking_id", "Id di tracciamento", _s17_66, _s17_67, "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_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "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_57, "surcharge2", _s24_58, "surcharge3", _s24_59, "surcharge4", _s24_60, "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_52, _s18_53, _s17_68, "Nome completo contatto", "contact_phone", "Telefono Contatto", _s21_38, "Valore personalizzato contatto 1", _s21_39, "Valore personalizzato contatto 2", _s21_40, "Valore personalizzato contatto 3", _s21_41, "Valore personalizzato contatto 4", _s17_70, "Via di spedizione", _s17_71, "Piano/Appartamento di spedizione", "shipping_city", "Citt\xe0 di spedizione", "shipping_state", "Provincia di spedizione", _s20_36, "Codice Postale di spedizione", _s16_115, "Paese di spedizione", _s16_117, "Via di fatturazione", _s16_118, "App/scala di fatturazione", "billing_city", "Citt\xe0 di fatturazione", "billing_state", "Stato/Provincia di fatturazione", _s19_23, "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_119, "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_42, _s35_8, _s30_5, _s63_, "message", "Messaggio", "from", "Da", _s20_38, "Mostra i dettagli del prodotto", _s25_31, "Includi la descrizione ed il costo nel menu a tendina del prodotto", _s20_40, "Il generatore di PDF richiede :version", _s18_55, "Modifica la percentuale di Tassa", _s23_15, _s33_19, _s18_57, "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_43, "La password \xe8 troppo corta", _s20_41, "La password deve contenere una maiuscola ed un numero", _s19_25, "Attivit\xe0 del portale clienti", _s23_16, "Pannello di Controllo Portale Clienti", _s20_42, "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_73, "Mostra costo prodotto", "show_cost_help", "Mostra un campo costo prodotto per tracciare il markup/profitto", _s21_44, "Mostra quantit\xe0 prodotto", _s26_18, "Mostra un campo quantit\xe0 prodotto, altrimenti imposta di default a 1", _s21_46, "Mostra quantit\xe0 fattura", _s26_19, "Mostra un campo per la quantit\xe0 degli articoli sulla riga, altrimenti imposta a uno", _s21_48, "Mostra sconto prodotto", _s26_20, "Mostra un campo sconto articolo sulla riga", _s16_121, "Quantit\xe0 predefinita", _s21_50, "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_123, "Aliquota predefinita", "user", "Utente", "invoice_tax", "Tassa fattura", "line_item_tax", "Riga imposta articolo", "inclusive_taxes", "Tasse inclusive", _s17_75, "Aliquote della fattura", "item_tax_rates", "Tassi d'imposta articolo", _s18_59, "Per favore seleziona un cliente", "configure_rates", "Configura aliquote", _s18_60, "Configura i gateway", "tax_settings", "Impostazioni tasse", _s18_62, _s16_276, "accent_color", "Accent Color", "switch", "Cambia", _s19_27, "Lista separata da virgole", "options", "Opzioni", _s16_125, "Testo a riga singola", "multi_line_text", "Testo multi-riga", "dropdown", "Menu a discesa", "field_type", "Tipo di campo", _s27_28, "Una mail di recupero password \xe8 stata inviata", "submit", "Invia", _s16_127, "Recupera password", "late_fees", "Late Fees", "credit_number", "Numero Credito", "payment_number", "Numero di pagamento", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Schedule", "before_due_date", "Prima della data di scadenza", "after_due_date", _s18_63, _s18_64, "Dopo la data della fattura", "days", "Giorni", "invoice_email", "Email Fattura", "payment_email", "Email Pagamento", "partial_payment", _s18_151, "payment_partial", _s18_151, _s21_51, "Email di pagamento parziale", "quote_email", "Email Preventivo", _s16_130, _s25_64, _s16_132, "Filtrato per utente", "administrator", "Administrator", _s18_65, "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_134, "Impostazioni generali", "invoice_options", "Opzioni Fattura", _s17_77, "Nascondi la data di pagamento", _s22_27, 'Visualizza l\'area "Pagato alla data" sulle fatture solo dopo aver ricevuto un pagamento.', _s23_18, "Embed Documents", _s28_19, "Includi immagini allegate alla fattura.", _s16_136, "Mostra l'Intestazione su", _s16_137, "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_66, "Auto Email", _s23_19, "Invia automaticamente per email le fatture ricorrenti quando vengono create.", _s20_45, _s18_152, _s25_37, "Archivia automaticamente le fatture quando vengono pagate.", _s18_67, _s18_152, _s23_20, "Archivia automaticamente i preventivi quando vengono convertiti.", _s18_68, "Conversione automatica", _s23_21, "Converti automaticamente un preventivo in una fattura se approvato da un cliente.", _s17_79, "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_81, "Tre Mesi", _s16_138, "Quattro mesi", "freq_six_months", "Sei Mesi", "freq_annually", "Annuale", "freq_two_years", "Due anni", _s16_139, "Tre anni", "never", "Never", "company", "Azienda", _s17_82, "Generazione Numeri", "charge_taxes", "Applica Tasse", "next_reset", "Prossimo reset", "reset_counter", "Resetta contatori", _s16_140, "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_84, "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_86, "Javascript personalizzato", _s16_142, "Mostra su PDF", _s21_53, "Mostra la firma del cliente sul PDF della fattura/preventivo.", _s25_38, "Casella di controllo termini di servizio fatture", _s30_6, "Rendi obbligatoria l'accettazione dei termini della fattura.", _s23_22, "Casella di controllo termini di servizio preventivi", _s28_20, "Rendi obbligatoria l'accettazione dei termini del preventivo.", _s25_39, "Firma Fattura", _s30_7, "Richiedi al cliente di firmare la fattura.", _s23_23, "Firma Bozza", _s22_29, "Fatture Protette da Password", _s27_29, "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_24, "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_143, "Allega documenti", "attach_ubl", "Allega UBL", "email_style", "Stile Email", _s19_29, "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_30, "Loghi carte accettate", "credentials", "Credenziali", "update_address", "Aggiorna indirizzo", _s19_32, "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_145, "Aliquota fiscale creata", _s16_146, "Aliquota fiscale aggiornata", _s17_89, "Archiviato con successo l'aliquota fiscale", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Riempimento automatico prodotti", _s18_71, "Selezionare un prodotto far\xe0 automaticamente inserire la descrizione ed il costo", "update_products", "Aggiorna automaticamente i prodotti", _s20_47, "Aggiornare una fatura far\xe0 automaticamente aggiornare i prodotti", _s16_148, "Converti prodotti", _s21_54, "Converti automaticamenti i prezzi dei prodotti nella valuta del cliente", "fees", "Commissioni", "limits", "Limiti", "provider", "Provider", "company_gateway", "Piattaforma di Pagamento", _s16_150, "Piattaforme di Pagamento", _s19_33, "Nuova Piattaforma", _s20_48, "Modifica Piattaforma", _s23_24, "Piattaforma creata con successo", _s23_25, "Piattaforma aggiornata con successo", _s24_25, "Piattaforma archiviata con successo", _s23_26, "Piattaforma eliminata con successo", _s24_26, "Piattaforma ripristinata con successo", _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, "Continua la modifica", "discard_changes", "Scarta modifiche", "default_value", "Valore predefinito", "disabled", "Disabilitato", "currency_format", "Formato moneta", _s21_55, "Primo giorno della settimana", _s23_27, "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_72, "Formato 24 ore", "send_reminders", "Invia promemoria", "timezone", "Fuso Orario", _s19_34, _s19_35, _s17_92, "Filtrato per gruppo", _s19_36, "Filtrare per fattura", _s18_73, "Filtrato per cliente", _s18_75, "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_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "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_154, "Preferenze Prodotti", "device_settings", "Impostazioni dispositivo", "defaults", "Predefiniti", "basic_settings", "Impostazioni Base", _s17_94, "Impostazioni Avanzate", "company_details", "Dettagli Azienda", "user_details", "Dettagli Utente", "localization", "Linguaggio", "online_payments", "Pagamenti Online", "tax_rates", _s16_276, "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_29, "Modelli & Promemoria", _s22_30, "Carte di credito & banche", _s19_38, "Visualizzazioni dei dati", "price", "Prezzo", "email_sign_up", "Registrati via Email", "google_sign_up", "Registrati con Google", _s27_33, _s28_24, "redeem", "Riscatta", "back", "Indietro", "past_purchases", "Acquisti passati", _s19_40, "Abbonamento Annuale", "pro_plan", "Piano Pro", "enterprise_plan", "Piano Enterprise", "count_users", ":count utenti", "upgrade", "Aggiorna", _s25_43, _s28_73, _s24_28, "Si prega di inserire un cognome", _s33_16, "Si prega di accettare i termini di servizio e della privacy per creare un account.", "i_agree_to_the", "Accetto la", _s16_156, "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_77, "Nessun dato selezionato", _s21_58, _s34_13, "download", "Scarica", _s27_34, "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_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, ":value documenti archiviati con successo", _s17_99, ":value documenti cancellati con successo", _s18_80, ":value documenti ripristinati con successo", "no_history", "Nessuno Storico", "expense_date", "Data Spesa", "pending", "In attesa", _s16_160, "Registrato", _s16_161, "In attesa", _s16_162, "Fatturata", "converted", "Convertito", _s24_30, "Aggiungere documenti a fattura", "exchange_rate", "Tasso di Cambio", _s16_163, "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_26, _s16_164, ":count fornitori archiviati con successo", "deleted_vendors", ":count fornitori eliminati con successo", _s16_165, "Ripristinati con successo :value fornitori", "new_expense", "Inserisci spesa", "created_expense", "Spesa creata con successo", "updated_expense", "Spesa aggiornata con successo", _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, _s30_25, _s16_168, _s29_40, _s17_101, "Ripristinate con successo :value spese", "copy_shipping", "Copia Spedizione", "copy_billing", "Copia Fatturazione", "design", "Stile", _s21_59, "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_169, "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_42, _s28_73, "budgeted_hours", "Ore preventivate", "created_project", "Progetto creato con successo", "updated_project", "Progetto aggiornato con successo", _s16_171, "Progetto archiviato con successo", "deleted_project", "Progetto eliminato con successo", _s16_172, "Progetto ripristinato con successo", _s17_102, ":count progetti archiviati con successo", _s16_173, ":count progetti eliminati con successo", _s17_103, _s37_10, "new_project", "Nuovo Progetto", _s27_38, "Grazie di avere scelto la nostra app!", "if_you_like_it", _s21_61, "click_here", "clicca qui", _s18_81, "Clicca qui", "to_rate_it", "to rate it.", "average", "Media", "unapproved", "non approvato", _s30_12, "Si prega di autenticarsi per cambiare questa impostazione", "locked", "Bloccato", "authenticate", "Autentica", _s19_44, "Si prega di autenticarsi", _s24_31, "Autenticazione biometrica", "footer", "Pi\xe8 di Pagina", "compare", "Compara", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Oggi", "custom_range", "Intervallo personalizzato", "date_range", "Intervallo di Tempo", "current", "Corrente", "previous", "Precedente", "current_period", "Periodo corrente", _s17_104, "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_174, "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_50, "Modifica Preventivo Ricorrente", "billing_address", "Indirizzo di fatturazione", _s16_176, "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_178, "Aggiornamento completi", _s23_30, "Inserisci la tua email", _s26_29, "Si prega di inserire la password", _s21_62, "Inserisci il tuo URL", _s26_31, "Inserire una chiave prodotto", "ascending", "Crescente", "descending", "Decrescente", "save", "Salva", _s17_106, "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_46, "Copiato :value negli appunti", "error", "Errore", _s16_180, "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_182, "Email non valida", "product", "Prodotto", "products", "Prodotti", "new_product", "Nuovo Prodotto", "created_product", "Prodotto creato con successo", "updated_product", "Prodotto aggiornato con successo", _s16_184, "Prodotto archiviato con successo", "deleted_product", "Prodotto eliminato con successo", _s16_185, "Prodotto ripristinato con successo", _s17_108, "Archiviati con successo :count prodotti", _s16_186, ":count prodotti eliminati con successo", _s17_109, "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_187, ":count clienti archiviati con successo", "deleted_client", "Cliente eliminato con successo", "deleted_clients", ":count clienti eliminati con successo", "restored_client", "Cliente ripristinato con successo", _s16_188, _s36_9, "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_189, "Fattura archiviata con successo", "deleted_invoice", "Fattura eliminata con successo", _s16_190, "Fattura ripristinata con successo", _s17_110, ":count fatture archiviate con successo", _s16_191, ":count fatture eliminate con successo", _s17_111, "Ripristinato con successo :value fatture", "emailed_invoice", "Fattura inviata con successo", "emailed_payment", _s28_57, "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_163, "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_192, _s16_193, "status", "Stato", _s17_112, "Stato della fattura", "quote_status", "Stato preventivo", _s22_31, "Clicca su + per aggiungere un articolo", _s22_33, "Premi + per aggiungere tempo", "count_selected", ":count selezionato/i", "total", "Totale", "percent", "Percentuale", "edit", "Modifica", "dismiss", "Chiudi", _s20_52, "Selezionate una data per favore", _s22_34, "Seleziona un cliente", _s24_33, "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_14, "Si prega di inserire un numero di fattura", _s27_42, "Inserisci un numero preventivo", "past_due", "Scaduta", "draft", "Bozza", "sent", "Inviato", "viewed", "Visto", "approved", "Approvato", "partial", _s17_163, "paid", "Pagata", "mark_sent", "Contrassegna come inviato", _s22_36, _s48_2, _s22_37, _s48_2, _s23_32, _s48_3, _s23_33, _s48_3, "done", "Completato", _s37_13, "Si prega di inserire un cliente o nome del contatto", "dark_mode", "Modalit\xe0 scura", _s27_44, "Riavviare la app per applicare il cambiamento", "refresh_data", "Aggiorna dati", "blank_contact", "Svuota Contatto", "activity", "Attivit\xe0", _s16_194, "Nessun dato trovato", "clone", "Clona", "loading", "Caricando", "industry", "Industria", "size", "Dimensione", "payment_terms", _s20_97, "payment_date", "Data Pagamento", "payment_status", "Stato del pagamento", _s16_196, "In attesa", _s16_197, "Annullato", _s16_198, "Fallito", _s16_199, "Completato", _s16_200, _s23_53, _s16_201, "Rimborsato", _s17_113, "Non applicato", _s17_114, _s19_10, "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_54, "button", "Pulsante", "preview", "Anteprima", "customize", "Personalizza", "history", "Storico", "payment", "Pagamento", "payments", "Pagamenti", "refunded", "Rimborsato", "payment_type", _s17_162, _s21_64, "Riferimento Transazione", "enter_payment", "Inserisci Pagamento", "new_payment", "Inserisci il pagamento", "created_payment", "Pagamento creato con successo", "updated_payment", "Pagamento aggiornato con successo", _s16_202, "Pagamento archiviato con successo", "deleted_payment", "Pagamenti eliminati con successo", _s16_203, "Pagamento ripristinato con successo", _s17_115, ":count pagamenti archiviati con successo", _s16_204, ":count pagamenti eliminati con successo", _s17_116, _s37_15, "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_14, "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_11, "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_28, "activity_19", _s36_28, "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", ":user ha aggiornato il ticket :ticket", "activity_49", ":user ha chiuso il ticket :ticket", "activity_50", ":user ha unito il ticket :ticket", "activity_51", ":user ha separato il ticket :ticket", "activity_52", ":contact ha aperto il ticket :ticket", "activity_53", ":contact ha riaperto il ticket :ticket", "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_11, "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_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "Password a uso singolo", "emailed_quote", "Preventivo inviato con successo", "emailed_credit", _s27_56, _s20_54, "Preventivo contrassegnato come inviato con successo", _s21_66, _s34_15, "expired", "Scaduto", "all", "Tutti", "select", "Seleziona", _s22_38, _s22_39, "custom_value1", _s21_104, "custom_value2", _s21_104, "custom_value3", "Valore Personalizzato 3", "custom_value4", "Valore Personalizzato 4", _s18_82, _s18_83, _s24_38, "Messaggio Pannello di Controllo Personalizzato", _s29_31, "Messaggio personalizzato su fattura non pagata", _s27_49, "Messaggio personalizzato fattura pagata", _s31_13, _s31_14, "lock_invoices", "Blocca fatture", "translations", "Traduzioni", _s19_47, "Pattern numero attivit\xe0", _s19_49, "Contatore numero attivit\xe0", _s22_40, "Formato numero spesa", _s22_42, "Contatore numero spesa", _s21_67, "Formato numero fornitore", _s21_69, "Contatore numero venditore", _s21_71, "Formato numero ticket", _s21_73, "Contatore numero ticket", _s22_44, "Formato numero pagamento", _s22_46, "Contatore numero pagamento", _s22_48, "Formato numero fatture", _s22_50, "Contatore numerazione fatture", _s20_55, "Formato numero preventivi", _s20_57, "Contatore numerazione preventivi", _s21_75, _s22_79, _s21_77, _s24_61, _s21_79, _s22_79, _s21_80, _s24_61, _s18_84, "Resetta contatore data", "counter_padding", "Riempimento contatore", _s28_55, "Contatore condiviso per fatture/preventivi", _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, "Oggetto della fattura e-mail", _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, "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_205, "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_40, "Via spedizione cliente", _s24_41, "Appartametno/Scala spedizione cliente", "type", "Tipo", "invoice_amount", "Importo Fattura", _s16_209, "Scadenza fattura", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s23_54, "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_119, _s24_57, _s17_120, _s24_58, _s17_121, _s24_59, _s17_122, _s24_60, "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_53, "ID della categoria di spesa", _s16_210, "Categoria Spesa", _s19_55, "ID Valuta Fattura", "tax_name1", "Nome tassa 1", "tax_name2", "Nome tassa 2", "tax_name3", "Tax Name 3", "transaction_id", "ID transazione", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "ja", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, "2\u8981\u7d20\u8a8d\u8a3c\u304c\u6709\u52b9\u5316\u3055\u308c\u307e\u3057\u305f", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "2\u8981\u7d20\u8a8d\u8a3c", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u78ba\u8a8d\u7528\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, "\u8acb\u6c42\u66f8\u306b\u5909\u63db", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "\u30ab\u30e9\u30e0", "sample", "\u30b5\u30f3\u30d7\u30eb", "map_to", "Map To", "import", "\u30a4\u30f3\u30dd\u30fc\u30c8", _s25_12, _s29_1, "select_file", "\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", _s16_45, _s16_46, "csv_file", "CSV\u30d5\u30a1\u30a4\u30eb", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, "\u9001\u4fe1\u6e08\u8acb\u6c42\u66f8\u306f\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f", _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "\u5f37\u5236\u7684\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_101, _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, _s17_39, _s18_36, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8", _s21_32, _s21_33, _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s25_25, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s25_26, _s38_10, _s26_9, _s39_2, _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc", "token_billing", _s17_126, _s24_20, "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_40, "\u6700\u7d42\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u9001\u4fe1\u6e08", "pdf_page_info", _s23_10, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "\u5b8c\u4e86", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "\u6b21\u56de\u8acb\u6c42", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API\u30c8\u30fc\u30af\u30f3", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "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_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u30ed\u30b0\u30a4\u30f3", "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, "\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_69, "\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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_57, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ad\u30e3\u30f3\u30bb\u30eb", _s22_19, "\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_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, "\u7e70\u308a\u8fd4\u3057\u306e\u898b\u7a4d\u66f8", "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "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_25, "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_27, "restored_credit", "\u524d\u53d7\u91d1\u3092\u5fa9\u65e7\u3057\u307e\u3057\u305f", _s16_83, ":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_84, _s36_5, "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_16, "Web\u30a2\u30d7\u30ea\u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", _s16_85, "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", "app_updated", _s29_7, "learn_more", "\u8a73\u7d30\u3092\u898b\u308b", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u3057\u3044\u4f1a\u793e", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_218, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "\u30e1\u30c3\u30bb\u30fc\u30b8", "from", "From", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "\u30e6\u30fc\u30b6", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "\u7a0e\u306e\u8a2d\u5b9a", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, "\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_128, _s16_129, "schedule", "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "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_51, _s21_52, "quote_email", "\u898b\u7a4d\u66f8\u30e1\u30fc\u30eb", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _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_33, "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_36, "restored_user", "\u30e6\u30fc\u30b6\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u8acb\u6c42\u66f8\u30aa\u30d7\u30b7\u30e7\u30f3", _s17_77, _s17_78, _s22_27, _s87_, _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, "\u652f\u6255\u3044\u5b8c\u4e86\u6642\u306b\u8acb\u6c42\u66f8\u3092\u81ea\u52d5\u7684\u306b\u30a2\u30fc\u30ab\u30a4\u30d6\u3059\u308b", _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "Three months", _s16_138, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, _s17_83, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _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_24, _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_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "\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_30, _s19_31, "credentials", "Credentials", "update_address", "\u4f4f\u6240\u3092\u66f4\u65b0", _s19_32, _s45_1, "rate", "\u7387", "tax_rate", "\u7a0e\u7387", "new_tax_rate", "\u65b0\u3057\u3044\u7a0e\u7387", "edit_tax_rate", "\u7a0e\u7387\u3092\u7de8\u96c6", _s16_145, "\u7a0e\u7387\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", _s16_146, "\u7a0e\u7387\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s17_89, "\u7a0e\u7387\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", _s18_102, _s18_71, _s71_, "update_products", "\u5546\u54c1\u306e\u81ea\u52d5\u66f4\u65b0", _s20_47, _s65_0, _s16_148, "\u5546\u54c1\u306e\u5909\u63db", _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "\u901a\u8ca8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "\u30ed\u30b4", "saved_settings", _s27_32, _s16_154, "\u5546\u54c1\u8a2d\u5b9a", "device_settings", "Device Settings", "defaults", "\u30c7\u30d5\u30a9\u30eb\u30c8", "basic_settings", "Basic Settings", _s17_94, "\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_29, _s21_57, _s22_30, _s20_49, _s19_38, "\u30d3\u30b8\u30e5\u30a2\u30eb\u30c7\u30fc\u30bf", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "\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_77, _s18_78, _s21_58, _s34_13, "download", "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Expense Date", "pending", "\u4fdd\u7559", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Converted", _s24_30, _s24_42, "exchange_rate", "Exchange Rate", _s16_163, _s16_222, "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_26, _s16_164, ":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_165, _s36_7, "new_expense", "Enter Expense", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, "\u7d4c\u8cbb\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s16_168, "\u7d4c\u8cbb\u306e\u524a\u9664\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_8, "start", "\u30b9\u30bf\u30fc\u30c8", "stop", "\u30b9\u30c8\u30c3\u30d7", "started_task", _s25_45, "stopped_task", "\u30bf\u30b9\u30af\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\u3002", "resumed_task", _s25_47, "now", "Now", _s16_169, _s16_170, "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_14, _s19_42, _s19_43, "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_171, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_project", _s28_32, _s16_172, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_102, ":count \u4ef6\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "\u65b0\u3057\u3044\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", _s27_38, "\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_61, "click_here", "\u3053\u3061\u3089\u3092\u30af\u30ea\u30c3\u30af", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "\u5e73\u5747", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "\u30d5\u30c3\u30bf", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "\u8acb\u6c42\u5148\u4f4f\u6240", _s16_176, _s16_177, "total_revenue", "Total Revenue", "average_invoice", "\u8acb\u6c42\u306e\u5e73\u5747", "outstanding", "Outstanding", "invoices_sent", _s20_59, "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_178, "\u66f4\u65b0\u5b8c\u4e86", _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "\u4fdd\u5b58", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, "\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_184, "\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, ":count \u500b\u306e\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_186, ":count \u500b\u306e\u5546\u54c1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_109, _s37_11, "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_187, ":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_188, _s36_9, "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_189, "\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_190, "\u8acb\u6c42\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_110, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_191, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_111, _s37_12, "emailed_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_payment", _s28_57, "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_192, _s16_193, "status", "\u30b9\u30c6\u30fc\u30bf\u30b9", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "\u5408\u8a08", "percent", "Percent", "edit", "\u7de8\u96c6", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "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_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "\u5b8c\u4e86", _s37_13, _s37_14, "dark_mode", "\u30c0\u30fc\u30af\u30e2\u30fc\u30c9", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", _s16_194, _s16_195, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "\u5b8c\u4e86", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_13, "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_64, _s21_65, "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_202, "\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_203, _s29_24, _s17_115, ":count \u4ef6\u306e\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_204, ":count \u4ef6\u306e\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_116, _s37_15, "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_14, "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_18, "activity_6", _s54_0, "activity_7", _s44_0, "activity_8", _s32_18, "activity_9", _s32_18, "activity_10", _s85_0, "activity_11", _s30_19, "activity_12", _s31_7, "activity_13", _s30_20, "activity_14", _s28_47, "activity_15", _s28_48, "activity_16", _s29_26, "activity_17", _s28_49, "activity_18", _s26_36, "activity_19", _s26_37, "activity_20", _s50_5, "activity_21", _s28_50, "activity_22", _s27_47, "activity_23", _s26_38, "activity_24", _s27_48, "activity_25", _s31_8, "activity_26", _s29_27, "activity_27", _s31_9, "activity_28", _s29_28, "activity_29", _s42_11, "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", _s30_21, "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "\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_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "All", "select", "\u9078\u629e", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "\u8acb\u6c42\u66f8\u3092\u30ed\u30c3\u30af", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s20_55, _s20_56, _s20_57, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "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_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Type", "invoice_amount", "Invoice Amount", _s16_209, "\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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "lv_LV", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Set Password", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "Skat\u012bt kopskatu", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Noraid\u012bts", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Iepriek\u0161\u0113jais Kvart\u0101ls", "to_update_run", "To update run", _s18_24, _s18_25, _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Kolonna", "sample", "Paraugs", "map_to", "Map To", "import", "Imports", _s25_12, _s29_1, "select_file", "L\u016bdzu, izv\u0113lieties failu", _s16_45, _s16_46, "csv_file", "CSV fails", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_101, _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, _s17_39, _s18_36, "Atk\u0101rtoti r\u0113\u0137ini", _s21_32, _s21_33, _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, _s39_1, _s25_25, _s38_9, _s25_26, _s38_10, _s26_9, _s39_2, _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Atv\u0113rti", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_126, _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "Veiksm\u012bgi nos\u016bt\u012bti r\u0113\u0137ini", "emailed_quotes", "Veiksm\u012bgi nos\u016bt\u012bti cit\u0101ti", "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Izv\u0113l\u0113ties Pied\u0101v\u0101jumu", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Gaid\u0101mie r\u0113\u0137ini", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_30, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_12, "updated_token", _s26_13, "archived_token", _s27_18, "deleted_token", _s26_14, "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "Nos\u016bt\u012bt r\u0113\u0137inu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_57, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Bi\u013cetes", _s16_81, "Atk\u0101rtoti Pied\u0101v\u0101jumi", "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "credit_date", "Kred\u012bta datums", "credit", "Kred\u012bts", "credits", "Kred\u012bti", "new_credit", "Ievadiet kred\u012btu", "edit_credit", "Edit Credit", "created_credit", _s27_24, "updated_credit", _s27_25, "archived_credit", _s28_17, "deleted_credit", _s27_26, "removed_credit", _s27_27, "restored_credit", _s28_18, _s16_83, _s36_14, "deleted_credits", _s35_16, _s16_84, _s36_5, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "Uzzin\u0101t vair\u0101k", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Nor\u0113\u0137inu iela", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_218, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Zi\u0146ojums", "from", "From", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Tax Settings", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Iesniegt", _s16_127, _s21_86, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Schedule", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "R\u0113\u0137ina e-pasts", "payment_email", "Maks\u0101jumu e-pasts", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Cit\u0113t e-pastu", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _s66_, "user_management", "User Management", "users", "Lietot\u0101ji", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_33, "updated_user", _s25_34, "archived_user", _s26_21, "deleted_user", _s25_35, "removed_user", _s25_36, "restored_user", _s26_22, "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, _s16_135, "invoice_options", "Invoice Options", _s17_77, _s17_78, _s22_27, _s87_, _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show Header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, "Autom\u0101tiski arhiv\u0113t Pied\u0101v\u0101jumu, kad tas ticis konvert\u0113ts.", _s18_68, "Auto Convert", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "Three months", _s16_138, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, _s17_83, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Ar cie\u0146u,", _s24_24, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "E-pasta dizains", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Update Address", _s19_32, _s45_1, "rate", "Likme", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_145, _s29_8, _s16_146, _s29_9, _s17_89, _s34_16, _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", _s18_102, _s18_71, _s71_, "update_products", _s20_60, _s20_47, _s65_0, _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Izmaksas", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, _s16_155, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_94, _s17_95, "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_29, _s21_57, _s22_30, _s20_49, _s19_38, _s19_39, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, _s16_157, "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_77, _s18_78, _s21_58, _s34_13, "download", "Lejupiel\u0101d\u0113t", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Converted", _s24_30, _s24_42, "exchange_rate", "Exchange Rate", _s16_163, _s16_222, "mark_paid", "Mark Paid", "category", "Category", "address", "Adrese", "new_vendor", "New Vendor", "created_vendor", _s27_35, "updated_vendor", _s27_36, "archived_vendor", _s28_25, "deleted_vendor", _s27_37, "restored_vendor", _s28_26, _s16_164, _s36_15, "deleted_vendors", _s35_17, _s16_165, _s36_7, "new_expense", "Enter Expense", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, _s30_25, _s16_168, _s29_40, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_8, "start", "Start", "stop", "Stop", "started_task", _s25_45, "stopped_task", _s25_46, "resumed_task", _s25_47, "now", "Now", _s16_169, _s16_170, "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_48, "updated_task", _s25_49, "archived_task", _s26_27, "deleted_task", _s25_50, "restored_task", _s26_28, "archived_tasks", _s34_17, "deleted_tasks", _s33_20, "restored_tasks", _s34_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "Jauns projekts", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "click here", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Footer", "compare", "Sal\u012bdzin\u0101t", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "\u0160odien", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Teko\u0161ais", "previous", "Iepriek\u0161\u0113jais", "current_period", "Teko\u0161ais periods", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Billing Address", _s16_176, "Pieg\u0101des adrese", "total_revenue", "Total Revenue", "average_invoice", "Vid\u0113jais r\u0113\u0137ins", "outstanding", "Nesamaks\u0101ts", "invoices_sent", _s20_59, "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_178, "Atjauno\u0161ana pabeigta", _s23_30, "L\u016bdzu ievadiet j\u016bsu epastu", _s26_29, "L\u016bdzu ievadiet j\u016bsu paroli", _s21_62, "L\u016bdzu ievadiet j\u016bsu URL", _s26_31, "L\u016bdzu ievadiet produkta atsl\u0113gu", "ascending", "Ascending", "descending", "Descending", "save", "Saglab\u0101t", _s17_106, _s17_107, "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_46, _s30_13, "error", "K\u013c\u016bda", _s16_180, _s16_181, "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_182, _s16_183, "product", "Produkts", "products", "Produkti", "new_product", "New Product", "created_product", _s28_34, "updated_product", _s28_35, _s16_184, _s29_19, "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "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_40, "archived_client", _s28_37, _s16_187, _s36_16, "deleted_client", _s27_41, "deleted_clients", _s35_18, "restored_client", _s28_38, _s16_188, _s36_9, "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_39, "updated_invoice", _s28_40, _s16_189, _s29_21, "deleted_invoice", _s28_41, _s16_190, _s29_22, _s17_110, _s37_19, _s16_191, _s36_17, _s17_111, _s37_12, "emailed_invoice", _s28_67, "emailed_payment", _s28_57, "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_192, _s16_193, "status", "Statuss", _s17_112, "R\u0113\u0137ina statuss", "quote_status", "Cenu pied\u0101v\u0101juma statuss", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Skat\u012bts", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Izpild\u012bts", _s37_13, _s37_14, "dark_mode", "Dark Mode", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivit\u0101te", _s16_194, _s16_195, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_13, "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_64, "Dar\u012bjuma atsauce", "enter_payment", "Ievadiet maks\u0101jumu", "new_payment", "Ievad\u012bt maks\u0101jumu", "created_payment", _s28_42, "updated_payment", _s28_43, _s16_202, _s29_23, "deleted_payment", _s28_44, _s16_203, _s29_24, _s17_115, _s37_20, _s16_204, _s36_18, _s17_116, _s37_15, "quote", "Quote", "quotes", "Pied\u0101v\u0101jumi", "new_quote", "New Quote", "created_quote", _s26_33, "updated_quote", _s26_34, "archived_quote", _s27_45, "deleted_quote", _s26_35, "restored_quote", _s27_46, "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_45, "activity_2", _s29_25, "activity_3", _s28_46, "activity_4", _s30_16, "activity_5", _s30_17, "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_6, "activity_9", _s30_18, "activity_10", ":contact ievad\u012bja Maks\u0101jumu :payment par Summu :payment_amount R\u0113\u0137inam :invoice priek\u0161 :client", "activity_11", _s30_19, "activity_12", _s31_7, "activity_13", _s30_20, "activity_14", _s28_47, "activity_15", _s28_48, "activity_16", _s29_26, "activity_17", _s28_49, "activity_18", _s26_36, "activity_19", _s26_37, "activity_20", ":user nos\u016bt\u012bja Pied\u0101v\u0101jumu :quote priek\u0161 :client uz :contact", "activity_21", _s28_50, "activity_22", _s27_47, "activity_23", _s26_38, "activity_24", _s27_48, "activity_25", _s31_8, "activity_26", _s29_27, "activity_27", _s31_9, "activity_28", _s29_28, "activity_29", ":contact apstiprin\u0101ja Pied\u0101v\u0101jumu :quote priek\u0161 :client", "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", _s30_21, "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", ":user atjaunoja Zi\u0146ojumu :ticket", "activity_49", ":user aizv\u0113ra Zi\u0146ojumu :ticket", "activity_50", ":user apvienoja Zi\u0146ojumus :ticket", "activity_51", ":user sadal\u012bja Zi\u0146ojumus :ticket", "activity_52", ":contact atv\u0113ra Zi\u0146\u014djumu :ticket", "activity_53", ":contact atk\u0101rtoti atv\u0113ra Zi\u0146ojumu :ticket", "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_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", _s26_41, "emailed_credit", _s27_56, _s20_54, "Cenu pied\u0101v\u0101jums veiksm\u012bgi atz\u012bm\u0113ts k\u0101 nos\u016bt\u012bts", _s21_66, _s34_15, "expired", "Expired", "all", "All", "select", "Izv\u0113lieties", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_55, _s20_56, _s20_57, _s20_58, _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Type", "invoice_amount", "Invoice Amount", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, "Izdevumu kategorija", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "lt", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "\u012era\u0161yti slapta\u017eod\u012f", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Sauga", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, "S\u0117kmingai \u012fjungta Dviej\u0173-Lygi\u0173 Autentifikacija", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "Dviej\u0173-Lygi\u0173 Autentifikacija", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "Gr\u0105\u017einti mok\u0117jimai", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, _s18_25, _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "I\u0161ra\u0161yti s\u0105skait\u0105", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Stulpelis", "sample", "Pavyzdys", "map_to", "Map To", "import", "Importuoti", _s25_12, _s29_1, "select_file", "Pasirinkite fail\u0105", _s16_45, _s16_46, "csv_file", "Pasirinkti CSV fail\u0105", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "B\u016btina s\u0105skaita fakt\u016bra", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Debeto s\u0105skaita", _s18_36, "Debeto s\u0105skaitos", _s21_32, "Nauja debeto s\u0105skaita", _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, _s39_1, _s25_25, _s38_9, _s25_26, _s38_10, _s26_9, _s39_2, _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "Rodyti tinklap\u012f", "copy_link", "Copy Link", "token_billing", _s17_126, _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", "Puslapis :current i\u0161 :total", _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Naujos s\u0105skaitos", _s17_50, _s17_51, "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_52, _s28_8, "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_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "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_12, "updated_token", _s26_13, "archived_token", _s27_18, "deleted_token", _s26_14, "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "I\u0161si\u0173sti s\u0105skait\u0105 el. pa\u0161tu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, "Dalinai gr\u0105\u017einta", _s16_68, "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_69, "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_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Gr\u0105\u017einti", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "Cancel Account", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Pasi\u016blymai", "tickets", "Tickets", _s16_81, "Pasikartojan\u010dios s\u0105matos", "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "credit_date", "I\u0161ra\u0161ymo data", "credit", "Kreditas", "credits", "Kreditai", "new_credit", "\u012evesti kredit\u0105", "edit_credit", "Redaguoti Kredit\u0105", "created_credit", _s27_24, "updated_credit", "S\u0117kmingai atnaujintas kreditas", "archived_credit", _s28_17, "deleted_credit", _s27_26, "removed_credit", _s27_27, "restored_credit", _s28_18, _s16_83, _s36_14, "deleted_credits", _s35_16, _s16_84, _s36_5, "current_version", "Dabartin\u0117 versija", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "Pla\u010diau", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Kredito Pora\u0161t\u0117", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Pasirinktinis Klientas 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Kliento Id", "assigned_to", "Assigned to", "created_by", _s16_218, "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_119, "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_42, _s35_8, _s30_5, _s63_, "message", "\u017dinut\u0117", "from", "Pardav\u0117jas", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, "Slapta\u017eodyje turi b\u016bti did\u017eioji raid\u0117 ir skai\u010dius", _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "Pra\u0161ome pasirinkti klient\u0105", "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Tax Settings", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Perjungti", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, "Atkurti slapta\u017eod\u012f", "late_fees", "Late Fees", "credit_number", "Kredito Numeris", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Grafikas", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Dalinis Apmok\u0117jimas", "payment_partial", "Partial Payment", _s21_51, "Dalino Apmok\u0117jimo El. pa\u0161tas", "quote_email", "Quote Email", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administratorius", _s18_65, _s66_, "user_management", "User Management", "users", "Vartotojai", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_33, "updated_user", _s25_34, "archived_user", _s26_21, "deleted_user", _s25_35, "removed_user", _s25_36, "restored_user", _s26_22, "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, _s16_135, "invoice_options", "Invoice Options", _s17_77, "Hide paid to date", _s22_27, _s87_, _s23_18, "\u012ekelti dokumentai", _s28_19, _s39_4, _s16_136, "Show header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Automati\u0161kai Konvertuoti", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "Three months", _s16_138, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, _s17_83, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Linkiu geros dienos,", _s24_24, _s86_, "plain", "Plain", "light", "Light", "dark", "Tamsu", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Update Address", _s19_32, _s45_1, "rate", "\u012ekainis", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_145, _s29_8, _s16_146, _s29_9, _s17_89, _s34_16, _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", _s18_102, _s18_71, _s71_, "update_products", _s20_60, _s20_47, _s65_0, _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logotipas", "saved_settings", _s27_32, _s16_154, _s16_155, "device_settings", "Device Settings", "defaults", "Numatyti", "basic_settings", "Basic Settings", _s17_94, _s17_95, "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_29, _s21_57, _s22_30, _s20_49, _s19_38, _s19_39, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, _s16_157, "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_77, _s18_78, _s21_58, _s34_13, "download", "Atsi\u0173sti", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumentai", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Expense Date", "pending", "Laukia patvirtinimo", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Converted", _s24_30, _s24_42, "exchange_rate", "Valiutos kursas", _s16_163, "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_26, _s16_164, "S\u0117kmingai suarchyvuoti :count tiek\u0117jai", "deleted_vendors", "I\u0161trinta :count tiek\u0117j\u0173", _s16_165, _s36_7, "new_expense", "Enter Expense", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, _s30_25, _s16_168, _s29_40, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "invoiced", "Invoiced", "logged", "Logged", "running", "Vykdomas", "resume", "T\u0119sti", "task_errors", _s36_8, "start", "Prad\u0117ti", "stop", "Stabdyti", "started_task", _s25_45, "stopped_task", _s25_46, "resumed_task", _s25_47, "now", "Dabar", _s16_169, _s16_170, "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_27, "deleted_task", _s25_50, "restored_task", _s26_28, "archived_tasks", _s34_17, "deleted_tasks", _s33_20, "restored_tasks", _s34_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "New Project", _s27_38, _s28_33, "if_you_like_it", "Jei jums patiko pra\u0161ome", "click_here", "spausti \u010dia", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Vidurkis", "unapproved", "Nepatvirtinta", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Apa\u010dia", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Dabartinis", "previous", "Previous", "current_period", "Dabartinis periodas", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Billing address", _s16_176, _s16_177, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Saugoti", _s17_106, _s17_107, "paid_to_date", "Apmok\u0117ta", "balance_due", "Suma Viso", "balance", "Balansas", "overview", "Ap\u017evalga", "details", "Informacija", "phone", "Telefonas", "website", "Internetinis puslapis", "vat_number", "PVM kodas", "id_number", "\u012emon\u0117s kodas", "create", "Kurti", _s19_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "product", "Product", "products", "Prek\u0117s", "new_product", "New Product", "created_product", _s28_34, "updated_product", _s28_35, _s16_184, _s29_19, "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "product_key", "Prek\u0117", "notes", "Notes", "cost", "Cost", "client", "Klientas", "clients", "Klientai", "new_client", "Naujas klientas", "created_client", "Klientas sukurtas", "updated_client", _s27_40, "archived_client", _s28_37, _s16_187, _s36_16, "deleted_client", _s27_41, "deleted_clients", _s35_18, "restored_client", _s28_38, _s16_188, _s36_9, "address1", "Gatv\u0117", "address2", "Adresas 2", "city", "Miestas", "state", "Apskritis", "postal_code", "Pa\u0161to kodas", "country", "Country", "invoice", "S\u0105skaita fakt\u016bra", "invoices", "S\u0105skaitos", "new_invoice", "Nauja s\u0105skaita", "created_invoice", _s28_39, "updated_invoice", _s28_40, _s16_189, _s29_21, "deleted_invoice", _s28_41, _s16_190, _s29_22, _s17_110, _s37_19, _s16_191, _s36_17, _s17_111, _s37_12, "emailed_invoice", _s28_67, "emailed_payment", _s28_57, "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_192, "Dalimis Iki Datos", "status", "B\u016bkl\u0117", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Viso", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "task_rate", "Task Rate", "settings", "Nustatymai", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Mokestis", _s30_14, _s30_15, _s27_42, _s27_43, "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_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Baigta", _s37_13, _s37_14, "dark_mode", "Tamsusis R\u0117\u017eimas", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u012evykiai", _s16_194, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, "Dalinis gr\u0105\u017einimas", _s16_201, "Gr\u0105\u017einta", _s17_113, "Unapplied", _s17_114, _s19_10, "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_13, "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_64, "Tranzakcijos numeris", "enter_payment", "\u012evesti apmok\u0117jim\u0105", "new_payment", "Naujas mok\u0117jimas", "created_payment", _s28_42, "updated_payment", "Mok\u0117jimas atnaujintas", _s16_202, _s29_23, "deleted_payment", _s28_44, _s16_203, _s29_24, _s17_115, _s37_20, _s16_204, _s36_18, _s17_116, _s37_15, "quote", "S\u0105mata", "quotes", "S\u0105matos", "new_quote", "Nauja s\u0105mata", "created_quote", _s26_33, "updated_quote", _s26_34, "archived_quote", _s27_45, "deleted_quote", _s26_35, "restored_quote", _s27_46, "archived_quotes", _s35_15, "deleted_quotes", _s34_18, "restored_quotes", _s35_14, "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_25, "activity_3", _s28_46, "activity_4", ":user sukurta s\u0105skaita :invoice", "activity_5", _s30_17, "activity_6", _s54_0, "activity_7", _s44_0, "activity_8", _s31_6, "activity_9", _s30_18, "activity_10", _s85_0, "activity_11", ":user atnaujino mok\u0117jim\u0105 :payment", "activity_12", _s31_7, "activity_13", _s30_20, "activity_14", _s28_47, "activity_15", _s28_48, "activity_16", _s29_26, "activity_17", _s28_49, "activity_18", _s26_36, "activity_19", _s26_37, "activity_20", _s50_5, "activity_21", _s28_50, "activity_22", _s27_47, "activity_23", _s26_38, "activity_24", _s27_48, "activity_25", _s31_8, "activity_26", _s29_27, "activity_27", _s31_9, "activity_28", _s29_28, "activity_29", _s42_11, "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", ":user sukurta s\u0105skaita :expense", "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", ":payment_amount mok\u0117jimas (:payment) nepavyko", "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "Vienkartinis Slapta\u017eodis", "emailed_quote", _s26_41, "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "Visi", "select", "Pasirinkite", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, "Tinkintas nepatvirtinto pasi\u016blymo prane\u0161imas", "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_55, _s20_56, _s20_57, _s20_58, _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, "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_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Type", "invoice_amount", "S\u0105skaitos suma", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "mk_MK", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "\u0421\u0435\u0442\u0438\u0440\u0430\u0458 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "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_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "\u0421\u0438\u0441\u0442\u0435\u043c", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "\u041e\u0434 \u0438\u043c\u0435", _s16_6, _s16_214, _s17_4, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s18_4, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s21_1, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s22_, "\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_, "\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_0, "\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_, "\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_1, _s25_65, _s25_2, _s38_1, _s26_0, "\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_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "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_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u0418\u043c\u0435", _s17_8, "\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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "\u041e\u0441\u0438\u0433\u0443\u0440\u0443\u0432\u0430\u045a\u0435", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u041f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0438", _s16_24, _s16_25, _s17_14, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_4, "\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_5, "\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_13, "\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_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "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_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "\u041e\u0442\u0444\u0440\u043b\u0435\u043d\u043e", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, "\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_21, "\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_16, _s17_17, _s17_18, "\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_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _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_24, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_37, _s16_38, "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_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d \u0438\u0437\u043d\u043e\u0441", _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "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_12, _s29_1, "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_45, _s16_46, "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_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, "\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_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s20_23, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u043d\u043e\u0432 \u0442\u0440\u043e\u0448\u043e\u043a", _s21_25, _s21_26, _s24_14, "\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_15, "\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_16, "\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_16, "\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_17, _s37_2, _s25_17, "\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_14, "\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_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "\u0422\u0440\u0435\u0431\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "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_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_36, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0448\u0442\u043e \u0441\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0430\u0442", _s21_32, "\u041d\u043e\u0432\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_12, "\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_23, _s38_7, _s25_24, _s38_8, _s26_8, "\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_25, "\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_26, _s38_10, _s26_9, "\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_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "\u041f\u0440\u043e\u0444\u0438\u0442", "line_item", "\u0421\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 \u043b\u0438\u043d\u0438\u0458\u0430", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "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_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "\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_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "\u041d\u0435\u0434\u043e\u0441\u043f\u0435\u0430\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u0438", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "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_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0435\u0440\u043c\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_32, "\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_33, "\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_35, "\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_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "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_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "\u0426\u0435\u043b\u043e\u0441\u043d\u043e \u0438\u043c\u0435", _s17_62, "\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", _s17_64, "\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_76, "\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_45, "\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_28, "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_29, _s25_30, _s16_77, _s16_78, "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_19, "\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_20, "\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_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0437\u0438", "tickets", "Tickets", _s16_81, "\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_46, "\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_27, "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_83, "\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_84, _s36_5, "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_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "\u041f\u043e\u0432\u0435\u045c\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "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_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s17_71, "\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_36, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_115, "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_117, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s16_118, "\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_23, "\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_119, "\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_42, _s35_8, _s30_5, _s63_, "message", "\u041f\u043e\u0440\u0430\u043a\u0430", "from", "\u041e\u0434", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "\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_60, _s18_61, "tax_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u043e\u043a", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "\u041f\u0440\u0435\u0444\u0440\u043b\u0438", _s19_27, _s20_44, "options", "\u041e\u043f\u0446\u0438\u0438", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "\u041f\u043e\u0434\u043d\u0435\u0441\u0438", _s16_127, "\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_128, "\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_28, "after_due_date", _s18_63, _s18_64, _s22_26, "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_51, _s21_52, "quote_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s16_130, "\u0411\u0435\u0441\u043a\u0440\u0430\u0435\u043d \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", _s16_132, _s16_133, "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_65, "\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_33, "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_36, "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_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "\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_77, "\u0421\u043e\u043a\u0440\u0438\u0458 \u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c", _s22_27, '\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_18, "\u0412\u043c\u0435\u0442\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_19, "\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_136, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0437\u0430\u0433\u043b\u0430\u0432\u0458\u0435 \u043d\u0430", _s16_137, "\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_66, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_19, "\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.", _s20_45, _s21_105, _s25_37, "\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 \u043f\u043b\u0430\u0442\u0435\u043d\u0438.", _s18_67, _s21_105, _s23_20, "\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_68, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u045a\u0435", _s23_21, "\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_79, "\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_81, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", _s16_138, "\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_139, "Three Years", "never", "\u041d\u0438\u043a\u043e\u0433\u0430\u0448", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s17_82, "\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_140, "\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_84, "\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_86, _s17_87, _s16_142, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043d\u0430 PDF", _s21_53, "\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_38, "\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_6, "\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_22, "\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_20, "\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_39, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_7, "\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_23, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s22_29, "\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_29, "\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_24, "\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_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "\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_30, "\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_32, "\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_145, "\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_146, "\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_89, "\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_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "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_71, "\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_47, "\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_148, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_54, "\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_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "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_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "\u041b\u043e\u0433\u043e", "saved_settings", _s27_32, _s16_154, "\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_94, "\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_29, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u0446\u0438", _s22_30, _s20_49, _s19_38, "\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_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "\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_77, _s18_78, _s21_58, _s34_13, "download", "\u041f\u0440\u0435\u0437\u0435\u043c\u0438", _s27_34, _s27_52, "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_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "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_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_30, "\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_163, "\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_164, "\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_165, _s36_7, "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_166, "\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_167, "\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_100, "\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_168, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s17_101, _s37_9, "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_59, _s21_60, "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_52, "now", "\u0421\u0435\u0433\u0430", _s16_169, _s16_170, "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_52, "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_14, _s19_42, _s19_43, "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_171, "\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_65, _s16_172, "\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_102, "\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_173, "\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_103, _s37_10, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "\u043a\u043b\u0438\u043a\u043d\u0438 \u0442\u0443\u043a\u0430", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "\u0424\u0443\u0442\u0435\u0440", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "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_104, _s17_105, "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_174, _s16_175, "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_50, "\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_176, "\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_178, _s16_179, _s23_30, "\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_29, "\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_62, "\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_31, _s26_32, "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_106, "\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_46, _s30_13, "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_180, _s16_181, "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_182, _s16_183, "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_184, "\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_185, "\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_108, "\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_186, "\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_109, _s37_11, "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_187, "\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_188, _s36_9, "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_189, "\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_190, "\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_110, "\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_191, "\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_111, _s37_12, "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_192, "\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_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "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_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "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_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "\u0417\u0430\u0432\u0440\u0448\u0435\u043d\u043e", _s37_13, _s37_14, "dark_mode", "\u0422\u0435\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_194, _s16_195, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_64, "\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_202, "\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_203, "\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_115, "\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_204, "\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_116, _s37_15, "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_14, "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_0, "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_5, "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_11, "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", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "\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_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u043e", "all", "\u0421\u0438\u0442\u0435", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_38, _s22_39, "custom_value1", _s17_164, "custom_value2", _s17_164, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_55, _s20_56, _s20_57, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "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_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "\u0422\u0438\u043f", "invoice_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_209, "\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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "nb_NO", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Sett Passord", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "Se Erkl\xe6ring", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Fra Navn", _s16_6, _s16_214, _s17_4, "Gjentakende Utgift", _s18_4, "Gjentakende Utgifter", _s21_1, "Opprett Gjentakende Utgift", _s22_, "Rediger Gjentakende Utgift", _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Brukerguide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "Kontakts fornavn", _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Sikkerhet", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementer", _s16_24, "Nytt Abonnement\xa0", _s17_14, "Rediger Abonnement", _s20_4, "Abonnement opprettet", _s20_5, "Oppdaterte abonnement", _s21_13, "Abonnement arkivert", _s20_6, "Abonnement Slettet", _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, "Underdomene ikke tilgjengelig", "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", "Send invitasjon p\xe5 nytt", _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, "Aktiverte To-faktor-autentisering", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "To-faktor-autentisering", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, "Venligst bekreft din epost adresse", _s16_36, "Refundert betaling", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "For og oppdatere kj\xf8r", _s18_24, "Konverter til en faktura", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Fakturer Oppgave", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "Standard-dokumenter", "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, "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_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_12, _s29_1, "select_file", "Vennligst velg en fil", _s16_45, _s16_46, "csv_file", "Velg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook-URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "Utgiftskategorier", _s20_23, "Ny Utgiftskategori", _s21_25, _s21_26, _s24_14, "Utgiftskategori ble opprettet", _s24_15, "Oppdaterte utgiftskategori", _s25_16, "Utgiftskategori ble arkivert", _s24_16, "Slettet kategori", _s24_17, _s37_2, _s25_17, "Utgiftskategori ble gjenopprettet", _s27_14, ":count utgiftskategorier ble arkivert", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_101, _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Sett Aktiv", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Gjentakende Faktura", _s18_36, "Gjentakende Fakturaer", _s21_32, "Ny Gjentakende Faktura", _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Suksessfullt arkivert gjentakende faktura", _s25_25, "Suksessfullt slettet gjentakende faktura", _s25_26, _s38_10, _s26_9, "Suksessfullt gjenopprettet gjentakende faktura", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Fortjeneste", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logger", "view_portal", "Vis Portal", "copy_link", "Kopier Lenke", "token_billing", "Lagre kortdetaljer", _s24_20, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "E-postfakturaer sendt", "emailed_quotes", _s23_55, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Forest\xe5ende Fakturaer", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API-tokens", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "E-postfaktura", "email_quote", "Send tilbudet som E-post", "email_credit", "Email Credit", "email_payment", "E-postbetaling", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", _s17_137, _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Fullt Navn", _s17_62, "By/Fylke/Postnummer", _s17_64, "Postnr./Sted/Fylke", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Fjern data", _s16_76, _s32_6, _s18_45, "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_28, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "aktiver lisens", "cancel_account", "Kanseler Konto", _s22_19, "Advarsel: Dette vil permanent slette kontoen din, du kan ikke angre.", "delete_company", "Slett Firma", _s22_20, "Advarsel: Dette vil permanent slette ditt firma, dette kan ikke gjennopprettes.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Forslag", "tickets", "Tickets", _s16_81, _s16_82, "recurring_tasks", "Recurring Tasks", _s18_46, "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_27, "restored_credit", "Suksessfullt gjenopprettet kredit", _s16_83, "Arkiverte :count krediter", "deleted_credits", "Slettet :count krediter", _s16_84, _s36_5, "current_version", "N\xe5v\xe6rende versjon", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "L\xe6r mer", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nytt Firma", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, "Fult navn", "contact_phone", "Kontakt Telefon", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Leverings adresse", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, "Leverings adresse postnummer", _s16_115, _s16_116, _s16_117, "Fakturaadresse", _s16_118, _s17_72, "billing_city", "Fakturering By", "billing_state", _s22_25, _s19_23, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Beskjed", "from", "Fra", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "Vennligst velg en klient", "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Skatteinnstillinger", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Valg", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Send", _s16_127, "Gjenopprett ditt passord", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Planlegg", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Dager", "invoice_email", "Faktura-e-post", "payment_email", "Betalings-e-post", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Tilbuds-e-post", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _s66_, "user_management", "Brukerh\xe5ndtering", "users", "Brukere", "new_user", "Ny Bruker", "edit_user", "Endre bruker", "created_user", _s25_33, "updated_user", "Bruker oppdatert", "archived_user", "Suksessfullt arkivert bruker", "deleted_user", "Bruker slettet", "removed_user", _s25_36, "restored_user", "Suksessfullt gjenopprettet bruker", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "Systeminnstillinger", "invoice_options", "Faktura alternativer", _s17_77, _s19_66, _s22_27, "Bare vis delbetalinger om det har forekommet en delbetaling.", _s23_18, "Embed Dokumenter", _s28_19, _s39_4, _s16_136, "Show header on", _s16_137, "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_65, "invoice_footer", "Faktura Bunntekst", "quote_terms", "Tilbuds Vilk\xe5r", "quote_footer", "Tilbud Bunntekst", _s18_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Konverter", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "Tre m\xe5neder", _s16_138, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, "Genererte Nummere", "charge_taxes", "Inkluder skatt", "next_reset", "Neste Nullstilling", "reset_counter", "Nullstill Teller", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, "Faktura-signatur", _s30_7, "Krever klients signatur.", _s23_23, "Tilbuds-signatur", _s22_29, "Passord-beskytt fakturaer", _s27_29, _s142_, "authorization", "Autorisasjon", "subdomain", "Subdomene", "domain", "Domene", "portal_mode", "Portal Mode", "email_signature", "Med vennlig hilsen,", _s24_24, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Oppdater Adresse", _s19_32, "Oppdater kundens adresse med oppgitte detaljer", "rate", "Sats", "tax_rate", "Skattesats", "new_tax_rate", "Ny Skattesats", "edit_tax_rate", "Rediger skattesats", _s16_145, "Suksessfullt opprettet skattesats", _s16_146, "Suksessfullt oppdatert skattesats", _s17_89, "Suksessfullt arkivert skattesatsen", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Automatisk-utfyll produkter", _s18_71, "Valg av produkt vil automatisk fylle ut beskrivelse og kostnaden", "update_products", "Automatisk oppdater produkter", _s20_47, "\xc5 endre en faktura vil automatisk oppdatere produktbilioteket", _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Avgifter", "limits", "Begrensninger", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, "Produkt-innstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Grunnleggende Innstillinger", _s17_94, "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_29, "Design & P\xe5minnelser", _s22_30, _s20_49, _s19_38, "Datavisualiseringer", "price", "Pris", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "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_77, _s18_78, _s21_58, _s34_13, "download", "Last ned", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenter", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Utgiftsdato", "pending", "Avventer", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Konvertert", _s24_30, "Legg ved dokumenter til faktura", "exchange_rate", "Exchange Rate", _s16_163, _s16_222, "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_26, _s16_164, "Arkiverte :count leverand\xf8rer", "deleted_vendors", "Slettet :count leverand\xf8rer", _s16_165, _s36_7, "new_expense", "Angi utgift", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, "Arkiverte utgifter", _s16_168, "Slettet utgifter", _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "invoiced", "Fakturert", "logged", "Logget", "running", "L\xf8pende", "resume", "Gjenoppta", "task_errors", "Vennligst rett alle overlappende tider", "start", "Start", "stop", "Stopp", "started_task", _s25_45, "stopped_task", "Suksessfullt stoppet oppgave", "resumed_task", _s25_47, "now", "N\xe5", _s16_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", "Opprettet prosjekt", "updated_project", "Oppdaterte prosjekt", _s16_171, "Arkiverte prosjekt", "deleted_project", "Slettet prosjekt", _s16_172, "Gjenopprettet prosjekt", _s17_102, "Arkiverte :count prosjekter", _s16_173, "Slettet :count prosjekter", _s17_103, _s37_10, "new_project", "Nytt Prosjekt", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "klikk her", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "L\xe5st", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Bunntekst", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Tilpass Utvalg", "date_range", "Datoperiode", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Fakturerings Adresse", _s16_176, "Leveringsadresse", "total_revenue", "Sum omsetning", "average_invoice", "Gjennomsnittlige fakturaer", "outstanding", "Utest\xe5ende", "invoices_sent", _s22_57, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Stigende", "descending", "Synkende", "save", "Lagre", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "product", "Produkt", "products", "Produkter", "new_product", "Nytt Produkt", "created_product", "Produkt lagret", "updated_product", "Produkt oppdatert", _s16_184, "Produkt arkivert", "deleted_product", "Slettet produkt", _s16_185, "Gjenopprettet produkt", _s17_108, _s37_17, _s16_186, "Slettet :count produkter", _s17_109, _s37_11, "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_187, "Arkiverte :count kunder", "deleted_client", "Slettet kunde", "deleted_clients", "Slettet :count kunder", "restored_client", "Gjenopprettet kunde", _s16_188, _s36_9, "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_189, "Faktura arkivert", "deleted_invoice", "Faktura slettet", _s16_190, "Suksessfullt gjenopprettet faktura", _s17_110, "Fakturaer arkivert", _s16_191, "Slettet :count fakturaer", _s17_111, _s37_12, "emailed_invoice", "E-postfaktura sendt", "emailed_payment", _s28_57, "amount", "Bel\xf8p", "invoice_number", "Fakturanummer", "invoice_date", _s16_240, "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_192, _s16_193, "status", "Status", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Totalt", "percent", "Prosent", "edit", "Endre", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "task_rate", "Oppgavesats", "settings", "Innstillinger", "language", "Language", "currency", "Currency", "created_at", "Dato Opprettet", "created_on", "Created On", "updated_at", "Updated", "tax", "Skatt", _s30_14, _s30_15, _s27_42, _s27_43, "past_due", "Forfalt", "draft", "Kladd", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Delvis/Depositum", "paid", "Betalt", "mark_sent", "Merk som Sendt", _s22_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Ferdig", _s37_13, _s37_14, "dark_mode", "M\xf8rk Modus", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_194, _s16_195, "clone", "Kopier", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_165, "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_64, "Transaksjonsreferanse", "enter_payment", "Oppgi betaling", "new_payment", "Oppgi Betaling", "created_payment", "Betaling opprettet", "updated_payment", "Suksessfullt oppdatert betaling", _s16_202, "Betaling arkivert", "deleted_payment", _s16_241, _s16_203, "Suksessfullt gjenopprettet betaling", _s17_115, "Arkiverte :count betalinger", _s16_204, "Slettet :count betalinger", _s17_116, _s37_15, "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_14, "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_0, "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_5, "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_11, "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_6, "activity_40", _s64_, "activity_41", _s41_6, "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", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "Engangs Passord", "emailed_quote", _s23_55, "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "Alle", "select", "Velg", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Fakturanummer-teller", _s20_55, _s20_56, _s20_57, "Tilbudsnummer-teller", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Type", "invoice_amount", "Invoice Amount", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, "Utgiftskategori", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "fa", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Set Password", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_, "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_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, _s18_25, _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_12, _s29_1, "select_file", _s20_73, _s16_45, _s16_46, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_101, _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, _s17_39, _s18_36, _s18_37, _s21_32, _s21_33, _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, _s39_1, _s25_25, _s38_9, _s25_26, _s38_10, _s26_9, _s39_2, _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_126, _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, _s17_49, _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_30, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_12, "updated_token", _s26_13, "archived_token", _s27_18, "deleted_token", _s26_14, "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "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_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_57, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, _s16_82, "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_24, "updated_credit", _s27_25, "archived_credit", _s28_17, "deleted_credit", _s27_26, "removed_credit", _s27_27, "restored_credit", _s28_18, _s16_83, _s36_14, "deleted_credits", _s35_16, _s16_84, _s36_5, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "\u0645\u0634\u0627\u0647\u062f\u0647 \u0628\u06cc\u0634\u062a\u0631", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_218, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Message", "from", "From", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Tax Settings", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, _s21_86, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Schedule", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Quote Email", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_33, "updated_user", _s25_34, "archived_user", _s26_21, "deleted_user", _s25_35, "removed_user", _s25_36, "restored_user", _s26_22, "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, _s16_135, "invoice_options", "Invoice Options", _s17_77, _s17_78, _s22_27, _s87_, _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show Header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "Three months", _s16_138, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_139, "Three Years", "never", "Never", "company", "Company", _s17_82, _s17_83, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_24, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Update Address", _s19_32, _s45_1, "rate", "\u0646\u0631\u062e", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_145, _s29_8, _s16_146, _s29_9, _s17_89, _s34_16, _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", _s18_102, _s18_71, _s71_, "update_products", _s20_60, _s20_47, _s65_0, _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, _s16_155, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_94, _s17_95, "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_29, _s21_57, _s22_30, _s20_49, _s19_38, _s19_39, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, _s16_157, "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_77, _s18_78, _s21_58, _s34_13, "download", "Download", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Converted", _s24_30, _s24_42, "exchange_rate", "Exchange Rate", _s16_163, _s16_222, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0622\u062f\u0631\u0633", "new_vendor", "New Vendor", "created_vendor", _s27_35, "updated_vendor", _s27_36, "archived_vendor", _s28_25, "deleted_vendor", _s27_37, "restored_vendor", _s28_26, _s16_164, _s36_15, "deleted_vendors", _s35_17, _s16_165, _s36_7, "new_expense", "Enter Expense", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, _s29_15, "deleted_expense", _s28_29, _s16_167, _s29_16, _s17_100, _s30_25, _s16_168, _s29_40, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_8, "start", "Start", "stop", "Stop", "started_task", _s25_45, "stopped_task", _s25_46, "resumed_task", _s25_47, "now", "Now", _s16_169, _s16_170, "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_48, "updated_task", _s25_49, "archived_task", _s26_27, "deleted_task", _s25_50, "restored_task", _s26_28, "archived_tasks", _s34_17, "deleted_tasks", _s33_20, "restored_tasks", _s34_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "New Project", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "click here", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Billing Address", _s16_176, _s16_177, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_59, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_34, "updated_product", _s28_35, _s16_184, _s29_19, "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0645\u0634\u062a\u0631\u06cc\u0627\u0646", "clients", "Clients", "new_client", "New Client", "created_client", _s27_39, "updated_client", _s27_40, "archived_client", _s28_37, _s16_187, _s36_16, "deleted_client", _s27_41, "deleted_clients", _s35_18, "restored_client", _s28_38, _s16_188, _s36_9, "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_39, "updated_invoice", _s28_40, _s16_189, _s29_21, "deleted_invoice", _s28_41, _s16_190, _s29_22, _s17_110, _s37_19, _s16_191, _s36_17, _s17_111, _s37_12, "emailed_invoice", _s28_67, "emailed_payment", _s28_57, "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_192, _s16_193, "status", "Status", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Done", _s37_13, _s37_14, "dark_mode", "Dark Mode", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_194, _s16_195, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_13, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_64, _s21_65, "enter_payment", "\u0648\u0627\u0631\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "new_payment", "Enter Payment", "created_payment", _s28_42, "updated_payment", _s28_43, _s16_202, _s29_23, "deleted_payment", _s28_44, _s16_203, _s29_24, _s17_115, _s37_20, _s16_204, _s36_18, _s17_116, _s37_15, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_33, "updated_quote", _s26_34, "archived_quote", _s27_45, "deleted_quote", _s26_35, "restored_quote", _s27_46, "archived_quotes", _s35_15, "deleted_quotes", _s34_18, "restored_quotes", _s35_14, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_45, "activity_2", _s29_25, "activity_3", _s28_46, "activity_4", _s30_16, "activity_5", _s30_17, "activity_6", _s54_0, "activity_7", _s44_0, "activity_8", _s31_6, "activity_9", _s30_18, "activity_10", _s85_0, "activity_11", _s30_19, "activity_12", _s31_7, "activity_13", _s30_20, "activity_14", _s28_47, "activity_15", _s28_48, "activity_16", _s29_26, "activity_17", _s28_49, "activity_18", _s26_36, "activity_19", _s26_37, "activity_20", _s50_5, "activity_21", _s28_50, "activity_22", _s27_47, "activity_23", _s26_38, "activity_24", _s27_48, "activity_25", _s31_8, "activity_26", _s29_27, "activity_27", _s31_9, "activity_28", _s29_28, "activity_29", _s42_11, "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", _s30_21, "activity_35", _s31_10, "activity_36", _s30_22, "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", _s26_41, "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "All", "select", "Select", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, _s22_51, _s20_55, _s20_56, _s20_57, _s20_58, _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Type", "invoice_amount", "Invoice Amount", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "pl", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Ustaw has\u0142o", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Zobacz wydatek # :expense", "view_statement", "Zobacz wyci\u0105g", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Przewodnik u\u017cytkownika", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Cena netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importuj dane", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "order", "Order", "unassigned", "Nieprzypisano", "partial_value", _s49_, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Bezpiecze\u0144stwo", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", "Pon\xf3w zaproszenie", _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "Zwr\xf3cono p\u0142atno\u015b\u0107", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "Ten kwarta\u0142", "last_quarter", "Poprzedni kwarta\u0142", "to_update_run", "To update run", _s18_24, "Konwertuj do faktury", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Fakturuj zadanie", "invoice_expense", "Faktura na wydatek", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, "Kwota przeliczona", _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "Domy\u015blne dokumenty", "document_upload", "Document Upload", _s20_10, _s34_4, "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", "Ukryj", "empty_columns", "Empty Columns", _s21_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Kolumna", "sample", "Przyk\u0142ad", "map_to", "Map To", "import", "Importuj", _s25_12, _s29_1, "select_file", "Wybierz plik", _s16_45, _s16_46, "csv_file", "Plik CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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", "Nie zap\u0142acono", "white_label", "White Label", "delivery_note", "Dow\xf3d dostawy", _s24_9, _s24_10, _s24_11, _s24_12, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Zaliczka", "invoice_total", "Faktura og\xf3\u0142em", "quote_total", "Suma oferty", "credit_total", "Credit Total", _s23_6, "Invoice Total", "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "Kategorie wydatk\xf3w", _s20_23, "Nowa kategoria wydatk\xf3w", _s21_25, _s21_26, _s24_14, "Kategoria wydatk\xf3w zosta\u0142a utworzona", _s24_15, "Kategoria wydatk\xf3w zosta\u0142a zaktualizowana", _s25_16, "Kategoria wydatk\xf3w zosta\u0142a zarchiwizowana", _s24_16, "Usuni\u0119to kategori\u0119", _s24_17, _s37_2, _s25_17, "Przywr\xf3cono kategori\u0119 wydatk\xf3w", _s27_14, "Zarchiwizowana :count kategorii wydatk\xf3w", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "Utw\xf3rz faktur\u0119", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Oznacz jako aktywn\u0105", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Odnawialna faktura", _s18_36, "Faktury odnawialne", _s21_32, "Nowa faktura odnawialna", _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Odnawialna faktura zosta\u0142a zarchiwizowana", _s25_25, "Odnawialna faktura zosta\u0142a usuni\u0119ta.", _s25_26, _s38_10, _s26_9, "Odnawialna faktura zosta\u0142a przywr\xf3cona", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Zysk", "line_item", "Element na li\u015bcie", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "Zobacz portal", "copy_link", "Copy Link", "token_billing", "Zapisz dane karty", _s24_20, _s24_21, "always", "Zawsze", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "Wysy\u0142ka maili powiod\u0142a si\u0119", "emailed_quotes", "Wysy\u0142ka ofert powiod\u0142a si\u0119", "emailed_credits", _s28_56, "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", "Select Label", "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", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Zako\u0144czone", "gross", "Gross", "net_amount", "Kwota netto", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Nadchodz\u0105ce faktury", _s17_50, _s17_51, "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", "When Paid", "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "Tokeny API", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "Wy\u015blij faktur\u0119", "email_quote", "Wy\u015blij ofert\u0119", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "Wy\u015bwietl PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Nazwa kontaktu", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, "Edytuj warunki p\u0142atno\u015bci", _s20_32, "Utworzono termin p\u0142atno\u015bci", _s20_33, "Zaktualizowano termin p\u0142atno\u015bci", _s21_35, "Zarchiwizowano termin p\u0142atno\u015bci", _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", "Zaloguj si\u0119 przez email", "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "send_from_gmail", "Send from 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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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", "Szukaj w firmie", "search_document", _s17_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Zwrot p\u0142atno\u015bci", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Pe\u0142na nazwa", _s17_62, "Miasto/wojew\xf3dztwo/kod pocztowy", _s17_64, "Kod pocztowy/Miasto/Wojew\xf3dztwo", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Zastosuj licencj\u0119", "cancel_account", "Anuluj konto", _s22_19, "Ostrze\u017cenie: Nie mo\u017cna cofn\u0105\u0107 tej operacji, wszystkie twoje dane zostan\u0105 usuni\u0119te.", "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "credit_design", "Credit Design", "includes", "Includes", "header", "Nag\u0142\xf3wek", "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Propozycje", "tickets", "Tickets", _s16_81, "Powtarzalne wyceny", "recurring_tasks", "Recurring Tasks", _s18_46, "Zarz\u0105dzanie kontem", "credit_date", "Data kredytu", "credit", "Kredyt", "credits", "Kredyty", "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_27, "restored_credit", "Kredyt zosta\u0142 przywr\xf3cony", _s16_83, "Zarchiwizowano :count kredyty/kredyt\xf3w", "deleted_credits", "Usuni\u0119to :count kredyty/kredyt\xf3w", _s16_84, _s36_5, "current_version", "Aktualna wersja", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "Wi\u0119cej informacji", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nowa firma", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Eksport", "chart", "Wykres", "count", "Count", "totals", "Suma", "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Numer telefonu kontaktu", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "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", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_119, _s16_120, "help", "Pomoc", "refund", "Zwrot", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email kontaktowy", "multiselect", "Multiselect", "entity_state", "Stan", "verify_password", "Verify Password", "applied", "Applied", _s21_42, _s35_8, _s30_5, _s63_, "message", "Wiadomo\u015b\u0107", "from", "Od", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "support_forum", "forum wsparcia", "about", "About", "documentation", "Dokumentacja", "contact_us", "Skontaktuj si\u0119 z nami", "subtotal", "Suma warto\u015bci netto", "line_total", "Warto\u015b\u0107", "item", "Pozycja", "credit_email", "Credit Email", "iframe_url", _s18_153, "domain_url", "Domain URL", _s21_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "U\u017cytkownik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "Wybierz klienta", "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Ustawienia podatk\xf3w", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Zmie\u0144", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Wy\u015blij", _s16_127, "Odzyskaj swoje has\u0142o", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Zaplanuj", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Dni", "invoice_email", "Email faktury", "payment_email", "Email p\u0142atno\u015bci", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Email oferty", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, "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_33, "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_36, "restored_user", "U\u017cytkownik zosta\u0142 przywr\xf3cony", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "Ustawienia og\xf3lne", "invoice_options", "Opcje faktury", _s17_77, 'Ukryj pole "Zap\u0142acono dotychczas"', _s22_27, 'Wy\u015bwietlaj "Zap\u0142acono dotychczas" tylko przy tych fakturach, do kt\xf3rych otrzymano p\u0142atno\u015b\u0107.', _s23_18, "Za\u0142\u0105czniki", _s28_19, "Wstaw do faktury za\u0142\u0105czniki graficzne.", _s16_136, "Poka\u017c nag\u0142\xf3wek na", _s16_137, "Poka\u017c stopk\u0119 na", "first_page", "Pierwsza strona", "all_pages", "Wszystkie strony", "last_page", "Ostatnia strona", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "G\u0142\xf3wny kolor", "secondary_color", "Dodatkowy kolor", "page_size", "Rozmiar strony", "font_size", "Rozmiar fonta", "quote_design", "Quote Design", "invoice_fields", "Pola faktury", "product_fields", "Pola produkt\xf3w", "invoice_terms", "Warunki do faktury", "invoice_footer", "Stopka faktury", "quote_terms", "Warunki oferty", "quote_footer", "Stopka oferty", _s18_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Automatycznie konwertuj", _s23_21, "Utw\xf3rz automatycznie faktur\u0119 z oferty zaakceptowanej przez klienta.", _s17_79, _s17_80, "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_81, "Co trzy miesi\u0105ce", _s16_138, "Four months", "freq_six_months", "Co sze\u015b\u0107 miesi\u0119cy", "freq_annually", "Co rok", "freq_two_years", "Dwa lata", _s16_139, "Three Years", "never", "Nigdy", "company", "Company", _s17_82, "Wygenerowane numery", "charge_taxes", "Obci\u0105\u017c podatkami", "next_reset", "Nast\u0119pny reset", "reset_counter", "Zresetuj licznik", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, "Przycisk wyboru do warunk\xf3w faktury", _s30_6, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki faktury.", _s23_22, "Przycisk wyboru do warunk\xf3w oferty", _s28_20, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki oferty.", _s25_39, "Podpis na fakurze", _s30_7, "Wymagaj od klienta podpisania faktury", _s23_23, "Podpis na ofercie", _s22_29, "Faktury chronione has\u0142em", _s27_29, "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", "Portal Mode", "email_signature", "Z wyrazami szacunku,", _s24_24, _s86_, "plain", "Zwyk\u0142y", "light", "Jasny", "dark", "Ciemny", "email_design", "Motyw email", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "Aktywuj Markup", "reply_to_email", "Odpowiedz do:", "reply_to_name", "Reply-To Name", "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_30, _s19_31, "credentials", "Credentials", "update_address", "Aktualizuj adres", _s19_32, "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_145, _s29_8, _s16_146, _s29_9, _s17_89, "Zarchiwizowano stawk\u0119 podatkow\u0105", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Automatycznie uzupe\u0142niaj produkty", _s18_71, "Wybieranie produktu automatycznie uzupe\u0142ni opis i kwot\u0119", "update_products", "Automatycznie aktualizuj produkty", _s20_47, "Zaktualizowanie faktury automatycznie uaktualni produkt w bibliotece produkt\xf3w", _s16_148, _s16_149, _s21_54, "Automatycznie zamieniaj ceny produktu na walut\u0119 klienta", "fees", "Op\u0142aty", "limits", "Limity", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Wy\u0142\u0105czono", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 godzinny czas", _s18_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Grupuj", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Prze\u015blij logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, "Ustawienia produktu", "device_settings", "Ustawienia urz\u0105dzenia", "defaults", "Domy\u015blne", "basic_settings", "Ustawienia podstawowe", _s17_94, "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_29, "Szablony i przypomnienia", _s22_30, _s20_49, _s19_38, "Wizualizacje danych", "price", "Cena", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "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_77, _s18_78, _s21_58, _s34_13, "download", "Pobierz", _s27_34, _s27_52, "take_picture", "Zr\xf3b zdj\u0119cie", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nowy dokument", "edit_document", "Edytuj dokument", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Data obci\u0105\u017cenia", "pending", "Oczekuj\u0119", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Skonwertowano", _s24_30, "Dodaj dokumenty do faktury", "exchange_rate", "Kurs wymiany", _s16_163, "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_164, "Zarchiwizowano :count dostawc\xf3w", "deleted_vendors", "Usuni\u0119to :count dostawc\xf3w", _s16_165, _s36_7, "new_expense", "Dodaj wydatek", "created_expense", "Wydatek zosta\u0142 utworzony", "updated_expense", "Wydatek zosta\u0142 zaktualizowany", _s16_166, _s30_42, "deleted_expense", _s24_62, _s16_167, "Wydatek zosta\u0142 przywr\xf3cony", _s17_100, _s30_42, _s16_168, _s24_62, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "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_45, "stopped_task", "Zako\u0144czono wykonywanie zadania", "resumed_task", _s25_47, "now", "Teraz", _s16_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", "Utworzono projekt", "updated_project", "Zaktualizowano projekt", _s16_171, "Zarchiwizowano projekt", "deleted_project", "Usuni\u0119to projekt", _s16_172, "Przywr\xf3cono projekt", _s17_102, "Zarchiwizowano :count projekt\xf3w", _s16_173, "Usuni\u0119to :count projekty/projekt\xf3w", _s17_103, _s37_10, "new_project", "Nowy projekt", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "kliknij tutaj", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "\u015arednia", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "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_104, _s17_105, "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", "Ten miesi\u0105c", "last_month", "Ostatni miesi\u0105c", "this_year", "Ten rok", "last_year", "Ostatni rok", "custom", "Dostosowanie", _s16_174, _s16_175, "clone_to_quote", "Clone to Quote", "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_50, _s20_51, "billing_address", "Adres rozliczeniowy", _s16_176, _s16_177, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Zapisz", _s17_106, _s17_107, "paid_to_date", "Termin p\u0142atno\u015bci", "balance_due", "Do zap\u0142aty", "balance", "Saldo", "overview", "Podsumowanie", "details", "Szczeg\xf3\u0142y", "phone", "Telefon", "website", _s18_153, "vat_number", "Numer NIP", "id_number", "REGON", "create", "Utw\xf3rz", _s19_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "product", "Produkt", "products", "Produkty", "new_product", "Nowy produkt", "created_product", "Produkt zosta\u0142 utworzony", "updated_product", "Produkt zosta\u0142 zaktualizowany", _s16_184, "Produkt zosta\u0142 zarchiwizowany", "deleted_product", "Usuni\u0119to produkt", _s16_185, "Przywr\xf3cono produkt", _s17_108, _s37_17, _s16_186, "Usuni\u0119to :count produkt\xf3w", _s17_109, _s37_11, "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_187, "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_188, _s36_9, "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_189, "Faktura zosta\u0142a zarchiwizowana", "deleted_invoice", "Faktura zosta\u0142a usuni\u0119ta", _s16_190, "Faktura zosta\u0142a przywr\xf3cona", _s17_110, "Zarchiwizowano :count faktury", _s16_191, "Usuni\u0119to :count faktury", _s17_111, _s37_12, "emailed_invoice", "Faktura zosta\u0142a wys\u0142ana", "emailed_payment", _s28_57, "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\u017cny do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Opis towaru / us\u0142ugi", "unit_cost", "Cena j. brutto", "quantity", "Ilo\u015b\u0107", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon s\u0142u\u017cbowy", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Termin", _s16_192, _s16_193, "status", "Status", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Suma", "percent", "Procent", "edit", "Edytuj", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "task_rate", "Stawka zadania", "settings", "Ustawienia", "language", "Language", "currency", "Waluta", "created_at", "Data utworzenia", "created_on", "Created On", "updated_at", "Updated", "tax", "Podatek", _s30_14, _s30_15, _s27_42, _s27_43, "past_due", "Po terminie", "draft", "Wersja robocza", "sent", "Wys\u0142ane", "viewed", "Viewed", "approved", "Approved", "partial", "Zaliczka/Op\u0142.cz\u0119\u015b\u0107", "paid", "Zap\u0142acone", "mark_sent", "Oznacz jako wys\u0142ane", _s22_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Gotowe", _s37_13, _s37_14, "dark_mode", "Tryb ciemny", _s27_44, "Uruchom ponownie aplikacj\u0119, aby zastosowa\u0107 zmian\u0119", "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Dziennik aktywno\u015bci", _s16_194, _s16_195, "clone", "Klonuj", "loading", "Loading", "industry", "Industry", "size", "Rozmiar", "payment_terms", "Warunki p\u0142atnicze", "payment_date", "Data p\u0142atno\u015bci", "payment_status", "Payment Status", _s16_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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", "Pierwsze przypomnienie", "second_reminder", "Drugie przypomnienie", "third_reminder", "Trzecie przypomnienie", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Szablon", "send", "Send", "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", "Preview", "customize", "Dostosuj", "history", "Historia", "payment", "P\u0142atno\u015b\u0107", "payments", "P\u0142atno\u015bci", "refunded", "Refunded", "payment_type", "Typ p\u0142atno\u015bci", _s21_64, "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_202, "P\u0142atno\u015b\u0107 zosta\u0142\u0105 zarchiwizowana", "deleted_payment", "P\u0142atno\u015b\u0107 zosta\u0142a usuni\u0119ta", _s16_203, "P\u0142atno\u015b\u0107 zosta\u0142a przywr\xf3cona", _s17_115, "Zarchiwizowano :count p\u0142atno\u015bci", _s16_204, "Usuni\u0119to :count p\u0142atno\u015bci", _s17_116, _s37_15, "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_14, "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", _s54_0, "activity_7", _s44_0, "activity_8", ":user zarchiwizowa\u0142 faktur\u0119 :invoice", "activity_9", ":user usun\u0105\u0142 faktur\u0119 :invoice", "activity_10", _s85_0, "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_5, "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_11, "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", ":user zaktualizowa\u0142 zg\u0142oszenie :ticket", "activity_49", ":user zamkn\u0105\u0142 zg\u0142oszenie :ticket", "activity_50", ":user po\u0142\u0105czy\u0142 zg\u0142oszenie :ticket", "activity_51", ":user rozdzieli\u0142 zg\u0142oszenie :ticket", "activity_52", ":contact otworzy\u0142 zg\u0142oszenie\xa0:ticket", "activity_53", ":contact otworzy\u0142 ponownie zg\u0142oszenie\xa0:ticket", "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_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", "Oferta zosta\u0142a wys\u0142ana", "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Wygas\u0142o", "all", "Wszystko", "select", "Wybierz", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Licznik numeru faktury", _s20_55, _s20_56, _s20_57, "Licznik numeru oferty", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Typ", "invoice_amount", "Kwota faktury", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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", "Podatek", "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_53, _s19_54, _s16_210, "Kategoria wydatku", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "pt_BR", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Definir Senha", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s29_53, "view_statement", "Ver Compras", "sepa", "D\xe9bito direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sistema", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", _s17_166, _s16_6, _s16_214, _s17_4, _s18_154, _s18_4, _s20_98, _s21_1, _s23_56, _s22_, _s25_66, _s25_, _s37_24, _s25_0, _s41_12, _s26_, _s40_7, _s25_1, _s28_74, _s25_2, _s38_1, _s26_0, _s41_13, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Guia do Usu\xe1rio", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_155, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_12, "Primeiro Nome do Contato", _s17_8, "\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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Assinatura", "subscriptions", "Assinaturas", _s16_24, "Nova Assinatura", _s17_14, "Ediar Assinatura", _s20_4, "Assinatura criada com sucesso", _s20_5, "Assinatura atualizada com sucesso", _s21_13, "Assinatura arquivada com sucesso", _s20_6, "Assinatura apagada com sucesso", _s20_7, "Assinatura removida com sucesso", _s21_14, "Assinatura restaurada com sucesso", _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", "Reenviar Convite", _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Devolvido", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, "Eccaneie o c\xf3digo de barras com um app compat\xedvel com :link", _s18_21, "Ativa\xe7\xe3o de Autentica\xe7\xe3o em 2 Fatores realizada com sucesso.", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "Autentica\xe7\xe3o em 2 Fatores", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s21_106, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_90, "to_update_run", "To update run", _s18_24, "Converter em Fatura", _s16_37, _s16_38, "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Faturar Despesa", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s19_91, _s16_43, "Quantia Convertida", _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "Documentos Padr\xe3o", "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Coluna", "sample", "Amostra", "map_to", "Map To", "import", "Importar", _s25_12, _s29_1, "select_file", "Selecione um arquivo", _s16_45, _s16_46, "csv_file", "Arquivo CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Ver licen\xe7as", "webhook_url", "Webhook URL", _s17_29, "Tela cheia", "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Proposta expirada", "partial_due", _s18_156, "invoice_total", "Total da Fatura", "quote_total", _s18_157, "credit_total", "Total do Cr\xe9dito", _s23_6, "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_13, _s48_0, "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_31, "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_47, "Editar Status da Tarefa", _s19_13, "Status da tarefa criado com sucesso", _s19_14, "Status da tarefa atualizado com sucesso", _s20_13, "Status da tarefa arquivado com sucesso", _s19_15, "Status da tarefa apagado com sucesso", _s19_16, "Status da tarefa removido com sucesso", _s20_14, "Status da tarefa restaurado com sucesso", _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, "Encontrado 1 Status da Tarefa", _s20_16, "Encontrado :count Status da Tarefa", _s16_49, _s25_67, _s21_23, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar faturas", _s20_17, "Registro das tarefas de fatura", _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s22_80, _s20_23, _s26_57, _s21_25, _s21_26, _s24_14, "Categoria de despesas criada com sucesso", _s24_15, "Categoria de despesas atualizada com sucesso", _s25_16, "Categoria de despesas arquivada com sucesso", _s24_16, "Categoria exclu\xedda com sucesso", _s24_17, _s37_2, _s25_17, "Categoria de despesas restaurada com sucesso", _s27_14, ":count categorias de despesas arquivadas com sucesso", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Mostrar op\xe7\xe3o", _s22_9, _s50_4, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_158, _s17_33, "Voc\xea est\xe1 executando a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_28, _s18_33, "Dever\xe1 ser Faturada", _s23_8, _s33_18, _s29_2, _s29_54, _s21_29, _s25_68, _s16_51, _s26_58, _s18_34, "Clonar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "Campo do usu\xe1rio", "variables", "Vari\xe1vel", "show_password", "Mostrar senha", "hide_password", "Esconder senha", "copy_error", "Copiar Erro", "capture_card", _s17_167, _s17_34, "Cobran\xe7a autom\xe1tica habilitada", "total_taxes", "Impostos totais", "line_taxes", "Line Taxes", "total_fields", "Campo Total", _s25_20, _s42_17, _s25_21, _s38_24, _s25_22, _s38_25, "gateway_refund", "Gateway Refund", _s19_17, "Processe o reembolso com o portal de pagamento", "due_date_days", _s18_159, "paused", "Pausado", "mark_active", "Marcar como Ativo", "day_count", "Dia: contagem", _s22_10, _s19_92, _s21_30, _s17_168, _s17_36, _s17_37, "endless", "Intermin\xe1vel", "next_send_date", _s21_107, _s16_53, _s16_277, _s17_38, "Fatura Recorrente", _s18_36, "Faturas Recorrentes", _s21_32, "Nova Fatura Recorrente", _s22_12, _s24_63, _s25_23, _s36_29, _s25_24, _s40_8, _s26_8, "Fatura Recorrente arquivada com sucesso", _s25_25, "Fatura recorrente exclu\xedda com sucesso", _s25_26, _s38_26, _s26_9, "Fatura Recorrente restaurada com sucesso", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s30_43, _s25_27, _s37_25, "send_date", "Data de envio", "auto_bill_on", _s30_44, _s28_6, _s32_19, "profit", "Lucro", "line_item", "Item de linha", _s18_38, _s29_55, _s23_9, _s35_4, _s19_18, _s24_64, _s24_19, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_1, "Falha de reconcilia\xe7\xe3o", _s30_2, "Sucesso de Reconcilia\xe7\xe3o", "gateway_success", _s17_169, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_40, _s26_59, "failure", "Falha", "quota_exceeded", "Cota excedida", _s16_55, "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_20, _s26_60, "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_160, "reminder2_sent", _s18_161, "reminder3_sent", _s18_162, _s18_40, _s23_57, "pdf_page_info", _s23_58, _s16_57, "Faturas enviadas por email com sucesso", "emailed_quotes", "Or\xe7amentos enviados por email com sucesso", "emailed_credits", _s40_9, "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_170, "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione o R\xf3tulo", "custom_labels", _s24_65, "record_type", _s16_278, "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_171, "last_login_at", "\xdaltimo login em", "company_key", _s16_279, "storefront", "Vitrine", "storefront_help", "Habilite aplicativos de terceiros para criar faturas", "client_created", "Cliente Criado", _s20_26, "Email de pagamento online", _s20_28, _s25_69, "completed", "Completado", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_66, _s17_42, _s20_99, _s17_44, _s23_59, "selected_quotes", "Cota\xe7\xf5es Selecionadas", "selected_tasks", _s20_100, _s17_46, _s21_108, _s17_48, "Pr\xf3ximas Faturas", _s17_50, "Faturas Vencidas", "recent_payments", _s19_93, "upcoming_quotes", _s19_94, "expired_quotes", _s20_101, "create_client", "Criar Cliente", "create_invoice", "Criar Fatura", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_280, "update_quote", "Atualizar Cota\xe7\xe3o", "delete_quote", "Excluir Or\xe7amento", "update_invoice", "Atualizar Fatura", "delete_invoice", "Excluir Fatura", "update_client", _s17_172, "delete_client", "Excluir Cliente", "delete_payment", "Excluir Pagamento", "update_vendor", "Atualizar Fornecedor", "delete_vendor", "Excluir Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_173, "delete_expense", "Excluir Despesa", "create_task", "Criar Tarefa", "update_task", _s16_281, "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_109, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie o aplicativo assim que estiver conectado \xe0 internet", _s17_52, "Os crons precisam ser habilitados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_61, "search_webhook", _s19_95, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_62, "updated_webhook", _s30_45, _s16_59, _s29_56, "deleted_webhook", "Webhook Exclu\xedda com Sucesso", "removed_webhook", _s28_75, _s16_60, _s30_46, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "Tokens de API", "api_docs", "API Docs", "search_tokens", _s24_67, "search_token", _s17_174, "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_63, "restored_token", _s28_76, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, "Registro de cliente", _s24_22, "Permitir que os clientes se auto-registrem no portal", _s21_34, _s25_70, "email_invoice", "Enviar Fatura por Email", "email_quote", "Enviar Or\xe7amento por Email", "email_credit", "Cr\xe9dito de Email", "email_payment", _s19_96, _s20_31, "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_63, _s16_282, "contact_name", "Nome do Contato", "use_default", "Use o padr\xe3o", _s16_65, _s17_175, "number_of_days", "N\xfamero de dias", _s23_11, _s36_30, "payment_term", _s21_110, _s16_66, _s26_64, _s17_56, "Editar Condi\xe7\xe3o de Pagamento", _s20_32, "Condi\xe7\xf5es de pagamento criadas com sucesso", _s20_33, "Condi\xe7\xf5es de pagamento atualizadas com sucesso", _s21_35, "Condi\xe7\xf5es de pagamento arquivadas com sucesso", _s20_34, "Condi\xe7\xe3o de pagamento exclu\xeddas com sucesso", _s20_35, _s42_18, _s21_36, _s44_1, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s16_283, "change", "Mudar", _s23_13, _s26_65, _s24_23, "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_42, _s24_68, _s16_68, _s20_102, "search_designs", "Pesquisar Designs", "search_invoices", "Pesquisar Faturas", "search_clients", _s18_163, "search_products", _s18_164, "search_quotes", "Pesquisar Cota\xe7\xf5es", "search_credits", _s18_165, "search_vendors", "Pesquisar Fornecedores", "search_users", "Pesquisar Usu\xe1rios", _s16_69, _s27_70, "search_tasks", _s17_176, "search_settings", _s23_60, "search_projects", _s18_166, "search_expenses", _s18_167, "search_payments", _s20_103, "search_groups", _s16_284, "search_company", _s17_177, "search_document", _s21_111, "search_design", _s18_168, "search_invoice", "Pesquisar 1 Fatura", "search_client", _s19_97, "search_product", _s19_98, "search_quote", _s19_99, "search_credit", _s19_100, "search_vendor", "Pesquisar 1 Fornecedor", "search_user", _s19_101, "search_tax_rate", _s27_71, "search_task", _s18_169, "search_project", _s19_102, "search_expense", _s19_103, "search_payment", _s21_112, "search_group", _s17_178, "refund_payment", _s20_104, _s17_60, "Fatura Cancelada com Sucesso", _s18_44, "Faturas Canceladas com Sucesso", _s16_75, "Fatura Revertida com Sucesso", _s17_61, "Faturas Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_62, "Cidade/Estado/CEP", _s17_64, "CEP/Cidade/Estado", "custom1", _s22_81, "custom2", _s21_113, "custom3", _s22_82, "custom4", _s20_105, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_76, _s35_28, _s18_45, "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_104, "company_address", "Endere\xe7o da companhia", "invoice_details", "Detalhes da Fatura", "quote_details", "Detalhes da cota\xe7\xe3o", "credit_details", _s19_105, "product_columns", _s18_170, "task_columns", _s18_171, "add_field", "Adicionar campo", "all_events", _s16_285, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_29, "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_29, _s29_57, _s16_77, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Excluir Conta", _s22_19, "Aviso: Isso excluir\xe1 permanentemente sua conta, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "delete_company", "Excluir Empresa", _s22_20, "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_179, "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_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Propostas", "tickets", "Tickets", _s16_81, _s22_83, "recurring_tasks", _s19_106, _s18_46, "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_77, "restored_credit", "Cr\xe9dito restaurado com sucesso", _s16_83, ":count cr\xe9ditos arquivados com sucesso", "deleted_credits", ":count cr\xe9ditos exclu\xeddos com sucesso", _s16_84, _s36_5, "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_16, "Uma nova vers\xe3o do aplicativo da web est\xe1 dispon\xedvel", _s16_85, _s22_84, "app_updated", _s34_25, "learn_more", "Saiba mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de rastreamento", _s17_66, _s20_106, "credit_footer", _s17_180, "credit_terms", _s17_181, "new_company", "Nova Empresa", "added_company", _s30_47, "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_71, "surcharge2", _s25_72, "surcharge3", _s25_73, "surcharge4", _s25_74, "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_52, "\xdaltimo Login do Contato", _s17_68, "Nome Completo do Contato", "contact_phone", "Telefone de Contato", _s21_38, "Valor personalizado do contato 1", _s21_39, "Valor personalizado do contato 2", _s21_40, "Valor personalizado do contato 3", _s21_41, "Valor personalizado do contato 4", _s17_70, "Rua de envio", _s17_71, "Complemento de envio", "shipping_city", "Cidade de envio", "shipping_state", "Estado/Prov\xedncia de envio", _s20_36, "CEP de envio", _s16_115, "Pa\xeds de envio", _s16_117, "Rua de cobran\xe7a", _s16_118, "Complemento de cobran\xe7a", "billing_city", "Cidade de cobran\xe7a", "billing_state", "Estado/Prov\xedncia de cobran\xe7a", _s19_23, "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_286, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Envelhecimento", "profit_and_loss", "Lucro e Preju\xedzo", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_182, "unpaid_invoice", "Fatura n\xe3o Paga", "paid_invoice", "Fatura Paga", _s16_119, _s22_85, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_183, "filtered_by", "Filtrado por", "contact_email", "Email de Contato", "multiselect", _s16_287, "entity_state", "Estado", "verify_password", "Verificar Senha", "applied", "Aplicado", _s21_42, "Inclui erros recentes dos logs", _s30_5, _s58_2, "message", "Mensagem", "from", "De", _s20_38, _s27_72, _s25_31, "Inclua a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_40, _s48_4, _s18_55, "Ajustar Porcentagem da Multa", _s23_15, "Ajustar o percentual de taxa a contabilizar", _s18_57, _s20_107, "support_forum", _s16_288, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contate-nos", "subtotal", "Subtotal", "line_total", "Total da Linha", "item", "Item", "credit_email", _s17_184, "iframe_url", "Website", "domain_url", "URL do Dom\xednio", _s21_43, "A senha \xe9 muito curta", _s20_41, "A senha deve conter um caractere mai\xfasculo e um n\xfamero", _s19_25, _s28_78, _s23_16, _s27_73, _s20_42, "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_172, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_114, "history_sidebar", _s26_66, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_81, "second_custom", _s21_113, "third_custom", _s22_82, "show_cost", "Mostrar Custo", _s17_73, _s17_74, "show_cost_help", "Exibir um campo de custo do produto para rastrear a marca\xe7\xe3o/lucro", _s21_44, _s29_58, _s26_18, _s72_0, _s21_46, _s28_79, _s26_19, _s77_0, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s17_185, _s21_50, _s60_0, "one_tax_rate", _s19_107, "two_tax_rates", _s22_86, "three_tax_rates", _s22_87, _s16_123, "Taxa de imposto padr\xe3o", "user", "Usu\xe1rio", "invoice_tax", _s17_186, "line_item_tax", _s24_69, "inclusive_taxes", _s17_187, _s17_75, _s27_74, "item_tax_rates", _s25_75, _s18_59, "Selecione um cliente", "configure_rates", _s18_173, _s18_60, "Configurar m\xe9todos de pagamento", "tax_settings", "Configura\xe7\xf5es de Impostos", _s18_62, "Tarifas de Impostos", "accent_color", "Cor de destaque", "switch", "Mudar", _s19_27, _s27_75, "options", "Op\xe7\xf5es", _s16_125, _s20_108, "multi_line_text", _s16_289, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_28, "Foi enviado um e-mail de recupera\xe7\xe3o de senha", "submit", "Enviar", _s16_127, "Recupere sua senha", "late_fees", "Taxas atrasadas", "credit_number", "N\xfamero do Cr\xe9dito", "payment_number", "Pagamento N\xfamero", "late_fee_amount", _s16_290, _s16_128, "Percentual de Multa", "schedule", "Agendamento", "before_due_date", "At\xe9 a data de vencimento", "after_due_date", _s28_80, _s18_64, "At\xe9 a data da fatura", "days", "Dias", "invoice_email", "Email de Fatura", "payment_email", "Email de Pagamento", "partial_payment", _s17_188, "payment_partial", "Partial Payment", _s21_51, "Email de pagamento parcial", "quote_email", "Email de Or\xe7amento", _s16_130, _s17_175, _s16_132, "Filtrado por Usu\xe1rio", "administrator", "Administrador", _s18_65, "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_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, _s20_107, "invoice_options", "Op\xe7\xf5es da Fatura", _s17_77, "Ocultar Pago at\xe9 Hoje", _s22_27, 'Apenas mostrar "Pago at\xe9 a Data" em suas faturas uma vez que o pagamento for recebido.', _s23_18, "Embutir Documentos", _s28_19, "Incluir imagens anexas na fatura.", _s16_136, "Exibir Cabe\xe7alho em", _s16_137, "Exibir Rodap\xe9 em", "first_page", "Primeira p\xe1gina", "all_pages", "Todas as p\xe1ginas", "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_291, "primary_color", "Cor Prim\xe1ria", "secondary_color", "Cor Secundaria", "page_size", _s17_189, "font_size", "Tamanho da Fonte", "quote_design", _s19_108, "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_88, "quote_footer", _s19_109, _s18_66, _s16_292, _s23_19, _s74_, _s20_45, _s24_70, _s25_37, _s52_3, _s18_67, _s24_70, _s23_20, _s61_5, _s18_68, "Auto Convers\xe3o", _s23_21, _s72_1, _s17_79, _s34_26, "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_81, "3 meses", _s16_138, "4 meses", "freq_six_months", "6 meses", "freq_annually", "Anualmente", "freq_two_years", "2 anos", _s16_139, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_82, "N\xfameros Gerados", "charge_taxes", "Cobrar impostos", "next_reset", "Pr\xf3ximo Reset", "reset_counter", _s18_174, _s16_140, _s22_89, "number_padding", _s23_61, "general", "Geral", "surcharge_field", _s18_175, "company_field", _s16_293, "company_value", _s16_294, "credit_field", _s16_295, "invoice_field", "Campo da Fatura", _s17_84, _s19_110, "client_field", _s16_296, "product_field", _s16_297, "payment_field", _s18_176, "contact_field", "Campo do Contato", "vendor_field", _s19_111, "expense_field", _s16_298, "project_field", _s16_299, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_190, "prefix", "Prefixo", "number_pattern", _s19_112, "messages", "Mensagens", "custom_css", _s17_191, _s17_86, _s24_71, _s16_142, "Exibir em PDF", _s21_53, "Exibir a assinatura do cliente no PDF da fatura/or\xe7amento.", _s25_38, "Checkbox para Condi\xe7\xf5es de Fatura", _s30_6, "Exigir que o cliente confirme que aceita as condi\xe7\xf5es da fatura.", _s23_22, "Checkbox de Condi\xe7\xf5es do Or\xe7amento", _s28_20, "Exigir que cliente confirme que aceita as Condi\xe7\xf5es do Or\xe7amento", _s25_39, "Assinatura de Fatura", _s30_7, "Exigir que o cliente providencie sua assinatura", _s23_23, _s23_62, _s22_29, "Proteger Faturas com Senha", _s27_29, "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_24, "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_143, _s17_192, "attach_ubl", "Anexar UBL", "email_style", "Estilo do E-mail", _s19_29, "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_193, "bank_transfer", _s22_90, "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_30, "Logos de Cart\xf5es Aceitos", "credentials", "Credenciais", "update_address", "Atualizar Endere\xe7o", _s19_32, "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_145, "Taxa de imposto criada com sucesso", _s16_146, "Taxa de imposto atualizada com sucesso", _s17_89, "Taxa de imposto arquivada com sucesso", _s16_147, _s36_31, _s17_90, _s38_27, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Auto-preencher produtos", _s18_71, "Ao selecionar um produto sua descri\xe7\xe3o e pre\xe7o ser\xe3o automaticamente preenchidos", "update_products", _s35_29, _s20_47, "Atualizar uma fatura ir\xe1 automaticamenteatualizar a biblioteca de produtos", _s16_148, _s18_177, _s21_54, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Provedor", "company_gateway", "Gateway de Pagamento", _s16_150, "Gateways de Pagamento", _s19_33, "Novo Gateway", _s20_48, "Editar Gateway", _s23_24, "Gateway criado com sucesso", _s23_25, "Gateway atualizado com sucesso", _s24_25, "Gateway arquivado com sucesso", _s23_26, "Gateway exclu\xeddo com sucesso", _s24_26, "Gateway restaurado com sucesso", _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, "Continuar Editando", "discard_changes", _s18_178, "default_value", "Valor padr\xe3o", "disabled", "Desabilitado", "currency_format", _s16_300, _s21_55, "Primeiro dia da Semana", _s23_27, _s19_113, "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_109, "military_time", "Formato de Tempo 24h", _s18_72, _s19_114, "send_reminders", _s16_301, "timezone", "Fuso Hor\xe1rio", _s19_34, _s20_110, _s17_92, _s18_179, _s19_36, _s19_115, _s18_73, _s20_111, _s18_75, _s21_115, "group_settings", _s23_63, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_72, "updated_group", _s28_81, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_76, "deleted_group", _s26_67, "restored_group", _s28_82, "upload_logo", "Carregar Logo", "uploaded_logo", "Logo carregado com sucesso", "logo", "Logo", "saved_settings", "Configura\xe7\xf5es salvas com sucesso", _s16_154, "Configura\xe7\xf5es de Produtos", "device_settings", _s28_83, "defaults", "Padr\xf5es", "basic_settings", "Configura\xe7\xf5es B\xe1sicas", _s17_94, "Configura\xe7\xf5es Avan\xe7adas", "company_details", _s19_116, "user_details", "Detalhes do Usu\xe1rio", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_194, "tax_rates", "Taxas de Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", "Importar | Exportar", "custom_fields", _s21_116, "invoice_design", "Design da Fatura", "buy_now_buttons", "Bot\xf5es Compre J\xe1", "email_settings", "Configura\xe7\xf5es de Email", _s23_29, "Modelos e Lembretes", _s22_30, "Cart\xf5es de Cr\xe9dito & Bancos", _s19_38, _s21_117, "price", "Pre\xe7o", "email_sign_up", "Inscri\xe7\xe3o de Email", "google_sign_up", "Inscri\xe7\xe3o no Google", _s27_33, "Obrigado por sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_302, _s19_40, _s16_303, "pro_plan", "Plano Pro", "enterprise_plan", _s17_195, "count_users", ":count usu\xe1rios", "upgrade", "Upgrade", _s25_43, "Por favor digite o primeiro nome", _s24_28, "Por favor digite o sobrenome", _s33_16, _s86_0, "i_agree_to_the", "Aceito os", _s16_156, _s20_112, "privacy_policy", _s23_64, "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_77, "Nenhum registro selecionado", _s21_58, "Por favor, salve ou cancele suas altera\xe7\xf5es", "download", "Download", _s27_34, "Necessita um plano empresarial", "take_picture", "Tire uma Foto", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_304, _s17_96, _s29_59, _s16_158, _s32_20, _s17_97, _s31_30, _s16_159, _s29_60, _s17_98, _s32_21, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_160, "Autenticado", _s16_161, "Pendente", _s16_162, "Faturado", "converted", "Convertido", _s24_30, "Adicionar documentos \xe0 fatura", "exchange_rate", "Taxa de C\xe2mbio", _s16_163, "Converter moeda", "mark_paid", _s16_305, "category", "Categoria", "address", "Endere\xe7o", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_61, "updated_vendor", _s33_27, "archived_vendor", _s32_22, "deleted_vendor", "Fornecedor exclu\xeddo com sucesso", "restored_vendor", "Fornecedor restaurado com sucesso", _s16_164, _s42_19, "deleted_vendors", ":count fornecedores exclu\xeddos com sucesso", _s16_165, _s36_7, "new_expense", "Informar Despesa", "created_expense", _s26_68, "updated_expense", _s30_48, _s16_166, _s29_62, "deleted_expense", _s28_84, _s16_167, _s30_49, _s17_100, _s31_31, _s16_168, _s30_50, _s17_101, _s37_9, "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Cobran\xe7a", "design", "Design", _s21_59, "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_77, "stopped_task", "Tarefa interrompida com sucesso", "resumed_task", _s29_63, "now", "Agora", _s16_169, _s31_32, "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_14, _s19_42, "Por favor digite um nome", "budgeted_hours", "Horas Or\xe7adas", "created_project", _s26_69, "updated_project", _s30_51, _s16_171, _s29_64, "deleted_project", _s28_74, _s16_172, _s30_52, _s17_102, _s38_28, _s16_173, ":count projetos exclu\xeddos com sucesso", _s17_103, _s37_10, "new_project", "Novo Projeto", _s27_38, "Obrigado por usar nosso app!", "if_you_like_it", "Se voc\xea desejar por favor", "click_here", "clique aqui", _s18_81, "Clique aqui", "to_rate_it", "para dar uma nota.", "average", "M\xe9dio", "unapproved", "N\xe3o Aprovado", _s30_12, _s56_1, "locked", "Travado", "authenticate", "Autenticar", _s19_44, _s23_65, _s24_31, _s23_66, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Hospedado", "selfhost_login", _s20_113, "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_104, _s21_118, "previous_period", _s16_306, "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_174, "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_307, "edit_payment", _s16_308, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_196, "edit_project", "Editar Projeto", _s20_50, _s27_78, "billing_address", "Endere\xe7o de Cobran\xe7a", _s16_176, _s17_197, "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_178, "Refresh Completo", _s23_30, "Por favor digite seu email", _s26_29, "Por favor digite sua senha", _s21_62, "Por favor digite sua URL", _s26_31, "Por favor digite uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Salvar", _s17_106, "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", "CNPJ", "create", "Criar", _s19_46, _s43_5, "error", "Erro", _s16_180, _s24_73, "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_182, _s16_309, "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado com sucesso", "updated_product", "Produto atualizado com sucesso", _s16_184, "Produto arquivado com sucesso", "deleted_product", "Produto exclu\xeddo com sucesso", _s16_185, _s30_53, _s17_108, ":count produtos arquivados com sucesso", _s16_186, ":count produtos exclu\xeddos com sucesso", _s17_109, _s37_11, "product_key", "Produto", "notes", "Notas", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_70, "updated_client", _s30_54, "archived_client", _s29_65, _s16_187, _s38_29, "deleted_client", "Cliente exclu\xeddo com sucesso", "deleted_clients", ":count clientes exclu\xeddos com sucesso", "restored_client", "Cliente restaurado com sucesso", _s16_188, _s36_9, "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_189, "Fatura arquivada com sucesso", "deleted_invoice", "Fatura exclu\xedda com sucesso", _s16_190, "Fatura restaurada com sucesso", _s17_110, ":count faturas arquivadas com sucesso", _s16_191, ":count faturas exclu\xeddas com sucesso", _s17_111, _s37_12, "emailed_invoice", "Fatura enviada por email com sucesso", "emailed_payment", _s39_12, "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_117, "quote_date", _s17_198, "valid_until", "V\xe1lido At\xe9", "items", "Itens", "partial_deposit", _s16_310, "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_180, _s16_192, _s26_71, "status", "Status", _s17_112, "Status da Fatura", "quote_status", "Status do Or\xe7amento", _s22_31, _s31_33, _s22_33, _s29_66, "count_selected", _s19_118, "total", "Total", "percent", "Porcento", "edit", "Editar", "dismiss", "Dispensar", _s20_52, "Por favor digite uma data", _s22_34, _s30_55, _s24_33, "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_14, "Por favor digite um n\xfamero de fatura", _s27_42, _s39_13, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visualizado", "approved", "Aprovado", "partial", "Dep\xf3sito / Parcial", "paid", "Pago", "mark_sent", _s19_119, _s22_36, "Fatura marcada como enviada com sucesso", _s22_37, "Sucesso! A fatura foi marcada como enviada.", _s23_32, "Faturas marcadas como enviadas com sucesso", _s23_33, "Sucesso! As faturas foram marcadas como enviada.", "done", "Conclu\xeddo", _s37_13, "Por favor digite um cliente ou nome de contato", "dark_mode", "Modo Escuro", _s27_44, "Reinicie o app para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_194, "Nenhum registro encontrado", "clone", "Clonar", "loading", "Carregando", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", _s21_110, "payment_date", _s17_199, "payment_status", "Status do Pagamento", _s16_196, "Pendente", _s16_197, "Anulado", _s16_198, "Falhou", _s16_199, "Completado", _s16_200, _s24_68, _s16_201, "Reembolsado", _s17_113, "N\xe3o Aplicado", _s17_114, _s19_10, "net", "Vencimento", "client_portal", _s17_200, "show_tasks", "Exibir tarefas", "email_reminders", "Lembretes de Email", "enabled", "Habilitado", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", _s17_201, "second_reminder", _s16_311, "third_reminder", _s17_202, "reminder1", _s17_201, "reminder2", _s16_311, "reminder3", _s17_202, "template", "Modelo", "send", "Enviar", "subject", "Assunto", "body", "Corpo", "send_email", "Enviar Email", "email_receipt", "Enviar recibo de pagamento ao cliente por email", "auto_billing", _s19_120, "button", "Bot\xe3o", "preview", "Preview", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_171, _s21_64, _s23_67, "enter_payment", "Informar Pagamento", "new_payment", "Adicionar Pagamento", "created_payment", _s28_85, "updated_payment", _s32_23, _s16_202, _s31_34, "deleted_payment", "Pagamento exclu\xeddo com sucesso", _s16_203, "Pagamento restaurado com sucesso", _s17_115, _s40_10, _s16_204, ":count pagamentos exclu\xeddos com sucesso", _s17_116, _s37_15, "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", _s28_86, "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_11, "deleted_quotes", ":count or\xe7amentos exclu\xeddos com sucesso", "restored_quotes", _s35_14, "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedores", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_67, "activity_2", _s32_24, "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_32, "activity_12", _s35_30, "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_30, "activity_22", _s33_28, "activity_23", ":user excluiu o or\xe7amento :quote", "activity_24", _s34_27, "activity_25", ":user restaurou a fatura :invoice", "activity_26", _s33_29, "activity_27", _s36_33, "activity_28", ":user restaurou o cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para o cliente :client", "activity_30", _s32_25, "activity_31", _s35_31, "activity_32", ":user excluiu :vendor", "activity_33", _s36_34, "activity_34", _s30_56, "activity_35", _s33_30, "activity_36", ":user excluiu a despesa :expense", "activity_37", _s34_28, "activity_39", _s58_3, "activity_40", _s72_2, "activity_41", "Pagamento :payment_amount (:payment) falhou", "activity_42", _s26_72, "activity_43", _s30_57, "activity_44", _s29_68, "activity_45", ":user excluiu a tarefa :task", "activity_46", _s30_58, "activity_47", _s34_29, "activity_48", _s32_26, "activity_49", _s29_69, "activity_50", _s27_79, "activity_51", _s30_59, "activity_52", _s31_35, "activity_53", _s33_31, "activity_54", _s30_60, "activity_55", ":contact respondeu o ticket :ticket", "activity_56", _s33_32, "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_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "Senha One-Time (OTP)", "emailed_quote", "Or\xe7amento enviado por email com sucesso", "emailed_credit", _s27_80, _s20_54, _s42_20, _s21_66, _s40_12, "expired", "Expirado", "all", "Todos", "select", "Selecionar", _s22_38, _s33_33, "custom_value1", _s19_121, "custom_value2", _s19_121, "custom_value3", _s21_119, "custom_value4", _s21_120, _s18_82, _s30_61, _s24_38, _s32_27, _s29_31, "Mensagem Personalizada de Fatura Atrasada", _s27_49, "Mensagem Personalizada de Fatura Paga", _s31_13, _s48_5, "lock_invoices", "Bloquear Faturas", "translations", "Tradu\xe7\xf5es", _s19_47, _s29_70, _s19_49, _s28_87, _s22_40, _s30_62, _s22_42, _s29_71, _s21_67, "Padr\xe3o de Numera\xe7\xe3o de Vendedor", _s21_69, "Contador Num\xe9rico de Vendedores", _s21_71, _s29_72, _s21_73, _s28_88, _s22_44, _s32_28, _s22_46, _s31_36, _s22_48, _s29_73, _s22_50, "Contador Num\xe9rico de Faturas", _s20_55, _s32_29, _s20_57, "Contador Num\xe9rico de Or\xe7amentos", _s21_75, _s30_63, _s21_77, _s29_74, _s21_79, _s30_63, _s21_80, _s29_74, _s18_84, _s26_73, "counter_padding", _s18_181, _s28_55, _s43_6, _s18_86, _s20_114, _s18_88, _s24_74, _s18_90, _s20_115, _s18_92, _s24_75, _s18_94, _s20_116, _s18_96, _s24_76, _s21_81, _s27_81, _s19_51, _s30_64, _s21_83, _s30_65, _s29_33, _s38_31, "show_table", "Exibir Tabelas", "show_list", "Exibir Lista", "client_city", _s17_203, "client_state", "Estado do Cliente", "client_country", "Pa\xeds do Cliente", _s16_205, "Cliente Ativo", "client_balance", "Balan\xe7o do Cliente", "client_address1", _s19_122, "client_address2", "Complemento", "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s19_123, _s24_41, "Complemento", "type", "Tipo", "invoice_amount", "Valor da Fatura", _s16_209, _s18_180, "tax_rate1", _s17_204, "tax_rate2", _s17_205, "tax_rate3", _s17_206, "auto_bill", _s19_124, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_76, "custom_taxes2", _s25_77, "custom_taxes3", _s25_78, "custom_taxes4", _s25_79, _s17_119, _s25_71, _s17_120, _s25_72, _s17_121, _s25_73, _s17_122, _s25_74, "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", _s19_125, "tax_paid", "Impostos pagos", "payment_amount", "Quantia de Pagamento", "age", "Idade", "is_running", "Is Running", "time_log", "Log de Tempo", "bank_id", "Banco", _s19_53, _s19_54, _s16_210, "Categoria de Despesa", _s19_55, _s19_56, "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Tax Name 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "pt_PT", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Definir palavra-passe", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s29_53, "view_statement", "Visualizar declara\xe7\xe3o", "sepa", "D\xe9bito Direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sistema", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", _s17_166, _s16_6, _s16_214, _s17_4, _s18_154, _s18_4, _s20_98, _s21_1, _s23_56, _s22_, _s25_66, _s25_, _s37_24, _s25_0, _s41_12, _s26_, _s40_7, _s25_1, _s27_82, _s25_2, _s38_1, _s26_0, _s41_13, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Guia do Utilizador", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "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_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_155, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_12, "Primeiro Nome do Contacto", _s17_8, "\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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "C\xf3digo Promocional", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscri\xe7\xe3o", "subscriptions", "Subscri\xe7\xf5es", _s16_24, "Nova Subscri\xe7\xe3o", _s17_14, "Editar subscri\xe7\xe3o", _s20_4, "Subscri\xe7\xe3o criada com sucesso", _s20_5, "Subscri\xe7\xe3o atualizada com sucesso", _s21_13, "Subscri\xe7\xe3o arquivada com sucesso", _s20_6, "Subscri\xe7\xe3o Apagada com Sucesso", _s20_7, "Subscri\xe7\xe3o Removida com Sucesso", _s21_14, "Subscri\xe7\xe3o Restaurada com Sucesso", _s19_4, "Encontrada 1 Subscri\xe7\xe3o", _s20_8, "Encontradas :count Subscri\xe7\xf5es", _s26_3, "Subdom\xednio n\xe3o dispon\xedvel", "connect_gmail", "Associar Gmail", _s16_26, "Desassociar Gmail", "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, "N\xfamero de Identifica\xe7\xe3o do Cliente", "count_minutes", ":count Minutos", _s16_31, "Timeout da palavra-passe", _s29_, _s29_0, "use_last_email", "Usar \xfaltimo E-mail", _s16_33, "Ativar Empresa", _s21_16, "Ativar E-mail, notas de pagamento recorrentes e notifica\xe7\xf5es", _s27_7, "Ocorreu um erro, por favor tente novamente", _s27_8, "Por favor defina uma palavra-passe", _s34_1, "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_3, "Por favor escolha um pa\xeds", "resend_invite", "Reenviar convite", _s19_5, "Autentica\xe7\xe3o de dois fatores (2FA) desativada com sucesso", _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Entregue", "bounced", "Devolvido", "spam", "Spam", "view_docs", "Ver Documentos", _s32_0, "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_17, "Ler o c\xf3digo de barras com uma :link aplica\xe7\xe3o compat\xedvel.", _s18_21, "Autentica\xe7\xe3o de Dois Fatores ativada com sucesso", "connect_google", "Associar Google", _s17_16, "Desassociar Google", _s17_18, "Autentica\xe7\xe3o de Dois Fatores", _s18_22, "Desativar Dois Fatores", _s34_2, "Exigir Palavra-passe para In\xedcio de Sess\xe3o Social", "stay_logged_in", "Continuar com sess\xe3o iniciada", _s23_5, "Aviso: A sua sess\xe3o est\xe1 prestes a expirar", "count_hours", ":count Horas", "count_day", "1 Dia", "count_days", ":count Dias", _s19_7, _s19_8, _s17_19, "Defini\xe7\xf5es de Seguran\xe7a", "resend_email", "Reenviar E-mail", _s26_5, "Por favor confirme o seu endere\xe7o de E-mail", _s16_36, _s21_106, _s19_9, _s25_80, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Mostrar A\xe7\xf5es", _s17_21, "Iniciar Multisele\xe7\xe3o", _s27_10, "Um E-mail foi enviado para confirmar este endere\xe7o de correio eletr\xf3nico", _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_90, "to_update_run", "Para atualizar corra", _s18_24, "Converter em Nota de Pagamento", _s16_37, "URL de Registo", "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Nota de Pagamento da Despesa", _s19_12, "Encontrado 1 Termo de Pagamento", _s20_9, "Encontrados :count Termos de Pagamento", _s16_39, "Guardar e Prever", "save_and_email", "Guardar e Enviar por E-mail", _s16_41, _s19_91, _s16_43, "Valor convertido", _s17_23, "Saldo Convertido", _s22_3, _s22_4, _s24_4, "Saldo de Cr\xe9dito Convertido", "converted_total", "Total Convertido", "is_sent", "Foi Enviado", _s17_25, "Documentos Pr\xe9-Definidos", "document_upload", "Upload de Documento", _s20_10, "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_20, "O Modo de depura\xe7\xe3o est\xe1 ativado", _s26_6, "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_27, "Pr\xf3ximas Despesas", "update_app", "Atualizar Aplica\xe7\xe3o", "started_import", "Importa\xe7\xe3o iniciou com sucesso", _s24_6, "Duplicar mapeamento de colunas", _s20_11, "Usa Taxas Inclusivas", _s18_26, _s18_27, "column", "Coluna", "sample", "Exemplo", "map_to", "Map To", "import", "Importar", _s25_12, "Usar primeira linha como nome das colunas", "select_file", "Por favor selecione um arquivo", _s16_45, "Nenhum Ficheiro Selecionado", "csv_file", "Ficheiro CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidade", _s22_5, "Por favor forne\xe7a todos os CSVs", "import_type", "Tipo de Importa\xe7\xe3o", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Ver Licen\xe7as", "webhook_url", "Webhook URL", _s17_29, "Editor em ecr\xe3 inteiro", "sidebar_editor", "Editor da Barra Lateral", _s22_6, _s31_15, "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_9, "Notas de Pagamento Enviadas est\xe3o bloqueadas", _s24_11, "Faturas Pagas est\xe3o bloqueadas", "source_code", "C\xf3digo-fonte", "app_platforms", "Plataformas da Aplica\xe7\xe3o", "invoice_late", _s26_74, "quote_expired", _s18_182, "partial_due", _s18_156, "invoice_total", _s21_121, "quote_total", _s18_157, "credit_total", "Total em cr\xe9dito", _s23_6, _s21_121, "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_13, "Aviso: esta empresa ainda n\xe3o foi ativada", "late_invoice", _s26_74, "expired_quote", _s18_182, "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_31, "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_47, "Editar Estado da Tarefa", _s19_13, "Estado da tarefa criado com sucesso", _s19_14, "Estado da tarefa atualizado com sucesso", _s20_13, "Estado da tarefa arquivado com sucesso", _s19_15, "Estado da tarefa apagado com sucesso", _s19_16, "Estado da tarefa removido com sucesso", _s20_14, "Estado da tarefa restaurado com sucesso", _s22_7, "Estado das tarefas arquivados com sucesso", _s21_22, "Estado das tarefas apagados com sucesso", _s22_8, "Estado das tarefas restaurados com sucesso", _s18_28, "Encontrado 1 Estado da Tarefa", _s20_16, "Encontados :count Estados da Tarefa", _s16_49, _s25_67, _s21_23, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar notas de pagamento", _s20_17, "Registo das tarefas da Nota de Pagamento", _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, "Adicionar detalhes da data na linha dos items da Nota de Pagamento", _s21_24, "Come\xe7ar tarefas antes de guardar", _s18_29, _s18_183, "task_settings", "Defini\xe7\xf5es de tarefa", _s20_21, "Configurar Categorias", _s18_31, _s22_80, _s20_23, _s26_57, _s21_25, "Editar Categoria de Despesas", _s24_14, "Categoria de despesa criada com sucesso", _s24_15, "Categoria de despesa atualizada com sucesso", _s25_16, "Categoria de despesa arquivada com sucesso", _s24_16, "Categoria apagada com sucesso", _s24_17, "Categoria de despesa removida com sucesso", _s25_17, "Categoria de despesa restaurada com sucesso", _s27_14, ":count categorias de despesa arquivadas com sucesso", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, "Encontrada 1 Categoria de Despesa", _s25_19, "Encontrada :count Categorias de Despesa", _s21_27, "Usar Cr\xe9ditos Dispon\xedveis", "show_option", "Mostrar Op\xe7\xe3o", _s22_9, _s50_4, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_158, _s17_33, "Est\xe1 a usar a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_28, _s18_33, "Deve ser faturada", _s23_8, _s33_18, _s29_2, _s29_54, _s21_29, _s25_68, _s16_51, _s26_58, _s18_34, "Duplicar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "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_167, _s17_34, "Cobran\xe7a autom\xe1tica ativada", "total_taxes", "Impostos totais", "line_taxes", "Item", "total_fields", "Campo Total", _s25_20, _s42_17, _s25_21, _s38_24, _s25_22, _s38_25, "gateway_refund", "Reembolso do Terminal", _s19_17, "Processe o reembolso com o terminal de pagamento", "due_date_days", _s18_180, "paused", "Pausado", "mark_active", "Ativar", "day_count", "Dia :count", _s22_10, _s19_92, _s21_30, _s17_168, _s17_36, _s26_64, "endless", "Intermin\xe1vel", "next_send_date", _s21_107, _s16_53, _s16_277, _s17_38, "Nota de Pagamento Recorrente", _s18_36, "Nota de Pagamento Recorrentes", _s21_32, "Nova Nota de Pagamento Recorrente", _s22_12, _s24_63, _s25_23, _s36_29, _s25_24, _s40_8, _s26_8, "Nota de Pagamento Recorrente arquivada", _s25_25, "Nota de Pagamento Recorrente removida", _s25_26, _s38_26, _s26_9, "Nota de Pagamento Recorrente restaurada", _s27_16, ":value Notas de pagamento recorrentes arquivadas com sucesso", _s26_10, ":value Notas de pagamento recorrentes apagadas com sucesso", _s27_17, ":value Notas de pagamento recorrentes restauradas com sucesso", _s24_18, _s30_43, _s25_27, _s37_25, "send_date", "Data de envio", "auto_bill_on", _s30_44, _s28_6, _s32_19, "profit", "Lucro", "line_item", "Item", _s18_38, _s29_55, _s23_9, "Suportar pagamentos com quantias superiores \xe0 pedida para aceitar gorjetas", _s19_18, _s24_64, _s24_19, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_1, "Falha na reconcilia\xe7\xe3o", _s30_2, "Sucesso na Reconcilia\xe7\xe3o", "gateway_success", _s17_169, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_40, _s26_59, "failure", "Falha", "quota_exceeded", "Quota ultrapassada", _s16_55, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "View Portal", "copy_link", "Copiar Link", "token_billing", "Guardar detalhes do cart\xe3o", _s24_20, _s26_60, "always", "Sempre", "optin", "Autorizar", "optout", "Desautorizar", "label", "Etiqueta", "client_number", "N\xba Cliente", "auto_convert", "Converter Automaticamente", "company_name", "Nome da Empresa", "reminder1_sent", _s18_160, "reminder2_sent", _s18_161, "reminder3_sent", _s18_162, _s18_40, _s23_57, "pdf_page_info", _s23_58, _s16_57, "Notas de pag. enviadas com sucesso", "emailed_quotes", "Or\xe7amentos enviados com sucesso", "emailed_credits", _s40_9, "gateway", "Gateway", "view_in_stripe", "Ver em Formato Lista", "rows_per_page", "Colunas por P\xe1gina", "hours", "Horas", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Sobretaxa", "apply_payment", _s17_170, "apply_credit", "Aplicar Nota de Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione a Etiqueta", "custom_labels", _s24_65, "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", "Tipo de pagamento", "last_login_at", "\xdaltimo In\xedcio de Sess\xe3o em", "company_key", _s16_279, "storefront", "Vitrine", "storefront_help", "Permitir aplica\xe7\xf5es de terceiros para criar notas de pagamento", "client_created", "Cliente Criado", _s20_26, "E-mail de pagamento online", _s20_28, _s25_69, "completed", "Completo", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_66, _s17_42, _s20_99, _s17_44, _s23_59, "selected_quotes", "Or\xe7amentos Selecionados", "selected_tasks", _s20_100, _s17_46, _s21_108, _s17_48, "Pr\xf3ximas Nota de Pagamento", _s17_50, "Notas de Pagamento Vencidas", "recent_payments", _s19_93, "upcoming_quotes", _s19_94, "expired_quotes", _s20_101, "create_client", "Criar Cliente", "create_invoice", "Criar Nota de Pagamento", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_280, "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_172, "delete_client", "Apagar Cliente", "delete_payment", "Apagar Pagamento", "update_vendor", "Atualizar Fornecedores", "delete_vendor", "Apagar Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_173, "delete_expense", "Apagar Despesa", "create_task", "Criar Tarefa", "update_task", _s16_281, "delete_task", "Apagar Tarefa", "approve_quote", "Aprovar Or\xe7amento", "off", "Off", "when_paid", "Quando Pago", "expires_on", "Expira em", "free", "Gr\xe1tis", "plan", "Plano", "show_sidebar", _s21_122, "hide_sidebar", _s21_109, "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_52, "Os crons precisam de ser ativados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_61, "search_webhook", _s19_95, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_62, "updated_webhook", _s30_45, _s16_59, _s29_56, "deleted_webhook", "Webhook Apagada com Sucesso", "removed_webhook", _s28_75, _s16_60, _s30_46, _s17_53, ":value Webhooks arquivadas com sucesso", _s16_61, ":value Webhooks apagadas com sucesso", _s16_62, ":value Webhooks removidas com sucesso", _s17_54, ":value Webhooks restauradas com sucesso", "api_tokens", "API Tokens", "api_docs", "Documenta\xe7\xe3o API", "search_tokens", _s24_67, "search_token", _s17_174, "token", "Token", "tokens", "Tokens", "new_token", "Novo Token", "edit_token", "Editar Token", "created_token", "Token criado", "updated_token", "Token atualizado", "archived_token", "Token arquivado", "deleted_token", "Token apagado", "removed_token", _s26_63, "restored_token", _s28_76, "archived_tokens", ":value Tokens arquivadas com sucesso", "deleted_tokens", ":value Tokens apagadas com sucesso", "restored_tokens", ":value Tokens restauradas com sucesso", _s19_20, "Registo de cliente", _s24_22, "Permitir que os clientes se auto-registem no portal", _s21_34, _s25_70, "email_invoice", "Enviar Nota de Pagamento.", "email_quote", "Enviar Or\xe7amento", "email_credit", "Cr\xe9dito de E-mail", "email_payment", _s19_96, _s20_31, "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_63, _s16_282, "contact_name", "Nome do Contacto", "use_default", "Use o padr\xe3o", _s16_65, _s17_175, "number_of_days", "N\xfamero de dias", _s23_11, _s36_30, "payment_term", _s21_110, _s16_66, _s26_64, _s17_56, "Editar Termo de Pagamento", _s20_32, "Criado termo de pagamento com sucesso", _s20_33, "Atualizado termo de pagamento com sucesso", _s21_35, "Arquivado termo de pagamento com sucesso", _s20_34, "Condi\xe7\xe3o de pagamento apagadas com sucesso", _s20_35, _s42_18, _s21_36, _s44_1, _s22_17, ":value Termos de Pagamento arquivados com sucesso", _s21_37, ":value Termos de Pagamento apagados com sucesso", _s22_18, ":value Termos de Pagamento restaurados com sucesso", "email_sign_in", _s16_283, "change", "Mudar", _s23_13, _s26_65, _s24_23, "Mudar para o layout de computador?", "send_from_gmail", "Enviar do Gmail", "reversed", "Invertido", "cancelled", "Cancelado", "credit_amount", "Valor do Nota de Cr\xe9dito", "quote_amount", "Valor do Or\xe7amento", "hosted", "Hospedado", "selfhosted", "Auto-hospedado", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Ocultar Menu", "show_menu", "Mostrar Menu", _s18_42, _s24_68, _s16_68, _s20_102, "search_designs", "Pesquisar Modelos", "search_invoices", "Pesquisar Notas de Pagamento", "search_clients", _s18_163, "search_products", _s18_164, "search_quotes", "Pesquisar Or\xe7amentos", "search_credits", _s18_165, "search_vendors", "Procurar Fornecedores", "search_users", "Pesquisar Utilizadores", _s16_69, _s27_70, "search_tasks", _s17_176, "search_settings", _s23_60, "search_projects", _s18_166, "search_expenses", _s18_167, "search_payments", _s20_103, "search_groups", _s16_284, "search_company", _s17_177, "search_document", _s21_111, "search_design", _s18_168, "search_invoice", "Pesquisar 1 Nota de Pagamento", "search_client", _s19_97, "search_product", _s19_98, "search_quote", _s19_99, "search_credit", _s19_100, "search_vendor", "Procurar 1 Fornecedor", "search_user", _s19_101, "search_tax_rate", _s27_71, "search_task", _s18_169, "search_project", _s19_102, "search_expense", _s19_103, "search_payment", _s21_112, "search_group", _s17_178, "refund_payment", _s20_104, _s17_60, "Nota de Pagamento Cancelada com Sucesso", _s18_44, "Notas de Pagamento Canceladas com Sucesso", _s16_75, "Nota de Pagamento Revertida com Sucesso", _s17_61, "Notas de Pagamento Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome completo", _s17_62, "Cidade/Distrito/C. Postal", _s17_64, "C\xf3digo-Postal/Cidade/Distrito", "custom1", _s22_81, "custom2", _s21_113, "custom3", _s22_82, "custom4", _s20_105, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Purgar dados", _s16_76, _s35_28, _s18_45, "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_104, "company_address", "Endere\xe7o da Empresa", "invoice_details", "Detalhes da nota de pag.", "quote_details", "Detalhes do or\xe7amento", "credit_details", _s19_105, "product_columns", _s18_170, "task_columns", _s18_171, "add_field", "Adicionar campo", "all_events", _s16_285, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_29, "payment_failure", "Falha no Pagamento", "invoice_sent", ":count nota de pag. enviada", "quote_sent", _s17_207, "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_29, _s29_57, _s16_77, "Comprar licen\xe7a", "apply_license", "Aplicar Lince\xe7a", "cancel_account", "Cancelar Conta", _s22_19, "Aviso: Ir\xe1 apagar permanentemente a sua conta.", "delete_company", "Apagar Empresa", _s22_20, "Aviso: Esta a\xe7\xe3o ir\xe1 apagar permanentemente sua empresa, n\xe3o h\xe1 como desfaz\xea-la.", "enabled_modules", "Ativar M\xf3dulos", "converted_quote", _s28_86, "credit_design", _s17_179, "includes", "Inclui", "header", "Cabe\xe7alho", "load_design", "Carregar Design", "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_79, ":value Modelos arquivados com sucesso", "deleted_designs", ":value Modelos apagados com sucesso", _s16_80, ":value Modelos restaurados com sucesso", "proposals", "Propostas", "tickets", "Tickets", _s16_81, _s22_83, "recurring_tasks", _s19_106, _s18_46, "Gerir Conta", "credit_date", "Data do 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 atualizado com sucesso", "archived_credit", "Nota de Cr\xe9dito arquivada com sucesso", "deleted_credit", "Nota de Cr\xe9dito apagada com sucesso", "removed_credit", _s28_77, "restored_credit", "Nota de Cr\xe9dito restaurado", _s16_83, ":count notas de cr\xe9dito arquivadas com sucesso", "deleted_credits", ":count notas de cr\xe9dito apagadas com sucesso", _s16_84, ":value Cr\xe9ditos restaurados com sucesso", "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_16, "Uma nova vers\xe3o da aplica\xe7\xe3o web est\xe1 dispon\xedvel", _s16_85, _s22_84, "app_updated", _s34_25, "learn_more", "Saber mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de acompanhamento", _s17_66, _s20_106, "credit_footer", _s17_180, "credit_terms", _s17_181, "new_company", "Nova Empresa", "added_company", _s30_47, "company1", _s23_68, "company2", _s23_69, "company3", _s23_70, "company4", _s23_71, "product1", "Produto Personalizado 1", "product2", "Produto Personalizado 2", "product3", "Produto Personalizado 3", "product4", "Produto Personalizado 4", "client1", _s23_72, "client2", _s23_73, "client3", _s23_74, "client4", _s23_75, "contact1", _s24_77, "contact2", _s24_78, "contact3", _s24_79, "contact4", _s24_80, "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_71, "surcharge2", _s25_72, "surcharge3", _s25_73, "surcharge4", _s25_74, "group1", _s21_123, "group2", _s21_124, "group3", _s21_125, "group4", _s21_126, "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", "Balan\xe7o do Nota de Cr\xe9dito", _s18_52, "\xdaltimo Login do Contacto", _s17_68, "Nome Completo do Contacto", "contact_phone", "Contato telef\xf3nico", _s21_38, "Valor personalizado do contacto 1", _s21_39, "Valor personalizado do contacto 2", _s21_40, "Valor personalizado do contacto 3", _s21_41, "Valor personalizado do contacto 4", _s17_70, _s16_312, _s17_71, "Andar / Fra\xe7\xe3o de Envio", "shipping_city", "Cidade de Envio", "shipping_state", "Distrito / Regi\xe3o de Envio", _s20_36, "C\xf3digo postal de Envio", _s16_115, "Pa\xeds de Envio", _s16_117, _s16_312, _s16_118, "Andar / Fra\xe7\xe3o de Fatura\xe7\xe3o", "billing_city", "Cidade de Fatura\xe7\xe3o", "billing_state", "Distrito / Regi\xe3o de Fatura\xe7\xe3o", _s19_23, "C\xf3digo postal de Fatura\xe7\xe3o", "billing_country", "Pa\xeds de Fatura\xe7\xe3o", "client_id", "Client Id", "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_286, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Vencidas", "profit_and_loss", "Lucro e preju\xedzo", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_182, "unpaid_invoice", "Nota de Pagamento n\xe3o Paga", "paid_invoice", "Nota de Pagamento Paga", _s16_119, _s22_85, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_183, "filtered_by", "Filtrado por", "contact_email", "Email", "multiselect", _s16_287, "entity_state", "Estado", "verify_password", "Verificar Palavra-passe", "applied", "Aplicado", _s21_42, "Incluir erros recentes dos registos", _s30_5, _s58_2, "message", "Mensagem", "from", "De", _s20_38, _s27_72, _s25_31, "Incluir a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_40, _s48_4, _s18_55, "Ajustar Percentagem da Multa", _s23_15, "Ajustar a percentagem da taxa a contabilizar", _s18_57, _s20_107, "support_forum", _s16_288, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contacte-nos", "subtotal", "Subtotal", "line_total", "Total", "item", "Item", "credit_email", _s17_184, "iframe_url", "Website", "domain_url", "URL do Dom\xednio", _s21_43, "A palavra-passe \xe9 muito curta", _s20_41, "A palavra-passe deve conter um caractere mai\xfasculo e um n\xfamero", _s19_25, _s28_78, _s23_16, _s27_73, _s20_42, "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_172, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_114, "history_sidebar", _s26_66, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_81, "second_custom", _s21_113, "third_custom", _s22_82, "show_cost", "Mostrar Custo", _s17_73, "Mostrar Custo do Produto", "show_cost_help", "Exibir um campo de custo do produto para acompanhar a marca\xe7\xe3o/lucro", _s21_44, _s29_58, _s26_18, _s72_0, _s21_46, _s28_79, _s26_19, _s77_0, _s21_48, "Mostrar Desconto do Produto", _s26_20, _s34_9, _s16_121, _s17_185, _s21_50, _s60_0, "one_tax_rate", _s19_107, "two_tax_rates", _s22_86, "three_tax_rates", _s22_87, _s16_123, "Imposto Padr\xe3o", "user", "Utilizador", "invoice_tax", _s17_186, "line_item_tax", _s24_69, "inclusive_taxes", _s17_187, _s17_75, _s27_74, "item_tax_rates", _s25_75, _s18_59, _s30_55, "configure_rates", _s18_173, _s18_60, "Configurar Terminais", "tax_settings", "Defini\xe7\xf5es de Impostos", _s18_62, "Impostos", "accent_color", "Cor de destaque", "switch", "Alterar", _s19_27, _s27_75, "options", "Op\xe7\xf5es", _s16_125, _s20_108, "multi_line_text", _s16_289, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_28, "Foi enviado um e-mail de recupera\xe7\xe3o da palavra-passe", "submit", "Submeter", _s16_127, "Recuperar palavra-passe", "late_fees", "Taxas atrasadas", "credit_number", "Nota de r\xe9dito n\xfamero", "payment_number", "N\xfamero do Pagamento", "late_fee_amount", _s16_290, _s16_128, _s20_117, "schedule", "Agendamento", "before_due_date", "At\xe9 \xe0 data de vencimento", "after_due_date", _s28_80, _s18_64, "Depois da data da fatura", "days", "Dias", "invoice_email", "E-mail para Nota de Pagamento", "payment_email", "E-mail para Pagamentos", "partial_payment", _s17_188, "payment_partial", "Pagamento Parcial", _s21_51, "E-mail de pagamento parcial", "quote_email", "E-mail para Or\xe7amentos", _s16_130, _s17_175, _s16_132, "Filtrado pelo Utilizador", "administrator", "Administrador", _s18_65, "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_134, "Defini\xe7\xf5es Gerais", "invoice_options", "Op\xe7\xf5es da Nota de Pagamento", _s17_77, "Ocultar data de pagamento", _s22_27, 'Apenas mostrar a "Data de Pagamento" quanto o pagamento tiver sido efetuado.', _s23_18, "Documentos Embutidos", _s28_19, "Incluir imagens anexadas na nota de pagamento.", _s16_136, "Mostrar cabe\xe7alho ativo", _s16_137, "Mostrar rodap\xe9 ativo", "first_page", "primeira p\xe1gina", "all_pages", "todas as p\xe1ginas", "last_page", "\xfaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_291, "primary_color", "Cor Principal", "secondary_color", "Cor Secund\xe1ria", "page_size", _s17_189, "font_size", "Tamanho do Texto", "quote_design", _s19_108, "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_88, "quote_footer", _s19_109, _s18_66, _s16_292, _s23_19, _s74_, _s20_45, _s24_70, _s25_37, _s52_3, _s18_67, _s24_70, _s23_20, _s61_5, _s18_68, "Auto Convers\xe3o", _s23_21, _s72_1, _s17_79, _s34_26, "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_81, "Trimestral", _s16_138, "Quatro Meses", "freq_six_months", "Semestral", "freq_annually", "Anual", "freq_two_years", "Dois Anos", _s16_139, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_82, "N\xfameros gerados", "charge_taxes", "Impostos", "next_reset", "Pr\xf3xima redefini\xe7\xe3o", "reset_counter", "Redefinir contador", _s16_140, _s22_89, "number_padding", _s23_61, "general", "Geral", "surcharge_field", _s18_175, "company_field", _s16_293, "company_value", _s16_294, "credit_field", _s16_295, "invoice_field", "Campo da Nota de Pagamento", _s17_84, _s19_110, "client_field", _s16_296, "product_field", _s16_297, "payment_field", _s18_176, "contact_field", "Campo do Contacto", "vendor_field", _s19_111, "expense_field", _s16_298, "project_field", _s16_299, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_190, "prefix", "Prefixo", "number_pattern", _s19_112, "messages", "Mensagens", "custom_css", _s17_191, _s17_86, _s24_71, _s16_142, "Mostrar no PDF", _s21_53, "Mostrar a assinatura do cliente no PDF da nota de pagamento/or\xe7amento.", _s25_38, "Checkbox para Termos da Nota de Pagamento", _s30_6, "Requer que o cliente confirme que aceita os termos da nota de pagamento.", _s23_22, "Checkbox para Termos do Or\xe7amento", _s28_20, "Requer que o cliente confirme que aceita os termos do or\xe7amento.", _s25_39, "Assinatura da Nota de Pagamento", _s30_7, "Requer que o cliente introduza a sua assinatura.", _s23_23, _s23_62, _s22_29, "Proteger notas de pag. com palavra-passe", _s27_29, "Permite definir uma palavra-passe para cada contacto. Se uma palavra-passe for definida, o contacto dever\xe1 introduzir a palavra-passe 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_24, "Tornar mais f\xe1cil para os seus clientes efetuarem os pagamentos, acrescentando marca\xe7\xe3o schema.org a seus e-mails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Template de E-mail", "attach_pdf", "Anexar PDF", _s16_143, _s17_192, "attach_ubl", "Anexar UBL", "email_style", "Estilo de e-mails", _s19_29, "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_193, "bank_transfer", _s22_90, "priority", "Prioridade", "fee_amount", "Valor da Multa", "fee_percent", _s20_117, "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_30, "Log\xf3tipos de Cart\xf5es Aceites", "credentials", "Credenciais", "update_address", "Atualizar Morada", _s19_32, "Atualizar morada do cliente", "rate", "Valor", "tax_rate", "Imposto", "new_tax_rate", "Novo Imposto", "edit_tax_rate", "Editar Imposto", _s16_145, "Imposto Adicionado", _s16_146, "Imposto Atualizado", _s17_89, "Imposto Arquivado", _s16_147, _s36_31, _s17_90, _s38_27, _s18_69, ":value Taxas de Impostos arquivados com sucesso", _s17_91, ":value Taxas de Impostos apagados com sucesso", _s18_70, ":value Taxas de Impostos restaurados com sucesso", "fill_products", "Preencher automaticamente produtos", _s18_71, "Ao selecionar o produto descri\xe7\xe3o e pre\xe7o ser\xe3o preenchidos automaticamente", "update_products", _s35_29, _s20_47, "Ao atualizar a nota de pagamento o produto tamb\xe9m ser\xe1 atualizado", _s16_148, _s18_177, _s21_54, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Fornecedor", "company_gateway", "Terminal de Pagamento", _s16_150, "Terminais de Pagamento", _s19_33, "Novo Terminal", _s20_48, "Editar Terminal", _s23_24, "Terminal Criado com Sucesso", _s23_25, "Terminal Atualizado com Sucesso", _s24_25, "Gateway Arquivado com Sucesso", _s23_26, "Terminal Apagado com Sucesso", _s24_26, "Terminal Restaurado com Sucesso", _s25_41, ":value Terminais arquivados com sucesso", _s24_27, ":value Terminais apagados com sucesso", _s25_42, ":value Terminais restaurados com sucesso", _s16_152, "Continuar a Editar", "discard_changes", _s18_178, "default_value", "Valor padr\xe3o", "disabled", "Desativado", "currency_format", _s16_300, _s21_55, "Primeiro Dia da Semana", _s23_27, _s19_113, "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_109, "military_time", "24h", _s18_72, _s19_114, "send_reminders", _s16_301, "timezone", "Fuso Hor\xe1rio", _s19_34, _s20_110, _s17_92, _s18_179, _s19_36, _s19_115, _s18_73, _s20_111, _s18_75, _s21_115, "group_settings", _s23_63, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_72, "updated_group", _s28_81, "archived_groups", ":value Grupos arquivados com sucesso", "deleted_groups", ":value Grupos apagados com sucesso", "restored_groups", ":value Grupos restaurados com sucesso", "archived_group", _s27_76, "deleted_group", _s26_67, "restored_group", _s28_82, "upload_logo", "Carregar Log\xf3tipo", "uploaded_logo", "Log\xf3tipo carregado com sucesso", "logo", "Logo", "saved_settings", "Configura\xe7\xf5es guardadas com sucesso", _s16_154, "Defini\xe7\xf5es de Produtos", "device_settings", _s28_83, "defaults", "Padr\xf5es", "basic_settings", "Defini\xe7\xf5es B\xe1sicas", _s17_94, "Defini\xe7\xf5es Avan\xe7adas", "company_details", _s19_116, "user_details", "Detalhes do Utilizador", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_194, "tax_rates", "Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", _s17_208, "custom_fields", _s21_116, "invoice_design", "Design das Notas de Pagamento", "buy_now_buttons", "Bot\xf5es Comprar Agora", "email_settings", "Defini\xe7\xf5es de E-mail", _s23_29, "Modelos & Lembretes", _s22_30, "Contas Banc\xe1rias", _s19_38, _s21_117, "price", "Pre\xe7o", "email_sign_up", "Registo com Email", "google_sign_up", "Registo via Google", _s27_33, "Obrigado pela sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_302, _s19_40, _s16_303, "pro_plan", "Plano Profissional", "enterprise_plan", _s17_195, "count_users", ":count utilizadores", "upgrade", "Atualizar", _s25_43, "Por favor introduza o primeiro nome", _s24_28, "Por favor introduza o apelido", _s33_16, _s86_0, "i_agree_to_the", "Aceito os", _s16_156, _s20_112, "privacy_policy", _s23_64, "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_77, "Nenhum registo selecionado", _s21_58, "Por favor, guarde ou cancele suas altera\xe7\xf5es", "download", "Transferir", _s27_34, "Necessita de um plano empresarial", "take_picture", "Tirar Fotografia", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_304, _s17_96, _s29_59, _s16_158, _s32_20, _s17_97, _s31_30, _s16_159, _s29_60, _s17_98, _s32_21, _s18_79, ":value Documentos arquivados com sucesso", _s17_99, ":value Documentos apagados com sucesso", _s18_80, ":value Documentos restaurados com sucesso", "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_160, "Em aberto", _s16_161, "Pendente", _s16_162, "Faturado", "converted", "Convertido", _s24_30, "Adicionar documento \xe0 nota de pag.", "exchange_rate", "Taxa de C\xe2mbio", _s16_163, "Converter moeda", "mark_paid", _s16_305, "category", "Categoria", "address", "Morada", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_61, "updated_vendor", _s33_27, "archived_vendor", _s32_22, "deleted_vendor", "Fornecedor removido com sucesso", "restored_vendor", "Fornecedor restarurado com sucesso", _s16_164, _s42_19, "deleted_vendors", ":count fornecedores removidos com sucesso", _s16_165, ":value Fornecedores Restaurados com Sucesso", "new_expense", "Introduzir Despesa", "created_expense", _s26_68, "updated_expense", _s30_48, _s16_166, _s29_62, "deleted_expense", _s28_84, _s16_167, _s30_49, _s17_100, _s31_31, _s16_168, _s30_50, _s17_101, ":value Despesas restauradas com sucesso", "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Cobran\xe7a", "design", "Modelo", _s21_59, "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_77, "stopped_task", "Tarefa interrompida", "resumed_task", _s29_63, "now", "Agora", _s16_169, _s31_32, "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_42, "Por favor introduza um nome", "budgeted_hours", "Horas Or\xe7adas", "created_project", _s26_69, "updated_project", _s30_51, _s16_171, _s29_64, "deleted_project", _s27_82, _s16_172, _s30_52, _s17_102, _s38_28, _s16_173, ":count projectos apagadas com sucesso", _s17_103, ":value Projetos restaurados com sucesso", "new_project", "Novo Projeto", _s27_38, "Obrigado por utilizar a nosso aplica\xe7\xe3o!", "if_you_like_it", "Se gostou por favor", "click_here", "clique aqui", _s18_81, "Clique aqui", "to_rate_it", "d\xea uma avalia\xe7\xe3o.", "average", "M\xe9dia", "unapproved", "N\xe3o Aprovado", _s30_12, _s56_1, "locked", "Bloqueado", "authenticate", "Autenticar", _s19_44, _s23_65, _s24_31, _s23_66, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Hospedado", "selfhost_login", _s20_113, "google_sign_in", "Iniciar sess\xe3o atrav\xe9s da Google", "today", "Hoje", "custom_range", "Intervalo Personalizado", "date_range", "Interevalo de Datas", "current", "Atual", "previous", "Anterior", "current_period", "Per\xedodo Atual", _s17_104, _s21_118, "previous_period", _s16_306, "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_174, "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_307, "edit_payment", _s16_308, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_196, "edit_project", "Editar Projeto", _s20_50, _s27_78, "billing_address", "Morada de fatura\xe7\xe3o", _s16_176, _s17_197, "total_revenue", "Total faturado", "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", "Palavra-passe", "url", "URL", "secret", "Secret", "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_178, "Recarregar Completo", _s23_30, "Por favor introduza o seu E-mail", _s26_29, "Por favor introduza a sua palavra-passe", _s21_62, "Por favor introduza o seu URL", _s26_31, "Por favor introduza uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_106, "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_46, _s43_5, "error", "Erro", _s16_180, _s24_73, "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_182, _s16_309, "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado", "updated_product", "Produto atualizado", _s16_184, "Produto arquivado", "deleted_product", "Producto apagado com sucesso", _s16_185, _s30_53, _s17_108, ":count Produtos arquivados com sucesso", _s16_186, ":count produtos apagados com sucesso", _s17_109, ":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_70, "updated_client", _s30_54, "archived_client", _s29_65, _s16_187, _s38_29, "deleted_client", "Clientes removidos com sucesso", "deleted_clients", ":count clientes removidos com sucesso", "restored_client", "Cliente restaurado", _s16_188, ":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_189, "Nota de pagamento arquivada com sucesso", "deleted_invoice", "Notas de Pagamento apagadas com sucesso", _s16_190, "Nota de pagamento restaurada com sucesso", _s17_110, ":count notas de pagamento arquivadas com sucesso", _s16_191, ":count notas de pagamento apagadas com sucesso", _s17_111, ":value Notas de Pagamento restaurados com sucesso", "emailed_invoice", "Nota de pagamento enviada por e-mail com sucesso", "emailed_payment", _s39_12, "amount", "Valor", "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_117, "quote_date", _s17_198, "valid_until", "V\xe1lido at\xe9", "items", "Itens", "partial_deposit", _s16_313, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o Unit\xe1rio", "quantity", "Quantidade", "add_item", "Adicionar Item", "contact", "Contacto", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_180, _s16_192, _s26_71, "status", "Estado", _s17_112, "Estado da Nota de Pagamento", "quote_status", "Estado do Or\xe7amento", _s22_31, _s31_33, _s22_33, _s29_66, "count_selected", _s19_118, "total", "Total", "percent", "Percentagem", "edit", "Editar", "dismiss", "Dispensar", _s20_52, "Por favor selecione uma data", _s22_34, _s30_55, _s24_33, "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_14, "Por favor digite um n\xfamero de nota de pagamento", _s27_42, _s39_13, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visto", "approved", "Aprovado", "partial", _s16_313, "paid", "Pago", "mark_sent", _s19_119, _s22_36, "Sucesso! A nota de pagamento foi marcada como enviada.", _s22_37, "Excelente! A nota de pagamento foi marcada como enviada.", _s23_32, _s61_6, _s23_33, _s61_6, "done", "Conclu\xeddo", _s37_13, "Por favor introduza um cliente ou nome de contacto", "dark_mode", "Modo Escuro", _s27_44, "Reinicie a aplica\xe7\xe3o para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_194, "Nenhum registo encontrado", "clone", "Duplicar", "loading", "A Carregar", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", "Condi\xe7\xf5es de Pagamento", "payment_date", _s17_199, "payment_status", "Estado do Pagamento", _s16_196, "Pendente", _s16_197, "Anulado", _s16_198, "Falhou", _s16_199, "Completo", _s16_200, _s24_68, _s16_201, "Reembolsado", _s17_113, "N\xe3o Aplicado", _s17_114, _s25_80, "net", "Net", "client_portal", _s17_200, "show_tasks", "Exibir tarefas", "email_reminders", "Lembretes de E-mail", "enabled", "Ativo", "recipients", "Destinat\xe1rios", "initial_email", "Email inicial", "first_reminder", _s17_201, "second_reminder", _s16_311, "third_reminder", _s17_202, "reminder1", _s17_201, "reminder2", _s16_311, "reminder3", _s17_202, "template", "Template", "send", "Enviar", "subject", "Assunto", "body", "Conte\xfado", "send_email", "Enviar email", "email_receipt", "E-mail para envio do recibo de pagamento", "auto_billing", _s19_120, "button", "Bot\xe3o", "preview", "Pr\xe9-visualizar", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_171, _s21_64, _s23_67, "enter_payment", "Introduzir Pag.", "new_payment", "Introduzir Pagamento", "created_payment", _s28_85, "updated_payment", _s32_23, _s16_202, _s31_34, "deleted_payment", "Pagamento apagado com sucesso", _s16_203, "Pagamento restaurado", _s17_115, _s40_10, _s16_204, ":count pagamentos apagados com sucesso", _s17_116, ":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_11, "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_67, "activity_2", _s32_24, "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 pagamento :payment para :payment_amount na nota de pagamento :invoice para :cliente", "activity_11", _s36_32, "activity_12", _s35_30, "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 or\xe7amento :quote por E-mail para :client, :contact", "activity_21", _s38_30, "activity_22", _s33_28, "activity_23", ":user removeu o or\xe7amento :quote", "activity_24", _s34_27, "activity_25", ":user restaurou a nota de pagamento :invoice", "activity_26", _s33_29, "activity_27", _s36_33, "activity_28", ":user restaurou a nota de cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para :cliente", "activity_30", _s32_25, "activity_31", _s35_31, "activity_32", ":user apagou o fornecedor :vendor", "activity_33", _s36_34, "activity_34", _s30_56, "activity_35", _s33_30, "activity_36", ":user apagou a despesa :expense", "activity_37", _s34_28, "activity_39", _s58_3, "activity_40", _s72_2, "activity_41", "pagamento (:payment) de :payment_amount falhou", "activity_42", _s26_72, "activity_43", _s30_57, "activity_44", _s29_68, "activity_45", ":user apagou a tarefa :task", "activity_46", _s30_58, "activity_47", _s34_29, "activity_48", _s32_26, "activity_49", _s29_69, "activity_50", _s27_79, "activity_51", _s30_59, "activity_52", _s31_35, "activity_53", _s33_31, "activity_54", _s30_60, "activity_55", ":contact respondeu ao ticket :ticket", "activity_56", _s33_32, "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_0, "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_117, "Palavra-passe descart\xe1vel", "emailed_quote", _s17_207, "emailed_credit", _s27_80, _s20_54, _s42_20, _s21_66, _s40_12, "expired", "Expirada", "all", "Todos", "select", "Selecionar", _s22_38, _s33_33, "custom_value1", _s19_126, "custom_value2", _s19_126, "custom_value3", _s21_119, "custom_value4", _s21_120, _s18_82, _s30_61, _s24_38, _s32_27, _s29_31, "Mensagem Personalizada de Nota de Pagamento Atrasada", _s27_49, "Mensagem Personalizada de Nota de Pagamento Paga", _s31_13, _s48_5, "lock_invoices", "Bloquear Notas de Pagamento", "translations", "Tradu\xe7\xf5es", _s19_47, _s29_70, _s19_49, _s28_87, _s22_40, _s30_62, _s22_42, _s29_71, _s21_67, "Padr\xe3o N\xfamero Fornecedor", _s21_69, "Contador N\xfamero Fornecedor", _s21_71, _s29_72, _s21_73, _s28_88, _s22_44, _s32_28, _s22_46, _s31_36, _s22_48, _s29_73, _s22_50, "Numera\xe7\xe3o das", _s20_55, _s32_29, _s20_57, "Numera\xe7\xe3o dos Or\xe7amentos", _s21_75, _s30_63, _s21_77, _s29_74, _s21_79, _s30_63, _s21_80, _s29_74, _s18_84, _s26_73, "counter_padding", _s18_181, _s28_55, _s43_6, _s18_86, _s20_114, _s18_88, _s24_74, _s18_90, _s20_115, _s18_92, _s24_75, _s18_94, _s20_116, _s18_96, _s24_76, _s21_81, _s27_81, _s19_51, _s30_64, _s21_83, _s30_65, _s29_33, _s38_31, "show_table", "Mostrar Tabelas", "show_list", "Mostrar Lista", "client_city", _s17_203, "client_state", "Distrito do Cliente", "client_country", "Pa\xeds do Cliente", _s16_205, "Cliente Ativo", "client_balance", "Saldo do Cliente", "client_address1", _s19_122, "client_address2", _s25_81, "vendor_address1", "Morada Fornecedor", "vendor_address2", "Andar / Fra\xe7\xe3o Fornecedor", _s24_40, _s19_123, _s24_41, _s25_81, "type", "Tipo", "invoice_amount", "Total da Nota de Pagamento", _s16_209, _s18_159, "tax_rate1", _s17_204, "tax_rate2", _s17_205, "tax_rate3", _s17_206, "auto_bill", _s19_124, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_76, "custom_taxes2", _s25_77, "custom_taxes3", _s25_78, "custom_taxes4", _s25_79, _s17_119, _s25_71, _s17_120, _s25_72, _s17_121, _s25_73, _s17_122, _s25_74, "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", _s19_125, "tax_paid", "Impostos pagos", "payment_amount", "Valor do Pagamento", "age", "Idade", "is_running", "Em execu\xe7\xe3o", "time_log", "Registo de Tempo", "bank_id", "Banco", _s19_53, "ID da Categoria de Despesa", _s16_210, "Categoria de Despesas", _s19_55, "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_98, _s18_99, _s16_211, _s16_212], t1, t1), "ro", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Stabile\u0219te Parola", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "Vezi Extras", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sistem", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import\u0103 Date", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "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_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, "Transform\u0103 \xeen Factur\u0103", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "F\u0103ctureaz\u0103 task", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Coloana", "sample", "Exemplar", "map_to", "Map To", "import", "Importa", _s25_12, _s29_1, "select_file", "Alege un fisier", _s16_45, _s16_46, "csv_file", "fisier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_101, _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Factura Recurenta", _s18_36, "Facturi Recurente", _s21_32, "Adauga Factura Recurenta", _s22_12, "Editare factura recurenta", _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Factur\u0103 recurent\u0103 arhivat\u0103 cu succes", _s25_25, "Factur\u0103 recurent\u0103 \u0219tears\u0103 cu succes", _s25_26, _s38_10, _s26_9, "Factur\u0103 recurent\u0103 restaurat\u0103 cu succes", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Salveaz\u0103 datele cardului", _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Facturi urmatoare", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "Token API", "api_docs", "API Docs", "search_tokens", _s20_30, "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_18, "deleted_token", "Token \u0219ters", "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "Trimite email", "email_quote", "Trimite Proforma", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Aplic\u0103 Licen\u021b\u0103", "cancel_account", "\u0218terge cont", _s22_19, "ATEN\u021aIE: Toate datele vor fi \u0219terse definitiv, nu se pot recupera.", "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, "Proforme Recurente", "recurring_tasks", "Recurring Tasks", _s18_46, "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_25, "archived_credit", "Credit arhivat cu succes", "deleted_credit", "Credit \u0219ters", "removed_credit", _s27_27, "restored_credit", "Credit restaurat", _s16_83, ":count credite au fost arhivate cu succes", "deleted_credits", ":count \u0219ters", _s16_84, _s36_5, "current_version", "Versiunea Curent\u0103", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "Afla mai mult", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Firm\u0103 nou\u0103", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Asignare lui", "created_by", _s16_218, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Mesaj", "from", "De la", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "Utilizator", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "Alege un client", "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Setari Taxe", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, "Recupereaz\u0103 parola", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Schedule", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "Email Factur\u0103", "payment_email", "Email Plat\u0103", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Email Ofert\u0103", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _s66_, "user_management", "Utilizatori", "users", "Utilizatori", "new_user", "New User", "edit_user", "Modific\u0103 Utilizator", "created_user", _s25_33, "updated_user", "Utilizator actualizat", "archived_user", "Arhivare utilizator cu succes", "deleted_user", "Utilizator \u0219ters", "removed_user", _s25_36, "restored_user", "Utilizator restaurat", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "Optiuni Generale", "invoice_options", "Op\u021biuni Factur\u0103", _s17_77, 'Ascunde c\xe2mpul "Pl\u0103tit p\xe2n\u0103 la"', _s22_27, 'Afi\u0219eaz\u0103 "Pl\u0103tit pana la" dec\xe2t c\xe2nd plata a fost efectuat\u0103.', _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show Header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "Trei Luni", _s16_138, "Patru Luni", "freq_six_months", "\u0218ase Luni", "freq_annually", "Anual", "freq_two_years", "Doi Ani", _s16_139, "Three Years", "never", "Niciodat\u0103", "company", "Company", _s17_82, _s17_83, "charge_taxes", "Taxe", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _s142_, "authorization", "Authorization", "subdomain", "Subdomeniu", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\xcen leg\u0103tur\u0103 cu,", _s24_24, _s86_, "plain", "Plain", "light", "Deschisa", "dark", "Intunecata", "email_design", "Design Email", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "Actualizeaz\u0103 Adresa", _s19_32, "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_145, "Valoare tax\u0103 creat\u0103 cu succes", _s16_146, "Valoare tax\u0103 actualizat\u0103 cu succes", _s17_89, "Valoare tax\u0103 arhivat\u0103 cu succes", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Completeaz\u0103 automat produsele", _s18_71, "Aleg\xe2nd un produs descrierea \u0219i pre\u021bul vor fi completate automat", "update_products", "Actualizare automat\u0103 a produselor", _s20_47, "Actualiz\xe2nd o factur\u0103 se va actualiza si libr\u0103ria de produse", _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Dezactivat", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, "Op\u021biuni Produs", "device_settings", "Device Settings", "defaults", "Implicit", "basic_settings", "Op\u021biuni de baz\u0103", _s17_94, "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_29, "\u0218abloane & Notific\u0103ri", _s22_30, _s20_49, _s19_38, "Vizualizare Date", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "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_77, _s18_78, _s21_58, _s34_13, "download", "Descarca", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Expense Date", "pending", "\xcen a\u0219teptare", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Transform\u0103", _s24_30, _s24_42, "exchange_rate", "Curs Valutar", _s16_163, "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_26, _s16_164, ":count furnizori arhiva\u021bi cu succes", "deleted_vendors", ":count furnizori \u0219tersi cu succes", _s16_165, _s36_7, "new_expense", "Introdu Cheltuial\u0103", "created_expense", _s28_27, "updated_expense", _s28_28, _s16_166, "Cheltuial\u0103 arhivat\u0103 cu succes", "deleted_expense", "Cheltuial\u0103 \u0219tears\u0103 cu succes", _s16_167, _s29_16, _s17_100, "Cheltuieli arhivate cu succes", _s16_168, "Cheltuieli \u0219terse cu succes", _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "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_45, "stopped_task", "Task oprit", "resumed_task", _s25_47, "now", "Acum", _s16_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "Proiect nou", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "apas\u0103 aici", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Subsol", "compare", "Compar\u0103", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Ast\u0103zi", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Curent", "previous", "Anterior", "current_period", "Perioada Curent\u0103", _s17_104, "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_174, _s16_175, "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_50, "Editare oferta recurenta", "billing_address", "Adres\u0103 de facturare", _s16_176, _s16_177, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Salveaza", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "product", "Produs", "products", "Produse", "new_product", "New Product", "created_product", "Produs creat cu succes", "updated_product", "Produs actualizat cu succes", _s16_184, "Produs arhivat cu succes", "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "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_187, ":count clienti arhivat cu succes.", "deleted_client", "Client sters cu succes.", "deleted_clients", ":count clienti stersi cu succes.", "restored_client", "Client restaurat", _s16_188, _s36_9, "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_189, "Factura arhivata cu succes.", "deleted_invoice", "Factura stearsa cu succes.", _s16_190, "Factur\u0103 restaurat\u0103", _s17_110, ":count facturi arhivate cu succes.", _s16_191, ":count facturi sterse cu succes", _s17_111, _s37_12, "emailed_invoice", "Factura trimisa pe email cu succes", "emailed_payment", _s28_57, "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_192, _s16_193, "status", "Stare", _s17_112, "Invoice Status", "quote_status", "Status oferta", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Modifica", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, "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_14, _s30_15, _s27_42, _s27_43, "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_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Gata", _s37_13, _s37_14, "dark_mode", "Mod \xeentunecat", _s27_44, _s35_12, "refresh_data", "Reactualizeaza datele", "blank_contact", "Contact gol", "activity", "Activitate", _s16_194, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_64, "Referinta tranzactie", "enter_payment", "Introdu plata", "new_payment", "Introdu plata", "created_payment", "Plata creata cu succes.", "updated_payment", "Plat\u0103 actualizat\u0103", _s16_202, "Plata arhivata cu succes", "deleted_payment", "Plata stearsa cu succes.", _s16_203, "Plat\u0103 restaurat\u0103", _s17_115, ":count plati arhivate cu succes", _s16_204, ":count plati sterse cu succes.", _s17_116, _s37_15, "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_14, "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_6, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", _s30_23, "activity_48", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", "Proform\u0103 trimis\u0103 cu succes", "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "All", "select", "Selecteaza", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Plaj\u0103 num\u0103r factur\u0103", _s20_55, _s20_56, _s20_57, "Plaj\u0103 num\u0103r proform\u0103", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Tip", "invoice_amount", "Valoare Factur\u0103", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "ru_RU", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s23_34, "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "\u0421\u0438\u0447\u0442\u0435\u043c\u0430", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, "\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_, _s39_, _s25_1, "\u041f\u0440\u043e\u0435\u043a\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d", _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "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_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "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_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "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_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "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_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442", "invoice_expense", "Invoice Expense", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "\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_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "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_12, _s29_1, "select_file", "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_45, _s16_46, "csv_file", "CSV-\u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442", _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, "\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_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_101, _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s18_36, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0441\u0447\u0435\u0442\u0430", _s21_32, "\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_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, _s39_1, _s25_25, _s38_9, _s25_26, _s38_10, _s26_9, _s39_2, _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "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_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u0441\u0447\u0435\u0442\u0430", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u044b", "api_docs", "API Docs", "search_tokens", _s20_30, "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_18, "deleted_token", "\u0422\u043e\u043a\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "removed_token", _s26_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "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_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f", _s17_62, _s17_63, _s17_64, "\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_76, "\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_45, _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_28, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442", _s22_19, _s65_2, "delete_company", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", _s22_20, _s65_2, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "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_81, "\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_46, _s18_47, "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_25, "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_27, "restored_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_83, "\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_84, _s36_5, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "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_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d", "created_by", _s16_218, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "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_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, "\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_128, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043f\u0435\u043d\u0438", "schedule", "Schedule", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "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_51, _s21_52, "quote_email", "Quote Email", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _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_33, "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_21, "deleted_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0434\u0430\u043b\u0451\u043d", "removed_user", _s25_36, "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_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "\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_77, '\u0421\u043a\u0440\u044b\u0442\u044c "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e"', _s22_27, "\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_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show Header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "\u0422\u0440\u0438 \u043c\u0435\u0441\u044f\u0446\u0430", _s16_138, "\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_139, "Three Years", "never", "Never", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", _s17_82, _s17_83, "charge_taxes", "\u0420\u0430\u0441\u0447\u0451\u0442 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, "\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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _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_24, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "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_30, _s19_31, "credentials", "Credentials", "update_address", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441", _s19_32, "\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_145, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430", _s16_146, "\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_89, "\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_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "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_71, "\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_47, "\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_148, "\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_54, "\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_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "\u041b\u043e\u0433\u043e\u0442\u0438\u043f", "saved_settings", _s27_32, _s16_154, "\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_94, "\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_29, "\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0438 \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f", _s22_30, _s20_49, _s19_38, "\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_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "\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_77, _s18_78, _s21_58, _s34_13, "download", "\u0421\u043a\u0430\u0447\u0430\u0442\u044c", _s27_34, _s27_52, "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_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "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_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d", _s24_30, "\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_163, _s16_222, "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_26, _s16_164, "\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_165, _s36_7, "new_expense", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "created_expense", _s28_27, "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_166, _s29_15, "deleted_expense", _s23_76, _s16_167, _s29_16, _s17_100, _s30_25, _s16_168, _s23_76, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "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_45, "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_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "New Project", _s27_38, "\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_61, "click_here", "\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430", _s18_81, "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_12, _s42_10, "locked", "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "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_58, "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_104, "\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_174, "\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_50, _s20_51, "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_176, _s16_177, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, "\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_106, _s17_107, "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_46, _s30_13, "error", "\u041e\u0448\u0438\u0431\u043a\u0430", _s16_180, _s16_181, "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_182, _s16_183, "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_184, "\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_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "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_187, "\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_188, _s36_9, "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_189, "\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_190, "\u0421\u0447\u0451\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_110, "\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_191, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s17_111, _s37_12, "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_57, "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_314, "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_192, _s16_193, "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_112, "\u0421\u0442\u0430\u0442\u0443\u0441 \u0421\u0447\u0451\u0442\u0430", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "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_52, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443", _s22_34, "\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_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "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_314, "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_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_13, _s37_14, "dark_mode", "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430", _s27_44, _s35_12, "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_194, _s16_195, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_64, "\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_202, "\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_203, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_115, "\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_204, "\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_116, _s37_15, "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_46, "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_18, "restored_quotes", _s35_14, "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_25, "activity_3", _s28_46, "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_0, "activity_8", _s31_6, "activity_9", _s30_18, "activity_10", _s85_0, "activity_11", _s30_19, "activity_12", _s31_7, "activity_13", _s30_20, "activity_14", _s28_47, "activity_15", _s28_48, "activity_16", _s29_26, "activity_17", _s28_49, "activity_18", _s26_36, "activity_19", _s26_37, "activity_20", _s50_5, "activity_21", _s28_50, "activity_22", _s27_47, "activity_23", _s26_38, "activity_24", _s27_48, "activity_25", _s31_8, "activity_26", _s29_27, "activity_27", _s31_9, "activity_28", _s29_28, "activity_29", _s42_11, "activity_30", _s28_51, "activity_31", _s29_29, "activity_32", _s28_52, "activity_33", _s29_30, "activity_34", _s30_21, "activity_35", _s31_10, "activity_36", ":user \u0423\u0434\u0430\u043b\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_37", _s31_11, "activity_39", _s50_6, "activity_40", _s64_, "activity_41", _s41_6, "activity_42", _s24_35, "activity_43", _s24_36, "activity_44", _s25_51, "activity_45", _s24_37, "activity_46", _s25_52, "activity_47", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_48", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "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_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "All", "select", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u0421\u0447\u0435\u0442\u0447\u0438\u043a \u043d\u043e\u043c\u0435\u0440\u0430 \u0441\u0447\u0451\u0442\u0430", _s20_55, _s20_56, _s20_57, _s20_58, _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "\u0422\u0438\u043f", "invoice_amount", "Invoice Amount", _s16_209, "\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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0437\u0430\u0442\u0440\u0430\u0442", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "sr", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direktni dug", _s21_0, _s30_, "set_password", "Postavi lozinku", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "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_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Pregled tro\u0161ka # :expense", "view_statement", "Pogledajte izjavu", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sistem", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Od Ime", _s16_6, "Kloniraj u tro\u0161kove", _s17_4, "Redovni tro\u0161ak", _s18_4, _s16_223, _s21_1, "Novi redovan tro\u0161ak", _s22_, "Izmeni redovan tro\u0161ak", _s25_, "Uspe\u0161no kreiran redovni tro\u0161kovi", _s25_0, "Uspe\u0161no izmenjeni redovni tro\u0161kovi", _s26_, "Uspe\u0161no arhivirani redovni tro\u0161kovi", _s25_1, _s24_81, _s25_2, _s38_1, _s26_0, "Uspe\u0161no obnovljeni redovni tro\u0161kovi", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, "Google analitika", _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Uputstvo za upotrebu", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "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_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "Ime kontakta", _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promotivni kod", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Bezbednost", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Pretplata", "subscriptions", "Pretplate", _s16_24, "Nova pretplata", _s17_14, "Izmeni Pretplatu", _s20_4, "Uspe\u0161no kreirana pretplata", _s20_5, "Uspe\u0161no a\u017eurirana pretplata", _s21_13, "Uspe\u0161no arhivirana pretplata", _s20_6, "Uspe\u0161no obrisana pretplata", _s20_7, "Uspe\u0161no uklonjena pretplata", _s21_14, "Uspe\u0161no vra\u0107ena pretplata", _s19_4, "Pretraga 1 Pretplata", _s20_8, "Tra\u017ei :count pretplate", _s26_3, "Poddomen nije dostupan", "connect_gmail", "Pove\u017eite Gmail", _s16_26, "Prekinite vezu sa Gmail-om", "connected_gmail", "Gmail je uspe\u0161no povezan", _s18_20, "Uspe\u0161no je prekinuta veza sa Gmail-om", _s16_28, "Promene u bazi koda mo\u017eda blokiraju a\u017euriranje, mo\u017eete pokrenuti ovu komandu da biste odbacili promene:", _s16_29, "ID broj klijenta", "count_minutes", ":count minuti", _s16_31, "Vreme isteka lozinke", _s29_, "Zajedni\u010dki broja\u010d ra\u010duna/kredita", "use_last_email", "Koristite poslednju e-po\u0161tu", _s16_33, "Aktivirajte kompaniju", _s21_16, "Omogu\u0107ite e-po\u0161te, redovne ra\u010dune i obave\u0161tenja", _s27_7, "Do\u0161lo je do gre\u0161ke, poku\u0161ajte ponovo", _s27_8, "Molimo prvo postavite lozinku", _s34_1, "Upozorenje: Promena va\u0161eg broja telefona c\u0301e onemoguc\u0301iti 2FA", "help_translate", "Help Translate", _s23_3, "Molimo odaberite dr\u017eavu", "resend_invite", "Ponovo po\u0161aljite pozivnicu", _s19_5, "Uspe\u0161no onemogu\u0107en 2FA", _s16_35, "Uspe\u0161no povezan nalog", _s19_6, "Uspe\u0161no prekinuta veza sa nalogom", "delivered", "Dostavljeno", "bounced", "Odbijene", "spam", "Nepo\u017eeljna e-po\u0161ta", "view_docs", "Pregled dokumenata", _s32_0, "Molimo navedite broj mobilnog telefona da biste omoguc\u0301ili dvofaktorsku potvrdu", "send_sms", "Po\u0161alji SMS poruku", "sms_code", "SMS kod", _s21_17, "O\u010ditajte bar kod uz pomo\u0107 :link odgovaraju\u0107e aplikacije.", _s18_21, "Dvostepena autorizacija uspe\u0161no aktivirana", "connect_google", "Pove\u017eite Google", _s17_16, "Prekinite vezu sa Google-om", _s17_18, "Dvostepena autorizacija", _s18_22, "Onemoguc\u0301ite dva faktora", _s34_2, _s34_3, "stay_logged_in", "Ostanite prijavljeni", _s23_5, "Upozorenje: Va\u0161a sesija uskoro isti\u010de", "count_hours", ":count sati", "count_day", "1 dan", "count_days", ":count dani", _s19_7, _s19_8, _s17_19, "Bezbednosne postavke", "resend_email", "Ponovo po\u0161alji e-po\u0161tu", _s26_5, "Molimo potvrdite adresu svoje e-po\u0161te", _s16_36, "Refundirana uplata", _s19_9, _s22_91, _s19_11, "Izaberite korisnika koji je potvr\u0111en pomoc\u0301u Gmail-a", "list_long_press", "List Long Press", "show_actions", "Prika\u017ei radnje", _s17_21, "Pokrenite opciju vi\u0161e izbora", _s27_10, "E-po\u0161ta je poslata za potvrdu adrese e-po\u0161te", _s21_18, "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_24, "Pretvori u ra\u010dun", _s16_37, "URL za registraciju", "invoice_project", "Naplati Projekat", "invoice_task", "Fakturi\u0161i zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_12, "Pretraga 1 uslovi pla\u0107anja", _s20_9, "Pretra\u017ei :count uslove pla\u0107anja", _s16_39, "Sa\u010duvaj i pregledaj", "save_and_email", "Sa\u010duvaj i po\u0161alji e-po\u0161tom", _s16_41, _s17_127, _s16_43, "Konvertovani iznos", _s17_23, "Konvertovano stanje", _s22_3, "Pretvoreno u plac\u0301eno do danas", _s24_4, "Konvertovano kreditno stanje", "converted_total", "Ukupno konvertovano", "is_sent", "Je poslato", _s17_25, "Podrazumevani dokumenti", "document_upload", "Otpremiti dokument", _s20_10, "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_20, "Re\u017eim za otklanjanje gre\u0161aka je omoguc\u0301en", _s26_6, _s96_, "running_tasks", "Aktivni zadaci", "recent_tasks", "Nedavni zadaci", "recent_expenses", "Nedavni tro\u0161kovi", _s17_27, "Nadolaze\u0107i tro\u0161kovi", "update_app", "A\u017euriraj aplikaciju", "started_import", "Uspe\u0161no pokrenut uvoz", _s24_6, "Mapiranje duplikata kolona", _s20_11, "Koristi inkluzivne poreze", _s18_26, "Je popust na iznos", "column", "Kolona", "sample", "Uzorak", "map_to", "Mapiraj u", "import", "Uvoz", _s25_12, "Koristite prvi red kao nazive kolona", "select_file", "Mollim odaberite datoteku", _s16_45, "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_5, "Molimo navedite sve CSV datoteke.", "import_type", "Tip uvoza", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Prika\u017ei licence", "webhook_url", "Webhook URL", _s17_29, "Ure\u0111iva\u010d preko celog ekrana", "sidebar_editor", "Ure\u0111iva\u010d na bo\u010dnoj traci", _s22_6, '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_9, "Poslati ra\u010duni su zaklju\u010dani", _s24_11, "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_6, "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_13, "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_31, "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_47, "Uredi status zadatka", _s19_13, "Uspe\u0161no kreiran status zadatka", _s19_14, "Uspe\u0161no a\u017euriran status zadatka", _s20_13, "Uspe\u0161no arhiviran status zadatka", _s19_15, "Uspe\u0161no obrisan status zadatka", _s19_16, "Uspe\u0161no uklonjen status zadatka", _s20_14, "Uspe\u0161no vra\u0107en status zadatka", _s22_7, "Statusi zadataka :value su uspe\u0161no arhivirani", _s21_22, "Statusi zadataka :value su uspe\u0161no obrisani", _s22_8, "Statusi zadataka :value su uspe\u0161no vra\u0107eni", _s18_28, "Pretraga 1 status zadatka", _s20_16, "Pretra\u017ei :count statuse zadataka", _s16_49, "Prika\u017ei tabelu zadataka", _s21_23, "Uvek prika\u017eite odeljak sa zadacima kada kreirate ra\u010dune", _s20_17, "Vremenski dnevnik zadatka ra\u010duna", _s25_13, "Dodajte detalje o vremenu stavkama ra\u010duna", _s20_19, _s20_20, _s25_14, "Dodajte detalje o datumu u stavke ra\u010duna", _s21_24, "Zapo\u010dnite zadatke pre \u010duvanja", _s18_29, "Konfiguri\u0161ite statuse", "task_settings", "Postavke zadatka", _s20_21, "Konfiguri\u0161ite kategorije", _s18_31, _s19_60, _s20_23, _s24_43, _s21_25, "Kategorija izmene tro\u0161kova", _s24_14, "Uspe\u0161no napravljena kategorija tro\u0161kova", _s24_15, "Uspe\u0161no izmenjena kategorija tro\u0161kova", _s25_16, "Uspe\u0161no arhivirana kategorija tro\u0161kova", _s24_16, "Uspe\u0161no obrisana kategorija", _s24_17, "Uspe\u0161no uklonjena kategorija tro\u0161kova", _s25_17, "Uspe\u0161no vra\u0107ena kategorija tro\u0161kova", _s27_14, "Uspe\u0161no arhivirano :count expense category", _s26_7, "Uspe\u0161no obrisana kategorija tro\u0161kova :value", _s27_15, "Uspe\u0161no vra\u0107ena kategorija tro\u0161kova :value", _s23_7, "Pretraga 1 kategorija tro\u0161kova", _s25_19, "Pretra\u017eiti :count kategorije tro\u0161kova", _s21_27, "Koristite dostupne kredite", "show_option", "Prika\u017ei opciju", _s22_9, "Iznos kredita ne mo\u017ee biti vec\u0301i od iznosa uplate", "view_changes", "Prika\u017ei promene", "force_update", "Prisilno a\u017euriranje", _s17_33, "Pokrec\u0301ete najnoviju verziju, ali mo\u017eda postoje ispravke na \u010dekanju.", "mark_paid_help", "Pratite tro\u0161ak koji je plac\u0301en", _s18_33, "Treba biti fakturisan", _s23_8, "Omoguc\u0301ite da se tro\u0161ak fakturi\u0161e", _s29_2, "U\u010dinite dokumente vidljivim", _s21_29, "Podesite kurs", _s16_51, "Pode\u0161avanja tro\u0161kova", _s18_34, "Kloniraj u ponavljajuc\u0301e", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "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_34, "Automatski obra\u010dun je omoguc\u0301en", "total_taxes", "Ukupni porezi", "line_taxes", "Line Taxes", "total_fields", "Ukupno polja", _s25_20, "Uspe\u0161no zaustavljen redovni ra\u010dun", _s25_21, "Uspe\u0161no zapo\u010det redovni ra\u010dun", _s25_22, "Uspe\u0161no je nastavljena ponavljajuc\u0301a faktura", "gateway_refund", "Gateway Refund", _s19_17, "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_10, "Prvi dan u mesecu", _s21_30, "Poslednji dan u mesecu", _s17_36, "Koristite uslove plac\u0301anja", "endless", "Beskona\u010dno", "next_send_date", "Sledec\u0301i datum slanja", _s16_53, "Preostali ciklusi", _s17_38, "Ponavljaju\u0107i ra\u010dun", _s18_36, "Ponavljaju\u0107i ra\u010duni", _s21_32, "Novi ponavljaju\u0107i ra\u010dun", _s22_12, "Izmeni ponavljaju\u0107i ra\u010dun", _s25_23, "Uspe\u0161no napravljen redovni ra\u010dun", _s25_24, "Uspe\u0161no a\u017euriran redovni ra\u010dun", _s26_8, "Uspe\u0161no arhiviran redovni ra\u010dun", _s25_25, "Uspe\u0161no obrisan redovni ra\u010dun", _s25_26, "Uspe\u0161no uklonjen redovni ra\u010dun", _s26_9, "Uspe\u0161no obnovljen redovni ra\u010dun", _s27_16, "Redovni :value ra\u010duni su uspe\u0161no arhivirani", _s26_10, "Redovni :value ra\u010duni su uspe\u0161no obrisani", _s27_17, "Redovni :value ra\u010duni su uspe\u0161no vra\u0107eni", _s24_18, "Pretraga 1 redovni ra\u010dun", _s25_27, "Pretra\u017ei :count redovne ra\u010dune", "send_date", "Datum slanja", "auto_bill_on", "Automatska naplata uklju\u010dena", _s28_6, "Minimalni iznos plac\u0301anja", "profit", "Zarada", "line_item", "Stavka", _s18_38, "Dozvoli preplatu", _s23_9, "Podr\u017eite dodatno plac\u0301anje za prihvatanje saveta", _s19_18, _s19_19, _s24_19, "Podr\u0161ka plac\u0301anja delimi\u010dnog minimalnog iznosa /depozita", "test_mode", "Na\u010din testiranja", "opened", "Otvoreno", _s30_1, "Izmirenje nije uspelo", _s30_2, "Izmirenje je uspelo", "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Po\u0161alji e-po\u0161tu", _s17_40, "Red za ponovni poku\u0161aj e-po\u0161te", "failure", "Neuspeh", "quota_exceeded", "Kvota je prema\u0161ena", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "Pogledaj portal", "copy_link", "Kopiraj link", "token_billing", "Sa\u010duvaj detalje kartice", _s24_20, "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_40, "Podsetnik koji je poslednji poslat", "pdf_page_info", _s27_57, _s16_57, _s29_75, "emailed_quotes", _s36_35, "emailed_credits", "Krediti uspe\u0161no poslati e-po\u0161tom", "gateway", "Gateway", "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_103, "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_26, "E-po\u0161ta za onlajn plac\u0301anje", _s20_28, _s25_55, "completed", "Zavr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto stanje", "client_settings", "Pode\u0161avanja klijenta", _s17_42, "Izabrani ra\u010duni", _s17_44, "Izabrana pla\u0107anja", "selected_quotes", "Izabrane ponude", "selected_tasks", "Izabrani zadaci", _s17_46, "Izabrani tro\u0161kovi", _s17_48, "Dolazni ra\u010duni", _s17_50, "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_128, "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_104, "event_type", "Tip doga\u0111aja", "target_url", "Cilj", "copy", "Kopiraj", "must_be_online", "Molimo ponovo pokrenite aplikaciju kada se pove\u017eete na internet", _s17_52, "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_59, "Uspe\u0161no arhiviran webhook", "deleted_webhook", "Uspe\u0161no obrisan webhook", "removed_webhook", "Uspe\u0161no uklonjen webhook", _s16_60, "Uspe\u0161no vra\u0107en webhook", _s17_53, "Uspe\u0161no arhiviran :value webhook", _s16_61, "Uspe\u0161no obrisan :value webhook", _s16_62, "Uspe\u0161no uklonjen :value webhook", _s17_54, "Uspe\u0161no vra\u0107en :value webhook", "api_tokens", "API tokeni", "api_docs", "API dokumenti", "search_tokens", "Pretra\u017ei :count tokene", "search_token", _s16_224, "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_20, _s21_87, _s24_22, "Omoguc\u0301ite klijentima da se sami registruju na portalu", _s21_34, "Prilagodite i pregledajte", "email_invoice", _s16_225, "email_quote", "Po\u0161alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-po\u0161tom", _s20_31, "Klijent nema pode\u0161enu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Vidi PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_61, _s16_63, "Preostali kredit", "contact_name", "Ime kontakta", "use_default", "Koristi kao podrazumevano", _s16_65, "Beskrajni podsetnici", "number_of_days", "Broj dana", _s23_11, "Konfiguri\u0161ite uslove plac\u0301anja", "payment_term", "Uslov pla\u0107anja", _s16_66, "Novi uslov pla\u0107anja", _s17_56, "Uredi uslov pla\u0107anja", _s20_32, "Uspe\u0161no kreiran rok plac\u0301anja", _s20_33, "Uspe\u0161no a\u017euriran rok plac\u0301anja", _s21_35, "Uspe\u0161no arhiviran rok plac\u0301anja", _s20_34, "Uspe\u0161no obrisan uslov pla\u0107anja", _s20_35, "Uspe\u0161no uklonjen uslov pla\u0107anja", _s21_36, "Uspe\u0161no vra\u0107en uslov pla\u0107anja", _s22_17, "Uslovi plac\u0301anja :value su uspe\u0161no arhivirani", _s21_37, "Uslovi plac\u0301anja :value su uspe\u0161no obrisani", _s22_18, "Uslovi plac\u0301anja :value su uspe\u0161no vra\u0107eni", "email_sign_in", "Prijavite se putem e-po\u0161te", "change", "Promeniti", _s23_13, _s28_13, _s24_23, "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_42, _s21_127, _s16_68, "Pretra\u017ei dokumenta", "search_designs", "Pretra\u017ei dizajne", "search_invoices", "Pretra\u017ei ra\u010dune", "search_clients", "Pretra\u017ei klijente", "search_products", _s18_105, "search_quotes", "Pretra\u017ei ponude", "search_credits", "Pretra\u017ei kredite", "search_vendors", "Pretra\u017ei dobavlja\u010de", "search_users", "Pretra\u017ei korisnike", _s16_69, "Pretra\u017ei poreske stope", "search_tasks", "Pretra\u017ei zadatke", "search_settings", "Pretra\u017ei postavke", "search_projects", _s17_129, "search_expenses", _s17_130, "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_60, "Uspe\u0161no otkazan ra\u010dun", _s18_44, "Uspe\u0161no otkazani ra\u010duni", _s16_75, "Uspe\u0161no promenjen ra\u010dun", _s17_61, "Uspe\u0161no promenjeni ra\u010duni", "reverse", "Promeniti", "full_name", "Puno ime", _s17_62, "Grad/dr\u017eava/po\u0161tanski broj", _s17_64, "Po\u0161tanski broj/Grad/Dr\u017eava", "custom1", _s16_315, "custom2", _s17_209, "custom3", _s17_210, "custom4", "\u010cetvrtvo prilago\u0111eno", "optional", "Opciono", "license", "Licenca", "purge_data", "O\u010distiti podatke", _s16_76, "Uspe\u0161no o\u010di\u0161\u0107eni podaci kompanije", _s18_45, "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_29, "Primi sva obave\u0161tenja", _s16_77, "Kupi licencu", "apply_license", "Primeni licencu", "cancel_account", "Obri\u0161i nalog", _s22_19, "Upozorenje: Ovo \u0107e trajno obrisati va\u0161 nalog.", "delete_company", "Izbri\u0161i kompaniju", _s22_20, "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_79, "Uspe\u0161no arhivirane :value dizajna", "deleted_designs", "Uspe\u0161no obrisane :value dizajna", _s16_80, "Uspe\u0161no vra\u0107ene :value dizajna", "proposals", "Ponude", "tickets", "Tiketi", _s16_81, "Ponavljaju\u0107a ponuda", "recurring_tasks", _s19_61, _s18_46, "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", "Uspe\u0161no izmenjen kredit", "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_83, "Uspe\u0161no arhivirano :count kredita", "deleted_credits", "Uspe\u0161no obrisano :count kredita", _s16_84, "Uspe\u0161no vra\u0107ene :value kredita", "current_version", _s16_226, "latest_version", "Poslednja verzija", "update_now", "A\u017euriraj odmah", _s26_16, "Dostupna je nova verzija veb aplikacije", _s16_85, _s19_62, "app_updated", "A\u017euriranje je uspe\u0161no zavr\u0161eno", "learn_more", _s16_227, "integrations", "Integracije", "tracking_id", "ID prac\u0301enja", _s17_66, _s17_67, "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_128, "surcharge2", _s21_129, "surcharge3", _s21_130, "surcharge4", _s21_131, "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_52, "Poslednja prijava kontakta", _s17_68, _s17_131, "contact_phone", "Kontakt telefon\xa0", _s21_38, "Kontaktirajte prilago\u0111enu vrednost 1", _s21_39, "Kontaktirajte prilago\u0111enu vrednost 2", _s21_40, "Kontaktirajte prilago\u0111enu vrednost 3", _s21_41, "Kontaktirajte prilago\u0111enu vrednost 4", _s17_70, "Adresa za isporuku- ulica", _s17_71, "Adresa za isporuku- stan/apartman", "shipping_city", "Adresa za isporuku- grad", "shipping_state", "Adresa za isporuku- Dr\u017eava/Pokrajina", _s20_36, "Adresa za isporuku- po\u0161tanski broj", _s16_115, "Adresa za isporuku- dr\u017eava", _s16_117, "Adresa naplate - Ulica", _s16_118, "Adresa ra\u010duna - Stan/Apartman", "billing_city", "Adresa naplate - Grad", "billing_state", "Adresa naplate - Dr\u017eava/Pokrajina", _s19_23, "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", "Aging", "profit_and_loss", "Zarada i gubitak", "reports", "Izve\u0161taji", "report", "Izve\u0161taj", "add_company", "Dodaj preduze\u0107e", "unpaid_invoice", "Nepla\u0107eni ra\u010duni", "paid_invoice", "Pla\u0107eni ra\u010duni", _s16_119, "Neodobrene ponude", "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_42, "Uklju\u010dite nedavne gre\u0161ke iz prijava", _s30_5, "Primili smo va\u0161u poruku i poku\u0161ac\u0301emo da odgovorimo \u0161to pre.", "message", "Poruka", "from", "\u0160alje", _s20_38, "Prika\u017ei detalje proizvoda", _s25_31, "Prika\u017ei opis i cenu u padaju\u0107oj listi proizvoda", _s20_40, _s34_8, _s18_55, "Podesite procenat naknade", _s23_15, "Podesite procenat da biste uzeli u obzir naknadu", _s18_57, "Konfiguri\u0161ite pode\u0161avanja\xa0", "support_forum", "forum podr\u0161ke", "about", "O", "documentation", "Dokumentacija", "contact_us", _s17_132, "subtotal", "Sveukupno", "line_total", "Ukupno", "item", "Stavka", "credit_email", "Credit Email", "iframe_url", "Sajt", "domain_url", "Domen URL", _s21_43, _s20_62, _s20_41, "Lozinka mora da sadr\u017ei veliko slovo i broj", _s19_25, _s26_42, _s23_16, "Kontrolna tabla portala za klijente", _s20_42, "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", "Float", "collapse", "Pad", "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_315, "second_custom", _s17_209, "third_custom", _s17_210, "show_cost", "Prika\u017ei cenu", _s17_73, "Prika\u017ei cenu proizvoda", "show_cost_help", "Prika\u017eite polje cene proizvoda da biste pratili mar\u017eu/profit", _s21_44, _s26_43, _s26_18, "Prika\u017eite polje za koli\u010dinu proizvoda, ina\u010de podrazumevan je jedan", _s21_46, _s23_36, _s26_19, "Prika\u017eite polje za koli\u010dinu stavke, ina\u010de podrazumevana je jedna", _s21_48, "Prika\u017ei popust na proizvod", _s26_20, "Prika\u017eite polje za popust na stavku", _s16_121, "Podrazumevana koli\u010dina", _s21_50, "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_123, "Zadata poreska stopa", "user", "Korisnik", "invoice_tax", "Porez na ra\u010dun", "line_item_tax", "Porez na stavku", "inclusive_taxes", "Inclusive Taxes", _s17_75, "Stope poreza na ra\u010dun", "item_tax_rates", "Poreske stope stavke", _s18_59, _s25_82, "configure_rates", "Konfiguri\u0161ite stope", _s18_60, "Konfiguri\u0161ite platne kanale", "tax_settings", "Pode\u0161avanja poreza", _s18_62, "Poreske stope", "accent_color", "Naglasiti boju", "switch", "Switch", _s19_27, "Lista odvojena zarezima", "options", "Opcije", _s16_125, "Tekst u jednom redu", "multi_line_text", "Tekst u vi\u0161e redova", "dropdown", "Padaju\u0107i meni", "field_type", "Tip polja", _s27_28, _s39_3, "submit", "Podneti", _s16_127, "Povratite va\u0161u lozinku", "late_fees", "Zakasnele takse", "credit_number", "Broj kredita", "payment_number", "Broj plac\u0301anja", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "Raspored", "before_due_date", "Pre roka", "after_due_date", "Posle roka", _s18_64, "Posle datuma ra\u010duna", "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", _s19_127, "payment_partial", _s19_127, _s21_51, "Delimi\u010dno plac\u0301anje putem e-po\u0161te", "quote_email", "E-po\u0161ta ponuda", _s16_130, "Beskrajni podsetnik", _s16_132, _s23_37, "administrator", "Administrator", _s18_65, "Dozvolite korisniku da upravlja korisnicima, menja postavke i menja sve zapise", "user_management", _s23_38, "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_134, "Op\u0161te postavke", "invoice_options", "Opcije ra\u010duna", _s17_77, _s21_88, _s22_27, _s70_0, _s23_18, _s19_64, _s28_19, "Uklju\u010dite prilo\u017eene slike u fakturu.", _s16_136, _s20_63, _s16_137, _s19_63, "first_page", "Prva stranica", "all_pages", "Sve stranice", "last_page", "Poslednja stranica", "primary_font", "Primary Font", "secondary_font", "Secondary 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_66, "Automatsko slanje ePo\u0161te", _s23_19, "Automatski po\u0161alji e-po\u0161tom ponavljaju\u0107e ra\u010dune u momentu kreiranja.", _s20_45, _s22_92, _s25_37, "Automatski arhiviraj ra\u010dune kada su pla\u0107eni.", _s18_67, _s22_92, _s23_20, "Automatski arhiviraj ponude kada su konvertovane.", _s18_68, "Auto konverzija", _s23_21, "Automatski konvertujte ponudu u ra\u010dun nakon \u0161to je odobrena od strane klijenta.", _s17_79, "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_81, "Tri meseca", _s16_138, "\u010cetiri meseca", "freq_six_months", "\u0160est meseci", "freq_annually", "Godi\u0161nje", "freq_two_years", "Dve godine", _s16_139, "Tri godine", "never", "Nikada", "company", "Kompanija", _s17_82, "Generisani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slede\u0107e ponovno pode\u0161avanje", "reset_counter", "Ponovo podesite broja\u010d", _s16_140, "Prefiks koji se ponavlja", "number_padding", "Number Padding", "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_84, "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 zadatak", "group_field", "Grupno polje", "number_counter", "Broja\u010d brojeva", "prefix", "Prefiks", "number_pattern", "\u0160ablon broja", "messages", "Poruke", "custom_css", "Prilago\u0111eni CSS", _s17_86, _s22_53, _s16_142, "Prika\u017ei u PDF-u", _s21_53, "Prikazite potpis klijenta na PDF-u ra\u010duna/ponude.", _s25_38, "Polje za potvrdu uslova ra\u010duna", _s30_6, "Zahtevajte od klijenata da potvrde da prihvataju uslove ra\u010duna.", _s23_22, "Polje za potvrdu uslova predra\u010duna", _s28_20, "Zahtevajte od klijenata da potvrde da prihvataju uslove predra\u010duna.", _s25_39, "Potpis ra\u010duna", _s30_7, "Zahtevajte od klijenata da dostave potpis.", _s23_23, "Potpis predra\u010duna", _s22_29, "Ra\u010duni za\u0161tic\u0301eni lozinkom", _s27_29, "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", "Portal Mode", "email_signature", "Sa po\u0161tovanjem,", _s24_24, _s81_, "plain", "Obi\u010dno", "light", "Svetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Zaka\u010di PDF", _s16_143, "Zaka\u010di dokumenta", "attach_ubl", "Zaka\u010di UBL", "email_style", "Stil e-po\u0161te", _s19_29, "Omogu\u0107i markup", "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", "Bank Transfer", "priority", "Prioritet", "fee_amount", "Iznos takse", "fee_percent", "Procenat takse", "fee_cap", "Fee Cap", "limits_and_fees", "Ograni\u010denja/takse", "enable_min", "Omogu\u0107i minimum", "enable_max", "Omogu\u0107i maksimum", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_30, "Logoi prihva\u0107enih kartica", "credentials", "Credentials", "update_address", "A\u017euriraj adresu", _s19_32, "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_145, "Uspe\u0161no kreirana poreska stopa", _s16_146, "Uspe\u0161no a\u017eurirana poreska stopa", _s17_89, "Uspe\u0161no arhivirana poreska stopa", _s16_147, "Uspe\u0161no obrisana poreska stopa", _s17_90, "Uspe\u0161no vra\u0107ena poreska stopa", _s18_69, "Uspe\u0161no arhivirane :value poreskih stopa", _s17_91, "Uspe\u0161no obrisane :value poreskih stopa", _s18_70, "Uspe\u0161no vra\u0107ene :value poreskih stopa", "fill_products", _s18_102, _s18_71, _s53_2, "update_products", "Proizvodi sa autoa\u017euriranjem", _s20_47, "A\u017euriranje ra\u010duna automatski \u0107e a\u017eurirati registar proizvoda", _s16_148, "Konvertuj proizvode", _s21_54, "Automatski konvertuj cene proizvoda u valutu klijenta", "fees", "Naknade", "limits", "Ograni\u010denja", "provider", "Snadbeva\u010d", "company_gateway", "Platni kanal", _s16_150, "Platni kanali", _s19_33, "Novi platni kanal", _s20_48, "Uredi platni kanal", _s23_24, "Uspe\u0161no kreiran platni kanal", _s23_25, "Uspe\u0161no a\u017euriran platni kanal", _s24_25, "Uspe\u0161no arhiviran platni kanal", _s23_26, "Uspe\u0161no obrisan platni kanal", _s24_26, "Uspe\u0161no povra\u0107en platni kanal", _s25_41, "Uspe\u0161no arhivirana :value platnih kanala", _s24_27, "Uspe\u0161no obrisana :value platnih kanala", _s25_42, "Uspe\u0161no vra\u0107ena :value platnih kanala", _s16_152, "Nastavi izmene", "discard_changes", "Otka\u017ei izmene", "default_value", "Podrazumevana vrednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_55, "Prvi dan u nedelji", _s23_27, "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_72, "24-\u010dasovni prikaz", "send_reminders", "Po\u0161alji podsetnike", "timezone", "Vremenska zona", _s19_34, "Filtrirano po projektu", _s17_92, _s19_65, _s19_36, _s20_64, _s18_73, _s22_54, _s18_75, _s24_44, "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_154, _s18_106, "device_settings", _s16_229, "defaults", "Podrazumevano", "basic_settings", "Osnovna pode\u0161avanja", _s17_94, _s17_133, "company_details", "Detalji preduze\u0107a", "user_details", _s17_134, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obave\u0161tenja", "import_export", "Uvoz i Izvoz", "custom_fields", _s17_135, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Dugmad za kupovinu odmah", "email_settings", _s16_230, _s23_29, "\u0160abloni & podsetnici", _s22_30, "Kreditne kartice & banke", _s19_38, _s22_55, "price", "Cena", "email_sign_up", "Prijavita putem e-po\u0161te", "google_sign_up", "Prijavita putem Google-a", _s27_33, "Hvala Vam na kupovini!", "redeem", "Redeem", "back", "Nazad", "past_purchases", "Ranije kupovine", _s19_40, _s18_107, "pro_plan", "Pro plan", "enterprise_plan", "Plan preduze\u0107a", "count_users", _s16_231, "upgrade", "Nadogradi", _s25_43, "Unesite ime", _s24_28, "Unesite prezime", _s33_16, "Molimo prihvatite uslove kori\u0161\u0107enja i politiku privatnosti da biste registrovali korisni\u010dki nalog.", "i_agree_to_the", "Sla\u017eem se sa", _s16_156, "Uslovi kori\u0161tenja usluge", "privacy_policy", "Politika privatnosti", "sign_up", "Prijava", "account_login", _s18_109, "view_website", "Poseti internet stranicu", "create_account", "Napravi nalog", "email_login", _s21_89, "create_new", "Kreiraj novo", _s18_77, "Nijedan zapis nije odabran", _s21_58, "Molimo sa\u010duvajte ili otka\u017eite izmene", "download", "Preuzmi", _s27_34, "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_96, "Uspe\u0161no otpremljen dokument", _s16_158, "Uspe\u0161no a\u017euriran dokument", _s17_97, "Uspe\u0161no arhiviran dokument", _s16_159, "Uspe\u0161no obrisan dokument", _s17_98, "Uspe\u0161no vra\u0107en dokument", _s18_79, "Uspe\u0161no arhivirane :value dokumenata", _s17_99, "Uspe\u0161no obrisane :value dokumenata", _s18_80, "Uspe\u0161no vra\u0107ene :value dokumenata", "no_history", "Nema istorije", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_160, "Prijavljen", _s16_161, "Na \u010dekanju", _s16_162, "Fakturisano", "converted", "Konvertovano", _s24_30, "Dodaj dokumente uz Ra\u010dun", "exchange_rate", "Kurs", _s16_163, "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_164, "Uspe\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspe\u0161no obrisano :count dobavlja\u010da", _s16_165, "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_166, "Uspe\u0161no arhiviran tro\u0161ak", "deleted_expense", "Uspe\u0161no obrisan tro\u0161ak", _s16_167, "Uspe\u0161no obnovljen tro\u0161ak", _s17_100, "Uspe\u0161no arhivirani tro\u0161kovi", _s16_168, "Uspe\u0161no obrisani tro\u0161kovi", _s17_101, "Uspe\u0161no vra\u0107ene :value tro\u0161kova", "copy_shipping", "Kopiraj adresu za isporuku", "copy_billing", "Kopiraj adresu za naplatu", "design", "Dizajn", _s21_59, "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", "Uspe\u0161no pokrenut zadatak", "stopped_task", "Uspe\u0161no zavr\u0161en zadatak", "resumed_task", "Uspe\u0161no nastavljen zadatak", "now", "Sada", _s16_169, "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_42, _s18_108, "budgeted_hours", "Bud\u017eetirani sati", "created_project", "Projekat je uspe\u0161no kreiran", "updated_project", "Projekat je uspe\u0161no a\u017euriran", _s16_171, "Projekat je uspe\u0161no arhiviran", "deleted_project", _s24_81, _s16_172, "Uspe\u0161no vra\u0107en projekat", _s17_102, "Uspe\u0161no arhivirano :count projekata", _s16_173, "Uspe\u0161no obrisano :count projekata", _s17_103, "Uspe\u0161no vra\u0107ene :value projekata", "new_project", "Novi projekat", _s27_38, "Hvala Vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako Vam se dopada molimo Vas", "click_here", "kliknite ovde", _s18_81, "Kliknite ovde", "to_rate_it", "da je ocenite.", "average", "Prosek", "unapproved", "Neodobreno", _s30_12, "Molimo potvrdite autenti\u010dnost da biste promenili ovo pode\u0161avanje", "locked", "Zaklju\u010dano", "authenticate", "Potvrditi autenti\u010dnost", _s19_44, "Molimo potvrdite autenti\u010dnost", _s24_31, "Biometrijska potvrda autenti\u010dnosti", "footer", "Podno\u017eje", "compare", "Uporedi", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost 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_104, "Period za upore\u0111ivanje", "previous_period", "Prethodni period", "previous_year", _s16_232, "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_174, "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_233, "edit_project", "Uredi projekat", _s20_50, "Izmeni ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_176, "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_234, "close", "Zatvori", "email", "Email", "password", "Lozinka", "url", "URL", "secret", "Secret", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Sortirati", "search", "Pretraga", "active", "Aktivan", "archived", "Arhivirano", "deleted", "Obrisano", "dashboard", "Kontrolna tabla", "archive", "Arhiva", "delete", "Obri\u0161i", "restore", "Vrati", _s16_178, "Osve\u017eavanje zavr\u0161eno", _s23_30, "Molimo, unesite adresu e-po\u0161te", _s26_29, "Molimo, unesite lozinku", _s21_62, "Molimo, unesite URL", _s26_31, "Molimo, unesite \u0161ifru proizvoda", "ascending", "Rastu\u0107e", "descending", "Opadaju\u0107e", "save", "Snimi", _s17_106, "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_46, _s30_13, "error", "Gre\u0161ka", _s16_180, "Nije mogu\u0107e pokrenuti", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_110, "cancel", "Odustani", "ok", "Ok", "remove", "Ukloni", _s16_182, "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_184, "Proizvod je uspe\u0161no arhiviran", "deleted_product", "Uspe\u0161no obrisan proizvod", _s16_185, "Uspe\u0161no vra\u0107en proizvod", _s17_108, "Uspe\u0161no arhivirano :count proizvoda", _s16_186, "Uspe\u0161no obrisano :count proizvoda", _s17_109, "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_187, "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_188, "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_189, "Uspe\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspe\u0161no obrisan ra\u010dun", _s16_190, "Uspe\u0161no vra\u0107en ra\u010dun", _s17_110, "Uspe\u0161no arhivirano :count ra\u010duna", _s16_191, "Uspe\u0161no obrisano :count ra\u010duna", _s17_111, "Uspe\u0161no vra\u0107ene :value ra\u010duna", "emailed_invoice", _s29_75, "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_192, "Datum dospe\u0107a avansa", "status", "Status", _s17_112, "Status ra\u010duna", "quote_status", "Status ponude", _s22_31, _s30_26, _s22_33, "Kliknite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Procenat", "edit", "Uredi", "dismiss", "Odbaci", _s20_52, "Molimo, izaberite datum", _s22_34, _s25_82, _s24_33, "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_14, "Molimo, unesite broj ra\u010duna", _s27_42, "Molimo, unesite broj ponude", "past_due", "Past Due", "draft", "Nacrt", "sent", "Poslato", "viewed", "Pregledano", "approved", "Odobreno", "partial", "Avans/Depozit", "paid", "Pla\u0107eno", "mark_sent", "Ozna\u010di kao poslato", _s22_36, "Ra\u010dun uspe\u0161no obele\u017een kao poslat", _s22_37, "Ra\u010dun je uspe\u0161no ozna\u010den kao poslat", _s23_32, _s38_32, _s23_33, _s38_32, "done", "Zavr\u0161eno", _s37_13, "Molimo, unesite klijenta ili ime kontakta", "dark_mode", "Tamni prikaz", _s27_44, "Ponovo pokrenite aplikaciju da pokrenuli promenu", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_194, "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_196, "Na \u010dekanju", _s16_197, "Storno", _s16_198, "Neuspe\u0161no", _s16_199, "Zavr\u0161eno", _s16_200, _s21_127, _s16_201, "Refundirano", _s17_113, "Neprimenjeno", _s17_114, _s22_91, "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", "Initial Email", "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", "send_email", "Poslati Email", "email_receipt", _s31_19, "auto_billing", "Automatski ra\u010dun", "button", "Dugme", "preview", "Pregled", "customize", "Prilagodi", "history", "Istorija", "payment", "Uplata", "payments", "Uplate", "refunded", "Refundirano", "payment_type", "Tip uplate", _s21_64, _s21_90, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspe\u0161no kreirana uplata", "updated_payment", "Uspe\u0161no a\u017eurirana uplata", _s16_202, "Uspe\u0161no arhivirana uplata", "deleted_payment", "Uspe\u0161no obrisana uplata", _s16_203, "Uspe\u0161no vra\u0107ena uplata", _s17_115, "Uspe\u0161no arhivirana :count uplata", _s16_204, "Uspe\u0161no obrisano :count uplata", _s17_116, "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_27, "activity_2", _s32_9, "activity_3", _s30_28, "activity_4", _s28_60, "activity_5", _s29_41, "activity_6", ":user je poslao ra\u010dun :invoice za :client kontaktu :contact", "activity_7", "\xbf :client je pregledao ra\u010dun :invoice za :client", "activity_8", _s30_29, "activity_9", _s27_58, "activity_10", ":contact uneo plac\u0301anje:payment za :payment_amount na ra\u010dunu :invoice za :client", "activity_11", _s30_30, "activity_12", _s30_31, "activity_13", _s29_42, "activity_14", ":user uneo :credit kredit", "activity_15", _s29_43, "activity_16", _s30_32, "activity_17", _s28_61, "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_32, "activity_22", ":user arhivirao predra\u010dun :quote", "activity_23", ":user obrisao predra\u010dun :quote", "activity_24", ":user obnovio predra\u010dun :quote", "activity_25", _s28_62, "activity_26", _s30_33, "activity_27", _s29_44, "activity_28", _s28_63, "activity_29", ":contact odobrio predra\u010dun :quote za :client", "activity_30", ":user je kreirao dobavlja\u010da/prodavca :vendor \xbf", "activity_31", ":user arhivirao dobavlja\u010da/prodavca :vendor \xbf", "activity_32", ":user obrisao dobavlja\u010da/prodavca :vendor \xbf", "activity_33", ":user obnovio dobavlja\u010da/prodavca :vendor \xbf", "activity_34", _s29_45, "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", ":user a\u017eurirao tiket :ticket", "activity_49", ":user zatvorio tiket :ticket", "activity_50", ":user spojio tiket :ticket", "activity_51", ":user podelio tiket :ticket", "activity_52", ":contact otvorio tiket :ticket", "activity_53", ":contact obnovio tiket :ticket", "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_64, "activity_60", _s35_32, "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_117, "Jednokratna lozinka", "emailed_quote", _s36_35, "emailed_credit", "Kredit je uspe\u0161no poslat e-po\u0161tom", _s20_54, "Ponuda uspe\u0161no obele\u017eena kao poslata", _s21_66, "Kredit je uspe\u0161no ozna\u010den kao poslat", "expired", "Isteklo", "all", "Sve", "select", "Odaberi", _s22_38, "Dugo pritisnite Multiselect", "custom_value1", _s20_118, "custom_value2", _s20_118, "custom_value3", "Prilago\u0111ena Vrednost 3", "custom_value4", "Prilago\u0111ena Vrednost 4", _s18_82, _s24_45, _s24_38, "Prilago\u0111ena poruka na kontrolnoj tabli", _s29_31, "Prilago\u0111ena poruka o neplac\u0301enom ra\u010dunu", _s27_49, "Prilago\u0111ena poruka o plac\u0301enom ra\u010dunu", _s31_13, "Prilago\u0111ena poruka o neodobrenoj ponudi", "lock_invoices", _s16_237, "translations", "Prevodi", _s19_47, "Obrazac broja zadatka", _s19_49, "Broja\u010d broja zadataka", _s22_40, "Obrazac broja tro\u0161kova", _s22_42, _s21_91, _s21_67, "Obrazac broja dobavlja\u010da", _s21_69, "Broja\u010d broja dobavlja\u010da", _s21_71, "Obrazac broja tiketa", _s21_73, "Broja\u010d broja tiketa", _s22_44, "Obrazac broja pla\u0107anja", _s22_46, "Broja\u010d broja pla\u0107anja", _s22_48, "Obrazac broja ra\u010duna", _s22_50, "Broja\u010d ra\u010duna", _s20_55, "Obrazac broja ponude", _s20_57, "Broja\u010d ponuda", _s21_75, _s21_132, _s21_77, _s20_119, _s21_79, _s21_132, _s21_80, _s20_119, _s18_84, "Ponovo podesite datum broja\u010da", "counter_padding", "Counter Padding", _s28_55, "Zajedni\u010dki broja\u010d ponuda ra\u010duna", _s18_86, "Podrazumevani naziv poreza 1", _s18_88, "Podrazumevana poreska stopa 1", _s18_90, "Podrazumevani naziv poreza 2", _s18_92, "Podrazumevana poreska stopa 2", _s18_94, "Podrazumevani naziv poreza 3", _s18_96, "Podrazumevana poreska stopa 3", _s21_81, "Po\u0161alji e-po\u0161tom predmet fakture", _s19_51, "Po\u0161alji e-po\u0161tom predmet ponude", _s21_83, "Po\u0161alji e-po\u0161tom predmet pla\u0107anja", _s29_33, "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_205, _s18_111, "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_40, "Adresa za isporuku klijentu", _s24_41, "Adresa za isporuku- stan/apartman klijentu", "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_209, "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_119, _s21_128, _s17_120, _s21_129, _s17_121, _s21_130, _s17_122, _s21_131, "is_deleted", "Je obrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", _s17_136, "vendor_country", _s17_136, "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_53, "ID kategorije tro\u0161kova", _s16_210, "Kategorija tro\u0161kova", _s19_55, "ID valute ra\u010duna", "tax_name1", "Naziv poreza 1", "tax_name2", "Naziv poreza 2", "tax_name3", "Naziv poreza 3", "transaction_id", "ID transakcije", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "sk", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Nastavi\u0165 heslo", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "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_1, _s18_2, "system", "Syst\xe9m", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Meno odosielate\u013ea", _s16_6, _s16_214, _s17_4, _s17_211, _s18_4, _s17_211, _s21_1, "Nov\xe9 pravideln\xe9 v\xfddaje", _s22_, "Upravi\u0165 pravideln\xe9 v\xfddaje", _s25_, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne vytvoren\xe9", _s25_0, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne upraven\xe9", _s26_, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne archivovan\xe9", _s25_1, "Projekt \xfaspe\u0161ne zmazan\xfd", _s25_2, _s38_1, _s26_0, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne obnoven\xe9", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "U\u017e\xedvate\u013esk\xe1 pr\xedru\u010dka", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importova\u0165 \xfadaje", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "Krstn\xe9 meno kontaktu", _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Zabezpe\u010denie", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Predplatn\xe9", _s16_24, _s16_25, _s17_14, "Aktualizova\u0165 predplatn\xe9", _s20_4, "Predplatn\xe9 \xfaspe\u0161ne vytvoren\xe9", _s20_5, _s32_30, _s21_13, _s32_30, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", "Znova odosla\u0165 Pozv\xe1nku", _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Odmietnut\xe9", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, "Naskenujte \u010diarov\xfd k\xf3d pomocou aplik\xe1cie kompatibilnej s :link.", _s18_21, "Dvojfaktorov\xe9 overovanie \xfaspe\u0161ne nastaven\xe9", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "Dvojfaktorov\xe9 overovanie", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Zosta\u0165 prihl\xe1sen\xfd", _s23_5, "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_7, "\u010das rel\xe1cie vypr\u0161al", _s17_19, "Nastavenia zabezpe\u010denia", "resend_email", "Preposla\u0165 email", _s26_5, "Pros\xedm, potvr\u010fte svoju emailov\xfa adresu", _s16_36, "Vr\xe1ten\xe1 platba", _s19_9, _s19_10, _s19_11, "Pros\xedm vyber pou\u017e\xedvate\u013esk\xfa autentifik\xe1ciu cez Gmail", "list_long_press", "List Long Press", "show_actions", "Uk\xe1\u017e akciu", _s17_21, "Za\u010da\u0165 viacn\xe1sobn\xfd v\xfdber", _s27_10, _s51_2, _s21_18, "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_24, "Previes\u0165 na fakt\xfaru", _s16_37, "Registra\u010dn\xe1 adresa URL", "invoice_project", "Fakt\xfarova\u0165 projekt", "invoice_task", "Fakturova\u0165 \xfalohu", "invoice_expense", "Fakt\xfarova\u0165 v\xfddaje", _s19_12, "H\u013eada\u0165 1 platobn\xfd term\xedn", _s20_9, "H\u013eada\u0165 :count platobn\xe9 podmienky", _s16_39, "Ulo\u017ei\u0165 a zobrazi\u0165 uk\xe1\u017eku", "save_and_email", "Ulo\u017ei\u0165 a posla\u0165 e-mailom", _s16_41, "Podporovan\xe9 udalosti", _s16_43, "Konvertovan\xe1 suma", _s17_23, "Prepo\u010d\xedtan\xfd zostatok", _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Je odoslan\xe1", _s17_25, "Predvolen\xe9 dokumenty", "document_upload", "Nahratie dokumentu", _s20_10, "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_20, "Re\u017eim ladenia je povolen\xfd", _s26_6, "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_27, "Nadch\xe1dzaj\xface v\xfddavky", "update_app", "Aktualizova\u0165 aplik\xe1ciu", "started_import", "Import bol \xfaspe\u0161ne spusten\xfd", _s24_6, "Duplicitn\xe9 mapovanie st\u013apcov", _s20_11, "Pou\u017e\xedva inkluz\xedvne dane", _s18_26, "Je z\u013eava vo v\xfd\u0161ke", "column", "St\u013apec", "sample", "Vzorka", "map_to", "Mapova\u0165", "import", "Import", _s25_12, "Ako n\xe1zvy st\u013apcov pou\u017eite prv\xfd riadok", "select_file", "Vyberte s\xfabor", _s16_45, "Nie je zvolen\xfd \u017eiadny s\xfabor", "csv_file", "S\xfabor CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Typ importu", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Zobrazi\u0165 licencie", "webhook_url", "Webhook URL", _s17_29, "Celoobrazovkov\xfd editor", "sidebar_editor", "Editor bo\u010dn\xe9ho panelu", _s22_6, "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_9, "Odoslan\xe9 fakt\xfary s\xfa uzamknut\xe9", _s24_11, "Zaplaten\xe9 fakt\xfary s\xfa uzamknut\xe9", "source_code", "Zdrojov\xfd k\xf3d", "app_platforms", "Platformy aplik\xe1ci\xed", "invoice_late", _s18_184, "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_6, "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_13, "Upozornenie: T\xe1to spolo\u010dnos\u0165 e\u0161te nebola aktivovan\xe1", "late_invoice", _s18_184, "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_31, "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_47, "Upravi\u0165 stav \xfalohy", _s19_13, "Stav \xfalohy bol \xfaspe\u0161ne vytvoren\xfd", _s19_14, "\xdaspe\u0161ne aktualizova\u0165 stav \xfalohy", _s20_13, "Stav \xfalohy bol \xfaspe\u0161ne archivovan\xfd", _s19_15, _s33_34, _s19_16, _s33_34, _s20_14, "Stav \xfalohy bol \xfaspe\u0161ne obnoven\xfd", _s22_7, "Stavy \xfaloh :value boli \xfaspe\u0161ne archivovan\xe9", _s21_22, "Stavy \xfaloh :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s22_8, "Stavy \xfaloh :value boli \xfaspe\u0161ne obnoven\xe9", _s18_28, "H\u013eada\u0165 1 stav \xfalohy", _s20_16, "H\u013eada\u0165: count stavy \xfaloh", _s16_49, "Zobrazi\u0165 tabu\u013eku \xfaloh", _s21_23, "Pri vytv\xe1ran\xed fakt\xfar v\u017edy zobrazova\u0165 sekciu \xfaloh", _s20_17, "\u010casov\xfd denn\xedk faktura\u010dnej \xfalohy", _s25_13, "Pridajte \u010dasov\xe9 \xfadaje do riadkov\xfdch polo\u017eiek fakt\xfary", _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, "Pred ulo\u017een\xedm za\u010dnite \xfalohy", _s18_29, "Konfigurova\u0165 stavy", "task_settings", "Nastavenia \xfalohy", _s20_21, "Konfigurova\u0165 kateg\xf3rie", _s18_31, "Kateg\xf3rie v\xfddajov", _s20_23, "Nov\xe1 kateg\xf3ria v\xfddajov", _s21_25, "Upravi\u0165 kateg\xf3riu v\xfddavkov", _s24_14, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne vytvoren\xe1", _s24_15, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne aktualizovan\xe1", _s25_16, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne archivovan\xe1", _s24_16, "Kateg\xf3ria bola \xfaspe\u0161ne zmazan\xe1", _s24_17, "Kateg\xf3ria v\xfddavkov bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s25_17, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne obnoven\xe1", _s27_14, "Po\u010det \xfaspe\u0161ne archivovan\xfdch kategorii v\xfddajov: :count", _s26_7, "\xdaspe\u0161ne odstr\xe1nen\xe9 kateg\xf3rie v\xfddavkov :value", _s27_15, "\xdaspe\u0161ne obnoven\xe9 kateg\xf3rie n\xe1kladov :value", _s23_7, "Vyh\u013eadajte 1 kateg\xf3riu v\xfddavkov", _s25_19, "H\u013eada\u0165 :count kateg\xf3rie v\xfddavkov", _s21_27, "Pou\u017eite dostupn\xe9 kredity", "show_option", "Zobrazi\u0165 mo\u017enos\u0165", _s22_9, "Suma kreditu nem\xf4\u017ee presiahnu\u0165 sumu platby", "view_changes", "Zobrazi\u0165 zmeny", "force_update", "Vyn\xfati\u0165 aktualiz\xe1ciu", _s17_33, "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_33, "Treba fakturova\u0165", _s23_8, "Povoli\u0165 faktur\xe1ciu v\xfddavku", _s29_2, "Zvidite\u013enite dokumenty", _s21_29, "Nastavte v\xfdmenn\xfd kurz", _s16_51, "Nastavenia v\xfddavkov", _s18_34, "Klonova\u0165 na opakuj\xface sa", "crypto", "Kryptomeny", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "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_34, "Automatick\xe9 \xfa\u010dtovanie je povolen\xe9", "total_taxes", "Celkov\xe9 dane", "line_taxes", "Riadkov\xe9 dane", "total_fields", "Polia celkom", _s25_20, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne zastaven\xe1", _s25_21, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne spusten\xe1", _s25_22, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne obnoven\xe1", "gateway_refund", "Vr\xe1tenie platby za br\xe1nu", _s19_17, "Spracujte vr\xe1tenie platby prostredn\xedctvom platobnej br\xe1ny", "due_date_days", _s16_316, "paused", "Pozastaven\xe9", "mark_active", "Ozna\u010d\u0165 ako Akt\xedvne", "day_count", "De\u0148 :count", _s22_10, "Prv\xfd de\u0148 v mesiaci", _s21_30, "Posledn\xfd de\u0148 v mesiaci", _s17_36, "Pou\u017eite platobn\xe9 podmienky", "endless", "Nekone\u010dn\xe9", "next_send_date", "D\xe1tum \u010fal\u0161ieho odoslania", _s16_53, "Zost\xe1vaj\xface cykly", _s17_38, "Pravideln\xe1 fakt\xfara", _s18_36, "Pravideln\xe9 fakt\xfary", _s21_32, "Nov\xe1 pravideln\xe1 fakt\xfara", _s22_12, "Upravi\u0165 pravideln\xfa fakt\xfaru", _s25_23, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne vytvoren\xe1", _s25_24, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne aktualizovan\xe1", _s26_8, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne archivovan\xe1", _s25_25, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne vymazan\xe1", _s25_26, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s26_9, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s27_16, "\xdaspe\u0161ne archivovan\xe9 opakuj\xface sa :value fakt\xfary", _s26_10, "\xdaspe\u0161ne odstr\xe1nen\xe9 opakuj\xface sa :value fakt\xfary", _s27_17, "\xdaspe\u0161ne obnoven\xe9 opakuj\xface sa :value fakt\xfary", _s24_18, "Vyh\u013eada\u0165 1 opakuj\xfacu sa fakt\xfaru", _s25_27, "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_6, "Minim\xe1lna \u010diastka platby", "profit", "Zisk", "line_item", "Polo\u017eka v riadku", _s18_38, "Povoli\u0165 preplatenie", _s23_9, "Podporte platenie navy\u0161e za prij\xedmanie tipov", _s19_18, "Povoli\u0165 platbu", _s24_19, "Podpora platenia minim\xe1lnej \u010diastky/vkladu", "test_mode", "Testovac\xed m\xf3d", "opened", "Otvoren\xe9", _s30_1, "Zlyhanie zmierenia", _s30_2, "\xdaspech zmierenia", "gateway_success", "\xdaspech br\xe1ny", "gateway_failure", "Porucha br\xe1ny", "gateway_error", "Chyba br\xe1ny", "email_send", "Odosla\u0165 email", _s17_40, "Zoznam opakovania e-mailu", "failure", "Ne\xfaspech", "quota_exceeded", "Prekro\u010den\xe1 kv\xf3ta", _s16_55, "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_20, "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_40, "Naposledy odoslan\xe1 pripomienka", "pdf_page_info", "Strana :current z :total", _s16_57, _s24_82, "emailed_quotes", _s23_77, "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_26, "Online platobn\xfd e-mail", _s20_28, "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_42, "Vybran\xe9 fakt\xfary", _s17_44, "Vybran\xe9 platby", "selected_quotes", "Vybran\xe9 ponuky", "selected_tasks", "Vybran\xe9 \xfalohy", _s17_46, "Vybran\xe9 v\xfddavky", _s17_48, "Bud\xface fakt\xfary", _s17_50, "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_52, "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_59, "Webhook bol \xfaspe\u0161ne archivovan\xfd", "deleted_webhook", "Webhook bol \xfaspe\u0161ne vymazan\xfd", "removed_webhook", "Webhook bol \xfaspe\u0161ne odstr\xe1nen\xfd", _s16_60, "Webhook bol \xfaspe\u0161ne obnoven\xfd", _s17_53, "Webhooky :value boli \xfaspe\u0161ne archivovan\xe9", _s16_61, _s39_14, _s16_62, _s39_14, _s17_54, "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_20, "Registr\xe1cia klienta", _s24_22, "Umo\u017enite klientom samoregistr\xe1ciu na port\xe1li", _s21_34, "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_31, "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_63, "Zost\xe1vaj\xfaci kredit", "contact_name", "Meno kontaktu", "use_default", "Pou\u017ei predvolen\xe9", _s16_65, "Nekone\u010dn\xe9 pripomienky", "number_of_days", "Po\u010det dn\xed", _s23_11, "Konfigur\xe1cia platobn\xfdch podmienok", "payment_term", "Lehota splatnosti", _s16_66, "Nov\xfd platobn\xfd term\xedn", _s17_56, "Upravi\u0165 platobn\xe9 obdobie", _s20_32, "\xdaspe\u0161ne vytvoren\xe9 platobn\xe9 obdobie", _s20_33, "\xdaspe\u0161ne aktualizovan\xe9 platobn\xe9 obdobie", _s21_35, "\xdaspe\u0161ne archivovan\xe9 platobn\xe9 obdobie", _s20_34, _s38_33, _s20_35, _s38_33, _s21_36, "Platobn\xfd term\xedn bol \xfaspe\u0161ne obnoven\xfd", _s22_17, "\xdaspe\u0161ne archivovan\xe9 :value platobn\xe9 podmienky", _s21_37, "\xdaspe\u0161ne vymazan\xe9 :value platobn\xe9 podmienky", _s22_18, "\xdaspe\u0161ne obnoven\xe9 :value platobn\xe9 podmienky", "email_sign_in", "Prihl\xe1ste sa e-mailom", "change", "Zmeni\u0165", _s23_13, "Chcete zmeni\u0165 rozlo\u017eenie pre mobiln\xe9 zariadenia?", _s24_23, "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_42, _s17_212, _s16_68, "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_69, "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_60, _s26_75, _s18_44, _s26_76, _s16_75, _s26_75, _s17_61, "\xdaspe\u0161ne stornovan\xe9 fakt\xfary", "reverse", "Opak", "full_name", "Cel\xe9 Meno", _s17_62, "Mesto/\u0160t\xe1t/PS\u010c", _s17_64, "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_76, "\xdadaje spolo\u010dnosti boli \xfaspe\u0161ne vymazan\xe9", _s18_45, "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_29, "Prij\xedma\u0165 v\u0161etky upozornenia", _s16_77, "Zak\xfapi\u0165 licenciu", "apply_license", "Aplikova\u0165 licenciu", "cancel_account", "Vymaza\u0165 \xfa\u010det", _s22_19, "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_20, "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_76, "removed_design", _s29_76, "restored_design", "\xdaspe\u0161ne obnoven\xfd vzh\u013ead", _s16_79, "\xdaspe\u0161ne archivovan\xe9 :value vzh\u013eady", "deleted_designs", "Vzh\u013eady :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s16_80, "\xdaspe\u0161ne obnoven\xe9 :value vzh\u013eady", "proposals", "N\xe1vrhy", "tickets", "Tikety", _s16_81, "Pravideln\xe9 ponuky", "recurring_tasks", "Opakuj\xface sa", _s18_46, "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_83, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dobropisov: :count", "deleted_credits", "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch dobropisov: :count", _s16_84, "\xdaspe\u0161ne obnoven\xe9 :value kredity", "current_version", "Aktu\xe1lna verzia", "latest_version", "Najnov\u0161ia verzia", "update_now", "Teraz aktualizova\u0165", _s26_16, "K dispoz\xedcii je nov\xe1 verzia webovej aplik\xe1cie", _s16_85, "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_66, _s17_67, "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_128, "surcharge2", _s19_129, "surcharge3", _s19_130, "surcharge4", _s19_131, "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_52, "Posledn\xe9 prihl\xe1senie kontaktu", _s17_68, "Cel\xe9 meno kontaktu", "contact_phone", "Kontaktn\xfd telef\xf3n", _s21_38, "Vlastn\xe1 hodnota kontaktu 1", _s21_39, "Vlastn\xe1 hodnota kontaktu 2", _s21_40, "Vlastn\xe1 hodnota kontaktu 3", _s21_41, "Vlastn\xe1 hodnota kontaktu 4", _s17_70, "Ulica dodania", _s17_71, "Byt/Apartm\xe1n dodania", "shipping_city", "Mesto pre dodanie", "shipping_state", "Kraj pre dodanie", _s20_36, "PS\u010c pre dodanie", _s16_115, "Krajina dodania", _s16_117, "Faktura\u010dn\xe1 ulica", _s16_118, "Faktura\u010dn\xfd byt/apartm\xe1n", "billing_city", "Faktura\u010dn\xe9 mesto", "billing_state", "Faktura\u010dn\xfd kraj", _s19_23, "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_119, "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_42, "Zahrn\xfa\u0165 ned\xe1vne chyby z logov", _s30_5, "Dostali sme va\u0161u spr\xe1vu a pok\xfasime sa r\xfdchlo odpoveda\u0165.", "message", "Spr\xe1va", "from", "Od", _s20_38, "Zobrazi\u0165 podrobnosti o produkte", _s25_31, "V rozba\u013eovacej ponuke produktu uve\u010fte popis a cenu", _s20_40, "PDF renderer vy\u017eaduje :version", _s18_55, "Upravte percento poplatku", _s23_15, "Upravte percento, aby ste zoh\u013eadnili poplatok", _s18_57, "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_43, "Heslo je pr\xedli\u0161 kr\xe1tke", _s20_41, "Heslo mus\xed obsahova\u0165 ve\u013ek\xe9 p\xedsmeno a \u010d\xedslo", _s19_25, "\xdalohy klientskeho port\xe1lu", _s23_16, "Panel klientskeho port\xe1lu", _s20_42, "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_73, "Zobrazi\u0165 cenu produktu", "show_cost_help", "Zobrazte pole s cenou produktu na sledovanie prir\xe1\u017eky/zisk", _s21_44, "Zobrazi\u0165 mno\u017estvo produktu", _s26_18, "Zobrazte pole mno\u017estva produktu, inak je predvolen\xe9 jedno", _s21_46, "Zobrazi\u0165 mno\u017estvo na fakt\xfare", _s26_19, "Zobrazte pole mno\u017estva riadkovej polo\u017eky, inak je predvolene nastaven\xe9 jedno", _s21_48, "Zobrazi\u0165 z\u013eavu na produkt", _s26_20, "Zobrazte pole z\u013eavy riadkovej polo\u017eky", _s16_121, "Predvolen\xe9 mno\u017estvo", _s21_50, "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_123, "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_75, "Faktura\u010dn\xe9 sadzby dane", "item_tax_rates", "Sadzby dane z polo\u017eiek", _s18_59, "Vyberte kontakt", "configure_rates", "Konfigurova\u0165 sadzby", _s18_60, "Nakonfigurujte br\xe1ny", "tax_settings", "Nastavenia dan\xed", _s18_62, "Sadzby dane", "accent_color", "Farba zv\xfdraznenia", "switch", "Prepn\xfa\u0165", _s19_27, "Zoznam oddelen\xfd \u010diarkami", "options", "Mo\u017enosti", _s16_125, "Jednoriadkov\xfd text", "multi_line_text", "Viacriadkov\xfd text", "dropdown", "Rozba\u013eovacia ponuka", "field_type", "Typ po\u013ea", _s27_28, "E-mail na obnovenie hesla bol odoslan\xfd", "submit", "Potvrdi\u0165", _s16_127, "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_128, "Poplatok za oneskorenie v percent\xe1ch", "schedule", "Pl\xe1n", "before_due_date", "Pred d\xe1tumom splatnosti", "after_due_date", _s18_63, _s18_64, "Po d\xe1tume fakt\xfary", "days", "Dni", "invoice_email", _s16_317, "payment_email", _s16_317, "partial_payment", _s16_318, "payment_partial", _s16_318, _s21_51, "E-mail s \u010diasto\u010dnou platbou", "quote_email", "Email pre ponuky", _s16_130, "Nekone\u010dn\xe1 pripomienka", _s16_132, "Filtrovan\xe9 pod\u013ea pou\u017e\xedvate\u013ea", "administrator", "Spr\xe1vca", _s18_65, "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_7, "removed_users", _s43_7, "restored_users", "Pou\u017e\xedvatelia :value boli \xfaspe\u0161ne obnoven\xed", _s16_134, "V\u0161eobecn\xe9 nastavenia", "invoice_options", "Mo\u017enosti fakt\xfary", _s17_77, "Skry\u0165 Uhraden\xe9 k d\xe1tumu", _s22_27, 'Po prijat\xed \xfahrady zobrazi\u0165 len oblas\u0165 "Uhraden\xe9 k d\xe1tumu" na fakt\xfarach.', _s23_18, "Zapracova\u0165 dokumenty", _s28_19, "Zahrn\xfa\u0165 prilo\u017een\xe9 obr\xe1zky do fakt\xfary.", _s16_136, "Zobrazi\u0165 hlavi\u010dku na", _s16_137, "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_66, "Automatick\xfd e-mail", _s23_19, "Automaticky odosiela\u0165 e-mailom opakuj\xface sa fakt\xfary, ke\u010f s\xfa vytvoren\xe9.", _s20_45, _s22_93, _s25_37, "Automaticky archivova\u0165 fakt\xfary po prijat\xed \xfahrady", _s18_67, _s22_93, _s23_20, "Automaticky archivova\u0165 ponuky po konverzii.", _s18_68, "Automaticky konvertova\u0165", _s23_21, "Automaticky previes\u0165 ponuku na fakt\xfaru po schv\xe1len\xed z\xe1kazn\xedkom.", _s17_79, "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_81, "Tri mesiace", _s16_138, "\u0160tyri mesiace", "freq_six_months", "\u0160es\u0165 mesiacov", "freq_annually", "Ro\u010dne", "freq_two_years", "Dva roky", _s16_139, "Tri roky", "never", "Nikdy", "company", "Spolo\u010dnos\u0165", _s17_82, "Generovan\xe9 \u010c\xedsla", "charge_taxes", "\xda\u010dtova\u0165 dane", "next_reset", "\u010eal\u0161\xed Reset", "reset_counter", "Vynulova\u0165 po\u010d\xedtadlo", _s16_140, "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_84, "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_86, "Vlastn\xfd JavaScript", _s16_142, "Zobrazi\u0165 v PDF", _s21_53, "Uk\xe1za\u0165 podpis klienta na fakt\xfare/cenovej ponuke PDF.", _s25_38, "Za\u010diarkavacie pol\xed\u010dko Faktura\u010dn\xe9 podmienky", _s30_6, "Vy\u017eadova\u0165 od klienta potvrdenie, \u017ee s\xfahlas\xed s faktura\u010dn\xfdmi podmienkami.", _s23_22, "Za\u010diarkavacie pol\xed\u010dko Podmienky objedn\xe1vky", _s28_20, "Vy\u017eadova\u0165 od z\xe1kazn\xedkov s\xfahlas s podmienkami pon\xfak.", _s25_39, "Podpis na fakt\xfare", _s30_7, "Vy\u017eadova\u0165 od z\xe1kazn\xedka podpis.", _s23_23, "Podpis na objedn\xe1vke", _s22_29, "Zabezpe\u010di\u0165 fakt\xfary heslom", _s27_29, "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_24, "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_143, "Prilo\u017ei\u0165 dokumenty", "attach_ubl", "Pripojte URL", "email_style", "\u0160t\xfdl e-mailu", _s19_29, "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_30, "Log\xe1 akceptovan\xfdch kariet", "credentials", "Poverenia", "update_address", "Upravi\u0165 adresu", _s19_32, "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_145, "Sadzba dane \xfaspe\u0161ne vytvoren\xe1", _s16_146, "Sadzba dane \xfaspe\u0161ne upraven\xe1", _s17_89, "Sadzba dane \xfaspe\u0161ne archivovan\xe1", _s16_147, "Sadzba dane \xfaspe\u0161ne odstr\xe1nen\xe1", _s17_90, "Sadzba dane \xfaspe\u0161ne obnoven\xe1", _s18_69, "Sadzby dane :value boli \xfaspe\u0161ne archivovan\xe9", _s17_91, "Stavy \xfaloh :value boli \xfaspe\u0161ne vymazan\xe9", _s18_70, "Sadzby dane :value boli \xfaspe\u0161ne obnoven\xe9", "fill_products", "Automaticky vyplni\u0165 produkty", _s18_71, "V\xfdber produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizova\u0165 produkty", _s20_47, "\xdaprava fakt\xfary automaticky uprav\xed kni\u017enicu produktov", _s16_148, "Konvertova\u0165 produkty", _s21_54, "Automaticky prepo\u010d\xedtajte ceny produktov na menu klienta", "fees", "Poplatky", "limits", "Limity", "provider", "Poskytovate\u013e", "company_gateway", "Platobn\xe1 br\xe1na", _s16_150, "Platobn\xe9 br\xe1ny", _s19_33, "Nov\xe1 br\xe1na", _s20_48, "Upravi\u0165 br\xe1nu", _s23_24, "Br\xe1na \xfaspe\u0161ne vytvoren\xe1", _s23_25, "Br\xe1na \xfaspe\u0161ne upraven\xe1", _s24_25, "Br\xe1na \xfaspe\u0161ne archivovan\xe1", _s23_26, "Br\xe1na \xfaspe\u0161ne odstr\xe1nen\xe1", _s24_26, "Br\xe1na \xfaspe\u0161ne obnoven\xe1", _s25_41, "Br\xe1ny :value boli \xfaspe\u0161ne archivovan\xe9", _s24_27, "Br\xe1ny :value boli \xfaspe\u0161ne vymazan\xe9", _s25_42, "Br\xe1ny :value boli \xfaspe\u0161ne obnoven\xe9", _s16_152, "Pokra\u010dova\u0165 v \xfaprave", "discard_changes", "Zahodi\u0165 zmeny", "default_value", "Predvolen\xe1 hodnota", "disabled", "Vypnut\xe9", "currency_format", "Form\xe1t meny", _s21_55, "Prv\xfd de\u0148 v t\xfd\u017edni", _s23_27, "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_72, "24-hodinov\xe9 zobrazenie", "send_reminders", "Odosla\u0165 pripomienky", "timezone", "\u010casov\xe9 p\xe1smo", _s19_34, "Filtrovan\xe9 pod\u013ea projektu", _s17_92, "Filtrovan\xe9 podla skupiny", _s19_36, "Filtrovan\xe9 podla fakt\xfary", _s18_73, "Filtrovan\xe9 podla z\xe1kazn\xedka", _s18_75, "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_154, "Nastavenia produktu", "device_settings", "Nastavenie zariadenia", "defaults", "Predvolen\xe9", "basic_settings", "Z\xe1kladn\xe9 nastavenia", _s17_94, "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_29, "\u0160abl\xf3ny a pripomienky", _s22_30, "Kreditn\xe9 karty a banky", _s19_38, "Vizualiz\xe1cie \xfadajov", "price", "Cena", "email_sign_up", "E-mailov\xe1 registr\xe1cia", "google_sign_up", "Registr\xe1cia Google", _s27_33, "\u010eakujeme za V\xe1\u0161 n\xe1kup!", "redeem", "Uplatni\u0165", "back", "Sp\xe4\u0165", "past_purchases", "Predch\xe1dzaj\xface n\xe1kupy", _s19_40, "Ro\u010dn\xe9 predplatn\xe9", "pro_plan", "Verzia Pro", "enterprise_plan", "Verzia Enterprise", "count_users", ":count u\u017e\xedvate\u013eov", "upgrade", "Inovova\u0165", _s25_43, "Pros\xedm vlo\u017ete krstn\xe9 meno", _s24_28, "Pros\xedm vlo\u017ete priezvisko", _s33_16, "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_156, "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_77, "Nie je vybran\xfd \u017eiadny z\xe1znam", _s21_58, "Pros\xedm ulo\u017ete alebo zru\u0161te Va\u0161e zmeny", "download", "Stiahnu\u0165", _s27_34, "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_96, "Dokument \xfaspe\u0161ne nahran\xfd", _s16_158, "Dokument \xfaspe\u0161ne aktualizovan\xfd", _s17_97, "Dokument \xfaspe\u0161ne archivovan\xfd", _s16_159, "Dokument \xfaspe\u0161ne vymazan\xfd", _s17_98, "Dokument \xfaspe\u0161ne obnoven\xfd", _s18_79, "\xdaspe\u0161ne archivovan\xe9 :value dokumenty", _s17_99, "Dokumenty :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s18_80, "\xdaspe\u0161ne obnoven\xe9 :value dokumenty", "no_history", "\u017diadna Hist\xf3ria", "expense_date", "D\xe1tum v\xfddajov", "pending", "\u010cak\xe1 sa", _s16_160, "Prihl\xe1sen\xe9", _s16_161, "\u010cak\xe1", _s16_162, "Fakt\xfarovan\xe9", "converted", "Konvertovan\xe9", _s24_30, "Pridat dokumenty do fakt\xfary", "exchange_rate", "V\xfdmenn\xfd kurz", _s16_163, "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_164, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dod\xe1vate\u013eov: :count", "deleted_vendors", "Po\u010det \xfaspe\u0161ne odstranen\xfdch dod\xe1vate\u013eov: :count", _s16_165, "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_166, _s26_77, "deleted_expense", _s22_94, _s16_167, "N\xe1klad \xfaspe\u0161ne obnoven\xfd", _s17_100, _s26_77, _s16_168, _s22_94, _s17_101, "\xdaspe\u0161ne obnoven\xe9 :value v\xfddavky", "copy_shipping", "Kop\xedrova\u0165 dodanie", "copy_billing", "Kop\xedrova\u0165 faktur\xe1ciu", "design", "Vzh\u013ead", _s21_59, "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_95, "now", "Teraz", _s16_169, "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_95, "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_42, "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_171, "Projekt bol \xfaspe\u0161ne archivovan\xfd", "deleted_project", "Projekt bol \xfaspe\u0161ne zmazan\xfd", _s16_172, "Projekt bol \xfaspe\u0161ne obnoven\xfd", _s17_102, _s45_3, _s16_173, _s45_3, _s17_103, "\xdaspe\u0161ne obnoven\xe9 :value projekty", "new_project", "Nov\xfd projekt", _s27_38, "\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_81, "Kliknite tu", "to_rate_it", "aby ste to ohodnotil.", "average", "Priemer", "unapproved", "Neschv\xe1len\xe9", _s30_12, "Ak chcete zmeni\u0165 toto nastavenie, overte toto\u017enos\u0165", "locked", "Uzamknut\xe9", "authenticate", "Overi\u0165", _s19_44, "Pros\xedm overte", _s24_31, "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_104, "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_174, "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_50, "Upravi\u0165 pravideln\xfa ponuku", "billing_address", "Faktura\u010dn\xe1 adresa", _s16_176, "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_178, "Obnovenie dokon\u010den\xe9", _s23_30, "Pros\xedm zadajte v\xe1\u0161 email", _s26_29, "Prosim zadajte va\u0161e heslo", _s21_62, "Pros\xedm zadajte va\u0161u URL", _s26_31, "Pros\xedm zadajte v\xe1\u0161 produktov\xfd k\u013e\xfa\u010d", "ascending", "Vzostupne", "descending", "Zostupne", "save", "Ulo\u017ei\u0165", _s17_106, "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_46, "Hodnota :value bola skop\xedrovan\xe1 do schr\xe1nky", "error", "Chyba", _s16_180, "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_182, "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_184, "Produkt \xfaspe\u0161ne archivovan\xfd", "deleted_product", "Produkt bol \xfaspe\u0161ne zmazan\xfd", _s16_185, "Produkt bol \xfaspe\u0161ne obnoven\xfd", _s17_108, "Po\u010det \xfaspe\u0161ne archivovan\xfdch produktov: :count", _s16_186, "Po\u010det \xfaspe\u0161ne zmazan\xfdch produktov: :count", _s17_109, "\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_187, "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_188, "\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_189, "Fakt\xfara \xfaspe\u0161ne archivovan\xe1", "deleted_invoice", _s26_76, _s16_190, "Fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s17_110, "Po\u010det \xfaspe\u0161ne archivovan\xfdch fakt\xfar: :count", _s16_191, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch fakt\xfar: :count", _s17_111, "\xdaspe\u0161ne obnoven\xe9 :value fakt\xfary", "emailed_invoice", _s24_82, "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_238, "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_316, _s16_192, "\u010ciasto\u010dn\xfd d\xe1tum splatnosti", "status", "Stav", _s17_112, "Stav fakt\xfary", "quote_status", "Stav ponuky", _s22_31, "Kliknut\xedm na + prid\xe1te polo\u017eku", _s22_33, "Kliknut\xedm na + prida\u0165 \u010das", "count_selected", ":count vybrat\xfdch", "total", "Celkom", "percent", "Percent", "edit", "Upravi\u0165", "dismiss", "Odmietnu\u0165", _s20_52, "Vyberte d\xe1tum", _s22_34, "Vyberte klienta", _s24_33, "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_14, "Pros\xedm vlo\u017ete \u010d\xedslo fakt\xfary", _s27_42, "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_36, _s42_21, _s22_37, _s42_21, _s23_32, _s42_22, _s23_33, _s42_22, "done", "Hotovo", _s37_13, "Zadajte meno klienta alebo kontaktnej osoby", "dark_mode", "Tmav\xfd re\u017eim", _s27_44, "Ak chcete pou\u017ei\u0165 zmenu, re\u0161tartujte aplik\xe1ciu", "refresh_data", "Obnovi\u0165 \xfadaje", "blank_contact", "Pr\xe1zdny kontakt", "activity", "Aktivita", _s16_194, "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_196, "\u010cak\xe1", _s16_197, "Neplatn\xe9", _s16_198, "Zlyhanie", _s16_199, "Dokon\u010den\xe9", _s16_200, _s17_212, _s16_201, "Vr\xe1ten\xe9", _s17_113, "Neaplikovan\xe9", _s17_114, _s19_10, "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_319, "reminder1", "Prv\xe1 Upomienka", "reminder2", "Druh\xe1 Upomienka", "reminder3", _s16_319, "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_133, "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_64, "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_202, "Platba \xfaspe\u0161ne archivovan\xe1", "deleted_payment", "Platba \xfaspe\u0161ne odstr\xe1nen\xe1", _s16_203, "Platba \xfaspe\u0161ne obnoven\xe1", _s17_115, "Platby \xfaspe\u0161ne archivovan\xe9", _s16_204, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch platieb: :count", _s17_116, "\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_10, "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_20, "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_46, "activity_28", _s28_65, "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", "tiket :ticket bol aktualizovan\xfd u\u017e\xedvate\u013eom :user", "activity_49", "tiket :ticket bol zatvoren\xfd u\u017e\xedvate\u013eom :user", "activity_50", ":user zl\xfa\u010dil tiket :ticket", "activity_51", ":user rozdelil tiket :ticket", "activity_52", ":contact otvoril tiket :ticket", "activity_53", ":contact znovu otvoril tiket :ticket", "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", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "Jednorazov\xe9 heslo", "emailed_quote", _s23_77, "emailed_credit", "Kredit bol \xfaspe\u0161ne odoslan\xfd e-mailom", _s20_54, "Ponuka bola \xfaspe\u0161ne ozna\u010den\xe1 ako odoslan\xe1", _s21_66, "Kredit bol \xfaspe\u0161ne ozna\u010den\xfd ako odoslan\xfd", "expired", "Vypr\u0161an\xe9", "all", "V\u0161etko", "select", "Vo\u013eba", _s22_38, "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_82, "Vlastn\xfd \u0161t\xfdl e-mailu", _s24_38, "Spr\xe1va vlastn\xe9ho informa\u010dn\xe9ho panelu", _s29_31, "Vlastn\xe1 spr\xe1va o nezaplatenej fakt\xfare", _s27_49, "Vlastn\xe1 spr\xe1va o zaplatenej fakt\xfare", _s31_13, "Vlastn\xe1 spr\xe1va o neschv\xe1lenej cenovej ponuke", "lock_invoices", "Uzamknutie fakt\xfar", "translations", "Preklady", _s19_47, "Vzor \u010d\xedsla \xfalohy", _s19_49, "Po\u010d\xedtadlo \u010d\xedsel \xfaloh", _s22_40, "Vzor \u010d\xedsla v\xfddavkov", _s22_42, "Po\u010d\xedtadlo \u010d\xedsel v\xfddavkov", _s21_67, "Vzor \u010d\xedsla predajcu", _s21_69, "Po\u010d\xedtadlo \u010d\xedsel predajcu", _s21_71, "Vzor \u010d\xedsla tiketu", _s21_73, "Po\u010d\xedtadlo \u010d\xedsel tiketu", _s22_44, "Vzor \u010d\xedsla platby", _s22_46, "Po\u010d\xedtadlo \u010d\xedsla platby", _s22_48, "Vzor \u010d\xedsla fakt\xfary", _s22_50, "Po\u010d\xedtadlo \u010d\xedsla fakt\xfary", _s20_55, "Vzor \u010d\xedsla cenovej ponuky", _s20_57, "Po\u010d\xedtadlo \u010d\xedsla ponuky", _s21_75, _s18_185, _s21_77, _s26_78, _s21_79, _s18_185, _s21_80, _s26_78, _s18_84, "Vynulova\u0165 d\xe1tum po\u010d\xedtadla", "counter_padding", "Counter Padding", _s28_55, "Po\u010d\xedtadlo zdie\u013eanej fakt\xfary", _s18_86, "Predvolen\xfd n\xe1zov dane 1", _s18_88, "Predvolen\xe1 sadzba dane 1", _s18_90, "Predvolen\xfd n\xe1zov dane 2", _s18_92, "Predvolen\xe1 sadzba dane 2", _s18_94, "Predvolen\xfd n\xe1zov dane 3", _s18_96, "Predvolen\xe1 sadzba dane 3", _s21_81, "Predmet e-mailovej fakt\xfary", _s19_51, "Predmet ponuky e-mailu", _s21_83, "Predmet platby e-mailom", _s29_33, "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_205, "Klient je akt\xedvny", "client_balance", "Zostatok klienta", "client_address1", "Ulica klienta", "client_address2", "Klientsky apartm\xe1n/byt", "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, "Ulica doru\u010denia klienta", _s24_41, "Byt/Apartman dodania klienta", "type", "Typ", "invoice_amount", "Suma fakt\xfary", _s16_209, _s16_316, "tax_rate1", "Sadzba dane 1", "tax_rate2", "Sadzba dane 2", "tax_rate3", "Sadzba dane 3", "auto_bill", _s21_133, "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_119, _s19_128, _s17_120, _s19_129, _s17_121, _s19_130, _s17_122, _s19_131, "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_53, "ID kateg\xf3rie v\xfddavkov", _s16_210, "Kateg\xf3ria v\xfddajov", _s19_55, "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_98, _s18_99, _s16_211, _s16_212], t1, t1), "sl", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Nastavi geslo", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Ogled stro\u0161ka # :expense", "view_statement", "Ogled izpiska", "sepa", "SEPA direktna bremenitev", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sistem", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Od (ime)", _s16_6, _s16_214, _s17_4, _s21_134, _s18_4, _s21_134, _s21_1, "Nov ponavaljajo\u010d stro\u0161ek", _s22_, "Uredi ponavaljajo\u010d stro\u0161ek", _s25_, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no ustvarjen", _s25_0, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no posodobljen", _s26_, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no arhiviran", _s25_1, "Project uspe\u0161no odstranjen", _s25_2, _s38_1, _s26_0, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no obnovljen", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Navodila", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvozi podatke", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "Ime kontakta", _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Varnost", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Naro\u010dnina", _s16_24, _s16_25, _s17_14, "Uredi naro\u010dnino", _s20_4, "Naro\u010dnina uspe\u0161no ustvarjena", _s20_5, "Naro\u010dnina uspe\u0161no posodobljena", _s21_13, "Naro\u010dnina uspe\u0161no arhivirana", _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", "Znova po\u0161lji vabilo", _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Po\u0161lji SMS", "sms_code", "SMS Code", _s21_17, "Skenirajte barkodo s aplikacijo kot na primer :link. Spodaj vnesite prvo generirano geslo za enkratno rabo.", _s18_21, "Dvostopenjska avtentikacija je omogo\u010dena", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "Dvostopenjska avtentikacija", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Ponovno po\u0161lji e-po\u0161to", _s26_5, _s33_7, _s16_36, "Vrnjeno pla\u010dilo", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Prej\u0161nje \u010detrtletje", "to_update_run", "To update run", _s18_24, "Pretvori v ra\u010dun", _s16_37, _s16_38, "invoice_project", "Fakturiraj projekt", "invoice_task", "Fakturiraj opravilo", "invoice_expense", "Stro\u0161ek ra\u010duna", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, "Pretvorjeni znesek", _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "Privzeti dokumenti", "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Stolpec", "sample", "Vzorec", "map_to", "Map To", "import", "Uvozi", _s25_12, _s29_1, "select_file", "Prosim izberi datoteko", _s16_45, _s16_46, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Delno pla\u010dilo do", "invoice_total", "Znesek", "quote_total", "Znesek predra\u010duna", "credit_total", "Dobropis skupaj", _s23_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "Kategorije stro\u0161kov", _s20_23, "Nova katergorija stro\u0161kov", _s21_25, _s21_26, _s24_14, "Kategorija stro\u0161kov uspe\u0161no ustvarjena", _s24_15, "Kategorija stro\u0161kov uspe\u0161no nadgrajena", _s25_16, "Kategorija stro\u0161kov uspe\u0161no arhivirana", _s24_16, "Kategorija uspe\u0161no odstranjena", _s24_17, _s37_2, _s25_17, "Kategorija stro\u0161kov uspe\u0161no obnovljena", _s27_14, "Kategorija stro\u0161kov :count uspe\u0161no arhivirana", _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "Bo fakturiran", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kot Aktivno", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Ponavljajo\u010di ra\u010dun", _s18_36, "Ponavljajo\u010di ra\u010duni", _s21_32, "Nov ponavljajo\u010di ra\u010dun", _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Ponavljajo\u010di ra\u010dun uspe\u0161no arhiviran", _s25_25, "Ponavljajo\u010di ra\u010dun uspe\u0161no odstranjen", _s25_26, _s38_10, _s26_9, "Ponavljajo\u010di ra\u010dun uspe\u0161no obnovljen", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Vrsti\u010dna postavka", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "Poglej portal", "copy_link", "Copy Link", "token_billing", "Shrani podatke kartice", _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, _s20_120, "emailed_quotes", "Uspe\u0161no poslani predra\u010duni", "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Prihajajo\u010di ra\u010duni", _s17_50, _s17_51, "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 predra\u010dun", "create_payment", "Create Payment", "create_vendor", "Ustvari prodajalca", "update_quote", "Update Quote", "delete_quote", "Odstrani ponubdo", "update_invoice", "Update Invoice", "delete_invoice", "Zbri\u0161i ra\u010dun", "update_client", "Update Client", "delete_client", "Odstrani stranko", "delete_payment", "Odstrani 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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API \u017eetoni", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "Po\u0161lji ra\u010dun na e-po\u0161to", "email_quote", "Po\u0161lji predra\u010dun", "email_credit", "Email Credit", "email_payment", "Po\u0161lji pla\u010dilo po elektronki po\u0161ti", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "Poka\u017ei PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Kontaktno ime", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, "Uredi pla\u010dilni pogoj", _s20_32, "Pla\u010dilni pogoji uspe\u0161no ustvarjeni", _s20_33, "Pla\u010dilni pogoji uspe\u0161no posodobljeni", _s21_35, "Pla\u010dilni pogoji uspe\u0161no arhivirani", _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Vra\u010dilo pla\u010dila", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Polno ime", _s17_62, "Mesto/Dr\u017eava/Po\u0161ta", _s17_64, "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_76, "Podatki podjetja uspe\u0161no odstranjeni", _s18_45, "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_28, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Potrdi licenco", "cancel_account", "Odstani ra\u010dun", _s22_19, "Opozorilo: Va\u0161 ra\u010dun bo trajno zbrisan. Razveljavitev ni mogo\u010da.", "delete_company", "Izbri\u0161i podjetje", _s22_20, "Opozorilo: Va\u0161e podjetne bo trajno zbrisano. Razveljavitev ni mogo\u010da.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Ponudbe", "tickets", "Tickets", _s16_81, "Ponavljajo\u010di predra\u010duni", "recurring_tasks", "Recurring Tasks", _s18_46, "Upravljanje ra\u010duna", "credit_date", "Datum dobropisa", "credit", "Dobropis", "credits", "Dobropisi", "new_credit", "Vnesi dobropis", "edit_credit", "Uredi dobropis", "created_credit", "Dobropis uspe\u0161no ustvarjen", "updated_credit", "Uspe\u0161no posodobljen dobropis", "archived_credit", "Dobropis uspe\u0161no arhiviran", "deleted_credit", "Dobropis uspe\u0161no odstranjen", "removed_credit", _s27_27, "restored_credit", "Dobropis uspe\u0161no obnovljen", _s16_83, "\u0160tevilo uspe\u0161no arhiviranih dobropisov: :count", "deleted_credits", "\u0160tevilo uspe\u0161no odstranjenih dobropisov: :count", _s16_84, _s36_5, "current_version", "Trenutna razli\u010dica", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "Izvedi ve\u010d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo podjetje", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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", "Subgroup", "is_active", "Is Active", "group_by", "Zdru\u017ei v skupino", "credit_balance", "Saldo dobropisa", _s18_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Kontaktni telefon", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Ulica (za dostavo)", _s17_71, "Hi\u0161na \u0161t./stanovanje (za dostavo)", "shipping_city", "Mesto (za dostavo)", "shipping_state", "Regija/pokrajina (za dostavo)", _s20_36, "Po\u0161tna \u0161t. (za dostavo)", _s16_115, "Dr\u017eava (za dostavo)", _s16_117, "Ulica (za ra\u010dun)", _s16_118, "Hi\u0161na \u0161t./Stanovanje (za ra\u010dun)", "billing_city", "Mesto (za ra\u010dun)", "billing_state", "Regija/pokrajina (za ra\u010dun)", _s19_23, "Po\u0161tna \u0161t. (za ra\u010dun)", "billing_country", "Dr\u017eave (za ra\u010dun)", "client_id", "Id stranke", "assigned_to", "Assigned to", "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", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_119, "Nepotrjen predra\u010dun", "help", "Pomo\u010d", "refund", "Vra\u010dilo", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Kontaktna e-po\u0161ta", "multiselect", "Multiselect", "entity_state", "Stanje", "verify_password", "Verify Password", "applied", "Applied", _s21_42, _s35_8, _s30_5, _s63_, "message", "Sporo\u010dilo", "from", "Od", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Ogled", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "Uporabnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "Prosim izberite stranko", "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Dav\u010dne nastavitve", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Proklop", _s19_27, _s20_44, "options", "Mo\u017enosti", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Oddaj", _s16_127, "Obnovite va\u0161e geslo", "late_fees", "Late Fees", "credit_number", "\u0160t. dobropisa", "payment_number", "Payment Number", "late_fee_amount", "Vrednost zamudnih obresti", _s16_128, "Odstotek za zamudne obresti", "schedule", "Urnik", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Dnevi", "invoice_email", "Ra\u010dun", "payment_email", "Potrdilo", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Predra\u010dun", _s16_130, "Periodi\u010den opomin", _s16_132, _s16_133, "administrator", "Upravljalec", _s18_65, "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_33, "updated_user", "Uporabnik uspe\u0161no posodobljen", "archived_user", "Uporabnik uspe\u0161no arhiviran", "deleted_user", "Uporabnik uspe\u0161no odstranjen", "removed_user", _s25_36, "restored_user", "Uporabnik uspe\u0161no obnovljen", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "Splo\u0161ne nastavitve", "invoice_options", "Mo\u017enosti ra\u010duna", _s17_77, "Skrij datum pla\u010dila", _s22_27, 'Prika\u017ei le "Pla\u010dano" polje v ra\u010dunu, nakar je bilo pla\u010dilo prejeto.', _s23_18, "Omogo\u010deni dokumenti", _s28_19, "V ra\u010dunu vklju\u010di pripete slike.", _s16_136, "Prika\u017ei glavo na", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, "Samodejno arhiviraj predra\u010dune po pretvorbi.", _s18_68, "Samodejna Pretvorba", _s23_21, "Samodejno pretvori predra\u010dun v ra\u010dun, ki ga stranka potrdi.", _s17_79, _s17_80, "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_81, "Trije meseci", _s16_138, "Na \u0161tiri mesece", "freq_six_months", "\u0160est mesecev", "freq_annually", "Letno", "freq_two_years", "Na dve leti", _s16_139, "Three Years", "never", "Nikoli", "company", "Company", _s17_82, "Ustvarjene \u0161tevilke", "charge_taxes", "Zara\u010dunaj davke", "next_reset", "Naslednja ponastavitev", "reset_counter", "Ponastavi \u0161tevec", _s16_140, "Predpona ponavljajo\u010dih", "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_84, _s17_85, "client_field", "Client Field", "product_field", "Polje izdelka", "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", "Predpona", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "CSS po meri", _s17_86, _s17_87, _s16_142, "Prika\u017ei na PDF", _s21_53, "Prika\u017ei podpis stranke na PDF ra\u010dunu/predra\u010dunu.", _s25_38, "Potrditev pogojev ra\u010duna", _s30_6, "Stranka mora potrditi strinjanje s pogoji na ra\u010dunu.", _s23_22, "Potrditev pogojev predra\u010duna", _s28_20, "Stranka mora potrditi strinjanje s pogoji na predra\u010dunu.", _s25_39, "Podpis ra\u010duna", _s30_7, "Zahteva od stranke, da zagotovi svoj podpis.", _s23_23, "Podpis predra\u010duna", _s22_29, "Za\u0161\u010diti ra\u010dune z geslom", _s27_29, "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_24, "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_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "Omogo\u010di ozna\u010dbe.", "reply_to_email", "Reply-To", "reply_to_name", "Reply-To Name", "bcc_email", "BCC", "processed", "Processed", "credit_card", _s16_228, "bank_transfer", "Ban\u010dno nakazilo", "priority", "Priority", "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_30, "Prikazani logotipi katric", "credentials", "Credentials", "update_address", "Posodobi naslov", _s19_32, "Posodobi naslov stranke z predlo\u017eenimi podatki", "rate", "Cena", "tax_rate", "Dav\u010dna stopnja", "new_tax_rate", "Nova dav\u010dna stopnja", "edit_tax_rate", "Uredi dav\u010dno stopnjo", _s16_145, "Dav\u010dna stopnja uspe\u0161no ustvarjena", _s16_146, "Dav\u010dna stopnja uspe\u0161no posodobljena", _s17_89, "Dav\u010dna stopnja uspe\u0161no arhivirana", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Samodejno vnesi izdelke", _s18_71, "Izbira izdelka bo samodejno vnesla opis in ceno", "update_products", "Samodejno posodobi izdelke", _s20_47, "Posodobitev ra\u010duna bo samodejno posodobila knji\u017enico izdelkov", _s16_148, "Pretvori izdelke", _s21_54, "Samodejno pretvori cene izdelkov v valuto stranke", "fees", "Provizije", "limits", "Omejitve", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Zavrzi spremembe", "default_value", "Default value", "disabled", "Onemogo\u010deno", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Po\u0161lji opomnike", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logotip", "saved_settings", _s27_32, _s16_154, "Nastavitve izdelka", "device_settings", "Device Settings", "defaults", "Privzeto", "basic_settings", "Osnovne nastavitve", _s17_94, "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_29, "Predloge in opomini", _s22_30, _s20_49, _s19_38, "Vizualizacija podatkov", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "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_77, _s18_78, _s21_58, _s34_13, "download", "Prenesi", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenti", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Datum stro\u0161ka", "pending", "V teku", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Pretvorjeno", _s24_30, "Pripni datoteke", "exchange_rate", "Menjalni te\u010daj", _s16_163, "Pretvori valuto", "mark_paid", "Ozna\u010di kot pla\u010dano", "category", "Kategorija", "address", "Naslov", "new_vendor", "Nov prodajalec", "created_vendor", "Prodajalec uspe\u0161no ustvarjen", "updated_vendor", "Prodajalec uspe\u0161no posodobljen", "archived_vendor", "Prodajalec uspe\u0161no arhiviran", "deleted_vendor", "Prodajalec uspe\u0161no odstranjen", "restored_vendor", "Prodajalec uspe\u0161no obnovljen", _s16_164, "\u0160tevilo uspe\u0161no arhiviranih prodajalcev: :count clients", "deleted_vendors", "\u0160tevilo uspe\u0161no odstranjenih prodajalcev: :count", _s16_165, _s36_7, "new_expense", "Vnesi stro\u0161ek", "created_expense", "Stro\u0161ek uspe\u0161no vne\u0161en", "updated_expense", "Stro\u0161ek uspe\u0161no posodobljen", _s16_166, "Stro\u0161ek uspe\u0161no arhiviran", "deleted_expense", "Stro\u0161ek uspe\u0161no odstranjen", _s16_167, "Stro\u0161ek uspe\u0161no obnovljen", _s17_100, "Stro\u0161ki uspe\u0161no arhivirani", _s16_168, "Stro\u0161ki uspe\u0161no odstranjeni", _s17_101, _s37_9, "copy_shipping", "Kopiraj naslov za dostavo", "copy_billing", "Kopiraj naslov za ra\u010dun", "design", "Design", _s21_59, _s21_60, "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_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Predvidene ure", "created_project", "Projekt uspe\u0161no ustvarjen", "updated_project", "Projekt uspe\u0161no posodobljen", _s16_171, "Projekt uspe\u0161no arhiviran", "deleted_project", "Projekt uspe\u0161no odstranjen", _s16_172, "Projekt uspe\u0161no obnovljen", _s17_102, "\u0160tevilo uspe\u0161no arhiviranih projektov: :count", _s16_173, "\u0160tevilo uspe\u0161no odstranjenih projektov: :count", _s17_103, _s37_10, "new_project", "Now projekt", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "klikni tukaj", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Noga", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Obseg po meri", "date_range", "\u010casovno obdobje", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, "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", "More", "edit_client", "Uredi stranko", "edit_product", "Uredi izdelek", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi predra\u010dun", "edit_payment", "Uredi pla\u010dilo", "edit_task", "Uredi opravilo", "edit_expense", "Uredi stro\u0161ek", "edit_vendor", "Uredi prodajalca", "edit_project", "Uredi projekt", _s20_50, "Uredi ponavaljajo\u010d predra\u010dun", "billing_address", "Naslov za po\u0161iljanje ra\u010duna", _s16_176, "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", "Sort", "search", "I\u0161\u010di", "active", "Aktivno", "archived", "Arhivirano", "deleted", "Odstranjeno", "dashboard", "Nadzorna plo\u0161\u010da", "archive", "Arhiv", "delete", "Odstrani", "restore", "Obnovitev", _s16_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, "Prosim vnesi klju\u010d izdelka", "ascending", "Nara\u0161\u010dajo\u010de", "descending", "Padajo\u010de", "save", "Shrani", _s17_106, _s17_107, "paid_to_date", "\u017de pla\u010dano", "balance_due", "Za pla\u010dilo", "balance", "Saldo", "overview", "Overview", "details", "Podrobnosti", "phone", "Telefon", "website", "Spleti\u0161\u010de", "vat_number", "Dav\u010dna \u0161t.", "id_number", "ID \u0161t.", "create", "Ustvari", _s19_46, _s30_13, "error", "Error", _s16_180, _s16_181, "contacts", "Kontakti", "additional", "Additional", "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_182, _s16_183, "product", "Izdelek", "products", "Izdelki", "new_product", "Nov izdelek", "created_product", "Izdelek uspe\u0161no ustvarjen", "updated_product", "Izdelek uspe\u0161no posodobljen", _s16_184, "Izdelek uspe\u0161no arhiviran", "deleted_product", "Izdelek uspe\u0161no odstranjen", _s16_185, "Izdelek uspe\u0161no obnovljen", _s17_108, "\u0160tevilo uspe\u0161no arhiviranih izdelkov: :count", _s16_186, "\u0160tevilo uspe\u0161no odstranjenih izdelkov: :count", _s17_109, _s37_11, "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_187, "\u0160tevilo uspe\u0161no arhiviranih strank: :count clients", "deleted_client", "Stranka uspe\u0161no odstranjena", "deleted_clients", "\u0160tevilo uspe\u0161no odstranjenih strank: :count", "restored_client", "Stranka uspe\u0161no obnovljena", _s16_188, _s36_9, "address1", "Ulica", "address2", "Hi\u0161na \u0161t./Stanovanje", "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_189, "Ra\u010dun uspe\u0161no arhiviran", "deleted_invoice", "Ra\u010dun uspe\u0161no odstranjen", _s16_190, "Ra\u010dun uspe\u0161no obnovljen", _s17_110, "\u0160tevilo uspe\u0161no arhiviranih ra\u010dunov: :count invoices", _s16_191, "\u0160tevilo uspe\u0161no odstranjenih ponudb: :count invoices", _s17_111, _s37_12, "emailed_invoice", _s20_120, "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 zapadlost", "quote_number", "\u0160t. predra\u010duna", "quote_date", "Datum predra\u010duna", "valid_until", "Veljavnost", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Opis", "unit_cost", "Cena", "quantity", "Koli\u010dina", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Slu\u017ebeni telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Rok pla\u010dila", _s16_192, "Delno pla\u010dilo do datuma", "status", "Stanje", _s17_112, "Invoice Status", "quote_status", "Stanje predra\u010duna", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Skupaj", "percent", "Odstotek", "edit", "Uredi", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "task_rate", "Urna postavka", "settings", "Nastavitve", "language", "Language", "currency", "Valuta", "created_at", "Ustvarjen dne", "created_on", "Created On", "updated_at", "Updated", "tax", "DDV", _s30_14, _s30_15, _s27_42, "Prosim vnesi \u0161tevilko predra\u010duna", "past_due", "Zapadlo", "draft", "Osnutek", "sent", "Poslano", "viewed", "Viewed", "approved", "Approved", "partial", "Delno pla\u010dilo/polog", "paid", "Pla\u010dano", "mark_sent", "Ozna\u010di kot poslano", _s22_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Kon\u010dano", _s37_13, _s37_14, "dark_mode", "Temen na\u010din", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Dejavnost", _s16_194, _s16_195, "clone", "Kloniraj", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Pla\u010dilni pogoji", "payment_date", "Datum pla\u010dila", "payment_status", "Payment Status", _s16_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "net", "Net", "client_portal", "Portal za stranke", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Omogo\u010deno", "recipients", "Prejemniki", "initial_email", "Prva e-po\u0161ta", "first_reminder", "Prvi opomin", "second_reminder", "Drugi opomin", "third_reminder", "Tretji opomin", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "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", "Auto billing", "button", "Button", "preview", "Predogled", "customize", "Prilagodi po meri", "history", "Zgodovina", "payment", "Pla\u010dilo", "payments", "Pla\u010dila", "refunded", "Refunded", "payment_type", "Na\u010din pla\u010dila", _s21_64, _s21_90, "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_202, "Pla\u010dilo uspe\u0161no arhivirano", "deleted_payment", "Pla\u010dilo uspe\u0161no odstranjeno", _s16_203, "Pla\u010dilo uspe\u0161no obnovljeno", _s17_115, "\u0160tevilo uspe\u0161no arhiviranih pla\u010dil: :count", _s16_204, "\u0160tevilo uspe\u0161no odstranjenih pla\u010dil: :count", _s17_116, _s37_15, "quote", "Predra\u010dun", "quotes", "Predra\u010duni", "new_quote", "Nov predra\u010dun", "created_quote", "Predra\u010dun uspe\u0161no ustvarjen", "updated_quote", "Predra\u010dun uspe\u0161no posodobljen", "archived_quote", "Predra\u010dun uspe\u0161no arhiviran", "deleted_quote", "Predra\u010dun uspe\u0161no odstranjen", "restored_quote", "Predra\u010dun uspe\u0161no obnovljen", "archived_quotes", "\u0160tevilo uspe\u0161no arhiviranih predra\u010dunov:", "deleted_quotes", "\u0160tevilo uspe\u0161no odstranjenih predra\u010dunov: :count", "restored_quotes", _s35_14, "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", ":user je posodobil zahtevek :ticker", "activity_49", ":user je zaprl zahtevek :ticket", "activity_50", ":user je zdru\u017eil zahtevek :ticket", "activity_51", ":user je razdru\u017eil zahtevek :ticket", "activity_52", ":contact je odprl zahtevek :ticket", "activity_53", ":contact je ponovno odprl zahtevek :ticket", "activity_54", ":user je ponovno odprl zahtevek :ticket", "activity_55", ":contact je odgovoril na zahtevek :ticket", "activity_56", ":user si je ogledal zahtevek :ticket", "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "Geslo za enkratno uporabo", "emailed_quote", "Predra\u010dun uspe\u0161no poslan", "emailed_credit", _s27_56, _s20_54, "Predra\u010dun ozna\u010den kot poslan", _s21_66, _s34_15, "expired", "Poteklo", "all", "Vse", "select", "Izberi", _s22_38, _s22_39, "custom_value1", _s16_320, "custom_value2", _s16_320, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u0160tevec za ra\u010dun", _s20_55, _s20_56, _s20_57, "\u0160tevec \u0161tevilke predra\u010duna", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Tip", "invoice_amount", "Znesek ra\u010duna", _s16_209, "Veljavnost", "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, "Kategorija stro\u0161kov", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "es", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Asignar Contrase\xf1a", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s20_121, "view_statement", "Ver Estado De Cuenta", "sepa", "D\xe9bito Directo SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sistema", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Nombre Remitente", _s16_6, _s16_214, _s17_4, "Gasto Recurrente", _s18_4, "Gastos Recurrentes", _s21_1, "Nuevo Gasto Recurrente", _s22_, "Editar Gasto Recurrente", _s25_, "Gasto recurrente creado con \xe9xito", _s25_0, "Gasto recurrente actualizado con \xe9xito", _s26_, "Gasto recurrente archivado con \xe9xito", _s25_1, _s28_89, _s25_2, _s38_1, _s26_0, "Gasto recurrente restaurado con \xe9xito", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Gu\xeda de Usuario", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "Primer Nombre de Contacto", _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Suscripciones", _s16_24, _s16_25, _s17_14, "Editar suscripci\xf3n", _s20_4, _s32_31, _s20_5, _s37_26, _s21_13, "Suscripci\xf3n correctamente archivada", _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s19_132, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, "Escanee el c\xf3digo de barras con una aplicaci\xf3n compatible con :link", _s18_21, "Autenticaci\xf3n de Dos Factores habilitada con \xe9xito", "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, "Autenticaci\xf3n de Dos Factores", _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "\xdaltimo Trimestre", "to_update_run", "To update run", _s18_24, _s19_133, _s16_37, "URL de Registro", "invoice_project", "Facturar proyecto", "invoice_task", "Tarea de Factura", "invoice_expense", "Facturar Gasto", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s18_186, _s16_43, "Cantidad Convertida", _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "Documentos por defecto", "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "Columna", "sample", "Ejemplo", "map_to", "Map To", "import", "Importar", _s25_12, _s29_1, "select_file", "Por favor selecciona un archivo", _s16_45, _s16_46, "csv_file", _s23_78, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", _s18_187, "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, _s18_32, _s20_23, _s20_24, _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, "Categor\xeda actualizada con \xe9xito", _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, _s18_188, _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", _s18_189, "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, _s18_190, _s18_36, _s20_122, _s21_32, _s24_83, _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Factura peri\xf3dica archivada", _s25_25, "Factura peri\xf3dica borrada", _s25_26, _s38_10, _s26_9, "Factura peri\xf3dica restaurada", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Ganancia", "line_item", "Item de Linea", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Abierto", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Guardar detalles de la tarjeta", _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "Facturas enviadas por correo electr\xf3nico con \xe9xito.", "emailed_quotes", "Cotizaciones enviadas por correo electr\xf3nico con \xe9xito.", "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, _s17_213, _s17_50, _s17_51, "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_321, "update_client", "Update Client", "delete_client", _s16_322, "delete_payment", "Eliminar Pago", "update_vendor", _s20_123, "delete_vendor", _s16_323, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_134, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "Enviar factura por correo", "email_quote", "Enviar Cotizaci\xf3n", "email_credit", "Email Credit", "email_payment", "Enviar Pago por Correo Electr\xf3nico", _s20_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s26_79, _s20_32, "T\xe9rmino de pago creado con \xe9xito", _s20_33, "T\xe9rmino de pago actualizado con \xe9xito", _s21_35, "T\xe9rmino de pago archivado con \xe9xito", _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", _s19_135, "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", _s18_191, "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Nombre Completo", _s17_62, _s17_63, _s17_64, "C\xf3digo Postal/Ciudad/Estado", "custom1", "Primero Personalizado", "custom2", _s21_113, "custom3", "Tercero Personalizado", "custom4", "Cuarto Personalizado", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_76, "Datos de la empresa purgados con \xe9xito", _s18_45, "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_214, "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_29, "Recibir Todas Las Notificaciones", _s16_77, _s16_324, "apply_license", "Activar Licencia", "cancel_account", "Cancelar Cuenta", _s22_19, "AVISO: Esta acci\xf3n eliminar\xe1 tu cuenta de forma permanente.", "delete_company", "Eliminar Empresa", _s22_20, "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_96, "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_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Propuestas", "tickets", "Tickets", _s16_81, "Cotizaciones Recurrentes", "recurring_tasks", _s18_192, _s18_46, _s18_47, "credit_date", _s16_325, "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_83, ":count creditos archivados con \xe9xito", "deleted_credits", ":count creditos eliminados con \xe9xito", _s16_84, _s36_5, "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltiima Versi\xf3n", "update_now", "Actualizarse Ahora", _s26_16, "Una nueva versi\xf3n de la aplicaci\xf3n est\xe1 disponible", _s16_85, _s24_84, "app_updated", "Actualizaci\xf3n completada con \xe9xito", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id de Rastreo", _s17_66, "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_68, "company2", _s23_69, "company3", _s23_70, "company4", _s23_71, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_326, _s18_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Tel\xe9fono de Contacto", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Calle de Env\xedo", _s17_71, "Apto/Suite de Env\xedo", "shipping_city", "Ciudad de Env\xedo", "shipping_state", "Estado/Provincia de Env\xedo", _s20_36, "C\xf3digo Postal de Env\xedo", _s16_115, "Pa\xeds de Env\xedo", _s16_117, "Calle de Facturaci\xf3n", _s16_118, "Apto/Suite de Facturaci\xf3n", "billing_city", "Ciudad de Facturaci\xf3n", "billing_state", "Estado/Provincia de Facturaci\xf3n", _s19_23, "C\xf3digo Postal de Facturaci\xf3n", "billing_country", "Pa\xeds de Facturaci\xf3n", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_327, "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_124, "reports", "Informes", "report", "Reporte", "add_company", "Agregar Empresa", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Mensaje", "from", "De", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "Usuario", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", _s26_80, _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Opciones", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Enviar", _s16_127, "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_128, "Porcentaje Tarifa por Tardanza", "schedule", "Programar", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "D\xedas", "invoice_email", "Correo de Factura", "payment_email", "Correo de Pago", "partial_payment", "Pago Parcial", "payment_partial", "Partial Payment", _s21_51, "Correo Electr\xf3nico de Pago Parcial", "quote_email", "Correo de Cotizacion", _s16_130, "Recordatorio sin fin", _s16_132, _s16_133, "administrator", "Administrador", _s18_65, "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_33, "updated_user", "Usario actualizado con \xe9xito", "archived_user", "Usuario archivado", "deleted_user", "Usario eliminado con \xe9xito", "removed_user", _s25_36, "restored_user", "Usuario restaurado con \xe9xito", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, _s21_135, "invoice_options", _s19_136, _s17_77, "Ocultar Valor Pagado a la Fecha", _s22_27, "Solo mostrar la opci\xf3n \u201cPagado a la fecha\u201d en sus facturas cuando se ha recibido un pago.", _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Mostrar encabezado", _s16_137, "Mostrar pie", "first_page", "Primera p\xe1gina", "all_pages", _s17_215, "last_page", "\xdaltima p\xe1gina", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Color Primario", "secondary_color", _s16_328, "page_size", "Page Size", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1o de Cotizaci\xf3n", "invoice_fields", _s17_216, "product_fields", _s18_193, "invoice_terms", _s23_79, "invoice_footer", "Pie de p\xe1gia de la factura", "quote_terms", "Terminos de Cotizaci\xf3n", "quote_footer", "Pie de la Cotizaci\xf3n", _s18_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convertir", _s23_21, "Convierte un presupuesto en factura automaticamente cuando los aprueba el cliente.", _s17_79, _s17_80, "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_81, "Tres meses", _s16_138, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Annually", "freq_two_years", "Dos a\xf1os", _s16_139, "Three Years", "never", "Never", "company", "Empresa", _s17_82, _s17_217, "charge_taxes", _s16_329, "next_reset", "Siguiente Reinicio", "reset_counter", _s18_174, _s16_140, _s18_194, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", _s16_330, "company_value", "Valor de Empresa", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_84, _s17_85, "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_191, _s17_86, _s17_87, _s16_142, "Ver en PDF", _s21_53, "Mostrar la firma del cliente en los PDF de facturas/presupuestos.", _s25_38, "Casilla de los T\xe9rminos de la Factura", _s30_6, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la factura.", _s23_22, "Casilla de los T\xe9rminos de la Cotizaci\xf3n", _s28_20, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la cotizaci\xf3n.", _s25_39, "Firma de la Facturra", _s30_7, "Requerir que el cliente provea su firma.", _s23_23, "Firma de la Cotizaci\xf3n", _s22_29, _s32_32, _s27_29, "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_195, _s24_24, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_331, "attach_pdf", "Attach PDF", _s16_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, _s16_332, "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_30, "Logos de Tarjetas Aceptadas", "credentials", "Credentials", "update_address", _s20_125, _s19_32, "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_145, "Tasa de impuesto creada con \xe9xito", _s16_146, "Tasa de impuesto actualizada con \xe9xito", _s17_89, "Tasa de impuesto archivada con \xe9xito", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Auto-rellenar productos", _s18_71, _s74_0, "update_products", "Auto-actualizar productos", _s20_47, "Actualizar una factura autom\xe1ticamente actualizar\xe1 los productos", _s16_148, "Convertir productos", _s21_54, "Convertir autom\xe1ticamente precios de los productos a la moneda del cliente", "fees", "Tarifas", "limits", "L\xedmites", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Descartar Cambios", "default_value", "Default value", "disabled", "Deshabilitado", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, "Filtro por Proveedor", "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, "Configuraci\xf3n del Producto", "device_settings", "Device Settings", "defaults", "Valores por Defecto", "basic_settings", _s20_126, _s17_94, _s22_97, "company_details", _s22_98, "user_details", _s19_137, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Tasas de Impuesto", "notifications", "Notificaciones", "import_export", _s17_208, "custom_fields", "Campos personalizados", "invoice_design", "Dise\xf1o de factura", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s36_36, _s23_29, _s26_81, _s22_30, _s20_49, _s19_38, _s22_99, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "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_77, _s18_78, _s21_58, _s34_13, "download", "Descargar", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Documento", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Fecha del Gasto", "pending", "Pendiente", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "Convertido", _s24_30, _s31_37, "exchange_rate", "Tipo de Cambio", _s16_163, _s16_333, "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_164, _s41_14, "deleted_vendors", _s41_14, _s16_165, _s36_7, "new_expense", "Ingrese el Gasto", "created_expense", _s26_82, "updated_expense", _s31_38, _s16_166, _s29_77, "deleted_expense", _s27_83, _s16_167, _s29_16, _s17_100, _s31_39, _s16_168, _s29_78, _s17_101, _s37_9, "copy_shipping", "Copiar env\xedo", "copy_billing", "Copiar facturaci\xf3n", "design", "Design", _s21_59, _s21_60, "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_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", "Proyecto creado con \xe9xito", "updated_project", "Proyecto actualizado con \xe9xito", _s16_171, "Proyecto archivado con \xe9xito", "deleted_project", _s28_89, _s16_172, "Proyecto restaurado con \xe9xito", _s17_102, "Archivados con \xe9xito :count proyectos", _s16_173, "Eliminados con \xe9xito :count proyectos", _s17_103, _s37_10, "new_project", "Nuevo Proyecto", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "haz clic aqu\xed", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Pie de P\xe1gina", "compare", "Comparar", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Rango Personalizado", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s22_100, "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_174, _s16_175, "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_334, "edit_project", "Editar Proyecto", _s20_50, _s20_51, "billing_address", "Direcci\xf3n de facturaci\xf3n", _s16_176, "Direcci\xf3n de Env\xedo", "total_revenue", _s16_335, "average_invoice", _s23_80, "outstanding", _s18_196, "invoices_sent", _s24_85, "active_clients", _s16_336, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado con \xe9xito", "updated_product", _s30_66, _s16_184, "Producto archivado con \xe9xito", "deleted_product", _s30_66, _s16_185, "Producto restaurado con \xe9xito", _s17_108, ":count productos archivados con \xe9xito", _s16_186, "Eliminados con \xe9xito :count productos", _s17_109, _s37_11, "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_187, ":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_188, _s36_9, "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_189, "Factura archivada con \xe9xito", "deleted_invoice", "Factura eliminada con \xe9xito", _s16_190, "Factura restaurada con \xe9xito", _s17_110, ":count facturas archivados con \xe9xito", _s16_191, ":count facturas eliminadas con \xe9xito", _s17_111, _s37_12, "emailed_invoice", "Factura enviada con \xe9xito", "emailed_payment", "Pago enviado por correo con \xe9xito", "amount", "Cantidad", "invoice_number", _s17_218, "invoice_date", _s16_337, "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_192, "Fecha de Vencimiento Parcial", "status", "Estado", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Total", "percent", "Porciento", "edit", "Editar", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "task_rate", "Tasa de Tarea", "settings", "Configuraci\xf3n", "language", "Language", "currency", "Moneda", "created_at", _s17_219, "created_on", "Created On", "updated_at", "Updated", "tax", "Impuesto", _s30_14, _s30_15, _s27_42, _s27_43, "past_due", "Vencido", "draft", "Borrador", "sent", "Enviado", "viewed", "Viewed", "approved", "Approved", "partial", _s16_310, "paid", "Pagado", "mark_sent", "Marcar como enviado", _s22_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Hecho", _s37_13, _s37_14, "dark_mode", "Modo Oscuro", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Actividad", _s16_194, _s16_195, "clone", "Clon", "loading", "Cargando", "industry", "Industry", "size", "Size", "payment_terms", _s16_338, "payment_date", "Fecha de Pago", "payment_status", "Payment Status", _s16_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_138, "second_reminder", _s20_127, "third_reminder", _s19_139, "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_64, _s25_83, "enter_payment", "Agregar Pago", "new_payment", "Ingresa el Pago", "created_payment", "Pago creado con \xe9xito", "updated_payment", "Pago actualizado con \xe9xito", _s16_202, "Pago archivado con \xe9xito", "deleted_payment", "Pago eliminado con \xe9xito", _s16_203, "Pago restaurado con \xe9xito", _s17_115, ":count pagos archivados con \xe9xito", _s16_204, ":count pagos eliminados con \xe9xito", _s17_116, _s37_15, "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_14, "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Task", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_79, "activity_2", _s32_33, "activity_3", ":user elimin\xf3 el cliente :client", "activity_4", ":user cre\xf3 la factura :invoice", "activity_5", _s35_33, "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_35, "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_67, "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_36, "activity_27", _s31_40, "activity_28", ":user restaur\xf3 :credit cr\xe9ditos", "activity_29", ":contact aprov\xf3 la cotizaci\xf3n :quote para el cliente :client", "activity_30", _s30_68, "activity_31", _s33_37, "activity_32", _s33_38, "activity_33", _s34_30, "activity_34", ":user cre\xf3 expense :expense", "activity_35", _s31_41, "activity_36", _s31_42, "activity_37", _s32_34, "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_6, "activity_42", _s25_84, "activity_43", _s30_69, "activity_44", _s28_90, "activity_45", _s28_91, "activity_46", _s29_80, "activity_47", ":user actruliz\xf3 el gasto :expense", "activity_48", _s33_39, "activity_49", _s29_81, "activity_50", ":user fusion\xf3 el ticket :ticket", "activity_51", _s31_43, "activity_52", _s32_35, "activity_53", ":contact volvi\xf3 a abrir el ticket :ticket", "activity_54", ":user volvi\xf3 a abrir el ticket :ticket", "activity_55", _s36_37, "activity_56", ":user vi\xf3 el ticket :ticket", "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, "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_54, _s33_17, _s21_66, "Cr\xe9dito marcado como enviado con \xe9xito", "expired", "Vencida", "all", "All", "select", "Seleccionar", _s22_38, _s22_39, "custom_value1", _s19_121, "custom_value2", _s19_121, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Numeraci\xf3n de facturaci\xf3n", _s20_55, _s20_56, _s20_57, "Numeraci\xf3n de Cotizaciones", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, "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_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "Tipo", "invoice_amount", _s18_197, _s16_209, _s20_128, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "is_deleted", "Est\xe1 Eliminado", "vendor_city", _s20_129, "vendor_state", "Estado del Proveedor", "vendor_country", _s18_198, "is_approved", "Est\xe1 Aprobado", "tax_name", _s18_199, "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_53, _s19_54, _s16_210, "Categor\xeda de Gastos", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "es_ES", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "D\xe9bito directo", _s21_0, _s30_, "set_password", "Establecer Contrase\xf1a", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Pagos de d\xe9bito preautorizados", "becs", "D\xe9bito directo BECS", "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", _s20_121, "view_statement", "Ver Estado de cuenta", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sistema", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Nombre De", _s16_6, "Clonar a gasto", _s17_4, "Gasto Peri\xf3dico", _s18_4, "Gastos Peri\xf3dicos", _s21_1, "Nuevo Gasto Peri\xf3dico", _s22_, "Editar Gasto Peri\xf3dico", _s25_, "Gasto Peri\xf3dico creado correctamente", _s25_0, "Gasto Peri\xf3dico actualizado correctamente", _s26_, "Gasto Peri\xf3dico archivado correctamente", _s25_1, "Gasto Peri\xf3dico borrado correctamente", _s25_2, _s38_1, _s26_0, "Gasto Peri\xf3dico restaurado correctamente", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Gu\xeda del usuario", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "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_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s19_140, _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "C\xf3digo promocional", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Seguridad", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscripci\xf3n", "subscriptions", "Suscripciones", _s16_24, "Nueva Subscripci\xf3n", _s17_14, "Editar Suscripci\xf3n", _s20_4, _s32_31, _s20_5, _s37_26, _s21_13, "Suscripci\xf3n archivada correctamente", _s20_6, "Subscripci\xf3n borrada correctamente", _s20_7, "Subscripci\xf3n eliminada correctamente", _s21_14, "Subscripci\xf3n restaurada correctamente", _s19_4, "Buscar 1 Subscripci\xf3n", _s20_8, "Buscar :count Subscripciones", _s26_3, "El subdominio no est\xe1 disponible", "connect_gmail", "Conectar Gmail", _s16_26, "Desconectar Gmail", "connected_gmail", "Gmail conectado correctamente", _s18_20, "Gmail desconectado correctamente", _s16_28, "C\xe1mbios en el c\xf3digo pueden estar bloqueando la actualizaci\xf3n, puedes ejecutar este comando para descartar los cambios:", _s16_29, "N\xfamero ID Cliente", "count_minutes", ":count Minutos", _s16_31, "Caducidad de Contrase\xf1a", _s29_, "Contador de Factura/Cr\xe9dito Compartido", "use_last_email", "Usar \xfaltimo email", _s16_33, "Activar Compa\xf1\xeda", _s21_16, "Activar emails, facturas recurrentes y notificaciones", _s27_7, "Ha ocurrido un error, por favor int\xe9ntalo de nuevo", _s27_8, "Por favor, primero establezca una contrase\xf1a", _s34_1, "Atenci\xf3n: Cambiar el n\xfamero de tel\xe9fono desactivar\xe1 autenticaci\xf3n en 2 pasos", "help_translate", "Ayuda a Traducir", _s23_3, "Por favor, indica un pa\xeds", "resend_invite", _s19_132, _s19_5, "Autenticaci\xf3n en 2 pasos desactivada correctamente", _s16_35, "Cuenta conectada correctamente", _s19_6, "Cuenta desconectada correctamente", "delivered", "Entregado", "bounced", "Rebotados", "spam", "Spam", "view_docs", "Ver Documentos", _s32_0, "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_17, "Escanea el codigo de barras con una :link aplicacion compatible", _s18_21, "Autenticacion en dos pasos habilitada correctamente", "connect_google", "Conectar Google", _s17_16, "Desconectar Google", _s17_18, "Autenticacion en dos pasos", _s18_22, "Desactivar Autenticaci\xf3n en 2 Pasos", _s34_2, "Requerir contrase\xf1a con Social Login", "stay_logged_in", "Permanecer Conectado", _s23_5, "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_7, "Tiempo de finalizaci\xf3n de la sesi\xf3n Web", _s17_19, "Opciones de Seguridad", "resend_email", "Reenviar Email", _s26_5, "Por favor, confirma tu direcci\xf3n de email", _s16_36, "Pago Reembolsado", _s19_9, "Parcialmente sin aplicar", _s19_11, "Por favor, selecciona un usuario autenticado con Gmail", "list_long_press", "Pulsaci\xf3n Larga en Lista", "show_actions", "Mostrar Acciones", _s17_21, "Iniciar Multiselecci\xf3n", _s27_10, "Un email ha sido enviado para confirmar la direcci\xf3n de correo", _s21_18, "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_24, _s19_133, _s16_37, "URL de registro", "invoice_project", "Facturar Proyecto", "invoice_task", "Facturar tarea", "invoice_expense", "Facturar Gasto", _s19_12, "Buscar 1 T\xe9rmino de Pago", _s20_9, "Buscar :count T\xe9rminos de Pago", _s16_39, "Guardar y Previsualizar", "save_and_email", "Guardar y Enviar", _s16_41, _s18_186, _s16_43, "Cuenta convertida", _s17_23, "Balance Convertido", _s22_3, "Pagado a la fecha convertido", _s24_4, "Saldo de cr\xe9dito convertido", "converted_total", "Total convertido", "is_sent", "Enviada", _s17_25, "Documents por defecto", "document_upload", "Subir Documento", _s20_10, "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_20, "Modo de depuraci\xf3n activo", _s26_6, "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_27, "Pr\xf3ximos Gastos", "update_app", "Actualizar App", "started_import", "Importaci\xf3n iniciada correctamente", _s24_6, "Mapeo de columnas duplicado", _s20_11, "Usar Impuestos Inclusivos", _s18_26, "Es cantidad de descuento", "column", "Columna", "sample", "Ejemplo", "map_to", "Mapear a", "import", "Importar", _s25_12, "Usar primera fila como nombres de columna", "select_file", "Seleccionar archivo", _s16_45, "No hay archivos seleccionados", "csv_file", _s23_78, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidad", _s22_5, "Por favor facilita todos los CSVs.", "import_type", "Importar Tipo", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Ver Licencias", "webhook_url", "Webhook URL", _s17_29, "Editor a Pantalla Completa", "sidebar_editor", "Editor de Barra Lateral", _s22_6, '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_9, "Las facturas enviadas est\xe1n bloqueadas", _s24_11, "Las facturas pagadas est\xe1n bloqueadas", "source_code", "C\xf3digo Fuente", "app_platforms", "A\xf1adir Plataformas", "invoice_late", "Atraso de Factura", "quote_expired", _s20_130, "partial_due", "Adelanto", "invoice_total", "Total Facturado", "quote_total", "Total Presupuestado", "credit_total", "Cr\xe9dito Total", _s23_6, "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_13, "Advertencia: esta compa\xf1\xeda a\xfan no ha sido activada", "late_invoice", "Factura Atrasada", "expired_quote", _s20_130, "remind_invoice", "Recordar Factura", "cvv", "CVV", "client_name", _s18_187, "client_phone", "Tel\xe9fono del Cliente", "required_fields", "Campos Requeridos", "calculated_rate", "Tasa Calculada", _s17_31, "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_47, "Editar Estado de Tarea", _s19_13, "Estado de tarea creado correctamente", _s19_14, "Se actualiz\xf3 correctamente el estado de la tarea", _s20_13, "Estado de tarea archivado correctamente", _s19_15, "Estado de tarea borrado correctamente", _s19_16, "Estado de tarea eliminado correctamente", _s20_14, "Estado de tarea restaurado correctamente", _s22_7, ":value estados de tarea archivados correctamente", _s21_22, ":value estados de tarea borrados correctamente", _s22_8, ":value estados de tarea restaurados correctamente", _s18_28, "Buscar 1 Estado de Tarea", _s20_16, "Buscar :count Estados de Tarea", _s16_49, "Mostrar Tabla de Tareas", _s21_23, "Mostrar siempre la secci\xf3n de tareas cuando se creen facturas", _s20_17, "Registro de Tiempo de Tarea Facturada", _s25_13, "A\xf1adir detalles de tiempo a los art\xedculos de l\xednea de factura", _s20_19, "Fecha de Tarea en Factura", _s25_14, "A\xf1adir detalles de fecha a los art\xedculos de l\xednea de la factura", _s21_24, "Empezar tareas antes de guardar", _s18_29, _s18_183, "task_settings", "Configuraci\xf3n de Tareas", _s20_21, "Configurar Categor\xedas", _s18_31, "Categor\xedas de Gasto", _s20_23, "Nueva Categor\xeda de Gasto", _s21_25, "Editar Categor\xeda de Gasto", _s24_14, "Categor\xeda de gasto creada correctamente", _s24_15, "Categor\xeda de gasto actualizada correctamente", _s25_16, "Categor\xeda de gasto archivada correctamente", _s24_16, "Categor\xeda eliminada correctamente", _s24_17, "Categor\xeda de gasto eliminada correctamente", _s25_17, "Categor\xeda de Gasto restaurada correctamente", _s27_14, ":count categor\xedas de gasto actualizados correctamente", _s26_7, ":value categor\xedas de gasto borradas correctamente", _s27_15, ":value categor\xedas de gasto restauradas correctamente", _s23_7, "Buscar 1 Categor\xeda de Gasto", _s25_19, "Buscar :count Categor\xedas de Gasto", _s21_27, "Usar Cr\xe9dito Disponible", "show_option", "Mostrar Opci\xf3n", _s22_9, "La cantidad de cr\xe9dito no puede exceder la cantidada pagada", "view_changes", "Ver Cambios", "force_update", "Forzar Actualizaci\xf3n", _s17_33, "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_33, _s18_188, _s23_8, "Activar que los gastos sean facturables", _s29_2, "Hacer los documentos visibles", _s21_29, "Establecer un tipo de cambio", _s16_51, "Configuraci\xf3n de Gastos", _s18_34, "Clonar a Recurrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "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_34, "Activar Auto Facturaci\xf3n", "total_taxes", "Impuestos Totales", "line_taxes", "Impuestos de L\xednea", "total_fields", "Campos Totales", _s25_20, "Se ha parado la factura recurrente correctamente", _s25_21, "Se ha iniciado la factura recurrente correctamente", _s25_22, "Se ha reiniciado la factura recurrente correctamente", "gateway_refund", "Pasarela de Devoluci\xf3n", _s19_17, "Procesar la devoluci\xf3n con la pasarela de pago", "due_date_days", _s20_128, "paused", "Pausado", "mark_active", _s18_189, "day_count", "D\xeda :count", _s22_10, "Primer D\xeda del Mes", _s21_30, "\xdaltimo D\xeda del Mes", _s17_36, "Usar T\xe9rminos de Pago", "endless", "Sin F\xedn", "next_send_date", "Pr\xf3xima Fecha de Env\xedo", _s16_53, "Ciclos Pendientes", _s17_38, _s18_190, _s18_36, _s20_122, _s21_32, _s24_83, _s22_12, "Editar Factura Recurrente", _s25_23, "Factura recurrente creada correctamente", _s25_24, "Factura recurrente actualizada correctamente", _s26_8, "Factura recurrente archivada correctamente", _s25_25, "Factura recurrente borrada correctamente", _s25_26, "Factura recurrente eliminada correctamente", _s26_9, "Factura recurrente restaurada correctamente", _s27_16, ":value facturas recurrentes archivadas correctamente", _s26_10, ":value facturas recurrentes borradas correctamente", _s27_17, ":value facturas recurrentes restauradas correctamente", _s24_18, "Buscar 1 Factura Recurrente", _s25_27, "Buscar :count Facturas Recurrentes", "send_date", "Fecha de Env\xedo", "auto_bill_on", "Facturaci\xf3n Autom\xe1tica Activa", _s28_6, "Cantidad M\xednima de Pago", "profit", "Beneficio", "line_item", "Linea de Concepto", _s18_38, "Permitir Sobrepago", _s23_9, "Permitir pagos extra para aceptar propinas", _s19_18, "Permitir Pago de Menos", _s24_19, "Permitir pagar como m\xednimo la cantidad parcial/dep\xf3sito", "test_mode", "Modo Test", "opened", "Abiertos", _s30_1, "Fallo de Conciliaci\xf3n", _s30_2, "Concilicaci\xf3n correcta", "gateway_success", "\xc9xito de pasarela", "gateway_failure", "Fallo de Pasarela", "gateway_error", "Error de Pasarela", "email_send", "Email Enviado", _s17_40, "Cola de Reenv\xedo de Email", "failure", "Fallo", "quota_exceeded", "Cuota Excedida", _s16_55, _s16_56, "system_logs", "Registros del Sistema", "view_portal", "Ver portal", "copy_link", "Copiar Enlace", "token_billing", "Guardar datos de la tarjeta", _s24_20, "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_40, "\xdaltimo recordatorio enviado", "pdf_page_info", "P\xe1gina :current de :total", _s16_57, "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_65, "record_type", _s16_278, "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_26, "Email de Pago Online", _s20_28, "Email de Pago Manual", "completed", "Completado", "gross", "Bruto", "net_amount", "Importe Neto", "net_balance", "Balance Neto", "client_settings", "Configuraci\xf3n de Cliente", _s17_42, "Facturas Seleccionadas", _s17_44, "Pagos Seleccionados", "selected_quotes", "Presupuestos Seleccionados", "selected_tasks", "Tareas Seleccionadas", _s17_46, "Gastos Seleccionados", _s17_48, _s17_213, _s17_50, "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_321, "update_client", "Actualizar Cliente", "delete_client", _s16_322, "delete_payment", "Eliminar Pago", "update_vendor", _s20_123, "delete_vendor", _s16_323, "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_122, "hide_sidebar", _s21_109, "event_type", "Tipo de Evento", "target_url", "objetivo", "copy", "Copiar", "must_be_online", "Por favor reinicia la app cuando te conectes a internet", _s17_52, "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_59, "Webhook archivado correctamente", "deleted_webhook", "Webhook borrado correctamente", "removed_webhook", "Webhook eliminado correctamente", _s16_60, "Webhook restaurado correctamente", _s17_53, ":value webhooks archivados correctamente", _s16_61, ":value webhooks borrados correctamente", _s16_62, ":value webhooks eliminados correctamente", _s17_54, ":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_82, "removed_token", _s29_82, "restored_token", "Token restaurado correctamente", "archived_tokens", ":value tokens archivados correctamente", "deleted_tokens", ":value tokens borrados correctamente", "restored_tokens", ":value tokens restaurados correctamente", _s19_20, _s19_134, _s24_22, "Permitir a los clientes auto-registrarse en el portal", _s21_34, "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_31, "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_63, _s16_282, "contact_name", _s19_140, "use_default", "Usar por defecto", _s16_65, "Recordatorios Sin F\xedn", "number_of_days", "N\xfamero de d\xedas", _s23_11, "Configurar T\xe9rminos de Pago", "payment_term", "T\xe9rmino de Pago", _s16_66, "Nuevo T\xe9rmino de Pago", _s17_56, _s26_79, _s20_32, "T\xe9rminos de pago creados correctamente", _s20_33, "T\xe9rminos de pago actualizados correctamente", _s21_35, "T\xe9rminos de pago archivados correctamente", _s20_34, "T\xe9rmino de pago borrado correctamente", _s20_35, "T\xe9rmino de pago eliminado correctamente", _s21_36, "T\xe9rmino de pago restaurado correctamente", _s22_17, ":value t\xe9rminos de pago archivados correctamente", _s21_37, ":value t\xe9minos de pago borrados correctamente", _s22_18, ":value t\xe9minos de pago restaurados correctamente", "email_sign_in", "Ingresar con email", "change", "Cambiar", _s23_13, "\xbfCambiar al formato de m\xf3vil?", _s24_23, "\xbfCambiar al formato de escritorio?", "send_from_gmail", "Enviar desde Gmail", "reversed", "Revertida", "cancelled", "Cancelada", "credit_amount", _s19_135, "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_42, "Parcialmente Reintegrada", _s16_68, "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_69, "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_191, "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_60, "Factura cancelada correctamente", _s18_44, "Facturas canceladas correctamente", _s16_75, "Factura revertida correctamente", _s17_61, "Facturas revertidas correctamente", "reverse", "Revertir", "full_name", "Nombre completo", _s17_62, "Ciudad / Provincia / C.Postal", _s17_64, "C.Postal / Ciudad / Provincia", "custom1", "Primera personalizaci\xf3n", "custom2", "Segunda personalizaci\xf3n", "custom3", _s23_81, "custom4", "Cuarta Personalizaci\xf3n", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_76, "Datos de la empresa purgados correctamente", _s18_45, "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_214, "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_29, "Recibir Todas las Notificaciones", _s16_77, _s16_324, "apply_license", "Renovar licencia", "cancel_account", "Cancelar Cuenta", _s22_19, "Atenci\xf3n: Esta acci\xf3n eliminar\xe1 permanentemente tu cuenta y no se podr\xe1 deshacer.", "delete_company", "Borrar Compa\xf1\xeda", _s22_20, "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_96, "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_79, ":value dise\xf1os archivados correctamente", "deleted_designs", ":value dise\xf1os borrados correctamente", _s16_80, ":value dise\xf1os restaurados correctamente", "proposals", "Propuestas", "tickets", "Tickets", _s16_81, "Presupuestos Recurrentes", "recurring_tasks", _s18_192, _s18_46, "Administraci\xf3n de la Cuenta", "credit_date", _s16_325, "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_83, ":count cr\xe9ditos archivados correctamente", "deleted_credits", ":count cr\xe9ditos eliminados correctamente", _s16_84, ":value cr\xe9ditos restaurados correctamente", "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltima Versi\xf3n", "update_now", "Actualizar Ahora", _s26_16, "Una nueva versi\xf3n de la aplicaci\xf3n web est\xe1 disponible", _s16_85, _s24_84, "app_updated", "Actualizaci\xf3n completada correctamente", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id seguimiento", _s17_66, _s17_67, "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_72, "client2", _s23_73, "client3", _s23_74, "client4", _s23_75, "contact1", _s24_77, "contact2", _s24_78, "contact3", _s24_79, "contact4", _s24_80, "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_82, "surcharge2", _s23_83, "surcharge3", _s23_84, "surcharge4", _s23_85, "group1", _s21_123, "group2", _s21_124, "group3", _s21_125, "group4", _s21_126, "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_326, _s18_52, "\xdaltimo Acceso de Contacto", _s17_68, "Nombre Completo de Contacto", "contact_phone", "Tel\xe9fono del Contacto", _s21_38, _s24_77, _s21_39, _s24_78, _s21_40, _s24_79, _s21_41, _s24_80, _s17_70, "Calle de Envio", _s17_71, "Piso de Envio", "shipping_city", "Ciudad de Envio", "shipping_state", "Provincia de Envio", _s20_36, "Cod. Postal de Envio", _s16_115, "Pais de Envio", _s16_117, "Calle de Facturacion", _s16_118, "Piso de Facturacion", "billing_city", "Ciudad de Facturacion", "billing_state", "Provincia de Facturacion", _s19_23, "Cod. Postal de Facturacion", "billing_country", "Pais de Facturacion", "client_id", "Id del cliente", "assigned_to", "Asignado a", "created_by", _s16_327, "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_124, "reports", "Informes", "report", "Informe", "add_company", "A\xf1adir Compa\xf1\xeda", "unpaid_invoice", "Factura Impagada", "paid_invoice", "Factura Pagada", _s16_119, "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_42, "Incluir errores recientes de los registros", _s30_5, "Hemos recibido tu mensaje e intentaremos responderte cuanto antes.", "message", "Mensaje", "from", "De", _s20_38, "Mostrar Detalles de Producto", _s25_31, "Incluir la descripci\xf3n y el coste en el desplegable del producto", _s20_40, "El renderizador de PDF requiere :version", _s18_55, "Ajustar Porcentaje de Tarifa", _s23_15, "Ajustar el porcentaje para dar cuenta de la tarifa", _s18_57, "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_43, "La contrase\xf1a es demasiado corta", _s20_41, "La contrase\xf1a debe contener una letra may\xfascula y un n\xfamero", _s19_25, "Tareas del Portal Cliente", _s23_16, "Escritorio del Portal Cliente", _s20_42, "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_81, "show_cost", "Mostrar Coste", _s17_73, "Mostrar Coste de Producto", "show_cost_help", "Mostrar un campo de coste de producto para seguir el margen/beneficio", _s21_44, "Mostrar Cantidad de Productos", _s26_18, "Mostrar un campo de cantidad de productos, de lo contrario predeterminar a uno", _s21_46, "Mostrar Cantidad de Factura", _s26_19, "Mostrar un campo de cantidad de art\xedculo de l\xednea; de lo contrario, el valor predeterminado es uno", _s21_48, "Mostrar Descuento de Producto", _s26_20, "Mostrar un campo de descuento en la l\xednea de art\xedculo", _s16_121, "Cantidad por Defecto", _s21_50, "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_123, "Impuesto por Defecto", "user", "Usuario", "invoice_tax", "Impuesto de Factura", "line_item_tax", "Impuesto de Art\xedculo", "inclusive_taxes", "Impuestos Inclusivos", _s17_75, "Tipos de Impuesto de Factura", "item_tax_rates", "Tipos de Impuesto de Art\xedculo", _s18_59, "Por favor seleccione un cliente", "configure_rates", "Configurar tipos", _s18_60, "Configurar Pasarelas", "tax_settings", _s26_80, _s18_62, "Tipos de Impuesto", "accent_color", "Color de Acento", "switch", "Cambiar", _s19_27, "Lista separada por comas", "options", "Opciones", _s16_125, "Texto de una sola l\xednea", "multi_line_text", "Texto de l\xedneas m\xfaltiples", "dropdown", "Desplegable", "field_type", "Tipo de Campo", _s27_28, "Se ha enviado un email de recuperaci\xf3n de contrase\xf1a", "submit", "Enviar", _s16_127, "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_128, "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_64, "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_51, "Correo electr\xf3nico de pago parcial", "quote_email", "Email de Presupuestos", _s16_130, "Recordatorio Sin F\xedn", _s16_132, "Filtrado por usuario", "administrator", "Administrador", _s18_65, "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_134, _s21_135, "invoice_options", _s19_136, _s17_77, "Ocultar el valor Pagado a la Fecha", _s22_27, "Solo mostrar\xe1 el valor Pagado a la Fecha en sus Facturas cuando se ha recibido un Pago.", _s23_18, "Documentos anexados", _s28_19, "Incluye imagenes adjuntas en la factura", _s16_136, "Mostrar Cabecera en", _s16_137, "Mostrar Pie en", "first_page", "Primera p\xe1gina", "all_pages", _s17_215, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fuente primaria", "secondary_font", "Fuente secundaria", "primary_color", "Color Primario", "secondary_color", _s16_328, "page_size", "Tama\xf1o de Pagina", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1os del presupuesto", "invoice_fields", _s17_216, "product_fields", _s18_193, "invoice_terms", _s23_79, "invoice_footer", "Pie de P\xe1gina de la Factura", "quote_terms", "T\xe9rminos del Presupuesto", "quote_footer", "Pie del Presupuesto", _s18_66, "Auto Email", _s23_19, "Autom\xe1ticamente enviar por email facturas recurrentes cuando sean creadas.", _s20_45, "Auto Archivar", _s25_37, "Autom\xe1ticamente archivar facturas cuando sean pagadas.", _s18_67, "Auto Archivar", _s23_20, "Autom\xe1ticamente archivar presupuestos cuando sean convertidos.", _s18_68, "Auto Convertir", _s23_21, "Convertir un Presupuesto en Factura autom\xe1ticamente cuando lo apruebe el cliente.", _s17_79, "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_81, "Tres meses", _s16_138, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Anual", "freq_two_years", "Dos A\xf1os", _s16_139, "Tres A\xf1os", "never", "Nunca", "company", "Empresa", _s17_82, _s17_217, "charge_taxes", _s16_329, "next_reset", "Proximo Reinicio", "reset_counter", _s18_174, _s16_140, _s18_194, "number_padding", "Relleno num\xe9rico", "general", "General", "surcharge_field", "Campo de recargo", "company_field", _s16_330, "company_value", "Valor de compa\xf1\xeda", "credit_field", "Campo de cr\xe9dito", "invoice_field", "Campo de Factura", _s17_84, "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_86, _s24_71, _s16_142, "Mostrar en PDF", _s21_53, "Mostrar la firma del cliente en el PDF de la factura/presupuesto", _s25_38, "Mostrar aceptaci\xf3n de t\xe9rminos de la factura", _s30_6, "Requerir que el cliente confirme que acepta los t\xe9rminos de la factura.", _s23_22, "Mostrar aceptaci\xf3n de t\xe9rminos del presupuesto", _s28_20, "Requerir que el cliente confirme que acepta los t\xe9rminos del presupuesto.", _s25_39, "Firma de la factura", _s30_7, "Requerir que el cliente proporcione su firma.", _s23_23, "Firma del presupuesto.", _s22_29, _s32_32, _s27_29, "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_195, _s24_24, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_331, "attach_pdf", "Adjuntar PDF", _s16_143, "Adjuntar Documentos", "attach_ubl", "Adjuntar UBL", "email_style", "Estilo de correo electr\xf3nico", _s19_29, _s16_332, "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_30, "Logotipos de tarjetas aceptadas", "credentials", "Credenciales", "update_address", _s20_125, _s19_32, "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_145, "Impuesto creado correctamente", _s16_146, "Impuesto actualizado correctamente", _s17_89, "Impuesto archivado correctamente", _s16_147, "Impuesto borrado correctamente", _s17_90, "Impuesto restaurado correctamente", _s18_69, ":value tipos impositivos archivados correctamente", _s17_91, ":value tipos impositivos borrados correctamente", _s18_70, ":value tipos impositivos restaurados correctamente", "fill_products", "Auto-rellenar Productos", _s18_71, _s74_0, "update_products", "Auto-actualizar Productos", _s20_47, "Actualizar una Factura autom\xe1ticamente actualizar\xe1 los Productos", _s16_148, "Convertir Productos", _s21_54, "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_150, "Pasarelas de pago", _s19_33, "Nueva pasarela", _s20_48, "Editar pasarela", _s23_24, "Pasarela creada correctamente", _s23_25, "Pasarela actualizada correctamente", _s24_25, "Pasarela archivada correctamente", _s23_26, "Pasarela borrada correctamente", _s24_26, "Pasarela restaurada correctamente", _s25_41, ":value pasarelas archivadas correctamente", _s24_27, ":value pasarelas borradas correctamente", _s25_42, ":value pasarelas restauradas correctamente", _s16_152, "Seguir editando", "discard_changes", "Descartar los cambios", "default_value", "Valor por defecto", "disabled", "Deshabilitado", "currency_format", "Formato de moneda", _s21_55, "Primer d\xeda de la semana", _s23_27, "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_72, "Formato de 24 Horas", "send_reminders", "Enviar recordatorios", "timezone", "Zona horaria", _s19_34, "Fitlrado por Proyecto", _s17_92, _s18_179, _s19_36, "Filtrado por Factura", _s18_73, _s20_111, _s18_75, "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_154, "Configuraci\xf3n de Producto", "device_settings", "Opciones de dispositivo", "defaults", "Ajustes Predefinidos", "basic_settings", _s20_126, _s17_94, _s22_97, "company_details", _s22_98, "user_details", _s19_137, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Impuestos", "notifications", "Notificaciones", "import_export", _s17_208, "custom_fields", _s21_116, "invoice_design", "Dise\xf1o de Factura", "buy_now_buttons", "Botones de Comprar Ahora", "email_settings", _s36_36, _s23_29, _s26_81, _s22_30, "Tarjetas de Cr\xe9dito y Bancos", _s19_38, _s22_99, "price", "Precio", "email_sign_up", "Registrarse con Email", "google_sign_up", "Registrarse con Google", _s27_33, "\xa1Gracias por su compra!", "redeem", "Redimir", "back", "Atr\xe1s", "past_purchases", "Compras Pasadas", _s19_40, "Suscripci\xf3n anual", "pro_plan", "Plan Pro", "enterprise_plan", "Plan Enterprise", "count_users", ":count usuarios", "upgrade", "Mejorar", _s25_43, "Introduce tu nombre", _s24_28, "Introduce tu apellido", _s33_16, "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_156, "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_77, "No se han seleccionado registros", _s21_58, "Guarda o cancela tus cambios", "download", "Descargar", _s27_34, "Requiere plan 'enterprise'", "take_picture", "Tomar foto", "upload_file", "Subir archivo", "document", "Documento", "documents", "Documentos", "new_document", "Nuevo documento", "edit_document", "Editar documento", _s17_96, "Documento subido satisfactoriamente", _s16_158, "Documento actualizado satisfactoriamente", _s17_97, "Documento archivado satisfactoriamente", _s16_159, "Documento borrado satisfactoriamente", _s17_98, "Documento restaurado satisfactoriamente", _s18_79, ":value documentos archivados correctamente", _s17_99, ":value documentos borrados correctamente", _s18_80, ":value documentos restaurados correctamente", "no_history", "Sin historial", "expense_date", "Fecha", "pending", "Pendiente", _s16_160, "Registrado", _s16_161, "Pendiente", _s16_162, "Facturado", "converted", "Modificada", _s24_30, _s31_37, "exchange_rate", "Tipo de Cambio", _s16_163, _s16_333, "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_164, _s45_4, "deleted_vendors", _s45_4, _s16_165, ":value proveedores restaurados correctamente", "new_expense", "Nuevo Gasto", "created_expense", _s26_82, "updated_expense", _s31_38, _s16_166, _s29_77, "deleted_expense", _s27_83, _s16_167, "Gasto restaurado correctamente", _s17_100, _s31_39, _s16_168, _s29_78, _s17_101, ":value gastos restaurados correctamente", "copy_shipping", "Copiar Env\xedo", "copy_billing", "Copia Facturaci\xf3n", "design", "Dise\xf1o", _s21_59, "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_169, "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_42, "Por favor introduce un nombre", "budgeted_hours", "Horas Presupuestadas", "created_project", "Proyecto creado correctamente", "updated_project", "Proyecto actualizado correctamente", _s16_171, "Proyecto archivado correctamente", "deleted_project", "Proyecto eliminado correctamente", _s16_172, "Proyecto restaurado correctamente", _s17_102, ":count proyectos archivados correctamente", _s16_173, ":count proyecto eliminados correctamente", _s17_103, ":value proyectos restaurados correctamente", "new_project", "Nuevo Proyecto", _s27_38, "\xa1Gracias por utilizar nuestra app!", "if_you_like_it", "Si te gusta por favor", "click_here", "pulse aqui", _s18_81, "Pulsa aqu\xed", "to_rate_it", "para valorar.", "average", "Promedio", "unapproved", "No aprobado", _s30_12, "Por favor, autenticarse para cambiar esta configuraci\xf3n", "locked", "Bloqueado", "authenticate", "Autenticaci\xf3n", _s19_44, "Por favor, autenticarse", _s24_31, "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_104, _s22_100, "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_174, "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_334, "edit_project", "Editar Proyecto", _s20_50, "Editar Presupuesto Recurrente", "billing_address", "Direcci\xf3n de Facturaci\xf3n", _s16_176, "Direccion de Envio", "total_revenue", _s16_335, "average_invoice", _s23_80, "outstanding", _s18_196, "invoices_sent", _s24_85, "active_clients", _s16_336, "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_178, "Actualizaci\xf3n Completa", _s23_30, "Por favor introduce tu email", _s26_29, "Por favor introduce tu contrase\xf1a", _s21_62, "Por favor introduce tu URL", _s26_31, "Por favor introduce un c\xf3digo de producto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_106, "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_46, ":value copiado al portapapeles", "error", "Error", _s16_180, "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_182, "El email es inv\xe1lido", "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado correctamente", "updated_product", "Producto actualizado correctamente", _s16_184, "Producto archivado correctamente", "deleted_product", "Producto eliminado correctamente", _s16_185, "Producto restaurado correctamente", _s17_108, ":count productos archivados correctamente", _s16_186, ":count productos eliminados correctamente", _s17_109, ":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_187, ":count clientes archivados correctamente", "deleted_client", "Cliente eliminado correctamente", "deleted_clients", ":count clientes eliminados correctamente", "restored_client", "Cliente restaurada correctamente", _s16_188, ":value clientes restaurados correctamente", "address1", "Calle", "address2", "Bloq/Pta", "city", "Ciudad", "state", "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_189, "Factura archivada correctamente", "deleted_invoice", "Factura eliminada correctamente", _s16_190, "Factura restaurada correctamente", _s17_110, ":count facturas archivadas correctamente", _s16_191, ":count facturas eliminadas correctamente", _s17_111, ":value facturas restauradas correctamente", "emailed_invoice", "Factura enviada correctamente", "emailed_payment", "Pago enviado correctamente por correo electr\xf3nico", "amount", "Cantidad", "invoice_number", _s17_218, "invoice_date", _s16_337, "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_310, "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_192, "Fecha de vencimiento parcial", "status", "Estado", _s17_112, "Estado de Factura", "quote_status", "Estado de Presupuesto", _s22_31, "Pulsa + para a\xf1adir un art\xedculo", _s22_33, "Pulsa + para a\xf1adir tiempo", "count_selected", ":count seleccionado", "total", "Total", "percent", "Porcentaje", "edit", "Editar", "dismiss", "Descartar", _s20_52, "Por favor selecciona una fecha", _s22_34, "Por favor selecciona un cliente", _s24_33, "Por favor, seleccione una factura", "task_rate", "Tasa de tareas", "settings", "Configuraci\xf3n", "language", "Idioma", "currency", "Divisa", "created_at", _s17_219, "created_on", "Creado el", "updated_at", "Actualizado", "tax", "Impuesto", _s30_14, "Por favor introduce un n\xfamero de factura", _s27_42, "Por favor introduce un n\xfamero de presupuesto", "past_due", "Vencido", "draft", "Borrador", "sent", "Enviada", "viewed", "Vistas", "approved", "Aprobados", "partial", _s16_310, "paid", "Pagado", "mark_sent", "Marcar como Enviado", _s22_36, _s42_23, _s22_37, _s42_23, _s23_32, _s45_5, _s23_33, _s45_5, "done", "Hecho", _s37_13, "Por favor introduce un cliente o nombre de contacto", "dark_mode", "Modo Oscuro", _s27_44, "Reinicia la app para aplicar el cambio", "refresh_data", "Actualizar Datos", "blank_contact", "Contacto Nuevo", "activity", "Actividad", _s16_194, "No se han encontrado registros", "clone", "Clonar", "loading", "Cargando", "industry", "Sector", "size", "Tama\xf1o", "payment_terms", _s16_338, "payment_date", "Fecha de Pago", "payment_status", "Estado de Pago", _s16_196, "Pendiente", _s16_197, "Anulado", _s16_198, "Fallido", _s16_199, "Completado", _s16_200, _s24_68, _s16_201, "Reembolsado", _s17_113, "Sin Aplicar", _s17_114, "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_138, "second_reminder", _s20_127, "third_reminder", _s19_139, "reminder1", _s19_138, "reminder2", _s20_127, "reminder3", _s19_139, "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_64, _s25_83, "enter_payment", "Agregar Pago", "new_payment", "Introduzca el Pago", "created_payment", "Pago creado correctamente", "updated_payment", "Pago actualizado correctamente", _s16_202, "Pago archivado correctamente", "deleted_payment", "Pago eliminado correctamente", _s16_203, "Pago restaurado correctamente", _s17_115, ":count pagos archivados correctamente", _s16_204, ":count pagos eliminados correctamente", _s17_116, ":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_79, "activity_2", _s32_33, "activity_3", ":user borr\xf3 el cliente :client", "activity_4", _s33_35, "activity_5", _s35_33, "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_35, "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_67, "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_40, "activity_19", ":user actualiz\xf3 el presupuesto :quote", "activity_20", ":user envi\xf3 presupuesto :quote para :client a :contact", "activity_21", _s34_31, "activity_22", ":user archiv\xf3 el presupuesto :quote", "activity_23", _s33_40, "activity_24", ":user restaur\xf3 el presupuesto :quote", "activity_25", ":user restaur\xf3 la factura :invoice", "activity_26", _s33_36, "activity_27", _s31_40, "activity_28", ":user restaur\xf3 :credit cr\xe9dito", "activity_29", ":contact ha aprovado el presupuesto :quote para :client", "activity_30", _s30_68, "activity_31", _s33_37, "activity_32", _s33_38, "activity_33", _s34_30, "activity_34", ":user cre\xf3 el gasto :expense", "activity_35", _s31_41, "activity_36", _s31_42, "activity_37", _s32_34, "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_84, "activity_43", _s30_69, "activity_44", _s28_90, "activity_45", _s28_91, "activity_46", _s29_80, "activity_47", ":user actualiz\xf3 el gasto :expense", "activity_48", _s33_39, "activity_49", _s29_81, "activity_50", ":user uni\xf3 el ticket :ticket", "activity_51", _s31_43, "activity_52", _s32_35, "activity_53", ":contact reabri\xf3 el ticket :ticket", "activity_54", ":user reabri\xf3 el ticket :ticket", "activity_55", _s36_37, "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_31, "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_117, "Password de un solo uso", "emailed_quote", "Presupuesto enviado correctamente", "emailed_credit", "Cr\xe9dito enviado correctamente", _s20_54, "Presupuesto marcado como enviado correctamente", _s21_66, "Marcar cr\xe9dito como enviado", "expired", "Expirada", "all", "Todo", "select", "Seleccionar", _s22_38, "Multiselecci\xf3n en pulsaci\xf3n prolongada", "custom_value1", _s19_121, "custom_value2", _s19_121, "custom_value3", _s21_119, "custom_value4", _s21_120, _s18_82, "Estilo de Email Personalizado", _s24_38, "Mensaje de Escritorio Personalizado", _s29_31, "Mensaje de Factura Impagada Personalizada", _s27_49, "Mensaje de Factura Pagada Personalizada", _s31_13, "Mensaje de Presupuesto no Aprobado Personalizado", "lock_invoices", "Bloquear Facturas", "translations", "Traducciones", _s19_47, "Patr\xf3n del N\xfamero de Tarea", _s19_49, "Contador del N\xfamero de Tarea", _s22_40, "Patr\xf3n del N\xfamero de Gasto", _s22_42, "Contador del N\xfamero de Gasto", _s21_67, "Patr\xf3n del N\xfamero de Proveedor", _s21_69, "Contador del N\xfamero de Proveedor", _s21_71, "Patr\xf3n del N\xfamero de Ticket", _s21_73, "Contador del N\xfamero de Ticket", _s22_44, "Patr\xf3n del N\xfamero de Pago", _s22_46, "Contador del N\xfamero de Pago", _s22_48, "Patr\xf3n del N\xfamero de Factura", _s22_50, "Contador del N\xfamero de Factura", _s20_55, "Patr\xf3n del N\xfamero de Presupuesto", _s20_57, "Contador del N\xfamero de Presupuesto", _s21_75, _s28_92, _s21_77, _s30_70, _s21_79, _s28_92, _s21_80, _s30_70, _s18_84, "Resetear Fecha del Contador", "counter_padding", "Relleno del Contador", _s28_55, "Compartir la numeraci\xf3n para presupuesto y factura", _s18_86, "Nombre de Impuesto por Defecto 1", _s18_88, "Tasa de Impuesto por Defecto 1", _s18_90, "Nombre de Impuesto por Defecto 2", _s18_92, "Tasa de Impuesto por Defecto 2", _s18_94, "Nombre de Impuesto por Defecto 3", _s18_96, "Tasa de Impuesto por Defecto 3", _s21_81, "Asunto de Email de Factura", _s19_51, "Asunto de Email de Presupuesto", _s21_83, "Asunto de Email de Pago", _s29_33, "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_205, "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_40, "Calle de Env\xedo del Cliente", _s24_41, "Bloq/Pta de Env\xedo del Cliente", "type", "Tipo", "invoice_amount", _s18_197, _s16_209, "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_119, _s23_82, _s17_120, _s23_83, _s17_121, _s23_84, _s17_122, _s23_85, "is_deleted", "Borrado", "vendor_city", _s20_129, "vendor_state", "Provincia del Proveedor", "vendor_country", _s18_198, "is_approved", "Aprobada", "tax_name", _s18_199, "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_53, "ID de la Categor\xeda de Gasto", _s16_210, "Categor\xeda del Gasto", _s19_55, "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_98, _s18_99, _s16_211, _s16_212], t1, t1), "sv", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "Ange l\xf6senord", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Visa kostnad # :expense", "view_statement", "Se transaktion", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "System", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "Fr\xe5n namn", _s16_6, _s16_214, _s17_4, "\xc5terkommande utgift", _s18_4, "\xc5terkommande utgifter", _s21_1, "Ny \xe5terkommande utgift", _s22_, "\xc4ndra \xe5terkommande utgift", _s25_, "Skapade \xe5terkommande utgift utan problem", _s25_0, "Uppdaterade \xe5terkommande utgift utan problem", _s26_, "Arkiverade \xe5terkommande utgift utan problem", _s25_1, "Tog bort projektet utan problem", _s25_2, _s38_1, _s26_0, "\xc5terst\xe4llde \xe5terkommande utgifter utan problem", _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "Anv\xe4ndarhj\xe4lp", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importera Data", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "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_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "Kontakt F\xf6rnamn", _s17_8, "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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Rabattkod", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "S\xe4kerhet", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Prenumeration", "subscriptions", "Prenumerationer", _s16_24, "Ny prenumeration", _s17_14, "\xc4ndra prenumeration", _s20_4, "Skapat prenumerationer utan problem", _s20_5, "Uppdaterat prenumerationer utan problem", _s21_13, "Arkivera prenumeration utan problem", _s20_6, "Prenumerationen har raderats", _s20_7, "Prenumerationen har tagits bort", _s21_14, "Prenumerationen har \xe5terst\xe4llts", _s19_4, "S\xf6k 1 prenumeration", _s20_8, "S\xf6k :count prenumerationer", _s26_3, "Subdom\xe4n \xe4r inte tillg\xe4nglig", "connect_gmail", "Anslut Gmail", _s16_26, "Koppla fr\xe5n Gmail", "connected_gmail", "Gmail ha anslutits", _s18_20, "Gmail har kopplats fr\xe5n", _s16_28, "\xc4ndringar av kodbasen kan blockera uppdateringen. Du kan k\xf6ra detta kommando f\xf6r att kasta \xe4ndringarna:", _s16_29, "Kund-ID nummer", "count_minutes", ":count minuter", _s16_31, "Timeout f\xf6r l\xf6senord", _s29_, "Delad faktura/kredit r\xe4knare", "use_last_email", "Anv\xe4nd den senaste e-postadressen", _s16_33, "Aktivera f\xf6retag", _s21_16, "Aktivera e-post, \xe5terkommande fakturor och aviseringar", _s27_7, "Ett fel uppstod, v\xe4nligen f\xf6rs\xf6k igen", _s27_8, "Ange f\xf6rst ett l\xf6senord", _s34_1, "Varning: Om du \xe4ndrar ditt telefonnummer inaktiveras 2FA", "help_translate", "Hj\xe4lp oss \xf6vers\xe4tta", _s23_3, "V\xe4lj ett land", "resend_invite", "Skicka inbjudan igen", _s19_5, "2FA har inaktiverats", _s16_35, "Kontot har anslutits", _s19_6, "Kontot har kopplats fr\xe5n", "delivered", "Levererad", "bounced", "Studsade", "spam", "Spam", "view_docs", "Visa dokument", _s32_0, "Ange ett mobiltelefonnummer f\xf6r att aktivera tv\xe5faktorsautentisering", "send_sms", "Skicka SMS", "sms_code", "SMS-kod", _s21_17, "Skanna streckkoden med en :link kompatibel app.", _s18_21, "Aktiverade Tv\xe5-V\xe4gs autentisering utan problem", "connect_google", "Anslut Google", _s17_16, "Koppla fr\xe5n Google", _s17_18, "Tv\xe5faktorsautentisering", _s18_22, "Inaktivera 2FA", _s34_2, "Kr\xe4v l\xf6senord med social inloggning", "stay_logged_in", "Stanna inloggad", _s23_5, "Varning: Din session h\xe5ller p\xe5 att l\xf6pa ut", "count_hours", ":count timmar", "count_day", "1 dag", "count_days", ":count dagar", _s19_7, "Tidsgr\xe4ns f\xf6r webbsession", _s17_19, "S\xe4kerhetsinst\xe4llningar", "resend_email", "Skicka e-post igen", _s26_5, "V\xe4nligen bekr\xe4fta din e-postadress", _s16_36, "\xc5terbetalat betalning", _s19_9, "Delvis oanv\xe4nd", _s19_11, "V\xe4lj en anv\xe4ndare som \xe4r autentiserad med Gmail", "list_long_press", "Lista l\xe5nga tryck", "show_actions", "Visa \xe5tg\xe4rder", _s17_21, "Starta flerval", _s27_10, "Ett e-postmeddelande har skickats f\xf6r att bekr\xe4fta e-postadressen", _s21_18, "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_24, "Omvandla till faktura", _s16_37, "Registrerings URL", "invoice_project", "Fakturera projekt", "invoice_task", "Fakturera uppgift", "invoice_expense", "Faktura kostnad", _s19_12, "S\xf6k 1 betalningsvillkor", _s20_9, "S\xf6k :count betalningsvillkor", _s16_39, "Spara och f\xf6rhandsgranska", "save_and_email", "Spara och skicka", _s16_41, "H\xe4ndelser som st\xf6ds", _s16_43, "Konverterad summa", _s17_23, "Konverterad balans", _s22_3, "Konverterad betalad till datum", _s24_4, "Konverterad kreditbalans", "converted_total", "Konverterat totalt", "is_sent", "Skickat", _s17_25, "Standard dokument", "document_upload", "Ladda upp dokument", _s20_10, "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_20, "Fels\xf6kningsl\xe4ge \xe4r aktiverat", _s26_6, "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_27, "Kommande utgifter", "update_app", "Uppdatera App", "started_import", "Importen har startats", _s24_6, "Dubblettkolumnmappning", _s20_11, "Anv\xe4nder inkluderande skatter", _s18_26, "\xc4r beloppsrabatt", "column", "Kolumn", "sample", "Exempel", "map_to", "Mappa till", "import", "Importera", _s25_12, "Anv\xe4nd f\xf6rsta raden som kolumnnamn", "select_file", "V\xe4lj fil", _s16_45, "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_5, "Ange alla CSV-filer.", "import_type", "Typ av import", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "Visa licenser", "webhook_url", "Webhook URL", _s17_29, "Fullsk\xe4rms editor", "sidebar_editor", "Sidof\xe4lts editor", _s22_6, '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_9, "Skickade fakturor \xe4r l\xe5sta", _s24_11, "Betalade fakturor \xe4r l\xe5sta", "source_code", "K\xe4llkod", "app_platforms", "App plattformar", "invoice_late", _s17_220, "quote_expired", _s16_339, "partial_due", "Delvis f\xf6rsenad", "invoice_total", "Totalsumma", "quote_total", "Offertsumma", "credit_total", "Kredit Totalt", _s23_6, "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_13, "Varning: detta f\xf6retag har \xe4nnu inte aktiverats", "late_invoice", _s17_220, "expired_quote", _s16_339, "remind_invoice", "Faktura p\xe5minnelse", "cvv", "CVV", "client_name", "Kundnamn", "client_phone", "Kund telefon", "required_fields", "Obligatoriska f\xe4lt", "calculated_rate", "Calculated Rate", _s17_31, _s17_32, "clear_cache", "Rensa cache", "sort_order", "Sorteringsordning", "task_status", "Status", "task_statuses", "Uppgiftsstatusar", "new_task_status", "Ny uppgiftsstaus", _s16_47, "Redigera uppgiftsstatus", _s19_13, "Uppgiftsstatus skapades", _s19_14, "Uppgiftsstatus uppdaterades", _s20_13, "Uppgiftsstatus arkiverades", _s19_15, "Uppgiftsstatus raderades", _s19_16, "Uppgiftsstatus togs bort", _s20_14, "Uppgiftsstatus \xe5terst\xe4lldes", _s22_7, ":value uppgiftsstatusar har arkiverats", _s21_22, ":value uppgiftsstatusar har raderats", _s22_8, ":value uppgiftsstatusar har \xe5terst\xe4llts", _s18_28, "S\xf6k 1 uppgiftsstatus", _s20_16, "S\xf6k :count uppgiftsstatusar", _s16_49, "Visa uppgiftstabell", _s21_23, "Visa alltid uppgiftsdelen n\xe4r du skapar fakturor", _s20_17, "Fakturauppgift tidslogg", _s25_13, "L\xe4gg till tidsinformation till fakturaraderna", _s20_19, "Fakturauppgifter datumlogg", _s25_14, "L\xe4gg till datuminformation till fakturaraderna", _s21_24, "Starta uppgifter innan du sparar", _s18_29, "Konfigurera statusar", "task_settings", "Uppgiftsinst\xe4llningar", _s20_21, "Konfigurera kategorier", _s18_31, "Utgifts kategorier", _s20_23, "Ny utgifts kategori", _s21_25, "Redigera utgiftskategori", _s24_14, "Framg\xe5ngsrikt skapat kostnadskategori", _s24_15, "Framg\xe5ngsrikt uppdaterat kostnadskategori", _s25_16, "Framg\xe5ngsrikt arkiverat kostnadskategori", _s24_16, "Kategori borttagen", _s24_17, "Utgiftskategorin har tagits bort", _s25_17, "Framg\xe5ngsrikt \xe5terst\xe4llt kostnadskategori", _s27_14, "Framg\xe5ngsrikt arkiverat :count kostnadskategori", _s26_7, "Kostnaden f\xf6r :value kategorier har raderats", _s27_15, "Kostnaden f\xf6r :value kategorier har \xe5terst\xe4llts", _s23_7, "S\xf6k 1 utgiftkategori", _s25_19, "S\xf6k :count utgiftkategorier", _s21_27, "Anv\xe4nd tillg\xe4nglig kredit", "show_option", "Visa alternativ", _s22_9, "Kreditbeloppet kan inte \xf6verstiga betalningsbeloppet", "view_changes", "Visa \xe4ndringar", "force_update", "Tvinga uppdatering", _s17_33, "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_33, "Ska detta faktureras", _s23_8, "Aktivera utgiften som ska faktureras", _s29_2, "G\xf6r dokumenten synliga", _s21_29, "St\xe4ll in en v\xe4xelkurs", _s16_51, "Utgiftsinst\xe4llningar", _s18_34, "Klona till \xe5terkommande", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "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_34, "Automatisk fakturering aktiverad", "total_taxes", "Totalt antal skatter", "line_taxes", "Artikelskatt", "total_fields", "Totalt antal f\xe4lt", _s25_20, "\xc5terkommande faktura stoppad", _s25_21, "\xc5terkommande faktura startad", _s25_22, "\xc5terkommande faktura \xe5terupptogs", "gateway_refund", "Gateway f\xf6r \xe5terbetalning", _s19_17, "Behandla \xe5terbetalningen med betalningsgatewayen", "due_date_days", "F\xf6rfallodatum", "paused", "Pausad", "mark_active", "Markera aktiv", "day_count", "Dag :count", _s22_10, "F\xf6rsta dagen i m\xe5naden", _s21_30, "Sista dagen i m\xe5naden", _s17_36, "Anv\xe4nd betalningsvillkoren", "endless", "O\xe4ndlig", "next_send_date", "N\xe4sta s\xe4ndningsdatum", _s16_53, "\xc5terst\xe5ende cykler", _s17_38, "\xc5terkommande faktura", _s18_36, "\xc5terkommande fakturor", _s21_32, "Ny \xe5terkommande faktura", _s22_12, "Redigera \xe5terkommande fakturor", _s25_23, "\xc5terkommande faktura har skapats", _s25_24, "\xc5terkommande faktura har uppdaterats", _s26_8, "Framg\xe5ngsrikt arkiverat \xe5terkommande faktura", _s25_25, "Framg\xe5ngsrikt tagit bort \xe5terkommande faktura", _s25_26, "\xc5terkommande faktura har tagits bort", _s26_9, "Framg\xe5ngsrikt \xe5terst\xe4llt \xe5terkommande faktura", _s27_16, "Arkiverade \xe5terkommande :value fakturor", _s26_10, "\xc5terkommande :value fakturor har raderats", _s27_17, "\xc5terst\xe4llande av \xe5terkommande :value fakturor lyckades", _s24_18, "S\xf6k 1 \xe5terkommande faktura", _s25_27, "S\xf6k :count \xe5terkommande fakturor", "send_date", "S\xe4ndningsdatum", "auto_bill_on", "Automatisk fakturering p\xe5slaget", _s28_6, "L\xe4gsta belopp vid underbetalning", "profit", "F\xf6rtj\xe4nst", "line_item", "Rad", _s18_38, "Till\xe5t \xf6verbetalning", _s23_9, "St\xf6d f\xf6r att betala extra f\xf6r att ta emot dricks", _s19_18, "Till\xe5t underbetalning", _s24_19, "St\xf6d f\xf6r att betala minimum del-/ins\xe4ttningsbeloppet", "test_mode", "Testl\xe4ge", "opened", "\xd6ppnad", _s30_1, "Avst\xe4mning misslyckades", _s30_2, "Avst\xe4mning lyckades", "gateway_success", "Gateway lyckades", "gateway_failure", "Gateway misslyckades", "gateway_error", "Gateway fel", "email_send", "Skicka via e-post", _s17_40, "E-postf\xf6rs\xf6ksk\xf6", "failure", "Misslyckad", "quota_exceeded", "Kvoten har \xf6verskridits", _s16_55, "Upstream misslyckades", "system_logs", "Systemloggar", "view_portal", "Se portal", "copy_link", "Kopiera l\xe4nk", "token_billing", "Spara kortinformation", _s24_20, "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_40, "P\xe5minnelse skickades senast", "pdf_page_info", "Sida :current av :total", _s16_57, "E-postade fakturorna utan problem", "emailed_quotes", "E-postade offerterna utan problem", "emailed_credits", _s32_36, "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_26, "E-postadress f\xf6r online betalning", _s20_28, "E-postadress f\xf6r manuell betalning", "completed", "Slutf\xf6rd", "gross", "Brutto", "net_amount", "Nettobelopp", "net_balance", "Nettobalans", "client_settings", "Kundinst\xe4llningar", _s17_42, "Markerade fakturor", _s17_44, "Markerade betalningar", "selected_quotes", "Markerade offerter", "selected_tasks", "Markerade uppgifter", _s17_46, "Markerade utgifter", _s17_48, "Kommande fakturor", _s17_50, "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_52, "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_59, "Webhooken arkiverades", "deleted_webhook", "Webhooken raderades", "removed_webhook", "Webhooken togs bort", _s16_60, "Webhooken \xe5terst\xe4lldes", _s17_53, ":value webhooks har arkiverats", _s16_61, ":value webhooks har raderats", _s16_62, ":value webhooks har tagits bort", _s17_54, ":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_20, "Kundregistrering", _s24_22, "G\xf6r det m\xf6jligt f\xf6r kunder att sj\xe4lvregistrera sig i portalen", _s21_34, "Anpassa och f\xf6rhandsgranska", "email_invoice", "E-posta faktura", "email_quote", "E-posta offert", "email_credit", "E-postkredit", "email_payment", "Eposta betalning", _s20_31, "Kunden har ingen e-postadress", "ledger", "Liggare", "view_pdf", "Visa PDF", "all_records", "Alla poster", "owned_by_user", "\xc4gs av anv\xe4ndaren", _s16_63, "\xc5terst\xe5ende kredit", "contact_name", "Kontakt namn", "use_default", "Anv\xe4nd standard", _s16_65, "O\xe4ndliga p\xe5minnelser", "number_of_days", "Antal dagar", _s23_11, "Konfigurera betalningsvillkor", "payment_term", _s17_221, _s16_66, "Skapa betalningsvillkor", _s17_56, "Editera betalningsvillkor", _s20_32, "Skapade betalningsvillkor utan problem", _s20_33, "Uppdaterade betalningsvillkor utan problem", _s21_35, "Arkiverat betalningsvillkor utan problem", _s20_34, "Betalningsvillkoret har raderats", _s20_35, "Betalningsvillkoret har tagits bort", _s21_36, "Betalningsvillkoret har \xe5terst\xe4llts", _s22_17, ":value betalningsvillkor har arkiverats", _s21_37, ":value betalningsvillkor har raderats", _s22_18, ":value betalningsvillkor har \xe5terst\xe4llts", "email_sign_in", "Logga in med e-postadress", "change", "\xc4ndra", _s23_13, "\xc4ndra till mobillayouten?", _s24_23, "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_42, _s18_200, _s16_68, "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_69, "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_60, "Fakturan har avbrutits", _s18_44, "Fakturorna har avbrutits", _s16_75, "Fakturan har omv\xe4nts", _s17_61, "Fakturorna har omv\xe4nts", "reverse", "Omv\xe4nd", "full_name", "Hela namnet", _s17_62, "Stad/L\xe4n/Postnummer", _s17_64, "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_76, "Rensade utan problem f\xf6retags data", _s18_45, "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_86, "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_29, "F\xe5 alla aviseringar", _s16_77, "K\xf6p licens", "apply_license", "Uppge Licens", "cancel_account", "Avsluta konto", _s22_19, "Varning: Detta kommer permanent ta bort ditt konto, detta g\xe5r inte att \xe5ngra.", "delete_company", "Ta bort f\xf6retag", _s22_20, "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_79, ":value designs har arkiverats", "deleted_designs", ":value designs har raderats", _s16_80, ":value designs har \xe5terst\xe4llts", "proposals", "F\xf6rslag", "tickets", "\xc4renden", _s16_81, "\xc5terkommande offerter", "recurring_tasks", "\xc5terkommande uppgifter", _s18_46, "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_83, ":count kreditfakturor arkiverade", "deleted_credits", ":count kreditfakturor borttagna", _s16_84, ":value krediter har \xe5terst\xe4llts", "current_version", "Nuvarande version", "latest_version", "Senaste versionen", "update_now", "Uppdatera nu", _s26_16, "En ny version av webbappen \xe4r tillg\xe4nglig", _s16_85, "Uppdatering tillg\xe4nglig", "app_updated", "Uppdateringen har slutf\xf6rts", "learn_more", "Hj\xe4lp", "integrations", "Integrationer", "tracking_id", "Tracking Id", _s17_66, _s17_67, "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_85, "surcharge2", _s25_86, "surcharge3", _s25_87, "surcharge4", _s25_88, "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_52, "Kontakt: senast inloggad", _s17_68, "Kontakt: namn", "contact_phone", "Kontakt telefon", _s21_38, "Kontakt: anpassat v\xe4rde 1", _s21_39, "Kontakt: anpassat v\xe4rde 2", _s21_40, "Kontakt: anpassat v\xe4rde 3", _s21_41, "Kontakt: anpassat v\xe4rde 4", _s17_70, "Leveransadress 1", _s17_71, "Leveransadress 2", "shipping_city", "Leverans stad", "shipping_state", "Leverans l\xe4n", _s20_36, "Leverans postnummer", _s16_115, "Leverans land", _s16_117, "Faktureringsadress 1", _s16_118, "Faktureringsadress 2", "billing_city", "Fakturerings stad", "billing_state", "Fakturerings l\xe4n", _s19_23, "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_119, "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_42, "Inkludera senaste fel fr\xe5n loggarna", _s30_5, "Vi har f\xe5tt ditt meddelande och f\xf6rs\xf6ker svara snabbt.", "message", "Meddelande", "from", "Fr\xe5n", _s20_38, "Visa produktinformation", _s25_31, "Inkludera beskrivning och kostnad i produktmenyn", _s20_40, "PDF-renderaren kr\xe4ver :version", _s18_55, "Justera avgiftsprocenten", _s23_15, "Justera procent f\xf6r att ta h\xe4nsyn till avgiften", _s18_57, "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_43, "L\xf6senordet \xe4r f\xf6r kort", _s20_41, "L\xf6senordet m\xe5ste inneh\xe5lla minst en versal och minst ett nummer", _s19_25, "Kundportal uppgifter", _s23_16, "Kundportal \xf6versikt", _s20_42, "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_73, "Visa produktkostnad", "show_cost_help", "Visa ett produktkostnadsf\xe4lt f\xf6r att sp\xe5ra p\xe5slag/vinst", _s21_44, "Visa produktkvantitet", _s26_18, "Visa ett produktkvantitetsf\xe4lt, annars \xe4r det ett", _s21_46, "Visa fakturakvantitet", _s26_19, "Visa ett f\xe4lt f\xf6r radnummer, annars ett som standard", _s21_48, "Visa produktrabatt", _s26_20, "Visa ett rabattf\xe4lt f\xf6r en rad", _s16_121, "Standardkvantitet", _s21_50, "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_123, "Standard skattesats", "user", "Anv\xe4ndare", "invoice_tax", "Fakturaskatt", "line_item_tax", "Artikelskatt", "inclusive_taxes", "Inklusive skatter", _s17_75, "Fakturaskattesatser", "item_tax_rates", "Artikel skattesatser", _s18_59, "V\xe4lj en kund", "configure_rates", "Konfigurera priser", _s18_60, "Konfigurera gateways", "tax_settings", "Momsinst\xe4llningar", _s18_62, "Skattesatser", "accent_color", "Accentf\xe4rg", "switch", "V\xe4xla", _s19_27, "Kommaseparerad lista", "options", "Val", _s16_125, "Enradig text", "multi_line_text", "Text med flera rader", "dropdown", "Dropdown", "field_type", "F\xe4lttyp", _s27_28, "Ett e-postmeddelande f\xf6r \xe5terst\xe4llning av l\xf6senord har skickats", "submit", "Skicka", _s16_127, "\xc5terst\xe4ll ditt l\xf6senord", "late_fees", "F\xf6rsenade avgifter", "credit_number", "Kreditnummer", "payment_number", "Betalningsnummer", "late_fee_amount", "F\xf6rseningsavgifts summa", _s16_128, "F\xf6rseningsavgifts procent", "schedule", "Schema", "before_due_date", "F\xf6re f\xf6rfallodagen", "after_due_date", "Efter f\xf6rfallodagen", _s18_64, "Efter fakturadatum", "days", "Dagar", "invoice_email", "Faktura e-post", "payment_email", "Betalnings e-post", "partial_payment", "Delbetalning", "payment_partial", "Delbetalning", _s21_51, "E-postadress f\xf6r delbetalning", "quote_email", "Offert e-post", _s16_130, "O\xe4ndlig p\xe5minnelse", _s16_132, "Filtrerat efter anv\xe4ndare", "administrator", "Administrat\xf6r", _s18_65, "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_134, "Generella inst\xe4llningar", "invoice_options", "Fakturainst\xe4llningar", _s17_77, 'D\xf6lj "Betald till"', _s22_27, 'Visa bara "Betald till"-sektionen p\xe5 fakturan n\xe4r en betalning har mottagits.', _s23_18, "B\xe4dda in dokument", _s28_19, _s39_4, _s16_136, "Visa Header p\xe5", _s16_137, "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_66, "Automatisk e-post", _s23_19, "Skicka \xe5terkommande fakturor automatiskt.", _s20_45, _s21_136, _s25_37, "Arkivera automatiskt fakturor n\xe4r de har betalats.", _s18_67, _s21_136, _s23_20, "Arkivera automatiskt offerter n\xe4r de konverteras.", _s18_68, "Auto Konvertera", _s23_21, "Konvertera automatiskt en offert till en faktura n\xe4r den godk\xe4nts av en kund.", _s17_79, "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_81, "Tre m\xe5nader", _s16_138, "Fyra m\xe5nader", "freq_six_months", "Sex m\xe5nader", "freq_annually", "\xc5rsvis", "freq_two_years", "Tv\xe5 \xe5r", _s16_139, "Tre \xe5r", "never", "Aldrig", "company", "F\xf6retag", _s17_82, "Genererade nummer", "charge_taxes", "Inkludera moms", "next_reset", "N\xe4sta \xe5terst\xe4llning", "reset_counter", "\xc5terst\xe4ll r\xe4knare", _s16_140, "\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_84, "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_86, "Anpassad JavaScript", _s16_142, "Visa p\xe5 PDF", _s21_53, "Visa kundens signatur p\xe5 fakturan/offerten.", _s25_38, "Faktura villkor kryssruta", _s30_6, "Kr\xe4v att kunden accepterar fakturavillkoren.", _s23_22, "Offert villkors kryssruta", _s28_20, "Kr\xe4v att kunden accepterar offertvillkoren.", _s25_39, "Faktura signatur", _s30_7, "Kr\xe4v signatur av kund.", _s23_23, "Offert signatur", _s22_29, "L\xf6senordsskydda fakturor", _s27_29, "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_24, "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_143, "Bifoga dokument", "attach_ubl", "Bifoga UBL", "email_style", "E-poststil", _s19_29, "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_30, "Accepterade kort logos", "credentials", "Uppgifter", "update_address", "Uppdatera adress", _s19_32, "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_145, "Framg\xe5ngsrikt skapat skattesats", _s16_146, "Framg\xe5ngsrikt uppdaterad momssats", _s17_89, "Framg\xe5ngsrikt arkiverat skatteniv\xe5n/momssatsen", _s16_147, "Skattesatsen har raderats", _s17_90, "Skattesatsen har \xe5terst\xe4llts", _s18_69, ":value skattesatser har arkiverats", _s17_91, ":value skattesatser har raderats", _s18_70, ":value skattesatser har \xe5terst\xe4llts", "fill_products", "Auto-ifyll produkter", _s18_71, "V\xe4lj en produkt f\xf6r att automatiskt fylla i beskrivning och pris", "update_products", "Auto-uppdaterade produkter", _s20_47, "Uppdatera en faktura f\xf6r att automatiskt uppdatera produktbiblioteket", _s16_148, "Konvertera produkter", _s21_54, "Konvertera automatiskt produkt priser till kundens valuta", "fees", "Avgifter", "limits", "Gr\xe4nser", "provider", "Leverant\xf6r", "company_gateway", "Betalningsgateway", _s16_150, "Betalningsgateways", _s19_33, "Ny gateway", _s20_48, "Redigera gateway", _s23_24, "Gateway skapades", _s23_25, "Gateway uppdaterades", _s24_25, "Gateway arkiverades", _s23_26, "Gateway raderades", _s24_26, "Gateway \xe5terst\xe4lldes", _s25_41, ":value gateways har arkiverats", _s24_27, ":value gateways har raderats", _s25_42, ":value gateways har \xe5terst\xe4llts", _s16_152, "Forts\xe4tt redigera", "discard_changes", "Avbryt \xe4ndringar", "default_value", "Standardv\xe4rde", "disabled", "Avst\xe4ngd", "currency_format", "Valutaformat", _s21_55, "F\xf6rsta dagen i veckan", _s23_27, "\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_72, "24-timmarsvisning", "send_reminders", "Skicka p\xe5minnelser", "timezone", "Tidszon", _s19_34, "Filtrera efter projekt", _s17_92, "Filtrerat efter grupp", _s19_36, "Filtrerat efter faktura", _s18_73, "Filtrerat efter kund", _s18_75, "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_154, "Produkt inst\xe4llningar", "device_settings", "Enhetsinst\xe4llningar", "defaults", "F\xf6rinst\xe4llningar", "basic_settings", "Grundl\xe4ggande inst\xe4llningar", _s17_94, "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_29, "Mallar och p\xe5minnelser", _s22_30, "Kreditkort och banker", _s19_38, _s17_138, "price", "Pris", "email_sign_up", "Registrera dig via e-post", "google_sign_up", "Registrera dig via Google", _s27_33, "Tack f\xf6r ditt k\xf6p!", "redeem", "L\xf6s in", "back", "Tillbaka", "past_purchases", "Tidigare k\xf6p", _s19_40, "\xc5rlig prenumeration", "pro_plan", "Pro prenumeration", "enterprise_plan", "Enterprise prenumeration", "count_users", ":count anv\xe4ndare", "upgrade", "Uppgradera", _s25_43, "Ange ett f\xf6rnamn", _s24_28, "Ange ett efternamn", _s33_16, "Godk\xe4nn anv\xe4ndarvillkoren och sekretesspolicyn f\xf6r att skapa ett konto.", "i_agree_to_the", "Jag godk\xe4nner", _s16_156, "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_77, "Ingen posts har valts", _s21_58, "Spara eller avbryt dina \xe4ndringar", "download", "Ladda ner", _s27_34, "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_96, "Dokuementet har laddats upp", _s16_158, "Dokumentet har uppdaterats", _s17_97, "Dokumentet har arkiverats", _s16_159, "Dokumentet har raderats", _s17_98, "Dokumentet har \xe5terst\xe4llts", _s18_79, ":value dokument har arkiverats", _s17_99, ":value dokument har raderats", _s18_80, ":value dokument har \xe5terst\xe4llts", "no_history", "Ingen historik", "expense_date", "Kostnads datum", "pending", "P\xe5g\xe5ende", _s16_160, "Loggad", _s16_161, "I v\xe4ntan p\xe5", _s16_162, "Fakturerad", "converted", "Konvertera", _s24_30, "Bifoga dokument till fakturan", "exchange_rate", "V\xe4xlingskurs", _s16_163, "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_164, "Framg\xe5ngsrikt arkiverat :count leverant\xf6rer", "deleted_vendors", "Framg\xe5ngsrikt raderat :count leverant\xf6rer", _s16_165, ":value leverant\xf6rer har \xe5terst\xe4llts", "new_expense", "Ny Kostnad", "created_expense", "Framg\xe5ngsrikt skapat kostnad", "updated_expense", "Framg\xe5ngsrikt uppdaterat kostnad", _s16_166, "Framg\xe5ngsrikt arkiverat kostnad", "deleted_expense", "Framg\xe5ngsrikt tagit bort kostnad", _s16_167, "Lyckades \xe5terst\xe4lla utgifter", _s17_100, "Framg\xe5ngsrikt arkiverat kostnader", _s16_168, "Framg\xe5ngsrikt tagit bort kostnader", _s17_101, ":value utgifter har \xe5terst\xe4llts", "copy_shipping", "Kopiera frakt", "copy_billing", "Kopiera betalning", "design", "Design", _s21_59, "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_169, "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_42, "Ange ett namn", "budgeted_hours", "Budgeterade timmar", "created_project", "Projekt skapat", "updated_project", "Projektet uppdaterat", _s16_171, "Projekt arkiverat", "deleted_project", "Projekt borttaget", _s16_172, "Projekt \xe5terst\xe4llt", _s17_102, ":count projekt arkiverade", _s16_173, ":count projekt borttagna", _s17_103, ":value projekt har \xe5terst\xe4llts", "new_project", "Nytt projekt", _s27_38, "Tack f\xf6r att du anv\xe4nder v\xe5r app!", "if_you_like_it", "Om du gillar det", "click_here", "klicka h\xe4r", _s18_81, "Klicka h\xe4r", "to_rate_it", "att betygs\xe4tta det.", "average", "Genomsnitt", "unapproved", "Icke godk\xe4nd", _s30_12, "V\xe4nligen autentisera f\xf6r att \xe4ndra denna inst\xe4llning", "locked", "L\xe5st", "authenticate", "Autentisera", _s19_44, "V\xe4nligen autentisera", _s24_31, "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_104, "J\xe4mf\xf6relseperiod", "previous_period", _s17_222, "previous_year", _s17_222, "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_174, "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_50, "Redigera \xe5terkommande offerter", "billing_address", "Fakturaadress", _s16_176, "Leveransadress", "total_revenue", "Totala int\xe4kter", "average_invoice", "Genomsnittlig faktura", "outstanding", "Utest\xe5ende/Obetalt", "invoices_sent", _s24_86, "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_178, "Uppdatering klar", _s23_30, "Ange din e-postadress", _s26_29, "Ange ditt l\xf6senord", _s21_62, "Ange din URL", _s26_31, "Ange din produktnyckel", "ascending", "Stigande", "descending", "Fallande", "save", "Spara", _s17_106, "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_46, "Kopierade :value till urklipp", "error", "Error", _s16_180, "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_182, "E-postadressen \xe4r ogiltig", "product", "Produkt", "products", "Produkter", "new_product", "Ny produkt", "created_product", "Produkt skapad", "updated_product", "Produkt uppdaterad", _s16_184, "Produkt arkiverad", "deleted_product", "Produkt borttagen", _s16_185, "Produkt \xe5terst\xe4lld", _s17_108, "Arkiverade :count produkter utan problem", _s16_186, ":count produkter borttagna", _s17_109, ":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_187, ":count kunder arkiverade", "deleted_client", "kund borttagen", "deleted_clients", ":count kunder borttagna", "restored_client", "Kund \xe5terst\xe4lld", _s16_188, ":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_189, "Faktura arkiverad", "deleted_invoice", "Faktura borttagen", _s16_190, "Faktura \xe5terst\xe4lld", _s17_110, ":count fakturor arkiverade", _s16_191, ":count fakturor borttagna", _s17_111, ":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_192, "Delvis f\xf6rfallen", "status", "Status", _s17_112, "Fakturastatus", "quote_status", "Offertstatus", _s22_31, "Klicka + f\xf6r att l\xe4gga till en artikel", _s22_33, "Klicka + f\xf6r att l\xe4gga till tid", "count_selected", ":count markerade", "total", "Totalsumma", "percent", "Procent", "edit", "\xc4ndra", "dismiss", "Avf\xe4rda", _s20_52, "V\xe4lj ett datum", _s22_34, "V\xe4lj en kund", _s24_33, "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_14, "Ange ett fakturanummer", _s27_42, "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_36, "Fakturan har markerats som skickad", _s22_37, "Fakturan har markerats som betalad", _s23_32, "Fakturorna har markerats som skickade", _s23_33, "Fakturorna har markerats som betalade", "done", "Klar", _s37_13, "Ange kundens namn eller kontaktperson", "dark_mode", "M\xf6rkt l\xe4ge", _s27_44, "Starta om appen f\xf6r att till\xe4mpa \xe4ndringen", "refresh_data", "Uppdatera data", "blank_contact", "Tom kontakt", "activity", "H\xe4ndelse", _s16_194, "Inga uppgifter funna", "clone", "Kopiera", "loading", "Laddar", "industry", "Industri", "size", "Storlek", "payment_terms", _s17_221, "payment_date", "Betalningsdatum", "payment_status", "Betalningsstatus", _s16_196, "V\xe4ntande", _s16_197, "Ogiltig", _s16_198, "Misslyckad", _s16_199, "Avslutad", _s16_200, _s18_200, _s16_201, "\xc5terbetalad", _s17_113, "Outnyttjad", _s17_114, "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_165, "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_64, "Transaktion referens", "enter_payment", "Ange betalning", "new_payment", "Ny betalning", "created_payment", "Betalning registrerad", "updated_payment", "Betalning uppdaterad", _s16_202, "Betalning arkiverad", "deleted_payment", "Betalning borttagen", _s16_203, "betalning \xe5terst\xe4lld", _s17_115, ":count betalningar arkiverade", _s16_204, ":count betalningar borttagna", _s17_116, ":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_11, "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", ":user uppdaterade \xe4rende :ticket", "activity_49", ":user st\xe4ngde \xe4rende :ticket", "activity_50", ":user slog ihop \xe4rende :ticket", "activity_51", ":user delade \xe4rende :ticket", "activity_52", ":contact \xf6ppnande \xe4rende :ticket", "activity_53", ":contact \xe5ter\xf6ppnade \xe4rende :ticket", "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_117, "Eng\xe5ngs l\xf6senord", "emailed_quote", "Offert e-postad", "emailed_credit", _s32_36, _s20_54, "Offerten har markerats som skickad", _s21_66, "Krediten har markerats som skickad", "expired", "Utg\xe5tt", "all", "Alla", "select", "V\xe4lj", _s22_38, "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_82, "Anpassad e-poststil", _s24_38, "Anpassat \xf6versiktsmeddelande", _s29_31, "Anpassat obetalt fakturameddelande", _s27_49, "Anpassat betalt fakturameddelande", _s31_13, "Anpassat icke godk\xe4nt offertmeddelande", "lock_invoices", "L\xe5s fakturor", "translations", "\xd6vers\xe4ttningar", _s19_47, "Uppgift nummerformat", _s19_49, "Uppgift nummerr\xe4knare", _s22_40, "Utgift nummerformat", _s22_42, "Utgift nummerr\xe4knare", _s21_67, "Leverant\xf6r nummerformat", _s21_69, "Leverant\xf6r nummerr\xe4knare", _s21_71, "\xc4rende nummerformat", _s21_73, "\xc4rende nummerr\xe4knare", _s22_44, "Betalning nummerformat", _s22_46, "Betalning nummerr\xe4knare", _s22_48, "Faktura nummerformat", _s22_50, "Fakturar\xe4knare", _s20_55, "Offert nummerformat", _s20_57, "Offertr\xe4knare", _s21_75, "Kund nummerformat", _s21_77, "Kund nummerr\xe4knare", _s21_79, "Kredit nummerformat", _s21_80, "Kredit nummerr\xe4knare", _s18_84, "\xc5terst\xe4ll r\xe4knedatum", "counter_padding", "Utfyllnad f\xf6r r\xe4knare", _s28_55, "Delad r\xe4knare f\xf6r fakturor och offerter", _s18_86, "Standardskattnamn 1", _s18_88, "Standard skattesats 1", _s18_90, "Standardskattnamn 2", _s18_92, "Standard skattesats 2", _s18_94, "Standardskattnamn 3", _s18_96, "Standard skattesats 3", _s21_81, "E-postfakturans \xe4mne", _s19_51, "E-postoffertens \xe4mne", _s21_83, "E-postbetalningens \xe4mne", _s29_33, "\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_205, "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_40, "Kundens leveransadress 1", _s24_41, "Kundens leveransadress 2", "type", "Typ", "invoice_amount", "Faktura belopp", _s16_209, "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_119, _s25_85, _s17_120, _s25_86, _s17_121, _s25_87, _s17_122, _s25_88, "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_53, "Utgiftskategori ID", _s16_210, "Kostnads kategori", _s19_55, "Fakturavaluta ID", "tax_name1", "Skattnamn 1", "tax_name2", "Skattnamn 2", "tax_name3", "Skattnamn 3", "transaction_id", "Transaktions ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "th", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "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_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "\u0e23\u0e30\u0e1a\u0e1a", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "\u0e08\u0e32\u0e01\u0e0a\u0e37\u0e48\u0e2d", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, "\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_1, "\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_, "\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_, "\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_0, "\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_, "\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_1, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s25_2, _s38_1, _s26_0, "\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_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "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_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s17_8, "\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_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", "\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e40\u0e0a\u0e34\u0e0d\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, "\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, "\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_37, _s16_38, "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_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "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_12, _s29_1, "select_file", "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c", _s16_45, _s16_46, "csv_file", "\u0e44\u0e1f\u0e25\u0e4c CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s20_23, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", _s21_25, _s21_26, _s24_14, "\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_15, "\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_16, "\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_16, "\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_17, _s37_2, _s25_17, "\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_14, "\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_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "\u0e04\u0e27\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "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_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s18_36, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s21_32, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "\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_25, "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_26, _s38_10, _s26_9, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e41\u0e25\u0e49\u0e27", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "\u0e01\u0e33\u0e44\u0e23", "line_item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "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_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, "\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_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "email_invoice", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_quote", _s16_340, "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_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, "\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_32, "\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_33, "\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_35, "\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_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e04\u0e37\u0e19", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e15\u0e47\u0e21", _s17_62, "\u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10 / \u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", _s17_64, "\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_76, _s32_6, _s18_45, "\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_28, "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_131, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e44\u0e25\u0e40\u0e0b\u0e19\u0e15\u0e4c", "cancel_account", "\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35", _s22_19, "\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_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, _s16_82, "recurring_tasks", "Recurring Tasks", _s18_46, "\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_27, "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_83, "\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_84, _s36_5, "current_version", "\u0e23\u0e38\u0e48\u0e19\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "\u0e2d\u0e48\u0e32\u0e19\u0e15\u0e48\u0e2d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17\u0e43\u0e2b\u0e21\u0e48", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", "from", "\u0e08\u0e32\u0e01", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b", _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "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_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, "\u0e42\u0e1b\u0e23\u0e14\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e20\u0e32\u0e29\u0e35", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "\u0e2a\u0e25\u0e31\u0e1a", _s19_27, _s20_44, "options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", _s16_127, "\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_128, "\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_28, "after_due_date", _s18_63, _s18_64, _s22_26, "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_51, _s21_52, "quote_email", _s16_340, _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", _s18_65, "\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_33, "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_36, "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_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "\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_77, "\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_27, '\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_18, "\u0e1d\u0e31\u0e07\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", _s28_19, "\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_136, "\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", _s16_137, "\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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "\u0e41\u0e1b\u0e25\u0e07\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s23_21, "\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_79, _s17_80, "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_81, "\u0e2a\u0e32\u0e21\u0e40\u0e14\u0e37\u0e2d\u0e19", _s16_138, "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_139, "Three Years", "never", "\u0e44\u0e21\u0e48\u0e40\u0e04\u0e22", "company", "Company", _s17_82, "\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_140, "\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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_6, "\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_22, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s28_20, "\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_39, "\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_7, "\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_23, "\u0e25\u0e32\u0e22\u0e21\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s22_29, "\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_29, "\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_24, "\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_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "\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_30, "\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_32, "\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_145, _s28_93, _s16_146, _s28_93, _s17_89, "\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_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "\u0e40\u0e15\u0e34\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s18_71, "\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_47, "\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_148, _s16_149, _s21_54, _s61_1, "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_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "www", "saved_settings", _s27_32, _s16_154, "\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_94, "\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_29, "\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e15\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", _s22_30, _s20_49, _s19_38, "\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_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "\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_77, _s18_78, _s21_58, _s34_13, "download", "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", _s27_34, _s27_52, "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_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "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_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "\u0e41\u0e1b\u0e25\u0e07", _s24_30, "\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_163, "\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_164, "\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_165, _s36_7, "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_166, _s26_83, "deleted_expense", _s18_201, _s16_167, "\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_100, _s26_83, _s16_168, _s18_201, _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", _s21_59, _s21_60, "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_45, "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_169, _s16_170, "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_14, _s19_42, "\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_171, "\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_172, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s17_102, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s16_173, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s17_103, _s37_10, "new_project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", _s18_81, "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_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "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_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e07\u0e34\u0e19", _s16_176, _s16_177, "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_131, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", _s17_106, _s17_107, "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_46, _s30_13, "error", "Error", _s16_180, _s16_181, "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_182, _s16_183, "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_184, "\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_185, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s17_108, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s16_186, "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s17_109, _s37_11, "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_187, "\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_188, _s36_9, "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_189, "\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_190, "\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_110, "\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_191, "\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_111, _s37_12, "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_192, _s16_193, "status", "\u0e2a\u0e16\u0e32\u0e19\u0e30", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, "\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_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "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_14, _s30_15, _s27_42, _s27_43, "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_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", _s37_13, _s37_14, "dark_mode", "\u0e42\u0e2b\u0e21\u0e14\u0e01\u0e25\u0e32\u0e07\u0e04\u0e37\u0e19", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21", _s16_194, _s16_195, "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_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_64, "\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_202, "\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_203, "\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_115, "\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_204, "\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_116, _s37_15, "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_14, "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_0, "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_5, "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_11, "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", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "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_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "all", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "select", "\u0e40\u0e25\u0e37\u0e2d\u0e01", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s20_55, _s20_56, _s20_57, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "\u0e0a\u0e19\u0e34\u0e14", "invoice_amount", "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_209, "\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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1), "tr_TR", A.LinkedHashMap_LinkedHashMap$_literal(["normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_, _s16_0, _s21_, _s42_, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_1, _s16_2, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_0, _s30_, "set_password", "\u015eifreyi belirle", _s17_, _s59_, _s16_3, _s58_, _s20_, _s33_, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_35, "becs", _s17_123, "bulk_download", "Download", _s17_0, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_, _s18_0, _s17_1, _s17_2, "has_tasks", "Has Tasks", "registration", "Registration", _s27_0, _s50_, "view_expense", "Gideri g\xf6r # :expense", "view_statement", "View Statement", "sepa", _s17_124, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_1, _s18_2, "system", "Sistem", _s19_, _s19_0, "updated_company", _s28_, "kbc", "KBC", "bancontact", "Bancontact", _s19_1, _s44_, "webhook_success", "Webhook Success", _s24_, _s40_, _s27_1, _s43_, "app", "App", _s20_0, _s46_, _s16_4, _s16_213, _s18_3, "Email Invoice", _s16_5, "Email Quote", _s17_3, "Email Credit", "from_name", "From Name", _s16_6, _s16_214, _s17_4, _s17_5, _s18_4, _s18_5, _s21_1, _s21_2, _s22_, _s22_0, _s25_, _s38_, _s25_0, _s38_0, _s26_, _s39_, _s25_1, _s28_32, _s25_2, _s38_1, _s26_0, _s39_0, _s24_0, _s24_1, _s25_3, _s25_4, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_2, _s32_, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_7, _s16_8, _s16_9, _s16_10, _s28_0, _s28_1, "decimal_comma", "Decimal Comma", _s26_1, _s35_, "select_method", "Select Method", "select_platform", "Select Platform", _s28_2, _s42_0, _s16_11, _s27_2, "enable_markdown", "Enable Markdown", _s20_1, _s35_0, "user_guide", "User Guide", _s18_6, _s18_7, "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_, _s31_0, _s25_5, _s25_6, _s33_0, _s33_1, _s27_3, _s27_4, _s36_, _s36_0, _s31_1, _s31_2, _s25_7, _s25_8, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", "free_trial_help", _s131_, _s23_, _s57_0, _s21_3, _s62_, "change_email", "Change Email", _s25_9, _s52_, _s21_4, _s21_5, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Verileri \u0130\xe7e Aktar", "import_settings", "Import Settings", _s17_6, _s28_3, _s19_3, _s48_, "json", "JSON", _s24_2, _s24_3, "wait_for_data", _s42_1, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_12, _s16_13, _s18_8, _s40_0, "login_success", _s16_14, "login_failure", "Failed Login", "exported_data", _s67_, _s23_0, _s23_1, _s28_4, _s41_, "step_1_sign_in", "Step 1: Sign In", _s16_15, _s17_7, "account_id", "Account ID", _s27_5, _s35_1, "activity_100", _s50_0, "activity_101", _s50_1, "activity_102", _s51_, "activity_103", _s50_2, "activity_104", _s51_0, _s18_9, _s18_10, _s23_2, _s35_2, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_16, _s16_17, _s18_11, _s31_3, _s16_18, _s16_19, "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_12, _s18_13, _s17_8, _s17_9, "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_2, _s21_6, _s53_, _s25_10, _s37_, _s17_10, _s17_11, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_2, _s85_, _s20_2, _s54_, _s21_7, _s21_8, _s17_12, _s17_13, "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_14, _s18_15, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_16, _s18_17, _s16_20, _s16_21, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_9, _s21_10, _s18_18, _s18_19, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_11, _s21_12, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_3, "Spam Complaint", "email_delivery", "Email Delivery", _s16_22, _s16_23, "pdf_response", "PDF Response", _s22_1, _s22_2, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_24, _s16_25, _s17_14, _s17_15, _s20_4, _s33_2, _s20_5, _s33_3, _s21_13, _s34_, _s20_6, _s33_4, _s20_7, _s33_5, _s21_14, _s34_0, _s19_4, _s21_15, _s20_8, _s27_6, _s26_3, _s26_4, "connect_gmail", "Connect Gmail", _s16_26, _s16_27, "connected_gmail", _s28_5, _s18_20, _s31_4, _s16_28, _s100_, _s16_29, _s16_30, "count_minutes", ":count Minutes", _s16_31, _s16_32, _s29_, _s29_0, "use_last_email", "Use last email", _s16_33, _s16_34, _s21_16, _s51_1, _s27_7, _s35_3, _s27_8, _s27_9, _s34_1, _s52_0, "help_translate", "Help Translate", _s23_3, _s23_4, "resend_invite", _s17_125, _s19_5, _s25_11, _s16_35, _s30_0, _s19_6, _s33_6, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_0, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_17, _s46_0, _s18_21, _s46_1, "connect_google", "Connect Google", _s17_16, _s17_17, _s17_18, _s25_54, _s18_22, _s18_23, _s34_2, _s34_3, "stay_logged_in", "Stay Logged In", _s23_5, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_7, _s19_8, _s17_19, _s17_20, "resend_email", "Resend Email", _s26_5, _s33_7, _s16_36, _s16_220, _s19_9, _s19_10, _s19_11, _s45_, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_21, _s17_22, _s27_10, _s51_2, _s21_18, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_24, "Faturaya D\xf6n\xfc\u015ft\xfcr", _s16_37, _s16_38, "invoice_project", "Invoice Project", "invoice_task", "Fatura G\xf6revi", "invoice_expense", "Gider Faturas\u0131", _s19_12, _s21_19, _s20_9, _s27_11, _s16_39, _s16_40, "save_and_email", "Save and Email", _s16_41, _s16_42, _s16_43, _s16_44, _s17_23, _s17_24, _s22_3, _s22_4, _s24_4, _s24_5, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_25, _s17_26, "document_upload", "Document Upload", _s20_10, _s34_4, "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_20, _s21_21, _s26_6, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_27, _s17_28, "update_app", "Update App", "started_import", _s27_12, _s24_6, _s24_7, _s20_11, _s20_12, _s18_26, _s18_27, "column", "S\xfctun", "sample", "\xd6rnek", "map_to", "Map To", "import", "\u0130\xe7e Aktar", _s25_12, _s29_1, "select_file", "L\xfctfen bir dosya se\xe7in", _s16_45, _s16_46, "csv_file", "CSV dosya", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_5, _s24_8, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_0, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_29, _s17_30, "sidebar_editor", "Sidebar Editor", _s22_6, _s31_15, "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_9, _s24_10, _s24_11, _s24_12, "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_6, "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_13, _s48_0, "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_31, _s17_32, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_47, _s16_48, _s19_13, _s32_1, _s19_14, _s31_16, _s20_13, _s33_8, _s19_15, _s32_2, _s19_16, _s32_3, _s20_14, _s33_9, _s22_7, _s42_2, _s21_22, _s41_0, _s22_8, _s42_3, _s18_28, _s20_15, _s20_16, _s27_13, _s16_49, _s16_50, _s21_23, _s52_1, _s20_17, _s20_18, _s25_13, _s42_4, _s20_19, _s20_20, _s25_14, _s42_5, _s21_24, _s25_15, _s18_29, _s18_30, "task_settings", "Task Settings", _s20_21, _s20_22, _s18_31, "Gider Kategorisi", _s20_23, "Yeni Gider Kategorisi", _s21_25, _s21_26, _s24_14, _s37_0, _s24_15, _s37_1, _s25_16, _s38_2, _s24_16, _s29_36, _s24_17, _s37_2, _s25_17, _s38_3, _s27_14, _s45_2, _s26_7, _s46_2, _s27_15, _s47_, _s23_7, _s25_18, _s25_19, _s32_4, _s21_27, _s21_28, "show_option", "Show Option", _s22_9, _s50_4, "view_changes", "View Changes", "force_update", "Force Update", _s17_33, _s76_, "mark_paid_help", _s31_17, _s18_33, "Faturalanmal\u0131 m\u0131", _s23_8, _s33_18, _s29_2, _s26_39, _s21_29, _s20_25, _s16_51, _s16_52, _s18_34, _s18_35, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_215, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_34, _s17_35, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_20, _s38_4, _s25_21, _s38_5, _s25_22, _s38_6, "gateway_refund", "Gateway Refund", _s19_17, _s43_1, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_10, _s22_11, _s21_30, _s21_31, _s17_36, _s17_37, "endless", "Endless", "next_send_date", "Next Send Date", _s16_53, _s16_54, _s17_38, "Tekrarlayan Fatura", _s18_36, "Tekrarlayan Faturalar", _s21_32, "Yeni Tekrarlayan Fatura", _s22_12, _s22_13, _s25_23, _s38_7, _s25_24, _s38_8, _s26_8, "Tekrarlayan fatura ba\u015far\u0131yla ar\u015fivlendi", _s25_25, "Tekrarlayan fatura ba\u015far\u0131yla silindi", _s25_26, _s38_10, _s26_9, "Tekrarlayan fatura ba\u015far\u0131yla geri y\xfcklendi", _s27_16, _s47_0, _s26_10, _s46_3, _s27_17, _s47_1, _s24_18, _s26_11, _s25_27, _s32_5, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_6, _s28_7, "profit", "Profit", "line_item", "Line Item", _s18_38, _s18_39, _s23_9, _s35_4, _s19_18, _s19_19, _s24_19, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_1, _s22_14, _s30_2, _s22_15, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_40, _s17_41, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_55, _s16_56, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Kart bilgilerini sakla", _s24_20, _s24_21, "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_40, _s18_41, "pdf_page_info", _s23_10, _s16_57, _s29_37, "emailed_quotes", _s27_51, "emailed_credits", _s28_56, "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_6, "client_created", "Client Created", _s20_26, _s20_27, _s20_28, _s20_29, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_42, _s17_43, _s17_44, _s17_45, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_46, _s17_47, _s17_48, "Yakla\u015fan Faturalar", _s17_50, _s17_51, "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_52, _s28_8, "api_webhooks", "API Webhooks", "search_webhooks", _s22_16, "search_webhook", _s16_58, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_9, "updated_webhook", _s28_10, _s16_59, _s29_3, "deleted_webhook", _s28_11, "removed_webhook", _s28_12, _s16_60, _s29_4, _s17_53, _s37_3, _s16_61, _s36_1, _s16_62, _s36_2, _s17_54, _s37_4, "api_tokens", "API Tokenlar\u0131", "api_docs", "API Docs", "search_tokens", _s20_30, "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_15, "restored_token", _s27_19, "archived_tokens", _s35_5, "deleted_tokens", _s34_5, "restored_tokens", _s35_6, _s19_20, _s19_21, _s24_22, _s45_0, _s21_34, _s19_22, "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_31, _s41_1, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_63, _s16_64, "contact_name", "Contact Name", "use_default", "Use default", _s16_65, _s17_55, "number_of_days", "Number of days", _s23_11, _s23_12, "payment_term", "Payment Term", _s16_66, _s16_67, _s17_56, _s17_57, _s20_32, _s33_10, _s20_33, _s33_11, _s21_35, _s34_6, _s20_34, _s33_12, _s20_35, _s33_13, _s21_36, _s34_7, _s22_17, _s42_7, _s21_37, _s41_2, _s22_18, _s42_8, "email_sign_in", _s18_100, "change", "Change", _s23_13, _s28_13, _s24_23, _s29_5, "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_42, _s18_43, _s16_68, _s16_216, "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_69, _s16_217, "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_58, "search_design", "Search 1 Design", "search_invoice", _s16_70, "search_client", "Search 1 Client", "search_product", _s16_71, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_59, "search_task", "Search 1 Tasks", "search_project", _s16_72, "search_expense", _s16_73, "search_payment", _s16_74, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_60, _s30_3, _s18_44, _s31_5, _s16_75, _s29_6, _s17_61, _s30_4, "reverse", "Reverse", "full_name", "Full Name", _s17_62, _s17_63, _s17_64, _s17_65, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_76, _s32_6, _s18_45, _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_28, "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_87, "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_29, _s25_30, _s16_77, _s16_78, "apply_license", "Apply License", "cancel_account", "Hesab\u0131 Sil", _s22_19, _s69_0, "delete_company", "Delete Company", _s22_20, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_14, "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_20, "updated_design", _s27_21, "archived_design", _s28_15, "deleted_design", _s27_22, "removed_design", _s27_23, "restored_design", _s28_16, _s16_79, _s36_3, "deleted_designs", _s35_7, _s16_80, _s36_4, "proposals", "Proposals", "tickets", "Tickets", _s16_81, "Tekrarlayan Fiyat Teklifleri", "recurring_tasks", "Recurring Tasks", _s18_46, _s18_47, "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_25, "archived_credit", "Kredi ba\u015far\u0131yla ar\u015fivlendi", "deleted_credit", "Kredi ba\u015far\u0131yla silindi", "removed_credit", _s27_27, "restored_credit", "Kredi Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_83, ":count kredi ar\u015fivlendi", "deleted_credits", ":count kredi ba\u015far\u0131yla silindi", _s16_84, _s36_5, "current_version", "Mevcut version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_16, _s41_3, _s16_85, _s16_86, "app_updated", _s29_7, "learn_more", "Daha fazla bilgi edin", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_66, _s17_67, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Yeni Firma", "added_company", _s26_17, "company1", _s16_87, "company2", _s16_88, "company3", _s16_89, "company4", _s16_90, "product1", _s16_91, "product2", _s16_92, "product3", _s16_93, "product4", _s16_94, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_95, "contact2", _s16_96, "contact3", _s16_97, "contact4", _s16_98, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_99, "project2", _s16_100, "project3", _s16_101, "project4", _s16_102, "expense1", _s16_103, "expense2", _s16_104, "expense3", _s16_105, "expense4", _s16_106, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_107, "invoice2", _s16_108, "invoice3", _s16_109, "invoice4", _s16_110, "payment1", _s16_111, "payment2", _s16_112, "payment3", _s16_113, "payment4", _s16_114, "surcharge1", _s18_48, "surcharge2", _s18_49, "surcharge3", _s18_50, "surcharge4", _s18_51, "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_52, _s18_53, _s17_68, _s17_69, "contact_phone", "Contact Phone", _s21_38, _s22_21, _s21_39, _s22_22, _s21_40, _s22_23, _s21_41, _s22_24, _s17_70, "Shipping Street", _s17_71, _s18_54, "shipping_city", "Shipping City", "shipping_state", _s23_14, _s20_36, _s20_37, _s16_115, _s16_116, _s16_117, "Billing Street", _s16_118, _s17_72, "billing_city", "Billing City", "billing_state", _s22_25, _s19_23, _s19_24, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_218, "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_119, _s16_120, "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_42, _s35_8, _s30_5, _s63_, "message", "Mesaj", "from", "Kimden", _s20_38, _s20_39, _s25_31, _s56_, _s20_40, _s34_8, _s18_55, _s18_56, _s23_15, _s33_19, _s18_57, _s18_58, "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_43, _s21_85, _s20_41, _s58_0, _s19_25, _s19_26, _s23_16, _s23_17, _s20_42, _s20_43, "deleted_logo", _s25_32, "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_73, _s17_74, "show_cost_help", _s55_, _s21_44, _s21_45, _s26_18, _s58_1, _s21_46, _s21_47, _s26_19, _s60_, _s21_48, _s21_49, _s26_20, _s34_9, _s16_121, _s16_122, _s21_50, _s47_2, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_123, _s16_124, "user", "Kullan\u0131c\u0131", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_75, _s17_76, "item_tax_rates", "Item Tax Rates", _s18_59, _s22_35, "configure_rates", "Configure rates", _s18_60, _s18_61, "tax_settings", "Vergi Ayarlar\u0131", _s18_62, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_27, _s20_44, "options", "Options", _s16_125, _s16_126, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_28, _s39_3, "submit", "Submit", _s16_127, "\u015eifreni kurtar", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_128, _s16_129, "schedule", "program", "before_due_date", _s19_28, "after_due_date", _s18_63, _s18_64, _s22_26, "days", "Days", "invoice_email", "Fatura E-postas\u0131", "payment_email", "\xd6deme E-postas\u0131", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_51, _s21_52, "quote_email", "Teklif E-postas\u0131", _s16_130, _s16_131, _s16_132, _s16_133, "administrator", "Administrator", _s18_65, _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_33, "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_36, "restored_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla geri y\xfcklendi", "archived_users", _s34_10, "deleted_users", _s33_14, "removed_users", _s33_15, "restored_users", _s34_11, _s16_134, "Genel Ayarlar", "invoice_options", "Fatura Se\xe7enekleri", _s17_77, "\xd6deme Tarihini Gizle", _s22_27, 'Bir \xf6deme al\u0131nd\u0131\u011f\u0131nda yaln\u0131zca faturalar\u0131n\u0131zdaki "\xd6denen Tarihi" alan\u0131n\u0131 g\xf6r\xfcnt\xfcleyin.', _s23_18, "Embed Documents", _s28_19, _s39_4, _s16_136, "Show Header on", _s16_137, "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_66, "Auto Email", _s23_19, _s61_, _s20_45, "Auto Archive", _s25_37, _s50_3, _s18_67, "Auto Archive", _s23_20, _s53_1, _s18_68, "Auto Convert", _s23_21, _s70_, _s17_79, _s17_80, "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_81, "3 Ay", _s16_138, "4 Ay", "freq_six_months", "6 Ay", "freq_annually", "Y\u0131ll\u0131k", "freq_two_years", "2 Y\u0131l", _s16_139, "Three Years", "never", "Never", "company", "\u015eirket", _s17_82, _s17_83, "charge_taxes", "Vergi masraflar\u0131", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_140, _s16_141, "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_84, _s17_85, "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_86, _s17_87, _s16_142, "Show on PDF", _s21_53, _s51_3, _s25_38, _s22_28, _s30_6, _s61_0, _s23_22, _s20_46, _s28_20, _s59_0, _s25_39, _s17_88, _s30_7, _s42_9, _s23_23, "Quote Signature", _s22_29, _s25_40, _s27_29, _s142_, "authorization", "Authorization", "subdomain", "Alt etki alan\u0131", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Sayg\u0131lar\u0131m\u0131zla,", _s24_24, "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_143, _s16_144, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_29, "\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_30, _s19_31, "credentials", "Credentials", "update_address", "Adresi G\xfcncelle", _s19_32, "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_145, "Vergi oran\u0131 ba\u015far\u0131yla olu\u015fturuldu", _s16_146, "Vergi oran\u0131 ba\u015far\u0131yla g\xfcncellendi", _s17_89, "Vergi oran\u0131 ba\u015far\u0131yla ar\u015fivlendi", _s16_147, _s29_10, _s17_90, _s30_8, _s18_69, _s38_11, _s17_91, _s37_5, _s18_70, _s38_12, "fill_products", "Otomatik doldurma \xfcr\xfcnleri", _s18_71, "Bir \xfcr\xfcn se\xe7mek a\xe7\u0131klama ve maliyeti otomatik olarak dolduracakt\u0131r", "update_products", "\xdcr\xfcnleri otomatik g\xfcncelle", _s20_47, "Faturay\u0131 g\xfcncellemek \xfcr\xfcn k\xfct\xfcphanesini otomatik olarak dolduracakt\u0131r.", _s16_148, _s16_149, _s21_54, _s61_1, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_150, _s16_151, _s19_33, "New Gateway", _s20_48, "Edit Gateway", _s23_24, _s28_21, _s23_25, _s28_22, _s24_25, _s29_11, _s23_26, _s28_23, _s24_26, _s29_12, _s25_41, _s37_6, _s24_27, _s36_6, _s25_42, _s37_7, _s16_152, _s16_153, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Devre D\u0131\u015f\u0131", "currency_format", "Currency Format", _s21_55, _s21_56, _s23_27, _s23_28, "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_72, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_34, _s19_35, _s17_92, _s17_93, _s19_36, _s19_37, _s18_73, _s18_74, _s18_75, _s18_76, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_23, "updated_group", _s26_24, "archived_groups", _s35_9, "deleted_groups", _s34_12, "restored_groups", _s35_10, "archived_group", _s27_30, "deleted_group", _s26_25, "restored_group", _s27_31, "upload_logo", "Upload Logo", "uploaded_logo", _s26_26, "logo", "Logo", "saved_settings", _s27_32, _s16_154, "\xdcr\xfcn Ayarlar\u0131", "device_settings", "Device Settings", "defaults", "Varsay\u0131lanlar", "basic_settings", "Temel Ayarlar", _s17_94, "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_29, "\u015eablonlar & Hat\u0131rlatmalar", _s22_30, _s20_49, _s19_38, "Veri G\xf6rselle\u015ftirmeleri", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_33, _s28_24, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_40, _s19_41, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_43, _s25_44, _s24_28, _s24_29, _s33_16, _s77_, "i_agree_to_the", "I agree to the", _s16_156, "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_77, _s18_78, _s21_58, _s34_13, "download", "\u0130ndir", _s27_34, _s27_52, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dok\xfcmanlar", "new_document", "New Document", "edit_document", "Edit Document", _s17_96, _s30_9, _s16_158, _s29_13, _s17_97, _s30_10, _s16_159, _s29_14, _s17_98, _s30_11, _s18_79, _s38_13, _s17_99, _s37_8, _s18_80, _s38_14, "no_history", "No History", "expense_date", "Gider Tarihi", "pending", "Beklemede", _s16_160, "Logged", _s16_161, "Pending", _s16_162, "Invoiced", "converted", "D\xf6n\xfc\u015ft\xfcr\xfcld\xfc", _s24_30, _s24_42, "exchange_rate", "D\xf6viz Kuru", _s16_163, _s16_222, "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_26, _s16_164, ":count sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendors", ":count sat\u0131c\u0131 ba\u015far\u0131yla silindi", _s16_165, _s36_7, "new_expense", "Gider Giri\u015fi", "created_expense", "Gider olu\u015fturuldu", "updated_expense", "Gider g\xfcncellendi", _s16_166, "Gider ba\u015far\u0131yla ar\u015fivlendi", "deleted_expense", "Gider ba\u015far\u0131yla silindi", _s16_167, _s29_16, _s17_100, "Giderler ba\u015far\u0131yla ar\u015fivlendi", _s16_168, "Giderler ba\u015far\u0131yla silindi", _s17_101, _s37_9, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_59, _s21_60, "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_45, "stopped_task", "G\xf6rev ba\u015far\u0131yla durduruldu", "resumed_task", _s25_47, "now", "\u015eimdi", _s16_169, _s16_170, "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_14, _s19_42, _s19_43, "budgeted_hours", "Budgeted Hours", "created_project", _s28_30, "updated_project", _s28_31, _s16_171, _s29_17, "deleted_project", _s28_32, _s16_172, _s29_18, _s17_102, _s37_16, _s16_173, _s36_11, _s17_103, _s37_10, "new_project", "New Project", _s27_38, _s28_33, "if_you_like_it", _s21_61, "click_here", "buraya t\u0131klay\u0131n", _s18_81, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_12, _s42_10, "locked", "Locked", "authenticate", "Authenticate", _s19_44, _s19_45, _s24_31, _s24_32, "footer", "Altbilgi", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_58, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_104, _s17_105, "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_174, _s16_175, "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_50, _s20_51, "billing_address", "Fatura Adresi", _s16_176, _s16_177, "total_revenue", "Toplam Gelir", "average_invoice", "Ortalama Fatura", "outstanding", "\xd6denmemi\u015f", "invoices_sent", _s24_87, "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_178, _s16_179, _s23_30, _s23_31, _s26_29, _s26_30, _s21_62, _s21_63, _s26_31, _s26_32, "ascending", "Ascending", "descending", "Descending", "save", "Kaydet", _s17_106, _s17_107, "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_46, _s30_13, "error", "Hata", _s16_180, _s16_181, "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_182, "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_184, "\xdcr\xfcn ba\u015far\u0131yla ar\u015fivlendi", "deleted_product", _s28_36, _s16_185, _s29_20, _s17_108, _s37_17, _s16_186, _s36_12, _s17_109, _s37_11, "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_187, ":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_188, _s36_9, "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_189, "Fatura ba\u015far\u0131yla ar\u015fivlendi", "deleted_invoice", "Fatura ba\u015far\u0131yla silindi", _s16_190, "Fatura Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_110, ":count fatura ba\u015far\u0131yla ar\u015fivlendi", _s16_191, ":count fatura ba\u015far\u0131yla silindi", _s17_111, _s37_12, "emailed_invoice", "Fatura ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_payment", _s28_57, "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_192, _s16_193, "status", "Durum", _s17_112, "Invoice Status", "quote_status", "Quote Status", _s22_31, _s22_32, _s22_33, _s19_59, "count_selected", ":count selected", "total", "Toplam", "percent", "Percent", "edit", "D\xfczenle", "dismiss", "Dismiss", _s20_52, _s20_53, _s22_34, _s22_35, _s24_33, _s24_34, "task_rate", "Task Rate", "settings", "Ayarlar", "language", "Dil", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Vergi", _s30_14, _s30_15, _s27_42, _s27_43, "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_36, _s35_11, _s22_37, _s35_11, _s23_32, _s36_10, _s23_33, _s36_10, "done", "Tamam", _s37_13, _s37_14, "dark_mode", "Karanl\u0131k Mod", _s27_44, _s35_12, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivite", _s16_194, _s16_195, "clone", "\xc7o\u011falt", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\xd6deme ko\u015fullar\u0131", "payment_date", "\xd6deme Tarihi", "payment_status", "Payment Status", _s16_196, "Pending", _s16_197, "Voided", _s16_198, "Failed", _s16_199, "Completed", _s16_200, _s18_43, _s16_201, "Refunded", _s17_113, "Unapplied", _s17_114, _s19_10, "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_64, "\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_202, "\xd6deme ba\u015far\u0131yla ar\u015fivlendi", "deleted_payment", "\xd6deme ba\u015far\u0131yla silindi", _s16_203, "\xd6deme Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_115, ":count \xf6deme ar\u015fivlendi", _s16_204, ":count \xf6deme silindi", _s17_116, _s37_15, "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_14, "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_0, "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_5, "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_11, "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_6, "activity_40", _s64_, "activity_41", _s41_6, "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", _s28_58, "activity_49", _s27_53, "activity_50", _s27_54, "activity_51", _s26_40, "activity_52", _s30_24, "activity_53", _s32_8, "activity_54", _s29_39, "activity_55", _s31_18, "activity_56", _s27_55, "activity_57", _s39_5, "activity_58", _s31_12, "activity_59", _s32_7, "activity_60", _s28_50, "activity_61", _s28_53, "activity_62", _s28_54, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_0, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_4, "activity_83", _s40_4, "activity_84", _s41_5, _s17_117, _s17_118, "emailed_quote", "Teklif ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_credit", _s27_56, _s20_54, _s33_17, _s21_66, _s34_15, "expired", "Expired", "all", "All", "select", "Se\xe7", _s22_38, _s22_39, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_82, _s18_83, _s24_38, _s24_39, _s29_31, _s29_32, _s27_49, _s27_50, _s31_13, _s31_14, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_47, _s19_48, _s19_49, _s19_50, _s22_40, _s22_41, _s22_42, _s22_43, _s21_67, _s21_68, _s21_69, _s21_70, _s21_71, _s21_72, _s21_73, _s21_74, _s22_44, _s22_45, _s22_46, _s22_47, _s22_48, _s22_49, _s22_50, "Fatura No Sayac\u0131", _s20_55, _s20_56, _s20_57, "Teklif No Sayac\u0131", _s21_75, _s21_76, _s21_77, _s21_78, _s21_79, _s21_76, _s21_80, _s21_78, _s18_84, _s18_85, "counter_padding", "Counter Padding", _s28_55, _s28_59, _s18_86, _s18_87, _s18_88, _s18_89, _s18_90, _s18_91, _s18_92, _s18_93, _s18_94, _s18_95, _s18_96, _s18_97, _s21_81, _s21_82, _s19_51, _s19_52, _s21_83, _s21_84, _s29_33, _s29_34, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_205, _s16_206, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_207, "vendor_address1", "Vendor Street", "vendor_address2", _s16_208, _s24_40, _s22_52, _s24_41, _s25_53, "type", "T\xfcr", "invoice_amount", "Fatura Tutar\u0131", _s16_209, "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_119, _s18_48, _s17_120, _s18_49, _s17_121, _s18_50, _s17_122, _s18_51, "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_53, _s19_54, _s16_210, _s16_219, _s19_55, _s19_56, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_98, _s18_99, _s16_211, _s16_212], t1, t1)], t1, type$.legacy_Map_of_legacy_String_and_legacy_String); }(); $.LogRecord__nextNumber = 0; $.Logger__loggers = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Logger); @@ -441732,238 +444645,163 @@ var _lazyFinal = hunkHelpers.lazyFinal, _lazy = hunkHelpers.lazy, _lazyOld = hunkHelpers.lazyOld; - _lazyFinal($, "platformViewManager", "$get$platformViewManager", function() { - return new A.PlatformViewManager(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Function), A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.Element)); - }); - _lazyFinal($, "_browserEngine", "$get$_browserEngine", function() { - return A.detectBrowserEngineByVendorAgent(A.window().navigator.vendor, J.toLowerCase$0$s(A.window().navigator.userAgent)); - }); - _lazyFinal($, "_operatingSystem", "$get$_operatingSystem", function() { - return A.detectOperatingSystem(); - }); - _lazy($, "CanvasPool__runBuffer", "$get$CanvasPool__runBuffer", function() { - return A.NativeFloat32List_NativeFloat32List(8); - }); - _lazyFinal($, "_SaveStackTracking__unitZ", "$get$_SaveStackTracking__unitZ", function() { - return A.Vector3_Vector3(0, 0, 1); - }); - _lazyFinal($, "_clipOpIntersect", "$get$_clipOpIntersect", function() { - return J.get$Intersect$x(J.get$ClipOp$x($.canvasKit.readField$0())); - }); - _lazyFinal($, "_skFontSlants", "$get$_skFontSlants", function() { - return A._setArrayType([J.get$Upright$x(J.get$FontSlant$x($.canvasKit.readField$0())), J.get$Italic$x(J.get$FontSlant$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skFontWeights", "$get$_skFontWeights", function() { - return A._setArrayType([J.get$Thin$x(J.get$FontWeight$x($.canvasKit.readField$0())), J.get$ExtraLight$x(J.get$FontWeight$x($.canvasKit.readField$0())), J.get$Light$x(J.get$FontWeight$x($.canvasKit.readField$0())), J.get$Normal$x(J.get$FontWeight$x($.canvasKit.readField$0())), J.get$Medium$x(J.get$FontWeight$x($.canvasKit.readField$0())), J.get$SemiBold$x(J.get$FontWeight$x($.canvasKit.readField$0())), J.get$Bold$x(J.get$FontWeight$x($.canvasKit.readField$0())), J.get$ExtraBold$x(J.get$FontWeight$x($.canvasKit.readField$0())), J.get$ExtraBlack$x(J.get$FontWeight$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skTextDirections", "$get$_skTextDirections", function() { - return A._setArrayType([J.get$RTL$x(J.get$TextDirection$x($.canvasKit.readField$0())), J.get$LTR$x(J.get$TextDirection$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skTextAligns", "$get$_skTextAligns", function() { - return A._setArrayType([J.get$Left$x(J.get$TextAlign$x($.canvasKit.readField$0())), J.get$Right$x(J.get$TextAlign$x($.canvasKit.readField$0())), J.get$Center$x(J.get$TextAlign$x($.canvasKit.readField$0())), J.get$Justify$x(J.get$TextAlign$x($.canvasKit.readField$0())), J.get$Start$x(J.get$TextAlign$x($.canvasKit.readField$0())), J.get$End$x(J.get$TextAlign$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skTextHeightBehaviors", "$get$_skTextHeightBehaviors", function() { - return A._setArrayType([J.get$All$x(J.get$TextHeightBehavior$x($.canvasKit.readField$0())), J.get$DisableFirstAscent$x(J.get$TextHeightBehavior$x($.canvasKit.readField$0())), J.get$DisableLastDescent$x(J.get$TextHeightBehavior$x($.canvasKit.readField$0())), J.get$DisableAll$x(J.get$TextHeightBehavior$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skRectHeightStyles", "$get$_skRectHeightStyles", function() { - return A._setArrayType([J.get$Tight$x(J.get$RectHeightStyle$x($.canvasKit.readField$0())), J.get$Max$x(J.get$RectHeightStyle$x($.canvasKit.readField$0())), J.get$IncludeLineSpacingMiddle$x(J.get$RectHeightStyle$x($.canvasKit.readField$0())), J.get$IncludeLineSpacingTop$x(J.get$RectHeightStyle$x($.canvasKit.readField$0())), J.get$IncludeLineSpacingBottom$x(J.get$RectHeightStyle$x($.canvasKit.readField$0())), J.get$Strut$x(J.get$RectHeightStyle$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skRectWidthStyles", "$get$_skRectWidthStyles", function() { - return A._setArrayType([J.get$Tight$x(J.get$RectWidthStyle$x($.canvasKit.readField$0())), J.get$Max$x(J.get$RectWidthStyle$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skClipOps", "$get$_skClipOps", function() { - return A._setArrayType([J.get$Difference$x(J.get$ClipOp$x($.canvasKit.readField$0())), J.get$Intersect$x(J.get$ClipOp$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skFillTypes", "$get$_skFillTypes", function() { - return A._setArrayType([J.get$Winding$x(J.get$FillType$x($.canvasKit.readField$0())), J.get$EvenOdd$x(J.get$FillType$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skBlurStyles", "$get$_skBlurStyles", function() { - return A._setArrayType([J.get$Normal$x(J.get$BlurStyle$x($.canvasKit.readField$0())), J.get$Solid$x(J.get$BlurStyle$x($.canvasKit.readField$0())), J.get$Outer$x(J.get$BlurStyle$x($.canvasKit.readField$0())), J.get$Inner$x(J.get$BlurStyle$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skStrokeCaps", "$get$_skStrokeCaps", function() { - return A._setArrayType([J.get$Butt$x(J.get$StrokeCap$x($.canvasKit.readField$0())), J.get$Round$x(J.get$StrokeCap$x($.canvasKit.readField$0())), J.get$Square$x(J.get$StrokeCap$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skPaintStyles", "$get$_skPaintStyles", function() { - return A._setArrayType([J.get$Fill$x(J.get$PaintStyle$x($.canvasKit.readField$0())), J.get$Stroke$x(J.get$PaintStyle$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skBlendModes", "$get$_skBlendModes", function() { - return A._setArrayType([J.get$Clear$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Src$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Dst$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$SrcOver$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$DstOver$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$SrcIn$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$DstIn$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$SrcOut$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$DstOut$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$SrcATop$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$DstATop$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Xor$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Plus$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Modulate$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Screen$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Overlay$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Darken$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Lighten$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$ColorDodge$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$ColorBurn$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$HardLight$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$SoftLight$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Difference$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Exclusion$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Multiply$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Hue$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Saturation$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Color$x(J.get$BlendMode$x($.canvasKit.readField$0())), J.get$Luminosity$x(J.get$BlendMode$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skStrokeJoins", "$get$_skStrokeJoins", function() { - return A._setArrayType([J.get$Miter$x(J.get$StrokeJoin$x($.canvasKit.readField$0())), J.get$Round$x(J.get$StrokeJoin$x($.canvasKit.readField$0())), J.get$Bevel$x(J.get$StrokeJoin$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skTileModes", "$get$_skTileModes", function() { - return A._setArrayType([J.get$Clamp$x(J.get$TileMode$x($.canvasKit.readField$0())), J.get$Repeat$x(J.get$TileMode$x($.canvasKit.readField$0())), J.get$Mirror$x(J.get$TileMode$x($.canvasKit.readField$0())), J.get$Decal$x(J.get$TileMode$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_kDefaultSkColorStops", "$get$_kDefaultSkColorStops", function() { + _lazyFinal($, "_browserEngine", "$get$_browserEngine", () => A.detectBrowserEngineByVendorAgent(A.window().navigator.vendor, J.toLowerCase$0$s(A.window().navigator.userAgent))); + _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($, "_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($, "_kDefaultSkColorStops", "$get$_kDefaultSkColorStops", () => { var t1 = A.NativeFloat32List_NativeFloat32List(2); t1[0] = 0; t1[1] = 1; return t1; }); - _lazyFinal($, "_sharedSkColor1", "$get$_sharedSkColor1", function() { - return A.mallocFloat32List(4); - }); - _lazyFinal($, "_skTextDecorationStyles", "$get$_skTextDecorationStyles", function() { - return A._setArrayType([J.get$Solid$x(J.get$DecorationStyle$x($.canvasKit.readField$0())), J.get$Double$x(J.get$DecorationStyle$x($.canvasKit.readField$0())), J.get$Dotted$x(J.get$DecorationStyle$x($.canvasKit.readField$0())), J.get$Dashed$x(J.get$DecorationStyle$x($.canvasKit.readField$0())), J.get$Wavy$x(J.get$DecorationStyle$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "_skTextBaselines", "$get$_skTextBaselines", function() { - return A._setArrayType([J.get$Alphabetic$x(J.get$TextBaseline$x($.canvasKit.readField$0())), J.get$Ideographic$x(J.get$TextBaseline$x($.canvasKit.readField$0()))], A.findType("JSArray")); - }); - _lazyFinal($, "Collector__productionInstance", "$get$Collector__productionInstance", function() { - return A.ProductionCollector$(); - }); - _lazy($, "Collector__instance", "$get$Collector__instance", function() { - return $.$get$Collector__productionInstance(); - }); - _lazy($, "browserSupportsFinalizationRegistry", "$get$browserSupportsFinalizationRegistry", function() { - return self.window.FinalizationRegistry != null; - }); - _lazy($, "HtmlViewEmbedder_instance", "$get$HtmlViewEmbedder_instance", function() { + _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($, "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)); }); - _lazy($, "FontFallbackData__instance", "$get$FontFallbackData__instance", function() { + _lazy($, "FontFallbackData__instance", "$get$FontFallbackData__instance", () => { var t1 = type$.int; return new A.FontFallbackData(A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.FontFallbackData_createNotoFontTree(), A._setArrayType([], type$.JSArray_RegisteredFont), A._setArrayType(["Roboto"], type$.JSArray_String), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, t1), A.LinkedHashSet_LinkedHashSet$_empty(t1)); }); - _lazy($, "_notoSansSC", "$get$_notoSansSC", function() { - return A.NotoFont$("Noto Sans SC", A._setArrayType([B.CodeunitRange_12288_12591, B.CodeunitRange_12800_13311, B.CodeunitRange_19968_40959, B.CodeunitRange_65072_65135, B.CodeunitRange_65280_65519], type$.JSArray_CodeunitRange)); - }); - _lazy($, "_notoSansTC", "$get$_notoSansTC", function() { - return A.NotoFont$("Noto Sans TC", A._setArrayType([B.CodeunitRange_12288_12351, B.CodeunitRange_12549_12585, B.CodeunitRange_19968_40959], type$.JSArray_CodeunitRange)); - }); - _lazy($, "_notoSansHK", "$get$_notoSansHK", function() { - return A.NotoFont$("Noto Sans HK", A._setArrayType([B.CodeunitRange_12288_12351, B.CodeunitRange_12549_12585, B.CodeunitRange_19968_40959], type$.JSArray_CodeunitRange)); - }); - _lazy($, "_notoSansJP", "$get$_notoSansJP", function() { - return A.NotoFont$("Noto Sans JP", A._setArrayType([B.CodeunitRange_12288_12543, B.CodeunitRange_19968_40959, B.CodeunitRange_65280_65519], type$.JSArray_CodeunitRange)); - }); - _lazy($, "_cjkFonts", "$get$_cjkFonts", function() { - return A._setArrayType([$.$get$_notoSansSC(), $.$get$_notoSansTC(), $.$get$_notoSansHK(), $.$get$_notoSansJP()], type$.JSArray_NotoFont); - }); - _lazy($, "_notoFonts", "$get$_notoFonts", function() { + _lazy($, "_notoSansSC", "$get$_notoSansSC", () => A.NotoFont$("Noto Sans SC", A._setArrayType([B.CodeunitRange_12288_12591, B.CodeunitRange_12800_13311, B.CodeunitRange_19968_40959, B.CodeunitRange_65072_65135, B.CodeunitRange_65280_65519], type$.JSArray_CodeunitRange))); + _lazy($, "_notoSansTC", "$get$_notoSansTC", () => A.NotoFont$("Noto Sans TC", A._setArrayType([B.CodeunitRange_12288_12351, B.CodeunitRange_12549_12585, B.CodeunitRange_19968_40959], type$.JSArray_CodeunitRange))); + _lazy($, "_notoSansHK", "$get$_notoSansHK", () => A.NotoFont$("Noto Sans HK", A._setArrayType([B.CodeunitRange_12288_12351, B.CodeunitRange_12549_12585, B.CodeunitRange_19968_40959], type$.JSArray_CodeunitRange))); + _lazy($, "_notoSansJP", "$get$_notoSansJP", () => A.NotoFont$("Noto Sans JP", A._setArrayType([B.CodeunitRange_12288_12543, B.CodeunitRange_19968_40959, B.CodeunitRange_65280_65519], type$.JSArray_CodeunitRange))); + _lazy($, "_cjkFonts", "$get$_cjkFonts", () => A._setArrayType([$.$get$_notoSansSC(), $.$get$_notoSansTC(), $.$get$_notoSansHK(), $.$get$_notoSansJP()], type$.JSArray_NotoFont)); + _lazy($, "_notoFonts", "$get$_notoFonts", () => { var t1 = type$.JSArray_CodeunitRange; return A._setArrayType([$.$get$_notoSansSC(), $.$get$_notoSansTC(), $.$get$_notoSansHK(), $.$get$_notoSansJP(), A.NotoFont$("Noto Naskh Arabic UI", A._setArrayType([B.CodeunitRange_1536_1791, B.CodeunitRange_8204_8206, B.CodeunitRange_8208_8209, B.CodeunitRange_8271_8271, B.CodeunitRange_11841_11841, B.CodeunitRange_64336_65023, B.CodeunitRange_65132_65276], t1)), A.NotoFont$("Noto Sans Armenian", A._setArrayType([B.CodeunitRange_1328_1424, B.CodeunitRange_64275_64279], t1)), A.NotoFont$("Noto Sans Bengali UI", A._setArrayType([B.CodeunitRange_2404_2405, B.CodeunitRange_2433_2555, B.CodeunitRange_8204_8205, B.CodeunitRange_8377_8377, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans Myanmar UI", A._setArrayType([B.CodeunitRange_4096_4255, B.CodeunitRange_8204_8205, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans Egyptian Hieroglyphs", A._setArrayType([B.CodeunitRange_77824_78894], t1)), A.NotoFont$("Noto Sans Ethiopic", A._setArrayType([B.CodeunitRange_4608_5017, B.CodeunitRange_11648_11742, B.CodeunitRange_43777_43822], t1)), A.NotoFont$("Noto Sans Georgian", A._setArrayType([B.CodeunitRange_1417_1417, B.CodeunitRange_4256_4351, B.CodeunitRange_11520_11567], t1)), A.NotoFont$("Noto Sans Gujarati UI", A._setArrayType([B.CodeunitRange_2404_2405, B.CodeunitRange_2688_2815, B.CodeunitRange_8204_8205, B.CodeunitRange_8377_8377, B.CodeunitRange_9676_9676, B.CodeunitRange_43056_43065], t1)), A.NotoFont$("Noto Sans Gurmukhi UI", A._setArrayType([B.CodeunitRange_2404_2405, B.CodeunitRange_2561_2677, B.CodeunitRange_8204_8205, B.CodeunitRange_8377_8377, B.CodeunitRange_9676_9676, B.CodeunitRange_9772_9772, B.CodeunitRange_43056_43065], t1)), A.NotoFont$("Noto Sans Hebrew", A._setArrayType([B.CodeunitRange_1424_1535, B.CodeunitRange_8362_8362, B.CodeunitRange_9676_9676, B.CodeunitRange_64285_64335], t1)), A.NotoFont$("Noto Sans Devanagari UI", A._setArrayType([B.CodeunitRange_2304_2431, B.CodeunitRange_7376_7414, B.CodeunitRange_7416_7417, B.CodeunitRange_8204_8205, B.CodeunitRange_8360_8360, B.CodeunitRange_8377_8377, B.CodeunitRange_9676_9676, B.CodeunitRange_43056_43065, B.CodeunitRange_43232_43259], t1)), A.NotoFont$("Noto Sans Kannada UI", A._setArrayType([B.CodeunitRange_2404_2405, B.CodeunitRange_3202_3314, B.CodeunitRange_8204_8205, B.CodeunitRange_8377_8377, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans Khmer UI", A._setArrayType([B.CodeunitRange_6016_6143, B.CodeunitRange_8204_8204, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans KR", A._setArrayType([B.CodeunitRange_12593_12686, B.CodeunitRange_12800_12828, B.CodeunitRange_12896_12923, B.CodeunitRange_44032_55215], t1)), A.NotoFont$("Noto Sans Lao UI", A._setArrayType([B.CodeunitRange_3713_3807, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans Malayalam UI", A._setArrayType([B.CodeunitRange_775_775, B.CodeunitRange_803_803, B.CodeunitRange_2404_2405, B.CodeunitRange_3330_3455, B.CodeunitRange_8204_8205, B.CodeunitRange_8377_8377, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans Sinhala", A._setArrayType([B.CodeunitRange_2404_2405, B.CodeunitRange_3458_3572, B.CodeunitRange_8204_8205, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans Tamil UI", A._setArrayType([B.CodeunitRange_2404_2405, B.CodeunitRange_2946_3066, B.CodeunitRange_8204_8205, B.CodeunitRange_8377_8377, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans Telugu UI", A._setArrayType([B.CodeunitRange_2385_2386, B.CodeunitRange_2404_2405, B.CodeunitRange_3072_3199, B.CodeunitRange_7386_7386, B.CodeunitRange_8204_8205, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans Thai UI", A._setArrayType([B.CodeunitRange_3585_3675, B.CodeunitRange_8204_8205, B.CodeunitRange_9676_9676], t1)), A.NotoFont$("Noto Sans", A._setArrayType([B.CodeunitRange_0_255, B.CodeunitRange_305_305, B.CodeunitRange_338_339, B.CodeunitRange_699_700, B.CodeunitRange_710_710, B.CodeunitRange_730_730, B.CodeunitRange_732_732, B.CodeunitRange_8192_8303, B.CodeunitRange_8308_8308, B.CodeunitRange_8364_8364, B.CodeunitRange_8482_8482, B.CodeunitRange_8593_8593, B.CodeunitRange_8595_8595, B.CodeunitRange_8722_8722, B.CodeunitRange_8725_8725, B.CodeunitRange_65279_65279, B.CodeunitRange_65533_65533, B.CodeunitRange_1024_1119, B.CodeunitRange_1168_1169, B.CodeunitRange_1200_1201, B.CodeunitRange_8470_8470, B.CodeunitRange_1120_1327, B.CodeunitRange_7296_7304, B.CodeunitRange_8372_8372, B.CodeunitRange_11744_11775, B.CodeunitRange_42560_42655, B.CodeunitRange_65070_65071, B.CodeunitRange_880_1023, B.CodeunitRange_7936_8191, B.CodeunitRange_256_591, B.CodeunitRange_601_601, B.CodeunitRange_7680_7935, B.CodeunitRange_8224_8224, B.CodeunitRange_8352_8363, B.CodeunitRange_8365_8399, B.CodeunitRange_8467_8467, B.CodeunitRange_11360_11391, B.CodeunitRange_42784_43007, B.CodeunitRange_258_259, B.CodeunitRange_272_273, B.CodeunitRange_296_297, B.CodeunitRange_360_361, B.CodeunitRange_416_417, B.CodeunitRange_431_432, B.CodeunitRange_7840_7929, B.CodeunitRange_8363_8363], t1))], type$.JSArray_NotoFont); }); - _lazy($, "notoDownloadQueue", "$get$notoDownloadQueue", function() { + _lazy($, "notoDownloadQueue", "$get$notoDownloadQueue", () => { var t1 = type$._ResolvedNotoSubset; return new A.FallbackFontDownloadQueue(new A.NotoDownloader(), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, t1)); }); - _lazy($, "httpRequestFactory", "$get$httpRequestFactory", function() { - return new A.httpRequestFactory_closure(); - }); - _lazyFinal($, "_invertColorMatrix", "$get$_invertColorMatrix", function() { - return A.NativeFloat32List_NativeFloat32List$fromList(B.List_AmY); - }); - _lazyFinal($, "_invertColorFilter", "$get$_invertColorFilter", function() { - return A.ManagedSkColorFilter$(new A.CkMatrixColorFilter($.$get$_invertColorMatrix())); - }); - _lazyFinal($, "SkiaObjects_expensiveCache", "$get$SkiaObjects_expensiveCache", function() { + _lazy($, "httpRequestFactory", "$get$httpRequestFactory", () => new A.httpRequestFactory_closure()); + _lazyFinal($, "_invertColorMatrix", "$get$_invertColorMatrix", () => A.NativeFloat32List_NativeFloat32List$fromList(B.List_AmY)); + _lazyFinal($, "_invertColorFilter", "$get$_invertColorFilter", () => A.ManagedSkColorFilter$(new A.CkMatrixColorFilter($.$get$_invertColorMatrix()))); + _lazyFinal($, "SkiaObjects_expensiveCache", "$get$SkiaObjects_expensiveCache", () => { var t1 = A.findType("SkiaObject"); return new A.SkiaObjectCache(1024, A.DoubleLinkedQueue$(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("DoubleLinkedQueueEntry>"))); }); - _lazyFinal($, "SurfaceFactory_instance", "$get$SurfaceFactory_instance", function() { - var t1 = A.findType("JSArray"); - return new A.SurfaceFactory(A.Surface$(), A.Surface$(), 8, A._setArrayType([], t1), A._setArrayType([], t1)); - }); - _lazy($, "CkParagraph__paragraphCache", "$get$CkParagraph__paragraphCache", function() { + _lazy($, "CkParagraph__paragraphCache", "$get$CkParagraph__paragraphCache", () => { 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", function() { - return new self.window.flutterCanvasKit.Paint(); - }); - _lazyFinal($, "CkParagraphBuilder__defaultTextBackground", "$get$CkParagraphBuilder__defaultTextBackground", function() { + _lazyFinal($, "CkParagraphBuilder__defaultTextForeground", "$get$CkParagraphBuilder__defaultTextForeground", () => new self.window.flutterCanvasKit.Paint()); + _lazyFinal($, "CkParagraphBuilder__defaultTextBackground", "$get$CkParagraphBuilder__defaultTextBackground", () => { var t1 = new self.window.flutterCanvasKit.Paint(); J.setColorInt$1$x(t1, 0); return t1; }); - _lazyFinal($, "SaveElementStackTracking__unitZ", "$get$SaveElementStackTracking__unitZ", function() { - return A.Vector3_Vector3(0, 0, 1); + _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"); + return t1; }); - _lazyFinal($, "_fontChangeMessage", "$get$_fontChangeMessage", function() { - return B.C_JSONMessageCodec.encodeMessage$1(A.LinkedHashMap_LinkedHashMap$_literal(["type", "fontsChange"], type$.String, type$.dynamic)); + _lazyFinal($, "_PaintBounds__tempRectData", "$get$_PaintBounds__tempRectData", () => A.NativeFloat32List_NativeFloat32List(4)); + _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($, "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)); }); - _lazyFinal($, "_PaintBounds__tempRectData", "$get$_PaintBounds__tempRectData", function() { - return A.NativeFloat32List_NativeFloat32List(4); - }); - _lazyFinal($, "VertexShaders_vertexIndicesForRect", "$get$VertexShaders_vertexIndicesForRect", function() { - return A.NativeUint16List_NativeUint16List$fromList(A._setArrayType([0, 1, 2, 2, 3, 0], type$.JSArray_int)); - }); - _lazyFinal($, "_supportsDecode", "$get$_supportsDecode", function() { - return A.window().Image.prototype.decode != null; - }); - _lazyFinal($, "_kLogicalAltLeft", "$get$_kLogicalAltLeft", function() { + _lazyFinal($, "_kLogicalAltLeft", "$get$_kLogicalAltLeft", () => { var t1 = B.Map_8TmdZ.$index(0, "Alt")[1]; t1.toString; return t1; }); - _lazyFinal($, "_kLogicalAltRight", "$get$_kLogicalAltRight", function() { + _lazyFinal($, "_kLogicalAltRight", "$get$_kLogicalAltRight", () => { var t1 = B.Map_8TmdZ.$index(0, "Alt")[2]; t1.toString; return t1; }); - _lazyFinal($, "_kLogicalControlLeft", "$get$_kLogicalControlLeft", function() { + _lazyFinal($, "_kLogicalControlLeft", "$get$_kLogicalControlLeft", () => { var t1 = B.Map_8TmdZ.$index(0, "Control")[1]; t1.toString; return t1; }); - _lazyFinal($, "_kLogicalControlRight", "$get$_kLogicalControlRight", function() { + _lazyFinal($, "_kLogicalControlRight", "$get$_kLogicalControlRight", () => { var t1 = B.Map_8TmdZ.$index(0, "Control")[2]; t1.toString; return t1; }); - _lazyFinal($, "_kLogicalShiftLeft", "$get$_kLogicalShiftLeft", function() { + _lazyFinal($, "_kLogicalShiftLeft", "$get$_kLogicalShiftLeft", () => { var t1 = B.Map_8TmdZ.$index(0, "Shift")[1]; t1.toString; return t1; }); - _lazyFinal($, "_kLogicalShiftRight", "$get$_kLogicalShiftRight", function() { + _lazyFinal($, "_kLogicalShiftRight", "$get$_kLogicalShiftRight", () => { var t1 = B.Map_8TmdZ.$index(0, "Shift")[2]; t1.toString; return t1; }); - _lazyFinal($, "_kLogicalMetaLeft", "$get$_kLogicalMetaLeft", function() { + _lazyFinal($, "_kLogicalMetaLeft", "$get$_kLogicalMetaLeft", () => { var t1 = B.Map_8TmdZ.$index(0, "Meta")[1]; t1.toString; return t1; }); - _lazyFinal($, "_kLogicalMetaRight", "$get$_kLogicalMetaRight", function() { + _lazyFinal($, "_kLogicalMetaRight", "$get$_kLogicalMetaRight", () => { var t1 = B.Map_8TmdZ.$index(0, "Meta")[2]; t1.toString; return t1; }); - _lazyFinal($, "_kLogicalKeyToModifierGetter", "$get$_kLogicalKeyToModifierGetter", function() { - return A.LinkedHashMap_LinkedHashMap$_literal([$.$get$_kLogicalAltLeft(), new A._kLogicalKeyToModifierGetter_closure(), $.$get$_kLogicalAltRight(), new A._kLogicalKeyToModifierGetter_closure0(), $.$get$_kLogicalControlLeft(), new A._kLogicalKeyToModifierGetter_closure1(), $.$get$_kLogicalControlRight(), new A._kLogicalKeyToModifierGetter_closure2(), $.$get$_kLogicalShiftLeft(), new A._kLogicalKeyToModifierGetter_closure3(), $.$get$_kLogicalShiftRight(), new A._kLogicalKeyToModifierGetter_closure4(), $.$get$_kLogicalMetaLeft(), new A._kLogicalKeyToModifierGetter_closure5(), $.$get$_kLogicalMetaRight(), new A._kLogicalKeyToModifierGetter_closure6()], type$.int, A.findType("bool(FlutterHtmlKeyboardEvent)")); + _lazyFinal($, "_kLogicalKeyToModifierGetter", "$get$_kLogicalKeyToModifierGetter", () => A.LinkedHashMap_LinkedHashMap$_literal([$.$get$_kLogicalAltLeft(), new A._kLogicalKeyToModifierGetter_closure(), $.$get$_kLogicalAltRight(), new A._kLogicalKeyToModifierGetter_closure0(), $.$get$_kLogicalControlLeft(), new A._kLogicalKeyToModifierGetter_closure1(), $.$get$_kLogicalControlRight(), new A._kLogicalKeyToModifierGetter_closure2(), $.$get$_kLogicalShiftLeft(), new A._kLogicalKeyToModifierGetter_closure3(), $.$get$_kLogicalShiftRight(), new A._kLogicalKeyToModifierGetter_closure4(), $.$get$_kLogicalMetaLeft(), new A._kLogicalKeyToModifierGetter_closure5(), $.$get$_kLogicalMetaRight(), new A._kLogicalKeyToModifierGetter_closure6()], type$.int, A.findType("bool(FlutterHtmlKeyboardEvent)"))); + _lazyFinal($, "EnginePlatformDispatcher__instance", "$get$EnginePlatformDispatcher__instance", () => { + var computedStyleMap, t3, fontSizeObject, fontSize, + _s16_ = "computedStyleMap", + t1 = A.EnginePlatformDispatcher_parseBrowserLanguages(), + t2 = A.document().documentElement; + t2.toString; + if (A.hasProperty(t2, _s16_)) { + computedStyleMap = A._callMethodUnchecked0(t2, _s16_); + t3 = type$.Object; + if (t3._is(computedStyleMap)) { + fontSizeObject = A._callMethodUnchecked1(computedStyleMap, "get", "font-size"); + fontSize = t3._is(fontSizeObject) ? A.getProperty(fontSizeObject, "value") : null; + } else + fontSize = null; + } else + fontSize = null; + if (fontSize == null) + fontSize = A.parseFloat(J.getComputedStyle$0$x(t2).fontSize); + t2 = type$.Object; + t2 = new A.EnginePlatformDispatcher(A.PlatformConfiguration$(B.C_AccessibilityFeatures, false, "/", t1, B.Brightness_1, false, (fontSize == null ? 16 : fontSize) / 16), A.LinkedHashMap_LinkedHashMap$_empty(t2, A.findType("FlutterWindow")), A.LinkedHashMap_LinkedHashMap$_empty(t2, A.findType("ViewConfiguration0")), A.window().matchMedia("(prefers-color-scheme: dark)")); + t2._addBrightnessMediaQueryListener$0(); + return t2; }); - _lazyFinal($, "EnginePlatformDispatcher__instance", "$get$EnginePlatformDispatcher__instance", function() { - var t1 = type$.Object; - t1 = new A.EnginePlatformDispatcher(A.PlatformConfiguration$(B.C_AccessibilityFeatures, false, "/", A.EnginePlatformDispatcher_parseBrowserLanguages(), B.Brightness_1, false, 1), 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(); - return t1; - }); - _lazy($, "_frameTimingsLastSubmitTime", "$get$_frameTimingsLastSubmitTime", function() { - return A._nowMicros(); - }); - _lazyFinal($, "accessibilityAnnouncements", "$get$accessibilityAnnouncements", function() { - var t1 = $.AccessibilityAnnouncements__instance; - return t1 == null ? $.AccessibilityAnnouncements__instance = A.AccessibilityAnnouncements$_() : t1; - }); - _lazyFinal($, "_roleFactories", "$get$_roleFactories", function() { - return A.LinkedHashMap_LinkedHashMap$_literal([B.Role_0, new A._roleFactories_closure(), B.Role_1, new A._roleFactories_closure0(), B.Role_2, new A._roleFactories_closure1(), B.Role_3, new A._roleFactories_closure2(), B.Role_4, new A._roleFactories_closure3(), B.Role_5, new A._roleFactories_closure4(), B.Role_6, new A._roleFactories_closure5(), B.Role_7, new A._roleFactories_closure6()], type$.Role, A.findType("RoleManager(SemanticsObject)")); - }); - _lazyFinal($, "FontManager_notPunctuation", "$get$FontManager_notPunctuation", function() { - return A.RegExp_RegExp("[a-z0-9\\s]+", false, false); - }); - _lazyFinal($, "FontManager_startWithDigit", "$get$FontManager_startWithDigit", function() { - return A.RegExp_RegExp("\\b\\d", true, false); - }); - _lazyFinal($, "supportsFontLoadingApi", "$get$supportsFontLoadingApi", function() { - return A.hasProperty(A.window(), "FontFace"); - }); - _lazyFinal($, "supportsFontsClearApi", "$get$supportsFontsClearApi", function() { + _lazy($, "_frameTimingsLastSubmitTime", "$get$_frameTimingsLastSubmitTime", () => A._nowMicros()); + _lazyFinal($, "supportsFontLoadingApi", "$get$supportsFontLoadingApi", () => A.hasProperty(A.window(), "FontFace")); + _lazyFinal($, "supportsFontsClearApi", "$get$supportsFontsClearApi", () => { if (A.hasProperty(A.document(), "fonts")) { var t1 = A.document().fonts; t1.toString; @@ -441972,7 +444810,14 @@ t1 = false; return t1; }); - _lazy($, "Spanometer__rulerHost", "$get$Spanometer__rulerHost", function() { + _lazyFinal($, "accessibilityAnnouncements", "$get$accessibilityAnnouncements", () => { + var t1 = $.AccessibilityAnnouncements__instance; + return t1 == null ? $.AccessibilityAnnouncements__instance = A.AccessibilityAnnouncements$_() : t1; + }); + _lazyFinal($, "_roleFactories", "$get$_roleFactories", () => A.LinkedHashMap_LinkedHashMap$_literal([B.Role_0, new A._roleFactories_closure(), B.Role_1, new A._roleFactories_closure0(), B.Role_2, new A._roleFactories_closure1(), B.Role_3, new A._roleFactories_closure2(), B.Role_4, new A._roleFactories_closure3(), B.Role_5, new A._roleFactories_closure4(), B.Role_6, new A._roleFactories_closure5(), B.Role_7, new A._roleFactories_closure6()], type$.Role, A.findType("RoleManager(SemanticsObject)"))); + _lazyFinal($, "FontManager_notPunctuation", "$get$FontManager_notPunctuation", () => A.RegExp_RegExp("[a-z0-9\\s]+", false, false)); + _lazyFinal($, "FontManager_startWithDigit", "$get$FontManager_startWithDigit", () => A.RegExp_RegExp("\\b\\d", true, false)); + _lazy($, "Spanometer__rulerHost", "$get$Spanometer__rulerHost", () => { var t1 = A.Element_Element$tag("flt-ruler-host"), t2 = new A.RulerHost(t1), t3 = t1.style; @@ -441983,209 +444828,109 @@ B.CssStyleDeclaration_methods.set$left(t3, "0"); B.CssStyleDeclaration_methods.set$width(t3, "0"); B.CssStyleDeclaration_methods.set$height(t3, "0"); - t3 = A.ensureDomRendererInitialized()._glassPaneShadow; - t3.get$node().appendChild(t1); + t3 = A.ensureFlutterViewEmbedderInitialized()._glassPaneShadow.get$node(); + t3.appendChild(t1); A.registerHotRestartListener(t2.get$dispose(t2)); return t2; }); - _lazyFinal($, "_textDirectionLookup", "$get$_textDirectionLookup", function() { - return 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?")); - }); - _lazy($, "wordLookup", "$get$wordLookup", function() { - return A.UnicodePropertyLookup_UnicodePropertyLookup$fromPackedData("000a!E000b000cF000d!D000w!R000y!A0013!B0018!M001a!N001c001lO001m!L001n!M001t002iK002n!P002p003eK003p!F004q!K004t!I0051!K0053!L0056!K005c005yK0060006uK006w00k7K00ke00lbK00lc00ofG00og00okK00om00onK00oq00otK00ou!M00ov!K00p2!K00p3!L00p400p6K00p8!K00pa00ptK00pv00s5K00s700w1K00w300w9G00wa010vK010x011yK01210124K0126!K0127!L0128013cK013d!M013e!K013l014tG014v!G014x014yG01500151G0153!G015c0162C0167016aC016b!K016c!L016o016tI01700171M0174017eG017g!I017k018qK018r019bG019c019lO019n!O019o!M019q019rK019s!G019t01cjK01cl!K01cm01csG01ct!I01cv01d0G01d101d2K01d301d4G01d601d9G01da01dbK01dc01dlO01dm01doK01dr!K01e7!I01e8!K01e9!G01ea01f3K01f401fuG01fx01idK01ie01ioG01ip!K01j401jdO01je01kaK01kb01kjG01kk01klK01ko!M01kq!K01kt!G01kw01lhK01li01llG01lm!K01ln01lvG01lw!K01lx01lzG01m0!K01m101m5G01mo01ncK01nd01nfG01nk01nuK01pc01pwK01py01qfK01qr01r5G01r6!I01r701s3G01s401tlK01tm01toG01tp!K01tq01u7G01u8!K01u901ufG01ug01upK01uq01urG01uu01v3O01v501vkK01vl01vnG01vp01vwK01vz01w0K01w301woK01wq01wwK01wy!K01x201x5K01x8!G01x9!K01xa01xgG01xj01xkG01xn01xpG01xq!K01xz!G01y401y5K01y701y9K01ya01ybG01ye01ynO01yo01ypK01z0!K01z2!G01z501z7G01z901zeK01zj01zkK01zn0208K020a020gK020i020jK020l020mK020o020pK020s!G020u020yG02130214G02170219G021d!G021l021oK021q!K021y0227O02280229G022a022cK022d!G022p022rG022t0231K02330235K0237023sK023u0240K02420243K02450249K024c!G024d!K024e024lG024n024pG024r024tG024w!K025c025dK025e025fG025i025rO0261!K02620267G0269026bG026d026kK026n026oK026r027cK027e027kK027m027nK027p027tK027w!G027x!K027y0284G02870288G028b028dG028l028nG028s028tK028v028xK028y028zG0292029bO029d!K029u!G029v!K029x02a2K02a602a8K02aa02adK02ah02aiK02ak!K02am02anK02ar02asK02aw02ayK02b202bdK02bi02bmG02bq02bsG02bu02bxG02c0!K02c7!G02cm02cvO02dc02dgG02dh02doK02dq02dsK02du02egK02ei02exK02f1!K02f202f8G02fa02fcG02fe02fhG02fp02fqG02fs02fuK02g002g1K02g202g3G02g602gfO02gw!K02gx02gzG02h102h8K02ha02hcK02he02i0K02i202ibK02id02ihK02ik!G02il!K02im02isG02iu02iwG02iy02j1G02j902jaG02ji!K02jk02jlK02jm02jnG02jq02jzO02k102k2K02kg02kjG02kk02ksK02ku02kwK02ky02m2K02m302m4G02m5!K02m602mcG02me02mgG02mi02mlG02mm!K02ms02muK02mv!G02n302n5K02n602n7G02na02njO02nu02nzK02o102o3G02o502omK02oq02pdK02pf02pnK02pp!K02ps02pyK02q2!G02q702qcG02qe!G02qg02qnG02qu02r3O02r602r7G02sx!G02t002t6G02tj02tqG02ts02u1O02wh!G02wk02wsG02x402x9G02xc02xlO02yo!K02zc02zdG02zk02ztO0305!G0307!G0309!G030e030fG030g030nK030p031oK031t032cG032e032fG032g032kK032l032vG032x033wG0346!G036z037iG037k037tO03860389G038e038gG038i038kG038n038tG038x0390G039e039pG039r!G039s03a1O03a203a5G03a803b9K03bb!K03bh!K03bk03cqK03cs03m0K03m203m5K03m803meK03mg!K03mi03mlK03mo03nsK03nu03nxK03o003owK03oy03p1K03p403paK03pc!K03pe03phK03pk03pyK03q003rkK03rm03rpK03rs03tmK03tp03trG03uo03v3K03vk03xxK03y003y5K03y904fgK04fj04fzK04g0!R04g104gqK04gw04iyK04j204jcK04jk04jwK04jy04k1K04k204k4G04kg04kxK04ky04l0G04lc04ltK04lu04lvG04m804mkK04mm04moK04mq04mrG04ok04pfG04pp!G04ps04q1O04qz04r1G04r2!I04r404rdO04rk04u0K04u804ucK04ud04ueG04uf04vcK04vd!G04ve!K04vk04xhK04xs04ymK04yo04yzG04z404zfG04zq04zzO053k053tO054w055iK055j055nG0579057iG057k058cG058f!G058g058pO058w0595O059s05a8G05c005c4G05c505dfK05dg05dwG05dx05e3K05e805ehO05ez05f7G05fk05fmG05fn05ggK05gh05gtG05gu05gvK05gw05h5O05h605idK05ie05irG05j405k3K05k405knG05kw05l5O05l905lbK05lc05llO05lm05mlK05mo05mwK05n405oaK05od05ofK05ow05oyG05p005pkG05pl05poK05pp!G05pq05pvK05pw!G05px05pyK05pz05q1G05q2!K05q805vjK05vk05x5G05x705xbG05xc0651K06540659K065c066dK066g066lK066o066vK066x!K066z!K0671!K0673067xK0680069gK069i069oK069q!K069u069wK069y06a4K06a806abK06ae06ajK06ao06b0K06b606b8K06ba06bgK06bk06bqR06bs06buR06bw!G06bx!Q06by06bzI06c806c9N06ck!N06cn!L06co06cpF06cq06cuI06cv!P06db06dcP06dg!M06dw!P06e7!R06e806ecI06ee06enI06ep!K06f3!K06fk06fwK06hc06i8G06iq!K06iv!K06iy06j7K06j9!K06jd06jhK06jo!K06jq!K06js!K06ju06jxK06jz06k9K06kc06kfK06kl06kpK06ku!K06lc06mgK079207ahK08ow08q6K08q808riK08rk08v8K08vf08viK08vj08vlG08vm08vnK08w008x1K08x3!K08x9!K08xc08yvK08z3!K08zj!G08zk0906K090g090mK090o090uK090w0912K0914091aK091c091iK091k091qK091s091yK09200926K09280933G094f!K09hc!R09hh!K09ii09inG09ip09itJ09iz09j0K09ll09lmG09ln09loJ09ls09oaJ09oc09ofJ09ol09prK09pt09seK09sw09trK09v409vjJ0a1c0a2mJ0a2o0a53J0vls0wi4K0wk00wl9K0wlc0wssK0wsw0wtbK0wtc0wtlO0wtm0wtnK0wu80wviK0wvj0wvmG0wvo0wvxG0wvz0wwtK0wwu0wwvG0www0wz3K0wz40wz5G0wzs0x4vK0x4y0x56K0x6d0x6pK0x6q!G0x6r0x6tK0x6u!G0x6v0x6yK0x6z!G0x700x7mK0x7n0x7rG0x7w!G0x8g0x9vK0xa80xa9G0xaa0xbnK0xbo0xc5G0xcg0xcpO0xcw0xddG0xde0xdjK0xdn!K0xdp0xdqK0xdr!G0xds0xe1O0xe20xetK0xeu0xf1G0xf40xfqK0xfr0xg3G0xgg0xh8K0xhc0xhfG0xhg0xiqK0xir0xj4G0xjj!K0xjk0xjtO0xk5!G0xkg0xkpO0xkw0xm0K0xm10xmeG0xmo0xmqK0xmr!G0xms0xmzK0xn00xn1G0xn40xndO0xob0xodG0xps!G0xpu0xpwG0xpz0xq0G0xq60xq7G0xq9!G0xr40xreK0xrf0xrjG0xrm0xroK0xrp0xrqG0xs10xs6K0xs90xseK0xsh0xsmK0xsw0xt2K0xt40xtaK0xtc0xuxK0xv40xyaK0xyb0xyiG0xyk0xylG0xyo0xyxO0xz416lfK16ls16meK16mj16nvK1dkw1dl2K1dlf1dljK1dlp!C1dlq!G1dlr1dm0C1dm21dmeC1dmg1dmkC1dmm!C1dmo1dmpC1dmr1dmsC1dmu1dn3C1dn41dptK1dqr1e0tK1e1c1e33K1e361e4nK1e5s1e63K1e681e6nG1e6o!M1e6r!L1e6s!M1e741e7jG1e7n1e7oP1e8d1e8fP1e8g!M1e8i!N1e8k!M1e8l!L1e9c1e9gK1e9i1ed8K1edb!I1edj!N1edo!M1edq!N1eds1ee1O1ee2!L1ee3!M1ee91eeyK1ef3!P1ef51efuK1eg61ehpJ1ehq1ehrG1ehs1eimK1eiq1eivK1eiy1ej3K1ej61ejbK1eje1ejgK1ek91ekbI1ekg1ekrK1ekt1eliK1elk1em2K1em41em5K1em71emlK1emo1en1K1eo01ereK1etc1eusK1eyl!G1f281f30K1f341f4gK1f4w!G1f5s1f6nK1f711f7uK1f801f91K1f921f96G1f9c1fa5K1fa81fb7K1fbc1fbjK1fbl1fbpK1fcw1fh9K1fhc1fhlO1fhs1firK1fiw1fjvK1fk01fl3K1flc1fmrK1fr41fzqK1g001g0lK1g0w1g13K1g5c1g5hK1g5k!K1g5m1g6tK1g6v1g6wK1g70!K1g731g7pK1g801g8mK1g8w1g9qK1gbk1gc2K1gc41gc5K1gcg1gd1K1gdc1ge1K1gg01ghjK1ghq1ghrK1gjk!K1gjl1gjnG1gjp1gjqG1gjw1gjzG1gk01gk3K1gk51gk7K1gk91gl1K1gl41gl6G1glb!G1gm81gn0K1gn41gnwK1gow1gp3K1gp51gpwK1gpx1gpyG1gqo1gs5K1gsg1gt1K1gtc1gtuK1gu81gupK1gxs1gzsK1h1c1h2qK1h341h4iK1h4w1h5vK1h5w1h5zG1h681h6hO1hfk1hgpK1hgr1hgsG1hgw1hgxK1hj41hjwK1hk7!K1hkg1hl1K1hl21hlcG1ho01hokK1hpc1hpyK1hq81hqaG1hqb1hrrK1hrs1hs6G1ht21htbO1htr1htuG1htv1hv3K1hv41hveG1hvh!I1hvx!I1hw01hwoK1hww1hx5O1hxc1hxeG1hxf1hyeK1hyf1hysG1hyu1hz3O1hz8!K1hz91hzaG1hzb!K1hzk1i0iK1i0j!G1i0m!K1i0w1i0yG1i0z1i2aK1i2b1i2oG1i2p1i2sK1i2x1i30G1i321i33G1i341i3dO1i3e!K1i3g!K1i4g1i4xK1i4z1i5nK1i5o1i5zG1i66!G1i801i86K1i88!K1i8a1i8dK1i8f1i8tK1i8v1i94K1i9c1iamK1ian1iayG1ib41ibdO1ibk1ibnG1ibp1ibwK1ibz1ic0K1ic31icoK1icq1icwK1icy1iczK1id11id5K1id71id8G1id9!K1ida1idgG1idj1idkG1idn1idpG1ids!K1idz!G1ie51ie9K1iea1iebG1iee1iekG1ieo1iesG1iio1ik4K1ik51ikmG1ikn1ikqK1ikw1il5O1ila!G1ilb1ildK1im81injK1ink1io3G1io41io5K1io7!K1iog1iopO1itc1iumK1iun1iutG1iuw1iv4G1ivs1ivvK1ivw1ivxG1iww1iy7K1iy81iyoG1iys!K1iz41izdO1j0g1j1mK1j1n1j1zG1j20!K1j281j2hO1j4t1j57G1j5c1j5lO1jb41jcbK1jcc1jcqG1jfk1jhbK1jhc1jhlO1ji71jieK1jih!K1jik1jirK1jit1jiuK1jiw1jjjK1jjk1jjpG1jjr1jjsG1jjv1jjyG1jjz!K1jk0!G1jk1!K1jk21jk3G1jkg1jkpO1jmo1jmvK1jmy1jo0K1jo11jo7G1joa1jogG1joh!K1joj!K1jok!G1jpc!K1jpd1jpmG1jpn1jqqK1jqr1jqxG1jqy!K1jqz1jr2G1jrb!G1jrk!K1jrl1jrvG1jrw1jt5K1jt61jtlG1jtp!K1juo1jw8K1k3k1k3sK1k3u1k4uK1k4v1k52G1k541k5bG1k5c!K1k5s1k61O1k6q1k7jK1k7m1k87G1k891k8mG1kao1kauK1kaw1kaxK1kaz1kc0K1kc11kc6G1kca!G1kcc1kcdG1kcf1kclG1kcm!K1kcn!G1kcw1kd5O1kdc1kdhK1kdj1kdkK1kdm1kehK1kei1kemG1keo1kepG1ker1kevG1kew!K1kf41kfdO1ko01koiK1koj1komG1kts!K1kw01lllK1log1lriK1ls01lxfK1o1s1oviK1ovk1ovsI1s001sg6K1z401zjsK1zk01zkuK1zkw1zl5O1zo01zotK1zow1zp0G1zpc1zqnK1zqo1zquG1zr41zr7K1zrk1zrtO1zs31zsnK1zst1ztbK20cg20e7K20hs20juK20jz!G20k0!K20k120ljG20lr20luG20lv20m7K20o020o1K20o3!K20o4!G20og20ohG2dc0!J2dlw2dlzJ2fpc2fsaK2fsg2fssK2fsw2ft4K2ftc2ftlK2ftp2ftqG2fts2ftvI2jxh2jxlG2jxp2jxuG2jxv2jy2I2jy32jyaG2jyd2jyjG2jze2jzhG2k3m2k3oG2kg02kicK2kie2kkcK2kke2kkfK2kki!K2kkl2kkmK2kkp2kksK2kku2kl5K2kl7!K2kl92klfK2klh2kn9K2knb2kneK2knh2knoK2knq2knwK2kny2kopK2kor2kouK2kow2kp0K2kp2!K2kp62kpcK2kpe2kytK2kyw2kzkK2kzm2l0aK2l0c2l16K2l182l1wK2l1y2l2sK2l2u2l3iK2l3k2l4eK2l4g2l54K2l562l60K2l622l6qK2l6s2l6zK2l722l8fO2lmo2lo6G2lob2lpoG2lpx!G2lqc!G2lqz2lr3G2lr52lrjG2mtc2mtiG2mtk2mu0G2mu32mu9G2mub2mucG2mue2muiG2n0g2n1oK2n1s2n1yG2n1z2n25K2n282n2hO2n2m!K2ncw2ne3K2ne42ne7G2ne82nehO2oe82ojoK2ok02ok6G2olc2on7K2on82oneG2onf!K2onk2ontO2pkw2pkzK2pl12plrK2plt2pluK2plw!K2plz!K2pm12pmaK2pmc2pmfK2pmh!K2pmj!K2pmq!K2pmv!K2pmx!K2pmz!K2pn12pn3K2pn52pn6K2pn8!K2pnb!K2pnd!K2pnf!K2pnh!K2pnj!K2pnl2pnmK2pno!K2pnr2pnuK2pnw2po2K2po42po7K2po92pocK2poe!K2pog2popK2por2pp7K2ppd2ppfK2pph2pplK2ppn2pq3K2q7k2q89K2q8g2q95K2q9c2qa1K2qcm2qdbH2qrf2qrjG2sc02sc9Ojny9!Ijnz4jo1rGjo5cjobzG", 231, B.List_bso, B.WordCharProperty_18, A.findType("WordCharProperty")); - }); - _lazyFinal($, "BrowserAutofillHints__singletonInstance", "$get$BrowserAutofillHints__singletonInstance", function() { + _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?"))); + _lazy($, "wordLookup", "$get$wordLookup", () => A.UnicodePropertyLookup_UnicodePropertyLookup$fromPackedData("000a!E000b000cF000d!D000w!R000y!A0013!B0018!M001a!N001c001lO001m!L001n!M001t002iK002n!P002p003eK003p!F004q!K004t!I0051!K0053!L0056!K005c005yK0060006uK006w00k7K00ke00lbK00lc00ofG00og00okK00om00onK00oq00otK00ou!M00ov!K00p2!K00p3!L00p400p6K00p8!K00pa00ptK00pv00s5K00s700w1K00w300w9G00wa010vK010x011yK01210124K0126!K0127!L0128013cK013d!M013e!K013l014tG014v!G014x014yG01500151G0153!G015c0162C0167016aC016b!K016c!L016o016tI01700171M0174017eG017g!I017k018qK018r019bG019c019lO019n!O019o!M019q019rK019s!G019t01cjK01cl!K01cm01csG01ct!I01cv01d0G01d101d2K01d301d4G01d601d9G01da01dbK01dc01dlO01dm01doK01dr!K01e7!I01e8!K01e9!G01ea01f3K01f401fuG01fx01idK01ie01ioG01ip!K01j401jdO01je01kaK01kb01kjG01kk01klK01ko!M01kq!K01kt!G01kw01lhK01li01llG01lm!K01ln01lvG01lw!K01lx01lzG01m0!K01m101m5G01mo01ncK01nd01nfG01nk01nuK01pc01pwK01py01qfK01qr01r5G01r6!I01r701s3G01s401tlK01tm01toG01tp!K01tq01u7G01u8!K01u901ufG01ug01upK01uq01urG01uu01v3O01v501vkK01vl01vnG01vp01vwK01vz01w0K01w301woK01wq01wwK01wy!K01x201x5K01x8!G01x9!K01xa01xgG01xj01xkG01xn01xpG01xq!K01xz!G01y401y5K01y701y9K01ya01ybG01ye01ynO01yo01ypK01z0!K01z2!G01z501z7G01z901zeK01zj01zkK01zn0208K020a020gK020i020jK020l020mK020o020pK020s!G020u020yG02130214G02170219G021d!G021l021oK021q!K021y0227O02280229G022a022cK022d!G022p022rG022t0231K02330235K0237023sK023u0240K02420243K02450249K024c!G024d!K024e024lG024n024pG024r024tG024w!K025c025dK025e025fG025i025rO0261!K02620267G0269026bG026d026kK026n026oK026r027cK027e027kK027m027nK027p027tK027w!G027x!K027y0284G02870288G028b028dG028l028nG028s028tK028v028xK028y028zG0292029bO029d!K029u!G029v!K029x02a2K02a602a8K02aa02adK02ah02aiK02ak!K02am02anK02ar02asK02aw02ayK02b202bdK02bi02bmG02bq02bsG02bu02bxG02c0!K02c7!G02cm02cvO02dc02dgG02dh02doK02dq02dsK02du02egK02ei02exK02f1!K02f202f8G02fa02fcG02fe02fhG02fp02fqG02fs02fuK02g002g1K02g202g3G02g602gfO02gw!K02gx02gzG02h102h8K02ha02hcK02he02i0K02i202ibK02id02ihK02ik!G02il!K02im02isG02iu02iwG02iy02j1G02j902jaG02ji!K02jk02jlK02jm02jnG02jq02jzO02k102k2K02kg02kjG02kk02ksK02ku02kwK02ky02m2K02m302m4G02m5!K02m602mcG02me02mgG02mi02mlG02mm!K02ms02muK02mv!G02n302n5K02n602n7G02na02njO02nu02nzK02o102o3G02o502omK02oq02pdK02pf02pnK02pp!K02ps02pyK02q2!G02q702qcG02qe!G02qg02qnG02qu02r3O02r602r7G02sx!G02t002t6G02tj02tqG02ts02u1O02wh!G02wk02wsG02x402x9G02xc02xlO02yo!K02zc02zdG02zk02ztO0305!G0307!G0309!G030e030fG030g030nK030p031oK031t032cG032e032fG032g032kK032l032vG032x033wG0346!G036z037iG037k037tO03860389G038e038gG038i038kG038n038tG038x0390G039e039pG039r!G039s03a1O03a203a5G03a803b9K03bb!K03bh!K03bk03cqK03cs03m0K03m203m5K03m803meK03mg!K03mi03mlK03mo03nsK03nu03nxK03o003owK03oy03p1K03p403paK03pc!K03pe03phK03pk03pyK03q003rkK03rm03rpK03rs03tmK03tp03trG03uo03v3K03vk03xxK03y003y5K03y904fgK04fj04fzK04g0!R04g104gqK04gw04iyK04j204jcK04jk04jwK04jy04k1K04k204k4G04kg04kxK04ky04l0G04lc04ltK04lu04lvG04m804mkK04mm04moK04mq04mrG04ok04pfG04pp!G04ps04q1O04qz04r1G04r2!I04r404rdO04rk04u0K04u804ucK04ud04ueG04uf04vcK04vd!G04ve!K04vk04xhK04xs04ymK04yo04yzG04z404zfG04zq04zzO053k053tO054w055iK055j055nG0579057iG057k058cG058f!G058g058pO058w0595O059s05a8G05c005c4G05c505dfK05dg05dwG05dx05e3K05e805ehO05ez05f7G05fk05fmG05fn05ggK05gh05gtG05gu05gvK05gw05h5O05h605idK05ie05irG05j405k3K05k405knG05kw05l5O05l905lbK05lc05llO05lm05mlK05mo05mwK05n405oaK05od05ofK05ow05oyG05p005pkG05pl05poK05pp!G05pq05pvK05pw!G05px05pyK05pz05q1G05q2!K05q805vjK05vk05x5G05x705xbG05xc0651K06540659K065c066dK066g066lK066o066vK066x!K066z!K0671!K0673067xK0680069gK069i069oK069q!K069u069wK069y06a4K06a806abK06ae06ajK06ao06b0K06b606b8K06ba06bgK06bk06bqR06bs06buR06bw!G06bx!Q06by06bzI06c806c9N06ck!N06cn!L06co06cpF06cq06cuI06cv!P06db06dcP06dg!M06dw!P06e7!R06e806ecI06ee06enI06ep!K06f3!K06fk06fwK06hc06i8G06iq!K06iv!K06iy06j7K06j9!K06jd06jhK06jo!K06jq!K06js!K06ju06jxK06jz06k9K06kc06kfK06kl06kpK06ku!K06lc06mgK079207ahK08ow08q6K08q808riK08rk08v8K08vf08viK08vj08vlG08vm08vnK08w008x1K08x3!K08x9!K08xc08yvK08z3!K08zj!G08zk0906K090g090mK090o090uK090w0912K0914091aK091c091iK091k091qK091s091yK09200926K09280933G094f!K09hc!R09hh!K09ii09inG09ip09itJ09iz09j0K09ll09lmG09ln09loJ09ls09oaJ09oc09ofJ09ol09prK09pt09seK09sw09trK09v409vjJ0a1c0a2mJ0a2o0a53J0vls0wi4K0wk00wl9K0wlc0wssK0wsw0wtbK0wtc0wtlO0wtm0wtnK0wu80wviK0wvj0wvmG0wvo0wvxG0wvz0wwtK0wwu0wwvG0www0wz3K0wz40wz5G0wzs0x4vK0x4y0x56K0x6d0x6pK0x6q!G0x6r0x6tK0x6u!G0x6v0x6yK0x6z!G0x700x7mK0x7n0x7rG0x7w!G0x8g0x9vK0xa80xa9G0xaa0xbnK0xbo0xc5G0xcg0xcpO0xcw0xddG0xde0xdjK0xdn!K0xdp0xdqK0xdr!G0xds0xe1O0xe20xetK0xeu0xf1G0xf40xfqK0xfr0xg3G0xgg0xh8K0xhc0xhfG0xhg0xiqK0xir0xj4G0xjj!K0xjk0xjtO0xk5!G0xkg0xkpO0xkw0xm0K0xm10xmeG0xmo0xmqK0xmr!G0xms0xmzK0xn00xn1G0xn40xndO0xob0xodG0xps!G0xpu0xpwG0xpz0xq0G0xq60xq7G0xq9!G0xr40xreK0xrf0xrjG0xrm0xroK0xrp0xrqG0xs10xs6K0xs90xseK0xsh0xsmK0xsw0xt2K0xt40xtaK0xtc0xuxK0xv40xyaK0xyb0xyiG0xyk0xylG0xyo0xyxO0xz416lfK16ls16meK16mj16nvK1dkw1dl2K1dlf1dljK1dlp!C1dlq!G1dlr1dm0C1dm21dmeC1dmg1dmkC1dmm!C1dmo1dmpC1dmr1dmsC1dmu1dn3C1dn41dptK1dqr1e0tK1e1c1e33K1e361e4nK1e5s1e63K1e681e6nG1e6o!M1e6r!L1e6s!M1e741e7jG1e7n1e7oP1e8d1e8fP1e8g!M1e8i!N1e8k!M1e8l!L1e9c1e9gK1e9i1ed8K1edb!I1edj!N1edo!M1edq!N1eds1ee1O1ee2!L1ee3!M1ee91eeyK1ef3!P1ef51efuK1eg61ehpJ1ehq1ehrG1ehs1eimK1eiq1eivK1eiy1ej3K1ej61ejbK1eje1ejgK1ek91ekbI1ekg1ekrK1ekt1eliK1elk1em2K1em41em5K1em71emlK1emo1en1K1eo01ereK1etc1eusK1eyl!G1f281f30K1f341f4gK1f4w!G1f5s1f6nK1f711f7uK1f801f91K1f921f96G1f9c1fa5K1fa81fb7K1fbc1fbjK1fbl1fbpK1fcw1fh9K1fhc1fhlO1fhs1firK1fiw1fjvK1fk01fl3K1flc1fmrK1fr41fzqK1g001g0lK1g0w1g13K1g5c1g5hK1g5k!K1g5m1g6tK1g6v1g6wK1g70!K1g731g7pK1g801g8mK1g8w1g9qK1gbk1gc2K1gc41gc5K1gcg1gd1K1gdc1ge1K1gg01ghjK1ghq1ghrK1gjk!K1gjl1gjnG1gjp1gjqG1gjw1gjzG1gk01gk3K1gk51gk7K1gk91gl1K1gl41gl6G1glb!G1gm81gn0K1gn41gnwK1gow1gp3K1gp51gpwK1gpx1gpyG1gqo1gs5K1gsg1gt1K1gtc1gtuK1gu81gupK1gxs1gzsK1h1c1h2qK1h341h4iK1h4w1h5vK1h5w1h5zG1h681h6hO1hfk1hgpK1hgr1hgsG1hgw1hgxK1hj41hjwK1hk7!K1hkg1hl1K1hl21hlcG1ho01hokK1hpc1hpyK1hq81hqaG1hqb1hrrK1hrs1hs6G1ht21htbO1htr1htuG1htv1hv3K1hv41hveG1hvh!I1hvx!I1hw01hwoK1hww1hx5O1hxc1hxeG1hxf1hyeK1hyf1hysG1hyu1hz3O1hz8!K1hz91hzaG1hzb!K1hzk1i0iK1i0j!G1i0m!K1i0w1i0yG1i0z1i2aK1i2b1i2oG1i2p1i2sK1i2x1i30G1i321i33G1i341i3dO1i3e!K1i3g!K1i4g1i4xK1i4z1i5nK1i5o1i5zG1i66!G1i801i86K1i88!K1i8a1i8dK1i8f1i8tK1i8v1i94K1i9c1iamK1ian1iayG1ib41ibdO1ibk1ibnG1ibp1ibwK1ibz1ic0K1ic31icoK1icq1icwK1icy1iczK1id11id5K1id71id8G1id9!K1ida1idgG1idj1idkG1idn1idpG1ids!K1idz!G1ie51ie9K1iea1iebG1iee1iekG1ieo1iesG1iio1ik4K1ik51ikmG1ikn1ikqK1ikw1il5O1ila!G1ilb1ildK1im81injK1ink1io3G1io41io5K1io7!K1iog1iopO1itc1iumK1iun1iutG1iuw1iv4G1ivs1ivvK1ivw1ivxG1iww1iy7K1iy81iyoG1iys!K1iz41izdO1j0g1j1mK1j1n1j1zG1j20!K1j281j2hO1j4t1j57G1j5c1j5lO1jb41jcbK1jcc1jcqG1jfk1jhbK1jhc1jhlO1ji71jieK1jih!K1jik1jirK1jit1jiuK1jiw1jjjK1jjk1jjpG1jjr1jjsG1jjv1jjyG1jjz!K1jk0!G1jk1!K1jk21jk3G1jkg1jkpO1jmo1jmvK1jmy1jo0K1jo11jo7G1joa1jogG1joh!K1joj!K1jok!G1jpc!K1jpd1jpmG1jpn1jqqK1jqr1jqxG1jqy!K1jqz1jr2G1jrb!G1jrk!K1jrl1jrvG1jrw1jt5K1jt61jtlG1jtp!K1juo1jw8K1k3k1k3sK1k3u1k4uK1k4v1k52G1k541k5bG1k5c!K1k5s1k61O1k6q1k7jK1k7m1k87G1k891k8mG1kao1kauK1kaw1kaxK1kaz1kc0K1kc11kc6G1kca!G1kcc1kcdG1kcf1kclG1kcm!K1kcn!G1kcw1kd5O1kdc1kdhK1kdj1kdkK1kdm1kehK1kei1kemG1keo1kepG1ker1kevG1kew!K1kf41kfdO1ko01koiK1koj1komG1kts!K1kw01lllK1log1lriK1ls01lxfK1o1s1oviK1ovk1ovsI1s001sg6K1z401zjsK1zk01zkuK1zkw1zl5O1zo01zotK1zow1zp0G1zpc1zqnK1zqo1zquG1zr41zr7K1zrk1zrtO1zs31zsnK1zst1ztbK20cg20e7K20hs20juK20jz!G20k0!K20k120ljG20lr20luG20lv20m7K20o020o1K20o3!K20o4!G20og20ohG2dc0!J2dlw2dlzJ2fpc2fsaK2fsg2fssK2fsw2ft4K2ftc2ftlK2ftp2ftqG2fts2ftvI2jxh2jxlG2jxp2jxuG2jxv2jy2I2jy32jyaG2jyd2jyjG2jze2jzhG2k3m2k3oG2kg02kicK2kie2kkcK2kke2kkfK2kki!K2kkl2kkmK2kkp2kksK2kku2kl5K2kl7!K2kl92klfK2klh2kn9K2knb2kneK2knh2knoK2knq2knwK2kny2kopK2kor2kouK2kow2kp0K2kp2!K2kp62kpcK2kpe2kytK2kyw2kzkK2kzm2l0aK2l0c2l16K2l182l1wK2l1y2l2sK2l2u2l3iK2l3k2l4eK2l4g2l54K2l562l60K2l622l6qK2l6s2l6zK2l722l8fO2lmo2lo6G2lob2lpoG2lpx!G2lqc!G2lqz2lr3G2lr52lrjG2mtc2mtiG2mtk2mu0G2mu32mu9G2mub2mucG2mue2muiG2n0g2n1oK2n1s2n1yG2n1z2n25K2n282n2hO2n2m!K2ncw2ne3K2ne42ne7G2ne82nehO2oe82ojoK2ok02ok6G2olc2on7K2on82oneG2onf!K2onk2ontO2pkw2pkzK2pl12plrK2plt2pluK2plw!K2plz!K2pm12pmaK2pmc2pmfK2pmh!K2pmj!K2pmq!K2pmv!K2pmx!K2pmz!K2pn12pn3K2pn52pn6K2pn8!K2pnb!K2pnd!K2pnf!K2pnh!K2pnj!K2pnl2pnmK2pno!K2pnr2pnuK2pnw2po2K2po42po7K2po92pocK2poe!K2pog2popK2por2pp7K2ppd2ppfK2pph2pplK2ppn2pq3K2q7k2q89K2q8g2q95K2q9c2qa1K2qcm2qdbH2qrf2qrjG2sc02sc9Ojny9!Ijnz4jo1rGjo5cjobzG", 231, B.List_G7P, B.WordCharProperty_18, A.findType("WordCharProperty"))); + _lazyFinal($, "BrowserAutofillHints__singletonInstance", "$get$BrowserAutofillHints__singletonInstance", () => { var t1 = type$.String; return new A.BrowserAutofillHints(A.LinkedHashMap_LinkedHashMap$_literal(["birthday", "bday", "birthdayDay", "bday-day", "birthdayMonth", "bday-month", "birthdayYear", "bday-year", "countryCode", "country", "countryName", "country-name", "creditCardExpirationDate", "cc-exp", "creditCardExpirationMonth", "cc-exp-month", "creditCardExpirationYear", "cc-exp-year", "creditCardFamilyName", "cc-family-name", "creditCardGivenName", "cc-given-name", "creditCardMiddleName", "cc-additional-name", "creditCardName", "cc-name", "creditCardNumber", "cc-number", "creditCardSecurityCode", "cc-csc", "creditCardType", "cc-type", "email", "email", "familyName", "family-name", "fullStreetAddress", "street-address", "gender", "sex", "givenName", "given-name", "impp", "impp", "jobTitle", "organization-title", "language", "language", "middleName", "middleName", "name", "name", "namePrefix", "honorific-prefix", "nameSuffix", "honorific-suffix", "newPassword", "new-password", "nickname", "nickname", "oneTimeCode", "one-time-code", "organizationName", "organization", "password", "current-password", "photo", "photo", "postalCode", "postal-code", "streetAddressLevel1", "address-level1", "streetAddressLevel2", "address-level2", "streetAddressLevel3", "address-level3", "streetAddressLevel4", "address-level4", "streetAddressLine1", "address-line1", "streetAddressLine2", "address-line2", "streetAddressLine3", "address-line3", "telephoneNumber", "tel", "telephoneNumberAreaCode", "tel-area-code", "telephoneNumberCountryCode", "tel-country-code", "telephoneNumberExtension", "tel-extension", "telephoneNumberLocal", "tel-local", "telephoneNumberLocalPrefix", "tel-local-prefix", "telephoneNumberLocalSuffix", "tel-local-suffix", "telephoneNumberNational", "tel-national", "transactionAmount", "transaction-amount", "transactionCurrency", "transaction-currency", "url", "url", "username", "username"], t1, t1)); }); - _lazyFinal($, "textEditing", "$get$textEditing", function() { - return new A.HybridTextEditing(); - }); - _lazyFinal($, "_tempRectData", "$get$_tempRectData", function() { - return A.NativeFloat32List_NativeFloat32List(4); - }); - _lazyFinal($, "_tempPointData", "$get$_tempPointData", function() { - return A.NativeFloat32List_NativeFloat32List(16); - }); - _lazyFinal($, "_tempPointMatrix", "$get$_tempPointMatrix", function() { - return A.Matrix4$fromFloat32List($.$get$_tempPointData()); - }); - _lazyFinal($, "_fallbackFontFamily", "$get$_fallbackFontFamily", function() { - return A.isMacOrIOS() ? "-apple-system, BlinkMacSystemFont" : "Arial"; - }); - _lazy($, "printWarning", "$get$printWarning", function() { + _lazyFinal($, "textEditing", "$get$textEditing", () => new A.HybridTextEditing()); + _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(); }); - _lazyFinal($, "window0", "$get$window", function() { - var t1 = $.$get$EnginePlatformDispatcher__instance(), - t2 = new A.EngineSingletonFlutterWindow(0, t1, A.Future_Future$value(null, type$.void), B.WindowPadding_0_0_0_0); - t2.EngineFlutterWindow$2(0, t1); - return t2; - }); - _lazyFinal($, "DART_CLOSURE_PROPERTY_NAME", "$get$DART_CLOSURE_PROPERTY_NAME", function() { - return A.getIsolateAffinityTag("_$dart_dartClosure"); - }); - _lazyFinal($, "_CopyingBytesBuilder__emptyList", "$get$_CopyingBytesBuilder__emptyList", function() { - return A.NativeUint8List_NativeUint8List(0); - }); - _lazyFinal($, "nullFuture", "$get$nullFuture", function() { - return B.C__RootZone.run$1$1(new A.nullFuture_closure(), type$.Future_Null); - }); - _lazyFinal($, "TypeErrorDecoder_noSuchMethodPattern", "$get$TypeErrorDecoder_noSuchMethodPattern", function() { - return A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn({ - toString: function() { - return "$receiver$"; - } - })); - }); - _lazyFinal($, "TypeErrorDecoder_notClosurePattern", "$get$TypeErrorDecoder_notClosurePattern", function() { - return A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn({$method$: null, - toString: function() { - return "$receiver$"; - } - })); - }); - _lazyFinal($, "TypeErrorDecoder_nullCallPattern", "$get$TypeErrorDecoder_nullCallPattern", function() { - return A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn(null)); - }); - _lazyFinal($, "TypeErrorDecoder_nullLiteralCallPattern", "$get$TypeErrorDecoder_nullLiteralCallPattern", function() { - return A.TypeErrorDecoder_extractPattern(function() { - var $argumentsExpr$ = "$arguments$"; - try { - null.$method$($argumentsExpr$); - } catch (e) { - return e.message; - } - }()); - }); - _lazyFinal($, "TypeErrorDecoder_undefinedCallPattern", "$get$TypeErrorDecoder_undefinedCallPattern", function() { - return A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn(void 0)); - }); - _lazyFinal($, "TypeErrorDecoder_undefinedLiteralCallPattern", "$get$TypeErrorDecoder_undefinedLiteralCallPattern", function() { - return A.TypeErrorDecoder_extractPattern(function() { - var $argumentsExpr$ = "$arguments$"; - try { - (void 0).$method$($argumentsExpr$); - } catch (e) { - return e.message; - } - }()); - }); - _lazyFinal($, "TypeErrorDecoder_nullPropertyPattern", "$get$TypeErrorDecoder_nullPropertyPattern", function() { - return A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokePropertyErrorOn(null)); - }); - _lazyFinal($, "TypeErrorDecoder_nullLiteralPropertyPattern", "$get$TypeErrorDecoder_nullLiteralPropertyPattern", function() { - return A.TypeErrorDecoder_extractPattern(function() { - try { - null.$method$; - } catch (e) { - return e.message; - } - }()); - }); - _lazyFinal($, "TypeErrorDecoder_undefinedPropertyPattern", "$get$TypeErrorDecoder_undefinedPropertyPattern", function() { - return A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokePropertyErrorOn(void 0)); - }); - _lazyFinal($, "TypeErrorDecoder_undefinedLiteralPropertyPattern", "$get$TypeErrorDecoder_undefinedLiteralPropertyPattern", function() { - return A.TypeErrorDecoder_extractPattern(function() { - try { - (void 0).$method$; - } catch (e) { - return e.message; - } - }()); - }); - _lazyFinal($, "_AsyncRun__scheduleImmediateClosure", "$get$_AsyncRun__scheduleImmediateClosure", function() { - return A._AsyncRun__initializeScheduleImmediate(); - }); - _lazyFinal($, "Future__nullFuture", "$get$Future__nullFuture", function() { - return type$._Future_Null._as($.$get$nullFuture()); - }); - _lazyFinal($, "Future__falseFuture", "$get$Future__falseFuture", function() { - return A._Future$zoneValue(false, B.C__RootZone, type$.bool); - }); - _lazyFinal($, "_RootZone__rootMap", "$get$_RootZone__rootMap", function() { + _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)); + _lazyFinal($, "nullFuture", "$get$nullFuture", () => B.C__RootZone.run$1$1(new A.nullFuture_closure(), A.findType("Future"))); + _lazyFinal($, "TypeErrorDecoder_noSuchMethodPattern", "$get$TypeErrorDecoder_noSuchMethodPattern", () => A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn({ + toString: function() { + return "$receiver$"; + } + }))); + _lazyFinal($, "TypeErrorDecoder_notClosurePattern", "$get$TypeErrorDecoder_notClosurePattern", () => A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn({$method$: null, + toString: function() { + return "$receiver$"; + } + }))); + _lazyFinal($, "TypeErrorDecoder_nullCallPattern", "$get$TypeErrorDecoder_nullCallPattern", () => A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn(null))); + _lazyFinal($, "TypeErrorDecoder_nullLiteralCallPattern", "$get$TypeErrorDecoder_nullLiteralCallPattern", () => A.TypeErrorDecoder_extractPattern(function() { + var $argumentsExpr$ = "$arguments$"; + try { + null.$method$($argumentsExpr$); + } catch (e) { + return e.message; + } + }())); + _lazyFinal($, "TypeErrorDecoder_undefinedCallPattern", "$get$TypeErrorDecoder_undefinedCallPattern", () => A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn(void 0))); + _lazyFinal($, "TypeErrorDecoder_undefinedLiteralCallPattern", "$get$TypeErrorDecoder_undefinedLiteralCallPattern", () => A.TypeErrorDecoder_extractPattern(function() { + var $argumentsExpr$ = "$arguments$"; + try { + (void 0).$method$($argumentsExpr$); + } catch (e) { + return e.message; + } + }())); + _lazyFinal($, "TypeErrorDecoder_nullPropertyPattern", "$get$TypeErrorDecoder_nullPropertyPattern", () => A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokePropertyErrorOn(null))); + _lazyFinal($, "TypeErrorDecoder_nullLiteralPropertyPattern", "$get$TypeErrorDecoder_nullLiteralPropertyPattern", () => A.TypeErrorDecoder_extractPattern(function() { + try { + null.$method$; + } catch (e) { + return e.message; + } + }())); + _lazyFinal($, "TypeErrorDecoder_undefinedPropertyPattern", "$get$TypeErrorDecoder_undefinedPropertyPattern", () => A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokePropertyErrorOn(void 0))); + _lazyFinal($, "TypeErrorDecoder_undefinedLiteralPropertyPattern", "$get$TypeErrorDecoder_undefinedLiteralPropertyPattern", () => A.TypeErrorDecoder_extractPattern(function() { + try { + (void 0).$method$; + } catch (e) { + return e.message; + } + }())); + _lazyFinal($, "_AsyncRun__scheduleImmediateClosure", "$get$_AsyncRun__scheduleImmediateClosure", () => A._AsyncRun__initializeScheduleImmediate()); + _lazyFinal($, "Future__nullFuture", "$get$Future__nullFuture", () => type$._Future_Null._as($.$get$nullFuture())); + _lazyFinal($, "Future__falseFuture", "$get$Future__falseFuture", () => A._Future$zoneValue(false, B.C__RootZone, type$.bool)); + _lazyFinal($, "_RootZone__rootMap", "$get$_RootZone__rootMap", () => { var t1 = type$.dynamic; return A.HashMap_HashMap(null, null, null, t1, t1); }); - _lazyFinal($, "Utf8Decoder__decoder", "$get$Utf8Decoder__decoder", function() { - return new A.Utf8Decoder__decoder_closure().call$0(); - }); - _lazyFinal($, "Utf8Decoder__decoderNonfatal", "$get$Utf8Decoder__decoderNonfatal", function() { - return new A.Utf8Decoder__decoderNonfatal_closure().call$0(); - }); - _lazyFinal($, "_Base64Decoder__inverseAlphabet", "$get$_Base64Decoder__inverseAlphabet", function() { - return A.NativeInt8List__create1(A._ensureNativeList(A._setArrayType([-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -1, -2, -2, -2, -2, -2, 62, -2, 62, -2, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -2, -2, -2, -1, -2, -2, -2, 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, -2, -2, -2, -2, 63, -2, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -2, -2, -2, -2, -2], type$.JSArray_int))); - }); - _lazy($, "_Base64Decoder__emptyBuffer", "$get$_Base64Decoder__emptyBuffer", function() { - return A.NativeUint8List_NativeUint8List(0); - }); - _lazyFinal($, "_Uri__isWindowsCached", "$get$_Uri__isWindowsCached", function() { - return typeof process != "undefined" && Object.prototype.toString.call(process) == "[object process]" && process.platform == "win32"; - }); - _lazyFinal($, "_Uri__needsNoEncoding", "$get$_Uri__needsNoEncoding", function() { - return A.RegExp_RegExp("^[\\-\\.0-9A-Z_a-z~]*$", true, false); - }); - _lazy($, "_hasErrorStackProperty", "$get$_hasErrorStackProperty", function() { - return new Error().stack != void 0; - }); - _lazyFinal($, "_BigIntImpl_zero", "$get$_BigIntImpl_zero", function() { - return A._BigIntImpl__BigIntImpl$_fromInt(0); - }); - _lazyFinal($, "_BigIntImpl_one", "$get$_BigIntImpl_one", function() { - return A._BigIntImpl__BigIntImpl$_fromInt(1); - }); - _lazyFinal($, "_BigIntImpl__minusOne", "$get$_BigIntImpl__minusOne", function() { - return $.$get$_BigIntImpl_one().$negate(0); - }); - _lazyFinal($, "_BigIntImpl__bigInt10000", "$get$_BigIntImpl__bigInt10000", function() { - return A._BigIntImpl__BigIntImpl$_fromInt(10000); - }); - _lazy($, "_BigIntImpl__parseRE", "$get$_BigIntImpl__parseRE", function() { - return A.RegExp_RegExp("^\\s*([+-]?)((0x[a-f0-9]+)|(\\d+)|([a-z0-9]+))\\s*$", false, false); - }); - _lazyFinal($, "DateTime__parseFormat", "$get$DateTime__parseFormat", function() { - return A.RegExp_RegExp("^([+-]?\\d{4,6})-?(\\d\\d)-?(\\d\\d)(?:[ T](\\d\\d)(?::?(\\d\\d)(?::?(\\d\\d)(?:[.,](\\d+))?)?)?( ?[zZ]| ?([-+])(\\d\\d)(?::?(\\d\\d))?)?)?$", true, false); - }); - _lazyFinal($, "_hashSeed", "$get$_hashSeed", function() { - return A.objectHashCode(B.Type_Object_xQ6); - }); - _lazyFinal($, "Stopwatch__frequency", "$get$Stopwatch__frequency", function() { + _lazyFinal($, "Utf8Decoder__decoder", "$get$Utf8Decoder__decoder", () => new A.Utf8Decoder__decoder_closure().call$0()); + _lazyFinal($, "Utf8Decoder__decoderNonfatal", "$get$Utf8Decoder__decoderNonfatal", () => new A.Utf8Decoder__decoderNonfatal_closure().call$0()); + _lazyFinal($, "_Base64Decoder__inverseAlphabet", "$get$_Base64Decoder__inverseAlphabet", () => A.NativeInt8List__create1(A._ensureNativeList(A._setArrayType([-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -1, -2, -2, -2, -2, -2, 62, -2, 62, -2, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -2, -2, -2, -1, -2, -2, -2, 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, -2, -2, -2, -2, 63, -2, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -2, -2, -2, -2, -2], type$.JSArray_int)))); + _lazy($, "_Base64Decoder__emptyBuffer", "$get$_Base64Decoder__emptyBuffer", () => A.NativeUint8List_NativeUint8List(0)); + _lazyFinal($, "_Uri__isWindowsCached", "$get$_Uri__isWindowsCached", () => typeof process != "undefined" && Object.prototype.toString.call(process) == "[object process]" && process.platform == "win32"); + _lazyFinal($, "_Uri__needsNoEncoding", "$get$_Uri__needsNoEncoding", () => A.RegExp_RegExp("^[\\-\\.0-9A-Z_a-z~]*$", true, false)); + _lazy($, "_hasErrorStackProperty", "$get$_hasErrorStackProperty", () => new Error().stack != void 0); + _lazyFinal($, "_BigIntImpl_zero", "$get$_BigIntImpl_zero", () => A._BigIntImpl__BigIntImpl$_fromInt(0)); + _lazyFinal($, "_BigIntImpl_one", "$get$_BigIntImpl_one", () => A._BigIntImpl__BigIntImpl$_fromInt(1)); + _lazyFinal($, "_BigIntImpl__minusOne", "$get$_BigIntImpl__minusOne", () => $.$get$_BigIntImpl_one().$negate(0)); + _lazyFinal($, "_BigIntImpl__bigInt10000", "$get$_BigIntImpl__bigInt10000", () => A._BigIntImpl__BigIntImpl$_fromInt(10000)); + _lazy($, "_BigIntImpl__parseRE", "$get$_BigIntImpl__parseRE", () => A.RegExp_RegExp("^\\s*([+-]?)((0x[a-f0-9]+)|(\\d+)|([a-z0-9]+))\\s*$", false, false)); + _lazyFinal($, "DateTime__parseFormat", "$get$DateTime__parseFormat", () => A.RegExp_RegExp("^([+-]?\\d{4,6})-?(\\d\\d)-?(\\d\\d)(?:[ T](\\d\\d)(?::?(\\d\\d)(?::?(\\d\\d)(?:[.,](\\d+))?)?)?( ?[zZ]| ?([-+])(\\d\\d)(?::?(\\d\\d))?)?)?$", true, false)); + _lazyFinal($, "_hashSeed", "$get$_hashSeed", () => A.objectHashCode(B.Type_Object_xQ6)); + _lazyFinal($, "Stopwatch__frequency", "$get$Stopwatch__frequency", () => { A.Primitives_initTicker(); return $.Primitives_timerFrequency; }); - _lazyFinal($, "_scannerTables", "$get$_scannerTables", function() { - return A._createTables(); - }); - _lazyFinal($, "_FakeUserTag__defaultTag", "$get$_FakeUserTag__defaultTag", function() { - return A._FakeUserTag__FakeUserTag("Default"); - }); - _lazy($, "_currentTag", "$get$_currentTag", function() { - return $.$get$_FakeUserTag__defaultTag(); - }); - _lazyFinal($, "CssStyleDeclaration__propertyCache", "$get$CssStyleDeclaration__propertyCache", function() { - return {}; - }); - _lazyFinal($, "_Html5NodeValidator__allowedElements", "$get$_Html5NodeValidator__allowedElements", function() { - return 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", function() { - return J.contains$2$asx(A.Device_userAgent(), "Opera", 0); - }); - _lazyFinal($, "Device_isIE", "$get$Device_isIE", function() { - return !$.$get$Device_isOpera() && J.contains$2$asx(A.Device_userAgent(), "Trident/", 0); - }); - _lazyFinal($, "Device_isFirefox", "$get$Device_isFirefox", function() { - return J.contains$2$asx(A.Device_userAgent(), "Firefox", 0); - }); - _lazyFinal($, "Device_isWebKit", "$get$Device_isWebKit", function() { - return !$.$get$Device_isOpera() && J.contains$2$asx(A.Device_userAgent(), "WebKit", 0); - }); - _lazyFinal($, "Device_cssPrefix", "$get$Device_cssPrefix", function() { - return "-" + $.$get$Device_propertyPrefix() + "-"; - }); - _lazyFinal($, "Device_propertyPrefix", "$get$Device_propertyPrefix", function() { + _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()) @@ -442194,132 +444939,83 @@ t1 = $.$get$Device_isOpera() ? "o" : "webkit"; return t1; }); - _lazyFinal($, "_ioOverridesToken", "$get$_ioOverridesToken", function() { - return new A.Object(); - }); - _lazyFinal($, "Platform__numberOfProcessors", "$get$Platform__numberOfProcessors", function() { - return A._Platform_numberOfProcessors(); - }); - _lazyFinal($, "Platform__pathSeparator", "$get$Platform__pathSeparator", function() { - return A._Platform_pathSeparator(); - }); - _lazyFinal($, "Platform__operatingSystem", "$get$Platform__operatingSystem", function() { - return A._Platform_operatingSystem(); - }); - _lazyFinal($, "Platform__operatingSystemVersion", "$get$Platform__operatingSystemVersion", function() { + _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()); + _lazyFinal($, "Platform__operatingSystem", "$get$Platform__operatingSystem", () => A._Platform_operatingSystem()); + _lazyFinal($, "Platform__operatingSystemVersion", "$get$Platform__operatingSystemVersion", () => { A._Platform__operatingSystemVersion(); var t1 = $._Platform__cachedOSVersion; t1.toString; return t1; }); - _lazyFinal($, "Platform__localHostname", "$get$Platform__localHostname", function() { - return A._Platform_localHostname(); - }); - _lazyFinal($, "Platform_isLinux", "$get$Platform_isLinux", function() { + _lazyFinal($, "Platform__localHostname", "$get$Platform__localHostname", () => A._Platform_localHostname()); + _lazyFinal($, "Platform_isLinux", "$get$Platform_isLinux", () => { $.$get$Platform__operatingSystem(); return false; }); - _lazyFinal($, "Platform_isMacOS", "$get$Platform_isMacOS", function() { + _lazyFinal($, "Platform_isMacOS", "$get$Platform_isMacOS", () => { $.$get$Platform__operatingSystem(); return false; }); - _lazyFinal($, "Platform_isWindows", "$get$Platform_isWindows", function() { + _lazyFinal($, "Platform_isWindows", "$get$Platform_isWindows", () => { $.$get$Platform__operatingSystem(); return false; }); - _lazyFinal($, "Platform_isAndroid", "$get$Platform_isAndroid", function() { + _lazyFinal($, "Platform_isAndroid", "$get$Platform_isAndroid", () => { $.$get$Platform__operatingSystem(); return false; }); - _lazyFinal($, "Platform_isIOS", "$get$Platform_isIOS", function() { + _lazyFinal($, "Platform_isIOS", "$get$Platform_isIOS", () => { $.$get$Platform__operatingSystem(); return false; }); - _lazy($, "_Platform_executable", "$get$_Platform_executable", function() { - return A._Platform__executable(); + _lazy($, "_Platform_executable", "$get$_Platform_executable", () => A._Platform__executable()); + _lazy($, "_Platform_resolvedExecutable", "$get$_Platform_resolvedExecutable", () => A._Platform__resolvedExecutable()); + _lazyFinal($, "_stdin", "$get$_stdin", () => A._StdIOUtils__getStdioInputStream(0)); + _lazyFinal($, "_stdout", "$get$_stdout", () => A._StdIOUtils__getStdioOutputStream(1)); + _lazyFinal($, "_context", "$get$_context", () => A._castToJsObject(A._wrapToDart(self))); + _lazyFinal($, "_DART_OBJECT_PROPERTY_NAME", "$get$_DART_OBJECT_PROPERTY_NAME", () => A.getIsolateAffinityTag("_$dart_dartObject")); + _lazyFinal($, "_dartProxyCtor", "$get$_dartProxyCtor", () => function DartObject(o) { + this.o = o; }); - _lazy($, "_Platform_resolvedExecutable", "$get$_Platform_resolvedExecutable", function() { - return A._Platform__resolvedExecutable(); + _lazyFinal($, "Endian_host", "$get$Endian_host", () => A.NativeByteData_NativeByteData$view(A.NativeUint16List_NativeUint16List$fromList(A._setArrayType([1], type$.JSArray_int)).buffer, 0, null).getInt8(0) === 1 ? B.C_Endian : B.C_Endian0); + _lazyFinal($, "channelBuffers", "$get$channelBuffers", () => new A.ChannelBuffers(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("_Channel")))); + _lazyFinal($, "platformViewRegistry", "$get$platformViewRegistry", () => new A.PlatformViewRegistry()); + _lazyFinal($, "_StaticTree_staticLDesc", "$get$_StaticTree_staticLDesc", () => A._StaticTree$(B.List_Xg4, B.List_qQn, 257, 286, 15)); + _lazyFinal($, "_StaticTree_staticDDesc", "$get$_StaticTree_staticDDesc", () => A._StaticTree$(B.List_iYO, B.List_X3d, 0, 30, 15)); + _lazyFinal($, "_StaticTree_staticBlDesc", "$get$_StaticTree_staticBlDesc", () => A._StaticTree$(null, B.List_uSC0, 0, 19, 7)); + _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($, "_context", "$get$_context", function() { - return A._castToJsObject(A._wrapToDart(self)); - }); - _lazyFinal($, "_DART_OBJECT_PROPERTY_NAME", "$get$_DART_OBJECT_PROPERTY_NAME", function() { - return A.getIsolateAffinityTag("_$dart_dartObject"); - }); - _lazyFinal($, "_dartProxyCtor", "$get$_dartProxyCtor", function() { - return function DartObject(o) { - this.o = o; - }; - }); - _lazyFinal($, "Endian_host", "$get$Endian_host", function() { - return A.NativeByteData_NativeByteData$view(A.NativeUint16List_NativeUint16List$fromList(A._setArrayType([1], type$.JSArray_int)).buffer, 0, null).getInt8(0) === 1 ? B.C_Endian : B.C_Endian0; - }); - _lazyFinal($, "channelBuffers", "$get$channelBuffers", function() { - return new A.ChannelBuffers(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("_Channel"))); - }); - _lazyFinal($, "platformViewRegistry", "$get$platformViewRegistry", function() { - return new A.PlatformViewRegistry(); - }); - _lazyFinal($, "_StaticTree_staticLDesc", "$get$_StaticTree_staticLDesc", function() { - return A._StaticTree$(B.List_Xg4, B.List_qQn, 257, 286, 15); - }); - _lazyFinal($, "_StaticTree_staticDDesc", "$get$_StaticTree_staticDDesc", function() { - return A._StaticTree$(B.List_iYO, B.List_X3d, 0, 30, 15); - }); - _lazyFinal($, "_StaticTree_staticBlDesc", "$get$_StaticTree_staticBlDesc", function() { - return A._StaticTree$(null, B.List_uSC0, 0, 19, 7); - }); - _lazyFinal($, "isSoundMode", "$get$isSoundMode", function() { - return !type$.List_int._is(A._setArrayType([], type$.JSArray_nullable_int)); - }); - _lazy($, "newBuiltValueToStringHelper", "$get$newBuiltValueToStringHelper", function() { - return new A.newBuiltValueToStringHelper_closure(); - }); - _lazyFinal($, "_runtimeType", "$get$_runtimeType", function() { - return A.getRuntimeType(A.RegExp_RegExp("", true, false)); - }); - _lazyFinal($, "StandardJsonPlugin__unsupportedTypes", "$get$StandardJsonPlugin__unsupportedTypes", function() { - return A.BuiltSet_BuiltSet([B.Type_BuiltListMultimap_2Mt, B.Type_BuiltSetMultimap_9Fi], type$.Type); - }); - _lazyFinal($, "CartesianChart__defaultLayoutConfig", "$get$CartesianChart__defaultLayoutConfig", function() { + _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))); + _lazyFinal($, "StandardJsonPlugin__unsupportedTypes", "$get$StandardJsonPlugin__unsupportedTypes", () => A.BuiltSet_BuiltSet([B.Type_BuiltListMultimap_2Mt, B.Type_BuiltSetMultimap_9Fi], type$.Type)); + _lazyFinal($, "CartesianChart__defaultLayoutConfig", "$get$CartesianChart__defaultLayoutConfig", () => { var t1 = A.MarginSpec_MarginSpec$fromPixel(20); return A.LayoutConfig$(A.MarginSpec_MarginSpec$fromPixel(20), A.MarginSpec_MarginSpec$fromPixel(20), A.MarginSpec_MarginSpec$fromPixel(20), t1); }); - _lazyFinal($, "Legend__decimalPattern", "$get$Legend__decimalPattern", function() { - return A.NumberFormat_NumberFormat$decimalPattern(null); - }); - _lazyFinal($, "GestureListener_defaultTapCancel", "$get$GestureListener_defaultTapCancel", function() { - return new A.GestureListener_defaultTapCancel_closure(); - }); - _lazyFinal($, "GestureListener_defaultTapTest", "$get$GestureListener_defaultTapTest", function() { - return new A.GestureListener_defaultTapTest_closure(); - }); - _lazyFinal($, "MaterialPalette__orderedPalettes", "$get$MaterialPalette__orderedPalettes", function() { - return B.JSArray_methods.map$1$1(A._setArrayType([new A.MaterialPalette__orderedPalettes_closure(), new A.MaterialPalette__orderedPalettes_closure0(), new A.MaterialPalette__orderedPalettes_closure1(), new A.MaterialPalette__orderedPalettes_closure2(), new A.MaterialPalette__orderedPalettes_closure3(), new A.MaterialPalette__orderedPalettes_closure4(), new A.MaterialPalette__orderedPalettes_closure5(), new A.MaterialPalette__orderedPalettes_closure6(), new A.MaterialPalette__orderedPalettes_closure7(), new A.MaterialPalette__orderedPalettes_closure8(), new A.MaterialPalette__orderedPalettes_closure9()], A.findType("JSArray")), new A.MaterialPalette__orderedPalettes_closure10(), A.findType("Palette")); - }); - _lazy($, "Performance_time", "$get$Performance_time", function() { - return new A.Performance_time_closure(); - }); - _lazy($, "Performance_timeEnd", "$get$Performance_timeEnd", function() { - return new A.Performance_timeEnd_closure(); - }); - _lazyFinal($, "StyleFactory__styleFactory", "$get$StyleFactory__styleFactory", function() { - return new A.StyleFactory(); - }); - _lazyFinal($, "_clockKey", "$get$_clockKey", function() { - return new A.Object(); - }); - _lazyFinal($, "DeviceInfoPlatform__token", "$get$DeviceInfoPlatform__token", function() { - return new A.Object(); - }); - _lazy($, "DeviceInfoPlatform__instance", "$get$DeviceInfoPlatform__instance", function() { - return new A.MethodChannelDeviceInfo($.$get$DeviceInfoPlatform__token()); - }); - _lazyFinal($, "_systemTempCounter", "$get$_systemTempCounter", function() { - return A.Expando$(type$.int); - }); - _lazyFinal($, "FilePickerWeb_platform", "$get$FilePickerWeb_platform", function() { + _lazyFinal($, "Legend__decimalPattern", "$get$Legend__decimalPattern", () => A.NumberFormat_NumberFormat$decimalPattern(null)); + _lazyFinal($, "GestureListener_defaultTapCancel", "$get$GestureListener_defaultTapCancel", () => new A.GestureListener_defaultTapCancel_closure()); + _lazyFinal($, "GestureListener_defaultTapTest", "$get$GestureListener_defaultTapTest", () => new A.GestureListener_defaultTapTest_closure()); + _lazyFinal($, "MaterialPalette__orderedPalettes", "$get$MaterialPalette__orderedPalettes", () => B.JSArray_methods.map$1$1(A._setArrayType([new A.MaterialPalette__orderedPalettes_closure(), new A.MaterialPalette__orderedPalettes_closure0(), new A.MaterialPalette__orderedPalettes_closure1(), new A.MaterialPalette__orderedPalettes_closure2(), new A.MaterialPalette__orderedPalettes_closure3(), new A.MaterialPalette__orderedPalettes_closure4(), new A.MaterialPalette__orderedPalettes_closure5(), new A.MaterialPalette__orderedPalettes_closure6(), new A.MaterialPalette__orderedPalettes_closure7(), new A.MaterialPalette__orderedPalettes_closure8(), new A.MaterialPalette__orderedPalettes_closure9()], A.findType("JSArray")), new A.MaterialPalette__orderedPalettes_closure10(), A.findType("Palette"))); + _lazy($, "Performance_time", "$get$Performance_time", () => new A.Performance_time_closure()); + _lazy($, "Performance_timeEnd", "$get$Performance_timeEnd", () => new A.Performance_timeEnd_closure()); + _lazyFinal($, "StyleFactory__styleFactory", "$get$StyleFactory__styleFactory", () => new A.StyleFactory()); + _lazyFinal($, "_clockKey", "$get$_clockKey", () => new A.Object()); + _lazyFinal($, "DeviceInfoPlatform__token", "$get$DeviceInfoPlatform__token", () => new A.Object()); + _lazy($, "DeviceInfoPlatform__instance", "$get$DeviceInfoPlatform__instance", () => new A.MethodChannelDeviceInfo($.$get$DeviceInfoPlatform__token())); + _lazyFinal($, "_systemTempCounter", "$get$_systemTempCounter", () => A.Expando$(type$.int)); + _lazyFinal($, "FilePickerWeb_platform", "$get$FilePickerWeb_platform", () => { var targetElement, t2, t1 = new A.FilePickerWeb($.$get$FilePicker__token()), target = A.querySelector("#__file_picker_web-file-input"); @@ -442334,225 +445030,93 @@ t1.__FilePickerWeb__target = target; return t1; }); - _lazyFinal($, "FilePicker__token", "$get$FilePicker__token", function() { - return new A.Object(); - }); - _lazy($, "FilePicker__instance", "$get$FilePicker__instance", function() { - return A.FilePicker__setPlatform(); - }); - _lazyFinal($, "_channel", "$get$_channel0", function() { - return A.MethodChannel$("miguelruivo.flutter.plugins.filepicker", $.$get$Platform_isLinux() || $.$get$Platform_isWindows() || $.$get$Platform_isMacOS() ? B.C_JSONMethodCodec0 : B.C_StandardMethodCodec, null); - }); - _lazyFinal($, "_kFlingSpringDescription", "$get$_kFlingSpringDescription", function() { - return A.SpringDescription$withDampingRatio(1, 1, 500); - }); - _lazyFinal($, "cupertinoDesktopTextSelectionControls", "$get$cupertinoDesktopTextSelectionControls", function() { - return new A._CupertinoDesktopTextSelectionControls(); - }); - _lazyFinal($, "_kRightMiddleTween", "$get$_kRightMiddleTween", function() { - return A.Tween$(B.Offset_1_0, B.Offset_0_0, type$.Offset); - }); - _lazyFinal($, "_kMiddleLeftTween", "$get$_kMiddleLeftTween", function() { - return A.Tween$(B.Offset_0_0, B.Offset_Oho, type$.Offset); - }); - _lazy($, "_CupertinoEdgeShadowDecoration_kTween", "$get$_CupertinoEdgeShadowDecoration_kTween", function() { - return A.DecorationTween$(B._CupertinoEdgeShadowDecoration_null, B._CupertinoEdgeShadowDecoration_yjC); - }); - _lazyFinal($, "cupertinoTextSelectionControls", "$get$cupertinoTextSelectionControls", function() { - return new A.CupertinoTextSelectionControls(); - }); - _lazyFinal($, "_testPlatform", "$get$_testPlatform", function() { - return new A._testPlatform_closure().call$0(); - }); - _lazyFinal($, "_browserPlatform", "$get$_browserPlatform", function() { - return new A._browserPlatform_closure().call$0(); - }); - _lazy($, "FlutterError_onError", "$get$FlutterError_onError", function() { - return $.FlutterError_presentError; - }); - _lazyFinal($, "sparseTextConfiguration", "$get$sparseTextConfiguration", function() { - return A.TextTreeConfiguration$(true, "", ":", "", "", "", "", "", true, false, "\n", true, "\u2502", "", "\u2514\u2500", "\u251c\u2500", " ", " ", "\u2502 ", " ", "", true, ""); - }); - _lazyFinal($, "dashedTextConfiguration", "$get$dashedTextConfiguration", function() { - return A.TextTreeConfiguration$(true, "", ":", "", "", "", "", "", true, false, "\n", true, "\u254e", "", "\u2514\u254c", "\u254e\u254c", " ", " ", "\u2502 ", " ", "", true, ""); - }); - _lazyFinal($, "denseTextConfiguration", "$get$denseTextConfiguration", function() { - return A.TextTreeConfiguration$(false, "", ":", ")", "", "(", "", "", false, false, "\n", false, "\u2502", "", "\u2514", "\u251c", "", "", "\u2502", " ", ", ", true, ""); - }); - _lazyFinal($, "transitionTextConfiguration", "$get$transitionTextConfiguration", function() { - return A.TextTreeConfiguration$(false, ":", " \u2550\u2550\u2550", "", "", "", " ", " \u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550", false, true, "\n", true, "\u2502", "", "\u2558\u2550\u2566\u2550\u2550 ", "\u255e\u2550\u2566\u2550\u2550 ", " \u2551 ", "", "", "", "", true, ""); - }); - _lazyFinal($, "errorTextConfiguration", "$get$errorTextConfiguration", function() { - return A.TextTreeConfiguration$(false, "", ":", "", "\u2550\u2550\u2561 ", "", "", " \u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550", false, false, "\n", true, "\u2502", "\u2550\u2550\u2550\u2550\u2550", "\u2558\u2550\u2566", "\u255e\u2550\u2566", " \u2551 ", "", "", "", "", true, " \u255e\u2550\u2550"); - }); - _lazyFinal($, "whitespaceTextConfiguration", "$get$whitespaceTextConfiguration", function() { - return A.TextTreeConfiguration$(false, ":", ":", "", "", "", "", "", false, false, "\n", true, " ", "", "", "", " ", " ", "", "", "", true, ""); - }); - _lazyFinal($, "flatTextConfiguration", "$get$flatTextConfiguration", function() { - return A.TextTreeConfiguration$(false, ":", ":", "", "", "", "", "", false, false, "\n", true, "", "", "", "", "", "", "", "", "", true, ""); - }); - _lazyFinal($, "singleLineTextConfiguration", "$get$singleLineTextConfiguration", function() { - return A.TextTreeConfiguration$(false, "", ":", ")", "", "(", "", "", true, false, "", false, "", "", "", "", "", "", " ", " ", ", ", false, ""); - }); - _lazyFinal($, "errorPropertyTextConfiguration", "$get$errorPropertyTextConfiguration", function() { - return A.TextTreeConfiguration$(false, "", ":", ")", "", "(", "", "", true, true, "\n", false, "", "", "", "", "", "", " ", " ", ", ", false, ""); - }); - _lazyFinal($, "shallowTextConfiguration", "$get$shallowTextConfiguration", function() { - return A.TextTreeConfiguration$(false, ":", ":", "", "", "", "", "", false, false, "\n", true, " ", "", "", "", " ", " ", "", "", "", false, ""); - }); - _lazyFinal($, "_debugPrintBuffer", "$get$_debugPrintBuffer", function() { - return A.ListQueue$(null, type$.String); - }); - _lazyFinal($, "_debugPrintStopwatch", "$get$_debugPrintStopwatch", function() { - return A.Stopwatch$(); - }); - _lazyFinal($, "WriteBuffer__zeroBuffer", "$get$WriteBuffer__zeroBuffer", function() { - return A.NativeUint8List_NativeUint8List$fromList(A._setArrayType([0, 0, 0, 0, 0, 0, 0, 0], type$.JSArray_int)); - }); - _lazyFinal($, "StackFrame__webNonDebugFramePattern", "$get$StackFrame__webNonDebugFramePattern", function() { - return A.RegExp_RegExp("^\\s*at ([^\\s]+).*$", true, false); - }); - _lazyFinal($, "DataTable__headingRowKey", "$get$DataTable__headingRowKey", function() { - return A.UniqueKey$(); - }); - _lazyFinal($, "_SortArrowState__turnTween", "$get$_SortArrowState__turnTween", function() { - return A.Tween$(0, 3.141592653589793, type$.double).chain$1(A.CurveTween$(B.Cubic_JUR0)); - }); - _lazyFinal($, "desktopTextSelectionControls", "$get$desktopTextSelectionControls", function() { - return new A._DesktopTextSelectionControls(); - }); - _lazyFinal($, "_ExpandIconState__iconTurnTween", "$get$_ExpandIconState__iconTurnTween", function() { - return A.Tween$(0, 0.5, type$.double).chain$1(A.CurveTween$(B.Cubic_ifx)); - }); - _lazyFinal($, "_ScalingFabMotionAnimator__rotationTween", "$get$_ScalingFabMotionAnimator__rotationTween", function() { - return A.Tween$(0.75, 1, type$.double); - }); - _lazyFinal($, "_ScalingFabMotionAnimator__thresholdCenterTween", "$get$_ScalingFabMotionAnimator__thresholdCenterTween", function() { - return A.CurveTween$(B.Threshold_znv); - }); - _lazyFinal($, "InkRipple__easeCurveTween", "$get$InkRipple__easeCurveTween", function() { - return A.CurveTween$(B.Cubic_JUR); - }); - _lazyFinal($, "InkRipple__fadeOutIntervalTween", "$get$InkRipple__fadeOutIntervalTween", function() { - return A.CurveTween$(B.Interval_75R0); - }); - _lazyFinal($, "_FadeUpwardsPageTransition__bottomUpTween", "$get$_FadeUpwardsPageTransition__bottomUpTween", function() { - return A.Tween$(B.Offset_chs, B.Offset_0_0, type$.Offset); - }); - _lazyFinal($, "_FadeUpwardsPageTransition__fastOutSlowInTween", "$get$_FadeUpwardsPageTransition__fastOutSlowInTween", function() { - return A.CurveTween$(B.Cubic_ifx); - }); - _lazyFinal($, "_FadeUpwardsPageTransition__easeInTween", "$get$_FadeUpwardsPageTransition__easeInTween", function() { - return A.CurveTween$(B.Cubic_JUR0); - }); - _lazyFinal($, "_ZoomPageTransition_fastOutExtraSlowInTweenSequenceItems", "$get$_ZoomPageTransition_fastOutExtraSlowInTweenSequenceItems", function() { + _lazyFinal($, "FilePicker__token", "$get$FilePicker__token", () => new A.Object()); + _lazy($, "FilePicker__instance", "$get$FilePicker__instance", () => A.FilePicker__setPlatform()); + _lazyFinal($, "_channel", "$get$_channel0", () => A.MethodChannel$("miguelruivo.flutter.plugins.filepicker", $.$get$Platform_isLinux() || $.$get$Platform_isWindows() || $.$get$Platform_isMacOS() ? B.C_JSONMethodCodec0 : B.C_StandardMethodCodec, 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)); + _lazyFinal($, "_kMiddleLeftTween", "$get$_kMiddleLeftTween", () => A.Tween$(B.Offset_0_0, B.Offset_Oho, type$.Offset)); + _lazy($, "_CupertinoEdgeShadowDecoration_kTween", "$get$_CupertinoEdgeShadowDecoration_kTween", () => A.DecorationTween$(B._CupertinoEdgeShadowDecoration_null, B._CupertinoEdgeShadowDecoration_yjC)); + _lazyFinal($, "cupertinoTextSelectionControls", "$get$cupertinoTextSelectionControls", () => new A.CupertinoTextSelectionControls()); + _lazyFinal($, "_testPlatform", "$get$_testPlatform", () => new A._testPlatform_closure().call$0()); + _lazyFinal($, "_browserPlatform", "$get$_browserPlatform", () => new A._browserPlatform_closure().call$0()); + _lazy($, "FlutterError_onError", "$get$FlutterError_onError", () => $.FlutterError_presentError); + _lazyFinal($, "sparseTextConfiguration", "$get$sparseTextConfiguration", () => A.TextTreeConfiguration$(true, "", ":", "", "", "", "", "", true, false, "\n", true, "\u2502", "", "\u2514\u2500", "\u251c\u2500", " ", " ", "\u2502 ", " ", "", true, "")); + _lazyFinal($, "dashedTextConfiguration", "$get$dashedTextConfiguration", () => A.TextTreeConfiguration$(true, "", ":", "", "", "", "", "", true, false, "\n", true, "\u254e", "", "\u2514\u254c", "\u254e\u254c", " ", " ", "\u2502 ", " ", "", true, "")); + _lazyFinal($, "denseTextConfiguration", "$get$denseTextConfiguration", () => A.TextTreeConfiguration$(false, "", ":", ")", "", "(", "", "", false, false, "\n", false, "\u2502", "", "\u2514", "\u251c", "", "", "\u2502", " ", ", ", true, "")); + _lazyFinal($, "transitionTextConfiguration", "$get$transitionTextConfiguration", () => A.TextTreeConfiguration$(false, ":", " \u2550\u2550\u2550", "", "", "", " ", " \u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550", false, true, "\n", true, "\u2502", "", "\u2558\u2550\u2566\u2550\u2550 ", "\u255e\u2550\u2566\u2550\u2550 ", " \u2551 ", "", "", "", "", true, "")); + _lazyFinal($, "errorTextConfiguration", "$get$errorTextConfiguration", () => A.TextTreeConfiguration$(false, "", ":", "", "\u2550\u2550\u2561 ", "", "", " \u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550", false, false, "\n", true, "\u2502", "\u2550\u2550\u2550\u2550\u2550", "\u2558\u2550\u2566", "\u255e\u2550\u2566", " \u2551 ", "", "", "", "", true, " \u255e\u2550\u2550")); + _lazyFinal($, "whitespaceTextConfiguration", "$get$whitespaceTextConfiguration", () => A.TextTreeConfiguration$(false, ":", ":", "", "", "", "", "", false, false, "\n", true, " ", "", "", "", " ", " ", "", "", "", true, "")); + _lazyFinal($, "flatTextConfiguration", "$get$flatTextConfiguration", () => A.TextTreeConfiguration$(false, ":", ":", "", "", "", "", "", false, false, "\n", true, "", "", "", "", "", "", "", "", "", true, "")); + _lazyFinal($, "singleLineTextConfiguration", "$get$singleLineTextConfiguration", () => A.TextTreeConfiguration$(false, "", ":", ")", "", "(", "", "", true, false, "", false, "", "", "", "", "", "", " ", " ", ", ", false, "")); + _lazyFinal($, "errorPropertyTextConfiguration", "$get$errorPropertyTextConfiguration", () => A.TextTreeConfiguration$(false, "", ":", ")", "", "(", "", "", true, true, "\n", false, "", "", "", "", "", "", " ", " ", ", ", false, "")); + _lazyFinal($, "shallowTextConfiguration", "$get$shallowTextConfiguration", () => A.TextTreeConfiguration$(false, ":", ":", "", "", "", "", "", false, false, "\n", true, " ", "", "", "", " ", " ", "", "", "", false, "")); + _lazyFinal($, "_debugPrintBuffer", "$get$_debugPrintBuffer", () => A.ListQueue$(null, type$.String)); + _lazyFinal($, "_debugPrintStopwatch", "$get$_debugPrintStopwatch", () => A.Stopwatch$()); + _lazyFinal($, "WriteBuffer__zeroBuffer", "$get$WriteBuffer__zeroBuffer", () => A.NativeUint8List_NativeUint8List$fromList(A._setArrayType([0, 0, 0, 0, 0, 0, 0, 0], type$.JSArray_int))); + _lazyFinal($, "StackFrame__webNonDebugFramePattern", "$get$StackFrame__webNonDebugFramePattern", () => A.RegExp_RegExp("^\\s*at ([^\\s]+).*$", true, false)); + _lazyFinal($, "DataTable__headingRowKey", "$get$DataTable__headingRowKey", () => A.UniqueKey$()); + _lazyFinal($, "_SortArrowState__turnTween", "$get$_SortArrowState__turnTween", () => A.Tween$(0, 3.141592653589793, type$.double).chain$1(A.CurveTween$(B.Cubic_JUR0))); + _lazyFinal($, "desktopTextSelectionControls", "$get$desktopTextSelectionControls", () => new A._DesktopTextSelectionControls()); + _lazyFinal($, "_ExpandIconState__iconTurnTween", "$get$_ExpandIconState__iconTurnTween", () => A.Tween$(0, 0.5, type$.double).chain$1(A.CurveTween$(B.Cubic_ifx))); + _lazyFinal($, "_ScalingFabMotionAnimator__rotationTween", "$get$_ScalingFabMotionAnimator__rotationTween", () => A.Tween$(0.75, 1, type$.double)); + _lazyFinal($, "_ScalingFabMotionAnimator__thresholdCenterTween", "$get$_ScalingFabMotionAnimator__thresholdCenterTween", () => A.CurveTween$(B.Threshold_znv)); + _lazyFinal($, "InkRipple__easeCurveTween", "$get$InkRipple__easeCurveTween", () => A.CurveTween$(B.Cubic_JUR)); + _lazyFinal($, "InkRipple__fadeOutIntervalTween", "$get$InkRipple__fadeOutIntervalTween", () => A.CurveTween$(B.Interval_75R0)); + _lazyFinal($, "_FadeUpwardsPageTransition__bottomUpTween", "$get$_FadeUpwardsPageTransition__bottomUpTween", () => A.Tween$(B.Offset_chs, B.Offset_0_0, type$.Offset)); + _lazyFinal($, "_FadeUpwardsPageTransition__fastOutSlowInTween", "$get$_FadeUpwardsPageTransition__fastOutSlowInTween", () => A.CurveTween$(B.Cubic_ifx)); + _lazyFinal($, "_FadeUpwardsPageTransition__easeInTween", "$get$_FadeUpwardsPageTransition__easeInTween", () => A.CurveTween$(B.Cubic_JUR0)); + _lazyFinal($, "_ZoomPageTransition_fastOutExtraSlowInTweenSequenceItems", "$get$_ZoomPageTransition_fastOutExtraSlowInTweenSequenceItems", () => { var t1 = type$.double; return A._setArrayType([A.TweenSequenceItem$(A.Tween$(0, 0.4, t1).chain$1(A.CurveTween$(B.Cubic_HzT)), 0.166666, t1), A.TweenSequenceItem$(A.Tween$(0.4, 1, t1).chain$1(A.CurveTween$(B.Cubic_bP1)), 0.833334, t1)], type$.JSArray_TweenSequenceItem_double); }); - _lazyFinal($, "_ZoomPageTransition__scaleCurveSequence", "$get$_ZoomPageTransition__scaleCurveSequence", function() { - return A.TweenSequence$($.$get$_ZoomPageTransition_fastOutExtraSlowInTweenSequenceItems(), type$.double); - }); - _lazyFinal($, "_ZoomEnterTransition__fadeInTransition", "$get$_ZoomEnterTransition__fadeInTransition", function() { - return A.Tween$(0, 1, type$.double).chain$1(A.CurveTween$(B.Interval_75R)); - }); - _lazyFinal($, "_ZoomEnterTransition__scaleDownTransition", "$get$_ZoomEnterTransition__scaleDownTransition", function() { - return A.Tween$(1.1, 1, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence()); - }); - _lazyFinal($, "_ZoomEnterTransition__scaleUpTransition", "$get$_ZoomEnterTransition__scaleUpTransition", function() { - return A.Tween$(0.85, 1, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence()); - }); - _lazyFinal($, "_ZoomEnterTransition__scrimOpacityTween", "$get$_ZoomEnterTransition__scrimOpacityTween", function() { - return A.Tween$(0, 0.6, type$.nullable_double).chain$1(A.CurveTween$(B.Interval_EeP)); - }); - _lazyFinal($, "_ZoomExitTransition__fadeOutTransition", "$get$_ZoomExitTransition__fadeOutTransition", function() { - return A.Tween$(1, 0, type$.double).chain$1(A.CurveTween$(B.Interval_ulv)); - }); - _lazyFinal($, "_ZoomExitTransition__scaleUpTransition", "$get$_ZoomExitTransition__scaleUpTransition", function() { - return A.Tween$(1, 1.05, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence()); - }); - _lazyFinal($, "_ZoomExitTransition__scaleDownTransition", "$get$_ZoomExitTransition__scaleDownTransition", function() { - return A.Tween$(1, 0.9, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence()); - }); - _lazyFinal($, "_CircularProgressIndicatorState__strokeHeadTween", "$get$_CircularProgressIndicatorState__strokeHeadTween", function() { - return A.CurveTween$(B.Interval_oqF1).chain$1(A.CurveTween$(B.SawTooth_2222)); - }); - _lazyFinal($, "_CircularProgressIndicatorState__strokeTailTween", "$get$_CircularProgressIndicatorState__strokeTailTween", function() { - return A.CurveTween$(B.Interval_oqF0).chain$1(A.CurveTween$(B.SawTooth_2222)); - }); - _lazyFinal($, "_CircularProgressIndicatorState__offsetTween", "$get$_CircularProgressIndicatorState__offsetTween", function() { - return A.CurveTween$(B.SawTooth_2222); - }); - _lazyFinal($, "_CircularProgressIndicatorState__rotationTween", "$get$_CircularProgressIndicatorState__rotationTween", function() { - return A.CurveTween$(B.SawTooth_1333); - }); - _lazyFinal($, "RefreshIndicatorState__threeQuarterTween", "$get$RefreshIndicatorState__threeQuarterTween", function() { - return A.Tween$(0, 0.75, type$.double); - }); - _lazyFinal($, "RefreshIndicatorState__kDragSizeFactorLimitTween", "$get$RefreshIndicatorState__kDragSizeFactorLimitTween", function() { - return A.Tween$(0, 1.5, type$.double); - }); - _lazyFinal($, "RefreshIndicatorState__oneToZeroTween", "$get$RefreshIndicatorState__oneToZeroTween", function() { - return A.Tween$(1, 0, type$.double); - }); - _lazyFinal($, "_FloatingActionButtonTransitionState__entranceTurnTween", "$get$_FloatingActionButtonTransitionState__entranceTurnTween", function() { - return A.Tween$(0.875, 1, type$.double).chain$1(A.CurveTween$(B.Cubic_JUR0)); - }); - _lazyFinal($, "materialTextSelectionControls", "$get$materialTextSelectionControls", function() { - return new A.MaterialTextSelectionControls(); - }); - _lazyFinal($, "Theme__kFallbackTheme", "$get$Theme__kFallbackTheme", function() { - return A.ThemeData_ThemeData$fallback(); - }); - _lazyFinal($, "ThemeData__localizedThemeDataCache", "$get$ThemeData__localizedThemeDataCache", function() { - return new A._FifoCache(A.LinkedHashMap_LinkedHashMap$_empty(A.findType("_IdentityThemeDataCacheKey"), type$.ThemeData), 5, A.findType("_FifoCache<_IdentityThemeDataCacheKey,ThemeData>")); - }); - _lazyFinal($, "AssetImage__extractRatioRegExp", "$get$AssetImage__extractRatioRegExp", function() { - return A.RegExp_RegExp("/?(\\d+(\\.\\d*)?)x$", true, false); - }); - _lazyFinal($, "MatrixUtils__minMax", "$get$MatrixUtils__minMax", function() { - return A.NativeFloat64List_NativeFloat64List(4); - }); - _lazy($, "RenderErrorBox_backgroundColor", "$get$RenderErrorBox_backgroundColor", function() { - return B.Color_4039164096; - }); - _lazy($, "RenderErrorBox_textStyle", "$get$RenderErrorBox_textStyle", function() { + _lazyFinal($, "_ZoomPageTransition__scaleCurveSequence", "$get$_ZoomPageTransition__scaleCurveSequence", () => A.TweenSequence$($.$get$_ZoomPageTransition_fastOutExtraSlowInTweenSequenceItems(), type$.double)); + _lazyFinal($, "_ZoomEnterTransition__fadeInTransition", "$get$_ZoomEnterTransition__fadeInTransition", () => A.Tween$(0, 1, type$.double).chain$1(A.CurveTween$(B.Interval_75R))); + _lazyFinal($, "_ZoomEnterTransition__scaleDownTransition", "$get$_ZoomEnterTransition__scaleDownTransition", () => A.Tween$(1.1, 1, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence())); + _lazyFinal($, "_ZoomEnterTransition__scaleUpTransition", "$get$_ZoomEnterTransition__scaleUpTransition", () => A.Tween$(0.85, 1, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence())); + _lazyFinal($, "_ZoomEnterTransition__scrimOpacityTween", "$get$_ZoomEnterTransition__scrimOpacityTween", () => A.Tween$(0, 0.6, type$.nullable_double).chain$1(A.CurveTween$(B.Interval_EeP))); + _lazyFinal($, "_ZoomExitTransition__fadeOutTransition", "$get$_ZoomExitTransition__fadeOutTransition", () => A.Tween$(1, 0, type$.double).chain$1(A.CurveTween$(B.Interval_ulv))); + _lazyFinal($, "_ZoomExitTransition__scaleUpTransition", "$get$_ZoomExitTransition__scaleUpTransition", () => A.Tween$(1, 1.05, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence())); + _lazyFinal($, "_ZoomExitTransition__scaleDownTransition", "$get$_ZoomExitTransition__scaleDownTransition", () => A.Tween$(1, 0.9, type$.double).chain$1($.$get$_ZoomPageTransition__scaleCurveSequence())); + _lazyFinal($, "_CircularProgressIndicatorState__strokeHeadTween", "$get$_CircularProgressIndicatorState__strokeHeadTween", () => A.CurveTween$(B.Interval_oqF1).chain$1(A.CurveTween$(B.SawTooth_2222))); + _lazyFinal($, "_CircularProgressIndicatorState__strokeTailTween", "$get$_CircularProgressIndicatorState__strokeTailTween", () => A.CurveTween$(B.Interval_oqF0).chain$1(A.CurveTween$(B.SawTooth_2222))); + _lazyFinal($, "_CircularProgressIndicatorState__offsetTween", "$get$_CircularProgressIndicatorState__offsetTween", () => A.CurveTween$(B.SawTooth_2222)); + _lazyFinal($, "_CircularProgressIndicatorState__rotationTween", "$get$_CircularProgressIndicatorState__rotationTween", () => A.CurveTween$(B.SawTooth_1333)); + _lazyFinal($, "RefreshIndicatorState__threeQuarterTween", "$get$RefreshIndicatorState__threeQuarterTween", () => A.Tween$(0, 0.75, type$.double)); + _lazyFinal($, "RefreshIndicatorState__kDragSizeFactorLimitTween", "$get$RefreshIndicatorState__kDragSizeFactorLimitTween", () => A.Tween$(0, 1.5, type$.double)); + _lazyFinal($, "RefreshIndicatorState__oneToZeroTween", "$get$RefreshIndicatorState__oneToZeroTween", () => A.Tween$(1, 0, type$.double)); + _lazyFinal($, "_FloatingActionButtonTransitionState__entranceTurnTween", "$get$_FloatingActionButtonTransitionState__entranceTurnTween", () => A.Tween$(0.875, 1, type$.double).chain$1(A.CurveTween$(B.Cubic_JUR0))); + _lazyFinal($, "materialTextSelectionControls", "$get$materialTextSelectionControls", () => new A.MaterialTextSelectionControls()); + _lazyFinal($, "Theme__kFallbackTheme", "$get$Theme__kFallbackTheme", () => A.ThemeData_ThemeData$fallback()); + _lazyFinal($, "ThemeData__localizedThemeDataCache", "$get$ThemeData__localizedThemeDataCache", () => new A._FifoCache(A.LinkedHashMap_LinkedHashMap$_empty(A.findType("_IdentityThemeDataCacheKey"), type$.ThemeData), 5, A.findType("_FifoCache<_IdentityThemeDataCacheKey,ThemeData>"))); + _lazyFinal($, "AssetImage__extractRatioRegExp", "$get$AssetImage__extractRatioRegExp", () => A.RegExp_RegExp("/?(\\d+(\\.\\d*)?)x$", true, false)); + _lazyFinal($, "MatrixUtils__minMax", "$get$MatrixUtils__minMax", () => A.NativeFloat64List_NativeFloat64List(4)); + _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); }); - _lazy($, "RenderErrorBox_paragraphStyle", "$get$RenderErrorBox_paragraphStyle", function() { + _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", function() { - return A.Matrix4$zero(); - }); - _lazyFinal($, "SemanticsNode__kEmptyConfig", "$get$SemanticsNode__kEmptyConfig", function() { - return A.SemanticsConfiguration$(); - }); - _lazyFinal($, "SemanticsNode__kEmptyChildList", "$get$SemanticsNode__kEmptyChildList", function() { - return A.NativeInt32List_NativeInt32List(0); - }); - _lazyFinal($, "SemanticsNode__kEmptyCustomSemanticsActionsList", "$get$SemanticsNode__kEmptyCustomSemanticsActionsList", function() { - return A.NativeInt32List_NativeInt32List(0); - }); - _lazyFinal($, "SemanticsNode__kIdentityTransform", "$get$SemanticsNode__kIdentityTransform", function() { - return A.Matrix4_Matrix4$identity()._m4storage; - }); - _lazyFinal($, "rootBundle", "$get$rootBundle", function() { + _lazyFinal($, "_SemanticsGeometry__temporaryTransformHolder", "$get$_SemanticsGeometry__temporaryTransformHolder", () => A.Matrix4$zero()); + _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)); + _lazyFinal($, "SemanticsNode__kIdentityTransform", "$get$SemanticsNode__kIdentityTransform", () => A.Matrix4_Matrix4$identity()._m4storage); + _lazyFinal($, "rootBundle", "$get$rootBundle", () => { var t1 = type$.String; return new A.PlatformAssetBundle(A.LinkedHashMap_LinkedHashMap$_empty(t1, A.findType("Future")), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Future_dynamic)); }); - _lazyFinal($, "KeyboardLockMode__knownLockModes", "$get$KeyboardLockMode__knownLockModes", function() { - return A.LinkedHashMap_LinkedHashMap$_literal([4294967562, B.KeyboardLockMode_LogicalKeyboardKey_4294967562, 4294967564, B.KeyboardLockMode_LogicalKeyboardKey_4294967564, 4294967556, B.KeyboardLockMode_LogicalKeyboardKey_4294967556], type$.int, type$.KeyboardLockMode); - }); - _lazyFinal($, "platformViewsRegistry", "$get$platformViewsRegistry", function() { - return new A.PlatformViewsRegistry(); - }); - _lazyFinal($, "RawKeyboard_instance", "$get$RawKeyboard_instance", function() { + _lazyFinal($, "KeyboardLockMode__knownLockModes", "$get$KeyboardLockMode__knownLockModes", () => A.LinkedHashMap_LinkedHashMap$_literal([4294967562, B.KeyboardLockMode_LogicalKeyboardKey_4294967562, 4294967564, B.KeyboardLockMode_LogicalKeyboardKey_4294967564, 4294967556, B.KeyboardLockMode_LogicalKeyboardKey_4294967556], type$.int, type$.KeyboardLockMode)); + _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__allModifiers", "$get$RawKeyboard__allModifiers", function() { + _lazyFinal($, "RawKeyboard__allModifiers", "$get$RawKeyboard__allModifiers", () => { var t2, t3, t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.PhysicalKeyboardKey, type$.LogicalKeyboardKey); t1.$indexSet(0, B.PhysicalKeyboardKey_18, B.LogicalKeyboardKey_4294967558); @@ -442562,46 +445126,88 @@ } return t1; }); - _lazyFinal($, "FilteringTextInputFormatter_singleLineFormatter", "$get$FilteringTextInputFormatter_singleLineFormatter", function() { - return new A.FilteringTextInputFormatter("\n", false); - }); - _lazyFinal($, "TextInput__instance", "$get$TextInput__instance", function() { + _lazyFinal($, "FilteringTextInputFormatter_singleLineFormatter", "$get$FilteringTextInputFormatter_singleLineFormatter", () => new A.FilteringTextInputFormatter("\n", false, "")); + _lazyFinal($, "TextInput__instance", "$get$TextInput__instance", () => { var t1 = new A.TextInput(); t1.__TextInput__channel = B.OptionalMethodChannel_L9J; t1.get$_channel().setMethodCallHandler$1(t1.get$_handleTextInputInvocation()); return t1; }); - _lazy($, "WidgetsApp_defaultActions", "$get$WidgetsApp_defaultActions", function() { + _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(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))], type$.Type, type$.Action_Intent); }); - _lazyFinal($, "DefaultTextEditingActions__shortcutsActions", "$get$DefaultTextEditingActions__shortcutsActions", function() { - var t1 = A.findType("~(Action)"); - return A.LinkedHashMap_LinkedHashMap$_literal([B.Type_muk, new A._DoNothingAndStopPropagationTextAction(A.ObserverList$(t1)), B.Type_DeleteTextIntent_riE, new A._DeleteTextAction(A.ObserverList$(t1)), B.Type_DeleteByWordTextIntent_4yx, new A._DeleteByWordTextAction(A.ObserverList$(t1)), B.Type_DeleteByLineTextIntent_YbU, new A._DeleteByLineTextAction(A.ObserverList$(t1)), B.Type_DeleteForwardTextIntent_4i6, new A._DeleteForwardTextAction(A.ObserverList$(t1)), B.Type_cKo, new A._DeleteForwardByWordTextAction(A.ObserverList$(t1)), B.Type_2eZ, new A._DeleteForwardByLineTextAction(A.ObserverList$(t1)), B.Type_8LH, new A._ExtendSelectionDownTextAction(A.ObserverList$(t1)), B.Type_gO9, new A._ExtendSelectionLeftByLineTextAction(A.ObserverList$(t1)), B.Type_gO90, new A._ExtendSelectionLeftByWordTextAction(A.ObserverList$(t1)), B.Type_NT8, new A._ExtendSelectionLeftByWordAndStopAtReversalTextAction(A.ObserverList$(t1)), B.Type_KeE, new A._ExtendSelectionLeftTextAction(A.ObserverList$(t1)), B.Type_unm, new A._ExtendSelectionRightByWordAndStopAtReversalTextAction(A.ObserverList$(t1)), B.Type_9Ii, new A._ExtendSelectionRightByWordTextAction(A.ObserverList$(t1)), B.Type_9Ii0, new A._ExtendSelectionRightByLineTextAction(A.ObserverList$(t1)), B.Type_uFQ, new A._ExtendSelectionRightTextAction(A.ObserverList$(t1)), B.Type_ExtendSelectionUpTextIntent_Bju, new A._ExtendSelectionUpTextAction(A.ObserverList$(t1)), B.Type_0, new A._ExpandSelectionLeftByLineTextAction(A.ObserverList$(t1)), B.Type_8aB, new A._ExpandSelectionRightByLineTextAction(A.ObserverList$(t1)), B.Type_weg, new A._ExpandSelectionToEndTextAction(A.ObserverList$(t1)), B.Type_oyU, new A._ExpandSelectionToStartTextAction(A.ObserverList$(t1)), B.Type_MoveSelectionDownTextIntent_yqF, new A._MoveSelectionDownTextAction(A.ObserverList$(t1)), B.Type_2Iq, new A._MoveSelectionLeftByLineTextAction(A.ObserverList$(t1)), B.Type_2Iq0, new A._MoveSelectionLeftByWordTextAction(A.ObserverList$(t1)), B.Type_MoveSelectionLeftTextIntent_uf2, new A._MoveSelectionLeftTextAction(A.ObserverList$(t1)), B.Type_Bzp, new A._MoveSelectionRightByLineTextAction(A.ObserverList$(t1)), B.Type_Bzp0, new A._MoveSelectionRightByWordTextAction(A.ObserverList$(t1)), B.Type_MoveSelectionRightTextIntent_kUZ, new A._MoveSelectionRightTextAction(A.ObserverList$(t1)), B.Type_MoveSelectionToEndTextIntent_c4I, new A._MoveSelectionToEndTextAction(A.ObserverList$(t1)), B.Type_IYE, new A._MoveSelectionToStartTextAction(A.ObserverList$(t1)), B.Type_MoveSelectionUpTextIntent_kSJ, new A._MoveSelectionUpTextAction(A.ObserverList$(t1)), B.Type_SelectAllTextIntent_5TD, new A._SelectAllTextAction(A.ObserverList$(t1)), B.Type_CopySelectionTextIntent_T5o, new A._CopySelectionTextAction(A.ObserverList$(t1)), B.Type_CutSelectionTextIntent_EE4, new A._CutSelectionTextAction(A.ObserverList$(t1)), B.Type_PasteTextIntent_i6t, new A._PasteTextAction(A.ObserverList$(t1))], type$.Type, type$.Action_Intent); + _lazyFinal($, "DefaultTextEditingShortcuts__webShortcuts", "$get$DefaultTextEditingShortcuts__webShortcuts", () => { + var t3, _i, pressShift, t4, t5, + t1 = type$.Intent, + t2 = A.LinkedHashMap_LinkedHashMap$_empty(A.findType("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.$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_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_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_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_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_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_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_mmH5, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH6, B.C_DoNothingAndStopPropagationTextIntent); + t2.$indexSet(0, B.SingleActivator_mmH7, B.C_DoNothingAndStopPropagationTextIntent); + return t2; }); - _lazy($, "_NullElement_instance", "$get$_NullElement_instance", function() { + _lazy($, "_NullElement_instance", "$get$_NullElement_instance", () => { var t1 = ($.Element__nextHashCode + 1) % 16777215; $.Element__nextHashCode = t1; - return new A._NullElement(t1, new A._NullWidget(null), B._ElementLifecycle_0, A.HashSet_HashSet(type$.Element_2)); + return new A._NullElement(t1, B._NullWidget_null, B._ElementLifecycle_0); }); - _lazyFinal($, "_HeroFlight__reverseTween", "$get$_HeroFlight__reverseTween", function() { - return A.Tween$(1, 0, type$.double); - }); - _lazy($, "_RouteEntry_notAnnounced", "$get$_RouteEntry_notAnnounced", function() { + _lazyFinal($, "_HeroFlight__reverseTween", "$get$_HeroFlight__reverseTween", () => A.Tween$(1, 0, type$.double)); + _lazy($, "_RouteEntry_notAnnounced", "$get$_RouteEntry_notAnnounced", () => { var t1 = A.ValueNotifier$(null, type$.nullable_String), t2 = A.Completer_Completer(type$.void); return new A._NotAnnounced(B.RouteSettings_null_null, t1, t2); }); - _lazyFinal($, "_GlowController__crossAxisHalfTime", "$get$_GlowController__crossAxisHalfTime", function() { - return A.Duration$(0, 0, 16667, 0, 0, 0); - }); - _lazyFinal($, "_defaultPageController", "$get$_defaultPageController", function() { - return A.PageController$(0, 1); - }); - _lazyFinal($, "ScrollPhysics__kDefaultSpring", "$get$ScrollPhysics__kDefaultSpring", function() { - return A.SpringDescription$withDampingRatio(0.5, 1.1, 100); - }); - _lazyFinal($, "ScrollPhysics__kDefaultTolerance", "$get$ScrollPhysics__kDefaultTolerance", function() { + _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; $.WidgetsBinding__instance.toString; t1 = $.$get$window(); @@ -442609,10 +445215,8 @@ $.WidgetsBinding__instance.toString; return new A.Tolerance(1 / t1.get$devicePixelRatio(t1), 1 / (0.05 * t2)); }); - _lazyFinal($, "ClampingScrollSimulation__kDecelerationRate", "$get$ClampingScrollSimulation__kDecelerationRate", function() { - return A.log(0.78) / A.log(0.9); - }); - _lazyFinal($, "DefaultCacheManager__instance", "$get$DefaultCacheManager__instance", function() { + _lazyFinal($, "ClampingScrollSimulation__kDecelerationRate", "$get$ClampingScrollSimulation__kDecelerationRate", () => A.log(0.78) / A.log(0.9)); + _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), t2 = type$.String, t3 = new A.RootNode(t1, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.Node), null); @@ -442629,64 +445233,26 @@ t2.CacheManager$1(t1); return t2; }); - _lazyFinal($, "kCupertinoSupportedLanguages", "$get$kCupertinoSupportedLanguages", function() { - return A.HashSet_HashSet$from(B.List_QXN, type$.String); - }); - _lazyFinal($, "kMaterialSupportedLanguages", "$get$kMaterialSupportedLanguages", function() { - return A.HashSet_HashSet$from(B.List_gT4, type$.String); - }); - _lazyFinal($, "webPluginRegistrar", "$get$webPluginRegistrar", function() { - return new A.PluginRegistry(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Future?(ByteData?)"))); - }); - _lazy($, "GoogleSignInPlatform__instance", "$get$GoogleSignInPlatform__instance", function() { - return new A.MethodChannelGoogleSignIn(); - }); - _lazyFinal($, "BaseRequest__tokenRE", "$get$BaseRequest__tokenRE", function() { - return A.RegExp_RegExp("^[\\w!#%&'*+\\-.^`|~]+$", true, false); - }); - _lazyFinal($, "_newlineRegExp", "$get$_newlineRegExp", function() { - return A.RegExp_RegExp("\\r\\n|\\r|\\n", true, false); - }); - _lazyFinal($, "MultipartRequest__random", "$get$MultipartRequest__random", function() { - return A.Random_Random(null); - }); - _lazyFinal($, "_asciiOnly", "$get$_asciiOnly", function() { - return A.RegExp_RegExp("^[\\x00-\\x7F]+$", true, false); - }); - _lazyFinal($, "_escapedChar", "$get$_escapedChar", function() { - return A.RegExp_RegExp('["\\x00-\\x1F\\x7F]', true, false); - }); - _lazyFinal($, "token", "$get$token", function() { - return A.RegExp_RegExp('[^()<>@,;:"\\\\/[\\]?={} \\t\\x00-\\x1F\\x7F]+', true, false); - }); - _lazyFinal($, "_lws", "$get$_lws", function() { - return A.RegExp_RegExp("(?:\\r\\n)?[ \\t]+", true, false); - }); - _lazyFinal($, "_quotedString", "$get$_quotedString", function() { - return A.RegExp_RegExp('"(?:[^"\\x00-\\x1F\\x7F]|\\\\.)*"', true, false); - }); - _lazyFinal($, "_quotedPair", "$get$_quotedPair", function() { - return A.RegExp_RegExp("\\\\(.)", true, false); - }); - _lazyFinal($, "nonToken", "$get$nonToken", function() { - return A.RegExp_RegExp('[()<>@,;:"\\\\/\\[\\]?={} \\t\\x00-\\x1F\\x7F]', true, false); - }); - _lazyFinal($, "whitespace", "$get$whitespace", function() { - return A.RegExp_RegExp("(?:" + $.$get$_lws().pattern + ")*", true, false); - }); - _lazyFinal($, "_channel0", "$get$_channel", function() { - return A.MethodChannel$("plugins.flutter.io/image_picker", B.C_StandardMethodCodec, null); - }); - _lazyFinal($, "ImagePickerPlatform__token", "$get$ImagePickerPlatform__token", function() { - return new A.Object(); - }); - _lazy($, "ImagePickerPlatform__instance", "$get$ImagePickerPlatform__instance", function() { - return new A.MethodChannelImagePicker($.$get$ImagePickerPlatform__token()); - }); - _lazy($, "en_USSymbols", "$get$en_USSymbols", function() { - return 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($, "numberFormatSymbols", "$get$numberFormatSymbols", function() { + _lazyFinal($, "kCupertinoSupportedLanguages", "$get$kCupertinoSupportedLanguages", () => A.HashSet_HashSet$from(B.List_QXN, type$.String)); + _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()); + _lazyFinal($, "BaseRequest__tokenRE", "$get$BaseRequest__tokenRE", () => A.RegExp_RegExp("^[\\w!#%&'*+\\-.^`|~]+$", true, false)); + _lazyFinal($, "_newlineRegExp", "$get$_newlineRegExp", () => A.RegExp_RegExp("\\r\\n|\\r|\\n", true, false)); + _lazyFinal($, "MultipartRequest__random", "$get$MultipartRequest__random", () => A.Random_Random(null)); + _lazyFinal($, "_asciiOnly", "$get$_asciiOnly", () => A.RegExp_RegExp("^[\\x00-\\x7F]+$", true, false)); + _lazyFinal($, "_escapedChar", "$get$_escapedChar", () => A.RegExp_RegExp('["\\x00-\\x1F\\x7F]', true, false)); + _lazyFinal($, "token", "$get$token", () => A.RegExp_RegExp('[^()<>@,;:"\\\\/[\\]?={} \\t\\x00-\\x1F\\x7F]+', true, false)); + _lazyFinal($, "_lws", "$get$_lws", () => A.RegExp_RegExp("(?:\\r\\n)?[ \\t]+", true, false)); + _lazyFinal($, "_quotedString", "$get$_quotedString", () => A.RegExp_RegExp('"(?:[^"\\x00-\\x1F\\x7F]|\\\\.)*"', true, false)); + _lazyFinal($, "_quotedPair", "$get$_quotedPair", () => A.RegExp_RegExp("\\\\(.)", true, false)); + _lazyFinal($, "nonToken", "$get$nonToken", () => A.RegExp_RegExp('[()<>@,;:"\\\\/\\[\\]?={} \\t\\x00-\\x1F\\x7F]', true, false)); + _lazyFinal($, "whitespace", "$get$whitespace", () => A.RegExp_RegExp("(?:" + $.$get$_lws().pattern + ")*", true, false)); + _lazyFinal($, "_channel0", "$get$_channel", () => A.MethodChannel$("plugins.flutter.io/image_picker", B.C_StandardMethodCodec, null)); + _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($, "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.###", _s3_0 = "#E0", _s6_ = "#,##0%", @@ -442707,280 +445273,104 @@ _s24_ = "\u200f#,##0.00\xa0\xa4;\u200f-#,##0.00\xa0\xa4"; return A.LinkedHashMap_LinkedHashMap$_literal(["af", A.NumberSymbols$(_s9_0, _s9_, _s1_, "ZAR", _s1_5, _s1_0, _s1_7, _s1_4, "af", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "am", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "ETB", _s1_5, _s1_, _s1_7, _s1_4, "am", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ar", A.NumberSymbols$(_s10_, _s9_, _s1_8, "EGP", _s1_5, _s1_, _s1_7, _s2_0, "ar", _s9_1, "\u200e%\u200e", _s6_, _s1_6, _s2_, _s3_0, _s1_2), "ar_DZ", A.NumberSymbols$(_s10_, _s9_, _s1_, "DZD", _s1_5, _s1_8, _s1_7, _s2_0, "ar_DZ", _s9_1, "\u200e%\u200e", _s6_, _s1_6, _s2_, _s3_0, _s1_2), "ar_EG", A.NumberSymbols$(_s10_0, _s9_, "\u066b", "EGP", "\u0627\u0633", "\u066c", _s1_7, "\u061c-", "ar_EG", "\u0644\u064a\u0633\xa0\u0631\u0642\u0645", "\u066a\u061c", _s6_, "\u0609", "\u061c+", _s3_0, "\u0660"), "az", A.NumberSymbols$(_s10_0, _s9_, _s1_, "AZN", _s1_5, _s1_8, _s1_7, _s1_4, "az", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "be", A.NumberSymbols$(_s10_0, _s9_, _s1_, "BYN", _s1_5, _s1_0, _s1_7, _s1_4, "be", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "bg", A.NumberSymbols$("0.00\xa0\xa4", _s9_, _s1_, "BGN", _s1_5, _s1_0, _s1_7, _s1_4, "bg", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "bn", A.NumberSymbols$("#,##,##0.00\xa4", _s12_, _s1_8, "BDT", _s1_5, _s1_, _s1_7, _s1_4, "bn", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, "\u09e6"), "br", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_0, _s1_7, _s1_4, "br", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "bs", A.NumberSymbols$(_s10_0, _s9_, _s1_, "BAM", _s1_5, _s1_8, _s1_7, _s1_4, "bs", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "ca", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_8, _s1_7, _s1_4, "ca", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "chr", A.NumberSymbols$(_s9_0, _s9_, _s1_8, _s3_2, _s1_5, _s1_, _s1_7, _s1_4, "chr", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "cs", A.NumberSymbols$(_s10_0, _s9_, _s1_, "CZK", _s1_5, _s1_0, _s1_7, _s1_4, "cs", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "cy", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "GBP", _s1_5, _s1_, _s1_7, _s1_4, "cy", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "da", A.NumberSymbols$(_s10_0, _s9_, _s1_, "DKK", _s1_5, _s1_8, _s1_7, _s1_4, "da", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "de", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_8, _s1_7, _s1_4, "de", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "de_AT", A.NumberSymbols$(_s10_, _s9_, _s1_, _s3_1, _s1_5, _s1_0, _s1_7, _s1_4, "de_AT", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "de_CH", A.NumberSymbols$(_s21_, _s9_, _s1_8, _s3_3, _s1_5, "\u2019", _s1_7, _s1_4, "de_CH", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "el", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, "e", _s1_8, _s1_7, _s1_4, "el", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "en", A.NumberSymbols$(_s9_0, _s9_, _s1_8, _s3_2, _s1_5, _s1_, _s1_7, _s1_4, "en", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "en_AU", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "AUD", "e", _s1_, _s1_7, _s1_4, "en_AU", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "en_CA", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "CAD", "e", _s1_, _s1_7, _s1_4, "en_CA", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "en_GB", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "GBP", _s1_5, _s1_, _s1_7, _s1_4, "en_GB", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "en_IE", A.NumberSymbols$(_s9_0, _s9_, _s1_8, _s3_1, _s1_5, _s1_, _s1_7, _s1_4, "en_IE", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "en_IN", A.NumberSymbols$(_s13_, _s12_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "en_IN", _s3_, _s1_1, _s9_2, _s1_6, _s1_3, _s3_0, _s1_2), "en_MY", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "MYR", _s1_5, _s1_, _s1_7, _s1_4, "en_MY", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "en_SG", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "SGD", _s1_5, _s1_, _s1_7, _s1_4, "en_SG", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "en_US", A.NumberSymbols$(_s9_0, _s9_, _s1_8, _s3_2, _s1_5, _s1_, _s1_7, _s1_4, "en_US", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "en_ZA", A.NumberSymbols$(_s9_0, _s9_, _s1_, "ZAR", _s1_5, _s1_0, _s1_7, _s1_4, "en_ZA", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "es", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_8, _s1_7, _s1_4, "es", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "es_419", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "MXN", _s1_5, _s1_, _s1_7, _s1_4, "es_419", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "es_ES", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_8, _s1_7, _s1_4, "es_ES", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "es_MX", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "MXN", _s1_5, _s1_, _s1_7, _s1_4, "es_MX", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "es_US", A.NumberSymbols$(_s9_0, _s9_, _s1_8, _s3_2, _s1_5, _s1_, _s1_7, _s1_4, "es_US", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "et", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s4_, _s1_0, _s1_7, _s1_9, "et", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "eu", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_8, _s1_7, _s1_9, "eu", _s3_, _s1_1, "%\xa0#,##0", _s1_6, _s1_3, _s3_0, _s1_2), "fa", A.NumberSymbols$("\u200e\xa4#,##0.00", _s9_, "\u066b", "IRR", "\xd7\u06f1\u06f0^", "\u066c", _s1_7, "\u200e\u2212", "fa", "\u0646\u0627\u0639\u062f\u062f", "\u066a", _s6_, "\u0609", _s2_, _s3_0, "\u06f0"), "fi", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_0, _s1_7, _s1_9, "fi", "ep\xe4luku", _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "fil", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "PHP", _s1_5, _s1_, _s1_7, _s1_4, "fil", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "fr", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, "\u202f", _s1_7, _s1_4, "fr", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "fr_CA", A.NumberSymbols$(_s10_0, _s9_, _s1_, "CAD", _s1_5, _s1_0, _s1_7, _s1_4, "fr_CA", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "fr_CH", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_3, _s1_5, "\u202f", _s1_7, _s1_4, "fr_CH", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ga", A.NumberSymbols$(_s9_0, _s9_, _s1_8, _s3_1, _s1_5, _s1_, _s1_7, _s1_4, "ga", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "gl", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_8, _s1_7, _s1_4, "gl", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "gsw", A.NumberSymbols$(_s10_0, _s9_, _s1_8, _s3_3, _s1_5, "\u2019", _s1_7, _s1_9, "gsw", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "gu", A.NumberSymbols$(_s12_0, _s12_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "gu", _s3_, _s1_1, _s9_2, _s1_6, _s1_3, _s5_, _s1_2), "haw", A.NumberSymbols$(_s9_0, _s9_, _s1_8, _s3_2, _s1_5, _s1_, _s1_7, _s1_4, "haw", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "he", A.NumberSymbols$(_s24_, _s9_, _s1_8, "ILS", _s1_5, _s1_, _s1_7, _s2_0, "he", _s3_, _s1_1, _s6_, _s1_6, _s2_, _s3_0, _s1_2), "hi", A.NumberSymbols$(_s12_0, _s12_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "hi", _s3_, _s1_1, _s9_2, _s1_6, _s1_3, _s5_, _s1_2), "hr", A.NumberSymbols$(_s10_0, _s9_, _s1_, "HRK", _s1_5, _s1_8, _s1_7, _s1_4, "hr", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "hu", A.NumberSymbols$(_s10_0, _s9_, _s1_, "HUF", _s1_5, _s1_0, _s1_7, _s1_4, "hu", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "hy", A.NumberSymbols$(_s10_0, _s9_, _s1_, "AMD", _s1_5, _s1_0, _s1_7, _s1_4, "hy", "\u0548\u0579\u0539", _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "id", A.NumberSymbols$(_s9_0, _s9_, _s1_, "IDR", _s1_5, _s1_8, _s1_7, _s1_4, "id", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "in", A.NumberSymbols$(_s9_0, _s9_, _s1_, "IDR", _s1_5, _s1_8, _s1_7, _s1_4, "in", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "is", A.NumberSymbols$(_s10_0, _s9_, _s1_, "ISK", _s1_5, _s1_8, _s1_7, _s1_4, "is", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "it", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_8, _s1_7, _s1_4, "it", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "it_CH", A.NumberSymbols$(_s21_, _s9_, _s1_8, _s3_3, _s1_5, "\u2019", _s1_7, _s1_4, "it_CH", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "iw", A.NumberSymbols$(_s24_, _s9_, _s1_8, "ILS", _s1_5, _s1_, _s1_7, _s2_0, "iw", _s3_, _s1_1, _s6_, _s1_6, _s2_, _s3_0, _s1_2), "ja", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "JPY", _s1_5, _s1_, _s1_7, _s1_4, "ja", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ka", A.NumberSymbols$(_s10_0, _s9_, _s1_, "GEL", _s1_5, _s1_0, _s1_7, _s1_4, "ka", "\u10d0\u10e0\xa0\u10d0\u10e0\u10d8\u10e1\xa0\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8", _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "kk", A.NumberSymbols$(_s10_0, _s9_, _s1_, "KZT", _s1_5, _s1_0, _s1_7, _s1_4, "kk", "\u0441\u0430\u043d\xa0\u0435\u043c\u0435\u0441", _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "km", A.NumberSymbols$("#,##0.00\xa4", _s9_, _s1_, "KHR", _s1_5, _s1_8, _s1_7, _s1_4, "km", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "kn", A.NumberSymbols$(_s9_0, _s9_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "kn", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ko", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "KRW", _s1_5, _s1_, _s1_7, _s1_4, "ko", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ky", A.NumberSymbols$(_s10_0, _s9_, _s1_, "KGS", _s1_5, _s1_0, _s1_7, _s1_4, "ky", "\u0441\u0430\u043d\xa0\u044d\u043c\u0435\u0441", _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ln", A.NumberSymbols$(_s10_0, _s9_, _s1_, "CDF", _s1_5, _s1_8, _s1_7, _s1_4, "ln", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "lo", A.NumberSymbols$("\xa4#,##0.00;\xa4-#,##0.00", _s9_, _s1_, "LAK", _s1_5, _s1_8, _s1_7, _s1_4, "lo", "\u0e9a\u0ecd\u0ec8\u200b\u0ec1\u0ea1\u0ec8\u0e99\u200b\u0ec2\u0e95\u200b\u0ec0\u0ea5\u0e81", _s1_1, _s6_, _s1_6, _s1_3, "#", _s1_2), "lt", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s4_, _s1_0, _s1_7, _s1_9, "lt", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "lv", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_0, _s1_7, _s1_4, "lv", "NS", _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "mk", A.NumberSymbols$(_s10_0, _s9_, _s1_, "MKD", _s1_5, _s1_8, _s1_7, _s1_4, "mk", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ml", A.NumberSymbols$(_s9_0, _s12_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "ml", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "mn", A.NumberSymbols$(_s10_, _s9_, _s1_8, "MNT", _s1_5, _s1_, _s1_7, _s1_4, "mn", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "mr", A.NumberSymbols$(_s9_0, _s12_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "mr", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s5_, "\u0966"), "ms", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "MYR", _s1_5, _s1_, _s1_7, _s1_4, "ms", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "mt", A.NumberSymbols$(_s9_0, _s9_, _s1_8, _s3_1, _s1_5, _s1_, _s1_7, _s1_4, "mt", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "my", A.NumberSymbols$(_s10_0, _s9_, _s1_8, "MMK", _s1_5, _s1_, _s1_7, _s1_4, "my", "\u1002\u100f\u1014\u103a\u1038\u1019\u101f\u102f\u1010\u103a\u101e\u1031\u102c", _s1_1, _s6_, _s1_6, _s1_3, _s3_0, "\u1040"), "nb", A.NumberSymbols$(_s10_, _s9_, _s1_, "NOK", _s1_5, _s1_0, _s1_7, _s1_9, "nb", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "ne", A.NumberSymbols$(_s10_, _s9_, _s1_8, "NPR", _s1_5, _s1_, _s1_7, _s1_4, "ne", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, "\u0966"), "nl", A.NumberSymbols$("\xa4\xa0#,##0.00;\xa4\xa0-#,##0.00", _s9_, _s1_, _s3_1, _s1_5, _s1_8, _s1_7, _s1_4, "nl", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "no", A.NumberSymbols$(_s10_, _s9_, _s1_, "NOK", _s1_5, _s1_0, _s1_7, _s1_9, "no", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "no_NO", A.NumberSymbols$(_s10_, _s9_, _s1_, "NOK", _s1_5, _s1_0, _s1_7, _s1_9, "no_NO", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "or", A.NumberSymbols$(_s9_0, _s12_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "or", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "pa", A.NumberSymbols$(_s13_, _s12_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "pa", _s3_, _s1_1, _s9_2, _s1_6, _s1_3, _s5_, _s1_2), "pl", A.NumberSymbols$(_s10_0, _s9_, _s1_, "PLN", _s1_5, _s1_0, _s1_7, _s1_4, "pl", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ps", A.NumberSymbols$(_s10_0, _s9_, "\u066b", "AFN", "\xd7\u06f1\u06f0^", "\u066c", _s1_7, "\u200e-\u200e", "ps", _s3_, "\u066a", _s6_, "\u0609", "\u200e+\u200e", _s3_0, "\u06f0"), "pt", A.NumberSymbols$(_s10_, _s9_, _s1_, "BRL", _s1_5, _s1_8, _s1_7, _s1_4, "pt", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "pt_BR", A.NumberSymbols$(_s10_, _s9_, _s1_, "BRL", _s1_5, _s1_8, _s1_7, _s1_4, "pt_BR", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "pt_PT", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, _s1_5, _s1_0, _s1_7, _s1_4, "pt_PT", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ro", A.NumberSymbols$(_s10_0, _s9_, _s1_, "RON", _s1_5, _s1_8, _s1_7, _s1_4, "ro", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "ru", A.NumberSymbols$(_s10_0, _s9_, _s1_, "RUB", _s1_5, _s1_0, _s1_7, _s1_4, "ru", "\u043d\u0435\xa0\u0447\u0438\u0441\u043b\u043e", _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "si", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "LKR", _s1_5, _s1_, _s1_7, _s1_4, "si", _s3_, _s1_1, _s6_, _s1_6, _s1_3, "#", _s1_2), "sk", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, "e", _s1_0, _s1_7, _s1_4, "sk", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "sl", A.NumberSymbols$(_s10_0, _s9_, _s1_, _s3_1, "e", _s1_8, _s1_7, _s1_9, "sl", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "sq", A.NumberSymbols$(_s10_0, _s9_, _s1_, "ALL", _s1_5, _s1_0, _s1_7, _s1_4, "sq", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "sr", A.NumberSymbols$(_s10_0, _s9_, _s1_, "RSD", _s1_5, _s1_8, _s1_7, _s1_4, "sr", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "sr_Latn", A.NumberSymbols$(_s10_0, _s9_, _s1_, "RSD", _s1_5, _s1_8, _s1_7, _s1_4, "sr_Latn", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "sv", A.NumberSymbols$(_s10_0, _s9_, _s1_, "SEK", _s4_, _s1_0, _s1_7, _s1_9, "sv", _s3_, _s1_1, _s7_, _s1_6, _s1_3, _s3_0, _s1_2), "sw", A.NumberSymbols$(_s10_, _s9_, _s1_8, "TZS", _s1_5, _s1_, _s1_7, _s1_4, "sw", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ta", A.NumberSymbols$(_s13_, _s12_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "ta", _s3_, _s1_1, _s9_2, _s1_6, _s1_3, _s3_0, _s1_2), "te", A.NumberSymbols$(_s12_0, _s12_, _s1_8, _s3_4, _s1_5, _s1_, _s1_7, _s1_4, "te", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "th", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "THB", _s1_5, _s1_, _s1_7, _s1_4, "th", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "tl", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "PHP", _s1_5, _s1_, _s1_7, _s1_4, "tl", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "tr", A.NumberSymbols$(_s9_0, _s9_, _s1_, "TRY", _s1_5, _s1_8, _s1_7, _s1_4, "tr", _s3_, _s1_1, "%#,##0", _s1_6, _s1_3, _s3_0, _s1_2), "uk", A.NumberSymbols$(_s10_0, _s9_, _s1_, "UAH", "\u0415", _s1_0, _s1_7, _s1_4, "uk", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "ur", A.NumberSymbols$(_s10_, _s9_, _s1_8, "PKR", _s1_5, _s1_, _s1_7, _s2_0, "ur", _s3_, _s1_1, _s6_, _s1_6, _s2_, _s3_0, _s1_2), "uz", A.NumberSymbols$(_s10_0, _s9_, _s1_, "UZS", _s1_5, _s1_0, _s1_7, _s1_4, "uz", "son\xa0emas", _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "vi", A.NumberSymbols$(_s10_0, _s9_, _s1_, "VND", _s1_5, _s1_8, _s1_7, _s1_4, "vi", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "zh", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "CNY", _s1_5, _s1_, _s1_7, _s1_4, "zh", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "zh_CN", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "CNY", _s1_5, _s1_, _s1_7, _s1_4, "zh_CN", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "zh_HK", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "HKD", _s1_5, _s1_, _s1_7, _s1_4, "zh_HK", "\u975e\u6578\u503c", _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "zh_TW", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "TWD", _s1_5, _s1_, _s1_7, _s1_4, "zh_TW", "\u975e\u6578\u503c", _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2), "zu", A.NumberSymbols$(_s9_0, _s9_, _s1_8, "ZAR", _s1_5, _s1_, _s1_7, _s1_4, "zu", _s3_, _s1_1, _s6_, _s1_6, _s1_3, _s3_0, _s1_2)], type$.String, A.findType("NumberSymbols")); }); - _lazy($, "_dateTimeSymbols", "$get$_dateTimeSymbols", function() { - return A.UninitializedLocaleData$("initializeDateFormatting()", $.$get$en_USSymbols(), type$.DateSymbols); - }); - _lazy($, "dateTimePatterns", "$get$dateTimePatterns", function() { - return A.UninitializedLocaleData$("initializeDateFormatting()", B.Map_EQGBe, type$.Map_String_String); - }); - _lazyFinal($, "asciiZeroCodeUnit", "$get$asciiZeroCodeUnit", function() { - return 48; - }); - _lazyFinal($, "DateFormat__matchers", "$get$DateFormat__matchers", function() { - return A._setArrayType([A.RegExp_RegExp("^'(?:[^']|'')*'", true, false), A.RegExp_RegExp("^(?:G+|y+|M+|k+|S+|E+|a+|h+|K+|H+|c+|L+|Q+|d+|D+|m+|s+|v+|z+|Z+)", true, false), A.RegExp_RegExp("^[^'GyMkSEahKHcLQdDmsvzZ]+", true, false)], A.findType("JSArray")); - }); - _lazyFinal($, "_DateFormatQuotedField__twoEscapedQuotes", "$get$_DateFormatQuotedField__twoEscapedQuotes", function() { - return A.RegExp_RegExp("''", true, false); - }); - _lazyFinal($, "NumberFormat__maxInt", "$get$NumberFormat__maxInt", function() { + _lazy($, "_dateTimeSymbols", "$get$_dateTimeSymbols", () => A.UninitializedLocaleData$("initializeDateFormatting()", $.$get$en_USSymbols(), type$.DateSymbols)); + _lazy($, "dateTimePatterns", "$get$dateTimePatterns", () => A.UninitializedLocaleData$("initializeDateFormatting()", B.Map_EQGBe, type$.Map_String_String)); + _lazyFinal($, "asciiZeroCodeUnit", "$get$asciiZeroCodeUnit", () => 48); + _lazyFinal($, "DateFormat__matchers", "$get$DateFormat__matchers", () => A._setArrayType([A.RegExp_RegExp("^'(?:[^']|'')*'", true, false), A.RegExp_RegExp("^(?:G+|y+|M+|k+|S+|E+|a+|h+|K+|H+|c+|L+|Q+|d+|D+|m+|s+|v+|z+|Z+)", true, false), A.RegExp_RegExp("^[^'GyMkSEahKHcLQdDmsvzZ]+", true, false)], A.findType("JSArray"))); + _lazyFinal($, "_DateFormatQuotedField__twoEscapedQuotes", "$get$_DateFormatQuotedField__twoEscapedQuotes", () => A.RegExp_RegExp("''", true, false)); + _lazyFinal($, "NumberFormat__maxInt", "$get$NumberFormat__maxInt", () => { var t1 = A.pow(2, 52); return t1; }); - _lazyFinal($, "NumberFormat__maxDigits", "$get$NumberFormat__maxDigits", function() { - return B.JSNumber_methods.ceil$0(A.log($.$get$NumberFormat__maxInt()) / A.log(10)); - }); - _lazyFinal($, "_ln10", "$get$_ln100", function() { - return A.log(10); - }); - _lazyFinal($, "_ln100", "$get$_ln10", function() { - return A.log(10); - }); - _lazyFinal($, "asciiDigitMatcher", "$get$asciiDigitMatcher", function() { - return A.RegExp_RegExp("^\\d+", true, false); - }); - _lazyOld($, "_$accountEntitySerializer", "$get$_$accountEntitySerializer", function() { - return new A._$AccountEntitySerializer(); - }); - _lazyOld($, "_$clientListResponseSerializer", "$get$_$clientListResponseSerializer", function() { - return new A._$ClientListResponseSerializer(); - }); - _lazyOld($, "_$clientItemResponseSerializer", "$get$_$clientItemResponseSerializer", function() { - return new A._$ClientItemResponseSerializer(); - }); - _lazyOld($, "_$clientEntitySerializer", "$get$_$clientEntitySerializer", function() { - return new A._$ClientEntitySerializer(); - }); - _lazyOld($, "_$contactEntitySerializer", "$get$_$contactEntitySerializer", function() { - return new A._$ContactEntitySerializer(); - }); - _lazyOld($, "_$companyGatewayListResponseSerializer", "$get$_$companyGatewayListResponseSerializer", function() { - return new A._$CompanyGatewayListResponseSerializer(); - }); - _lazyOld($, "_$companyGatewayItemResponseSerializer", "$get$_$companyGatewayItemResponseSerializer", function() { - return new A._$CompanyGatewayItemResponseSerializer(); - }); - _lazyOld($, "_$companyGatewayEntitySerializer", "$get$_$companyGatewayEntitySerializer", function() { - return new A._$CompanyGatewayEntitySerializer(); - }); - _lazyOld($, "_$feesAndLimitsSettingsSerializer", "$get$_$feesAndLimitsSettingsSerializer", function() { - return new A._$FeesAndLimitsSettingsSerializer(); - }); - _lazyOld($, "_$companyEntitySerializer", "$get$_$companyEntitySerializer", function() { - return new A._$CompanyEntitySerializer(); - }); - _lazyOld($, "_$gatewayEntitySerializer", "$get$_$gatewayEntitySerializer", function() { - return new A._$GatewayEntitySerializer(); - }); - _lazyOld($, "_$gatewayOptionsEntitySerializer", "$get$_$gatewayOptionsEntitySerializer", function() { - return new A._$GatewayOptionsEntitySerializer(); - }); - _lazyOld($, "_$userCompanyEntitySerializer", "$get$_$userCompanyEntitySerializer", function() { - return new A._$UserCompanyEntitySerializer(); - }); - _lazyOld($, "_$userSettingsEntitySerializer", "$get$_$userSettingsEntitySerializer", function() { - return new A._$UserSettingsEntitySerializer(); - }); - _lazyOld($, "_$reportSettingsEntitySerializer", "$get$_$reportSettingsEntitySerializer", function() { - return new A._$ReportSettingsEntitySerializer(); - }); - _lazyOld($, "_$companyItemResponseSerializer", "$get$_$companyItemResponseSerializer", function() { - return new A._$CompanyItemResponseSerializer(); - }); - _lazyOld($, "_$registrationFieldEntitySerializer", "$get$_$registrationFieldEntitySerializer", function() { - return new A._$RegistrationFieldEntitySerializer(); - }); - _lazyOld($, "_$creditListResponseSerializer", "$get$_$creditListResponseSerializer", function() { - return new A._$CreditListResponseSerializer(); - }); - _lazyOld($, "_$creditItemResponseSerializer", "$get$_$creditItemResponseSerializer", function() { - return new A._$CreditItemResponseSerializer(); - }); - _lazyOld($, "_$values", "$get$_$values", function() { - return A.BuiltSet_BuiltSet(B.List_CC9, type$.legacy_DateRange); - }); - _lazyOld($, "_$comparisonValues", "$get$_$comparisonValues", function() { - return A.BuiltSet_BuiltSet(B.List_oGx, type$.legacy_DateRangeComparison); - }); - _lazyOld($, "_$dateRangeSerializer", "$get$_$dateRangeSerializer", function() { - return new A._$DateRangeSerializer(); - }); - _lazyOld($, "_$dateRangeComparisonSerializer", "$get$_$dateRangeComparisonSerializer", function() { - return new A._$DateRangeComparisonSerializer(); - }); - _lazyOld($, "_$designListResponseSerializer", "$get$_$designListResponseSerializer", function() { - return new A._$DesignListResponseSerializer(); - }); - _lazyOld($, "_$designItemResponseSerializer", "$get$_$designItemResponseSerializer", function() { - return new A._$DesignItemResponseSerializer(); - }); - _lazyOld($, "_$designPreviewRequestSerializer", "$get$_$designPreviewRequestSerializer", function() { - return new A._$DesignPreviewRequestSerializer(); - }); - _lazyOld($, "_$designEntitySerializer", "$get$_$designEntitySerializer", function() { - return new A._$DesignEntitySerializer(); - }); - _lazyOld($, "_$documentListResponseSerializer", "$get$_$documentListResponseSerializer", function() { - return new A._$DocumentListResponseSerializer(); - }); - _lazyOld($, "_$documentItemResponseSerializer", "$get$_$documentItemResponseSerializer", function() { - return new A._$DocumentItemResponseSerializer(); - }); - _lazyOld($, "_$documentEntitySerializer", "$get$_$documentEntitySerializer", function() { - return new A._$DocumentEntitySerializer(); - }); - _lazyOld($, "_$values0", "$get$_$values0", function() { - return A.BuiltSet_BuiltSet(B.List_k6K, type$.legacy_EntityState); - }); - _lazyOld($, "_$templateValues", "$get$_$templateValues", function() { - return A.BuiltSet_BuiltSet(B.List_00, type$.legacy_EmailTemplate); - }); - _lazyOld($, "_$entityTypeSerializer", "$get$_$entityTypeSerializer", function() { - return new A._$EntityTypeSerializer(); - }); - _lazyOld($, "_$entityStateSerializer", "$get$_$entityStateSerializer", function() { - return new A._$EntityStateSerializer(); - }); - _lazyOld($, "_$emailTemplateSerializer", "$get$_$emailTemplateSerializer", function() { - return new A._$EmailTemplateSerializer(); - }); - _lazyOld($, "_$loginResponseSerializer", "$get$_$loginResponseSerializer", function() { - return new A._$LoginResponseSerializer(); - }); - _lazyOld($, "_$activityEntitySerializer", "$get$_$activityEntitySerializer", function() { - return new A._$ActivityEntitySerializer(); - }); - _lazyOld($, "_$ledgerEntitySerializer", "$get$_$ledgerEntitySerializer", function() { - return new A._$LedgerEntitySerializer(); - }); - _lazyOld($, "_$expenseCategoryListResponseSerializer", "$get$_$expenseCategoryListResponseSerializer", function() { - return new A._$ExpenseCategoryListResponseSerializer(); - }); - _lazyOld($, "_$expenseCategoryItemResponseSerializer", "$get$_$expenseCategoryItemResponseSerializer", function() { - return new A._$ExpenseCategoryItemResponseSerializer(); - }); - _lazyOld($, "_$expenseCategoryEntitySerializer", "$get$_$expenseCategoryEntitySerializer", function() { - return new A._$ExpenseCategoryEntitySerializer(); - }); - _lazyOld($, "_$expenseListResponseSerializer", "$get$_$expenseListResponseSerializer", function() { - return new A._$ExpenseListResponseSerializer(); - }); - _lazyOld($, "_$expenseItemResponseSerializer", "$get$_$expenseItemResponseSerializer", function() { - return new A._$ExpenseItemResponseSerializer(); - }); - _lazyOld($, "_$expenseEntitySerializer", "$get$_$expenseEntitySerializer", function() { - return new A._$ExpenseEntitySerializer(); - }); - _lazyOld($, "_$expenseScheduleEntitySerializer", "$get$_$expenseScheduleEntitySerializer", function() { - return new A._$ExpenseScheduleEntitySerializer(); - }); - _lazyOld($, "_$expenseStatusEntitySerializer", "$get$_$expenseStatusEntitySerializer", function() { - return new A._$ExpenseStatusEntitySerializer(); - }); - _lazyOld($, "_$gatewayTokenListResponseSerializer", "$get$_$gatewayTokenListResponseSerializer", function() { - return new A._$GatewayTokenListResponseSerializer(); - }); - _lazyOld($, "_$gatewayTokenItemResponseSerializer", "$get$_$gatewayTokenItemResponseSerializer", function() { - return new A._$GatewayTokenItemResponseSerializer(); - }); - _lazyOld($, "_$gatewayTokenEntitySerializer", "$get$_$gatewayTokenEntitySerializer", function() { - return new A._$GatewayTokenEntitySerializer(); - }); - _lazyOld($, "_$gatewayTokenMetaEntitySerializer", "$get$_$gatewayTokenMetaEntitySerializer", function() { - return new A._$GatewayTokenMetaEntitySerializer(); - }); - _lazyOld($, "_$groupListResponseSerializer", "$get$_$groupListResponseSerializer", function() { - return new A._$GroupListResponseSerializer(); - }); - _lazyOld($, "_$groupItemResponseSerializer", "$get$_$groupItemResponseSerializer", function() { - return new A._$GroupItemResponseSerializer(); - }); - _lazyOld($, "_$groupEntitySerializer", "$get$_$groupEntitySerializer", function() { - return new A._$GroupEntitySerializer(); - }); - _lazyOld($, "_$healthCheckResponseSerializer", "$get$_$healthCheckResponseSerializer", function() { - return new A._$HealthCheckResponseSerializer(); - }); - _lazyOld($, "_$healthCheckPHPResponseSerializer", "$get$_$healthCheckPHPResponseSerializer", function() { - return new A._$HealthCheckPHPResponseSerializer(); - }); - _lazyOld($, "_$preImportResponseSerializer", "$get$_$preImportResponseSerializer", function() { - return new A._$PreImportResponseSerializer(); - }); - _lazyOld($, "_$preImportResponseEntityDetailsSerializer", "$get$_$preImportResponseEntityDetailsSerializer", function() { - return new A._$PreImportResponseEntityDetailsSerializer(); - }); - _lazyOld($, "_$importRequestSerializer", "$get$_$importRequestSerializer", function() { - return new A._$ImportRequestSerializer(); - }); - _lazyOld($, "_$importRequestMappingSerializer", "$get$_$importRequestMappingSerializer", function() { - return new A._$ImportRequestMappingSerializer(); - }); - _lazyOld($, "_$invoiceListResponseSerializer", "$get$_$invoiceListResponseSerializer", function() { - return new A._$InvoiceListResponseSerializer(); - }); - _lazyOld($, "_$invoiceItemResponseSerializer", "$get$_$invoiceItemResponseSerializer", function() { - return new A._$InvoiceItemResponseSerializer(); - }); - _lazyOld($, "_$invoiceEntitySerializer", "$get$_$invoiceEntitySerializer", function() { - return new A._$InvoiceEntitySerializer(); - }); - _lazyOld($, "_$invoiceItemEntitySerializer", "$get$_$invoiceItemEntitySerializer", function() { - return new A._$InvoiceItemEntitySerializer(); - }); - _lazyOld($, "_$invitationEntitySerializer", "$get$_$invitationEntitySerializer", function() { - return new A._$InvitationEntitySerializer(); - }); - _lazyOld($, "_$invoiceScheduleEntitySerializer", "$get$_$invoiceScheduleEntitySerializer", function() { - return new A._$InvoiceScheduleEntitySerializer(); - }); - _lazyOld($, "_$invoiceHistoryEntitySerializer", "$get$_$invoiceHistoryEntitySerializer", function() { - return new A._$InvoiceHistoryEntitySerializer(); - }); - _lazyOld($, "_$paymentListResponseSerializer", "$get$_$paymentListResponseSerializer", function() { - return new A._$PaymentListResponseSerializer(); - }); - _lazyOld($, "_$paymentItemResponseSerializer", "$get$_$paymentItemResponseSerializer", function() { - return new A._$PaymentItemResponseSerializer(); - }); - _lazyOld($, "_$paymentEntitySerializer", "$get$_$paymentEntitySerializer", function() { - return new A._$PaymentEntitySerializer(); - }); - _lazyOld($, "_$paymentableEntitySerializer", "$get$_$paymentableEntitySerializer", function() { - return new A._$PaymentableEntitySerializer(); - }); - _lazyOld($, "_$paymentTermListResponseSerializer", "$get$_$paymentTermListResponseSerializer", function() { - return new A._$PaymentTermListResponseSerializer(); - }); - _lazyOld($, "_$paymentTermItemResponseSerializer", "$get$_$paymentTermItemResponseSerializer", function() { - return new A._$PaymentTermItemResponseSerializer(); - }); - _lazyOld($, "_$paymentTermEntitySerializer", "$get$_$paymentTermEntitySerializer", function() { - return new A._$PaymentTermEntitySerializer(); - }); - _lazyOld($, "_$productListResponseSerializer", "$get$_$productListResponseSerializer", function() { - return new A._$ProductListResponseSerializer(); - }); - _lazyOld($, "_$productItemResponseSerializer", "$get$_$productItemResponseSerializer", function() { - return new A._$ProductItemResponseSerializer(); - }); - _lazyOld($, "_$productEntitySerializer", "$get$_$productEntitySerializer", function() { - return new A._$ProductEntitySerializer(); - }); - _lazyOld($, "_$projectListResponseSerializer", "$get$_$projectListResponseSerializer", function() { - return new A._$ProjectListResponseSerializer(); - }); - _lazyOld($, "_$projectItemResponseSerializer", "$get$_$projectItemResponseSerializer", function() { - return new A._$ProjectItemResponseSerializer(); - }); - _lazyOld($, "_$projectEntitySerializer", "$get$_$projectEntitySerializer", function() { - return new A._$ProjectEntitySerializer(); - }); - _lazyOld($, "serializers", "$get$serializers", function() { + _lazyFinal($, "NumberFormat__maxDigits", "$get$NumberFormat__maxDigits", () => B.JSNumber_methods.ceil$0(A.log($.$get$NumberFormat__maxInt()) / A.log(10))); + _lazyFinal($, "_ln10", "$get$_ln100", () => A.log(10)); + _lazyFinal($, "_ln100", "$get$_ln10", () => A.log(10)); + _lazyFinal($, "asciiDigitMatcher", "$get$asciiDigitMatcher", () => A.RegExp_RegExp("^\\d+", true, false)); + _lazyOld($, "_$accountEntitySerializer", "$get$_$accountEntitySerializer", () => new A._$AccountEntitySerializer()); + _lazyOld($, "_$clientListResponseSerializer", "$get$_$clientListResponseSerializer", () => new A._$ClientListResponseSerializer()); + _lazyOld($, "_$clientItemResponseSerializer", "$get$_$clientItemResponseSerializer", () => new A._$ClientItemResponseSerializer()); + _lazyOld($, "_$clientEntitySerializer", "$get$_$clientEntitySerializer", () => new A._$ClientEntitySerializer()); + _lazyOld($, "_$contactEntitySerializer", "$get$_$contactEntitySerializer", () => new A._$ContactEntitySerializer()); + _lazyOld($, "_$companyGatewayListResponseSerializer", "$get$_$companyGatewayListResponseSerializer", () => new A._$CompanyGatewayListResponseSerializer()); + _lazyOld($, "_$companyGatewayItemResponseSerializer", "$get$_$companyGatewayItemResponseSerializer", () => new A._$CompanyGatewayItemResponseSerializer()); + _lazyOld($, "_$companyGatewayEntitySerializer", "$get$_$companyGatewayEntitySerializer", () => new A._$CompanyGatewayEntitySerializer()); + _lazyOld($, "_$feesAndLimitsSettingsSerializer", "$get$_$feesAndLimitsSettingsSerializer", () => new A._$FeesAndLimitsSettingsSerializer()); + _lazyOld($, "_$companyEntitySerializer", "$get$_$companyEntitySerializer", () => new A._$CompanyEntitySerializer()); + _lazyOld($, "_$gatewayEntitySerializer", "$get$_$gatewayEntitySerializer", () => new A._$GatewayEntitySerializer()); + _lazyOld($, "_$gatewayOptionsEntitySerializer", "$get$_$gatewayOptionsEntitySerializer", () => new A._$GatewayOptionsEntitySerializer()); + _lazyOld($, "_$userCompanyEntitySerializer", "$get$_$userCompanyEntitySerializer", () => new A._$UserCompanyEntitySerializer()); + _lazyOld($, "_$userSettingsEntitySerializer", "$get$_$userSettingsEntitySerializer", () => new A._$UserSettingsEntitySerializer()); + _lazyOld($, "_$reportSettingsEntitySerializer", "$get$_$reportSettingsEntitySerializer", () => new A._$ReportSettingsEntitySerializer()); + _lazyOld($, "_$companyItemResponseSerializer", "$get$_$companyItemResponseSerializer", () => new A._$CompanyItemResponseSerializer()); + _lazyOld($, "_$registrationFieldEntitySerializer", "$get$_$registrationFieldEntitySerializer", () => new A._$RegistrationFieldEntitySerializer()); + _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($, "_$dateRangeSerializer", "$get$_$dateRangeSerializer", () => new A._$DateRangeSerializer()); + _lazyOld($, "_$dateRangeComparisonSerializer", "$get$_$dateRangeComparisonSerializer", () => new A._$DateRangeComparisonSerializer()); + _lazyOld($, "_$designListResponseSerializer", "$get$_$designListResponseSerializer", () => new A._$DesignListResponseSerializer()); + _lazyOld($, "_$designItemResponseSerializer", "$get$_$designItemResponseSerializer", () => new A._$DesignItemResponseSerializer()); + _lazyOld($, "_$designPreviewRequestSerializer", "$get$_$designPreviewRequestSerializer", () => new A._$DesignPreviewRequestSerializer()); + _lazyOld($, "_$designEntitySerializer", "$get$_$designEntitySerializer", () => new A._$DesignEntitySerializer()); + _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($, "_$templateValues", "$get$_$templateValues", () => A.BuiltSet_BuiltSet(B.List_0, type$.legacy_EmailTemplate)); + _lazyOld($, "_$entityTypeSerializer", "$get$_$entityTypeSerializer", () => new A._$EntityTypeSerializer()); + _lazyOld($, "_$entityStateSerializer", "$get$_$entityStateSerializer", () => new A._$EntityStateSerializer()); + _lazyOld($, "_$emailTemplateSerializer", "$get$_$emailTemplateSerializer", () => new A._$EmailTemplateSerializer()); + _lazyOld($, "_$loginResponseSerializer", "$get$_$loginResponseSerializer", () => new A._$LoginResponseSerializer()); + _lazyOld($, "_$activityEntitySerializer", "$get$_$activityEntitySerializer", () => new A._$ActivityEntitySerializer()); + _lazyOld($, "_$ledgerEntitySerializer", "$get$_$ledgerEntitySerializer", () => new A._$LedgerEntitySerializer()); + _lazyOld($, "_$expenseCategoryListResponseSerializer", "$get$_$expenseCategoryListResponseSerializer", () => new A._$ExpenseCategoryListResponseSerializer()); + _lazyOld($, "_$expenseCategoryItemResponseSerializer", "$get$_$expenseCategoryItemResponseSerializer", () => new A._$ExpenseCategoryItemResponseSerializer()); + _lazyOld($, "_$expenseCategoryEntitySerializer", "$get$_$expenseCategoryEntitySerializer", () => new A._$ExpenseCategoryEntitySerializer()); + _lazyOld($, "_$expenseListResponseSerializer", "$get$_$expenseListResponseSerializer", () => new A._$ExpenseListResponseSerializer()); + _lazyOld($, "_$expenseItemResponseSerializer", "$get$_$expenseItemResponseSerializer", () => new A._$ExpenseItemResponseSerializer()); + _lazyOld($, "_$expenseEntitySerializer", "$get$_$expenseEntitySerializer", () => new A._$ExpenseEntitySerializer()); + _lazyOld($, "_$expenseScheduleEntitySerializer", "$get$_$expenseScheduleEntitySerializer", () => new A._$ExpenseScheduleEntitySerializer()); + _lazyOld($, "_$expenseStatusEntitySerializer", "$get$_$expenseStatusEntitySerializer", () => new A._$ExpenseStatusEntitySerializer()); + _lazyOld($, "_$gatewayTokenListResponseSerializer", "$get$_$gatewayTokenListResponseSerializer", () => new A._$GatewayTokenListResponseSerializer()); + _lazyOld($, "_$gatewayTokenItemResponseSerializer", "$get$_$gatewayTokenItemResponseSerializer", () => new A._$GatewayTokenItemResponseSerializer()); + _lazyOld($, "_$gatewayTokenEntitySerializer", "$get$_$gatewayTokenEntitySerializer", () => new A._$GatewayTokenEntitySerializer()); + _lazyOld($, "_$gatewayTokenMetaEntitySerializer", "$get$_$gatewayTokenMetaEntitySerializer", () => new A._$GatewayTokenMetaEntitySerializer()); + _lazyOld($, "_$groupListResponseSerializer", "$get$_$groupListResponseSerializer", () => new A._$GroupListResponseSerializer()); + _lazyOld($, "_$groupItemResponseSerializer", "$get$_$groupItemResponseSerializer", () => new A._$GroupItemResponseSerializer()); + _lazyOld($, "_$groupEntitySerializer", "$get$_$groupEntitySerializer", () => new A._$GroupEntitySerializer()); + _lazyOld($, "_$healthCheckResponseSerializer", "$get$_$healthCheckResponseSerializer", () => new A._$HealthCheckResponseSerializer()); + _lazyOld($, "_$healthCheckPHPResponseSerializer", "$get$_$healthCheckPHPResponseSerializer", () => new A._$HealthCheckPHPResponseSerializer()); + _lazyOld($, "_$preImportResponseSerializer", "$get$_$preImportResponseSerializer", () => new A._$PreImportResponseSerializer()); + _lazyOld($, "_$preImportResponseEntityDetailsSerializer", "$get$_$preImportResponseEntityDetailsSerializer", () => new A._$PreImportResponseEntityDetailsSerializer()); + _lazyOld($, "_$importRequestSerializer", "$get$_$importRequestSerializer", () => new A._$ImportRequestSerializer()); + _lazyOld($, "_$importRequestMappingSerializer", "$get$_$importRequestMappingSerializer", () => new A._$ImportRequestMappingSerializer()); + _lazyOld($, "_$invoiceListResponseSerializer", "$get$_$invoiceListResponseSerializer", () => new A._$InvoiceListResponseSerializer()); + _lazyOld($, "_$invoiceItemResponseSerializer", "$get$_$invoiceItemResponseSerializer", () => new A._$InvoiceItemResponseSerializer()); + _lazyOld($, "_$invoiceEntitySerializer", "$get$_$invoiceEntitySerializer", () => new A._$InvoiceEntitySerializer()); + _lazyOld($, "_$invoiceItemEntitySerializer", "$get$_$invoiceItemEntitySerializer", () => new A._$InvoiceItemEntitySerializer()); + _lazyOld($, "_$invitationEntitySerializer", "$get$_$invitationEntitySerializer", () => new A._$InvitationEntitySerializer()); + _lazyOld($, "_$invoiceScheduleEntitySerializer", "$get$_$invoiceScheduleEntitySerializer", () => new A._$InvoiceScheduleEntitySerializer()); + _lazyOld($, "_$invoiceHistoryEntitySerializer", "$get$_$invoiceHistoryEntitySerializer", () => new A._$InvoiceHistoryEntitySerializer()); + _lazyOld($, "_$paymentListResponseSerializer", "$get$_$paymentListResponseSerializer", () => new A._$PaymentListResponseSerializer()); + _lazyOld($, "_$paymentItemResponseSerializer", "$get$_$paymentItemResponseSerializer", () => new A._$PaymentItemResponseSerializer()); + _lazyOld($, "_$paymentEntitySerializer", "$get$_$paymentEntitySerializer", () => new A._$PaymentEntitySerializer()); + _lazyOld($, "_$paymentableEntitySerializer", "$get$_$paymentableEntitySerializer", () => new A._$PaymentableEntitySerializer()); + _lazyOld($, "_$paymentTermListResponseSerializer", "$get$_$paymentTermListResponseSerializer", () => new A._$PaymentTermListResponseSerializer()); + _lazyOld($, "_$paymentTermItemResponseSerializer", "$get$_$paymentTermItemResponseSerializer", () => new A._$PaymentTermItemResponseSerializer()); + _lazyOld($, "_$paymentTermEntitySerializer", "$get$_$paymentTermEntitySerializer", () => new A._$PaymentTermEntitySerializer()); + _lazyOld($, "_$productListResponseSerializer", "$get$_$productListResponseSerializer", () => new A._$ProductListResponseSerializer()); + _lazyOld($, "_$productItemResponseSerializer", "$get$_$productItemResponseSerializer", () => new A._$ProductItemResponseSerializer()); + _lazyOld($, "_$productEntitySerializer", "$get$_$productEntitySerializer", () => new A._$ProductEntitySerializer()); + _lazyOld($, "_$projectListResponseSerializer", "$get$_$projectListResponseSerializer", () => new A._$ProjectListResponseSerializer()); + _lazyOld($, "_$projectItemResponseSerializer", "$get$_$projectItemResponseSerializer", () => new A._$ProjectItemResponseSerializer()); + _lazyOld($, "_$projectEntitySerializer", "$get$_$projectEntitySerializer", () => new A._$ProjectEntitySerializer()); + _lazyOld($, "serializers", "$get$serializers", () => { var t1 = $.$get$_$serializers().toBuilder$0(); t1._plugins.add$1(0, new A.StandardJsonPlugin()); return t1.build$0(0); }); - _lazyOld($, "_$serializers", "$get$_$serializers", function() { + _lazyOld($, "_$serializers", "$get$_$serializers", () => { var t1 = A.Serializers_Serializers().toBuilder$0(); t1.add$1(0, $.$get$_$accountEntitySerializer()); t1.add$1(0, $.$get$_$activityEntitySerializer()); @@ -443374,202 +445764,72 @@ t1.addBuilderFactory$2(B.FullType_5FV, new A._$serializers_closure186()); return t1.build$0(0); }); - _lazyOld($, "_$settingsEntitySerializer", "$get$_$settingsEntitySerializer", function() { - return new A._$SettingsEntitySerializer(); - }); - _lazyOld($, "colorThemesMap", "$get$colorThemesMap", function() { - return 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*")); - }); - _lazyOld($, "_$countryListResponseSerializer", "$get$_$countryListResponseSerializer", function() { - return new A._$CountryListResponseSerializer(); - }); - _lazyOld($, "_$countryItemResponseSerializer", "$get$_$countryItemResponseSerializer", function() { - return new A._$CountryItemResponseSerializer(); - }); - _lazyOld($, "_$countryEntitySerializer", "$get$_$countryEntitySerializer", function() { - return new A._$CountryEntitySerializer(); - }); - _lazyOld($, "_$currencyListResponseSerializer", "$get$_$currencyListResponseSerializer", function() { - return new A._$CurrencyListResponseSerializer(); - }); - _lazyOld($, "_$currencyItemResponseSerializer", "$get$_$currencyItemResponseSerializer", function() { - return new A._$CurrencyItemResponseSerializer(); - }); - _lazyOld($, "_$currencyEntitySerializer", "$get$_$currencyEntitySerializer", function() { - return new A._$CurrencyEntitySerializer(); - }); - _lazyOld($, "_$dateFormatListResponseSerializer", "$get$_$dateFormatListResponseSerializer", function() { - return new A._$DateFormatListResponseSerializer(); - }); - _lazyOld($, "_$dateFormatItemResponseSerializer", "$get$_$dateFormatItemResponseSerializer", function() { - return new A._$DateFormatItemResponseSerializer(); - }); - _lazyOld($, "_$dateFormatEntitySerializer", "$get$_$dateFormatEntitySerializer", function() { - return new A._$DateFormatEntitySerializer(); - }); - _lazyOld($, "_$datetimeFormatListResponseSerializer", "$get$_$datetimeFormatListResponseSerializer", function() { - return new A._$DatetimeFormatListResponseSerializer(); - }); - _lazyOld($, "_$datetimeFormatItemResponseSerializer", "$get$_$datetimeFormatItemResponseSerializer", function() { - return new A._$DatetimeFormatItemResponseSerializer(); - }); - _lazyOld($, "_$datetimeFormatEntitySerializer", "$get$_$datetimeFormatEntitySerializer", function() { - return new A._$DatetimeFormatEntitySerializer(); - }); - _lazyOld($, "_$industryListResponseSerializer", "$get$_$industryListResponseSerializer", function() { - return new A._$IndustryListResponseSerializer(); - }); - _lazyOld($, "_$industryItemResponseSerializer", "$get$_$industryItemResponseSerializer", function() { - return new A._$IndustryItemResponseSerializer(); - }); - _lazyOld($, "_$industryEntitySerializer", "$get$_$industryEntitySerializer", function() { - return new A._$IndustryEntitySerializer(); - }); - _lazyOld($, "_$invoiceStatusEntitySerializer", "$get$_$invoiceStatusEntitySerializer", function() { - return new A._$InvoiceStatusEntitySerializer(); - }); - _lazyOld($, "_$languageListResponseSerializer", "$get$_$languageListResponseSerializer", function() { - return new A._$LanguageListResponseSerializer(); - }); - _lazyOld($, "_$languageItemResponseSerializer", "$get$_$languageItemResponseSerializer", function() { - return new A._$LanguageItemResponseSerializer(); - }); - _lazyOld($, "_$languageEntitySerializer", "$get$_$languageEntitySerializer", function() { - return new A._$LanguageEntitySerializer(); - }); - _lazyOld($, "_$paymentTypeListResponseSerializer", "$get$_$paymentTypeListResponseSerializer", function() { - return new A._$PaymentTypeListResponseSerializer(); - }); - _lazyOld($, "_$paymentTypeItemResponseSerializer", "$get$_$paymentTypeItemResponseSerializer", function() { - return new A._$PaymentTypeItemResponseSerializer(); - }); - _lazyOld($, "_$paymentTypeEntitySerializer", "$get$_$paymentTypeEntitySerializer", function() { - return new A._$PaymentTypeEntitySerializer(); - }); - _lazyOld($, "_$sizeListResponseSerializer", "$get$_$sizeListResponseSerializer", function() { - return new A._$SizeListResponseSerializer(); - }); - _lazyOld($, "_$sizeItemResponseSerializer", "$get$_$sizeItemResponseSerializer", function() { - return new A._$SizeItemResponseSerializer(); - }); - _lazyOld($, "_$sizeEntitySerializer", "$get$_$sizeEntitySerializer", function() { - return new A._$SizeEntitySerializer(); - }); - _lazyOld($, "_$staticDataItemResponseSerializer", "$get$_$staticDataItemResponseSerializer", function() { - return new A._$StaticDataItemResponseSerializer(); - }); - _lazyOld($, "_$staticDataEntitySerializer", "$get$_$staticDataEntitySerializer", function() { - return new A._$StaticDataEntitySerializer(); - }); - _lazyOld($, "_$templateEntitySerializer", "$get$_$templateEntitySerializer", function() { - return new A._$TemplateEntitySerializer(); - }); - _lazyOld($, "_$timezoneListResponseSerializer", "$get$_$timezoneListResponseSerializer", function() { - return new A._$TimezoneListResponseSerializer(); - }); - _lazyOld($, "_$timezoneItemResponseSerializer", "$get$_$timezoneItemResponseSerializer", function() { - return new A._$TimezoneItemResponseSerializer(); - }); - _lazyOld($, "_$timezoneEntitySerializer", "$get$_$timezoneEntitySerializer", function() { - return new A._$TimezoneEntitySerializer(); - }); - _lazyOld($, "_$subscriptionListResponseSerializer", "$get$_$subscriptionListResponseSerializer", function() { - return new A._$SubscriptionListResponseSerializer(); - }); - _lazyOld($, "_$subscriptionItemResponseSerializer", "$get$_$subscriptionItemResponseSerializer", function() { - return new A._$SubscriptionItemResponseSerializer(); - }); - _lazyOld($, "_$subscriptionEntitySerializer", "$get$_$subscriptionEntitySerializer", function() { - return new A._$SubscriptionEntitySerializer(); - }); - _lazyOld($, "_$webhookConfigurationEntitySerializer", "$get$_$webhookConfigurationEntitySerializer", function() { - return new A._$WebhookConfigurationEntitySerializer(); - }); - _lazyOld($, "_$systemLogEntitySerializer", "$get$_$systemLogEntitySerializer", function() { - return new A._$SystemLogEntitySerializer(); - }); - _lazyOld($, "_$taskListResponseSerializer", "$get$_$taskListResponseSerializer", function() { - return new A._$TaskListResponseSerializer(); - }); - _lazyOld($, "_$taskItemResponseSerializer", "$get$_$taskItemResponseSerializer", function() { - return new A._$TaskItemResponseSerializer(); - }); - _lazyOld($, "_$taskEntitySerializer", "$get$_$taskEntitySerializer", function() { - return new A._$TaskEntitySerializer(); - }); - _lazyOld($, "_$taskStatusListResponseSerializer", "$get$_$taskStatusListResponseSerializer", function() { - return new A._$TaskStatusListResponseSerializer(); - }); - _lazyOld($, "_$taskStatusItemResponseSerializer", "$get$_$taskStatusItemResponseSerializer", function() { - return new A._$TaskStatusItemResponseSerializer(); - }); - _lazyOld($, "_$taskStatusEntitySerializer", "$get$_$taskStatusEntitySerializer", function() { - return new A._$TaskStatusEntitySerializer(); - }); - _lazyOld($, "_$taxRateListResponseSerializer", "$get$_$taxRateListResponseSerializer", function() { - return new A._$TaxRateListResponseSerializer(); - }); - _lazyOld($, "_$taxRateItemResponseSerializer", "$get$_$taxRateItemResponseSerializer", function() { - return new A._$TaxRateItemResponseSerializer(); - }); - _lazyOld($, "_$taxRateEntitySerializer", "$get$_$taxRateEntitySerializer", function() { - return new A._$TaxRateEntitySerializer(); - }); - _lazyOld($, "_$tokenListResponseSerializer", "$get$_$tokenListResponseSerializer", function() { - return new A._$TokenListResponseSerializer(); - }); - _lazyOld($, "_$tokenItemResponseSerializer", "$get$_$tokenItemResponseSerializer", function() { - return new A._$TokenItemResponseSerializer(); - }); - _lazyOld($, "_$tokenEntitySerializer", "$get$_$tokenEntitySerializer", function() { - return new A._$TokenEntitySerializer(); - }); - _lazyOld($, "_$userListResponseSerializer", "$get$_$userListResponseSerializer", function() { - return new A._$UserListResponseSerializer(); - }); - _lazyOld($, "_$userItemResponseSerializer", "$get$_$userItemResponseSerializer", function() { - return new A._$UserItemResponseSerializer(); - }); - _lazyOld($, "_$userTwoFactorResponseSerializer", "$get$_$userTwoFactorResponseSerializer", function() { - return new A._$UserTwoFactorResponseSerializer(); - }); - _lazyOld($, "_$userTwoFactorDataSerializer", "$get$_$userTwoFactorDataSerializer", function() { - return new A._$UserTwoFactorDataSerializer(); - }); - _lazyOld($, "_$userCompanyItemResponseSerializer", "$get$_$userCompanyItemResponseSerializer", function() { - return new A._$UserCompanyItemResponseSerializer(); - }); - _lazyOld($, "_$userEntitySerializer", "$get$_$userEntitySerializer", function() { - return new A._$UserEntitySerializer(); - }); - _lazyOld($, "_$vendorListResponseSerializer", "$get$_$vendorListResponseSerializer", function() { - return new A._$VendorListResponseSerializer(); - }); - _lazyOld($, "_$vendorItemResponseSerializer", "$get$_$vendorItemResponseSerializer", function() { - return new A._$VendorItemResponseSerializer(); - }); - _lazyOld($, "_$vendorEntitySerializer", "$get$_$vendorEntitySerializer", function() { - return new A._$VendorEntitySerializer(); - }); - _lazyOld($, "_$vendorContactEntitySerializer", "$get$_$vendorContactEntitySerializer", function() { - return new A._$VendorContactEntitySerializer(); - }); - _lazyOld($, "_$webhookListResponseSerializer", "$get$_$webhookListResponseSerializer", function() { - return new A._$WebhookListResponseSerializer(); - }); - _lazyOld($, "_$webhookItemResponseSerializer", "$get$_$webhookItemResponseSerializer", function() { - return new A._$WebhookItemResponseSerializer(); - }); - _lazyOld($, "_$webhookEntitySerializer", "$get$_$webhookEntitySerializer", function() { - return new A._$WebhookEntitySerializer(); - }); - _lazyOld($, "navigatorKey", "$get$navigatorKey", function() { - return A.GlobalKey_GlobalKey(null, A.findType("NavigatorState*")); - }); - _lazyOld($, "_persistUIDebouncer", "$get$_persistUIDebouncer", function() { - return A.Debouncer$(3000, false); - }); - _lazyOld($, "lastErrorReducer", "$get$lastErrorReducer", function() { + _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*"))); + _lazyOld($, "_$countryListResponseSerializer", "$get$_$countryListResponseSerializer", () => new A._$CountryListResponseSerializer()); + _lazyOld($, "_$countryItemResponseSerializer", "$get$_$countryItemResponseSerializer", () => new A._$CountryItemResponseSerializer()); + _lazyOld($, "_$countryEntitySerializer", "$get$_$countryEntitySerializer", () => new A._$CountryEntitySerializer()); + _lazyOld($, "_$currencyListResponseSerializer", "$get$_$currencyListResponseSerializer", () => new A._$CurrencyListResponseSerializer()); + _lazyOld($, "_$currencyItemResponseSerializer", "$get$_$currencyItemResponseSerializer", () => new A._$CurrencyItemResponseSerializer()); + _lazyOld($, "_$currencyEntitySerializer", "$get$_$currencyEntitySerializer", () => new A._$CurrencyEntitySerializer()); + _lazyOld($, "_$dateFormatListResponseSerializer", "$get$_$dateFormatListResponseSerializer", () => new A._$DateFormatListResponseSerializer()); + _lazyOld($, "_$dateFormatItemResponseSerializer", "$get$_$dateFormatItemResponseSerializer", () => new A._$DateFormatItemResponseSerializer()); + _lazyOld($, "_$dateFormatEntitySerializer", "$get$_$dateFormatEntitySerializer", () => new A._$DateFormatEntitySerializer()); + _lazyOld($, "_$datetimeFormatListResponseSerializer", "$get$_$datetimeFormatListResponseSerializer", () => new A._$DatetimeFormatListResponseSerializer()); + _lazyOld($, "_$datetimeFormatItemResponseSerializer", "$get$_$datetimeFormatItemResponseSerializer", () => new A._$DatetimeFormatItemResponseSerializer()); + _lazyOld($, "_$datetimeFormatEntitySerializer", "$get$_$datetimeFormatEntitySerializer", () => new A._$DatetimeFormatEntitySerializer()); + _lazyOld($, "_$industryListResponseSerializer", "$get$_$industryListResponseSerializer", () => new A._$IndustryListResponseSerializer()); + _lazyOld($, "_$industryItemResponseSerializer", "$get$_$industryItemResponseSerializer", () => new A._$IndustryItemResponseSerializer()); + _lazyOld($, "_$industryEntitySerializer", "$get$_$industryEntitySerializer", () => new A._$IndustryEntitySerializer()); + _lazyOld($, "_$invoiceStatusEntitySerializer", "$get$_$invoiceStatusEntitySerializer", () => new A._$InvoiceStatusEntitySerializer()); + _lazyOld($, "_$languageListResponseSerializer", "$get$_$languageListResponseSerializer", () => new A._$LanguageListResponseSerializer()); + _lazyOld($, "_$languageItemResponseSerializer", "$get$_$languageItemResponseSerializer", () => new A._$LanguageItemResponseSerializer()); + _lazyOld($, "_$languageEntitySerializer", "$get$_$languageEntitySerializer", () => new A._$LanguageEntitySerializer()); + _lazyOld($, "_$paymentTypeListResponseSerializer", "$get$_$paymentTypeListResponseSerializer", () => new A._$PaymentTypeListResponseSerializer()); + _lazyOld($, "_$paymentTypeItemResponseSerializer", "$get$_$paymentTypeItemResponseSerializer", () => new A._$PaymentTypeItemResponseSerializer()); + _lazyOld($, "_$paymentTypeEntitySerializer", "$get$_$paymentTypeEntitySerializer", () => new A._$PaymentTypeEntitySerializer()); + _lazyOld($, "_$sizeListResponseSerializer", "$get$_$sizeListResponseSerializer", () => new A._$SizeListResponseSerializer()); + _lazyOld($, "_$sizeItemResponseSerializer", "$get$_$sizeItemResponseSerializer", () => new A._$SizeItemResponseSerializer()); + _lazyOld($, "_$sizeEntitySerializer", "$get$_$sizeEntitySerializer", () => new A._$SizeEntitySerializer()); + _lazyOld($, "_$staticDataItemResponseSerializer", "$get$_$staticDataItemResponseSerializer", () => new A._$StaticDataItemResponseSerializer()); + _lazyOld($, "_$staticDataEntitySerializer", "$get$_$staticDataEntitySerializer", () => new A._$StaticDataEntitySerializer()); + _lazyOld($, "_$templateEntitySerializer", "$get$_$templateEntitySerializer", () => new A._$TemplateEntitySerializer()); + _lazyOld($, "_$timezoneListResponseSerializer", "$get$_$timezoneListResponseSerializer", () => new A._$TimezoneListResponseSerializer()); + _lazyOld($, "_$timezoneItemResponseSerializer", "$get$_$timezoneItemResponseSerializer", () => new A._$TimezoneItemResponseSerializer()); + _lazyOld($, "_$timezoneEntitySerializer", "$get$_$timezoneEntitySerializer", () => new A._$TimezoneEntitySerializer()); + _lazyOld($, "_$subscriptionListResponseSerializer", "$get$_$subscriptionListResponseSerializer", () => new A._$SubscriptionListResponseSerializer()); + _lazyOld($, "_$subscriptionItemResponseSerializer", "$get$_$subscriptionItemResponseSerializer", () => new A._$SubscriptionItemResponseSerializer()); + _lazyOld($, "_$subscriptionEntitySerializer", "$get$_$subscriptionEntitySerializer", () => new A._$SubscriptionEntitySerializer()); + _lazyOld($, "_$webhookConfigurationEntitySerializer", "$get$_$webhookConfigurationEntitySerializer", () => new A._$WebhookConfigurationEntitySerializer()); + _lazyOld($, "_$systemLogEntitySerializer", "$get$_$systemLogEntitySerializer", () => new A._$SystemLogEntitySerializer()); + _lazyOld($, "_$taskListResponseSerializer", "$get$_$taskListResponseSerializer", () => new A._$TaskListResponseSerializer()); + _lazyOld($, "_$taskItemResponseSerializer", "$get$_$taskItemResponseSerializer", () => new A._$TaskItemResponseSerializer()); + _lazyOld($, "_$taskEntitySerializer", "$get$_$taskEntitySerializer", () => new A._$TaskEntitySerializer()); + _lazyOld($, "_$taskStatusListResponseSerializer", "$get$_$taskStatusListResponseSerializer", () => new A._$TaskStatusListResponseSerializer()); + _lazyOld($, "_$taskStatusItemResponseSerializer", "$get$_$taskStatusItemResponseSerializer", () => new A._$TaskStatusItemResponseSerializer()); + _lazyOld($, "_$taskStatusEntitySerializer", "$get$_$taskStatusEntitySerializer", () => new A._$TaskStatusEntitySerializer()); + _lazyOld($, "_$taxRateListResponseSerializer", "$get$_$taxRateListResponseSerializer", () => new A._$TaxRateListResponseSerializer()); + _lazyOld($, "_$taxRateItemResponseSerializer", "$get$_$taxRateItemResponseSerializer", () => new A._$TaxRateItemResponseSerializer()); + _lazyOld($, "_$taxRateEntitySerializer", "$get$_$taxRateEntitySerializer", () => new A._$TaxRateEntitySerializer()); + _lazyOld($, "_$tokenListResponseSerializer", "$get$_$tokenListResponseSerializer", () => new A._$TokenListResponseSerializer()); + _lazyOld($, "_$tokenItemResponseSerializer", "$get$_$tokenItemResponseSerializer", () => new A._$TokenItemResponseSerializer()); + _lazyOld($, "_$tokenEntitySerializer", "$get$_$tokenEntitySerializer", () => new A._$TokenEntitySerializer()); + _lazyOld($, "_$userListResponseSerializer", "$get$_$userListResponseSerializer", () => new A._$UserListResponseSerializer()); + _lazyOld($, "_$userItemResponseSerializer", "$get$_$userItemResponseSerializer", () => new A._$UserItemResponseSerializer()); + _lazyOld($, "_$userTwoFactorResponseSerializer", "$get$_$userTwoFactorResponseSerializer", () => new A._$UserTwoFactorResponseSerializer()); + _lazyOld($, "_$userTwoFactorDataSerializer", "$get$_$userTwoFactorDataSerializer", () => new A._$UserTwoFactorDataSerializer()); + _lazyOld($, "_$userCompanyItemResponseSerializer", "$get$_$userCompanyItemResponseSerializer", () => new A._$UserCompanyItemResponseSerializer()); + _lazyOld($, "_$userEntitySerializer", "$get$_$userEntitySerializer", () => new A._$UserEntitySerializer()); + _lazyOld($, "_$vendorListResponseSerializer", "$get$_$vendorListResponseSerializer", () => new A._$VendorListResponseSerializer()); + _lazyOld($, "_$vendorItemResponseSerializer", "$get$_$vendorItemResponseSerializer", () => new A._$VendorItemResponseSerializer()); + _lazyOld($, "_$vendorEntitySerializer", "$get$_$vendorEntitySerializer", () => new A._$VendorEntitySerializer()); + _lazyOld($, "_$vendorContactEntitySerializer", "$get$_$vendorContactEntitySerializer", () => new A._$VendorContactEntitySerializer()); + _lazyOld($, "_$webhookListResponseSerializer", "$get$_$webhookListResponseSerializer", () => new A._$WebhookListResponseSerializer()); + _lazyOld($, "_$webhookItemResponseSerializer", "$get$_$webhookItemResponseSerializer", () => new A._$WebhookItemResponseSerializer()); + _lazyOld($, "_$webhookEntitySerializer", "$get$_$webhookEntitySerializer", () => new A._$WebhookEntitySerializer()); + _lazyOld($, "navigatorKey", "$get$navigatorKey", () => A.GlobalKey_GlobalKey(null, A.findType("NavigatorState*"))); + _lazyOld($, "_persistUIDebouncer", "$get$_persistUIDebouncer", () => A.Debouncer$(3000, false)); + _lazyOld($, "lastErrorReducer", "$get$lastErrorReducer", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.lastErrorReducer_closure(), t1, A.findType("ClearLastError*")), t3 = A.TypedReducer$(new A.lastErrorReducer_closure0(), t1, A.findType("LoadClientsFailure*")), @@ -443593,28 +445853,26 @@ t21 = A.TypedReducer$(new A.lastErrorReducer_closure18(), 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()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "dismissedNativeWarningReducer", "$get$dismissedNativeWarningReducer", function() { + _lazyOld($, "dismissedNativeWarningReducer", "$get$dismissedNativeWarningReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.dismissedNativeWarningReducer_closure(), t1, A.findType("DismissNativeWarning*")), t3 = A.TypedReducer$(new A.dismissedNativeWarningReducer_closure0(), t1, A.findType("DismissNativeWarningPermanently*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "_$appStateSerializer", "$get$_$appStateSerializer", function() { - return new A._$AppStateSerializer(); - }); - _lazyOld($, "loadingReducer", "$get$loadingReducer", function() { + _lazyOld($, "_$appStateSerializer", "$get$_$appStateSerializer", () => new A._$AppStateSerializer()); + _lazyOld($, "loadingReducer", "$get$loadingReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(A.loading_reducer___setLoading$closure(), t1, A.findType("StartLoading*")), t3 = A.TypedReducer$(A.loading_reducer___setLoaded$closure(), t1, A.findType("StopLoading*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "savingReducer", "$get$savingReducer", function() { + _lazyOld($, "savingReducer", "$get$savingReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(A.loading_reducer___setSaving$closure(), t1, A.findType("StartSaving*")), t3 = A.TypedReducer$(A.loading_reducer___setSaved$closure(), t1, A.findType("StopSaving*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "authReducer", "$get$authReducer", function() { + _lazyOld($, "authReducer", "$get$authReducer", () => { var t1 = type$.legacy_AuthState, t2 = A.TypedReducer$(A.auth_reducer__userLoadUrlReducer$closure(), t1, A.findType("UserLoadUrl*")), t3 = A.TypedReducer$(A.auth_reducer__userLoginRequestReducer$closure(), t1, type$.legacy_UserLoginRequest), @@ -443626,10 +445884,8 @@ t9 = A.TypedReducer$(A.auth_reducer__userUnverifiedPasswordReducer$closure(), t1, A.findType("UserUnverifiedPassword*")); 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", function() { - return new A._$AuthStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer", "$get$forceSelectedReducer21", function() { + _lazyOld($, "_$authStateSerializer", "$get$_$authStateSerializer", () => new A._$AuthStateSerializer()); + _lazyOld($, "forceSelectedReducer", "$get$forceSelectedReducer21", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure167(), t1, type$.legacy_ViewClient), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure168(), t1, type$.legacy_ViewClientList), @@ -443641,29 +445897,29 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure174(), 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($, "tabIndexReducer", "$get$tabIndexReducer10", function() { + _lazyOld($, "tabIndexReducer", "$get$tabIndexReducer10", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure21(), t1, A.findType("UpdateClientTab*")), 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($, "saveCompleterReducer", "$get$saveCompleterReducer1", function() { + _lazyOld($, "saveCompleterReducer", "$get$saveCompleterReducer1", () => { var t1 = type$.legacy_Completer_legacy_SelectableEntity, t2 = A.TypedReducer$(new A.saveCompleterReducer_closure1(), t1, type$.legacy_EditClient); 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($, "cancelCompleterReducer", "$get$cancelCompleterReducer1", function() { + _lazyOld($, "cancelCompleterReducer", "$get$cancelCompleterReducer1", () => { var t1 = type$.legacy_Completer_legacy_SelectableEntity, t2 = A.TypedReducer$(new A.cancelCompleterReducer_closure1(), t1, type$.legacy_EditClient); 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($, "editingContactReducer", "$get$editingContactReducer", function() { + _lazyOld($, "editingContactReducer", "$get$editingContactReducer", () => { var t1 = type$.legacy_ContactEntity, t2 = A.TypedReducer$(new A.editingContactReducer_closure(), t1, type$.legacy_EditClient), 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$selectedIdReducer21", function() { + _lazyOld($, "selectedIdReducer", "$get$selectedIdReducer21", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure335(), t1, A.findType("ArchiveClientsSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure336(), t1, A.findType("DeleteClientsSuccess*")), @@ -443684,7 +445940,7 @@ t18 = A.TypedReducer$(new A.selectedIdReducer_closure351(), 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$editingReducer21", function() { + _lazyOld($, "editingReducer", "$get$editingReducer21", () => { var t1 = type$.legacy_ClientEntity, t2 = A.TypedReducer$(new A.editingReducer_closure112(), t1, A.findType("SaveClientSuccess*")), t3 = A.TypedReducer$(new A.editingReducer_closure113(), t1, A.findType("AddClientSuccess*")), @@ -443702,7 +445958,7 @@ t15 = A.TypedReducer$(new A.editingReducer_closure125(), 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", function() { + _lazyOld($, "clientListReducer", "$get$clientListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.client_reducer___sortClients$closure(), t1, A.findType("SortClients*")), t3 = A.TypedReducer$(A.client_reducer___filterClientsByState$closure(), t1, A.findType("FilterClientsByState*")), @@ -443718,7 +445974,7 @@ t13 = A.TypedReducer$(A.client_reducer___viewClientList$closure(), t1, type$.legacy_ViewClientList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "clientsReducer", "$get$clientsReducer", function() { + _lazyOld($, "clientsReducer", "$get$clientsReducer", () => { var t1 = type$.legacy_ClientState, t2 = A.TypedReducer$(A.client_reducer___updateClient$closure(), t1, A.findType("SaveClientSuccess*")), t3 = A.TypedReducer$(A.client_reducer___addClient$closure(), t1, A.findType("AddClientSuccess*")), @@ -443730,22 +445986,12 @@ t9 = A.TypedReducer$(A.client_reducer___restoreClientSuccess$closure(), t1, A.findType("RestoreClientSuccess*")); 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($, "memoizedDropdownClientList", "$get$memoizedDropdownClientList", function() { - return A.memo4(new A.memoizedDropdownClientList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedClientStatsForUser", "$get$memoizedClientStatsForUser", function() { - return A.memo2(new A.memoizedClientStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedFilteredClientList", "$get$memoizedFilteredClientList", function() { - return A.memo7(new A.memoizedFilteredClientList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "_$clientStateSerializer", "$get$_$clientStateSerializer", function() { - return new A._$ClientStateSerializer(); - }); - _lazyOld($, "_$clientUIStateSerializer", "$get$_$clientUIStateSerializer", function() { - return new A._$ClientUIStateSerializer(); - }); - _lazyOld($, "userCompanyEntityReducer", "$get$userCompanyEntityReducer", function() { + _lazyOld($, "memoizedDropdownClientList", "$get$memoizedDropdownClientList", () => A.memo4(new A.memoizedDropdownClientList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedClientStatsForUser", "$get$memoizedClientStatsForUser", () => A.memo2(new A.memoizedClientStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedFilteredClientList", "$get$memoizedFilteredClientList", () => A.memo7(new A.memoizedFilteredClientList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String)); + _lazyOld($, "_$clientStateSerializer", "$get$_$clientStateSerializer", () => new A._$ClientStateSerializer()); + _lazyOld($, "_$clientUIStateSerializer", "$get$_$clientUIStateSerializer", () => new A._$ClientUIStateSerializer()); + _lazyOld($, "userCompanyEntityReducer", "$get$userCompanyEntityReducer", () => { var t1 = type$.legacy_UserCompanyEntity, t2 = A.TypedReducer$(A.company_reducer__loadCompanySuccessReducer$closure(), t1, type$.legacy_LoadCompanySuccess), t3 = A.TypedReducer$(A.company_reducer__saveCompanySuccessReducer$closure(), t1, A.findType("SaveCompanySuccess*")), @@ -443758,31 +446004,19 @@ t10 = A.TypedReducer$(new A.userCompanyEntityReducer_closure5(), t1, A.findType("UpdateCompanyLanguage*")); 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()], A.findType("JSArray")), t1); }); - _lazyOld($, "lastUpdatedReducer", "$get$lastUpdatedReducer", function() { + _lazyOld($, "lastUpdatedReducer", "$get$lastUpdatedReducer", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.lastUpdatedReducer_closure(), t1, type$.legacy_LoadCompanySuccess), t3 = A.TypedReducer$(new A.lastUpdatedReducer_closure0(), t1, A.findType("LoadExpensesSuccess*")); 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($, "memoizedDropdownExpenseCategoriesList", "$get$memoizedDropdownExpenseCategoriesList", function() { - return A.memo2(new A.memoizedDropdownExpenseCategoriesList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedHasMultipleCurrencies", "$get$memoizedHasMultipleCurrencies", function() { - return A.memo3(new A.memoizedHasMultipleCurrencies_closure(), type$.legacy_CompanyEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_bool); - }); - _lazyOld($, "memoizedGetCurrencyIds", "$get$memoizedGetCurrencyIds", function() { - return A.memo3(new A.memoizedGetCurrencyIds_closure(), type$.legacy_CompanyEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedFilteredSelector", "$get$memoizedFilteredSelector", function() { - return A.memo2(new A.memoizedFilteredSelector_closure(), type$.legacy_String, type$.legacy_UserCompanyState, A.findType("List*")); - }); - _lazyOld($, "_$userCompanyStateSerializer", "$get$_$userCompanyStateSerializer", function() { - return new A._$UserCompanyStateSerializer(); - }); - _lazyOld($, "_$settingsUIStateSerializer", "$get$_$settingsUIStateSerializer", function() { - return new A._$SettingsUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer0", "$get$forceSelectedReducer7", function() { + _lazyOld($, "memoizedDropdownExpenseCategoriesList", "$get$memoizedDropdownExpenseCategoriesList", () => A.memo2(new A.memoizedDropdownExpenseCategoriesList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedHasMultipleCurrencies", "$get$memoizedHasMultipleCurrencies", () => A.memo3(new A.memoizedHasMultipleCurrencies_closure(), type$.legacy_CompanyEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_bool)); + _lazyOld($, "memoizedGetCurrencyIds", "$get$memoizedGetCurrencyIds", () => A.memo3(new A.memoizedGetCurrencyIds_closure(), type$.legacy_CompanyEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_List_legacy_String)); + _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", () => { 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), @@ -443794,7 +446028,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", function() { + _lazyOld($, "selectedIdReducer0", "$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*")), @@ -443813,7 +446047,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", function() { + _lazyOld($, "editingReducer0", "$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*")), @@ -443825,7 +446059,7 @@ t9 = A.TypedReducer$(A.company_gateway_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($, "companyGatewayListReducer", "$get$companyGatewayListReducer", function() { + _lazyOld($, "companyGatewayListReducer", "$get$companyGatewayListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.company_gateway_reducer___sortCompanyGateways$closure(), t1, A.findType("SortCompanyGateways*")), t3 = A.TypedReducer$(A.company_gateway_reducer___filterCompanyGatewaysByState$closure(), t1, A.findType("FilterCompanyGatewaysByState*")), @@ -443838,7 +446072,7 @@ t10 = A.TypedReducer$(A.company_gateway_reducer___clearListMultiselect$closure(), t1, A.findType("ClearCompanyGatewayMultiselect*")); 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()], type$.JSArray_of_legacy_legacy_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "companyGatewaysReducer", "$get$companyGatewaysReducer", function() { + _lazyOld($, "companyGatewaysReducer", "$get$companyGatewaysReducer", () => { var t1 = type$.legacy_CompanyGatewayState, t2 = A.TypedReducer$(A.company_gateway_reducer___updateCompanyGateway$closure(), t1, A.findType("SaveCompanyGatewaySuccess*")), t3 = A.TypedReducer$(A.company_gateway_reducer___addCompanyGateway$closure(), t1, A.findType("AddCompanyGatewaySuccess*")), @@ -443850,25 +446084,13 @@ t9 = A.TypedReducer$(A.company_gateway_reducer___restoreCompanyGatewaySuccess$closure(), t1, A.findType("RestoreCompanyGatewaySuccess*")); 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($, "memoizedFilteredCompanyGatewayList", "$get$memoizedFilteredCompanyGatewayList", function() { - return A.memo5(new A.memoizedFilteredCompanyGatewayList_closure(), A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_String, type$.legacy_bool, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedCalculateCompanyGatewayProcessed", "$get$memoizedCalculateCompanyGatewayProcessed", function() { - return A.memo2(new A.memoizedCalculateCompanyGatewayProcessed_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_double); - }); - _lazyOld($, "memoizedClientStatsForCompanyGateway", "$get$memoizedClientStatsForCompanyGateway", function() { - return A.memo2(new A.memoizedClientStatsForCompanyGateway_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedPaymentStatsForCompanyGateway", "$get$memoizedPaymentStatsForCompanyGateway", function() { - return 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", function() { - return new A._$CompanyGatewayStateSerializer(); - }); - _lazyOld($, "_$companyGatewayUIStateSerializer", "$get$_$companyGatewayUIStateSerializer", function() { - return new A._$CompanyGatewayUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer1", "$get$forceSelectedReducer10", function() { + _lazyOld($, "memoizedFilteredCompanyGatewayList", "$get$memoizedFilteredCompanyGatewayList", () => A.memo5(new A.memoizedFilteredCompanyGatewayList_closure(), A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_String, type$.legacy_bool, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedCalculateCompanyGatewayProcessed", "$get$memoizedCalculateCompanyGatewayProcessed", () => A.memo2(new A.memoizedCalculateCompanyGatewayProcessed_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_double)); + _lazyOld($, "memoizedClientStatsForCompanyGateway", "$get$memoizedClientStatsForCompanyGateway", () => A.memo2(new A.memoizedClientStatsForCompanyGateway_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_EntityStats)); + _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", () => { 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), @@ -443880,24 +446102,24 @@ 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", function() { + _lazyOld($, "tabIndexReducer0", "$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); 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($, "historyActivityIdReducer", "$get$historyActivityIdReducer0", function() { + _lazyOld($, "historyActivityIdReducer", "$get$historyActivityIdReducer0", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.historyActivityIdReducer_closure0(), t1, type$.legacy_ShowPdfCredit); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingItemReducer", "$get$editingItemReducer0", function() { + _lazyOld($, "editingItemReducer", "$get$editingItemReducer0", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.editingItemReducer_closure1(), t1, type$.legacy_EditCredit), 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", function() { + _lazyOld($, "selectedIdReducer1", "$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*")), @@ -443920,7 +446142,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", function() { + _lazyOld($, "editingReducer1", "$get$editingReducer10", () => { var t17, t18, t19, t20, t1 = type$.legacy_InvoiceEntity, t2 = A.TypedReducer$(A.credit_reducer___updateEditing$closure(), t1, A.findType("SaveCreditSuccess*")), @@ -443947,7 +446169,7 @@ t20 = A.TypedReducer$(new A.editingReducer_closure57(), t1, A.findType("RemoveCreditContact*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t7.get$$call(), t8.get$$call(), t10.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t6.get$$call(), t17.get$$call(), t9.get$$call(), t11.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call()], type$.JSArray_of_legacy_legacy_InvoiceEntity_Function_2_legacy_InvoiceEntity_and_dynamic), t1); }); - _lazyOld($, "creditListReducer", "$get$creditListReducer", function() { + _lazyOld($, "creditListReducer", "$get$creditListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.credit_reducer___sortCredits$closure(), t1, A.findType("SortCredits*")), t3 = A.TypedReducer$(A.credit_reducer___filterCreditsByState$closure(), t1, A.findType("FilterCreditsByState*")), @@ -443964,7 +446186,7 @@ t14 = A.TypedReducer$(A.credit_reducer___viewCreditList$closure(), t1, type$.legacy_ViewCreditList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "creditsReducer", "$get$creditsReducer", function() { + _lazyOld($, "creditsReducer", "$get$creditsReducer", () => { var t1 = type$.legacy_CreditState, t2 = A.TypedReducer$(A.credit_reducer___updateCredit$closure(), t1, A.findType("SaveCreditSuccess*")), t3 = A.TypedReducer$(A.credit_reducer___addCredit$closure(), t1, A.findType("AddCreditSuccess*")), @@ -443977,105 +446199,53 @@ t10 = A.TypedReducer$(A.credit_reducer___restoreCreditSuccess$closure(), t1, A.findType("RestoreCreditsSuccess*")); 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()], A.findType("JSArray")), t1); }); - _lazyOld($, "memoizedDropdownCreditList", "$get$memoizedDropdownCreditList", function() { + _lazyOld($, "memoizedDropdownCreditList", "$get$memoizedDropdownCreditList", () => { var t1 = type$.legacy_List_legacy_String; return A.memo6(new A.memoizedDropdownCreditList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, t1, t1); }); - _lazyOld($, "memoizedFilteredCreditList", "$get$memoizedFilteredCreditList", function() { - return A.memo6(new A.memoizedFilteredCreditList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedCreditStatsForDesign", "$get$memoizedCreditStatsForDesign", function() { - return A.memo2(new A.memoizedCreditStatsForDesign_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedCreditStatsForClient", "$get$memoizedCreditStatsForClient", function() { - return A.memo2(new A.memoizedCreditStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedCreditStatsForUser", "$get$memoizedCreditStatsForUser", function() { - return A.memo2(new A.memoizedCreditStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "_$creditStateSerializer", "$get$_$creditStateSerializer", function() { - return new A._$CreditStateSerializer(); - }); - _lazyOld($, "_$creditUIStateSerializer", "$get$_$creditUIStateSerializer", function() { - return new A._$CreditUIStateSerializer(); - }); - _lazyOld($, "selectedEntitiesReducer", "$get$selectedEntitiesReducer", function() { + _lazyOld($, "memoizedFilteredCreditList", "$get$memoizedFilteredCreditList", () => A.memo6(new A.memoizedFilteredCreditList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedCreditStatsForDesign", "$get$memoizedCreditStatsForDesign", () => A.memo2(new A.memoizedCreditStatsForDesign_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedCreditStatsForClient", "$get$memoizedCreditStatsForClient", () => A.memo2(new A.memoizedCreditStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedCreditStatsForUser", "$get$memoizedCreditStatsForUser", () => A.memo2(new A.memoizedCreditStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "_$creditStateSerializer", "$get$_$creditStateSerializer", () => new A._$CreditStateSerializer()); + _lazyOld($, "_$creditUIStateSerializer", "$get$_$creditUIStateSerializer", () => new A._$CreditUIStateSerializer()); + _lazyOld($, "selectedEntitiesReducer", "$get$selectedEntitiesReducer", () => { var t1 = A.findType("BuiltMap*>*"), t2 = A.TypedReducer$(new A.selectedEntitiesReducer_closure(), t1, A.findType("UpdateDashboardSelection*")), t3 = A.TypedReducer$(new A.selectedEntitiesReducer_closure0(), t1, type$.legacy_SelectCompany); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], A.findType("JSArray*>*(BuiltMap*>*,@)*>")), t1); }); - _lazyOld($, "selectedEntityTypeReducer", "$get$selectedEntityTypeReducer", function() { + _lazyOld($, "selectedEntityTypeReducer", "$get$selectedEntityTypeReducer", () => { var t1 = type$.legacy_EntityType, t2 = A.TypedReducer$(new A.selectedEntityTypeReducer_closure(), t1, A.findType("UpdateDashboardEntityType*")); return A.combineReducers(A._setArrayType([t2.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "showSidebarReducer", "$get$showSidebarReducer", function() { + _lazyOld($, "showSidebarReducer", "$get$showSidebarReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.showSidebarReducer_closure(), t1, A.findType("UpdateDashboardSidebar*")); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "memoizedChartInvoices", "$get$memoizedChartInvoices", function() { - return A.memo5(new A.memoizedChartInvoices_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedPreviousChartInvoices", "$get$memoizedPreviousChartInvoices", function() { - return A.memo5(new A.memoizedPreviousChartInvoices_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedChartQuotes", "$get$memoizedChartQuotes", function() { - return A.memo5(new A.memoizedChartQuotes_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedPreviousChartQuotes", "$get$memoizedPreviousChartQuotes", function() { - return A.memo5(new A.memoizedPreviousChartQuotes_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedChartPayments", "$get$memoizedChartPayments", function() { - return A.memo6(new A.memoizedChartPayments_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedPreviousChartPayments", "$get$memoizedPreviousChartPayments", function() { - return A.memo6(new A.memoizedPreviousChartPayments_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedChartTasks", "$get$memoizedChartTasks", function() { - return A.memo8(new A.memoizedChartTasks_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedPreviousChartTasks", "$get$memoizedPreviousChartTasks", function() { - return A.memo8(new A.memoizedPreviousChartTasks_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedChartExpenses", "$get$memoizedChartExpenses", function() { - return A.memo5(new A.memoizedChartExpenses_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedPreviousChartExpenses", "$get$memoizedPreviousChartExpenses", function() { - return A.memo5(new A.memoizedPreviousChartExpenses_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_List_legacy_ChartDataGroup); - }); - _lazyOld($, "memoizedUpcomingInvoices", "$get$memoizedUpcomingInvoices", function() { - return A.memo2(new A.memoizedUpcomingInvoices_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_InvoiceEntity); - }); - _lazyOld($, "memoizedPastDueInvoices", "$get$memoizedPastDueInvoices", function() { - return A.memo2(new A.memoizedPastDueInvoices_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_InvoiceEntity); - }); - _lazyOld($, "memoizedRecentPayments", "$get$memoizedRecentPayments", function() { - return A.memo2(new A.memoizedRecentPayments_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_PaymentEntity); - }); - _lazyOld($, "memoizedUpcomingQuotes", "$get$memoizedUpcomingQuotes", function() { - return A.memo2(new A.memoizedUpcomingQuotes_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_InvoiceEntity); - }); - _lazyOld($, "memoizedExpiredQuotes", "$get$memoizedExpiredQuotes", function() { - return A.memo2(new A.memoizedExpiredQuotes_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_InvoiceEntity); - }); - _lazyOld($, "memoizedRunningTasks", "$get$memoizedRunningTasks", function() { - return A.memo2(new A.memoizedRunningTasks_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_TaskEntity); - }); - _lazyOld($, "memoizedRecentTasks", "$get$memoizedRecentTasks", function() { - return A.memo2(new A.memoizedRecentTasks_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_TaskEntity); - }); - _lazyOld($, "memoizedRecentExpenses", "$get$memoizedRecentExpenses", function() { - return 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", function() { - return new A._$DashboardUIStateSerializer(); - }); - _lazyOld($, "_$dashboardUISettingsSerializer", "$get$_$dashboardUISettingsSerializer", function() { - return new A._$DashboardUISettingsSerializer(); - }); - _lazyOld($, "forceSelectedReducer2", "$get$forceSelectedReducer11", function() { + _lazyOld($, "memoizedChartInvoices", "$get$memoizedChartInvoices", () => A.memo5(new A.memoizedChartInvoices_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedPreviousChartInvoices", "$get$memoizedPreviousChartInvoices", () => A.memo5(new A.memoizedPreviousChartInvoices_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedChartQuotes", "$get$memoizedChartQuotes", () => A.memo5(new A.memoizedChartQuotes_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedPreviousChartQuotes", "$get$memoizedPreviousChartQuotes", () => A.memo5(new A.memoizedPreviousChartQuotes_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedChartPayments", "$get$memoizedChartPayments", () => A.memo6(new A.memoizedChartPayments_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedPreviousChartPayments", "$get$memoizedPreviousChartPayments", () => A.memo6(new A.memoizedPreviousChartPayments_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedChartTasks", "$get$memoizedChartTasks", () => A.memo8(new A.memoizedChartTasks_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedPreviousChartTasks", "$get$memoizedPreviousChartTasks", () => A.memo8(new A.memoizedPreviousChartTasks_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedChartExpenses", "$get$memoizedChartExpenses", () => A.memo5(new A.memoizedChartExpenses_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedPreviousChartExpenses", "$get$memoizedPreviousChartExpenses", () => A.memo5(new A.memoizedPreviousChartExpenses_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, type$.legacy_DashboardUISettings, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_List_legacy_ChartDataGroup)); + _lazyOld($, "memoizedUpcomingInvoices", "$get$memoizedUpcomingInvoices", () => A.memo2(new A.memoizedUpcomingInvoices_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_InvoiceEntity)); + _lazyOld($, "memoizedPastDueInvoices", "$get$memoizedPastDueInvoices", () => A.memo2(new A.memoizedPastDueInvoices_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_InvoiceEntity)); + _lazyOld($, "memoizedRecentPayments", "$get$memoizedRecentPayments", () => A.memo2(new A.memoizedRecentPayments_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_PaymentEntity)); + _lazyOld($, "memoizedUpcomingQuotes", "$get$memoizedUpcomingQuotes", () => A.memo2(new A.memoizedUpcomingQuotes_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_InvoiceEntity)); + _lazyOld($, "memoizedExpiredQuotes", "$get$memoizedExpiredQuotes", () => A.memo2(new A.memoizedExpiredQuotes_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_InvoiceEntity)); + _lazyOld($, "memoizedRunningTasks", "$get$memoizedRunningTasks", () => A.memo2(new A.memoizedRunningTasks_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_TaskEntity)); + _lazyOld($, "memoizedRecentTasks", "$get$memoizedRecentTasks", () => A.memo2(new A.memoizedRecentTasks_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_List_legacy_TaskEntity)); + _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", () => { 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), @@ -444087,7 +446257,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", function() { + _lazyOld($, "selectedIdReducer2", "$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*")), @@ -444105,7 +446275,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", function() { + _lazyOld($, "editingReducer2", "$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*")), @@ -444117,7 +446287,7 @@ t9 = A.TypedReducer$(A.design_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($, "designListReducer", "$get$designListReducer", function() { + _lazyOld($, "designListReducer", "$get$designListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.design_reducer___sortDesigns$closure(), t1, A.findType("SortDesigns*")), t3 = A.TypedReducer$(A.design_reducer___filterDesignsByState$closure(), t1, A.findType("FilterDesignsByState*")), @@ -444131,7 +446301,7 @@ t11 = A.TypedReducer$(A.design_reducer___viewDesignList$closure(), t1, type$.legacy_ViewDesignList); 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($, "designsReducer", "$get$designsReducer", function() { + _lazyOld($, "designsReducer", "$get$designsReducer", () => { var t1 = type$.legacy_DesignState, t2 = A.TypedReducer$(A.design_reducer___updateDesign$closure(), t1, A.findType("SaveDesignSuccess*")), t3 = A.TypedReducer$(A.design_reducer___addDesign$closure(), t1, A.findType("AddDesignSuccess*")), @@ -444143,16 +446313,10 @@ t9 = A.TypedReducer$(A.design_reducer___restoreDesignSuccess$closure(), t1, A.findType("RestoreDesignsSuccess*")); 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($, "memoizedFilteredDesignList", "$get$memoizedFilteredDesignList", function() { - return 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", function() { - return new A._$DesignStateSerializer(); - }); - _lazyOld($, "_$designUIStateSerializer", "$get$_$designUIStateSerializer", function() { - return new A._$DesignUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer3", "$get$forceSelectedReducer5", function() { + _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", () => { 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), @@ -444164,7 +446328,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", function() { + _lazyOld($, "selectedIdReducer3", "$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*")), @@ -444181,7 +446345,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", function() { + _lazyOld($, "editingReducer3", "$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*")), @@ -444190,7 +446354,7 @@ t6 = A.TypedReducer$(new A.editingReducer_closure30(), t1, A.findType("UpdateDocument*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t6.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "documentListReducer", "$get$documentListReducer", function() { + _lazyOld($, "documentListReducer", "$get$documentListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.document_reducer___sortDocuments$closure(), t1, A.findType("SortDocuments*")), t3 = A.TypedReducer$(A.document_reducer___filterDocumentsByState$closure(), t1, A.findType("FilterDocumentsByState*")), @@ -444204,7 +446368,7 @@ t11 = A.TypedReducer$(A.document_reducer___viewDocumentList$closure(), t1, type$.legacy_ViewDocumentList); 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($, "documentsReducer", "$get$documentsReducer", function() { + _lazyOld($, "documentsReducer", "$get$documentsReducer", () => { var t1 = type$.legacy_DocumentState, t2 = A.TypedReducer$(A.document_reducer___updateDocument$closure(), t1, A.findType("SaveDocumentSuccess*")), t3 = A.TypedReducer$(A.document_reducer___setLoadedDocuments$closure(), t1, A.findType("LoadDocumentsSuccess*")), @@ -444214,16 +446378,10 @@ t7 = A.TypedReducer$(A.document_reducer___restoreDocumentSuccess$closure(), t1, A.findType("RestoreDocumentSuccess*")); 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($, "memoizedFilteredDocumentList", "$get$memoizedFilteredDocumentList", function() { - return 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", function() { - return new A._$DocumentStateSerializer(); - }); - _lazyOld($, "_$documentUIStateSerializer", "$get$_$documentUIStateSerializer", function() { - return new A._$DocumentUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer4", "$get$forceSelectedReducer4", function() { + _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", () => { 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), @@ -444235,13 +446393,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", function() { + _lazyOld($, "tabIndexReducer1", "$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", function() { + _lazyOld($, "selectedIdReducer4", "$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*")), @@ -444260,7 +446418,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", function() { + _lazyOld($, "editingReducer4", "$get$editingReducer4", () => { var t1 = type$.legacy_ExpenseEntity, t2 = A.TypedReducer$(A.expense_reducer___updateEditing$closure(), t1, A.findType("SaveExpenseSuccess*")), t3 = A.TypedReducer$(A.expense_reducer___updateEditing$closure(), t1, A.findType("AddExpenseSuccess*")), @@ -444272,7 +446430,7 @@ t9 = A.TypedReducer$(A.expense_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($, "expenseListReducer", "$get$expenseListReducer", function() { + _lazyOld($, "expenseListReducer", "$get$expenseListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.expense_reducer___sortExpenses$closure(), t1, A.findType("SortExpenses*")), t3 = A.TypedReducer$(A.expense_reducer___filterExpensesByState$closure(), t1, A.findType("FilterExpensesByState*")), @@ -444289,7 +446447,7 @@ t14 = A.TypedReducer$(A.expense_reducer___viewExpenseList$closure(), t1, type$.legacy_ViewExpenseList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "expensesReducer", "$get$expensesReducer", function() { + _lazyOld($, "expensesReducer", "$get$expensesReducer", () => { var t1 = type$.legacy_ExpenseState, t2 = A.TypedReducer$(A.expense_reducer___updateExpense$closure(), t1, A.findType("SaveExpenseSuccess*")), t3 = A.TypedReducer$(A.expense_reducer___addExpense$closure(), t1, A.findType("AddExpenseSuccess*")), @@ -444301,31 +446459,15 @@ t9 = A.TypedReducer$(A.expense_reducer___restoreExpenseSuccess$closure(), t1, A.findType("RestoreExpenseSuccess*")); 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($, "memoizedFilteredExpenseList", "$get$memoizedFilteredExpenseList", function() { - return A.memo9(new A.memoizedFilteredExpenseList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedExpenseStatsForVendor", "$get$memoizedExpenseStatsForVendor", function() { - return A.memo2(new A.memoizedExpenseStatsForVendor_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedExpenseStatsForClient", "$get$memoizedExpenseStatsForClient", function() { - return A.memo2(new A.memoizedExpenseStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedClientExpenseList", "$get$memoizedClientExpenseList", function() { - return A.memo2(new A.memoizedClientExpenseList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_String, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedExpenseStatsForProject", "$get$memoizedExpenseStatsForProject", function() { - return A.memo2(new A.memoizedExpenseStatsForProject_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedExpenseStatsForUser", "$get$memoizedExpenseStatsForUser", function() { - return 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", function() { - return new A._$ExpenseStateSerializer(); - }); - _lazyOld($, "_$expenseUIStateSerializer", "$get$_$expenseUIStateSerializer", function() { - return new A._$ExpenseUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer5", "$get$forceSelectedReducer16", function() { + _lazyOld($, "memoizedFilteredExpenseList", "$get$memoizedFilteredExpenseList", () => A.memo9(new A.memoizedFilteredExpenseList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedExpenseStatsForVendor", "$get$memoizedExpenseStatsForVendor", () => A.memo2(new A.memoizedExpenseStatsForVendor_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedExpenseStatsForClient", "$get$memoizedExpenseStatsForClient", () => A.memo2(new A.memoizedExpenseStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedClientExpenseList", "$get$memoizedClientExpenseList", () => A.memo2(new A.memoizedClientExpenseList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_String, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedExpenseStatsForProject", "$get$memoizedExpenseStatsForProject", () => A.memo2(new A.memoizedExpenseStatsForProject_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats)); + _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", () => { 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), @@ -444337,7 +446479,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", function() { + _lazyOld($, "selectedIdReducer5", "$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*")), @@ -444356,7 +446498,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", function() { + _lazyOld($, "editingReducer5", "$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*")), @@ -444368,7 +446510,7 @@ t9 = A.TypedReducer$(A.expense_category_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($, "expenseCategoryListReducer", "$get$expenseCategoryListReducer", function() { + _lazyOld($, "expenseCategoryListReducer", "$get$expenseCategoryListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.expense_category_reducer___sortExpenseCategories$closure(), t1, A.findType("SortExpenseCategories*")), t3 = A.TypedReducer$(A.expense_category_reducer___filterExpenseCategoriesByState$closure(), t1, A.findType("FilterExpenseCategoriesByState*")), @@ -444381,7 +446523,7 @@ t10 = A.TypedReducer$(A.expense_category_reducer___clearListMultiselect$closure(), t1, A.findType("ClearExpenseCategoryMultiselect*")); 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()], type$.JSArray_of_legacy_legacy_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "expenseCategoriesReducer", "$get$expenseCategoriesReducer", function() { + _lazyOld($, "expenseCategoriesReducer", "$get$expenseCategoriesReducer", () => { var t1 = type$.legacy_ExpenseCategoryState, t2 = A.TypedReducer$(A.expense_category_reducer___updateExpenseCategory$closure(), t1, A.findType("SaveExpenseCategorySuccess*")), t3 = A.TypedReducer$(A.expense_category_reducer___addExpenseCategory$closure(), t1, A.findType("AddExpenseCategorySuccess*")), @@ -444393,22 +446535,12 @@ t9 = A.TypedReducer$(A.expense_category_reducer___restoreExpenseCategorySuccess$closure(), t1, A.findType("RestoreExpenseCategoriesSuccess*")); 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($, "memoizedFilteredExpenseCategoryList", "$get$memoizedFilteredExpenseCategoryList", function() { - return A.memo4(new A.memoizedFilteredExpenseCategoryList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedCalculateExpenseCategoryAmount", "$get$memoizedCalculateExpenseCategoryAmount", function() { - return A.memo2(new A.memoizedCalculateExpenseCategoryAmount_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_double); - }); - _lazyOld($, "memoizedExpenseStatsForExpenseCategory", "$get$memoizedExpenseStatsForExpenseCategory", function() { - return 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", function() { - return new A._$ExpenseCategoryStateSerializer(); - }); - _lazyOld($, "_$expenseCategoryUIStateSerializer", "$get$_$expenseCategoryUIStateSerializer", function() { - return new A._$ExpenseCategoryUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer6", "$get$forceSelectedReducer6", function() { + _lazyOld($, "memoizedFilteredExpenseCategoryList", "$get$memoizedFilteredExpenseCategoryList", () => A.memo4(new A.memoizedFilteredExpenseCategoryList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedCalculateExpenseCategoryAmount", "$get$memoizedCalculateExpenseCategoryAmount", () => A.memo2(new A.memoizedCalculateExpenseCategoryAmount_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_double)); + _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", () => { 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), @@ -444416,7 +446548,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", function() { + _lazyOld($, "selectedIdReducer6", "$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*")), @@ -444432,7 +446564,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", function() { + _lazyOld($, "editingReducer6", "$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*")), @@ -444444,7 +446576,7 @@ t9 = A.TypedReducer$(A.group_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($, "groupListReducer", "$get$groupListReducer", function() { + _lazyOld($, "groupListReducer", "$get$groupListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.group_reducer___sortGroups$closure(), t1, A.findType("SortGroups*")), t3 = A.TypedReducer$(A.group_reducer___filterGroupsByState$closure(), t1, A.findType("FilterGroupsByState*")), @@ -444456,7 +446588,7 @@ t9 = A.TypedReducer$(A.group_reducer___viewGroupList$closure(), t1, type$.legacy_ViewGroupList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "groupsReducer", "$get$groupsReducer", function() { + _lazyOld($, "groupsReducer", "$get$groupsReducer", () => { var t1 = type$.legacy_GroupState, t2 = A.TypedReducer$(A.group_reducer___updateGroup$closure(), t1, A.findType("SaveGroupSuccess*")), t3 = A.TypedReducer$(A.group_reducer___addGroup$closure(), t1, A.findType("AddGroupSuccess*")), @@ -444468,19 +446600,11 @@ t9 = A.TypedReducer$(A.group_reducer___restoreGroupSuccess$closure(), t1, A.findType("RestoreGroupSuccess*")); 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($, "memoizedFilteredGroupList", "$get$memoizedFilteredGroupList", function() { - return A.memo4(new A.memoizedFilteredGroupList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedClientStatsForGroup", "$get$memoizedClientStatsForGroup", function() { - return 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", function() { - return new A._$GroupStateSerializer(); - }); - _lazyOld($, "_$groupUIStateSerializer", "$get$_$groupUIStateSerializer", function() { - return new A._$GroupUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer7", "$get$forceSelectedReducer20", function() { + _lazyOld($, "memoizedFilteredGroupList", "$get$memoizedFilteredGroupList", () => A.memo4(new A.memoizedFilteredGroupList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); + _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$forceSelectedReducer20", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure159(), t1, type$.legacy_ViewInvoice), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure160(), t1, type$.legacy_ViewInvoiceList), @@ -444492,24 +446616,24 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure166(), 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$tabIndexReducer9", function() { + _lazyOld($, "tabIndexReducer2", "$get$tabIndexReducer9", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure19(), t1, A.findType("UpdateInvoiceTab*")), t3 = A.TypedReducer$(new A.tabIndexReducer_closure20(), 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$historyActivityIdReducer2", function() { + _lazyOld($, "historyActivityIdReducer0", "$get$historyActivityIdReducer2", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.historyActivityIdReducer_closure2(), t1, type$.legacy_ShowPdfInvoice); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingItemIndexReducer", "$get$editingItemIndexReducer0", function() { + _lazyOld($, "editingItemIndexReducer", "$get$editingItemIndexReducer0", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.editingItemIndexReducer_closure1(), t1, type$.legacy_EditInvoice), 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$selectedIdReducer20", function() { + _lazyOld($, "selectedIdReducer7", "$get$selectedIdReducer20", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure316(), t1, A.findType("ArchiveInvoicesSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure317(), t1, A.findType("DeleteInvoicesSuccess*")), @@ -444532,7 +446656,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($, "editingReducer7", "$get$editingReducer20", function() { + _lazyOld($, "editingReducer7", "$get$editingReducer20", () => { var t17, t18, t19, t20, t1 = type$.legacy_InvoiceEntity, t2 = A.TypedReducer$(A.invoice_reducer___updateEditing$closure(), t1, A.findType("SaveInvoiceSuccess*")), @@ -444559,7 +446683,7 @@ t20 = A.TypedReducer$(new A.editingReducer_closure111(), t1, A.findType("RemoveInvoiceContact*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t7.get$$call(), t8.get$$call(), t10.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t6.get$$call(), t17.get$$call(), t9.get$$call(), t11.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call()], type$.JSArray_of_legacy_legacy_InvoiceEntity_Function_2_legacy_InvoiceEntity_and_dynamic), t1); }); - _lazyOld($, "invoiceListReducer", "$get$invoiceListReducer", function() { + _lazyOld($, "invoiceListReducer", "$get$invoiceListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.invoice_reducer___sortInvoices$closure(), t1, A.findType("SortInvoices*")), t3 = A.TypedReducer$(A.invoice_reducer___filterInvoicesByState$closure(), t1, A.findType("FilterInvoicesByState*")), @@ -444576,7 +446700,7 @@ t14 = A.TypedReducer$(A.invoice_reducer___viewInvoiceList$closure(), t1, type$.legacy_ViewInvoiceList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "invoicesReducer", "$get$invoicesReducer", function() { + _lazyOld($, "invoicesReducer", "$get$invoicesReducer", () => { var t1 = type$.legacy_InvoiceState, t2 = A.TypedReducer$(A.invoice_reducer___updateInvoice$closure(), t1, A.findType("SaveInvoiceSuccess*")), t3 = A.TypedReducer$(A.invoice_reducer___addInvoice$closure(), t1, A.findType("AddInvoiceSuccess*")), @@ -444593,36 +446717,20 @@ t14 = A.TypedReducer$(A.invoice_reducer___restoreInvoiceSuccess$closure(), t1, A.findType("RestoreInvoicesSuccess*")); 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()], A.findType("JSArray")), t1); }); - _lazyOld($, "memoizedDropdownInvoiceList", "$get$memoizedDropdownInvoiceList", function() { + _lazyOld($, "memoizedDropdownInvoiceList", "$get$memoizedDropdownInvoiceList", () => { var t1 = type$.legacy_String, t2 = type$.legacy_List_legacy_String; return A.memo7(new A.memoizedDropdownInvoiceList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltList_legacy_String, t1, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, t2, t1, t2); }); - _lazyOld($, "memoizedFilteredInvoiceList", "$get$memoizedFilteredInvoiceList", function() { - return A.memo8(new A.memoizedFilteredInvoiceList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_String, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedInvoiceStatsForClient", "$get$memoizedInvoiceStatsForClient", function() { - return A.memo2(new A.memoizedInvoiceStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedInvoiceStatsForDesign", "$get$memoizedInvoiceStatsForDesign", function() { - return A.memo2(new A.memoizedInvoiceStatsForDesign_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedInvoiceStatsForSubscription", "$get$memoizedInvoiceStatsForSubscription", function() { - return A.memo2(new A.memoizedInvoiceStatsForSubscription_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedInvoiceStatsForProject", "$get$memoizedInvoiceStatsForProject", function() { - return A.memo2(new A.memoizedInvoiceStatsForProject_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedInvoiceStatsForUser", "$get$memoizedInvoiceStatsForUser", function() { - return 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", function() { - return new A._$InvoiceStateSerializer(); - }); - _lazyOld($, "_$invoiceUIStateSerializer", "$get$_$invoiceUIStateSerializer", function() { - return new A._$InvoiceUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer8", "$get$forceSelectedReducer0", function() { + _lazyOld($, "memoizedFilteredInvoiceList", "$get$memoizedFilteredInvoiceList", () => A.memo8(new A.memoizedFilteredInvoiceList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_String, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedInvoiceStatsForClient", "$get$memoizedInvoiceStatsForClient", () => A.memo2(new A.memoizedInvoiceStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedInvoiceStatsForDesign", "$get$memoizedInvoiceStatsForDesign", () => A.memo2(new A.memoizedInvoiceStatsForDesign_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedInvoiceStatsForSubscription", "$get$memoizedInvoiceStatsForSubscription", () => A.memo2(new A.memoizedInvoiceStatsForSubscription_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedInvoiceStatsForProject", "$get$memoizedInvoiceStatsForProject", () => A.memo2(new A.memoizedInvoiceStatsForProject_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _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", () => { 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), @@ -444634,13 +446742,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", function() { + _lazyOld($, "tabIndexReducer3", "$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", function() { + _lazyOld($, "selectedIdReducer8", "$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*")), @@ -444660,7 +446768,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", function() { + _lazyOld($, "editingReducer8", "$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*")), @@ -444673,7 +446781,7 @@ t10 = A.TypedReducer$(A.payment_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(), t10.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "paymentListReducer", "$get$paymentListReducer", function() { + _lazyOld($, "paymentListReducer", "$get$paymentListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.payment_reducer___sortPayments$closure(), t1, A.findType("SortPayments*")), t3 = A.TypedReducer$(A.payment_reducer___filterPaymentsByState$closure(), t1, A.findType("FilterPaymentsByState*")), @@ -444689,7 +446797,7 @@ t13 = A.TypedReducer$(A.payment_reducer___viewPaymentList$closure(), t1, type$.legacy_ViewPaymentList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "paymentsReducer", "$get$paymentsReducer", function() { + _lazyOld($, "paymentsReducer", "$get$paymentsReducer", () => { var t1 = type$.legacy_PaymentState, t2 = A.TypedReducer$(A.payment_reducer___updatePayment$closure(), t1, A.findType("SavePaymentSuccess*")), t3 = A.TypedReducer$(A.payment_reducer___addPayment$closure(), t1, A.findType("AddPaymentSuccess*")), @@ -444701,25 +446809,13 @@ t9 = A.TypedReducer$(A.payment_reducer___restorePaymentSuccess$closure(), t1, A.findType("RestorePaymentsSuccess*")); 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($, "memoizedPaymentsByInvoice", "$get$memoizedPaymentsByInvoice", function() { - return A.memo3(new A.memoizedPaymentsByInvoice_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_List_legacy_PaymentEntity); - }); - _lazyOld($, "memoizedPaymentsByCredit", "$get$memoizedPaymentsByCredit", function() { - return A.memo3(new A.memoizedPaymentsByCredit_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_List_legacy_PaymentEntity); - }); - _lazyOld($, "memoizedFilteredPaymentList", "$get$memoizedFilteredPaymentList", function() { - return A.memo7(new A.memoizedFilteredPaymentList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_ListUIState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedPaymentStatsForClient", "$get$memoizedPaymentStatsForClient", function() { - return 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", function() { - return new A._$PaymentStateSerializer(); - }); - _lazyOld($, "_$paymentUIStateSerializer", "$get$_$paymentUIStateSerializer", function() { - return new A._$PaymentUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer9", "$get$forceSelectedReducer12", function() { + _lazyOld($, "memoizedPaymentsByInvoice", "$get$memoizedPaymentsByInvoice", () => A.memo3(new A.memoizedPaymentsByInvoice_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_List_legacy_PaymentEntity)); + _lazyOld($, "memoizedPaymentsByCredit", "$get$memoizedPaymentsByCredit", () => A.memo3(new A.memoizedPaymentsByCredit_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_List_legacy_PaymentEntity)); + _lazyOld($, "memoizedFilteredPaymentList", "$get$memoizedFilteredPaymentList", () => A.memo8(new A.memoizedFilteredPaymentList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, A.findType("BuiltMap*"), type$.legacy_ListUIState, type$.legacy_List_legacy_String)); + _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", () => { 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), @@ -444731,7 +446827,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", function() { + _lazyOld($, "selectedIdReducer9", "$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*")), @@ -444749,7 +446845,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", function() { + _lazyOld($, "editingReducer9", "$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*")), @@ -444761,7 +446857,7 @@ t9 = A.TypedReducer$(A.payment_term_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($, "paymentTermListReducer", "$get$paymentTermListReducer", function() { + _lazyOld($, "paymentTermListReducer", "$get$paymentTermListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.payment_term_reducer___sortPaymentTerms$closure(), t1, A.findType("SortPaymentTerms*")), t3 = A.TypedReducer$(A.payment_term_reducer___filterPaymentTermsByState$closure(), t1, A.findType("FilterPaymentTermsByState*")), @@ -444775,7 +446871,7 @@ t11 = A.TypedReducer$(A.payment_term_reducer___viewPaymentTermList$closure(), t1, type$.legacy_ViewPaymentTermList); 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($, "paymentTermsReducer", "$get$paymentTermsReducer", function() { + _lazyOld($, "paymentTermsReducer", "$get$paymentTermsReducer", () => { var t1 = type$.legacy_PaymentTermState, t2 = A.TypedReducer$(A.payment_term_reducer___updatePaymentTerm$closure(), t1, A.findType("SavePaymentTermSuccess*")), t3 = A.TypedReducer$(A.payment_term_reducer___addPaymentTerm$closure(), t1, A.findType("AddPaymentTermSuccess*")), @@ -444787,19 +446883,11 @@ t9 = A.TypedReducer$(A.payment_term_reducer___restorePaymentTermSuccess$closure(), t1, A.findType("RestorePaymentTermsSuccess*")); 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($, "memoizedDropdownPaymentTermList", "$get$memoizedDropdownPaymentTermList", function() { - return A.memo2(new A.memoizedDropdownPaymentTermList_closure(), A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedFilteredPaymentTermList", "$get$memoizedFilteredPaymentTermList", function() { - return 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", function() { - return new A._$PaymentTermStateSerializer(); - }); - _lazyOld($, "_$paymentTermUIStateSerializer", "$get$_$paymentTermUIStateSerializer", function() { - return new A._$PaymentTermUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer10", "$get$forceSelectedReducer22", function() { + _lazyOld($, "memoizedDropdownPaymentTermList", "$get$memoizedDropdownPaymentTermList", () => A.memo2(new A.memoizedDropdownPaymentTermList_closure(), A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_List_legacy_String)); + _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$forceSelectedReducer22", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.forceSelectedReducer_closure175(), t1, type$.legacy_ViewProduct), t3 = A.TypedReducer$(new A.forceSelectedReducer_closure176(), t1, type$.legacy_ViewProductList), @@ -444811,13 +446899,13 @@ t9 = A.TypedReducer$(new A.forceSelectedReducer_closure182(), 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$tabIndexReducer11", function() { + _lazyOld($, "tabIndexReducer4", "$get$tabIndexReducer11", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.tabIndexReducer_closure23(), t1, A.findType("UpdateProductTab*")), 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($, "editingReducer10", "$get$editingReducer22", function() { + _lazyOld($, "editingReducer10", "$get$editingReducer22", () => { 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*")), @@ -444829,7 +446917,7 @@ 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$selectedIdReducer22", function() { + _lazyOld($, "selectedIdReducer10", "$get$selectedIdReducer22", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.selectedIdReducer_closure352(), t1, A.findType("ArchiveProductsSuccess*")), t3 = A.TypedReducer$(new A.selectedIdReducer_closure353(), t1, A.findType("DeleteProductsSuccess*")), @@ -444847,7 +446935,7 @@ t15 = A.TypedReducer$(new A.selectedIdReducer_closure365(), 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", function() { + _lazyOld($, "productListReducer", "$get$productListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.product_reducer___sortProducts$closure(), t1, A.findType("SortProducts*")), t3 = A.TypedReducer$(A.product_reducer___filterProducts$closure(), t1, A.findType("FilterProducts*")), @@ -444863,7 +446951,7 @@ t13 = A.TypedReducer$(A.product_reducer___viewClientList$closure(), t1, type$.legacy_ViewProductList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "productsReducer", "$get$productsReducer", function() { + _lazyOld($, "productsReducer", "$get$productsReducer", () => { var t1 = type$.legacy_ProductState, t2 = A.TypedReducer$(A.product_reducer___updateProduct$closure(), t1, A.findType("SaveProductSuccess*")), t3 = A.TypedReducer$(A.product_reducer___addProduct$closure(), t1, A.findType("AddProductSuccess*")), @@ -444875,22 +446963,12 @@ t9 = A.TypedReducer$(A.product_reducer___restoreProductSuccess$closure(), t1, A.findType("RestoreProductsSuccess*")); 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($, "memoizedDropdownProductList", "$get$memoizedDropdownProductList", function() { - return A.memo3(new A.memoizedDropdownProductList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedProductList", "$get$memoizedProductList", function() { - return A.memo1(new A.memoizedProductList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedFilteredProductList", "$get$memoizedFilteredProductList", function() { - return 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", function() { - return new A._$ProductStateSerializer(); - }); - _lazyOld($, "_$productUIStateSerializer", "$get$_$productUIStateSerializer", function() { - return new A._$ProductUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer11", "$get$forceSelectedReducer1", function() { + _lazyOld($, "memoizedDropdownProductList", "$get$memoizedDropdownProductList", () => A.memo3(new A.memoizedDropdownProductList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedProductList", "$get$memoizedProductList", () => A.memo1(new A.memoizedProductList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_List_legacy_String)); + _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", () => { 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), @@ -444902,23 +446980,23 @@ 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", function() { + _lazyOld($, "tabIndexReducer5", "$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); 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($, "saveCompleterReducer0", "$get$saveCompleterReducer", function() { + _lazyOld($, "saveCompleterReducer0", "$get$saveCompleterReducer", () => { var t1 = type$.legacy_Completer_legacy_SelectableEntity, t2 = A.TypedReducer$(new A.saveCompleterReducer_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($, "cancelCompleterReducer0", "$get$cancelCompleterReducer", function() { + _lazyOld($, "cancelCompleterReducer0", "$get$cancelCompleterReducer", () => { var t1 = type$.legacy_Completer_legacy_SelectableEntity, 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", function() { + _lazyOld($, "selectedIdReducer11", "$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*")), @@ -444937,7 +447015,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", function() { + _lazyOld($, "editingReducer11", "$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*")), @@ -444949,7 +447027,7 @@ t9 = A.TypedReducer$(A.project_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($, "projectListReducer", "$get$projectListReducer", function() { + _lazyOld($, "projectListReducer", "$get$projectListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.project_reducer___sortProjects$closure(), t1, A.findType("SortProjects*")), t3 = A.TypedReducer$(A.project_reducer___filterProjectsByState$closure(), t1, A.findType("FilterProjectsByState*")), @@ -444965,7 +447043,7 @@ t13 = A.TypedReducer$(A.project_reducer___viewProjectList$closure(), t1, type$.legacy_ViewProjectList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "projectsReducer", "$get$projectsReducer", function() { + _lazyOld($, "projectsReducer", "$get$projectsReducer", () => { var t1 = type$.legacy_ProjectState, t2 = A.TypedReducer$(A.project_reducer___updateProject$closure(), t1, A.findType("SaveProjectSuccess*")), t3 = A.TypedReducer$(A.project_reducer___addProject$closure(), t1, A.findType("AddProjectSuccess*")), @@ -444977,25 +447055,13 @@ t9 = A.TypedReducer$(A.project_reducer___restoreProjectSuccess$closure(), t1, A.findType("RestoreProjectSuccess*")); 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($, "memoizedDropdownProjectList", "$get$memoizedDropdownProjectList", function() { - return A.memo5(new A.memoizedDropdownProjectList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_String, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedFilteredProjectList", "$get$memoizedFilteredProjectList", function() { - return A.memo6(new A.memoizedFilteredProjectList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedProjectStatsForClient", "$get$memoizedProjectStatsForClient", function() { - return A.memo2(new A.memoizedProjectStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedProjectStatsForUser", "$get$memoizedProjectStatsForUser", function() { - return 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", function() { - return new A._$ProjectStateSerializer(); - }); - _lazyOld($, "_$projectUIStateSerializer", "$get$_$projectUIStateSerializer", function() { - return new A._$ProjectUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer12", "$get$forceSelectedReducer", function() { + _lazyOld($, "memoizedDropdownProjectList", "$get$memoizedDropdownProjectList", () => A.memo5(new A.memoizedDropdownProjectList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_String, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedFilteredProjectList", "$get$memoizedFilteredProjectList", () => A.memo6(new A.memoizedFilteredProjectList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedProjectStatsForClient", "$get$memoizedProjectStatsForClient", () => A.memo2(new A.memoizedProjectStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_EntityStats)); + _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$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), @@ -445007,24 +447073,24 @@ 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($, "tabIndexReducer6", "$get$tabIndexReducer", function() { + _lazyOld($, "tabIndexReducer6", "$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); 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($, "historyActivityIdReducer1", "$get$historyActivityIdReducer", function() { + _lazyOld($, "historyActivityIdReducer1", "$get$historyActivityIdReducer", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.historyActivityIdReducer_closure(), t1, type$.legacy_ShowPdfQuote); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingItemReducer0", "$get$editingItemReducer", function() { + _lazyOld($, "editingItemReducer0", "$get$editingItemReducer", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.editingItemReducer_closure(), t1, type$.legacy_EditQuote), 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($, "selectedIdReducer12", "$get$selectedIdReducer", function() { + _lazyOld($, "selectedIdReducer12", "$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*")), @@ -445047,7 +447113,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($, "editingReducer12", "$get$editingReducer", function() { + _lazyOld($, "editingReducer12", "$get$editingReducer", () => { var t17, t18, t19, t20, t1 = type$.legacy_InvoiceEntity, t2 = A.TypedReducer$(A.quote_reducer___updateEditing$closure(), t1, A.findType("SaveQuoteSuccess*")), @@ -445074,7 +447140,7 @@ t20 = A.TypedReducer$(new A.editingReducer_closure9(), t1, A.findType("RemoveQuoteContact*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t7.get$$call(), t8.get$$call(), t10.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t6.get$$call(), t17.get$$call(), t9.get$$call(), t11.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call()], type$.JSArray_of_legacy_legacy_InvoiceEntity_Function_2_legacy_InvoiceEntity_and_dynamic), t1); }); - _lazyOld($, "quoteListReducer", "$get$quoteListReducer", function() { + _lazyOld($, "quoteListReducer", "$get$quoteListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.quote_reducer___sortQuotes$closure(), t1, A.findType("SortQuotes*")), t3 = A.TypedReducer$(A.quote_reducer___filterQuotesByState$closure(), t1, A.findType("FilterQuotesByState*")), @@ -445091,7 +447157,7 @@ t14 = A.TypedReducer$(A.quote_reducer___viewQuoteList$closure(), t1, type$.legacy_ViewQuoteList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "quotesReducer", "$get$quotesReducer", function() { + _lazyOld($, "quotesReducer", "$get$quotesReducer", () => { var t1 = type$.legacy_QuoteState, t2 = A.TypedReducer$(A.quote_reducer___updateQuote$closure(), t1, A.findType("SaveQuoteSuccess*")), t3 = A.TypedReducer$(A.quote_reducer___addQuote$closure(), t1, A.findType("AddQuoteSuccess*")), @@ -445105,25 +447171,13 @@ t11 = A.TypedReducer$(A.quote_reducer___convertQuoteSuccess$closure(), t1, A.findType("ConvertQuoteSuccess*")); 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()], A.findType("JSArray")), t1); }); - _lazyOld($, "memoizedFilteredQuoteList", "$get$memoizedFilteredQuoteList", function() { - return A.memo6(new A.memoizedFilteredQuoteList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedQuoteStatsForClient", "$get$memoizedQuoteStatsForClient", function() { - return A.memo2(new A.memoizedQuoteStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedQuoteStatsForDesign", "$get$memoizedQuoteStatsForDesign", function() { - return A.memo2(new A.memoizedQuoteStatsForDesign_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedQuoteStatsForUser", "$get$memoizedQuoteStatsForUser", function() { - return 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", function() { - return new A._$QuoteStateSerializer(); - }); - _lazyOld($, "_$quoteUIStateSerializer", "$get$_$quoteUIStateSerializer", function() { - return new A._$QuoteUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer13", "$get$forceSelectedReducer19", function() { + _lazyOld($, "memoizedFilteredQuoteList", "$get$memoizedFilteredQuoteList", () => A.memo6(new A.memoizedFilteredQuoteList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedQuoteStatsForClient", "$get$memoizedQuoteStatsForClient", () => A.memo2(new A.memoizedQuoteStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedQuoteStatsForDesign", "$get$memoizedQuoteStatsForDesign", () => A.memo2(new A.memoizedQuoteStatsForDesign_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _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($, "forceSelectedReducer13", "$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), @@ -445135,13 +447189,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($, "tabIndexReducer7", "$get$tabIndexReducer8", function() { + _lazyOld($, "tabIndexReducer7", "$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($, "selectedIdReducer13", "$get$selectedIdReducer19", function() { + _lazyOld($, "selectedIdReducer13", "$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*")), @@ -445160,7 +447214,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($, "editingReducer13", "$get$editingReducer19", function() { + _lazyOld($, "editingReducer13", "$get$editingReducer19", () => { var t1 = type$.legacy_ExpenseEntity, t2 = A.TypedReducer$(A.recurring_expense_reducer___updateEditing$closure(), t1, A.findType("SaveRecurringExpenseSuccess*")), t3 = A.TypedReducer$(A.recurring_expense_reducer___updateEditing$closure(), t1, A.findType("AddRecurringExpenseSuccess*")), @@ -445172,7 +447226,7 @@ t9 = A.TypedReducer$(A.recurring_expense_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($, "recurringExpenseListReducer", "$get$recurringExpenseListReducer", function() { + _lazyOld($, "recurringExpenseListReducer", "$get$recurringExpenseListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.recurring_expense_reducer___sortRecurringExpenses$closure(), t1, A.findType("SortRecurringExpenses*")), t3 = A.TypedReducer$(A.recurring_expense_reducer___filterRecurringExpensesByState$closure(), t1, A.findType("FilterRecurringExpensesByState*")), @@ -445186,7 +447240,7 @@ t11 = A.TypedReducer$(A.recurring_expense_reducer___viewRecurringExpenseList$closure(), t1, type$.legacy_ViewRecurringExpenseList); 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($, "recurringExpensesReducer", "$get$recurringExpensesReducer", function() { + _lazyOld($, "recurringExpensesReducer", "$get$recurringExpensesReducer", () => { var t1 = type$.legacy_RecurringExpenseState, t2 = A.TypedReducer$(A.recurring_expense_reducer___updateRecurringExpense$closure(), t1, A.findType("SaveRecurringExpenseSuccess*")), t3 = A.TypedReducer$(A.recurring_expense_reducer___addRecurringExpense$closure(), t1, A.findType("AddRecurringExpenseSuccess*")), @@ -445200,28 +447254,14 @@ t11 = A.TypedReducer$(A.recurring_expense_reducer___restoreRecurringExpenseSuccess$closure(), t1, A.findType("RestoreRecurringExpensesSuccess*")); 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()], A.findType("JSArray")), t1); }); - _lazyOld($, "memoizedFilteredRecurringExpenseList", "$get$memoizedFilteredRecurringExpenseList", function() { - return A.memo9(new A.memoizedFilteredRecurringExpenseList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedRecurringExpenseStatsForClient", "$get$memoizedRecurringExpenseStatsForClient", function() { - return A.memo2(new A.memoizedRecurringExpenseStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedRecurringExpenseStatsForVendor", "$get$memoizedRecurringExpenseStatsForVendor", function() { - return A.memo2(new A.memoizedRecurringExpenseStatsForVendor_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedRecurringExpenseStatsForUser", "$get$memoizedRecurringExpenseStatsForUser", function() { - return A.memo2(new A.memoizedRecurringExpenseStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedRecurringExpenseStatsForExpense", "$get$memoizedRecurringExpenseStatsForExpense", function() { - return 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", function() { - return new A._$RecurringExpenseStateSerializer(); - }); - _lazyOld($, "_$recurringExpenseUIStateSerializer", "$get$_$recurringExpenseUIStateSerializer", function() { - return new A._$RecurringExpenseUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer14", "$get$forceSelectedReducer15", function() { + _lazyOld($, "memoizedFilteredRecurringExpenseList", "$get$memoizedFilteredRecurringExpenseList", () => A.memo9(new A.memoizedFilteredRecurringExpenseList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedRecurringExpenseStatsForClient", "$get$memoizedRecurringExpenseStatsForClient", () => A.memo2(new A.memoizedRecurringExpenseStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedRecurringExpenseStatsForVendor", "$get$memoizedRecurringExpenseStatsForVendor", () => A.memo2(new A.memoizedRecurringExpenseStatsForVendor_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedRecurringExpenseStatsForUser", "$get$memoizedRecurringExpenseStatsForUser", () => A.memo2(new A.memoizedRecurringExpenseStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats)); + _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($, "forceSelectedReducer14", "$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), @@ -445233,24 +447273,24 @@ 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($, "tabIndexReducer8", "$get$tabIndexReducer6", function() { + _lazyOld($, "tabIndexReducer8", "$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); 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($, "historyActivityIdReducer2", "$get$historyActivityIdReducer1", function() { + _lazyOld($, "historyActivityIdReducer2", "$get$historyActivityIdReducer1", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.historyActivityIdReducer_closure1(), t1, type$.legacy_ShowPdfRecurringInvoice); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "editingItemIndexReducer0", "$get$editingItemIndexReducer", function() { + _lazyOld($, "editingItemIndexReducer0", "$get$editingItemIndexReducer", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.editingItemIndexReducer_closure(), t1, type$.legacy_EditRecurringInvoice), 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($, "selectedIdReducer14", "$get$selectedIdReducer15", function() { + _lazyOld($, "selectedIdReducer14", "$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*")), @@ -445273,7 +447313,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($, "editingReducer14", "$get$editingReducer15", function() { + _lazyOld($, "editingReducer14", "$get$editingReducer15", () => { var t17, t18, t19, t20, t1 = type$.legacy_InvoiceEntity, t2 = A.TypedReducer$(A.recurring_invoice_reducer___updateEditing$closure(), t1, A.findType("SaveRecurringInvoiceSuccess*")), @@ -445300,7 +447340,7 @@ t20 = A.TypedReducer$(new A.editingReducer_closure84(), t1, A.findType("RemoveRecurringInvoiceContact*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call(), t5.get$$call(), t7.get$$call(), t8.get$$call(), t10.get$$call(), t12.get$$call(), t13.get$$call(), t14.get$$call(), t15.get$$call(), t16.get$$call(), t6.get$$call(), t17.get$$call(), t9.get$$call(), t11.get$$call(), t18.get$$call(), t19.get$$call(), t20.get$$call()], type$.JSArray_of_legacy_legacy_InvoiceEntity_Function_2_legacy_InvoiceEntity_and_dynamic), t1); }); - _lazyOld($, "recurringInvoiceListReducer", "$get$recurringInvoiceListReducer", function() { + _lazyOld($, "recurringInvoiceListReducer", "$get$recurringInvoiceListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.recurring_invoice_reducer___sortRecurringInvoices$closure(), t1, A.findType("SortRecurringInvoices*")), t3 = A.TypedReducer$(A.recurring_invoice_reducer___filterRecurringInvoicesByState$closure(), t1, A.findType("FilterRecurringInvoicesByState*")), @@ -445316,7 +447356,7 @@ t13 = A.TypedReducer$(A.recurring_invoice_reducer___clearListMultiselect$closure(), t1, A.findType("ClearRecurringInvoiceMultiselect*")); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "recurringInvoicesReducer", "$get$recurringInvoicesReducer", function() { + _lazyOld($, "recurringInvoicesReducer", "$get$recurringInvoicesReducer", () => { var t1 = type$.legacy_RecurringInvoiceState, t2 = A.TypedReducer$(A.recurring_invoice_reducer___updateRecurringInvoice$closure(), t1, A.findType("SaveRecurringInvoiceSuccess*")), t3 = A.TypedReducer$(A.recurring_invoice_reducer___addRecurringInvoice$closure(), t1, A.findType("AddRecurringInvoiceSuccess*")), @@ -445331,34 +447371,16 @@ t12 = A.TypedReducer$(A.recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure(), t1, A.findType("RestoreRecurringInvoicesSuccess*")); 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()], A.findType("JSArray")), t1); }); - _lazyOld($, "memoizedFilteredRecurringInvoiceList", "$get$memoizedFilteredRecurringInvoiceList", function() { - return A.memo6(new A.memoizedFilteredRecurringInvoiceList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedRecurringInvoiceStatsForClient", "$get$memoizedRecurringInvoiceStatsForClient", function() { - return A.memo2(new A.memoizedRecurringInvoiceStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedRecurringInvoiceStatsForUser", "$get$memoizedRecurringInvoiceStatsForUser", function() { - return A.memo2(new A.memoizedRecurringInvoiceStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedRecurringInvoiceStatsForInvoice", "$get$memoizedRecurringInvoiceStatsForInvoice", function() { - return A.memo2(new A.memoizedRecurringInvoiceStatsForInvoice_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedRecurringInvoiceStatsForDesign", "$get$memoizedRecurringInvoiceStatsForDesign", function() { - return A.memo2(new A.memoizedRecurringInvoiceStatsForDesign_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedRecurringInvoiceStatsForSubscription", "$get$memoizedRecurringInvoiceStatsForSubscription", function() { - return A.memo2(new A.memoizedRecurringInvoiceStatsForSubscription_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "_$recurringInvoiceStateSerializer", "$get$_$recurringInvoiceStateSerializer", function() { - return new A._$RecurringInvoiceStateSerializer(); - }); - _lazyOld($, "_$recurringInvoiceUIStateSerializer", "$get$_$recurringInvoiceUIStateSerializer", function() { - return new A._$RecurringInvoiceUIStateSerializer(); - }); - _lazyOld($, "_$reportsUIStateSerializer", "$get$_$reportsUIStateSerializer", function() { - return new A._$ReportsUIStateSerializer(); - }); - _lazyOld($, "settingsUIReducer", "$get$settingsUIReducer", function() { + _lazyOld($, "memoizedFilteredRecurringInvoiceList", "$get$memoizedFilteredRecurringInvoiceList", () => A.memo6(new A.memoizedFilteredRecurringInvoiceList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedRecurringInvoiceStatsForClient", "$get$memoizedRecurringInvoiceStatsForClient", () => A.memo2(new A.memoizedRecurringInvoiceStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedRecurringInvoiceStatsForUser", "$get$memoizedRecurringInvoiceStatsForUser", () => A.memo2(new A.memoizedRecurringInvoiceStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedRecurringInvoiceStatsForInvoice", "$get$memoizedRecurringInvoiceStatsForInvoice", () => A.memo2(new A.memoizedRecurringInvoiceStatsForInvoice_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedRecurringInvoiceStatsForDesign", "$get$memoizedRecurringInvoiceStatsForDesign", () => A.memo2(new A.memoizedRecurringInvoiceStatsForDesign_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedRecurringInvoiceStatsForSubscription", "$get$memoizedRecurringInvoiceStatsForSubscription", () => A.memo2(new A.memoizedRecurringInvoiceStatsForSubscription_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_EntityStats)); + _lazyOld($, "_$recurringInvoiceStateSerializer", "$get$_$recurringInvoiceStateSerializer", () => new A._$RecurringInvoiceStateSerializer()); + _lazyOld($, "_$recurringInvoiceUIStateSerializer", "$get$_$recurringInvoiceUIStateSerializer", () => new A._$RecurringInvoiceUIStateSerializer()); + _lazyOld($, "_$reportsUIStateSerializer", "$get$_$reportsUIStateSerializer", () => new A._$ReportsUIStateSerializer()); + _lazyOld($, "settingsUIReducer", "$get$settingsUIReducer", () => { var t1 = type$.legacy_SettingsUIState, t2 = A.TypedReducer$(new A.settingsUIReducer_closure(), t1, type$.legacy_ViewSettings), t3 = A.TypedReducer$(new A.settingsUIReducer_closure0(), t1, A.findType("UpdateCompany*")), @@ -445376,48 +447398,24 @@ t15 = A.TypedReducer$(new A.settingsUIReducer_closure12(), t1, A.findType("UpdatedSetting*")); 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($, "staticReducer", "$get$staticReducer", function() { + _lazyOld($, "staticReducer", "$get$staticReducer", () => { var t1 = type$.legacy_StaticState, t2 = A.TypedReducer$(A.static_reducer__staticLoadedReducer$closure(), t1, A.findType("LoadStaticSuccess*")); return A.combineReducers(A._setArrayType([t2.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "memoizedCountryList", "$get$memoizedCountryList", function() { - return A.memo1(new A.memoizedCountryList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedGroupList", "$get$memoizedGroupList", function() { - return A.memo1(new A.memoizedGroupList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedLanguageList", "$get$memoizedLanguageList", function() { - return A.memo1(new A.memoizedLanguageList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedCurrencyList", "$get$memoizedCurrencyList", function() { - return A.memo1(new A.memoizedCurrencyList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedTimezoneList", "$get$memoizedTimezoneList", function() { - return A.memo1(new A.memoizedTimezoneList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedDateFormatList", "$get$memoizedDateFormatList", function() { - return A.memo1(new A.memoizedDateFormatList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedIndustryList", "$get$memoizedIndustryList", function() { - return A.memo1(new A.memoizedIndustryList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedSizeList", "$get$memoizedSizeList", function() { - return A.memo1(new A.memoizedSizeList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedGatewayList", "$get$memoizedGatewayList", function() { - return A.memo1(new A.memoizedGatewayList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedPaymentTypeList", "$get$memoizedPaymentTypeList", function() { - return A.memo1(new A.memoizedPaymentTypeList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedFontMap", "$get$memoizedFontMap", function() { - return A.memo1(new A.memoizedFontMap_closure(), type$.legacy_List_dynamic, A.findType("BuiltMap*")); - }); - _lazyOld($, "_$staticStateSerializer", "$get$_$staticStateSerializer", function() { - return new A._$StaticStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer15", "$get$forceSelectedReducer18", function() { + _lazyOld($, "memoizedCountryList", "$get$memoizedCountryList", () => A.memo1(new A.memoizedCountryList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedGroupList", "$get$memoizedGroupList", () => A.memo1(new A.memoizedGroupList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedLanguageList", "$get$memoizedLanguageList", () => A.memo1(new A.memoizedLanguageList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedCurrencyList", "$get$memoizedCurrencyList", () => A.memo1(new A.memoizedCurrencyList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedTimezoneList", "$get$memoizedTimezoneList", () => A.memo1(new A.memoizedTimezoneList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedDateFormatList", "$get$memoizedDateFormatList", () => A.memo1(new A.memoizedDateFormatList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedIndustryList", "$get$memoizedIndustryList", () => A.memo1(new A.memoizedIndustryList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedSizeList", "$get$memoizedSizeList", () => A.memo1(new A.memoizedSizeList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedGatewayList", "$get$memoizedGatewayList", () => A.memo1(new A.memoizedGatewayList_closure(), A.findType("BuiltMap*"), type$.legacy_List_legacy_String)); + _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($, "forceSelectedReducer15", "$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), @@ -445429,13 +447427,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($, "tabIndexReducer9", "$get$tabIndexReducer7", function() { + _lazyOld($, "tabIndexReducer9", "$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($, "selectedIdReducer15", "$get$selectedIdReducer18", function() { + _lazyOld($, "selectedIdReducer15", "$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*")), @@ -445454,7 +447452,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($, "editingReducer15", "$get$editingReducer18", function() { + _lazyOld($, "editingReducer15", "$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*")), @@ -445466,7 +447464,7 @@ t9 = A.TypedReducer$(A.subscription_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($, "subscriptionListReducer", "$get$subscriptionListReducer", function() { + _lazyOld($, "subscriptionListReducer", "$get$subscriptionListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.subscription_reducer___sortSubscriptions$closure(), t1, A.findType("SortSubscriptions*")), t3 = A.TypedReducer$(A.subscription_reducer___filterSubscriptionsByState$closure(), t1, A.findType("FilterSubscriptionsByState*")), @@ -445479,7 +447477,7 @@ t10 = A.TypedReducer$(A.subscription_reducer___clearListMultiselect$closure(), t1, A.findType("ClearSubscriptionMultiselect*")); 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()], type$.JSArray_of_legacy_legacy_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "subscriptionsReducer", "$get$subscriptionsReducer", function() { + _lazyOld($, "subscriptionsReducer", "$get$subscriptionsReducer", () => { var t1 = type$.legacy_SubscriptionState, t2 = A.TypedReducer$(A.subscription_reducer___updateSubscription$closure(), t1, A.findType("SaveSubscriptionSuccess*")), t3 = A.TypedReducer$(A.subscription_reducer___addSubscription$closure(), t1, A.findType("AddSubscriptionSuccess*")), @@ -445491,16 +447489,10 @@ t9 = A.TypedReducer$(A.subscription_reducer___restoreSubscriptionSuccess$closure(), t1, A.findType("RestoreSubscriptionsSuccess*")); 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($, "memoizedFilteredSubscriptionList", "$get$memoizedFilteredSubscriptionList", function() { - return 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", function() { - return new A._$SubscriptionStateSerializer(); - }); - _lazyOld($, "_$subscriptionUIStateSerializer", "$get$_$subscriptionUIStateSerializer", function() { - return new A._$SubscriptionUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer16", "$get$forceSelectedReducer2", function() { + _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($, "forceSelectedReducer16", "$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), @@ -445512,19 +447504,19 @@ 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($, "tabIndexReducer10", "$get$tabIndexReducer2", function() { + _lazyOld($, "tabIndexReducer10", "$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); 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($, "editingTimeReducer", "$get$editingTimeReducer", function() { + _lazyOld($, "editingTimeReducer", "$get$editingTimeReducer", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.editingTimeReducer_closure(), t1, type$.legacy_EditTask), 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($, "selectedIdReducer16", "$get$selectedIdReducer2", function() { + _lazyOld($, "selectedIdReducer16", "$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*")), @@ -445543,7 +447535,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($, "editingReducer16", "$get$editingReducer2", function() { + _lazyOld($, "editingReducer16", "$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*")), @@ -445558,7 +447550,7 @@ t12 = A.TypedReducer$(A.task_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(), t10.get$$call(), t11.get$$call(), t12.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "taskListReducer", "$get$taskListReducer", function() { + _lazyOld($, "taskListReducer", "$get$taskListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.task_reducer___sortTasks$closure(), t1, A.findType("SortTasks*")), t3 = A.TypedReducer$(A.task_reducer___filterTasksByState$closure(), t1, A.findType("FilterTasksByState*")), @@ -445573,7 +447565,7 @@ t12 = A.TypedReducer$(A.task_reducer___viewTaskList$closure(), t1, type$.legacy_ViewTaskList); 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()], type$.JSArray_of_legacy_legacy_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "tasksReducer", "$get$tasksReducer", function() { + _lazyOld($, "tasksReducer", "$get$tasksReducer", () => { var t1 = type$.legacy_TaskState, t2 = A.TypedReducer$(A.task_reducer___updateTask$closure(), t1, A.findType("SaveTaskSuccess*")), t3 = A.TypedReducer$(A.task_reducer___addTask$closure(), t1, A.findType("AddTaskSuccess*")), @@ -445586,31 +447578,15 @@ t10 = A.TypedReducer$(A.task_reducer___sortTasksSuccess$closure(), t1, A.findType("SortTasksSuccess*")); 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()], A.findType("JSArray")), t1); }); - _lazyOld($, "memoizedTaskList", "$get$memoizedTaskList", function() { - return A.memo5(new A.memoizedTaskList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedKanbanTaskList", "$get$memoizedKanbanTaskList", function() { - return A.memo9(new A.memoizedKanbanTaskList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedFilteredTaskList", "$get$memoizedFilteredTaskList", function() { - return A.memo9(new A.memoizedFilteredTaskList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedTaskStatsForClient", "$get$memoizedTaskStatsForClient", function() { - return A.memo2(new A.memoizedTaskStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedTaskStatsForProject", "$get$memoizedTaskStatsForProject", function() { - return A.memo2(new A.memoizedTaskStatsForProject_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedTaskStatsForUser", "$get$memoizedTaskStatsForUser", function() { - return 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", function() { - return new A._$TaskStateSerializer(); - }); - _lazyOld($, "_$taskUIStateSerializer", "$get$_$taskUIStateSerializer", function() { - return new A._$TaskUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer17", "$get$forceSelectedReducer17", function() { + _lazyOld($, "memoizedTaskList", "$get$memoizedTaskList", () => A.memo5(new A.memoizedTaskList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedKanbanTaskList", "$get$memoizedKanbanTaskList", () => A.memo9(new A.memoizedKanbanTaskList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedFilteredTaskList", "$get$memoizedFilteredTaskList", () => A.memo9(new A.memoizedFilteredTaskList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedTaskStatsForClient", "$get$memoizedTaskStatsForClient", () => A.memo2(new A.memoizedTaskStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedTaskStatsForProject", "$get$memoizedTaskStatsForProject", () => A.memo2(new A.memoizedTaskStatsForProject_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_EntityStats)); + _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($, "forceSelectedReducer17", "$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), @@ -445622,7 +447598,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($, "selectedIdReducer17", "$get$selectedIdReducer17", function() { + _lazyOld($, "selectedIdReducer17", "$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*")), @@ -445641,7 +447617,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($, "editingReducer17", "$get$editingReducer17", function() { + _lazyOld($, "editingReducer17", "$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*")), @@ -445653,7 +447629,7 @@ t9 = A.TypedReducer$(A.task_status_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($, "taskStatusListReducer", "$get$taskStatusListReducer", function() { + _lazyOld($, "taskStatusListReducer", "$get$taskStatusListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.task_status_reducer___sortTaskStatuses$closure(), t1, A.findType("SortTaskStatuses*")), t3 = A.TypedReducer$(A.task_status_reducer___filterTaskStatusesByState$closure(), t1, A.findType("FilterTaskStatusesByState*")), @@ -445667,7 +447643,7 @@ t11 = A.TypedReducer$(A.task_status_reducer___viewTaskStatusList$closure(), t1, type$.legacy_ViewTaskStatusList); 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($, "taskStatusesReducer", "$get$taskStatusesReducer", function() { + _lazyOld($, "taskStatusesReducer", "$get$taskStatusesReducer", () => { var t1 = type$.legacy_TaskStatusState, t2 = A.TypedReducer$(A.task_status_reducer___updateTaskStatus$closure(), t1, A.findType("SaveTaskStatusSuccess*")), t3 = A.TypedReducer$(A.task_status_reducer___addTaskStatus$closure(), t1, A.findType("AddTaskStatusSuccess*")), @@ -445680,25 +447656,13 @@ t10 = A.TypedReducer$(A.task_status_reducer___sortTaskStatusSuccess$closure(), t1, A.findType("SortTasksSuccess*")); 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()], A.findType("JSArray")), t1); }); - _lazyOld($, "memoizedDropdownTaskStatusList", "$get$memoizedDropdownTaskStatusList", function() { - return A.memo4(new A.memoizedDropdownTaskStatusList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_StaticState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedFilteredTaskStatusList", "$get$memoizedFilteredTaskStatusList", function() { - return A.memo4(new A.memoizedFilteredTaskStatusList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedCalculateTaskStatusAmount", "$get$memoizedCalculateTaskStatusAmount", function() { - return A.memo2(new A.memoizedCalculateTaskStatusAmount_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_int); - }); - _lazyOld($, "memoizedTaskStatsForTaskStatus", "$get$memoizedTaskStatsForTaskStatus", function() { - return 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", function() { - return new A._$TaskStatusStateSerializer(); - }); - _lazyOld($, "_$taskStatusUIStateSerializer", "$get$_$taskStatusUIStateSerializer", function() { - return new A._$TaskStatusUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer18", "$get$forceSelectedReducer8", function() { + _lazyOld($, "memoizedDropdownTaskStatusList", "$get$memoizedDropdownTaskStatusList", () => A.memo4(new A.memoizedDropdownTaskStatusList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_StaticState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedFilteredTaskStatusList", "$get$memoizedFilteredTaskStatusList", () => A.memo4(new A.memoizedFilteredTaskStatusList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedCalculateTaskStatusAmount", "$get$memoizedCalculateTaskStatusAmount", () => A.memo2(new A.memoizedCalculateTaskStatusAmount_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_int)); + _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($, "forceSelectedReducer18", "$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), @@ -445706,7 +447670,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($, "selectedIdReducer18", "$get$selectedIdReducer8", function() { + _lazyOld($, "selectedIdReducer18", "$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*")), @@ -445720,7 +447684,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($, "editingReducer18", "$get$editingReducer8", function() { + _lazyOld($, "editingReducer18", "$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*")), @@ -445732,7 +447696,7 @@ t9 = A.TypedReducer$(A.tax_rate_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($, "taxRateListReducer", "$get$taxRateListReducer", function() { + _lazyOld($, "taxRateListReducer", "$get$taxRateListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.tax_rate_reducer___sortTaxRates$closure(), t1, A.findType("SortTaxRates*")), t3 = A.TypedReducer$(A.tax_rate_reducer___filterTaxRatesByState$closure(), t1, A.findType("FilterTaxRatesByState*")), @@ -445744,7 +447708,7 @@ t9 = A.TypedReducer$(A.tax_rate_reducer___viewTaxRateList$closure(), t1, type$.legacy_ViewTaxRateList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "taxRatesReducer", "$get$taxRatesReducer", function() { + _lazyOld($, "taxRatesReducer", "$get$taxRatesReducer", () => { var t1 = type$.legacy_TaxRateState, t2 = A.TypedReducer$(A.tax_rate_reducer___updateTaxRate$closure(), t1, A.findType("SaveTaxRateSuccess*")), t3 = A.TypedReducer$(A.tax_rate_reducer___addTaxRate$closure(), t1, A.findType("AddTaxRateSuccess*")), @@ -445756,16 +447720,10 @@ t9 = A.TypedReducer$(A.tax_rate_reducer___restoreTaxRateSuccess$closure(), t1, A.findType("RestoreTaxRatesSuccess*")); 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($, "memoizedFilteredTaxRateList", "$get$memoizedFilteredTaxRateList", function() { - return 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", function() { - return new A._$TaxRateStateSerializer(); - }); - _lazyOld($, "_$taxRateUIStateSerializer", "$get$_$taxRateUIStateSerializer", function() { - return new A._$TaxRateUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer19", "$get$forceSelectedReducer13", function() { + _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($, "forceSelectedReducer19", "$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), @@ -445777,7 +447735,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($, "selectedIdReducer19", "$get$selectedIdReducer13", function() { + _lazyOld($, "selectedIdReducer19", "$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*")), @@ -445796,7 +447754,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($, "editingReducer19", "$get$editingReducer13", function() { + _lazyOld($, "editingReducer19", "$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*")), @@ -445808,7 +447766,7 @@ t9 = A.TypedReducer$(A.token_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($, "tokenListReducer", "$get$tokenListReducer", function() { + _lazyOld($, "tokenListReducer", "$get$tokenListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.token_reducer___sortTokens$closure(), t1, A.findType("SortTokens*")), t3 = A.TypedReducer$(A.token_reducer___filterTokensByState$closure(), t1, A.findType("FilterTokensByState*")), @@ -445822,7 +447780,7 @@ t11 = A.TypedReducer$(A.token_reducer___viewTokenList$closure(), t1, type$.legacy_ViewTokenList); 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($, "tokensReducer", "$get$tokensReducer", function() { + _lazyOld($, "tokensReducer", "$get$tokensReducer", () => { var t1 = type$.legacy_TokenState, t2 = A.TypedReducer$(A.token_reducer___updateToken$closure(), t1, A.findType("SaveTokenSuccess*")), t3 = A.TypedReducer$(A.token_reducer___addToken$closure(), t1, A.findType("AddTokenSuccess*")), @@ -445834,19 +447792,11 @@ t9 = A.TypedReducer$(A.token_reducer___restoreTokenSuccess$closure(), t1, A.findType("RestoreTokensSuccess*")); 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($, "memoizedFilteredTokenList", "$get$memoizedFilteredTokenList", function() { - return A.memo4(new A.memoizedFilteredTokenList_closure(), type$.legacy_SelectionState, A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "_$tokenStateSerializer", "$get$_$tokenStateSerializer", function() { - return new A._$TokenStateSerializer(); - }); - _lazyOld($, "_$tokenUIStateSerializer", "$get$_$tokenUIStateSerializer", function() { - return new A._$TokenUIStateSerializer(); - }); - _lazyOld($, "_$listUIStateSerializer", "$get$_$listUIStateSerializer", function() { - return new A._$ListUIStateSerializer(); - }); - _lazyOld($, "sortFieldsReducer", "$get$sortFieldsReducer", function() { + _lazyOld($, "memoizedFilteredTokenList", "$get$memoizedFilteredTokenList", () => A.memo4(new A.memoizedFilteredTokenList_closure(), type$.legacy_SelectionState, A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); + _lazyOld($, "_$tokenStateSerializer", "$get$_$tokenStateSerializer", () => new A._$TokenStateSerializer()); + _lazyOld($, "_$tokenUIStateSerializer", "$get$_$tokenUIStateSerializer", () => new A._$TokenUIStateSerializer()); + _lazyOld($, "_$listUIStateSerializer", "$get$_$listUIStateSerializer", () => new A._$ListUIStateSerializer()); + _lazyOld($, "sortFieldsReducer", "$get$sortFieldsReducer", () => { var t1 = A.findType("BuiltMap*"), t2 = A.TypedReducer$(new A.sortFieldsReducer_closure(), t1, A.findType("SortClients*")), t3 = A.TypedReducer$(new A.sortFieldsReducer_closure0(), t1, A.findType("SortProducts*")), @@ -445872,123 +447822,123 @@ t23 = A.TypedReducer$(new A.sortFieldsReducer_closure20(), t1, A.findType("SortSubscriptions*")); 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()], A.findType("JSArray*(BuiltMap*,@)*>")), t1); }); - _lazyOld($, "sidebarEditorReducer", "$get$sidebarEditorReducer", function() { + _lazyOld($, "sidebarEditorReducer", "$get$sidebarEditorReducer", () => { var t1 = A.findType("BuiltMap*"), t2 = A.TypedReducer$(new A.sidebarEditorReducer_closure(), t1, A.findType("ToggleEditorLayout*")); return A.combineReducers(A._setArrayType([t2.get$$call()], A.findType("JSArray*(BuiltMap*,@)*>")), t1); }); - _lazyOld($, "menuVisibleReducer", "$get$menuVisibleReducer", function() { + _lazyOld($, "menuVisibleReducer", "$get$menuVisibleReducer", () => { var t1 = type$.legacy_bool, t2 = type$.legacy_UpdateUserPreferences, t3 = A.TypedReducer$(new A.menuVisibleReducer_closure(), t1, t2); t2 = A.TypedReducer$(new A.menuVisibleReducer_closure0(), t1, t2); return A.combineReducers(A._setArrayType([t3.get$$call(), t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "textScaleFactorReducer", "$get$textScaleFactorReducer", function() { + _lazyOld($, "textScaleFactorReducer", "$get$textScaleFactorReducer", () => { var t1 = type$.legacy_double, t2 = A.TypedReducer$(new A.textScaleFactorReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "historyVisibleReducer", "$get$historyVisibleReducer", function() { + _lazyOld($, "historyVisibleReducer", "$get$historyVisibleReducer", () => { var t1 = type$.legacy_bool, t2 = type$.legacy_UpdateUserPreferences, t3 = A.TypedReducer$(new A.historyVisibleReducer_closure(), t1, t2); t2 = A.TypedReducer$(new A.historyVisibleReducer_closure0(), t1, t2); return A.combineReducers(A._setArrayType([t3.get$$call(), t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "hideDesktopWarningReducer", "$get$hideDesktopWarningReducer", function() { + _lazyOld($, "hideDesktopWarningReducer", "$get$hideDesktopWarningReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.hideDesktopWarningReducer_closure(), t1, A.findType("DismissNativeWarningPermanently*")); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "layoutReducer", "$get$layoutReducer", function() { + _lazyOld($, "layoutReducer", "$get$layoutReducer", () => { var t1 = type$.legacy_AppLayout, t2 = A.TypedReducer$(new A.layoutReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "moduleLayoutReducer", "$get$moduleLayoutReducer", function() { + _lazyOld($, "moduleLayoutReducer", "$get$moduleLayoutReducer", () => { var t1 = type$.legacy_ModuleLayout, t2 = A.TypedReducer$(new A.moduleLayoutReducer_closure(), t1, type$.legacy_UpdateUserPreferences), t3 = A.TypedReducer$(new A.moduleLayoutReducer_closure0(), t1, A.findType("SwitchListTableLayout*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "rowsPerPageReducer", "$get$rowsPerPageReducer", function() { + _lazyOld($, "rowsPerPageReducer", "$get$rowsPerPageReducer", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.rowsPerPageReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "manuSidebarReducer", "$get$manuSidebarReducer", function() { + _lazyOld($, "manuSidebarReducer", "$get$manuSidebarReducer", () => { var t1 = type$.legacy_AppSidebarMode, t2 = A.TypedReducer$(new A.manuSidebarReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "historySidebarReducer", "$get$historySidebarReducer", function() { + _lazyOld($, "historySidebarReducer", "$get$historySidebarReducer", () => { var t1 = type$.legacy_AppSidebarMode, t2 = A.TypedReducer$(new A.historySidebarReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "darkModeReducer", "$get$darkModeReducer", function() { + _lazyOld($, "darkModeReducer", "$get$darkModeReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.darkModeReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "persistDataReducer", "$get$persistDataReducer", function() { + _lazyOld($, "persistDataReducer", "$get$persistDataReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.persistDataReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "persistUIReducer", "$get$persistUIReducer", function() { + _lazyOld($, "persistUIReducer", "$get$persistUIReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.persistUIReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "showKanbanReducer", "$get$showKanbanReducer", function() { + _lazyOld($, "showKanbanReducer", "$get$showKanbanReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.showKanbanReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "isFilterVisibleReducer", "$get$isFilterVisibleReducer", function() { + _lazyOld($, "isFilterVisibleReducer", "$get$isFilterVisibleReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.isFilterVisibleReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "longPressReducer", "$get$longPressReducer", function() { + _lazyOld($, "longPressReducer", "$get$longPressReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.longPressReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "tapSelectedToEditReducer", "$get$tapSelectedToEditReducer", function() { + _lazyOld($, "tapSelectedToEditReducer", "$get$tapSelectedToEditReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.tapSelectedToEditReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "isPreviewVisibleReducer", "$get$isPreviewVisibleReducer", function() { + _lazyOld($, "isPreviewVisibleReducer", "$get$isPreviewVisibleReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.isPreviewVisibleReducer_closure(), t1, A.findType("TogglePreviewSidebar*")), t3 = A.TypedReducer$(new A.isPreviewVisibleReducer_closure0(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "requireAuthenticationReducer", "$get$requireAuthenticationReducer", function() { + _lazyOld($, "requireAuthenticationReducer", "$get$requireAuthenticationReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.requireAuthenticationReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "colorThemeReducer", "$get$colorThemeReducer", function() { + _lazyOld($, "colorThemeReducer", "$get$colorThemeReducer", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.colorThemeReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "showPdfPreviewReducer", "$get$showPdfPreviewReducer", function() { + _lazyOld($, "showPdfPreviewReducer", "$get$showPdfPreviewReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.showPdfPreviewReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); - _lazyOld($, "customColorsReducer", "$get$customColorsReducer", function() { + _lazyOld($, "customColorsReducer", "$get$customColorsReducer", () => { var t1 = A.findType("BuiltMap*"), t2 = A.TypedReducer$(new A.customColorsReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], A.findType("JSArray*(BuiltMap*,@)*>")), t1); }); - _lazyOld($, "historyReducer", "$get$historyReducer", function() { + _lazyOld($, "historyReducer", "$get$historyReducer", () => { var t1 = A.findType("BuiltList*"), t2 = A.TypedReducer$(new A.historyReducer_closure(), t1, A.findType("PopLastHistory*")), t3 = A.TypedReducer$(new A.historyReducer_closure0(), t1, type$.legacy_ViewDashboard), @@ -446040,72 +447990,56 @@ t49 = A.TypedReducer$(new A.historyReducer_closure46(), 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()], A.findType("JSArray*(BuiltList*,@)*>")), t1); }); - _lazyOld($, "_$prefStateSerializer", "$get$_$prefStateSerializer", function() { - return new A._$PrefStateSerializer(); - }); - _lazyOld($, "_$prefStateSortFieldSerializer", "$get$_$prefStateSortFieldSerializer", function() { - return new A._$PrefStateSortFieldSerializer(); - }); - _lazyOld($, "_$companyPrefStateSerializer", "$get$_$companyPrefStateSerializer", function() { - return new A._$CompanyPrefStateSerializer(); - }); - _lazyOld($, "_$appLayoutSerializer", "$get$_$appLayoutSerializer", function() { - return new A._$AppLayoutSerializer(); - }); - _lazyOld($, "_$moduleLayoutSerializer", "$get$_$moduleLayoutSerializer", function() { - return new A._$ModuleLayoutSerializer(); - }); - _lazyOld($, "_$appSidebarModeSerializer", "$get$_$appSidebarModeSerializer", function() { - return new A._$AppSidebarModeSerializer(); - }); - _lazyOld($, "_$historyRecordSerializer", "$get$_$historyRecordSerializer", function() { - return new A._$HistoryRecordSerializer(); - }); - _lazyOld($, "lastActivityReducer", "$get$lastActivityReducer", function() { + _lazyOld($, "_$prefStateSerializer", "$get$_$prefStateSerializer", () => new A._$PrefStateSerializer()); + _lazyOld($, "_$prefStateSortFieldSerializer", "$get$_$prefStateSortFieldSerializer", () => new A._$PrefStateSortFieldSerializer()); + _lazyOld($, "_$companyPrefStateSerializer", "$get$_$companyPrefStateSerializer", () => new A._$CompanyPrefStateSerializer()); + _lazyOld($, "_$appLayoutSerializer", "$get$_$appLayoutSerializer", () => new A._$AppLayoutSerializer()); + _lazyOld($, "_$moduleLayoutSerializer", "$get$_$moduleLayoutSerializer", () => new A._$ModuleLayoutSerializer()); + _lazyOld($, "_$appSidebarModeSerializer", "$get$_$appSidebarModeSerializer", () => new A._$AppSidebarModeSerializer()); + _lazyOld($, "_$historyRecordSerializer", "$get$_$historyRecordSerializer", () => new A._$HistoryRecordSerializer()); + _lazyOld($, "lastActivityReducer", "$get$lastActivityReducer", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.lastActivityReducer_closure(), t1, A.findType("UpdateCurrentRoute*")); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "filterReducer", "$get$filterReducer", function() { + _lazyOld($, "filterReducer", "$get$filterReducer", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.filterReducer_closure(), t1, A.findType("FilterCompany*")), t3 = A.TypedReducer$(new A.filterReducer_closure0(), t1, type$.legacy_ViewDashboard); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "filterClearedAtReducer", "$get$filterClearedAtReducer", function() { + _lazyOld($, "filterClearedAtReducer", "$get$filterClearedAtReducer", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.filterClearedAtReducer_closure(), t1, A.findType("FilterCompany*")), t3 = A.TypedReducer$(new A.filterClearedAtReducer_closure0(), t1, type$.legacy_ViewDashboard); 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($, "currentRouteReducer", "$get$currentRouteReducer", function() { + _lazyOld($, "currentRouteReducer", "$get$currentRouteReducer", () => { var t1 = type$.legacy_String, t2 = A.TypedReducer$(new A.currentRouteReducer_closure(), t1, A.findType("UpdateCurrentRoute*")); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_String_Function_2_legacy_String_and_dynamic), t1); }); - _lazyOld($, "selectedCompanyIndexReducer", "$get$selectedCompanyIndexReducer", function() { + _lazyOld($, "selectedCompanyIndexReducer", "$get$selectedCompanyIndexReducer", () => { var t1 = type$.legacy_int, t2 = A.TypedReducer$(new A.selectedCompanyIndexReducer_closure(), t1, type$.legacy_SelectCompany); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_int_Function_2_legacy_int_and_dynamic), t1); }); - _lazyOld($, "previewStackReducer", "$get$previewStackReducer", function() { + _lazyOld($, "previewStackReducer", "$get$previewStackReducer", () => { var t1 = A.findType("BuiltList*"), t2 = A.TypedReducer$(new A.previewStackReducer_closure(), t1, type$.legacy_PreviewEntity), t3 = A.TypedReducer$(new A.previewStackReducer_closure0(), t1, A.findType("ClearPreviewStack*")), t4 = A.TypedReducer$(new A.previewStackReducer_closure1(), t1, A.findType("PopPreviewStack*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call()], A.findType("JSArray*(BuiltList*,@)*>")), t1); }); - _lazyOld($, "filterStackReducer", "$get$filterStackReducer", function() { + _lazyOld($, "filterStackReducer", "$get$filterStackReducer", () => { var t1 = A.findType("BuiltList*"), t2 = A.TypedReducer$(new A.filterStackReducer_closure(), t1, type$.legacy_ClearEntityFilter), t3 = A.TypedReducer$(new A.filterStackReducer_closure0(), t1, type$.legacy_FilterByEntity), t4 = A.TypedReducer$(new A.filterStackReducer_closure1(), t1, A.findType("PopFilterStack*")); return A.combineReducers(A._setArrayType([t2.get$$call(), t3.get$$call(), t4.get$$call()], A.findType("JSArray*(BuiltList*,@)*>")), t1); }); - _lazyOld($, "_$uIStateSerializer", "$get$_$uIStateSerializer", function() { - return new A._$UIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer20", "$get$forceSelectedReducer9", function() { + _lazyOld($, "_$uIStateSerializer", "$get$_$uIStateSerializer", () => new A._$UIStateSerializer()); + _lazyOld($, "forceSelectedReducer20", "$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), @@ -446117,7 +448051,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($, "selectedIdReducer20", "$get$selectedIdReducer9", function() { + _lazyOld($, "selectedIdReducer20", "$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*")), @@ -446137,7 +448071,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($, "editingReducer20", "$get$editingReducer9", function() { + _lazyOld($, "editingReducer20", "$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*")), @@ -446149,7 +448083,7 @@ t9 = A.TypedReducer$(A.user_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($, "userListReducer", "$get$userListReducer", function() { + _lazyOld($, "userListReducer", "$get$userListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.user_reducer___sortUsers$closure(), t1, A.findType("SortUsers*")), t3 = A.TypedReducer$(A.user_reducer___filterUsersByState$closure(), t1, A.findType("FilterUsersByState*")), @@ -446165,7 +448099,7 @@ t13 = A.TypedReducer$(A.user_reducer___viewUserList$closure(), t1, type$.legacy_ViewUserList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "usersReducer", "$get$usersReducer", function() { + _lazyOld($, "usersReducer", "$get$usersReducer", () => { var t1 = type$.legacy_UserState, t2 = A.TypedReducer$(A.user_reducer___updateUser$closure(), t1, A.findType("SaveUserSuccess*")), t3 = A.TypedReducer$(A.user_reducer___updateAuthUser$closure(), t1, A.findType("SaveAuthUserSuccess*")), @@ -446181,22 +448115,12 @@ t13 = A.TypedReducer$(A.user_reducer___removeUserSuccess$closure(), t1, A.findType("RemoveUserSuccess*")); 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()], A.findType("JSArray")), t1); }); - _lazyOld($, "memoizedFilteredUserList", "$get$memoizedFilteredUserList", function() { - return A.memo5(new A.memoizedFilteredUserList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_String, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedUserList", "$get$memoizedUserList", function() { - return A.memo1(new A.memoizedUserList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedGmailUserList", "$get$memoizedGmailUserList", function() { - return A.memo1(new A.memoizedGmailUserList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String); - }); - _lazyOld($, "_$userStateSerializer", "$get$_$userStateSerializer", function() { - return new A._$UserStateSerializer(); - }); - _lazyOld($, "_$userUIStateSerializer", "$get$_$userUIStateSerializer", function() { - return new A._$UserUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer21", "$get$forceSelectedReducer3", function() { + _lazyOld($, "memoizedFilteredUserList", "$get$memoizedFilteredUserList", () => A.memo5(new A.memoizedFilteredUserList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_String, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedUserList", "$get$memoizedUserList", () => A.memo1(new A.memoizedUserList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedGmailUserList", "$get$memoizedGmailUserList", () => A.memo1(new A.memoizedGmailUserList_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($, "forceSelectedReducer21", "$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), @@ -446208,29 +448132,29 @@ 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($, "tabIndexReducer11", "$get$tabIndexReducer3", function() { + _lazyOld($, "tabIndexReducer11", "$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); 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($, "saveCompleterReducer1", "$get$saveCompleterReducer0", function() { + _lazyOld($, "saveCompleterReducer1", "$get$saveCompleterReducer0", () => { var t1 = type$.legacy_Completer_legacy_SelectableEntity, t2 = A.TypedReducer$(new A.saveCompleterReducer_closure0(), t1, type$.legacy_EditVendor); 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($, "cancelCompleterReducer1", "$get$cancelCompleterReducer0", function() { + _lazyOld($, "cancelCompleterReducer1", "$get$cancelCompleterReducer0", () => { var t1 = type$.legacy_Completer_legacy_SelectableEntity, t2 = A.TypedReducer$(new A.cancelCompleterReducer_closure0(), t1, type$.legacy_EditVendor); 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($, "editingVendorContactReducer", "$get$editingVendorContactReducer", function() { + _lazyOld($, "editingVendorContactReducer", "$get$editingVendorContactReducer", () => { var t1 = type$.legacy_VendorContactEntity, t2 = A.TypedReducer$(A.vendor_reducer__editVendorContact$closure(), t1, type$.legacy_EditVendor), 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($, "selectedIdReducer21", "$get$selectedIdReducer3", function() { + _lazyOld($, "selectedIdReducer21", "$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*")), @@ -446249,7 +448173,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($, "editingReducer21", "$get$editingReducer3", function() { + _lazyOld($, "editingReducer21", "$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*")), @@ -446264,7 +448188,7 @@ t12 = A.TypedReducer$(A.vendor_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(), t10.get$$call(), t11.get$$call(), t12.get$$call()], A.findType("JSArray")), t1); }); - _lazyOld($, "vendorListReducer", "$get$vendorListReducer", function() { + _lazyOld($, "vendorListReducer", "$get$vendorListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.vendor_reducer___sortVendors$closure(), t1, A.findType("SortVendors*")), t3 = A.TypedReducer$(A.vendor_reducer___filterVendorsByState$closure(), t1, A.findType("FilterVendorsByState*")), @@ -446280,7 +448204,7 @@ t13 = A.TypedReducer$(A.vendor_reducer___viewVendorList$closure(), t1, type$.legacy_ViewVendorList); 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_ListUIState_Function_2_legacy_ListUIState_and_dynamic), t1); }); - _lazyOld($, "vendorsReducer", "$get$vendorsReducer", function() { + _lazyOld($, "vendorsReducer", "$get$vendorsReducer", () => { var t1 = type$.legacy_VendorState, t2 = A.TypedReducer$(A.vendor_reducer___updateVendor$closure(), t1, A.findType("SaveVendorSuccess*")), t3 = A.TypedReducer$(A.vendor_reducer___addVendor$closure(), t1, A.findType("AddVendorSuccess*")), @@ -446292,26 +448216,16 @@ t9 = A.TypedReducer$(A.vendor_reducer___restoreVendorSuccess$closure(), t1, A.findType("RestoreVendorSuccess*")); 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($, "memoizedDropdownVendorList", "$get$memoizedDropdownVendorList", function() { - return A.memo4(new A.memoizedDropdownVendorList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedFilteredVendorList", "$get$memoizedFilteredVendorList", function() { - return A.memo6(new A.memoizedFilteredVendorList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "memoizedVendorStatsForUser", "$get$memoizedVendorStatsForUser", function() { - return A.memo2(new A.memoizedVendorStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_EntityStats); - }); - _lazyOld($, "memoizedCalculateVendorBalance", "$get$memoizedCalculateVendorBalance", function() { + _lazyOld($, "memoizedDropdownVendorList", "$get$memoizedDropdownVendorList", () => A.memo4(new A.memoizedDropdownVendorList_closure(), type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedFilteredVendorList", "$get$memoizedFilteredVendorList", () => A.memo6(new A.memoizedFilteredVendorList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String)); + _lazyOld($, "memoizedVendorStatsForUser", "$get$memoizedVendorStatsForUser", () => A.memo2(new A.memoizedVendorStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_EntityStats)); + _lazyOld($, "memoizedCalculateVendorBalance", "$get$memoizedCalculateVendorBalance", () => { var t1 = type$.legacy_String; return A.memo4(new A.memoizedCalculateVendorBalance_closure(), t1, t1, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltList_legacy_String, type$.legacy_double); }); - _lazyOld($, "_$vendorStateSerializer", "$get$_$vendorStateSerializer", function() { - return new A._$VendorStateSerializer(); - }); - _lazyOld($, "_$vendorUIStateSerializer", "$get$_$vendorUIStateSerializer", function() { - return new A._$VendorUIStateSerializer(); - }); - _lazyOld($, "forceSelectedReducer22", "$get$forceSelectedReducer14", function() { + _lazyOld($, "_$vendorStateSerializer", "$get$_$vendorStateSerializer", () => new A._$VendorStateSerializer()); + _lazyOld($, "_$vendorUIStateSerializer", "$get$_$vendorUIStateSerializer", () => new A._$VendorUIStateSerializer()); + _lazyOld($, "forceSelectedReducer22", "$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), @@ -446323,7 +448237,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($, "selectedIdReducer22", "$get$selectedIdReducer14", function() { + _lazyOld($, "selectedIdReducer22", "$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*")), @@ -446342,7 +448256,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($, "editingReducer22", "$get$editingReducer14", function() { + _lazyOld($, "editingReducer22", "$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*")), @@ -446354,7 +448268,7 @@ t9 = A.TypedReducer$(A.webhook_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($, "webhookListReducer", "$get$webhookListReducer", function() { + _lazyOld($, "webhookListReducer", "$get$webhookListReducer", () => { var t1 = type$.legacy_ListUIState, t2 = A.TypedReducer$(A.webhook_reducer___sortWebhooks$closure(), t1, A.findType("SortWebhooks*")), t3 = A.TypedReducer$(A.webhook_reducer___filterWebhooksByState$closure(), t1, A.findType("FilterWebhooksByState*")), @@ -446368,7 +448282,7 @@ t11 = A.TypedReducer$(A.webhook_reducer___viewWebhookList$closure(), t1, type$.legacy_ViewWebhookList); 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($, "webhooksReducer", "$get$webhooksReducer", function() { + _lazyOld($, "webhooksReducer", "$get$webhooksReducer", () => { var t1 = type$.legacy_WebhookState, t2 = A.TypedReducer$(A.webhook_reducer___updateWebhook$closure(), t1, A.findType("SaveWebhookSuccess*")), t3 = A.TypedReducer$(A.webhook_reducer___addWebhook$closure(), t1, A.findType("AddWebhookSuccess*")), @@ -446380,304 +448294,117 @@ t9 = A.TypedReducer$(A.webhook_reducer___restoreWebhookSuccess$closure(), t1, A.findType("RestoreWebhooksSuccess*")); 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($, "memoizedFilteredWebhookList", "$get$memoizedFilteredWebhookList", function() { - return A.memo4(new A.memoizedFilteredWebhookList_closure(), type$.legacy_SelectionState, A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String); - }); - _lazyOld($, "_$webhookStateSerializer", "$get$_$webhookStateSerializer", function() { - return new A._$WebhookStateSerializer(); - }); - _lazyOld($, "_$webhookUIStateSerializer", "$get$_$webhookUIStateSerializer", function() { - return new A._$WebhookUIStateSerializer(); - }); - _lazyOld($, "AppDataTable__headingRowKey", "$get$AppDataTable__headingRowKey", function() { - return A.UniqueKey$(); - }); - _lazyOld($, "_SortArrowState__turnTween0", "$get$_SortArrowState__turnTween0", function() { - return A.Tween$(0, 3.141592653589793, type$.legacy_double).chain$1(A.CurveTween$(B.Cubic_JUR0)); - }); - _lazyOld($, "_ClientEditState__formKey", "$get$_ClientEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_clientEdit", type$.legacy_FormState); - }); - _lazyOld($, "_CompanyGatewayEditState__formKey", "$get$_CompanyGatewayEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_companyGatewayEdit", type$.legacy_FormState); - }); - _lazyOld($, "_CreditEditState__formKey", "$get$_CreditEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_creditEdit", type$.legacy_FormState); - }); - _lazyOld($, "_DesignEditState__formKey", "$get$_DesignEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_designEdit", type$.legacy_FormState); - }); - _lazyOld($, "_DocumentEditState__formKey", "$get$_DocumentEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_documentEdit", type$.legacy_FormState); - }); - _lazyOld($, "_ExpenseEditState__formKey", "$get$_ExpenseEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_expenseEdit", type$.legacy_FormState); - }); - _lazyOld($, "_ExpenseCategoryEditState__formKey", "$get$_ExpenseCategoryEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_expenseCategoryEdit", type$.legacy_FormState); - }); - _lazyOld($, "_GroupEditState__formKey", "$get$_GroupEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_groupEdit", type$.legacy_FormState); - }); - _lazyOld($, "_InvoiceEditState__formKey", "$get$_InvoiceEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_invoiceEdit", type$.legacy_FormState); - }); - _lazyOld($, "_PaymentEditState__formKey", "$get$_PaymentEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_paymentEdit", type$.legacy_FormState); - }); - _lazyOld($, "_PaymentRefundState__formKey", "$get$_PaymentRefundState__formKey", function() { - return A.GlobalKey_GlobalKey("_paymentRefund", type$.legacy_FormState); - }); - _lazyOld($, "_PaymentTermEditState__formKey", "$get$_PaymentTermEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_paymentTermEdit", type$.legacy_FormState); - }); - _lazyOld($, "_ProductEditState__formKey", "$get$_ProductEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_productEdit", type$.legacy_FormState); - }); - _lazyOld($, "_ProjectEditState__formKey", "$get$_ProjectEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_projectEdit", type$.legacy_FormState); - }); - _lazyOld($, "_QuoteEditState__formKey", "$get$_QuoteEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_quoteEdit", type$.legacy_FormState); - }); - _lazyOld($, "_RecurringInvoiceEditState__formKey", "$get$_RecurringInvoiceEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_recurringInvoiceEdit", type$.legacy_FormState); - }); - _lazyOld($, "memoizedClientReport", "$get$memoizedClientReport", function() { - return A.memo5(new A.memoizedClientReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedContactReport", "$get$memoizedContactReport", function() { - return A.memo5(new A.memoizedContactReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedCreditReport", "$get$memoizedCreditReport", function() { - return A.memo6(new A.memoizedCreditReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedDocumentReport", "$get$memoizedDocumentReport", function() { + _lazyOld($, "memoizedFilteredWebhookList", "$get$memoizedFilteredWebhookList", () => A.memo4(new A.memoizedFilteredWebhookList_closure(), type$.legacy_SelectionState, A.findType("BuiltMap*"), type$.legacy_BuiltList_legacy_String, type$.legacy_ListUIState, type$.legacy_List_legacy_String)); + _lazyOld($, "_$webhookStateSerializer", "$get$_$webhookStateSerializer", () => new A._$WebhookStateSerializer()); + _lazyOld($, "_$webhookUIStateSerializer", "$get$_$webhookUIStateSerializer", () => new A._$WebhookUIStateSerializer()); + _lazyOld($, "AppDataTable__headingRowKey", "$get$AppDataTable__headingRowKey", () => A.UniqueKey$()); + _lazyOld($, "_SortArrowState__turnTween0", "$get$_SortArrowState__turnTween0", () => A.Tween$(0, 3.141592653589793, type$.legacy_double).chain$1(A.CurveTween$(B.Cubic_JUR0))); + _lazyOld($, "_ClientEditState__formKey", "$get$_ClientEditState__formKey", () => A.GlobalKey_GlobalKey("_clientEdit", type$.legacy_FormState)); + _lazyOld($, "_CompanyGatewayEditState__formKey", "$get$_CompanyGatewayEditState__formKey", () => A.GlobalKey_GlobalKey("_companyGatewayEdit", type$.legacy_FormState)); + _lazyOld($, "_CreditEditState__formKey", "$get$_CreditEditState__formKey", () => A.GlobalKey_GlobalKey("_creditEdit", type$.legacy_FormState)); + _lazyOld($, "_DesignEditState__formKey", "$get$_DesignEditState__formKey", () => A.GlobalKey_GlobalKey("_designEdit", type$.legacy_FormState)); + _lazyOld($, "_DocumentEditState__formKey", "$get$_DocumentEditState__formKey", () => A.GlobalKey_GlobalKey("_documentEdit", type$.legacy_FormState)); + _lazyOld($, "_ExpenseEditState__formKey", "$get$_ExpenseEditState__formKey", () => A.GlobalKey_GlobalKey("_expenseEdit", type$.legacy_FormState)); + _lazyOld($, "_ExpenseCategoryEditState__formKey", "$get$_ExpenseCategoryEditState__formKey", () => A.GlobalKey_GlobalKey("_expenseCategoryEdit", type$.legacy_FormState)); + _lazyOld($, "_GroupEditState__formKey", "$get$_GroupEditState__formKey", () => A.GlobalKey_GlobalKey("_groupEdit", type$.legacy_FormState)); + _lazyOld($, "_InvoiceEditState__formKey", "$get$_InvoiceEditState__formKey", () => A.GlobalKey_GlobalKey("_invoiceEdit", type$.legacy_FormState)); + _lazyOld($, "_PaymentEditState__formKey", "$get$_PaymentEditState__formKey", () => A.GlobalKey_GlobalKey("_paymentEdit", type$.legacy_FormState)); + _lazyOld($, "_PaymentRefundState__formKey", "$get$_PaymentRefundState__formKey", () => A.GlobalKey_GlobalKey("_paymentRefund", type$.legacy_FormState)); + _lazyOld($, "_PaymentTermEditState__formKey", "$get$_PaymentTermEditState__formKey", () => A.GlobalKey_GlobalKey("_paymentTermEdit", type$.legacy_FormState)); + _lazyOld($, "_ProductEditState__formKey", "$get$_ProductEditState__formKey", () => A.GlobalKey_GlobalKey("_productEdit", type$.legacy_FormState)); + _lazyOld($, "_ProjectEditState__formKey", "$get$_ProjectEditState__formKey", () => A.GlobalKey_GlobalKey("_projectEdit", type$.legacy_FormState)); + _lazyOld($, "_QuoteEditState__formKey", "$get$_QuoteEditState__formKey", () => A.GlobalKey_GlobalKey("_quoteEdit", type$.legacy_FormState)); + _lazyOld($, "_RecurringInvoiceEditState__formKey", "$get$_RecurringInvoiceEditState__formKey", () => A.GlobalKey_GlobalKey("_recurringInvoiceEdit", type$.legacy_FormState)); + _lazyOld($, "memoizedClientReport", "$get$memoizedClientReport", () => A.memo5(new A.memoizedClientReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedContactReport", "$get$memoizedContactReport", () => A.memo5(new A.memoizedContactReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedCreditReport", "$get$memoizedCreditReport", () => A.memo6(new A.memoizedCreditReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedDocumentReport", "$get$memoizedDocumentReport", () => { var t1 = type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity; return A.memo10(new A.memoizedDocumentReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, t1, t1, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_ReportResult); }); - _lazyOld($, "memoizedExpenseReport", "$get$memoizedExpenseReport", function() { - return A.memo9(new A.memoizedExpenseReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedInvoiceItemReport", "$get$memoizedInvoiceItemReport", function() { - return A.memo6(new A.memoizedInvoiceItemReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedInvoiceReport", "$get$memoizedInvoiceReport", function() { - return A.memo6(new A.memoizedInvoiceReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedInvoiceTaxReport", "$get$memoizedInvoiceTaxReport", function() { + _lazyOld($, "memoizedExpenseReport", "$get$memoizedExpenseReport", () => A.memo9(new A.memoizedExpenseReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedInvoiceItemReport", "$get$memoizedInvoiceItemReport", () => A.memo6(new A.memoizedInvoiceItemReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedInvoiceReport", "$get$memoizedInvoiceReport", () => A.memo6(new A.memoizedInvoiceReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedInvoiceTaxReport", "$get$memoizedInvoiceTaxReport", () => { var t1 = type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity; return A.memo9(new A.memoizedInvoiceTaxReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, A.findType("BuiltMap*"), t1, t1, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); }); - _lazyOld($, "memoizedPaymentReport", "$get$memoizedPaymentReport", function() { - return A.memo6(new A.memoizedPaymentReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedPaymentTaxReport", "$get$memoizedPaymentTaxReport", function() { + _lazyOld($, "memoizedPaymentReport", "$get$memoizedPaymentReport", () => A.memo6(new A.memoizedPaymentReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedPaymentTaxReport", "$get$memoizedPaymentTaxReport", () => { var t1 = type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity; return A.memo9(new A.memoizedPaymentTaxReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, A.findType("BuiltMap*"), t1, t1, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); }); - _lazyOld($, "memoizedProductReport", "$get$memoizedProductReport", function() { - return A.memo6(new A.memoizedProductReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedProfitAndLossReport", "$get$memoizedProfitAndLossReport", function() { - return A.memo9(new A.memoizedProfitAndLossReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedQuoteItemReport", "$get$memoizedQuoteItemReport", function() { - return A.memo6(new A.memoizedQuoteItemReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizedQuoteReport", "$get$memoizedQuoteReport", function() { - return A.memo7(new A.memoizedQuoteReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "memoizeedGroupTotals", "$get$memoizeedGroupTotals", function() { - return A.memo5(new A.memoizeedGroupTotals_closure(), type$.legacy_ReportResult, type$.legacy_ReportsUIState, type$.legacy_ReportSettingsEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, A.findType("GroupTotals*")); - }); - _lazyOld($, "memoizedTaskReport", "$get$memoizedTaskReport", function() { - return A.memo10(new A.memoizedTaskReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_StaticState, type$.legacy_ReportResult); - }); - _lazyOld($, "_AccountManagementState__formKey", "$get$_AccountManagementState__formKey", function() { - return A.GlobalKey_GlobalKey("_accountManagement", type$.legacy_FormState); - }); - _lazyOld($, "_BuyNowButtonsState__formKey", "$get$_BuyNowButtonsState__formKey", function() { - return A.GlobalKey_GlobalKey("_buyNowButtons", type$.legacy_FormState); - }); - _lazyOld($, "_ClientPortalState__formKey", "$get$_ClientPortalState__formKey", function() { - return A.GlobalKey_GlobalKey("_clientPortal", type$.legacy_FormState); - }); - _lazyOld($, "_CompanyDetailsState__formKey", "$get$_CompanyDetailsState__formKey", function() { - return A.GlobalKey_GlobalKey("_companyDetails", type$.legacy_FormState); - }); - _lazyOld($, "_CustomFieldsState__formKey", "$get$_CustomFieldsState__formKey", function() { - return A.GlobalKey_GlobalKey("_customFields", type$.legacy_FormState); - }); - _lazyOld($, "_EmailSettingsState__formKey", "$get$_EmailSettingsState__formKey", function() { - return A.GlobalKey_GlobalKey("_emailSettings", type$.legacy_FormState); - }); - _lazyOld($, "_ExpenseSettingsState__formKey", "$get$_ExpenseSettingsState__formKey", function() { - return A.GlobalKey_GlobalKey("_expenseSettings", type$.legacy_FormState); - }); - _lazyOld($, "_GeneratedNumbersState__formKey", "$get$_GeneratedNumbersState__formKey", function() { - return A.GlobalKey_GlobalKey("_generatedNumbers", type$.legacy_FormState); - }); - _lazyOld($, "_ImportExportState__formKey", "$get$_ImportExportState__formKey", function() { - return A.GlobalKey_GlobalKey("_importExport", type$.legacy_FormState); - }); - _lazyOld($, "_InvoiceDesignState__formKey", "$get$_InvoiceDesignState__formKey", function() { - return A.GlobalKey_GlobalKey("_invoiceDesign", type$.legacy_FormState); - }); - _lazyOld($, "_LocalizationSettingsState__formKey", "$get$_LocalizationSettingsState__formKey", function() { - return A.GlobalKey_GlobalKey("_localizationSettings", type$.legacy_FormState); - }); - _lazyOld($, "_OnlinePaymentsState__formKey", "$get$_OnlinePaymentsState__formKey", function() { - return A.GlobalKey_GlobalKey("_onlinePayments", type$.legacy_FormState); - }); - _lazyOld($, "_ProductSettingsState__formKey", "$get$_ProductSettingsState__formKey", function() { - return A.GlobalKey_GlobalKey("_productSettings", type$.legacy_FormState); - }); - _lazyOld($, "_SettingsWizardState__formKey", "$get$_SettingsWizardState__formKey", function() { - return A.GlobalKey_GlobalKey("_settingsWizard", type$.legacy_FormState); - }); - _lazyOld($, "_TaskSettingsState__formKey", "$get$_TaskSettingsState__formKey", function() { - return A.GlobalKey_GlobalKey("_taskSettings", type$.legacy_FormState); - }); - _lazyOld($, "_TaxSettingsState__formKey", "$get$_TaxSettingsState__formKey", function() { - return A.GlobalKey_GlobalKey("_taxSettings", type$.legacy_FormState); - }); - _lazyOld($, "_TemplatesAndRemindersState__formKey", "$get$_TemplatesAndRemindersState__formKey", function() { - return A.GlobalKey_GlobalKey("_templatesAndReminders", type$.legacy_FormState); - }); - _lazyOld($, "_UserDetailsState__formKey", "$get$_UserDetailsState__formKey", function() { - return A.GlobalKey_GlobalKey("_userDetails", type$.legacy_FormState); - }); - _lazyOld($, "_EnableTwoFactorState__formKey", "$get$_EnableTwoFactorState__formKey", function() { - return A.GlobalKey_GlobalKey("_twoFactor", type$.legacy_FormState); - }); - _lazyOld($, "_WorkflowSettingsState__formKey", "$get$_WorkflowSettingsState__formKey", function() { - return A.GlobalKey_GlobalKey("_workflowSettings", type$.legacy_FormState); - }); - _lazyOld($, "_SubscriptionEditState__formKey", "$get$_SubscriptionEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_subscriptionEdit", type$.legacy_FormState); - }); - _lazyOld($, "_TaskEditState__formKey", "$get$_TaskEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_taskEdit", type$.legacy_FormState); - }); - _lazyOld($, "_TaskStatusEditState__formKey", "$get$_TaskStatusEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_taskStatusEdit", type$.legacy_FormState); - }); - _lazyOld($, "_TaxRateEditState__formKey", "$get$_TaxRateEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_taxRateEdit", type$.legacy_FormState); - }); - _lazyOld($, "_TokenEditState__formKey", "$get$_TokenEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_tokenEdit", type$.legacy_FormState); - }); - _lazyOld($, "_UserEditState__formKey", "$get$_UserEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_userEdit", type$.legacy_FormState); - }); - _lazyOld($, "_VendorEditState__formKey", "$get$_VendorEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_vendorEdit", type$.legacy_FormState); - }); - _lazyOld($, "_WebhookEditState__formKey", "$get$_WebhookEditState__formKey", function() { - return A.GlobalKey_GlobalKey("_webhookEdit", type$.legacy_FormState); - }); - _lazyOld($, "_googleSignIn", "$get$_googleSignIn", function() { - return new A.GoogleSignIn(A._setArrayType(["email", "openid", "profile"], type$.JSArray_legacy_String), A.StreamController_StreamController$broadcast(null, null, false, type$.nullable_GoogleSignInAccount)); - }); - _lazyFinal($, "Logger_root", "$get$Logger_root", function() { - return A.Logger_Logger(""); - }); - _lazyFinal($, "uuid", "$get$uuid0", function() { - return A.Uuid$(); - }); - _lazyFinal($, "uuid0", "$get$uuid", function() { - return A.Uuid$(); - }); - _lazyFinal($, "_lock", "$get$_lock", function() { - return A.Lock_Lock(); - }); - _lazyFinal($, "PackageInfoPlatform__token", "$get$PackageInfoPlatform__token", function() { - return new A.Object(); - }); - _lazy($, "PackageInfoPlatform__instance", "$get$PackageInfoPlatform__instance", function() { - return new A.MethodChannelPackageInfo($.$get$PackageInfoPlatform__token()); - }); - _lazyFinal($, "context", "$get$context", function() { - return new A.Context($.$get$Style_platform(), null); - }); - _lazyFinal($, "Style_posix", "$get$Style_posix", function() { - return new A.PosixStyle(A.RegExp_RegExp("/", true, false), A.RegExp_RegExp("[^/]$", true, false), A.RegExp_RegExp("^/", true, false)); - }); - _lazyFinal($, "Style_windows", "$get$Style_windows", function() { - return new A.WindowsStyle(A.RegExp_RegExp("[/\\\\]", true, false), A.RegExp_RegExp("[^/\\\\]$", true, false), A.RegExp_RegExp("^(\\\\\\\\[^\\\\]+\\\\[^\\\\/]+|[a-zA-Z]:[/\\\\])", true, false), A.RegExp_RegExp("^[/\\\\](?![/\\\\])", true, false)); - }); - _lazyFinal($, "Style_url", "$get$Style_url", function() { - return new A.UrlStyle(A.RegExp_RegExp("/", true, false), A.RegExp_RegExp("(^[a-zA-Z][-+.a-zA-Z\\d]*://|[^/])$", true, false), A.RegExp_RegExp("[a-zA-Z][-+.a-zA-Z\\d]*://[^/]*", true, false), A.RegExp_RegExp("^/", true, false)); - }); - _lazyFinal($, "Style_platform", "$get$Style_platform", function() { - return A.Style__getPlatformStyle(); - }); - _lazyFinal($, "PathProviderPlatform__token", "$get$PathProviderPlatform__token", function() { - return new A.Object(); - }); - _lazy($, "PathProviderPlatform__instance", "$get$PathProviderPlatform__instance", function() { - return new A.MethodChannelPathProvider(A.MethodChannel$("plugins.flutter.io/path_provider", B.C_StandardMethodCodec, null), $.$get$PathProviderPlatform__token()); - }); - _lazyFinal($, "PermissionHandlerPlatform__token", "$get$PermissionHandlerPlatform__token", function() { - return new A.Object(); - }); - _lazy($, "PermissionHandlerPlatform__instance", "$get$PermissionHandlerPlatform__instance", function() { - return new A.MethodChannelPermissionHandler($.$get$PermissionHandlerPlatform__token()); - }); - _lazyFinal($, "_logTable", "$get$_logTable", function() { - return A._createLogTable(); - }); - _lazyFinal($, "_expTable", "$get$_expTable", function() { - return A._createExpTable(); - }); - _lazyFinal($, "HubAdapter__instance", "$get$HubAdapter__instance", function() { - return new A.HubAdapter(); - }); - _lazyFinal($, "NoOpHub__instance", "$get$NoOpHub__instance", function() { - return new A.NoOpHub(); - }); - _lazy($, "Sentry__hub", "$get$Sentry__hub", function() { - return A.NoOpHub_NoOpHub(); - }); - _lazy($, "SharedPreferencesStorePlatform__instance", "$get$SharedPreferencesStorePlatform__instance", function() { - return new A.MethodChannelSharedPreferencesStore(); - }); - _lazy($, "_lookupMessagesMap", "$get$_lookupMessagesMap", function() { - return A.LinkedHashMap_LinkedHashMap$_literal(["en", new A.EnMessages(), "en_short", new A.EnShortMessages(), "es", new A.EsMessages(), "es_short", new A.EsShortMessages()], type$.String, A.findType("LookupMessages")); - }); - _lazyFinal($, "UrlLauncherPlatform__token", "$get$UrlLauncherPlatform__token", function() { - return new A.Object(); - }); - _lazy($, "UrlLauncherPlatform__instance", "$get$UrlLauncherPlatform__instance", function() { - return new A.MethodChannelUrlLauncher($.$get$UrlLauncherPlatform__token()); - }); - _lazyFinal($, "UrlLauncherPlugin__supportedSchemes", "$get$UrlLauncherPlugin__supportedSchemes", function() { - return A.LinkedHashSet_LinkedHashSet$_literal(["http", "https"], type$.String).union$1(B.Set_4e8j2); - }); - _lazyFinal($, "Uuid__byteToHex", "$get$Uuid__byteToHex", function() { + _lazyOld($, "memoizedProductReport", "$get$memoizedProductReport", () => A.memo6(new A.memoizedProductReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedProfitAndLossReport", "$get$memoizedProfitAndLossReport", () => A.memo9(new A.memoizedProfitAndLossReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_PaymentEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedQuoteItemReport", "$get$memoizedQuoteItemReport", () => A.memo6(new A.memoizedQuoteItemReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProductEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizedQuoteReport", "$get$memoizedQuoteReport", () => A.memo7(new A.memoizedQuoteReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "memoizeedGroupTotals", "$get$memoizeedGroupTotals", () => A.memo5(new A.memoizeedGroupTotals_closure(), type$.legacy_ReportResult, type$.legacy_ReportsUIState, type$.legacy_ReportSettingsEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_CurrencyEntity, type$.legacy_CompanyEntity, A.findType("GroupTotals*"))); + _lazyOld($, "memoizedTaskReport", "$get$memoizedTaskReport", () => A.memo10(new A.memoizedTaskReport_closure(), type$.legacy_UserCompanyEntity, type$.legacy_ReportsUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_GroupEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_TaskStatusEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); + _lazyOld($, "_AccountManagementState__formKey", "$get$_AccountManagementState__formKey", () => A.GlobalKey_GlobalKey("_accountManagement", type$.legacy_FormState)); + _lazyOld($, "_ClientPortalState__formKey", "$get$_ClientPortalState__formKey", () => A.GlobalKey_GlobalKey("_clientPortal", type$.legacy_FormState)); + _lazyOld($, "_CompanyDetailsState__formKey", "$get$_CompanyDetailsState__formKey", () => A.GlobalKey_GlobalKey("_companyDetails", type$.legacy_FormState)); + _lazyOld($, "_CustomFieldsState__formKey", "$get$_CustomFieldsState__formKey", () => A.GlobalKey_GlobalKey("_customFields", type$.legacy_FormState)); + _lazyOld($, "_EmailSettingsState__formKey", "$get$_EmailSettingsState__formKey", () => A.GlobalKey_GlobalKey("_emailSettings", type$.legacy_FormState)); + _lazyOld($, "_ExpenseSettingsState__formKey", "$get$_ExpenseSettingsState__formKey", () => A.GlobalKey_GlobalKey("_expenseSettings", type$.legacy_FormState)); + _lazyOld($, "_GeneratedNumbersState__formKey", "$get$_GeneratedNumbersState__formKey", () => A.GlobalKey_GlobalKey("_generatedNumbers", type$.legacy_FormState)); + _lazyOld($, "_ImportExportState__formKey", "$get$_ImportExportState__formKey", () => A.GlobalKey_GlobalKey("_importExport", type$.legacy_FormState)); + _lazyOld($, "_InvoiceDesignState__formKey", "$get$_InvoiceDesignState__formKey", () => A.GlobalKey_GlobalKey("_invoiceDesign", type$.legacy_FormState)); + _lazyOld($, "_LocalizationSettingsState__formKey", "$get$_LocalizationSettingsState__formKey", () => A.GlobalKey_GlobalKey("_localizationSettings", type$.legacy_FormState)); + _lazyOld($, "_OnlinePaymentsState__formKey", "$get$_OnlinePaymentsState__formKey", () => A.GlobalKey_GlobalKey("_onlinePayments", type$.legacy_FormState)); + _lazyOld($, "_ProductSettingsState__formKey", "$get$_ProductSettingsState__formKey", () => A.GlobalKey_GlobalKey("_productSettings", type$.legacy_FormState)); + _lazyOld($, "_SettingsWizardState__formKey", "$get$_SettingsWizardState__formKey", () => A.GlobalKey_GlobalKey("_settingsWizard", type$.legacy_FormState)); + _lazyOld($, "_TaskSettingsState__formKey", "$get$_TaskSettingsState__formKey", () => A.GlobalKey_GlobalKey("_taskSettings", type$.legacy_FormState)); + _lazyOld($, "_TaxSettingsState__formKey", "$get$_TaxSettingsState__formKey", () => A.GlobalKey_GlobalKey("_taxSettings", type$.legacy_FormState)); + _lazyOld($, "_TemplatesAndRemindersState__formKey", "$get$_TemplatesAndRemindersState__formKey", () => A.GlobalKey_GlobalKey("_templatesAndReminders", type$.legacy_FormState)); + _lazyOld($, "_UserDetailsState__formKey", "$get$_UserDetailsState__formKey", () => A.GlobalKey_GlobalKey("_userDetails", type$.legacy_FormState)); + _lazyOld($, "_EnableTwoFactorState__formKey", "$get$_EnableTwoFactorState__formKey", () => A.GlobalKey_GlobalKey("_twoFactor", type$.legacy_FormState)); + _lazyOld($, "_WorkflowSettingsState__formKey", "$get$_WorkflowSettingsState__formKey", () => A.GlobalKey_GlobalKey("_workflowSettings", type$.legacy_FormState)); + _lazyOld($, "_SubscriptionEditState__formKey", "$get$_SubscriptionEditState__formKey", () => A.GlobalKey_GlobalKey("_subscriptionEdit", type$.legacy_FormState)); + _lazyOld($, "_TaskEditState__formKey", "$get$_TaskEditState__formKey", () => A.GlobalKey_GlobalKey("_taskEdit", type$.legacy_FormState)); + _lazyOld($, "_TaskStatusEditState__formKey", "$get$_TaskStatusEditState__formKey", () => A.GlobalKey_GlobalKey("_taskStatusEdit", type$.legacy_FormState)); + _lazyOld($, "_TaxRateEditState__formKey", "$get$_TaxRateEditState__formKey", () => A.GlobalKey_GlobalKey("_taxRateEdit", type$.legacy_FormState)); + _lazyOld($, "_TokenEditState__formKey", "$get$_TokenEditState__formKey", () => A.GlobalKey_GlobalKey("_tokenEdit", type$.legacy_FormState)); + _lazyOld($, "_UserEditState__formKey", "$get$_UserEditState__formKey", () => A.GlobalKey_GlobalKey("_userEdit", type$.legacy_FormState)); + _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($, "_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($, "Logger_root", "$get$Logger_root", () => A.Logger_Logger("")); + _lazyFinal($, "uuid", "$get$uuid0", () => A.Uuid$()); + _lazyFinal($, "uuid0", "$get$uuid", () => A.Uuid$()); + _lazyFinal($, "_lock", "$get$_lock", () => A.Lock_Lock()); + _lazyFinal($, "PackageInfoPlatform__token", "$get$PackageInfoPlatform__token", () => new A.Object()); + _lazy($, "PackageInfoPlatform__instance", "$get$PackageInfoPlatform__instance", () => new A.MethodChannelPackageInfo($.$get$PackageInfoPlatform__token())); + _lazyFinal($, "context", "$get$context", () => new A.Context($.$get$Style_platform(), null)); + _lazyFinal($, "Style_posix", "$get$Style_posix", () => new A.PosixStyle(A.RegExp_RegExp("/", true, false), A.RegExp_RegExp("[^/]$", true, false), A.RegExp_RegExp("^/", true, false))); + _lazyFinal($, "Style_windows", "$get$Style_windows", () => new A.WindowsStyle(A.RegExp_RegExp("[/\\\\]", true, false), A.RegExp_RegExp("[^/\\\\]$", true, false), A.RegExp_RegExp("^(\\\\\\\\[^\\\\]+\\\\[^\\\\/]+|[a-zA-Z]:[/\\\\])", true, false), A.RegExp_RegExp("^[/\\\\](?![/\\\\])", true, false))); + _lazyFinal($, "Style_url", "$get$Style_url", () => new A.UrlStyle(A.RegExp_RegExp("/", true, false), A.RegExp_RegExp("(^[a-zA-Z][-+.a-zA-Z\\d]*://|[^/])$", true, false), A.RegExp_RegExp("[a-zA-Z][-+.a-zA-Z\\d]*://[^/]*", true, false), A.RegExp_RegExp("^/", true, false))); + _lazyFinal($, "Style_platform", "$get$Style_platform", () => A.Style__getPlatformStyle()); + _lazyFinal($, "PathProviderPlatform__token", "$get$PathProviderPlatform__token", () => new A.Object()); + _lazy($, "PathProviderPlatform__instance", "$get$PathProviderPlatform__instance", () => new A.MethodChannelPathProvider(A.MethodChannel$("plugins.flutter.io/path_provider", B.C_StandardMethodCodec, null), $.$get$PathProviderPlatform__token())); + _lazyFinal($, "PermissionHandlerPlatform__token", "$get$PermissionHandlerPlatform__token", () => new A.Object()); + _lazy($, "PermissionHandlerPlatform__instance", "$get$PermissionHandlerPlatform__instance", () => new A.MethodChannelPermissionHandler($.$get$PermissionHandlerPlatform__token())); + _lazyFinal($, "_logTable", "$get$_logTable", () => A._createLogTable()); + _lazyFinal($, "_expTable", "$get$_expTable", () => A._createExpTable()); + _lazyFinal($, "HubAdapter__instance", "$get$HubAdapter__instance", () => new A.HubAdapter()); + _lazyFinal($, "NoOpHub__instance", "$get$NoOpHub__instance", () => new A.NoOpHub()); + _lazy($, "Sentry__hub", "$get$Sentry__hub", () => A.NoOpHub_NoOpHub()); + _lazy($, "SharedPreferencesStorePlatform__instance", "$get$SharedPreferencesStorePlatform__instance", () => new A.MethodChannelSharedPreferencesStore()); + _lazy($, "_lookupMessagesMap", "$get$_lookupMessagesMap", () => A.LinkedHashMap_LinkedHashMap$_literal(["en", new A.EnMessages(), "en_short", new A.EnShortMessages(), "es", new A.EsMessages(), "es_short", new A.EsShortMessages()], type$.String, A.findType("LookupMessages"))); + _lazyFinal($, "UrlLauncherPlatform__token", "$get$UrlLauncherPlatform__token", () => new A.Object()); + _lazy($, "UrlLauncherPlatform__instance", "$get$UrlLauncherPlatform__instance", () => new A.MethodChannelUrlLauncher($.$get$UrlLauncherPlatform__token())); + _lazyFinal($, "UrlLauncherPlugin__supportedSchemes", "$get$UrlLauncherPlugin__supportedSchemes", () => A.LinkedHashSet_LinkedHashSet$_literal(["http", "https"], type$.String).union$1(B.Set_4e8j2)); + _lazyFinal($, "Uuid__byteToHex", "$get$Uuid__byteToHex", () => { var i, _list = J.JSArray_JSArray$allocateGrowable(256, type$.String); for (i = 0; i < 256; ++i) _list[i] = B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(i, 16), 2, "0"); return _list; }); - _lazyFinal($, "Uuid__stateExpando", "$get$Uuid__stateExpando", function() { - return A.Expando$(type$.Map_String_dynamic); - }); - _lazyFinal($, "UuidUtil__random", "$get$UuidUtil__random", function() { - return A.Random_Random(null); - }); - _lazyFinal($, "Version__versionRegex", "$get$Version__versionRegex", function() { - return A.RegExp_RegExp("^([\\d.]+)(-([0-9A-Za-z\\-.]+))?(\\+([0-9A-Za-z\\-.]+))?$", true, false); - }); - _lazyFinal($, "Version__buildRegex", "$get$Version__buildRegex", function() { - return A.RegExp_RegExp("^[0-9A-Za-z\\-.]+$", true, false); - }); - _lazyFinal($, "Version__preReleaseRegex", "$get$Version__preReleaseRegex", function() { - return A.RegExp_RegExp("^[0-9A-Za-z\\-]+$", true, false); - }); + _lazyFinal($, "Uuid__stateExpando", "$get$Uuid__stateExpando", () => A.Expando$(type$.Map_String_dynamic)); + _lazyFinal($, "UuidUtil__random", "$get$UuidUtil__random", () => A.Random_Random(null)); + _lazyFinal($, "Version__versionRegex", "$get$Version__versionRegex", () => A.RegExp_RegExp("^([\\d.]+)(-([0-9A-Za-z\\-.]+))?(\\+([0-9A-Za-z\\-.]+))?$", true, false)); + _lazyFinal($, "Version__buildRegex", "$get$Version__buildRegex", () => A.RegExp_RegExp("^[0-9A-Za-z\\-.]+$", true, false)); + _lazyFinal($, "Version__preReleaseRegex", "$get$Version__preReleaseRegex", () => A.RegExp_RegExp("^[0-9A-Za-z\\-]+$", true, false)); })(); (function nativeSupport() { !function() { @@ -446702,8 +448429,8 @@ } init.dispatchPropertyName = init.getIsolateTag("dispatch_record"); }(); - hunkHelpers.setOrUpdateInterceptorsByTag({AnimationEffectReadOnly: J.Interceptor, AnimationEffectTiming: J.Interceptor, AnimationEffectTimingReadOnly: J.Interceptor, AnimationTimeline: J.Interceptor, AnimationWorkletGlobalScope: J.Interceptor, AuthenticatorAssertionResponse: J.Interceptor, AuthenticatorAttestationResponse: J.Interceptor, AuthenticatorResponse: J.Interceptor, BackgroundFetchFetch: J.Interceptor, BackgroundFetchManager: J.Interceptor, BackgroundFetchSettledFetch: J.Interceptor, BarProp: J.Interceptor, BarcodeDetector: J.Interceptor, BudgetState: J.Interceptor, CacheStorage: J.Interceptor, CanvasGradient: J.Interceptor, CanvasPattern: J.Interceptor, Clients: J.Interceptor, CookieStore: J.Interceptor, Coordinates: J.Interceptor, CredentialsContainer: J.Interceptor, Crypto: J.Interceptor, CryptoKey: J.Interceptor, CSS: J.Interceptor, CSSVariableReferenceValue: J.Interceptor, CustomElementRegistry: J.Interceptor, DataTransfer: J.Interceptor, DataTransferItem: J.Interceptor, DeprecatedStorageInfo: J.Interceptor, DeprecatedStorageQuota: J.Interceptor, DeprecationReport: J.Interceptor, DetectedBarcode: J.Interceptor, DetectedFace: J.Interceptor, DetectedText: J.Interceptor, DeviceAcceleration: J.Interceptor, DeviceRotationRate: J.Interceptor, DirectoryReader: J.Interceptor, DocumentOrShadowRoot: J.Interceptor, DocumentTimeline: J.Interceptor, DOMImplementation: J.Interceptor, Iterator: J.Interceptor, DOMMatrix: J.Interceptor, DOMMatrixReadOnly: J.Interceptor, DOMParser: J.Interceptor, DOMPoint: J.Interceptor, DOMPointReadOnly: J.Interceptor, DOMQuad: J.Interceptor, DOMStringMap: J.Interceptor, External: J.Interceptor, FaceDetector: J.Interceptor, FontFaceSource: J.Interceptor, FormData: J.Interceptor, GamepadPose: J.Interceptor, Geolocation: J.Interceptor, Position: J.Interceptor, GeolocationPosition: J.Interceptor, Headers: J.Interceptor, HTMLHyperlinkElementUtils: J.Interceptor, IdleDeadline: J.Interceptor, ImageBitmap: J.Interceptor, ImageBitmapRenderingContext: J.Interceptor, ImageCapture: J.Interceptor, InputDeviceCapabilities: J.Interceptor, IntersectionObserver: J.Interceptor, IntersectionObserverEntry: J.Interceptor, InterventionReport: J.Interceptor, KeyframeEffect: J.Interceptor, KeyframeEffectReadOnly: J.Interceptor, MediaCapabilities: J.Interceptor, MediaCapabilitiesInfo: J.Interceptor, MediaDeviceInfo: J.Interceptor, MediaError: J.Interceptor, MediaKeyStatusMap: J.Interceptor, MediaKeySystemAccess: J.Interceptor, MediaKeys: J.Interceptor, MediaKeysPolicy: J.Interceptor, MediaMetadata: J.Interceptor, MediaSession: J.Interceptor, MediaSettingsRange: J.Interceptor, MemoryInfo: J.Interceptor, MessageChannel: J.Interceptor, Metadata: J.Interceptor, MutationObserver: J.Interceptor, WebKitMutationObserver: J.Interceptor, MutationRecord: J.Interceptor, NavigationPreloadManager: J.Interceptor, NavigatorAutomationInformation: J.Interceptor, NavigatorCookies: J.Interceptor, NodeFilter: J.Interceptor, NodeIterator: J.Interceptor, NonDocumentTypeChildNode: J.Interceptor, NonElementParentNode: J.Interceptor, NoncedElement: J.Interceptor, OffscreenCanvasRenderingContext2D: J.Interceptor, PaintRenderingContext2D: J.Interceptor, PaintSize: J.Interceptor, PaintWorkletGlobalScope: J.Interceptor, Path2D: J.Interceptor, PaymentAddress: J.Interceptor, PaymentInstruments: J.Interceptor, PaymentManager: J.Interceptor, PaymentResponse: J.Interceptor, PerformanceNavigation: J.Interceptor, PerformanceObserver: J.Interceptor, PerformanceObserverEntryList: J.Interceptor, PerformanceTiming: J.Interceptor, Permissions: J.Interceptor, PhotoCapabilities: J.Interceptor, PositionError: J.Interceptor, GeolocationPositionError: J.Interceptor, Presentation: J.Interceptor, PresentationReceiver: J.Interceptor, PushManager: J.Interceptor, PushMessageData: J.Interceptor, PushSubscription: J.Interceptor, PushSubscriptionOptions: J.Interceptor, Range: J.Interceptor, ReportBody: J.Interceptor, ReportingObserver: J.Interceptor, ResizeObserver: J.Interceptor, ResizeObserverEntry: J.Interceptor, RTCCertificate: J.Interceptor, RTCIceCandidate: J.Interceptor, mozRTCIceCandidate: J.Interceptor, RTCRtpContributingSource: J.Interceptor, RTCRtpReceiver: J.Interceptor, RTCRtpSender: J.Interceptor, RTCSessionDescription: J.Interceptor, mozRTCSessionDescription: J.Interceptor, RTCStatsResponse: J.Interceptor, Screen: J.Interceptor, ScrollState: J.Interceptor, ScrollTimeline: J.Interceptor, Selection: J.Interceptor, SharedArrayBuffer: J.Interceptor, SpeechRecognitionAlternative: J.Interceptor, StaticRange: J.Interceptor, StorageManager: J.Interceptor, StyleMedia: J.Interceptor, StylePropertyMap: J.Interceptor, StylePropertyMapReadonly: J.Interceptor, SyncManager: J.Interceptor, TextDetector: J.Interceptor, TextMetrics: J.Interceptor, TrackDefault: J.Interceptor, TreeWalker: J.Interceptor, TrustedHTML: J.Interceptor, TrustedScriptURL: J.Interceptor, TrustedURL: J.Interceptor, UnderlyingSourceBase: J.Interceptor, URLSearchParams: J.Interceptor, VRCoordinateSystem: J.Interceptor, VRDisplayCapabilities: J.Interceptor, VREyeParameters: J.Interceptor, VRFrameData: J.Interceptor, VRFrameOfReference: J.Interceptor, VRPose: J.Interceptor, VRStageBounds: J.Interceptor, VRStageBoundsPoint: J.Interceptor, VRStageParameters: J.Interceptor, ValidityState: J.Interceptor, VideoPlaybackQuality: J.Interceptor, WorkletAnimation: J.Interceptor, WorkletGlobalScope: J.Interceptor, XPathEvaluator: J.Interceptor, XPathExpression: J.Interceptor, XPathNSResolver: J.Interceptor, XPathResult: J.Interceptor, XMLSerializer: J.Interceptor, XSLTProcessor: J.Interceptor, Bluetooth: J.Interceptor, BluetoothCharacteristicProperties: J.Interceptor, BluetoothRemoteGATTServer: J.Interceptor, BluetoothRemoteGATTService: J.Interceptor, BluetoothUUID: J.Interceptor, BudgetService: J.Interceptor, Cache: J.Interceptor, DOMFileSystemSync: J.Interceptor, DirectoryEntrySync: J.Interceptor, DirectoryReaderSync: J.Interceptor, EntrySync: J.Interceptor, FileEntrySync: J.Interceptor, FileReaderSync: J.Interceptor, FileWriterSync: J.Interceptor, HTMLAllCollection: J.Interceptor, Mojo: J.Interceptor, MojoHandle: J.Interceptor, MojoWatcher: J.Interceptor, NFC: J.Interceptor, PagePopupController: J.Interceptor, SubtleCrypto: J.Interceptor, USBAlternateInterface: J.Interceptor, USBConfiguration: J.Interceptor, USBDevice: J.Interceptor, USBEndpoint: J.Interceptor, USBInTransferResult: J.Interceptor, USBInterface: J.Interceptor, USBIsochronousInTransferPacket: J.Interceptor, USBIsochronousInTransferResult: J.Interceptor, USBIsochronousOutTransferPacket: J.Interceptor, USBIsochronousOutTransferResult: J.Interceptor, USBOutTransferResult: J.Interceptor, WorkerLocation: J.Interceptor, Worklet: J.Interceptor, IDBFactory: J.Interceptor, IDBObserver: J.Interceptor, IDBObserverChanges: J.Interceptor, SVGAnimatedAngle: J.Interceptor, SVGAnimatedBoolean: J.Interceptor, SVGAnimatedEnumeration: J.Interceptor, SVGAnimatedInteger: J.Interceptor, SVGAnimatedLength: J.Interceptor, SVGAnimatedLengthList: J.Interceptor, SVGAnimatedNumber: J.Interceptor, SVGAnimatedNumberList: J.Interceptor, SVGAnimatedPreserveAspectRatio: J.Interceptor, SVGAnimatedRect: J.Interceptor, SVGAnimatedString: J.Interceptor, SVGAnimatedTransformList: J.Interceptor, SVGMatrix: J.Interceptor, SVGPoint: J.Interceptor, SVGPreserveAspectRatio: J.Interceptor, SVGUnitTypes: J.Interceptor, AudioListener: J.Interceptor, AudioWorkletGlobalScope: J.Interceptor, AudioWorkletProcessor: J.Interceptor, PeriodicWave: J.Interceptor, ANGLEInstancedArrays: J.Interceptor, ANGLE_instanced_arrays: J.Interceptor, WebGLBuffer: J.Interceptor, WebGLCanvas: J.Interceptor, WebGLColorBufferFloat: J.Interceptor, WebGLCompressedTextureASTC: J.Interceptor, WebGLCompressedTextureATC: J.Interceptor, WEBGL_compressed_texture_atc: J.Interceptor, WebGLCompressedTextureETC1: J.Interceptor, WEBGL_compressed_texture_etc1: J.Interceptor, WebGLCompressedTextureETC: J.Interceptor, WebGLCompressedTexturePVRTC: J.Interceptor, WEBGL_compressed_texture_pvrtc: J.Interceptor, WebGLCompressedTextureS3TC: J.Interceptor, WEBGL_compressed_texture_s3tc: J.Interceptor, WebGLCompressedTextureS3TCsRGB: J.Interceptor, WebGLDebugRendererInfo: J.Interceptor, WEBGL_debug_renderer_info: J.Interceptor, WebGLDebugShaders: J.Interceptor, WEBGL_debug_shaders: J.Interceptor, WebGLDepthTexture: J.Interceptor, WEBGL_depth_texture: J.Interceptor, WebGLDrawBuffers: J.Interceptor, WEBGL_draw_buffers: J.Interceptor, EXTsRGB: J.Interceptor, EXT_sRGB: J.Interceptor, EXTBlendMinMax: J.Interceptor, EXT_blend_minmax: J.Interceptor, EXTColorBufferFloat: J.Interceptor, EXTColorBufferHalfFloat: J.Interceptor, EXTDisjointTimerQuery: J.Interceptor, EXTDisjointTimerQueryWebGL2: J.Interceptor, EXTFragDepth: J.Interceptor, EXT_frag_depth: J.Interceptor, EXTShaderTextureLOD: J.Interceptor, EXT_shader_texture_lod: J.Interceptor, EXTTextureFilterAnisotropic: J.Interceptor, EXT_texture_filter_anisotropic: J.Interceptor, WebGLFramebuffer: J.Interceptor, WebGLGetBufferSubDataAsync: J.Interceptor, WebGLLoseContext: J.Interceptor, WebGLExtensionLoseContext: J.Interceptor, WEBGL_lose_context: J.Interceptor, OESElementIndexUint: J.Interceptor, OES_element_index_uint: J.Interceptor, OESStandardDerivatives: J.Interceptor, OES_standard_derivatives: J.Interceptor, OESTextureFloat: J.Interceptor, OES_texture_float: J.Interceptor, OESTextureFloatLinear: J.Interceptor, OES_texture_float_linear: J.Interceptor, OESTextureHalfFloat: J.Interceptor, OES_texture_half_float: J.Interceptor, OESTextureHalfFloatLinear: J.Interceptor, OES_texture_half_float_linear: J.Interceptor, OESVertexArrayObject: J.Interceptor, OES_vertex_array_object: J.Interceptor, WebGLProgram: J.Interceptor, WebGLQuery: J.Interceptor, WebGLRenderbuffer: J.Interceptor, WebGLRenderingContext: J.Interceptor, WebGL2RenderingContext: J.Interceptor, WebGLSampler: J.Interceptor, WebGLShader: J.Interceptor, WebGLShaderPrecisionFormat: J.Interceptor, WebGLSync: J.Interceptor, WebGLTexture: J.Interceptor, WebGLTimerQueryEXT: J.Interceptor, WebGLTransformFeedback: J.Interceptor, WebGLUniformLocation: J.Interceptor, WebGLVertexArrayObject: J.Interceptor, WebGLVertexArrayObjectOES: J.Interceptor, WebGL: J.Interceptor, WebGL2RenderingContextBase: J.Interceptor, Database: J.Interceptor, SQLError: J.Interceptor, SQLResultSet: J.Interceptor, SQLTransaction: J.Interceptor, 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, 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, HTMLMenuElement: A.HtmlElement, HTMLModElement: A.HtmlElement, HTMLOListElement: A.HtmlElement, HTMLOptGroupElement: A.HtmlElement, HTMLPictureElement: A.HtmlElement, HTMLPreElement: A.HtmlElement, HTMLQuoteElement: 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, 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, 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, HTMLDivElement: A.DivElement, XMLDocument: A.Document0, Document: A.Document0, DOMError: A.DomError, DOMException: A.DomException, ClientRectList: A.DomRectList, DOMRectList: A.DomRectList, DOMRectReadOnly: A.DomRectReadOnly, DOMStringList: A.DomStringList, DOMTokenList: A.DomTokenList, Element: A.Element, HTMLEmbedElement: A.EmbedElement, DirectoryEntry: A.Entry, Entry: A.Entry, FileEntry: A.Entry, AnimationEvent: A.Event, AnimationPlaybackEvent: A.Event, ApplicationCacheErrorEvent: A.Event, BeforeInstallPromptEvent: A.Event, BlobEvent: A.Event, ClipboardEvent: A.Event, CloseEvent: A.Event, CustomEvent: A.Event, DeviceMotionEvent: A.Event, DeviceOrientationEvent: A.Event, ErrorEvent: A.Event, FontFaceSetLoadEvent: A.Event, GamepadEvent: A.Event, HashChangeEvent: A.Event, MediaEncryptedEvent: A.Event, MediaKeyMessageEvent: 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, PresentationConnectionCloseEvent: A.Event, PromiseRejectionEvent: A.Event, RTCDataChannelEvent: A.Event, RTCDTMFToneChangeEvent: A.Event, RTCPeerConnectionIceEvent: A.Event, RTCTrackEvent: A.Event, SecurityPolicyViolationEvent: A.Event, SensorErrorEvent: A.Event, SpeechRecognitionError: 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, 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, 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, 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, KeyboardEvent: A.KeyboardEvent, HTMLLIElement: A.LIElement, HTMLLabelElement: A.LabelElement, Location: A.Location, HTMLMapElement: A.MapElement, HTMLAudioElement: A.MediaElement, HTMLMediaElement: A.MediaElement, 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, Navigator: A.Navigator0, WorkerNavigator: A.NavigatorConcurrentHardware, NavigatorConcurrentHardware: A.NavigatorConcurrentHardware, NavigatorUserMediaError: A.NavigatorUserMediaError, DocumentFragment: A.Node, ShadowRoot: A.Node, DocumentType: A.Node, Node: A.Node, NodeList: A.NodeList, RadioNodeList: A.NodeList, 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, 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.PointerEvent, PresentationAvailability: A.PresentationAvailability, PresentationConnection: A.PresentationConnection, HTMLProgressElement: A.ProgressElement, ProgressEvent: A.ProgressEvent, ResourceProgressEvent: A.ProgressEvent, RelatedApplication: A.RelatedApplication, RTCDataChannel: A.RtcDataChannel, DataChannel: A.RtcDataChannel, RTCLegacyStatsReport: A.RtcLegacyStatsReport, RTCStatsReport: A.RtcStatsReport, ScreenOrientation: A.ScreenOrientation, HTMLScriptElement: A.ScriptElement, HTMLSelectElement: A.SelectElement, SharedWorkerGlobalScope: A.SharedWorkerGlobalScope, HTMLSlotElement: A.SlotElement, SourceBuffer: A.SourceBuffer, SourceBufferList: A.SourceBufferList, SpeechGrammar: A.SpeechGrammar, SpeechGrammarList: A.SpeechGrammarList, 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, HTMLVideoElement: A.VideoElement, 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, SVGAElement: A.GraphicsElement, SVGCircleElement: A.GraphicsElement, SVGClipPathElement: A.GraphicsElement, SVGDefsElement: A.GraphicsElement, SVGEllipseElement: A.GraphicsElement, SVGForeignObjectElement: A.GraphicsElement, SVGGElement: A.GraphicsElement, SVGGeometryElement: A.GraphicsElement, SVGImageElement: A.GraphicsElement, SVGLineElement: A.GraphicsElement, SVGPathElement: A.GraphicsElement, SVGPolygonElement: A.GraphicsElement, SVGPolylineElement: A.GraphicsElement, SVGRectElement: 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, SVGPointList: A.PointList, SVGRect: A.Rect0, SVGScriptElement: A.ScriptElement0, SVGStringList: A.StringList, SVGAnimateElement: A.SvgElement, SVGAnimateMotionElement: A.SvgElement, SVGAnimateTransformElement: A.SvgElement, SVGAnimationElement: A.SvgElement, SVGDescElement: A.SvgElement, SVGDiscardElement: 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, 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, SQLResultSetRowList: A.SqlResultSetRowList}); - hunkHelpers.setOrUpdateLeafTags({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, DeprecationReport: true, DetectedBarcode: true, DetectedFace: true, DetectedText: true, DeviceAcceleration: true, DeviceRotationRate: true, DirectoryReader: 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, InterventionReport: true, KeyframeEffect: true, KeyframeEffectReadOnly: true, MediaCapabilities: true, MediaCapabilitiesInfo: true, MediaDeviceInfo: true, MediaError: 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, PerformanceNavigation: true, PerformanceObserver: true, PerformanceObserverEntryList: true, PerformanceTiming: true, Permissions: true, PhotoCapabilities: true, PositionError: true, GeolocationPositionError: true, Presentation: true, PresentationReceiver: true, PushManager: true, PushMessageData: true, PushSubscription: true, PushSubscriptionOptions: true, Range: true, ReportBody: 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, 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, WebGL: true, WebGL2RenderingContextBase: true, Database: true, SQLError: true, SQLResultSet: true, SQLTransaction: 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, HTMLBRElement: true, HTMLContentElement: true, HTMLDListElement: true, HTMLDataListElement: true, HTMLDetailsElement: true, HTMLDialogElement: true, HTMLHRElement: true, HTMLHeadElement: true, HTMLHeadingElement: true, HTMLHtmlElement: true, HTMLLegendElement: true, HTMLLinkElement: true, HTMLMenuElement: true, HTMLModElement: true, HTMLOListElement: true, HTMLOptGroupElement: true, HTMLPictureElement: true, HTMLPreElement: true, HTMLQuoteElement: 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, HTMLDirectoryElement: true, HTMLFontElement: true, HTMLFrameElement: true, HTMLFrameSetElement: true, HTMLMarqueeElement: true, HTMLElement: false, AccessibleNodeList: true, HTMLAnchorElement: true, Animation: 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, 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, Entry: true, FileEntry: true, AnimationEvent: true, AnimationPlaybackEvent: true, ApplicationCacheErrorEvent: true, BeforeInstallPromptEvent: true, BlobEvent: true, ClipboardEvent: true, CloseEvent: true, CustomEvent: true, DeviceMotionEvent: true, DeviceOrientationEvent: true, ErrorEvent: true, FontFaceSetLoadEvent: true, GamepadEvent: true, HashChangeEvent: true, MediaEncryptedEvent: true, MediaKeyMessageEvent: true, MediaStreamEvent: true, MediaStreamTrackEvent: true, MessageEvent: true, MIDIConnectionEvent: true, MIDIMessageEvent: true, MutationEvent: true, PageTransitionEvent: true, PaymentRequestUpdateEvent: true, PopStateEvent: true, PresentationConnectionAvailableEvent: true, PresentationConnectionCloseEvent: true, PromiseRejectionEvent: true, RTCDataChannelEvent: true, RTCDTMFToneChangeEvent: true, RTCPeerConnectionIceEvent: true, RTCTrackEvent: true, SecurityPolicyViolationEvent: true, SensorErrorEvent: true, SpeechRecognitionError: 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, Performance: 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, 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, KeyboardEvent: true, HTMLLIElement: true, HTMLLabelElement: true, Location: true, HTMLMapElement: true, HTMLAudioElement: true, HTMLMediaElement: false, 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, 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, PerformanceEntry: true, PerformanceLongTaskTiming: true, PerformanceMark: true, PerformanceMeasure: true, PerformanceNavigationTiming: true, PerformancePaintTiming: true, PerformanceResourceTiming: true, TaskAttributionTiming: true, PerformanceServerTiming: true, Plugin: true, PluginArray: true, PointerEvent: true, PresentationAvailability: true, PresentationConnection: true, HTMLProgressElement: true, ProgressEvent: true, ResourceProgressEvent: true, RelatedApplication: true, RTCDataChannel: true, DataChannel: true, RTCLegacyStatsReport: true, RTCStatsReport: true, ScreenOrientation: true, HTMLScriptElement: true, HTMLSelectElement: true, SharedWorkerGlobalScope: true, HTMLSlotElement: true, SourceBuffer: true, SourceBufferList: true, SpeechGrammar: true, SpeechGrammarList: 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, HTMLVideoElement: 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, SVGAElement: true, SVGCircleElement: true, SVGClipPathElement: true, SVGDefsElement: true, SVGEllipseElement: true, SVGForeignObjectElement: true, SVGGElement: true, SVGGeometryElement: true, SVGImageElement: true, SVGLineElement: true, SVGPathElement: true, SVGPolygonElement: true, SVGPolylineElement: true, SVGRectElement: 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, SVGPointList: true, SVGRect: true, SVGScriptElement: true, SVGStringList: true, SVGAnimateElement: true, SVGAnimateMotionElement: true, SVGAnimateTransformElement: true, SVGAnimationElement: true, SVGDescElement: true, SVGDiscardElement: 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, 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, SQLResultSetRowList: true}); + hunkHelpers.setOrUpdateInterceptorsByTag({WebGL: J.Interceptor, 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, 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, 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, HTMLDivElement: A.DivElement, XMLDocument: A.Document0, Document: A.Document0, DOMError: A.DomError, DOMException: A.DomException, ClientRectList: A.DomRectList, DOMRectList: A.DomRectList, DOMRectReadOnly: A.DomRectReadOnly, DOMStringList: A.DomStringList, DOMTokenList: A.DomTokenList, Element: A.Element, 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, AnimationEvent: A.Event, AnimationPlaybackEvent: A.Event, ApplicationCacheErrorEvent: A.Event, BeforeInstallPromptEvent: A.Event, BlobEvent: A.Event, ClipboardEvent: A.Event, CloseEvent: A.Event, CustomEvent: A.Event, DeviceMotionEvent: A.Event, DeviceOrientationEvent: A.Event, ErrorEvent: A.Event, FontFaceSetLoadEvent: A.Event, GamepadEvent: A.Event, HashChangeEvent: A.Event, MediaEncryptedEvent: A.Event, MediaKeyMessageEvent: 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, PresentationConnectionCloseEvent: A.Event, PromiseRejectionEvent: A.Event, RTCDataChannelEvent: A.Event, RTCDTMFToneChangeEvent: A.Event, RTCPeerConnectionIceEvent: A.Event, RTCTrackEvent: A.Event, SecurityPolicyViolationEvent: A.Event, SensorErrorEvent: A.Event, SpeechRecognitionError: 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, 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, 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, KeyboardEvent: A.KeyboardEvent, HTMLLIElement: A.LIElement, HTMLLabelElement: A.LabelElement, Location: A.Location, HTMLMapElement: A.MapElement, 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, Navigator: A.Navigator0, WorkerNavigator: A.NavigatorConcurrentHardware, NavigatorConcurrentHardware: A.NavigatorConcurrentHardware, NavigatorUserMediaError: A.NavigatorUserMediaError, DocumentFragment: A.Node, ShadowRoot: A.Node, DocumentType: A.Node, Node: A.Node, NodeList: A.NodeList, RadioNodeList: A.NodeList, 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, 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, PresentationAvailability: A.PresentationAvailability, PresentationConnection: A.PresentationConnection, HTMLProgressElement: A.ProgressElement, ProgressEvent: A.ProgressEvent, ResourceProgressEvent: A.ProgressEvent, RelatedApplication: A.RelatedApplication, RTCDataChannel: A.RtcDataChannel, DataChannel: A.RtcDataChannel, RTCLegacyStatsReport: A.RtcLegacyStatsReport, RTCStatsReport: A.RtcStatsReport, ScreenOrientation: A.ScreenOrientation, HTMLScriptElement: A.ScriptElement, HTMLSelectElement: A.SelectElement, SharedWorkerGlobalScope: A.SharedWorkerGlobalScope, HTMLSlotElement: A.SlotElement, SourceBuffer: A.SourceBuffer, SourceBufferList: A.SourceBufferList, SpeechGrammar: A.SpeechGrammar, SpeechGrammarList: A.SpeechGrammarList, 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, 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, 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, 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, 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, AnimationEvent: true, AnimationPlaybackEvent: true, ApplicationCacheErrorEvent: true, BeforeInstallPromptEvent: true, BlobEvent: true, ClipboardEvent: true, CloseEvent: true, CustomEvent: true, DeviceMotionEvent: true, DeviceOrientationEvent: true, ErrorEvent: true, FontFaceSetLoadEvent: true, GamepadEvent: true, HashChangeEvent: true, MediaEncryptedEvent: true, MediaKeyMessageEvent: true, MediaStreamEvent: true, MediaStreamTrackEvent: true, MessageEvent: true, MIDIConnectionEvent: true, MIDIMessageEvent: true, MutationEvent: true, PageTransitionEvent: true, PaymentRequestUpdateEvent: true, PopStateEvent: true, PresentationConnectionAvailableEvent: true, PresentationConnectionCloseEvent: true, PromiseRejectionEvent: true, RTCDataChannelEvent: true, RTCDTMFToneChangeEvent: true, RTCPeerConnectionIceEvent: true, RTCTrackEvent: true, SecurityPolicyViolationEvent: true, SensorErrorEvent: true, SpeechRecognitionError: 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, Performance: 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, KeyboardEvent: true, HTMLLIElement: true, HTMLLabelElement: true, Location: true, HTMLMapElement: 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, 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, PerformanceEntry: true, PerformanceLongTaskTiming: true, PerformanceMark: true, PerformanceMeasure: true, PerformanceNavigationTiming: true, PerformancePaintTiming: true, PerformanceResourceTiming: true, TaskAttributionTiming: true, PerformanceServerTiming: true, Plugin: true, PluginArray: true, PointerEvent: true, PresentationAvailability: true, PresentationConnection: true, HTMLProgressElement: true, ProgressEvent: true, ResourceProgressEvent: true, RelatedApplication: true, RTCDataChannel: true, DataChannel: true, RTCLegacyStatsReport: true, RTCStatsReport: true, ScreenOrientation: true, HTMLScriptElement: true, HTMLSelectElement: true, SharedWorkerGlobalScope: true, HTMLSlotElement: true, SourceBuffer: true, SourceBufferList: true, SpeechGrammar: true, SpeechGrammarList: 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}); A.NativeTypedArray.$nativeSuperclassTag = "ArrayBufferView"; A._NativeTypedArrayOfDouble_NativeTypedArray_ListMixin.$nativeSuperclassTag = "ArrayBufferView"; A._NativeTypedArrayOfDouble_NativeTypedArray_ListMixin_FixedLengthListMixin.$nativeSuperclassTag = "ArrayBufferView"; @@ -446752,21 +448479,21 @@ Function.prototype.call$2$0 = function() { return this(); }; + Function.prototype.call$1$5 = function(a, b, c, d, e) { + return this(a, b, c, d, e); + }; Function.prototype.call$5 = function(a, b, c, d, e) { return this(a, b, c, d, e); }; Function.prototype.call$1$0 = function() { return this(); }; - Function.prototype.call$6 = function(a, b, c, d, e, f) { - return this(a, b, c, d, e, f); - }; - Function.prototype.call$1$5 = function(a, b, c, d, e) { - return this(a, b, c, d, e); - }; Function.prototype.call$2$3 = function(a, b, c) { return this(a, b, c); }; + Function.prototype.call$6 = function(a, b, c, d, e, f) { + return this(a, b, c, d, e, f); + }; Function.prototype.call$10 = function(a, b, c, d, e, f, g, h, i, j) { return this(a, b, c, d, e, f, g, h, i, j); };